/************************************************************************************
FONTS
*************************************************************************************/
@font-face {
    font-family: 'Museo500';
    src: url('webfonts/245D00_0_0.eot');
    src: url('webfonts/245D00_0_0.eot?#iefix') format('embedded-opentype'),
        url('webfonts/245D00_0_0.woff') format('woff'),
        url('webfonts/245D00_0_0.ttf') format('truetype'),
        url('webfonts/245D00_0_0.svg#245D00_0_0') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************************************************************************************
GLOBAL
*************************************************************************************/
body{ background-color: #e8e8e8; margin: 0px; padding: 0px; font-family: Arial,sans-serif;}
a{ text-decoration: none; color: #000;}
img{vertical-align: top;}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }
img {border: none;}
html {
    -webkit-text-size-adjust: none;
}

/*UTILITY*/
.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix {display:block; zoom: 1; }

code {
    border-top: solid 1px #e1e1e1;
    border-bottom: solid 1px #e1e1e1;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: Museo500, Arial;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    text-align: center;
}

/************************************************************************************
LAYOUT
*************************************************************************************/
.button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #d3d3d3;
    background-color: #f2f2f2;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    float: right;
    text-align: center;
    text-decoration: none;
    color: #555555;
    font-family: Arial;
    text-shadow:0px 1px #FFFFFF;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgb(240,240,240); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(249,249,249,1) 0%, rgba(240,240,240,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,249,249,1)), color-stop(100%,rgba(240,240,240,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(249,249,249,1) 0%,rgba(240,240,240,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=0 ); /* IE6-8 */

    -moz-box-shadow:0px 1px 1px 1px rgba(0,0,0, 0.05);
    -webkit-box-shadow:0px 1px 1px 1px rgba(0,0,0, 0.05);
    box-shadow:0px 1px 1px 1px rgba(0,0,0, 0.05);

}

.video-player{
    padding:0px 0px 20px 0px;
}

.menu-wrapper {position:relative;}

.icon-rss{color:#ffffff;margin:0px 4px 0px 0px}
.rss{right:10px;color:#ffffff;margin:0px 10px 0px 0px;position:absolute;top:20px;}

.rss:hover .icon-rss{color:#1054b5;}
.rss:hover{color:#1054b5;}

.rss.video{right:70px;}

@media only screen and (max-width: 790px) {
    .menu-wrapper .rss{display:none;}
}

.button:hover {
    color: black;
    border: solid 1px #b0b0b0;
    background: rgb(240,240,240);
    background-color: #f0f0f0;
}
.header-wrapper {
    margin: auto;
    width: 1000px;
    height: 160px;

    background:url('img/head_bg.jpg');

    background-repeat: repeat-x;
    background-position: center;
    background-color: #FFFFFF;
    background-position: top;
}

@media only screen and (max-width: 790px) {
    .header-wrapper {
        width: 1000%;
        height: auto;
    }
}

.header-container {
    position: relative;
}
.header-container .logo {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 398px;
    height: 108px;
    display: block;
    background-image: url(img/logo-width-2.png);
    background-repeat: no-repeat;
    background-position: center;
}

@media only screen and (max-width: 790px) {
    .header-container .logo {
        position: relative;
        top: auto;
        left: auto;
        width: 398px;
        height: 108px;
        display: block;
        background-size: 100% auto;
        background: url(img/logo-width-2.png) 0px 10px;
        background-repeat: no-repeat;
        margin:0px auto 0px auto;
        padding:20px 0px 20px 0px;
    }
}

@media only screen and (max-width: 425px) {
    .header-container .logo {
        width: 90%;
        height: 108px;
        display: block;
        margin:auto;
        background: url(img/logo-width-2.png) top center no-repeat;
        background-size:contain;
        background-position:center;
    }
}

.online-icon{
    width:100px;
    height:31px;
    background:url('../images/tvonline.png') no-repeat;
    background-size: 100px 31px;
    display:inline-block;
    position:absolute;
    right:120px;
    top:120px;
}

@media only screen and (max-width:790px){
    .online-icon{
        width:100px;
        height:31px;
        background:url('../images/tvonline.png') no-repeat;
        background-size: 100px 31px;
        display:inline-block;
        position:relative;
        right:auto;
        top:auto;
        float:right;
        margin:0px 20px 20px 0px;
    }
}

.online-icon2{
    width:100px;
    height:31px;
    background:url('../images/radioonline.png') no-repeat;
    background-size: 100px 31px;
    display:block;
    position:absolute;
    right:10px;
    top:120px;
}

@media only screen and (max-width:790px){
    .online-icon2{
        width:100px;
        height:31px;
        background:url('../images/radioonline.png') no-repeat;
        background-size: 100px 31px;
        display:block;
        position:relative;
        right:auto;
        top:auto;
        float:right;
        margin:0px 20px 20px 0px;
    }
}


.online-icon3{
    width:100px;
    height:31px;
    background:url('../images/magazin.png') no-repeat;
    background-size: 100px 31px;
    display:inline-block;
    position:absolute;
    right:230px;
    top:120px;
}

@media only screen and (max-width:790px){
    .online-icon3{
        width:100px;
        height:31px;
        background:url('../images/magazin.png') no-repeat;
        background-size: 100px 31px;
        display:inline-block;
        position:relative;
        right:auto;
        top:auto;
        float:right;
        margin:0px 20px 20px 0px;
    }
}



.player-icons{width:180px;position:absolute;right:0px; top:20px;}

.player-icons a{
    width:58px;
    display:block;
    float:left;
    padding:60px 0px 0px 0px;
    font-size:0.688em;
    text-align:center;

}

a.html5-icon{background:url('img/html5-icon.png') no-repeat;}
a.android-icon{background:url('img/android-icon.png') no-repeat;}
a.apple-icon{background:url('img/apple-icon.png') no-repeat;}

.main-wrapper {
    margin: auto;
    width: 1000px;
    background-color: #FFF;
    -webkit-box-shadow: -5px 0px 10px rgba(50, 50, 50, 0.07), 5px 0px 10px rgba(50, 50, 50, 0.07);
    -moz-box-shadow:    -5px 0px 10px rgba(50, 50, 50, 0.07), 5px 0px 10px rgba(50, 50, 50, 0.07);
    box-shadow:         -5px 0px 10px rgba(50, 50, 50, 0.07), 5px 0px 10px rgba(50, 50, 50, 0.07);
}
.footer-wrapper {
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
}
.footer-container {
    width: 960px;
    padding:20px 0px 0px 0px;
    margin: auto;
    line-height: 20px;
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
}
.footer-container a {
    color: #1eb4e7;
}
.footer-container a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.left-container {
    width: 330px;
    float: left;
    padding-top: 10px;
}
.main-container {
    width: 670px;
    float: right;
    padding-top: 10px;
}
.box {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}
.box .box-top {
    margin-left: 10px;
    margin-right: 10px;
    border-top: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    height: 10px;
    background-color: #F7F7F7;
}
.box .title {
    background-color: #3fb7de;
    border: solid 1px #3fb7de;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}
.box .title:after {
    content: '';
    display:block;
    position:absolute;
    top:100%; /*should be set to 100% */
    right:-1px;
    width:10px;
    height:10px;
}
.box .title:before {
    content: '';
    display:block;
    position:absolute;
    top:100%; /*should be set to 100% */
    left:-1px;
    width:10px;
    height:10px;

    /*
    border-color: #8f7e00 #8f7e00 transparent transparent;
    border-style: solid;
    border-width: 5px;
    */
}

.divisio-icons{
    width:350px;
    position:absolute;
    top:30px;
    right:0px;
}

@media only screen and (max-width: 790px) {
    .divisio-icons{
        width:100%;
        position:relative;
        top:auto;
        right:auto;
        margin:auto;
        text-align:center;
    }
}

.divisio-icons img{}

.divisio-icons a{
    float:left;
    font-size:9px;
    margin:40px 8px 0px 0px;
    position:relative;
    height:40px;
}

@media only screen and (max-width: 790px) {
    .divisio-icons a{
        float:none;
        display:inline-block;
        font-size:9px;
        margin:40px 8px 0px 0px;
        position:relative;
        height:20px;
    }
}


.divisio-icons .icon{
    width:40px;
    position:absolute;
    height:40px;
    top:-42px;
    left:50%;
    margin:0px 0px 0px -20px;
}

.divisio-icons a.divisio-1:hover{
    color:#1eb4e7;
}

.divisio-icons a.divisio-2:hover{
    color:#e97330;
}
.divisio-icons a.divisio-3:hover{
    color:#36316c;
}

.divisio-icons a.divisio-4:hover{
    color:#c60f1b;
}

.box .content {
    margin-top: 0px;
    padding-top: 10px;
    background-color: #F7F7F7;
    border: solid 1px #e2e2e2;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    font-family: Arial;
    line-height: normal;
    color: #5f5f5f;
}

.box.simple .content {

    background-color: #2a384e;
    border: solid 1px #8fdef8;
    color: #ffffff;
}

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

.box.newsbox ul li{
    list-style: none;
    padding:10px 0px 10px 0px;
    margin:0;
}

.box2 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
}
.box2 .box-top {
    margin-left: 10px;
    margin-right: 10px;
    border-top: solid 1px #e2e2e2;
    border-left: solid 1px #e2e2e2;
    border-right: solid 1px #e2e2e2;
    height: 10px;
    background-color: #F7F7F7;
}
.box2 .title {
    background-color: #e9ca01;
    border: solid 1px #d3ba02;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: Museo500, Arial;
    font-size: 16px;
    color: #4c4300;
    text-shadow:0px 1px rgba(255,255,255, 0.5);
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZGI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWI5MzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(240,219,82,1) 0%, rgba(206,185,48,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,219,82,1)), color-stop(100%,rgba(206,185,48,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,219,82,1) 0%,rgba(206,185,48,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,219,82,1) 0%,rgba(206,185,48,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,219,82,1) 0%,rgba(206,185,48,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,219,82,1) 0%,rgba(206,185,48,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0db52', endColorstr='#ceb930',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
    -moz-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
    box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
}
.box2 .title:after {
    content: '';
    display:block;
    position:absolute;
    top:100%; /*should be set to 100% */
    right:-1px;
    width:10px;
    height:10px;
    background-image: url(img/ribbon_right.png);
    background-color: #8f7e00;
    /*
    border-color: #8f7e00 transparent transparent #8f7e00;
    border-style: solid;
    border-width: 5px;
    */
}
.box2 .title:before {
    content: '';
    display:block;
    position:absolute;
    top:100%; /*should be set to 100% */
    left:-1px;
    width:10px;
    height:10px;
    background-image: url(img/ribbon_left.png);
    background-color: #8f7e00;
    /*
    border-color: #8f7e00 #8f7e00 transparent transparent;
    border-style: solid;
    border-width: 5px;
    */
}
.box2 .content {
    margin-top: 0px;
    padding-top: 0px;
    background-color: #fefefe;
    border: solid 1px #e2e2e2;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-family: Arial;
    line-height: 19px;
    color: #5f5f5f;
}
.box3 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    position: relative;
}
.box3 .box-top {
    margin-left: 10px;
    margin-right: 10px;
    border-top: solid 1px #303030;
    border-left: solid 1px #303030;
    border-right: solid 1px #303030;
    height: 10px;
    background-color: #303030;
}
.box3 .title {
    background-color: #e9ca01;
    border: solid 1px #d3ba02;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: Museo500, Arial;
    font-size: 16px;
    color: #4c4300;
    text-shadow:0px 1px rgba(255,255,255, 0.5);
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZGI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZWI5MzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(240,219,82,1) 0%, rgba(206,185,48,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,219,82,1)), color-stop(100%,rgba(206,185,48,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(240,219,82,1) 0%,rgba(206,185,48,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(240,219,82,1) 0%,rgba(206,185,48,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(240,219,82,1) 0%,rgba(206,185,48,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(240,219,82,1) 0%,rgba(206,185,48,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0db52', endColorstr='#ceb930',GradientType=0 ); /* IE6-8 */

    -webkit-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
    -moz-box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
    box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.55);
}
.box3 .title:after {
    content: '';
    display:block;
    position:absolute;
    top:100%; /*should be set to 100% */
    right:-1px;
    width:10px;
    height:10px;
    background-image: url(img/ribbon_right.png);
    background-color: #8f7e00;
    /*
    border-color: #8f7e00 transparent transparent #8f7e00;
    border-style: solid;
    border-width: 5px;
    */
}
.box3 .title:before {
    content: '';
    display:block;
    position:absolute;
    top:100%; /*should be set to 100% */
    left:-1px;
    width:10px;
    height:10px;
    background-image: url(img/ribbon_left.png);
    background-color: #8f7e00;
    /*
    border-color: #8f7e00 #8f7e00 transparent transparent;
    border-style: solid;
    border-width: 5px;
    */
}
.box3 .content {
    margin-top: 0px;
    padding-top: 0px;
    background-color: #5d5d5d;
    border: solid 1px #303030;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-family: Arial;
    line-height: 19px;
    color: #5f5f5f;
}
.box4 {
    margin-left: 10px;
    margin-right: 10px;
    height: 50px;
    background: url("img/box4_m.png") no-repeat scroll 0px 0px transparent;
    margin-bottom: 55px;
}
.box4 div {
    padding-right: 0px;
    background: url("img/box4_m.png") no-repeat scroll right -50px transparent;
    height: 50px;
}
.box4 .y1038 {
    height: 109px;
    width: 49px;
    background: url("img/evsz.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: right;
    margin-top: -18px;
    text-decoration: none;
}
.box4 .y1938 {
    height: 109px;
    width: 47px;
    background: url("img/evsz.png") no-repeat scroll -50px 0 transparent;
    display: block;
    float: right;
    margin-top: -18px;
    text-decoration: none;
}
.box4 .y2013 {
    height: 109px;
    width: 49px;
    background: url("img/evsz.png") no-repeat scroll -98px 0 transparent;
    display: block;
    float: right;
    margin-top: -18px;
    text-decoration: none;
}
.mainnewsbox {

}
.mainnewsbox .title {
}
.mainnewsbox .content img {
    margin: 0 20px 10px 0;
    float: left;
}
.mainnewsbox .image {
    border: solid 5px #FFFFFF;
    height: 255px;
    width: 285px;
    margin: 10px;
    float: left;
}
.newsbox {
    oveflow: hidden;
}
.newsbox .title {
    background-color: #f47421;
    border: solid 1px #f47421;
    font-size: 15px;
    color: #ffffff;
}

.newsbox .image {
    border: solid 5px #FFFFFF;
    height: 90px;
    margin-bottom: 10px;
    background-position: center center;
    background-repeat: no-repeat;
}

.newsbox img {
    width: 100%;
    height: 132px;
    margin: 0 0 10px 0;
}

.newsbox .lead {
    height: 234px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.social {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
img.responsive{
    max-width:100%;
    height:auto;
}

.box img{
    width:100%;
}
.banner{text-align:center;}

.news-items .news-dates{background:#E9E9E9;display:block;padding:5px;}
.news-items .time{display:block;font-weight:bold;font-size:1.1em;text-align:center;margin:0px;padding:0px;line-height: auto;}
.news-items .date{display:block;font-size:10px;}
.news-items .text{
    width:90%;
}

.banner-468x60{
    padding:10px 0px 10px 0px;
    width:960px;
    margin:auto;
}

.banner-780x90{
    padding:10px 0px 10px 0px;
    width:780px;
    margin:auto;
}

.boxes .left{
    width:50%;
    float:left;
}
.boxes .right{
    width:50%;
    float:left;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px; height: 0; overflow: hidden;
    }

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .header-wrapper {
        width: 100%;
    }
    .main-wrapper {
        width: 100%;
    }

    .left-container {
        width: 33%;
    }
    .main-container {
        width: 67%;
    }
    .newsbox {
        width: 95%;
    }
    .mainnewsbox .image {
        width: 50%;
        height: auto;
    }
    .box2 .content img {
        width: 100%;
        height: auto;
    }
    .box3 .content img {
        width: 100%;
        height: auto;
    }
    .footer-container {
        width: auto;
        padding-left: 20px;
    }
    .social img {
        width: 100%;
        height: auto;
    }
    .box4 {
        margin-bottom: 85px;
    }
    .box4 .y1038 {
        margin-top: 25px;
    }
    .box4 .y1938 {
        margin-top: 25px;
    }
    .box4 .y2013 {
        margin-top: 25px;
    }


}

@media screen and (max-width: 767px) {
    .newsbox {
        width: auto;
        float: none;
    }
    .newsbox img {
        width: 100%;
        height: auto;
    }
    .mainnewsbox img {
        width: 100%;
        height: auto;
    }

    .newsbox .lead {height: auto;}

    .header-container .logo{position:relative;margin:auto;}
    .header-wrapper{height:auto;}


}

@media screen and (max-width: 377px) {
    .header-container .logo{
    }
}

@media screen and (max-width: 959px) {
    .boxes .left{
        width:100%;
        float:none;
    }
    .boxes .right{
        width:100%;
        float:none;
    }

    .banner-780x90{width:100%;}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .menu ul li a{font-size:0.75em;}
    .menu ul ul li a, .menu ul li.hover ul li a{font-size:0.688em;}
}

@media screen and (max-width: 479px) {

    .left-container {
        float: none;
        width: auto;
    }
    .main-container {
        float: none;
        width: auto;
    }

    .newsbox {
        width: auto;
    }
    .box4 {
        margin-bottom: 55px;
    }
    .box4 .y1038 {
        margin-top: -18px;
    }
    .box4 .y1938 {
        margin-top: -18px;
    }
    .box4 .y2013 {
        margin-top: -18px;
    }


}
@media screen and (max-width: 320px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

}

/* Retina display */
@media only screen and
(-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 2dppx) {
    .logo{ background:url('img/logo@2x.png') 0 0 no-repeat;background-size: 100% auto;}

}


