/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*-*/
/* Dropcap */
/*---------------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300,400,400italic);
/*----------------------------------------------------------------------
# Package - JM Template
# ----------------------------------------------------------------------
# Author - JoomlaMan http://www.joomlaman.com
# Copyright Copyright under commercial licence (C) 2012 - 2013 JoomlaMan
# License http://www.gnu.org/licenses/gpl-3.0.html GNU/GPLv3
-----------------------------------------------------------------------*/
/*-*/
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.btn, .button, button {
  border: 2px solid #113a52;
  padding: 4px 14px;
  display: inline-block;
  /* IE7 inline-block hack */
  *display: inline;
  *zoom: 1;
  padding: 6px 14px 2px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  *margin-left: 0.3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'NovecentowideNormalRegular';
}
.btn:first-child, .button:first-child, button:first-child {
  *margin-left: 0;
}
.btn:hover, .button:hover, button:hover {
  color: #333;
  text-decoration: none;
  background-color: #e6e6e6;
  /* Buttons in IE7 don't get borders, so darken on hover */
  *background-color: #d9d9d9;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus, .button:focus, button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  -webkit-box-shadow: "none";
  -moz-box-shadow: "none";
  box-shadow: "none";
}
.btn.active, .button.active, button.active, .btn:active, .button:active, button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 e("\9");
  background-image: none;
  outline: 0;
  -webkit-box-shadow: "none";
  -moz-box-shadow: "none";
  box-shadow: "none";
}
.btn.disabled, .button.disabled, button.disabled, .btn[disabled], .button[disabled], button[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: "alpha(opacity=${opacity})";
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jm-btn {
  line-height: 30px;
  margin: 0 10px;
}
.btn-lg {
  padding: 9px 14px !important;
  font-size: 16px;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-lg [class^="fa fa-"] {
  margin-top: 2px;
}
.btn-xs {
  padding: 3px 15px;
  font-size: 12px;
  line-height: 18px;
}
.btn-xs [class^="fa fa-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 3px 9px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
  color: rgba(255, 255, 255, .75);
}
.btn-warning {
  color: #fff;
  background: #fbb450;
  border: none;
  border-bottom: 4px solid #faa937 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  color: #fff;
  background: #faa937 !important;
}
.btn-danger {
  color: #fff;
  background: #ee5f5b;
  border: none;
  border-bottom: 4px solid #ec4844 !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  color: #fff;
  background: #ec4844 !important;
}
.btn-success {
  color: #fff;
  background: #62c462;
  border: none;
  border-bottom: 4px solid #4fbd4f !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: #fff;
  background: #4fbd4f !important;
}
.btn-info {
  color: #fff;
  background: #5bc0de;
  border: none;
  border-bottom: 4px solid #46b8da !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  color: #fff;
  background: #46b8da !important;
}
.btn-inverse {
  color: #fff;
  background: #444;
  border: none;
  border-bottom: 4px solid #373737 !important;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active {
  color: #fff;
  background: #373737 !important;
}
button.btn, input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-lg, input[type="submit"].btn.btn-lg {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-xs, input[type="submit"].btn.btn-xs {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link {
  background: #3965ac;
  color: #fff;
  text-shadow: none;
  border: none;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  background: #335a99 !important;
  border: none;
  border-bottom: 4px solid #335a99;
  color: #fff !important;
}
.btn-default {
  background: #113a52;
  color: #fff !important;
  text-shadow: none;
  border: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #0d2b3d !important;
  border: none;
  border-bottom: 4px solid #0d2b3d;
  color: #fff !important;
}
.btn-primary, .button, button {
  background: none;
  padding: 4px 14px 2px;
  color: #113a52;
  text-shadow: none;
}
.btn-primary:hover, .button:hover, button:hover, .btn-primary:focus, .button:focus, button:focus, .btn-primary:active, .button:active, button:active {
  background: rgba(17, 58, 82, 0.2) !important;
  color: #113a52;
}
.btn-primary.btn-link, .button.btn-link, button.btn-link {
  border: 2px solid #3965ac;
  color: #3965ac;
  background: none;
}
.btn-primary.btn-link:hover, .button.btn-link:hover, button.btn-link:hover {
  background: rgba(57, 101, 172, 0.3) !important;
  color: #3965ac !important;
}
.btn-trans {
  background: none !important;
  border: 2px solid #fff !important;
  padding: 4px 14px;
}
.btn-white {
  border-color: #fff;
  background: #fff;
}
.btn-white:hover {
  background: #113a52 !important;
}
.block {
  margin-top: 20px;
}
.block:first-child, .block.block-system {
  margin-top: 0;
}
.block h3.block-title {
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 15px;
  padding: 0;
}
.block.title-line h3.block-title {
  border-bottom: 1px solid #ddd;
  color: #113a52;
  font-size: 18px;
  font-family: open_sansregular;
}
.block.title-line h3.block-title span.title {
  display: inline-block;
  line-height: 1;
  margin-bottom: -1px;
  border-bottom: 1px solid #3965ac;
  padding: 0 10px 10px 0;
}
.block.title-line a.bx-prev, .block.title-line a.bx-next {
  color: #113a52;
}
.view-superhero-portfolio #filters {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.view-superhero-portfolio #filters li {
  border: 0 none;
  cursor: pointer;
  display: inline-block;
  font-family: 'open_sansregular', 'Open Sans', sans-serif;
  font-size: 14px;
  margin-right: 10px;
}
.view-superhero-portfolio #filters li a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #f5f5f5;
  border-color: -moz-use-text-color #ececec #ececec -moz-use-text-color;
  border-image: none;
  border-radius: 4px;
  border-right: 1px solid #ececec;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  color: #888;
  display: block;
  letter-spacing: 0.05em;
  line-height: 25px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: capitalize;
}
.view-superhero-portfolio #filters li a.active, .view-superhero-portfolio #filters li a:hover {
  background: #3965ac;
  color: #fff;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  text-align: center;
  background: rgba(57, 101, 172, 0.75);
}
.portfolio-caption .portfolio-readmore {
  font-size: 50px;
}
.portfolio-caption .portfolio-readmore a {
  color: #fff;
}
.home-portfolio .view-superhero-portfolio ul#filters {
  margin-bottom: 40px;
}
.home-portfolio .view-superhero-portfolio ul#filters li a {
  background: #fff;
  border: 1px solid #fff;
  color: #3965ac;
  font-size: 17px;
  padding: 2px 18px;
  text-transform: uppercase;
}
.home-portfolio .view-superhero-portfolio #filters li a.active, .home-portfolio .view-superhero-portfolio #filters li a:hover {
  background: #fff;
  color: #3965ac;
  box-shadow: 0 0 2px 2px #3965ac inset;
}
.view-testimonial .bx-wrapper {
  margin: 0 auto 0;
  padding: 20px 0 0 0;
}
.view-testimonial .bx-wrapper .views-field-body {
  padding-bottom: 15px;
  background: url(https://www.da-peace.org/sites/all/themes/consilium/images/arrow_testinomial.png) no-repeat bottom center;
}
.view-testimonial .bx-wrapper .views-field-body .field-content {
  background: rgba(238, 238, 238, 0.8);
  border-radius: 10px;
  padding: 15px;
}
.view-testimonial .bx-wrapper .views-field-body .field-content p {
  margin: 0;
}
.view-testimonial .bx-wrapper .views-field-field-image img {
  border-radius: 50%;
  margin: 20px auto;
  max-width: 100px;
  -webkit-transition: all 0.18s linear 0s;
  -moz-transition: all 0.18s linear 0s;
  -o-transition: all 0.18s linear 0s;
  transition: all 0.18s linear 0s;
}
.view-testimonial .bx-wrapper .views-field-field-client h3.client-name {
  font-family: 'open_sanssemibold';
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}
.view-testimonial .bx-wrapper .views-field-field-job-title .job-title {
  color: #fff;
  font-family: 'open_sanssemibold';
  font-size: 12px;
  padding: 5px 0 0;
  text-transform: capitalize;
  text-align: center;
}
.bx-wrapper .bx-prev {
  background: none;
  left: 0;
}
.bx-wrapper .bx-next {
  background: none;
  right: 0;
}
.bx-wrapper .bx-controls-direction a {
  text-indent: 0 !important;
  font-size: 23px;
  width: auto;
  height: auto;
}
.view-latest-work .bx-controls {
  position: absolute;
  top: -20px;
  right: 0;
}
.view-latest-work .bx-controls-direction {
  position: relative;
  width: 22px;
}
.view-latest-work .bx-wrapper .bx-prev {
  background: none;
  left: 0;
}
.view-latest-work .bx-wrapper .bx-next {
  background: none;
  right: 0;
}
.view-latest-work .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  font-size: 23px;
  margin-top: -25px;
  width: auto;
  height: auto;
}
.rtl .view-latest-work .bx-controls {
  left: 0;
  right: auto;
}
.view-team .slide-item-image {
  text-align: center;
  padding: 0;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
}
.view-team .slide-item-image img {
  max-width: 160px;
  display: inline-block;
  border-radius: 50%;
  height: 160px;
}
.view-team .slide-item-image .circle-border {
  border: 1px solid #ccc;
  background: none repeat scroll 0 0 transparent;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 99%;
  height: 99%;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: all 225ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition: all 225ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -o-transition: all 225ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
  transition: all 225ms cubic-bezier(0.5, -0.7, 0.67, 0.7);
}
.view-team .slide-item-image:hover .circle-border {
  border-color: #3965ac;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.view-team .slide-item-desc-warp .field-name-field-job-title {
  color: #113a52;
  font-size: 12px;
  text-transform: capitalize;
  padding-top: 5px;
  font-family: 'open_sansregular';
}
.view-team .slide-item-desc-warp .slide-item-desc {
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.view-team .slide-item-desc-warp .user-social .field-item {
  display: inline-block;
}
.view-team .slide-item-desc-warp .user-social .field-item a {
  font-size: 20px;
  color: #ddd;
  margin-left: 10px;
}
.view-team .slide-item-desc-warp .user-social .field-item a:hover {
  color: #113a52;
}
.view-team .slide-item-desc-warp .user-social .field-item a:hover:before {
  color: #113a52;
}
.sp-twitter .sp-tweet {
  text-align: center;
  padding: 0 50px;
}
.block.carousel-slide-white .carousel {
  background: #fff;
  opacity: 0.8;
  filter: "alpha(opacity=${opacity})";
  width: 75%;
  margin: 0 auto;
  height: 90px;
  color: #000;
}
.block.carousel-slide-white .carousel h2 {
  color: #000;
  margin-top: 23px;
}
.block .vertical .carousel-inner {
  height: 100%;
  min-height: 100px;
}
.block .carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
.block .carousel.vertical .active {
  top: 0;
}
.block .carousel.vertical .next {
  top: 400px;
}
.block .carousel.vertical .prev {
  top: -400px;
}
.block .carousel.vertical .next.left, .block .carousel.vertical .prev.right {
  top: 0;
}
.block .carousel.vertical .active.left {
  top: -400px;
}
.block .carousel.vertical .active.right {
  top: 400px;
}
.sp-tweet i {
  display: block;
  font-size: 40px;
  width: 100%;
  clear: both;
}
.consilium-team-detail .field-label {
  color: #113a52;
  font-weight: normal;
  font-family: 'open_sansbold';
}
.consilium-team-detail .user-social .field-item {
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
}
.consilium-team-detail .user-social .field-item a:not(.btn) {
  color: #113a52;
}
.consilium-team-detail .user-social .field-item a:not(.btn):hover {
  color: #3965ac;
}
.consilium-portfolio-detail .field-label {
  color: #113a52;
  font-weight: normal;
  font-family: 'open_sansbold';
}
.region-sidebar-first #block-user-login .form-text, .region-sidebar-second #block-user-login .form-text {
  width: 100%;
}
.gallery-filters {
  margin-bottom: 20px;
}
.gallery-filters a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #f5f5f5;
  border-color: -moz-use-text-color #ececec #ececec -moz-use-text-color;
  border-image: none;
  border-radius: 4px !important;
  border-right: 1px solid #ececec;
  border-style: none solid solid none;
  border-width: 0 1px 1px 0;
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-family: 'open_sansregular', 'Open Sans', sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin-right: 10px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: capitalize;
}
.gallery-filters a.active {
  background: #3965ac;
  color: #fff;
}
.gallery-filters a:hover {
  background: #113a52;
  color: #fff;
}
.sh-dropcap {
  overflow: hidden;
  /*Unordered Lists*/
}
.sh-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before, .ltr ul.arrow-double li::before, .ltr ul.tick li::before, .ltr ul.cross li::before, .ltr ul.star li::before, .ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick li::before {
  content: "\f00c";
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after, .rtl ul.arrow-double li::after, .rtl ul.tick li::after, .rtl ul.cross li::after, .rtl ul.star li::after, .rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left, .pull-left > img {
  margin-right: 15px;
}
img.pull-right, .pull-right > img {
  margin-left: 15px;
}
.rtl {
  /* Block number */
}
.rtl img.pull-left, .rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right, .rtl .pull-right > img {
  margin-right: 15px;
}
.sh-blocknumber {
  position: relative;
  min-height: 45px;
}
.sh-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sh-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sh-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sh-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sh-blocknumber span {
  left: 0;
}
.rtl {
  /* Block */
}
.rtl .sh-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sh-blocknumber span {
  right: 0;
}
.sh-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sh-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sh-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sh-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sh-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sh-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sh-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sh-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left, .ltr [class*=" icon-"].pull-left {
  margin-right: 0.3em;
}
.ltr [class^="icon-"].pull-right, .ltr [class*=" icon-"].pull-right {
  margin-left: 0.3em;
}
.rtl [class^="icon-"].pull-left, .rtl [class*=" icon-"].pull-left {
  margin-left: 0.3em;
}
.rtl [class^="icon-"].pull-right, .rtl [class*=" icon-"].pull-right {
  margin-right: 0.3em;
  /* accordion page 
===============================*/
}
.panel-group .panel {
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  /* Testinomial 
=============================*/
}
.panel-group .panel .panel-heading {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 0;
}
.panel-group .panel h4.panel-title {
  font-size: 15px;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 10;
}
.panel-group .panel h4.panel-title a {
  color: #3965ac;
  display: block;
  letter-spacing: 0;
  line-height: 14px !important;
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  font-family: 'Open Sans';
  font-weight: 300;
}
.panel-group .panel h4.panel-title a:hover, .panel-group .panel h4.panel-title a:active, .panel-group .panel h4.panel-title a:focus {
  outline: none;
}
.panel-group .panel .panel-collapse .panel-body {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 14px;
  border: thin solid #ddd;
}
.testimonial {
  /* Tab 
=============================*/
}
.testimonial .testimonial-content {
  background: #f1f1f1;
  margin-bottom: 0;
  padding: 15px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.testimonial .pull-left {
  text-align: center;
}
.testimonial .media-body strong {
  font-size: 15px;
  font-family: , 'Open Sans';
  font-weight: 600;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: center;
}
.nav.nav-tabs {
  margin-bottom: 15px;
  padding: 0;
  border-bottom: none;
}
.nav.nav-tabs li {
  padding: 0 20px;
  float: none;
}
.nav.nav-tabs li:first-child {
  padding-left: 0;
}
.nav.nav-tabs li + li {
  border-left: 1px solid #dedede;
}
.nav.nav-tabs a {
  color: #113a52;
  border: none;
  border-bottom: 3px solid #eee;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 10px;
  padding: 10px 0;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 700;
}
.nav.nav-tabs a:hover {
  background: none;
  color: #3965ac !important;
  border-bottom: 3px solid #3965ac;
  outline: none;
}
.nav.nav-tabs > .active > a {
  border: none;
  border-bottom: 3px solid #3965ac;
  color: #113a52;
}
.nav.nav-tabs > .active > a:hover, .nav.nav-tabs > .active > a:focus, .nav.nav-tabs > .active > a:active {
  border: none !important;
  border-bottom: 3px solid #3965ac;
  color: #3965ac !important;
}
.nav.nav-pills {
  margin-bottom: 15px;
  padding: 0;
}
.nav.nav-pills li {
  float: none;
}
.nav.nav-pills a:hover {
  background: #3965ac;
  color: #fff;
  outline: none;
}
.nav.nav-pills .active > a {
  background: #3965ac;
  color: #fff;
  outline: none;
}
.sh_title_wrap {
  margin-bottom: 5px;
}
.sh_title_wrap .sh_skill_title {
  color: #113a52;
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-weight: 700;
}
.sh_title_wrap .sh_skill_percent {
  font-weight: normal;
  font-family: 'Open Sans';
  font-weight: 700;
}
.sh_skill_progress_wrap {
  margin-bottom: 10px;
  /* Accordion */
}
.sh_skill_progress_wrap .sh_progress_bar {
  background: #ededed;
  border-radius: 3px;
  display: block;
  height: 15px;
  width: 100%;
}
.sh_skill_progress_wrap .sh_skills_progress_percent {
  background: #3965ac;
  border-radius: 3px;
  display: block;
  height: 15px;
}
#spaccordion .panel-heading {
  background: #3965ac;
  color: #fff;
  border: none;
}
#spaccordion .panel-heading a {
  color: #fff !important;
}
#spaccordion .spcollapse {
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 14px;
}
@media (min-width: 993px) {
  .superhero-dropdown > ul {
    float: right;
  }
  .superhero-dropdown > ul > li {
    transition: all 200ms ease 0s;
    list-style: none;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
  }
  .superhero-dropdown > ul > li:hover a {
    color: #3965ac;
  }
  .superhero-dropdown > ul > li > a {
    display: inline-block;
    font-family: 'NovecentowideUltraLightBold';
    font-size: 14px;
    margin: 0;
    padding: 0 9px;
    text-transform: uppercase;
  }
  .superhero-dropdown > ul > li > a:not(.btn) {
    color: #113a52;
  }
  .superhero-dropdown > ul > li > a:hover, .superhero-dropdown > ul > li > a.active {
    color: #3965ac !important;
  }
  .superhero-dropdown > ul ul {
    background: #fff;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    margin: 30px 0 0 0;
    padding: 0;
  }
  .superhero-dropdown > ul ul li {
    border-bottom: 1px solid #eee;
    padding: 0;
  }
  .superhero-dropdown > ul ul li a {
    display: block;
    padding: 10px 20px;
    line-height: normal;
    color: #999 !important;
    font-family: 'open_sansregular';
  }
  .superhero-dropdown > ul ul li a.active {
    background: #f5f5f5;
  }
  .superhero-dropdown .menu-arrow {
    display: none;
  }
  .header-overlay .sticky-wrapper #section-header .superhero-dropdown > ul > li:hover {
    background: rgba(255, 255, 255, 0.2);
  }
  .header-overlay .sticky-wrapper #section-header .superhero-dropdown > ul > li > a {
    color: #fff;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  .header-overlay .sticky-wrapper #section-header .superhero-dropdown > ul > li > a:hover, .header-overlay .sticky-wrapper #section-header .superhero-dropdown > ul > li > a.active {
    color: #3965ac;
  }
  .header-overlay .sticky-wrapper #section-header .superhero-dropdown > ul > li > a:hover {
    border-bottom: 2px solid #fff;
  }
}
@media (max-width: 992px) {
  .region-menu {
    padding: 0;
  }
  a.superhero-mobile-menu-toggle {
    padding: 5px 10px;
    position: absolute;
    right: 20px;
    border-bottom: 4px solid #081c28;
    background: #113a52;
    color: #fff !important;
    top: -63px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 4px 14px;
    font-size: 14px;
  }
  .superhero-dropdown {
    background: #34373e;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .superhero-dropdown.open {
    border-top: 1px solid #eee;
  }
  .superhero-dropdown ul li {
    background: #113a52;
    padding: 0 10px;
  }
  .superhero-dropdown ul li a {
    color: #ccc !important;
    font-size: 15px;
    line-height: 40px;
  }
  .superhero-dropdown .menu-arrow {
    right: 20px;
  }
}
.content .view-blog-categories .cat-wrap {
  margin-bottom: 30px;
}
.content .view-blog-categories .cat-wrap .cat-title {
  border-bottom: 1px solid #ddd;
  margin: 0 0 15px;
  padding: 10px 0;
  font-size: 26px;
}
.sh-blog {
  border-bottom: 1px solid #dadbde;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sh-blog .blog-content-tile {
  font-size: 26px;
  color: #00c3b6;
  padding: 0;
  margin: 0 0 20px;
}
.sh-blog .blog-content-tile a {
  color: #00c3b6;
}
.sh-blog .field-name-field-tags {
  display: inline-block;
}
.sh-blog .blog-image {
  position: relative;
}
.sh-blog .blog-image img {
  width: 100%;
  height: auto;
}
.sh-blog .blog-image .image-overlay {
  border-color: #e1e1e1;
  background: none repeat scroll 0 0 #fff;
  position: absolute;
  z-index: 500;
  display: block;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  top: 0;
  opacity: 0;
  filter: "alpha(opacity=${opacity})";
  width: 100%;
  -moz-box-sizing: border-box;
  border: 0 solid rgba(0, 0, 0, 0.7);
  overflow: visible;
}
.sh-blog .blog-image .image-overlay:hover {
  opacity: 0.7;
  filter: "alpha(opacity=${opacity})";
  background: rgba(0, 0, 0, 0.7);
}
.sh-blog .blog-image .image-overlay:hover .image-overlay-inside:before {
  height: 80px;
  width: 80px;
  line-height: 80px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  font-size: 18px;
  margin: -40px 0 0 -40px;
  background: #113a52;
  color: #fff;
}
.sh-blog .blog-image .image-overlay .image-overlay-inside {
  border-color: #c3512f;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sh-blog .blog-image .image-overlay .image-overlay-inside:before {
  content: "\f064";
  font-family: FontAwesome;
  font-size: 14px;
  font-weight: normal;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
  height: 40px;
  left: 50%;
  line-height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 40px;
  z-index: 500;
}
.sh-blog .article-info {
  border-bottom: 1px solid #dadbde;
  font-size: 11px;
  margin: 0 0 15px;
  padding: 10px 0;
}
.sh-blog .article-info .username, .sh-blog .article-info .cdate {
  color: #00c3b6;
  font-size: 12px;
  font-weight: normal;
  font-family: 'open_sansbold';
}
.sh-blog ul.links.inline li:first-child {
  padding: 0;
}
ul.pagination li a:not(.btn) {
  border: 1px solid #dedfe2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #222;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  margin: 0 2px;
  padding: 3px 10px;
}
ul.pagination li.active a {
  background: #113a52;
  color: #fff;
  border: 1px solid #113a52;
}
ul.pagination li.active a:hover, ul.pagination li.active a:focus {
  background: #113a52 !important;
}
@font-face {
  font-family: NovecentowideUltraLightBold;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Medium-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Medium-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Medium-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
}
@font-face {
  font-family: NovecentowideNormalRegular;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Normal-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Normal-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Normal-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular') format('svg');
}
@font-face {
  font-family: NovecentowideLightRegular;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Light-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Light-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Light-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Light-webfont.svg#NovecentowideLightRegular') format('svg');
}
@font-face {
  font-family: NovecentowideBookRegular;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Book-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Book-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Book-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/Novecentowide-Book-webfont.svg#NovecentowideBookRegular') format('svg');
}
@font-face {
  font-family: open_sansregular;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
  font-family: open_sansbold;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-bold-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-bold-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-bold-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
}
@font-face {
  font-family: open_sanslight;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-light-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-light-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-light-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
}
@font-face {
  font-family: open_sanssemibold;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/open-sans.semibold-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/open-sans.semibold-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/open-sans.semibold-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/open-sans.semibold-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/open-sans.semibold-webfont.svg#open_sanssemibold') format('svg');
}
@font-face {
  font-family: open_sansregular;
  font-weight: normal;
  font-style: normal;
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.eot');
  src: url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.woff') format('woff'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.ttf') format('truetype'), url('https://www.da-peace.org/sites/all/themes/consilium/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
}
.center {
  text-align: center;
}
.center th, .center tr, .center td {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.rtl .left {
  float: right;
}
.rtl .right {
  float: left;
}
.rtl ul.pagenav .pagenav-prev {
  float: right;
}
.rtl ul.pagenav .pagenav-next {
  float: left;
}
.title-center.block h3.block-title {
  text-align: center !important;
}
.title-left.block h3.block-title {
  text-align: left !important;
}
.title-right.block h3.block-title {
  text-align: right !important;
}
.title-white.block h3.block-title {
  color: #fff;
}
.title-nopadding.block h3.block-title {
  padding: 0 !important;
}
.rtl .title-left.block h3.block-title {
  text-align: right !important;
}
.rtl .title-right.block h3.block-title {
  text-align: left !important;
}
body {
  color: #888;
  font-size: 13px;
  font-family: 'Open Sans';
  line-height: 1.6em;
}
.body-innerwrapper {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans';
  color: #3965ac;
  font-weight: 300;
  line-height: 1.2em;
}
h3, .h3 {
  font-size: 30px;
}
h2, .h2 {
  font-size: 35px;
}
.sh-container {
  padding-left: 15px;
  padding-right: 15px;
}
.sh-container [class*="col-md-"], .sh-container [class^="col-md-"], .sh-container [class*="col-xs-"], .sh-container [class^="col-xs-"], .sh-container [class*="col-sm-"], .sh-container [class^="col-sm-"], .sh-container [class*="col-lg-"], .sh-container [class^="col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}
.sh-container .container [class*="col-md-"], .sh-container .container [class^="col-md-"], .sh-container .container [class*="col-xs-"], .sh-container .container [class^="col-xs-"], .sh-container .container [class*="col-sm-"], .sh-container .container [class^="col-sm-"], .sh-container .container [class*="col-lg-"], .sh-container .container [class^="col-lg-"] {
  padding-left: 15px;
  padding-right: 15px;
}
a {
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
a, a:hover, a:hover:before, a:hover:after {
  text-decoration: none;
  transition: all 300ms linear 0ms;
}
img {
  max-width: 100%;
  height: auto;
}
a:not(.btn) {
  color: #3965ac;
}
a:not(.btn):hover {
  color: #113a52;
}
.icontop .content {
  position: relative;
}
.icontop [class^="icon-"], .icontop [class^="fa-"], .icontop [class*="icon-"], .icontop [class*="fa-"] {
  width: 100px;
  height: 100px;
  font-size: 35px;
  color: #fff;
  line-height: 100px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #113a52;
}
.icontop [class^="icon-"]:after, .icontop [class^="fa-"]:after, .icontop [class*="icon-"]:after, .icontop [class*="fa-"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 102px;
  height: 102px;
  z-index: -1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  filter: "alpha(opacity=${opacity})";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.icontop:hover [class^="icon-"], .icontop:active [class^="icon-"], .icontop:focus [class^="icon-"], .icontop:hover [class^="fa-"], .icontop:active [class^="fa-"], .icontop:focus [class^="fa-"], .icontop:hover [class*="icon-"], .icontop:active [class*="icon-"], .icontop:focus [class*="icon-"], .icontop:hover [class*="fa-"], .icontop:active [class*="fa-"], .icontop:focus [class*="fa-"] {
  color: #fff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #113a52;
}
.icontop:hover [class^="icon-"]:after, .icontop:active [class^="icon-"]:after, .icontop:focus [class^="icon-"]:after, .icontop:hover [class^="fa-"]:after, .icontop:active [class^="fa-"]:after, .icontop:focus [class^="fa-"]:after, .icontop:hover [class*="icon-"]:after, .icontop:active [class*="icon-"]:after, .icontop:focus [class*="icon-"]:after, .icontop:hover [class*="fa-"]:after, .icontop:active [class*="fa-"]:after, .icontop:focus [class*="fa-"]:after {
  opacity: 1;
  filter: "alpha(opacity=${opacity})";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  top: -1px;
  left: -1px;
  background: #3965ac;
}
.slide-item-readmore a:not(.btn) {
  font-family: 'open_sansbold';
  font-size: 13px;
  text-transform: capitalize;
  color: #113a52;
}
.slide-item-readmore a:not(.btn):hover, .slide-item-readmore a:not(.btn):focus {
  color: #3965ac;
}
a:not(.btn).read-more, a:not(.btn).readmore {
  font-family: 'open_sansbold';
  font-size: 13px;
  text-transform: capitalize;
  color: #113a52;
}
a:not(.btn).read-more:hover, a:not(.btn).readmore:hover, a:not(.btn).read-more:focus, a:not(.btn).readmore:focus {
  color: #3965ac;
}
form input[type="text"], form input[type="password"], form input[type="datetime"], form input[type="datetime-local"], form input[type="date"], form input[type="month"], form input[type="time"], form input[type="week"], form input[type="number"], form input[type="email"], form input[type="url"], form input[type="search"], form input[type="tel"], form input[type="color"] {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 28px;
  line-height: 28px;
  padding: 0;
  text-indent: 10px;
  max-width: 100%;
}
form textarea {
  background: #fcfcfc;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  box-shadow: none;
  height: 180px;
  padding: 0;
  text-indent: 10px;
  max-width: 100%;
}
form input:focus, form textarea:focus, form select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #113a52;
}
label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 5px;
  font-family: 'open_sansbold';
}
.carousel img {
  margin: auto;
  width: auto;
}
.showHere {
  padding-right: 10px;
}
.rtl .showHere {
  padding: 0 0 0 10px;
}
.social-icon ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social-icon ul li {
  float: left;
  margin-right: 20px;
}
.social-icon ul li i {
  font-size: 20px;
  color: #ccc;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.social-icon ul li i:hover {
  color: #113a52;
}
.block-contact .clearfix {
  margin-bottom: 20px;
}
.block-contact .jicons-text {
  font-weight: bold;
}
.webform-client-form td, .webform-client-form th {
  border: none;
}
.webform-client-form .radio, .webform-client-form .checkbox {
  display: inline-block;
}
.webform-client-form .radio + .radio, .webform-client-form .checkbox + .checkbox {
  margin-top: 10px;
}
#section-header {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #eee;
}
#section-header .superhero-dropdown > ul > li > a, #section-header .site-logo a {
  line-height: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#section-header .superhero-dropdown > ul > li > a img, #section-header .site-logo a img {
  max-width: 100%;
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
#section-header.fixed-transition .superhero-dropdown > ul > li > a, #section-header.fixed-transition .site-logo a {
  line-height: 55px;
}
#section-header.fixed-transition .superhero-dropdown > ul > li > a img, #section-header.fixed-transition .site-logo a img {
  max-width: 55%;
}
#section-header.fixed {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.33);
}
.header-overlay .sticky-wrapper {
  padding: 0 !important;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header-overlay .sticky-wrapper .section-header {
  background: none !important;
}
.header-overlay .sticky-wrapper #section-header > .container {
  background: url(https://www.da-peace.org/sites/all/themes/consilium/images/bg-menu-over.png) repeat-x left bottom;
}
#section-banner {
  clear: both;
}
.md-arrow-left {
  background: #fff url(https://www.da-peace.org/sites/all/themes/consilium/images/leftarrow.png) center center no-repeat;
  left: 0 !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.md-arrow-left:hover {
  padding: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.md-arrow-right {
  background: #fff url(https://www.da-peace.org/sites/all/themes/consilium/images/rightarrow.png) center center no-repeat;
  right: 0 !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.md-arrow-right:hover {
  padding: 5px;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
#section-pagetitle {
  background: #113a52;
}
#section-pagetitle .page_title {
  color: #fff;
  margin: 20px 0;
}
#section-breadcrumb .breadcrumb {
  background: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 15px 0;
}
#section-users {
  padding: 30px 0;
}
#section-users .block {
  margin-top: 45px;
}
#section-users .block a {
  color: #113a52;
}
#section-users .block a:hover {
  color: #3965ac;
}
#section-feature {
  background: #3965ac;
  padding: 20px 0;
  line-height: normal;
}
#section-feature h2 {
  font-family: 'open_sansregular';
  color: #fff;
  margin: 0;
  font-size: 28px;
}
#section-feature a {
  color: #fff;
}
#section-latest {
  padding: 30px 0 50px;
}
.home-portfolio #section-news1 {
  background: #113a52;
}
.home-portfolio #section-news1 h3.block-title {
  font-family: 'NovecentowideBookRegular';
  text-transform: uppercase;
}
.home-portfolio .webform-client-form #webform-component-name, .home-portfolio .webform-client-form #webform-component-email, .home-portfolio .webform-client-form #webform-component-telephone {
  width: 33%;
  float: left;
}
.home-portfolio .webform-client-form input {
  border-radius: 0;
  color: rgba(17, 58, 82, 0.26);
  font-family: 'NovecentowideBookRegular';
  font-size: 30px;
  height: 47px;
  line-height: 47px;
  margin: 0 0 10px;
  padding: 0;
  text-indent: 7px;
  width: 90%;
}
.home-portfolio .webform-client-form .btn.form-submit {
  background: #fff;
  color: #3965ac;
  border: none !important;
  padding: 4px 14px !important;
}
.home-portfolio .webform-client-form .btn.form-submit:hover, .home-portfolio .webform-client-form .btn.form-submit:focus {
  background: #fff !important;
  color: #000;
}
#section-news1 .block {
  padding: 70px 0 0 0;
}
#section-news1 .block .block-title {
  padding-top: 30px;
  margin-bottom: 25px;
}
#section-news2 {
  padding: 60px 0 80px;
}
#section-news2 .block-title {
  padding-top: 60px;
  margin-bottom: 25px;
}
#section-testinomial .block-contents {
  padding: 35px 0;
  background: rgba(17, 58, 82, 0.95);
}
#section-team {
  padding: 50px 0;
}
#section-team .block h3.block-title.header {
  margin: 0;
}
#section-team .block h3.block-title.header a {
  font-family: open_sanslight;
}
#section-team .view-header {
  margin-bottom: 30px;
}
#section-tweets {
  background: rgba(57, 101, 172, 0.91);
  padding: 30px 0;
  color: #fff;
  font-family: 'open_sanssemibold';
}
#section-tweets .fa {
  font-family: FontAwesome;
  color: #fff;
}
#section-bottom {
  padding: 40px 0;
  color: #fff;
}
#section-bottom .block h3.block-title {
  font-size: 24px;
}
#section-bottom .block .views-row {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  overflow: hidden;
  height: auto !important;
  padding-bottom: 10px;
}
#section-bottom .block .views-row .views-field-title a {
  color: #3965ac;
}
#section-bottom .block .views-row .views-field-title a:hover {
  color: #fff;
}
#section-bottom a:not(.btn) {
  color: #3965ac;
  font-family: open_sansregular;
}
#section-bottom a:not(.btn):hover {
  color: #fff;
}
#section-bottom .region-bottom-third p {
  position: relative;
  padding-left: 35px;
  display: block;
  line-height: 20px;
}
#section-bottom .region-bottom-third [class^="icon-"], #section-bottom .region-bottom-third [class*=" icon-"], #section-bottom .region-bottom-third [class^="fa-"], #section-bottom .region-bottom-third [class*=" fa-"] {
  font-family: open_sansregular;
  color: #fff;
  font-smoothing: none;
  -webkit-font-smoothing: inherit;
}
#section-bottom .region-bottom-third [class^="icon-"]:before, #section-bottom .region-bottom-third [class*=" icon-"]:before, #section-bottom .region-bottom-third [class^="fa-"]:before, #section-bottom .region-bottom-third [class*=" fa-"]:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  font-family: 'FontAwesome';
  -webkit-font-smoothing: antialiased;
}
#section-bottom .region-bottom-fourth ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#section-bottom .region-bottom-fourth ul li {
  list-style: none;
  padding: 0;
  margin-right: 10px;
  float: left;
}
#section-bottom .region-bottom-fourth ul li a i {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 20px;
  color: #fff;
}
#section-bottom .region-bottom-fourth ul li a:hover i {
  color: #3965ac;
}
#section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe {
  float: left;
  margin-top: 20px;
  width: 100%;
}
#section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe .prefix {
  text-transform: none;
  padding: 15px 0;
  margin: 0;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
}
#section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe .control-group {
  margin: 0;
}
#section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe .control-group input {
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 30px;
  height: 30px;
  text-indent: 10px;
  font-size: 11px;
  color: #ccc;
  border: 1px solid #777;
  border-radius: 0;
}
#section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe #subscribe {
  position: relative;
}
#section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe #subscribe button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: none !important;
  position: absolute;
  right: 1px;
  text-indent: -9999px;
  top: -29px;
  width: 20px;
}
#section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe #subscribe:before {
  color: #ccc !important;
  font-family: FontAwesome;
  font-size: 17px;
  content: "\f0e0";
  position: absolute;
  right: 1px;
  top: -25px;
  width: 20px;
}
#section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe #subscribe:hover, #section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe #subscribe:active, #section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe #subscribe:focus {
  background-color: none !important;
}
#section-footer {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
  /* Drupal! Content 
==========================*/
}
#section-footer ul.menu {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  float: right;
}
#section-footer ul.menu li {
  display: inline-block;
}
#section-footer ul.menu li + li {
  margin-left: 10px;
}
#section-footer ul.menu li a {
  display: block;
  color: #fff;
  font-family: open_sansregular;
}
#section-footer ul.menu li a:hover {
  color: #3965ac;
  background: none;
}
#section-footer ul.menu li a:active, #section-footer ul.menu li a:focus {
  background: none;
}
.region-content h2#page-title {
  color: #3965ac;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.region-content h2#page-title:hover {
  color: #113a52;
}
.breadcrumb .fa {
  padding: 0 5px;
}
.sp-tweet a {
  color: #fff !important;
}
.sh-border-bottom {
  padding-bottom: 30px;
}
.md-slide-wrap {
  margin: 0 auto 0;
}
.view-team.view-display-id-block_2 .slide-item-wrap {
  text-align: center;
}
.view-team.view-display-id-block_3 .slide-item-wrap {
  text-align: center;
}
.view-blog-categories.view-display-id-page_2 .views-field-name {
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.view-blog-categories.view-display-id-page_2 .views-field-name a {
  font-size: 26px;
  font-family: 'open_sanslight';
  font-size: 26px;
  font-weight: normal;
}
.blogcategories {
  background: #113a52;
  padding: 15px;
}
.blogcategories .views-row {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.1);
  padding: 5px 0;
}
.blogcategories .views-row a {
  color: #fff;
}
.view-comments-recent .views-row {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.view-comments-recent .views-row .user-picture {
  float: left;
  margin-right: 20px;
}
.view-comments-recent .views-row .user-picture img {
  width: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.view-comments-recent .views-row .comment-info {
  float: left;
  width: 81%;
}
.view-comments-recent .views-row .comment-info h5 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
}
.view-comments-recent .views-row .comment-info .comment-date {
  font-size: 12px;
  margin-bottom: 7.5px;
}
.view-comments-recent .views-row .comment-info .comment-node {
  margin-top: 7.5px;
}
.view-comments-recent .views-row .comment-info .comment-node a {
  font-style: italic;
}
body {
  color: #3d3d3d;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  color: #3f3f3f;
  font-weight: 300;
  line-height: 1.2em;
}
h3, .h3 {
  font-size: 22px;
}
h2, .h2 {
  font-size: 35px;
}
a:not(.btn) {
  /*color: #0080ff;*/
  color: #3d3d3d;
}
#mycarousel a:not(.btn) {
  color: #3f3f3f !important;
}
#mycarousel {
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
  letter-spacing: 0 !important;
  line-height: 1.8em !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
  font-size: 16px;
  height: 30px;
  margin-left: 12px;
  margin-top: -15px;
  width: 30px;
  margin-right: 12px;
}
a:not(.btn):hover {
  color: #3d3d3d;
  text-decoration: underline;
}
.sh-container {
  padding-left: 18px;
  padding-right: 18px;
}
.sh-container [class*="col-md-"], .sh-container [class^="col-md-"], .sh-container [class*="col-xs-"], .sh-container [class^="col-xs-"], .sh-container [class*="col-sm-"], .sh-container [class^="col-sm-"], .sh-container [class*="col-lg-"], .sh-container [class^="col-lg-"] {
  padding-left: 0;
  padding-right: 0;
}
.sh-container .container [class*="col-md-"], .sh-container .container [class^="col-md-"], .sh-container .container [class*="col-xs-"], .sh-container .container [class^="col-xs-"], .sh-container .container [class*="col-sm-"], .sh-container .container [class^="col-sm-"], .sh-container .container [class*="col-lg-"], .sh-container .container [class^="col-lg-"] {
  padding-left: 18px;
  padding-right: 18px;
}
.btn-link {
  background: #fff;
  color: #000;
  text-shadow: none;
  border: 1px solid #000;
  padding: 0.5rem 3rem;
  border-radius: 0 !important;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  background: #fff !important;
  border: 1px solid #000;
  /*border-bottom: 4px solid #0083FF;*/
  padding: 0.5rem 3rem;
  color: #000 !important;
  position: relative;
  width: auto;
}
.btn-default {
  color: #000 !important;
  /*border-bottom: 4px solid #0083FF !important;*/
  text-shadow: none;
  background: #fff !important;
  border: 1px solid #000;
  padding: 0.5rem 3rem;
  position: relative;
  width: auto;
  moz-border-radius: none !important;
  border-radius: 0 !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #000 !important;
  border: 1px solid #000;
  padding: 0.5rem 3rem;
  position: relative;
  width: auto;
  color: #fff !important;
  moz-border-radius: none !important;
  border-radius: 0 !important;
}
#section-header .superhero-dropdown > ul > li > a, #section-header .site-logo a {
  line-height: 50px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#section-header .superhero-dropdown > ul > li > a img, #section-header .site-logo a img {
  max-width: 40%;
  -webkit-transition: max-width 0.5s ease-in-out;
  -moz-transition: max-width 0.5s ease-in-out;
  -o-transition: max-width 0.5s ease-in-out;
  transition: max-width 0.5s ease-in-out;
}
#section-header .container {
  width: 1325px;
}
#section-header.fixed-transition .superhero-dropdown > ul > li > a, #section-header.fixed-transition .site-logo a {
  line-height: 50px;
}
#section-header.fixed-transition .superhero-dropdown > ul > li > a img, #section-header.fixed-transition .site-logo a img {
  max-width: 35%;
}
.superhero-dropdown > ul ul li a {
  color: #0080ff;
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.superhero-dropdown > ul > li > a:hover, .superhero-dropdown > ul > li > a.active {
  color: #3d3d3d !important;
}
.block.carousel-slide-white .carousel {
  background: none;
  opacity: 1;
  filter: none !important;
  width: 75%;
  margin: 0 auto;
  height: 90px;
  color: #000;
  font-family: 'open_sanslight';
}
.block.carousel-slide-white .carousel h2 {
  color: #fff;
  font-size: 40px;
  margin-top: 23px;
}
.block .vertical .carousel-inner {
  height: 100%;
  min-height: 100px;
}
#section-news2 {
  padding: 0 !important;
}
.view-testimonial .bx-wrapper .views-field-field-job-title .job-title {
  font-size: 14px;
  line-height: 1.4em !important;
  color: #3f3f3f !important;
}
.view-testimonial .bx-wrapper .views-field-body .field-content p {
  padding-left: 5px;
}
.view-testimonial .bx-wrapper .views-field-body .field-content {
  background: #fff none repeat scroll 0 0 !important;
}
.view-testimonial .bx-wrapper .views-field .views-field-body {
  padding-left: 5px;
  background: #fff none repeat scroll 0 0 !important;
  border-radius: 10px !important;
  padding: 15px !important;
}
.view-id-testimonial .view-content a {
  float: right;
  padding-top: 40px;
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}
.section-bottom {
  background-color: #eeedef !important;
}
#section-bottom {
  color: #3d3d3d !important;
}
.section-footer {
  background-color: #39383a !important;
}
#section-bottom a:not(.btn) {
  color: #3d3d3d !important;
}
#section-bottom .block h3.block-title {
  color: #3d3d3d !important;
}
.block h3.block-title {
  font-size: 35px;
}
.block h3.block-title {
  font-weight: 300;
  line-height: 1;
  text-transform: none;
  /*Custom Styling Read online section*/
}
.white {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.sidebar-padding {
  -webkit-box-sizing: padding-box;
  -moz-box-sizing: padding-box;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 20px;
}
.sidebar-padding h2 {
  padding-top: 0;
  margin-top: 0;
}
.sidebar-padding p {
  font-size: 14px;
  line-height: 24px;
}
.book-menu h2 {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  font-family: 'Open Sans';
  font-weight: 300;
  padding-bottom: 10px;
}
.book-menu ol {
  padding-left: 10px;
}
.book-menu p {
  list-style-type: upper-roman;
  margin-left: 12px;
  padding-bottom: 10px;
}
.book-menu p, .book-menu li {
  font-size: 14px;
  line-height: 1.5em;
}
.book-menu a {
  color: #3d3d3d;
  text-decoration: none;
}
.book-menu a:hover {
  text-decoration: underline;
}
.col-lg-4.region-sidebar-second .white, .col-md-4.region-sidebar-second .white {
  /*width: 80%;*/
  margin: 90px 50px;
}
.col-lg-4.region-sidebar-second .pullquote, .col-md-4.region-sidebar-second .pullquote {
  /*width: 80%;*/
  margin: 90px 40px;
  /*.col-xs-12.region-sidebar-second .pullquote, .col-sm-12.region-sidebar-second .pullquote{
  margin: 50px 0;
}*/
}
.pullquote p {
  font-family: 'Open Sans';
  font-weight: 300;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.4px;
  line-height: 1.6em !important;
  margin: 0;
  padding-left: 20px !important;
  text-align: right;
  /*.pullquote {
    color: #3d3d3d;
}*/
}
.content .quote-source {
  font-size: 14px;
  font-style: normal;
  text-align: right;
  padding-top: 1.2em;
  /*Read more text links*/
}
a.read-more:not(.btn), a.readmore:not(.btn) {
  font-size: 14px !important;
  color: #3d3d3d;
}
a.read-more:hover:not(.btn), a.readmore:hover:not(.btn), a.read-more:focus:not(.btn), a.readmore:focus:not(.btn) {
  color: #3d3d3d;
  text-decoration: underline;
  /*Video Block*/
}
#block-block-49 .col-lg-6 {
  padding-right: 0;
  /*Main Menu*/
}
.superhero-dropdown > ul > li > a:not(.btn) {
  color: #3d3d3d;
  /*Styling Feature section (for mobile slider block)*/
}
#section-feature a {
  color: #113a52;
  /*#section-feature h2 {
    font-size: 30px !important;
    /*color: #3965ac;
    }*/
}
#section-feature h2.mobile-title {
  font-size: 85px !important;
  color: #000;
  text-align: center;
  line-height: 1em;
  padding-bottom: 10px;
}
#section-feature h3 {
  color: #3d3d3d;
  font-family: 'Open Sans';
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  margin-top: 10px !important;
  line-height: 1.6em;
}
#section-feature h4 {
  font-size: 25px !important;
  margin-top: 15px !important;
  text-align: center;
  font-weight: 500;
}
#section-feature .mobile {
  text-align: center;
  /* Admin menu module customization */
}
#admin-menu {
  font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
  font-size: 11px !important;
  text-align: left;
}
#admin-menu-wrapper {
  padding: 5px 10px 0 !important;
}
#admin-menu > div > .dropdown > li > a {
  border-right: 0 none;
  margin-bottom: 4px !important;
  padding: 2px 10px 3px !important;
}
#admin-menu li.admin-menu-account > a {
  background: none !important;
  /*Customization Toogle menu*/
}
.superhero-dropdown ul li {
  background: #fff none repeat scroll 0 0;
  padding: 0 10px;
}
.superhero-dropdown ul li a {
  color: #3d3d3d !important;
  font-size: 16px;
  font-family: 'Open Sans';
  letter-spacing: 0.05em;
  font-weight: 400;
}
#section-header .col-xs-12 .site-logo a img {
  height: 55px !important;
}
a.superhero-mobile-menu-toggle {
  /*border-bottom: 4px solid #081c28;*/
  background: #3d3d3d none repeat scroll 0 0;
  border-bottom: none !important;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  padding: 4px 14px;
  position: absolute;
  right: 20px;
  top: -63px;
}
#contact_result_frame {
  border: 1px solid #fff !important;
}
#blocks tr.region-title td {
  font-weight: 600 !important;
}
#block-block-62 {
  margin-top: 0 !important;
}
#node-106 img {
  float: left;
  height: auto;
  margin: 0 40px 40px 0;
  max-width: 100%;
}
.view-audio-block .item-list ul {
  margin: 0 0 0.5em 0.5em;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
.view-audio-block .item-list ul li {
  margin: 0 !important;
}
.view-audio-block ul.graphic li a.sm2_link {
  min-width: 10em !important;
}
.section-banner .container {
  width: 1250px;
}
.section-banner h1 {
  font-size: 76px;
  line-height: 1em;
  font-weight: 500;
  padding-top: 0.2em;
}
.section-banner h2 {
  line-height: 0.9em;
}
.section-banner h3 {
  line-height: 1.4em;
  letter-spacing: 0.1px;
  font-size: 20px;
}
.mobile h3 {
  line-height: 1.2em !important;
}
.section-banner .btn-default, .mobile .btn-default {
  background: #000 none repeat scroll 0 0 !important;
  border: 1px solid #000;
  border-radius: 0 !important;
  color: #fff !important;
  padding: 1rem 5rem !important;
  min-width: 245px;
  position: relative;
  text-shadow: none;
  width: auto;
}
.mobile .btn-default {
  float: left;
  margin-left: 60px;
}
#spaccordion .panel-heading a {
  color: #3f3f3f;
}
#spaccordion .panel-heading {
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none;
  color: #3f3f3f !important;
}
.panel-group .panel .panel-collapse .panel-body {
  background-color: #f0f0f0 !important;
  border: medium none;
  box-shadow: none;
  padding: 10px 14px;
}
.panel group .panel-default {
  border-color: #fff;
}
.panel {
  box-shadow: none;
}
.panel-group .panel .panel-collapse .panel-body {
  background-color: #fff;
  border: none;
  box-shadow: none;
  padding: 10px 14px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #f0f0f0 !important;
}
.rtl * {
  direction: rtl;
}
.rtl [class^="col-lg-"], .rtl [class^="col-md-"], .rtl [class^="col-sm-"], .rtl [class^="col-xs-"], .rtl [class*="col-lg-"], .rtl [class*="col-md-"], .rtl [class*="col-sm-"], .rtl [class*="col-xs-"] {
  float: right;
}
.rtl .close {
  float: left;
}
.rtl .superhero-dropdown > ul {
  float: left;
}
.rtl ul.menu {
  text-align: right;
}
.rtl .social-icon ul li {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
.rtl .bx-viewport {
  direction: ltr;
}
.rtl #section-footer ul.menu {
  float: left;
}
.rtl #section-bottom .region-bottom-fourth ul li {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
.rtl #section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe #subscribe:before, .rtl #section-bottom .region-bottom-fourth #block-newsletter-newsletter-subscribe #subscribe button {
  left: 1px;
  right: auto;
}
.rtl .nav.nav-tabs li:first-child {
  padding-right: 0;
  padding-left: 20px;
}
.rtl .nav.nav-tabs li + li {
  border-right: 1px solid #dedede;
  border-left: none;
}
@media (max-width: 1200px) {
  .container {
    width: auto !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  #section-feature h2 {
    font-size: 24px;
  }
  #section-feature a.btn {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .container {
    width: auto;
  }
  #section-header .superhero-dropdown > ul > li > a, #section-header .site-logo a {
    line-height: 60px;
  }
  #section-header .site-logo a img {
    height: 33px !important;
  }
  #section-header a.superhero-mobile-menu-toggle {
    top: -46px;
  }
  #section-feature h2 {
    font-size: 20px;
  }
  #section-feature a.btn {
    padding: 9px 6px;
    font-size: 12px;
  }
  #section-news1 .block {
    padding-top: 20px;
  }
  #section-news1 .block .block-title {
    padding-top: 0;
  }
  #section-news2 {
    padding: 20px 0;
  }
  #section-news2 .block .block-title {
    padding-top: 0;
  }
  #section-news2 .block img {
    text-align: center;
  }
  #section-bottom .region {
    margin-bottom: 20px;
  }
  #section-footer {
    text-align: center;
  }
  #section-footer ul {
    float: none !important;
  }
  .carousel-slide-white {
    padding-bottom: 130px !important;
    padding-top: 130px !important;
  }
  .carousel-slide-white .carousel h2 {
    font-size: 18px;
  }
}
@media (max-width: 784px) {
  #section-feature h2 {
    font-size: 18px;
  }
  #section-feature a.btn {
    padding: 9px 3px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  #section-feature {
    text-align: center;
  }
  #section-feature a.btn {
    font-size: 13px;
    margin-top: 10px;
    padding: 10px;
  }
  #section-bottom {
    padding: 30px 0 0 0;
  }
  #section-bottom [class*="region"], #section-bottom [class^="region"] {
    margin: 0 0 30px 0;
    padding: 0;
  }
  #section-bottom [class*="region"] > .block, #section-bottom [class^="region"] > .block {
    padding: 0 10px;
  }
  #section-footer {
    padding: 10px 0;
  }
}
@media (max-width: 640px) {
  #section-bottom [class*="region"], #section-bottom [class^="region"] {
    margin: 0;
    padding: 0;
  }
  #section-bottom [class*="region"] + [class*="region"], #section-bottom [class^="region"] + [class*="region"], #section-bottom [class*="region"] + [class^="region"], #section-bottom [class^="region"] + [class^="region"] {
    margin-top: 20px;
  }
  #section-bottom form {
    margin: 0 0 20px;
  }
  #section-footer {
    text-align: center;
    padding: 10px 20px;
  }
  #section-footer ul.menu {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
  .view-superhero-portfolio #filters li {
    margin-bottom: 15px;
  }
  .home-portfolio .webform-client-form input {
    font-size: 14px;
  }
}
@media (max-width: 589px) {
  #section-feature h2 {
    font-size: 16px;
  }
}
@media (max-width: 526px) {
  #section-feature h2 {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .carousel-slide-white {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .block.carousel-slide-white .carousel h2 {
    color: #fff;
    font-size: 22px;
    margin-top: 0px;
  }
}
.region-feature-first .superhero-portfolio .element {
  margin-bottom: 0;
}
.region-feature-first .superhero-portfolio .element.columns-3 {
  width: 33%;
  margin: 0;
  padding: 3px;
}
.portfolio-container {
  background: #fff;
}
.jmPriceTable:after {
  clear: both;
  content: "";
  display: table;
}
.jmPriceTable {
  padding: 60px 0 48px;
  text-align: center;
  font-family: 'open_sanslight';
}
.jmCentered {
  clear: both;
  text-align: center;
}
.jmPriceTable dl {
  background: #fff;
  display: block;
}
.jmPriceTable dl dd {
  margin: 0;
  display: block;
  line-height: 1.6;
  padding: 10px;
}
.jmPriceTable dl dd.odd {
  background: #e7ebed;
}
.jmPriceTable .jmPremium dl dd.odd {
  background: #e5f9f8;
}
.jmPriceTable.col4 dl {
  float: left;
  width: 25%;
  padding-bottom: 20px;
  border: 1px solid #113a52;
  margin-right: -1px;
}
.jmPriceTable dl.jmPremium {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  border: 1px solid #3965ac;
}
.jmPriceTable dl.jmPremium dt small {
  display: block;
  clear: both;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 5px;
}
.jmPriceTable dd small {
  font-size: 12px;
  display: block;
  clear: both;
}
.jmPriceTable dl.jmPremium dt {
  color: #fff;
  border-bottom: 1px solid #3965ac;
  background: #3965ac;
  font-family: 'open_sanslight';
}
.jmPriceTable dt {
  color: #fff;
  border-bottom: 1px solid #113a52;
  background: #113a52;
  font-size: 27px;
  font-weight: 400;
  line-height: 65px;
  display: block;
  line-height: 1.2;
  padding: 10px;
}
.jmPriceTable dl.jmPremium dt {
  border-bottom: 1px solid #ddd;
}
.jmPriceTable dd.jmPrice {
  background: #113a52;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin: 25px auto;
  color: #fff;
  font-size: 60px;
  font-family: open_sansbold;
  padding: 25px 10px;
  line-height: 1;
}
.jmPriceTable .jmPremium dd.jmPrice {
  background: #3965ac;
}
.jmPriceTable dd.jmPrice small {
  font-family: 'open_sanslight';
}
.jmPriceTable dd.jmPrice .dollars {
  font-size: 60%;
}
@media (max-width: 640px) {
  .jmPriceTable dt {
    font-size: 16px;
  }
  .jmPriceTable.col4 dl {
    width: 50%;
  }
  .jmPriceTable dd.jmPrice {
    height: 80px;
    line-height: 1;
    margin: 15px auto;
    padding: 20px 10px;
    width: 80px;
    font-size: 20px;
  }
}
