@charset "utf-8";
/* CSS Document */

.Korolev-Medium { 
    font-family: Korolev-Medium;
    font-weight: normal;
    font-style: normal;
}

.KorolevCondensed-Medium { 
    font-family: KorolevCondensed-Medium;
    font-weight: normal;
    font-style: normal;
}

.KorolevCondensed-Bold { 
    font-family: KorolevCondensed-Bold;
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    background: white;
    padding: 0px;
    margin: 0px;
    color: #111;
}

.clearing {
    clear: both;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    color: black;
    text-decoration: none;
} 

a:hover {
    text-decoration: none;
    color: #f68700;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

textarea:focus, input:focus{
    outline: none;
}

::selection {
    background: #f06e28; /* Safari */
    }
    
::-moz-selection {
    background: #f06e28; /* Firefox */
}

input {
    border: none;
    outline: none;
}

.fixed{
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}
.wrapper {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}

.site_container {
    _position: relative;
    width: 1000px;
    margin: 0px auto;
}

.content_container {
    float: left;
    width: 1000px;
    margin-bottom: 100px;
    margin-top: 48px;
}

.more_link {
    color: #f68700;
    font-size: 13px;
    line-height: 21px;
}
.more_link:hover {
    text-decoration:underline;
}

.no_margins{
    margin:0;
}


/************************************************************MASTHEAD*************************************/

.masthead_wrapper {
    height: 110px;
    background: #111;
}

.masthead_orange_box {
    position: absolute;
    width: 2880px;
    right: 32px;
    top: 0px;
    height: 110px;
    background: #f68700; /* Old browsers */
    background: -moz-linear-gradient(top,  #f68700 88%, #f06e28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(88%,#f68700), color-stop(100%,#f06e28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f68700 88%,#f06e28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f68700 88%,#f06e28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f68700 88%,#f06e28 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f68700 88%,#f06e28 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68700', endColorstr='#f06e28',GradientType=0 ); /* IE6-9 */
}
.masthead_fright{
    height:40px;
    float:right;
    padding:35px 0px;
    position:relative;
}

.logo {
    float: left;
    background-image: url(../images/logo_gong.png);
    width: 120px;
    height: 44px;
    text-indent: -9999em;
    margin: 33px 0px 0px -39px;
    z-index: 10;
    position: relative;
}

.main_menu {
    float: left;
    list-style-type: none;
    z-index: 10;
    margin: 0px 0px 0px 85px;
}

.main_menu>li {
    float: left;
}

.main_menu>li>a {
    float: left;
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: KorolevCondensed-Medium;
    line-height: 20px;
    margin: 16px 0px 0px 0px;
    position: relative;
    padding: 20px 22px 0px 22px;
    height: 74px;
}

.main_menu>li>a.selected {
    background: #404040;
}
.main_menu>li>a.hover, .main_menu>li>a.selected.hover, .main_menu>li>a:hover, .main_menu>li>a.selected:hover {
    background: #555555;
}

.main_menu>li>a span {
    display:block;
    width:8px;
    height:5px;
    background:url(../images/ui_sprite.png) no-repeat 0px -286px;
    margin:10px auto;
}

.main_menu>li>a:hover span, .main_menu>li>a.selected span, .main_menu>li>a.hover span {
    display: none;
}

.search_box {
    width: 200px;
    float:left;
    margin-right:40px;
    position: relative;
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #e9e9ea; /* Old browsers */
    background: -moz-linear-gradient(top,  #e9e9ea 0%, #ffffff 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9ea), color-stop(67%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e9e9ea 0%,#ffffff 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e9e9ea 0%,#ffffff 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e9e9ea 0%,#ffffff 67%); /* IE10+ */
    background: linear-gradient(to bottom,  #e9e9ea 0%,#ffffff 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9ea', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 1); box-shadow: inset 0px 0px 4px 2px rgba(255, 255, 255, 1);
}
.search_box.big {
    width: 480px;
    height: 44px;
    border:2px solid #ddd;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.search_box input {
    float: left;
    width: 144px;
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    color: #999;
    font-size: 13px;
    background-color: transparent!important;
}
.search_box.big input {
    width: 410px;
    margin-top:6px;
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    font-family: Korolev-Medium;
    color:black;
}

.search_box .search_btn {
    width: 36px;
    height: 36px;
    float: right;
    cursor: pointer;
    position: relative;
}
.search_box.big .search_btn {
    width: 44px;
    height: 44px;
}

.search_box .search_btn span {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 10px;
    left: 9px;
    background-image: url(../images/ui_sprite.png);
    background-position: 0px -103px;
}
.search_box.big .search_btn span {
    width: 24px;
    height: 24px;
    background-position: 0px -121px;
}

.search_count{
    clear:both;
    color:#777;
    font-family:Korolev-Medium;
    padding:10px 0px 20px;
    font-size:20px;
}

.language_box {
    position: relative;
    float:left;
    margin-right:20px;
    font-size: 11px;
    line-height: 16px;
    color: white;
}

.language_box a {
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    color: white;
}

.language_box a:hover {
    text-decoration: underline;
}

.grif_holder{
    float:right;
    position:relative;
    width:15px;
    height:30px;
}

.grif {
    position: absolute;
    top: 7px;
    left: 0px;
    background-image: url(../images/logo_grif.png);
    width: 66px;
    height: 26px;
}

.logo_arrow {
    position: absolute;
    top: -27px;
    right: -61px;
    background-image: url(../images/logo_arrow.png);
    width: 32px;
    height: 26px;
}

.logo_arrow:last-child {
    top: 42px;
    right: -62px;
}

.faktograf {
    position: absolute;
    top: 50px;
    left: 0px;
    background-image: url(../images/faktograf.png);
    width: 52px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}

.solidarna {
    position: absolute;
    top: -26px;
    left: 0px;
    background-image: url(../images/solidarna.png);
    width: 62px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
}


/************************************************************SUBMENU*************************************/

.submenu_wrapper {
    background: #404040;
    width: 100%;
    float: left;
    padding: 7px 0px 9px 0px;
}

.submenu {
    float: left;
    list-style-type: none;
}

.submenu li {
    float: left;
    margin-right: 10px;
}

.submenu_wrapper ul li a {
    float: left;
    line-height: 16px;
    padding: 8px 0px 0px 0px;
    font-family: Korolev-Medium;
    font-size: 13px;
    color: white;
}

.submenu_wrapper ul li a:hover, .submenu_wrapper ul li a.selected {
    text-decoration: underline;
}

.hovermenu_wrapper {
    background: #777;
    width: 100%;
    float: left;
    padding: 25px 0px;
}

.hovermenu .submenu_wrapper{
    padding:0px;
    background: #555555;
}
.hovermenu{
    float:left;
    position:absolute;
    left:0px;
    right:0px;
    top:110px;
    z-index:10;
    width:100%;
}
.hovermenu .submenu_wrapper{
    position:absolute;
}
.hovermenu .submenu_wrapper .shadow_wrapper{
    position:absolute;
    bottom:0px;
    width:100%;
    height:20px;
    z-index:-1;
    -webkit-box-shadow: 0px 3px 12px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 3px 12px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 3px 12px rgba(50, 50, 50, 0.4);
}
.hovermenu ul {
    padding: 7px 0px 9px 0px;
    list-style-type:none;
}
.hovermenu li {
    float: left;
    margin-right: 10px;
}
.hovermenu li a{
    float: left;
    line-height: 16px;
    padding: 8px 0px 0px 0px;
    font-family: Korolev-Medium;
    font-size: 13px;
    color: white;
}
.hovermenu li a:hover{
    text-decoration:underline;
}
.menu_articles h2{
    font-size:15px;
    font-family:"KorolevCondensed-Bold", sans-serif;
    color:white;
    float:left;
    width:86px;
}

.menu_articles a{
    color:white;
}

.menu_articles a:hover{
    color:#ccc;
}

/***********************************************BUILDING BLOCKS************************************************/

.box_656px {
    float: left;
    width: 656px;
    position: relative;
}

.box_312px_width_img {
    position: absolute;
    top: 0;
    width: 312px;
    left: 700px;
}

.box_312px {
    float: left;
    width: 312px;
}

.box_312_outer {
    float: left;
    width: 288px;
    padding:12px;
}

.box_1000 {
    float: left;
    width: 1000px;
}

.box_398px {
    float: left;
    width: 398px;
}

.box_226px {
    float: left;
    width: 226px;
}

.box_226_outer {
    float: left;
    padding: 12px;
    width: 202px;
}

.box_140px {
    float: left;
    width: 140px;
}

.box_484px {
    float: left;
    width: 484px;
}

.box_484px_right {
    float: right;
    width: 484px;
}

.gutter_32px {
    margin-right: 32px;
}

.gutter_bottom_64px {
    margin-bottom: 64px;
}

.gutter_bottom_48px {
    margin-bottom: 48px;
}

.gutter_bottom_24px {
    margin-bottom: 24px;
}

.gutter_bottom_18px {
    margin-bottom: 18px;
}

.gutter_bottom_12px {
    margin-bottom: 12px;
}

.gutter_bottom_6px {
    margin-bottom: 6px;
}

.box_172px{
    float:left;
    width:172px;
}
.box_80px{
    float:left;
    width:80px;
}
.gutter_4px {
    margin-right: 4px;
}

.category_title_big {
    font-family: KorolevCondensed-Bold;
    font-size: 28px;
    line-height: 26px;
    text-transform: uppercase;
    float: left;
    width: 100%;
}

.category_title_small {
    font-family: KorolevCondensed-Bold;
    font-size: 21px;
    line-height: 19px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 0px 0px 5px 0px;
}

.category_title_smaller {
    font-family: KorolevCondensed-Medium;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    float: left;
    width: 100%;
    padding: 0px 0px 2px 0px;
}

.brown_title_border {
    border-bottom: 2px solid #643200;
}

.blue_title_border {
    border-bottom: 2px solid #3ba3a1;
}

.black_title_border {
    border-bottom: 2px solid black;
}

.gray_title_border {
    border-bottom: 1px solid #ccc;
}
.phase_center p{
    font-size: 13px;
    line-height: 18px;
    margin:10px 0px;
}
.phase_center a{
    color:#f68700;
}
.phase_center a:hover{
    color:black;
}
.phase_center .category_title_small{
    line-height:24px;
    padding: 10px 0px 10px 0px;
}
.phase_center .category_title_small.research_title_hr{
    background:url(../images/centar_istrazivacki_hr.png) no-repeat top right;
}
.phase_center .category_title_small.research_title_en{
    background:url(../images/centar_istrazivacki_en.png) no-repeat top right;
}

.title18_24px { 
    font-family: Korolev-Medium;
    font-size: 18px;
    line-height: 24px;
}

.title13_19px { 
    font-size: 13px;
    line-height: 19px;
}

.title15_21px { 
    font-size: 15px;
    line-height: 21px;
}

.title21_27px {
    font-size: 21px;
    line-height: 27px;
    font-family: Korolev-Medium;
}

.title32_36px {
    font-size: 32px;
    line-height: 36px;
    font-family: Korolev-Medium;
}

.border_bottom_blue {
    border-bottom: 10px solid #3ba3a1;
}

.border_bottom_brown {
    border-bottom: 10px solid #643200;
}

.border_bottom_light_brown {
    border-bottom: 10px solid #d6b491;
}

.only_date{
    height:22px;
}

/*****************************************************EUVOX******************************************************/
a.euvox{
    color:white;
}
a.euvox:hover .wrapper.euvox{
    background:#322da0;
}
.wrapper.euvox{
    background:#262279;
    margin-bottom:16px;
}
.wrapper.euvox img.euvox_logo{
    float:left;
    margin-right:20px;
}
.wrapper.euvox .slogan{
    float:left;
    margin-top:35px;
}
.wrapper.euvox img.euvox_arrow{
    float:left;
    margin-top:38px;
    margin-left:10px;
}

/***********************************************HOMEPAGE CAROUSEL************************************************/

.homepage_carousel_wrapper {
    background: #ddd;
    padding: 40px 0px;
    height: 414px;
    /*margin-bottom:16px;*/
}

.main_carousel_image_box {
    float: left;
    width: 656px;
    height: 325px;
}

.main_carousel_image_box img {
    float: left;
    margin: 0px;
    cursor: pointer;
}

.main_carousel_title_box {
    float: left;
    width: 656px;
    padding: 30px 0px 0px 0px;
    position: relative;
}

.main_carousel_counter {
    float: left;
    width: 54px;
    font-size: 18px;
    font-family: KorolevCondensed-Medium;
    color: #777;
    padding: 11px 0px 0px 0px;
}

.main_carousel_title {
    float: left;
    width: 462px;
}

.main_carousel_title h2{
    height: 70px;
    overflow:hidden;
}

.main_carousel_title h2 a {
    font-size: 28px;
    line-height: 36px;
    font-family: Korolev-Medium;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
    font-weight: normal;
}

.main_carousel_controls_box {
    float: right;
    width: 65px;
}

.main_carousel_arrow {
    width: 30px;
    height: 30px;
    background-image: url(../images/ui_sprite.png);
    cursor: pointer;
}

.left_arrow {
    float: left;
    background-position: 0px -32px;
}

.left_arrow:hover {
    float: left;
    background-position: -30px -32px;
}

.right_arrow {
    float: right;
    background-position: 0px -62px;
}

.right_arrow:hover {
    float: right;
    background-position: -30px -62px;
}

.main_carousel_tags_box {
    position: absolute;
    height: 21px;
    top: -12px;
    left: 54px;
}

.main_carousel_tags_box .tag {
    margin: 0px 0px 0px 7px;
}

.main_carousel_tags_box .tag:first-child {
    margin: 0px 0px 0px 0px;
}

/***********************************************HOMEPAGE EVENTS AND THEMES****************************************/

.homepage_events_box {
    float: left;
    width: 312px;
    height: 91px;
    margin: 11px 0px 38px 0px;
}

.homepage_event_holder{
    position:relative;
    padding:8px;
    width:296px;
    height:75px;
}
.homepage_event_image {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0px 10px 0px 0px;
}

.homepage_event_title {
    float: left;
    width: 165px;
    height: 67px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
    font-family: Korolev-Medium;
    font-size: 16px;
    line-height: 22px;
}

.homepage_events_counter {
    position:absolute;
    top:8px;
    right:0px;
    width: 31px;
    height: 32px;
    background-image: url(../images/ui_sprite.png);
    background-position: 0px 0px;
    font-size: 18px;
    font-family: KorolevCondensed-Medium;
    text-align: center;
    line-height: 32px;
}

.homepage_endorsed_themes_box {
    float: left;
    width: 312px;
    margin: 11px 0px 0px 0px;
}

.homepage_endorsed_themes_box .tag {
    margin: 0px 0px 5px 0px;
}

.homepage_endorsed_themes_box .tag:last-child {
    margin: 0px 0px 0px 0px;
}

/***********************************************TAGS**************************************************************/

.tag {
    float: left;
    font-family: KorolevCondensed-Medium;
    color: white;
    text-transform: uppercase;
    max-width: 100%;
    overflow: hidden;
    font-weight: normal;
}

.tag:hover {
    color: white;
}

.tag_small {
    font-size: 13px;
    height: 21px;
    line-height: 23px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 5px;
}

.tag_mid {
    font-size: 15px;
    height: 25px;
    line-height: 27px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 0px 7px;
}

.tag_large {
    font-size: 20px;
    height: 32px;
    line-height: 34px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0px 10px;
}

/***********************************************COLORS**************************************************************/

.blue_bckg {
    background-color: #3ba3a1;
}

a.blue_bckg:hover {
    background-color: #6cbab8;
}

.blue_txt {
    color: #3ba3a1;
}

.brown_bckg {
    background-color: #643200;
}

a.brown_bckg:hover {
    background-color: #8b6540;
}

.brown_txt {
    color: #643200;
}

.light_brown_bckg {
    background-color: #d6b491;
}

.light_brown_txt {
    color: #d6b491;
}

.gray_bckg {
    background: #C9CACC;
}

.light_gray_bckg {
    background-color: #e3e3e3;
}

.blue_gradient {
    background: #3ba3a1; /* Old browsers */
    background: -moz-linear-gradient(top,  #3ba3a1 0%, #9fd2d1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3ba3a1), color-stop(100%,#9fd2d1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3ba3a1 0%,#9fd2d1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3ba3a1 0%,#9fd2d1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3ba3a1 0%,#9fd2d1 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #3ba3a1 0%,#9fd2d1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ba3a1', endColorstr='#9fd2d1',GradientType=0 ); /* IE6-9 */
}

.brown_gradient {
    background: #643200; /* Old browsers */
    background: -moz-linear-gradient(top,  #643200 0%, #b19880 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#643200), color-stop(99%,#b19880)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #643200 0%,#b19880 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #643200 0%,#b19880 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #643200 0%,#b19880 99%); /* IE10+ */
    background: linear-gradient(to bottom,  #643200 0%,#b19880 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#643200', endColorstr='#b19880',GradientType=0 ); /* IE6-9 */
}

/***********************************************HOMEPAGE TAGLINE**************************************************************/

.homepage_tagline_box {
    width: 1000px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 124px;
    display: table;
    margin-bottom: 64px;
}

.homepage_tagline_box_inner {
    width: 1000px;
    height: 124px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: Korolev-Medium;
    font-size: 24px;
    line-height: 32px;
}

.inline_tag {
    color: white;
    font-family: KorolevCondensed-Medium;
    font-size: 24px;
    line-height: 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 10px 2px 10px;
}

/***********************************************ENDORSED ARTICLES BOX**************************************************************/

.promoted_article_box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 11px 0px;
}
.promoted_article_box.smaller {
    padding: 7px 0px;
}
.gray_bckg .promoted_article_box {
    border:0
}
.menu_articles .promoted_article_box {
    border:0;
}
.top_picture_article {
    padding: 18px 0px;
}
.top_picture_article.no_bottom_padding {
    padding-bottom:0px;
}
.menu_articles .top_picture_article {
    padding: 0px;
}

.top_picture_article img, .top_picture_article .placeholder {
    float: left;
    width: 75px;
    height: 75px;
    margin: 0px 10px 0px 0px;
}
.top_picture_article .placeholder.research{
    background: url(../images/ui_sprite.png) no-repeat 0px -714px;
}
.top_picture_article .placeholder.advocating{
    background: url(../images/ui_sprite.png) no-repeat 0px -790px;
}
.top_picture_article .placeholder.education{
    background: url(../images/ui_sprite.png) no-repeat 0px -866px;
}
.top_picture_article .placeholder.highlights{
    background: url(../images/ui_sprite.png) no-repeat -76px -714px;
}
.top_picture_article .placeholder.haveyouread{
    background: url(../images/ui_sprite.png) no-repeat -76px -790px;
}

.promoted_article_box h3 {
    float: left;
    width: 100%;
}

.top_picture_article h3 {
    float: right;
    width: 227px;
    height: 48px;
    overflow: hidden;
}
.top_picture_article.gray h3 {
    width: 203px;
}

.top_picture_article .tag {
    position: absolute;
    bottom: 20px;
    left: 85px;
    max-width: 217px;
}
.top_picture_article .tag.fix_to_bottom {
    bottom:0px;
}
.menu_articles .top_picture_article .tag {
    bottom: 2px;
}
.menu_articles .top_picture_article .tag:hover {
    color:white;
}
.top_picture_article.gray .tag {
    max-width: 193px;
}

.social_box {
    float: left;
    width: 312px;
    padding: 18px 0px;
}

.social_icon {
    float: left;
    width: 40px;
    height: 40px;
    background-image: url(../images/ui_sprite.png);
    background-repeat: no-repeat;
}

.facebook_icon {
    background-position: 0px -145px;
}

.twitter_icon {
    background-position: 0px -185px;
}

.social_box div {
    float: right;
    width: 258px;
    padding: 0px;
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
}

.social_network_title {
    font-weight: normal;
    color: #999;
}

.fan_count {
    font-weight: normal;
    font-style: italic;
}

.social_button{
    margin-top:5px;
}

/***********************************************NEWSLETTER**************************************************************/

.note {
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    margin: 12px 0px;
}
form.petition .note{
    color:#666;
    line-height:18px;
}

form.contact{
    margin:20px 0px;
}

form ul{
    list-style-type: none!important;
}
form.contact ul li{
    float:left;
    width:484px;
}
form.contact ul li.subject{
    margin-top:10px;
}
form.contact ul li.newsletter_agreement  > div{
    margin-top:4px;
}

form label{
    float:left;
    width:140px;
    margin:5px 10px 0px 0px;
    font-size: 15px;
    line-height: 24px;
}
form.petition label{
    width:202px;
    margin:5px 0px 0px 0px;
}
form.contact .input_holder{
    float:left;
    width:330px;
}
form.petition .input_holder{
    float:left;
    width:202px;
}
form.contact input[type=radio]{
    float:left;
    margin-right:5px;
}
form.contact label.choice, form.contact label.privacy_policy{
    width:304px;
    margin:0;
    line-height:24px;
}
form.contact label.privacy_policy {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 484px;
}
form.contact label.privacy_policy a {
    color:#F68700;
}
form.contact label.privacy_policy a:hover {
    text-decoration: underline;
}
form.contact .recaptcha-container > div > div {
    float: left;
}
form.contact .button.general, form.contact .button.press {
    line-height: 32px;
}
form.contact #id_newsletter{
    margin-top: 4px !important;
}
form.contact label.choice label {
    width:100%;
}
form.contact .button{
    margin:15px 0px 0px 150px;
}
form .error_messages, form .error_message_email, form .error_message_oib{
    display:none;
    font-size:12px;
    color:red;
    margin-bottom:15px;
}
form .working, form .ajax_message{
    float:left;
    font-size:13px;
    line-height:21px;
    margin:22px 0px 0px 10px;
    display:none;
    color:#999;
}
form .ajax_message{
    color:green;
    margin:10px 0px 0px 150px;
}
form.petition .ajax_message{
    margin-left:0px;
}
form .ajax_message.error{
    color:red;
}
form .working span{
    float:left;
}
form .working img{
    float:left;
    display:inline-block;
    margin:2px 0px 0px 7px;
}

.newsletter_input, form.contact input[type=text], form.petition input[type=text], form.contact textarea{
    float: left;
    width: 318px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    color: black;
    font-weight: normal;
    padding: 0px 5px;
    margin: 0px 0px 12px 0px;
}
.newsletter_input{
    width:302px;
}
form.petition input[type=text]{
    width:190px;
}
form.contact input[type=text].error, form.contact textarea.error{
    border-color:red;
}
form.contact input[type=checkbox]{
    float:left;
    margin-top:10px;
}
form.contact input.subject{
    width:292px;
}
form.contact textarea{
    height: 150px;
}
.newsletter_input:focus {
    background-color: #fffbe3;
    color: #111;
}

.note.newsletter_working{
    display:none;
    color:#999;
    margin:0px 0px 18px;
}
.note.newsletter_working span{
    float:left;
}
.note.newsletter_working img{
    float:left;
    display:inline-block;
    margin:2px 0px 0px 7px;
}
.note.newsletter_message{
    display:none;
    color:green;
    margin:0px 0px 18px;
}
.note.newsletter_message.error{
    color:red;
}
.checkbox_label{
        font-size: 13px;
}
.newsletter_input_list{
        list-style-type: none;
}

.newsletter_input_list label.checkbox_label {
    display: block;
    margin-left: 19px;
    line-height: 1.5;
}

.newsletter_input_list #allowance_1, .newsletter_input_list #allowance_2 {
    display: block;
    float: left;
    margin-right: 6px;
    margin-top: 2px;
}

/***********************************************BUTTON**************************************************************/

.button, .endless_more, .endless_loading{
    float: left;
    background: #f68700; /* Old browsers */
    background: -moz-linear-gradient(top,  #f68700 0%, #f06e28 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f68700), color-stop(100%,#f06e28)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f68700 0%,#f06e28 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f68700 0%,#f06e28 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f68700 0%,#f06e28 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f68700 0%,#f06e28 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68700', endColorstr='#f06e28',GradientType=0 ); /* IE6-9 */
    color: white;
    font-family: KorolevCondensed-Bold;
    padding: 0px 15px;
    line-height: 38px;
    height: 36px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
form.petition .button{
    padding:0px;
    width:100%;
}
.button:hover, .endless_more:hover, .endless_loading:hover {
    color: white;
    background: #f06e28;
}

.button.newsletter {
    line-height: 32px;
    margin-top: 3px;
    float: right;
}
/***********************************************BACK TO TOP LINK**************************************************************/

.back_to_top_box {
    float: left;
    width: 940px;
    height: 35px;
    position: relative;
}

.bact_to_top_link {
    float: right;
    margin: 11px 0px 0px 0px;
    color: white;
    font-size: 13px;
    height: 13px;
    padding: 0px 30px 0px 0px;
    position: relative;
}

.bact_to_top_link:hover {
    color: red;
}

.bact_to_top_link span {
    position: absolute;
    top: 3px;
    right: 0px;
    background-image: url(../images/icons_sprite.png);
    background-position: 0px -587px;
    width: 18px;
    height: 7px;
}

.bact_to_top_link:hover span {
    background-position: -60px -587px;
}

/***********************************************FOOTER**************************************************************/

.footer_wrapper {
    background: #505050;
    padding: 48px 0px 48px 0px;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top,  #333333 0%, #585858 15%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(15%,#585858)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #333333 0%,#585858 15%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #333333 0%,#585858 15%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #333333 0%,#585858 15%); /* IE10+ */
    background: linear-gradient(to bottom,  #333333 0%,#585858 15%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#585858',GradientType=0 ); /* IE6-9 */
}

.footer_wrapper .site_container .box_140px:first-child {
    margin-left: 70px;
}

.gong_footer_logo {
    float: left;
    background-image: url(../images/ui_sprite.png);
    width: 82px;
    height: 30px;
    background-position: 0px -439px;
    margin-left: 29px;
}

.footer_box {
    float: left;
}

.footer_box:last-child {
    border-top: 2px solid #444;
}

.footer_box .footer_box_logo:first-child {
    margin-left: 70px;
}
.footer_box .footer_box_logo:nth-child(2) {
    margin-left: 20px;
}

.footer_box .footer_box_logo {
    margin-top: 40px;
}

.one_quarter_unit {
    float: left;
    width: 220px;
    margin: 0px 20px 0px 0px;
}

.footer_section_title {
    float: left;
    width: 100%;
    font-family: KorolevCondensed-Bold;
    font-size: 15px;
    line-height: 15px;
    color: #e7e7e7;
    margin: 0px 0px 11px 0px;
}

.footer_box ul {
    float: left;
    width: 140px;
    list-style-type: none;
}

.footer_box ul li {
    float: left;
    width: 140px;
    color: white;
    margin: 0px 0px 10px 0px;
}

.footer_box ul li a {
    float: left;
    width: 140px;
    color: #999;
    font-size: 13px;
    line-height: 19px;
    font-family: Korolev-Medium;
}

.footer_box ul li a:hover {
    color: #f68700;
}

ul.footer_social_box {
    float: left;
    list-style: none;
    margin-top: 32px;
    margin-left: 23px;
}

ul.footer_social_box.footer_social_box_rss {
    margin-top: 12px;
}

.rss_footer_social_box {
    color: #999;
    font-size: 13px;
    font-family: Korolev-Medium;
    clear: both;
    text-align: center;
}

ul.footer_social_box li {
    float: right;
    width: 28px;
    height: 28px;
    margin: 0px 5px 15px 0px;
}

ul.footer_social_box li a {
    float: left;
    width: 28px;
    height: 28px;
    background-image: url(../images/ui_sprite.png);
}

ul.footer_social_box li.follow_us {
    float: right;
    width: 78px;
    height: 33px;
    background-image: url(../images/ui_sprite.png);
    background-position: 0px -469px;
    clear: both;
}
ul.footer_social_box li.follow_us.en {
    background-position:-87px -469px
}
ul.footer_social_box li a.facebook {
    background-position: 0px -225px;
}

ul.footer_social_box li a.facebook:hover {
    background-position: -28px -225px;
}

ul.footer_social_box li a.twitter {
    background-position: 0px -253px;
}

ul.footer_social_box li a.twitter:hover {
    background-position: -28px -253px;
}

ul.footer_social_box li a.youtube {
    background-position: 0px -992px;
}

ul.footer_social_box li a.youtube:hover {
    background-position: -28px -992px;
}

ul.footer_social_box li a.rss {
    background-position: 0px -942px;
    margin-left: 36px;
}

ul.footer_social_box li a.rss:hover {
    background-position: -28px -942px;
}

.footer_box .eu_flag {
    background:url(../images/eu-flag.jpg) no-repeat;
    height: 42px;
    width: auto;
    background-size: contain;
    background-position-x: 50%;
    margin-top: 16px;
    clear: both;
}

.footer_box .udruge_flag {
    background:url(../images/vlada_rh_uredzaudruge.png) no-repeat;
    height: 200px;
    width: 140px;
    background-size: contain;
    background-position-x: 50%;
    margin-top: 16px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.footer_box .udruge_flag_en {
    background:url(../images/en_uredzaudruge.png) no-repeat;
    height: 200px;
    width: 140px;
    background-size: contain;
    background-position-x: 50%;
    margin-top: 16px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.footer_box .centri_flag {
    background:url(../images/centri_znanja.png) no-repeat;
    height: 50px;
    width: auto;
    background-size: contain;
    background-position-x: 50%;
    margin-top: 48px;
    clear: both;
}

.footer_box .zaklada_flag {
    background: url(../images/zaklada_logo2.png) no-repeat;
    height: 200px;
    width: 100px;
    background-size: contain;
    background-position-x: 50%;
    margin-top: 16px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

.footer_box .eu_text {
    margin-top: 6px;
    margin-bottom: 12px;
    color: #000999;
    font-size: 11px;
    text-align: center;
}

.footer_box p, .footer_box .strukturni_text p {
    margin-top: 4px;
    margin-bottom: 0;
    color: #e7e7e7;
    font-size: 13px;
    text-align: center;
}

.footer_box p.footer_section_title {
    font-family: KorolevCondensed-Bold;
    font-size: 15px;
    line-height: 15px;
    color: #e7e7e7;
    margin: 0px 0px 11px 0px;
}

.footer_box p a {
    width: 140px;
    color: #999;
    font-size: 13px;
    line-height: 19px;
    font-family: Korolev-Medium;

}

/******************************************************FOOTER ENDING**********************************/

.footer_ending {
    background: #444;
    padding: 24px 0px 24px 0px;
}

.footer_copyright_note {
    float: left;
    width: 720px;
    margin: 0px;
    font-size: 11px;
    line-height: 18px;
    color: #999;
    padding: 0px 0px 0px 0px;
}

.footer_copyright_note a {
    color: #aaa;
}

.footer_copyright_note a:hover, .impressum li a:hover {
    text-decoration: underline;
}


.creative_commons {
    display: inline-block;
    width: 80px;
    height: 15px;
    background-image: url(../images/ui_sprite.png);
    background-position: 0px -611px;
    margin: 0px 10px 0px 0px;
}

.impressum {
    float: right;
    margin: 0px;
    list-style-type: none;
}

.impressum li {
    float: left;
    margin: 0px 0px 0px 15px;
    list-style-type: none;
}

.impressum li a {
    font-size: 11px;
    line-height: 18px;
    color: #aaa;
}

/******************************************************LANDING PAGE**********************************/

.category_title {
    float: left;
    width: 100%;
    margin: 0px 0px 48px 0px;
    font-size: 48px;
    line-height: 48px;
    font-family: Korolev-Medium;
    font-weight: normal;
}

.subcategory_title {
    font-size: 24px;
}

.image_box {
    position: relative;
}

.image_box img {
    float: left;
}

.theme_head_box {
    float: left;
    width: 1000px;
    border-bottom: 1px solid #ddd;
    padding: 0px 0px 48px 0px;
}
.theme_head_box.article_type {
    padding:0;
    border:0;
}
.theme_head_box h1 {
    margin: 0px;
}

.theme_title {
    float: left;
    width: 100%;
    font-size: 21px;
    font-family: KorolevCondensed-Medium;
    color: #999;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

.cancel_period {
    color: #999;
}

.cancel_period_selection {
    height: 21px;
    padding: 4px 5px 4px 20px;
    background: #eee;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    margin: 0px 0px 0px 10px;
    color: #666;
    text-shadow: 1px 1px 0px #fff;
    filter: dropshadow(color=#fff, offx=1, offy=1);
}

.cancel_period_selection span {
    position: absolute;
    width: 11px;
    height: 11px;
    top: 6px;
    left: 5px;
    background-image: url(../images/ui_sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -92px;
}

/******************************************************WIDGET**********************************/

.widget_box {
    float: left;
    width: 312px;
    margin: 0px;
}

.widget_box_title_box {
    float: left;
    width: 312px;
    margin: 0px;
    height: 22px;
}

.widget_box_title_box span {
    float: left;
    font-family: KorolevCondensed-Medium;
    font-size: 16px;
    line-height: 22px;
}

.widget_stats_box {
    height: 50px;
    background: #dcdcdc; /* Old browsers */
    background: -moz-linear-gradient(top,  #dcdcdc 0%, #fffcfc 40%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(40%,#fffcfc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dcdcdc 0%,#fffcfc 40%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dcdcdc 0%,#fffcfc 40%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dcdcdc 0%,#fffcfc 40%); /* IE10+ */
    background: linear-gradient(to bottom,  #dcdcdc 0%,#fffcfc 40%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#fffcfc',GradientType=0 ); /* IE6-9 */
    float: left;
    width: 311px;
    padding: 8px 0px 0px 1px;
}

.stat_line {
    height: 102px;
    float: left;
    width: 24px;
    margin: 0px 2px 0px 0px;
    position: relative;
}
.stat_line.last {
    margin:0;
}

.stat_value {
    position: absolute;
    bottom: 52px;
    max-height: 50px;
    overflow: hidden;
    width: 24px;
}

.stat_line span.stat_month {
    position: absolute;
    bottom: 26px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    background: #111;
    color: white;
    text-align: center;
    cursor: pointer;
}

.stat_line span.inactive {
    background: #999;
    cursor: default;
}

.stat_month_selecor {
    position: absolute;
    bottom: 0px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    background: #111;
    color: white;
    text-align: center;
    cursor: pointer;
}

.stat_month_selecor span {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    background-image: url(../images/ui_sprite.png);
    background-position: 0px -626px;
}
    


/******************************************************ARTICLE LISTINGS**********************************/

.date_box {
    position: absolute;
    top: 0px;
    right: -2px;
    height: 22px;
}

.date_unit {
    float: left;
    height: 22px;
    color: white;
    background: #111;
    line-height: 24px;
    padding: 0px 6px;
    margin: 0px 2px 0px 0px;
    font-size: 14px;
    font-family: KorolevCondensed-Bold;
}

.date_unit_small {
    float: left;
    height: 18px;
    color: white;
    background: #111;
    line-height: 20px;
    padding: 0px 6px;
    margin: 0px 2px 0px 0px;
    font-size: 12px;
    font-family: KorolevCondensed-Bold;
}

.endorsed_article_title {
    font-size: 32px;
    line-height: 36px;
    font-weight: normal;
    font-family: Korolev-Medium;
}
.endorsed_article_title.smaller {
    font-size: 21px;
    line-height: 27px;
}

.article_lead {
    font-size: 13px;
    line-height: 21px;
}
.article_lead p {
    color: #505050;
}

.box_398px .tag {
    margin: 0px 3px 3px 0px;
    max-width: 384px;
    overflow: hidden;
}

.box_398px .date_box, .box_226px .date_box {
    left: 0px;
    top: 100%;
    margin-top: -22px;
}

.box_226_outer .tag {
    margin: 0px 3px 3px 0px;
    max-width: 188px;
    overflow: hidden;
}

.article_source {
    font-size:15px;
    font-style:italic;
}

.category_editor_positions{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px solid #ddd;
}
.article_listing_box {
    float: left;
    width: 656px;
    margin: 24px 0px 0px 0px;
    border-top: 1px solid #ddd;
    padding: 24px 0px 0px 0px;
    color:#505050;
}
.article_listing_box:first-child {
    border-top:0;
    margin-top:0;
    padding-top:0;
}

.article_listing_box_image {
    float: left;
    width: 150px;
    height: 84px;
    position: relative;
    margin-right: 22px;
}

.article_listing_box_image img {
    float: left;
    margin: 0px;
}

.article_listing_box h2 {
    font-size: 21px;
    line-height: 27px;
    font-family: Korolev-Medium;
}

.article_listing_box p, .subcategory_endorsed_article_listing_lead {
    font-size: 13px;
    line-height: 21px;
    color: #505050;
}
    
.box_226px .tag {
    overflow: hidden;
    max-width: 216px;
    margin: 0px 3px 3px 0px;
}

.more_articles_button {
    width: 626px;
    margin: 40px 0px 0px 0px;
}

.subcategory_endorsed_article_listing_box_image {
    position: relative;
}

.box_312px .tag {
    overflow: hidden;
    max-width: 298px;
    margin: 0px 3px 3px 0px;
}

/*****************************************************ARTICLE PAGE**********************************/

.article_head_wrapper {
    background:#e9e9e9; /* Old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0%, #e9e9e9 70%, #ddd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e9e9e9), color-stop(70%, #e9e9e9), color-stop(100%, #ddd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e9e9e9 0%, #e9e9e9 70%, #ddd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e9e9e9 0%, #e9e9e9 70%, #ddd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e9e9e9 0%, #e9e9e9 70%, #ddd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e9e9e9 0%, #e9e9e9 70%, #ddd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ddd',GradientType=0 ); /* IE6-9 */
    color:#999;
    padding:28px 0px 0px 172px;
    _height:62px;
}
.article_head_box{
    float:left;
    width:172px;
    color:#777;
    margin-bottom:28px;
}
.article_head_box.category{
    width:484px;
}
.article_head_box .title{
    color:#999;
    font-family:KorolevCondensed-Medium;
}
.article_head_box span{
    font-size:12px;
    line-height:18px;
}
.article_head_box .category_splitter{
    float:left;
    margin:0px 6px;
    font-size:12px;
    line-height:18px;
}
.article_head_box .category_box{
    font-size:12px;
    line-height:18px;
    text-shadow:1px 1px white;
    background-color:#ccc;
    float:left;
    padding:0px 8px;
    color:#777;
    margin-bottom:4px;
}
.article_head_box .category_box.last{
    margin-bottom:0px;
}
.article_head_box .category_box:hover{
    background-color:#d4d4d4;
    color:#777;
}
.article_head_box .category_box span{
    float:left;
}
.article_head_box .category_box .arrow{
    width:12px;
    height:18px;
    background:url(../images/ui_sprite.png) no-repeat 0px -593px;
    margin:0px 6px 0px 8px;
}

.article_overtitle {
    float: left;
    width: 484px;
    font-size: 21px;
    font-family: KorolevCondensed-Medium;
    color: #777;
    text-transform: uppercase;
    margin: 0px 0px 12px 0px;
}

.article_title {
    width: 100%;
    margin: 0px 0px 24px 0px;
    font-size: 36px;
    line-height: 40px;
    font-family: Korolev-Medium;
    font-weight: normal;
}

.arcticle_title_image_box {
    float: left;
    padding: 0px 0px 0px 172px;
    width: 484px;
    margin: 0px 0px 18px 0px;
}

.arcticle_title_image_box img {
    float: left;
    margin: 0px 0px 12px 0px;
}

.article_image_holder{
    position:relative;
}
.article_image_holder.height_272{
    height:272px;
}
.article_image_holder.height_224{
    height:224px;
}

.article_image_source{
    position:absolute;
    bottom:0px;
    left:0px;
    padding:6px;
    background-color:#222;
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    font-style:italic;
    color:white;
}

.text_controls_box {
    float: left;
    width: 484px;
    line-height: 21px;
    font-size: 13px;
}
.petition .text_controls_box {
    width: 398px;
    margin-bottom:18px;
}
.text_controls_box dt {
    float: left;
    line-height: 21px;
    color:#777;
    font-size: 13px;
    margin: 0px 5px 0px 0px;
}

.text_controls_box dd {
    float: left;
    line-height: 21px;
    font-size: 13px;
}

.text_controls_box dd span {
    float: left;
    width: 21px;
    height: 27px;
    background-image: url(../images/ui_sprite.png);
    cursor: pointer;
    margin: 0px 5px 0px 0px;
}

.smaller_txt {
    background-position: 0px -385px;
}

.smaller_txt:hover, .smaller_txt.selected {
    background-position: -21px -385px;
}

.larger_txt {
    background-position: 0px -412px;
}

.larger_txt:hover, .larger_txt.selected {
    background-position: -21px -412px;
}

.box_484px_right p, .box_398px p {
    font-size: 15px;
    line-height: 24px;
    margin: 30px 0px 0px 0px;
}

.box_484px_right .article_lead_paragraph, .box_484px_right .article_lead_paragraph p {
    font-size: 18px;
    line-height: 29px;
}

.box_484px_right .article_lead_paragraph a{
    color: #F68700;
}
.box_484px_right .article_lead_paragraph a:hover{
    text-decoration:underline;
}

.box_484px_right p.quote {
    width: 398px;
    padding: 20px 54px 20px 32px;
    background: #111 url(../images/quote.png) no-repeat 440px 20px;
    color: white;
    font-style: italic;
}

.article_social_box {
    float: left;
    width: 484px;
    margin: 40px 0px 0px 0px;
}

.article_social_box ul{
    margin-top:15px;
    float:left;
    list-style-type:none;
}
.article_social_box ul li{
    float:left;
    margin-right:10px;
}



.gallery {
    float: left;
    width: 140px;
    position: relative;
}

.gallery span {
    position: absolute;
    width: 44px;
    height: 44px;
    background-image: url(../images/ui_sprite.png);
    background-repeat: no-repeat;
    top: 17px;
    left: 48px;
}

.gallery span.video_gallery {
    background-position: 0px -297px;
}

.gallery span.photo_gallery {
    background-position: 0px -341px;
}

.gallery_title {
    font-size: 13px;
    line-height: 17px;
}

.tag_category_title {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: KorolevCondensed-Medium;
    color: #999;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

.promoted_article_box dl {
    float: left;
    width: 312px;
}

.promoted_article_box dl dt {
    float: left;
    width: 92px;
    position: relative;
}

.promoted_article_box dl dt .date_box_article {
    float: left;
    top: 0px;
}

.promoted_article_box dl dd {
    float: left;
    width: 220px;
}

.promoted_article_box dl dd h4 {
    font-size: 13px;
    line-height: 18px;
}

.gallery_holder{
    position:relative;
}
.gallery_box, .youtube_box{
    display:none;
    position:absolute;
    z-index:1000;
    top:0;
    left:0;
    right:0;
    background:black;
    padding:10px;
    -webkit-box-shadow: 0px 0px 20px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 20px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 20px rgba(50, 50, 50, 0.4);
}
.gallery_box .gallery_button, .youtube_box .gallery_button{
    position:absolute;
    width:30px;
    height:30px;
}
.gallery_box .gallery_button.hidden, .youtube_box .gallery_button.hidden{
    display:none;
}
.gallery_box .close, .youtube_box .close{
    top:20px;
    right:20px;
    background:url(../images/ui_sprite.png) no-repeat 0px -563px;
}
.gallery_box .close:hover, .youtube_box .close:hover{
    background-position: -30px -563px;
}
.gallery_box .prev{
    top:50%;
    left:20px;
    margin-top:-15px;
    background:url(../images/ui_sprite.png) no-repeat 0px -503px;
}
.gallery_box .prev:hover{
    background-position: -30px -503px;
}
.gallery_box .next{
    top:50%;
    right:20px;
    margin-top:-15px;
    background:url(../images/ui_sprite.png) no-repeat 0px -533px;
}
.gallery_box .next:hover{
    background-position: -30px -533px;
}
.gallery_box .gallery_image_item{
    position:absolute;
    right:50%;
}
.gallery_box .gallery_image_item img{
    float:left;
    position:relative;
    right:-50%;
}

.article_text a{
    color:#f68700;
}
.article_text a:hover{
    text-decoration:underline;
}

/************************
*
*   selectbox
*
*************************/
.sbHolder, .sbHolderBig{
    float: right;
    background: #dcdcdc; /* Old browsers */
    background: -moz-linear-gradient(top,  #dcdcdc 0%, #c8cacb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#c8cacb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #dcdcdc 0%,#c8cacb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #dcdcdc 0%,#c8cacb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #dcdcdc 0%,#c8cacb 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #dcdcdc 0%,#c8cacb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#c8cacb',GradientType=0 ); /* IE6-9 */
    font-family: KorolevCondensed-Medium;
    font-size: 16px;
    height: 22px;
    position: relative;
    width: 94px;
}
.sbHolderBig{
    float:left;
    font-size: 16px;
    height:32px;
}
.box_312px .sbHolderBig{
    width:312px;
}
.box_172px .sbHolderBig{
    width:172px;
}
.box_80px .sbHolderBig{
    width:80px;
}
.sbSelector{
    display: block;
    height: 22px;
    left: 0;
    line-height: 24px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 72px;
}
.sbHolderBig .sbSelector{
    height: 32px;
    line-height: 34px;
}
.box_312px .sbHolderBig .sbSelector{
    width:280px;
}
.box_172px .sbHolderBig .sbSelector{
    width:140px;
}
.box_80px .sbHolderBig .sbSelector{
    width:48px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: black;
    outline: none;
    text-decoration: none;
}
.sbHolder:hover .sbSelector, .sbHolderBig:hover .sbSelector{
    color:#666;
}
.sbToggle{
    background: url(../images/ui_sprite.png) 0px -638px no-repeat;
    display: block;
    height: 22px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}
.sbHolder:hover .sbToggle{
    background: url(../images/ui_sprite.png) -22px -638px no-repeat;
}
.sbToggleOpen{
    background: url(../images/ui_sprite.png) -44px -638px no-repeat;
}
.sbHolder:hover .sbToggleOpen{
    background: url(../images/ui_sprite.png) -66px -638px no-repeat;
}
.sbHolderBig .sbToggle{
    background-position: 0px -660px;
    height: 32px;
    width: 32px;
}
.sbHolderBig:hover .sbToggle{
    background: url(../images/ui_sprite.png) -32px -660px no-repeat;
}
.sbHolderBig .sbToggleOpen{
    background: url(../images/ui_sprite.png) -64px -660px no-repeat;
}
.sbHolderBig:hover .sbToggleOpen{
    background: url(../images/ui_sprite.png) -96px -660px no-repeat;
}
.sbHolderDisabled{
    background: #ddd;
}
.sbHolderDisabled .sbSelector, .sbHolderDisabled .sbSelector:hover{
    color:#bbb;
}
.sbHolderDisabled.sbHolderBig .sbToggle{
    background-position: -128px -660px;
}
.sbHolderDisabled.sbHolderBig .sbHolder:hover .sbToggle{
    background-position: -128px -660px;
}

.sbOptions{
    background-color: #ddd;
    list-style: none;
    left: 0px;
    margin: 0!important;
    padding: 0px 0px 5px 0px;
    position: absolute;
    top: 22px;
    width: 94px!important;
    z-index: 1;
    overflow-y: auto;
}
.sbHolderBig .sbOptions{
    padding: 5px 0px 5px 0px;
    top: 32px;
}
.box_312px .sbHolderBig .sbOptions{
    width:312px!important;
}
.box_172px .sbHolderBig .sbOptions{
    width:172px!important;
}
.box_80px .sbHolderBig .sbOptions{
    width:80px!important;
}
.sbOptions li{
    padding: 0 7px;
    margin:0px!important;
}
.sbHolderBig .sbOptions li{
    padding: 0 10px;
    margin:0px!important;
}
.sbOptions a{
    display: block;
    outline: none;
    padding: 5px 0 0px 3px;
    font-size: 13px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: black;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #888;
}
/* there is a bug in js which isn't setting .last to the last <li> child. so if you need it you can use this instead
.sbOptions li:last-child a{
    border-bottom:none;
}
*/
.sbOptions .sbDisabled{
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

/*****************************************SEARCH******************************************/

.ajax_article_container{
    clear:both;
    _margin-top:20px;
}
.search_article {
    border-top: 1px solid #ddd;
    padding: 11px 0px;
}
.search_article dl{
    float:left;
    width:450px;
    margin-right:10px;
}
.search_article dt{
    float:left;
    width:90px;
    margin-right:10px;
}
.search_article dd{
    float:left;
    width:350px;
    font-family:Korolev-Medium;
    font-size:18px;
}
.search_tag_holder{
    float:left;
    width:196px;
}
.search_tag_holder .tag{
    float:right;
}

.ajax_article_container .endless_more, .ajax_article_container .endless_loading {
    width: 626px;
    margin: 40px 0px 0px 0px;
}

.search_filter_reset{
    font-family:Korolev-Medium;
    font-size:14px;
    margin-top:5px;
}
.search_filter_reset a{
    color:#777;
}

/*****************************************************O GONG LANDING**********************************/

.o_gongu_pitogram {
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 506px;
    margin-top: 16px;
    margin-bottom: 48px;
}

.about_landing_unit {
    position: absolute;
    width: 280px;
    height: 84px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #EBEBEB;
    padding: 16px;
    line-height: 21px;
    font-size: 18px;
    font-family: Korolev-Medium;
}

.about_landing_unit span {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 127px;
    height: 116px;
    background-image: url(../images/ogongu_sprite.png);
}

.gong1 {
    top: 0px;
    left: 172px;
}

.gong1 span {
    background-position: 0px -464px;
}

.gong2 {
    top: 0px;
    left: 516px;
}

.gong2 span {
    background-position: 0px -116px;
}

.gong3 {
    top: 144px;
    left: 0px;
}

.gong3 span {
    background-position: 0px -580px;
}

.gong4 {
    top: 144px;
    right: 0px;
}

.gong4 span {
    background-position: 0px -348px;
}

.gong5 {
    top: 288px;
    left: 0px;
}

.gong5 span {
    background-position: 0px -232px;
}

.gong6 {
    top: 288px;
    right: 0px;
}

.gong6 span {
    background-position: 0px 0px;
}

.gong7 {
    top: 342px;
    left: 344px;
}

.gong7 span {
    background-position: 0px -696px;
}

.gong_web {
    position: absolute;
    top: 116px;
    left: 312px;
    width: 376px;
    height: 126px;
    background-image: url(../images/ogongu_web.jpg);
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-family: Korolev-Medium;
    padding: 100px 0px 0px 0px;
}

.o_gongu_category_icon {
    float: left;
    width: 225px;
    margin: 0px 0px 0px 43px;
}

.static_page p {
    font-size: 15px;
    line-height: 24px;
    margin: 18px 0px 0px 0px;
}

.static_page h1 {
    margin-bottom: 0px;
}

.static_page h2 {
    margin-top: 45px;
}

.static_page h3 {
    font-size:15px;
    margin-top:20px;
    font-weight:bold;
}

.static_page ul {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.static_page ul li {
    float: left;
    margin: 0px 0px 5px 20px;
    font-size: 15px;
    line-height: 24px;
    width: 636px;
}

.static_page a {
    color: #f06e28;
}

.static_page a:hover {
    text-decoration: underline;
}

.static_page table {
    float: left;
    width: 656px;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
    margin:10px 0px;
}

.static_page table td {
    float: left;
    border-collapse: collapse;
    font-size: 15px;
    line-height: 24px;
    border-top: 1px solid #ddd;
    width: 500px;
    padding: 3px 0px;
}

.static_page table td.bio {
    width: 156px;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
}

.static_page table td.bio a {
    margin-left: 20px;
}

.static_page table td.bio a:first-child {
    margin-left: 0px;
}

.static_page table td .title {
    font-style: italic;
    color: #999;
    font-size: 12px;
    line-height: 24px;
}

.donator{
    float:left;
    width:100px;
    min-height:30px;
    margin:52px 10px 0px 0px;
}
.donator_description{
    float:left;
    width:546px;
    margin:30px 0px 0px 0px;
}

.modal {
    display:none;
    width: 596px;
    text-align: left;
    background:white;
    padding:30px;
    position:relative;
}
.modal .modal_button.close{
    position:absolute;
    top:-10px;
    right:-10px;
    width:20px;
    height:20px;
    cursor:pointer;
    background:url(../images/ui_sprite.png) no-repeat 0px -971px;
}
.modal .modal_button.close:hover{
    background-position:-20px -971px;
}
.modal h2{
    font-family:Korolev-Medium;
    font-size:24px;
    line-height:28px;
}

.modal .title_modal {
    color: #999;
    font-style: italic;
    font-weight: normal;
}
.modal p{
    font-size: 15px;
    line-height: 24px;
    margin: 30px 0px 0px 0px;
}


/*******************************************************ACCORDION***********************************************************/

.accordion{
    margin-top:20px;
}
.accordion .accordion_item{
    border-bottom:1px solid #ddd;
}
.accordion .accordion_item:first-child{
    border-top:1px solid #ddd;
}
.accordion .accordion_item .accordion_title{
    font-size: 15px;
    font-weight:bold;
    line-height: 18px;
    padding:10px 40px 10px 0px;
    text-transform:uppercase;
    position:relative;
    cursor:pointer;
    color:#f68700;
}
.accordion .accordion_item .accordion_title:hover{
    color:black;
}
.accordion .accordion_item .accordion_title .accordion_mark {
    position:absolute;
    right:10px;
    top:15px;
    width:10px;
    height:10px;
    background:url(../images/ui_sprite.png) no-repeat -11px -672px;
}
.accordion .accordion_item .accordion_title:hover .accordion_mark {
    background-position:-43px -672px;
}
.accordion .accordion_item.selected .accordion_title .accordion_mark {
    background-position:-75px -672px;
}
.accordion .accordion_item.selected .accordion_title:hover .accordion_mark {
    background-position:-107px -672px;
}


/************************************************************404*************************************/

.wrapper_404{
    margin-top:60px;
    text-align:center;
}
.wrapper_404 .site_container{
    width:600px;
}
.wrapper_404 .logo_404{
    margin-bottom:60px;
}
.wrapper_404 h1{
    font-family:Korolev-Medium;
    font-size:48px;
    line-height:48px;
}
.wrapper_404 .note{
    margin:0px 0px 20px;
}
.wrapper_404 a{
    color:#f68700;
}
.wrapper_404 a:hover{
    text-decoration:underline;
}


/************************************************************TABULAR*************************************/
.tabular ul.tab_menu{
    list-style-type:none;
    margin:20px 0px;
    float:left;
    font-family:KorolevCondensed-Medium;
    font-size:18px;
    line-height:18px;
}
.tabular ul.tab_menu li{
    float:left;
    width:240px;
    border:1px solid transparent;
    border-bottom:1px solid black;
    text-align:center;
    padding:15px 0px 9px;
    color:#bbb;
    cursor:pointer;
}
.tabular ul.tab_menu li.selected{
    border:1px solid black;
    color:black;
    cursor:default;
}
.tabular ul.tab_menu li:hover{
    color:#777;
}
.tabular ul.tab_menu li.selected:hover{
    color:black;
}


/************************************************************CONTACT*************************************/
.contact_wrapper p{
    font-size: 15px;
    line-height: 24px;
    margin-bottom:18px;
}

/************************************************************GOOD GOVERNANCE BOX*************************************/
.gg_box a{
    border-top:5px solid #C9CACC;
    border-bottom:5px solid #C9CACC;
    text-align:center;
    float:left;
    width:100%;
    font-family: KorolevCondensed-Bold;
    font-size: 21px;
    line-height: 19px;
    padding:20px 0px 15px;
}

/************************************************************POLEMIC AND PETITION*************************************/
.participants_holder, .rounds_holder{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:10px 0px;
    margin-bottom:12px;
}
.rounds_holder{
    border-top:0;
    padding-top:0;
    background-color:white;
}
.fixed .rounds_holder{
    padding-top:10px;
}
.participants_holder .title, .rounds_holder .title{
    float:left;
    width:100px;
    font-size: 16px;
    line-height:24px;
    font-family: KorolevCondensed-Medium;
    color: #999;
}
.participants_holder .counter{
    float:left;
    width:150px;
    font-size:32px;
    font-family: Korolev-Medium;
}
.participants_holder .counter h3{
    font-size: 16px;
    line-height:24px;
    font-family: KorolevCondensed-Medium;
    color: #999;
}
.participants_holder ul.participants, .rounds_holder ul.rounds{
    float:left;
    width:384px;
    list-style-type:none;
}
.participants_holder ul.participants li{
    float:left;
    clear:both;
    margin-top:6px;
}
.rounds_holder ul.rounds li{
    float:left;
    margin-right:3px;
}
.rounds_holder ul.rounds li a{
    display:block;
    font-family: KorolevCondensed-Medium;
    font-size: 16px;
    line-height:1.75;
    font-weight:bold;
    padding:0px 12px;
    border:1px solid #ddd;
    color:#999;
    border-radius:5px;
}
.rounds_holder ul.rounds li a:hover{
    background-color:#e2e2e2;
}
.rounds_holder ul.rounds li.active a{
    color:white;
    background-color:black;
}
.rounds_holder ul.rounds li.active a:hover{
    background-color:#555;
}
.participants_holder ul.participants li:first-child{
    margin-top:0;
}
.participants_holder ul.participants li span{
    font-size:18px;
}
.participants_holder ul.participants li span.function{
    display:block;
    float:left;
    width: 384px;
    margin-bottom:8px;
    font-size:13px;
    color:#666;
}
.article_text .participant_name{
    background-color:black;
    color:white;
    padding:3px 7px;
    margin-right:10px;
}
.article_text h2.polemic_round{
    margin-top:30px;
}
.petition_signatories{
    margin-top:30px;
}
.petition_signatories span.tag_category_title{
    border-width:2px;
    line-height:29px;
}
.petition_signatories p{
    margin:0;
    line-height:29px;
    border-bottom:1px solid #ddd;
}
.petition_signatories p span{
    color:#666;
    margin-right:10px;
}

/************************************************************GOOGLE MAP*************************************/
#googlemap{
    width: 484px;
    height: 300px;
    margin-bottom: 48px;
}
/************************************************************COOKIES POPUP*************************************/
.cookies_cookie{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #333;
    background-color: rgba(0,0,0,.8);
    color: white;
    font-size: 15px;
    line-height: 24px;
    padding:30px 0px;
}
.cookies_cookie.hidden{
    display: none;
}
.cookies_cookie p a{
    color: #F68700;
}
.cookie_big{
    padding: 30px 0px;
    line-height: 30px;
    font-size: 20px;
}
.cookies_cookie p a:hover{
    text-decoration:underline;
}
.cookies_cookie a.button{
    float: right;
    margin-top: 5px;
    margin-left: 40px;
    line-height: 32px;
}
#cookies_extra {
    position: relative;
    top: 2px;
    left: 6px;
}
.cookie_big #cookies_extra {
    top: 1px;
}

