/* This file will hold the main styles for your website. */

/*democracy-international.org*/

/* Globale Definitionen und Internet Explorer
*******************************************************************************/

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html,
body {
    font-size: 15px;
    line-height: 18px;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Arial, sans-serif;
    color: #565656;
}

h1,
h2,
h3,
h4,
h5,
h6 { letter-spacing: 0em }

h2 { line-height: 28px }

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Kill flexible images in IE6-8 */

.ie6-8 img { max-width: none }

/* Improve IE's resizing of images */

svg:not(:root) { overflow: hidden }

/***** Links a *******/

a:link,
a:visited {
    color: #565656;
    text-decoration: underline;
}

a:active {
    color: #C7D500;
    text-decoration: underline;
}

a:hover {
    color: #C7D500;
    text-decoration: underline;
}

.title,
.block-title { text-transform: uppercase }

/*  Zone Configuration
*******************************************************************************/

#zone-user,
#zone-branding,
#zone-menu,
#zone-preface,
#zone-content,
#zone-footer { background: #ffffff }

#zone-footer {
    border-bottom: #c2ce03 10px solid;
    color: #c7d500;
}

/* Front Page Image
******************************************************************************/

/*.node-front-page-image div.content{
    width: auto;
    overflow:hidden;
}
.node-front-page-image .field-name-field-image {
    width: auto;
    margin-left: 0;
}
.node-front-page-image .field-name-field-image img { margin-left: 0;
 }
.page-node-10 .node-front-page-image .field-name-field-image img { margin-left: 0px;
 }
*/

/*  Searchbox 
*******************************************************************************/

#region-user-second { float: right }

.responsive-layout-mobile #region-user-second{ float: none; }

#block-search-form {
    float: right;
    /*width: 286px;*/
    height: 33px;
}

.responsive-layout-mobile #block-search-form{
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

    #block-search-form #edit-search-block-form--2 {
        float: left;
        width: 17em;
        height: 28px;
        line-height: 23px;
        margin-top: 5px;
        color: #989898
        border: 2px #9f9f9f solid;
        box-shadow: 0px 0px 4px rgba(0,0,0,0.4) inset;
        background-color: white;
        color: #555;
    }
    
    .responsive-layout-mobile #block-search-form #edit-search-block-form--2{
      width: 87%;
    }

    #block-search-form #edit-search-block-form--2:focus,
    #block-search-form #edit-search-block-form--2:active,
    #block-search-form input:focus { box-shadow: none }

    #block-search-form #edit-submit,
    .page-search-node #edit-submit,
    .page-search-node #edit-submit--2 {
        width: 1em;
        text-indent: -9999px;
        margin: 5px 0px 5px 9px;
        border-radius: 0;
        border: 0;
        padding: 0;
        height: 28px !important;
        width: 28px !important;
        background-image: url('../images/search-glass.png');
        background-position: center center;
        background-repeat: no-repeat;
    }
    
     .responsive-layout-mobile #block-search-form #edit-submit{
      float: right;
    }

.search-form #edit-submit {
    width: 1em;
    text-indent: -9999px;
    margin: 5px 0px 5px 5px;
    border-radius: 0;
    background-image: url('../images/search-glass.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.page-search-node h1#page-title { display: none }

.page-search-node .search-form { margin: 30px 0 20px 0 }

.search-form #edit-keys {
    background-color: white;
    border: 2px solid #CFCFCF;
    height: 24px;
    line-height: 23px;
    width: 17em;
}

.page-search-node h2 {
    border-bottom: 1px solid #9A9A9A;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}

.container-inline label {
    display: inline;
    margin: 0 15px 0 0;
}

.search-results .title {
    font-size: 15px;
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-top: 15px;
}

/*  Branding
*******************************************************************************/

#region-branding { margin-bottom: 25px }

.site-name-slogan { display: none }

    .site-name-slogan h6 { color: #C7D500 }

/*  Menus
*******************************************************************************/

/* Toggle Menu
******************************************************************************/

ul#menu-navigation a {
    background-image: url('../images/arrow-right.png');
    background-position: 95% center;
    background-repeat: no-repeat;
}

ul#menu-navigation a.active-trail { background-image: url('../images/arrow-down.png') }

.item-list ul li { margin: 0 }

#region-menu {
    font-weight: bold;
    background-color: #555555;
}

.menu-toggle {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #666;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    clip: inherit;
    display: block;
    margin: 0;
    padding: 4px 10px 7px 10px;
    bottom: 10px;
    clear: both;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

a.menu-toggle {
    text-decoration: none;
    color: #f5f5f5;
}

.menu-toggle .line {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-top: 3px;
}

.* + html .menu-toggle .line {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #f5f5f5;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    margin-top: 3px;
    position: absolute;
}

.menu-toggle:hover { background: #777 }

a.menu-toggle:after {
    content: "MENU";
    position: absolute;
    top: 5px;
    left: 35px;
}

a.menu-toggle:hover { color: #f5f5f5 }

div.region-menu #menu-navigation { display: none }

    div.region-menu #menu-navigation ul {
        margin: 0;
        padding: 0;
    }

    div.region-menu #menu-navigation li.leaf,
    div.region-menu #menu-navigation li.first {
        margin: 0;
        padding: 0;
    }

    .main-menu li,
    div.region-menu #menu-navigation li { padding-right: 20px }

        .main-menu li a,
        div.region-menu #menu-navigation li a { border-bottom: #ffffff 1px solid }

        .main-menu li a,
        div.region-menu #menu-navigation li a { background-color: #555555 }

        div.region-menu #menu-navigation li a,
        div.region-menu #menu-navigation li a:link,
        div.region-menu #menu-navigation li a:visited,
        .main-menu li a,
        .main-menu li a:link,
        .main-menu li a:visited {
            display: block;
            height: 36px;
            line-height: 36px;
            padding-left: 20px;
            color: #cccccc;
            text-decoration: none;
        }

        div.region-menu #menu-navigation li li a,
        div.region-menu #menu-navigation li li a:link,
        div.region-menu #menu-navigation li li a:visited {
            background-color: white;
            color: black;
            background-image: none;
            border-bottom: #000000 1px solid;
        }

        .main-menu li a:hover,
        div.region-menu #menu-navigation li a:hover { color: #c7d500 }

        .main-menu li a.active,
        div.region-menu #menu-navigation li a.active { color: #c7d500 }

/*  Nice menu 
*******************************************************************************/

.block-nice-menus { line-height: normal }

.block-nice-menus-1 { line-height: normal }

#block-nice-menus-1 { display: none }

ul#nice-menu-1 li { display: block }

ul.nice-menu-down li a { text-decoration: none }

ul.nice-menu-down li.active-trail a,
ul.nice-menu-down li a.active,
ul.nice-menu-down li a:hover { color: #c7d400 }

ul.nice-menu li { float: left }

ul.nice-menu ul li { width: 12.5em }

ul.nice-menu,
ul.nice-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.nice-menu ul {
  padding: 0 1em;
}

#block-nice-menus-1 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

ul.nice-menu-down li.menuparent {
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: transparent !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    background-size: auto auto !important;
    padding-right: 0px;
}

ul.nice-menu-down { padding-left: 0px }

    ul.nice-menu-down li.first { padding-left: 0px }

    ul.nice-menu-down li ul li {
        padding: 0;
        z-index: 99999;
        border-bottom: 1px solid #9a9a9a;
    }
    
    ul.nice-menu-down li ul li.last {
      border-bottom: none;
    }

    ul.nice-menu-down li a {
        color: #ffffff;
        padding-bottom: 0;
        padding-top: 0;
        border-right: 1px solid #ffffff;
        padding-left: 15px;
        padding-right: 17px;
        z-index: 99999;
    }
    
    ul.nice-menu-down li.last a {
        border-right: none;
    }
    
    ul.nice-menu-down li.menuparent li a,
    ul.nice-menu-down li.menuparent.active-trail li a {
        color: #717274;
        padding: 0.4em 5px;
        width: content-box;
        z-index: 99999;
        font-weight: normal;
    }
    
    ul.nice-menu-down li.menuparent li.last a,
    ul.nice-menu-down li.menuparent.active-trail li.last a {
      padding-bottom: .7em;
    }
    
    ul.nice-menu-down li.menuparent li a.active,
    ul.nice-menu-down li.menuparent.active-trail li a.active {
      font-weight: bold;
    }  

    ul.nice-menu-down li.menuparent li a:hover,
    ul.nice-menu-down li.menuparent.active-trail li a:hover {
        color: #C7D400;
        z-index: 99999;
    }

    ul.nice-menu-down li ul {
    /*
        -moz-border-bottom-colors: none !important;
        -moz-border-left-colors: none !important;
        -moz-border-right-colors: none !important;
        -moz-border-top-colors: none !important;
        background-color: white !important;
        border-bottom-color: #9C9C9E !important;
        border-bottom-style: solid !important;
        border-bottom-width: 1px !important;
        border-image-outset: 0 0 0 0 !important;
        border-image-repeat: stretch stretch !important;
        border-image-slice: 100% 100% 100% 100% !important;
        border-image-source: none !important;
        border-image-width: 1 1 1 1 !important;
        border-left-color: #9C9C9E !important;
        border-left-style: solid;
        border-left-width: 1px !important;
        border-right-color: #9C9C9E !important;
        border-right-style: solid;
        border-right-width: 1px !important;
    */
        background: #fff;
        -webkit-box-shadow: 0px 2px 7px rgba(30,30,30,0.4); 
        -moz-box-shadow: 0px 2px 7px rgba(30,30,30,0.4); 
        box-shadow: 0px 2px 7px rgba(30,30,30,0.4);
        margin-top: 9px;
        z-index: 99999;
    }

ul.nice-menu li.menuparent ul,
ul.nice-menu li.menuparent ul {
    overflow-x: visible !important;
    overflow-y: visible !important;
    z-index: 99999;
}

#nice-menu-1 {
    background-color: #555555;
    height: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 0px;
}

    #nice-menu-1 li.menuparent::before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-bottom: 10px solid white;
        border-right: 10px solid transparent;
        position: absolute;
        top: 20px;
        left: 15px;
        opacity: 0;
    }

    #nice-menu-1 li:hover::before {
        opacity: 1;
        transition: ease-in  opacity 400ms;
    }

/*  Menu Home Level 1
*******************************************************************************/

#block-block-21 {
    clear: both;
    font-weight: bold;
    color: #181716;
    padding: 0;
    position: relative;
    top: -175px;
}

.responsive-layout-narrow #block-block-21 {

}

    #block-block-21 ul li {
        display: inline-block;
        list-style: none;
        width: 65px;
        border-bottom: 7px solid;
        border-color: #565656;
        margin-right: 10px;
    }

    #block-block-21 ul li:hover, 
    #block-block-21 ul li a:hover, 
    #block-block-21 ul li.flex-active { 
      border-color: #c7d500 
    }

    #block-block-21 ul li a,
    #block-block-21 ul li a:link,
    #block-block-21 ul li a:visited {
        text-decoration: none;
        color: #181716;
    }

/*  Preface 
*******************************************************************************/

#region-preface-first{
  margin-right: 0;
}


#region-preface-second {
    display: none;
    float: right;
    margin-left: 0 !important;
    margin-right: 0 !important;    
    padding: 10px 10px 4px 10px;
    background-color: #f0f2f5;
    width: 280px;
}

/*  Blocks 
*******************************************************************************/

#block-views-sign-campaign-block,
#block-block-5,
#block-block-6,
#block-block-8,
#block-block-9,
#block-block-14,
#block-block-15,
#block-block-16,
#block-block-17,
#block-block-18,
#block-block-19,
#block-multiblock-1,
#block-multiblock-2,
#block-multiblock-3 {
    background-color: #FFFFFF;
    border-radius: 0 20px 0 20px;
    color: #565656;
    font-family: Arial,sans-serif;
    font-size: 15px;
    height: 137px;
    line-height: 18px;
    margin: 15px 10px 15px 15px;
    padding: 10px 15px;
    position: relative;
    width: 220px;
}

    #block-views-banderole-block .views-field-field-pettitions a,
    #block-views-sign-campaign-block a,
    #block-block-8 a,
    #block-block-9 a,
    #block-block-14 a,
    #block-block-16 a,
    #block-block-17 a,
    #block-block-18 a,
    #block-multiblock-1 a,
    #block-multiblock-2 a,
    #block-multiblock-3 a {
        position: absolute;
        right: 5px;
        bottom: 5px;
        width: 36px;
        height: 36px;
        text-indent: -9999px;
        background-image: url('../images/arrow-grey-submit01.png');
        background-repeat: no-repeat;
        background-position: right center;
    }

#block-multiblock-1,
#block-block-15 { margin: 5px 0px}
#block-multiblock-1{
  margin-bottom: 20px;
}
/*  Postscript Blocks
*******************************************************************************/

#zone-postscript {
    background-color: #555555;
    border: #555555 1px solid;
    font-size: 11px;
    margin-top: 50px;
    padding: 15px 0;
}

    #zone-postscript  p { color: #d8d9d9 }

    #zone-postscript a {
        text-decoration: none;
        color: #d8d9d9;
    }

    #zone-postscript ul li.leaf {
        list-style-type: none;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

    #zone-postscript h2.block-title {
        font-size: 12px;
        line-height: 14px;
/* Change Box h2 Color */
/*        color: #d8d9d9; */
        text-transform: uppercase;
    }
    
#region-postscript-first{
  margin-left: 15px;
}    

#block-block-15 h2.block-title,
#block-block-14 h2.block-title,
#block-multiblock-1 h2.block-title {
    font-size: 18px;
    color: #565656;
}

#block-menu-block-2,
#block-block-2,
#block-block-3,
#block-block-4 { padding: 10px }

#block-block-5 { margin-bottom: 10px }

#block-block-5,
#block-block-6 {
    background-color: #ffffff;
    color: #181716;
    margin: 10px;
    padding: 10px;
    border-radius: 0 20px 0 20px;
}

/*  Postscript Blocks
*******************************************************************************/

#region-postscript-third,
#region-postscript-fourth { 
/*   width: auto  */
}

#region-postscript-fifth {
  float: right;
  width: 270px;
}


.region-postscript-fifth #block-multiblock-1 p {
    color: #565656;
    font-family: Arial,sans-serif;
    font-size: 17px;
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 16px;
}

#zone-postscript .block-block-15 p {
    color: #565656;
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
}

#block-block-5 h2.block-title,
#block-block-6 h2.block-title {
    font-size: 18px;
    font-weight: bold;
    color: #181716;
}

#block-block-5 p,
#block-block-6 p { color: #181716 }

#block-block-5 a,
#block-block-6 a {
    float: right;
    width: 36px;
    margin-top: -40px;
    height: 36px;
    text-indent: -9999px;
    background-image: url('../images/arrow-grey-submit01.png');
    background-repeat: no-repeat;
    background-position: right center;
}

#block-block-19 p,
#block-block-15 p { display: inline-block }

#block-block-15 .content {
    position: absolute;
    bottom: -10px;
    right: 5px;
}

#block-block-19  p > a.twitter { margin-left: 50px }

.block-block-19 h2.block-title,
.block-block-15 h2.block-title { margin-bottom: 18px }

a.twitter {
    display: block;
    background-image: url('../images/twitter_a.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 30px;
    text-indent: -99999px;
    width: 50px;
    height: 30px;
    line-height: 30px;
/*     margin-left: 55px; */
    margin-left: 0;
    float: left;
    margin-right: 2px;
}

a.twitter:hover { background-image: url('../images/twitter_h.png') }

a.facebook {
    display: block;
    background-image: url('../images/facebook_a.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 30px;
    text-indent: -99999px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 2px;
    
}

a.facebook:hover { background-image: url('../images/facebook_h.png') }

a.youtube {
    display: block;
    background-image: url('../images/youtube_a.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 30px;
    text-indent: -99999px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 2px;

}

a.youtube:hover { background-image: url('../images/youtube_h.png') }

a.flickr {
    display: block;
    background-image: url('../images/flickr_a.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 30px;
    text-indent: -99999px;
    width: 50px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 2px;
    
}

a.flickr:hover { background-image: url('../images/flickr_h.png') }

/*  Footer
*******************************************************************************/

#block-block-1 { position: relative }

    #block-block-1 p {
        display: none;
        position: absolute;
        bottom: -6px;
        right: 20px;
        color: #C7D500;
    }

    #block-block-1 p:first-child {
        display: block;
        position: relative;
    }

        #block-block-1 p:first-child img {
            float: left;
            margin-bottom: 20px;
            margin-left: 20px;
        }

/*  Content
*******************************************************************************/

#block-system-main { clear: both }

h1#page-title,
#block-views-referenced-articles-block h2.block-title,
.field-name-title-field h1 {
    font-size: 18px;
    font-weight: normal;
    border-bottom: #9a9a9a 1px solid;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* HIDE TITLE -> replaced by field */
.node-type-article h1#page-title{
  display: none;
  margin: 0;
}

.field-name-title-field h1 {
  margin-top: 0;
  padding-bottom: 10px;
  line-height: 25px;
}

.page-node .field-name-field-file,
.page-node .field-type-taxonomy-term-reference{
  clear: both;
/*   float: left; */
  max-width: 720px;
/*   border-top: #9a9a9a 1px solid; */
  border-bottom: #9a9a9a 1px solid;
  font-size: 12px;
  padding: 8px 7px  8px 2px;
  margin: 10px 0;
}

.page-node .field-name-field-image-insert-02 {
  clear: both;
}

.page-node .field-name-field-file .field-label,
.page-node .field-type-taxonomy-term-reference .field-label{
  font-weight: normal;
  text-transform: uppercase;
  padding: 3px 6px 2px 3px;
}

.page-node .field-name-field-file .field-label{
  padding-top: 0;
}


/*  Referenced Articles
*******************************************************************************/

.page-node .node-article .field-name-field-intro-text {
    margin-right: 0px;
    width: 100%;
}

.page-node .node-article .field-name-body {
    margin-right: 0px;
    width: 100%;
}

.page-node .node-article .field-name-field-teaser {
    margin-left: 0px;
    padding: 0;
    width: 100%;
}

.page-node .node-article .field-name-field-image {
    width: 100%;
    overflow: hidden;
    margin-right: 0px;
}

.page-node .node-article .field-name-field-intro-text {
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 18px;
}

.page-node .node-article .field-name-field-image { margin-bottom: 20px }

.field-name-field-image a:hover { color: #565656 }

.page-node .media{
  margin: 10px 0 15px;
}

span.image-caption,
.page-node .media .field-name-field-file-image-title-text {
  background-color: #F0F2F5;
  font-size: 12px;
  max-width: 450px;
  padding: 7px;
  text-align: left;
  text-transform: uppercase;
}

.page-node .node-article .field-name-body { 
    padding-right: 10px; 
    font-weight: bold;
}
.page-node .node-article ol, 
.page-node .node-article ul { 
  padding-left: 2em;
}

/*  News(article1)
*******************************************************************************/

.field-name-field-date-news {
    float: right;
    font-weight: bold;
    padding-right: 20px;
}

.page-node .node-news .field-name-body {
    clear: left;
    float: left;
    margin-right: 0;
    width: 100%;
}

.page-node .node-news
/*  Sidebar-Second
*******************************************************************************/
#region-sidebar-second {
    background-color: #F0F2F5;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    width: 220px;
}

#block-block-13 {
    background-color: #ffffff;
    padding: 10px;
    border-radius: 0 20px 0 20px;
    margin: 10px auto;
    color: #565656;
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    width: 240px;
}

/*  Campaigns
*******************************************************************************/

.node-petitions .field-name-field-pettitions { display: block }

/*#block-views-banderole-block .views-field-field-pettitions {
    top: 0px;
    right: 0px;
    float: none;
}*/

#block-views-banderole-block { 
  margin: 60px 0;
}

    #block-views-banderole-block .views-row {
        height: auto;
        clear: both;
        position: relative;
        overflow: hidden;
/*         border-bottom: 5px #c7d500 solid; */
        border-bottom: #9a9a9a 1px solid;
        border-top: #9a9a9a 1px solid;
        margin-bottom: 20px;
        background-color: #f0f2f5;
    }
    
/*    #block-views-banderole-block .views-row-even{
      background: #F0F2F5;
    }
*/

    #block-views-banderole-block .views-field-field-image {
        width: auto;
        overflow: hidden;
        float: none;
    }

/*#block-views-banderole-block .views-field-field-image img { width: 100%;
 }
*/

    #block-views-banderole-block .views-field-title { 
        /*clear: both;*/
        margin: 0px 10px 15px 10px;
        border-bottom: #9a9a9a 1px solid;
        padding: 20px 0 15px 0;
        font-size: 18px;
        text-transform: uppercase;
        width: auto;
    }
    
    #block-views-banderole-block .views-field-title a{
        text-decoration: none;
    }

.page-node .node-petitions .field-name-field-event-city,
.page-node .node-petitions .field-name-field-time,
.page-node .node-petitions .field-name-field-date { font-weight: bold }

.page-node .node-petitions .field-name-field-event-country {
    /*margin: -18px 0 0 60px;*/
    font-weight: bold;
}

#block-views-banderole-block .views-field-field-text-title-text-1,
#block-views-banderole-block .views-field-field-text-title-text-2 {
    margin-top: 0px;
    width: auto;
    display: block;
}

.page-node .node-petitions .field-name-body {
    clear: left;
    float: left;
    margin-bottom: 15px;
    width: 100%;
    margin-top: 22px;
}

#block-views-banderole-block .views-field-field-teaser {
    padding: 0px;
    width: auto;
    display: block;
}

#block-views-banderole-block .views-field-field-teaser {
    padding: 0px;
    width: auto;
    display: block;
}

#block-views-banderole-block .views-field-field-2nd-column-for-banner {
    padding: 0px;
    width: auto;
    display: block;
}

/*#block-views-banderole-block .views-field-field-pettitions {
    position: relative;
    background-color: #ffffff;
    border: #ffffff 1px solid;
    border-radius: 0 20px 0 20px;
    margin: 0px 10px 20px 10px;
    padding: 15px 30px 15px 10px;
    height: 125px;
    width: 200px;
}*/

#block-views-banderole-block .views-field-field-link {
  position: absolute;
  left: 280px;
  bottom: 20px;
/*     margin-top: 10px; */

}

/*
    #block-views-banderole-block .views-field-field-link a {
      background: url(../images/button-weiterlesen-submit.png) no-repeat 0 0;
      color: #000;
      text-decoration: none;
      width: 100px;
      height: 19px;
      display: block;
      padding: 7px 14px;    
    }
*/    

.views-label-field-pettitions {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #181716;
}

/*.link-url a {
    position: absolute;
    bottom: 18px;
    right: 18px;
    background-image: url('../images/arrow-grey-submit01.png');
    background-repeat: no-repeat;
    background-position: 90% center;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
}*/

#block-views-banderole-block .views-field-field-pettitions {
    position: relative;
    width: 200px;
    height: 137px;
    margin: 10px 10px;
    padding: 10px;
    border-radius: 0 20px 0 20px;
    background-color: #ffffff;
    color: #565656;
    font-family: Arial,sans-serif;
    font-size: 15px;
    line-height: 18px;
    top: 0px;
    left: 0px;
}

/*  News Stream
*******************************************************************************/

#block-views-top-news-block {
/*     border-bottom: #9a9a9a 1px solid; */
    border-bottom: 7px solid #C7D500;
    margin-bottom: 5px;
    width: auto;
    background-color: #f0f2f5;
    padding: 10px 15px 0;
    height: 350px;
}

#block-views-news-block{
  margin-top: -315px;
  height: 310px;
}

/*#block-views-top-news-block .views-row { padding-left: 10px;
 }
*/

.block-top-news-block .views-field-title { font-weight: bold }

.block-news-block .views-field-title-field {
    font-weight: bold;
    margin-top: 20px;
}

.block-news-block img { width: auto }

#block-views-top-news-block .views-field-title {
    color: #000000;
    font-weight: bold;
    margin-top: 13px;
}

#block-views-news-block .views-field-title-field {
    color: #000000;
    font-weight: bold;
    margin-top: 4px;
}

#block-views-top-news-block .views-field-title a,
#block-views-news-block .views-field-title-field a {
  text-decoration: none;
}


#block-views-top-news-block .block-title,
#block-views-news-block .field-title {
    font-size: 18px;
    font-weight: normal;
    border-bottom: #9a9a9a 1px solid;
    margin: 10px 0px 0px 0px;
    padding-bottom: 8px;
}

#block-views-top-news-block .views-field-field-image {
    margin: 2px 15px 0 0;

}
.responsive-layout-wide #block-views-news-block ul li .views-field-field-image ,
.responsive-layout-narrow #block-views-news-block ul li .views-field-field-image ,
.responsive-layout-normal #block-views-news-block ul li .views-field-field-image ,
.responsive-layout-wide #block-views-news-block .views-field-field-image,
.responsive-layout-normal #block-views-news-block .views-field-field-image,
.responsive-layout-narrow #block-views-news-block .views-field-field-image,
.responsive-layout-wide #block-views-top-news-block .views-field-field-image, 
.responsive-layout-normal #block-views-top-news-block .views-field-field-image, 
.responsive-layout-narrow #block-views-top-news-block .views-field-field-image{
	    float: left;
	    } 

#block-views-news-block .views-field-field-image {
    margin: 2px 15px 0 0;
}

#block-views-news-block ul li .views-field-field-image {
    margin: 6px 15px 0 0;

}

#block-views-news-block ul li {
    position: relative;
    padding: 10px 20px 0 0;
    border-bottom: #9a9a9a 1px solid;
}
#block-views-top-news-block  a.views-more-link,
#block-views-top-news-block .views-field-nothing a,
.block-views-news-block ul li .views-field-nothing a,
.block-views-referenced-articles-block  a.views-more-link,
.block-views-referenced-articles-block .views-field-nothing a,
#block-views-banderole-block .views-field-field-link a,
.view-press-releases .views-more-link a,
.viewstyle-content-list .views-more-link a {
    background: url(../images/button-weiterlesen-submit.png) no-repeat -1px 0;
    color: #000;
    text-decoration: none;
    width: 100px;
    height: 19px;
    display: block;
    padding: 7px 14px;
    margin-top: 10px;
    line-height: 17px;
}

.block-views-top-news-block  a.views-more-link:hover,
#block-views-top-news-block .views-field-nothing a:hover,
.block-views-news-block ul li .views-field-nothing a:hover,
.block-views-referenced-articles-block  a.views-more-link:hover,
.block-views-referenced-articles-block .views-field-nothing a:hover,
#block-views-banderole-block .views-field-field-link a:hover,
.view-press-releases .views-more-link a:hover,
.viewstyle-content-list .views-more-link a:hover
{
  color: #777;
}

#block-views-news-block ul {
    float: none;
    display: block;
    width: auto;
    margin-top: auto;
}

#block-views-top-news-block .view-top-news {
    width: auto;
    display: block;
    height: auto;
}

#block-views-news-block .views-row { height: auto }
 
    
 

/*  View Teaserlinks
*******************************************************************************/

.view-referenced-articles /*.node-articles*/ {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .view-referenced-articles /*.node-articles*/ .views-field-title {
        height: 0;
        margin: 20px 0 10px;
        padding-bottom: 60px;
        text-transform: uppercase;
        border-bottom: 1px solid #9a9a9a;
    }

    .view-referenced-articles /*.node-articles*/ .views-field-field-image,
    .view-referenced-articles /*.node-articles*/ .views-field-field-news-image {
        margin: 0;
        overflow: hidden;
        width: 100%;
        margin: 0;
    }

.view-referenced-articles .views-field-field-image img,
.view-referenced-articles .views-field-field-news-image img

/*.view-referenced articles .views-field-field-image img
.view-referenced-articles .views-field-field-news-image img,
.field-name-field-news-image img*/ {
    width: 100%;
    border-bottom: 5px #c7d500 solid;
    margin-bottom: 20px;
}

.view-referenced-articles .views-field-field-image img:hover,
.view-referenced-articles .views-field-field-news-image img:hover{
  border-color: #555;
}


.field-name-field-news-image a,
.field-name-field-news-image a:hover {
    color: #565656;
    text-decoration: none;
}

.field-name-field-news-image { margin-bottom: 20px }

.field-name-field-date-news {
    float: right;
    font-weight: bold;
    margin-bottom: 10px;
}

.node-article .field-name-field-date-news {
    float: left;
    font-weight: normal;
    margin: 4px 0 0 -120px;
    font-size: 18px;
    padding: 0;
}

.responsive-layout-normal .node-article .field-name-field-date-news {
  float: right;
  margin: -53px 48px 0 0;
}
.responsive-layout-narrow .node-article .field-name-field-date-news {
  float: right;
  margin: -53px 17px 0 0;
}
.responsive-layout-mobile .node-article .field-name-field-date-news{
  float: right;
  margin: -53px 0 0 0;
}


.view-referenced-articles .views-field-title a,
.view-referenced-articles .views-field-title a:link,
.view-referenced-articles .views-field-title a:visited {
    font-size: 18px;
    text-decoration: none;
    color: #565656;
}

.view-referenced-articles .views-row {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 100%;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

.view-referenced-articles p { margin: 20px 0 }

#block-views-referenced-articles-block .views-field-nothing a,
.block-views-referenced-articles-block  a.views-more-link,
.block-views-referenced-articles-block .views-field-nothing a {
    background-image: url("../images/button-weiterlesen-submit.png");
    background-repeat: no-repeat;
    color: #000000;
    display: block;
    height: 32px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 30px;
    padding-left: 15px;
    text-decoration: none;
    width: 125px;
}


.block-views-referenced-articles-block .field-content strong { font-weight: normal }

.block-views-referenced-articles-block .field-content p { font-weight: normal }


.view-referenced-articles .view-header .view-referenced-articles,
.view-referenced-articles .view-header .view-referenced-articles .views-row,
#block-views-referenced-articles-block h2.block-title{
  margin-bottom: 0;
}


/*  civi Formulare
*******************************************************************************/

/*** CiviCRM Forms (Membership, Donate) ****/

.crm-container a.button span {
    display: block;
    font-size: 13px;
    line-height: 14px;
    padding: 9px 0;
}

.crm-container .crm-button:hover,
.crm-container .crm-button:focus,
.crm-container input[type="submit"]:hover,
.crm-container input[type="button"]:hover,
.crm-container a.button:hover,
.crm-container a.button:focus { background-position: 0 }

.crm-container a.button,
.crm-container a.button:link,
.crm-container a.button:visited,
.crm-container input.form-submit,
#crm-container input[type="button"],
#crm-container input.form-submit-inline,
#crm-container .crm-button {
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    text-shadow: none;
}

.crm-container a.button,
.crm-container a.button:link,
.crm-container a.button:visited,
.crm-container input.form-submit,
#crm-container input[type="button"],
#crm-container input.form-submit-inline,
#crm-container .crm-button {
    background: #d5d5d5 url("../images/button-weiterlesen-submit.png") no-repeat right center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-radius: 20px;
    color: #000000;
    border: medium none;    
    display: block;
    float: left;
    font-family: Arial,sans-serif;
    font-size: 9px;
    font-weight: normal;
    height: 32px;
    margin-top: 0;
    padding: 0 30px 0 12px;
    text-align: left;
    text-decoration: none;
}

    #crm-container .crm-button input {
        color: #000000;
        text-shadow: none;
    }

#crm-container,
.crm-container {
    line-height: 135%;
    /*width: 50%;*/ }

    #crm-container div#printer-friendly {
        float: right;
        margin: 1em 0 0;
        position: relative;
    }

#crm-container,
.crm-container {
/*    background: none repeat scroll 0 0 #F1F1F1;*/
/* Edit FabITS*/
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 8px solid #C9D400;
    line-height: 135%;
    padding: 35px;
    /*width: 50%;*/
    margin-top: 45px;
    margin-bottom: 20px;
}

    .crm-container fieldset {
        border: none;
        margin: 0px 0;
    }

#crm-container.crm-public .label { padding-top: 4px }

.crm-container .crm-section .label,
.crm-container-snippet .crm-section .label {
    float: left;
    text-align: right;
    width: 23%;
}

#crm-container.crm-public #crm-submit-buttons input#_qf_Main_upload-bottom {
    font-size: 14px;
    padding: 3px 5px;
}

.crm-container fieldset legend {
    background: none repeat scroll 0 0 transparent;
    border: medium none navy;
    color: #3E3E3E;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 18px 0 12px;
    position: relative;
    text-indent: 0;
    width: auto;
}

#crm-container.crm-public input[type="text"],
#crm-container.crm-public select {
    height: 32px;
    font-size: 15px;
/*     border-color: #9A9A9A #FFFFFF #FFFFFF #9A9A9A; */
/*     border-width: 2px; */
    border: 1px solid #9A9A9A;
    padding-right: 0;
    width: 100%;
}

.crm-container .crm-section .content,
.crm-container-snippet .crm-section .content {
    margin-left: 24%;
    margin-bottom: 8px;
}

.crm-container #footer_text p { margin-bottom: 0px }

#crm-container.crm-public #crm-submit-buttons { margin: 10px 0 30px }

#crm-container.crm-public input[type="text"] input.dateplugin,
#crm-container.crm-public select input.dateplugin { width: 50% }

#crm-container.crm-public .price-set-row input,
#crm-container.crm-public .price-set-row label {
    cursor: pointer;
    margin-left: 7px;
    vertical-align: middle;
}

.page-civicrm #region-content { /*  margin-top: 100px;_NO__DOTCOMMA__AFTER__*/ }

.page-civicrm h1#page-title {
    position: absolute;
    width: 230px;
    left: 35px;
    top: -50px;
}

#intro_text { margin-top: 30px }

div.crm-container label {
    display: block;
    width: 100%;
}

.crm-container .crm-section .label {
    float: none;
    width: auto;
    text-align: left;
}

.crm-container .crm-section .content { margin-left: 10px }

.crm-container .huge { width: 100% }

/*  Webforms Colorbox
*******************************************************************************/

#node-webform-212 h2.node-title { display: none }

#node-webform-212 img.media-image { margin-left: 15px }

#cboxClose {
    background: url("../images/close.png") no-repeat scroll top right transparent;
    bottom: 0;
    height: 38px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    width: 38px;
    top: 0;
}

#cboxClose:hover { background-position: 0 0 }

#node-webform-212 .webform-civicrm-prefix {
    background-color: #F1F0F0;
    border-bottom: 1px solid #9A9A9A;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 25px;
    padding: 8px 0;
    text-transform: uppercase;
    width: 420px;
}

.webform-component-fieldset legend {
    font-weight: bold;
    margin-bottom: 12px;
}

#node-webform-212 .field-name-body {
    margin: 9px 43px 40px 20px;
    width: auto;
}

#webform-component-civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-contact-gender-id .form-item {
    display: inline;
    /*margin: 0 0 0 1px;*/
}

#edit-submitted-civicrm-1-contact-1-fieldset-fieldset-civicrm-1-contact-1-contact-gender-id--2-2 { margin-left: 30px }

#node-webform-212 label { font-weight: normal }

#edit-submitted-civicrm-1-contact-1-fieldset-fieldset-civicrm-1-contact-1-contact-first-name--2 input { height: 25px }

.form-actions input:hover { background: transparent }

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    box-shadow: none;
    z-index: 1;
}

/* =============== HOMEPAGE / FLEXSLIDER =============== */
#flexslider-1{
  width: 825px;
  float: left;
}

.flexslider{
  box-shadow: none;
  border: none;
  border-radius: 0; 
  margin-bottom: 0;
}

.node .flexslider ul{
  padding: 0 !important;
}

.flex-direction-nav a{
  padding-top: 20px;
  margin: -110px 0 0 0;
  text-decoration: none;
}

.node-homepage .field-name-field-text-title-text-1,
.node-homepage .field-name-field-text-title-text-2{
  width: 48%;
  float: left;
  margin: 50px 10px 0 0;
  height: 120px;
}

.node-homepage .field-name-field-image{
    margin-bottom: 15px;
    padding: 3px;
}

.node-homepage .field-name-field-image a img{
    border: 3px solid #d9d9d9;    
    margin: -3px;
}

.node-homepage .field-name-field-image a:hover img{
    border: 3px solid #c7d500;
}

/*
.node-homepage .player{
  padding: 2px 0;
  overflow: hidden;
  background: #F0F2F5;
  text-align: center;
}
*/

/* .responsive-layout-mobile  */
.node-homepage .player {
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    background: #F0F2F5;
/*     text-align: center; */
    margin-bottom: 20px;
}
 
.node-homepage .player iframe,
.node-homepage .player object,
.node-homepage .player embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-layout-narrow .node-homepage .player,
.responsive-layout-normal .node-homepage .player{ text-align: left; }

.responsive-layout-narrow .node-homepage .player,
.responsive-layout-normal .node-homepage .player { width: 445px !important }


.responsive-layout-mobile #flexslider-1 li {
/*     width: 100%; */
/*     max-width: 640px !important; */
}

/* ================ BOXES ============= */
.field-name-field-box-ref,
.views-field-field-box-ref{
  float: right; 
  padding: 10px 0;
  background-color: #f0f2f5;
}


.node-homepage .field-name-field-box-ref{
  /* TEMP FOR FUNDRAISING CAMPAIGN 20/03/15 */
  height: 361px;
  padding: 4px 0;
}

#block-views-banderole-block .views-field-field-box-ref{
  position: absolute;
  right: 0;
  top: 92px;
  height: 100%;
}

.node-box .content{
  background-color: #FFFFFF;
  border-radius: 0 20px 0 20px;
  color: #565656;
  font-family: Arial,sans-serif;
  font-size: 15px;
/*   height: 133px; */
  min-height: 130px;
  line-height: 18px;
  margin: 10px 20px 10px 20px;
  padding: 10px 0;
  position: relative;
  width: 243px;
}

#node-box-560 .content{
    background: none;
}

#zone-postscript .node-box .content{
  margin: 10px 0;
}

#zone-postscript .node-box p{
  color: #565656;
  margin-bottom: 15px;
}


.node-box .content .field-name-field-headline,
.node-box .content .field-name-field-text{
  padding: 0 10px 0 20px;
}

.page-node .node-selection-overview .node-box .field-name-field-image,
.page-node .node-article .node-box .field-name-field-image{
  width: 100%;
  float: none;
  clear: both;
  margin: 10px 0 15px 0;
  padding: 0;
}

.node-box .content h2{
  font-size: 18px!important;
  text-transform: uppercase;
  line-height: 23px;
  margin-bottom: 2px;
}
  
.node-box .content .field-name-field-link a,
.node-box .content .field-name-field-text a.colorbox-node{
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background: url('../images/arrow-grey-submit01.png') no-repeat right center;
  z-index: 88;
}

.field-name-field-view {
  float: left;
}

.node-homepage .node-box .content{
  height: 136px;
}

.node-homepage #node-box-559 .content{
    height: 358px;
}

.node-homepage #node-box-559 .content .field-name-field-image{
    margin-bottom: 5px;
}
.node-homepage #node-box-559 .content .field-name-field-text a{
    color: #C4007A;
}

/* HP only */
.node-homepage .node-box .content h2{
  line-height: 23px;
  margin-bottom: 2px;
}


#webform-ajax-wrapper-212 button, 
#webform-ajax-wrapper-212 input[type="reset"], 
#webform-ajax-wrapper-212 input[type="submit"], 
#webform-ajax-wrapper-212 input[type="button"],
#webform-ajax-wrapper-212--2 button, 
#webform-ajax-wrapper-212--2 input[type="reset"], 
#webform-ajax-wrapper-212--2 input[type="submit"], 
#webform-ajax-wrapper-212--2 input[type="button"] {
    background: url("../images/button-newsletter-submit.png") no-repeat scroll left top transparent;
    border-color: transparent;
    border-image: none;
    border-radius: 0 0 0 0;
    border-style: none;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    font: 15px Arial,sans-serif;
    height: 30px;
    margin-bottom: 12px;
    margin-top: 0;
    outline: 0 none;
    overflow: visible;
    padding: 3px 18px 4px 10px;
    text-align: left;
    width: 100%;
    text-shadow: none;
}

#webform-ajax-wrapper-212,
#webform-ajax-wrapper-212--2 {
    background-color: #F1F0F0;
    border-bottom: 7px solid #C7D500;
    margin-left: 7px;
    min-height: 485px;
    padding: 5px 25px;
    width: 425px;
}

#textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], 
#Edit by FabITS(f.sachs@fabits.de) 10.04.2015
select, input[type="date"], input[type="datetime"], input[type="datetime-local"], 
input[type="email"], input[type="month"], input[type="number"], input[type="password"], 
input[type="search"], input[type="tel"], input[type="text"], input[type="time"], 
input[type="url"], input[type="week"] {
    height: 30px;
    font-size: 15px;
/*     border-color: #9A9A9A #FFFFFF #FFFFFF #9A9A9A; */
/*     border-width: 2px; */
    border: 1px solid #c7c7c7;
    color: #565656;
    padding-right: 0;
    width: 100%;
}

/*  Publications
******************************************************************************/
#block-views-all-publications-block ul.pager, 
#block-views-position-papers-block ul.pager, 
#block-views-reports-block ul.pager {
    /*display: none;*/
}

#block-views-all-publications-block .views-row, 
#block-views-position-papers-block .views-row, 
#block-views-reports-block .views-row,
.view-all-publications .views-row,
.view-position-papers .views-row,
.view-reports .views-row {
    margin-bottom: 20px;
    margin-right: 10px;
    border-bottom: 1px solid;
    clear: both;
    overflow: hidden;
    padding-bottom: 20px;
}

#block-views-all-publications-block h2.block-title, 
#block-views-position-papers-block h2.block-title, 
#block-views-reports-block h2.block-title,
.view-all-publications h2.block-title,
.view-position-papers h2.block-title,
.view-reports h2.block-title {
    margin-bottom: 10px;
    
}

#block-views-all-publications-block .views-field-field-image,
#block-views-position-papers-block .views-field-field-image, 
#block-views-reports-block .views-field-field-image,
.view-all-publications .views-field-field-image,
.view-position-papers .views-field-field-image,
.view-reports .views-field-field-image {    
    float: left;
    margin: 4px 120px 60px 0;
    vertical-align: top;
}

.responsive-layout-mobile  #block-views-all-publications-block .views-field-field-image,
.responsive-layout-mobile #block-views-position-papers-block .views-field-field-image, 
.responsive-layout-mobile #block-views-reports-block .views-field-field-image,
.responsive-layout-mobile .view-all-publications .views-field-field-image,
.responsive-layout-mobile .view-position-papers .views-field-field-image,
.responsive-layout-mobile .view-reports .views-field-field-image {
    margin-right: 20px;
    margin-bottom: 20px;
}

#block-views-all-publications-block .views-field-field-image img,
#block-views-position-papers-block .views-field-field-image img, 
#block-views-reports-block .views-field-field-image img,
.view-all-publications .views-field-field-image img,
.view-position-papers .views-field-field-image img,
.view-reports .views-field-field-image img{
  border: 1px solid;
  box-shadow: 1px 1px 10px #999999;
}

#block-views-all-publications-block .views-field-field-date-news,
#block-views-position-papers-block .views-field-field-date-news, 
#block-views-reports-block .views-field-field-date-news,
.view-all-publications .views-field-field-date-news,
.view-position-papers .views-field-field-date-news,
.view-reports .views-field-field-date-news {
    float: right;
    font-weight: bold;
}

#block-views-all-publications-block .views-field-title,
#block-views-position-papers-block .views-field-title, 
#block-views-reports-block .views-field-title,
.view-all-publications .views-field-title,
.view-position-papers .views-field-title,
.view-reports .views-field-title {
    font-weight: bold;
    margin-bottom: 10px;
}


.view-all-publications .views-field-field-file-1{
  float: left; 
}


form .views-exposed-form {
    border-bottom: 1px solid;
    margin-bottom: 35px;
    padding: 25px 0 25px 0;
}

.views-exposed-form button, .views-exposed-form input[type="reset"], .views-exposed-form input[type="submit"], .views-exposed-form input[type="button"] {
    background: -moz-linear-gradient(center top , #EFECEC 0%, #D7D7D7 100%) repeat scroll 0 0 transparent;
    border-radius: 6px 6px 6px 6px;
    padding: 6px 10px;
   
}

SELECT#edit-field-publication-type-tid {
    border-right: rgb(154,154,154) 2px solid;
    border-bottom: rgb(154,154,154) 2px solid;
}

.node-publication .field-name-field-image {
    clear: left;
    float: left;
    overflow: hidden;
    margin: 0 20px 20px 0;
}
.node-publication .field-name-field-date-news {
    float: left;
    font-weight: bold;
}

.node-publication .field-name-body {
    padding-top: 30px
}

.node-publication .field-name-field-publication-type {
    font-weight: bold;
    margin-bottom: 20px;
}
.views-field-field-file {
    margin-bottom: 40px;
}

/*  Pager
******************************************************************************/

.pager {
    border-width: 0px;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}

.pager li.pager-current {
    /*background: -moz-linear-gradient(center top , #1A1A1A 0%, #5A5A5A 100%) repeat scroll 0 0 transparent;*/
    background: none;
    color: #000000;
    outline: 0 none;
    padding: 12px 0;
}

.item-list .pager {
    font-size: 10px;
    margin: 30px 0;
    padding: 10px;
    position: relative;
    text-align: left;
}

.pager li.pager-first a, .pager li.pager-previous a {
    padding: 0;
    text-align: center;
    width: 60px;
}

.pager li.pager-next a, .pager li.pager-last a {
    padding: 10px;
}

.pager li.pager-ellipsis, .pager li.pager-current, .pager li a {
    padding: 0px 15px;
    text-decoration: none;
}

.pager li a {
    background: none;
    cursor: pointer;
}

.pager li a:hover {
    background: transparent;
    color: #454545;
}

.pager li.pager-next {
    border-color: transparent;
    border-left: 0px;
}

.pager li {
    border-color: transparent;
    border-right: 0px;
    color: #333333;
    font: bold 12px/1.2 Arial,sans-serif;
    outline: 0 none;
}

/*  Press Releases (/press-releases) News-Archive (/news) Events (/events-archive)
*******************************************************************************/

#block-views-press-releases-block .views-row, 
.view-press-releases .views-row,
.viewstyle-content-list .views-row {
    border-bottom: #9a9a9a 1px solid;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 40px;
}

#block-views-press-releases-block .views-field-title, 
.view-press-releases .views-field-title,
.viewstyle-content-list .views-field-title {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    margin: 0 0 10px 0;
}

#block-views-press-releases-block .views-field-field-news-image, 
.view-press-releases .views-field-field-news-image,
.viewstyle-content-list .views-field-field-news-image {
    margin-left: -20px;
    margin-top: 5px;
    margin-right: 20px;
}

#block-views-press-releases-block .views-field-field-image img, 
.view-press-releases .views-field-field-image img,
.viewstyle-content-list .views-field-field-image img {
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 20px;
}

.view-press-releases .views-more-link a,
.viewstyle-content-list .views-more-link a {
  float: left;
  margin-top: 15px;
}

.view-press-releases .views-field-body,
.viewstyle-content-list .views-field-body {
    max-width: 800px;
    padding-top:10px;
}

.views-field-field-date-news{
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 12px;
}


#block-views-press-releases-block .views-field-body strong {
    font-weight: normal;
}

.view-press-releases strong {
    font-weight: normal;
}

.block-views-news-block strong {
    font-weight: normal;
}

#block-views-press-releases-block .views-field-field-image,
#block-views-press-releases-block .views-field-field-news-image, 
.view-press-releases .views-field-field-news-image, 
.view-press-releases .views-field-field-image,
.viewstyle-content-list .views-field-field-image  {
    float: left;
}

.responsive-layout-mobile .view-press-releases .views-field-field-image{
  float: none;
  margin-bottom: 10px;
}


/*** Newsletter ***/

.node-newsletter  {
      width: 700px;
}

.node-type-newsletter h1#page-title {
    display: none;
}

.node-newsletter .field-name-field-link-to {
    display: block;
    float: right;
    margin: 20px 20px 30px 0;
}

.node-newsletter .field-name-field-image {
    clear: both;
    margin: 50px 0 15px 0;
}

.node-newsletter .field-name-field-slogan {
    color: #C7D500;
    margin-bottom: 40px;
}


/*** Newsletter Archive ***/
.view-news-archive .views-row{
  overflow: hidden;
  clear: both;
  padding-bottom: 40px;
}
.view-news-archive .views-field-field-date-news{
/*   width: 80%; */
  border-bottom: 1px solid #9A9A9A; 
}

.view-news-archive .views-field-title{
  font-weight: bold;
  float: left;
  width: 30%;
  padding: 0 5% 20px 0;
}

.view-news-archive .views-field-field-archive{
  float: left;
  width: 60%;
}

.view-news-archive .views-field-field-file{
  float: left;
}

/* Glossary*/


table.views-table {
    border:none;
    width: 100%;
}

table.views-table thead th,
.views-table th {
    background: none;
}

table.views-table td, 
.views-table th {
    background-color: transparent;
    padding: 8px 8px 8px 0;
    vertical-align: top;
}

table.views-table tr.even, 
table.views-table tr.odd {
    background: none;
    border-bottom: 1px solid #9A9A9A;
}

tr.even, tr.odd {
    border-bottom: 0px solid #9A9A9A;
}


.block--glossary-block-1 th.views-field-name, 
.block--glossary-block-1 th.views-field-description {
    text-transform: uppercase;
}

.block--glossary-block-1 td.views-field-name  {
    font-weight: bold;
}

table.views-table tr.even td {
    background: none;
}
.block--glossary-block-1 p {
    margin-bottom: 10px;
}


/*** Terms / A-Z ***/
.view-terms .view-content{
/*   border-top: 1px solid #9A9A9A; */
}

.view-terms .item-list h3{
  float: left;
  margin: 3px 11px 0 2px;
  font-size: 16px;
}
.view-terms .item-list{
  border-bottom: 1px solid #9A9A9A;
  clear: both;
  overflow: hidden;
  padding: 14px 0 9px;
}

.view-terms .item-list:last-child{
  border-bottom: none;
}

.view-terms .field-content a,
.page-node .field-type-taxonomy-term-reference a{
  color: #565656;
  text-decoration: none;
  background: #ddd;
  border-radius: 10px;
  padding: 2px 13px;
  margin: 1px 4px 1px 2px;
  display: block;
  float: left;
  text-transform: uppercase;  
  font-size: 12px;
  line-height: 18px;
}


.view-terms .item-list ul{
  padding-left: 25px;
}

.view-terms .field-content a{
  margin-bottom: 5px;
}

.view-terms .field-content a:hover,
.page-node .field-type-taxonomy-term-reference a:hover{
  background: #C7D500;
  color: #565656;
}

.view-terms .field-content .nodecount{
  background: #555;
  color: #ddd;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  padding: 2px 10px 2px 5px;
  margin: -2px -14px -2px 5px;
  border-radius: 0 10px 10px 0;  
}

.view-terms .field-content a:hover .nodecount{
  background: #555;

}


/*mobile*/
.responsive-layout-mobile img{
  width: 100%;
}
.responsive-layout-mobile .view-top-news img,
.responsive-layout-mobile .view-news img,
.responsive-layout-mobile #zone-postscript-wrapper img,
.responsive-layout-mobile #section-footer img,
.responsive-layout-mobile img.file-icon{
  width: auto;
}
.responsive-layout-mobile #block-block-21 {
  top: 0;
}
.responsive-layout-mobile .field-name-field-box-ref, 
.responsive-layout-mobile .views-field-field-box-ref {
    display:none;
}

.responsive-layout-mobile #flexslider-1 li,
.responsive-layout-mobile ul.slides img,
.responsive-layout-mobile ul.slides,
.responsive-layout-mobile #flexslider-1 div,
.responsive-layout-mobile #flexslider-1 {
/*     width: 100% !important; */
}

.responsive-layout-mobile .flex-direction-nav a{
  margin-top: -155px;
}

.responsive-layout-mobile #block-views-banderole-block .views-field-field-link {
    bottom: 0;
    clear: both;
    position: relative;
    left:0;
    margin-bottom:10px;
}


.responsive-layout-mobile #block-views-banderole-block .views-field-field-text-title-text-2,
.responsive-layout-mobile #block-views-banderole-block .views-field-field-link,
.responsive-layout-mobile #block-views-banderole-block .views-field-field-text-title-text-1{
	margin-left:10px;
	width:95%;
}

.responsive-layout-mobile #block-views-news-block {
    margin-top: 0;
}

.responsive-layout-mobile #block-views-news-block .views-field-field-image ,
.responsive-layout-mobile #block-views-top-news-block .views-field-field-image {
    clear:both;
    margin: 2px 15px 0 0;
}

.responsive-layout-mobile #block-views-news-block ,
.responsive-layout-mobile #block-views-top-news-block {
    height:auto;
    padding-bottom:10px;
}

.responsive-layout-mobile #block-views-news-block .views-row{
	padding-bottom:10px;
	margin-bottom:10px;
}

.responsive-layout-mobile #region-postscript-fifth {
	float:left;
    width: 100%;
}

.responsive-layout-mobile #block-views-top-news-block {
    background: none;
    border-bottom: 1px solid #9A9A9A;
    padding: 0;
    padding-bottom:10px;

}


.responsive-layout-mobile .block-referenced-articles-block .views-field-nothing{
	margin-bottom:10px;
}
/*
.responsive-layout-mobile #flexslider-1 {
    float: left;
    width: 250px;
}

.responsive-layout-mobile #flexslider-1 li{
    width: 250px !important;
}
*/

/*** MOBILE ***/

.responsive-layout-mobile #region-content{
    width: 95%;
    display: block;
}

.responsive-layout-mobile #flexslider-1 {
    float: left;
    width: 100%;
}

.responsive-layout-mobile .node-homepage .field-name-field-text-title-text-1, 
.responsive-layout-mobile .node-homepage .field-name-field-text-title-text-2{
  width: 95%;
  margin: 10px 10px 0 0;
}

.responsive-layout-mobile .node-homepage .field-name-field-text-title-text-1 p, 
.responsive-layout-mobile .node-homepage .field-name-field-text-title-text-2 p{
  margin-bottom: 10px;
}





/*** TABLES ***/
.page-node .content table.tablestyle01,
.page-node .content table.tablestyle02{
  border: none;
}
.page-node .content table.tablestyle01 caption,
.page-node .content table.tablestyle02 caption{
  text-align: left;
  padding: 5px;
  font-weight: bold;
}
.page-node .content table.tablestyle01 td,
.page-node .content table.tablestyle02 td{
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
tr:hover td, 
tr.even:hover td.active, 
tr.odd:hover td.active{
  background: none;
}

/* table style 01 */
.page-node .content table.tablestyle01 td{
  border-top: 1px solid #9a9a9a;
  padding-bottom: 20px;
}
.page-node .content table.tablestyle01 tr:hover{
  background: #F0F2F5;
}

/* table style 02 */
.page-node .content table.tablestyle02 tbody{
  border-top: 2px solid #9a9a9a;
}
.page-node .content table.tablestyle02 td{
  padding-left: 5px;
}
.page-node .content table.tablestyle02 tr:nth-child(even) {
  background-color: #fff;
}
.page-node .content table.tablestyle02 tr:nth-child(odd) {
  background-color: #F0F2F5;
}


#crm_cpid_10_comments a{
    color: #c4007a;
}



/*language switcher*/

/*
// DROPDOWN VERSION -> see dem_int_omega_links__locale_block()
#block-locale-language-content,
ul.nice-menu-down.nice-menu-language{
	width:100px;
	float:left;
	z-index: 999;
}

ul.nice-menu-down.nice-menu-language{
	padding-top:8px;	
	padding-bottom:10px;
}


ul.nice-menu-down.nice-menu-language li a,
ul.nice-menu-down.nice-menu-language li{
	color:#717274;
}

#region-user-second{
	width:405px;
}

.nice-menu-language li:hover:before {
    opacity: 1 !important;
    transition: opacity 400ms ease-in 0s;
}

.nice-menu-language li.menuparent:before {
    border-bottom: 10px solid #717274;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 15px;
    opacity: 0;
    position: absolute;
    top: 20px;
    width: 0;
}
*/

#block-locale-language-content{
    float: right;
    width: 400px;
    margin: 8px 10px 0 0;
}

.language-switcher-locale-url,
.language-switcher {
    text-align: right;
}

.language-switcher-locale-url li,
.language-switcher li{
    list-style: none;
    display: inline;
    margin: 5px 5px;
}

.language-switcher-locale-url li a,
.language-switcher li a{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10px;
    color: #888;    
}
.language-switcher-locale-url li.active a,
.language-switcher li.active a{
    color: #000;
}
.language-switcher-locale-url li a:hover,
.language-switcher li a:hover{
    color: #c7d500;
}



/* social media bar */
.page-node .node-article .field-name-field-teaser{
    position: relative;
}
.page-node .node-article .field-name-title-field{
    margin-bottom: 20px;
}
.page-node .node-article .field-name-field-teaser{
    padding-bottom: 50px;
}
.field-name-title-field h1{
    margin-bottom: 8px;
}
.some_bar{
    border-bottom: 1px solid #9a9a9a;
    overflow: hidden;
    padding: 0px 0 4px;
}
.some_bar .shariff{
    float: left;
    width: 70%;
}
.page-node .node-article .shariff ul{
    padding: 0;
}
.some_bar .news-date{
    float: right;
    font-size: 12px;
    margin-top: 6px;
}
.some_bar_btm {
    bottom: 0;
    position: absolute;
    width: 210px;
    left: -270px;
}
.shariff li{
    margin-right: 2px;
    width: 40px;
/*     width: 65px; */
}
.shariff li.info{
    display: none;
}
.shariff li.shariff-button a:before{
    left: 12px;
}
.shariff li.shariff-button.facebook a:before{
    left: 16px;
}
.shariff .theme-grey .twitter a, 
.shariff .theme-grey .facebook a, 
.shariff .theme-grey .googleplus a{
    background: #dadada;
}
.shariff .theme-grey .twitter a:hover, 
.shariff .theme-grey .facebook a:hover, 
.shariff .theme-grey .googleplus a:hover{
    background: #555;
}
.shariff li a .share_text{
    color: #dadada;
}
.shariff li .share_count{
    height: 30px;
    right: 0;
    top: 0;
}
.shariff li a,
.shariff li.facebook a{
    color: #555;
    padding-left: 40px;
}
.shariff li.twitter{
    border-radius: 15px 0 0 15px;
}
.shariff li.googleplus{
    border-radius: 0 15px 15px 0;   
}
.shariff .theme-grey a:hover{
/*     color: #fff; */
    color: #dadada;
}
.shariff .theme-grey .twitter a:hover .share_text{
/*     color: #55acee; */
    color: #555;
} 
.shariff .theme-grey .facebook a:hover .share_text{
/*     color: #3b5998; */
    color: #555;
} 
.shariff .theme-grey .googleplus a:hover .share_text{
/*     color: #d34836;    */
    color: #555;   
}


/* special: ECI Box */
h5#crm_cpid_19_title{
    padding: 0 10px;
}
#node-box-1040.node-box .content{
    padding: 0;
    background: none;
}

#crm_cpid_19 p{
    font-size: 12px;
}

/* special: petition transparency box */
#node-box-1176.node-box .content,
#node-box-1181.node-box .content,
#node-box-1182.node-box .content,
#node-box-1183.node-box .content{
    padding: 0;
    background: none;
    border-radius: 0;
}

#node-box-1176.node-box .content .field-name-field-link a.content-link,
#node-box-1181.node-box .content .field-name-field-link a.content-link,
#node-box-1182.node-box .content .field-name-field-link a.content-link,
#node-box-1183.node-box .content .field-name-field-link a.content-link{
    top: 230px !important;
}

#node-box-1239.node-box .content .field-name-field-link a.content-link{
    top: 250px !important;
}
#node-box-1238.node-box .content .field-name-field-link a.content-link,
#node-box-1240.node-box .content .field-name-field-link a.content-link{
    top: 280px !important;
}

#webform-component-members-of-afco-layout,
#webform-component-members-of-afco-layout2,
#webform-component-members-of-afco3,
#webform-component-members-of-afco4{
		width: 1045px;
}
