body,
html {
    font-family: Verdana;
    color: #a19f9a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #34332a;
}

.dn {
    display: none;
}

.pointer {
    cursor: pointer;
}

.top-holder {
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo {
    float: left;
    margin-top: 10px;
}

.logo img {
    max-height: 30px;
}

ul.menu {
    margin-top: 15px;
    float: left;
    padding: 0;
}

.sidebar ul.menu {
    margin-top: 0;
    margin-bottom: 30px;
}

ul.menu li {
    list-style-type: none;
    float: left;
    margin-left: 24px;
    font-size: 14px;
    line-height: 30px;
    color: #96948e;
    text-transform: uppercase;
    position:relative;
}



.box_privacy{
	font-size:1rem;
}
@media only screen and (min-width:992px){
    ul.menu li>ul{
        display: none;
    }
}
ul.menu li:hover>ul{
    display:block;
    position:absolute;
    border:1px solid #8bbc08;
    z-index:99999;
    padding:10px 0;
    background:#fbfbfb;
}
ul.menu li:hover>ul li{
    float:none;
    margin-left:0;
    background:#fbfbfb;
    min-width:285px;
    text-align: left;
    padding-left:10px;
}

#mobile-menu-toggler {
    float: right;
    width: 20px;
    font-size: 22px;
    margin-top: 10px;
    cursor: pointer;
}

@media only screen and (max-width:991px) {
    ul.menu.top-menu {
        z-index: 99999;
        border: 1px solid transparent;
        height: 0px;
        overflow: hidden;
        position: relative;
        transition-duration: 0.3s;
    }
    ul.menu.top-menu li {
        width: 100%;
        margin-left: 0;
    }
    ul.menu.top-menu li a {
        display: block;
        padding-left: 20px;
    }
    ul.menu.top-menu.opened {
        height: 100%;
        max-height: 800px;
        transition-duration: 0.3s;
        border: 1px solid #cec5b1;
    }
   
}
@media only screen and (max-width:768px){
     .speaker_position{
        min-height: 100px;
    }
}
.sidebar ul li {
    list-style-type: none;
    font-size: 14px;
    line-height: 30px;
    margin-left: 0px;
}

.sidebar ul.small-list {
    margin-top: 5px;
    padding-left: 0;
}

.sidebar ul.small-list li {
    font-size: 12px;
    line-height: 15px;
}

ul.menu li a,
.sidebar ul li a,
.sidebar a {
    color: #96948e;
}

.sidebar .widget {
    clear: both;
}

.social-top ul.menu {
    float: right;
}

.social-top ul.menu li {
    margin-left: 15px;
}

.social-top-one-row {
    display: block;
    clear: both;
    width: 100%;
}

.social-top-one-row ul.menu {
    float: left;
    margin-top: 5px;
    padding-left: 0;
}

.social-top-one-row ul.menu li {
    margin-left: 10px;
}

.social-top-one-row ul.menu li:first-child {
    margin-left: 0;
}


/**
homepage styles
*/

.homepage .slider-box {
    background-size: cover;
    min-height: 300px;
    transition-duration: 0.7s;
    transition-property: all;
    transition-timing-function: ease-in-out;
}
.homepage .slider-box.onepic{
    min-height: 350px;
}

.homepage .slider-box,
.homepage .event-box {
    position: relative;
    margin-bottom: 30px;
}

.homepage .slider-box .slider-overlay,
.homepage .event-box .event-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
}

.homepage .slider-box.onepic .slider-overlay{
    background:rgba(0,0,0, 0.55);
}

.homepage .event-box {
    min-height: 200px;
}

.homepage .event-box img {
    margin-left: auto;
    margin-right: auto;
}

.homepage .slider-box .text-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    color: #FFF;
    padding: 0 6px;
    font-size: 13px;
    width: 100%;
    text-align: center;
}

@media only screen and (min-width:360px) {
    .homepage .slider-box .text-overlay {
        padding: 0 10px;
    }
}

.homepage .slider-box .extra-text {
    color: #FFF;
    font-size: 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    opacity: 0.7;
    bottom: 10px;
}

.homepage .slider-box .extra-text img {
    max-height: 30px;
    margin-bottom: 5px;
}

.homepage .slider-box .extra-text a {
    color: #FFF;
}

@media only screen and (max-width:767px) {
    .homepage .slider-box .slider-btn,
    .homepage .event-box .btns-holder .event-btn {
        padding: 7px 10px;
        font-size: 11px;
        margin-top: 5px;
        min-width: 133px;
    }
}

.homepage .slider-box .extra-text .extra-text-title {
    text-transform: uppercase;
}

@media only screen and (min-width:768px) {
    .homepage .slider-box .btn-gen.slider-btn,
    .homepage .event-box .btns-holder .event-btn {
        min-width: 201px;
    }
    .homepage .slider-box.onepic .btn-gen.slider-btn{
        min-width: 312px;
        margin-top:10px;
    }
    .homepage .event-box {
        min-height: 460px;
    }
}

.slider-box .slider-badge {
    position: absolute;
    right: -10px;
    top: -35px;
    width: 100px;
    text-align: center;
    line-height: 1;
}

.slider-box .ball-link {
    background: #8bbc08;
    width: 100px;
    height: 100px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding: 13px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.slider-box .ball-link img {
    margin-bottom: 5px;
}

@media only screen and (min-width:375px) {
    .homepage .slider-box .extra-text {
        font-size: 11px;
    }
}

@media only screen and (min-width:768px) {
    .slider-box .slider-badge {
        bottom: 20px;
        top: auto;
        right: 20px;
    }
    .homepage .slider-box .extra-text {
        left: auto;
        right: 20px;
        font-size: 12px;
    }
}

.slider-box .ball-link img {
    max-height: 30px;
}

.slider-box .slider-badge a {
    color: #FFF;
    text-decoration: underline;
    font-size: 11px;
}

.slider-box .slider-badge a:hover {
    text-decoration: none;
}

.homepage .event-box .text-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    color: #FFF;
    font-size: 12px;
    top: 20%;
    text-align: center;
}

.homepage .slider-box .text-overlay h1 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    font-size: 23px;
}

.homepage .event-box .text-overlay h1 {
    text-transform: uppercase;
    font-size: 14px;
    color: #FFF;
}

.homepage .event-box .text-overlay .subtitle {
    font-size: 12px;
    margin-bottom: 20px;
}

@media only screen and (min-width:768px) {
    .homepage .event-box .text-overlay h1 {
        font-size: 24px;
    }
    .homepage .event-box .text-overlay .subtitle {
        font-size: 16px;
    }
    .homepage .event-box .text-overlay {
        top: 25%;
    }
    .homepage .slider-box .text-overlay {
        width: 75%;
        left: 12.5%;
        top: 10%;
    }
    .homepage .slider-box.onepic .text-overlay {
        width: 91%;
        left: 4.5%;
        top: 10%;
    }
    .homepage .slider-box .ball-link {
        top: 20px;
        right: 20px;
    }
}

@media only screen and (min-width:992px) {
    .homepage .event-box .text-overlay h1 {
        font-size: 54px;
    }
    .homepage .event-box .text-overlay .subtitle {
        font-size: 19px;
    }
    .homepage .slider-box {
        min-height: 600px;
    }
    .homepage .slider-box.onepic{
        /*height: 571px;*/
        min-height: 467px;
    }
    .homepage .slider-box .text-overlay {
        font-size: 12px;
        line-height: 21px;
        width: 75%;
        top: 30%;
        padding: 0 100px;
    }
    .homepage .slider-box.onepic .text-overlay{
        top:23%;
    }
    .homepage .slider-box .text-overlay p {
        margin-bottom: 30px;
    }
    .homepage .slider-box .text-overlay h1 {
        font-size: 54px;
    }
    .slider-box .slider-badge {
        width: 150px;
        line-height: 1.3;
        bottom: 40px;
        right: 40px;
    }
    .slider-box .ball-link {
        width: 140px;
        height: 140px;
        padding-top: 23px;
    }
    .slider-box .slider-badge a {
        font-size: 14px;
        margin-top: 0px;
        display: block;
    }
    .slider-box .ball-link img {
        max-height: 40px;
    }
    .homepage .slider-box .extra-text {
        font-size: 14px;
    }
}

@media only screen and (min-width:1400px) {
    .homepage .slider-box .text-overlay {
        /*        padding: 0 230px 0 120px;*/
    }
}

.home-spacer {
    margin-top: 80px;
}

.homepage h2 {
    font-size: 21px;
    margin: 20px 0 50px 0;
}

.homepage h2.featured-cases {
    margin: 50px 0 20px 0;
}

.case-listing {
    /*    max-width: 1000px;*/
    margin-left: -10px;
    margin-right: -10px;
}

.case-box {
    margin-bottom: 14px;
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 0 10px;
}

@media only screen and (min-width:768px) {
    .case-box {
        width: 25%;
    }
}

.case-box img {
    max-width: 100%;
    height: auto;
}

.case-overlay {
    position: absolute;
    width: calc(100% - 20px);
    height: 100%;
    background: #569818;
    top: 0px;
    left: 10px;
    opacity: 0;
    transition-duration: 0.3s;
    padding: 0 3px;
}

a.case-link span {
    color: #FFF;
    display: block;
    margin-top: 40%;
}

a.case-link:hover .case-overlay {
    opacity: 0.85;
}

.case-overlay .case-icon {
    position: absolute;
    top: 10px;
    width: 100%;
}

.case-overlay .case-icon img {
    max-height: 20px;
}

@media only screen and (min-width:430px) {
    .case-overlay .case-icon img {
        max-height: 24px;
    }
}

@media only screen and (min-width:992px) {
    .case-overlay .case-icon img {
        max-height: 34px;
    }
}

.case-overlay .case-twitter {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.case-overlay .case-twitter i {
    font-size: 20px;
    color: #FFF;
}

.prj-of-the-month {
    font-size: 14px;
    color: #6F7C82;
}

.btn-gen,
.tml-submit-wrap input {
    outline: none;
    border: 0;
    border-radius: 2px;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    transition-duration: 0.1s;
}

.tml-submit-wrap input {
    padding: 10px 30px;
}

.btn-gen:hover,
.btn-gen:active,
.tml-submit-wrap input:hover,
.tml-submit-wrap input:active {
    color: inherit;
    text-decoration: none;
}

.btn-transparent {
    border: 1px solid #FFF;
}

.ah-tool .btn-transparent {
    padding: 15px 22px;
}

.btn-tools {
    width: 150px;
    padding: 15px 0;
}

.btn-green,
.tml-submit-wrap input[type="submit"] {
    color: #FFF;
    background-color: #569818;
}

.btn-light-green,
.btn-light-green:visited {
    color: #FFF;
    background-color: #8bbc08;
}

.btn-green:hover,
.btn-green:active,
.btn-light-green:hover,
.btn-light-green:active,
.tml-submit-wrap input:hover,
.tml-submit-wrap input:active {
    color: #FFF;
    opacity: 0.9;
}

.btn-grey {
    color: #6F7C82;
    background-color: #f1f2ef;
}

.btn-grey:hover,
.btn-grey:active {
    color: #6F7C82;
    opacity: 0.8;
}

.btn-left-space {
    margin-left: 20px;
}

.btn-search {
    padding: 2px 30px;
}

.search-field {
    border-radius: 2px;
}

.homepage img.intro-img {
    max-width: 50px;
    height: auto;
}

.homepage img.intro-img.ah-awards {
    max-width: 80px
}

.link17 {
    font-size: 17px;
}

.link14 {
    font-size: 14px;
}

.link-blue,
.link-blue:visited {
    color: #008CDD;
    text-decoration: none;
}

.link-blue:hover,
.link-blue:active {
    color: #008CDD;
    text-decoration: underline;
}

.homepage-divider {
    background-color: #e8e5dc;
    height: 1px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.divider-full {
    background-color: #e8e5dc;
    height: 1px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.home-awards,
.home-tools {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.home-tools {
    text-align: center;
}

.home-awards h2,
.ah-tools h2 {
    margin-bottom: 15px;
}

.home-tools,
.home-tools h2 {
    color: #FFF;
}

.home-awards .btns-holder {
    margin-top: 20px;
}

.ah-tools {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #569818;
    /*        background-image: linear-gradient(-269deg, #569818 100%, #8bbc08 0%);*/
}

.ah-tools a.btn-gen.btn-transparent {
    color: #FFF;
}

.ah-tools a.btn-gen.btn-transparent:hover {
    background: rgba(255, 255, 255, 0.2);
}

.ah-tools img.intro-img {
    max-height: 50px;
    width: auto;
}

.ah-tools .ah-tool {
    width: 100%;
    padding-bottom: 30px;
    display: inline-block;
    margin: 0;
    text-align: center;
}

@media only screen and (min-width:991px) {
    .ah-tools .ah-tool {
        width: 20%;
        padding-bottom: 0;
    }
}

.ah-tools .ah-tool img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 50px;
    width: auto;
    margin-bottom: 10px;
}

.ah-tools .btns-holder {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

@media only screen and (min-width:992px) {
    .ah-tools .btns-holder {
        max-width: 80%;
    }
}

@media only screen and (min-width: 768px) {
    .ah-alliance img {
        max-width: 350px;
        float: right;
    }
}

.ah-alliance .ah-info h4 {
    font-size: 21px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ah-alliance .ah-info p {
    max-width: 450px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}

a.arrow-link {
    background: url(assets/img/blue_arrow.png) no-repeat right center transparent;
    padding-right: 30px;
    background-size: 19px 12px;
}

/*.home-videos iframe {
    max-width: 100%;
    height: 200px;
}*/

/*@media only screen and (min-width:500px) {
    .home-videos iframe {
        height: 240px;
    }
}

@media only screen and (min-width:768px) {
    .home-videos iframe {
        max-width: 100%;
        height: 200px;
    }
}

@media only screen and (min-width:992px) {
    .home-videos iframe {
        height: 146px
    }
}*/

.home-videos {
    margin-bottom: 80px;
}

.home-videos .yt_title {
    font-size: 17px;
    text-align: center;
}


/**
latest news
**/

.ln-title,
.ln-title a,
.ln-title a:visited {
    font-size: 17px;
    color: #292E31;
    line-height: 21px;
    margin: 5px 0;
}

.ln-text {
    font-size: 14px;
    margin: 10px 0 5px 0;
    min-height: 64px;
}

.ln-meta {
    font-size: 14px;
}

a.ln-share {
    color: #8bbc08;
}

a.ln-share:hover,
a.ln-share:active {
    opacity: 0.8;
}

.ln-time {
    background: url(assets/img/clock.png) no-repeat left center transparent;
    background-size: 13px 13px;
    padding-left: 17px;
}

.twitter-box i {
    color: #569818;
    font-size: 50px;
}

.twitter-box {
    font-size: 21px;
    text-align: center;
}

.twitter-box .twitter-divider {
    max-width: 200px;
    background-color: #e9e5dc;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.twitter-box .twitter-text {
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.twitter-box .twitter-text a {
    color: #b1cf67;
}

.footer a,
.footer ul li a,
.footer {
    color: #FFF;
    font-size: 14px;
}

.footer .ftitle {
    color: #FFF;
    font-size: 21px;
    font-weight: normal;
    text-transform: uppercase;
}

@media only screen and (max-width:767px) {
    .footer .ftitle {
        margin-top: 30px;
    }
}

.footer {
    padding: 80px 0;
    background-image: linear-gradient(-269deg, #569818 100%, #8bbc08 1%);
    border: 1px solid #979797;
}

.footer ul.footer-menu {
    padding: 0;
}

.footer ul.footer-menu li {
    list-style-type: none;
}

.footer ul.footer-menu li:before {
    content: ">";
    padding-right: 5px;
}

.footer .subtitle {
    margin-bottom: 10px;
}

.footer .btn-transparent {
    min-width: 200px;
    text-align: center;
}

.footer .btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.footer .form-holder {
    width: 100%;
}

.footer .form-holder .form-group {
    margin-bottom: 10px;
}

.footer .form-holder input[type=text] {
    border: 1px solid #e9e5dc;
    padding: 8px 20px;
    border-radius: 2px;
    font-size: 14px;
    width: 100%;
    color: #34332a;
}

.footer .form-holder input[type=text].form-input-left {
    width: 60%;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.footer .form-holder .form-input-right {
    width: 40%;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    float: left;
    border: 0;
    color: #62615b;
    background-color: #f5f3ef;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media only screen and (min-width:768px) {
    .footer .form-holder {
        width: 80%;
    }
    .footer .form-holder input[type=text].form-input-left {
        width: 65%;
    }
    .footer .form-holder .form-input-right {
        width: 35%;
    }
}

.footer .form-holder .form-input-right:hover {
    background-color: #e9e5dc;
}

.footer .social-holder {
    margin-top: 10px;
}

.footer .social-holder a {
    display: inline-block;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}

.footer .social-holder a:hover {
    color: #286e13;
    transition-duration: 0.3s;
}

.post-info {
    font-size: 14px;
}

.post-info a {
    color: #7EBC0D;
}

.post-info img.author {
    width: 35px;
    height: 35px;
}

.entry-content {
    font-size: 14px;
    line-height: 1.6;
}

.entry-content.entry-case-holder {
    max-width: 725px;
}

.entry-content .entry-meta {
    clear: both;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
}

.entry-content .entry-meta .entry-case,
.entry-content .events-meta {
    font-size: 14px;
    text-transform: uppercase;
}

.entry-meta .entry-case {
    margin-right: 10px;
}

.entry-content .events-meta {
    margin-bottom: 10px;
}

.entry-content .entry-meta .entry-avatar img {
    max-width: 37px;
    height: auto;
    border-radius: 50%;
}

.entry-content .size-news-thumb {
    max-width: 360px;
}

.entry-content .entry-meta .entry-author {
    text-transform: uppercase;
}

.events-meta-item {
    display: block;
    width: 100%;
}

.entry-short-intro {
    margin: 20px 0 30px;
    font-size: 20px;
    line-height: 1.3;
}

.entry-content a,
.entry-content a:visited {
    color: #8bbc08;
}

.entry-content a:hover {
    color: #8bbc08;
}

.entry-content p {
    margin-bottom: 20px;
    color: #96948e;
}

.entry-content h1 {
    margin-top: 0px;
    margin-bottom: 50px;
    font-weight: bold;
    color: #8bbc08;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.green-text,
a.green-text {
    color: #8bbc08;
}

a.black-link {
    color: #34332a;
}

.entry-author-holder {
    clear: both;
    padding-top: 10px;
}

.entry-author-holder .image {
    text-align: left;
}

.entry-author-holder .image img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 80px;
}

.entry-author-holder .name {
    text-transform: uppercase;
    color: #34332a;
}

.entry-author-holder .contact,
.entry-author-holder .contact a,
.entry-author-holder .contact a:hover,
.entry-author-holder .contact a:active,
.entry-author-holder .contact a:visited {
    color: #a19f9a;
}

.entry-author-holder .contact p {
    margin: 0;
    font-size: 12px;
}

.entry-next-case {
    margin-top: 40px;
    margin-left: -10px
}

.entry-next-case .title {
    padding-left: 10px;
    font-size: 21px;
    color: #34332a;
}

@media only screen and (min-width:768px) {
    .entry-content h1 {
        font-size: 50px;
        margin-top: 50px;
    }
}

.entry-content img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.entry-content a {
    word-break: break-word;
}

.entry-share {
    margin-top: 40px;
}

.authors-holder,
.news-holder {
    margin-left: -10px;
    margin-right: -10px;
}

.authors-holder a,
.authors-holder a:active,
.authors-holder a:hover,
.authors-holder a:visited {
    color: #96948e;
}

.authors-holder a:hover .author-text,
.authors-holder a:active .author-text {
    text-decoration: underline;
}

.author-box {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 10px;
    vertical-align: top;
    position: relative;
}

.author-box img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 5px;
    /*    min-height: 173px;*/
}

.author-box .author-info-box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: red;
}

.big-author img {
    margin-bottom: 20px;
}

.big-author .author-name {
    font-size: 18px;
    color: #34332a;
    margin-bottom: 10px;
}

.big-author .author-text {
    line-height: 1.8;
    width: 100%;
    font-size: 12px;
}

.big-author .author-text tr td:first-child {
    width: 180px;
}

.big-author .author-label {
    /*    margin-right: 20px;*/
    display: inline-block;
    font-weight: bold;
}

@media only screen and (min-width:992px) {
    .author-box img {
        min-height: 140px;
    }
}

@media only screen and (min-width:1200px) {
    .author-box img {
        min-height: 173px;
    }
    .homepage .slider-box.onepic .text-overlay {
        width: 75%;
        left: 12.5%;
        top: 23%;
    }
}

.author-box .author-text {
    font-size: 12px;
}

@media only screen and (min-width:768px) {
    .author-box {
        width: 33.33333333%;
    }
    .author-box .author-text {
        font-size: 14px;
    }
}

@media only screen and (min-width:992px) {
    .author-box {
        width: 16.66666667%;
    }
}

.share-icons {
    clear: both;
}

.share-icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    border-color: transparent;
    color: #FFF;
}

.share-icons a:hover {
    opacity: 0.8;
    color: #FFF;
}

.share-icons a.facebook {
    background-color: #3b5998;
}

.share-icons a.twitter {
    background-color: #00aced;
}

.share-icons a.linkedin {
    background-color: #007bb6;
}

.share-icons a.reddit {
    background-color: #ff4500;
}

.share-icons a.mail {
    background-color: #96948e;
}

.alignleft {
    float: left;
    margin: 0 30px 5px 0;
}

.alignright {
    float: right;
    margin: 0 0 5px 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}

blockquote.alignleft {
    margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
    margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
    margin-bottom: 1.473684211em;
}

.sidebar {
    margin-top: 55px;
}

@media only screen and (min-width:768px) {
    .sidebar {
        padding-left: 60px;
        min-height: 500px;
        /*        border-left: 1px solid #f1f2ef;*/
    }
}

.sidebar .widget-title {
    font-weight: bold;
    color: #8bbc08;
    text-transform: uppercase;
    font-size: 18px;
}

.sidebar ul.menu li {
    text-transform: none;
    width: 100%;
}

.border-right {
    border-right: 1px solid #cfcecb;
}

.wp-pagenavi {
    font-size: 14px;
    margin-top: 40px;
}

.wp-pagenavi span,
.wp-pagenavi a {
    margin-right: 3px;
    border: 1px solid #96948e;
    padding: 2px 5px;
    float: left;
    margin-top: 3px;
}

.wp-pagenavi a {
    color: #8bbc08;
}

.wp-pagenavi span.pages {
    margin-right: 10px;
}

.wp-pagenavi span.current {
    border-color: #34332a;
    color: #34332a;
}

.latest-news {
    border-top: 1px solid #8bbc08;
    margin-top: 50px;
}

.latest-news .big-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #8bbc08;
}

.news-item {
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    vertical-align: top;
}

@media only screen and (min-width:500px) {
    .news-item,
    .latest-news .news-holder .news-item {
        width: 50%;
        border-left: 1px solid #eee;
    }
    .news-item:first-child,
    .latest-news .news-holder .news-item:first-child {
        border-left: none;
    }
}

@media only screen and (min-width:768px) {
    .news-item {
        width: 33.33333333%;
    }
    .page-template-homepage .news-item {
        width: 50%;
    }
}

@media only screen and (min-width:992px) {
    .news-item,
    .page-template-homepage .news-item {
        width: 25%;
    }
}

.homepage .news-img img,
.news-holder .news-img img {
    /*max-height: 175px;
    width: auto;*/
    width: 100%;
    height: auto;
}

.latest-news .news-img img {
    max-height: 240px;
}

.news-responsive {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width:500px) {
    .category .news-img {
        display: block;
        min-height: 173px;
        width: 100%;
    }
    .news-img-a {
        text-align: center;
        /*
                display: table-cell;
                
                vertical-align: middle;
                width: 100%;*/
    }
}

.case-author {
    font-size: 19px;
    line-height: 40px;
}

.case-author img {
    height: 100px;
    width: 100px;
}

.case-author .author-name {
    color: #292E31;
}

.network-users {
    font-size: 14px;
}

.network-users img {
    width: 147px;
    height: 147px;
}

.h-carousel {
    max-height: 500px;
}

#preloader {
    display: none;
}

.press-user {
    text-align: center;
}

.press-user a {
    word-break: break-all;
}

.press-user h3 {
    height: 40px;
    font-size: 18px;
    word-break: normal;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .press-user h3 {
        font-size: 16px;
        height: 48px;
    }
}

.press-user img {
    max-width: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.search-toggle {
    cursor: pointer;
}

.submission-holder {
    margin: 30px -10px;
}

.submission-item {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    padding: 5px;
    font-size: 12px;
}

.submission-item-inside {
    border: 1px solid #e8e5dc;
    padding: 10px;
}

.submission-img {
    min-height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.submission-img img {
    max-height: 80px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.submission-title {
    color: #34332a;
    font-size: 16px;
    margin: 5px 0 15px 0;
    min-height: 50px;
}

.submission-txt {
    min-height: 100px
}

.submission-link {
    margin-bottom: 10px;
}

@media only screen and (min-width:500px) {
    .submission-item {
        width: 50%;
    }
    .submission-title {
        font-size: 16px;
    }
}

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

@media only screen and (min-width:992px) {
    .submission-title {
        font-size: 18px;
        letter-spacing: -1px;
    }
    .submission-item {
        width: 25%;
    }
}

.top-search {
    background: #FFF;
    position: absolute;
    left: 0;
    width: 0;
    overflow: hidden;
    height: 30px;
    transition-duration: 0.3s;
    top: 24px;
}

.top-search.opened {
    width: 200px;
    left: 50px
}

@media only screen and (min-width:1200px) {
    .top-search {
        top: 35px;
        left: auto;
        right: 0 !important;
    }
    .top-search.opened {
        left: auto;
    }
}

.top-search input {
    width: 170px;
    float: left;
    padding: 2px 5px 2px 10px
}

.top-search .search-submit {
    display: inline-block;
    float: left;
    font-size: 21px;
    line-height: 28px;
    margin-left: 3px;
    display: none;
    cursor: pointer;
}

.top-search.opened .search-submit {
    display: block !important;
}

.search-item-text {
    font-size: 12px;
}

span.required {
    color: #8c1669
}

.tml input,
.tml textarea,
.tml select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.tml .tml-user-avatar {
    float: left;
    height: 80px;
    width: 80px;
}

.tml .tml-user-avatar img {
    width: 100%;
    height: auto;
}

.tml .tml-user-links {
    float: left;
}

#rtd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(52, 51, 42, 0.9);
    z-index: 9999999;
    padding: 20px;
}

.rtd-holder {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    margin-top: 15%;
    padding: 60px 20px 40px 20px;
    position: relative;
    background: #FFF;
}

.rtd-close {
    font-size: 22px;
    line-height: 40px;
    border: 1px solid #8bbc08;
    color: #8bbc08;
    position: absolute;
    right: 10px;
    margin-top: -50px;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
}

.rtd-title {
    color: #8bbc08;
    font-size: 18px;
    margin-bottom: 15px;
}

.rtd-text {
    font-size: 12px;
}

.rtd-form {
    margin-top: 20px;
}

.rtd-form:after {
    clear: both;
    content: "";
    display: table;
}

.rtd-form input,
.rtd-form button {
    float: left;
}

.rtd-form input {
    width: 60%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rtd-form button {
    width: 40%;
    padding: 10px 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media only screen and (min-width:768px) {
    .rtd-title {
        font-size: 24px;
    }
    .rtd-text {
        font-size: 14px;
    }
    .rtd-form input {
        width: 70%;
    }
    .rtd-form button {
        width: 30%;
    }
}

body.popupopen {
    overflow: hidden;
}

ul.siblings-menu {
    border: 1px solid #cfcecb;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
    margin-bottom: 30px;
}

ul.siblings-menu li {
    float: left;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 11px;
}

ul.siblings-menu li:after {
    content: "|";
    margin: 0 10px;
}

ul.siblings-menu li a,
ul.siblings-menu li a:visited {
    color: #cfcecb;
}

ul.siblings-menu li a:hover,
ul.siblings-menu li a:active,
ul.siblings-menu li.current_page_item a {
    color: #8bbc08;
}

ul.siblings-menu:after {
    display: table;
    content: "";
    clear: both;
}

.sibilings-menu-toggler {
    display: none;
}

@media only screen and (max-width:991px) {
    /*
    ul.menu.top-menu li:first-child {
    margin-left: 0;
}
    */
    .sibilings-menu-toggler {
        display: block;
        text-align: left;
        font-size: 14px;
        text-transform: uppercase;
        padding: 8px 0px;
        cursor: pointer;
    }
    ul.siblings-menu {
        padding: 0;
        display: none;
    }
    ul.siblings-menu li {
        width: 100%;
        border: 0;
        margin: 0;
        text-align: left;
    }
    ul.siblings-menu li:after {
        content: none;
    }
    ul.siblings-menu li a {
        display: block;
        padding: 8px 10px;
    }
}

.partner-item {
    margin-bottom: 30px;
    width: 100%;
    padding: 0 15px;
}

.partner-item a {
    color: #8bbc08;
}

.partner-img img {
    max-height: 85px;
    width: auto;
    max-width: 250px;
    height: auto;
}

.partner-title {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.partner-type,
.partner-website {
    font-size: 12px;
}

.partners-type-slector {
    margin-bottom: 20px;
    padding: 0 15px;
}

.partner-website {
    margin-bottom: 10px;
    word-break: break-all;
}

.partner-divider {
    width: 100%;
    height: 1px;
    background-color: #8bbc08;
    margin: 20px 0 30px;
}

.partners-holder {
    margin: 0 -15px;
}

@media only screen and (min-width:768px) {
    .partner-item {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        margin-bottom: 70px;
    }
    .partner-divider {
        display: none;
    }
    .partner-img {
        min-height: 85px;
        position: relative;
    }
    .partner-img img {
        position: absolute;
        bottom: 0;
    }
}

@media only screen and (min-width:992px) {
    .partner-item {
        display: inline-block;
        width: 33.333333%;
        /*        border-bottom:1px solid #8bbc08;*/
    }
    /*
    .partner-item:nth-of-type(3n) {
        border: 1px solid #8bbc08;
        border-top: none;
        border-bottom: none;
    }
    */
}

select#partners-type option:disabled {
    color: #aaa !important;
}

select#partners-type {
    color: #a19f9a;
}

.mm-holder {
    max-width: 320px;
    min-height: 351px;
}

@media only screen and (min-width:768px) {
    .mm-holder {
        float: right;
    }
}

.mm-table {
    display: table;
    max-width: 316px;
    width: 316px;
    border: 1px solid #cee1a1;
}

.mm-table.dn {
    display: none;
}

.mm-row {
    display: table-row;
    background: white;
}

.mm-cell {
    display: table-cell;
    padding: 20px;
    background: #FFF;
    vertical-align: middle;
    text-align: center;
    /*    border: 10px solid #f8fbf4;*/
}

.mm-cell img {
    max-width: 116px;
    max-height: 75px;
    width: auto;
    height: auto;
}

.gallery-caption {
    padding: 0 10px;
}

p.home{
    font-size:13px;
    margin-left:auto;
    margin-right:auto;
}
@media only screen and (min-width:768px){
    p.home{
        font-size:18px;
    }
}
.section_symp h1{
    margin-bottom: 50px;
    font-weight: bold;
    color: #8bbc08;
    text-align: center;
}
.section_symp .agenda_title h1{
    margin-bottom: 0;
}
.section_symp .agenda_title h2{
    font-size: 25px;
}
.section_symp .agenda_title h2 i{
    font-weight: normal;
    margin-top:10px;
    display: block;
}
.section_symp{
    padding-top:50px;
    padding-bottom: 50px;
}
.day_1{
    border-right: 1px solid #eee;
}
.touristic_agenda .day_2{
    border-left: 1px solid #eee;
}
.touristic_agenda .day_1{
    border-right: none;
}
.agenda_day h3{
    color: #8bbc08;
    text-align: center;
    margin-bottom: 30px;
}
.agenda_day ul{
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 20px;
}
.agenda_day ul ul{
    margin-top:10px;
}
.agenda_day ul ol{
    margin-top:10px;
}
.agenda_day ul ul li{
    margin-bottom: 10px;
}
.agenda_day ul ol li{
    margin-bottom: 10px;
}
.agenda_day ul li{
    line-height: 1.3;
    margin-bottom: 14px;
    font-size:16px;
}
.small_desc{
    font-size:13px!important;
    margin-top:5px;
    margin-left: 7.5%;

}

.agenda_day ul li .li-sep{
    height: 10px;
}
.agenda_day b.extra-text{
    padding-left: 70px;
    font-size: 16px;
    display:inline-block;
    margin-bottom: 14px;
}
.speaker_box img{
    max-width: 160px;
    margin-bottom: 10px;

}
.speaker_box{
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
    height: 310px;
}
#section_speakers h5{
    text-align: center;
    margin-bottom: 30px;
}
.speaker_desc{
    display:none;
}
.close_speaker{
    position: absolute;
    top:-10px;
    right:2px;
    color:#ffffff;
    font-size:45px;
    transform: rotate(45deg);
    cursor: pointer;
}
#section_venue, #section_seminar_venue{
    background-image: url(./assets/img/venue.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 400px;
    color:#ffffff;
    font-size: 20px;
    position: relative;
    padding-top:0;
    padding-bottom:0;
    margin-bottom: 50px;

}
#section_venue.section_venue_2018{
    background-image: none;
    color:#a19f9a;
    font-size:14px;
    height:auto;

}
.venue_subtitle, .venue_info_2018 h4{
    font-size: 16px;
    color:#a19f9a;
}
#section_seminar_venue{
    background-image: url(./assets/img/RenovActivev1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#section_venue_title h1, #section_seminar_venue_title h1{
    margin-bottom: 0px;
}
#section_venue_title, #section_seminar_venue_title{
    padding-bottom: 70px;
}
#section_venue_title.section_venue_title_2018{
    padding-bottom:20px;
}
.venue_bg{
    background-color: rgba(0,0,0,0.5);
    height: 400px;
    width:100%;
    position: absolute;
    top:0;
    left:0;
}
.venue_2018{
    margin-top:30px;
}
.section_venue_2018 .venue_bg{
    background-color: #ffffff;
}
.venue_info{
    margin-top:45px;
    line-height: 1.7;
}
.venue_info.venue_info_2018{
    margin-top:0;
}
.venue_info a{
    color:#ffffff;
}
.venue_info a:hover{
    color:#8bbc08;
}
.venue_1 p:first-child{
    font-weight: bold;
}
.venue_3{
    font-style: italic;
    font-size:22px;
}
.register_form{
    margin-top:50px;
}
.register_form h3{
    margin-bottom: 40px;
    color:#8bbc08;
    text-align: center;
}
#section_accommodation{
    background-color: #8bbc08;
    color:#ffffff;
    text-align: center;
}
#section_accommodation h1{
    color:#ffffff;
}
#section_accommodation p{
    font-size: 16px;
}
#section_accommodation a{
    color:#ffffff;
    font-style: italic;
}
#section_accommodation a:hover{
    text-decoration: underline;
}
#hotels{
    background-color: #8bbc08;
    color:#ffffff;
    text-align: center;
}
#hotels h1{
    color:#ffffff;
}
#hotels p{
    font-size: 16px;
}
#hotels a{
    color:#ffffff;
    font-style: italic;
}
#hotels a:hover{
    text-decoration: underline;
}
#hotels h5{
    color:#ffffff;
    font-size:20px;
    margin-bottom: 20px;
}
#hotels h1{
    margin-bottom: 30px;
}
#hotels table{
    margin-left: auto;
    margin-right: auto;
}
#hotels table tr td, #hotels table tr th{
    text-align: center;
    width:225px;
    padding-top:5px;
    padding-bottom: 5px;
    word-break: break-word;
}
.accommodation_info{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.accommodation_info ul{
    max-width: 85px;    
    margin-left: auto;
    margin-right: auto;
    text-align: left;

}
#section_accommodation.section_accommodation_2018{
    background-image: url(./assets/img/symposium_2018/lecco5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 450px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}
.travels_bg h1{
    margin-top:50px;
}
.travels_bg{
    background-color: rgba(0,0,0,0.5);
    height: 450px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

}
.section_accommodation_2018 .accommodation_info{
    max-width: 800px;
}
.register_form input[type=submit]{
    background-color: #8bbc08;
    color:#ffffff;
    font-weight: bold;
    height: 40px;
}

.speakers{
    margin-top:20px;
}
#section_agenda{
    padding-top:80px;
}


.about_info, #section_introduction{
    text-align: justify;
}
.about_info h4, #section_introduction h4{
    color:#8bbc08;
    margin-top:20px;
}
#section_introduction{
    padding-top:50px;
}

.register_info{
    text-align: center;
}
.register_info ul{
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
}
.register_info ul li{
    text-align: left;
}
.register_info ul li span{
    float:right;
    font-weight: bold;
}
.speaker_name{
    min-height: 40px;
    font-weight: bold;
}
.speaker_position{
    margin-top:10px;
    font-size:12px;
}
.speakers_desc_box{
    width: 100%;
    overflow:hidden;
    position: fixed;
    max-width: 1200px;
    left: calc(50% - 600px);
    top:0;
    background-color: rgba(139, 188, 8, 0.95);
    min-height: 100%;
    z-index:1;
    display:none;
}
.speakers{
    position: relative;
}

@media only screen and (max-width:767px){
    .section_symp h1{
        font-size: 30px;       
    }
    .venue_3{
        font-size:19px;
    }
    #section_venue{
        font-size:17px;
    }

    .register_info ul li span{
        float:none;
    }


}
@media only screen and (max-width:991px){
    .day_2 h3{
        margin-top:30px;
    }
    .section_symp h1{
        margin-bottom: 35px;
        margin-top: 10px;
    }
    .section_symp{
        padding-top:30px;
        padding-bottom: 30px;
    }
    #section_agenda{
        padding-top:50px;
    }
    #section_venue_title{
        padding-bottom: 50px;
    }
    .day_1{
        border-right: none
    }
    .show_desc{
        padding: 0 20px;
    }
}
.show_desc{
    max-width: 800px;
    color: #ffffff;
    margin: 30px auto 0;
    text-align: justify;
    line-height: 1.5;
    font-size: 15px;
}
.show_desc img{
    float:left;
    max-width: 120px;
    margin-right: 20px;

}
#section_pic_save_the_date img{
    width: 100%;
}

label.error{
    color:red;
}
input.error{border:1px solid #F00;}
#form-success{
    color:#8bbc08;
    font-size: 22px;
}
.pay_btn{
    background-color: #ffffff;
    color:#8bbc08;
    font-weight: bold;
    border:1px solid #8bbc08;
    border-radius:4px;
    padding:10px 0px;
    line-height: 1.4;
    margin-left: 10px;
    margin-right: 10px;
    display:inline-block;
    width: 150px;
}
.register_pay{
    margin-top: 40px;
}
.pay_btn:hover{
    background-color: #8bbc08;
    color:#ffffff;
}
.transfer_details{
    border: 1px solid #8bbc08;
    padding:10px;
    margin-top:15px;
    border-radius:4px;
}
.payment_text{
    font-weight: 700;
    margin-bottom: 10px;
}
.details_bank table tr td{
    min-width: 170px;
}
@media only screen and (max-width:600px){
    .pay_btn{
        margin-bottom: 15px;
        width:50%;
    }
}
@media only screen and (max-width:400px){
    .speaker_box img{
        max-width: 135px;
    }
    .speaker_position{
        min-height: 124px;
        font-size: 13px;
    }
    .speaker_name {
        min-height: 36px;
        font-size: 13px;
    }
}
.register_pay img{
    margin-bottom: 30px;
    max-width: 300px;

}

#symposium-bar{
    padding:10px 0;
    text-align: center;
    background-color: #86bc26;
}
#symposium-bar a
{
    color: #fff;/*#96948e;*/
    text-transform: uppercase;
}
#symposium-bar a:hover{
    text-decoration: underline;
}
.text-justify{
    text-align: justify;
}

.jury-text{
    margin-bottom:20px;
}
.inline-img{
    display:inline-block;
    max-height:20px;
    margin-left:5px;
}

@media  only screen and (min-width:992px){
    .agenda_day ul{
        max-width:360px;
        margin-left:70px;
    }
    .agenda_day ul ul{
        margin-left:15px;
    }
}
.agenda-sublist{
    margin-left:0px !important;
}
.agenda-sublist li{
    list-style-type: none;
}
.agenda-sublist li:before{
    display:inline-block;
    content:"-";
}
.text-img{max-height: 50px;}


/*
award page
*/
.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 25px 25px 25px 50px;
    margin-bottom: 25px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.testimonial-content .testimonial-icon{
    width: 50px;
    height: 45px;
    background: #70ad46;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    position: absolute;
    top: 37px;
    left: -19px;
}
.testimonial-content .testimonial-icon:before{
    content: "";
    border-bottom: 16px solid #406a1b;
    border-left: 18px solid transparent;
    position: absolute;
    top: -16px;
    left: 1px;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #8a8a8a;
    line-height: 23px;
    margin: 0;
}
.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}
.testimonial .post{
    display: block;
    font-size: 14px;
    color: #8bbc08;
}

.page-template-awards2017 .entry-content{
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.page-template-awards2017 .entry-content h1{
    font-size:33px;
    text-align: center;
}
.award-holder .award-link,
.award-holder .award-name{
    text-align: center;
}
.award-holder .award-name{
    color: #525252;
    font-size: 20px;
}
.award-holder .award-link{
    margin-top:20px;
}

.verifier{
    font-weight: bold;
    margin-bottom: 40px;
    border-bottom: 2px solid #ccc;
    max-width: 560px;
    padding-bottom: 10px;
}
.verifier span{
    width:115px;
    display: inline-block;
    font-weight: normal;
}
.verifier div {
    margin-bottom: 5px;
}
.verifier a {
    font-size: 16px !important;
    margin-right: 5px;
    padding: 3px;
    text-decoration: none;
}

.sidebar .widget-title-link{
    font-weight: bold;
    color: #8bbc08;
    text-transform: uppercase;
    font-size: 18px;
}
.sidebar .widget-title-link a{
    color:#8bbc08;
    text-decoration: underline;
}
.sidebar .widget-title-link a:hover{
    text-decoration:none;
}
.mt20{margin-top:20px}
.videoWrapper {
    position: relative;
    padding-bottom: 56.1%;/*56.25%; /* 16:9 */
    padding-top: 0px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.seminar_introduction h1, .section_symp h2, .seminar_introduction h4{
    margin-bottom: 50px;
    font-weight: bold;
    color: #8bbc08;
    text-align: center;
}

.seminar_introduction h2{
    margin-bottom: 20px;
    font-weight: bold;
    color: #8bbc08;
    text-align: center;
}
.section_symp h2{
    font-size: 32px;
}
.text_green{
    color: #8bbc08;
}
.venue_info .pay_btn{    
    text-align: center;
    width:240px;
    background-color: #8bbc08;
    color:#ffffff;

}
.venue_info .pay_btn:hover{
    color:#ffffff;
}
@media only screen and (min-width: 992px){
    .agenda_day ul.sublist{
        margin-left: 52px;

    }
}
.homepage-btn{
    position: absolute !important;
    bottom: 40px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}
@media only screen and (min-width:768px){
    .homepage-btn{
        bottom: 100px !important;
    }
}
@media only screen and (min-width:992px){
    .homepage-btn{
        bottom: 220px !important;
    }
}
.symp-18-container{
    padding-left:80px;
    padding-right: 80px;
}
.symp_18_title h1{
    color:#8bbc08;
    font-style: italic;
    font-size:42px;
    margin-top:10px;
}
.symp_18_title h2{
    color:#8bbc08;
    margin-top:50px;
}
.symp_18_title .subtitle{
    color:#8bbc08;
    font-size: 20px;
}
.symp-18-agenda1{
    background-image: url(./assets/img/symposium_2018/programme_big.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}
.symp-18-agenda1 .agenda-title{
    padding-bottom: 15px;
}
.symp-18-agenda1 .day1{
    margin-top:30px;
}
.symp-18-agenda1 ul li{
    padding-bottom:15px;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}
.symp-18-agenda1 ul li span{
    margin-left: 90px;
}
.symp-18-agenda1 ul{
    margin-left: 0;
    padding-left: 30px;
}
.symp-18-agenda1 ul li a{
    color:#8bbc08;
}
.symp-18-agenda1 ul li::before{
    content:'';
    background-image: url(./assets/img/symposium_2018/green_triangle.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width:10px;
    height:10px;
    position:absolute;
    left:-30px;
    top:5px;
}
.agenda-bottom{
    margin-top:20px;
    font-size: 13px;
}
.symp-18-touristic h1{
    color:#8bbc08;
    font-size:42px;
    margin-top:100px;
    margin-bottom: 50px;
}
.symp-18-touristic .info{
    margin-bottom: 10px;
    font-size: 16px;
}
.symp-18-touristic ul li{
    padding-bottom:15px;
    list-style-type: none;
    position: relative;
    padding-left: 15px;
}
.symp-18-touristic ul li::before{
    content:'';
    background-image: url(./assets/img/symposium_2018/green_triangle.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    width:10px;
    height:10px;
    position:absolute;
    left:-30px;
    top:5px;
}
.symp-18-touristic ul li span{
    margin-left: 90px;
}
.symp-18-touristic .touristic-title{
    padding-bottom: 15px;
}
.touristic-title.day1{
    margin-top:20px;
}
.photos.ph1{
    margin-bottom: 40px;
    margin-top:100px;
}
.photos.ph1 img{
    width:100%;
}
.photos.ph2 img{
    width: 100%;
}

@media only screen and (max-width:1199px) {
    .symp-18-agenda1{
        background: none;

    }
}
@media only screen and (min-width:1200px) and (max-width:1500px) {
    .symp-18-agenda1{
        padding-right:510px;
        background-size:50%;
    }
}
@media only screen and (max-width:768px) {
    .symp-18-container{
        padding-left:10px;
        padding-right: 10px;
    }
    .symp-18-agenda1 ul li span {
        margin-left: 15px;
    }
    .symp-18-agenda1 ul li {
        padding-left: 0;
    }
    .symp-18-touristic ul li{
        padding-left: 0;
    }
    .symp-18-agenda1 ul li a{
        word-break: break-word;
    }
    .symp_18_title .subtitle{
        font-size:19px;
    }
    .symp-18-touristic ul li span {
        margin-left: 0px;
    }
}
.section_pic_18 img{
    width:100%;
}
.touristic_programme p{
    text-align: center;
}
.touristic_programme{
    margin-top: 50px;
    margin-bottom: 20px;
}
.register_info .extra-info{
    margin-top:20px;
}
.agenda-img{
    margin-top:40px;
    max-width: 100%;
}

@media only screen and (min-width:768px){
    .patronage img{
        margin-left: auto;
        margin-right: auto;
        max-width: 300px;
    }
}

#map{
    height:350px;
    margin-bottom: 40px;
}

@media only screen and (min-width:768px){
    #map{
        height: 500px;
    }
    .latest-holder h1{
        font-size: 40px;
    }
}
.contact-box{
    margin-top:30px;
}
@media only screen and (min-width:992px){
    .contact-box{
        float:right;
        margin-top:0;
    }
}
.latest-holder{
    height:300px;
      width:100%;
}
.latest-bg{
    padding:0;
}
.latest-holder h1{
    color:#fff;
    display:table-cell;
    vertical-align: middle;
    
}
.latest-bg .latest-overlay{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    width:100%;
    height:100%;
    text-align: center;
    display:table;
}
.category .big-news-item{
    width:50%;
    clear:both;
    margin-left:25%;
    margin-right: 25%;
    margin-bottom: 50px;
}
.category .news-holder{
    margin-top:50px;
}
.latest-section-title{
    text-align: center;
    display:block;
    color:#8bbc08;
    margin-bottom: 20px;
}
.latest-section-title a{
    color:#8bbc08;
}

@media only screen and (min-width:992px){
    .page-template-news-events .news-item{
    width:100%;
}
}
.page-template-news-events .news-item{
    border:none;
}
#select-cases{
    margin-bottom: 30px;
    padding:5px;
}
.green-box{
    border:1px solid #569818;
    padding:20px;
    margin-bottom:30px;
}
.green-box h2{
    text-align:left;
    margin-bottom:20px;
    font-size:18px;
}
.green-box img{
    max-height: 250px;
    margin-left: auto;
}
.green-box .text-box{
    font-size: 12px;
}

.link-box{
    color:#a19f9a;
}

.link-box:hover{
     color:#a19f9a;
     text-decoration: none;
}