@charset "utf-8";
/* CSS Document */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}
.cisc-demo {
  background: #fff4b8;
  border: solid 1px #f1e6a7;
  border-radius: 2px;
  padding: 12px 70px 10px 15px;
  color: #383733;
  position: relative;
  font-family: 'Courier New', Courier, 'Lucida Sans Typewriter', 'Lucida Typewriter', monospace;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
}

.cisc-demo:after {
  content: 'SAMPLE CODE';
  font-size: 11px;
  background: #ff4200;
  color: #fff;
  padding: 5px;
  position: absolute;
  top: -1px;
  right: -1px;
}

/* Grid
=================================== */
[class*='cisc-'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*='cisc-'] *, [class*='cisc-']:before, [class*='cisc-']:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cisc-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cisc-container:before, .cisc-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cisc-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .cisc-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .cisc-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .cisc-container {
    width: 1170px;
  }
}

.cisc-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.cisc-container-fluid:before, .cisc-container-fluid:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cisc-container-fluid:after {
  clear: both;
}

.cisc-row {
  margin-left: -15px;
  margin-right: -15px;
}
.cisc-row:before, .cisc-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cisc-row:after {
  clear: both;
}

.cisc-col-xs-1, .cisc-col-sm-1, .cisc-col-md-1, .cisc-col-lg-1, .cisc-col-xs-2, .cisc-col-sm-2, .cisc-col-md-2, .cisc-col-lg-2, .cisc-col-xs-3, .cisc-col-sm-3, .cisc-col-md-3, .cisc-col-lg-3, .cisc-col-xs-4, .cisc-col-sm-4, .cisc-col-md-4, .cisc-col-lg-4, .cisc-col-xs-5, .cisc-col-sm-5, .cisc-col-md-5, .cisc-col-lg-5, .cisc-col-xs-6, .cisc-col-sm-6, .cisc-col-md-6, .cisc-col-lg-6, .cisc-col-xs-7, .cisc-col-sm-7, .cisc-col-md-7, .cisc-col-lg-7, .cisc-col-xs-8, .cisc-col-sm-8, .cisc-col-md-8, .cisc-col-lg-8, .cisc-col-xs-9, .cisc-col-sm-9, .cisc-col-md-9, .cisc-col-lg-9, .cisc-col-xs-10, .cisc-col-sm-10, .cisc-col-md-10, .cisc-col-lg-10, .cisc-col-xs-11, .cisc-col-sm-11, .cisc-col-md-11, .cisc-col-lg-11, .cisc-col-xs-12, .cisc-col-sm-12, .cisc-col-md-12, .cisc-col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.cisc-col-xs-1, .cisc-col-xs-2, .cisc-col-xs-3, .cisc-col-xs-4, .cisc-col-xs-5, .cisc-col-xs-6, .cisc-col-xs-7, .cisc-col-xs-8, .cisc-col-xs-9, .cisc-col-xs-10, .cisc-col-xs-11, .cisc-col-xs-12 {
  float: left;
}

.cisc-col-xs-1 {
  width: 8.33333%;
}

.cisc-col-xs-2 {
  width: 16.66667%;
}

.cisc-col-xs-3 {
  width: 25%;
}

.cisc-col-xs-4 {
  width: 33.33333%;
}

.cisc-col-xs-5 {
  width: 41.66667%;
}

.cisc-col-xs-6 {
  width: 50%;
}

.cisc-col-xs-7 {
  width: 58.33333%;
}

.cisc-col-xs-8 {
  width: 66.66667%;
}

.cisc-col-xs-9 {
  width: 75%;
}

.cisc-col-xs-10 {
  width: 83.33333%;
}

.cisc-col-xs-11 {
  width: 91.66667%;
}

.cisc-col-xs-12 {
  width: 100%;
}

.cisc-col-xs-pull-0 {
  right: auto;
}

.cisc-col-xs-pull-1 {
  right: 8.33333%;
}

.cisc-col-xs-pull-2 {
  right: 16.66667%;
}

.cisc-col-xs-pull-3 {
  right: 25%;
}

.cisc-col-xs-pull-4 {
  right: 33.33333%;
}

.cisc-col-xs-pull-5 {
  right: 41.66667%;
}

.cisc-col-xs-pull-6 {
  right: 50%;
}

.cisc-col-xs-pull-7 {
  right: 58.33333%;
}

.cisc-col-xs-pull-8 {
  right: 66.66667%;
}

.cisc-col-xs-pull-9 {
  right: 75%;
}

.cisc-col-xs-pull-10 {
  right: 83.33333%;
}

.cisc-col-xs-pull-11 {
  right: 91.66667%;
}

.cisc-col-xs-pull-12 {
  right: 100%;
}

.cisc-col-xs-push-0 {
  left: auto;
}

.cisc-col-xs-push-1 {
  left: 8.33333%;
}

.cisc-col-xs-push-2 {
  left: 16.66667%;
}

.cisc-col-xs-push-3 {
  left: 25%;
}

.cisc-col-xs-push-4 {
  left: 33.33333%;
}

.cisc-col-xs-push-5 {
  left: 41.66667%;
}

.cisc-col-xs-push-6 {
  left: 50%;
}

.cisc-col-xs-push-7 {
  left: 58.33333%;
}

.cisc-col-xs-push-8 {
  left: 66.66667%;
}

.cisc-col-xs-push-9 {
  left: 75%;
}

.cisc-col-xs-push-10 {
  left: 83.33333%;
}

.cisc-col-xs-push-11 {
  left: 91.66667%;
}

.cisc-col-xs-push-12 {
  left: 100%;
}

.cisc-col-xs-offset-0 {
  margin-left: 0%;
}

.cisc-col-xs-offset-1 {
  margin-left: 8.33333%;
}

.cisc-col-xs-offset-2 {
  margin-left: 16.66667%;
}

.cisc-col-xs-offset-3 {
  margin-left: 25%;
}

.cisc-col-xs-offset-4 {
  margin-left: 33.33333%;
}

.cisc-col-xs-offset-5 {
  margin-left: 41.66667%;
}

.cisc-col-xs-offset-6 {
  margin-left: 50%;
}

.cisc-col-xs-offset-7 {
  margin-left: 58.33333%;
}

.cisc-col-xs-offset-8 {
  margin-left: 66.66667%;
}

.cisc-col-xs-offset-9 {
  margin-left: 75%;
}

.cisc-col-xs-offset-10 {
  margin-left: 83.33333%;
}

.cisc-col-xs-offset-11 {
  margin-left: 91.66667%;
}

.cisc-col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .cisc-col-sm-1, .cisc-col-sm-2, .cisc-col-sm-3, .cisc-col-sm-4, .cisc-col-sm-5, .cisc-col-sm-6, .cisc-col-sm-7, .cisc-col-sm-8, .cisc-col-sm-9, .cisc-col-sm-10, .cisc-col-sm-11, .cisc-col-sm-12 {
    float: left;
  }

  .cisc-col-sm-1 {
    width: 8.33333%;
  }

  .cisc-col-sm-2 {
    width: 16.66667%;
  }

  .cisc-col-sm-3 {
    width: 25%;
  }

  .cisc-col-sm-4 {
    width: 33.33333%;
  }

  .cisc-col-sm-5 {
    width: 41.66667%;
  }

  .cisc-col-sm-6 {
    width: 50%;
  }

  .cisc-col-sm-7 {
    width: 58.33333%;
  }

  .cisc-col-sm-8 {
    width: 66.66667%;
  }

  .cisc-col-sm-9 {
    width: 75%;
  }

  .cisc-col-sm-10 {
    width: 83.33333%;
  }

  .cisc-col-sm-11 {
    width: 91.66667%;
  }

  .cisc-col-sm-12 {
    width: 100%;
  }

  .cisc-col-sm-pull-0 {
    right: auto;
  }

  .cisc-col-sm-pull-1 {
    right: 8.33333%;
  }

  .cisc-col-sm-pull-2 {
    right: 16.66667%;
  }

  .cisc-col-sm-pull-3 {
    right: 25%;
  }

  .cisc-col-sm-pull-4 {
    right: 33.33333%;
  }

  .cisc-col-sm-pull-5 {
    right: 41.66667%;
  }

  .cisc-col-sm-pull-6 {
    right: 50%;
  }

  .cisc-col-sm-pull-7 {
    right: 58.33333%;
  }

  .cisc-col-sm-pull-8 {
    right: 66.66667%;
  }

  .cisc-col-sm-pull-9 {
    right: 75%;
  }

  .cisc-col-sm-pull-10 {
    right: 83.33333%;
  }

  .cisc-col-sm-pull-11 {
    right: 91.66667%;
  }

  .cisc-col-sm-pull-12 {
    right: 100%;
  }

  .cisc-col-sm-push-0 {
    left: auto;
  }

  .cisc-col-sm-push-1 {
    left: 8.33333%;
  }

  .cisc-col-sm-push-2 {
    left: 16.66667%;
  }

  .cisc-col-sm-push-3 {
    left: 25%;
  }

  .cisc-col-sm-push-4 {
    left: 33.33333%;
  }

  .cisc-col-sm-push-5 {
    left: 41.66667%;
  }

  .cisc-col-sm-push-6 {
    left: 50%;
  }

  .cisc-col-sm-push-7 {
    left: 58.33333%;
  }

  .cisc-col-sm-push-8 {
    left: 66.66667%;
  }

  .cisc-col-sm-push-9 {
    left: 75%;
  }

  .cisc-col-sm-push-10 {
    left: 83.33333%;
  }

  .cisc-col-sm-push-11 {
    left: 91.66667%;
  }

  .cisc-col-sm-push-12 {
    left: 100%;
  }

  .cisc-col-sm-offset-0 {
    margin-left: 0%;
  }

  .cisc-col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .cisc-col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .cisc-col-sm-offset-3 {
    margin-left: 25%;
  }

  .cisc-col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .cisc-col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .cisc-col-sm-offset-6 {
    margin-left: 50%;
  }

  .cisc-col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .cisc-col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .cisc-col-sm-offset-9 {
    margin-left: 75%;
  }

  .cisc-col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .cisc-col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .cisc-col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .cisc-col-md-1, .cisc-col-md-2, .cisc-col-md-3, .cisc-col-md-4, .cisc-col-md-5, .cisc-col-md-6, .cisc-col-md-7, .cisc-col-md-8, .cisc-col-md-9, .cisc-col-md-10, .cisc-col-md-11, .cisc-col-md-12 {
    float: left;
  }

  .cisc-col-md-1 {
    width: 8.33333%;
  }

  .cisc-col-md-2 {
    width: 16.66667%;
  }

  .cisc-col-md-3 {
    width: 25%;
  }

  .cisc-col-md-4 {
    width: 33.33333%;
  }

  .cisc-col-md-5 {
    width: 41.66667%;
  }

  .cisc-col-md-6 {
    width: 50%;
  }

  .cisc-col-md-7 {
    width: 58.33333%;
  }

  .cisc-col-md-8 {
    width: 66.66667%;
  }

  .cisc-col-md-9 {
    width: 75%;
  }

  .cisc-col-md-10 {
    width: 83.33333%;
  }

  .cisc-col-md-11 {
    width: 91.66667%;
  }

  .cisc-col-md-12 {
    width: 100%;
  }

  .cisc-col-md-pull-0 {
    right: auto;
  }

  .cisc-col-md-pull-1 {
    right: 8.33333%;
  }

  .cisc-col-md-pull-2 {
    right: 16.66667%;
  }

  .cisc-col-md-pull-3 {
    right: 25%;
  }

  .cisc-col-md-pull-4 {
    right: 33.33333%;
  }

  .cisc-col-md-pull-5 {
    right: 41.66667%;
  }

  .cisc-col-md-pull-6 {
    right: 50%;
  }

  .cisc-col-md-pull-7 {
    right: 58.33333%;
  }

  .cisc-col-md-pull-8 {
    right: 66.66667%;
  }

  .cisc-col-md-pull-9 {
    right: 75%;
  }

  .cisc-col-md-pull-10 {
    right: 83.33333%;
  }

  .cisc-col-md-pull-11 {
    right: 91.66667%;
  }

  .cisc-col-md-pull-12 {
    right: 100%;
  }

  .cisc-col-md-push-0 {
    left: auto;
  }

  .cisc-col-md-push-1 {
    left: 8.33333%;
  }

  .cisc-col-md-push-2 {
    left: 16.66667%;
  }

  .cisc-col-md-push-3 {
    left: 25%;
  }

  .cisc-col-md-push-4 {
    left: 33.33333%;
  }

  .cisc-col-md-push-5 {
    left: 41.66667%;
  }

  .cisc-col-md-push-6 {
    left: 50%;
  }

  .cisc-col-md-push-7 {
    left: 58.33333%;
  }

  .cisc-col-md-push-8 {
    left: 66.66667%;
  }

  .cisc-col-md-push-9 {
    left: 75%;
  }

  .cisc-col-md-push-10 {
    left: 83.33333%;
  }

  .cisc-col-md-push-11 {
    left: 91.66667%;
  }

  .cisc-col-md-push-12 {
    left: 100%;
  }

  .cisc-col-md-offset-0 {
    margin-left: 0%;
  }

  .cisc-col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .cisc-col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .cisc-col-md-offset-3 {
    margin-left: 25%;
  }

  .cisc-col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .cisc-col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .cisc-col-md-offset-6 {
    margin-left: 50%;
  }

  .cisc-col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .cisc-col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .cisc-col-md-offset-9 {
    margin-left: 75%;
  }

  .cisc-col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .cisc-col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .cisc-col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .cisc-col-lg-1, .cisc-col-lg-2, .cisc-col-lg-3, .cisc-col-lg-4, .cisc-col-lg-5, .cisc-col-lg-6, .cisc-col-lg-7, .cisc-col-lg-8, .cisc-col-lg-9, .cisc-col-lg-10, .cisc-col-lg-11, .cisc-col-lg-12 {
    float: left;
  }

  .cisc-col-lg-1 {
    width: 8.33333%;
  }

  .cisc-col-lg-2 {
    width: 16.66667%;
  }

  .cisc-col-lg-3 {
    width: 25%;
  }

  .cisc-col-lg-4 {
    width: 33.33333%;
  }

  .cisc-col-lg-5 {
    width: 41.66667%;
  }

  .cisc-col-lg-6 {
    width: 50%;
  }

  .cisc-col-lg-7 {
    width: 58.33333%;
  }

  .cisc-col-lg-8 {
    width: 66.66667%;
  }

  .cisc-col-lg-9 {
    width: 75%;
  }

  .cisc-col-lg-10 {
    width: 83.33333%;
  }

  .cisc-col-lg-11 {
    width: 91.66667%;
  }

  .cisc-col-lg-12 {
    width: 100%;
  }

  .cisc-col-lg-pull-0 {
    right: auto;
  }

  .cisc-col-lg-pull-1 {
    right: 8.33333%;
  }

  .cisc-col-lg-pull-2 {
    right: 16.66667%;
  }

  .cisc-col-lg-pull-3 {
    right: 25%;
  }

  .cisc-col-lg-pull-4 {
    right: 33.33333%;
  }

  .cisc-col-lg-pull-5 {
    right: 41.66667%;
  }

  .cisc-col-lg-pull-6 {
    right: 50%;
  }

  .cisc-col-lg-pull-7 {
    right: 58.33333%;
  }

  .cisc-col-lg-pull-8 {
    right: 66.66667%;
  }

  .cisc-col-lg-pull-9 {
    right: 75%;
  }

  .cisc-col-lg-pull-10 {
    right: 83.33333%;
  }

  .cisc-col-lg-pull-11 {
    right: 91.66667%;
  }

  .cisc-col-lg-pull-12 {
    right: 100%;
  }

  .cisc-col-lg-push-0 {
    left: auto;
  }

  .cisc-col-lg-push-1 {
    left: 8.33333%;
  }

  .cisc-col-lg-push-2 {
    left: 16.66667%;
  }

  .cisc-col-lg-push-3 {
    left: 25%;
  }

  .cisc-col-lg-push-4 {
    left: 33.33333%;
  }

  .cisc-col-lg-push-5 {
    left: 41.66667%;
  }

  .cisc-col-lg-push-6 {
    left: 50%;
  }

  .cisc-col-lg-push-7 {
    left: 58.33333%;
  }

  .cisc-col-lg-push-8 {
    left: 66.66667%;
  }

  .cisc-col-lg-push-9 {
    left: 75%;
  }

  .cisc-col-lg-push-10 {
    left: 83.33333%;
  }

  .cisc-col-lg-push-11 {
    left: 91.66667%;
  }

  .cisc-col-lg-push-12 {
    left: 100%;
  }

  .cisc-col-lg-offset-0 {
    margin-left: 0%;
  }

  .cisc-col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .cisc-col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .cisc-col-lg-offset-3 {
    margin-left: 25%;
  }

  .cisc-col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .cisc-col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .cisc-col-lg-offset-6 {
    margin-left: 50%;
  }

  .cisc-col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .cisc-col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .cisc-col-lg-offset-9 {
    margin-left: 75%;
  }

  .cisc-col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .cisc-col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .cisc-col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* Buttons
=================================== */
.entry-content .cisc-button,
.page-content .cisc-button,
.content .cisc-button {
  text-decoration: none;
}

.cisc-button {
  text-decoration: none;
  display: inline-block;
  font-weight: normal;
  font-size: inherit;
  font-family: inherit;
  margin: 0 10px 15px 0;
  width: auto;
  text-shadow: none;
  height: auto;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 12px 18px 11px;
  transition: 0.18s background-color ease, color 0.18s ease,  0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  /* Default button styles */

  background-color: #47A8D8;
  border-radius: 2px;
}
.cisc-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.15);
  opacity: 0;
  transition: opacity 0.18s ease;
  border-radius: inherit;
}
.cisc-button.cisc-button-small {
  padding: 9px 14px 8px;
  font-size: 12px;
}
.cisc-button.cisc-button-large {
  padding: 16px 26px 15px;
  font-size: 18px;
}
.cisc-button i {
  margin-right: 8px;
}
.cisc-button > span {
  color: #FFF;
  text-shadow: none;
}
.cisc-button:active {
  outline: none;
  text-decoration: none;
}
.cisc-button:hover {
  color: #FFF;
  text-decoration: none;
}
.cisc-button:hover:after {
  opacity: 1;
}
.cisc-button:focus {
  text-decoration: none;
  outline: none;
}

/* Boxes
=================================== */
.cisc-box {
  padding: 20px;
  border: 2px solid #47A8D8;
  margin: 0 0 30px;
  font-family: inherit;
  text-shadow: none;
}
.cisc-box:before, .cisc-box:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cisc-box:after {
  clear: both;
}
.cisc-box > i {
  line-height: normal;
  float: left;
  margin: 4px 20px 0 0;
  font-size: 18px;
}

.cisc-box-content {
  overflow: hidden;
}
.cisc-box-content *:first-child {
  margin-top: 0;
}
.cisc-box-content *:last-child {
  margin-bottom: 0;
}

/* Headings
=================================== */
.cisc-heading {
  border-style: solid;
  border-width: 0;
}
.cisc-heading:after, .cisc-heading:before {
  display: none;
}
.cisc-heading i {
  margin: 0 0.4em 0 0;
  font-size: 0.85em;
}

/* Separators
=================================== */
.cisc-separator {
  margin: 30px 0;
  height: 0;
  border: 0;
  /* Default Styles */
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #47A8D8;
}

/* Buttons
=================================== */
.cisc-map-wrapper {
  margin: 0 0 30px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.cisc-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cisc-map .content {
  color: #222;
}
.cisc-map img {
  max-width: none;
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Tabs
=================================== */
.cisc-tabs {
  margin: 0 0 30px;
}

.content .cisc-tabs-nav,
.entry-content .cisc-tabs-nav {
  margin: 0;
  padding: 0;
}

.cisc-tabs-nav {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
.cisc-tabs-nav:before, .cisc-tabs-nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cisc-tabs-nav:after {
  clear: both;
}
.cisc-tabs-nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cisc-tabs-nav li a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-family: inherit;
  margin: 0 3px 0 0;
  width: auto;
  height: auto;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  padding: 12px 18px 11px;
  text-decoration: none;
  text-shadow: none;
  /* Default styling */
  border-radius: 2px 2px 0 0;
  color: #47A8D8;
  background-color: #EBEBEB;
}
.cisc-tabs-nav li a.cisc-active, .cisc-tabs-nav li a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #47A8D8;
}
.cisc-tabs-nav li a:focus {
  outline: 0;
}

.cisc-tabs-wrap {
  /* Default styling */
  border-width: 2px;
  border-color: #47A8D8;
  border-style: solid;
}

.cisc-tab-content {
  padding: 20px;
  display: none;
}
.cisc-tab-content:first-child {
  display: block;
}
.cisc-tab-content *:first-child {
  margin-top: 0;
}
.cisc-tab-content *:last-child {
  margin-bottom: 0;
}

/* Accordions
=================================== */
.cisc-accordion {
  margin: 0 0 30px;
}

.cisc-accordion-panel {
  margin: 0 0 2px;
}
.cisc-accordion-panel .cisc-accordion-panel-title a {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  font-family: inherit;
  margin: 0 3px 0 0;
  height: auto;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: left;
  vertical-align: middle;
  padding: 12px 18px 11px;
  width: 100%;
  text-decoration: none;
  text-shadow: none;
  /* Default styling */
  border-radius: 2px;
  color: #47A8D8;
  background-color: #EBEBEB;
}
.cisc-accordion-panel .cisc-accordion-panel-title a.cisc-active, .cisc-accordion-panel .cisc-accordion-panel-title a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #47A8D8;
}
.cisc-accordion-panel .cisc-accordion-panel-title a.cisc-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cisc-accordion-panel .cisc-accordion-panel-title a:focus {
  outline: 0;
}

.entry-content .cisc-accordion-panel-title a {
  border: none;
}

.cisc-accordion-panel-wrap {
  display: none;
}

.cisc-accordion-panel-content {
  padding: 20px;
  border-width: 2px;
  border-color: #47A8D8;
  border-style: solid;
  text-shadow: none;
}
.cisc-accordion-panel-content:before, .cisc-accordion-panel-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cisc-accordion-panel-content:after {
  clear: both;
}
.cisc-accordion-panel-content *:first-child {
  margin-top: 0;
}
.cisc-accordion-panel-content *:last-child {
  margin-bottom: 0;
}

/* Sliders, based on Flexslider
=================================== */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.cisc-flex-container a:hover,
.cisc-flex-container a:focus,
.cisc-flex-slider a:hover,
.cisc-flex-slider a:focus {
  outline: none;
}

.cisc-slides,
.cisc-flex-control-nav,
.cisc-flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cisc-flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.cisc-slider {
  margin: 0;
  padding: 0;
}
.cisc-slider .cisc-slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.cisc-slider .cisc-slides img {
  width: 100%;
  display: block;
}
.cisc-slider .cisc-slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .cisc-slider .cisc-slides {
  display: block;
}
* html .cisc-slider .cisc-slides {
  height: 1%;
}
.no-js .cisc-slider .cisc-slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.cisc-slider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}
.cisc-slider .cisc-slides {
  zoom: 1;
}

.cisc-flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.loading .cisc-flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.cisc-flex-direction-nav {
  *height: 0;
}
.cisc-flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cisc-flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.cisc-flex-direction-nav a.cisc-flex-next:before {
  content: '\f002';
}
.cisc-flex-direction-nav .cisc-flex-prev {
  left: -50px;
}
.cisc-flex-direction-nav .cisc-flex-next {
  right: -50px;
  text-align: right;
}
.cisc-slider:hover .cisc-flex-direction-nav .cisc-flex-prev {
  opacity: 0.7;
  left: 10px;
}
.cisc-slider:hover .cisc-flex-direction-nav .cisc-flex-prev:hover {
  opacity: 1;
}
.cisc-slider:hover .cisc-flex-direction-nav .cisc-flex-next {
  opacity: 0.7;
  right: 10px;
}
.cisc-slider:hover .cisc-flex-direction-nav .cisc-flex-next:hover {
  opacity: 1;
}
.cisc-flex-direction-nav .cisc-flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.cisc-flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.cisc-flex-pauseplay a:before {
  font-family: "FontAwesome";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.cisc-flex-pauseplay a:hover {
  opacity: 1;
}
.cisc-flex-pauseplay a .cisc-flex-play:before {
  content: '\f003';
}

.cisc-flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.cisc-flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.cisc-flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.cisc-flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.cisc-flex-control-paging li a.cisc-flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.cisc-flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.cisc-flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.cisc-flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cisc-flex-control-thumbs img:hover {
  opacity: 1;
}
.cisc-flex-control-thumbs .cisc-flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .cisc-flex-direction-nav .cisc-flex-prev {
    opacity: 1;
    left: 10px;
  }
  .cisc-flex-direction-nav .cisc-flex-next {
    opacity: 1;
    right: 10px;
  }
}
.cisc-slider {
  background: transparent;
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 30px;
  border: 2px solid #47A8D8;
}
.cisc-slider .cisc-slides {
  margin: 0 !important;
}
.cisc-slider .cisc-slides > li {
  list-style: none;
}

.cisc-slide-content {
  padding: 20px 20px 50px 20px;
  font-family: inherit;
}
.cisc-slide-content:before, .cisc-slide-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cisc-slide-content:after {
  clear: both;
}
.cisc-slide-content *:first-child {
  margin-top: 0;
}
.cisc-slide-content *:last-child {
  margin-bottom: 0;
}

.cisc-flex-control-nav {
  bottom: 7px;
  z-index: 10;
}

.cisc-flex-control-paging li {
  margin: 0 4px;
}
.cisc-flex-control-paging li a {
  background: #EBEBEB;
  box-shadow: none;
  text-decoration: none;
  border: 0;
}
.cisc-flex-control-paging li a.cisc-flex-active {
  background: #47A8D8;
}

/* Blockquotes
=================================== */
.cisc-blockquote blockquote {
  float: none;
  text-shadow: none;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
  background-color: transparent;
  text-align: center;
  padding: 25px;
  font-size: 1.3em;
  background-image: none !important;
}
.cisc-blockquote blockquote:after, .cisc-blockquote blockquote:before {
  display: none;
}
.cisc-blockquote blockquote > i,
.cisc-blockquote blockquote > .fa-quote-left {
  font-size: 50px;
  display: inline-block;
  margin: 0 0 20px;
  position: static !important;
}
.cisc-blockquote blockquote p {
  text-shadow: none;
  color: inherit;
  font-style: italic;
}
.cisc-blockquote blockquote cite {
  text-shadow: none;
  margin: 1.5em 0 0;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
  color: inherit;
}

/* Lists
=================================== */
.cisc-list {
  margin: 0 0 15px;
  font-size: 1.1em;
}
.cisc-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cisc-list ul ul {
  margin: 0 0 0 10px;
}
.cisc-list li {
  margin: 0 0 2px 0;
  list-style: none;
}
.cisc-list li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.4em;
}
.cisc-list li i {
  font-size: 0.85em;
  margin: 0 3px 0 0;
}

.hint {
  border-bottom: 1px dotted #858585;
  cursor: help;
}
.hint > .cisc-button {
  border-bottom: none;
  cursor: pointer;
  margin-bottom: -2px;
  margin-top: 2px;
}

/*! Hint.css - v1.3.3 - 2014-07-06
* http://kushagragour.in/lab/hint/
* Copyright (c) 2014 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
	HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  visibility: visible;
  opacity: 1;
}

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  padding: 9px 10px 7px;
  font-size: 12px;
  border-radius: 2px;
  line-height: 12px;
  white-space: nowrap;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px;
}

.hint--top:after {
  margin-left: -18px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px;
}

.hint--bottom:after {
  margin-left: -18px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

/**
 * Light
 */
.hint--light:after {
  background-color: #f0f0f0;
  text-shadow: none;
  color: #333;
}

.hint--light.hint--top:before {
  border-top-color: #f0f0f0;
}

.hint--light.hint--bottom:before {
  border-bottom-color: #f0f0f0;
}

.hint--light.hint--left:before {
  border-left-color: #f0f0f0;
}

.hint--light.hint--right:before {
  border-right-color: #f0f0f0;
}

/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.cisc-shortcode-scheme-blue {
  color: #FFF;
  background-color: #47A8D8;
}
.cisc-shortcode-scheme-blue.cisc-button > span {
  color: #FFF;
}
.cisc-shortcode-scheme-blue.cisc-button:hover > span {
  color: #FFF;
}
.cisc-shortcode-scheme-blue.cisc-box,
.cisc-shortcode-scheme-blue .cisc-tabs-wrap,
.cisc-shortcode-scheme-blue .cisc-accordion-panel-content {
  border-color: #47A8D8;
}
.cisc-shortcode-scheme-blue .cisc-tabs-nav li a,
.cisc-shortcode-scheme-blue .cisc-accordion-panel-title a {
  color: #47A8D8;
}
.cisc-shortcode-scheme-blue .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-blue .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-blue .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-blue .cisc-accordion-panel-title a:hover {
  background-color: #47A8D8;
  color: #FFF;
}
.cisc-shortcode-scheme-blue.cisc-separator {
  border-bottom-color: #47A8D8;
}
.cisc-shortcode-scheme-blue.cisc-list li:before {
  color: #47A8D8;
}
.cisc-shortcode-scheme-blue.cisc-slider {
  border-color: #47A8D8;
}
.cisc-shortcode-scheme-blue .cisc-flex-control-paging li a.cisc-flex-active {
  background: #47A8D8;
}

.cisc-shortcode-scheme-red {
  color: #FFF;
  background-color: #d92832;
}
.cisc-shortcode-scheme-red.cisc-button > span {
  color: #FFF;
}
.cisc-shortcode-scheme-red.cisc-button:hover > span {
  color: #FFF;
}
.cisc-shortcode-scheme-red.cisc-box,
.cisc-shortcode-scheme-red .cisc-tabs-wrap,
.cisc-shortcode-scheme-red .cisc-accordion-panel-content {
  border-color: #d92832;
}
.cisc-shortcode-scheme-red .cisc-tabs-nav li a,
.cisc-shortcode-scheme-red .cisc-accordion-panel-title a {
  color: #d92832;
}
.cisc-shortcode-scheme-red .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-red .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-red .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-red .cisc-accordion-panel-title a:hover {
  background-color: #d92832;
  color: #FFF;
}
.cisc-shortcode-scheme-red.cisc-separator {
  border-bottom-color: #d92832;
}
.cisc-shortcode-scheme-red.cisc-list li:before {
  color: #d92832;
}
.cisc-shortcode-scheme-red.cisc-slider {
  border-color: #d92832;
}
.cisc-shortcode-scheme-red .cisc-flex-control-paging li a.cisc-flex-active {
  background: #d92832;
}

.cisc-shortcode-scheme-yellow {
  color: #333;
  background-color: #ffec70;
}
.cisc-shortcode-scheme-yellow.cisc-button > span {
  color: #333;
}
.cisc-shortcode-scheme-yellow.cisc-button:hover > span {
  color: #333;
}
.cisc-shortcode-scheme-yellow.cisc-box,
.cisc-shortcode-scheme-yellow .cisc-tabs-wrap,
.cisc-shortcode-scheme-yellow .cisc-accordion-panel-content {
  border-color: #ffec70;
}
.cisc-shortcode-scheme-yellow .cisc-tabs-nav li a,
.cisc-shortcode-scheme-yellow .cisc-accordion-panel-title a {
  color: #ffec70;
}
.cisc-shortcode-scheme-yellow .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-yellow .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-yellow .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-yellow .cisc-accordion-panel-title a:hover {
  background-color: #ffec70;
  color: #333;
}
.cisc-shortcode-scheme-yellow.cisc-separator {
  border-bottom-color: #ffec70;
}
.cisc-shortcode-scheme-yellow.cisc-list li:before {
  color: #ffec70;
}
.cisc-shortcode-scheme-yellow.cisc-slider {
  border-color: #ffec70;
}
.cisc-shortcode-scheme-yellow .cisc-flex-control-paging li a.cisc-flex-active {
  background: #ffec70;
}

.cisc-shortcode-scheme-orange {
  color: #FFF;
  background-color: #ff8520;
}
.cisc-shortcode-scheme-orange.cisc-button > span {
  color: #FFF;
}
.cisc-shortcode-scheme-orange.cisc-button:hover > span {
  color: #FFF;
}
.cisc-shortcode-scheme-orange.cisc-box,
.cisc-shortcode-scheme-orange .cisc-tabs-wrap,
.cisc-shortcode-scheme-orange .cisc-accordion-panel-content {
  border-color: #ff8520;
}
.cisc-shortcode-scheme-orange .cisc-tabs-nav li a,
.cisc-shortcode-scheme-orange .cisc-accordion-panel-title a {
  color: #ff8520;
}
.cisc-shortcode-scheme-orange .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-orange .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-orange .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-orange .cisc-accordion-panel-title a:hover {
  background-color: #ff8520;
  color: #FFF;
}
.cisc-shortcode-scheme-orange.cisc-separator {
  border-bottom-color: #ff8520;
}
.cisc-shortcode-scheme-orange.cisc-list li:before {
  color: #ff8520;
}
.cisc-shortcode-scheme-orange.cisc-slider {
  border-color: #ff8520;
}
.cisc-shortcode-scheme-orange .cisc-flex-control-paging li a.cisc-flex-active {
  background: #ff8520;
}

.cisc-shortcode-scheme-purple {
  color: #FFF;
  background-color: #8c3eff;
}
.cisc-shortcode-scheme-purple.cisc-button > span {
  color: #FFF;
}
.cisc-shortcode-scheme-purple.cisc-button:hover > span {
  color: #FFF;
}
.cisc-shortcode-scheme-purple.cisc-box,
.cisc-shortcode-scheme-purple .cisc-tabs-wrap,
.cisc-shortcode-scheme-purple .cisc-accordion-panel-content {
  border-color: #8c3eff;
}
.cisc-shortcode-scheme-purple .cisc-tabs-nav li a,
.cisc-shortcode-scheme-purple .cisc-accordion-panel-title a {
  color: #8c3eff;
}
.cisc-shortcode-scheme-purple .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-purple .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-purple .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-purple .cisc-accordion-panel-title a:hover {
  background-color: #8c3eff;
  color: #FFF;
}
.cisc-shortcode-scheme-purple.cisc-separator {
  border-bottom-color: #8c3eff;
}
.cisc-shortcode-scheme-purple.cisc-list li:before {
  color: #8c3eff;
}
.cisc-shortcode-scheme-purple.cisc-slider {
  border-color: #8c3eff;
}
.cisc-shortcode-scheme-purple .cisc-flex-control-paging li a.cisc-flex-active {
  background: #8c3eff;
}

.cisc-shortcode-scheme-pink {
  color: #FFF;
  background-color: #FF0060;
}
.cisc-shortcode-scheme-pink.cisc-button > span {
  color: #FFF;
}
.cisc-shortcode-scheme-pink.cisc-button:hover > span {
  color: #FFF;
}
.cisc-shortcode-scheme-pink.cisc-box,
.cisc-shortcode-scheme-pink .cisc-tabs-wrap,
.cisc-shortcode-scheme-pink .cisc-accordion-panel-content {
  border-color: #FF0060;
}
.cisc-shortcode-scheme-pink .cisc-tabs-nav li a,
.cisc-shortcode-scheme-pink .cisc-accordion-panel-title a {
  color: #FF0060;
}
.cisc-shortcode-scheme-pink .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-pink .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-pink .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-pink .cisc-accordion-panel-title a:hover {
  background-color: #FF0060;
  color: #FFF;
}
.cisc-shortcode-scheme-pink.cisc-separator {
  border-bottom-color: #FF0060;
}
.cisc-shortcode-scheme-pink.cisc-list li:before {
  color: #FF0060;
}
.cisc-shortcode-scheme-pink.cisc-slider {
  border-color: #FF0060;
}
.cisc-shortcode-scheme-pink .cisc-flex-control-paging li a.cisc-flex-active {
  background: #FF0060;
}

.cisc-shortcode-scheme-brown {
  color: #FFF;
  background-color: #614b1f;
}
.cisc-shortcode-scheme-brown.cisc-button > span {
  color: #FFF;
}
.cisc-shortcode-scheme-brown.cisc-button:hover > span {
  color: #FFF;
}
.cisc-shortcode-scheme-brown.cisc-box,
.cisc-shortcode-scheme-brown .cisc-tabs-wrap,
.cisc-shortcode-scheme-brown .cisc-accordion-panel-content {
  border-color: #614b1f;
}
.cisc-shortcode-scheme-brown .cisc-tabs-nav li a,
.cisc-shortcode-scheme-brown .cisc-accordion-panel-title a {
  color: #614b1f;
}
.cisc-shortcode-scheme-brown .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-brown .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-brown .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-brown .cisc-accordion-panel-title a:hover {
  background-color: #614b1f;
  color: #FFF;
}
.cisc-shortcode-scheme-brown.cisc-separator {
  border-bottom-color: #614b1f;
}
.cisc-shortcode-scheme-brown.cisc-list li:before {
  color: #614b1f;
}
.cisc-shortcode-scheme-brown.cisc-slider {
  border-color: #614b1f;
}
.cisc-shortcode-scheme-brown .cisc-flex-control-paging li a.cisc-flex-active {
  background: #614b1f;
}

.cisc-shortcode-scheme-green {
  color: #FFF;
  background-color: #57bf49;
}
.cisc-shortcode-scheme-green.cisc-button > span {
  color: #FFF;
}
.cisc-shortcode-scheme-green.cisc-button:hover > span {
  color: #FFF;
}
.cisc-shortcode-scheme-green.cisc-box,
.cisc-shortcode-scheme-green .cisc-tabs-wrap,
.cisc-shortcode-scheme-green .cisc-accordion-panel-content {
  border-color: #57bf49;
}
.cisc-shortcode-scheme-green .cisc-tabs-nav li a,
.cisc-shortcode-scheme-green .cisc-accordion-panel-title a {
  color: #57bf49;
}
.cisc-shortcode-scheme-green .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-green .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-green .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-green .cisc-accordion-panel-title a:hover {
  background-color: #57bf49;
  color: #FFF;
}
.cisc-shortcode-scheme-green.cisc-separator {
  border-bottom-color: #57bf49;
}
.cisc-shortcode-scheme-green.cisc-list li:before {
  color: #57bf49;
}
.cisc-shortcode-scheme-green.cisc-slider {
  border-color: #57bf49;
}
.cisc-shortcode-scheme-green .cisc-flex-control-paging li a.cisc-flex-active {
  background: #57bf49;
}

.cisc-shortcode-scheme-gray {
  color: #333;
  background-color: #dadada;
}
.cisc-shortcode-scheme-gray.cisc-button > span {
  color: #333;
}
.cisc-shortcode-scheme-gray.cisc-button:hover > span {
  color: #333;
}
.cisc-shortcode-scheme-gray.cisc-box,
.cisc-shortcode-scheme-gray .cisc-tabs-wrap,
.cisc-shortcode-scheme-gray .cisc-accordion-panel-content {
  border-color: #dadada;
}
.cisc-shortcode-scheme-gray .cisc-tabs-nav li a,
.cisc-shortcode-scheme-gray .cisc-accordion-panel-title a {
  color: #dadada;
}
.cisc-shortcode-scheme-gray .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-gray .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-gray .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-gray .cisc-accordion-panel-title a:hover {
  background-color: #dadada;
  color: #333;
}
.cisc-shortcode-scheme-gray.cisc-separator {
  border-bottom-color: #dadada;
}
.cisc-shortcode-scheme-gray.cisc-list li:before {
  color: #dadada;
}
.cisc-shortcode-scheme-gray.cisc-slider {
  border-color: #dadada;
}
.cisc-shortcode-scheme-gray .cisc-flex-control-paging li a.cisc-flex-active {
  background: #dadada;
}

.cisc-shortcode-scheme-white {
  color: #333;
  background-color: #f4f4f4;
}
.cisc-shortcode-scheme-white.cisc-button > span {
  color: #333;
}
.cisc-shortcode-scheme-white.cisc-button:hover > span {
  color: #333;
}
.cisc-shortcode-scheme-white.cisc-box,
.cisc-shortcode-scheme-white .cisc-tabs-wrap,
.cisc-shortcode-scheme-white .cisc-accordion-panel-content {
  border-color: #f4f4f4;
}
.cisc-shortcode-scheme-white .cisc-tabs-nav li a,
.cisc-shortcode-scheme-white .cisc-accordion-panel-title a {
  color: #f4f4f4;
}
.cisc-shortcode-scheme-white .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-white .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-white .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-white .cisc-accordion-panel-title a:hover {
  background-color: #f4f4f4;
  color: #333;
}
.cisc-shortcode-scheme-white.cisc-separator {
  border-bottom-color: #f4f4f4;
}
.cisc-shortcode-scheme-white.cisc-list li:before {
  color: #f4f4f4;
}
.cisc-shortcode-scheme-white.cisc-slider {
  border-color: #f4f4f4;
}
.cisc-shortcode-scheme-white .cisc-flex-control-paging li a.cisc-flex-active {
  background: #f4f4f4;
}

.cisc-shortcode-scheme-black {
  color: #FFF;
  background-color: #111;
}
.cisc-shortcode-scheme-black.cisc-button > span {
  color: #FFF;
}
.cisc-shortcode-scheme-black.cisc-button:hover > span {
  color: #FFF;
}
.cisc-shortcode-scheme-black.cisc-box,
.cisc-shortcode-scheme-black .cisc-tabs-wrap,
.cisc-shortcode-scheme-black .cisc-accordion-panel-content {
  border-color: #111;
}
.cisc-shortcode-scheme-black .cisc-tabs-nav li a,
.cisc-shortcode-scheme-black .cisc-accordion-panel-title a {
  color: #111;
}
.cisc-shortcode-scheme-black .cisc-tabs-nav li a.cisc-active, .cisc-shortcode-scheme-black .cisc-tabs-nav li a:hover,
.cisc-shortcode-scheme-black .cisc-accordion-panel-title a.cisc-active,
.cisc-shortcode-scheme-black .cisc-accordion-panel-title a:hover {
  background-color: #111;
  color: #FFF;
}
.cisc-shortcode-scheme-black.cisc-separator {
  border-bottom-color: #111;
}
.cisc-shortcode-scheme-black.cisc-list li:before {
  color: #111;
}
.cisc-shortcode-scheme-black.cisc-slider {
  border-color: #111;
}
.cisc-shortcode-scheme-black .cisc-flex-control-paging li a.cisc-flex-active {
  background: #111;
}

div[class*="cisc-shortcode-scheme"].cisc-tabs,
div[class*="cisc-shortcode-scheme"].cisc-accordion,
div[class*="cisc-shortcode-scheme"].cisc-list {
  background: none;
  border: none;
  color: inherit;
}

div[class*="cisc-shortcode-scheme"].cisc-slider,
hr[class*="cisc-shortcode-scheme"].cisc-separator {
  background: none;
  color: inherit;
}

[class*="cisc-shortcode-scheme"].cisc-heading {
  padding: 0.2em 0.6em;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.ci-socials-ignited {
  line-height: 0; }

.ci-socials-ignited img {
  max-width: none !important;
  min-width: 0 !important; }

.widget_ci_socials_ignited.widget a,
.widget_ci_socials_ignited.widget a:visited,
.widget_ci_socials_ignited.widget a:hover,
.widget_ci_socials_ignited.widget a:focus {
  transition: none;
  border: none;
  background: none;
  text-decoration: none;
  display: inline-block;
  line-height: 0; }

/* Socials Ignited FontAwesome Styles */
.ci-socials-ignited-fa i {
  text-align: center;
  display: inline-block;
  transition: opacity 0.15s ease; }
.ci-socials-ignited-fa a {
  display: inline-block;
  margin: 0 5px 5px 0; }
/* -----------------------------------------
	normalize.css v2.1.2 | MIT License | git.io/normalize
----------------------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -----------------------------------------
   Custom Defaults
----------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* Base Typography  ---------------------- */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.675;
	font-weight: normal;
	font-style: normal;
	position: relative;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.15;
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 15px 0;
}

a, a:visited { color: #2ba6cb; text-decoration: none; line-height: inherit; }

a:hover { color: #2795b6; }

a:focus { color: #2795b6; }

/* Navigation functional styles  ---------------------- */
.alt-nav { display: none; }
#nav { }
#nav ul { margin: 0; padding: 0; list-style: none; }
#navigation li { position: relative; z-index: 100;}
#navigation > li { float: left; }
#navigation ul { position: absolute; z-index: 300; top: -999em; }
#navigation ul ul { }
#navigation li:hover > ul,
#navigation .sfHover > ul { top: auto; }
#navigation li li:hover > ul,
#navigation li .sfHover > ul { top: 0; left: 100%; }
#navigation li li li:hover > ul,
#navigation li li .sfHover > ul{ top: 0; left: 100%; }
#navigation a, #navigation a:visited { display: block; white-space: nowrap; }

#googlemap img, object, embed,
#map embed, #map img, #map object { max-width: none !important; }

/* Lists ---------------------- */
ul, ol, dl { margin:0 0 15px 25px; list-style-position: outside; }
ul li ul, ul li ol { margin-left: 20px; margin-bottom: 0; }
ul.square, ul.circle, ul.disc { margin-left: 17px; }
ul.square { list-style-type: square; }
ul.square li ul { list-style: inherit; }
ul.circle { list-style-type: circle; }
ul.circle li ul { list-style: inherit; }
ul.disc { list-style-type: disc; }
ul.disc li ul { list-style: inherit; }
ul.no-bullet { list-style: none; }
ul.large li { line-height: 21px; }
ol li ul, ol li ol { margin-left: 20px; margin-bottom: 0; }

/* Blockquotes ---------------------- */

blockquote { margin: 0 0 17px; padding: 9px 20px 0 19px; border-left: 1px solid #dddddd; }
blockquote cite { display: block; font-size: 13px; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited {  }

abbr, acronym { text-transform: uppercase; font-size: 90%; border-bottom: 1px solid #dddddd; cursor: help; }

abbr { text-transform: none; }

/* Standard Forms ---------------------- */

.row form .row { margin: 0 -6px; }
.row form .row .column, .row form .row .columns { padding: 0 6px; }

label { cursor: pointer; display: block; font-weight: 500; margin-bottom: 3px; }
label.right { float: none; text-align: right; }
label.inline { line-height: 32px; margin: 0 0 12px 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	border-radius: 0;
	box-shadow: none;
	width: auto;
	font: inherit;
	padding: 9px 15px;
	height: auto;
	border: 1px solid #EFEFEF;
	line-height: normal;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	background: #fafafa;
	border-color: #b3b3b3;
	outline: none;
}

input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] { background-color: #ddd; }

textarea { height: auto; }

select { width: 100%; }

fieldset { padding: 15px 15px 0 15px; }
fieldset legend { font-weight: bold; padding: 0 3px; margin: 0; margin-left: -3px; }

/* -----------------------------------------
   The Grid
----------------------------------------- */
.row { width: 1280px; max-width: 100%; min-width: 768px; margin: 0 auto; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -15px; }
.row .row.collapse { margin: 0; }

.column, .columns { float: left; min-height: 1px; padding: 0 15px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }

/*[class*="column"] + [class*="column"]:last-child { float: right; }*/ /* Uncomment this if you need it */

[class*="column"] + [class*="column"].end { float: left; }

.one, .row .one { width: 8.33333%; }

.two, .row .two { width: 16.66667%; }

.three, .row .three { width: 25%; }

.four, .row .four { width: 33.33333%; }

.five, .row .five { width: 41.66667%; }

.six, .row .six { width: 50%; }

.seven, .row .seven { width: 58.33333%; }

.eight, .row .eight { width: 66.66667%; }

.nine, .row .nine { width: 75%; }

.ten, .row .ten { width: 83.33333%; }

.eleven, .row .eleven { width: 91.66667%; }

.twelve, .row .twelve { width: 100%; }

.one-fifth, .row .one-fifth { width: 20%; }

.four-fifths, .row .four-fifths { width: 80%; }

.row .offset-by-one { margin-left: 8.33333%; }

.row .offset-by-two { margin-left: 16.66667%; }

.row .offset-by-three { margin-left: 25%; }

.row .offset-by-four { margin-left: 33.33333%; }

.row .offset-by-five { margin-left: 41.66667%; }

.row .offset-by-six { margin-left: 50%; }

.row .offset-by-seven { margin-left: 58.33333%; }

.row .offset-by-eight { margin-left: 66.66667%; }

.row .offset-by-nine { margin-left: 75%; }

.row .offset-by-ten { margin-left: 83.33333%; }

.row .offset-by-one-fifth { margin-left: 20%; }

.row .offset-by-four-fifths { margin-left: 80%; }

.push-two { left: 16.66667%; }

.pull-two { right: 16.66667%; }

.push-three { left: 25%; }

.pull-three { right: 25%; }

.push-four { left: 33.33333%; }

.pull-four { right: 33.33333%; }

.push-five { left: 41.66667%; }

.pull-five { right: 41.66667%; }

.push-six { left: 50%; }

.pull-six { right: 50%; }

.push-seven { left: 58.33333%; }

.pull-seven { right: 58.33333%; }

.push-eight { left: 66.66667%; }

.pull-eight { right: 66.66667%; }

.push-nine { left: 75%; }

.pull-nine { right: 75%; }

.push-ten { left: 83.33333%; }

.pull-ten { right: 83.33333%; }

.push-one-fifth { left: 20%; }

.pull-one-fifth { right: 20%; }

.push-four-fifths { left: 80%; }

.pull-four-fifths { right: 20%; }

img { height: auto; }

img, object, embed { max-width: 100%; }

img { -ms-interpolation-mode: bicubic; }


/* Nicolas Gallagher's micro clearfix */
.row, .group { *zoom: 1; }
.row:before, .row:after, .group:before, .group:after { content: " "; display: table; }
.row:after, .group:after { clear: both; }


/* -----------------------------------------
   Visibility Classes & Mobile Grid
----------------------------------------- */

/* Standard (large) display targeting */
.show-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .show-for-xlarge, .show-for-print { display: none !important; }

.hide-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .hide-for-xlarge, .hide-for-print { display: inherit !important; }

/* Very large display targeting */
@media only screen and (min-width: 1441px) { .hide-for-small, .hide-for-medium, .hide-for-medium-down, .hide-for-large, .show-for-large-up, .show-for-xlarge { display: inherit !important; }
  .show-for-small, .show-for-medium, .show-for-medium-down, .show-for-large, .hide-for-large-up, .hide-for-xlarge { display: none !important; } }
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) { .hide-for-small, .show-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .show-for-small, .hide-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }
/* Small display targeting */
@media only screen and (max-width: 767px) { .show-for-small, .hide-for-medium, .show-for-medium-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge { display: inherit !important; }
  .hide-for-small, .show-for-medium, .hide-for-medium-down, .show-for-large, .show-for-large-up, .show-for-xlarge { display: none !important; } }
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait { display: inherit !important; }

.hide-for-landscape, .show-for-portrait { display: none !important; }

@media screen and (orientation: landscape) { .show-for-landscape, .hide-for-portrait { display: inherit !important; }
  .hide-for-landscape, .show-for-portrait { display: none !important; } }
@media screen and (orientation: portrait) { .show-for-portrait, .hide-for-landscape { display: inherit !important; }
  .hide-for-portrait, .show-for-landscape { display: none !important; } }

/* Touch-enabled device targeting */
.show-for-touch { display: none !important; }

.hide-for-touch { display: inherit !important; }

.touch .show-for-touch { display: inherit !important; }

.touch .hide-for-touch { display: none !important; }

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge, table.show-for-large, table.hide-for-small, table.hide-for-medium { display: table !important; }

@media only screen and (max-width: 1279px) and (min-width: 768px) { .touch table.hide-for-xlarge, .touch table.hide-for-large, .touch table.hide-for-small, .touch table.show-for-medium { display: table !important; } }
@media only screen and (max-width: 767px) { table.hide-for-xlarge, table.hide-for-large, table.hide-for-medium, table.show-for-small { display: table !important; } }
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {

}
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) { .flex-video { padding-top: 0; } }
/* Between Medium and Small */
@media only screen and (max-width: 1279px) and (min-width: 768px) {

}

/* Small desktop to mobile ----- */

@media only screen and (min-width: 960px) and (max-width: 480px) {
	/* Mobile 4-column Grid */
	.row .tablet-one { width: 25% !important; float: left; padding: 0 15px; }
	.row .tablet-one:last-child { float: right; }
	.row .tablet-one.end { float: left; }
	.row.collapse .tablet-one { padding: 0; }
	.row .tablet-two { width: 50% !important; float: left; padding: 0 15px; }
	.row .tablet-two:last-child { float: right; }
	.row .tablet-two.end { float: left; }
	.row.collapse .tablet-two { padding: 0; }
	.row .tablet-three { width: 75% !important; float: left; padding: 0 15px; }
	.row .tablet-three:last-child { float: right; }
	.row .tablet-three.end { float: left; }
	.row.collapse .tablet-three { padding: 0; }
	.row .tablet-four { width: 100% !important; float: left; padding: 0 15px; }
	.row .tablet-four:last-child { float: right; }
	.row .tablet-four.end { float: left; }
	.row.collapse .tablet-four { padding: 0; }
	.push-one-tablet { left: 25%; }
	.pull-one-tablet { right: 25%; }
	.push-two-tablet { left: 50%; }
	.pull-two-tablet { right: 50%; }
	.push-three-tablet { left: 75%; }
	.pull-three-tablet { right: 75%; }
}

/* Small Devices ------------ */
@media only screen and (max-width: 768px) {
  body { -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }

  /* The Grid --- */
  .row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
  .column, .columns { width: auto !important; float: none; }
  .column:last-child, .columns:last-child { float: none; }
  [class*="column"] + [class*="column"]:last-child { float: none; }
  .column:before, .columns:before, .column:after, .columns:after { content: ""; display: table; }
  .column:after, .columns:after { clear: both; }
  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }

  /* Mobile 4-column Grid */
  .row .mobile-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .mobile-one:last-child { float: right; }
  .row .mobile-one.end { float: left; }
  .row.collapse .mobile-one { padding: 0; }
  .row .mobile-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .mobile-two:last-child { float: right; }
  .row .mobile-two.end { float: left; }
  .row.collapse .mobile-two { padding: 0; }
  .row .mobile-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .mobile-three:last-child { float: right; }
  .row .mobile-three.end { float: left; }
  .row.collapse .mobile-three { padding: 0; }
  .row .mobile-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .mobile-four:last-child { float: right; }
  .row .mobile-four.end { float: left; }
  .row.collapse .mobile-four { padding: 0; }
  .push-one-mobile { left: 25%; }
  .pull-one-mobile { right: 25%; }
  .push-two-mobile { left: 50%; }
  .pull-two-mobile { right: 50%; }
  .push-three-mobile { left: 75%; }
  .pull-three-mobile { right: 75%; }
 }#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  *zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

.loading-container {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
}

.pulse {
	border: 3px solid #999;
	height: 30px;
	width: 30px;
	position: absolute;
	left: -15px;
	top: -15px;
	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(0.1, 0.1);
		opacity: 0.0;
	}

	50% {
		opacity: 1.0;
	}

	100% {
		-webkit-transform: scale(1.2, 1.2);
		opacity: 0.0;
	}
}/*
Theme Name: BeautÃ©
Theme URI: http://www.cssigniter.com/ignite/themes/beaute
Author: cssigniter.com
Author URI: http://www.cssigniter.com
Description: A WordPress theme for Beauticians
Tags:
Version: 1.4
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. General
.. Header
.. Main Navigation
.. Homepage Specific Styles
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. External Plugins

*/


/* -----------------------------------------
	General
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {

}

a, a:visited, a:focus {
	transition: color 0.18s ease, background-color 0.18s ease, opacity 0.18s ease;
	color: #713949;
}

a:hover {
	color: #a15167;
}

html, #page {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	font-family: Lato, sans-serif;
	font-size: 14px;
	color: #FFF;
	background: #2D0C16;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrap {
	background: rgba(0,0,0,0.4);
	border: 1px solid rgba(255,255,255,0.2);
	padding: 30px;
	position: relative;
}

#main {
	margin-bottom: 60px;
}

/* -----------------------------------------
	Header
----------------------------------------- */
#header {
	position: relative;
	z-index: 5;
}

#header a,
#header a:visited {
	color: #FFF;
}

#header a:hover {
	opacity: 0.8;
}

#logo h1 {
	font-size: 30px;
	letter-spacing: -0.04em;
	margin: 0;
	line-height: 1;
}

#header .wrap {
	padding-bottom: 35px;
}

#nav {
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: -0.04em;
}

#page { position: relative; }

/* -----------------------------------------
	Main Navigation
----------------------------------------- */

#nav {
	position: absolute;
	right: 15px;
	top: -5px;
	z-index: 100;
} /* Navigation Container */

#navigation {
	z-index: 100;
}

#navigation li.appointment {
	position: relative;
	margin-right: 10px;
	padding-right: 11px;
}

#navigation li.appointment:after {
	position: absolute;
	right: 0;
	top: 12px;
	content: '';
	border-right: 1px solid rgba(255,255,255,0.5);
	height: 13px;
	line-height: 0;
}

#navigation .fa-reorder {
	margin-right: 5px;
}

#navigation a, #navigation a:visited { } /* Global Menu Link Styles */

#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited { } /* First Level & Global Menu Link Hover Styles */

#navigation > li > a,
#navigation > li > a:visited {
	padding: 5px 10px;
} /* First Level Menu Link Styles */

#navigation > li ul a,
#navigation > li ul a:visited {
	padding: 5px 10px;

} /* All Other Menu Level Link Styles */

#navigation > li ul a:hover,
#navigation > li ul .sfHover > a,
#navigation > li ul .sfHover > a:visited { } /* All Other Level Menu Link Hover Styles */

#navigation > li.current_page_item > a,
#navigation > li.current_page_item > a:visited,
#navigation > li.current-menu-item > a,
#navigation > li.current-menu-item > a:visited,
#navigation > li.current-menu-ancestor > a,
#navigation > li.current-menu-ancestor > a:visited{ } /* WordPress Current/Ancestor Page Styles */

#navigation li.menu > a:hover,
#navigation li.menu.sfHover > a{
	background: #000;
	opacity: 1;
	border-radius: 4px 4px 0 0;
}
#navigation ul,
#navigation ul:hover {
	text-align: center;
	background: #000;
	padding: 12px 30px;
	font-size: 13px;
	border-radius: 0 0 4px 4px;
	left: auto;
	right: 0;
} /* All Lower Level Menu Container Styles */


#navigation a.sf-with-ul {
	position: relative;
}

/* Styling for navigation arrows  ---------- */
#navigation a:hover:after ,
#navigation > .sfHover > a.sf-with-ul:after,
#navigation > .sfHover > a.sf-with-ul:visited {
	border-top-color: #FFF;
}

#navigation > li.current_page_item > a.sf-with-ul:after,
#navigation > li.current_page_item > a.sf-with-ul:visited:after,
#navigation > li.current-menu-item > a.sf-with-ul:after,
#navigation > li.current-menu-item > a.sf-with-ul:visited:after {
	border-top-color: #fff;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 18px;
	height: 0;
	width: 0;
	margin-top: 1px;
	border: 4px solid transparent;
	border-top-color: #727272;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #202020;
}

/* Styling for right facing arrows  ---------- */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -2px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #202020;
	border-left-color: rgba(0,0,0,.5);
}

.sf-arrows ul > li .sf-with-ul:focus:after,
.sf-arrows ul > li:hover .sf-with-ul:after,
.sf-arrows ul > li.sfHover .sf-with-ul:after {
	border-left-color: #202020;
	border-top-color: transparent !important;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */

.slide-content {
	margin-top: 180px;
	padding: 0 40px;
}

.slide-content.right {
	text-align: right;
}

.slide-content h1 {
	font-weight: 300;
	font-size: 60px;
	letter-spacing: -0.06em;
	line-height: 0.8;
	margin-bottom: 40px;
}

#slides {
	position: absolute !important;
	top: 0;
	left: 0;
}

.slides-pagination {
	display: none;
}

.slides-navigation a,
.slides-navigation a:visited {
	color: #FFF;
}

.slides-navigation a:hover {
	color: #FFF;
}


.featurette {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 5;
}

.featurette .item {
	margin-bottom: 0;
}

.featurette .wrap {
	border-bottom: none;
	padding-bottom: 20px;
}

.feat {
	position: relative;
}

.feat h3 {
	transition: all 0.18s ease;
}

.feat:hover > h3 {
	opacity: 0;
	visibility: hidden;
}

.feat a {
	position: relative;
}

.feat a > h3 {
	position: absolute;
	width: 100%;
	margin: 0 0 -10px 0;
	text-align: center;
	z-index: 10;
	bottom: 0;
	color: #FFF;
	opacity: 0;
	transition: all 0.3s ease;
}

.feat:hover a > h3 {
	bottom: 50%;
	opacity: 1;
	z-index: 10;
}

.slides-navigation {
	top: 50%;
}

.slides-navigation a {
	display: block;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 60px;
	margin: 0 25px;
	text-align: center;

	text-shadow: 0 1px 0 rgba(0,0,0,0.4);

	top: -60px;
	padding: 1px;
	transition: background 0.15s ease;
	opacity: 0.7;

}
.slides-navigation a:hover {
	opacity: 1;
}

/* -----------------------------------------
	Blog layout & Content
----------------------------------------- */
#title {
	padding: 50px 30px;
}

#title h1 {
	font-weight: 300;
	font-size: 60px;
	letter-spacing: -0.04em;
	margin: 0;
	line-height: normal;
}

.entry {
	margin-bottom: 30px;
}

.entry-thumb {
	line-height: 0;
}

.entry-title {
	font-size: 24px;
	margin-bottom: 3px;
	letter-spacing: -0.04em;
}

.entry-title a,
.entry-title a:visited {
	color: #FFF;
}

.entry-title a:hover {
	opacity: 0.8;
}

.entry-meta {
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.entry-excerpt {
	margin-bottom: 20px;
}

#pagination a,
#pagination a:visited,
#pagination span {
	padding: 10px 15px;
	border: 1px solid rgba(255,255,255,0.1);
	color: #FFF;
	margin-right: 10px;
	font-size: 12px;

	transition: border-color 0.18s ease;
}

#pagination span,
#pagination a:hover {
	border-color: #FFF;
	border-color: rgba(255,255,255,0.3);
}

#pagination .nav-symbol {
	border-style: none;
}


.single.entry .entry-thumb,
.single.entry .entry-meta {
	margin-bottom: 20px;
}

div[id^=gallery].gallery-columns-4 .gallery-item {
	width: 20% !important;
}

div[id^=gallery].gallery-columns-3 .gallery-item {
	width: 26% !important;
}

/* -----------------------------------------
	Services Template
----------------------------------------- */
.entry-details {
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry-details li {
	float: left;
	margin-right: 15px;
	font-weight: 300;
}

.entry-details li span {
	font-weight: normal;
}

.offer-badge {
	position: absolute;
	top: 30px;
	right: 0;
	padding: 8px 20px 9px 15px;
	background: #941742;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 12px;
	z-index: 1;
	letter-spacing: -0.04em;
	line-height: normal;
}

.offer-badge:before {
	content: "";
	position: absolute;
	display: block;
	border: 1.41em solid #941742;
	bottom: 0;
	left: -1.3em;
	border-right-width: 1.5em;
	border-left-color: transparent;

	border-radius: 5px;
	z-index:-1;
}

.scontent .item-thumb {
	margin-bottom: 20px;
}

.scontent h4 {
	margin-bottom: 5px;
}

/* -----------------------------------------
	Gallery + Team Templates
----------------------------------------- */
.item {
	margin-bottom: 30px;
}

#sidebar .item {
	margin: 0;
}

.item-thumb {
	margin-bottom: 10px;
	overflow: hidden;
	line-height: 0;
}

.item h3,
.item h4 {
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 5px;
	letter-spacing: -0.04em;
}

.item h3 {
	font-size: 18px;
}

.item h4 {
	font-size: 12px;
}

.item-thumb a {
	position: relative;
	display: block;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	opacity: 0;

	transition: all 0.18s ease;
}

.item-thumb a:hover .overlay {
	opacity: 1;
}

.overlay.zoom:after {
	font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;
	content:"\f00e";
	position: absolute;
	font-size: 30px;
	top: 200%;
	left: 50%;
	color: #FFF;
	margin-top: -30px;
	margin-left: -15px;
	opacity: 0;

	transition: top 0.2s ease, opacity 0.7s ease;
}

.item-thumb a:hover .overlay.zoom:after {
	top: 55%;
	opacity: 1;
	line-height: normal;
}


/* -----------------------------------------
   Contact Page
----------------------------------------- */
#map {
	width: 100%;
	height: 340px;
	color: #000;
}

.map .wrap {
	margin: 0 0 40px 0;
}

form.contact input[type=text],
form.contact input[type=email],
form.contact textarea {
	margin-bottom: 10px;
}

form.contact label,
.wpcf7-form label {
	margin-bottom: 6px;
}

form.contact input.highlight {
	border-color: red;
}

#done { display: none; }

.contact-content .wrap { margin-bottom: 30px; }
.contact-content .wrap p, .contact-content .wrap ul { margin-bottom: 0; }

/* -----------------------------------------
	Footer
----------------------------------------- */
#footer .wrap {
	border-bottom: none;
}

#footer a,
#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	opacity: 0.8;
}

.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	right: 15px;
}

.subnav li {
	float: left;
	margin-left: 25px;
}

.subnav li a {
	text-transform: uppercase;
	letter-spacing: -0.045em;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.widget {
	margin-bottom: 30px;
}

#sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget-title {
	font-size: 24px;
	letter-spacing: -0.04em;
	font-weight: 400;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin-bottom: 4px;
}

.widget ul li:last-of-type {
	margin-bottom: 0;
}

.widget a,
.widget a:visited {
	color: #FFF;
	font-weight: bold;
}

.widget a:hover {
	opacity: 0.8;
}


/* WIDGET: #Ads125
========================================= */
#ads125, .ads125 {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ads125 li,
.ads125 li {
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	max-width: 125px;
}

/* WIDGET: #Search
========================================= */
.searchform { line-height: 1; position: relative; }
.searchform > div { position: relative; line-height: 1; }
.searchform .screen-reader-text { display: none; }

.searchform input[type=text] {
	border-radius: 30px;
	margin: 0;
	width: 100%;
	font: inherit;
	line-height: 1;
	height: 38px;

	background: rgba(0,0,0,0.5);
	border: 2px solid rgba(255,255,255,0.55);
	color: #FFF;
}

.searchsubmit {
	font-size: 12px;
	line-height: 1;
	padding: 2px 25px 2px 20px;
	position: absolute;
	right: 0;
	top: 0;

	border-radius: 0 30px 30px 0;
	border: 2px solid rgba(255,255,255,0.4);
	border-left: none;
	height: 100%;
	background: #961744;
	color: #FFF;

	text-transform: uppercase;

}

.searchsubmit:hover {

}

.searchsubmit:active {

}

/* -----------------------------------------
   Comments
----------------------------------------- */
#comments h3 { margin: 0 0 30px 30px; }
ol#comment-list { margin: 0;}
.post-comments .wrap { padding-bottom: 5px; }
.comment-meta { font-size: 11px; padding-bottom: 9px; margin-bottom: 15px; display: block; border-bottom: 1px solid rgba(255,255,255,0.3); }
.comment-meta a, .comment-meta a:visited { display: block; color: #FFf; font-size: 18px;}
.post-comments { margin:40px 0 0 0; }
.post-comments h2 {  }
.post-comments ol, .post-comments ul { list-style: none; font-size:inherit;  }
.post-comments > ol { margin-left:0; margin-bottom:0; }
.post-comments li { margin:0 !important; padding:0 !important; background: none !important; position:relative; }
.post-comments .avatar { position:absolute; top:0; left:0; margin: 0 15px 5px 0; text-align: center;}
.post-comments .comment-text { margin-bottom: 30px; }
.post-comments > .comment-text:last-child { margin-bottom:0; }
.post-comments .comment-copy { margin-left: 80px;  padding: 0; font-size: 13px;  }
.post-comments .comment-copy p { margin-bottom:10px; }
.comment-reply-link:hover, .btn-reply:hover {  }
#cancel-comment-reply-link { display:block; font-size:12px; margin: -20px 0 15px 30px; }
a.comment-reply-link { line-height: normal; margin-top: 10px; display: inline-block; font-size: 10px; color: #FFF; }
a.comment-reply-link:hover { background: #FFF; color: #000; }
#cancel-comment-reply-link:hover {  }

#comment-list #respond { margin-bottom: 30px; }

.pp_inline label { display: inline; }
.comments-closed p { margin: 0; }

/* -----------------------------------------
   Comment Form
----------------------------------------- */
#form-wrapper {
	margin:40px 0 0 0;  }
#form-wrapper h2 { }
#form-wrapper form { margin-bottom:0; }
.post-form label { display:block; padding-bottom:5px; }
.post-form input[type=text] { width: 50%; }
.post-form input[type=submit] { margin-bottom:0; }
.post-form textarea { width:90%; height:200px; }
#post-action { margin-bottom:0; }

.post-form input[type=text],
.post-form input[type=email],
.post-form textarea {
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
	float: left;
	margin: 0 15px 15px 0;
}

.flickr_badge_image a {
	display: block;
	line-height: 0;
}

.flickr_badge_image a:hover { }


/* WIDGET: #About
========================================= */
.widget_about {
	margin-top: -5px;
}

.widget_ci_about .alignleft {
	float: left;
	margin: 5px 10px 6px 0;
}

.widget_about .alignright {
	float: right;
	margin: 5px 0 6px 10px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul li {
	margin-bottom: 12px;
}

.widget_ci_twitter_widget .twitter-time {
	display: block;
	font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody { }
#wp-calendar tbody td { background: none; border: 1px solid rgba(0, 0, 0, 0.1); text-align: center; padding: 3px;}
#wp-calendar tbody td:hover { background: rgba(0, 0, 0, 0.1); }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }
#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }
#wp-calendar a { font-weight: bold; font-style: italic; }

/* ----------------------------------------------
	Helpers, WordPress Defaults, Generic Items
---------------------------------------------- */

/* WordPress Generated Classes
=================================== */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.wp-caption {
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* General Form Styling
=================================== */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
	border-radius: 30px;
	margin: 0;
	width: 100%;
	font: inherit;
	line-height: 1;
	height: 38px;

	background: rgba(0,0,0,0.5);
	border: 2px solid rgba(255,255,255,0.35);
	color: #FFF;

	transition: all 0.18s ease;
}


textarea {
	height: auto;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
	background: rgba(0,0,0,0.5);
	border: 1px solid rgba(255,255,255,1);
}

textarea {
	border-radius: 20px;
}

/* Buttons
=================================== */

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
.comment-reply-link,
.wpcf7-form input[type=submit] {
	line-height: normal;
	font-size: inherit;
	border: 2px solid #FFF;
	border-radius: 40px;
	vertical-align: middle;
	padding: 6px 35px;
	color: #fff;
	background: transparent;
	text-transform: uppercase;

	-webkit-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-moz-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-ms-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	-o-transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

a.btn:hover,
input[type=submit].btn:hover,
button.btn:hover,
.wpcf7-form input[type=submit] {
	background: #FFF;
	color: #2D0C16;
}

a.btn:active,
input[type=submit].btn:active,
button.btn:active, {
}


/* -----------------------------------------
	External Plugins
----------------------------------------- */

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
/* -----------------------------------------
   Theme Specific Media Queries
----------------------------------------- */

@media only screen and (max-width: 1024px ) {
	#bg {
		background-repeat: no-repeat;
		background-position: 50% 50%;
		height: 100%;
		width: 100%;
		z-index: -1;
		top: 0;
		position: fixed;
	}
}

@media only screen and ( max-width: 1024px ) {
	.slides-navigation a { margin: 0; }
}

/* Small desktop to mobile ----- */
@media only screen and (min-width: 960px) and (max-width: 480px) {

}

/* Only mobile ----- */
@media only screen and (max-width: 480px) {
	#title h1 { font-size: 34px; }
}

@media only screen and ( max-width: 945px ) and ( min-width: 768px ) {
	a.btn.read-more { font-size: 10px; }
}

/* Main MQuery, iPad portrait and lower -- */
@media only screen and (max-width: 768px) {
	#logo { text-align: center; margin-bottom: 30px; }
	#navigation > li { display: block; float: none; margin: 0; padding: 0; }
	#navigation > li > a { margin: 0;}
	#navigation li.appointment { margin: 0; padding: 0; border: none; }
	.appointment:after { display: none; }
	#navigation ul { width: 100%; }
	#nav { position: static; text-align: center; }
	#footer { text-align: center; }
	.copy { margin-bottom: 20px; }
	.subnav { text-align: center; position: static;}
	.subnav li { float: none; display: inline-block; }
	.entry-thumb { margin-bottom: 30px; }
	#sidebar { margin-top: 50px; }
	.featurette {	position: relative;	margin-top: 380px; }
	.featurette .item {	margin-bottom: 30px; }
	.slides-navigation { display: none; }
	.slide-content { margin-top: 250px; text-align: center !important; }
	.slide-content h1 { font-size:36px; }
	#slides { height: 500px !important; border-bottom: 1px solid rgba(255,255,255,0.3); }

}
/* -----------------------------------------
   Main Color #Purple
----------------------------------------- */

a, a:visited {
	color: #713949;
}

a:hover {
	color: #a15167;
}

body {
	background-color: #2D0C16;
}

a.btn:hover,
input[type=submit].btn:hover,
button.btn:hover {
	color: #2D0C16;
}

.offer-badge,
.searchsubmit {
	background-color: #941742;
}

.offer-badge:before {
	border-color: #941742;
}


