/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */
.clearfix {
  position: relative;
}
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}

.clear { display: block; height:0; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear0 { display: block; height:0; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear5 { display: block; height:5px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear10 { display: block; height:10px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear20 { display: block; height:20px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear30 { display: block; height:30px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear40 { display: block; height:40px; width:auto; clear:both; overflow:hidden; font-size:0; }
.clear50 { display: block; height:50px; width:auto; clear:both; overflow:hidden; font-size:0; }

.center { text-align: center; }

/* -- GENERAL ----------------------------------------------------------- */
body#body {
  -webkit-tap-highlight-color: #438dfd;
  background: #151515;
  color: #707070;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  min-width: 960px;
  position: relative;
  text-transform: uppercase;
}
#page-wrapper {
  background: url(../images/main-tail.gif) center top repeat #252525;
}
/* Titles */
h1 {
  color: #e2e2e2;
  font: 400 30px/30px 'Arial', sans-serif;
  margin-bottom: 24px;
  text-transform: none;
}
h2 {
  color: #ffffff;
  font: 400 35px/35px 'Arial', sans-serif;
  margin-bottom: 30px;
  text-transform: lowercase;
}
h3 {
  color: #f9f9f9;
  font: 400 24px/29px 'Arial', sans-serif;
  margin-bottom: 20px;
}
h4 {
  color: #f9f9f9;
  font: 400 20px/25px 'Arial', sans-serif;
  margin-bottom: 20px;
}
h5 {
  color: #f9f9f9;
  font: 400 16px/20px 'Arial', sans-serif;
  margin-bottom: 15px;
}
h6 {
  color: #d1d1d1;
  font: normal 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-bottom: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #cf2e5b;
  text-decoration: none;
}
/* Links */
a {
  color: #cf2e5b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.button a,
.more-link a,
input[type="submit"],
input[type="reset"],
ul.links li a,
.view-portfolio .views-field-view-node a,
#block-poll-recent ul.links li a,
#filters li a,
.content ul.pager li a,
.content ul.pager li.pager-current,
.form-submit {
  background: #363636;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font: 700 14px/20px 'Yanone Kaffeesatz', sans-serif;
  outline: none;
  padding: 7px 18px;
  text-decoration: none;
  text-transform: uppercase;
}
.button a:hover,
.more-link a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
ul.links li a:hover,
.view-portfolio .views-field-view-node a:hover,
#block-poll-recent ul.links li a:hover,
#filters li a:hover,
#filters li a.selected,
.content ul.pager li a:hover,
.content ul.pager li.pager-current,
.form-submit:hover {
  background: #7b1131;
  text-decoration: none;
}
.more-link {
  padding-top: 20px;
  text-align: left;
}
/* Forms */
input[type="text"],
input[type="password"],
input[type="search"],
textarea,
select {
  background: #363636;
  border: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #707070 !important;
  font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
  max-width: 100%;
  padding: 6px 10px 7px;
  text-transform: uppercase;
}
fieldset {
  border-color: #2e2e2e;
}
/* Images */
img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: auto;
  max-width: 100%;
  width: auto;
}
/* Paragraph */
p {
  margin-bottom: 20px;
}
/* Tables */
table {
  margin-bottom: 0;
}
table tr.odd,
table tr.even {
  border-top: 1px solid #2e2e2e;
  border-bottom: none;
}
table tr.odd:first-child,
table tr.eve:first-child {
  border-top: none;
}
table tr.odd {
  background: transparent;
}
table tr.even {
  background: #363636;
}
table th {
  background: #363636;
  border: 1px solid #2e2e2e;
  color: #cf2e5b;
  font-size: 14px;
  padding: 5px;
}
table th a {
  color: inherit;
}
table td {
  padding: 5px;
}
/* Classes */
.fl-l {
  float: left;
}
.fl-r {
  float: right;
}
.extra {
  overflow: hidden;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
/* Selection colours (easy to forget) */
::selection {
  background: #438dfd;
}
::-moz-selection {
  background: #438dfd;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after,
.region-content:after,
.region-footer-top:after {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}
/* -- HEADER ------------------------------------------------------------ */
#header {
  background: url(../images/header-tail.jpg) center top repeat-x #860d2e;
  position: relative;
  width: 100%;
}
#header .header-bg {
  background: url(../images/header-bg.png) center top no-repeat;
  padding: 72px 0 0;
}
.front #header .header-bg {
  padding-bottom: 38px;
}
#header .region-logo {
  margin-bottom: 18px;
}
/* Logo */
/* Menu */
.select-menu {
  display: none !important;
}
.region-menu {
  background: url(../images/menu-tail.gif) center top repeat #e61f50;
  float: left;
  margin-bottom: -36px;
  padding-top: 4px;
  width: 100%;
}
.front .region-menu {
  float: none;
  margin-bottom: 0;
}
#superfish-1 {
  background: url(../images/menu-tail2.png) center top repeat-x;
  padding: 22px 34px;
  width: auto;
  z-index: 101;
  position: relative;
}
#superfish-1:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
#superfish-1 > li {
  background: none;
  border: 0;
  /*font: 400 22px/27px 'Yanone Kaffeesatz', sans-serif;*/
    font-size: 16px; line-height: 27px; font-weight: normal;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0;
  overflow: inherit;
  padding: 0;
  text-transform: uppercase;
}
#superfish-1 > li:after {
  background: url(../images/menu-marker.png) 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 16px;
  pointer-events: none;
  vertical-align: 3px;
  width: 11px;
}
#superfish-1 > li.last:after, #superfish-1 > li:last-child:after {
  display: none;
}
#superfish-1 > li > a {
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
}
#superfish-1 > li > a:hover,
#superfish-1 > li.active-trail > a,
#superfish-1 > li.sfHover > a {
  color: #440717;
  text-decoration: none;
}
#superfish-1 > li ul {
  background: url(../images/submenu-tail.gif) center top repeat #1e1e1e;
  display: none;
  left: -22px;
  padding: 14px 11px 18px;
  top: 49px;
  width: 83px !important;
}
#superfish-1 > li ul:before {
  background: url(../images/submenu-corner.gif) center bottom no-repeat;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  top: -5px;
  width: 100%;
}
#superfish-1 > li ul li {
  background: url(../images/submenu-border.gif) center top repeat-x;
  border-bottom: 0;
  font: 400 15px/20px 'Yanone Kaffeesatz', sans-serif;
  height: auto;
  margin: 7px 0 0;
  padding: 8px 0 0;
  text-align: center;
  text-transform: lowercase;
}
#superfish-1 > li ul li:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
#superfish-1 > li ul li > a:visited,
#superfish-1 > li ul li > a {
  color: #8f8f8f;
  display: inline;
}
#superfish-1 > li ul li > a:hover,
#superfish-1 > li ul li.active-trail a,
#superfish-1 > li ul li.sfHover > a {
  color: #ffffff;
  text-decoration: none;
}
#superfish-1 > li ul li ul {
  background: url(../images/subsubmenu-tail.gif) center top repeat #565656;
  left: 94px !important;
  top: -14px;
}
#superfish-1 > li ul li ul:before {
  display: none;
}
#superfish-1 > li ul li ul li {
  background-image: url(../images/subsubmenu-border.gif);
}
#superfish-1 > li ul li ul li a {
  color: #bebebe;
}
#superfish-1 > li ul li ul li > a:hover,
#superfish-1 > li ul li ul li.active-trail a,
#superfish-1 > li ul li ul li.sfHover > a {
  color: #ffffff;
}
/* Slider */
.flex-viewport {
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
}
.flexslider {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
}
.flexslider:after {
  background: url(../images/slider-shadow.png) center top no-repeat;
  background-size: 100% auto;
  content: '';
  display: block;
  height: 45px;
  width: 100%;
}
.flexslider .slides { list-style: none; }
.flexslider .slides li {
  padding: 0;
}
.flexslider .slides li img {
  width: 100%;
}
.flexslider .flex-control-nav {
  background: #090909;
  border-radius: 18px 0 0 18px;
  bottom: 64px;
  font-size: 0;
  left: auto;
  line-height: 0;
  padding: 15px 16px 16px 17px;
  right: -10px;
  width: auto;
  z-index: 20;
}
.flexslider .flex-control-nav:after {
  background: url(../images/pagination-shadow.png) 0 0 no-repeat;
  bottom: -9px;
  content: '';
  display: block;
  height: 9px;
  position: absolute;
  right: 0;
  width: 10px;
}
.flexslider .flex-control-nav li {
  margin: 0 0 0 9px;
}
.flexslider .flex-control-nav li:first-child {
  margin-left: 0;
}
.flexslider .flex-control-nav li a {
  background: url(../images/pagination.png) -18px 0 no-repeat;
  box-shadow: none;
  height: 9px;
  width: 9px;
}
.flexslider .flex-control-nav li a:hover,
.flexslider .flex-control-nav li a.flex-active {
  background-position: 0 0;
}
.flexslider .flex-control-thumbs li {
  width: 20%;
}

.promobox { position: relative; overflow: hidden; }
.promobox .goto { position: absolute; }
.promobox .goto li { float: left; }
.promobox .goto li a { display: inline-block; }
.promobox .goto li.selected a { background: url(../images/pagination.png) 0 0 no-repeat; }

.promobox .slider-wrapper { height: 438px; width: 10000px; overflow: hidden; }
.promobox .slider-wrapper li { float: left; }

#block-views-profiles-block .view-content { margin-left: -10px; margin-right: -10px; }

/* -- HEADER BOTTOM ----------------------------------------------------- */
.region-header-bottom {
  color: #e8829b;
  line-height: 19px;
  padding-top: 10px;
  text-align: center;
}
#block-views-profiles-block h2 {
  margin-bottom: 21px;
}
#block-views-profiles-block h2>span { display: inline-block; height: 70px; overflow: hidden; }
#block-views-profiles-block h2 .title { color: #fff; }
#block-views-profiles-block h2 .subtitle {
  color: #f83061;
}
#block-views-profiles-block h2:after {
  content: '';
  background: url(../images/monogram.png) center top no-repeat;
  display: block;
  height: 15px;
  margin-top: 10px;
  width: 100%;
}
#block-views-profiles-block .views-field-body {
  margin-bottom: 17px;
  padding: 0 20px;
}
#block-views-profiles-block .views-field-body p {
  margin: 0; height: 114px; overflow: hidden;
}
#block-views-profiles-block .views-field-view-node a {
  color: #ff3d6d;
  display: inline-block;
  font: bold 14px/19px 'Yanone Kaffeesatz', sans-serif;
  padding-left: 9px;
}
#block-views-profiles-block .views-field-view-node a:after {
  background: url(../images/link-marker.gif) 0 0 no-repeat;
  content: '';
  display: inline-block;
  height: 7px;
  margin: -2px 0 0 6px;
  vertical-align: middle;
  width: 4px;
}
#block-views-profiles-block .views-field-view-node a:hover {
  color: #ffffff;
  text-decoration: none;
}
#block-views-profiles-block .views-field-view-node a:hover:after {
  background-position: 0 -7px;
}
/* -- CONTENT TOP ------------------------------------------------------- */
.content-top-wrapper {
  background: url(../images/content-top-tail.gif) center top repeat-x #111111;
  color: #a6a6a6;
  margin-top: 8px;
  padding: 28px 0 91px;
}
.welcome-msg {
  padding-right: 18px;
}
.welcome-msg .views-field-body {
  float: left;
  width: 77%;
}
.welcome-msg .views-field-body p {
  margin: 0;
}
.welcome-msg .views-field-view-node {
  float: right;
  margin-top: -33px;
  text-align: right;
  width: 23%;
}
.welcome-msg .button a {
  background: url(../images/btn-tail.gif) center top repeat-x #252525;
  border: none;
  border-radius: 5px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  font: normal 22px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 11px 21px 11px 27px;
  text-transform: uppercase;
}
.welcome-msg .button a:hover {
  background: #cf2e5b;
}
.welcome-msg .button a:after {
  background: url(../images/btn-marker.png) center top no-repeat;
  content: '';
  display: inline-block;
  height: 29px;
  margin-bottom: -7px;
  margin-left: 17px;
  width: 29px;
}
/* -- CONTENT TOP 2 ----------------------------------------------------- */
/* Services */
#block-views-services-block {
  background: url(../images/box-bg.gif) center top repeat-x;
  margin-top: -49px;
  padding: 39px 30px 0;
}
#block-views-services-block .views-row {
  float: left;
  margin-left: 21px;
  width: 279px;
}
#block-views-services-block .views-row:first-child {
  margin-left: 0;
}
#block-views-services-block h3 {
  margin-bottom: 18px; font-size: 16px; line-height: 20px; text-transform: none; height: 60px; overflow: hidden;
}
#block-views-services-block .views-field-body {
  margin-bottom: 23px;
}
#block-views-services-block .views-field-body p {
  margin-bottom: 0; overflow: hidden; height: 80px;
}
/* -- CONTENT ----------------------------------------------------------- */
#main-wrapper {
  padding: 90px 0 57px;
}
.front #main-wrapper {
  padding-top: 0;
}
#content {
  float: left;
  width: 100%;
}
.sidebar-first #content,
.sidebar-second #content {
  width: 620px;
}
.sidebar-first #content {
  margin-left: 10px;
}
.sidebar-second #content {
  margin-right: 10px;
}
.two-sidebars #content {
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
}
.region-content {
  padding: 0;
}
/* System messages*/
div.messages {
  margin-bottom: 30px;
  padding-right: 30px;
}
div.messages .dismiss {
  box-shadow: none;
  border-radius: 2px;
  font-family: Helvetica;
  line-height: normal;
  padding: 2px 6px 4px;
  text-transform: lowercase;
  width: auto;
}
div.messages .dismiss:hover {
  color: #fff;
  text-shadow: none;
}
/* Breadcrumbs */
#breadcrumb {
  color: #444;
  margin-top: 16px;
  padding: 0px 3px 15px;
}
#breadcrumb a {
  color: #444;
  font-size: 12px;
  text-decoration: none;
  padding: 0 3px;
}
#breadcrumb a:last-child {
  padding-right: 0;
}
#breadcrumb a:hover {
  color: #0074BD;
}
/* Images */
.frame,
.views-field-field-image,
.view-portfolio .isotope-element .views-field-field-portfolio-image,
.field-name-field-blog-image,
.field-name-field-image,
.field-name-field-portfolio-image,
.field-name-field-service-image,
.field-name-field-employee-photo {
  margin-bottom: 20px;
  position: relative;
}
.frame img,
.views-field-field-image img,
.view-portfolio .isotope-element .views-field-field-portfolio-image img,
.field-name-field-blog-image img,
.field-name-field-image img,
.field-name-field-portfolio-image img,
.field-name-field-service-image img,
.field-name-field-employee-photo img {
  background: url(../images/img-bg.png) center top repeat;
  padding: 0 0 8px;
}
.frame.left {
  float: left;
  margin-bottom: 15px;
  margin-right: 20px;
  max-width: 40%;
}
.frame.right {
  float: right;
  margin-bottom: 15px;
  margin-left: 20px;
  max-width: 40%;
}
.user-picture {
  background: url(../images/img-bg.png) center top repeat;
  float: left;
  margin-right: 20px;
  max-width: 45%;
  padding: 0 0 8px;
}
/* -- CONTENT BOTTOM ---------------------------------------------------- */
/* -- SIDEBARS ---------------------------------------------------------- */
.sidebar {
  position: relative;
}
.sidebar .block {
  margin-top: 50px;
}
.sidebar .block:first-child {
  margin-top: 0;
}
.sidebar .block ul,
.tips,
.list,
.marker-list {
  margin: 0;
}
.sidebar .block ul li,
.tips li,
.list li,
.marker-list li {
  background: url(../images/list-marker.gif) 0 4px no-repeat;
  font-size: 11px;
  list-style: none;
  margin: 6px 0 0;
  padding: 0 0 0 23px;
}
.sidebar .block ul li:first-child,
.tips li:first-child,
.list li:first-child,
.marker-list li:first-child {
  margin-top: 0;
}
.sidebar .block ul li.leaf,
.tips li.leaf,
.list li.leaf,
.marker-list li.leaf {
  list-style-image: none;
  list-style-type: none;
}
.sidebar .block ul li a,
.tips li a,
.list li a,
.marker-list li a {
  color: #cbcbcb;
  text-decoration: none;
}
.sidebar .block ul li a:hover,
.tips li a:hover,
.list li a:hover,
.marker-list li a:hover {
  color: #cf2e5b;
  text-decoration: none;
}
/* Block isotop filter */
.sidebar #isotope-options #filters {
  text-align: left;
}
.sidebar #isotope-options #filters li {
  margin: 0 10px 5px 0;
}
/* Block recent content */
.contextual-links-region .node-title a {
  color: inherit;
}
/* Block our team */
#block-views-our-team-block .views-row {
  margin-bottom: 0;
  margin-top: 20px;
  overflow: hidden;
}
#block-views-our-team-block .views-row.views-row.views-row-first {
  margin-top: 0;
}
#block-views-our-team-block .views-row .views-field-field-employee-photo {
  width: 100px;
  float: left;
  margin-right: 15px;
}
#block-views-our-team-block .views-row .views-field-title a {
  font-weight: bold;
  text-decoration: none;
}
#block-views-our-team-block .views-row .views-field-title a:hover {
  color: inherit;
}
#block-views-our-team-block .views-row .views-field-body {
  margin-bottom: 0;
}
/* Block search */
#search-block-form .container-inline {
  background: #363636;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 228px;
}
#search-block-form input.form-text {
  background: none;
  border: none;
  float: left;
  margin: 0;
  width: 198px;
}
#search-block-form .form-submit {
  background: url(../images/search-btn.png) center center no-repeat #cf2e5b;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: transparent;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 0;
  height: 31px;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 30px;
}
#search-block-form .form-submit:hover {
  background-color: #707070;
}
/* Poll's bar */
.poll .total,
.poll .title {
  margin-bottom: 15px;
}
.poll .bar {
  background: url(../images/img-bg.png) center top repeat;
  border: none;
  height: 7px;
  margin-bottom: 18px;
  padding: 0;
}
.poll .bar .foreground {
  background-color: #cf2e5b;
  display: none;
  height: 7px;
}
.poll .text {
  color: #cbcbcb;
  margin-bottom: 5px;
}
.poll .percent {
  float: right;
}
.poll .vote-form {
  text-align: left;
  padding-bottom: 15px;
}
.poll .vote-form .choices {
  width: 100%;
}
.poll .total {
  text-align: right;
}
#block-poll-recent ul.links li {
  background: none;
  padding-left: 0;
}
#block-comment-recent li {
  background: url(../images/border-1.png) center top repeat-x;
  font-size: 12px;
  margin: 14px 0 0;
  padding: 18px 0 0;
}
#block-comment-recent li:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
#block-comment-recent li a {
  color: #707070;
}
#block-comment-recent li a:hover {
  color: #cf2e5b;
  text-decoration: none;
}
#block-comment-recent li span {
  color: #cbcbcb;
  display: block;
  font-size: 11px;
  padding-top: 6px;
}
.sidebar .block .contextual-links li {
  padding: 0;
  background: none;
}
/* -- FOOTER TOP -------------------------------------------------------- */
#footer-top {
  background: url(../images/border-1.png) center bottom repeat-x;
  margin-bottom: 26px;
  padding-bottom: 2px;
}
#footer-top .bg {
  background: url(../images/footer-top-tail.gif) center top repeat #1c1c1c;
  padding: 58px 0 55px;
}
#footer-top h3 {
  margin-bottom: 24px;
}
.block.offers span {
  color: #ffffff;
  display: block;
  font: normal 24px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: none;
}
.block.offers span.row-1 {
  font-size: 48px;
  line-height: 48px;
}
.block.offers span.row-2 {
  color: #5f5f5f;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
}
.block.offers p {
  margin-bottom: 27px;
}
.block.services-list {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*padding-left: 60px;*/
}
.block.services-list .indents {
  padding-top: 3px;
}
.block.services-list h6 {
  color: #fafafa;
  margin-bottom: 20px;
}
.block.services-list .clearfix {
  padding-bottom: 22px;
}
.block.services-list .col {
  float: left;
  margin-left: 40px;
  width: 140px;
}
.block.services-list .col:first-child {
  margin-left: 0;
}
.block.block-webform {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 20px;
}
.block.block-webform .content {
  padding-top: 3px;
}
.block.block-webform .webform-client-form .form-item {
  margin: 0 0 10px;
}
.block.block-webform .webform-client-form input[type="text"],
.block.block-webform .webform-client-form textarea {
  background: none;
  border: 1px solid #474747;
  color: #676767;
  padding: 8px 12px;
  text-transform: none;
}
.block.block-webform .webform-client-form textarea {
  height: 111px;
}
.block.block-webform .webform-client-form .form-actions {
  margin: 0 !important;
  padding-top: 7px;
  text-align: right;
}
.block.block-webform .webform-client-form .form-actions input[type="submit"] {
  padding: 9px 18px;
  margin: 0 !important;
}
/* -- FOOTER ------------------------------------------------------------ */
#footer {
  background: url(../images/border-1.png) center top repeat-x #151515;
  clear: both;
  padding: 28px 0 30px;
  position: relative;
}
.front #footer {
  padding-top: 2px;
}
/* Social icons */
#block-follow-site {
  float: right;
  text-align: right;
  width: 45%;
}
#block-follow-site h3 {
  color: #515151;
  display: inline-block;
  font: normal 13px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: -22px 8px 0 0;
  padding: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
#block-follow-site .content {
  display: inline-block;
  overflow: hidden;
}
#block-follow-site .follow-link-wrapper {
  float: left;
  margin-left: 3px;
}
#block-follow-site .follow-link-wrapper:first-child {
  margin-left: 0;
}
#block-follow-site .follow-link-wrapper a.follow-link {
  background-position: 0 0;
  background-repeat: no-repeat;
  color: transparent;
  display: block;
  font: 0/0 a;
  height: 29px;
  opacity: .3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  padding: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  width: 29px;
}
#block-follow-site .follow-link-wrapper a.follow-link:hover {
  opacity: 1;
  filter: none;
}
/*
#block-follow-site .follow-link-wrapper a.follow-link.follow-link-googleplus {
  background-image: url(../images/google-plus.png);
}
#block-follow-site .follow-link-wrapper a.follow-link.follow-link-twitter {
  background-image: url(../images/twitter.png);
}
#block-follow-site .follow-link-wrapper a.follow-link.follow-link-this-site {
  background-image: url(../images/rss.png);
}
#block-follow-site .follow-link-wrapper a.follow-link.follow-link-facebook {
  background-image: url(../images/facebook.png);
}
*/
.copyright {
  color: #adacac;
  float: left;
  font: 400 15px/20px 'PT Sans Narrow', sans-serif;
  width: 45%;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  color: #cf2e5b;
  text-decoration: none;
}
.copyright #switcher {
  font: 12px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.copyright .divider {
  background: url(../images/divider.png) center top no-repeat;
  display: inline-block;
  height: 9px;
  margin: 0 3px;
  width: 10px;
}
/* Back to top */
#backtotop {
  background: url(../images/totop.png) center top no-repeat;
  bottom: 100px;
  color: transparent;
  font: 0/0 a;
  height: 34px;
  right: 40px;
  width: 34px;
  z-index: 5;
}
#backtotop:hover {
  background-position: center -34px;
}
#backtotop .backtotop-wrapper {
  display: none;
}
/* Switcher */
.switcher {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-top: 10px;
}
.switcher:hover {
  color: #cf2e5b;
  text-decoration: none;
}
/* -- ADMIN TAB ------------------------------------------------------- */
.tabs-wrapper {
  margin: 1px 0 20px;
}
div.tabs {
  overflow: hidden;
}
.tabs ul.primary {
  border: 0;
  border-bottom: 1px solid #2e2e2e;
  margin: 10px 0;
  overflow: hidden;
  padding: 4px 0;
}
.tabs ul.primary li {
  margin-bottom: -1px;
}
.tabs ul.primary li a {
  background: #363636;
  border: 1px solid #2e2e2e;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  overflow: hidden;
  padding: 3px 15px 4px;
  text-shadow: none;
  transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.tabs ul.primary li a:hover {
  background: #cf2e5b;
  border-color: #a52549;
  text-decoration: none;
}
/* -- Portfolio --------------------------------------------------------- */
#isotope-container {
  margin-left: -10px;
  margin-right: -10px;
}
.isotope-element {
  background: url(../images/service-bg.png) right bottom no-repeat;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: inherit;
  margin: 0 10px 30px;
  height: auto;
  padding: 0 0 24px;
  width: auto;
}
.isotope-element .views-field-field-portfolio-image {
  background: url(../images/ajax-loader.gif) center center no-repeat;
  margin-bottom: 25px;
}
.isotope-element .views-field-field-portfolio-image a {
  display: block;
  position: relative;
}
.isotope-element .views-field-field-portfolio-image a:after {
  background: url(../images/magnify.png) center center no-repeat;
  bottom: -999em;
  content: '';
  height: 45px;
  margin: 0;
  position: absolute;
  right: 0;
  width: 45px;
  z-index: 999;
}
.isotope-element .views-field-field-portfolio-image a:hover:after {
  bottom: 8px;
}
.isotope-element .views-field-field-portfolio-image img {
  width: 100%;
}
.isotope-element .views-field-body {
  margin-bottom: 25px;
}
#isotope-options {
  background: none;
}
#isotope-options #filters {
  margin-bottom: 20px;
  text-align: right;
}
#isotope-options #filters li {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0;
  background: none;
}
/* -- Blog -------------------------------------------------------------- */
article.node {
  background: url(../images/border-hor.gif) center top repeat-x;
  margin-bottom: 45px;
  padding-top: 50px;
}
article.node:first-child {
  background: none;
  padding-top: 0;
}
/* Author & date information */
.post-meta {
  margin-bottom: 25px;
}

.post-meta time {
  background: url(../images/date-icon.png) 0 3px no-repeat;
  display: inline-block;
  margin-right: 25px;
  padding-left: 20px;
}
/*
.post-meta .author {
  background: url(../images/author-icon.png) 0 3px no-repeat;
  display: inline-block;
  margin-right: 25px;
  padding-left: 20px;
}
*/
.post-meta .author a {
  color: inherit;
}
.post-meta .author a:hover {
  color: #cf2e5b;
  text-decoration: none;
}
/*
.post-meta .comments {
  background: url(../images/comment-icon.png) 0 5px no-repeat;
  display: inline-block;
  padding-left: 20px;
}
*/
.post-meta .comments a {
  color: inherit;
}
.post-meta .comments a:hover {
  color: #cf2e5b;
  text-decoration: none;
}
.node-footer .comment-comments {
  display: none !important;
}
.page-blog .node-teaser {
  background: url(../images/border-1.png) center top repeat-x;
  margin: 32px 0 0;
  padding: 36px 0 0;
}
.page-blog .node-teaser .page-blog .node-teaser:first-child {
  background: none;
  margin: 0;
  padding: 0;
}
/* Blog image */
.page-blog .field-name-field-blog-image {
  width: 254px;
}
.node-teaser .field-type-image,
.node-employee .field-type-image {
  float: left;
  margin: 0 20px 6px 0;
}
/*Blog links */
.links {
  list-style: none;
}
.links li {
  display: inline-block !important;
  margin-bottom: 5px;
  margin-right: 6px;
}
/* Pagination */
.content ul.pager {
  margin-top: 50px;
  text-align: left;
}
.content ul.pager li {
  margin: 0px 1px 5px;
  padding: 0;
  display: inline-block;
}
/*Node Tags*/
article.node footer .field-name-field-tags {
  padding-top: 20px;
}
article.node footer .field-name-field-tags .field-label {
  background: none;
  float: left;
  font: inherit;
  font-weight: bold;
  padding: 0;
  margin-right: 15px;
  text-shadow: none;
  text-transform: none;
}
article.node footer .field-name-field-tags .field-items {
  overflow: hidden;
  padding-bottom: 15px;
  width: 100%;
}
article.node footer .field-name-field-tags ul li {
  float: left;
  margin: 0 0 5px 10px;
}
article.node footer .field-name-field-tags ul li:first-child {
  margin-left: 0;
}
article.node footer .field-name-field-tags ul li a {
  font: inherit;
  font-weight: bold;
  padding: 2px 8px;
}
/* Comments */
#comments {
  clear: both;
  margin-top: 60px !important;
  overflow: hidden;
}
#comments .comment {
  background: none;
  border: none;
  margin: 0 0 43px;
  padding: 0;
}
#comments .comment .comment-wrapper {
  overflow: hidden;
}
#comments .comment .field-items {
  margin-bottom: 20px;
}
#comments .comment .attribution h5 {
  margin-bottom: 5px;
}
#comments .comment .attribution .submitted {
  margin: 0 0 25px;
}
/*
#comments .comment .attribution .submitted .date {
  background: url(../images/date-icon.png) 0 3px no-repeat;
  display: inline-block;
  margin-right: 25px;
  padding-left: 20px;
}
#comments .comment .attribution .submitted .author {
  background: url(../images/author-icon.png) 0 3px no-repeat;
  display: inline-block;
  padding-left: 20px;
}
*/
#comments .comment .attribution .submitted .author a {
  color: inherit;
}
#comments .comment .attribution .submitted .author a:hover {
  color: #cf2e5b;
  text-decoration: none;
}
#comments .comment footer {
  padding: 0;
}
#comments .indented {
  margin-left: 50px;
}
article.comment .submited .permalink,
p .permalink {
  display: none;
}
/* Comment form*/
#comment-form-wrapper {
  margin-top: 60px;
  padding-right: 40px;
}
.form-type-item {
  overflow: hidden;
  width: 100%;
}
.form-type-item label {
  float: left;
  padding-right: 10px;
  width: 110px;
}
#comment-form label {
  float: left;
  padding-right: 10px;
  width: 110px;
  vertical-align: middle;
}
#comment-form .form-text,
#user-login .form-text,
#contact-site-form input.form-text,
.search-form .form-text {
  width: 460px;
}
#comment-form .form-textarea {
  height: 270px;
  margin-bottom: 9px;
  width: 460px;
}
#edit-comment-body-und-0-format {
  border: none;
}
#edit-comment-body-und-0-format .fieldset-wrapper {
  padding: 0;
}
#edit-comment-body-und-0-format .fieldset-wrapper > * {
  padding: 0;
}
#edit-comment-body-und-0-format .fieldset-wrapper label {
  display: inline;
  margin-right: 20px;
}
.filter-help {
  text-align: right;
}
.filter-help a {
  background: none;
  color: #d1d1d1;
  display: inline-block;
  margin-top: 5px;
  padding: 0;
}
.filter-help a:hover {
  color: #cf2e5b;
  text-decoration: none;
}
#edit-comment-body-und-0-format-guidelines {
  clear: both;
  padding-top: 15px !important;
}
#edit-comment-body-und-0-format-guidelines ul {
  font: inherit;
}
#edit-comment-body-und-0-format-guidelines ul li {
  background: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* -- Forum ------------------------------------------------ */
.action-links {
  overflow: hidden;
  padding: 0 0 25px;
}
.action-links li {
  float: left;
  margin-left: 10px;
}
.action-links li:first-child {
  margin-left: 0;
}
.action-links li a {
  font-weight: bold;
}
#forum table td.topics,
#forum table td.posts,
#forum table td.replies {
  text-align: center;
}
#forum table td.container {
  font-weight: bold;
}
#forum table .description {
  margin: 0;
}
.field-name-taxonomy-forums {
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
}
.field-name-taxonomy-forums .field-label {
  background: none;
  float: left;
  font: inherit;
  font-weight: bold;
  padding: 0;
  margin-right: 15px;
  text-shadow: none;
  text-transform: none;
}
.field-name-taxonomy-forums .field-label li {
  float: left;
  margin: 0 0 5px 10px;
}
.field-name-taxonomy-forums .field-label li:first-child {
  margin-left: 0;
}
.field-name-taxonomy-forums .field-label li a {
  font: inherit;
  font-weight: bold;
  padding: 2px 8px;
}
.page-forum- #main-wrapper .active img {
  padding: 0;
  background: 0;
  border: none;
  margin-left: 5px;
  margin-top: 4px;
}
/* -- 404 PAGE NOT FOUND ------------------------------------------------ */
.page-page-404 #search-block-form {
  width: 400px;
}
.panel-separator {
  display: none;
}
.panel-pane.error-page {
  margin-bottom: 30px;
}
.panel-pane.error-page .pane-content {
  overflow: hidden;
}
.panel-pane.error-page .pane-content span.err {
  float: left;
  font-weight: bold;
  font-size: 150px;
  line-height: 180px;
}
.panel-pane.error-page .pane-content .extra {
  background: url(../images/v_line.gif) 40px 0 repeat-y;
  padding-left: 80px;
}
.panel-pane.error-page .pane-content .err-title {
  display: block;
  font-size: 70px;
  line-height: 84px;
  padding-top: 20px;
  text-transform: uppercase;
}
.panel-pane.error-page .pane-content .err-body {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  width: 300px;
}
.page-page-404 .pane-search-form {
  text-align: center;
}
.page-page-404 .pane-search-form .pane-content {
  display: inline-block;
  padding-top: 40px;
}
.page-page-404 .pane-search-form #search-block-form .form-text {
  width: 198px;
}
/* -- About ------------------------------------------------------------ */
.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.block.about {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 60px;
}
.block.about .wrapper {
  margin-bottom: 20px;
}
.block.about .frame {
  float: left;
  margin: 0 0 0 20px;
}
.block.about .frame:first-child {
  margin-left: 0;
}
#block-views-why-us-block h6:before {
  background: url(../images/list-marker.gif) center top no-repeat;
  content: '';
  display: inline-block;
  height: 11px;
  margin-right: 12px;
  width: 11px;
}
#block-views-why-us-block .views-row {
  background: url(../images/border-1.png) center top repeat-x;
  margin-top: 14px;
  padding-top: 18px;
}
#block-views-why-us-block .views-row:first-child {
  background: none;
  margin-top: 0;
  padding-top: 0;
}
#block-views-why-us-block .views-row p {
  margin: 0;
}
#block-views-testimonials-block {
  clear: both;
  padding-top: 50px;
}
#block-views-testimonials-block .views-field-body {
  background: url(../images/testi-tail.png) center top repeat;
  margin-bottom: 40px;
  padding: 25px 20px 25px 30px;
  position: relative;
}
#block-views-testimonials-block .views-field-body:after {
  background: url(../images/testi-bottom.png) center top no-repeat;
  bottom: -19px;
  content: '';
  display: block;
  height: 19px;
  left: 32px;
  position: absolute;
  width: 19px;
}
#block-views-testimonials-block .views-field-body p {
  margin-bottom: 0;
}
#block-views-testimonials-block .views-field-body p:before {
  content: "“...";
}
#block-views-testimonials-block .views-field-body p:after {
  content: "...”";
}
#block-views-testimonials-block .views-field-body a {
  color: inherit;
}
#block-views-testimonials-block .views-field-body a:hover {
  color: #d1d1d1;
  text-decoration: none;
}
#block-views-testimonials-block .views-field-field-website {
  color: #d1d1d1;
}
#block-views-our-team-block {
  margin-top: 50px;
}
/* -- Programs --------------------------------------------------------- */
#block-views-programs-block .block {
  background: url(../images/img-bg.png) center top repeat;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 0 0 12px;
}
#block-views-programs-block .block .views-field-field-program-image {
  margin-bottom: 18px;
}
#block-views-programs-block .block h3 {
  float: left;
  margin: 0;
  max-width: 80%;
  padding-left: 20px;
}
#block-views-programs-block .block .views-field-view-node a {
  background: url(../images/button.png) center top no-repeat;
  color: transparent;
  display: block;
  float: right;
  font-size: 0;
  height: 34px;
  line-height: 0;
  margin-right: 18px;
  margin-top: -4px;
  width: 34px;
}
#block-views-programs-block .block .views-field-view-node a:hover {
  background-position: center -34px;
}
#block-views-treatments-block {
  margin-top: 50px;
}
.field-name-taxonomy-forums .links a:hover,
#block-views-our-team-block .views-field-title a:hover {
  text-decoration: none;
}
.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err {
  text-decoration: none;
}
.ajax-progress {
  display: none;
}
#edit-style-options-row--2 {
  clear: both;
}
#admin-menu {
  box-shadow: none;
}
.opacity-hover a {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.opacity-hover a:hover {
  opacity: 0.7;
}
.links,
.item-list ul,
.marker-list ul,
ul.action-links {
  list-style: none;
}
/* ------------------------- MAIN ------------------------- */
.img-indent {
  margin-bottom: 20px;
}
.title-indent {
  margin-bottom: 20px;
}
.field-name-field-addthis-blog {
  margin-bottom: 25px;
}
.img-left {
  float: left;
  margin-right: 20px;
}
.img-right {
  float: right;
  margin-left: 20px;
}
.block-indent {
  margin-bottom: 60px !important;
}
#main-wrapper #block-system-main.block {
  padding-bottom: 0;
}
/* ------------------------- DEFAULT BLOCK STYLE ------------------------- */
.views-row-last.views-row {
  margin-bottom: 0px;
}
.views-clearfix .views-row:after {
  content: '';
  width: 100%;
  clear: both;
  display: block;
}
#main-wrapper .getlocations_map_canvas img {
  padding: 0;
  background: none;
  border: none;
}
#main .feed-icon img,
#main th.active img {
  width: auto;
  border: none;
  background: none;
  padding: 0;
}
#tinymce p {
  margin-bottom: 10px;
}
.location.vcard {
  margin-top: 0;
}
/* ------------------------- CONTENT REGION ------------------------- */
/*Node heading*/
.front #page-title {
  display: none;
}
.page-node .submitted a {
  padding-right: 0;
  margin-right: 0;
}
article.node footer {
  padding-top: 0px;
}
article footer ul.links.inline {
  display: block;
}
article footer ul li {
  padding: 0;
  margin: 0 15px 0 0;
  padding: 0 !important;
}
article footer ul li.first {
  margin-left: 0;
}
.node-maps header {
  display: none;
}
.panels-flexible-region-1-contacts_region {
  width: auto;
}
.item-list ul li {
  margin-left: 0;
  margin-bottom: 20px;
}
ul li.collapsed {
  list-style: none;
}
ul.menu li {
  margin-left: 0;
}
/* ------------------------- BUTTONS STYLES ------------------------- */
.form-submit {
  line-height: normal;
  vertical-align: middle;
}
.form-submit:hover {
  background: #444;
}
#block-comment-recent .content li a {
  display: inline-block;
}
#block-comment-recent li span,
.views-field-timestamp {
  display: block;
}
/* ------------------------- COMMENTS FORM ------------------------- */
.panels-flexible-region-1-contacts_region {
  width: auto;
}
#edit-actions input {
  margin-right: 10px;
}
#edit-comment-body {
  margin-bottom: 15px;
}
article.comment header {
  overflow: hidden;
  margin-bottom: 0;
}
.form-required {
  color: #f00 !important;
}
#contact-site-form textarea#edit-message {
  /*Contact form texrarea*/

  margin-right: 0;
  width: 100%;
  height: 100px;
}
.resizable-textarea .grippie {
  display: none;
}
.form-type-select {
  margin: 0;
}
.page-faq-questions-top .views-row {
  margin-bottom: 30px;
}
.view-faq {
  margin-bottom: 30px;
}
html.js .collapsible.collapsed.collapsible .fieldset-legend {
  background-image: url(../images/menu-collapsed-1.png);
}
html.js .collapsible.collapsible .fieldset-legend {
  background-image: url(../images/menu-expanded-1.png);
}
/* ------------------------- FIRST-TIME PAGE ------------------------- */
#first-time {
  display: none;
}
#first-time p {
  padding: 10px 0;
}
#first-time .item-list ul li {
  background: none;
  display: block;
  float: left;
  margin: 0;
}
#first-time .item-list ul li:hover {
  background: none;
}
#first-time .item-list ul li a {
  color: #0074BD;
  display: block;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
#first-time .item-list ul li a:hover {
  background: none;
}
/* ------------------------- ADMIN MENU BG ------------------------- */
.field-type-image {
  margin-bottom: 20px;
}
.filter-type {
  margin-bottom: 30px;
}
label.option {
  vertical-align: middle;
}
.node-author .username {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
article.comment span.new {
  position: absolute;
  top: 0;
  right: 0;
}
.comment-preview {
  background: none;
}
.compose-tips li {
  margin-bottom: 10px;
}
.profile h3 {
  border-color: #2e2e2e;
}
/* Coded by Anima */

.main-title {}
.page-view {}
.page-view .content-lead { color: #d1d1d1; margin-bottom: 20px; }
.page-view .content-body {}
.page-view .content-body img { max-width: 100%; height: auto; }

.news.widget h6 a {  }
.news.widget p { max-height: 120px; overflow: hidden; }

.news-list {}
.news-list .item { padding-top: 30px; margin-bottom: 10px; }
.news-list .item .pic { width: 35%; }
.news-list .item p { max-height: 100px; overflow: hidden; }

.news-view {}
.news-view .frame img { width: 100%; }
.news-view .content-lead { color: #d1d1d1; margin-bottom: 20px; }
.news-view .content-body {}

.gallery.album {  }
.gallery .row { margin-left: -10px; margin-right: -10px; }
.gallery figure a img {
    -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden;
    -webkit-transition: all 0.3s 0s ease; -moz-transition: all 0.3s 0s ease; -o-transition: all 0.3s 0s ease; transition: all 0.3s 0s ease;
}
.gallery figure a:hover img { opacity: 0.65; filter: alpha(opacity=65); }
.gallery .item { margin-bottom: 20px; }


.gallery.widget .row { margin-left: -10px; margin-right: -10px; }
.gallery.widget .row>div figure { margin-bottom: 20px; }

.contact {}
.contact #contact-form {}
.contact #contact-form>div { margin-bottom: 15px; }
.contact #contact-form>div>label{}
.contact #contact-form>div>div{ }
.contact #contact-form>div>div input { width: 100%; }
.contact #contact-form>div>div textarea { width: 100%; height: 100px; }
.contact #contact-form .button { text-align: right; }

.error404 {}
.error404 h2 { text-transform: none; font-size: 78px; }

/**/
div.errormark { display: none; width: 16px; height: 16px; }
div.errormark a {display: block; background: transparent url(../images/icons/error.png) no-repeat; width: 16px; height: 16px; }
div.errors { position: relative; background: #ffecec; border: solid 1px #ffffff; padding: 10px; margin-bottom: 10px; }
div.errors strong { color: #000000; }
div.errors .error-close { position: absolute; width: 17px; height: 17px; top: 0px; right: 0px; display: block; background: url(../images/icons/error_close_icon.png) no-repeat; }
div.error-text { margin-top: 5px; }