/*
Theme Name: Fitness Studio
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
template:base
Tags: one-column, two-columns
Theme URI:
*/
.cformselect {
  -moz-appearance: none;
  border-width: 0 !important;
  height: 1px !important;
  left: -9999px !important;
  margin: 0 !important;
  position: absolute !important;
  width: 1px !important; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  margin: 0;
  min-width: 150px;
  width: 100%;
  height: 30px;
  border-radius: 3px; }

#cformsform .jcf-select {
  border: 0; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: url(images/arrow.png) no-repeat 48% 50%;
  width: 40px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ccc; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  background: none; }

.jcf-list ul li:after {
  display: none; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover, .jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: #f00 !important; }

.widget:after, .post-password-form p:after, .search-form:after {
  content: " ";
  display: block;
  clear: both; }

.widget ul, .information-block ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.widget {
  margin-bottom: 14px; }

.widget ul {
  padding-left: 2em; }

.widget select {
  min-width: 150px; }

.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
    background: #ff7923 none repeat scroll 0 0;
}

.comment-form textarea, .post-password-form input[type="password"], .comment-form input[type="text"], .search-form input[type="search"], input[type="text"], input[type="search"], textarea {
  padding: 0 10px;
  height: 30px;
  border-radius: 3px;
  font-style: italic;
  outline: none;
  -webkit-box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  width: 300px;
  color: #999; }

.comment-form textarea {
  max-width: 300px;
  border-radius: 3px; }

.post-password-form label {
  display: block; }

.post-password-form input[type="password"], .search-form input[type="search"] {
  width: 150px; }
  @media all and (max-width: 991px) {
    .post-password-form input[type="password"], .search-form input[type="search"] {
      width: 65%; } }

.post-password-form input, .search-form input {
  float: left;
  height: 24px; }

.comment-form input[type="submit"], .post-password-form input[type="submit"], .search-form input[type="submit"], input[type="submit"] {
  color: #fff;
  height: 40px;
  border: none;
  padding: 0 30px;
  background: #ff7923;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  font-family: "Exo", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px; }
  .comment-form input[type="submit"]:hover, .post-password-form input[type="submit"]:hover, .search-form input[type="submit"]:hover, input[type="submit"]:hover {
    opacity: 0.8; }

.post-password-form input[type="submit"], .search-form input[type="submit"] {
  height: 30px; }
  @media all and (max-width: 991px) {
    .post-password-form input[type="submit"], .search-form input[type="submit"] {
      width: 35%;
      padding: 0; } }

.comment-form input[type="submit"] {
  float: none;
  display: block; }

.commentlist {
  margin: 0 0 14px; }

.commentlist .edit-link {
  margin: 0; }

.commentlist-item .commentlist-item {
  padding: 0 0 0 3em; }

@media only screen and (max-width: 767px) {
  .commentlist-item .commentlist-item {
    padding: 0; } }

.comment, .commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
  padding-top: 14px; }

.commentlist .avatar-holder {
  float: left;
  margin: 0 14px 4px 0; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  padding: 3px 4px;
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation {
  overflow: hidden;
  margin: 0 0 14px; }

.navigation .next {
  float: left; }

.navigation .prev {
  float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 14px; }

.wp-caption img {
  vertical-align: top;
  margin: 0;
  max-width: 100%; }

.wp-caption p {
  margin: 10px 0 0; }

div.aligncenter {
  margin: 0 auto 14px; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 14px 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 14px; }

.mejs-container {
  margin-bottom: 14px; }

.gallery, .alignnone, .gallery-caption, .sticky, .bypostauthor {
  height: auto; }

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?jmyzd7');
  src: url('fonts/icomoon.eot?#iefixjmyzd7') format('embedded-opentype'), url('fonts/icomoon.woff?jmyzd7') format('woff'), url('fonts/icomoon.ttf?jmyzd7') format('truetype'), url('fonts/icomoon.svg?jmyzd7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e600"; }

.icon-google-plus:before {
  content: "\e601"; }

.icon-twitter:before {
  content: "\e602"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-arrow:before {
  content: "\e603"; }

.icon-magnifying-glass:before {
  content: "\e604"; }

body {
  min-width: 320px; }

td, th {
  padding: 5px; }

ul {
  padding: 0 0 12px; }
  ul li {
    background: url(images/bulet.png) no-repeat 0 3px;
    padding: 0 0 0 19px;
    margin: 0 0 18px;
    list-style: none; }
    ul li:after {
      display: none; }

ol {
  list-style: none;
  counter-reset: newCounter;
  padding: 0; }
  ol li {
    padding: 3px 0; }
    ol li:before {
      counter-increment: newCounter;
      content: counters(newCounter, ".") ".";
      font-weight: 700;
      margin: 0 7px 0 0; }

ol > ol, ol > ul {
  padding: 0 0 0 15px; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

#header {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
  font-family: "Exo", Helvetica, Arial, sans-serif;
  padding: 2px 0 4px; }
  @media all and (max-width: 991px) {
    #header {
      padding: 1px 0 2px; } }

@media all and (max-width: 991px) {
  .navbar-header {
    padding: 0 0 7px 5px; } }

.logo {
  width: 100%;
  height: 100%;
  display: block; 
  margin: 0 auto;
  text-align: center;
  padding-bottom:32px;
  padding-top: 12px;}
  @media all and (max-width: 991px) {  
	.logo {  
	width: 30%;
	margin: 0;}
	.logo img {
	width: 100%; }
	}

.nav, .nav ul {
  padding: 0;
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
  list-style: none;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase; }

.nav {
  clear: both;
  border: 0;
  margin: -20px -18px 0 0 !important; }
  @media all and (max-width: 991px) {
    .nav {
      margin: 0 !important;
      width: 100%;
      text-align: center; }
      .nav > li {
        float: none;
        display: inline-block;
        vertical-align: top; } }
  @media all and (max-width: 767px) {
    .nav {
      text-align: left; } }
  .nav li {
    padding: 0 17px;
    background: none;
    margin: 0; }
    @media all and (max-width: 991px) {
      .nav li {
        padding: 0 10px; } }
    @media all and (max-width: 767px) {
      .nav li {
        width: 100%;
        padding: 3px 10px; } }
    .nav li.hover ul {
      display: block; }
      .nav li.hover ul a {
        color: #fff; }
        .nav li.hover ul a:hover {
          color: #ff7923;
          text-decoration: none; }
    .nav li.hover a {
      color: #ff7923; }
    .nav li.menu-item-has-children {
      padding: 0 16px 0 17px; }
      @media all and (max-width: 991px) {
        .nav li.menu-item-has-children {
          padding: 0 9px 0 10px; } }
      @media all and (max-width: 767px) {
        .nav li.menu-item-has-children {
          padding: 3px 9px 3px 10px; } }
    .nav li.active a {
      color: #ff7923; }
    .nav li:after {
      display: none; }
    .nav li a {
      padding: 0;
      color: #fff; }
      @media all and (max-width: 991px) {
        .nav li a {
          display: block; } }
      .nav li a:hover {
        color: #ff7923; }
    .nav li .caret {
      color: #909296;
      margin-top: -4px;
      margin-left: 5px; }
  .nav ul {
    text-align: left;
    width: 150px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    display: none;
    background: #212630;
    font-size: 14px;
    line-height: 18px;
    margin: 0; }
    @media all and (max-width: 767px) {
      .nav ul {
        width: 100%;
        position: relative; } }

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: -10px;
  padding: 0; 
  width: 960px;}
  @media all and (max-width: 991px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin-left: 0;
      padding: 0;
      margin-bottom: 10px; } }
  @media all and (max-width: 767px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
      margin: 7px 0 0; } }

.navbar-toggle {
  position: absolute;
  display: none;
  right: 10px;
  padding: 9px 10px;
  top: 10px;
  margin: 0;
  border: 1px solid #fff;
  cursor: pointer; 
  background-color:#000000;}
  @media all and (max-width: 767px) {
    .navbar-toggle {
      display: block; } }
  .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background: #fff;
    cursor: pointer; }

.add-block {
  margin: 0 -7px 8px 0; }
  @media all and (max-width: 991px) {
    .add-block {
      margin: 12px 0;
      text-align: center; } }
  .add-block .tel {
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #ff7923;
    cursor: default;
    pointer-events: none;
    display: inline-block;
    vertical-align: top; }
    @media all and (max-width: 767px) {
      .add-block .tel {
        padding: 0;
        cursor: pointer;
        pointer-events: auto;
        display: inline-block; } }
  .add-block .search-holder {
    display: inline-block;
    vertical-align: top; }
    @media all and (max-width: 767px) {
      .add-block .search-holder {
        width: 100%;
        padding: 10px 0 0 10px; } }
  .add-block .search-opener {
    color: #989ba2;
    text-decoration: none;
    font-size: 18px;
    padding: 0 0 0 16px; }
  .add-block .search-form {
    float: left;
    position: relative;
    height: 24px;
    width: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out; }
    @media all and (max-width: 767px) {
      .add-block .search-form {
        width: 88%; } }
    .add-block .search-form input[type="search"] {
      outline: none;
      height: 24px;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0;
      border: none;
      width: 0;
      padding: 0;
      margin: 0 0 0 16px;
      -webkit-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
      -moz-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
      -o-transition: width 0.5s ease-in-out, padding 0.5s ease-in-out;
      transition: width 0.5s ease-in-out, padding 0.5s ease-in-out; }
      @media all and (max-width: 767px) {
        .add-block .search-form input[type="search"] {
          width: 100%;
          margin: 0;
          padding: 0 10px; } }
      .add-block .search-form input[type="search"]::-webkit-input-placeholder {
        color: #999; }
      .add-block .search-form input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #999; }
      .add-block .search-form input[type="search"]:-moz-placeholder {
        color: #999; }
      .add-block .search-form input[type="search"]:-ms-input-placeholder {
        color: #999; }
      .add-block .search-form input[type="search"].placeholder {
        color: #999; }
    .add-block .search-form .sr-only {
      width: 1px;
      height: 1px; }
  .add-block.search-active .search-form {
    width: 530px;
    margin: 0 0 0 16px; }
    @media all and (max-width: 991px) {
      .add-block.search-active .search-form {
        width: 330px; } }
    @media all and (max-width: 767px) {
      .add-block.search-active .search-form {
        width: 88%;
        margin: 0; } }
    .add-block.search-active .search-form input[type="search"] {
      width: 530px;
      padding: 0 10px;
      border: 1px solid #fff;
      margin: 0; }
      @media all and (max-width: 991px) {
        .add-block.search-active .search-form input[type="search"] {
          width: 330px; } }
      @media all and (max-width: 767px) {
        .add-block.search-active .search-form input[type="search"] {
          width: 100%;
          margin: 0; } }

#main {
  padding: 0 0 38px;
  z-index: 2;
  position: relative; }

.banner-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 503px;
  z-index: 1; }
  @media all and (max-width: 991px) {
    .banner-container {
      height: 363px; } }
  @media all and (max-width: 767px) {
    .banner-container {
      height: 223px; } }
  .banner-container h1 {
    font-weight: 700;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    font-size: 26px;
    margin-bottom: 23px; }
    @media all and (max-width: 767px) {
      .banner-container h1 {
        font-size: 22px; } }
    .banner-container h1 mark {
      background: none;
      color: #ff7923;
      font-weight: 300;
      font-size: 30px;
      padding: 0;
      line-height: 50px;
      letter-spacing: -2px; }
      .banner-container h1 mark strong {
        padding-right: 2px; }
      @media all and (max-width: 767px) {
        .banner-container h1 mark {
          font-size: 24px;
          line-height: 25px;
          letter-spacing: -1px; } }
  .banner-container .btn {
    font-size: 36px;
    line-height: 32px;
    text-transform: uppercase;
    font-weight: 900;
    padding: 9px 12px 13px 18px;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5); }
    @media all and (max-width: 991px) {
      .banner-container .btn {
        font-size: 26px;
        line-height: 28px;
        padding: 5px 12px 5px 15px; } }
    .banner-container .btn:after {
      content: "\f101";
      display: inline-block;
      font-family: 'icomoon';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-size: 36px;
      margin: 0 0 0 24px; }
      @media all and (max-width: 991px) {
        .banner-container .btn:after {
          font-size: 26px; } }

.info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  .info .holder {
    vertical-align: middle;
    max-width: 960px;
    padding: 0 10px;
    margin: 0 auto;
    display: table;
    height: 380px;
    font-style: italic;
    font-family: "Exo", Helvetica, Arial, sans-serif;
    color: #fff;
    width: 100%; }
    @media all and (max-width: 767px) {
      .info .holder {
        height: 210px; } }
  .info .frame {
    display: table-cell;
}
.home-background {
    background:rgba(255,255,255,0.5);
    background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    padding: 2px 20px;
    margin: 20px -40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px; 
    border-radius: 20px;
}
    @media all and (max-width: 767px) {
	.home-background {    
	padding: 2px 60px;
	}}
.btn {
  font-style: italic;
  font-family: "Exo", Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 9px 27px 11px 20px; }
  .btn span {
    font-size: 14px;
    margin: 0 10px 0 0; }

.detail-grid {
  background-image: -webkit-linear-gradient(left, #ec008b 0%, #fab825 100%);
  background-image: -o-linear-gradient(left, #ec008b 0%, #fab825 100%);
  background-image: linear-gradient(to right, #ec008b 0%, #fab825 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEC008B', endColorstr='#FFFAB825', GradientType=1);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
  margin: 0 -50px;
  z-index: 1; }
  @media all and (max-width: 991px) {
    .detail-grid {
      margin: 0 -30px; } }

.detail-hold {
  padding: 57px 0 245px;
  -webkit-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg); }
  @media all and (max-width: 991px) {
    .detail-hold {
      padding: 27px 0 140px; } }

.detail-block {
  color: #fff; }
  @media all and (max-width: 991px) {
    .detail-block {
      padding: 0 30px 40px;
      text-align: center; } }
  .detail-block h2 {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    font-weight: 800;
    font-size: 48px;
    line-height: 44px;
    font-family: "Exo", Helvetica, Arial, sans-serif;
    margin: 0 0 7px; }
    @media all and (max-width: 991px) {
      .detail-block h2 {
        font-size: 38px; } }
  .detail-block .detail {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 16px;
    padding: 8px 0 0; }
    @media all and (max-width: 991px) {
      .detail-block .detail {
        margin: 0 0 5px; } }
  .detail-block p {
    margin: 0 0 18px; }

.information-block {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
  background: #fff;
  margin: -254px -50px 70px;
  padding: 66px 0 0;
  z-index: 2; }
  @media all and (max-width: 991px) {
    .information-block {
      margin: -140px -50px 70px;
      padding: 36px 0 0; } }
  @media all and (max-width: 767px) {
    .information-block {
      margin: -114px -50px 40px; } }
  .information-block ul li {
    padding: 0 0 6px 20px;
    position: relative;
    background: none;
    margin: 0; }
    .information-block ul li:after {
      content: "";
      position: absolute;
      left: 1px;
      top: 6px;
      background: #ccc;
      width: 5px;
      height: 5px;
      border-radius: 5px;
      display: block; }

.information-hold {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #000; }
  @media all and (max-width: 991px) {
    .information-hold {
      padding: 0 50px; } }
  .information-hold h3 {
    font-weight: 700;
    margin: 0 0 18px;
    font-size: 20px;
    letter-spacing: -0.9px; }
  .information-hold article p {
    margin: 0 0 18px; }

@media all and (max-width: 479px) {
  .information-block .col-xs-6 {
    width: 100%;
    float: none; } }

@media all and (max-width: 479px) {
  .article-holder {
    padding: 10px 0 0; } }

.heading {
  margin: 0 0 13px;
  font-family: "Exo", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 200;
  color: #333333;
  font-size: 36px;
  line-height: 36px; }
  .heading:after {
    display: inline-block;
    content: "\e603";
    font-family: 'icomoon';
    font-size: 17px;
    line-height: 18px;
    margin: 0 0 0 9px;
    vertical-align: middle;
    color: #ff7923; }

.images-list {
  padding: 5px 0 13px; }
.images-list li {
    padding: 0 0 20px !important;
    overflow: hidden; }
.images-list li:after {
      display: none !important; }
.images-list a {
    display: block; }
.images-list img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    float:left; 
    padding-right: 20px;}
.images-list h3 {
    padding-top:10px;
}    

.articles-list {
  padding: 0 0 8px;
  margin: -2px 0 0; }
  .articles-list li {
    margin: 0 0 15px;
    padding: 0 0 10px !important;
    overflow: hidden;
    background: none; }
    .articles-list li:after {
      display: none !important; }
    .articles-list li .image {
      margin: 5px 13px 0 0 !important;
      width: 80px; }
      .articles-list li .image img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 2px; }
    .articles-list li .holder {
      overflow: hidden;
      color: #000; }
    .articles-list li time {
      display: block;
      font-size: 12px;
      display: block;
      text-transform: uppercase;
      color: #999;
      margin: 0 0 1px; }
    .articles-list li h3 {
      font-weight: 700;
      font-size: 14px;
      margin: 0 0 5px;
      letter-spacing: 0;
      margin: 0 0 7px; }
      .articles-list li h3 a {
        color: #000; }
    .articles-list li p {
      margin: 0; }

.meta ul li {
  background: none;
  padding: 0;
  margin: 0 0 10px !important; }

.link-c {
  text-align: center; }
  .link-c .read-more-alt {
    font-family: "Exo", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-weight: 700;
    font-size: 18px; }
    .link-c .read-more-alt:hover {
      text-decoration: none; }
  @media all and (max-width: 479px) {
    .link-c {
      margin: 0 0 10px; } }

.visual-block {
  position: relative;
  overflow: hidden;
  height: 540px; }
  @media all and (max-width: 767px) {
    .visual-block {
      height: auto; } }
  .visual-block:before {
    content: '';
    position: absolute;
    z-index: 3;
    height: 100px;
    top: -55px;
    left: -10px;
    right: -10px;
    background: #fff;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  .visual-block:after {
    content: '';
    position: absolute;
    z-index: 3;
    height: 100px;
    bottom: -55px;
    left: -10px;
    right: -10px;
    background: #fff;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  .visual-block .info {
    padding: 190px 0 120px; }
    @media all and (max-width: 991px) {
      .visual-block .info {
        padding: 174px 0 161px; } }
    @media all and (max-width: 767px) {
      .visual-block .info {
        padding: 95px 0 80px;
        position: relative; } }
  .visual-block .holder {
    height: auto; }
  .visual-block .headline {
    text-shadow: 0 2px 3px rgba(0, 0, 0, 2.3);
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 10px; }
    .visual-block .headline span {
      font-size: 49px;
      line-height: 43px; }
      @media all and (max-width: 991px) {
        .visual-block .headline span {
          font-size: 30px;
          line-height: 30px; } }
    .visual-block .headline .note {
      color: #ff7923; }
  .visual-block .btn {
    width: 100%;
    color: #ff7923; }
  .visual-block .info-block {
    display: table;
    height: 100%; }
  .visual-block .info-hold {
    display: table-cell;
    vertical-align: bottom;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-style: normal; }
    .visual-block .info-hold p {
      margin: 0 0 10px; }
    .visual-block .info-hold h1 {
      text-transform: uppercase;
      font-family: "Exo", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 24px;
      line-height: 24px; }
      .visual-block .info-hold h1 span {
        color: #ff7923; }
  @media all and (max-width: 767px) {
    .visual-block img {
      position: absolute; } }

.post-container {
  padding-top: 29px; }
  @media all and (max-width: 991px) {
    .post-container {
      padding-top: 5px; } }

.title-center {
  text-align: center;
  font-family: "Exo", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 36px;
  line-height: 36px;
  margin: 0 0 32px; }

@media all and (max-width: 767px) {
  .post-block {
    margin: 0 0 20px; } }
.post-block img {
  vertical-align: top;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 10px; }
.post-block a {
  display: inline-block; }
.post-block time {
  color: #999;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-size: 12px;
  letter-spacing: 1px;
  margin: 0 0 8px;
  display: block; }
.post-block h3 {
  color: #ff7923;
  font-weight: 700;
  margin: 0 0 6px;
  line-height: 21px; }
  .post-block h3 a:hover {
    text-decoration: none; }
.post-block p {
  margin: 0 0 19px; }
  @media all and (max-width: 767px) {
    .post-block p {
      margin: 0 0 10px; } }

.bloquote-block {
  text-align: center;
  position: relative;
  margin: -3px 0 0;
  padding: 0 0 31px; }
  .bloquote-block img {
    max-width: 100%;
    height: auto; }
  .bloquote-block .testimonials {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0; }
    @media all and (max-width: 767px) {
      .bloquote-block .testimonials {
        position: relative;
        margin: -35px 0 0; } }

blockquote, .blockquote {
  font-weight: 300;
  font-size: 18px; }
  @media all and (max-width: 991px) {
    blockquote, .blockquote {
      font-size: 16px; } }
  blockquote q, .blockquote q {
    font-family: "Exo", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    color: #333333;
    display: block;
    margin: 0 0 13px; }
    @media all and (max-width: 991px) {
      blockquote q, .blockquote q {
        margin: 0 0 5px;
        font-size: 22px;
        line-height: 28px; } }
  blockquote p, .blockquote p {
    margin: 0; }
  blockquote cite, blockquote .author, .blockquote cite, .blockquote .author {
    position: relative;
    max-width: 780px;
    margin: 14px auto 0;
    display: block;
    padding: 10px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #333333; }
    @media all and (max-width: 991px) {
      blockquote cite, blockquote .author, .blockquote cite, .blockquote .author {
        margin: 0 auto; } }
    blockquote cite span, blockquote .author span, .blockquote cite span, .blockquote .author span {
      position: relative;
      z-index: 2;
      display: inline-block;
      padding: 0 27px 5px;
      background: #fff; }
  blockquote .author:after, .blockquote .author:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #e6f2fc;
    width: 100%;
    height: 1px; }

.logo-block {
  padding: 38px 0 40px; }
  @media all and (max-width: 991px) {
    .logo-block {
      padding: 18px 0 0; } }

.logos-list {
  padding: 0;
  list-style: none;
  margin: 0 -46px;
  position: relative;
  text-align: center; }
  @media all and (max-width: 991px) {
    .logos-list {
      margin: 0 0 5px; } }
  .logos-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 25px;
    padding: 0;
    background: none; }
    @media all and (max-width: 991px) {
      .logos-list li {
        margin: 0 20px 10px; } }
    .logos-list li:after {
      display: none; }
  .logos-list a {
    outline: none; }
    .logos-list a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .logos-list img {
    vertical-align: middle; }

#content {
  padding-top: 36px;
  color: #333333; }
  @media all and (max-width: 767px) {
    #content {
      padding: 36px 10px 0; } }
  #content h1 {
    font-weight: 800;
    margin: 0 0 23px;
    line-height: 36px;
    letter-spacing: -0.9px; }
  #content h2, #content h3 {
    font-weight: 700;
    margin: 0 0 11px; }
  #content h3 {
    margin: 0 0 6px; }
  #content .first-paragraph {
    margin: 0 0 18px; }
  #content p {
    margin: 0 0 29px; }
  #content .title {
    color: #666;
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 24px; }
  #content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 27px; }
  #content ol {
    padding: 0 0 3px; }
    #content ol li {
      margin: 0 0 18px;
      padding: 0;
      background: none; }
    #content ol ol {
      padding: 0 0 0 15px; }
  #content ul {
    padding: 0 0 12px; }
    #content ul li {
      margin: 0 0 18px; }
    #content ul ul {
      padding: 0 0 0 15px; }

#sidebar {
  padding-top: 51px;
  overflow: hidden; }
  #sidebar .form-block {
    background: url(images/form-bg.jpg) repeat-y 50% 50%;
    border-radius: 3px;
    padding: 35px 20px 21px;
    margin-bottom: 34px;
    overflow: hidden; }
    #sidebar .form-block h2 {
      font-size: 48px;
      line-height: 36px;
      font-weight: 800;
      color: #ff7923;
      margin: 0 0 15px;
      font-family: "Exo", Helvetica, Arial, sans-serif; }
    #sidebar .form-block dl {
      width: 100%;
      margin: 0 0 5px;
      overflow: hidden; }
      #sidebar .form-block dl dt, #sidebar .form-block dl dd {
        line-height: 24px;
        color: #fff;
        text-align: right; }
        @media all and (max-width: 991px) {
          #sidebar .form-block dl dt, #sidebar .form-block dl dd {
            margin-left: 0; } }
      #sidebar .form-block dl dt {
        text-align: left;
        font-weight: 400; }
        @media all and (max-width: 991px) {
          #sidebar .form-block dl dt {
            width: auto;
            float: left; } }
  #sidebar .shedule {
    color: #fff;
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 24px; }
    #sidebar .shedule p {
      margin: 0; }
  #sidebar .form-info {
    color: #afb0b5;
    margin: 0 0 22px; }

#cformsform .cf-fs1 .cf-ol {
  counter-reset: inherit; }
  #cformsform .cf-fs1 .cf-ol li {
    padding: 5px 0; }
    #cformsform .cf-fs1 .cf-ol li:before {
      margin: 0;
      content: '';
      counter-increment: inherit;
      display: none; }
    #cformsform .cf-fs1 .cf-ol li label {
      display: none; }
#cformsform legend {
  display: none; }
#cformsform .text-active {
  color: #000; }
#cformsform input[type="text"], #cformsform textarea {
  border: 0;
  width: 100% !important;
  max-width: 100%; }
#cformsform textarea {
  min-height: 110px;
  padding: 7px 8px; }
#cformsform .cf-sb {
  position: relative;
  float: left;
  margin: 3px 0 12px; }
  #cformsform .cf-sb:after {
    content: "\e603";
    position: absolute;
    width: 20px;
    height: 12px;
    top: 50%;
    left: 20px;
    font-size: 12px;
    margin: -5px 0 0;
    color: #fff;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1; }
  #cformsform .cf-sb:hover:after {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  #cformsform .cf-sb input[type="submit"] {
    padding: 0 28px 0 52px; }
    .cform input.backbutton, 
    .cform input.resetbutton, 
    .cform input.sendbutton {
    background: #ff7923 none repeat scroll 0 0;}

#usermessagea {
  color: #fff; }

#footer {
  background: url(images/footer-bg.jpg) repeat; }
  #footer h3 {
    font-family: "Exo", Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: italic;
    color: #fff !important;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 8px; }
  #footer a:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  #footer .footer-top {
    padding: 47px 0;
    color: #abacae; }
    #footer .footer-top .sub-logo {
      display: inline-block;
      margin: 0 0 20px; }
    #footer .footer-top ul {
      padding: 0 0 15px; }
      #footer .footer-top ul li {
        line-height: 24px;
        padding: 0;
        background: none;
        margin: 0; }
        #footer .footer-top ul li:after {
          display: none !important; }
      #footer .footer-top ul a:hover {
        text-decoration: none; }
    #footer .footer-top address {
      line-height: 24px;
      color: #fff; }
      #footer .footer-top address span {
        display: block; }
    #footer .footer-top .social {
      overflow: hidden;
      padding: 8px 0 0; }
      #footer .footer-top .social li {
        float: left;
        margin-right: 9px;
        font-size: 24px !important; }
  #footer .footer-bottom {
    background: #1c202a;
    padding: 15px 0; }
  #footer .footer-nav {
    text-align: center;
    font-family: "Exo", Helvetica, Arial, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 700; }
    #footer .footer-nav li {
      margin: 0 29px;
      padding: 0;
      background: none; }
      @media all and (max-width: 991px) {
        #footer .footer-nav li {
          margin: 0 10px; } }
      #footer .footer-nav li:after {
        display: none; }
    #footer .footer-nav a {
      color: #a8a9ab; }
      #footer .footer-nav a:hover {
        opacity: 0.5;
        filter: alpha(opacity=50); }

/*# sourceMappingURL=style.css.map */