﻿.content{
   -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.19);
  padding:15px;
 
}

.main-info,.aside{
    float:right;
}
.logo-container{
    text-align:center;
}
.logo-container img{
    border:1px solid #eee;
}
.reume-container{
    text-align:center;
}
.info-item{
    text-align:right;
    direction:rtl;
    padding:5px;
}
.info-item .item-key{
    color:#7EB347;
    font-weight:500;
    margin-left:2px;
}
.info-item .item-value{
    line-height:2;
}
.info-item i{
    color:#7EB347;
    margin-left:5px;
}
.aside{
    text-align:center;
}
.contact-info{
    margin:20px 0;
    border:1px solid #eee;
    background-color:#f8f8f8;
    border-radius:4px;
}
.contact-info .contact-info-item{
    direction:rtl;
    padding:5px;
    
}
.contact-info .contact-info-item .item-key{
    font-size:12px;
    color:#555;
}
.contact-info .contact-info-item .item-value{
    font-size:14px;
    line-height:2;
}
.contact-info-item .item-value.address{
    font-size:12px;
}
.related-supporters .slider{
   
}
.padding-vertical-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.divider {
    position: relative;
    width: 100%;
}
.divider.centered.short {
    display: table;
    width: 50%;
}
.divider i {
    color: #d5d5d5;
}
.divider.centered {
    text-align: center;
    margin:auto;
}
.divider.centered.short:before, .divider.centered.short:after {
    width: 45%;
}
.divider.centered:before, .divider.centered:after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 48%;
    height: 1px;
    margin-top: -0.5px;
    content: "";
}
.divider.centered:after {
    left: auto;
    right: 0;
}
.btn-default.btn-outlined:hover, .btn-default.btn-square_outlined:hover, .divider.centered:before, .divider.centered:after, .divider.lft:before, .divider.rit:before {
    background-color: #e6e6e6;
}