html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

img {
    vertical-align: middle;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
    cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0;
}

.hide {
    position: absolute !important;
    left: -9999em !important;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

th, td {
    vertical-align: top;
}

th {
    font-weight: normal;
    text-align: left;
}

address, cite, dfn {
    font-style: normal;
}

abbr, acronym {
    border-bottom: 1px dotted #999;
    cursor: help;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

textarea {
    overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
    font: 13px/20px Arial, Helvetica, sans-serif;
    color: #4e4e4e;
    background: #f9f9f9;
    padding: 20px 0 0 0;
}

input, textarea, select, button {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
}

a, a:visited, a:focus, a:active {
    text-decoration: none;
    color: #009846;
}

a:hover {
    text-decoration: underline;
}


/* Container
------------------------------------------------------------------------------*/

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto 19px;
    padding: 0 20px;
    background: #fff;
    overflow: hidden;
    border-bottom: 2px solid #d4d4d4;
}


.no-pad {
    padding:0 ;
}

.nobg {
    background:none;
}

.bb {
    border-bottom:2px solid #d3d3d3;
}

/* Header
------------------------------------------------------------------------------*/

#header {
    overflow: hidden;
    font-size: 12px;
    line-height: 18px;
    padding-top:16px;
}

#header .head-bar {
    overflow: hidden;
    /*display:none;*/
}



#header .head-bar ul {
    margin: -1px -14px 0 0;
    float: right;
}

#header .head-bar ul li {
    float: left;
    height: 16px;
    display: block;
    border-left: 1px solid #d2d2d2;
    padding: 0 13px;
}

#header .head-bar ul li:first-child {
    border-left: none;
}




#header .head-bar .bt-hold {
    overflow: hidden;
    padding: 0 0 0 1px;
}



.link-con,
a.link-con {
    font-size: 14px;
    padding-right: 16px;
    font-family: 'PFDinDisplayPro';
    background: url(../img/arrow-green-right.png) no-repeat right center;
}

.link-hold .link-con.more,
.link-con.more {
    background: url(../img/ico_plus.png) no-repeat 100% 8px;
    padding-right: 17px;
}

.link-hold {
    border-top: 1px solid #d2d2d2;
    margin: 8px 0 0 0;
    padding: 6px 0 7px 0;
    overflow: hidden;
}

.link-hold .link-con {
    float: right;
}


#logo {
    width: 230px;
    height: 89px;
    display: block;
    cursor: pointer;
    text-indent: -9999em;
    background: url(../img/logo.png) no-repeat;
    float: left;
    margin: 0px 15px 18px -2px;
}

.head-bar {
    margin-bottom:24px;
}

.head-bar form {
    float:right;
}

.head-bar input {
    color:#989898;
    border:none;
    border-bottom:1px solid #f1592a;
    height:28px;
    padding-left:8px;
    padding-right:25px;
    width:254px;
}

.head-bar button {
    background:url(../img/search-icon.png) no-repeat;
    width:13px;
    height:14px;
    border:none;
    position:relative;
    right: 21px;
    top: -3px;
}

/* Navigation
------------------------------------------------------------------------------*/

#menu {
    overflow: hidden;
}

#menu ul {
    float:right;
}

#menu li {
    float: left;
}

#menu a {
    height: 58px;
    line-height: 58px;
    color: #424242;
    font-weight: 600;
    font-family: 'PFDinDisplayPro';
    font-size: 16px;
    padding: 0 20px;
    display: block;
}

#menu .current a,
#menu a:hover {
    color:#ef7f1a;
    text-decoration: none;
}

.menu-trigger {
    display: none;
}

.menu-trigger p {
    position: relative;
    left: -40px;
}
/* history
------------------------------------------------------------------------------*/

.history {
    overflow: hidden;
    padding: 64px 0 51px 0;
    position: relative;
}

.history .btn-blue {
    position: absolute;
    top: 74px;
    right: 0;
}

.history p {
    font-family: 'Segoe Print';
    color: #acacac;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 1px;
}

.history img {
    width: 100%;
}

/* bt-info
------------------------------------------------------------------------------*/

.bt-info {
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 28px;
}

.no-pad {
    border-bottom: 0px!important;
}

.bt-info article {
    float: left;
    width: 322px;
    position: relative;
}


.bt-info article:first-child:after {
    display: none;
}

.bt-info article:after {
    background: #e6e6e6;
    width: 1px;
    top: -30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 213px;
}

.bt-info article h3 {
    font-size: 16px;
    line-height: 22px;
    color: #424242;
    font-weight:600;
    padding-bottom: 11px;
    font-family: "PFDinDisplayPro";
}

.bt-info article p {
    padding-bottom: 20px;
}

article.col-1 {
    padding-left:22px;
}

.bt-info .col-2 {
    width: 513px;
    padding-left:28px;
}

.bt-info .col-2 ul li {
    display:inline;
    margin-right:14px;
    margin-bottom:14px;
    float:left;

}

.bt-info .col-2 a {
    padding: 0px 0 0 0px;
    font-size: 22px;
    line-height: 26px;
    font-family: "PFDinDisplayPro";
    float: left;
    color: #424242;
}

.bt-info .col-2 a img {
    width: 140px;
}

.bt-info .col-2 a:hover {
    text-decoration: none;
}

.bt-info .col-3 {
}

.bt-info .col-3 li {
    clear: left;
}

.bt-info .col-3 a {
    padding: 0 0 0 50px;
    background: url(../img/ico_social.png) no-repeat;
    height: 32px;
    font-size: 16px;
    font-family: "PFDinDisplayPro";
    font-weight: 600;
    color: #424242;
    line-height: 32px;
    margin-right: 15px;
    margin-bottom: 18px;
    display: block;
    float: left;
}

.bt-info .col-3 .linked-in a {
    background-position: 0 -32px;
}

.bt-info .col-4 {
    width: 140px;
    height: 93px;
    padding: 0 0 0 20px;
    margin: 13px 21px 5px 0;
}

.bt-info .col-4 h3 {
    position: relative;
    background: url(../img/ico_mail.png) no-repeat 0 1px;
    padding-left: 42px;
}

.bt-info .col-4 form fieldset {
    border: 1px solid #b9b9b9;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.08);
    height: 36px;
    width: 100%;
    margin-top: -11px;
    margin-bottom: 10px;
}

.bt-info .col-4 form input {
    width: 100%;
    padding: 6px 125px 7px 13px;
    border: none;
    background: none;
    font-size: 12px;
    color: #4e4e4e;
    height: 36px;
}

.bt-info .col-4 form .btn-blue {
    margin: -37px -1px 0 0;
    font-size: 12px;
    float: right;
    font-weight: normal;
    text-shadow: none;
    padding: 0 15px;
}

.bt-info .col-4 form input::-webkit-input-placeholder {
    color: #4e4e4e;
}
.bt-info .col-4 form input::-moz-placeholder {
    color: #4e4e4e;
}

.bt-info .col-4 form .checkbox {
    padding-left: 29px;
    position: relative;
    display: inline-block;
}

.bt-info .col-4 form .checkbox:after {
    background: url(../img/ico_checkbox.png) no-repeat 0 -20px;
    height: 20px;
    width: 20px;
    display: block;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
}

.bt-info .col-4 form .checkbox.checked:after {
    background-position: 0 0;
}

/* home-slider
------------------------------------------------------------------------------*/

.home-slider {
    position: relative;
}

.home-slider .info {
    height: 367px;
    float: right;
    background: #8bbe3c;
    width: 280px;
    display: block;
    color: #fff;
    padding: 40px 26px;
    font-size: 15px;
    line-height: 22px;
}

.home-slider .info h2 {
    font-size: 26px;
    line-height: 30px;
    font-family: "PFDinDisplayPro";
    font-weight: 600;
    padding: 0 0 18px 0;
}

.home-slider .bxslider li {
    background: url(../img/22.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 367px;
}

.home-slider .bxslider li .nr {
    font-family: 'Segoe Print';
    text-align: center;
    line-height: 45px;
    height: 47px;
    font-size: 30px;
    width: 47px;
    color: #acacac;
    border: 1px solid #acacac;
    border-radius: 100px;
    margin: 0 0 11px 0;
    display:none;
}

.home-slider .bx-pager {
    display: none;
}

.home-slider .bx-next,
.home-slider .bx-prev {
    position: absolute;
    background: url(../img/bg_arrow_slider.png) no-repeat 0 -36px;
    height: 36px;
    width: 19px;
    display: block;
    bottom: 18px;
    right: 62px;
    text-indent: -999em;
    z-index: 999;
}

.home-slider .bx-next {
    background-position: -19px -36px;
    right: 20px;
}

.home-slider .bx-prev:hover {
    background-position: 0 0;
}

.home-slider .bx-next:hover {
    background-position: -19px 0;
}

/* Content
------------------------------------------------------------------------------*/


h2.blue {
    background: #009846 url(../img/icon-1.png) no-repeat left 20px center;
}
h2.yellow {
    background: #8bbe3c url(../img/icon-2.png) no-repeat left 20px center;
}
h2.red {
    background: #ef7f1a url(../img/icon-3.png) no-repeat left 20px center;
}

.main-content {
    padding: 10px 310px 0 0;
    float: left;
    width: 100%;
}

.mm {
    padding: 0px 340px 0 0;
}

.latest-news {
    padding: 9px 20px 0px 20px;
    width: 500px;
    float: left;
    position: relative;
    background:#fff;
}

.latest-news.projects {
	padding-left: 0;
}

.latest-news h2 {
    color: #414141;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'PFDinDisplayPro';
    padding-bottom: 11px;
}

.latest-news article {
    overflow: hidden;
    padding: 14px 0 18px 0;
    border-bottom: 1px solid #E6E6E6
}
.latest-news article:last-child {
    border-bottom: none;
}

.latest-news img {
    float: left;
    margin-right: 21px;
}

.latest-news .date {
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #777777;
    padding-bottom: 10px;
    padding-top:7px;
}

.latest-news .text {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    font-family: 'PFDinDisplayPro';
    font-weight: 600;
    color: #424242;
}

.latest-news p {
    color:#4e4e4e;
    font-size:13px;
    font-family:Arial, Helvetica, sans-serif;
}
.latest-news a:hover {
    text-decoration: none;
}

.latest-news a:hover .text {
    color: #009846;
}

.latest-news .link-con:hover {
    text-decoration:underline;
}


.doc-list {
    width: 679px;
    padding: 9px 0 0 28px;
    float: left;
    position: relative;
    background:#fff;
    height:491px;
    border-bottom:2px solid #d4d4d4;
}

.doc-list:after {

}


.partner-list ul {
    border-top: 1px solid #E6E6E6;
    padding-top:30px;
}

.partner-list li {
    display:inline;
    float:left;
    height:75px;
    overflow:hidden;
    margin-bottom:14px;
    margin-right: 22px;
}

.partner-list img {
    margin: -75px 0 0 0;
}

.partner-list img:hover {
    margin: 0px 0 0 0;
}

.partner-list {
    width: 679px;
    padding: 9px 0 0 28px;
    float: right;
    position: relative;
    background:#fff;
    height:491px;
    border-bottom:2px solid #d4d4d4;
}

.partner-list.poll {
    height: auto;
    width: 100%;
    float: left;
}

.partner-list.poll ul {
    border-top: none;
}

.partner-list h2 {
    color: #414141;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'PFDinDisplayPro';
    padding-bottom: 11px;
}

.partner-list .link-hold {
    padding-right: 24px;
    margin-bottom: 3px;
}



.doc-list h2 {
    color: #414141;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    font-family: 'PFDinDisplayPro';
    padding-bottom: 14px;
}

.doc-list ul {
    padding-bottom: 50px;
}

.doc-list li {
    padding: 0 0 20px 0;
}

.doc-list li a {
    color: #424242;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: 'PFDinDisplayPro';
    display: block;
    position: relative;
    padding: 0 0 0 50px;
}

.doc-list li a:after {
    background: url(../img/ico_files.png) no-repeat;
    height: 32px;
    width: 31px;
    display: block;
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
}

.doc-list li a.pdf:after {
    background-position: -31px 0;
}

.doc-list li a.ppt:after {
    background-position: -62px 0;
}

.doc-list li a.xls:after {
    background-position: -93px 0;
}

.height-1 .link-hold {
    padding-top: 10px;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    padding-bottom: 0;
}

.latest-news .link-hold {
    padding-right: 26px;
    margin-bottom: 3px;
}

.doc-list .link-hold {
    margin-bottom: 3px;
    padding-right: 26px;
}

.cols-holder {
    padding: 0px 0 5px 0;
    overflow: hidden;

}

.cols-holder article {
    float: left;
    margin-right:19px;
    background:#fff;
    width:31%;
    margin-bottom:15px;
    min-height:466px;
    border-bottom:2px solid #d4d4d4;
}

.cols-holder article.full-width {
    width: 100%;
    border-bottom:none;
}

.cols-holder article p {
    padding-bottom: 20px;
}

.cols-holder article .link-con {
    margin: 0 0 -10px 0;
    position: relative;
    display: block;
    float: left;
    top: -2px;
    background-position: 100% 8px;
}

.cols-holder article ul {
    margin-top:8px;
    padding: 0px 16px;

}

.cols-holder article li {
    font-family: 'PFDinDisplayPro';
    font-size: 14px;
    line-height: 22px;
    padding: 0 0 0 24px;
    background: url(../img/bg_arrow_6_list.png) no-repeat 6px 7px;
    margin-bottom:7px;

}

.cols-holder article li a:hover {
    color:#009846;
    text-decoration:none;
}


.cols-holder article li.parent {
    background:url(../img/parent-arrowh.png) no-repeat 6px 7px;
}

.cols-holder article li.parent ul {
    display:inherit;
}

.cols-holder article li.parent:hover {
    background:url(../img/parent-arrow.png) no-repeat 6px 7px;
}

.cols-holder article ul li ul li a:hover {
    color:#21649c;
    text-decoration:none;
}

.cols-holder article ul li ul li {
    padding-left:10px;
    background:url(../img/sub-menu-arrow.png) 1px 9px no-repeat;
}

.cols-holder article ul li ul li:hover {
    background:url(../img/sub-menu-arrow-hover.png) 1px 9px no-repeat;
}

.cols-holder article ul li ul {
    padding-left:8px;
    display:none;
}

.cols-holder article li a {
    color:#424242;
}

.cols-holder article:first-child {
    border-left: none;
}

.cols-holder h2 {
    padding-top:18px;
    padding-left:85px;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 56px;
    font-family: 'PFDinDisplayPro';
    padding-bottom: 13px;
    margin-top: -7px;
    margin-bottom: 20px;
}

.cols-holder h3 {
    font-size:16px;
    font-family: 'PFDinDisplayPro';
    padding: 0px 18px;
    font-weight:600;

}

.line-break {
    height:1px;
    width:100%;
    background:#e6e6e6;
    display:block;
    margin:15px 0px;
}

.events-con .top-info {
    padding-top: 5px;
    padding-bottom: 21px;
}

.news .title h1 {
    padding: 10px 0 0 0;
}

.news-list {
    overflow: hidden;
}

.news .title p {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Segoe Print';
    color: #acacac;
    float: right;
    padding: 5px 16px 24px 0;
    margin-right: 55px;
    background: url(../img/bg_text_arrow_3.png) no-repeat 100% 100%;
}

.news .head-bar {
    padding: 8px 0 29px 0;
    overflow: hidden;
}

.news .head-bar li {
    margin: 0 1px 1px 0;
    float: left;
}

.news .head-bar li a {
    color: #414141;
    font-size: 11px;
    line-height: 30px;
    padding: 0 27px 0 10px;
    display: block;
    font-weight: bold;
    height: 32px;
    position: relative;
    border: 1px solid #d2d2d2;
}

.news .head-bar li.current a {
    background: #e9e9e9;
}

.news .head-bar li a:after {
    position: absolute;
    background: url(../img/bg_arrow_6.png) no-repeat 100% 0;
    height: 8px;
    width: 8px;
    content: "";
    right: 11px;
    top: 11px;
}

.news .head-bar li a:hover {
    background: #e9e9e9;
    text-decoration: none;
}

.news .head-bar li.current a:after {
    background: url(../img/ico_close.png) no-repeat;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.news .head-bar li.current a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
}

.news-list {
    margin-right: -10px;
    margin-bottom: -8px;
}

.news-list article {
    width: 405px;
    float: left;
    padding-bottom: 33px;
}

.news-list article:nth-child(2n+1) {
    margin-right: 35px;
}

.news-list article .pic {
    float: left;
    position: relative;
    margin-right: 27px;
}

.news-list article .info {
    overflow: hidden;
}

.news-list article .info h3 {
    margin-top: -4px;
    font-size: 18px;
    line-height: 22px;
    color: #424242;
    font-weight: 600;
    font-family: "PFDinDisplayPro";
    padding: 0 0 8px 0;
}

.news-list article .info .date {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
    color: #777777;
}

.news-list article .info p {
    padding-bottom: 9px;
}

.news-list article .info h3 a {
    color: #424242;
}

.news-list article .info h3 a:hover {
    color: #ea4624;
    text-decoration: none;
}

.news .link-hold {
    clear: both;
    margin-bottom: -7px;
}

.events-con .top-info article {
    float: left;
    min-height: 84px;
    position: relative;
}

.events-con .top-info .col-1 {
    margin-right: 27px;
    margin-left: 0px;
    padding-left: 0px;
    width: 300px;
}

.events-con .top-info .col-2 {
    padding-top: 5px;
    padding-right: 28px;
    margin-right: 26px;
    width: 132px;
}

.events-con .top-info .col-3 {
    margin-right: 22px;
}

.events-con .top-info .col-4 {
    width: 175px;
    padding-top: 17px;
}

.events-con .top-info .col-4:after {
    display: none;
}

.events-con .top-info .col-4 img {
    float: left;
    margin-right: 7px;
}

.events-con .top-info .col-4 p {
    overflow: hidden;
    font-size: 11px;
    line-height: 16px;
    color: #333333;
}

.events-con .top-info .price {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    font-family: "PFDinDisplayPro";
    padding: 15px 0 0 0;
}

.price span {
    font-size: 30px;
    line-height: 36px;
    color: #ea4624;
    font-weight: bold;
    display: block;
}

.events-con .top-info article:after {
    position: absolute;
    content: "";
    right: 0;
    background: #d2d2d2;
    height: 72px;
    width: 1px;
    top: 5px;
}

.events-con .top-info ul {
    padding-top: 2px;
    overflow: hidden;
}

.events-con .top-info ul li {
    padding-left: 25px;
    line-height: 26px;
}

.events-con .top-info ul li.calendar {
    background: url(../img/ico_calendar_2.png) no-repeat 0 5px;
}

.events-con .top-info ul li.place {
    background: url(../img/ico_place.png) no-repeat 1px 3px;
}

.events-con .top-info ul li.time {
    background: url(../img/ico_worktime_3.png) no-repeat 0 5px;
}

.events-con .top-info .date-info {
    border: 1px solid #ea4624;
    height: 84px;
    width: 84px;
    display: block;
    float: left;
    margin: 0 29px 0 0;
    position: relative;
    text-align: center;
}

.events-con .top-info .date-info .day {
    color: #e94623;
    font-family: "PFDinDisplayPro";
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    padding: 13px 0 0 0;
    display: block;
}

.events-con .top-info .date-info .day-name {
    color: #e94623;
    font-family: "PFDinDisplayPro";
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.events-con .top-info .date-info:before {
    right: -8px;
    top: 50%;
    margin: -8px 0 0 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #ea4524;
}

.events-con .top-info .date-info:after {
    right: -7px;
    top: 50%;
    margin: -8px 0 0 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #fff;
}

.event-detail .holder {
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 11px;
    margin-bottom: 25px;
}

.event-detail .holder .photo {
    float: left;
    margin-right: 30px;
    padding-bottom: 15px;
}

.event-detail .holder .photo img {
    max-width: 100%;
}

.event-detail .holder .info {
    overflow: hidden;
    padding-left: 20px;
}

.event-detail .holder .info h3 {
    font-size: 22px;
    line-height: 32px;
    font-family: 'PFDinDisplayPro';
    font-weight: 600;
    padding-bottom: 8px;
}

.event-detail .holder p {
    padding-bottom: 20px;
}

.event-detail .holder .share {
    font-family: 'Segoe Print';
    font-size: 15px;
    line-height: 20px;
    color: #acacac;
    padding: 5px 0 0 0;
    margin-bottom: 14px;
}

.event-detail .holder .share p {
    padding-bottom: 9px;
}


.event-detail .holder .share input::-webkit-input-placeholder {
    color: #777777;
}
.event-detail .holder .share input::-moz-placeholder {
    color: #777777;
}

.event-detail .holder .share {
    border-bottom: 1px solid #d2d2d2;
}

.event-detail .holder .share form {
    overflow: hidden;
    margin-right: 0;
    padding-bottom: 11px;
}

.event-detail .holder .share input {
    border: 1px solid #dad9d9;
    width: 318px;
    padding: 0 12px;
    color: #777777;
    height: 36px;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.08);
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
}

.event-detail .holder .share button {
    border: none;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    float: left;
    font-weight: 600;
    padding: 0 25px 0 15px;
    clear: none;
    margin-right: -10px;
}

.event-detail .holder .stat {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 11px;
}

.event-detail .holder .stat .space {
    padding-bottom: 15px;
}

.event-detail .holder .role {
    line-height: 29px;
    font-weight: bold;
}

.event-detail .holder .role img {
    border: 1px solid #e1e3e0;
    float: left;
    margin-right: 13px;
}

.events-con .head-bar {
    overflow: hidden;
    padding: 7px 0 20px 0;
}

.events-con .head-bar ul {
    float: left;
    clear: left;
}

.events-con .head-bar li {
    margin: 0 1px 1px 0;
    float: left;
}

.events-con .head-bar li a {
    color: #414141;
    font-size: 11px;
    line-height: 30px;
    padding: 0 14px;
    display: block;
    font-weight: bold;
    height: 32px;
    border: 1px solid #d2d2d2;
}

.events-con .head-bar li.current a,
.events-con .head-bar li a:hover {
    background: #e9e9e9;
    text-decoration: none;
}

.events-con .head-bar .month li a {
    padding: 0 11px;
}

.events-con section {
    margin-right: -9px;
    padding-bottom: 26px;
    overflow: hidden;
}

.events-con article {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 1px;
    float: left;
}

.events-con article.disable {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.events-con .coming-events article .title {
    font-size: 18px;
    padding-top: 2px;
    min-height: 56px;
    padding-bottom: 10px;
}

.events-con .coming-events article .place {
    padding-left: 25px;
    background: url(../img/ico_place.png) no-repeat;
    line-height: 21px;
    display: block;
    padding-bottom: 5px;
    color: #4e4e4e;
}

.events-con .coming-events article .time {
    padding-left: 25px;
    background: url(../img/ico_worktime_3.png) no-repeat 0 2px;
    line-height: 21px;
    display: block;
    color: #4e4e4e;
}

.events-con .coming-events .link-con {
    margin: 8px 0 0 0;
}

.main-info {
    overflow: hidden;
}

.main-info .holder {
    overflow: hidden;
    padding-right: 327px;
    width: 100%;
    float: left;
    padding-top: 3px;
}

.main-info .holder p {
    padding-bottom: 20px;
}

.main-info .event-date-large {
    float: right;
    margin-left: -294px;
    margin-top: 7px;
}

.event-list {
    overflow: hidden;
}

.event-list .top-bar {
    overflow: hidden;
    padding-bottom: 24px;
}

.event-list .top-bar p {
    font-family: 'Segoe Print';
    color: #acacac;
    font-size: 15px;
    line-height: 20px;
    float: left;
    padding: 5px 50px 5px 0;
    margin-right: 16px;
    background: url(../img/bg_text_arrow.png) no-repeat 100% 6px;
}

.event-list .top-bar ul {
    float: left;
}

.event-list .top-bar ul li {
    padding: 0 1px 1px 0;
    float: left;
}

.event-list .top-bar ul li a {
    color: #414141;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid #d2d2d2;
    height: 32px;
    line-height: 30px;
    display: block;
    padding: 0 11px;
}

.event-list .top-bar ul li.current a,
.event-list .top-bar ul li a:hover {
    background: #e9e9e9;
    text-decoration: none;
}

.event-list section {
    margin-right: -28px;
    padding-bottom: 16px;
    overflow: hidden;
}

.event-list article {
    padding-bottom: 21px;
}

.event-list article span {
    display: block;
}

.event-list article .text {
    padding-bottom: 8px;
    color: #424242;
}

.event-list article a:hover {
    text-decoration: none;
}

.event-list article a:hover .text {
    color: #ea4624;
    text-decoration: none;
}

.event-list article .link-con {
    display: inline;
}

.event-list article a:hover .link-con {
    text-decoration: underline;
}

.event-list article .pic {
    margin-bottom: 9px;
    display: block;
}

.event-list article .pic img {
    width: 100%;
}

.event-list article p {
    padding-bottom: 8px;
}

.event-list article {
    width: 33.33%;
    float: left;
    padding-right: 28px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'PFDinDisplayPro';
    color: #424242;
}

.for-more {
    font-family: 'Segoe Print';
    color: #acacac;
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 56px;
    display: block;
    text-align: center;
    margin-bottom: 52px;
    background: url(../img/bg_text_arrow_2.png) no-repeat 50% 100%;
}

.organization {
    margin-bottom: 20px;
}

.organization section {
    overflow: hidden;
    margin-bottom: 10px;
}

.organization article {
    border: 1px solid #d2d2d2;
    width: 42.8%;
    float: left;
    padding: 18px 22px 0;
}

.organization h2 {
    color: #414141;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    font-family: 'PFDinDisplayPro';
    padding-bottom: 13px;
}

.organization .phone {
    color: #414141;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    font-family: 'PFDinDisplayPro';
    background: url(../img/ico_phone.png) no-repeat 1px 3px;
    padding-left: 30px;
    padding-bottom: 8px;
}

.organization .call-note {
    font-size: 11px;
    line-height: 20px;
    padding-left: 30px;
    padding-bottom: 22px;
}

.organization .work-time {
    padding-left: 30px;
    background: url(../img/ico_worktime.png) no-repeat;
}

.organization .work-time span:last-child {
    border: none;
    margin-bottom: 22px;
}

.organization .day {
    font-size: 14px;
    line-height: 16px;
    font-family: 'PFDinDisplayPro';
    font-weight: 600;
    display: block;
    padding-bottom: 6px;
}

.organization .hour {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    margin-right: 30px;
    padding-bottom: 7px;
    margin-bottom: 10px;
}

.organization .right-item {
    width: 56.1%;
    float: right;
}

.organization .text {
    padding: 1px 0 25px 30px;
}

.organization .dress {
    background: url(../img/ico_dress.png) no-repeat 0 3px;
    padding-bottom: 20px;
}

.organization .tech {
    background: url(../img/ico_tech.png) no-repeat 0 5px;
}

.organization .chech {
    background: url(../img/ico_check.png) no-repeat 0 4px;
}

.organization .advince {
    border: none;
}

.organization .advince .ico {
    background: url(../img/ico_worktime_2.png) no-repeat;
    height: 32px;
    width: 32px;
    display: block;
    float: left;
    margin-top: 7px;
}

.organization .advice-phone .ico {
    background: url(../img/ico_nophone.png) no-repeat;
}

.organization .advince .main {
    font-size: 28px;
    line-height: 32px;
    font-family: 'Segoe Print';
    color: #acacac;
    display: block;
    margin-right: -15px;
    padding: 49px 0 0 95px;
    background: url(../img/bg_text_arrow_3.png) no-repeat 38px 25px;
}

.organization .advince .note {
    font-size: 15px;
    line-height: 20px;
    font-family: 'Segoe Print';
    border-bottom: 2px dotted #acacac;
    color: #acacac;
    display: block;
    float: right;
    padding: 0 20px 5px 10px;
    margin: 18px 5px 14px 0;
    background: url(../img/bg_text_arrow_3.png) no-repeat 38px 25px;
}

.organization .event-tags {
    overflow: visible;
}

.organization .event-tags article {
    border: none;
    width: 100%;
    padding: 0;
    overflow: visible;
    padding: 5px 0 13px 1px;
    margin: 0 0 7px 0;
    border-bottom: 1px solid #d2d2d2;
}

.organization .event-tags article:last-child {
    border-bottom: none;
}

.organization .event-tags p {
    font-size: 16px;
    line-height: 20px;
    padding: 27px 0 0 0;
    overflow: hidden;
}

.organization .event-tags p.line-2 {
    padding: 16px 0 0 0;
}

.organization .event-tags .event-tag {
    float: left;
    margin-right: 25px;
}

.event-tag {
    width: 75px;
    padding: 4px 0 41px 0;
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 11px;
    color: #249e48;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 5px 7px rgba(0,0,0,.3);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAiIGhlaWdodD0iMTAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #ebebeb 0%, #fff 49.61%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #ebebeb 0%, #fff 49.61%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #ebebeb 0%, #fff 49.61%, #fff 100%);
    background-image: linear-gradient(bottom, #ebebeb 0%, #fff 49.61%, #fff 100%);
    margin-bottom: 20px;
}

.tag-guaranty-event {
    color: #fdc80b;
}

.tag-maybe-event {
    color: #ea4624;
}

.event-tag:after {
    position: absolute;
    background: url(../img/ico_event_status.png) no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    content: "";
    left: 50%;
    bottom: 6px;
    margin-left: -16px;
}

.tag-guaranty-event:after {
    background-position: 0 -30px;
}

.tag-maybe-event:after {
    background-position: 0 -60px;
}

.event-tag .text-top {
    display: block;
    letter-spacing: -1px;
    border-bottom: 1px dashed #d2d2d2;
    padding-bottom: 4px;
}

.event-date-large {
    width: 294px;
    border: 1px solid #d2d2d2;
    background: url(../img/bg_lines_1.png);
    text-align: center;
    padding: 25px 10px 19px 10px;
}

.event-date-large .top-line {
    color: #e94623;
    font-size: 26px;
    line-height: 36px;
    font-weight: bold;
    font-family: 'PFDinDisplayPro';
}

.event-date-large .day {
    color: #e94623;
    font-size: 100px;
    line-height: 85px;
    font-weight: bold;
    font-family: 'PFDinDisplayPro';
    padding-bottom: 6px;
}

.event-date-large .mid {
    color: #424242;
    font-size: 20px;
    line-height: 24px;
    font-family: 'PFDinDisplayPro';
    padding-bottom: 18px;
}

.event-date-large .btn-red {
    float: left;
    margin-left: -11px;
}

a.btn-red,
.btn-red {
    background: url(../img/bg_btn_red.png) no-repeat 100% 50%;
    height: 51px;
    font-family: 'PFDinDisplayPro';
    line-height: 51px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 27px 0 20px;
    opacity: 0.9;
    border: none;
    filter: alpha(opacity=90);
}

a.btn-blue,
.btn-blue {
    background: #0168b5;
    height: 36px;
    font-family: 'PFDinDisplayPro';
    line-height: 36px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 22px;
    border: none;
}

a.btn-yellow,
.btn-yellow {
    background: url(../img/bg_btn_yellow.png) no-repeat 100% 50%;
    height: 51px;
    font-family: 'PFDinDisplayPro';
    line-height: 51px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 0 27px 0 20px;
    border: none;
}

a.btn-red.large,
.btn-red.large {
    font-size: 18px;
}

a.btn-red:hover,
.btn-red:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
}

a.btn-yellow:hover,
.btn-yellow:hover {
    background-image: url(../img/bg_btn_yellow_hover.png)
text-decoration: none;
}

.title h1 {
    color: #434b4b;
    font-size: 28px;
    font-weight: 600;
    font-family: 'PFDinDisplayPro';
    line-height: 32px;
    margin: 0 20px 9px 0;
}

.title h1.type-2 {
    text-transform: none;
}

.clear {
    clear: both;
}

.entry h2 {
    font-size: 24px;
    line-height: 26px;
    padding: 0 0 11px 0;
    font-weight: 600;
    font-family: 'PFDinDisplayPro';
}

.entry h3 {
    font-size: 20px;
    line-height: 22px;
    padding: 0 0 12px 0;
    font-weight: 600;
    font-family: 'PFDinDisplayPro';
}

.entry h4 {
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 13px 0;
    font-weight: 600;
    font-family: 'PFDinDisplayPro';
}

.entry h5 {
    font-size: 14px;
    line-height: 18px;
    padding: 0 0 17px 0;
    font-weight: 600;
    font-family: 'PFDinDisplayPro';
}

.entry p {
    padding: 0 0 20px 0
}

.entry blockquote {
    margin: 9px 2px 40px 0;
    overflow: hidden;
    display: block;
    font-style: italic;
    background: #fafafa;
    border: 1px dotted #4e4e4e;
    padding: 17px 20px 24px 105px;
    position: relative;
    font-size: 20px;
}

.entry blockquote:after {
    position: absolute;
    color: #ea4624;
    content: "„";
    left: 20px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    font-size: 120px;
    font-style: normal;
    top: -10px;
}

.entry blockquote p.text {
    padding: 0 0 14px 0;
    position: relative;
}

.entry cite {
    float: right;
    padding: 0 2px 0 0;
    font-size: 11px;
    line-height: 18px;
    text-align: right;
}

.entry .highlight-holder {
    padding: 5px 0 34px 0;
}

.entry .highlight {
    background: #4e4e4e;
    color: #fff;
    padding: 3px 6px 4px 6px;
}

.entry .highlight_2 {
    background: #ea4624;
    color: #fff;
    padding: 3px 6px 4px 6px;
}

.entry .highlight_3 {
    background: #fdc80b;
    color: #fff;
    padding: 3px 6px 4px 6px;
}

.entry ul {
    margin: 3px 0 24px 0;
}

.entry ul li {
    background: url(../img/bg_arrow_list.png) no-repeat 0 2px;
    padding: 0 0 2px 30px;
}

.entry .cols-holder li {
    background: url(../img/bg_arrow_6_list.png) no-repeat 6px 7px;
    padding: 0 0 2px 30px;
}

.entry .poll_options li {
    background: none;
    padding: 0 0 2px 30px;
}

.entry ol {
    margin: 0 0 34px 2px;
}

.entry ol li {
    list-style: decimal;
    margin: 0 0 0 16px;
    padding: 0 0 2px 2px;
}

.entry table {
    width: 100%;
    margin: 2px 0 39px 0;
}

.entry table th {
    text-align: left;
    background: #424242;
    padding: 10px 0 9px 13px;
    font-weight: normal;
    font-family: 'PFDinDisplayPro';
    color: #FFF;
}

.entry table tr:nth-child(odd) {
    background: #efefef;
}

.entry table tr:nth-child(even) {
    background: #fff;
}

.entry table th.name {
    width: 445px;
}

.entry table th.qnt {
    width: 130px;
}

.entry table .qnt {
    font-weight: bold;
}

.entry table th.price {
    width: 140px;
}

.entry table td {
    padding: 11px 0 12px 13px;
}

.entry sup {
    font-size: 6px;
    position: relative;
    top: -5px;
}

.entry sub {
    font-size: 7px;
    bottom: -4px;
    position: relative;
}

.entry .left {
    float: left;
    padding: 4px 22px 23px 0;
}

.entry .right {
    padding: 4px 0 42px 22px;
    float: right;
}

.entry .center {
    display: block;
    margin: auto;
    padding: 0 0 7px 0;
}


.entry p.gallery:after {
    content: "";
    clear: both;
    display: block;
}

.entry img {
    max-width: 100%;
}

p a.col-3 {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 13px 22px 5px 0;
}

p a.col-3:hover {
    opacity: 0.9;
}

p a.col-3:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 9;
}

p a.col-3:hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -7px;
    content: "";
    display: block;
    height: 26px;
    width: 14px;
    z-index: 99;
}

p a.col-3 img {
    display: block;
}

p a.col-3:last-child {
    margin-right: 0;
}

p a.col-2 {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 22px 14px 0;
}

p a.col-2:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg_lines_6.png);
    content: "";
    z-index: 9;
}

p a.col-2:hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -7px;
    background: url(../img/bg_arrow_2.png) no-repeat;
    content: "";
    display: block;
    height: 26px;
    width: 14px;
    z-index: 99;
}

p a.col-2 img {
    display: block;
}

p a.col-2:last-child {
    margin-right: 0;
}

p a.col-3:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg_lines_6.png);
    content: "";
    z-index: 9;
}

p a.col-3:hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -7px;
    background: url(../img/bg_arrow_2.png) no-repeat;
    content: "";
    display: block;
    height: 26px;
    width: 14px;
    z-index: 99;
}

.download-bar {
    margin: -3px 0 45px -2px;
    overflow: hidden;
}

.download-bar li {
    float: left;
    padding-right: 9px;
}

.download-bar li a span {
    background: url(../img/ico_files.png) no-repeat;
    height: 32px;
    width: 31px;
    display: block;
}

.download-bar li .ico-pdf {
    background-position: -31px 0;
}

.download-bar li .ico-ppt {
    background-position: -62px 0;
}

.download-bar li .ico-xls {
    background-position: -93px 0;
}

.back  {
    border-top: 1px solid #d2d2d2;
    clear: both;
    overflow: hidden;
}

.back a {
    font-size: 12px;
    line-height: 25px;
    background: url(../img/bg_arrow_3.png) no-repeat 1px 9px;
    padding: 0 0 0 12px;
    margin: 9px 0 25px 0;
    float: left;
    font-family: 'PFDinDisplayPro';
}

.events-gallery {
    padding: 23px 0 0 0;
    overflow: hidden;
    margin-bottom: -2px;
}

.events-gallery h2 {
    color: #424242;
    font-family: "PFDinDisplayPro";
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 19px;
}

.events-gallery ul {
    margin-right: -16px;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 33px;
}

.events-gallery li {
    width: 16.66%;
    float: left;
    padding-right: 16px;
}

.events-gallery li a {
    position: relative;
    display: block;
}

.events-gallery li a img{
    max-width: 100%;
}

.events-gallery li a:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bg_lines_6.png);
    content: "";
    z-index: 9;
}

.events-gallery li a:hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -7px;
    background: url(../img/bg_arrow_2.png) no-repeat;
    content: "";
    display: block;
    height: 26px;
    width: 14px;
    z-index: 99;
}

.sponsors {
    padding: 25px 0 0 0;
    overflow: hidden;
}

.sponsors h2 {
    color: #424242;
    font-family: "PFDinDisplayPro";
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 20px;
}

.sponsors ul {
    overflow: hidden;
    margin: 0 0 25px -5px;
}

.sponsors li {
    float: left;
    padding-right: 27px;
}

.sponsors li:last-child {
    padding-right: 0;
}

.sponsors .link-hold {
    padding: 8px 0 17px 0;
}

/* Sidebar
------------------------------------------------------------------------------*/

#sidebar {
    float: right;
    width: 305px;
    margin: 15px 0 0 -305px;
    background:#fff;
}

#sidebar-main {
    float: right;
    width: 341px;
    margin: 0 0 0 -341px;
    background:#fff;
    height: 466px;
    border-bottom: 2px solid #D4D4D4;
}

#sidebar-main .link-con {
    float:right;
    margin-right:16px;
    line-height: 36px;
}

#sidebar-main .widget-events h2 {
    color:#424242;
    padding-top:18px;
    padding-left:20px;
    font-size:24px;
    margin-bottom:17px;
}

#sidebar-main ul {
    margin-left:13px;
}


#sidebar-main ul li {
    border-bottom:1px solid #e6e6e6;
    padding:12px 17px;
}

#sidebar-main ul li:first-child {
    border-top:1px solid #e6e6e6;
}



#sidebar .widget-projects {
    padding: 24px 0 0 0;
}

#sidebar .widget-projects h2 {
    font-size: 28px;
    font-family: "PFDinDisplayPro";
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 14px;
}

#sidebar .widget-projects img {
    float: left;
    margin-right: 21px;
    margin-top: 4px;
}

#sidebar .widget-projects ul {
    padding-bottom: 10px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d2d2d2;
}

#sidebar .widget-projects li {
    overflow: hidden;
    padding-bottom: 14px;
}

#sidebar .widget-projects li a {
    color: #424242;
    font-size: 16px;
    line-height: 20px;
    font-family: "PFDinDisplayPro";
    font-weight: 600;
}

#sidebar .widget-projects a span {
    overflow: hidden;
    margin-top: -4px;
    display: block;
}

#sidebar .widget-projects .link-con {
    float: right;
    background-position: 100% 8px;
}

#sidebar .widget-culture {
    padding: 27px 0 0 0;
}

#sidebar .widget-culture h3 {
    font-size: 18px;
    font-family: "PFDinDisplayPro";
    line-height: 22px;
    padding-bottom: 1px;
}

#sidebar .widget-culture h2 {
    font-size: 28px;
    font-family: "PFDinDisplayPro";
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 18px;
}

#sidebar .widget-culture img {
    margin-bottom: 11px;
}

#sidebar .widget-culture .action-bar {
    overflow: hidden;
    padding-bottom: 37px;
}

#sidebar .widget-culture .action-bar p {
    border: 1px solid #d2d2d2;
    height: 37px;
    line-height: 35px;
    padding-right: 21px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    float: left;
    margin: 0 1px 1px 0;
    overflow: hidden;
}

#sidebar .widget-culture .action-bar p span {
    font-size: 22px;
    font-weight: bold;
    line-height: 37px;
    font-family: "PFDinDisplayPro";
    width: 40px;
    text-align: center;
    float: left;
    display: block;
    position: relative;
    margin-right: 25px;
}

#sidebar .widget-culture .action-bar p span:before {
    top: -1px;
    right: -10px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 10px;
    border-color: transparent transparent transparent #d2d2d2;
}

#sidebar .widget-culture .action-bar p span:after {
    top: -1px;
    right: -9px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 0 19px 10px;
    border-color: transparent transparent transparent #fff;
}

#sidebar .widget-culture .action-bar a {
    background: #e9e9e9 url(../img/bg_arrow_7.png) no-repeat 50% 50%;
    height: 37px;
    width: 37px;
    display: block;
    float: left;
}

#sidebar .widget-culture .income {
    background: url(../img/20.jpg) no-repeat 50% 50%;
    width: 305px;
    background-size: cover;
    height: 175px;
    margin-bottom: 20px;
    padding-top: 111px;
}

#sidebar .widget-culture .btn-red {
    font-size: 18px;
}

#sidebar .widget-events {
    margin-bottom: 54px;
    overflow: hidden;
}

#sidebar .widget-events.space {
    margin-bottom: 20px;
}

#sidebar .widget-events.space section {
    margin-bottom: -5px;
}

#sidebar .widget-events h2 {
    font-family: "PFDinDisplayPro";
    font-size: 28px;
    line-height: 32px;
    padding: 0px 0 13px 0;
    font-weight: 600;
    margin-top: -5px;
}

#sidebar .widget-events a.link-con {
    float: right;
    margin: 5px 0 0 0;
    background-position: 100% 7px;
}


.kalend {
    display:block;
    border: 1px solid #424242;
    background-color: #424242;
    border-radius:45px;
    float:left;
    width:95px;
    height:95px;
    margin-top:20px;
    padding-top:25px;
    text-align:center;
}

.disable .kalend {
    border:1px solid #e6e6e6;
    background-color: #fff;
}

.coming-events article:hover .kalend {
    border:1px solid #ef7f1a;
    background-color: #ef7f1a;
    color: #fff;
}

.coming-events article:hover .kalend .day {
    color: #fff;
}

.coming-events article:hover .kalend .day-name {
    color: #fff;
}

.kalend .day {
    font-size:36px;
    font-family:"PFDinDisplayPro";
    color:#fff;
}

.kalend .day-name {
    font-size:12px;
    font-family:"PFDinDisplayPro";
    color:#fff;
}

.disable .kalend .day, .disable .kalend .day-name {
    color:#989898;
}

.coming-events {
    border-top:1px solid #e6e6e6;
}

.coming-events a {
    display: block;
    overflow: hidden;
    padding-bottom: 8px;
    overflow: hidden;
    border-bottom:1px solid #e6e6e6;
}

.coming-events a:hover {
    text-decoration: none;
}

.coming-events .date-info {
    border: 1px solid #0168b5;
    height: 84px;
    width: 84px;
    display: block;
    float: left;
    margin: 20px 30px 0 19px;
    position: relative;
    text-align: center;
}

.coming-events a:hover .date-info {
    border: 1px solid #249e48;
}

.coming-events a:hover .day, .coming-events a:hover .day-name {
    color: #f1592a;
}

.coming-events .date-info .day {
    color: #0168b5;
    font-family: "PFDinDisplayPro";
    font-size: 36px;
    line-height: 38px;
    font-weight: bold;
    padding: 13px 0 0 0;
    display: block;
}

.coming-events .date-info .day-name {
    color: #0168b5;
    font-family: "PFDinDisplayPro";
    font-size: 12px;
    line-height: 20px;
    display: block;
}

.coming-events .date-info:before {
    right: -8px;
    top: 50%;
    margin: -8px 0 0 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #0168b5;
}

.coming-events .date-info:after {
    right: -7px;
    top: 50%;
    margin: -8px 0 0 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 8px;
    border-color: transparent transparent transparent #fff;
}

.coming-events a:hover .date-info:before {
    border-color: transparent transparent transparent #249e48;
}

.coming-events .event-tag {
    display: none;
}
/*
.coming-events a:hover .event-tag {
	position: absolute;
	top: 5px;
	display: block;
	left: 4px;
}
*/
.coming-events .title {
    font-size: 18px;
    line-height: 22px;
    font-family: "PFDinDisplayPro";
    margin-top: 0;
    display: block;
    color: #424242;
    padding-right: 35px;
}

.coming-events a:hover .title {
    color: #009846;
}

.coming-events .info {
    padding-top: 16px;
    padding-right: 14px;
    overflow: hidden;
    display: block;
    padding-left:30px;
}

.coming-events .link-event {
    display: inline;
    float: right;
    margin: 5px 5px 0 0;
    color:#f1592a;

}

.coming-events .link-con {
    display: inline;
    float: right;
    margin: 15px 0 0 0;
    background-position: 100% 8px;
}

.coming-events a:hover .link-con {
    text-decoration: underline;
}

#sidebar .widget-banner {
    margin-bottom: 20px;
}

#sidebar .widget-select {
    background: url(../img/bg_lines_2.png);
    padding: 0 16px 13px 17px;
    overflow: hidden;
}

#sidebar .widget-select h2 {
    color: #fff;
    font-family: "PFDinDisplayPro";
    font-size: 20px;
    line-height: 24px;
    float: right;
    padding: 13px 8px 5px 8px;
}

#sidebar .widget-menu {
    margin-bottom: 20px;
}

#sidebar .widget-menu a {
    display: block;
    color: #424242;
    font-family: "PFDinDisplayPro";
    font-size: 20px;
    line-height: 26px;
    text-align: right;
    margin: 1px 0 0 0;
    padding: 20px 25px 21px 8px;
    background: url(../img/bg_lines_7.png);
}

#sidebar .widget-menu .current a,
#sidebar .widget-menu a:hover {
    background: url(../img/bg_lines_3.png);
    color: #fff;
    text-decoration: none;
}

#sidebar .widget-menu a span {
    display: block;
    font-size: 16px;
    text-transform: none;
    line-height: 24px;
}

#sidebar .widget-accordion {
    display: block;
    font-size: 16px;
    text-transform: none;
    line-height: 24px;
    margin-bottom: 20px;
}

#sidebar .widget-accordion .accordion-item:first-child h3 {
    margin-top: 0;
}

#sidebar .widget-accordion h3 {
    background: url(../img/bg_lines_7.png);
    color: #424242;
    height: 43px;
    line-height: 23px;
    padding: 10px 25px;
    font-family: 'PFDinDisplayPro';
    font-weight: 300;
    text-align: right;
    margin-top: 1px;
	cursor: pointer;
}

#sidebar .widget-accordion h3.has_current ~ .info {
	display: block;
}

#sidebar .widget-accordion h3.current,
#sidebar .widget-accordion h3.active,
#sidebar .widget-accordion h3:hover {
    background: url(../img/bg_lines_4.png);
    color: #fff;
}

#sidebar .widget-accordion h3 {
	/*cursor: default!important;*/
}

#sidebar .widget-accordion .info {
    background: #f4f4f4;
    color: #fff;
    line-height: 24px;
    font-family: 'PFDinDisplayPro';
    font-weight: 300;
    font-size: 14px;
    text-align: right;
    padding: 9px 25px 14px 25px;
    display: none;
}

#sidebar .widget-accordion .info a {
    color: #424242;
}

#sidebar .widget-accordion .info .current a {
    font-weight: 600;
}

#sidebar .widget-accordion .info .current a {
    font-weight: 600;
}

#sidebar .widget-text {
}

#sidebar .widget-text h3 {
    color: #fff;
    font-family: "PFDinDisplayPro";
    font-size: 18px;
    line-height: 19px;
    padding: 12px 16px;
    margin-top: -43px;
}

#sidebar .widget-text .holder {
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    padding: 18px 22px 0;
	margin-bottom: 18px;
}

#sidebar .widget-text .holder h4 {
    font-weight: bold;
    padding-bottom: 20px;
}

#sidebar .widget-text .holder p {
    padding: 0 0 20px 30px;
    background: url(../img/bg_arrow_list.png) no-repeat 0 1px;
}

.crf-s {
    outline: none;
    color: #555555;
    font-size: 12px;
    line-height: 36px;
    height: 36px;
    padding: 0 12px;
    width: 100%;
    clear: both;
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #3d3c3c;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.08);
    background: #424242;
    color: #fff;
}

.crf-s:after {
    position: absolute;
    display: block;
    content: "";
    top: 15px;
    right: 14px;
    background: url(../img/bg_arrow_4.png) no-repeat;
    width: 8px;
    height: 5px;
}

.crf-sm li {
    cursor: pointer;
}

.crf-sm li span {
    padding: 0 12px;
    display: block;
}

.crf-sm li span:hover {
    background: #606060;
}

.crf-sm {
    position: absolute;
    display: none;
    overflow: auto;
    max-height: 300px;
    z-index: 9999;
    background: #424242;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    border-top: 1px solid #fff;
    padding: 6px 0 11px 0;
}

/* Footer
------------------------------------------------------------------------------*/
.ftt {
    border-bottom:2px solid #d4d4d4;

}

#footer {
    clear: both;
    color: #989898;
    text-align: center;
    height:50px;
    padding:0px 20px;
}

#footer ul {
    clear: both;
    height: 121px;
    margin: 20px 0 13px 0;
    background: #e9e9e9;
    height: 39px;
    line-height: 41px;

}

#footer ul li {
    padding: 0 12px;
    display: inline-block;
}

#footer ul li a {
    color: #414141;
    font-family: "PFDinDisplayPro";
    font-size: 14px;
}

#footer .copy {
    font-size: 12px;
    line-height: 16px;
    float:left;
    padding-top: 14px;
    padding-bottom: 14px;
}

#footer .sitemap {
    font-size: 12px;
    line-height: 16px;
    float: left;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 14px;
}

#footer .design {
    padding-bottom: 14px;
    padding-top: 14px;
    float:right;
}

#footer .design a {
    color: #575757;
}

/* Fonts
------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Segoe Print';
    src: url('../fonts/Segoe Print.eot');
    src: url('../fonts/Segoe Print.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Segoe Print.woff') format('woff'),
    url('../fonts/Segoe Print.ttf') format('truetype'),
    url('../fonts/Segoe Print.svg#Segoe Prin') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro';
    src: url('../fonts/PFDinDisplayPro-Bold.eot');
    src: url('../fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Bold.woff') format('woff'),
    url('../fonts/PFDinDisplayPro-Bold.ttf') format('truetype'),
    url('../fonts/PFDinDisplayPro-Bold.svg#PFDinDisplayPro-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro';
    src: url('../fonts/PFDinDisplayPro-Light.eot');
    src: url('../fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Light.woff') format('woff'),
    url('../fonts/PFDinDisplayPro-Light.ttf') format('truetype'),
    url('../fonts/PFDinDisplayPro-Light.svg#PFDinDisplayPro-Light') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro';
    src: url('../fonts/PFDinDisplayPro-Med.eot');
    src: url('../fonts/PFDinDisplayPro-Med.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Med.woff') format('woff'),
    url('../fonts/PFDinDisplayPro-Med.ttf') format('truetype'),
    url('../fonts/PFDinDisplayPro-Med.svg#PFDinDisplayPro-Med') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'PFDinDisplayPro';
    src: url('../fonts/PFDinDisplayPro-Reg.eot');
    src: url('../fonts/PFDinDisplayPro-Reg.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PFDinDisplayPro-Reg.woff') format('woff'),
    url('../fonts/PFDinDisplayPro-Reg.ttf') format('truetype'),
    url('../fonts/PFDinDisplayPro-Reg.svg#PFDinDisplayPro-Reg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.main-content-list {
    display: inline-block;
    padding: 30px 20px 30px 0;
}

.main-content-list ul {
    width: 100%;
    display: inline-block;
    border-left: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.main-content-list ul li {
    display: inline-block;
    float: left;
    position: relative;
    width: 33.333%;
    height: 161px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    padding: 20px 20px;
}

.main-content-list ul li a {
    display: block;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 0.2s;
}

.main-content-list ul li a:hover {
    opacity: 0.5;
}

.main-content-list ul li a img {
    max-height: 120px;
    max-width: 100%;
}



/* Media
------------------------------------------------------------------------------*/

@media screen and (max-width: 1220px) {

    .partner-list {
        width:100%;
    }
    .container {
        width: 100%;
        padding: 0 15px;
    }

    #header .head-bar .top-hold p {
        display: none;
    }

    #header .head-bar .note {
        display: none;
    }

    #menu a {
        padding: 0 12px;
    }

    p a.col-3 {
        width: 31.3%;
        margin: 13px 1% 5px 1%;
    }

    p a.col-2 {
        width: 48%;
        margin: 0 1% 5px 1%;
    }

    .sponsors ul {
        text-align: center;
    }

    .sponsors li {
        float: none;
        display: inline-block;
        padding: 0 5px;
    }

    .sponsors li img {
        height: 42px;
    }

    .events-con section {
        margin-right: 0;
    }

    .events-con article {
        width: 100%;
        padding-right: 0;
    }

    .events-con .coming-events article .title {
        min-height: 0;
    }

    .event-detail .holder .info {
        overflow: visible;
    }

    .event-detail .holder .share {
        width: 100%;
        clear: both;
    }

    .event-detail .holder .photo {
        margin-right: 0;
    }

    .news-holder #sidebar {
        display: none;
    }

    .news-holder .main-content {
        padding-right: 0;
    }

    .slider .pic {
        width: 100%;
    }

    .slider .pic img {
        width: 100%;
    }

    .slider .info {
        height: auto;
    }

    .slider .info p {
        min-height: 0;
        padding-bottom: 10px;
    }

    .news-list article {
        margin: 0 !important;
        width: 50%;
        padding: 0 30px 20px 0;
    }

    .cols-holder article {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
    }

    .latest-news {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
    }

    .doc-list {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
        padding: 9px 0 0 0;
    }

    .doc-list:after {
        display: none;
    }

    .height-1 .link-hold {
        left: 0;
        right: 0;
    }

    .bt-info article {
        width: 50% !important;
        min-height: 160px;
    }

    .bt-info article:nth-child(2n+1):after {
        display: none;
    }

    .bt-info article:nth-child(2n+1) {
        clear: left;
        padding-left: 0 !important;
    }

    .history p {
        padding-right: 170px;
    }

    #sidebar .widget-events.space {
        height: auto !important;
        padding-top: 0;
    }

    .latest-news .date {
        clear: both;
    }
}

@media screen and (max-width: 1070px) {
    #menu a {
        font-size: 14px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1024px) {

    .main-content-list {
        padding-left: 0;
        padding-right: 30px;
    }

}


@media screen and (max-width: 960px) {

    body {
        min-width: 320px;
    }

    .menu-trigger {
        background: url(../img/bg_menu_trigger.png) no-repeat;
        height: 17px;
        width: 30px;
        display: block;
        float: right;
        margin: 20px 20px 20px 10px;
        cursor: pointer;
    }

    #menu {
        position: relative;
        overflow: visible;
        height: 58px;
    }

    #menu ul {
        display: none;
        top: 58px;
        left: 0;
        background: #fff;
        width:100%;
        text-align:center;
    }

    #menu li {
        float: none;
        display: block;
        width: 100%;
    }

    #menu a {
        color:#000;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        padding: 0 20px;
        border-right: none;
        border-bottom: 1px solid #ccc;
    }

    #menu form {
        width: 223px;
    }

    #menu form input {
        width: 185px;
    }

    #sidebar {
        width: 225px;
        margin: 0 0 0 -225px;
    }

    #sidebar img {
        max-width: 100%;
    }

    #sidebar .widget-menu a {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 15px 11px 8px;
    }

    #sidebar .widget-text .holder {
        padding: 10px 10px 0 10px;
    }

    .main-content {
        padding: 15px 245px 0 0;
    }

    .sponsors li {
        width: 20%;
        float: left;
    }

    .sponsors li img {
        height: 42px;
        display: block;
        margin: auto;
    }

    .event-list article {
        padding-right: 10px;
        font-size: 14px;
        line-height: 16px;
    }

    .main-info .holder {
        padding-right: 0;
    }

    .main-info .event-date-large {
        margin-left: 0;
        float: left;
        margin-top: -15px;
        margin-bottom: 15px;
    }

    .organization {
        margin-bottom: 30px;
    }

    .organization section {
        margin-bottom: 0;
    }

    .organization article {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    .news-list article .info {
        overflow: visible;;
    }

    .bt-info {
        padding-left:15px;
        padding-right:15px;
    }
    #sidebar-main {
        width:100%;
    }

    .mm {
        padding-right:0px;
    }

    .latest-news .date {
        clear: both;
    }

}

@media screen and (max-width: 676px) {

    .coming-events .title {
        padding-right:15px;
    }

    .partner-list li {
        margin-right:4px;
        margin-bottom:5px;
    }

    .partner-list {
        min-height:715px;
    }

    .bt-info {
        padding-left:15px;
        padding-right:15px;
    }


    .head-bar input {
        width:170px;
    }

    .home-slider .info {
        width: 290px;
        margin-right: 0;
        padding: 28px 10px;
    }

    .home-slider .bx-next, .home-slider .bx-prev {
        right: 221px;
    }

    .home-slider .bx-next {
        right: 178px;
    }

    .event-detail .holder .info {
        width: 100%;
    }

    #header .head-bar ul {
        margin: 0;
    }

    #header .head-bar ul li {
        float: right;
        clear: right;
        padding: 0 0 8px 0 !important;
        height: auto;
        border: none;
    }

    #header .head-bar ul li a {
        margin: 0 !important;
    }

    #header .head-bar {
        padding: 10px 0 0 0;
    }

    #logo {
        width: 115px;
        height: 45px;
        background-size: 115px 45px;
        margin: 10px 0 0 0;
    }



    #header .head-bar .right-info {
        max-width: none;
    }

    #header .head-bar .right-info .link-con,
    #header .head-bar .right-info p {
        display: inline-block;
        margin: 0 3px;
    }

    .link-con {
        background: url(../img/bg_arrow.png) no-repeat 100% 8px;
    }

    #sidebar {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .main-content {
        padding: 15px 0 0 0;
    }

    #footer ul {
        height: auto;
        line-height: 40px;
        margin: 10px -15px;
    }

    #footer ul li {
        padding: 0 2px;
    }

    #footer ul li a {
        font-size: 12px;
    }

    .sponsors li {
        width: 25%;
    }

    .sponsors li img {
        height: 30px;
    }

    .event-date-large {
        width: 260px;
        padding: 15px 10px s9px 10px;
    }

    .event-date-large .top-line {
        font-size: 20px;
        line-height: 22px;
    }

    .event-date-large .day {
        font-size: 80px;
        line-height: 70px;
        padding-bottom: 2px;
    }

    .event-date-large .mid {
        font-size: 15px;
        line-height: 18px;
        padding-bottom: 10px;
    }

    .event-date-large .btn-red {
        font-size: 15px;
        margin-right: -10px;
        font-weight: normal;
    }

    .event-list article {
        width: 50%;
    }

    .events-con .top-info article {
        clear: left;
        height: auto;
    }

    .events-con .top-info article:after {
        display: none;
    }

    .events-con .top-info .col-4,
    .events-con .top-info .col-2 {
        display: none;
    }

    .slider .pic .btns .btn-red,
    .slider .pic .btns .btn-yellow {
        height: 35px;
        line-height: 35px;
    }

    .news .title p {
        display: none;
    }

    .news-list article {
        width: 100%;
        padding-right: 0;
    }

    .events-gallery li {
        width: 33.33%;
        padding-bottom: 10px;
    }

    .events-gallery li img {
        width: 100%;
    }

    .news-list .link-con {
        background: url(../img/bg_arrow.png) no-repeat 100% 3px;
    }

    .bt-info article {
        width: 100% !important;
        min-height: 0;
        padding: 0 0 20px 0 !important;
    }

    .bt-info .col-2 {
        padding: 0 0 40px 0 !important;
    }

    .bt-info article:after {
        display: none;
    }

    .cols-holder {
        padding: 16px 0 0 0;
    }

    .latest-news .date {
        clear: both;
    }

    .home-slider .info h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        padding-bottom: 0;
    }

    .home-slider .info {
        width: 100%;
        padding: 10px 10px;
        position: absolute;
        height: auto;
        bottom: 0;
    }

    .home-slider .bx-next, .home-slider .bx-prev {
        display: none;
    }

}


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {

    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    color: #000;
    text-shadow: none;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.fancybox-close {
    position: absolute;
    top: 30px;
    right: -36px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(../img/ico_closef.png) no-repeat;
    z-index: 8040;
}

.fancybox-close:hover {
    background-position: 0 -20px;
}

.fancybox-prev {
    background: url(../img/ico_arrowsf.png) no-repeat 0 0;
    height: 36px;
    width: 19px;
    display: block;
    position: absolute;
    top: 50%;
    left: -47px;
    margin: -18px 0 0 0;
}

.fancybox-next {
    background: url(../img/ico_arrowsf.png) no-repeat 100% 0;
    height: 36px;
    width: 19px;
    display: block;
    position: absolute;
    top: 50%;
    right: -47px;
    margin: -18px 0 0 0;
}

.fancybox-prev:hover {
    background: url(../img/ico_arrowsf.png) no-repeat 0 100%;
}

.fancybox-next:hover {
    background: url(../img/ico_arrowsf.png) no-repeat 100% 100%;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(31, 31, 31, .92);
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    position: relative;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    padding: 14px 75px 0 0;
}

.imagecount {
    position: absolute;
    color: #ea4624;
    font-size: 22px;
    top: 23px;
    right: 0;
    line-height: normal;
    font-weight: bold;
}

.imagecount span {
    color: #fff;
}

.no-pad {
    padding:0 ;
}

.no-pad {
    padding:0 ;
}

.nobg {
    background:none;
}

.bb {
    border-bottom:2px solid #d3d3d3;
}

.head-bar {
    margin-bottom:24px;
}

.head-bar form {
    float:right;
}

.head-bar input {
    color: #989898;
    border: none;
    border-bottom: 1px solid #ef7f1a;
    height: 28px;
    padding-left: 8px;
    padding-right: 25px;
    width: 254px;
}

.head-bar button {
    background:url(../img/search-icon.png) no-repeat;
    width:13px;
    height:14px;
    border:none;
    position:relative;
    right: 21px;
    top: -3px;
}

.bt-info .col-2 ul li {
    display: inline;
    margin-right: 14px;
    margin-bottom: 14px;
    float: left;
}

.cols-holder article li a:hover {
    color:#009846;
    text-decoration: none;
}

.cols-holder article li.parent {
    background:url(../img/parent-arrowh.png) no-repeat 6px 7px;
	}

.cols-holder article li.parent ul, .widget-nav li.parent ul {
    display:inherit;
}

.cols-holder article li.parent:hover {
    background:url(../img/parent-arrow.png) no-repeat 6px 7px;
}

.cols-holder article ul li ul li a:hover {
    color:#21649c;
    text-decoration:none;
}

.cols-holder article ul li ul li {
    padding-left:10px;
    background:url(../img/sub-menu-arrow.png) 1px 9px no-repeat;
}

.cols-holder article ul li ul li:hover {
    background:url(../img/sub-menu-arrow-hover.png) 1px 9px no-repeat;
	}

.cols-holder article ul li ul, .widget-nav ul li ul {
    padding-left:8px;
    display:none;
}

.cols-holder article li a {
   color: #424242;
}

.cols-holder h3 {
    font-size:16px;
    font-family: 'PFDinDisplayPro';
    padding: 0px 18px;
    font-weight:600;
}
.poll .cols-holder h3 {
    padding-left: 0;
}

.line-break {
    height:1px;
    width:100%;
    background:#e6e6e6;
    display:block;
    margin:15px 0px;
}

.pagination-wrapper {
    text-align: center;
    padding: 30px 0;
    float: left;
}

.pagination-wrapper li {
    display: inline-block;
    padding-left: 2px;
}

.pagination-wrapper .current, .pagination-wrapper .selected {
    color: #4b4b4b;
}

.pagination-wrapper .current a {
    color: #4b4b4b;
}

.pagination-wrapper a {
    color: #F45E2A;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    background: #fff;
    line-height: 33px;
    padding: 0 16px;
    height: 33px;
    box-shadow: 0 0px 1px rgba(165,165,165,.5);
}


/* pagination */

.pagination {
    text-align: center;
    margin-bottom:25px;
}

.pagination ul li {
    font-family: antonio;
}

.pagination ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    color:#4e4e4e;
    line-height: 24px;
    margin-right: 5px;
    margin-bottom:8px;
}

.pagination ul li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    color:#9e0f13;
    border:1px solid #d7d3d4;
    line-height: 24px;
    padding:0px;
}

.pagination ul li a:hover {
    background:none;
    opacity: 0.7;
}

.pagination ul li:last-child {
    margin-right: 0px;
}

.widget-nav a {
    color: #424242;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    display: block;
    font-family: 'PFDinDisplayPro';
    font-weight: 400;
    color: #424242;
    text-align: right;
    text-decoration: underline;
}

.logos {
    padding: 25px 0 0 0;
    overflow: hidden;
    height: 190px;
}
.logos ul {
    overflow: hidden;
    margin: 0 0 25px -5px;
}
.logos h2, .title h2 {
    color: #424242;
    font-family: "PFDinDisplayPro";
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 20px;
}
.logos li img {
    display: block;
    position: relative;
    top: -33px;
}

.logos li img {
    top: -75px;
}

.logos li a img:hover {
    top: 50%;
}

.logos li img:hover {
    top: 0;
}

.logos li {
    float: left;
    height: 75px;
    overflow: hidden;
    padding: 0 35px 0 0;
    margin-bottom: 10px;
    margin-top: 13px;
}

.logos .link-hold {
    padding: 8px 0 17px 0;
}

/* votes */

.votes {
    display: inline !important;
    margin-left: 5px;
}

a.vote,
.vote, .webfeedback_vote {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    min-width: 117px;
    margin-right: 9px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 43px;
    padding: 0 15px;
    border: 0;
    height: 43px;
    box-shadow: 0 2px 5px rgba(165, 165, 165, .5);
}

.vote1 {
    color: #fff;
    background: #f1592a;
}

.vote1:hover, .vote1:focus, .vote1:active {
    background: #f1592a;
    color: white;
}

.vote2 {
    background: #ffab7b;
}

.vote2:hover {
    background: #ffab7b;
}

.vote3 {
    color: #000000;
    background: #ffffff;
}

.vote3:hover {
    background-color: #ffffff;
}

.forbidden {
    cursor: default !important;
}

.widget-nav a:hover {
    text-decoration: none;
}

.container.no-pad .gallery {
    height: 120px;
    overflow: hidden;
}

.widget-facebook {
    margin-left: 25px;
}

.col-bar {
    width: 1200px;
    margin: auto;
    margin-top: -9px;
    margin-bottom: 12px;
}

.entry ul li.partner {
    height: 75px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

.entry ul li.partner img {
    margin: -75px 0 0 0;
}

.entry ul li.partner img:hover {
    margin: 0px 0 0 0;
}

.entry ul {
    /*min-height: 200px;*/
}

.entry ul li.partner {
    background: none;
}

.col-1 .kalend {
    margin-left: 0px;
    margin-right: 30px;
    margin-top: 5px
}

.latest-news .text a:hover {
    text-decoration: underline;
}

.widget-nav.widget-text li a {
    color: #424242;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    font-family: 'PFDinDisplayPro';
    padding: 0px 25px 0px 25px;
    text-decoration: none;
}

.widget-nav.widget-text li a:hover {
    text-decoration: underline;
}

.widget-nav.widget-text ul {
    background: #f4f4f4;
    padding-top: 8px;
    padding-bottom: 10px;
}

.latest-news a:hover img {
    opacity: 0.9;
}

.col-bar h2 {
    margin-top: -60px;
}

.reg-to-event {
    margin-top: -41px !important;
    margin-right: 86px !important;
}

#form_ask_home textarea {
    width: 467px;
    max-width: 467px;
    height: 80px;
    margin-top: 5px;
    border: 1px solid #d9d9d9;
    padding: 10px 15px;
    font-size: 12px;
}

#form_ask_home .smallest {
    width: 50px;
    float: left;
    margin-top: 5px;
}

#form_ask_home .btn {
    margin-top: 15px;
    float: left;
    margin-bottom: 15px;
}

#form_ask_home img {
    float: left;
}

#form_ask_home input {
    border: 1px solid #d9d9d9;
    display: block;
    height: 39px;
    line-height: normal;
    color: #4b4b4b;
    float: left;
    font-size: 13px;
    background: #FFF;
    position: relative;
    padding: 10px 15px;
    width: 467px;
    margin-top: 5px;
}

.error {
    float: left;
    color: #e64135;
    clear: both;
}

.errors p {
	color: #e64135;
}

.contact-form {
    width: 500px;
}

.contact-form img {
    float: left;
    margin-top: 8px;
}

.contacts .contact-form .smallest {
    width: 50px;
    float: left;
    margin: 0 0 0 10px;
}

.widget-nav .current a{
    text-decoration: underline!important;
}

.has_current ul{
    display: inherit!important;
}

.contacts .contact-form input, .form input[type=text] {
    width: 226px;
    margin: 0 15px 18px 0;
}
.contacts textarea, .contacts input, .form input {
    border: 1px solid #d9d9d9;
    display: block;
    height: 39px;
    line-height: normal;
    color: #4b4b4b;
    float: left;
    font-size: 13px;
    background: #FFF;
    position: relative;
    padding: 10px 15px;
}

.contacts .contact-form textarea {
    width: 467px;
}
.contacts textarea {
    height: 150px;
    margin-bottom: 15px;
}

.btn {
    display: inline-block!important;
    color: #666!important;
    text-decoration: none!important;
    font-size: 15px!important;
    font-weight: bold!important;
    min-width: 117px!important;
    margin-right: 9px!important;
    text-align: center!important;
    line-height: 43px;
    padding: 0 15px!important;
    border: 0!important;
}

.latest-news a {
    color: #424242;
}

.latest-news a:hover {
    color: #009846;
    text-decoration: none!important;
}

.latest-news .link-con {
    background: none;
    color: #009846;
    padding-right:15px;
    background: url(../img/arrow-green-right.png) no-repeat right center;
}


.latest-news .link-con:hover {
    color: #009846;
    text-decoration: underline!important;
}

.contact-form .btn {
    clear: both;
    margin-top: 20px!important;
}

.contact-data {
    width: 241px;
    float: left;
}

.contact-data input {
    margin-bottom: 0px!important;
    margin-top: 20px;
}

#form_ask_message {
    margin-top: 20px;
    margin-bottom: 0px;
}

.clear {
    clear: both;
}

.events-con {
    margin-right: 20px;
}

blockquote p {
    font-size: 20px;
}

.accordion-item a:hover {
    text-decoration: none;
}

.info h2 a {
    color: #fff;
}

.main-content-full {
    padding: 10px
}

p a.col-4 {
    overflow: hidden;
    position: relative;
    float: left;
    margin: 13px 22px 5px 0;
}

p a.col-4:hover {
    opacity: 0.9;
}

p a.col-4:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: 9;
}

p a.col-4:hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -7px;
    content: "";
    display: block;
    height: 26px;
    width: 14px;
    z-index: 99;
}

p a.col-4 img {
    display: block;
}

p a.col-4:nth-child(4n) {
    margin-right: 0;
}

p a.col-4:hover:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(139,190,60,0.7);
    content: "";
    z-index: 9;
}

p a.col-4:hover:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -7px;
    background: url(../img/bg_arrow_2.png) no-repeat;
    content: "";
    display: block;
    height: 26px;
    width: 14px;
    z-index: 99;
}

.title.events-con .date {
    position: relative;
    top: -5px;
}

.file, .download, .download-ico, .download-ico h3:before {
    content: " ";
    padding-left: 20px;
    background: url("../img/ico-download.png") no-repeat scroll 0px 5px rgba(0, 0, 0, 0)!important;
}

.accordion-item .download-ico {
    padding-left: 0;
}

.border-bot, .latest-news.height-1 {
    border-bottom:2px solid #d3d3d3!important;
}

.reg-to-event {
    margin-top: 30px!important;
}

#form_ask_home h1 {
    font-size: 16px;
}

.container.no-pad.nobg .coming-events .kalend {
    margin-left: 20px;
}

.kalend.curr {
    border: 1px solid #f1592a;
    background-color: #f1592a;
}

.kalend.curr .day, .kalend.curr .day-name {
    color: #fff;
}

.col-3.no-bg {
    padding-right: 0px;
    margin-right: 10px!important;
}
.no-bg:after {
	background: none!important;
}

.place1 {
    clear: left;
}

.entry table.downloads tr {
	background-color: #efefef!important;
	margin-bottom: 10px;
}
.entry table.downloads {
	margin: 2px 0 0px 0!important;
}

.entry table p {
	text-align: center;
}

.paieska_pages {
	padding-bottom: 10px;
}

.paieska-inner {
	width: 500px;
	padding: 10px;
	margin-bottom: 15px;
}

.search-empty {
	margin-bottom: 15px;
	font-size: 16px;
}

.columns2 {
	border-collapse: separate;
	border-spacing: 10px 0px;
}

.height-1 {
    min-height: 455px;
}

ul.center {
    text-align: center;
    float: left;
}

ul.center li.partner {
    display: inline-block;
    float: none;
}

ul.center div {
    height: 270px;
    overflow: hidden;
}

.entry ul.center div {
    height: inherit;
}

.entry ul.center {
    padding: 0px 20px 7px 0;
}

.entry ul.center li {
    padding: 0 0 2px 40px
}

h1 {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.breadcrumbs a {
    font-size: 18px;
}

.event-detail article ul{
    clear: both;
}

.event-detail .col-1 .reg-to-event {
    background: #1A67AB!important;
    color: white!important;
}

.event-detail .col-1 .reg-to-event:hover {
    background: #f1592a!important;
}

.event-detail .col-1 .reg-to-event.expired {
	pointer-events: none;
	cursor: default;
	background: #858585!important;
}

.no-overflow {
    overflow: hidden;
}

.logos.full_height, .logos.full_height ul.center div {
    height: auto;
}

.related_polls {
    margin-top: 30px;
}

.poll {
    margin-right: 20px;
}

.poll h3 {
    font-weight: bold;
    font-size: 18px;
}

.poll li {
    float: inherit;
    height: 25px;
    overflow: inherit;
    margin-bottom: 14px;
    margin-right: 22px;
    display: block;
}

.poll li div {
    background: #fff;
    height: 4px;
}

.widget.poll li div {
    background: #fff;
    height: 4px;
}

.poll li div, .homepage.poll li div {
    background: #EEF0F1;
    height: 4px;
}

.poll li div div, .widget.poll li div div {
    background: #009846;
}

.poll .btn-red {
    background: #333333;
    color: #fff;
}

.poll .btn-red:hover, .poll .btn-red:active  {
    background: #000;
}

.widget.poll ul {
    margin-bottom: 15px;
}

.widget.poll .total_votes {
    float: left;
}

form .total_votes {
    margin-top: 15px;
}

.poll_options .expired a {
    color: #000;
}

.poll_options li a:hover {
    text-decoration: underline;
}

.poll_options li {
    clear: both;
}

.poll_options li a  {
    float: left;
}

.poll_options .tab-time {
    width: 10%;
}

.poll a.btn-black {
    color: #fff;
}

.poll_options .tab-text {
    width: 88%;
    padding-left: 20px;
}

body .entry p, body.latest-news p, body:not(.team module_personalas p) {
    text-indent: 30px;
}

@media (max-width: 676px) {

    .menu-trigger p {
       display: none;
    }
    .head-bar input {
        width: 140px;
        float: right;
    }

    .head-bar {
        margin-bottom: 0px;
    }

    #header {
        padding-top: 0px;
    }

    .menu-trigger {
        margin: 15px 0px 0px 0px;
    }

    .head-bar button {
        top: 18px;
        position: absolute;
    }

    body {
        padding: 0px 0 0 0;
    }
    #menu {
        height: 44px;
    }

    .bx-viewport {
        height: 210px;
    }

    .home-slider .bxslider li {
        background-size: cover !important;
        height: 210px;
    }

    .main-content-list {
        padding: 20px 0 40px 0;
    }

}

@media (max-width: 500px) {

    .main-content-list ul li {
        height: 150px;
    }

    .main-content-list ul li a img {
        max-height: 100px;
    }

}

@media (max-width: 400px) {

    .main-content-list ul li {
        height: 110px;
        padding: 10px;
    }

    .main-content-list ul li a img {
        max-height: 80px;
    }

}
