#base-container {
    max-width: 1440px;
    min-width: 330px;
    margin: auto;
}

/******************************************************************************
* OVERLAY
******************************************************************************/
#base-overlay {
    position: absolute;
    max-width: 1440px;
    margin: auto;
    height: 1550px;
    top: 0;
    /*left: 0;
    right: 0;*/
    width: 100%;
    z-index: 100;
    opacity: 0.85;
    display: none;
    background-color: #fff;
}

#base-overlay.inverted {
    background-color: #000;
}

#base-overlay .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 100%;
    opacity: 0.5;
    background-repeat: no-repeat;
}

/******************************************************************************
* HEADER
******************************************************************************/
#base-header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    height: 140px;
    /*background-image: url(../Images/gradient.png);*/
    background-repeat: repeat-x;
    z-index: 90;
}

/* HEADER > LOGO */
#base-header .logo {
    position: absolute;
    height: 100%;
    width: 25%;
    /*background: #fff url(../Images/logo.png) no-repeat 20px 20px;*/
    background-color: #fff;
}

#base-header .logo img {
    max-height: 80px !important;
}

#base-header .logo a
{
    height: 100%;
    display: block;
    /*padding-top: 15px;*/
    line-height: 140px;
}

/* HEADER > NAV */
#base-header .nav {
    position: absolute;
    width: 50%;
    left: 25%;
    /*height: 100%;*/
    height: 59px;
    bottom: 0;
}

#base-header .nav .nav-headers {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#base-header .nav .nav-headers .nav-header {
    float: left;
    display: block;
    width: 16.6667%;
    text-align: center;
}

#base-header .nav .nav-headers .nav-header a {
    display: block;
    text-decoration: none;
/*    text-transform: uppercase;
    padding-bottom: 23px;
    padding-top: 17px;*/
    font-size: 14px;
    color: #000;
/*    line-height: 10px;*/
    line-height: 51px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight: bold;
}
    
#base-header .nav .nav-headers .nav-header a img {
    display: none;
}

#base-header .nav .nav-headers .nav-header a:hover {
    text-decoration: none;
    color: #000;
}

#base-header .nav ul.nav-headers li.active {
    -webkit-box-shadow: 0px 6px 8px #999999;
       -moz-box-shadow: 0px 6px 8px #999999;
            box-shadow: 0px 6px 8px #999999;
}

#base-header .nav ul.nav-headers li.active:nth-child(1) {
    background-position: 0 0;
}

#base-header .nav ul.nav-headers li.active:nth-child(2) {
    background-position: -434px 0;
}

#base-header .nav ul.nav-headers li.active:nth-child(3) {
    background-position: -543px 0;
}

#base-header .nav ul.nav-headers li.active:nth-child(4) {
    background-position: -652px 0;
}

#base-header .nav ul.nav-headers li.active:nth-child(5) {
    background-position: -761px 0;
}

#base-header .nav ul.nav-headers li.active:nth-child(6) {
    background-position: -870px 0;
}

#base-header .nav ul.nav-headers li.active.inverted {
    color: #fff;
}

#base-header .nav .nav-contents .nav-content {
    display: none;
}

#base-header .nav div.nav-contents {
    position: absolute;
    /*z-index: 200;*/
    left: -50%;
    right: -50%;
    /*top: 140px;*/
    top: 59px;
}

#base-header .nav div.nav-content {
    display: none;
    position: absolute;
    width: 100%;
    background-position: 0 -50px;
    -webkit-box-shadow: 0px 10px 8px #666;
       -moz-box-shadow: 0px 10px 8px #666;
            box-shadow: 0px 10px 8px #666;
}

#base-header .nav div.nav-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 25px;
    margin-top: 10px;
}

#base-header .nav div.nav-content ul li {
    padding: 1px;
    margin-bottom: 8px;
}

#base-header .nav div.nav-content ul li a {
    font-size: 18px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    background-color: #fff;
}

#base-header .nav div.nav-content ul li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

/* HEADER > LANGUAGE */
#base-header .language {
    position: absolute;
    height: 14px;
    right: 15px;
    top: 10px;
    font-size: 12px;
    text-align: right;
}

#base-header .language a {
    text-decoration: none;
    color: #000;
    display: inline-block;
}

#base-header .language a:hover {
    text-decoration: underline;
}

/* HEADER > SEARCH */
#base-header .search {
    position: absolute;
    height: 30%;
    right: 10px;
    bottom: 0;
    text-align: right;
}

#base-header .search form {
    margin: 0;
    font-size: 0;
}

#base-header .search input[type="search"] {
    border: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0;
    background-color: #fff;
    height: 20px;
    padding-left: 25px;
    width: 150px;
    background-image: url(../Images/search_icon.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    font-size: 11px;
}

#base-header .search button {
    border: 1px solid #ccc;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0;
    background-color: #fff;
    height: 22px;
    width: 20px;
    background-image: url(../Images/search_button.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

/* HEADER > ICONS */
#base-header .icons
{
    position: absolute;
    right: 10px;
    top: 40px;
    height: 40px;
}

#base-header .icons ul
{
    list-style: none;
    margin: 0;
    text-align: right;
}

#base-header .icons ul li
{
    display: inline-block;
    width: 36px;
    height: 36px;
}

#base-header .icons ul li a
{
    display: block;
    height: 40px;
    background-size: 100%;
}

#base-header .icons ul li a:hover
{
    background-position: top right;
}

#base-certs
{
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}


#base-certs > div
{
    display: inline-block;
    text-align: left;
}

#base-certs > div:first-child
{
    display: inline-block;
    text-align: left;
    margin-left: -5px
}

#base-certs > div:last-child
{
    display: inline-block;
    text-align: left;
    margin-left: 20px;
}

@media screen and (min-width : 1200px) {
    #base-header .nav div.nav-content {
        height: 0;
        padding-bottom: 25%;
    }
}

@media screen and (max-width : 1199px) {
    #base-header {
        height: 190px;
    }
    
    #base-header .logo {
        width: 25%;
        height: 120px;
    }
    
    #base-header .logo a
    {
        line-height: 120px;
    }
    
    #base-header .nav {
        width: 100%;
        left: 0;
        height: auto;
        top: 100%;
    }
    
    #base-header .nav .nav-headers .nav-header a {
        /*dding-bottom: 30px;
        padding-top: 30px;*/
        line-height: 69px;
    }
    
    #base-header .nav .nav-headers .nav-header.active a,
    #base-header .nav .nav-headers .nav-header.active {
        background: none;
    }
    
    #base-header .nav .nav-headers {
        background-image: url(../Images/gradient.png);
        background-repeat: repeat-x;
        background-size: 16.6667%;
    }
    
    #base-header .search {
        top: 45%;
    }
    
    #base-header .nav div.nav-content {
        height: 0;
        padding-bottom: 25%;
        width: 100%;
        background-position: 0 -70px;
    }
    
    #base-header .nav div.nav-contents {
        left: 0;
        right: 0;
        top: 0;
    }
    
    #base-header .icons
    {
        height: 36px;
    }

    #base-header .icons ul li
    {
        width: 36px;
        height: 36px;
    }

    #base-header .icons ul li a
    {
        height: 36px;
    }
}

@media screen and (max-width : 1024px) {
    #base-header .logo {
        width: 33.3333%;
    }
    
    #base-header .nav div.nav-content {
        padding-bottom: 33.3333%;
    }
}

@media screen and (max-width : 768px) {
    #base-header .logo {
        width: 50%;
    }
    
    #base-header .nav div.nav-content {
        padding-bottom: 50%;
    }
}

@media screen and (max-width : 520px) {
    #base-header .logo {
        background-size: 85%; 
    }
}

@media screen and (max-width : 456px) {   
    #base-header .search input[type="search"] {
        width: 95px;
    }
    
    #base-header .icons
    {
        height: 25px;
    }

    #base-header .icons ul li
    {
        width: 25px;
        height: 25px;
    }

    #base-header .icons ul li a
    {
        height: 25px;
    }
}

@media (min-width : 1251px) and (max-width : 1350px) {
    #base-header .nav .nav-headers .nav-header a {
        font-size: 13px;
    }
}

@media screen and (max-width : 690px),
screen and (min-width : 1200px) and (max-width : 1250px) {
    #base-header .nav .nav-headers .nav-header a {
        font-size: 12px;
    }
}

@media screen and (max-width : 560px) {
    #base-header .nav .nav-headers .nav-header a img {
        display: inline-block;
        width: 32px;
    }
    
    #base-header .nav .nav-headers .nav-header a span {
        display: none;
    }
}

@media screen and (min-width : 1420px) {
    #base-header .nav div.nav-content ul li {
        margin-bottom: 12px;
    }
}

@media screen and (max-width : 630px),
screen and (min-width: 801px) and (max-width: 940px),
screen and (min-width: 1101px) and (max-width: 1199px),
screen and (min-width: 1200px) and (max-width: 1240px) {
    #base-header .nav div.nav-content ul li a {
        font-size: 16px;
    }
    
    #base-header .nav div.nav-content ul li {
        line-height: 13px;
    }
}

@media screen and (max-width : 570px),
screen and (min-width: 769px) and (max-width: 800px),
screen and (min-width: 1025px) and (max-width: 1100px) {
    #base-header .nav div.nav-content ul li a {
        font-size: 15px;
    }
    
    #base-header .nav div.nav-content ul li {
        line-height: 16px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width : 520px) {
    #base-header .nav div.nav-content ul li a {
        font-size: 14px;
    }
    
    #base-header .nav div.nav-content ul li {
        line-height: 15px;
        margin-bottom: 4px;
    }
}

@media screen and (max-width : 470px) {
    #base-header .nav div.nav-content ul li a {
        font-size: 12px;
    }
    
    #base-header .nav div.nav-content ul li {
        line-height: 14px;
        margin-bottom: 3px;
    }
}

@media screen and (max-width : 440px) {
    #base-header .nav div.nav-content ul li a {
        font-size: 11px;
        font-weight: bold;
    }
    
    #base-header .nav div.nav-content ul li {
        line-height: 14px;
        margin-bottom: 3px;
    }
}

@media screen and (max-width : 390px) {
    #base-header .nav div.nav-content ul li a {
        font-size: 10px;
    }
    
    #base-header .nav div.nav-content ul li {
        line-height: 10px;
        margin-bottom: 1px;
    }
}

@media screen and (max-width : 340px) {
    #base-header .nav div.nav-content ul li a {
        font-size: 8px;
    }
    
    #base-header .nav div.nav-content ul li {
        line-height: 9px;
        margin-bottom: 0;
    }
}

@media screen and (min-width : 1025px) {
    #base-header {
        background-size: 25%;
    }
}

@media screen and (min-width : 769px) and (max-width : 1024px) {
    #base-header {
        background-size: 33.3333%;
    }
}

@media screen and (max-width : 768px) {
    #base-header
    {
        background-size: 50%;
    }
}

/******************************************************************************
* SECTION
******************************************************************************/
#base-section:after,
#base-section:before {
  content: "";
  display: block;
  clear: both;
}

/******************************************************************************
* FOOTER
******************************************************************************/
#base-footer {
    padding-top: 40px;
}

#base-footer:after,
#base-footer:before {
  content: "";
  display: block;
  clear: both;
}

#base-footer a,
#base-footer a:hover {
    color: #000;
}

#base-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}

#base-footer ul li {
    display: inline-block;
    width: 13.6667%;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-left: 3%;
    vertical-align: top;
}

#base-footer ul li a {
    display: block;
}

#base-footer ul li ul li a {
    line-height: 14px;
}

#base-footer ul li ul {
    margin-bottom: 30px;
    margin-top: 5px;
}

#base-footer ul li ul li {
    width: auto;
    font-weight: normal;
    text-transform: none;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 5px;
}

#base-footer {

}

@media screen and (min-width : 1025px) {
    #base-footer {
        background-size: 25%;
    }
}

@media screen and (min-width : 769px) and (max-width : 1024px) {
    #base-footer {
        background-size: 33.3333%;
    }

    #base-footer ul li {
        width: 30.3333%;
    }
}

@media screen and (max-width : 768px) {
    #base-footer {
        background-size: 50%;
    }

    #base-footer ul li {
        width: 47%;
    }
}


/******************************************************************************
* BOXES
******************************************************************************/
#base-section .boxes.boxes-layout-1 div.box {
    height: 0;
    float: left;
}

#base-section .boxes.boxes-layout-1 div.box .inner {
    /*opacity: 0.5;*/
}

#base-section .boxes.boxes-layout-1 div.box:nth-of-type(4) {
    float: right;
}

#base-section .boxes.boxes-layout-1 div.box:nth-of-type(7) {
    height: 0;
    float: left;
}

#base-section .boxes .box.inverted {
    background-color: #000;
}

#base-section .boxes .box.box-nav header {
    display: block;
    height: 50%;
}

#base-section .boxes .box.inverted header {
    color: #fff;
}

#base-section .boxes .box header .first,
#base-section .boxes .box header .last {
    display: block;
}

#base-section .boxes .box header .first {
    letter-spacing: 0.025em;
    font-family: 'Times New Roman';
    margin-left: 5px;
    font-weight: bold;
    text-transform: lowercase;
    font-style: italic;
}

#base-section .boxes .box header .last {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    text-transform: uppercase;
}

#base-section .boxes .box.box-nav,
#base-section .boxes .box.box-teaser,
#base-section .boxes .box.box-breakingnews {
    position: relative;
}

#base-section .boxes .box.box-nav .inner,
#base-section .boxes .box.box-teaser .inner,
#base-section .boxes .box.box-breakingnews .inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#base-section .boxes .box.box-nav section.outer,
#base-section .boxes .box.box-teaser section.outer,
#base-section .boxes .box.box-breakingnews section.outer {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
}

#base-section .boxes .box.box-nav section.outer header,
#base-section .boxes .box.box-nav section.outer nav,
#base-section .boxes .box.box-teaser section.outer header,
#base-section .boxes .box.box-breakingnews section.outer header {
    display: table-row;
}

#base-section .boxes .box.box-nav section.outer header h2,
#base-section .boxes .box.box-teaser section.outer header h2 {
    display: table-cell;
    vertical-align: bottom;
    padding-left: 5px;
    padding-top: 2px;
}

#base-section .boxes .box section.outer header h2 a,
#base-section .boxes .box section.outer header h2 a:hover {
    color: #000;
}

#base-section .boxes .box.inverted section.outer header h2 a,
#base-section .boxes .box.inverted section.outer header h2 a:hover {
    color: #fff;
}

#base-section .boxes .box.box-teaser section.outer header h2,
#base-section .boxes .box.box-breakingnews section.outer header h2 {
    vertical-align: middle;
}

#base-section .boxes .box.box-breakingnews section.outer header {
    display: table-cell;
    vertical-align: middle;
}

#base-section .boxes .box.box-breakingnews section.outer header h2 {
    display: none;
    padding: 5px;
}

#base-section .boxes .box.box-breakingnews section.outer header h2:first-child
{
    display: inline-block;
}

#base-section .boxes .box.box-breakingnews section.outer header .first {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-style: normal;
}

#base-section .boxes .box.box-breakingnews section.outer header .last {
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    text-transform: none;
}

#base-section .boxes .box.box-nav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 15px;
}

#base-section .boxes .box.box-nav nav ul li {
    margin-bottom: 0px;
    line-height: 20px;
    padding: 0;
    background-image: none;
}

#base-section .boxes .box.box-nav nav ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 0 5px;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    /*background-color: #fff;*/
    background-color: rgba(255,255,255,0.7);
    display: inline-block;
    min-height: 20px;
}

#base-section .boxes .box.box-nav nav ul li a:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}

#base-section .boxes .box.box-news {
    position: relative;
    background-color: #f2f2f2;
}

#base-section .boxes .box.box-news header h2 {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 30px;
    padding: 20px 10px 10px 10px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

#base-section .boxes .box.box-news header nav {
    float: right;
}

#base-section .boxes .box.box-news header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#base-section .boxes .box.box-news header nav ul li {
    float: left;
}

#base-section .boxes .box.box-news header nav ul li a {
    display: block;
    padding: 20px 10px 3px;
}

#base-section .boxes .box.box-news header nav ul li.inverted {
    background-color: #ccc;
}

#base-section .boxes .box.box-news section .container {
    padding: 10px;
    font-size: 20px;
}

#base-section .boxes .box.box-news section .container p {
    line-height: 30px;
}

#base-section .boxes .box.box-news section dl {
    padding-left: 20px;
    margin-top: 5px;
}

#base-section .boxes .box.box-news section dl dt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

#base-section .boxes .box.box-news section dl dd,
#base-section .boxes .box.box-news section dl dt {
    margin: 0;
    padding: 0;
}

#base-section .boxes .box.box-news section dl dd {
    margin-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    line-height: 15px;
}

#base-section .boxes .box.box-news section dl dd a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    word-wrap: break-word;
}

#base-section .boxes .box.box-news section dl dd a:hover,
#base-section .boxes .box.box-news section a.more:hover {
    color: #999;
}

#base-section .boxes .box.box-news section a.more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    font-weight: bold;
}

#base-section .boxes .box.box-news header:after,
#base-section .boxes .box.box-news header:before {
  content: "";
  display: block;
  clear: both;
}

#base-section.start > .csc-default
{
    margin-bottom: 0;
}

#base-section .boxes .box.box-breakingnews .last {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 30px;
}




/******************************************************************************
* BOX SIZES
******************************************************************************/
@media screen and (min-width : 1025px) {
    #base-section .boxes.boxes-layout-1 div.box {
        width: 25%;
        padding-bottom: 25%;
    }

    #base-section .boxes.boxes-layout-1 div.box .inner {
        background-size: 400%;
    }

    #base-section .boxes.boxes-layout-1 div.box:nth-of-type(4) {
        width: 25%;
        padding-bottom: 50%;
    }
}

@media screen and (min-width : 769px) and (max-width : 1024px) {
    #base-overlay .inner {
        background-size: 133.333%;
    }

    #base-section .boxes.boxes-layout-1 div.box {
        width: 33.3333%;
        padding-bottom: 33.3333%;
    }

    #base-section .boxes.boxes-layout-1 div.box .inner {
        background-size: 100%;
    }

    #base-section .boxes.boxes-layout-1 div.box:nth-of-type(4) {
        width: 33.3333%;
        padding-bottom: 66.6666%;
    }

    #base-section .boxes.boxes-layout-1 div.box:nth-of-type(7) {
        width: 66.6666%;
        padding-bottom: 33.3333%;
    }

    #base-section .boxes.boxes-layout-1 div.box:nth-of-type(7) .inner {
        background-size: 100%;
    }

    #base-section .boxes .box.box-news header h2,
    #base-section .boxes .box.box-news header nav {
        float: none;
    }

    #base-section .boxes .box.box-news header nav ul li {
        width: 25%;
    }

    #base-section .boxes .box.box-news header nav ul li a {
        padding: 15px 0 0;
        height: 35px;
        display: block;
        text-align: center;
    }
}

@media screen and (max-width : 768px) {
    #base-overlay .inner {
        background-size: 200%;
    }

    #base-section .boxes.boxes-layout-1 div.box {
        width: 50%;
        padding-bottom: 50%;
    }

    #base-section .boxes.boxes-layout-1 div.box .inner {
        background-size: 100%;
    }

    #base-section .boxes.boxes-layout-1 div.box:nth-of-type(4) {
        width: 50%;
        padding-bottom: 100%;
    }
    
    #base-section .boxes.boxes-layout-1 div.box:nth-of-type(7) .inner {
        background-size: 200%;
    }
    
    #base-section .boxes .box.box-news header h2,
    #base-section .boxes .box.box-news header nav {
        float: none;
    }

    #base-section .boxes .box.box-news header nav ul li {
        width: 25%;
        padding: 0;
    }

    #base-section .boxes .box.box-news header nav ul li a {
        padding: 15px 0 0;
        height: 35px;
        display: block;
        text-align: center;
    }
}

@media screen and (min-width: 1327px) and (max-width : 1420px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+2),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+2) {
        display: none;
    }
}

@media screen and (min-width: 1280px) and (max-width : 1326px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+4),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+4) {
        display: none;
    }
}

@media screen and (min-width: 1200px) and (max-width : 1280px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+6),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+6) {
    display: none;
    }
}

@media  screen and (min-width: 1090px) and (max-width: 1199px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+8),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+8) {
        display: none;
    }
}

@media screen and (min-width: 1025px) and (max-width : 1089px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+10),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+10) {
        display: none;
    }
}

@media screen and (min-width: 960px) and (max-width : 1024px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+4),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+4) {
        display: none;
    }
}

@media screen and (min-width: 885px) and (max-width : 959px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+6),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+6) {
        display: none;
    }
}

@media screen and (min-width: 850px) and (max-width : 884px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+8),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+8) {
        display: none;
    }
}

@media screen and (min-width: 807px) and (max-width : 849px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+10),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+10) {
        display: none;
    }
}

@media screen and (min-width: 769px) and (max-width : 806px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+10),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+10) {
        display: none;
    }
}

@media screen and (min-width: 700px) and (max-width : 755px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+2),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+2) {
        display: none;
    }
}


@media screen and (min-width: 650px) and (max-width : 699px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+4),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+4) {
        display: none;
    }
}

@media screen and (min-width: 620px) and (max-width : 649px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+6),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+6) {
        display: none;
    }
}

@media screen and (min-width: 572px) and (max-width : 619px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+8),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+8) {
        display: none;
    }
}

@media screen and (min-width: 500px) and (max-width : 571px) {
    #base-section .boxes .box.box-news section dl > dt:nth-last-child(-n+10),
    #base-section .boxes .box.box-news section dl > dd:nth-last-child(-n+10) {
        display: none;
    }
}

@media screen and (min-width: 1px) and (max-width : 501px) {
    #base-section .boxes .box.box-news {
        display: none;
    }
}

/******************************************************************************
* FONT SIZES
******************************************************************************/
@media screen and (min-width: 1332px),
screen and (min-width: 995px) and (max-width : 1024px),
screen and (min-width: 668px) and (max-width : 768px) {
    #base-section .boxes .box header .first {
        font-size: 35px;
        line-height: 25px;
    }

    #base-section .boxes .box header .last {
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (min-width: 1159px) and (max-width : 1332px),
screen and (min-width: 873px) and (max-width : 994px),
screen and (min-width: 580px) and (max-width : 667px) {
    #base-section .boxes .box header .first {
        font-size: 30px;
        line-height: 25px;
    }

    #base-section .boxes .box header .last {
        font-size: 26px;
        line-height: 25px;
    } 
}

@media screen and (min-width: 1025px) and (max-width : 1158px),
screen and (min-width: 769px) and (max-width : 872px),
screen and (min-width: 396px) and (max-width : 579px) {
    #base-section .boxes .box header .first {
        font-size: 25px;
        line-height: 22px;
    }

    #base-section .boxes .box header .last {
        font-size: 22px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1px) and (max-width : 395px) {
    #base-section .boxes .box header .first,
    #base-section .boxes .box header .last {
        font-size: 18px;
        line-height: 15px;
    }
}

@media screen and (min-width: 426px) and (max-width : 510px) {
    #base-section .boxes .box.box-nav nav ul li {
        padding: 0;
        margin: 0;
        line-height: 19px;
    }
    
    #base-section .boxes .box.box-nav nav ul li a {
        font-size: 11px;
        min-height: 0;
        display: inline;
        padding: 2px 5px;
    }
    
    #base-section .boxes .box.box-nav nav ul {
        margin: 5px;
    }
}

@media screen and (min-width: 1px) and (max-width : 425px) {  
    #base-section .boxes .box.box-nav nav ul li {
        padding: 0;
        margin: 0;
        line-height: 20px;
    }
    
    #base-section .boxes .box.box-nav nav ul li a {
        font-size: 11px;
        min-height: 0;
        display: inline;
        padding: 2px 5px;
    }
    
    #base-section .boxes .box.box-nav nav ul {
        margin: 5px;
    }
    
    #base-section .boxes .box.box-news header h2 {
        font-size: 40px;
        padding: 15px 10px;
    }
}

/*@media screen and (min-width: 725px) and (max-width : 768px),
screen and (min-width: 1406px) {
    #base-section .boxes .box header .first {
        font-size: 40px;
        line-height: 32px;
    }

    #base-section .boxes .box header .last {
        font-size: 42px;
        line-height: 34px;
    }

    #base-section .boxes .box.box-teaser header .first {
        font-size: 51px;
        line-height: 47px;
    }

    #base-section .boxes .box.box-teaser header .last {
        font-size: 62px;
        line-height: 50px;
    }    
}

@media screen and (min-width: 1332px) and (max-width : 1405px) {
    #base-section .boxes .box header .first {
        font-size: 39px;
        line-height: 31px;
    }

    #base-section .boxes .box header .last {
        font-size: 40px;
        line-height: 32px;
    }

    #base-section .boxes .box.box-teaser header .first {
        font-size: 51px;
        line-height: 47px;
    }

    #base-section .boxes .box.box-teaser header .last {
        font-size: 62px;
        line-height: 50px;
    }    
}

@media screen and (min-width: 1001px) and (max-width : 1024px),
screen and (min-width: 671px) and (max-width : 724px) {
    #base-section .boxes .box header .first {
        font-size: 40px;
        line-height: 32px;
    }

    #base-section .boxes .box header .last {
        font-size: 42px;
        line-height: 34px;
    }

    #base-section .boxes .box.box-teaser header .first {
        font-size: 48px;
        line-height: 44px;
    }

    #base-section .boxes .box.box-teaser header .last {
        font-size: 58px;
        line-height: 46px;
    }    
}

@media screen and (min-width: 1201px) and (max-width : 1331px),
screen and (min-width: 905px) and (max-width : 1000px),
screen and (min-width: 608px) and (max-width : 670px) {
    #base-section .boxes .box header .first {
        font-size: 35px;
        line-height: 28px;
    }

    #base-section .boxes .box header .last {
        font-size: 40px;
        line-height: 33px;
    }

    #base-section .boxes .box.box-teaser header .first {
        font-size: 43px;
        line-height: 37px;
    }

    #base-section .boxes .box.box-teaser header .last {
        font-size: 48px;
        line-height: 37px;
    }    
}

@media screen and (min-width: 1095px) and (max-width : 1200px),
screen and (min-width: 823px) and (max-width : 905px),
screen and (min-width: 555px) and (max-width : 608px) {
    #base-section .boxes .box header .first {
        font-size: 30px;
        line-height: 25px;
    }

    #base-section .boxes .box header .last {
        font-size: 35px;
        line-height: 28px;
    }

    #base-section .boxes .box.box-teaser header .first {
        font-size: 39px;
        line-height: 35px;
    }

    #base-section .boxes .box.box-teaser header .last {
        font-size: 43px;
        line-height: 33px;
    }    
}

@media screen and (min-width: 1025px) and (max-width : 1094px),
screen and (min-width: 769px) and (max-width : 822px),
screen and (min-width: 509px) and (max-width : 554px) {
    #base-section .boxes .box header .first {
        font-size: 29px;
        line-height: 22px;
    }

    #base-section .boxes .box header .last {
        font-size: 31px;
        line-height: 24px;
    }

    #base-section .boxes .box.box-teaser header .first {
        font-size: 36px;
        line-height: 33px;
    }

    #base-section .boxes .box.box-teaser header .last {
        font-size: 40px;
        line-height: 32px;
    }    
}

@media screen and (min-width: 426px) and (max-width : 508px) {
    #base-section .boxes .box header .first {
        font-size: 23px;
        line-height: 17px;
    }

    #base-section .boxes .box header .last {
        font-size: 23px;
        line-height: 19px;
    }

    #base-section .boxes .box.box-teaser header .first {
        font-size: 32px;
        line-height: 31px;
    }

    #base-section .boxes .box.box-teaser header .last {
        font-size: 36px;
        line-height: 28px;
    }
    
    #base-section .boxes .box.box-nav nav ul li {
        padding: 0;
        margin: 0;
        line-height: 19px;
    }
    
    #base-section .boxes .box.box-nav nav ul li a {
        font-size: 11px;
        min-height: 0;
        display: inline;
        padding: 2px 5px;
    }
    
    #base-section .boxes .box.box-nav nav ul {
        margin: 5px;
    }
}

@media screen and (min-width: 1px) and (max-width : 425px) {
    #base-section .boxes .box header .first {
        font-size: 23px;
        line-height: 18px;
    }

    #base-section .boxes .box header .last {
        font-size: 20px;
        line-height: 17px;
    }

    #base-section .boxes .box.box-teaser header .first {
        font-size: 29px;
        line-height: 24px;
    }

    #base-section .boxes .box.box-teaser header .last {
        font-size: 31px;
        line-height: 24px;
    }
    
    #base-section .boxes .box.box-nav nav ul li {
        padding: 0;
        margin: 0;
        line-height: 20px;
    }
    
    #base-section .boxes .box.box-nav nav ul li a {
        font-size: 11px;
        min-height: 0;
        display: inline;
        padding: 2px 5px;
    }
    
    #base-section .boxes .box.box-nav nav ul {
        margin: 5px;
    }
    
    #base-section .boxes .box.box-news header h2 {
        font-size: 40px;
        padding: 15px 10px;
    }
}*/

@media screen and (min-width: 1231px) and (max-width : 1330px),
screen and (min-width: 1161px) and (max-width : 1230px)
{
    #base-section .boxes .box.box-breakingnews section.outer header .first {
        font-size: 26px;
        line-height: 25px;
    }
}

@media screen and (min-width: 1025px) and (max-width : 1160px)
{
    #base-section .boxes .box.box-breakingnews section.outer header .first {
        font-size: 22px;
        line-height: 20px;
    }
    
    #base-section .boxes .box.box-breakingnews section.outer header .last {
        font-size: 15px;
    }
}

@media screen and (min-width: 626px) and (max-width : 678px)
{
    #base-section .boxes .box.box-breakingnews section.outer header .first {
        font-size: 27px;
    }
}

@media screen and (min-width: 551px) and (max-width : 625px)
{
    #base-section .boxes .box.box-breakingnews section.outer header .first {
        font-size: 24px;
        line-height: 23px;
    }
    
    #base-section .boxes .box.box-breakingnews section.outer header .last {
        font-size: 15px;
    }
}

@media screen and (min-width: 446px) and (max-width : 550px)
{
    #base-section .boxes .box.box-breakingnews section.outer header .first {
        font-size: 18px;
        line-height: 18px;
    }
    
    #base-section .boxes .box.box-breakingnews section.outer header .last {
        font-size: 13px;
        line-height: 17px;
    }
}

@media screen and (min-width: 1px) and (max-width : 445px)
{
    #base-section .boxes .box.box-breakingnews section.outer header .first {
        font-size: 14px;
        line-height: 14px;
    }
    
    #base-section .boxes .box.box-breakingnews section.outer header .last {
        font-size: 11px;
        line-height: 13px;
    }
}








@media screen and (min-width: 1280px) and (max-width : 1326px) {
    #base-section .boxes .box.box-news section .container {
        font-size: 20px;
    }
    
    #base-section .boxes .box.box-news section .container p {
        line-height: 29px;
    }
}

@media screen and (min-width: 1200px) and (max-width : 1280px) {
    #base-section .boxes .box.box-news section .container {
        font-size: 20px;
    }
    
    #base-section .boxes .box.box-news section .container p {
        line-height: 27px;
    }
}

@media  screen and (min-width: 1090px) and (max-width: 1199px) {
    #base-section .boxes .box.box-news section .container {
        font-size: 20px;
    }
    
    #base-section .boxes .box.box-news section .container p {
        line-height: 24px;
    }
}

@media screen and (min-width: 1025px) and (max-width : 1089px) {
    #base-section .boxes .box.box-news section .container {
        font-size: 20px;
    }
    
    #base-section .boxes .box.box-news section .container p {
        line-height: 22px;
    }
}

@media screen and (min-width: 960px) and (max-width : 1024px) {
    #base-section .boxes .box.box-news section .container p {
        line-height: 29px;
    }
}

@media screen and (min-width: 885px) and (max-width : 959px) {
    #base-section .boxes .box.box-news section .container {
        font-size: 20px;
    }
    
    #base-section .boxes .box.box-news section .container p {
        line-height: 22px;
    }
}


@media screen and (min-width: 769px) and (max-width : 884px) {
    #base-section .boxes .box.box-news section .container {
        font-size: 20px;
    }
    
    #base-section .boxes .box.box-news section .container p {
        line-height: 22px;
    }
}

@media screen and (min-width: 561px) and (max-width : 660px) {
    #base-section .boxes .box.box-news section .container {
        font-size: 20px;
    }
    
    #base-section .boxes .box.box-news section .container p {
        line-height: 25px;
    }
}

@media screen and (min-width: 500px) and (max-width : 560px) {
    #base-section .boxes .box.box-news section .container {
        font-size: 20px;
    }
    
    #base-section .boxes .box.box-news section .container p {
        line-height: 25px;
    }
}




#base-header nav.icons ul li.doublesized {
    width: 72px;
}


@media screen and (max-width: 456px) {
  #base-header nav.icons ul li.doublesized {
    width: 50px;
  }
}

