@font-face {
    font-family: 'merriweatherlight';
    src: url('../fonts/merriweather-light-webfont.eot');
    src: url('../fonts/merriweather-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/merriweather-light-webfont.woff2') format('woff2'),
         url('../fonts/merriweather-light-webfont.woff') format('woff'),
         url('../fonts/merriweather-light-webfont.ttf') format('truetype'),
         url('../fonts/merriweather-light-webfont.svg#merriweatherlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'antoniobold';
    src: url('../fonts/antonio-bold-webfont.eot');
    src: url('../fonts/antonio-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-bold-webfont.woff2') format('woff2'),
         url('../fonts/antonio-bold-webfont.woff') format('woff'),
         url('../fonts/antonio-bold-webfont.ttf') format('truetype'),
         url('../fonts/antonio-bold-webfont.svg#antoniobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'antoniolight';
    src: url('../fonts/antonio-light-webfont.eot');
    src: url('../fonts/antonio-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-light-webfont.woff2') format('woff2'),
         url('../fonts/antonio-light-webfont.woff') format('woff'),
         url('../fonts/antonio-light-webfont.ttf') format('truetype'),
         url('../fonts/antonio-light-webfont.svg#antoniolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'antonioregular';
    src: url('../fonts/antonio-regular-webfont.eot');
    src: url('../fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/antonio-regular-webfont.woff2') format('woff2'),
         url('../fonts/antonio-regular-webfont.woff') format('woff'),
         url('../fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('../fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ubuntu_condensedregular';
    src: url('../fonts/ubuntucondensed-regular-webfont.eot');
    src: url('../fonts/ubuntucondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ubuntucondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/ubuntucondensed-regular-webfont.woff') format('woff'),
         url('../fonts/ubuntucondensed-regular-webfont.ttf') format('truetype'),
         url('../fonts/ubuntucondensed-regular-webfont.svg#ubuntu_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, h6 {
    font-family: 'antoniobold';
    text-transform: uppercase;
}
a:hover, a:visited, a:focus {
    text-decoration: none;
    outline: none;
}
p {
    font-family: 'merriweatherlight';
}
.header-wrap {
    padding: 20px 0 0;
}
.header-links {
    text-align: right;
}
.settings-wrap > ul {
    margin: -10px auto 10px;
}
.settings-wrap ul li {
    display: inline;
    padding: 0 5px;
}
.settings-wrap ul li a {
    color: #b3b3b3;
    font-family: "ubuntu_condensedregular";
    font-size: 13px;
    text-transform: uppercase;
}
.main-nav > li {
    float: left;
    list-style: outside none none;
    padding: 0;
    background: none;
}
.main-nav li.active > a, .active {
    text-decoration: underline;
}
.main-nav > li:hover, .sf-menu li:hover, .sf-menu li.sfHover {
    background: none;
}
.main-nav li a img {
    margin: 3px auto 0;
}
.sf-arrows .sf-with-ul::after {
    display: none;
}
.sf-arrows .sf-with-ul {
    padding-right: 0;
}
.main-nav {
    float: right;
    margin-bottom: 5px;
}
.main-nav a {
    background: none;
    border: medium none;
    color: #000000;
    font-family: "antonioregular";
    font-size: 26px;
    text-transform: uppercase;
    padding: 0 0 0 15px;
}
.main-nav > li > a:hover {
    text-decoration: underline;
}
.sub-nav {
    box-shadow: none !important;
}
.sub-nav > li {
    background: #ffffff none repeat scroll 0 0 !important;
    text-align: left;
    width: 100%;
}
.sub-nav li a:hover, .sub-nav li:hover {
    background: #0095c8 none repeat scroll 0 0;
    color: #ffffff;
    text-decoration: none;
}
.sub-nav a {
    font-family: Arial;
    font-size: 15px;
    padding: 10px 15px;
    text-transform: capitalize;
}
.header-image-wrap > img {
    margin-bottom: 50px;
    width: 100%;
}
.header-post h3 {
    font-size: 50px;
}
.header-post p {
    font-size: 20px;
}
.header-post {
    margin: 0 auto 40px;
}
.services {
    margin-bottom: 35px;
}
.services > img {
    width: 100%;
}
.services > h4 {
    background: #ffffff none repeat scroll 0 0;
    color: #0092bc;
    font-size: 30px;
    left: 10%;
    margin: 0;
    opacity: 0.7;
    padding: 7px 3px 0;
    position: absolute;
    top: 60%;
    vertical-align: middle;
}
.services-hover {
    background: #000000 none repeat scroll 0 0;
    top: 0;
    color: #ffffff;
    height: 0;
    padding: 0 15px;
    position: absolute;
    visibility: hidden;
    width: 360px;
    z-index: 999;
    opacity: 0.7;
}
.services-hover > p {
    position: absolute;
    top: 55%;
    padding-right: 20px;
}
.services-hover > h3 {
    position: absolute;
    top: 30%;
    font-size: 30px;
    color: #0092bc;
}
.services:hover .services-hover {
    height: 90%;
    transition-duration: 0.5s;
    visibility: visible;
}
.services:hover h4 {
    display: none;
}
.readmore-btn {
    font-family: "antoniolight";
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}
.readmore-btn:hover {
    color: #000000;
}
.readmore-wrap {
    background: #eaeaea none repeat scroll 0 0;
    padding: 5px 10px;
}
.readmore-wrap i {
    font-size: 15px;
    margin-right: 5px;
}
.quoted-wrap {
    display: block;
    margin: 30px auto 75px;
    position: relative;
}
.quoted-wrap > img {
    width: 100%;
}
.quoted-text {
    bottom: 0;
    color: #ffffff;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.quoted-text > h3, .quoted-text p {
    font-family: "antoniobold";
    bottom: 0;
    font-size: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 35%;
    width: 85%;
}
.quoted-text a {
    bottom: 0;
    color: #ffffff;
    font-size: 23px;
    left: 0;
    position: absolute;
    right: 0;
    top: 75%;
}
.quoted-text a:hover {
    color: #ffffff;
}
.quoted-text i {
    margin-right: 5px;
}
.post-wrap {
    margin-bottom: 100px;
}
.post-content > h3 {
    color: #0092bc;
    font-size: 40px;
}
.post-content > p {
    font-size: 17px;
}
.post-content > a {
    float: left;
    display: block;
    margin-top: 120px;
}
.post-image > img {
    width: 100%;
}
.post-content a i {
    margin-right: 5px;
}
.quicklinks {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 0;
}
.quicklinks h3 {
    font-size: 40px;
    margin-bottom: 20px;
}
.quicklinks ul {
    padding: 0;
}
.quicklinks ul li a {
    color: #000000;
    font-family: "merriweatherlight";
    font-size: 17px;
    line-height: 30px;
}
.quicklinks ul li {
    list-style-image: url(/media/1021/bullet.png);
}
.footer {
    background: #333333 none repeat scroll 0 0;
    color: #ffffff;
    padding: 70px 0 100px;
}
.logo-footer-wrap img {
    margin: 0 auto 30px;
}
.footer-content {
    margin-bottom: 30px;
}
.footer-content h4 {
    font-size: 20px;
    margin: 0;
}
.footer-content > p {
    font-size: 13px;
    line-height: 20px;
    margin: 0;    
}
.footer-content p span {
    display: block;
}
.footer-content > dl {
    font-family: "merriweatherlight";
    font-size: 13px;
    margin-bottom: 30px;
}

/*PAGE HTML*/
.page-content p {
    font-size: 14px;
}
.content-wrap > p {
    font-size: 17px;
}
.first-paragraph {
    font-size: 20px !important;
    line-height: 25px;
    margin: 25px auto;
}
.page-quoted-text > h3 {
    width: 60%;
}
.page-content h6 {
    font-family: "merriweatherlight";
    font-size: 20px;
    font-weight: 800;
    margin: 20px auto 5px;
    text-transform: capitalize;
}
.page-sidebar {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 20px;
}
.page-sidebar h5 {
    color: #0092bc;
    font-size: 25px;
    padding: 15px;
}
.page-sidebar > dl {
    font-family: "merriweatherlight";
    padding: 0 15px;
}
.page-sidebar > p {
    padding: 0 15px;
}
.page-sidebar p {
    margin: 0;
}
.textbox {
    margin: 0 auto 100px;
}
.textbox-wrap {
    background: #f2f2f2 none repeat scroll 0 0;
    min-height: 200px;
    padding: 20px 15px;
    width: 30%;
}
.textbox div:nth-child(2) {
    margin: 0 55px;
}
.textbox-wrap h4 {
    color: #0092bc;
    font-size: 23px;
    width: 60%;
}
.arrival-page h3 {
    color: #000000 !important;
}
.arrival-btn {
    background: #eaeaea none repeat scroll 0 0;
    bottom: 0;
    padding: 5px 0 0 20px;
    position: absolute;
    right: 1px;
    width: 100%;
}
.arrival-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.on-scroll {
    opacity: 0.8;
    position: fixed !important;
    z-index: 9999;
    transition: opacity 0.3s ease 0s;
}
.on-scroll:hover {
    opacity: 1;
}
.arrival-header-wrap {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px 35px 0;
    transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
}
.arrival-header-wrap .logo-wrap, .arrival-header-wrap .header-links {
    transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
}
.arrival-btn a i {
    margin-right: 5px;
}
.arrival-container {
    margin: 0 auto;
    width: 1200px;
}
.slider-caption {
    color: #ffffff;
    left: 15%;
    position: absolute;
    top: 40%;
    width: 35%;
}
.slider-caption > h4 {
    font-size: 40px;
}
.slider-caption a, .slider-caption a:hover {
    color: #ffffff;
}
.slider-caption a i {
    margin-right: 5px;
}
.slides-pagination {
    position: relative;
    padding: 10px 0 35px;
}
.slides-pagination a.current {
    background: #ffffff none repeat scroll 0 0;
}
.slides-pagination > a {
    background: #a0d9f4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    text-indent: -9999px;
    margin-right: 10px;
}
.slides-navigation a.next {
    right: 15px;
}
.slides-navigation a.prev {
    left: 15px;
}
.lower-slider-text {
    background: #0095c8 none repeat scroll 0 0;
    padding: 0 0 35px;
}
.lower-slider-text p {
    font-size: 15px;
    line-height: 19px;
    color: #ffffff;
}
.arrow-down-wrap img {
    display: block;
    margin: 0 auto;
    padding: 30px 0 35px;
}
#slides {
    height: 575px !important;
}
.readmore-icon-white {
    background: rgba(0, 0, 0, 0) url("/media/1066/readmore-white.png") no-repeat scroll 0 0 / 6px auto;
    display: block;
    float: left;
    height: 22px;
    margin: 2px;
    width: 9px;
}
.readmore-icon-black {
    background: rgba(0, 0, 0, 0) url("/media/1065/readmore-black.png") no-repeat scroll 0 0;
    display: block;
    float: left;
    height: 14px;
    margin: 2px 5px 0 0;
    width: 8px;
}
.readmore-btn > img {
    margin-right: 10px;
    margin-top: -1px;
}
.arrival-mobile, .slicknav_menu, .mobile-nav {
    display: none;
}
.mobile-main-nav {
    font-family: "antonioregular";
    font-size: 18px;
    text-transform: uppercase;
}
.page-content ul li {
    list-style-image: url("/media/1021/bullet.png");
    font-family: "merriweatherlight";
}
.subnav-plus {
    float: right;
    margin: 13px auto;
}
#sidr .sub-nav {
    display: none;
}

/* INTRANET */

.intranet-header {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.intranet-nav > li {
    float: left;
    list-style: outside none none;
    padding: 0;
    background: none;
}
.intranet-nav li.active > a, .active {
    text-decoration: underline;
}
.intranet-nav > li:hover, .sf-menu li:hover, .sf-menu li.sfHover {
    background: none;
}
.intranet-nav {
    float: right;
    margin-bottom: 5px;
}
.intranet-nav a {
    background: none;
    border: medium none;
    color: #000000;
    font-family: "antonioregular";
    font-size: 19px;
    text-transform: uppercase;
    padding: 0 0 0 15px;
}
.intranet-nav > li > a:hover {
    text-decoration: underline;
}
.intranet-wrap .row {
    margin: 0;
}
.intranet-nav-btn {
    display: none;
    font-size: 25px;
    left: 20px;
    position: absolute;
    top: 30px;
    z-index: 9999;
}
.gridbox {
    margin-bottom: 15px;
}
.gridbox > img {
    width: 100%;
    height: 282px;
}
.gridbox-wrap {
    margin-top: 100px;
}
.gridbox-hover {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    height: 100%;
    opacity: 0.7;
    padding: 0 15px;
    position: absolute;
    top: 0;
    width: 262px;
}
.gridbox-hover > h3 {
    margin-top: 120px;
    font-size: 25px;
}
.gridbox-hover a, .gridbox-hover a:hover {
    color: #ffffff;
}
.gridbox:hover .gridbox-hover {
    background: #0090c8 none repeat scroll 0 0;
    transition-duration: 0.5s;
}
.intranet-blocktext-wrap {
    background: #eaeaea none repeat scroll 0 0;
    margin-top: 20px;
    padding: 30px 15px;
    text-align: center;
}
.intranet-blocktext-wrap > p {
    font-family: "antoniolight";
    font-size: 30px;
    margin: 0;
    text-transform: uppercase;
}
.intranet-blocktext-wrap p strong {
    font-family: "antoniobold";
    font-weight: 400;
}
.textbg-wrap > h3 {
    top: 20%;
}
.textbg-wrap > p {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 45%;
    width: 70%;
}
.textbg-wrap > a {
    top: 65%;
}
.news-box {
    min-height: 282px;
}
.news-box h3 {
    margin-top: 50px !important;
}
.news-box a {
    display: block;
    line-height: 30px;
    font-family: "merriweatherlight";
}
.news-box a:hover {
    text-decoration: underline;
}

/* MEDIA QUERY */

@media (max-width: 1140px) {
    .arrival-container {
        width: 100%;
    }
    .arrival-header-wrap {
        margin: 0;
        transform: skewX(0);
    }
    .arrival-header-wrap .logo-wrap, .arrival-header-wrap .header-links {
        transform: skewX(0);
    }
    .gridbox-hover {
        width: 88%;
    }
    .gridbox-hover > h3 {
        margin-top: 90px;
    }
    .textbg-wrap > h3 {
        top: 25%;
    }
    .textbg-wrap > p {
        top: 53%;
    }
    .textbg-wrap > a {
        top: 75%;
    }
    .gridbox > img {
        height: auto;
    }
    .news-box {
        min-height: 257px;
    }
}

@media (max-width: 1024px) {
    .arrival-container {
        width: 100%;
    }
    .arrival-header-wrap {
        margin: 0;
    }
    .textbox div:nth-child(2) {
        margin: 0 45px;
    }
    .quoted-text > h3 {
        top: 25%;
    }
    .arrival-header-wrap .logo-wrap, .arrival-header-wrap .header-links, .arrival-header-wrap {
        transform: skewX(0deg) !important;
    }
    .services-hover {
        width: 90.5%;
    }
    .services:hover .services-hover {
        height: 87.5%;
    }
    .header-image-wrap {
        margin-top: 125px;
    }
}

@media (max-width: 980px) {
    .mobile-nav {
        display: block;
        font-size: 25px;
        left: 20px;
        position: absolute;
        top: 30px;
        z-index: 9999;
    }
    .intranet-nav-btn {
        display: block;
    }
    .slicknav_menu {
        display: block;
    }
    .main-nav-wrap {
        display: none;
    }
    .slicknav_btn {
        background: #0095ca none repeat scroll 0 0;
        border-radius: 2px;
        padding: 7px;
        position: absolute;
        right: 10px;
        z-index: 9999;
    }
    .slicknav_menu {
        background: transparent none repeat scroll 0 0;
    }
    .slicknav_nav {
        background: #ffffff none repeat scroll 0 0;
        margin-top: 80px;
        padding: 20px 0 0;
    }
    .slicknav_nav a {
        color: #000000;
        font-family: "antonioregular";
        font-size: 20px;
        text-transform: uppercase;
    }
    .slicknav_nav a:hover {
        background: none;
        border-radius: 0;
        color: #000;
    }
    .slicknav_nav .slicknav_row:hover {
        background: none;
        border-radius: 0;
        color: #000000;
    }
    .slicknav_nav .slicknav_row:hover .slicknav_arrow {
        text-decoration: none;
    }
    .slicknav_nav .sub-nav li a:hover, .slicknav_nav .sub-nav li:hover {
        background: transparent;
        color: #000000;
    }
    .textbox-wrap {
        width: 100%;
        margin: 10px auto 30px;
    }
    .post-wrap {
        display: -webkit-box;

        display: -moz-box;

        display: -ms-flexbox;

        display: -webkit-flex;

        display: flex;

        -webkit-box-orient: vertical;

        -moz-box-orient: vertical;

        -webkit-flex-direction: column;

        -ms-flex-direction: column;

        flex-direction: column;

        /* optional */

        -webkit-box-align: start;

        -moz-box-align: start;

        -ms-flex-align: start;

        -webkit-align-items: flex-start;

        align-items: flex-start;
    }
    .post-wrap .col-md-8.post-content.arrival-page, .col-md-8.post-content {
        -webkit-box-ordinal-group: 2;

        -moz-box-ordinal-group: 2;

        -ms-flex-order: 2;

        -webkit-order: 2;

        order: 2;
    }
    .post-wrap .col-md-4.post-image {
        -webkit-box-ordinal-group: 1;

        -moz-box-ordinal-group: 1;

        -ms-flex-order: 1;

        -webkit-order: 1;

        order: 1;

        width: 100%;
    }
    .arrival-header-wrap .logo-wrap, .arrival-header-wrap .header-links {
        text-align: center;
    }
    .settings-wrap > ul {
        margin: 10px auto;
        padding: 0;
    }
    .quoted-wrap > img {
        height: 300px;
    }
    .quoted-text > h3 {
        top: 20%;
    }
    .logo-footer-wrap {
        margin-bottom: 30px;
    }   
    .quicklinks {
        padding: 30px 15px;
    }
    .services-hover {
        width: 96%;
    }
    .services:hover .services-hover {
        height: 94.5%;
    }
    .textbox div:nth-child(2) {
        margin: 10px auto 30px;
    }
    .gridbox {
        float: left;
        width: 50%;
    }
    .gridbox-hover {
        width: 92%;
    }
    .gridbox > img {
        height: 345px;
    }
    .news-box {
        min-height: 345px;
    }
}

@media (max-width: 768px) {
    #slides {
        height: 400px !important;
    }
    .slider-caption{
        width: 60%;
    }
    .textbg-wrap > h3 {
        font-size: 35px;
    }
    .textbg-wrap > p {
        top: 46%;
    }
}

@media (max-width: 670px) { 
    #slides {
        height: 360px !important;
    }
    .slider-caption {
        width: 70%;
    }
    .slider-caption > h4 {
        font-size: 35px;
    }
    .quoted-wrap > img {
        height: 250px;
    }
    .quoted-text > h3 {
        font-size: 35px;
    }
    .services-hover {
        width: 95.5%;
    }
    .services:hover .services-hover {
        height: 94%;
    }
    .gridbox-hover {
        width: 91%;
    }
    .textbg-wrap > h3 {
        font-size: 28px;
    }
    .textbg-wrap > p {
        width: 95%;
    }
    .textbg-wrap > a {
        top: 80%;
    }
    .gridbox > img {
        height: 305px;
    }
    .news-box {
        min-height: 305px;
    }
}

@media (max-width: 480px) {
    #slides {
        height: 320px !important;
    }
    .slider-caption > h4 {
        font-size: 24px;
    }
    .slides-navigation a.next, .slides-navigation a.prev {
        top: 30px;
    }
    .quoted-wrap > img {
        height: 200px;
    }
    .quoted-text > h3 {
        font-size: 25px;
    }
    .quoted-text a {
        font-size: 20px;
    }
    .readmore-btn > img {
        height: 16px;
        margin-right: 5px;
        margin-top: -2px;
    }
    .services-hover {
        width: 92.5%;
    }
    .services:hover .services-hover {
        height: 91%;
    }
    iframe {
        width: 100% !important;
    }
    .quicklinks ul li a {
        font-size:15px;
    }
    .post-content > a {
        margin-top: 30px;
    }
    .post-wrap {
        margin-bottom: 50px;
    }
    .gridbox {
        float: none;
        width: 100%;
    }
    .gridbox-hover {
        width: 94%;
    }
    .textbg-wrap > h3 {
        font-size: 22px;
        top: 15%;
    }
    .textbg-wrap > p {
        font-size: 13px;
        top: 43%;
    }
    .textbg-wrap > a {
        top: 83%;
        font-size: 17px;
    }
    .gridbox > img {
        height: 452px;
    }
    .news-box {
        min-height: 452px;
    }
}

@media (max-width: 375px) {
    #slides {
        height: 400px !important;
    }
    .quoted-text > h3 {
        font-size: 24px;
    }
    .quicklinks {
        padding 30px 10px;
    }
    .post-wrap {
        margin-bottom: 50px;
    }
    .post-content > h3 {
        font-size: 30px;
    }
    .post-content > p {
        font-size: 15px;
    }
    .textbox {
        margin-bottom: 50px;
    }
    .services-hover {
        width: 91.5%;
    }
    .services:hover .services-hover {
        height: 89%;
    }
    .header-post p {
        font-size: 17px;
    }
    .header-post h3 {
        font-size: 40px;
    }   
    .block-content p {
        font-size: 14px;
    }
    .first-paragraph {
        font-size: 17px !important;
    }
    .gridbox-hover {
        width: 92%;
    }
    .textbg-wrap > h3 {
        font-size: 20px;
        top: 10%;
    }
    .textbg-wrap > p {
        font-size: 12px;
        line-height: 16px;
    }
    .gridbox > img {
        height: 345px;
    }
    .news-box {
        min-height: 345px;
    }

}

@media (max-width: 320px) {
    .logo-wrap img {
        margin: 5px auto 0;
        max-width: 80%;
    }
    #slides {
        height: 480px !important;
    }
    .slider-caption {
        left: 17%;
        top: 35%;
    }
    .slides-navigation a.prev {
        left: 5px;
    }
    .slides-navigation a.next {
        right: 5px;
    }
    .services-hover {
        width: 90.5%;
    }
    .services:hover .services-hover {
        height: 87.5%;
    }
    .gridbox-hover {
        width: 91%;
    }
    .textbg-wrap > h3 {
        top: 7%;
    }
    .textbg-wrap > p {
        top: 39%;
    }
    .textbg-wrap > a {
        top: 88%;
        font-size: 15px;
    }
    .gridbox > img {
        height: 292px;
    }
    .news-box {
        min-height: 292px;
    }
}/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


 .readmorenews{
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-family: "ubuntu_condensedregular";
    background-image: url(/images/icon_item.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 13px;}


 
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 1000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(0, 146, 188, 0.8) url(/images/icon-arrowup.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: rgba(0, 146, 188, 0.8);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

