.to_horses {
  position:fixed;
  right:0;
  bottom:0;	
  cursor:pointer;
  z-index: 9000;
}

.to_horses:hover .horseEyes {
    display:none;    
}

.to_horses:hover .bubble {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);     
}

.to_horses:hover .horseImg {
    -webkit-transform: translateX(5px) rotate(5deg);
    -moz-transform: translateX(5px) rotate(5deg);
    -o-transform: translateX(5px) rotate(5deg);
    -ms-transform: translateX(5px) rotate(5deg);
    transform: translateX(5px) rotate(5deg);
}

.horseImg {
  margin-bottom:53px;  
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s; 
}

.horseText {
    right:-35px;
    bottom:-88px;
    position:fixed;
    width:150px;
    height:150px;
    border-radius:50%;
    -webkit-border-radius: 50%;
    /*
    border:20px solid #67b13f; 
    background-color:#71bf47;*/
   border:20px solid #e9f4eb; 
    background-color:#b4cdbb;   
}

.horseEyes {
    display:block;
}
.horseAnim {
    margin-top:17px;
    margin-left:8px;
    position:absolute;
    width:9px;
    height:5px;
    background-color:#b2977d;
    border:1px solid #000;
    border-radius:30px 30px 0px 0px;
}

.horseAnim2 {
    margin-top:19px;
    margin-left:24px;
    position:absolute;
    width:9px;
    height:5px;
    background-color:#b2977d;
    border:1px solid #000;
    border-radius:30px 30px 0px 0px;
}

  .bubble {
    font-family: 'CaviarDreams', Helvetica, 'Dosis', sans-serif;  
    position: absolute;
    text-align: center;
    bottom:165px;
    z-index: 9000;
    right:30px;
    width:120px;
    height: 72px;
    padding:10px;
    color:#534334;
    background: #f9f7f0;
    border: #877666 solid 2px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);  
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;     
}

  .bubble:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 55px;
    border-style: solid;
    border-width: 14px 14px 0;
    border-color: #f9f7f0 transparent;
    display: block;
    width: 0;
    z-index: 1;
}

  .bubble:before {
    content: "";
    position: absolute;
    top: 70px;
    left: 54px;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #877666 transparent;
    display: block;
    width: 0;
    z-index: 0;
}

.outer_wrapper {
    display: table-cell;
    vertical-align:middle;
    position: relative;
    text-align: center;
    background-color: #b2977d;
    padding:30px;
}

.inner_wrapper {
    display:inline-block;
}

.slogan_bar {
    display:inline-block;
    margin-top:10px;
    margin-bottom:10px;
    height:1px;
    width:40%;
    background-color:#cccccc;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);    
}

.helpUs_item {
    height:150px;
    width:150px;
    display:inline-block;
     -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border: 8px solid rgba(113,191,71,0.75);
    margin-left:40px;
    margin-right:40px;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -o-transition: all 0.75s;
    -ms-transition: all 0.75s;
    transition: all 0.75s;    
}

.helpUs_item:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.penkios_laisves {
    position:relative;
    text-transform:none;
}

.up_scroll {
  position:fixed;
  left:0;
  bottom:0;	
  cursor:pointer;
  z-index: 9000;    
}

.horizon {
    height:1px;
    background-color:#eaeaea;
    width:100%;
}

.horizon_title {
   display:inline-block;
   width:10%; 
   height:1px;
   margin-left:10px;
   margin-right:10px;
   background-color:#b3a18f;   
}


.img_footer {
  color:#000;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: right;
}


.social_icons {
    display:inline-block;
    float:right;
    text-align:right;
    padding-left:20px;
    margin-top:20px;
}

.scl_icon_round {
    font-size:1.5em;
    color:#aeaeae;
    padding-top:2px;
    display:inline-block;
    text-align: center;
    margin-left:8px;
    margin-right:8px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;      
}

.scl_icon_round:hover {
    color:#877666;
}

.connect_onFB {
    color:#0096a7;
}

.social_icons img {
    width:50px;
    margin-left:5px;
    margin-right:5px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;    
}

.social_icons img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); 
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);    
}

.interaction_el {
    display:inline-block;
    color: #71bf47;
    margin-left:15px;
    margin-right:15px;
}

.interaction_title {
    
}

.interaction_count {
    font-size:1em;
    letter-spacing: 1px;
}
.interaction_el {
    cursor:pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;        
}

.interaction_el:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.show_attend:hover .in_attend {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);    
}

.show_like:hover .in_like {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);    
}

.in_attend, .in_like {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;     
}

.horse_timeline {
    display:table-cell;
    height: 100%;
    width:180px;
    border-right:1px solid #eaeaea;
}

.timeline-post {
    display:table-cell;
    padding-left:40px;
}

.timeline_anchor {
    display:table;
    position:absolute;
    margin-left:-206px;
    width:180px;
}

.timeline_horizon {
    height:1px;
    width:100%;
    background-color:#eaeaea;
    display:none;
}

.timeline_blob {
    display:table-cell;
    width:30px;
    height:30px;
    background-color:#fff;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    border:2px solid #71bf47;
}

.timeline_date {
    text-align:right;
    display:table-cell;
    color:#71bf47;
    font-size:1em;
    vertical-align: middle;
    padding-right:15px;
    letter-spacing:0px;
}

.post-title-wrap {
    display:inline-block;
}

.team-item-top {
    position:relative;
    min-height: 230px;
      margin-bottom: 70px;
    
}

.team_party_img {
    bottom:100px;
    position:absolute;
}

.team_party_img img {
    width:100%;
}

.donate_input {
    border:1px solid rgba(50, 50, 93, 0.1);
    color:#71bf47;
    text-align:right;
    font-weight: bold;
    font-size:1.5em;
    width:180px;
    outline:0;
    padding-left:10px;
    padding-right:30px;
    margin-bottom:10px;
    line-height:1.4;   
    border-radius:8px;
    -webkit-border-radius:8px;
     -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;      
}

.pject_donate_container {
    margin-top:10px;
    margin-bottom:30px;
    white-space: nowrap;
}

.horse_thumb_icon_descr {
    font-size:1.5em;
    color:#f1d54b;
}

.horse_thumb_icon {
    font-size:2.5em;
    color:#f1d54b;
    text-shadow: 2px 2px 4px #000000;
    position:absolute;
    margin-left:30px;
    margin-top:30px;
    z-index:99999;
}

.pject_purpose_container {
    margin-top:10px;
    color:#fff;
}

.pject_donate_end {
    margin-top:10px;
    margin-bottom:30px;
    vertical-align:middle;
}

.pject_input {  
    color:#375a40;
    text-align:right;
    font-size:1.8em;
    width:115px;
    outline:0;
    line-height:1.5;    
     -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; 
    vertical-align:text-top; 
    margin-right:-4px;
    padding-right:5px;
}

.buy_input {
    border:2px solid #71bf47;
    color:#71bf47;
    text-align:center;
    font-weight: bold;
    font-size:1.5em;
    width:150px;
    outline:0;
    padding-left:10px;
    padding-right:10px;
    line-height:1.7;   
    border-radius:8px;
    -webkit-border-radius:8px;
     -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;      
}

.donate_type {
    line-height:2.5;
}

.donate_euro_sig {
    font-size:1.6em;
    color:#71bf47;
    margin-left:-26px;
    display:inline-block;
    margin-top:21px;
    position: absolute;
     -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;         
}

.pirce_val {
    font-weight:bold;
    font-size:2.3em;
    color:#71bf47;
}

.buy_alter_value {
    font-size:2.8em;
    color:#71bf47;
    margin-top:10px;
    display:inline-block;
    position:absolute;
     -webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease; 
    cursor: pointer;
}


.donateAbsEur {
    display:inline;
    margin-left:-60px;
    font-size:1.5em;
    font-weight:bold;   
    color:#4c6f4b;    
}

.purpose_msg {
    font-weight: bold;
}

.delivery_price {
    font-weight:bold;
}

.delivery_info {
    margin-top:10px;
    /* background-color: #fcfbf9; */
    font-size: 0.85em;
    padding:10px;
}
.fact-book-price {
    font-size: 2.2em !important;
    line-height: 1.2;
    font-weight: 400;
}

.radioGroup {
    background-color: #f9f7f0;
    font-size: 1.1em;
    padding:15px;
}

input[type="radio"] {
    -ms-transform: scale(1.8); /* IE 9 */
    -webkit-transform: scale(1.8); /* Chrome, Safari, Opera */
     transform: scale(1.8);
     margin-right:10px;
     filter: grayscale(1);
  }

.sellAbsEur {
    display:inline;
    font-size:2em;
    font-weight:bold;   
    color:#801313;   
    padding: 10px; 
}

.omniva_list {
    width: 100px;
}

.inputDonate {
    border:2px solid #e1d19a;
    line-height: 2;
    padding-left:10px;
    padding-right:70px;
    text-align:right;
    text-transform:uppercase;
    color:#4c6f4b;
    font-size:1.5em;
    font-weight:bold;
    background-color:#fdfcf8;
}

.inputName {
    width:289px;
}

.inputPhone {
    width:75px;
    font-weight: bold;
    border:2px solid #d0d0d0;
    line-height: 2;
    padding-left:10px;
    padding-right:10px;
    text-align:left;
    text-transform:uppercase;
    color:#5b5b5b;
    background-color:#ebebeb;
}

.inputContacts {
    width: 100%;
    border:2px solid #d0d0d0;
    line-height: 2;
    padding-left:10px;
    padding-right:10px;
    text-align:left;
    text-transform:uppercase;
    color:#5b5b5b;
    background-color:#f6f6f6;
}

.inputContacts:focus {
    outline: none !important;
    border:2px solid #71bf47 !important;
    /* box-shadow: 0 0 10px #719ECE; */
}

.inputDonate:focus {
    outline: none !important;
    border:2px solid #f6e398 !important;
    box-shadow: 0 0 10px #f1efe2;
}

.formtxt22 {
    text-transform:uppercase;
    margin-right:10px;
    margin-left:10px;
    color:#808080;
}

/*-------------------------------------*/

.accordion__item {
	margin: 5px auto;
}
.accordion__item .accordion__title {
    font-family: 'CaviarDreams', "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;    
    text-transform: uppercase;
    position: relative;
	display: block;
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	font-size: 16px;
	text-decoration: none;
    color: rgba(255,255,255,1);
    background: rgba(113,191,71,1); 
    border: 2px solid #71bf47;
	border-radius: 0px;
    -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    -ms-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.2s cubic-bezier(0, 0, 0.58, 1);
  cursor: pointer;
}
.accordion__item .accordion__title:hover {
    background: rgb(66, 122, 35); 
    border: 2px solid rgb(66, 122, 35); 
	transition: all 0.5s ease-out;
}
.accordion__item .accordion-active {
    background: rgb(66, 122, 35); 
    border: 2px solid rgb(66, 122, 35); 
}
.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 9px; right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 30px;
	font-weight: 500;
	margin-right: 5px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion__item .accordion__rotate {
	transform: rotate(225deg);
}
.accordion__item .accordion__content {
	padding: 30px;
	margin-bottom: 2px;
	font-size: 14px;
	display: none;
	/* background-color: #f3f3f3; */
}
.accordion__item .accordion__arrow-item {
	font-weight: 700;
}
/*-------------------------------------*/

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    /*overflow: auto;*/ /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 60%; /* Could be more or less, depending on screen size */
  }
  
  /* The Close Button */
  .close {
    color: #5b5b5b;
    float: right;
    font-size: 40px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

.buy_alter_value:hover {
    color: rgba(84,145,50,1);
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #808080;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #808080;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #808080;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #808080;
}

    /* WebKit browsers */
input:focus::-webkit-input-placeholder { color:transparent; }

    /* Mozilla Firefox 4 to 18 */
input:focus:-moz-placeholder { color:transparent; }

    /* Mozilla Firefox 19+ */
input:focus::-moz-placeholder { color:transparent; }

    /* Internet Explorer 10+ */
input:focus:-ms-input-placeholder { color:transparent; }