@import url(//fonts.googleapis.com/css?family=Raleway:400,600,700);
@import url(//fonts.googleapis.com/css?family=Hind:400,600,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css);

/* =Common styles BEGIN */
*,
*:before,
*:after {
  box-sizing: border-box;
}
::selection {
  background: #E30513;
  color: #fff;
}

::-moz-selection {
  background: #E30513;
  color: #fff;
}
.mean-container a.meanmenu-reveal span {
  height: 1.5px;
  margin-top: 7px;
}
#page-wrapper {
  display: flex;
  flex-direction: column;
  height: inherit;
}
#page {
  position: relative;
  flex: 1 0 auto;
}
#header .section {
  max-width: 1200px;
}
.contextual-links-wrapper a {
  transition: none;
}
html,
body {
  height: auto;
}
html {
  background: #fff;
}
body {
  min-width: 320px;
  font-family: "Hind", sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 500;
}
img,
input,
textarea {
  max-width: 100%;
}
textarea {
  min-height: 110px;
}
img {
  max-height: 100%;
}
.block-colorized-gmap img {
  max-height: none;
  max-width: none;
}
p:last-child {
  margin-bottom: 0;
}
p {
  font-size: 15px;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #74797b;
  line-height: 25px;
}
.profile .user-picture {
  float: none;
}
h1,
h2,
h3,
h1 a,
.h1 a,
h2 a,
h3 a {
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
.h1 a,
h2 a,
h3 a,
h4 a,
.views-field-title,
.views-field-title a {
  font-weight: bold;
  font-family: 'Raleway', sans-serif;
  line-height: 70px;
  color: #2d2d2d;
  margin: 0;
}
h1 a:hover,
.h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.views-field-title a:hover,
.node__title a:hover {
  text-decoration: none;
}
h1 {
  font-size: 56px;
  letter-spacing: 2.8px;
  word-wrap: break-word;
}
h2 {
  font-size: 45px;
  letter-spacing: 1.13px;
}
h3 {
  font-size: 30px;
  letter-spacing: 1.5px;
  background: none;
  background-size: 80px;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 35px;
}
h3.left {
  background-position-x: left;
  text-align: left;
}
h4 {
  font-size: 20px;
  line-height: 50px;
  letter-spacing: 1px;
}
h5 {
  font-size: 14px;
  font-weight: 400;
}
.node__title,
.node__title a,
.layout-main-wrapper .page-title {
  font-family: 'Hind';
  font-size: 32px;
  margin: 0;
  text-transform: none;
  margin-bottom: 15px;
  margin-top: 5px;
  line-height: 40px;
}
.node__title {
  float: left;
  width: 100%;
}
.node--type-portfolio .node__title,
.node--type-volunteers .node__title,
.layout-main-wrapper .page-title {
  width: 40%;
  float: left;
  letter-spacing: 1.13px;
}
.title,
.node__content section h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 20px;
  text-transform: none;
  line-height: normal;
}
.italic {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 15px;
  color: #74797b;
  line-height: normal;
  margin: 20px 0;
}
a {
  text-decoration: none;
  color: #E30513;
}
a:hover {
  text-decoration: none;
}
pre.code,
code {
  color: #333;
  font-family: 'Courier New', monospace;
}
pre.code {
  background-color: #e8e8e8;
  padding: 10px;
  border-left: 10px solid #1ec97b;
}
mark {
  display: inline-block;
  padding: 1px;
  background: #E30513;
  color: #fff;
}
blockquote,
blockquote p {
  font-family: 'Hind';
  font-size: 18px;
  color: #333;
  line-height: 28px;
  letter-spacing: -0.36px;
  margin: 20px 0;
  display: block;
  position: relative;
  font-style: normal;
}
blockquote:before {
  content: '';
  height: 100%;
  width: 4px;
  display: inline-block;
  position: absolute;
  background: #E30513;
  left: 0;
}
.node-type-blog #breadcrumb,
.node-type-news #breadcrumb {
  display: none;
}
.block-system-breadcrumb-block {
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  letter-spacing: 0.75px;
  color: #fff;
  text-align: center;
}
.block-system-breadcrumb-block li {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}
.block-system-breadcrumb-block li a {
  color: #fff;
  font-weight: 700;
}
.block-system-breadcrumb-block li:not(:last-child):after {
  content: '/';
  width: 10px;
  display: inline-block;
  font-weight: 700;
}
blockquote {
  position: relative;
  margin: 20px 0;
  padding-left: 30px;
  min-height: 40px;
}
blockquote footer {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.13px;
  text-transform: uppercase;
}
.profession {
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
}
.messages__wrapper {
  position: relative;
}
div.messages {
  font-size: 15px;
  text-decoration: none;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  color: #74797b;
  line-height: 25px;
  padding: 40px 10px 10px 50px;
  border-left-width: 1px;
  position: relative;
}
.messages h2 {
  width: auto;
  height: auto;
  font-size: 14px;
  margin: 0;
  line-height: 30px;
  text-transform: none;
  clip: auto;
  top: 9px;
}
.messages + .close {
  position: absolute;
  right: 30px;
  top: 40px;
}
.messages + .close:hover {
  cursor: pointer;
}
div.messages--error {
  background: #fcedef url('../images/alerts/error.png') 17px 17px no-repeat;
  border-color: #ffd9de;
  box-shadow: none;
}
.messages--error h2 {
  color: #ff9999;
}
.messages--error + .close {
  content: url('../images/alerts/4.png');
}
div.messages--warning {
  background: #fefaec url('../images/alerts/warning.png') 17px 17px no-repeat;
  border-color: #f7eac7;
  box-shadow: none;
}
.messages--warning h2 {
  color: #ffcc66;
}
.messages--warning + .close {
  content: url('../images/alerts/3.png');
}
div.messages--status {
  background: #effbee url('../images/alerts/status.png') 17px 17px no-repeat;
  border-color: #cbeec8;
  box-shadow: none;
}
.messages--status h2 {
  color: #99cc99;
}
.messages--status + .close {
  content: url('../images/alerts/2.png');
}
.messages--info {
  background: #f0faff url('../images/alerts/info.png') 17px 17px no-repeat;
  border-color: #ceedfc;
  box-shadow: none;
}
.messages--info h2 {
  color: #77b3f0;
}
.messages--info + .close {
  content: url('../images/alerts/1.png');
}
#content ul,
#content ul li,
#columns ul li.leaf,
#columns ul li.collapsed,
#block-system-user-menu .menu,
#block-system-user-menu .menu li {
  padding: 0;
}
#content ol {
  padding-left: 25px;
}
#content ol li,
#columns ol li.leaf,
#columns ol li.collapsed {
  padding-left: 5px;
}
#content ul,
#content li,
.column li {
  list-style: square;
  list-style-position: inside;
  color: #E30513;
}
#content .contextual-links li {
  list-style: none;
}
#content ul li span,
.column li span {
  line-height: 26px;
  font-size: 14px;
  color: #74797b;
}
#columns ul,
#columns ol,
#block-system-user-menu .menu {
  margin: 15px 0;
}
.menu li,
.item-list ul li,
.links li,
.menu li.leaf,
.menu li.collapsed {
  padding-left: 0;
  margin-left: 0;
}
#columns .menu li:before,
#columns .item-list li:before,
#columns .links li:before,
#columns .contextual-links-wrapper li:before,
#columns .tabs li:before,
#page .field-name-field-portfolio-terms ul li:before,
#page .field-name-field-volunteers-terms ul li:before {
  content: none;
}
#page .contextual-links,
#page .contextual-links li {
  margin: 0;
}
#page .contextual-links {
  padding: 0.25em 0;
}
#page .contextual-links li {
  padding: 0;
}
.links a:hover,
.node-author a:hover {
  text-decoration: underline;
}
#block-sddtheme-branding,
.region-inner,
body .view-content,
body .block-title,
.block-our-amazing-team-block-1 .block-title,
.view-header,
.view-main-slider .views-field-nothing,
#columns,
#menu-bar nav,
#primary-menu-bar nav,
#secondary-menu-bar,
#header .section {
  margin-right: auto;
  margin-left: auto;
}
#block-sddtheme-branding {
  width: 30%;
  float: left;
  min-width: 180px;
}
#block-sddtheme-branding {
  max-width: 200px;
}
#page-wrapper:not(.front) .layout-main {
  max-width: 1200px;
  padding: 0;
  margin: 65px auto 90px auto;
}
#page-wrapper.sidebar .layout-main {
  display: flex;
}
#page-wrapper.sidebar #content {
  max-width: 64%;
  display:inline-block;
}
#page-wrapper .page-blog .layout-main,
#page-wrapper .page-portfolio .layout-main,
#page-wrapper .page-contact .layout-main,
#page-wrapper .page-volunteers .layout-main,
#page-wrapper .page-forums .layout-main,
#page-wrapper .page-news .layout-main,
#page-wrapper .page-title-101 .layout-main,
#page-wrapper .page-title-96 .layout-main {
  max-width: none;
  margin: 0;
}
body.page-portfolio #columns,
body.page-volunteers #columns {
  max-width: none;
}
body .view-content .view-content {
  padding-left: 0;
  padding-right: 0;
}
#main-content {
  margin: 0;
}
#page.container {
  max-width: none;
}
.page-blog #page.container,
.page-news #page.container {
  background-color: #f9f9f9;
}
.front .block-title,
.our-skills h2,
.about-us h2,
.featured-top .page-title,
.block-views-blockour-amazing-team-block-1 h2 {
  font-size: 30px;
  text-decoration: none;
  display: block;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  /* background: url('../images/line.png') center bottom no-repeat; */
  background: none;
  /*background-size: 80px;*/
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
.page-comment .page-title {
  margin-bottom: 15px;
}
.front .block-title {
  margin-top: 65px;
  margin-bottom: 20px;
}
.featured-top .page-title {
  font-size: 30px;
  text-transform: none;
  background-size: 80px;
  padding-bottom: 15px;
  color: #fff;
}
.page-title-44 .page-title,
.page-title-49 .page-title,
.page-title-95 .page-title,
.page-title-96 .page-title, /* take-action */
.page-title-97 .page-title,
.page-title-98 .page-title,
.page-blog .page-title,
.page-portfolio .page-title,
.page-contact .page-title,
.page-volunteers .page-title,
.page-forums .page-title,
.page-news .page-title,
.page-title-43 .page-title,
.page-info .page-title {
  font-size: 50px;
  background-size: 130px;
  text-transform: uppercase;
  padding-bottom: 30px;
}
#page-wrapper:not(.front) .featured-top {
  padding-top: 105px;
  padding-bottom: 70px;
  height: 243px;
  background-color: #000;
}
#page-wrapper:not(.front).page-title-43 .featured-top {
  height: 280px;
  padding-top: 120px;
}
#page-wrapper.page-title-44 #page .featured-top,
#page-wrapper.page-title-49 #page .featured-top,
#page-wrapper.page-title-95 #page .featured-top,
#page-wrapper.page-title-96 #page .featured-top,
#page-wrapper.page-title-97 #page .featured-top,
#page-wrapper.page-title-98 #page .featured-top,
#page-wrapper:not(.front) .page-blog .featured-top,
#page-wrapper:not(.front) .page-portfolio .featured-top,
#page-wrapper:not(.front) .page-contact .featured-top,
#page-wrapper:not(.front) .page-volunteers .featured-top,
#page-wrapper:not(.front) .page-forums .featured-top,
#page-wrapper:not(.front) .page-news .featured-top,
#page-wrapper:not(.front) .page-info .featured-top {
  height: 340px;
  padding-top: 150px;
}
#page-wrapper:not(.front) .featured-top {
  background: #000 url('../images/pic_title/base.jpg') 50% no-repeat;
  background-size: cover;
}
.page-title-44 .featured-top {
  background: #000 url('../images/pic_title/about-us.jpg') 50% no-repeat;
}
#page-wrapper:not(.front).page-title-49 .featured-top {
  background: #000 url('../images/pic_title/about-us.jpg') 50% no-repeat;
}
#page-wrapper:not(.front).page-title-95 .featured-top {
  background: #000 url('../images/pic_title/contacts_sdd.jpg') 50% no-repeat;
}
#page-wrapper:not(.front).page-title-96 .featured-top {
  background: #000 url('../images/pic_title/contacts_sdd.jpg') 50% no-repeat;
}
#page-wrapper:not(.front).page-title-97 .featured-top {
  background: #000 url('../images/pic_title/contacts_sdd.jpg') 50% no-repeat;
}
#page-wrapper:not(.front).page-title-98 .featured-top {
  background: #000 url('../images/pic_title/contacts_sdd.jpg') 50% no-repeat;
}
#page-wrapper:not(.front) .page-portfolio .featured-top,
#page-wrapper:not(.front).node-type-portfolio .featured-top {
  background: #000 url('../images/pic_title/portfolio.jpg') 50% no-repeat;
}
#page-wrapper:not(.front) .page-blog .featured-top,
#page-wrapper:not(.front).node-type-blog .featured-top {
  background: #000 url('../images/pic_title/blog.jpg') 50% no-repeat;
}
#page-wrapper:not(.front) .page-contact .featured-top {
  background: #000 url('../images/pic_title/contacts_sdd.jpg') 50% no-repeat;
}
#page-wrapper:not(.front) .page-volunteers .featured-top,
#page-wrapper:not(.front).node-type-volunteers .featured-top {
  background: #000 url('../images/pic_title/volunteers.jpg') 50% no-repeat;
}
#page-wrapper:not(.front) .page-forums .featured-top,
#page-wrapper:not(.front).node-type-forums .featured-top {
  background: #000 url('../images/pic_title/forum.jpg') 50% no-repeat;
}
#page-wrapper:not(.front) .page-news .featured-top,
#page-wrapper:not(.front).node-type-news .featured-top {
  background: #000 url('../images/pic_title/news.jpg') 50% no-repeat;
}

.view-header {
  color: #606060;
  text-align: center;
  margin-bottom: 40px;
}
.views-field-title a,
.section-tags .node__title a {
  color: #333;
  text-decoration: none;
}
.section-tags {
  font-family: 'Raleway';
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
}
#page-wrapper table p {
  margin: 0;
}
#page-wrapper table {
  width: 100%;
  border: none;
  max-width: 1920px;
  margin: 0 auto;
}
.html #page-wrapper table th {
  font-weight: 400;
  color: #333;
}
th,
td {
  padding: 10px;
}
th {
  padding-top: 15px;
  padding-bottom: 15px;
}
tr,
tr.even,
tr.odd {
  padding: 0;
  border: none;
}
tr.even {
  background-color: #fff;
}
tr.odd {
  background-color: #e8e8e8;
}
table.ver-1 td,
table.ver-1 th {
  border: none;
}
table.ver-1 tr {
  border-bottom: 1px solid #c6c6c6;
}
span.form-required {
  display: none;
}
.container-inline .form-item {
  display: inline-block;
}
input:not([type="submit"]),
input:not([type="button"]),
textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e3e3e3;
}
input[type="submit"],
input[type="button"] {
  width: auto;
}
input:not([type="submit"]):focus,
textarea:focus {
  border: 1px solid #E30513 !important;
  outline-color: transparent;
  outline-style: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #ff3334;
}
textarea {
  resize: vertical;
}
.form-item .description {
  font-size: 13px;
  color: #ff3536;
}
.form-item .description.error {
  background: none;
  color: #ff3334;
}
label {
  font-weight: 400;
  margin-bottom: 3px;
  display: block;
}
#content .item-list ul.pager-load-more li {
  width: 200px;
}
.pager {
  text-align: left;
}
.pager li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0;
}
.pager li.pager__item {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 10px;
  width: 45px;
  height: 45px;
  background-color: transparent;
}
.pager li:last-of-type {
  margin-right: 0;
}
.pager a,
#page .pager .is-active,
#page .pager .pager__item--ellipsis {
  display: inline-block;
  color: #74797b;
  border: 1px solid #a9a9a9;
  text-decoration: none;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 15px;
  line-height: 45px;
  background-color: transparent;
}

@media screen and (max-width: 425px){
  .pager a,
  #page .pager .is-active,
  #page .pager .pager__item--ellipsis {
    width: 30px;
    height: 30px;
    line-height: 31px;
  }
  .pager li.pager__item {
    width: auto;
    height: auto;
  }
}

#page .pager .pager__item--ellipsis {
  border: none;
}
.pager .pager__item.is-active a,
.pager a:hover {
  background: #E30513;
  border-color: #E30513;
  color: #fff;
}
.pager .is-active {
  cursor: default;
  font-weight: 400;
}
#page .item-list.item-list-pager li {
  background-color: transparent;
}
.region-secondary-content {
  background: url(images/bg-page-title.png) no-repeat 50% 50%;
  background-size: cover;
}
/* Loading */

#load {
  animation: loading 3s linear infinite;
}
#loading-inner {
  animation: loading-circle 2s linear infinite;
  -webkit-animation: loading-circle 2s linear infinite;
  -moz-animation: loading-circle 2s linear infinite;
  stroke: #E30513;
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  fill: transparent;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0
  }
  100% {
    stroke-dashoffset: -600;
  }
}
@-webkit-keyframes loading-circle {
  0% {
    stroke-dashoffset: 0
  }
  100% {
    stroke-dashoffset: -600;
  }
}
@-moz-keyframes loading-circle {
  0% {
    stroke-dashoffset: 0
  }
  100% {
    stroke-dashoffset: -600;
  }
}
/* Info items */

.views-field-created,
.views-field-cid,
.data,
div.comment,
.datetime,
.author-datetime,
.comment__author,
.comment__time {
  display: inline-block;
}
.views-field-created:before,
.view-blog .views-field-cid:before,
.view-news .views-field-cid:before,
.data:before,
div.comment:before {
  font-size: 18px;
  line-height: 1;
  font-family: 'FontAwesome';
  position: absolute;
}
.node__meta {
  margin-top: 20px;
}
.view-blog .views-field-cid,
.view-news .views-field-cid {
  margin-left: 10px;
}
.view-blog .views-field-cid:before,
.view-news .views-field-cid:before,
div.comment:before {
  content: '\f0e5';
}
.view-blog .views-field-uid:before,
.view-news .views-field-uid:before,
.author-datetime:before {
  content: url('../images/Admin.png');
  vertical-align: -webkit-baseline-middle;
  margin-right: 3px;
}
.view-blog .views-field-uid span:before,
.view-news .views-field-uid span:before {
  content: 'by ';
}
.view-blog .views-field-uid:after,
.view-blog .views-field-created:after,
.view-news .views-field-uid:after,
.view-news .views-field-created:after,
.author-datetime:after {
  content: '/';
  padding-left: 10px;
}
.datetime:after,
div.comment:after {
  content: '/';
  padding-left: 10px;
}
.views-field-cid span,
div.comment span {
  padding-left: 25px;
}
.page-blog .view-blog li .views-field .views-field-uid,
.page-blog .view-blog li .views-field.views-field-comment-count,
.page-news .view-news li .views-field .views-field-uid,
.page-news .view-news li .views-field.views-field-comment-count,
.node__meta div:not(.datetime),
.view-blog .views-field-uid,
.view-news .views-field-uid {
  margin-left: 10px;
}
#columns .submitted ul li {
  margin-left: 0;
}
.views-field-created,
#content ul li .views-field-created span,
.views-field-uid,
#content ul li .views-field-uid span,
.views-field-cid,
#content ul li .views-field-cid span,
.data,
div.datetime,
div.author-datetime,
div.author-datetime a,
div.comment,
.addtoany_list.a2a_kit_size_32,
.views-field-comment-count {
  font-size: 13px;
  line-height: 20px;
  color: #999;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.author-datetime a:hover {
  color: #E30513;
}
/* Buttons */

.btn,
input[type="submit"],
input[type="button"],
.view-dignities .view-footer a,
.view-our-amazing-team .views-field-nothing a,
.button,
.about-us a {
  display: inline-block;
  text-transform: uppercase;
  padding: 18px 40px;
  background: #E30513;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.13px;
  border-radius: 0;
  height: 55px;
}
.btn:hover,
.view-dignities .view-footer a:hover,
.view-our-amazing-team .views-field-nothing a:hover,
.about-us p a:hover {
  text-decoration: none;
}
.btn + .btn,
input[type="submit"] + input[type="submit"],
input[type="button"] + input[type="button"],
.view-dignities .view-footer a + a,
.view-our-amazing-team .views-field-nothing a + a {
  margin-left: 20px;
}
.btn:hover,
input[type="submit"]:hover,
.view-dignities .view-footer a:hover,
.view-our-amazing-team .views-field-nothing a:hover,
.about-us p a:hover,
.front .view-blog table .views-field-view-node a:hover,
.front .view-news table .views-field-view-node a:hover,
.company-name .second-part a:hover,
.donate_01 a:hover,
.takeAction a:hover {
  background-color: #333;
}
.input input {
  margin-bottom: 20px;
}
input:active {
  border: none;
}
.input input:nth-child(4),
input[type="button"] {
  background: #333;
}
input[type="button"]:hover {
  background: #E30513;
}
#block-sddtheme-main-menu select,
#menu-bar select {
  display: none;
}
#block-sddtheme-main-menu,
#block-sddtheme-footer {
  overflow: hidden;
  width: auto;
  float: right;
  height: 80px;
}
#secondary-menu-bar {
  display: block;
}
.block-local-tasks-block ul {
  border: 0;
  text-transform: uppercase;
  font-size: 18px;
  white-space: normal;
  padding: 0;
  margin: 15px 0;
}
.block-local-tasks-block ul li {
  display: inline;
}
.block-local-tasks-block ul li a {
  padding: 4px 9px;
  color: #333;
  background: none;
  border: none;
  margin: 0;
}
.block-local-tasks-block ul li.active a,
.block-local-tasks-block ul li.active a:hover {
  background: #E30513;
  color: #fff;
  border: none;
  padding: 4px 9px;
}
.block-local-tasks-block ul li a:hover {
  border: 2px solid #E30513;
  background: none;
  padding: 2px 7px;
  color: #333;
}
.node-readmore a,
.comment-comments a,
.comment-add a {
  position: relative;
}
.comment .username {
  display: block;
}
.node-readmore a,
.comment-comments a,
.comment-add a {
  color: #a6a6a6;
}
.node-readmore a:hover,
.comment-comments a:hover,
.comment-add a:hover {
  color: #E30513;
  text-decoration: none;
}
.node-readmore a:before,
.comment-comments a:before,
.comment-add a:before {
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
}
.node-readmore a {
  padding-left: 13px;
}
.node-readmore a:before {
  content: '\f101';
}
.comment-comments a {
  padding-left: 19px;
}
.comment-comments a:before {
  content: '\f0e5';
}
.comment-add a {
  padding-left: 17px;
}
.comment-add a:before {
  content: '\f055';
}
/* Share buttons */

.a2a_kit a {
  margin-bottom: 8px;
}
.owl-theme .owl-controls .owl-buttons div:hover {
  opacity: 1;
}
/* =Common styles END */

/* Drupal standart blocks BEGIN */

#columns {
  padding: 40px 0;
}
body #columns {
  padding: 0;
}
#name-and-slogan #site-name {
  color: #fff;
}
#site-name a {
  color: #fff;
}
#block-system-user-menu {
  float: right;
}
.feed-icon {
  display: inline-block;
  margin: 15px 5px;
}
.block-search .form-item {
  margin-bottom: 10px;
}
.node-article {
  margin-bottom: 20px;
}
#block-system-powered-by {
  padding: 30px 0;
}
#comments,
.comment-form {
  margin-top: 15px;
  padding-top: 15px;
}
.comment-form + .comment-form {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#comments .form-text,
#comments .form-textarea {
  width: 100%;
}
#block-sddtheme-main-menu ul ul {
  display: none;
}
#block-sddtheme-main-menu > ul,
#block-sddtheme-footer > ul {
  display: flex;
  margin: 0;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#block-sddtheme-main-menu > ul li,
#block-sddtheme-footer > ul li {
  float: left;
}
#block-sddtheme-main-menu > ul > li > a,
#block-sddtheme-footer >ul a {
  max-height: 80px;
  text-transform: uppercase;
  padding: 0px 20px 0px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#block-sddtheme-main-menu > ul > li:nth-child(1) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(1).active > a,
#block-sddtheme-main-menu > ul > li:nth-child(2) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(2).active > a,
#block-sddtheme-main-menu > ul > li:nth-child(3) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(3).active > a,
#block-sddtheme-main-menu > ul > li:nth-child(4) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(4).active > a,
#block-sddtheme-main-menu > ul > li:nth-child(5) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(5).active > a,
#block-sddtheme-main-menu > ul > li:nth-child(6) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(6).active > a,
#block-sddtheme-main-menu > ul > li:nth-child(7) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(7).active > a,
#block-sddtheme-main-menu > ul > li:nth-child(8) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(8).active > a {
  transition: none;
  border-bottom: solid 5px #E30513;
}
#block-sddtheme-main-menu > ul > li:nth-child(9) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(9).active > a {
  /* background: url('../images/menu_underline/Portfolio.png') 50% 100% no-repeat; */
  transition: none;
  border-bottom: solid 5px #E30513;
}
#block-sddtheme-main-menu > ul > li:nth-child(10) > a:hover,
#block-sddtheme-main-menu > ul > li:nth-child(10).active > a {
  /* background: url('../images/menu_underline/Typography.png') 50% 100% no-repeat; */
  transition: none;
  border-bottom: solid 5px #E30513;
}
#block-sddtheme-main-menu > ul li a:hover,
#block-sddtheme-footer > ul li a:hover {
  color: #E30513;
}
/* Drupal standart blocks END */
/* =Header BEGIN */

#header,
#block-sddtheme-main-menu {
  position: relative;
  z-index: 100;
}
#header {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  left: 0;
  max-height: 80px;
}
#block-sddtheme-branding a,
#name-and-slogan {
  clear: none;
  width: auto;
  padding-top: 25px;
  margin: 0 auto;
  padding-bottom: 10px;
}
#block-sddtheme-branding a {
  margin-left: 15px;
  display: block;
}
#block-sddtheme-branding img {
  vertical-align: middle;
}
#block-sddtheme-branding img {
  max-width: 230px;
  max-height: 60px;
}
#block-sddtheme-main-menu > ul a,
#block-sddtheme-footer > ul a {
  line-height: 80px;
  font-size: 13px;
  text-decoration: none;
  display: block;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 700;
}
#superfish-1 #menu-468-1.sf-depth-1 > a,
#menu .menu-mlid-468 > a {
  cursor: default;
  pointer-events: none;
}
#superfish-1 #menu-468-1.sf-depth-1 > a:hover,
#superfish-1 #menu-468-1.active-trail.sf-depth-1 > a,
#menu .menu-mlid-468 > a:hover,
#menu .menu-mlid-468 > a.active {
  color: #a6a6a6;
}
#header .btn-mobile-menu {
  clear: none;
  width: auto;
  float: right;
  width: 50px;
  height: 35px;
  background: url(images/icon-mobile-menu.png) no-repeat 50% 50%;
  font-size: 0;
  cursor: pointer;
  margin-top: 22px;
}
#toggle-icon {
  margin-top: 5px;
  color: #333;
}
#header #toggle-icon:hover {
  color: #3f9ae8;
}
/* =Header END */
/* =Footer BEGIN */

footer.site-footer {
  flex: 0 0 auto;
  background-color: #333;
  color: #fff;
  max-height: 80px;
}
.site-footer__top {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #333;
}
.site-footer__top > div {
  display: flex;
  justify-content: end;
}
.block-title {
  margin-bottom: 15px;
}
.site-footer__bottom {
  background-color: #202123;
}
#block-sddtheme-socialicons {
  text-align: center;
}
#block-sddtheme-socialicons .field a {
  font-size: 32px;
  line-height: 90px;
  text-align: center;
  color: #84888c;
  width: 85px;
  height: 90px;
  display: inline-block;
}
.fa-facebook-official:hover:before,
.fa-facebook:hover:before {
  color: #2d5c99;
}
.fa-github:hover:before {
  color: #333;
}
.fa-twitter:hover:before {
  color: #2faeee;
}
.fa-instagram:hover:before {
  color: #2e7396;
}
.fa-behance:hover:before {
  color: #00acdc;
}
.fa-linkedin-square:hover:before {
  color: #0089bc;
}
.fa-dribbble:hover:before {
  color: #ff8caf;
}
.fa-youtube-play:hover:before {
  color: #E6545D ;
}

#sddCopyright{
  text-align: center;
  font-size: 0.85em;
}
/* =Footer END */
/* =Page About us BEGIN*/

#about-us-page li {
  list-style-image: url('../images/check.png');
  list-style-position: inside;
  line-height: 30px;
}

.block-views-blockour-amazing-team-block-1 .social-team {
  background: #E30513;
  padding: 10px 19px;
  margin: 0;
  width: 280px;
  height: 50px;
}
/* =Page About us END*/
/* =Block Our recent works BEGIN*/

.block-views-blockportfolio-block-1 .js-form-item-tid-raw input:checked + label,
.view-portfolio .js-form-item-tid-raw input:checked + label {
  color: #fff;
  background: #E30513;
  border: 2px solid #E30513;
}
.block-views-blockportfolio-block-1 input:hover + label,
.view-portfolio .js-form-item-tid-raw input:hover + label {
  border: 2px solid #E30513;
}

/* =Block Our recent works END*/
/* =Block Our volunteers BEGIN*/

.view-volunteers {
  margin: 65px 0 90px 0;
}
.view-volunteers .views-exposed-form {
  margin-bottom: 50px;
}
.view-volunteers .js-form-item-nid label {
  color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.view-volunteers .js-form-item-nid {
  position: relative;
}
.view-volunteers .js-form-item-nid input {
  width: 35px;
  opacity: 0;
}
.view-volunteers fieldset:nth-child(1) {
  display: inline;
  height: 25px;
  vertical-align: top;
}
.view-volunteers fieldset:nth-child(2) {
  display: inline-block;
  border-left: 1px solid #494949;
  padding-left: 20px;
  margin-left: 10px;
  padding: 15px;
  height: 45px;
}
.view-volunteers .js-form-item-nid {
  width: 35px;
  height: 20px;
  margin: 0;
  display: inline-block;
}
.view-volunteers .js-form-item-nid:first-child label {
  background: url('../images/column/3_column_default.png') 50% no-repeat;
  width: 35px;
  height: 20px;
}
.view-volunteers .js-form-item-nid:first-child input:checked + label {
  background: url('../images/column/3_column_active.png') 50% no-repeat;
}
.view-volunteers .js-form-item-nid:last-child label {
  background: url('../images/column/2_column_default.png') 50% no-repeat;
  width: 35px;
  height: 20px;
}
.view-volunteers .js-form-item-nid:last-child input:checked + label {
  background: url('../images/column/2_column_active.png') 50% no-repeat;
}
.block-views-blockvolunteers-block-1 .js-form-item-tid-raw,
.view-volunteers .js-form-item-tid-raw {
  text-align: center;
  position: relative;
  display: inline-block;
}
.block-views-blockvolunteers-block-1 .js-form-item-tid-raw input,
.view-volunteers .js-form-item-tid-raw input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
}
.block-views-blockvolunteers-block-1 .js-form-item-tid-raw label,
.view-volunteers .js-form-item-tid-raw label {
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  padding: 4px 9px;
  border: 2px solid #fff;
  width: auto;
  display: block;
}
.block-views-blockvolunteers-block-1 .js-form-item-tid-raw input:checked + label,
.view-volunteers .js-form-item-tid-raw input:checked + label {
  color: #fff;
  background: #E30513;
  border: 2px solid #E30513;
}
.block-views-blockvolunteers-block-1 input:hover + label,
.view-volunteers .js-form-item-tid-raw input:hover + label {
  border: 2px solid #E30513;
}
.view-volunteers .item-list img,
.block-views-blockvolunteers-block-1 img {
  width: 101%;
  height: auto;
  object-fit: cover;
}
.view-volunteers .item-list .views-field-title,
.view-volunteers .item-list .views-field-field-tags-volunteers,
.view-volunteers .item-list .views-field-field-volunteers-image a:after,
.block-views-blockvolunteers-block-1 .views-field-title,
.block-views-blockvolunteers-block-1 .views-field-field-tags-volunteers,
.block-views-blockvolunteers-block-1 .views-field-field-volunteers-image a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  height: 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  display: none;
}
.view-volunteers .item-list a,
.block-views-blockvolunteers-block-1 .views-field a {
  color: #fff;
  text-decoration: none;
  line-height: 1px;
  display: block;
  font-size: 16px;
}
.view-volunteers .item-list .views-field-field-volunteers-image a:after,
.block-views-blockvolunteers-block-1 .views-field-field-volunteers-image a:after {
  content: '';
  background: url('../images/plus/plus@3x.png') 50% 50% no-repeat, url('../images/hover-_effect.png') no-repeat;
  background-size: 51px, cover;
  -moz-background-size: 51px, cover;
  /* Firefox 3.6+ */
  -webkit-background-size: 51px, cover;
  /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 51px, cover;
  /* Opera 9.6+ */
  background-size: 51px, cover;
  height: 100%;
  width: 100%;
}
.views-field-field-tags-volunteers .field-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.view-volunteers .item-list li,
.block-views-blockvolunteers-block-1 .views-col {
  position: relative;
}
.view-volunteers .item-list li:hover .views-field-field-volunteers-image a:after,
.block-views-blockvolunteers-block-1 .views-col:hover .views-field-field-volunteers-image a:after {
  display: block;
  animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards;
  -webkit-animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards;
  -moz-animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards;
}
.view-volunteers .item-list li:hover .views-field-field-tags-volunteers,
.block-views-blockvolunteers-block-1 .views-col:hover .views-field-field-tags-volunteers {
  display: block;
  opacity: 0;
  padding-left: 25px;
  padding-top: 25px;
  animation: view-volunteers-album 0.5s linear 0.1s 1 normal forwards;
  -webkit-animation: view-volunteers-album 0.5s linear 0.1s 1 normal forwards;
  -moz-animation: view-volunteers-album 0.5s linear 0.1s 1 normal forwards;
}
.view-volunteers .item-list li:hover .views-field-title,
.block-views-blockvolunteers-block-1 .views-col:hover .views-field-title {
  display: block;
  animation: view-volunteers-album 0.5s linear 0s 1 normal forwards;
  -webkit-animation: view-volunteers-album 0.5s linear 0s 1 normal forwards;
  -moz-animation: view-volunteers-album 0.5s linear 0s 1 normal forwards;
}
.view-volunteers .views-field-field-tags-volunteers div,
.block-views-blockvolunteers-block-1 .views-field-field-tags-volunteers div {
  z-index: 5;
}
.view-volunteers .views-field-title a,
.block-views-blockvolunteers-block-1 .views-field-title a {
  line-height: normal;
}
.view-volunteers .views-field-title,
.block-views-blockvolunteers-block-1 .views-field-title {
  z-index: 6;
  padding-left: 25px;
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
}
@keyframes view-volunteers-album {
  0% {
    bottom: 0;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    bottom: 35px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes view-volunteers-album {
  0% {
    bottom: 0;
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  100% {
    bottom: 35px;
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes view-volunteers-album {
  0% {
    bottom: 0;
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  100% {
    bottom: 35px;
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
}

/* =Block Our volunteers END*/
/* =Blocks About us BEGIN*/

.about-us .second-part {
  /* background: url('../images/sdd_people-01.jpg') 20% 100% no-repeat; */
  background: url('../images/sdd_people-01.jpg') center no-repeat;
  background-size: cover;
}
.our-skills .first-part,
.company-name .first-part {
  background: url('../images/sdd_people-02.jpg') center no-repeat;
  background-size: cover;
}

.progressbar {
  background-color: #E30513;
  background-image: -webkit-linear-gradient(left, #E30513 0%, #FCACB1 100%);
  background-image: -moz-linear-gradient(left, #E30513 0%, #FCACB1 100%);
  background-image: -o-linear-gradient(left, #E30513 0%, #FCACB1 100%);
  background-image: linear-gradient(to right, #E30513 0%, #FCACB1 100%);
  height: 100%;
  width: 0%;
  -webkit-transition: width 4.50s ease !important;
  -moz-transition: width 4.50s ease !important;
  -o-transition: width 4.50s ease !important;
  transition: width 4.50s ease !important;
}

.donate_01 {
  padding-top: 15px;
}


/* =Blocks About us END*/

/* =Main slider BEGIN */

.slick--view--main-slider .slick-slide .slide__caption {
  padding: 0;
  position: relative;
}
.slick--view--main-slider .slick-initialized .slick-slide {
  height: 600px;
}
.slick--view--main-slider .slick-slide img:first-child {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.slick--view--main-slider .slick-arrow:before,
.node-portfolio .owl-controls .owl-buttons div,
.node-volunteers .owl-controls .owl-buttons div {
  top: 60%;
  z-index: 50;
  margin: 0;
  display: block;
  width: 50px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.85);
  background-repeat: no-repeat;
  border-radius: 0;
  transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.slick--view--main-slider > .slick__arrow {
  position: absolute;
  top: 50%;
  width: 100%;
}
.slick--view--main-slider .slick__arrow  button {
  padding: 0;
  margin: 0;
  border: none;
  display: inline-block !important;
}
.slick--view--main-slider .slick-arrow:before {
  content: '';
}
.slick--view--main-slider .slick-prev::before,
.node-portfolio .owl-controls .owl-buttons .owl-prev,
.node-volunteers .owl-controls .owl-buttons .owl-prev {
  background-image: url(images/main-slider-prev.png);
  background-position: 40% 50%;
  transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.slick--view--main-slider .slick-next {
  right: 8px;
  position: absolute;
}
.slick--view--main-slider .slick-next::before,
.node-portfolio .owl-controls .owl-buttons .owl-next,
.node-volunteers .owl-controls .owl-buttons .owl-next {
  background-image: url(images/main-slider-next.png);
  background-position: 60% 50%;
}

/* Slideshow animation */

.slick--view--main-slider .slick-active .slide__caption img:first-child {
  position: relative;
  opacity: 0;
  animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards;
  -webkit-animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards;
  -moz-animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards
}
@keyframes views-field-field-background-image_gwd-keyframes {
  0% {
    opacity: 0;
    animation-timing-function: linear
  }
  100% {
    opacity: 1;
    animation-timing-function: linear
  }
}
@-webkit-keyframes views-field-field-background-image_gwd-keyframes {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: linear
  }
  100% {
    opacity: 1;
    -webkit-animation-timing-function: linear
  }
}
@-moz-keyframes views-field-field-background-image_gwd-keyframes {
  0% {
    opacity: 0;
    -moz-animation-timing-function: linear
  }
  100% {
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
}
.slick--view--main-slider .slide--0.slick-active .slide__caption img:nth-child(n+2) {
  position: absolute;
  top: 150px;
  right: 0;
  opacity: 0;
  animation: views-filed-field-main-slider0 0.5s linear 0.5s 1 normal forwards;
  -webkit-animation: views-filed-field-main-slider0 0.5s linear 0.5s 1 normal forwards;
  -moz-animation: views-filed-field-main-slider0 0.5s linear 0.5s 1 normal forwards;
}
/* This handles the slide in image insert position for slide 1*/
.slick--view--main-slider .slide--0.slick-active .slide__caption img:nth-child(3) {
  display: none;
}
@keyframes views-filed-field-main-slider0 {
  0% {
    left: 60%;
    opacity: 0;
    animation-timing-function: linear
  }
  100% {
    left: 72%;
    opacity: 1;
    animation-timing-function: linear
  }
}
@-webkit-keyframes views-filed-field-main-slider0 {
  0% {
    left: 60%;
    opacity: 0;
    animation-timing-function: linear
  }
  100% {
    left: 72%;
    opacity: 1;
    animation-timing-function: linear
  }
}
@-moz-keyframes views-filed-field-main-slider0 {
  0% {
    left: 60%;
    opacity: 0;
    animation-timing-function: linear
  }
  100% {
    left: 72%;
    opacity: 1;
    animation-timing-function: linear
  }
}
/* This handles the slide in Title caption link for slide 1*/
.slick--view--main-slider .slide--0.slick-active .slide__caption a {
  position: absolute;
  top: 205px;
  padding-right: 61px;
  opacity: 0;
  text-align: right;
  color: #fff;
  pointer-events: none;
  cursor: default;
  text-transform: uppercase;
  text-align: right;
  padding: 10px 20px;
  background: #E30513;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 1.13px;
  animation: views-field-title0 1s linear 0.5s 1 normal forwards;
  -webkit-animation: views-field-title0 0.5s linear 1s 1 normal forwards;
  -moz-animation: views-field-title0 0.5s linear 1s 1 normal forwards
}
/* This handles the title caption position for slide 1*/
@keyframes views-field-title0 {
  0% {
    right: 60%;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    right: 34%;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes views-field-title0 {
  0% {
    right: 60%;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    right: 34%;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-moz-keyframes views-field-title0 {
  0% {
    right: 60%;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    right: 34%;
    opacity: 1;
    animation-timing-function: linear;
  }
}
/* This handles the paragraph text position for slide 1*/
.slick--view--main-slider .slide--0.slick-active .slide__caption p {
  position: absolute;
  top: 312px;
  opacity: 0;
  width: 420px;
  right: 26%;
  margin-right: 50px;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  float: right;
  color: #fff;
  animation: views-field-body0 0.5s linear 1.5s 1 normal forwards;
  -webkit-animation: views-field-body0 0.5s linear 1.5s 1 normal forwards;
  -moz-animation: views-field-body0 0.5s linear 1.5s 1 normal forwards;
}
@keyframes views-field-body0 {
  0% {
    top: 392px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 312px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes views-field-body0 {
  0% {
    top: 392px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 312px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-moz-keyframes views-field-body0 {
  0% {
    top: 392px;
    opacity: 180;
    animation-timing-function: linear;
  }
  100% {
    top: 312px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
/* This handles the slide in image insert position for slide 2*/
.slick--view--main-slider .slide--1.slick-active .slide__caption img:nth-child(2) {
  position: absolute;
  top: 30%;
  opacity: 0;
  animation: views-filed-field-main-slider1 0.5s linear 0.5s 1 normal forwards;
  -webkit-animation: views-filed-field-main-slider1 0.5s linear 0.5s 1 normal forwards;
  -moz-animation: views-filed-field-main-slider1 0.5s linear 0.5s 1 normal forwards;
}
@keyframes views-filed-field-main-slider1 {
  0% {
    right: 60%;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    right: 74%;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes views-filed-field-main-slider1 {
  0% {
    right: 60%;
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    right: 74%;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes views-filed-field-main-slider1 {
  0% {
    right: 60%;
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    right: 74%;
    -moz-animation-timing-function: linear;
  }
}
/* This handles the slide in Title caption link for slide 2*/
.slick--view--main-slider .slide--1.slick-active .slide__caption a {
  position: absolute;
  top: 205px;
  opacity: 0;
  pointer-events: none;
  cursor: default;
  text-transform: uppercase;
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 1.13px;
  line-height: 65px;
  animation: views-field-title1 0.5s linear 1s 1 normal forwards;
  -webkit-animation: views-field-title1 0.5s linear 1s 1 normal forwards;
  -moz-animation: views-field-title1 0.5s linear 1s 1 normal forwards;
}
/* This handles the title caption position for slide 2*/
@keyframes views-field-title1 {
  0% {
    left: 60%;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    left: 30%;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes views-field-title1 {
  0% {
    left: 60%;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    left: 30%;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-moz-keyframes views-field-title1 {
  0% {
    left: 60%;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    left: 30%;
    opacity: 1;
    animation-timing-function: linear;
  }
}
/* This handles the UL slide caption for slide 2*/
.slick--view--main-slider .slide--1.slick-active .slide__caption .title-ul {
  position: absolute;
  left: 30%;
  top: 268px;
  color: #000000;
  font-size: 28px;
  font-weight: 600;
  font-family: 'Hind', sans-serif;
  text-transform: uppercase;
  line-height: 65px;
  opacity: 0;
  animation: views-field-title-ul1 0.5s linear 1.5s 1 normal forwards;
  -webkit-animation: views-field-title-ul1 0.5s linear 1.5s 1 normal forwards;
  -moz-animation: views-field-title-ul1 0.5s linear 1.5s 1 normal forwards;
}
@keyframes views-field-title-ul1 {
  0% {
    top: 348px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 268px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes views-field-title-ul1 {
  0% {
    top: 348px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 268px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-moz-keyframes views-field-title-ul1 {
  0% {
    top: 348px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 268px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
/* This handles the UL slide caption for slide 2*/
.slick--view--main-slider .slide--1.slick-active .slide__caption ul {
  position: absolute;
  top: 333px;
  left: 30%;
  font-size: 16px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  opacity: 0;
  line-height: 30px;
  animation: views-field-body1 0.5s linear 1.7s 1 normal forwards;
  -webkit-animation: views-field-body1 0.5s linear 1.7s 1 normal forwards;
  -moz-animation: views-field-body1 0.5s linear 1.7s 1 normal forwards;
}
.slick--view--main-slider .slide--1.slick-active .slide__caption ul li {
  background: url('../images/check.png') 0 50% no-repeat;
  list-style: none;
  padding: 0 28px;
  margin: 0;
  color: #000000;
  font-weight: 600;
}
@keyframes views-field-body1 {
  0% {
    top: 388px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 333px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes views-field-body1 {
  0% {
    top: 388px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 333px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-moz-keyframes views-field-body1 {
  0% {
    top: 388px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 333px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
/* This handles the slide in Title caption link for slide 3*/
.slick--view--main-slider .slide--2.slick-active .slide__caption a {
  display: none;
}
.slick--view--main-slider .slide--2.slick-active .slide__caption .title-item-2 {
  position: absolute;
  top: 185px;
  opacity: 0;
  width: 100%;
  animation: views-field-title2 0.5s linear 0.5s 1 normal forwards;
  -webkit-animation: views-field-title2 0.5s linear 0.5s 1 normal forwards;
  -moz-animation: views-field-title2 0.5s linear 0.5s 1 normal forwards;
}
.slick--view--main-slider .slide--2.slick-active .slide__caption .title-item-2 p {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 1.13px;
  text-align: left;
  line-height: 60px;
  max-width: 600px;
  /* margin: 0 auto; */
  margin: 0 0 0 10%;
}
.slick--view--main-slider .slide--2.slick-active .slide__caption .title-item-2 p:after {
  content: '';
  background: none;
  height: 50px;
  position: relative;
  top: 10px;
  display: block;
}
@keyframes views-field-title2 {
  0% {
    top: 100px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 165px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes views-field-title2 {
  0% {
    top: 100px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 165px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-moz-keyframes views-field-title2 {
  0% {
    top: 100px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 165px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
.slick--view--main-slider .slide--2.slick-active .slide__caption .text-item-2 {
  top: 380px;
  position: absolute;
  opacity: 0;
  width: 100%;
  animation: views-field-body2 0.5s linear 1s 1 normal forwards;
  -webkit-animation: views-field-body2 0.5s linear 1s 1 normal forwards;
  -moz-animation: views-field-body2 0.5s linear 1s 1 normal forwards;
}
.slick--view--main-slider .slide--2.slick-active .slide__caption .text-item-2 p {
  width: 690px;
  /* margin: 0 auto; */
  margin: 0 0 0 10%;
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  height: 130px;
  overflow: hidden;
  text-align: justify;
  -webkit-column-width: 230px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
@keyframes views-field-body2 {
  0% {
    top: 470px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 360px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes views-field-body2 {
  0% {
    top: 470px;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    top: 360px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-moz-keyframes views-field-body2 {
  0% {
    top: 470px;
    opacity: 180;
    animation-timing-function: linear;
  }
  100% {
    top: 360px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
/* =Main slider END */
/* =Block Testimonials BEGIN */
#block-sddtheme-views-block-testimonials-block-1 {
  background: url('../images/testimonials/bg_testimonials.jpg');
  padding-bottom: 90px;
  padding-top: 1px;
  margin-top: 60px;
}
#block-sddtheme-views-block-testimonials-block-1 h2 {
  margin-bottom: 50px;
  margin-top: 70px;
}
.slick--view--testimonials .slick-arrow::before {
  content: '';
  background: url('../images/testimonials/arrows.png') no-repeat 50%;
  width: 26px;
  display: block;
  height: 41px;
  opacity: 1;
}
.slick--view--testimonials .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.slick--view--testimonials .slick-arrow.slick-next {
  float: right;
}
.slick--view--testimonials .slick-arrow:hover::before {
  background: url('../images/testimonials/arrows_hover.png') no-repeat;
  opacity: 1;
}
/* =Block Testimonials END */
/* =Block Clients BEGIN */
.block-views-blockclients-block-1 {
  background: #FCACB1;
  width: 100%;
}
#block-sddtheme-views-block-clients-block-1-2 {
  float: left;
}
.block-views-blockclients-block-1 {
  background: #E30513;
  width: 100%;
}
/* =Block Clients END */
/* =Block From the blog BEGIN*/
.block-views-blockblog-block-1 .views-field-view-node a {
  text-align: center;
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  background: #E30513;
  padding: 10px 30px;
}
/* =Block From the blog END*/
/* =Blog page BEGIN */
#content .view-blog .views-field-title:hover a {
  color: #E30513;
}
.block-views-blockblog-block-2 li a:hover {
  color: #E30513;
}
.block-views-blockblog-block-2 .views-field-created {
  font-size: 14px;
  color: #E30513;
}
.addtoany_list.a2a_kit_size_32 a:after:hover {
  color: #E30513;
}
#block-sddtheme-aboutus {
  width: 380px;
}
#block-sddtheme-aboutus .content:before {
  content: '';
  width: 100%;
  height: 190px;
  display: block;
  background: url('../images/sdd_ad_01.jpg') 50% no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
#block-sddtheme-aboutus h2,
#block-sddtheme-views-block-news-block-2 h2 #block-sddtheme-views-block-blog-block-2 h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #2d2d2d;
  letter-spacing: 1.2px;
  line-height: 40px;
}
.block-views-blockblog-block-2 ul {
  margin: 0;
}
.block-views-blockblog-block-2 li a {
  font-size: 18px;
  color: #74797b;
  display: block;
  line-height: normal;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}
#block-sddthemeviews-block-blog-block-2 img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.block-views-blockblog-block-2 li a:hover {
  color: #FCACB1;
}
.block-views-blockblog-block-2 li {
  list-style: none;
  margin-bottom: 20px;
}
.comment .author-datetime,
.comment__time {
  color: #E30513;
  padding-left: 30px;
  font-size: 13px;
}
.addtoany_list.a2a_kit_size_32 a:first-child:before {
  content: url('../images/menu_underline/line.png');
  height: 25px;
  display: block;
}
/* =Blog page END */
/* Portfolio page BEGIN */
#content .item-list .pager-load-more li a:hover {
  background: #E30513;
}
.node-type-portfolio .field--name-field-date {
  margin-top: 10px;
  background: url('../images/portfolio_ico/date.png') no-repeat;
}
.field--name-field-time-work {
  background: url('../images/portfolio_ico/time.png') no-repeat;
}
.field--name-field-tags-portfolio .field__item {
  background: url('../images/portfolio_ico/options.png') no-repeat;
}

.node--type-portfolio .flippy li a:hover {
  color: #E30513;
}
/* Portfolio page END */
/* =Colors BEGIN*/
.color-1 {
  background: #FCACB1;
  background: linear-gradient(to right, #E30513, #FCACB1);
}
.color-1:before {
  content: "#E30513";
}
.color-1:after {
  content: "#FCACB1";
  position: absolute;
  right: 20px;
}
.color-2 {
  background: #E30513;
}
.color-2:before {
  content: "#E30513";
}
.color-3 {
  background: #74797b;
}
.color-3:before {
  content: "#74797B";
}
.color-4 {
  background: #333;
}
.color-4:before {
  content: "#333333";
}
/* =Colors END*/
/* Contact us BEGIN */
#block-sddtheme-contactus h2 {
  border-bottom: 2px solid #E30513;
  width: 240px;
  font-size: 30px;
  letter-spacing: normal;
  text-align: left;
  /*float: left;*/
  line-height: 60px;
  text-transform: uppercase;
  display: block;
}
.phone.icon:before {
  content: url('../images/PHONE.png');
  display: block;
}
.address.icon:before {
  content: url('../images/MAP.png');
  display: block;
  margin-left: 3px;
}
.mail.icon:before {
  content: url('../images/E-MAIL.png');
  display: block;
}
/* Contact us END */
/* Ajax load */
#loading-inner {
  animation: loading-circle 2s linear infinite;
  stroke: #E30513;
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  fill: transparent;
}
/* Ajax load  END*/
/* =Block From the news BEGIN*/
.block-views-blocknews-block-1 .views-field-body p {
  line-height: normal;
  font-size: 14px;
  color: #333;
}
.block-views-blocknews-block-1 .content {
  max-width: 1200px;
  margin: 0 auto;
}
.block-views-blocknews-block-1 {
  padding-top: 1px;
  padding-bottom: 60px;
  background: #f8f8f8;
}
.block-views-blocknews-block-1 .views-row {
  display: flex;
}
.block-views-blocknews-block-1 .views-col {
  background: url('../images/bg-post.png');
  border: 15px solid #f8f8f8;
  padding: 35px 20px;
}
.block-views-blocknews-block-1 .views-col img {
  display: block;
}
.block-views-blocknews-block-1 .views-col .views-field-field-news-image-full .field-content {
  overflow: hidden;
  position: relative;
}
.block-views-blocknews-block-1 .views-field-view-node {
  margin: 30px 0 15px 0;
}
.block-views-blocknews-block-1 .views-field-view-node a {
  text-align: center;
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1.13px;
  text-transform: uppercase;
  background: #E30513;
  padding: 10px 30px;
}
/* =Block From the news END*/
/* News page BEGIN */
#content .view-news .item-list .pager {
  margin: 40px 0 0 30px;
}
.view-news li {
  background-color: #fff;
}
.view-news li:hover .views-field-field-news-image img,
.block-views-blocknews-block-1 .views-col:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.view-news li:hover .views-field-field-news-image {
  height: 83.333%;
}
.view-news li .views-field-field-news-image {
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 35px;
}
.view-news li .views-field-field-news-image a:after,
.block-views-blocknews-block-1 .views-field-field-news-image-full a:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background: rgba(0, 0, 0, 0.4);
}
.view-news li:hover .views-field-field-news-image a:after,
.block-views-blocknews-block-1 .views-col:hover .views-field-field-news-image-full a:after {
  opacity: 1;
}
.view-news li .views-field-field-news-image img,
.block-views-blocknews-block-1 .views-col img {
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .view-news .item-list ul li {
  display: inline-block;
  margin: 15px 40px 0 15px;
  vertical-align: top;
  list-style: none;
}
.block-views-blocknews-block-1 .views-field-title {
  display: block;
  font-size: 20px;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}
.block-views-blocknews-block-1 .views-field-title a {
  line-height: normal;
}
.view-news .views-field-field-news-image {
  width: 100%;
  height: auto;
}
.view-news .views-field-field-news-image .field-content {
  overflow: hidden;
}
.view-news .views-field-field-news-image img {
  display: block;
}
.view-news .views-field-created {
  margin-left: 30px;
}
.view-news .item-list,
.view-news .pager {
  max-width: 1200px;
  margin: 40px auto 0;
}
.view-news > nav {
  display: flex;
  justify-content: center;
}
#content .view-news {
  background: #f9f9f9;
  padding: 65px 0 90px 0;
}
#content .view-news ul {
  margin: 0;
}
#content .view-news .views-field-title,
#content .view-news .views-field-title a {
  font-size: 22px;
  font-family: 'Hind', sans-serif;
  color: #000;
  line-height: 25px;
  text-transform: none;
}
#content .view-news .views-field-title:hover a {
  color: #E30513;
}
#content .view-news .views-field-title {
  margin: 10px 30px;
}
.view-news .views-field-body p {
  margin: 0 30px;
}
#content .view-news .views-field-view-node {
  padding-bottom: 10px;
  display: block;
  margin: 0 30px;
}
#content .view-news .views-field-view-node a:hover:after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  line-height: 15px;
}
#content .view-news .views-field-view-node span {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.13px;
  line-height: 50px;
}
#block-views-block-news-block-2 h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
  color: #2d2d2d;
  letter-spacing: 1.2px;
  line-height: 40px;
}
.block-views-blocknews-block-2 ul {
  margin: 0;
}
.block-views-blocknews-block-2 li a {
  font-size: 18px;
  color: #74797b;
  display: block;
  line-height: normal;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
}
#block-views-block-news-block-2 img {
  max-height: 300px;
  width: 100%;
  object-fit: cover;
}
.block-views-blocknews-block-2 li a:hover {
  color: #E30513;
}
.block-views-blocknews-block-2 li {
  list-style: none;
  margin-bottom: 20px;
}
.block-views-blocknews-block-2 .views-field-created {
  font-size: 14px;
  color: #E30513;
}
.node-type-news .field--name-body {
  clear: both;
}
.node-type-news .field--name-field-news-image-full img {
  width: 100%;
}
/* News page END */
/* volunteers page BEGIN */
#content .view-volunteers .item-list ul {
  display: flex;
  flex-wrap: wrap;
}
#content .view-volunteers .item-list li {
  width: 33%;
  max-width: none;
  margin: 0;
  list-style: none;
  display: inline-block;
}
#content .two-columns .view-volunteers .item-list li {
  float: left;
  width: 44%;
  margin: 3%;
}
#content .two-columns .view-volunteers .item-list ul {
  max-width: 1200px;
  margin: 0 auto;
}

.node--type-volunteers .slick-dots {
  display: none !important;
}
.node--type-volunteers .slick {
  width: 55%;
  float: right;
  position: relative;
  margin-left: 5%;
}
.node--type-volunteers .slick-slide img {
  display: block;
  width: auto;
  object-fit: cover;
  height: 100%;
}
.node--type-volunteers .slick-prev,
.node--type-volunteers .slick-next {
  line-height: 0;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
}
.node--type-volunteers .js .slick__arrow {
  visibility: visible;
  bottom: auto;
  height: 2px;
  left: 0;
  margin-top: -1px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 2;
}
.node--type-volunteers .slick-next::before {
  background-image: url(images/main-slider-next.png);
  background-position: 60% 50%;
}
.node--type-volunteers .slick-prev::before {
  background-image: url(images/main-slider-prev.png);
  background-position: 40% 50%;
  transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.node--type-volunteers .slick-arrow:before {
  content: '';
}
.node--type-volunteers .slick-arrow:before {
  top: 60%;
  z-index: 50;
  margin: 0;
  display: block;
  width: 50px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.85);
  background-repeat: no-repeat;
  border-radius: 0;
  transform: none;
  -o-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
}
.node--type-volunteers .slick-arrow {
  border: 0;
  border-radius: 50%;
  font-size: 0;
  height: 42px;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 42px;
}
.node--type-volunteers .slick-prev {
  left: 0;
}
.node--type-volunteers .slick-next {
  right: 8px;
}
.node--type-volunteers .quickedit-field {
  width: 40%;
}
.node--type-volunteers .slick-dots {
  text-align: center;
}
.node--type-volunteers .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.node--type-volunteers .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.node--type-volunteers .slick-dots li button:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.node--type-volunteers .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
.field-name-field-volunteers-image .owl-pagination {
  display: none;
}
.node-type-volunteers .node__content .field--name-body {
  padding: 20px 50px 20px 0;
}
.node-type-volunteers .field--name-field-date,
.node-type-volunteers .field--name-field-time-work,
.node-type-volunteers .field--name-field-volunteer-location,
.node-type-volunteers .field--name-field-tags-volunteers .field__item {
  font-size: 15px;
  height: 23px;
  margin-bottom: 15px;
  padding-left: 30px;
  color: #555;
}
.node-type-volunteers .field--name-field-tags-volunteers a {
  color: #555;
}
.node-type-volunteers .field--name-field-date {
  margin-top: 10px;
  background: url('../images/volunteers_ico/date.png') no-repeat;
}
.field--name-field-time-work {
  background: url('../images/volunteers_ico/time.png') no-repeat;
}
.field--name-field-tags-volunteers .field__item {
  background: url('../images/volunteers_ico/options.png') no-repeat;
}
.field--name-field-volunteer-location {
  background: url('../images/portfolio_ico/options_2.png') no-repeat;
}
#content .node--type-volunteers .flippy {
  clear: both;
  padding-top: 45px;
}
.node--type-volunteers .flippy li a {
  font-size: 15px;
  color: #a1a1a1;
  letter-spacing: 1.13px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.node--type-volunteers .flippy li a:hover {
  color: #E30513;
}
.node--type-volunteers .flippy li.flippy-next {
  float: right;
}
/* volunteers page END */

/* Other New pages common BEGIN */
/* Contents section of special block pages with sidebar */
.page-title-96.sidebar #content,
.page-title-99.sidebar #content,
.page-title-100.sidebar #content,
.page-title-101.sidebar #content {
  min-width: 64%;
}
/* Other New pages common END */
/* Take Action page BEGIN */
.takeAction {
  overflow: hidden;
}
.takeAction h3 {
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#takeActionLeft {
  width: 47%;
  float: left;
  margin-right: 2%;
}
#takeActionRight {
  width: 47%;
  float: right;
  margin-left: 2%;
}
#takeActionCase {
  margin-top: 25px;
}
.sddClear {
  clear: both;
}
/* Take Action page END */

/* Forum page BEGIN */

/* Forum page END */
/* Webform pages BEGIN */
#webform-submission-report-case-node-101-add-form {
  /* width: 789px; */
  background-color: #f9f9f9;
  width: 100%;
  max-width: 100%;
}
/* Webform pages END */
/* miscellaneous page BEGIN */
/* Random things that were changed from the base theme*/
.view-portfolio .item-list .views-field-field-portfolio-image a:after,
.block-views-blockportfolio-block-1 .views-field-field-portfolio-image a:after {
  content: '';
  background: url('../images/plus/plus@3x.png') 50% 50% no-repeat, url('../images/hover-_effect.png') no-repeat;
  background-size: 51px, cover;
  -moz-background-size: 51px, cover;
  /* Firefox 3.6+ */
  -webkit-background-size: 51px, cover;
  /* Safari 3.1+ и Chrome 4.0+ */
  -o-background-size: 51px, cover;
  /* Opera 9.6+ */
  background-size: 51px, cover;
  height: 100%;
  width: 100%;
}

/* miscellaneous page END */
