
html, body {
    margin: 0;
    padding: 0;
}

body {
    margin-top: 0;
    font-size: 10px;
	font-family: Verdana, Arial, sans-serif;
}

img {
    border: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

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

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.hidden {
    display:none;
}

.Layout {
    margin: 5em auto 0 auto;
    width: 789px;
    position: relative;
}

.Layout .select_language {
    position:absolute;
    top:10.5em;
    right:1em;
    font-size: 10px;
    margin: 0;
    padding: 0;
}

.Layout .select_language li {
    display: inline;
    margin: 0;
    padding: 0 5px;
    border-left: 1px solid #aaa;
    line-height: 1em;
}

.Layout .select_language li a {
    color: #000;
}

.Layout .select_language li:first-child{
    border-left: none;
    padding-left: 0;
}

.Layout .menu_top {
    padding: 0;
    position: absolute;
    z-index: 10;
    top: 2.3em;
}

.Layout .menu_top,
.Layout .menu_bottom {
    left: 34px;
    width: 700px;
    display: table;
    border-spacing: 5px;
}

.Layout .menu_top strong,
.Layout .menu_bottom strong {
    font-weight: normal;
}

.Layout .menu_top ul,
.Layout .menu_bottom ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    display: table-row;
}

.Layout .menu_top ul li,
.Layout .menu_bottom ul li {
    vertical-align: middle;
    display: table-cell;
    margin-right: .5em;
    padding: .3em 1.5em;
    list-style-type: none;
    border: 1px solid #000;
    text-align: center;
    *display: inline;
    *zoom:1;
}

.Layout .menu_top ul li a,
.Layout .menu_bottom ul li a {
    font-size: 1em;
    color: #000;
    display: block;
    text-decoration: none;
    padding: 0;
}

.Layout .menu_top ul li.last {
    margin-right: 0;
}

.Layout .menu_top ul li.selected,
.Layout .menu_bottom ul li.selected {
    background: #000;
}

.Layout .menu_top ul li.selected > a,
.Layout .menu_top ul li.selected > strong > a,
.Layout .menu_bottom ul li.selected > a,
.Layout .menu_bottom ul li.selected > strong > a {
    color: #f2f707;
}

.Layout .menu_bottom {
    padding: 0;
    position: absolute;
    z-index: 1;
    bottom: 1em;
}

.Layout .menu_bottom ul li.first {
    margin-left: 0;
}

.Layout .menu_bottom ul li.last {
    border: 2px solid #000;
}

.Layout .header {
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.Layout .header .search {
    overflow: hidden;
    display: block;
    float: right;
    clear: right;
}

.Layout .header .social_box {
    float: right;
    margin-bottom: 2em;
}

.Layout .header .social_box .social li {
    float: left;
    margin-left: 1em;
}

.Layout .header .search .searcher * {
    vertical-align: middle;
}

.Layout .header .search .searcher div {
    position: relative;
}

.Layout .header .search .searcher label{
    position: absolute;
    top: 0.7em;
    left: 0.5em;
    font-size: 1em;
    color: #939393;
}

.Layout .header .search .searcher input {
    font-size: 1.2em;
}

.Layout .header .search .searcher input#search-field {
    width: 14em;
    padding: .1em .2em;
}

.Layout .header .search .searcher input.button {
    color: #fff;
    cursor: pointer;
    border: none;
    background: #000;
    padding: 0 2em;
    height: 2em;
    font-size: 1.1em;
    font-weight: normal;
}

.Layout .header .LanguageSelector {
    float: right;
    margin-top: 0.4em;
}

.Layout .header .LanguageSelector li {
    float: left;
    margin: 0.3em 1em 0 0;
    padding-right: 1em;
    border-right: 1px solid #000;
}

.Layout .header .LanguageSelector li a {
    font-size: 1em;
    display: block;
}

.Layout .header .LanguageSelector li.last {
    border: none;
}

.Layout .identity {
    color: #333;
    position: fixed;
    top: 1.1em;
    left: 10em;
    background: #CCC;
    padding: 0.5em 2em 0.5em 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.Layout .identity form {
    position: relative;
    top: -0.1em;
    left: 0.8em;
    padding:0;
}

.Layout .identity form button {
    font-size: 1em;
    padding: 0 0.3em;
    -moz-box-shadow: 1px 1px 3px #0a130a;
    -webkit-box-shadow: 1px 1px 3px #0a130a;
    box-shadow: 1px 1px 3px #0a130a;
}

.Layout .identity > * {
    float: left;
}

.Layout .main {
    display: block;
    position: relative;
    background: #f2f707 url(/isarch_resources/images/ISARCH.jpg) no-repeat center;
    min-height: 443px;
    margin-top: 1em;
}

.Layout.isarch-gallery_page .main {
    background: #f2f2f2;
}

.Layout .main .title_label {
    font-size: 1em;
    margin: 0;
    padding: 9px 0 150px 0;
    font-weight: normal;
    text-align: center;
}

.Layout .main a {
    color: #000;
}

.Layout .main a:hover{
    text-decoration: none;
    cursor: pointer;
}

.Layout .main .title_label span {
    display: none;
}

.Layout .main .notifications_box {
    font-size: 1.4em;
}

.Layout .main .content_title_label {
    color: #000000;
    font-size: 3.4em;
    font-weight: normal;
    margin: 0 0 .6em 0;
}

.Layout .main .content {
    width: 468px;
    margin: 0 auto;
}

.Layout .main .body,
.Layout .main .body_slot {
    color:#000;
    padding-bottom: 120px;
}

.Layout .main .body table,
.Layout .main .body_slot table {
    border-collapse: collapse;
    width: 100%;
    border-collapse:collapse;
}

.Layout .main .body table p,
.Layout .main .body_slot table p{
    margin: 0;
    padding:0;
}

.Layout .main .body table td,
.Layout .main .body_slot table td {
    padding: .7em 0;
    text-align: center;
    vertical-align: middle;
}


.Layout .main .body a,
.Layout .main .body_slot a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.Layout .main .body a:hover,
.Layout .main .body_slot a:hover {
    text-decoration: underline;
}

.Layout .main .body p,
.Layout .main .body_slot p {
    font-size: 1em;
    line-height: 1.2em;
    margin: 0 0 1.2em 0;
    text-align: justify;
}

.Layout .main .body h2:first-child,
.Layout .main .body_slot h2:first-child{
    margin-top: 0;
}

.Layout .main .body h2,
.Layout .main .body_slot h2 {
    clear: left;
    font-size: 1.8em;
    margin-top: 1.5em;
    margin-bottom: .8em;
    padding-bottom: .3em;
}

.Layout .main .body h3,
.Layout .main .body_slot h3 {
    font-size: 1.5em;
    margin-bottom: .6em;
}

.Layout .main .body ul,
.Layout .main .body_slot ul {
    margin-bottom: 2.5em;
}

.Layout .main .body ul li,
.Layout .main .body_slot ul li {
    font-size: 10px;
    line-height: 1.4em;
    margin-bottom: .7em;
    padding-left: 2.4em;
    list-style: none;
}

.Layout .footer {
    display: block;
    clear: both;
    width: 100%;
    overflow: hidden;
    padding-top: 2em;
}

.Layout .footer a {
    color: #333;
    text-decoration: none;
}

.Layout .footer a:hover {
    text-decoration: underline;
}

.Layout .footer .vcard {
    float: left;
    font-size: 1.2em;
    font-style: normal;
    line-height: 1.3em;
}

.Layout .footer .vcard .organization_label {
    font-weight: bold;
    text-decoration: none;
}

.Layout .footer .links {
    text-align: center;
    font-size: 1em;
    margin: 0;
    padding: 0 1.5em 0 0;
}

.Layout .footer .links li {
    float: none;
    list-style: none;
    margin-bottom: .5em;
}

.Layout .footer .links li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.Layout .footer .Banners {
    margin-bottom: 4em;
    margin-top: 2em;
}

.Layout .footer .Banners li {
    vertical-align: middle;
    display: inline-block;
    width: 26em;
    overflow: hidden;
    margin-bottom: 1em;
    text-align: center;
    *display: inline;
    *zoom: 1;
}

.Layout .footer .Banners li.text-banners,
.Layout .footer .Banners li.first-in-row {
    text-align: center;
}

.Layout .footer .Banners li.last-in-row {
    text-align: center;
}

.Layout .footer .banners-title {
    margin-left: 4em;
}

.Layout .footer .banners-title,
.Layout .footer .Banners li.text-banners {
    display: block;
    text-transform: uppercase;
}

.Layout button,
.Layout a.button {
    color: #fff;
    cursor: pointer;
    border: none;
    padding: .3em 1em;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #000;
}

.Layout .NotificationBox {
    margin-bottom: 1em;
}

.Layout .notification {
    border: 1px solid #d0bc83;
    background-color: #f6ebca;
    padding: 0.7em 1em;
    color: #6c6155;
    font-size: 1.2em;
    box-shadow: 2px 2px 2px #ccc;
    -moz-box-shadow: 2px 2px 2px #ccc;
    -webkit-box-shadow: 2px 2px 2px #ccc;
}

body.modal {
    overflow: hidden;
}

.dialog-background {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    opacity: 0.70;
}

.dialog {
    z-index: 10001;
    border: none;
    position: fixed;
    top: 4%;
    background-color: white;
    box-shadow: 3px 3px 5px #555;
}

/* HomePage */
.HomePage .main {
    height: 443px;
}

.HomePage .main .content {
    width: 100% !important;
}

.HomePage .main .title_label {
    display: none;
}

.HomePage .main .body,
.HomePage .main .body_slot {
    padding: 0 !important;
}

.HomePage .gallery_1_link {
/*    position: absolute;*/
/*    left: -26px;*/
/*    top: 479px;*/
}

.HomePage .gallery_2_link {
/*    position: absolute;*/
/*    left: -26px;*/
/*    top: 384px;*/
}

.HomePage .gallery_3_link {
/*    position: absolute;*/
/*    left: -26px;*/
/*    top: 289px;*/
}

.HomePage .gallery_4_link {
/*    position: absolute;*/
/*    left: -26px;*/
/*    top: 194px;*/
}

.HomePage .gallery_5_link {
/*    position: absolute;*/
/*    left: -26px;*/
/*    top: 99px;*/
}

/* GalleryPage */

.GalleryPage .main .title_label {
    padding-bottom: 43px;
}

.GalleryPage .main .content {
    width: 789px;
}

.GalleryPage .main .content .gallery_intro {
    position: relative;
    padding: 0 60px;
}

.HomePage .gallery_links,
.GalleryPage .gallery_links {
    position: absolute;
    left: -96px;
    top: 0;
    width: 90px;
    min-height: 490px;
    overflow: hidden;
}

    .HomePage .gallery_links div,
    .GalleryPage .gallery_links div {
        float: left;
        clear: left;
    }

    .HomePage .gallery_links div + div,
    .GalleryPage .gallery_links div + div {
        margin-top: 4px;
    }

.GalleryPage .gallery_1_link {
/*    position: absolute;*/
/*    top: 380px;*/
}

.GalleryPage .gallery_2_link {
/*    position: absolute;*/
/*    top: 285px;*/
}

.GalleryPage .gallery_3_link {
/*    position: absolute;*/
/*    top: 190px;*/
}

.GalleryPage .gallery_4_link {
/*    position: absolute;*/
/*    top: 95px;*/
}

.GalleryPage .gallery_5_link {
/*    position: absolute;*/
/*    top: 0px;*/
}

/* GalleryView */

.project_frame,
.project-dialog {
    height: 680px;
}

.dialog .close_button {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -13px;
    right: -15px;
    background: url(/isarch_resources/images/fancy_close.png) no-repeat;
    z-index: 10002;
}

.dialog .prev_button,
.dialog .next_button {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    margin-top: -15px;
    display: none;
}

.dialog .prev_button {
    background: url(/isarch_resources/images/fancy_nav_left.png) no-repeat center center;
    left: -40px;
}

.dialog .next_button {
    background: url(/isarch_resources/images/fancy_nav_right.png) no-repeat center center;
    right: -40px;
}

.GalleryView .gallery .entries_group.stage0,
.GalleryView .gallery .entries_group.stage1,
.GalleryView .gallery .entries_group.stage2 {
    padding-top: 0;
}

.Layout .GalleryView .gallery h3 {
    background: #fff;
    padding: 25px 15px 0 15px;
    margin-bottom: 0;
}

.GalleryView .stage5,
.GalleryView .stage4,
.GalleryView .stage3 {
    float: left;
}

.GalleryView .stage3 li {
    margin-right: 0 !important;
}

.GalleryView .stage2,
.GalleryView .stage1,
.GalleryView .stage0 {
    clear: left;
}

.GalleryView .gallery_entries {
    margin-bottom: 0 !important;
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.GalleryView .gallery_entries li,
.GalleryView .gallery_entries li img,
.GalleryView .gallery_entries li .project_info {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.GalleryView .gallery_entries li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px !important;
    width: 263px;
    padding: 0 !important;
    min-height: 185px;
    overflow: hidden;
}

.GalleryView .gallery_entries li img {
    display: block;
    border: 15px solid #fff;
    width: 100%;
}

.GalleryView .gallery_entries li .project_info,
.GalleryView .gallery_entries li .social_info {
    padding: 10px;
}

.GalleryView .gallery_entries li .project_info {
    background: #f2f2f2;
    padding: 7px 15px;
}

.GalleryView .gallery_entries li .project_info p {
    margin: 0;
    line-height: normal;
}

.GalleryView .gallery_entries li .project_info p + p {
    margin-top: 3px;
}

.GalleryView .gallery_entries li .project_info .project_title {
    overflow: hidden;
    width: 155px;
    text-align: left;
    white-space: nowrap;
    position: relative;
}

.GalleryView .gallery_entries li .project_info .project_votes_label {
    float: right;
}

.GalleryView .gallery_entries li .project_info .project_title,
.GalleryView .gallery_entries li .project_info .image_link {
    line-height: 12px;
}

.GalleryView .gallery_entries li .project_info .project_title .title_gradient {
    height: 20px;
    width: 40px;
    top: 0;
    right: 0;
    z-index: 10;
    position: absolute;
    background: url("../images/project_title_gradient.png") repeat-y right top;
    background: linear-gradient(to right, rgba(242,242,242,0) 0%,rgba(242,242,242,1) 100%);
}

.GalleryView .gallery_entries li .social_info {
    background: #ccc;
}

.GalleryView .gallery_entries li .social_info .SocialNetworkBox {
    position: relative;
    bottom: 0;
}

.GalleryView .gallery_entries li .social_info .SocialNetworkBox * {
    display: inline;
}

.GalleryView .gallery_entries li .social_info .SocialNetworkBox li {
    float: none;
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    width: auto;
}

.GalleryView .gallery_entries li p {
    margin:0;
}

.GalleryView .gallery_entries li .project_image ul {
    margin:0;
    padding:0;
}

.GalleryView .gallery_entries li .project_image ul li {
    padding: 0;
    margin: 0;
    background: none;
    height: auto;
}

.GalleryView .gallery_entries li .project_image ul li img {
    display: block;
}

.GalleryView .gallery_entries li.last {
    margin-right: 0;
}

/* RegistrationForm */
.RegistrationForm .SocialNetworkBox {
    width: 666px !important;
    bottom: 2.8em !important;
}

.RegistrationForm .main,
.RegistrationSecondPhase .main {
    background: #F2F707 !important;
}

.RegistrationForm.registration-enabled .main .title_label {
    padding: 10px 0 30px 0 !important;
}

.RegistrationForm.registration-enabled .main .content {
    width: 666px;
}

.RegistrationForm .main .content .entry_register_form fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.RegistrationForm .main .content .entry_register_form .field,
.RegistrationSecondPhase .main .content .entry_register_form .field {
    float: left;
}

.RegistrationForm .main .content .entry_register_form .field input,
.RegistrationSecondPhase .main .content .entry_register_form .field input {
    border: none;
    outline: none;
    height: 24px;
    width: 158px;
    padding: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 1em;
}

.RegistrationForm .main .content .entry_register_form .dummy_labels label,
.RegistrationSecondPhase .main .content .entry_register_form .message label {
    margin-bottom: 3px;
}

.RegistrationForm .main .content .entry_register_form .project_title_field label,
.RegistrationForm .main .content .entry_register_form .dummy_labels label,
.RegistrationSecondPhase .main .content .entry_register_form .message label {
    background: #fff;
    height: 10px;
    width: 144px;
    margin-right: 3px;
    float: left;
    padding: 10px;
    text-align: center;
}

.RegistrationForm .main .content .entry_register_form .project_title_field input {
    width: 492px;
    margin-right: 0;
}

.RegistrationForm .main .content .entry_register_form .dummy_member_country {
    margin-right: 0 !important;
}

.RegistrationForm .main .content .entry_register_form .project_title_field .required_mark {
    display: none;
}

.RegistrationForm .main .content .entry_register_form .member_country_field input {
    margin-right: 0;
}

.RegistrationForm .main .content .entry_register_form .project_member0_field label,
.RegistrationForm .main .content .entry_register_form .project_member1_field label,
.RegistrationForm .main .content .entry_register_form .project_member2_field label,
.RegistrationForm .main .content .entry_register_form .project_member3_field label,
.RegistrationForm .main .content .entry_register_form .project_member4_field label,
.RegistrationForm .main .content .entry_register_form .project_member5_field label,
.RegistrationForm .main .content .entry_register_form .project_member6_field label{
    display: none;
}

.RegistrationForm .main .content .entry_register_form .buttons {
    text-align: center;
    margin-top: 1em;
}

.RegistrationForm .main .content .entry_register_form .buttons button {
    background: #fff;
    color: #000;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.RegistrationForm .main .content .entry_register_form .important_data {
    position: absolute;
    top: 0;
    left: -10000px;
}

.RegistrationForm .g-recaptcha {
    margin-top: 1rem;
}

.RegistrationSecondPhase .main .content .buttons,
.RegistrationSecondPhase .main .content .message {
    clear: both;
}

.RegistrationSecondPhase .main .content .entry_register_form .field {
    width: 47%;
    margin-right: 1%;
}

.RegistrationSecondPhase .main .content .entry_register_form .field input {
    width: 98%;
    max-width: 100%;
}

.RegistrationSecondPhase .main .content .entry_register_form .message label {
    width: 43%;
}

.RegistrationSecondPhase .main .content .entry_register_form .teacher_email_field {
    margin-bottom: 20px;
}

.RegistrationSecondPhase .main .content .entry_register_form .message .dummy_name {
    margin-right: 1%;
}

.RegistrationSecondPhase .main .content .entry_register_form .fields {
    overflow: auto;
    margin-bottom: 10px;
}

.RegistrationSecondPhase .main .title_label {
    padding-bottom: 50px;
}

/* SocialNetworkBox */

.SocialNetworkBox {
    position: absolute;
    bottom: 55px;
    width: 468px;
}

.SocialNetworkBox ul {
    display: block;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.SocialNetworkBox ul li {
    display: inline-block;
    padding: 0 !important;
    font-size: 1em !important;
    margin: 0 !important;
    line-height: 1em !important;
    list-style: none !important;
    background: none !important;
    vertical-align: top;
    *display: inline;
    *zoom:1;
}

/* ProjectDetailView */

.ProjectDetailView,
.ProjectDetailView2015 {
    margin: 0 auto 0 auto !important;
    overflow: hidden;
    width: auto !important;
    position: relative;
}

.ProjectDetailView .title_over,
.ProjectDetailView2015 .title_over {
    background: url(/isarch_resources/images/fancy_title_over.png);
    position: fixed;
    top: 0px;
    width: 580px;
    padding: 10px;
    height: auto;
}

.ProjectDetailView .title_over .left {
    float: left;
    padding-top: 0px;
    color: #fff;
    font-size: 14px;
    width: 400px;
}

    .ProjectDetailView .title_over .left a.share,
    .ProjectDetailView .title_over .left a.login {
        display: inline-block;
        margin-top: .2em;
        float: left;
    }

    .ProjectDetailView .title_over .left a.share {
        display: none;
    }

.ProjectDetailView .title_over .right {
    float: right;
    width: 150px;
}

.ProjectDetailView .title_over .project_name {
    display: inline-block;
    margin-left: 7px;
    position: relative;
}

.ProjectDetailView .title_over .photolink {
    float: right;
    position: relative;
    top: 3px;
}

.ProjectDetailView .title_over .photolink a {
    margin-right: 1em;
    font-size: 1.2em;
    padding: 0.2em 0 0 0.2em;
    color: #F2F707;
}

.ProjectDetailView .project_image {
    display: block;
    width: 600px;
    height: auto;
}

.ProjectDetailView .photofb {
    display: inline-block;
}

.ProjectDetailView .photofb .fwb {
    color: white;
}

.ProjectDetailView .DisqusView {
    max-width: 600px;
    padding: 1.5em;
}

.isarch-fb-dialog {
    max-width: 60em;
    padding: 2em;
    box-shadow: 0 0 10px #666;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    min-width: 25em;
    min-height: 7em;
    text-align: center;
}

.isarch-fb-dialog .isarch_fan_message {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 1.5em;
    color: #333;
}

.fb_dialog_iframe iframe {
    width: 567px !important;
}

/* Calendar */
.Calendar .main .title_label  {
    padding: 10px 0 60px 0;
}

/* LoginView */
.LoginView .login_form {
    margin-left: 0.4em;
    margin-top: 1.4em;
}

.LoginView .body_slot,
.LoginView .body {
    padding-bottom: 0 !important;
}

.LoginView .login_form a {
    color: #000;
    text-decoration: underline;
}

.LoginView .login_form label {
    display: block;
    float: left;
    width: 12em;
    padding-top: 0.5em;
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
}

.LoginView .login_form .buttons {
    padding-top: 0.4em;
    text-align: right;
    width: 32.3em;
}

.LoginView .login_form .buttons a {
    float: left;
    margin-top: 0.6em;
}

.LoginView .login_form .buttons button {
    background: #000;
    color: #fff;
    border: none;
    font-size: 1.2em;
    padding: 0 2em;
    height: 20px;
    cursor: pointer;
}

/* IsarchPager */
.IsarchPager {
    padding: 10px 0;
    background: #fff;
}

.IsarchPager * {
    display: inline;
}

.IsarchPager a.button {
    background: none !important;
    border: none !important;
}

.IsarchPager a.previous {
    padding: 0 5px 0 0 !important;
}

.IsarchPager a.next {
    padding: 0 0 0 5px !important;
}

.IsarchPager .page_links a {
    font-size: 10px;
    font-weight: normal !important;
    border-left: 1px solid #000;
    padding: 0 .5em;
}

.IsarchPager .page_links a:first-child {
    padding-left: 0;
    border-left: none;
}

.IsarchPager .page_links a.selected {
    font-weight: bold !important;
}

/* Popup */

    .HomePage .hover_popup,
    .Subscription .spread_popup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        overflow: hidden;
        z-index: 1000;
        background: url('../images/white-opacity.png');
    }

    .HomePage .hover_popup .form_container,
    .Subscription .spread_popup .form_container {
        width: 45em;
        height:28em;
        margin: 20em auto 0 auto;
        border: 1px solid #eee;
        background-color: #fff;
        overflow: hidden;
        position: relative;
        -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow:    4px 4px 2px 0px rgba(0, 0, 0, 0.75);
        box-shadow:         4px 4px 2px 0px rgba(0, 0, 0, 0.75);
    }

    .Subscription .spread_popup .form_container {
        width: 65em;
        height: 40em;
    }

    .HomePage .hover_popup .form_container a.close,
    .Subscription .spread_popup .form_container a.close {
        display: block;
        width: 20px;
        height: 20px;
        text-decoration: none;
        position: absolute;
        right: .3em;
        margin: 20px 20px 20px 0;
    }

    .HomePage .hover_popup .form_container form,
    .HomePage .hover_popup .form_container p,
    .HomePage .hover_popup .errors-list,
    .Subscription .spread_popup .form_container form,
    .Subscription .spread_popup .form_container p,
    .Subscription .spread_popup .errors-list {
        width: 90%;
        margin-left: 5% !important;
        float: none;
        padding: 0;
        margin: 0;
    }

    .HomePage .hover_popup .form_container p.title {
        color: #333;
    }

    .HomePage .hover_popup .form_container .fb-container {
        height: 3em;
        margin-left: 2.3em;
    }

    .HomePage .hover_popup .form_container .fb_iframe_widget {
        margin-left: 2.2em;
    }

    .HomePage .hover_popup .form_container p,
    .Subscription .spread_popup .form_container p{
        font-size: 2.4em;
        margin: .7em 0;
        text-align: left;
        color: #666;
    }

        .HomePage .hover_popup .form_container p.popup_title {
            font-size: 2em;
            color: #000;
        }

        .HomePage .hover_popup .form_container p.follow_text,
        .Subscription .spread_popup .form_container p.follow_text {
            font-size: 1.6em;
        }

    .HomePage .hover_popup .form_container p.thanks {
        text-align: center;
        margin-top: 1em;
    }

    .HomePage .hover_popup .form_container fieldset,
    .Subscription .spread_popup .form_container fieldset {
        float: left;
        border: none;
        padding-left: 0;
    }

    .HomePage .hover_popup .fields {
        float: left;
        width: 68%;
    }

    .Subscription .spread_popup .fields {
        margin-top: 3.3em;
        width: 100%;
    }

    .Subscription .spread_popup .field {
        float: left;
        margin-bottom: 1em;
        margin-right: 1em;
    }

    .HomePage .hover_popup .form_container .buttons,
    .Subscription .spread_popup .form_container .buttons {
        float: left;
        margin-top: 3em;
    }

    .HomePage .hover_popup .form_container form div.text,
    .Subscription .spread_popup .form_container form div.text {
        width: 76%;
        margin-bottom: .5em;
        float: left;
    }

        .HomePage .hover_popup .form_container form label.field_label,
        .Subscription .spread_popup .form_container form label.field_label {
        font-size: 2em;
        display: inline-block;
        margin-top:0.4em;
    }

        .HomePage .hover_popup .form_container form .label_title,
        .Subscription .spread_popup .form_container form .label_title {
            font-size: 0.8em;
            color: #666;
        }

    .HomePage .hover_popup .form_container form div input.TextBox,
    .Subscription .spread_popup .form_container form div input.TextBox{
        margin: 0;
        color: #666;
        font-size: 1.8em;
        width: 250px;
        height: 30px;
        border: 1px solid #999;
        padding: 0 .4em;
        display: inline-block;
    }

    .HomePage .hover_popup .form_container form div.buttons button,
    .Subscription .spread_popup .form_container form div.buttons button {
        font-size: 1.4em;
        cursor: pointer;
        width: 95px;
        height: 32px;
        display: inline-block;
        float: left;
        clear: none;
        margin: 0 0 0 1em;
        background-color:#666;
        border: none;
        color: #fff;
        font-weight: bold;
        margin-top: 3px;
        text-align: center;
    }

    .Subscription .spread_popup {
        display: none;
    }

    .Subscription .spread_popup .form_container .dummy_labels {
        width: 90%;
        margin-left: 5% !important;
    }

    .Subscription .spread_popup .form_container .dummy_labels > label {
        float: left;
        display: block;
        margin-right: 0.55em;
        width: 250px;
        background-color: #fff;
        border: 1px solid #999;
        color: #666;
        font-size: 1.8em;
        margin-bottom: 0.5em;
        height: 20px;
        padding: 5px 0.4em;
        text-align: center;
    }

.Layout .cookies_notice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #000;
    color: #fff;
    z-index: 1;
}

.Layout .cookies_content {
    width: 789px;
    margin: 0 auto;
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
}

.Layout .close_cookies_notice {
    font-size: 2rem;
    padding: 0;
    margin-left: 1rem;
}

.Layout .cookies_content p {
    align-self: center;
}

.Layout .cookies_content p a {
    color: #fff;
    text-decoration: underline;
}

