body{
    font-family: 'Open Sans', sans-serif;
}
p{
    font-size: 16px;
}
/*======================================*/
.btn{
	border-radius: 0px;
	transition:all 0.5s ease;
}
.btn:hover{
	border-color: red;
	color: red;
	background-color: #fff;
	box-shadow: 0px 0px 3px 1px rgba(255,77,77,0.5);
}
.form-control:focus{
	box-shadow: 0px 0px 3px 1px rgba(255,77,77,0.5);
	border: 1px solid red;
}
/*======================================*/
.headline{
    border-top: 4px solid red;
    height: 40px;
    padding: 3px 3px;
    background-color: #292929;
    color: #ccc;
    text-decoration: none;
}
.headline .container{
    padding: 0px;
}
.search{
    display: inline-block;
    float: right;
}
.s-btn{
    display: inline-block;
    background-color: transparent;
    border: none;
    margin-left: -40px;
    width: 40px;
    height: 30px;
}
.s-inp{
    width: 200px;
    height: 28px;
    padding-left: 10px;
    background-color: #494949;
    border: none;
    color: #ccc;
    padding: 1px 35px 0px 5px;
}
.s-inp:focus{
    outline: none;
}
.s-inp::placeholder{
    color: #999;
}
/*======================================*/
.glyphicon {
    color: #ccc;
    font-size: 15px;
    transition:all 0.2s ease;
}
.glyphicon:hover{
    color: red;
}
.contacts{
    display: inline-block;
    float: left;
    padding: 5px 5px;
}
.contacts span{
    margin-right: 10px;
}
.contacts div{
    display: inline-block;
    margin-right: 30px;
}
.contacts #fb-img, .footer .contacts #fb-img{
    height: 15px;
    margin-right: 10px;
    margin-top: -6px;
}
#lawyer{
    float: right;
    text-decoration: none;
    color: #ccc;
    margin-right: 50px;
    margin-top: 5px;
	transition:all 0.3s ease;
    border-bottom: 1px solid #ccc; 
}
#lawyer:hover, .contacts a:hover{
    color: red;
    border-color: red;
}
.contacts a{
    text-decoration: none;
    color: #ccc;
    transition:all 0.3s ease;
}
/*======================================*/
.main{
    padding: 0px;
}
.pagination-nav{
    text-align: center;
}
.pagination{
    margin-right: 15px;
}
.pagination>li>a{
    color: red;
}
/*======================================*/
.face{
    height: 150px;
    width: 100%;
}
.logo{
    margin-left: 20px;
    float: left;
}
.logo img{
    margin-top: 15px;
    height: 120px;
    float: left;
}
.logo-text{
    margin: 35px 10px;
    display: inline-block;
}
.logo-text h4, .logo-text h2{
    margin: 0px;
    padding: 6px;
}
.face .quote{
    float: right;
    margin-right: 50px;
    text-align: center;
    line-height: 2;
}
.quote{
    padding-top: 19px;
}
/*======================================*/
.navbar {
	min-height:40px !important;
	font-size: 18px;
    border-radius: 0px;
}
.navbar-nav a{
    padding-top:9px !important;
    height: 40px;
	transition:all 0.2s ease;
    color: #ccc !important;
}
.navbar-nav {
	float: none;
	text-align: center;
}
.navbar-nav li {
	margin-left: 10px;
	margin-right: 10px;
	float: none;
	display: inline-block;
}
.active > a{
    border-bottom: 3px solid red;
}
.navbar-nav  a:hover {
	text-shadow: 0px 0px 3px red;
	border-bottom: 3px solid red;
    color: #fff !important;
}
/*======================================*/
.main-line{
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    border-left: 0px;
    border-right: 0px;
}
/*======================================*/
#Slider .item img{
	width: 100%;
}
#Slider .img{
    overflow: hidden;
    height: 560px;
}
#Slider .carousel-indicators{
    bottom: 0px;
}
#Slider .carousel-indicators .active{
    width: 30px;
    height: 6px;
	background-color: red;
	border-color: red;
}
#Slider .carousel-indicators li{
    width: 30px;
	border-radius: 0px;
    height: 4px;
}
#Slider .carousel-control{
	width: 7%;
}
#Slider .carousel-control.left .glyphicon {
	font-size: 20px;
	left: 30px;
}
#Slider .carousel-control.right .glyphicon {
	font-size: 20px;
	right: 30px;
}
#Slider .carousel-caption{
    width: 100%;
    left: 0%;
	float: left;
	text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    background-image: url(../images/x1.png);
    margin-bottom: -20px;
}
#Slider .carousel-caption h2{
    margin-top: -10px;
    border-bottom: 1px solid red;
    padding-bottom: 5px;
}
#Slider .carousel-caption h2, .carousel-caption p{
    width: 50%;
}
/*======================================*/
.shadow{
    -webkit-box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.4);
    -moz-box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.4);
    box-shadow: 0px 0px 5px 3px rgba(204,204,204,0.4);
}
/*======================================*/
.sidebar{
	text-align: center;
	margin-top: 20px;
    padding: 0px;
}
.sidebox{
	padding: 0px 20px 20px 20px;
	margin-bottom: 15px;
	background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    border-top: 3px solid red;
}
.sidebox h4{
    padding-bottom: 10px;
    border-bottom: 2px solid #e7e7e7;
    margin-bottom: 20px;
    text-transform: uppercase;
}
#donate{
	border: 1px solid #999;
    text-decoration: none;
    padding-top: 10px;
	height: 50px;
	width: 70%;
	margin-top: 10px;
	background-color: transparent;
	font-size: 17px;
	-webkit-animation: pulsate 1.2s linear infinite;
  	animation: pulsate 1.2s linear infinite;
}
#donate:hover{
	-webkit-animation-play-state: paused;
  	animation-play-state: paused;
    text-shadow: 0px 0px 1px red;
}
@-webkit-keyframes pulsate {
  50% {
	  color: red;
	  text-shadow: 0px 0px 1px red;
	  border-color: red;
	  box-shadow: 0px 0px 2px 1px rgba(255,77,77,0.5);
	}
}
@keyframes pulsate {
  50% {
	  color: red;
	  text-shadow: 0px 0px 1px red;
	  border-color: red;
	  box-shadow: 0px 0px 2px 1px rgba(255,77,77,0.5);
	}
}
#donate img{
	display: block;
	width: 40px;
	height: 30px;
	margin-top: -25px;
	margin-left: 40%;
	margin-bottom: -3px;
}
/*======================================*/
.report{
	overflow: hidden;
}
.report small{
    color: red;
}
#report-sub{
	display: block;
	float: right;
	height: 40px;
	width: 40%;
	background-color: transparent;
}
.feed {
	padding: 0px;
    height: 500px;
}
#InputName{
    background-image: url(../images/user.png);
}
#InputEmail1{
    background-image: url(../images/mail.png);
}
#comment{
    background-image: url(../images/pen.png);
}
.report-form .form-control{
    background-repeat: no-repeat;
    background-position: 7px 9px;
    padding-left: 30px;
}
/*======================================*/
.partners{
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    padding-bottom: 10px;
    width: 100%;
    border-radius: 3px;
}
.partners h3{
    text-transform: uppercase;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e7e7e7;
    margin-bottom: 10px;
}
.partner{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 223px;
    background-color: #fff;
    overflow: hidden;
    width: 130px;
}
.partner:hover{
    border-color: red;
	background-color: #fff;
	box-shadow: 0px 0px 3px 1px rgba(255,77,77,1);
}
.partner-img{
    width: 100%;
    height: 120px;
    border-bottom: 2px solid #e7e7e7;
}
.partner img{
    padding: 5px;
    width: 100%;
    max-height: 118px;
}
.partner a{
    text-decoration: none;
    color: #000;
}
.partner p{
    padding: 5px;
    font-size: 14px;
}
/*======================================*/
.footer{
    padding: 20px;
    height: 150px;
    background-color: #292929;
    color: #ccc;
    border-bottom: 4px solid red;
}
.quote{
    display: inline-block;
    float: left;
    width: 250px;
    font-size: 13px;
    line-height: 2;
}
#quote-d{
    padding-left: 0px;
    float: left;
}
.footer .contacts{
    text-align: right;
    float: right;
}
.footer .contacts div{
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
}
.footer .center{
    text-align: center;
    margin-top: 40px;
    width: 120px;
    float: left;
    margin-left: 270px;
}
.footer #lawyer{
    float: none;
    margin-right: 0px;
}
/*======================================*/
.content{
    margin-top: 20px;
}
.content .col-md-6{
    padding-left: 0px;
}
.content-title{
    display: inline-block;
    padding-right: 15px;
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid red;
    margin-bottom: 30px;
    width: 98%;
}
.news{
    margin-bottom: 30px;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    border-bottom: 3px solid red;
    overflow: hidden;
}
.news img{
    width: 100%;
}
.img{
    width: 100%;
    height: 200px;
    overflow:hidden;
}
.news h3{
	margin-top: 0px;
}
.news-text{
	height: 210px;
	padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.news-text p > img, .news-text iframe{
    display: none;
}
.news-text p{
    font-size: 14px !important;
    padding-top: 0px;
}
#news-text-title{
    margin-top: 0px;
    font-size: 17px;
    font-weight: 600;
    border-bottom: 1px solid red;
    padding-bottom: 10px;
}
#date{
	float: left;
	margin: 10px 10px;
}
#Reed-more{
	float: right;
	color: red;
	margin: 10px 10px;
    text-decoration: none;
    transition:all 0.2s ease;
}
#Reed-more:hover{
    text-shadow: 0px 0px 1px red;
}
.news .img{
    outline: 5px solid rgba(0,0,0,0.1);
    outline-offset: -5px;
}
.news-text h4, .news-text h3, .news-text h3, .news-text h2, .news-text h1, .news-text p, .news-text em, .news-text i, .news-text strong{
    font-size: 14px;
}
/*======================================*/
.x{
    padding-right: 15px;
}
.inner-content{
	background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
	padding: 0px;
    margin-bottom: 20px;
}
.text{
	padding: 20px;
	line-height: 1.7;
}
.text a{
    color: red;
}
.inner-content #fb{
	margin-top: -12px;
	float: right;
}
#news-m-img{
	width: 100%;
	margin-bottom: 10px;
}
/*------------------------------*/
.media #date{
    margin: 0px;
    color: #999;
}
.media a{
    margin-top: 10px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.media a:hover, .media small:hover{
    color: red;
}
.media{
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    border-bottom: 1px dashed #999;
}
.media small{
    color: #999;
}
/*------------------------------*/
.member img{
	height: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 5px;
}
.member{
    min-height: 200px;
    background-color: #f7f7f7;
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin-bottom: 30px;
    border-bottom: 3px solid red;
    overflow: hidden;
}
.member #fb-img{
    width: 30px;
    height: 30px;
    margin: 0px;
    margin-right: 20px;
}
.member a{
    text-decoration: none;
    color: red;
}
.member .content-title{
    color: #000;
}
.member .content-title h3{
    margin-top: 0px;
    margin-bottom: 0px;
}
.member a:hover{
    color: red;
    text-shadow: 0px 0px 3px red;
}
.member p{
    padding: 0px;
    margin: 0px;
}
/*------------------------------*/
.inner-donate{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.inner-donate #donate{
    width: 300px;
}
.inner-donate #donate > img{
    margin-left: 44%;
}
/*------------------------------*/
/*------------------------------*/
@media screen and (max-width: 1200px){
    .headline{
        font-size: 12px;
    }
    .headline #fb-img{
        height: 13px;
    }
    .contacts div{
        margin-right: 15px;
    }
    .face .quote{
        margin-right: 0px;
        width: 200px;
    }
    .navbar{
        font-size: 16px;
    }
    .navbar-nav li {
	    margin-left: 3px;
        margin-right: 3px;
    }
    .sidebox h4{
        font-size: 16px;
    }
    .partners h3{
        font-size: 16px;
    }
    .footer .center{
        margin-left: 175px;
    }
    #Slider .img{
        height: 540px;
    }
    .news .img{
        height: 170px;
    }
    .news-text{
        height: 270px;
    }
}
@media screen and (max-width: 991px){
    .admin table{
        font-size: 12px;
    }
    .admin td > a{
        font-size: 10px;
        padding: 3px;
    }
    .admin td > img{
        width: 50px;
        height: 30px;
    }
    .admin td > input{
        width: 15px;
        height: 15px;
    }
    .face .quote{
        display: none;
    }
    .navbar{
        font-size: 14px;
    }
    .navbar-nav li {
	    margin-left: 0px;
        margin-right: 0px;
    }
    .nav > li > a{
        padding-left: 8px;
        padding-right: 8px;
    }
    .headline #lawyer{
        display: none;
    }
     #Slider .img{
        height: 420px;
    }
    .news .img{
        float: left;
        width: 40%;
        height: 215px;
        margin-right: 20px;
    }
    .news img{
        height: 215px;
    }
    .news-text{
        height: 175px;
    }
    #donate{
        width: 50%;
    }
    #donate img{
        margin-left: 44%;
    }
    .center{
        width: 200px;
    }
    #Slider .carousel-caption h2, .carousel-caption p{
        width: 100%;
    }
    .carousel-caption p{
        font-size: 12px;
    }
    .carousel-caption h2{
        font-size: 20px;
    }
    .footer .center{
        margin-left: 70px;
    }
    .footer .contacts{
        font-size: 12px;
    }
    .footer #fb-img{
        height: 13px;
    }
    .footer .quote{
        font-size: 12px;
        line-height: 3;
    }
    .content .col-md-6{
        padding-right: 0px;
    }
    .content-title{
        width: 100%;
    }
    .pagination{
        margin-right: 0px;
    }
    .x{
        padding-right: 0px;
    }
    .text, .member{
        padding-left: 30px;
    }
}
@media screen and (max-width: 767px){
    #Slider .img{
        height: 390px;
    }
    .contacts div{
        margin-right: 10px;
        margin-left: 10px;
    }
    .admin th{
        display: none;
    }
    .headline .contacts{
        display: none;
    }
    .headline{
        height: 0px;
        border: 0px;
        padding: 0px;
    }
    .main-line{
        margin-top: 110px;
    }
    .search{
        position: absolute;
        top: 10px;
        left: 20px;
        z-index: 10000;
    }
    .pagination{
        margin-left: 15px;
    }
    .media{
        padding-left: 30px;
    }
    body{
        border-top: 4px solid red;
    }
    .face {
        height: 110px;
        position: absolute;
        top: 40px;
    }
    .nav>li {
        position: relative;
        display: block;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding-left: 20px;
    }
    .navbar-nav {
	    text-align: left;
    }
    .navbar-toggle{
        padding: 5px 10px;
    }
    .footer .center{
        display: none;
    }
    .footer .quote{
        line-height: 1.7;
        width: 200px;
    }
    .logo-text h4{
        font-size: 15px;
    }
    .logo-text h2{
        font-size: 25px;
    }
    .logo-text{
        margin-top: 45px;
    }
    .content-title{
        padding-left: 25px;
        font-size: 23px;
    }
    .news .img{
        width: 45%;
    }
    .content{
        padding-left: 0px;
    }
    p{
        font-size: 15px;
    }
}
@media screen and (max-width: 700px){
    #Slider .img{
        height: 380px;
    }
    #Slider img{
        height: 100%;
    }
    #donate{
        width: 300px;
    }
    #donate img{
        margin-left: 42%;
    }
    
}
@media screen and (max-width: 635px){
    #Slider .img{
        height: 345px;
    }
    .main-line{
        margin-top: 95px;
    }
    .logo img{
        height: 100px;
    }
    .logo-text h4{
        font-size: 12px;
    }
    .logo-text h2{
        font-size: 20px;
    }
    .logo-text{
        margin-top: 40px;
    }
    .news-text{
        padding-left: 30px;
        height: auto;
    }
    #date{
        margin-left: 30px;
    }
    .news .img{
        float: none;
        width: 100%;
        height: 320px;
    }
    .news img{
        height: auto;
    }
    .carousel-caption{
        margin-bottom: 15px;
    }
    .carousel-caption h2{
        font-size: 18px;
    }
    .carousel-caption p{
        font-size: 11px;
    }
    #Slider .carousel-control.left .glyphicon {
	    font-size: 16px;
	    left: 25px;
    }
    #Slider .carousel-control.right .glyphicon {
        font-size: 16px;
    	right: 25px;
    }    
    #Slider .carousel-control{
	    width: 5%;
    }
    #Slider .carousel-indicators .active{
        width: 20px;
    }
    #Slider .carousel-indicators li{
        width: 20px;
    }
    .member img{
        float: none;
        width: 100%;
        height: auto;
    }
    .member h3{
        font-size: 20px;
    }
    .member #fb-img{
        float: left;
        margin-top: -5px;
    }
    .inner-donate #donate > img{
        margin-left: 44%;
    }
}
@media screen and (max-width: 535px){
    #Slider .img{
        height: 290px;
    }
    .news .img{
        height: 260px;
    }
    .logo-text{
        width: 250px;
        margin-top: 25px;
    }
    .logo-text h4{
        display: none;
    }
    .logo img{
        height: 80px;
    }
    .main-line{
        margin-top: 72px;
    }
    .carousel-caption h2{
        font-size: 15px;
    }
    .carousel-caption p{
        font-size: 10px;
    }
    .member h3{
        font-size: 17px;
    }
    .member #fb-img{
        width: 25px;
        height: 25px;
    }
    p{
        font-size: 13px;
    }
}
@media screen and (max-width: 467px){
    .footer{
        padding-left: 0px;
        padding-right: 0px;
    }
    .footer .contacts{
        font-size: 11px;
    }
    #Slider .img{
        height: 260px;
    }
    .news .img{
        height: 240px;
    }
    .headline #lawyer{
        left: 230px;
    }
}
@media screen and (max-width: 415px){
    .footer .quote{
        display: none;
    }
    .footer .contacts{
        text-align: center;
        float: none;
        width: 100%;
    }
    .logo-text h2{
        font-size: 18px;
    }
    .logo-text{
        width: 200px;
        margin-top: 17px;
    }
     #Slider .img{
        height: 220px;
    }
    .news .img{
        height: 200px;
    }
    .carousel-caption p{
        display: none;
    }
    .member h3{
        font-size: 15px;
    }
}