/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
    font-family: 'Open Sans', sans-serif;
    background: #f3f3f3 url(/img/bg.png) 0 0 repeat;
}

a { color: #3c90cc; }
a:hover { color: #094E93; }

.wrap {
    width: 1200px;
    margin: 0 auto;
}

hr {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #fbfbfb;    
    margin: 30px 0;
}
hr.ngt {
    margin-top:  0;
}
hr.mw {
     min-width: 1200px;
}

header {
    background-color: #fff;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    min-width: 1200px;
}

header nav#lingue {
    background-color: #3c90cc;
}
header nav#lingue ul {
    margin: 0;
    padding: 0;
    float: right;
}
header nav#lingue ul li {
    float: left;
}
header nav#lingue ul li a {
    text-indent: -9999px;
    background: transparent url() center center no-repeat;
    display: block;
    width: 16px;
    height: 12px;
    margin: 4px 10px 5px 10px;
    opacity: 0.65;
}
header nav#lingue ul li a.it { background-image: url(/img/it.png); }
header nav#lingue ul li a.en { background-image: url(/img/gb.png); }
header nav#lingue ul li a.fr { background-image: url(/img/fr.png); }
header nav#lingue ul li a.de { background-image: url(/img/de.png); }
header nav#lingue ul li a.es { background-image: url(/img/es.png); }
header nav#lingue ul li a.ru { background-image: url(/img/ru.png); }
header nav#lingue ul li a:hover, header nav#lingue ul li.sel a {
    opacity: 1.0;
}

header nav#menu {
    padding: 10px 10px 0 10px;
}
header nav#menu a#logo {
    text-indent: -9999px;
    background: transparent url(/img/logo.png) center center no-repeat;
    display: block;
    width: 308px;
    height: 69px;
    margin: 0;
    float: left;
}
header nav#menu ul {
    margin: 0;
    padding: 0;
    float: right;
}
header nav#menu ul li {
    float: left;    
    border-bottom: 4px solid #fff;
    transition: all 0.3s ease 0s;
    position: relative;
}
header nav#menu ul li:hover, header nav#menu ul li.sel {
    border-bottom: 4px solid #3c90cc;
}
header nav#menu ul li a {
    display: block;
    padding: 0 20px;
    text-transform: uppercase;
    height: 75px;
    line-height: 75px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    color: #4a4a4a;
    text-decoration: none;
}
header nav#menu ul li a:hover {
    color: #000;
}

header nav#menu ul li ul {
    padding: 0;
    position: absolute;
    top: 79px;
    left: 0;
    width: 240px;
    display: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    box-shadow: 0.30em 0.30em 0.35em 0 rgba(0, 0, 0, 0.133);
}
header nav#menu ul li ul li { 
    background: #fff;
    display: block;     
    font-size: 0.85em;
    border-bottom: 0;
    width: 240px;
}
header nav#menu ul li ul li a {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    text-align: left;    
}
header nav#menu ul li ul li:hover {     
    background: #3c90cc;
    border-bottom: 0;
}
header nav#menu ul li ul li:hover a {
    color: #fff;    
}
header nav#menu ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}
header nav#menu ul li.cerca ul {
    right: 0;
    left: auto;
    width: 400px;
}
header nav#menu ul li.cerca ul li {
    padding: 0;
    width: 400px;
    height: 75px;
    line-height: 75px;
    text-align: left;
}
header nav#menu ul li.cerca ul li form {
    padding: 0 16px;
    text-align: center;
}
header nav#menu ul li.cerca ul li #q {
    width: 200px;
    font-size: 1.2em;
    padding: 0.35em 0.55em;
    margin-right: 12px;
    border: 1px solid #3c90cc;
}
header nav#menu ul li.cerca ul li #go {
    font-size: 1.1em;
    padding: 0.3em 0.55em;    
    color: #3c90cc;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

nav#bc {
    font-size: 0.7em;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 10px;
}
nav#bc a,
nav#bc span {
    text-transform: uppercase;
    margin: 0 3px;
    color: #4a4a4a;
    text-decoration: none;    
}
nav#bc a img {
    vertical-align: baseline;
}
nav#bc a:hover {
    color: #000;
    text-decoration: underline;
}
nav#bc strong {
    color: #3c90cc;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}

#b_chiusura {
    margin: 30px 0;
    background-color: #fff;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    text-align: center;
    color: #3c90cc;
    font-style: italic;
}
#b_chiusura strong {
    color: #005ea5;
}

#slider {
    margin: 30px 0;
}
#slider .bxslider {
    margin: 0;
    padding: 0;
}
#slider .bx-wrapper {
    margin-bottom: 40px;
}
#slider .bx-wrapper .bx-viewport {
    border: 0px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
    left: 0;
}

#chooser {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
}

#chooser ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#chooser ul li {
    background-color:#fff;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
}
#chooser ul li span {
    background-color:rgba(0,0,0,0.5);
    display: block;    
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.85em;
    position: absolute;
    padding: 10px;
    text-decoration: none;
    transition: all 0.9s ease 0.15s;
    line-height: 1em;
    bottom: 0;
    left: 0;    
    width: 100%; 
}
#chooser ul li.slider-closed span {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(-90deg);
    width: 480px;
    top: 200px;
    left: -220px;
    height: 37px;
    border-bottom: 3px solid #fff;    
    display: block;
}
#chooser ul li.slider-closed a {
    display: none;      
}
#chooser ul li.slider-open a {
    bottom: 0;    
    width: 100%;
    height: 480px;
    padding: 0;
    display: block;
    z-index: 99;
}
#chooser ul li.slider-open a:hover {
    transition: none;
}
#chooser ul li.slider-open span {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;    
    background-color:rgba(60,144,204,0.85);
    width: 100%;
    display: block;
    padding: 10px;
    opacity: 1;
    z-index: -99;
}
#chooser ul li.slider-open:hover span {
    background-color:rgba(60,144,204,0.95);
    transition: all 0.3s ease 0s;
}


article {
    background-color: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.133);
}
article.data {
    margin: 30px 0;
    padding: 30px 30px 1.5em 30px;
}
article.data p {
    margin: 0 0 0.5em 0;    
}
article img.flw {
    width: 100%;
}
article.data.hh {
    font-size: 0.8em;
    text-align: justify;
}
article h3 {
    color: #3c90cc;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 1.85em;
    margin: 0 0 0.6em 0;
}
article h3.wmt {
    margin-top: 1em;
}
article h3.catt {
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 300;    
}

article h3.catt span {
    font-weight: bold;
}

article .tcont {
    margin-top: 14px;
}
article .tcont td {
    padding: 0px 5px 20px 0;
}
article .tcont td.titu {
    padding: 20px 0 8px 0;
}
article .tcont td.titu strong {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;    
}

article .teven th {
    background-color: #cbcbcb;
}
article .teven th, article .teven td {
    padding: 10px 5px;
}
article .teven tr:hover td {
    background-color: #3c90cc;
    color: #fff;
}
article .teven td.bg_pas {
    opacity: 0.35;
}
article .teven td.bg_upc {
    background-color: rgba(64, 144, 204, 0.3);
}

article .tdpdf td {
    padding: 0 10px 50px 0;
    font-size: 0.75em;
    line-height: 2em;
}
article .tdpdf td img.dipdf {
    vertical-align: middle;
    margin-right: 3px;
    width: 16px;
}
article .tdpdf td a {
    text-decoration: none;
}
article .tdpdf td a:hover {
    text-decoration: underline;
}
article .tdpdf td .bbox {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

article .elcat,
article .elcat_s {
    float: left;
    display: block;
    text-align: center;
    width: 500px;
    margin: 25px 40px 40px 25px;
    background-color: #ededed;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
article .elcat.lastelodd,
article .elcat_s.lastelodd {
    margin: 25px 40px 40px 308px;
}
article .elcat span,
article .elcat_s span {
    display: block;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    font-family: 'Roboto Condensed', sans-serif;    
    padding: 16px 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
article .elcat:hover,
article .elcat_s:hover {
    border: 1px solid #3c90cc;
}
article .elcat:hover span,
article .elcat_s:hover span {
    color: #fff;
    background-color: #3c90cc;
}
article .elcat img {    
    width: 460px;
    height: 270px;

    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 200ms;
    -ms-transition-timing-function: ease-out;

    transform: scale(1, 1);
    transition-duration: 200ms;
    transition-timing-function: ease-out;
}
article .elcat:hover img {
    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: linear;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: linear;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1.20, 1.20);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: linear;

    transform: scale(1.2, 1.2);
    transition-duration: 500ms;
    transition-timing-function: linear;    
}
article .elcat_s img {    
    width: 500px;
    height: 347px;

    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 200ms;
    -ms-transition-timing-function: ease-out;

    transform: scale(1, 1);
    transition-duration: 200ms;
    transition-timing-function: ease-out;
}    
article .elcat_s:hover img {
    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1.1, 1.1); // This is the enlarged size scale of the image.
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: linear;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1.1, 1.1);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: linear;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1.10, 1.10);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: linear;

    transform: scale(1.1, 1.1);
    transition-duration: 500ms;
    transition-timing-function: linear;    
}
article .elcat_s div {
    width: 500px;
    height: 347px;
    overflow: hidden;
}


article .rart {
    margin-bottom: 10px;
}
article .rart .art,
article .c_cor .art {
    float: left;
    display: block;
    text-align: center;
    width: 250px;
    margin: 25px 36px 20px 4px;
    background-color: #ededed;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
}
article .rart .art:last-child,
article .c_cor .art:last-child {
    margin-right: 0;
}
article .rart .art .new,
article .c_cor .art .new {
    width: 55px;
    height: 60px;
    background: transparent url(/img/new_s.png) top left no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 4px;
    right: -6px;
    z-index: 7777;
}
article .rart .art span,
article .c_cor .art span {
    display: block;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    font-family: 'Roboto Condensed', sans-serif;    
    padding: 16px 0;    
    font-weight: 300;
    font-size: 0.8em;
    transition: all 0.3s ease 0s;
    color: #4a4a4a;
}
article .rart .art span h4,
article .c_cor .art span h4 {
    margin: 0 0 2px 0;
    font-size: 1.6em;
    font-weight: 300;    
    text-transform: uppercase;
    color: #3c90cc;
}
article .rart .art:hover,
article .c_cor .art:hover {
    border: 1px solid #3c90cc;
}
article .rart .art:hover span,
article .c_cor .art:hover span {
    color: #fff;
    background-color: #3c90cc;
}
article .rart .art:hover span h4,
article .c_cor .art:hover span h4 {
    color: #fff;
}
article .rart .art img,
article .c_cor .art img {    
    width: 250px;
    height: 250px;
    margin: 0 auto;

    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1, 1); // This is the scale for the normal size of the image.
    -webkit-transition-duration: 200ms;
    -webkit-transition-timing-function: ease-out;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1, 1);
    -moz-transition-duration: 200ms;
    -moz-transition-timing-function: ease-out;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1, 1);
    -ms-transition-duration: 200ms;
    -ms-transition-timing-function: ease-out;

    transform: scale(1, 1);
    transition-duration: 200ms;
    transition-timing-function: ease-out;
}
article .rart .art:hover img,
article .c_cor .art:hover img {
    /* Webkit for Chrome and Safari */
    -webkit-transform: scale(1.2, 1.2); // This is the enlarged size scale of the image.
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: linear;

    /* Webkit for Mozila Firefox */
    -moz-transform: scale(1.2, 1.2);
    -moz-transition-duration: 500ms;
    -moz-transition-timing-function: linear;

    /* Webkit for IE( Version: 11, 10 ) */
    -ms-transform: scale(1.20, 1.20);
    -ms-transition-duration: 500ms;
    -ms-transition-timing-function: linear;

    transform: scale(1.2, 1.2);
    transition-duration: 500ms;
    transition-timing-function: linear;    
}

article .c_art {
    margin-bottom: 20px;
}
article .c_art .c_art_imgs {    
    float: left;
    width: 560px;
}
article .c_art .c_art_imgs .img_b {
    float: left;
    display: block;
    text-align: center;
    width: 560px;    
    margin: 0 0 20px 0;
    background-color: #ededed;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
}
article .c_art .c_art_imgs .img_b img {
    width: 560px;    
    height: 560px;
    border-radius: 0 0 4px 4px;
}
article .c_art .c_art_imgs .img_b .new {
    width: 81px;
    height: 89px;
    background: transparent url(/img/new.png) top left no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: -9px;
    z-index: 7777;
}
article .c_art .c_art_imgs .img_s {
    float: left;
    display: block;
    text-align: center;
    width: 120px;    
    margin: 0 9px 20px 9px;
    background-color: #ededed;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
article .c_art .c_art_imgs .img_s img {
    width: 120px;    
    height: 120px;
    border-radius: 0 0 4px 4px;
}

article .c_art .c_art_data {    
    float: right;
    width: 540px;
}

article .c_art .c_art_data h3 {
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;    
    line-height: 1.1em;
    position: relative;
    margin-bottom: 30px;
}
article .c_art .c_art_data h3 a.dwn {
    width: 70px;    
    height: 34px;    
    /*background: transparent url(/img/dwn.png) top center no-repeat;*/
    background: transparent url(/img/dwn-r.png) center top no-repeat;
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 7777;
    /*font-size: 0.2em;*/
    font-size: 10px;
    font-family: 'Roboto Condensed', sans-serif;    
    font-weight: 300;
    text-align: center;
    line-height: 1.0em;
    /*color: #222;*/
    color: #ef0000;
    padding-top: 17px;
    padding-top: 27px;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
article .c_art .c_art_data h3 a.dwn:hover { 
    /*color: #3c90cc;*/
    color: #f00;
    padding-top: 42px;
    background-position: 50% 35%;    
}
article .c_art .c_art_data p {
    margin: 0 0 1em 0;
}
article .c_art .c_art_data .c_art_corpo {
    margin: 0 0 20px 0;
}
article .c_art .c_art_data .el_col {
    margin: 0 0 20px 0;
}
article .c_art .c_art_data .el_col h5 {
    margin: 0;
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1em;    
    font-weight: 300;
    color: #3c90cc;
}
article .c_art .c_art_data .el_col ul {
    margin: 6px 0;
    padding: 0;
    list-style-type: none;
}
article .c_art .c_art_data .el_col ul li {
    float: left;
    font-size: 0.75em;
    font-family: 'Roboto Condensed', sans-serif;    
    font-weight: 300;
    text-align: center;
    padding-left: 8px;
}
article .c_art .c_art_data .el_col ul li span {
    display: block;
}

article .c_art .c_art_data .d_extra {
    margin: 0 0 20px 0;
    background: transparent url(/img/doc-list.png) center left no-repeat;    
    padding: 8px 0 8px 32px;
    font-size: 0.95em;
    font-family: 'Roboto Condensed', sans-serif;    
    font-weight: 400;
}

article .c_art .c_art_data .n_data {
    margin: 0 5px 30px 0;
}

article .c_art .c_art_data .u_est,
article .c_art .c_art_data .u_int,
article .c_art .c_art_data .u_pcf,
article .c_art .c_art_data .u_pes,
article .c_art .c_art_data .u_col,
article .c_art .c_art_data .u_tem,
article .c_art .c_art_data .u_car,
article .c_art .c_art_data .u_acc {
    margin: 0;
    padding: 8px 0 8px 100px;
    font-size: 0.95em;    
    min-height: 24px;    
}

article .c_art .c_art_data .u_est { background: transparent url(/img/ico_est.png) top left no-repeat; }
article .c_art .c_art_data .u_int { background: url(/img/ico_int.png) top left no-repeat, url(/img/ico_bg.png) top left no-repeat; }
article .c_art .c_art_data .u_pcf { background: url(/img/ico_pcf.png) top left no-repeat, url(/img/ico_bg.png) top left no-repeat; }
article .c_art .c_art_data .u_pes { background: url(/img/ico_pes.png) top left no-repeat, url(/img/ico_bg.png) top left no-repeat; }
article .c_art .c_art_data .u_col { background: url(/img/ico_col.png) top left no-repeat, url(/img/ico_bg.png) top left no-repeat; }
article .c_art .c_art_data .u_tem { background: url(/img/ico_tem.png) top left no-repeat, url(/img/ico_bg.png) top left no-repeat; }
article .c_art .c_art_data .u_car { background: url(/img/ico_car.png) top left no-repeat, url(/img/ico_bg.png) top left no-repeat; }
article .c_art .c_art_data .u_acc { background: url(/img/ico_acc.png) top left no-repeat, url(/img/ico_bg.png) top left no-repeat; }

article .c_art .c_art_data .u_col ul {    
    list-style-type: none;
    margin: 0;
    padding: 0;
}
article .c_art .c_art_data .u_col ul li {
    float: left;    
    padding-right: 8px;
}
article .c_art .c_art_data .u_col ul li img {
    border-radius: 10px;
}

article .c_art .c_art_data .u_est em,
article .c_art .c_art_data .u_int em,
article .c_art .c_art_data .u_pcf em,
article .c_art .c_art_data .u_pes em,
article .c_art .c_art_data .u_tem em,
article .c_art .c_art_data .u_car em,
article .c_art .c_art_data .u_acc em {
    color: #777;    
}
article .c_art .c_art_data .u_est em:before,
article .c_art .c_art_data .u_int em:before,
article .c_art .c_art_data .u_pcf em:before,
article .c_art .c_art_data .u_pes em:before,
article .c_art .c_art_data .u_tem em:before,
article .c_art .c_art_data .u_car em:before,
article .c_art .c_art_data .u_acc em:before {
    color: #c61713;
    content: '/';
}


article .c_art_video {
    clear: left;
    border-top: 1px solid #ededed;
    padding-top: 32px;
    margin-top: 16px;
    text-align: center;
}

article .c_cor {
    border-top: 1px solid #ededed;
    padding-top: 16px;
}

.art_var {
 
}
.art_var .c_art_imgs {    
    float: left;
    width: 720px;
}
.art_var .c_art_imgs .img_b {
    float: left;
    display: block;
    text-align: center;
    width: 560px;    
    margin: 0 10px 20px 0;
    background-color: #ededed;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
}
.art_var .c_art_imgs .img_b img {
    width: 560px;    
    height: 560px;
    border-radius: 0 0 4px 4px;
}
.art_var .c_art_imgs .img_b .new {
    width: 81px;
    height: 89px;
    background: transparent url(/img/new.png) top left no-repeat;
    text-indent: -9999px;
    position: absolute;
    top: 5px;
    right: -9px;
    z-index: 7777;
}
.art_var .c_art_imgs .img_s {
    float: left;
    display: block;
    text-align: center;
    width: 120px;    
    margin: 0 9px 20px 9px;
    background-color: #ededed;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
    transition: all 0.3s ease 0s;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}
.art_var .c_art_imgs .img_s img {
    width: 120px;    
    height: 120px;
    border-radius: 0 0 4px 4px;
}

.art_var .c_art_data {    
    float: left;
    clear: left;
    font-size: 0.8em;
}

.art_var .c_art_data h3 {
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.1em;
}
.art_var .c_art_data p {
    margin: 0 0 1em 0;
}
.art_var .c_art_data .el_col {
    margin: 0 0 20px 0;
}
.art_var .c_art_data .el_col h5 {
    margin: 0;
    font-size: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.1em;    
    font-weight: 300;
    color: #3c90cc;
}
.art_var .c_art_data .el_col ul {
    margin: 6px 0;
    padding: 0;
    list-style-type: none;
}
.art_var .c_art_data .el_col ul li {
    float: left;
    font-size: 0.75em;
    font-family: 'Roboto Condensed', sans-serif;    
    font-weight: 300;
    text-align: center;
    padding-left: 8px;
}
.art_var .c_art_data .el_col ul li span {
    display: block;
}

article .dwa {
    padding: 30px 40px 40px 40px;
    background-color: #ededed;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}
article .dwa p em {
    font-size: 0.85em;
}
article .dwa #arpwd {
    width: 200px;
    font-size: 1.12em;
    padding: 0.35em 0.55em;
    margin-right: 12px;
    border: 1px solid #3c90cc;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
article .dwa #argo {
    font-size: 1.1em;
    padding: 0.3em 0.55em;    
    color: #3c90cc;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
article .dwa #arlgn strong {
    font-style: italic;
    color: #f00;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
}
article .dwa ul {
    margin: 0 0 5px 0;
}
article .dwa ul li {
    font-size: 0.9em;
}
article .dwa ul li em {
    font-size: 0.75em;
    margin-left: 5px;
}


.boxed {
    background-color: #ededed;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 0.125em 0.275em 0 rgba(0, 0, 0, 0.125);
}


#f_social {
    font-size: 0.80em;    
    margin: -15px 0 25px 0;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    color: #3c90cc;
}
#f_social img {
    margin: 5px 0 0 20px;
}

footer {
    background-color: #3c90cc;
    min-width: 1200px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .fdata {
    padding: 25px 10px;
    width: 560px;
    float: left;    
}
footer .fdata img {
    float: left;
    margin: -7px 8px 0 -3px;
}
footer .fdata h4 {
    font-size: 1.3em;
    margin: 0;
}
footer .fdata p {
    margin: 0;
    font-size: 0.9em;
    font-weight: 300;
    line-height: 1.2em;
}
footer .fdata p.small {
    font-size: 0.70em;
    margin: 26px 0 10px 0; 
}
footer .fdata p.credits {
    font-size: 0.80em;
}
footer .fric {
    padding: 25px 10px;
    width: 600px;
    float: right;
    text-align: right;
}
footer .fric img {
    margin: 15px 0 0 15px;
    vertical-align: baseline;
}

.d_ipc {
    font-size: 0.75em;
}

#cookie-notice {
    background-color: rgba(70, 165, 239, 0.85);
    background-color: rgba(70, 70, 70, 0.85);
    border-top: 4px solid #45a5ee;
    bottom: 0;
    color: #fff;
    font-size: 13px;
    height: auto;
    left: 0;
    line-height: 22px;
    min-width: 100%;
    padding: 14px;
    position: fixed;
    text-align: center;
    z-index: 100000;
}
#cookie-notice a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
#cookie-notice a:hover {
    text-decoration: none;
}
#cookie-notice #cookie-button {
    background-color: #005ca5;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 3px 8px;
    text-decoration: none;
    border-right: 2px solid #005ca5;
    border-left: 2px solid #005ca5;
}
#cookie-notice #cookie-button:hover {
    color: #ffcc00;
    border: 2px solid #45a5ee;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 1024px) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}