body{
  margin:0px;
  padding: 0px;
  background-color: #19171a;
  font-family: "Armata",sans-serif;
  text-rendering: optimizelegibility !important;
  font-size: 12px;
  line-height: 16px;
  color: #4B4B4B;
}

.prewrapper{
  background-color: #fff;
  width: 100%;
}

.wrapper{
  background-color: #fff;
  width: 1050px;
  font-family: "Armata",sans-serif;
  font-size: 12px;
  margin: 0 auto;
}

.clear_div{
  clear: both;
}

.main_block{
  display: block !important;
  clear: both !important;
}

.prefooter{
  width: 910px;
  margin: 0 auto;
  padding-top: 26px;
}

.footer{
  width: 910px;
  min-height: 60px ;
  margin: 0 auto;
  padding-top: 26px;
  padding-left: 30px;
  color: #fff;
  font-family: "Armata",sans-serif;
  font-size: 11px;
  background: #19171a url("/j289eghfd7511986_uploads/web_1/p16td4ji721jjc10cf1dorh5k188u4.png") no-repeat top left;
}

.social_icon_footer{
  border: 0px;
  float: right;
  margin-left: 10px;
}

.footer a{
  color: #4B4B4B;
}

.footer a:hover{
  color: #000;
}

.footer a:visited{
  color: #000;
}

a{
  color: #62BAB9;
  font-weight: bold;
  text-decoration: none;
}

a:hover{
  color: #62BAB9;
  font-weight: bold;
  text-decoration: none;
}

a:visited{
  color: #62BAB9;
  font-weight: bold;
  text-decoration: none;
}

a.green_link{
  color: #567039;
  font-weight: bold;
  text-decoration: none;
}

a.green_link:hover{
  color: #567039;
  font-weight: bold;
  text-decoration: none;
}

a.green_link:visited{
  color: #567039;
  font-weight: bold;
  text-decoration: none;
}

a.blue_link{
  color: #3d5982;
  font-weight: bold;
  text-decoration: none;
}

a.blue_link:hover{
  color: #3d5982;
  font-weight: bold;
  text-decoration: none;
}

a.blue_link:visited{
  color: #3d5982;
  font-weight: bold;
  text-decoration: none;
}

a.blacklink{
  color: #4B4B4B;
}

a.blacklink:hover{
  color: #000;
}

a.blacklink:visited{
  color: #000;
}

a.whitelink{
  color: #fff;
}

a.whitelink:hover{
  color: #fff;
}

a.whitelink:visited{
  color: #fff;
}

footer a{
  color: #fff;
}

footer a:hover{
  color: #fff;
}

footer a:visited{
  color: #fff;
}

a.whitelink_nounderline{
  color: #fff;
}

a.whitelink_nounderline:hover{
  color: #fff;
}

a.whitelink_nounderline:visited{
  color: #fff;
}

#menu {
  width: 1016px;
  font-family: "Armata",sans-serif;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  float: left;
  background-image: -ms-linear-gradient(bottom, #EBEBEB 0%, #F7F7F7 100%);
  background-image: -moz-linear-gradient(bottom, #EBEBEB 0%, #F7F7F7 100%);
  background-image: -o-linear-gradient(bottom, #EBEBEB 0%, #F7F7F7 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #EBEBEB), color-stop(1, #F7F7F7));
  background-image: -webkit-linear-gradient(bottom, #EBEBEB 0%, #F7F7F7 100%);
  background-image: linear-gradient(to top, #EBEBEB 0%, #F7F7F7 100%);
}

#menu li{
  float: left;
  padding: 10px 0 10px 8px;
  position: relative;
  border-right: 1px dotted #cdcdcd;  
}

#menu a{
  float: left;
  height: 20px;
  padding: 0 24px 0 0px;
  color: #4B4B4B;
  font: normal 13px "Armata",sans-serif;
  text-decoration: none;
}

#menu li:hover > a{
  color: #000;
}

*html #menu li a:hover /* IE6 */ {
  color: #000;
}

#menu li:hover > ul{
  display: block;
}

/* Sub-menu */
#menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 99999;
  background: #fcfcfc;
  background: -moz-linear-gradient(#fcfcfc, #fafafa);
  background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fafafa),color-stop(1, #fcfcfc));
  background: -webkit-linear-gradient(#fcfcfc, #fafafa);
  background: -o-linear-gradient(#fcfcfc, #fafafa);
  background: -ms-linear-gradient(#fcfcfc, #fafafa);
  background: linear-gradient(#fcfcfc, #fafafa);
  -moz-box-shadow: 0px 0px 3px #bfbfbf;
  -webkit-box-shadow: 0px 0px 3px #bfbfbf;
  box-shadow: 0px 0px 3px #bfbfbf;
}

#menu ul li{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px solid #efefef;
}

#menu ul li:last-child{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0px;
}

#menu ul a{
    padding: 15px 8px 15px 8px;
    font-size: 12px;
    color: #565656;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a /* IE6 */ {
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */ {
        height: 10px;
        width: 150px;
}

#menu ul a:hover{
    background: #dcdcdc;
    color: #767676;
    background: -moz-linear-gradient(#dfdfdf,  #dcdcdc);
    background: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#dcdcdc));
    background: -webkit-linear-gradient(#dfdfdf,  #dcdcdc);
    background: -o-linear-gradient(#dfdfdf,  #dcdcdc);
    background: -ms-linear-gradient(#dfdfdf,  #dcdcdc);
    background: linear-gradient(#dfdfdf,  #dcdcdc);
}

#menu ul li:first-child a{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:hover:after{
    border-bottom-color: #dfdfdf;
}

#menu ul li:last-child a{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #menu  { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */

.description-news-slider{
  width:300px;
  height:100%;
  background:rgba(0,0,0,0.8);
  color:#FFFFFF;
  padding:10px;
  position:absolute;
  top:0;
  left:20px;
}

a.button{
  color:#fff;
  font-size:10px;
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  border:0;
  outline:0;
  margin:0 6px 10px 0;
  line-height:16px;
  padding:10px;
  background:#006faa;
  border-bottom:4px solid #98af00;
}

a.button:visited{
  color:#fff;
}

a.button:hover{
  color:#fff;
}

a.button_green{
  color:#4e6532 !important;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  border:0;
  outline:0;
  margin:0 6px 10px 0;
  line-height:16px;
  padding:10px;
}

a.button_green:visited{
  color:#4e6532 !important;
}

a.button_green:hover{
  color:#4e6532 !important;
}

a.button_blue{
  color:#2a3d5d !important;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  border:0;
  outline:0;
  margin:0 6px 10px 0;
  line-height:16px;
  padding:10px;
}

a.button_blue:visited{
  color:#2a3d5d !important;
}

a.button_blue:hover{
  color:#2a3d5d !important;
}

input{
  border: 1px solid #575757;
  padding: 8px;
  font-family: "Armata",sans-serif;
  font-size: 13px;
  width: 400px;
  color: #4B4B4B;
  margin-bottom: 10px;
}

textarea{
  border: 1px solid #575757;
  padding: 8px;
  font-family: "Armata",sans-serif;
  font-size: 13px;
  width: 400px;
  height: 250px;
  color: #4B4B4B;
  margin-bottom: 10px;  
}

img.social_links{
  border: 0px;
  float: right;
  margin-left: 6px;
}

img.social_links_last{
  border: 0px;
  float: right;
  margin-left: 6px;
  margin-right: 16px;
}

img.share_button{
  border: 0px;
  float: right;
  margin-left: 6px;
  margin-right: 0px;
}

img.share_button:hover{
  cursor: pointer;
}

#paging_button_botton{
  float: right;
  min-width: 120px;
  margin-top: 8px;
}

#paging_button_botton ul{
  min-width: 120px;
  padding:0px;
  margin:8px -4px 8px 8px;
}

#paging_button_botton ul li { 
  -moz-border-radius: 3px 3px 3px 3px;
  background: none repeat scroll 0 0 #cd382c;
  color: #FFFFFF;
  float: left;
  font-family: "Armata",sans-serif;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 0px 4px;
  padding: 3px 3px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  list-style-type:none; 
  min-width: 20px;
  min-height: 16px;
  cursor:pointer;
  vertical-align: middle;
}

#paging_button_botton ul li img {
  border: 0px;
  margin-top: 2px;
  width: 10px;
  height: 10px;
}

#paging_button_botton ul li.pagenum{
  background:#cccccc;
  color: #4B4B4B;
  cursor: default;
}

#paging_button_botton ul li.pagenum:hover{
  background:#cccccc;
  color: #4B4B4B;
  cursor: default;
}

#paging_button_botton ul li.current{
  background:#cd382c;
}

#paging_button_botton ul li:hover{
  background:#c83528;
  cursor: pointer;
}

#paging_button{
  float: right;
  min-width: 120px;
  margin-top: 8px;
}

#paging_button ul{
  min-width: 120px;
  padding:0px;
  margin:8px -4px 8px 8px;
}

#paging_button ul li { 
  -moz-border-radius: 3px 3px 3px 3px;
  background: none repeat scroll 0 0 #cd382c;
  color: #FFFFFF;
  float: left;
  font-family: "Armata",sans-serif;
  font-size: 10px;
  font-weight: normal;
  margin: 0px 0px 0px 4px;
  padding: 3px 3px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  list-style-type:none; 
  min-width: 20px;
  min-height: 16px;
  cursor:pointer;
  vertical-align: middle;
}

#paging_button ul li img {
  border: 0px;
  margin-top: 2px;
  width: 10px;
  height: 10px;
}

#paging_button ul li.pagenum{
  background:#cccccc;
  color: #4B4B4B;
}

#paging_button ul li.pagenum:hover{
  background:#cccccc;
  color: #4B4B4B;
}

#paging_button ul li.current{
  background:#cd382c;
}

#paging_button ul li:hover{
  background:#c83528;
  cursor: pointer;
}

div.share_this{
  width: 600px;
  float: left;
  clear: both;
  margin-top: -6px;
  margin-bottom: 10px;
  padding: 0px;
}

.jcarousel-skin-tango img{
  border: 0px;
}

.jcarousel-skin-tango .jcarousel-container { }

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 600px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 0px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  880px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 170px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 6px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #4B4B4B;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.captionText4 {width:80%;text-align:left;font-family:"Armata";color:#fff;font-size:18px;padding:20px 0 0 25px;line-height:27px; background:#62BAB9 !important;}
.captionBackground4 {width:100%; height:100%; background:#62BAB9 !important; border-right:2px solid #b2deff; }
.notif {
  position: relative;
  margin: 0 auto 60px auto;
  width: 288px;
  height: 62px;
  padding: 6px;
  line-height: 20px;
  font-size: 12px;
  color: rgba(204, 204, 204, 0.9);
  text-shadow: 0 -1px black;
  background: rgba(17, 17, 17, 0.48);
  background-clip: padding-box;
  border: 1px solid;
  border-color: rgba(17, 17, 17, 0.6) rgba(17, 17, 17, 0.7) rgba(17, 17, 17, 0.9);
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, rgba(242, 242, 242, 0.3), rgba(221, 221, 221, 0.01) 50%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, rgba(242, 242, 242, 0.3), rgba(221, 221, 221, 0.01) 50%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, rgba(242, 242, 242, 0.3), rgba(221, 221, 221, 0.01) 50%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(to bottom, rgba(242, 242, 242, 0.3), rgba(221, 221, 221, 0.01) 50%, rgba(0, 0, 0, 0.12) 50%, rgba(0, 0, 0, 0.3));
  -webkit-box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}
.notif p {
  margin: 0;
}
.notif a {
  font-weight: bold;
  color: rgba(221, 221, 221, 0.9);
  text-decoration: none;
}
.notif:before {
  content: "";
  float: left;
  margin: -6px 14px -6px -6px;
  width: 74px;
  height: 74px;
  background: rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(17, 17, 17, 0.4);
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 1px 0 rgba(255, 255, 255, 0.05);
  box-shadow: 1px 0 rgba(255, 255, 255, 0.05);
}

.notif-title {
  margin: 0;
  line-height: 22px;
  font-size: 13px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.95);
}

.notif-close {
  position: absolute;
  top: 50%;
  right: 0;
  margin: -10px -10px 0 0;
  padding: 4px;
  width: 10px;
  height: 10px;
  background: #222;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  background-image: -webkit-linear-gradient(top, #383838, #111111);
  background-image: -moz-linear-gradient(top, #383838, #111111);
  background-image: -o-linear-gradient(top, #383838, #111111);
  background-image: linear-gradient(to bottom, #383838, #111111);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
}
.notif-close:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url("/web/img/close.png");
}

#popout {
   margin: -225px 0 0 0;
   padding: 0;
   position: fixed;
   top: 50%;
   left: 0;
   width: 350px;
   height: 450px;
   z-index: 100;
   overflow: hidden;
}

#popout a, #popout a img {
   text-decoration: none;
   border: 0;
   outline: 0;
}

#popout a span {
   display: none;
}

#popout #cap {
   width: 20px;
   height: 450px;
   position: relative;
   left: 0;
   z-index: 102;
}

#popout a#close {
   position: absolute;
   background: transparent;
   top: 0;
   left: 280px;
   height: 50px;
   width: 70px;
}

#popout #adbox {
   position: absolute;
   top: 0;   
   left: 20px;
   margin-left: -350px;
   z-index: 101;
}