p#ccart             { margin: 0; padding: 0;}
td#cart-total-price { font-size: 1.35em; }
.modal-dialog       { margin: 10.75rem auto; }

.social-media-area li,
.header-top-right li { color: #fff; }

.mt--10 { margin-top: 10px !important; }
.mt--30 { margin-top: 30px !important; }
.mt--60 { margin-top: 60px !important; }

.mb--10 { margin-bottom: 10px !important; }
.mb--30 { margin-bottom: 30px !important; }
.mb--60 { margin-bottom: 60px !important; }

h2.main {
    color: #000000;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
    text-decoration: none;
}

h2.main:after {
    position: absolute;
    bottom: -20px;
    left: 0;
    content: "";
    background: #d32f2f;
    width: 60px;
    height: 3px;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb a {
    color: #848484;
}
.breadcrumb > li {
  display: inline-block; }

.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc; }

.breadcrumb a:hover,
.breadcrumb > .active {
  color: #d32f2f; }

input#email { display: none; }

textarea.fail,
select.fail,
input.fail      { border-color: #f4afad; color: #a94442; background-color: #faf2f2; }

div#blocks a.img {
    float: left;
    margin-right: 35px;
    border: 1px solid #ccc;
}

div#blocks div.c-left { float: left; }

.project-activation-area h3 {
    margin: 0 auto;
    font-size: 2.5em; font-weight: normal;
    color: #fff;
    text-align: center;
}

.project-activation-area h4 {
    margin: 0 auto;
    font-size: 3.5em; font-weight: normal;
    color: #fff;
    text-align: center;
}

.project-activation-area h4 span {
    color: #d32f2f;
}

.btn-yim {
  background: #d32f2f;
  border: 0 none;
  color: #ffffff !important;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 45px;
  border-radius: 30px;
  box-shadow: 2px 0px 11px -2px #d32f2f;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  margin-top: 10px;
  cursor: pointer;
}
.btn-yim:hover {
  background: #b52929;
  box-shadow: none;
}

.btn-yim2 {
    width: auto;
    border-radius: 0;
}

.contact-us-page-area .leave-comments-area fieldset input,
.contact-us-page-area .leave-comments-area fieldset textarea {
    background: #fff;
}

.leave-comments-area .login-area {
    background: #f8f8f8;
    padding: 30px;
    border-radius: 5px;
}

.leave-comments-area .btn-send {
    float: right;
}

#take-part {
	width: 90px; height: 70px;
	background: url(../images/take-part-floating.jpg) no-repeat;
	text-align: center;
	position: fixed; top: 105px; right: 20px;
	cursor: pointer; display: none; text-indent: -9999px; z-index: 2000;
}

.home-gellary-area .single-gellary .gellary-informations ul {
    text-align: center;
}
.home-gellary-area .single-gellary .gellary-informations ul li h3 a {
    font-size: 0.6em;
}

.single-blog-page-area ul.files {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.single-blog-page-area ul.files li {
    float: left;
    width: 100%;
}
.single-blog-page-area ul.files li a {
    color: #d32f2f;
}
.single-blog-page-area ul.files li a:hover {
    color: #848484;
    text-decoration: none;
}