
body {
    /*background: rgba(0, 0, 0, 0)  repeat scroll 0 0;*/
    font-family: Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
}
.two-cols li {
    display: inline-block;
    width: 45%;
    margin: 0;
    padding: 0;
    vertical-align: top;
} 
.pagecontent {
    margin: 30px auto;
    text-shadow: 1px 1px 1px #ffffff;
    width: 960px;
}
.pagecontent p, .pagecontent li {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}
.pagecontent ul, .pagecontent li {
    padding-left: 16px;
}
.pagecontent .pusher {
    height: 50px;
    width: 100%;
}
.pagecontent a {
    color: #999;
    text-decoration: none;
}
.pagecontent h1, .pagecontent h3 {
    color: #222;
}
.pagecontentclear {
    clear: both;
}
.pagewrapper {
    margin: 0 auto;
    width: 960px;
}
.pagewrapper .pagecontent {
    float: left;
    margin: 10px 0 0;
    width: 690px;
}
.pagewrapper .megamenu_vertical_left {
    margin-right: 30px;
}
.pagewrapper .megamenu_vertical_right {
    margin-left: 30px;
}
@media only screen and (max-width: 1024px) {
.pagecontent, .pagewrapper {
    width: 95%;
}
.pagewrapper .pagecontent {
    width: 100%;
}
.pagewrapper .megamenu_vertical_left {
    margin-right: auto;
}
.pagewrapper .megamenu_vertical_right {
    margin-left: auto;
}
}
@media only screen and (max-width: 767px) {
.pagecontent, .pagewrapper {
    width: 420px;
}
.pagewrapper .pagecontent {
    width: 420px;
}
}
@media only screen and (max-width: 479px) {
.pagecontent, .pagewrapper {
    width: 300px;
}
.pagewrapper .pagecontent {
    width: 300px;
}
}
.megamenu_wrapper {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 21px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
}
.megamenu_wrapper {
    
    width: 980px;

}
.megamenu_container {
    height: 40px;
    margin: 0 auto;
    width: 100%;
}
.megamenu_wrapper .megamenu_container {
    border-radius: 6px;
    width: 100%;
}
.megamenu_container .megamenu {
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: 960px;
}
.megamenu > li {
    border: medium none;
    float: left;
    margin-right: 5px;
    position: relative;
    z-index:200; 
}
.megamenu li.menuitem_fullwidth {
    position: static !important;
}
.megamenu > li > a {
    display: block;
    outline: 0 none;
    padding: 9px 15px 11px;
    text-decoration: none;
}
.megamenu > li .menuitem_drop {
    padding-right: 27px;
}
.megamenu > li.menuitem_nodrop > a {
    padding-bottom: 10px;
}
.megamenu > li.menuitem_right {
    float: right;
    margin-right: 0;
    right: 0;
}
.megamenu li.megamenu_button {
    display: none;
}
.megamenu li.megamenu_button_active {
    background: #000000 none repeat scroll 0 0 !important;
}
.megamenu .dropdown_1column, .megamenu .dropdown_2columns, .megamenu .dropdown_3columns, .megamenu .dropdown_4columns, .megamenu .dropdown_5columns, .megamenu .dropdown_fullwidth {
    border-radius: 0 0 5px 5px;
    display: none;
    left: -115px;
    margin: 0;
    position: absolute;
    top: 41px;
}
.megamenu .dropdown_1column {
    padding: 15px 14px 15px 15px;
    width: 155px;
}
.megamenu .dropdown_2columns {
    padding: 15px 11px 15px 15px;
    width: 300px;
}
.megamenu .dropdown_3columns {
    padding: 15px 8px 15px 15px;
    width: 520px;
}
.megamenu .dropdown_4columns {
    padding: 15px 5px 15px 15px;
    width: 630px;
}
.megamenu .dropdown_5columns {
    padding: 15px 2px 15px 15px;
    width: 800px;
}
.megamenu .dropdown_fullwidth {
    border-radius: 0 0 5px 5px;
    left: 10px;
    padding: 15px 0 15px 15px;
    top: 42px;
    width: 945px;
}
.leftblock {
    left: -1px;
}
.megamenu_wrapper .dropdown_right {
    left: auto;
    right: -1px;
}
.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
    left: auto;
    right: 8px;
}
.megamenu li:hover > div {
    display: block;
}
.megamenu .col_one_sixth, .megamenu .col_one_fifth, .megamenu .col_one_quarter, .megamenu .col_one_third, .megamenu .col_two_fifths, .megamenu .col_half, .megamenu .col_three_fifths, .megamenu .col_two_thirds, .megamenu .col_three_quarters, .megamenu .col_four_fifths, .megamenu .col_five_sixths, .megamenu .col_full {
    float: left;
    margin-left: 2%;
}
.megamenu .col_one_sixth {
    width: 14.6667%;
}
.megamenu .col_one_fifth {
    width: 18%;
}
.megamenu .col_one_quarter {
    width: 23%;
}
.megamenu .col_one_third {
    width: 31.3333%;
}
.megamenu .col_two_fifths {
    width: 38%;
}
.megamenu .col_half {
    width: 48%;
}
.megamenu .col_three_fifths {
    width: 58%;
}
.megamenu .col_two_thirds {
    width: 64.6667%;
}
.megamenu .col_three_quarters {
    width: 73%;
}
.megamenu .col_four_fifths {
    width: 78%;
}
.megamenu .col_five_sixths {
    width: 81.3333%;
}
.megamenu .col_full {
    width: 98%;
}
.megamenu .firstcolumn {
    clear: left;
    margin-left: 0;
}
.megamenu p, .megamenu ul, .megamenu li, .megamenu h2, .megamenu h3 {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 21px;
    text-align: left;
}
.megamenu p {
    margin: 0 0 18px;
}
.megamenu .strong {
    font-weight: bold;
}
.megamenu .italic {
    font-style: italic;
}
.megamenu h2, .megamenu h3 {
    margin-top: 7px;
}
.megamenu h2 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 18px;
    padding-bottom: 11px;
}
.megamenu h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
    padding-bottom: 7px;
}
.megamenu li a {
    text-decoration: none;
}
.megamenu .pusher {
    margin-top: 18px;
}
.megamenu .help, .megamenu .favorite, .megamenu .mail, .megamenu .print {
    margin-bottom: 18px;
    padding-left: 36px;
}
.megamenu .help {
    background: rgba(0, 0, 0, 0) url("imghelp.png") no-repeat scroll 0 2px;
}
.megamenu .favorite {
    background: rgba(0, 0, 0, 0) url("imgfavorite.png") no-repeat scroll 0 2px;
}
.megamenu .mail {
    background: rgba(0, 0, 0, 0) url("imgmail.png") no-repeat scroll 0 2px;
}
.megamenu .print {
    background: rgba(0, 0, 0, 0) url("imgprint.png") no-repeat scroll 0 2px;
}
.megamenu .imgshadow_dark, .megamenu .imgshadow_light {
    margin-top: 5px;
    padding: 4px;
}
.megamenu .img_left {
    float: left;
    margin: 5px 15px 5px 0;
}
.megamenu .img_right {
    float: right;
    margin: 5px 0 5px 15px;
}
.megamenu li .black_box, .megamenu li .dark_grey_box {
    border-radius: 5px;
    color: #eeeeee;
    margin: -8px 0 18px;
    padding: 8px 12px;
    text-shadow: 1px 1px 1px #000;
}
.megamenu li ul {
    list-style: outside none none;
    margin: 0 0 12px;
    padding: 0;
}
.megamenu li ul li {
    float: left;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}
.megamenu li ul li a {
    padding: 0;
}
.megamenu li .greybox li {
    border-radius: 3px;
    margin: 0 0 4px;
    padding: 4px 6%;
    width: 88%;
}
.megamenu li .plus li {
    float: left;
    margin: 0 0 4px;
    padding: 0 0 0 20px;
}
.megamenu li ul.social {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.megamenu li ul.social li {
    display: inline;
    float: left;
    margin: 0 12px 12px 0;
    padding-top: 5px;
    position: relative;
    width: 32px;
}
.megamenu li ul.social li img {
    border: medium none;
}
.megamenu li ul.social li:hover {
    margin: -1px 12px 12px 0;
    padding-top: 5px;
}
.megamenu li ul.social li span {
    display: none;
}
.megamenu .dropdown_flyout {
    min-width: 120px;
}
.megamenu .levels, .megamenu .levels ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.megamenu .levels a {
    display: block;
    width: 8.4em;
}
.megamenu .levels li {
    float: left;
}
.megamenu .levels li ul {
    border-radius: 5px;
    left: -999em;
    margin: 15px 0 0 4px;
    padding: 6px 12px;
    position: absolute;
    top: -23px;
    z-index: 9999;
}
.megamenu .levels li:hover > ul {
    left: 96%;
}
.megamenu .contact_form {
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
}
.megamenu .contact_form label {
    display: inline-block;
    float: left;
    font-size: 12px;
    width: 80px;
}
.megamenu .contact_form input, .megamenu .contact_form textarea {
    border-radius: 3px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 9px 0;
    padding: 8px 4%;
    width: 90%;
}
.megamenu .contact_form textarea {
    resize: none;
}
.megamenu .contact_form .required {
    color: #c00;
}
.megamenu .contact_form .form_buttons {
    margin: 4px 0 0;
}
.megamenu .contact_form input.button {
    cursor: pointer;
    margin-right: 10px;
    padding: 8px;
    width: 80px;
}
.megamenu .contact_form .special {
    display: none;
}
.megamenu .contact_form .error, .megamenu .contact_form .sent {
    border-radius: 3px;
    font-size: 11px;
    padding: 2px 5px;
    text-shadow: none;
}
.megamenu .contact_form .error {
    background: #fbe5e2 none repeat scroll 0 0;
    border: 1px solid #f2a197;
    color: #992213;
}
.megamenu .contact_form .sent {
    background: #e1f8cb none repeat scroll 0 0;
    border: 1px solid #c6d880;
    color: #37620d;
}
.megamenu_light_theme .megamenu_container > ul > li:hover, .megamenu_light_theme .megamenu_container .megamenu > li.active, .megamenu_light_theme .megamenu_container > ul > li.menuitem_nodrop:hover {
    background-color: #eeeeee;
}
.megamenu_light_theme .megamenu_container > ul > li > a, .megamenu_light_theme .megamenu_container .megamenu > li.noactive a {
    color: #eee;
    text-shadow: 1px 1px 1px #000000;
}
.megamenu_light_theme .megamenu_container > ul > li:hover > a {
    color: #161616;
    text-shadow: 1px 1px 1px #fff;
}
.megamenu_light_theme ul li .menuitem_drop, .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
    background-image: url("img/arrow_down1.png");
    background-position: right 17px;
    background-repeat: no-repeat;
}
.megamenu_vertical_left .megamenu_light_theme ul li .menuitem_drop, .megamenu_vertical_left .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
    background-image: url("img/arrow_right1.png");
    background-position: 90% 15px;
}
.megamenu_vertical_right .megamenu_light_theme ul li .menuitem_drop, .megamenu_vertical_right .megamenu_light_theme .megamenu li.noactive .menuitem_drop {
    background-image: url("img/arrow_left1.png");
    background-position: 10% 15px;
}
.megamenu_light_theme .megamenu > li > div, .megamenu_light_theme ul .levels li ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
   /* background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #eeeeee, #bbbbbb) repeat scroll 0 0;*/


   background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#bbbbbb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
    border-color: -moz-use-text-color #444444 #444444;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
}
.megamenu_wrapper_vertical .megamenu_light_theme .megamenu > li > div, .megamenu_light_theme ul .levels li ul {
    border: 1px solid #444444;
}
.megamenu_light_theme ul p, .megamenu_light_theme ul h2, .megamenu_light_theme ul h3, .megamenu_light_theme ul li ul li {
    text-shadow: 1px 1px 1px #ffffff;
}
.megamenu_light_theme ul h2, .megamenu_light_theme ul h3 {
    border-bottom: 1px solid #888888;
}
.megamenu_light_theme ul .imgshadow_dark {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #333333;
    box-shadow: 0 0 5px #000000;
}
.megamenu_light_theme ul .imgshadow_light {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #777777;
    box-shadow: 0 0 5px #666666;
}
.megamenu_light_theme ul li .black_box {
    background-color: #333333;
    box-shadow: 0 0 3px #000000 inset;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}
.megamenu_light_theme ul li .dark_grey_box {
    background-color: #555555;
    box-shadow: 0 0 3px #111111 inset;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000000;
}
.megamenu_light_theme ul li .greybox li {
    background: #f4f4f4 none repeat scroll 0 0;
    border: 1px solid #bbbbbb;
}
.megamenu_light_theme ul li .greybox li:hover {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
}
.megamenu_light_theme ul li .plus li {
    background: rgba(0, 0, 0, 0) url("imgplus.png") no-repeat scroll left 6px;
}
.megamenu_light_theme ul .levels a.parent, .megamenu_light_theme ul .levels a.parent:hover {
    background: rgba(0, 0, 0, 0) url("img/arrow_right1.png") no-repeat scroll right center;
}
.megamenu_vertical_right .megamenu_light_theme ul .levels a.parent, .megamenu_vertical_right .megamenu_light_theme ul .levels a.parent:hover {
    background: rgba(0, 0, 0, 0) url("imgarrow_left1.png") no-repeat scroll left center;
}
.megamenu_light_theme ul .contact_form input:focus, .megamenu_light_theme ul .contact_form textarea:focus, .megamenu_light_theme ul .contact_form select:focus, .megamenu_light_theme ul .contact_form input:hover, .megamenu_light_theme ul .contact_form textarea:hover, .megamenu_light_theme ul .contact_form select:hover {
    border: 1px solid #333333;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.7);
}
.megamenu_light_theme ul .contact_form input, .megamenu_light_theme ul textarea, .megamenu_light_theme ul select {
    background-color: #222222;
    border: 1px solid #0a0a0a;
    color: #ffffff;
}
.megamenu_light_theme ul .contact_form input.button {
    background-color: #1e1e1e;
    border: 1px solid #0a0a0a;
    color: #cccccc;
}
.megamenu_light_theme ul .contact_form input.button:hover {
    background-color: #222222;
    border: 1px solid #000000;
    color: #eeeeee;
}
.megamenu_lightblue {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #709e8e, #52786b) repeat scroll 0 0;*/
    border-color: #99b9ae #608c7d #608c7d;
    background:  #444;
    border-top: 1px solid #666;
    z-index:200;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
.megamenu_dark_theme .megamenu_lightblue li div a {
    color: #015b86;
}
.megamenu_dark_theme .megamenu_lightblue li div a:hover {
    color: #99b9ae;
}
.megamenu_dark_theme .megamenu_lightblue li ul li a:hover {
    color: #99b9ae;
}
.megamenu_light_theme .megamenu_lightblue li div a {
    color: #015b86;
}
.megamenu_light_theme .megamenu_lightblue li div a:hover {
    color: #99b9ae;
}
.megamenu_light_theme .megamenu_lightblue li ul li a:hover {
    color: #F6892D;
}
.megamenu_dark_theme .megamenu_container .megamenu > li.noactive, .megamenu_light_theme .megamenu_container .megamenu > li.noactive {
    background-color: transparent;
    border: medium none;
}
@media only screen and (max-width: 1023px) {
.megamenu_wrapper {
    width: 95%;
}
.megamenu_wrapper .megamenu_container {
    float: left;
    height: auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
.megamenu_wrapper .megamenu_container .megamenu {
    margin: 0;
    padding: 0 1%;
    width: 98%;
}
.megamenu_wrapper .megamenu > li {
    float: left;
    height: 20px;
    position: static;
    right: auto;
}
.megamenu_wrapper .megamenu > li.menuitem_right {
    float: right;
}
.megamenu_wrapper .megamenu .dropdown_1column, .megamenu_wrapper .megamenu .dropdown_2columns, .megamenu_wrapper .megamenu .dropdown_3columns, .megamenu_wrapper .megamenu .dropdown_4columns, .megamenu_wrapper .megamenu .dropdown_5columns, .megamenu_wrapper .megamenu .dropdown_fullwidth, .megamenu_wrapper .megamenu .dropdown_right {
    border-radius: 0 0 5px 5px;
    border-top: medium none;
    float: left;
    left: auto;
    margin: -1px 0 0 -1px;
    padding: 2%;
    right: auto;
    top: auto;
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #bbbbbb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eeeeee 0%,#bbbbbb 100%); /* IE10+ */
    background: linear-gradient(to bottom, #eeeeee 0%,#bbbbbb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
}
.megamenu .dropdown_1column {
    width: 12.6666%;
}
.megamenu .dropdown_2columns {
    width: 29.3333%;
}
.megamenu .dropdown_3columns {
    width: 44%;
}
.megamenu .dropdown_4columns {
    width: 60.6666%;
}
.megamenu .dropdown_5columns {
    width: 79.3333%;
}
.megamenu .dropdown_fullwidth {
    width: 94%;
}
.megamenu_wrapper .megamenu .dropdown_right {
    left: auto;
    right: 1%;
}
.megamenu_wrapper .megamenu .dropdown_fullwidth, .megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
    left: 1%;
    margin: 0;
    right: auto;
    top: 41px;
}
.megamenu .contact_form label {
    width: 92%;
}
.megamenu .contact_form input, .megamenu .contact_form textarea {
    width: 92%;
}
.megamenu .contact_form .form_buttons {
    margin: 4px 0 0;
}
}
@media only screen and (max-width: 768px) {
.megamenu_wrapper {
    float: none;
    margin: 0 auto;
    width: 420px;
}
.megamenu_vertical_left, .megamenu_vertical_right {
    float: none;
}
.megamenu_wrapper .megamenu_container {
    border-radius: 0;
}
.megamenu_wrapper .megamenu_container .megamenu {
    margin: 0;
    padding: 0;
    width: 100%;
}
.megamenu_container .megamenu > li, .megamenu_container .megamenu > li:hover, .megamenu_container .megamenu > li.menuitem_right, .megamenu_container .megamenu > li.menuitem_right:hover {
    display: block;
    float: left;
    margin-right: 0;
    padding-right: 0;
    width: 100%;
}
.megamenu_wrapper .megamenu li.menuitem_right .dropdown_fullwidth {
    left: 0;
    right: auto;
    top: auto;
}
.megamenu_container .megamenu .dropdown_1column, .megamenu_container .megamenu .dropdown_2columns, .megamenu_container .megamenu .dropdown_3columns, .megamenu_container .megamenu .dropdown_4columns, .megamenu_container .megamenu .dropdown_5columns, .megamenu_container .megamenu .dropdown_fullwidth, .megamenu_container .megamenu .dropdown_right {
    left: 0;
    margin: -1px 0 0;
    padding: 0 15px;
    top: auto;
    width: 390px;
}
.megamenu .col_one_sixth, .megamenu .col_one_fifth, .megamenu .col_one_quarter, .megamenu .col_one_third, .megamenu .col_two_fifths, .megamenu .col_half, .megamenu .col_three_fifths, .megamenu .col_two_thirds, .megamenu .col_three_quarters, .megamenu .col_four_fifths, .megamenu .col_five_sixths, .megamenu .col_full {
    display: block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 96%;
}
.megamenu > .col_one_sixth, .megamenu > .col_one_fifth, .megamenu > .col_one_quarter, .megamenu > .col_one_third, .megamenu > .col_two_fifths, .megamenu > .col_half, .megamenu > .col_three_fifths, .megamenu > .col_two_thirds, .megamenu > .col_three_quarters, .megamenu > .col_four_fifths, .megamenu > .col_five_sixths, .megamenu > .col_full {
    margin-left: 2%;
    margin-right: 2%;
}
.megamenu_wrapper .megamenu .levels li ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    left: auto;
    margin: 0;
    padding: 0;
    position: relative;
    top: auto;
}
.megamenu_wrapper .megamenu .levels li {
    float: left;
    width: 100%;
}
.megamenu_wrapper .megamenu .levels li:hover > ul {
    left: auto;
}
.megamenu_light_theme ul .levels a.parent, .megamenu_light_theme ul .levels a.parent:hover, .megamenu_light_theme ul .levels li ul, .megamenu_wrapper .megamenu_light_theme ul .levels a.parent, .megamenu_wrapper .megamenu_light_theme ul .levels a.parent:hover, .megamenu_wrapper .megamenu_light_theme ul .levels li ul {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
}
@media only screen and (max-width: 479px) {
    .megamenu_wrapper {
        width: 300px;
    }
    .megamenu_container .megamenu .dropdown_1column, .megamenu_container .megamenu .dropdown_2columns, .megamenu_container .megamenu .dropdown_3columns, .megamenu_container .megamenu .dropdown_4columns, .megamenu_container .megamenu .dropdown_5columns, .megamenu_container .megamenu .dropdown_fullwidth, .megamenu_container .megamenu .dropdown_right {
        width: 270px;
    }
}
.skills {
    display: inline-block;
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
}
.skills > li > a {
    display:inline-block;
}
.longopen{
    display:block;
}