/*----------------------------------------------------------------------
# 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
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# 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 */
/*----------------------------------------------------------------------
# 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
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# 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
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
# 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;
}
table {
border: 1px solid #ddd;
width: 100% !important;
max-width: 100% !important;
margin-bottom: 20px;
background-color: transparent;
}
tr{
border-spacing: 0;
border-collapse: collapse;
}
 tbody > tr > td, tbody > tr > th, tfoot > tr > td, tfoot > tr > th, thead > tr > td, thead > tr > th {
    border: 1px solid #ddd;}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
tbody > tr > td, body > tr > th, foot > tr > td, foot > tr > th, head > tr > td, head > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
ul.menu li {
    margin: 0px 0px 0px -2em;
}
.superhero-dropdown ul.menu li {
    margin: 0px 0px 0px 0px;
}
.clearfix:after {
  clear: both;
}
.panel-default > .panel-heading {
    background-image: none;
    background-repeat: repeat-x;
    #background: #F2F1EB;
	#color: #5F574F;
	background: #5F574F;
	color:white;
}
.btn, .button, button {
  border: 2px solid #8c1515;
  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: #5f574f;
  color: #fff;
  text-shadow: none;
  border: none;
  border-bottom: 4px solid #514a43;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  background: #514a43 !important;
  border: none;
  border-bottom: 4px solid #514a43;
  color: #fff !important;
}
.btn-default {
  background: #8c1515;
  color: #fff !important;
  text-shadow: none;
  border: none;
  border-bottom: 4px solid #761212 !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background: #761212 !important;
  border: none;
  border-bottom: 4px solid #761212;
  color: #fff !important;
}
.btn-primary, .button, button {
  background: none;
  padding: 4px 14px 2px;
  color: #8c1515;
  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(140, 21, 21, 0.2) !important;
  color: #8c1515;
}
.btn-primary.btn-link, .button.btn-link, button.btn-link {
  border: 2px solid #5f574f;
  color: #5f574f;
  background: none;
}
.btn-primary.btn-link:hover, .button.btn-link:hover, button.btn-link:hover {
  background: rgba(95, 87, 79, 0.3) !important;
  color: #5f574f !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: #8c1515 !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: #8c1515;
  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 #5f574f;
  padding: 0 10px 10px 0;
}
.block.title-line a.bx-prev, .block.title-line a.bx-next {
  color: #8c1515;
}
.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: #5f574f;
  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(95, 87, 79, 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: #5f574f;
  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: #5f574f;
  box-shadow: 0 0 2px 2px #5f574f 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(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;
  margin-right: 10px;
}
.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: #5f574f;
  -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: #8c1515;
  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: #8c1515;
}
.view-team .slide-item-desc-warp .user-social .field-item a:hover:before {
  color: #8c1515;
}
.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: #8c1515;
  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: #8c1515;
}
.consilium-team-detail .user-social .field-item a:not(.btn):hover {
  color: #5f574f;
}
.consilium-portfolio-detail .field-label {
  color: #8c1515;
  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: #5f574f;
  color: #fff;
}
.gallery-filters a:hover {
  background: #8c1515;
  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: #FFF;
  #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_sanslight;
}
.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;
}
.sh_title_wrap {
  margin-bottom: 5px;
}
.sh_title_wrap .sh_skill_title {
  color: #8c1515;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'open_sansbold';
}
.sh_title_wrap .sh_skill_percent {
  font-weight: normal;
  font-family: 'open_sansbold';
}
.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: #5f574f;
  border-radius: 3px;
  display: block;
  height: 15px;
}
#spaccordion .panel-heading {
  background: #5f574f;
  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 2px 0 0;
    padding: 0;
    position: relative;
  }
  .superhero-dropdown > ul > li:hover a {
    color: #5f574f;
  }
  .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: #8c1515;
  }
  .superhero-dropdown > ul > li > a:hover, .superhero-dropdown > ul > li > a.active {
    color: #5f574f !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: #5f574f;
  }
  .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: #8c1515;
    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: #8c1515;
    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: #8c1515;
  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: #8c1515;
  color: #fff;
  border: 1px solid #8c1515;
}
ul.pagination li.active a:hover, ul.pagination li.active a:focus {
  background: #8c1515 !important;
}
@font-face {
  font-family: NovecentowideUltraLightBold;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Novecentowide-Medium-webfont.eot');
  src: url('fonts/Novecentowide-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Novecentowide-Medium-webfont.woff') format('woff'), url('fonts/Novecentowide-Medium-webfont.ttf') format('truetype'), url('fonts/Novecentowide-Medium-webfont.svg#NovecentowideUltraLightBold') format('svg');
}
@font-face {
  font-family: NovecentowideNormalRegular;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Novecentowide-Normal-webfont.eot');
  src: url('fonts/Novecentowide-Normal-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Novecentowide-Normal-webfont.woff') format('woff'), url('fonts/Novecentowide-Normal-webfont.ttf') format('truetype'), url('fonts/Novecentowide-Normal-webfont.svg#NovecentowideNormalRegular') format('svg');
}
@font-face {
  font-family: NovecentowideLightRegular;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Novecentowide-Light-webfont.eot');
  src: url('fonts/Novecentowide-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Novecentowide-Light-webfont.woff') format('woff'), url('fonts/Novecentowide-Light-webfont.ttf') format('truetype'), url('fonts/Novecentowide-Light-webfont.svg#NovecentowideLightRegular') format('svg');
}
@font-face {
  font-family: NovecentowideBookRegular;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/Novecentowide-Book-webfont.eot');
  src: url('fonts/Novecentowide-Book-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Novecentowide-Book-webfont.woff') format('woff'), url('fonts/Novecentowide-Book-webfont.ttf') format('truetype'), url('fonts/Novecentowide-Book-webfont.svg#NovecentowideBookRegular') format('svg');
}
@font-face {
  font-family: open_sansregular;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
}
@font-face {
  font-family: open_sansbold;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/opensans-bold-webfont.eot');
  src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype'), url('fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
}
@font-face {
  font-family: open_sanslight;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/opensans-light-webfont.eot');
  src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'), url('fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
}
@font-face {
  font-family: open_sanssemibold;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/open-sans.semibold-webfont.eot');
  src: url('fonts/open-sans.semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/open-sans.semibold-webfont.woff') format('woff'), url('fonts/open-sans.semibold-webfont.ttf') format('truetype'), url('fonts/open-sans.semibold-webfont.svg#open_sanssemibold') format('svg');
}
@font-face {
  font-family: open_sansregular;
  font-weight: normal;
  font-style: normal;
  src: url('fonts/opensans-regular-webfont.eot');
  src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype'), url('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: #696969;
  font-size: 13px;
  font-family: 'open_sansregular';
  line-height: 1.6em;
  background:#FBFBF9;
}
.panel{background:#FBFBF9;}
.body-innerwrapper {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-family: open_sanslight;
  color: #8C1515;
  font-weight: bold;
  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: #5f574f;
}
a:not(.btn):hover {
  color: #8c1515;
  text-decoration:underline;
  outline:none;
}
.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: #8c1515;
}
.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: #8c1515;
}
.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: #5f574f;
}
.slide-item-readmore a:not(.btn) {
  font-family: 'open_sansbold';
  font-size: 13px;
  text-transform: capitalize;
  color: #8c1515;
}
.slide-item-readmore a:not(.btn):hover, .slide-item-readmore a:not(.btn):focus {
  color: #5f574f;
}
a:not(.btn).read-more, a:not(.btn).readmore {
  font-family: 'open_sansbold';
  font-size: 13px;
  text-transform: capitalize;
  color: #8c1515;
}
a:not(.btn).read-more:hover, a:not(.btn).readmore:hover, a:not(.btn).read-more:focus, a:not(.btn).readmore:focus {
  color: #5f574f;
}
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 {
  width: 100% !important;
}
.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: #8c1515;
}
.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%;
  position:fixed;
  z-index:500;
}
@media (max-width: 992px) {
#section-header {
  position:static;
}
}
#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: 85px;
}
#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(images/bg-menu-over.png) repeat-x left bottom;
}
#section-banner {
  clear: both;
  display:block;
  height:310px;
  margin-top:10px;
}
.md-arrow-left {
  background: #fff url(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(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: #5F574F;
  margin-bottom: 15px;
}
#section-pagetitle .page_title {
  color: #fff;
  margin: 20px 0;
  font-size:25px;
}
#section-breadcrumb .breadcrumb {
  background: none;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding: 15px 0;
  margin-top: -15px;
}
#section-users {
  padding: 30px 0;
}
#section-users .block {
  margin-top: 45px;
}
#section-users .block a {
  #color: #8c1515;
}
#section-users .block a:hover {
  #color: #5f574f;
}
#section-feature {
  background: #5f574f;
  padding: 20px 0;
  line-height: normal;
}
#section-feature h2 {
  font-family: 'open_sansregular';
  color: #fff;
  margin: 0;
  font-size: 28px;
}
#section-feature a {
  color: #696969;
}
#section-feature a.cd-bouncy-nav-trigger {
  color: #fff;
}
#section-feature .more-link a {
  color: #fff;
  display: inline;
padding: 0.2em 0.6em 0.3em;
font-size: 75%;
font-weight: 700;
line-height: 1;
color: #FFF;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25em;
background: #F5F5F5 none repeat scroll 0% 0%;
color: #5F574F;
}
#section-latest {
  padding: 30px 0 50px;
}
.home-portfolio #section-news1 {
  background: #8c1515;
}
.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: #5f574f;
  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(140, 21, 21, 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: #8C1515;
  padding: 30px 0;
  color: #fff;
  font-family: 'open_sanssemibold';
  border-bottom: 2px solid #FFF;
}
#section-tweets .fa {
  font-family: FontAwesome;
  color: #fff;
}
#section-bottom {
  padding: 40px 0;
  color: #fff;
}
#section-bottom .block h3.block-title {
  font-size: 24px;
  color:white;
}
#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: #5f574f;
}
#section-bottom .block .views-row .views-field-title a:hover {
  color: #fff;
}
#section-bottom a:not(.btn) {
  color: #FFF;
  font-family: open_sansregular;
}
#section-bottom a:not(.btn):hover {
  color: #fff;
  text-decoration:underline;
}
#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: #5f574f;
}
#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;
  border-top: 2px solid white;
  /* 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: #5f574f;
  background: none;
}
#section-footer ul.menu li a:active, #section-footer ul.menu li a:focus {
  background: none;
}
.region-content h2#page-title {
  color: #5f574f;
  -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: #8c1515;
}
.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;
}
.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;
  }
  .carousel-slide-white {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
  .carousel-slide-white .carousel h2 {
    font-size: 14px;
  }
}
@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: 30px !important;
    padding-top: 30px !important;
  }
}
.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 #8c1515;
  margin-right: -1px;
}
.jmPriceTable dl.jmPremium {
  position: relative;
  z-index: 1;
  margin-top: -20px;
  border: 1px solid #5f574f;
}
.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 #5f574f;
  background: #5f574f;
  font-family: 'open_sanslight';
}
.jmPriceTable dt {
  color: #fff;
  border-bottom: 1px solid #8c1515;
  background: #8c1515;
  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: #8c1515;
  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: #5f574f;
}
.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;
  }
}
/* Custom CSS */
.panel-news ul#demo3 {
	#min-height:105px;
	overflow-x:hidden;
	text-align:justify;
}
.panel-news div.panel-default{border-color:#5F574F;}
.panel-news div.panel-footer{background:#5F574F;}
.panel-news{padding:0px;}
.panel-news span.label-text{background:#8C1515;}
img.media-object {max-width:155px;}
.panel-news div.panel-body div.row{margin:0px;}
.panel-news span.label-date{background:#5F574F;margin-left:-18px;}
@media (max-width: 992px) {
.panel-news span.label-date{background:#5F574F;margin-left:0px;float:right;width:100%;}
.panel-news span.label-text{background:#8C1515;float:right;}
}
.region-feature-first span.label-default{background:whitesmoke;color:#5F574F;}
.region-bottom-fourth i {padding:15px;font-size:20px;text-align:center; border-right:2px dotted white;}
i.last{border:0px solid white;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {outline:none;color:#8C1515;text-decoration: none;}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {outline:none;text-decoration: none;}
#edit-search-block-form--2{margin-left:-14px;}
@media (max-width: 992px) {
.panel-block{display:inline-block}
#edit-search-block-form--2{margin-left:0px;}
}
div.sb-image{display: inline-block;}
.field-name-field-image-attachment img{width:20%;max-width:500px;padding:5px;float:left;min-width:200px;height:200px;}
div.sb-image img{float:left;width:180px;height:150px;padding:2px;border:2px solid #5F574F; margin:2px;}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{background:repeat scroll 0% 0% #F2F1EB;}

.site-logo{margin-top:30px;}
.quick-links{position:fixed;left:0px;background:#8C1515;width:100%;color:white;text-align:right;padding-right:14%;padding-top:5px;#font-weight:bold;font-family: "NovecentowideUltraLightBold";}
.region-menu{margin-top:30px;}
.quick-links a{color:white;}
.quick-links a:hover{color:white;text-decoration:underline;}
@media (max-width: 992px) {
.quick-links{position:static;height: 40px;
min-width: 330px;}
}
.happenings{background:#8C1515;color:white;border-color:#8C1515;}
.quick_link_btn{color:white;}
.search{margin: -14px -24px -24px -8px;color:#5F574F;}
.search input{border-radius:10px;font-family: "open_sansregular";}

@media (max-width: 640px) {
.region-sidebar-first{z-index:1;}
}
.event_img{width:100%;max-height:350px;}
.panel.with-nav-tabs .panel-heading {
    background: none;
}
.vision{#border: 3px solid black;
color: white;
background: #5F574F;}
.fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;  
    margin-bottom: 10px;
	margin-top:-11px;
}

.fb-image-profile
{
    margin: -120px 10px 0px 50px;
    z-index: 9;
    width: 20%; 
	min-width:125px
}

@media (max-width:768px)
{
    
.fb-profile-text>h1{
    font-weight: 700;
    font-size:16px;
}

.fb-image-profile
{
    margin: -45px 10px 0px 25px;
    z-index: 9;
    width: 20%; 
}
}

@media (min-width:1920px)
{
.region-banner{height:275px;}
}
.director_profile{background:whitesmoke;}

#block-system-main li:not(.list-group-item):not(.margin-slider):not(.event-list-item){margin-left:-2em}

.gallery_img{
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 6px 2px rgba(0,0,0,0.75);
    margin-bottom:10px;
	height:120px;
	width:100%;
}

.gallery_img:hover {
  filter: none; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
 
}
.pagination > li {
	margin-left:0em !important;
    
}
/* Tablet and bigger */
@media ( min-width: 768px ) {
    .grid-divider {
        position: relative;
        padding: 0;
    }
    .grid-divider>[class*='col-'] {
        position: static;
    }
    .grid-divider>[class*='col-']:nth-child(n+2):before {
        content: "";
        border-left: 1px solid #DDD;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .col-padding {
        #padding: 0 15px;
    }
}




/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.social-circle a {
 background-color: #D3D3D3;   
}
   
    .event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}
.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #8C1515; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 1px solid #e0e0e0; padding: 15px 0 10px 0; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #8C1515; }
.box .space { height: 30px; }
.message_hod {border-left:3px solid #8C1515;border-right:3px solid #8C1515;border-radius:10px;}

.video-section .pattern-overlay {
background-color: rgba(71, 71, 71, 0.59);
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
font-size:110px;
font-family: 'Buenard', serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}
section .video-section {position:static !important; min-height:300px;}
pattern-overlay {min-height:300px;}

.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
.post img
{
    
}
.post .content_post
{
    padding: 15px;
}
.post .author
{
    font-size: 11px;
    color: #737373;
    padding: 25px 30px 20px;
}
.post .post-img-content
{
    height: 196px;
    position: relative;
}
.post .post-img-content img
{
    position: absolute;
}
.post .post-title
{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b
{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}
.region-postcontent-first{padding: 15px;
margin-top: -40px;}
.date-body{
  background-color: #0072bc;padding-bottom: 5px;
}
.date-body .date-title{
  color: white;
}

.date-body .date-content{
  background-color: white;margin-left: 5px;margin-right: 5px;
}
.date-body .date-content p.dia{
  margin: 0; font-size: 45px; font-weight: bold;
}
.nomargin{
  margin: 0;
}
#myCarousel .carousel-caption {
    left:0;
	right:0;
	bottom:0;
	text-align:left;
	padding:10px;
	background:rgba(0,0,0,0.6);
	text-shadow:none;
}

#myCarousel {margin-bottom:10px;}
#myCarousel .list-group {
	position:absolute;
	top:0;
	right:0;
	box-shadow:none !important;
}
#myCarousel .list-group-item {
	border-radius:0px;
	cursor:pointer;
	min-width: 288px;
	left:-6px;
}
#myCarousel .list-group .active {
	background-color:#8c1515 !important;
	background-image:none !important;
	text-shadow:none !important;
	border-color:#8c1515 !important;
}
#myCarousel .list-group .active h6{
	color:white !important;
	
}
@media (min-width: 992px) { 
	#myCarousel {padding-right:34%;}
	#myCarousel .carousel-controls {display:none;} 	
}
@media (max-width: 991px) { 
	.carousel-caption p,
	#myCarousel .list-group {display:none;} 
}
.fa-bell {color:#8c1515 !important; font-size:16px;}
.views-field-field-file{width:25%;}
.views-field-field-last-date{width:15%;}
.panel {overflow: auto; zoom: 1;}
