/*ver-1*/

.body_wrapper,body,html {
    height: 100%
}

* {
   -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none
}

a {
    text-decoration: none;
    text-underline-position: under
}

body,html {
    font-family: AvenirNext,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #fff;
    color: #000;
    margin: 0;
    width: 100%;
    scroll-behavior: smooth
}

#content h1,.dark_subheading h2,.light_subheading h2,.mobile_callout_content p {
    font-family: 'Nunito Sans',sans-serif
}

.google_tag_manager {
    height: 0;
    width: 0;
    display: none;
    visibility: hidden
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 0;
    width: 0;
    overflow: visible;
    vertical-align: 0
}

.container {
    max-width: 1180px;
    margin: 0 auto;
    text-align: left;
    padding: 0 25px
}

.clr {
    clear: both
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.dark_subheading {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.7)
}

.light_subheading {
    color: #000
}

#content h1,#content h3 span,.dark_subheading h2 span,.light_subheading h2 span {
    color: #e20026
}

.dark_subheading h2,.light_subheading h2 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 60px;
    margin-top: 0;
    padding-top: 0
}

#content h3,.mobile-contact-details,.mobile_menu li a {
    font-family: Montserrat,sans-serif
}

.dark_subheading h2:after,.light_subheading h2:after {
    position: absolute;
    bottom: 0;
    left: 50.5%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 3px;
    background-color: #ed2427;
    content: ''
}

#content h1,.post.page h1 {
    position: relative
}

.wrapper_1,.wrapper_top_row {
    background-color: #f0f0f0;
}

.wrapper_top_row {
    padding-top: 40px;
    padding-bottom: 60px
}

.wrapper_1,.wrapper_2,.wrapper_3 {
    padding-top: 60px;
    padding-bottom: 60px
}

.wrapper_2 {
    background-image: linear-gradient(0deg,#131A22 0,#175365 17%,#0e6173 50%,#175365 83%,#131A22 96%)
}

.wrapper_3 {
    background: #fff
}

#content h3 {
    text-align: left;
    font-weight: 600;
    padding-bottom: 10px;
    margin-top: 0
}

#content h1 {
    text-align: left;
    font-weight: 700;
    padding-bottom: 30px;
    margin: auto;
    text-shadow: 1px 1px 1px rgba(237,32,36,.07)
}

#content h1 span {
    color: #000
}

#content h1:after {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100px;
    height: 3px;
    background-color: #ed2427;
    content: ''
}

.row_covid_info {
    padding: 10px;
    color: #fff;
    background-color: #f8f8ff;
    border-bottom: 1px solid #c8c8cc
}

.row_covid_info_heading {
    font-family: Montserrat,sans-serif;
    color: #e20026;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 3px solid #e20026;
    padding-bottom: 5px
}

.row_covid_info_message {
    font-family: Ubuntu,Sans-serif;
    display: block;
    padding-top: 15px;
    font-size: 19px;
    font-weight: 400;
    color: #000
}

.wonder_page {
    background-color: #fff;
    background-image: url(../images/404-kitten.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 53vh;
    display: block;
    justify-content: center;
    color: #e20026
}

.wonder_page_content {
    padding-top: 9%;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #fff
}

.wonder_page_content p {
    background: rgba(51,51,51,.5);
    color: #fff;
    font-size: 30px;
    padding: 10px;
    border-radius: 10px
}

.wonder_page_home_icon {
    display: flex;
    justify-content: center
}

.wonder_page_home_icon svg {
    border-radius: 50%;
    padding: 15px;
    --fa-primary-color:#000;--fa-secondary-color:#e20026;--fa-secondary-opacity:1;background: #fff;
    cursor: pointer;
    height: 45px;
    width: 45px;
    font-size: 40px;
    box-shadow: 0 0 1px #e20026;
    border: 5px solid #e20026
}

.push {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.mobile_menu_container {
    background-color: #333;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 320px;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    min-height: 900px;
}

.wrapper {
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out
}

.mobile_menu .sub-menu {
    background-color: #333;
    position: relative;
    z-index: 999
}

.push-right {
    transform: translate3d(320px,0,0);
    -webkit-transform: translate3d(320px,0,0)
}

.push-right .mobile_menu_close {
    text-align: center
}

.pushright-open {
    right: 0;
    top: 0
}

.push-toright {
    transform: translate3d(-320px,0,0);
    -webkit-transform: translate3d(-320px,0,0);
    position: fixed;
    width: 100%
}

.mobile_menu_btn_wrapper {
    position: absolute;
    transform: translateY(40px);
    cursor: pointer;
    height: 25px;
    padding: 2px;
    width: 35px;
    transition: all .4s ease-out
}

.mobile_menu_btn,.mobile_menu_btn:after,.mobile_menu_btn:before {
    height: 1.5px;
    width: 33px;
    background-color: #000;
    position: absolute
}

.sticky .mobile_menu_btn_wrapper {
    transform: translateY(17px);
    transition: all .5s ease-out
}

.mobile_menu_btn:after {
    top: 10px;
    left: 0;
    content: ''
}

.mobile_menu_btn:before {
    top: 20px;
    left: 0;
    content: ''
}

.mobile_menu_close {
    background-color: #131A22;
    font-size: 20px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 16px;
    border-bottom: 5px solid #FFF;
    text-decoration: none
}

.mobile_menu_close svg {
    float: right;
    color: #fff;
    height: 30px;
    width: 30px;
    font-size: 20px;
    bottom: 4px;
    position: relative
}

.mobile_menu li a {
    display: block;
    color: #fff;
    padding: 14px;
    text-decoration: none;
    z-index: 10
}

.mobile_menu li {
    border-bottom: 1px solid #5a5a5a
}

.mobile_menu li:last-child {
    border-bottom: none
}

.mobile_menu li a:active,.mobile_menu li a:hover {
    background-color: #535353
}

.mobile_menu .current-menu-item {
    background: #535353
}

.mobile_menu ul>li>ul {
    display: none
}

.mobile_menu ul>li>a {
    position: relative
}

.mobile_menu ul>li>a>span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    width: 80px;
    height: 44px;
    vertical-align: middle;
    background: #131a22;
    align-items: center;
    padding-left: 40px;
}
.mobile_menu ul>li>a>span:hover, .mobile_menu ul>li>a>span:focus, .mobile_menu ul>li>a>span:active {
    background-color: #b20837;

}

.mobile_menu ul>li>a>span:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    background-color: transparent;
    display: none
}

.mobile_menu ul>li>a>span svg {
    color: #fff;
    height: 30px!important;
    width: 30px!important;
    display: block
}

.mobile_menu .menu-cntr {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #333;
    z-index: -1;
    opacity: 0;
    transition: .5s;
    padding-bottom: 60px;
}

.mobile_menu .menu-cntr.active-menu {
    z-index: 99;
    opacity: 1;
    right: 0
}

.mobile_menu .menu-cntr ul>li>a {
    font-size: 16px;
    padding: 14px
}

.mobile_menu .menu-cntr .close-btn {
    background-color: #131A22;
    font-size: 20px;
    text-align: center;
    display: block;
    color: #fff;
    padding: 16px;
    border-bottom: 5px solid #FFF;
    text-decoration: none;
    position: relative
}

.mobile_menu .menu-cntr .close-btn:before {
    content: '\f053';
    display: none;
    font-family: "Font Awesome 5 Pro"
}

.mobile_menu .menu-cntr .close-btn svg {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    display: block
}

.mobile_callout_banner {
    display: flex;
    align-items: center;
    background: #131A22;
    padding: 15px;
    margin-top: 20px;
    width: 320px;
    margin-left: -10px;
    border-bottom: 5px solid #FFF;
    position: relative;
    z-index: 9
}

.mobile_callout_banner_svg_wrapper {
    float: left;
    position: absolute;
    min-width: 36px
}

.mobile_callout_banner svg {
    color: #FFF;
    font-size: 35px;
    height: 35px;
    width: 35px
}

.mobile_callout_content p {
    color: #fff;
    margin: 0 0 0 55px;
    font-size: 35px
}

#mobile_menu_open {
    right: 50px;
    position: absolute
}

.push-toright #mobile_menu_open {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0 .1s,opacity .1s linear
}

.desktop_menu,.header_container,.header_container.sticky,.logo img,.sticky .desktop_menu,.sticky .logo img {
    transition: all .4s ease-out
}

.mobile_menu_contact_details {
    padding: 10px 0 10px 10px;
    border-top: 3px solid #e20026
}

.mobile-contact-details {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    color: #fff;
    letter-spacing: 1px
}

.mobile-contact-details svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px
}

.mobile-contact-details.phone-icon svg {
    transform: rotateZ(27deg);
    margin-right: 3px;
    margin-left: -2px
}

.mobile-contact-details a {
    color: #fff
}

.header_container {
    position: fixed;
    width: 100%;
    height: 110px;
    background: #fff;
    z-index: 999
}

.header_container.sticky {
    position: fixed;
    z-index: 999;
    height: 60px;
    border-bottom: 5px solid #e20026
}

.sticky .header_left {
    float: left
}

.logo img {
    height: 110px;
    width: 235px
}

.sticky .logo img {
    height: 60px;
    width: 139px;
    margin-left: -7px
}

.desktop_menu {
    display: block
}

.desktop_menu ul {
    list-style: none;
    text-align: right
}

.desktop_menu li {
    position: relative;
    font-family: Arimo,sans-serif;
    color: #333;
    /* font-size: 14px; */
    font-weight: 400;
    display: inline-block;
}

.desktop_menu>ul>li {
    margin: 47px 10px;
    transition: .4s
}

.sticky .desktop_menu>ul>li {
    margin: 24px 10px
}

.desktop_menu li:last-child,.sticky .desktop_menu li:last-child {
    margin-right: 0;
    padding-right: 0
}

.desktop_menu li:first-child,.sticky .desktop_menu li:first-child {
    margin-left: 0;
    padding-left: 0
}

.contact_bar_email,.svg_wrapper {
    margin-left: 5px
}

.desktop_menu li a,.desktop_menu li a:active,.desktop_menu li a:hover,.desktop_menu li a:link,.desktop_menu li a:visited {
    text-decoration: none;
    color: #333
}

.row_contact_bar {
    background-color: #131A22;
    font-family: 'Nunito Sans',sans-serif;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
    border-bottom: 5px solid #e20026;
    display: flex;
    align-items: center;
    padding: 5px 0;
    width: 100%
}

.row_contact_bar li {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 40px
}

.row_contact_bar li:last-child {
    margin-right: 0
}

.contact_left {
    float: left;
    height: 20px
}

.contact_right {
    float: right;
    height: 20px
}

.svg_wrapper {
    width: 20px
}

.row_contact_bar svg {
    color: #fff;
    font-size: 20px;
    height: 20px;
    width: 20px
}

.contact_bar_phone {
    transform: rotateZ(25deg);
    margin-right: -5px
}

.row_contact_bar a:active,.row_contact_bar a:hover,.row_contact_bar a:link,.row_contact_bar a:visited {
    text-decoration: none;
    color: #fff
}

#footer {
    background-color: #131A22;
    border-top: 5px solid #e20026;
    position: relative;
    z-index: 999
}

.footer_grid {
    position: relative;
    width: 100%;
    display: grid;
    grid-gap: 10px
}

.footer_content {
    font-family: Ubuntu,sans-serif;
    line-height: 26px;
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    word-spacing: 1px;
    margin-top: 40px
}

.footer_content h3 {
    font-family: Montserrat,sans-serif;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 0;
    margin-top: 0;
    border-bottom: 5px solid #71767a;
    letter-spacing: 1px
}

.footer_content a,.footer_content a:hover {
    color: #fff;
    text-decoration: none
}

.footer_content span {
    display: block
}

.footer_content svg {
    height: 50px!important;
    width: 50px!important;
    font-size: 50px;
    margin-bottom: 20px;
    border: 3px solid #71767a;
    border-radius: 50%;
    padding: 10px;
    color: #fff
}

.footer_social {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    align-content: center;
    justify-content: center
}

.social_footer_fb,.social_footer_gp,.social_footer_tw,.social_footer_yt {
    display: inline-block;
    font-size: 35px;
    color: #3d454d;
    width: 35px;
    margin-right: 15px;
    position: relative;
    border-radius: 50%;
    float: left;
    height: 30px
}

.social_footer_fb svg,.social_footer_tw svg {
    padding: 7px;
    font-style: normal;
    height: 35px;
    width: 35px
}

.social_footer_yt svg {
    padding: 6px 4px;
    font-style: normal;
    height: 35px;
    width: 35px
}

.social_footer_gp svg {
    padding: 5px 6px;
    font-style: normal;
    height: 35px;
    width: 35px
}

.social_footer_fb svg:before,.social_footer_gp svg:before,.social_footer_tw svg:before,.social_footer_yt svg:before {
    top: 12px;
    left: 11px
}

a.social_footer_fb svg:hover {
    color: #1877f2;
    opacity: 1;
    transition: all .4s ease-out
}

a.social_footer_tw svg:hover {
    color: #00aced;
    opacity: 1;
    transition: all .4s ease-out
}

a.social_footer_yt svg:hover {
    color: #2867b2;
    opacity: 1;
    transition: all .4s ease-out
}

a.social_footer_gp svg:hover {
    color: #db4a39;
    opacity: 1;
    transition: all .4s ease-out
}

.social_footer_fb a:visited,.social_footer_gp a:visited,.social_footer_tw a:visited,.social_footer_yt a:visited {
    color: #0f3041!important
}

.copyright {
    font-family: Ubuntu,sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #262626;
    font-weight: 300;
    padding: 10px 0
}

.copyright li a {
    color: #fff;
    padding: 10px;
    background-color: #262626;
    border-radius: 5px
}

.copyright li a:hover {
    background-color: #b20837;
    color: #fff
}

.copyright li a:active {
    background-color: #e20026;
    color: #fff
}

.copyright li {
    display: inline-block;
    position: relative;
    line-height: 32px;
    margin: 0 5px
}

.copyright li:before {
    position: absolute;
    content: "|";
    width: 1px;
    background-color: #fff;
    color: transparent;
    line-height: 16px;
    bottom: 7px;
    left: -6px
}

.copyright li:first-child:before {
    display: none;
    background: 0 0
}

.footer_up_arrow {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #444;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0
}

.footer_up_arrow.show {
    opacity: 1
}

.footer_up_arrow svg {
    position: absolute;
    border-radius: 50%;
    color: #fff;
    background: #e20026;
    box-shadow: 0 0 1px #e20026;
    cursor: pointer;
    height: 30px;
    width: 30px!important;
    font-size: 30px;
    display: block;
    padding: 10px
}

@media all and (min-width: 120px) {
    .footer_content h3,.header_right,.row_contact_bar {
        display:none
    }

    .header_wrapper {
        height: 110px;
        border-bottom: 5px solid #e20026
    }

    .header_left {
        float: left
    }

    .container {
        padding: 0 10px
    }

    #content h1 {
        font-size: 20px
    }

    .dark_subheading h2,.light_subheading h2 {
        font-size: 24px
    }

    #content h3 {
        font-size: 16px
    }

    .footer_grid {
        grid-template-columns: repeat(1,1fr)
    }
}

@media all and (min-width: 330px) {
    #content h1 {
        font-size:26px
    }
}

@media all and (min-width: 420px) {
    #content h1 {
        font-size:27px
    }

    .dark_subheading h2,.light_subheading h2 {
        font-size: 28px
    }

    #content h3 {
        font-size: 20px
    }
}

@media all and (min-width: 576px) {
    .container {
        padding:0 25px
    }

    .dark_heading h2,.light_heading h2 {
        font-size: 30px
    }
}

@media all and (min-width: 718px) {
    .footer_grid {
        grid-template-columns:repeat(3,1fr)
    }

    .footer_content h3 {
        display: inline-block;
        margin-bottom: 30px
    }
}

@media all and (min-width: 992px) {
    .header_wrapper {
        border:none
    }

    .header_right {
        display: inline
    }
        .desktop_menu li {
        font-size:11px;
        text-transform: uppercase;
        letter-spacing: .4px
    }

    #mobile_menu_open {
        display: none
    }

    .header_left,.mobile_menu_container,.sticky .header_left {
        margin-left: 0
    }

    .row_contact_bar {
        display: block
    }

    #content h1 {
        font-size: 35px
    }

    #content h3 {
        font-size: 20px
    }

    .sh_service_menu ul>li:last-child {
        transform: translate3d(12vw,-170px,0)
    }

    .sh_service_menu ul>li:first-child {
        transform: translate3d(-55vw,11px,0)
    }

    .sh_service_menu ul>li:first-child>ul>li {
        transform: translate3d(58vw,0,0)
    }

    .desktop_menu>ul>li.menu-item-has-children {
        margin-right: 25px!important
    }
}

@media all and (min-width: 1080px) {
        .desktop_menu li {
        font-size:12px;

    }

    .desktop_menu>ul>li.menu-item-has-children {
        margin-right: 37px
    }
}

@media all and (min-width: 1280px) {
        .desktop_menu li {
        font-size:13px;

    }

    .sh_service_menu ul>li:last-child {
        transform: translate3d(10vw,-180px,0)
    }

    .sh_service_menu ul>li:first-child {
        transform: translate3d(-55vw,0,0)
    }

    .sh_service_menu ul>li:first-child>ul>li {
        transform: translate3d(61vw,0,0)
    }
}

.desktop_menu>ul>li>a {
    padding-bottom: 5px
}

.desktop_menu>ul>li.current-menu-item>a,.desktop_menu>ul>li:hover>a {
    border-bottom: 2px solid #e20026
}

.desktop_menu>ul>li.menu-item-has-children {
    position: static
}

.desktop_menu>ul>li.menu-item-has-children>a {
    position: relative
}

.desktop_menu>ul>li.menu-item-has-children>a:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    background-color: transparent;
    display: none
}

.desktop_menu>ul>li.menu-item-has-children>a:after {
    display: none
}

.desktop_menu>ul>li.menu-item-has-children svg {
    width: 30px;
    height: 20px;
    color: #e20026;
    display: inline-block;
    position: absolute;
    right: -26px;
    top: 40%;
    transform: translateY(-50%) rotate(0);
    transition: .4s
}

.desktop_menu>ul>li.menu-item-has-children:hover>ul {
    opacity: 1;
    visibility: inherit;
    transition-delay: 0;
    transform: none
}

.sh_feedback_menu>ul.sub-menu,.sh_feedback_menu>ul.sub-menu.hide-menu,.sh_service_menu>ul.sub-menu,.sh_service_menu>ul.sub-menu.hide-menu {
    opacity: 0;
    visibility: hidden
}

.sh_service_menu>ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    padding: 60px 0 30px;
    margin: 3px 0;
    transform: translateY(10px);
    transition: .3s opacity,.3s transform,.3s padding,.3s margin,.3s max-height,0s visibility .3s;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    z-index: 999;
    box-sizing: border-box;
    background: linear-gradient(180deg,rgba(255,255,255,0) 18%,rgba(255,255,255,1) 10%);
    border-bottom: 20px solid #e9eaee
}

.sticky .sh_service_menu>ul.sub-menu {
    background: linear-gradient(180deg,rgba(255,255,255,0) 9%,rgba(255,255,255,1) 9%);
    padding-top: 30px;
    transition: .3s opacity,.3s transform,.3s padding,.3s margin,.3s max-height,0s visibility .3s
}

.sh_feedback_menu>ul.sub-menu {
    position: absolute;
    min-width: 160px;
    z-index: 999
}

.sh_feedback_menu>ul.sub-menu a {
    color: #000;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #fff;
    text-align: left;
    box-shadow: 0 3px 34px 5px rgba(0,0,0,.05);
    border-bottom: 2px solid #f6f6f6
}

.sh_service_menu>ul>li>a {
    color: #000;
    font-size: 18px;
    display: inline-block;
    text-align: left;
    border-bottom: 2px solid #131A22;
    padding-bottom: 5px;
    margin: 15px 0 20px
}

.desktop_menu>ul>li>ul>li a:hover,.desktop_menu>ul>li>ul>li.current-menu-item>a,.desktop_menu>ul>li>ul>li>ul li.current-menu-item>a,.desktop_menu>ul>li>ul>li>ul>li:hover>a {
    border-bottom: 2px solid #e20026
}

.desktop_menu>ul>li>ul>li:last-child {
    display: block;
    margin-bottom: -64px
}

.desktop_menu>ul>li>ul>li:first-child {
    width: 100%;
    display: block
}

.desktop_menu>ul>li>ul>li>ul {
    position: static;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px 5%;
    text-align: left;
    max-width: 1920px;
    margin: 0 auto
}

.desktop_menu>ul>li>ul>li>ul>li {
    padding: 0;
    margin: 0;
    display: block
}

.desktop_menu>ul>li>ul>li>ul>li>a {
    padding-bottom: 5px;
    font-size: 15px
}

.modalDialog {
    position: fixed;
    font-family: Arial,Helvetica,sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 99999;
    opacity: 1;
    -webkit-transition: opacity .4s ease-in;
    -moz-transition: opacity .4s ease-in;
    transition: opacity .4s ease-in;
    pointer-events: auto
}

.modalDialog:target {
    opacity: 0;
    pointer-events: none
}

.modalDialog>div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px;
    border-radius: 10px;
    background: #fff;
    background: -moz-linear-gradient(#fff,#999);
    background: -webkit-linear-gradient(#fff,#999);
    background: -o-linear-gradient(#fff,#999)
}

.close {
    background: #606061;
    color: #FFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: 700;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000
}

.close:hover {
    background: #00d9ff
}

@media print {
    .footer_up_arrow,.header_wrapper,.sidebar,footer {
        display: none
    }
}
