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;
}

span.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('/preview/medi/wp-content/plugins/cssigniter-shortcodes/src/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/preview/medi/wp-content/plugins/cssigniter-shortcodes/src/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/preview/medi/wp-content/plugins/cssigniter-shortcodes/src/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/preview/medi/wp-content/plugins/cssigniter-shortcodes/src/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/preview/medi/wp-content/plugins/cssigniter-shortcodes/src/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/preview/medi/wp-content/plugins/cssigniter-shortcodes/src/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; }
/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; position: relative; overflow:hidden;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; background: #fff;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(/preview/medi/wp-content/themes/wp_medi5/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.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-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 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%; }
 }.clear{clear:both}.nobr{white-space:nowrap}div.pp_woocommerce .pp_content_container{background:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;box-shadow:0 1px 3px 0 rgba(0,0,0,0.25);-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 3px 0 rgba(0,0,0,0.25);padding:60px 0 40px 0}div.pp_woocommerce .pp_loaderIcon{background:url(/preview/medi/wp-content/themes/wp_medi5/images/ajax-loader.gif) center no-repeat}div.pp_woocommerce div.ppt{color:black}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,0.5);background:#fff;box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);-moz-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_arrow_previous:before,div.pp_woocommerce .pp_arrow_next:before,div.pp_woocommerce .pp_previous:before,div.pp_woocommerce .pp_next:before{line-height:1.15!important}div.pp_woocommerce .pp_previous:before,div.pp_woocommerce .pp_next:before{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;height:16px;width:16px;color:#666!important;background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#e8e8e8));background:-webkit-linear-gradient(#f6f6f6,#e8e8e8);background:-moz-linear-gradient(center top,#f6f6f6 0,#e8e8e8 100%);background:-moz-gradient(center top,#f6f6f6 0,#e8e8e8 100%);border:1px solid #ccc;font-size:14px!important;font-family:verdana!important;text-shadow:0 1px 0 #fff;font-weight:bold!important;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.075);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.075);content:"\2039";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_previous:before:hover,div.pp_woocommerce .pp_next:before:hover{background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e8e8e8));background:-webkit-linear-gradient(#fff,#e8e8e8);background:-moz-linear-gradient(center top,#fff 0,#e8e8e8 100%);background:-moz-gradient(center top,#fff 0,#e8e8e8 100%);color:#444!important}div.pp_woocommerce .pp_previous:hover:before,div.pp_woocommerce .pp_next:hover:before{display:block}div.pp_woocommerce .pp_previous:before{left:1em}div.pp_woocommerce .pp_next:before{right:1em;content:"\203a"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_description{font-size:14px}div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_arrow_next{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;height:16px;width:16px;color:#666!important;background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#e8e8e8));background:-webkit-linear-gradient(#f6f6f6,#e8e8e8);background:-moz-linear-gradient(center top,#f6f6f6 0,#e8e8e8 100%);background:-moz-gradient(center top,#f6f6f6 0,#e8e8e8 100%);border:1px solid #ccc;font-size:14px!important;font-family:verdana!important;text-shadow:0 1px 0 #fff;font-weight:bold!important;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.075);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.075);width:21px;height:21px;top:-10px;right:-10px}div.pp_woocommerce .pp_close:hover{background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e8e8e8));background:-webkit-linear-gradient(#fff,#e8e8e8);background:-moz-linear-gradient(center top,#fff 0,#e8e8e8 100%);background:-moz-gradient(center top,#fff 0,#e8e8e8 100%);color:#444!important}div.pp_woocommerce .pp_close:before{content:"\00d7";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0;line-height:1.45}div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_arrow_next{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;height:16px;width:16px;color:#666!important;background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#e8e8e8));background:-webkit-linear-gradient(#f6f6f6,#e8e8e8);background:-moz-linear-gradient(center top,#f6f6f6 0,#e8e8e8 100%);background:-moz-gradient(center top,#f6f6f6 0,#e8e8e8 100%);border:1px solid #ccc;font-size:14px!important;font-family:verdana!important;text-shadow:0 1px 0 #fff;font-weight:bold!important;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.075);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.075);position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_previous:hover,div.pp_woocommerce .pp_arrow_next:hover{background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e8e8e8));background:-webkit-linear-gradient(#fff,#e8e8e8);background:-moz-linear-gradient(center top,#fff 0,#e8e8e8 100%);background:-moz-gradient(center top,#fff 0,#e8e8e8 100%);color:#444!important}div.pp_woocommerce .pp_arrow_previous:before,div.pp_woocommerce .pp_arrow_next:before{content:"\2039";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next:before{content:"\203a"}div.pp_woocommerce a.pp_expand,div.pp_woocommerce a.pp_contract{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;height:16px;width:16px;color:#666!important;background:#f6f6f6;background:-webkit-gradient(linear,left top,left bottom,from(#f6f6f6),to(#e8e8e8));background:-webkit-linear-gradient(#f6f6f6,#e8e8e8);background:-moz-linear-gradient(center top,#f6f6f6 0,#e8e8e8 100%);background:-moz-gradient(center top,#f6f6f6 0,#e8e8e8 100%);border:1px solid #ccc;font-size:14px!important;font-family:verdana!important;text-shadow:0 1px 0 #fff;font-weight:bold!important;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.075);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.05),inset 0 1px 0 rgba(255,255,255,0.5),0 1px 2px rgba(0,0,0,0.075);right:auto;left:-10px;top:-10px;height:21px;width:21px}div.pp_woocommerce a.pp_expand:hover,div.pp_woocommerce a.pp_contract:hover{background:#fff;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e8e8e8));background:-webkit-linear-gradient(#fff,#e8e8e8);background:-moz-linear-gradient(center top,#fff 0,#e8e8e8 100%);background:-moz-gradient(center top,#fff 0,#e8e8e8 100%);color:#444!important}div.pp_woocommerce a.pp_expand:before,div.pp_woocommerce a.pp_contract:before{content:"\2295";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0;line-height:.9!important;font-size:19px!important}div.pp_woocommerce a.pp_contract:before{content:"\2297"}div.pp_woocommerce #respond{margin:0;width:100%;background:0;border:0;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#fff;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:40px}.pp_content_container .pp_right{padding-right:40px}.pp_content_container .pp_details{float:left;margin:10px 0 2px 0}.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;margin:2px 4px;white-space:nowrap}.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;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}.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{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{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_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}/*
Theme Name: Medi
Theme URI: http://www.cssigniter.com/ignite/themes/medi
Author: The CSSIgniter Team
Author URI: http://www.cssigniter.com
Description: A Business Theme for WordPress
Tags:
Version: 1.3.3
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
.. Content Styles
.. Comments
.. Footer
.. Widgets Styling
.. Helpers, WordPress defaults, Generic Items
.. Mobile Menu
.. External Plugins

*/


/* -----------------------------------------
	General
----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #282828;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
	margin-bottom: 20px;
}

a, a:visited, a:focus {
	transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;

}

a:hover {
	color: #282828;
}

body {
	font-family: Oxygen, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #626262;
	line-height: 1.5;
	background: #FFFEFE;
}

/* -----------------------------------------
	Header
----------------------------------------- */
#top-head, .credits {
	font-size: 14px;
	color: #787878;
	background: #000000;
	line-height: normal;
	padding: 11px 0 11px;
}

#top-head a,
#top-head a:visited,
.credits a,
.credits a:visited {
	color: #FFF;
}

#top-head a:hover,
.credits a:hover {
}

#main-head {
	padding: 25px 0 35px;
}

#logo h1 {
	font-size: 42px;
	line-height: normal;
	margin: 0 0 -8px -3px;
	letter-spacing: -0.03em;
}

#logo h1 a,
#logo h1 a:visited {
	color: #282828;
}

#logo h1 a:hover {
	color: #626262;
}

#logo h2 {
	font-size: 14px;
	color: #626262;
	line-height: normal;
	margin: 0;
}

/* -----------------------------------------
	Main Navigation
----------------------------------------- */
#nav {
} /* Navigation Container */

#nav {
	position: absolute;
	right: 5px;
	top: 15px;
}

#navigation a, #navigation a:visited {
	color: #656565;
	line-height: normal;
} /* Global Menu Link Styles */

#navigation a:hover,
#navigation .sfHover > a,
#navigation .sfHover > a:visited {
	color: #282828;
} /* First Level & Global Menu Link Hover Styles */

#navigation > li > a,
#navigation > li > a:visited {
	padding: 10px 8px;
} /* First Level Menu Link Styles */

#navigation > li ul a,
#navigation > li ul a:visited {
	padding: 12px 15px;
	font-size: 13px;
} /* All Other Menu Level Link Styles */

#navigation > li ul a:hover,
#navigation > li ul .sfHover > a,
#navigation > li ul .sfHover > a:visited {
	background: rgba(0,0,0,0.05);
} /* 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{
	color: #000;
} /* WordPress Current/Ancestor Page Styles */

#navigation ul {
	background: #FFF;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	border-radius: 2px;
	left: 5px;
	min-width: 170px;
} /* All Lower Level Menu Container Styles */


#navigation a.sf-with-ul {
	padding-right: 23px;
	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: #202020;
}

#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: #202020;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 45%;
	right: 8px;
	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;
}

#navigation li.sup > a,
#navigation li.sup > a:visited {
	font-size: 16px;
	color: #626262;

	font-weight: normal;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	border: 3px solid #E70048;
	padding: 7px 27px;
	margin-left: 9px;
}

#navigation li.sup a:hover {
	color: #282828;
}

/* -----------------------------------------
	Homepage
----------------------------------------- */

main#content {
	border-top: 2px solid #E70048;
	padding: 60px 0;
}

main#content.nopad {
	padding: 0;
}
/* Home Slider */
#home-slider {
}

.slide-content {
	position: absolute;
	width: 100%;
	top: 35%;
	text-align: center;
}

.slide-content h3 {
	color: #FFF;
	letter-spacing: -0.03em;
	font-size: 48px;
	margin-bottom: 30px;
	text-shadow: 0 0 54px rgba(0,0,0,0.5);
}

.sld-btn, .sld-btn:visited {
	color: #FFF;
	display: inline-block;
	padding: 6px 50px;
	border: 3px solid #FFF;
	line-height: normal;
	margin: 0;
	height: 40px;
}

a.s-prev,
a.s-next,
a.s-prev:visited,
a.s-next:visited {
	color: #FFF;
	font-size: 20px;
	line-height: 0;
	display: inline-block;
	border: 3px solid #FFF;
	padding: 2px 10px;
	margin: 0;
	height: 40px;
	position: relative;
	top: -3px;
}

a.s-prev i,
a.s-next i {
	position: relative;
	top: 5px;
}

a.s-prev {
	right: -3px;
}

a.s-next {
	left: -3px;
}

a.s-next:hover,
a.s-prev:hover,
a.sld-btn:hover {
}

/* Home Widget Areas */
.home-wgt-area {
	padding: 60px 0;
}

.home-wgt-area:nth-child(2) {
	background: #F7F6F6;
}

.home-wgt-area .widget {
	margin-bottom: 0;
}

hr {
	border:none;
	border-top: 1px solid #f2f1f1;
}

/* -----------------------------------------
	Content Styles
----------------------------------------- */
.entry {
	margin-bottom: 100px;
}

.entry:last-of-type,
.entry:last-child {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 14px;
	margin-bottom: 5px;
}

.entry-time {
	margin-right: 15px;
}

.entry-meta i {
	margin-right: 4px;
}

.entry-meta a,
.entry-meta a:visited {
	color: #626262;
}

.entry-meta a:hover {
	color: #282828;
}

.entry-thumb {
	margin-bottom: 20px;
}

.entry blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 1.2em;
	padding-top: 0;
	border-width: 3px;
}

/* Pagination */
#paging {
	margin: 60px 0 15px 0;
}

#paging a, #paging span {
	border: none;
	padding: 10px 15px;
	background: #F7F6F6;
}

#paging a:hover {
	color: #FFF;
}

/* -----------------------------------------
	PAGE TEMPLATES: Services & Personnel Listing #2
----------------------------------------- */
.item-list {
	margin: 0 0 30px 0;
	list-style: none;
	padding: 0;
}

.item-list li {
	background: #F7F6F6;
	position: relative;

	transition: all 0.18s ease;
}

.item-list a,
.item-list a:visited {
	display: block;
	padding: 10px 15px;
	color: #626262;
	margin-bottom: 1px;
	position: relative;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;
}

.item-list li:after {
	content:"\f054";
	position: absolute;
	font-family:FontAwesome;
	font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;
	*margin-right:.3em;
	top: 12px;
	right: 17px;
}

.item-list li.active,
.item-list li.active:visited {
	color: #000;
	font-weight: bold;
	background: #edecec;
}

.item-list li.active a {
	color: #000;
}

.pp_pic_holder.pp_woocommerce {
	overflow: visible !important;
	width: auto !important;
}

/* -----------------------------------------
	Contact Page Styles
----------------------------------------- */
#map { min-height: 350px; margin-bottom: 30px; }
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
	width: 70%;
}

/* -----------------------------------------
   Comments
----------------------------------------- */
.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; border: 1px solid #EBEBEB;  }
.post-comments .comment-text { margin-bottom: 30px; }
.post-comments > .comment-text:last-child { margin-bottom:0; }
.post-comments .comment-copy { margin-left: 80px;  padding: 15px; font-size: 13px; background: #fbfbfb; }
.post-comments .comment-copy p { margin-bottom:10px; }
.post-comments .comment-meta { font-weight: bold; margin-bottom:5px !important; }
.comment-reply-link, .btn-reply { display:inline-block; height:15px; padding:5px 5px 0 5px; position:relative; top:5px; font-weight:bold; font-size:10px; text-transform: uppercase; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); line-height: 1; }
.comment-reply-link:hover, .btn-reply:hover {  }
.comment-reply-link { font-size:10px; font-weight:bold; display:inline-block; border-radius:2px; margin-bottom:5px; }
#cancel-comment-reply-link { display:block; font-size:12px; margin-top: 5px; }
#cancel-comment-reply-link:hover { border:none; color: #000; }

.pp_inline label { display: inline; }
/* -----------------------------------------
   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:80%; }
.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 {
	border: 1px solid #E5E5E5;
	padding: 10px 20px;
}


/* -----------------------------------------
	Footer
----------------------------------------- */
#footer {
	background: #F7F6F6;
}

.footer-inner {
	padding: 60px 0 40px;
}

.credits .six.columns:nth-child(2) {
	text-align: right;
}

/* -----------------------------------------
	Widgets
----------------------------------------- */
.widget {
	margin-bottom: 40px;
}

#sidebar .widget:last-child {
	margin-bottom: 0;
}

.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-title {
	font-size: 30px;
	margin-bottom: 15px;
}

#footer .widget-title,
#sidebar .widget-title {
	margin-bottom: 15px;
}

/* WIDGET: #Socials Widget on the top
========================================= */
#header .widget_ci_socials_ignited {
	position: absolute;
	right: 0;
	margin: 0;
}

#header .widget {
	margin: 0 5px 0 0 !important;
}

#header .widget_ci_socials_ignited h3 {
	display: none;
}

#header .widget_ci_socials_ignited img{
	width: 21px;
	height: auto;
	position: relative;
	top: -7px;
}


/* WIDGET: #Item Widgets
========================================= */
.item-thumb,
.item-thumb img {
	line-height: normal;
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.item-thumb,
.item-thumb:visited {
	position: relative;
	color: #FFF;
}

.item-thumb h3 {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	width: 100%;
	padding: 20px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;

	transition: all 0.18s ease;
}

.item-thumb:hover > h3 {
}

.ci_widget_item_widget p {
	margin-bottom: 0;
}

/* WIDGET: #Schedule Widget
========================================= */
.widget_ci_schedule_widget table {
	width: 100%;
	margin-bottom: 15px;
}

.widget_ci_schedule_widget th,
.widget_ci_schedule_widget td {
	margin: 0;
	padding: 12px 11px;
	font-weight: normal;
}

.widget_ci_schedule_widget th {
	text-align: left;
}

.widget_ci_schedule_widget td {
	text-align: right;
}

.widget_ci_schedule_widget tr {
	background: #FAF9F9;
	border-bottom: 1px solid #FFF;
}

.widget_ci_schedule_widget tr:nth-child(2n) {
	background: #F7F6F6;
}

/* WIDGET: #Callout
========================================= */
.widget_ci_callout_widget {
	position: relative;
}

.widget_ci_callout_widget p {
	max-width: 60%;
}

.widget_ci_callout_widget.three.columns .btn.callout,
.three.columns .widget_ci_callout_widget .btn.callout {
	position: static;
	display: inline-block;
	margin: 0;
}

.widget_ci_callout_widget.three.columns p,
.three.columns .widget_ci_callout_widget p{
	max-width: 100%;
}

.btn.callout,
.btn.callout:visited {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;

	font-size: 16px;
	color: #626262;

	font-weight: normal;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
	border: 3px solid #E70048;
	padding: 7px 27px;
}

.btn.callout:hover {
	background: none;
}

/* WIDGET: #Testimonials
========================================= */
.widget_ci_testimonial_widget blockquote {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
}

.widget_ci_testimonial_widget blockquote:after{
	content:"\f10e";
	position: absolute;
	font-family:FontAwesome;
	font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;
	*margin-right:.3em;
	top: -60px;
	right: 0;
	font-size: 48px;
	color: #EEEDED;
}

/* 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: 0;
	margin: 0;
	width: 100%;
	font: inherit;
	line-height: 1;
	height: 40px;
}

.searchsubmit {
	font-size: 14px;
	line-height: 0;
	padding: 3px 15px 2px;
	position: absolute;
	right: 0;
	top: 0;

	height: 100%;
	border: none;
	color: #FFF;
}

.searchsubmit i {
	color: #fff;
}

.searchsubmit:hover {

}

.searchsubmit:active {

}

/* 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 {
	background: #fff;
	border: 1px solid #f0f0f0;
	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: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Default galleries
=================================== */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/* 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 {

}

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 {

}

/* Buttons
=================================== */

a.btn,
a.btn:visited,
input[type=submit].btn,
button.btn,
.wpcf7-submit {
	line-height: normal;
	font-size: 14px;
	border: 1px solid #be0039;
	border-radius: 2px;
	vertical-align: middle;
	padding: 6px 17px;
	color: #FFF;
	font-weight: bold;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.3);

	-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-submit:hover {
	background: #282828;
	border-color: #000;
}

a.btn:active,
input[type=submit].btn:active,
button.btn:active {
	box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.17);
}


/* -----------------------------------------
   MOBILE MENU
----------------------------------------- */

#mobile-bar {
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	background: #242628;
	background-image: linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -o-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(20,22,23) 1%, rgb(34,36,38) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.01, rgb(20,22,23)),
		color-stop(1, rgb(34,36,38))
	);
	padding: 15px 10px 0 10px;
	height: 48px;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.2);
	display: none;
}

.menu-trigger,
.menu-trigger:focus {
	width: 24px;
	height: 21px;
	background: url(/preview/medi/wp-content/themes/wp_medi5/images/menu_trigger.png) no-repeat;
	cursor: pointer;
	opacity: 0.85;
	margin: 0;
	outline: none;
	position: absolute;
	left: 10px;
	top: 12px;
}
.menu-trigger:hover { opacity: 0.95; }
.menu-trigger:active { opacity: 1; }

.mob-title {
	color: #eeeeee;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(0,0,0,1);
	line-height: 1;
	margin: 0;
	padding: 0;
}
/*
	Animations
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition: none 0.4s ease;
	-moz-transition: none 0.4s ease;
	-o-transition: none 0.4s ease;
	transition: none 0.4s ease;
}
html.mm-opened.mm-dragging .mm-page
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened.mm-dragging.mm-next .mm-menu,
html.mm-opened.mm-dragging.mm-front .mm-menu
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	/* border-color is needed to force transitionend event even if no other value changed */
	/* transform is needed to force hardware acceleration */
	-webkit-transition-property: top, right, bottom, left, margin, border, -webkit-transform;
	-moz-transition-property: top, right, bottom, left, margin, border, -moz-transform;
	-o-transition-property: top, right, bottom, left, margin, border, -o-transform;
	transition-property: top, right, bottom, left, margin, border, transform;

	border: none solid rgba(0, 0, 0, 0);
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	border: none solid rgba(1, 1, 1, 0);
}
.mm-is-menu.mm-horizontal .mm-inner > ul
{
	-webkit-transition-property: margin-left;
	-moz-transition-property: margin-left;
	-o-transition-property: margin-left;
	transition-property: margin-left;
}

html.mm-accelerated.mm-opening .mm-page,
html.mm-accelerated.mm-opening #mm-blocker,
html.mm-accelerated .mm-is-menu.mm-horizontal .mm-inner > ul.mm-subopened
{
	-webkit-transform: translate3d( 0, 0, 1px );
	-moz-transform: translate3d( 0, 0, 1px );
	-o-transform: translate3d( 0, 0, 1px );
	transform: translate3d( 0, 0, 1px );
}

html.mm-opened .mm-page,
html.mm-opened #mm-blocker
{
	margin: 0px;
	left: 0%;
	top: 0;
}
html.mm-opening .mm-page,
html.mm-opening #mm-blocker
{
	margin: 0 0 0 -65px;
	left: 100%;
}


/*
	Menu, submenus, items
	- Sizing and positioning
*/
html.mm-opened .mm-page,
.mm-menu,
.mm-menu .mm-inner,
.mm-is-menu ul,
.mm-menu div.mm-search,
.mm-menu div.mm-search input
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* html/body */
html.mm-opened,
html.mm-opened body
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html.mm-opened body
{
	position: relative;
}

/* menu */
.mm-menu
{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.mm-menu.mm-opened
{
	display: block;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.mm-menu.mm-opened ~ .mm-menu.mm-opened
{
	display: none;
}
.mm-inner
{
	width: 100%;
	height: 100%;
	padding: 0 65px 0 0;
}

/* ul/li */
.mm-is-menu ul,
.mm-is-menu li
{
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}
.mm-is-menu li
{
	position: relative;
}
.mm-is-menu li:after
{
	content: '';
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mm-is-menu .mm-inner > ul
{
	width: 100%;
	padding: 20px 0 40px 0;
}

/* items */
.mm-is-menu li > a,
.mm-is-menu li > span
{
	text-indent: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 40px;
	overflow: hidden;
	display: block;
	padding: 0 10px 0 0;
	margin: 0;
}


/* subopen/close */
.mm-menu a.mm-subopen
{
	width: 40px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mm-menu a.mm-subopen:before
{
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	left: 0;
}
.mm-menu a.mm-subopen.mm-fullsubopen
{
	border-left: none;
	width: 100%;
}
.mm-menu a.mm-subopen.mm-fullsubopen:before
{
	border-left: none;
}
.mm-menu a.mm-subclose
{
	text-indent: 40px;
	padding-top: 20px;
	margin-top: -20px;
}
.mm-menu a.mm-subopen + a,
.mm-menu a.mm-subopen + span
{
	padding-right: 45px;
}

/* page + blocker */
html.mm-opened .mm-page
{
	height: 100%;
	overflow: hidden;
	position: absolute;
}
html.mm-background .mm-page
{
	background: inherit;
}
#mm-blocker
{
	background: #fff;
	opacity: 0;
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
}
html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker
{
	display: block;
}

/* vertical submenu */
.mm-menu.mm-vertical ul ul
{
	display: none;
	padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical li.mm-opened > ul
{
	display: block;
}
.mm-menu.mm-vertical ul ul li:last-child,
.mm-menu.mm-vertical ul ul li:last-child:after
{
	border-bottom-width: 0;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > a.mm-subopen + span
{
	padding-right: 5px;
	margin-right: 40px;
}
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + a,
.mm-menu.mm-vertical li.mm-opened.mm-selected > em.mm-counter + a.mm-subopen + span
{
	margin-right: 75px;
}

/* horizontal submenu */
.mm-menu.mm-horizontal .mm-inner
{
	white-space: nowrap;
}
.mm-menu.mm-horizontal ul
{
	vertical-align: top;
	margin-left: 0%;
}
.mm-menu.mm-horizontal ul.mm-submenu
{
	display: none;
}
.mm-menu.mm-horizontal ul,
.mm-menu.mm-horizontal ul.mm-submenu.mm-opened
{
	display: inline-block;
}
.mm-menu.mm-horizontal ul.mm-subopened
{
	margin-left: -100%;
	max-height: 100%;
	overflow: hidden;
}


/*
	Menu, submenus, items
	- Styling (default: dark background)
*/
.mm-is-menu
{
	background: #333;
}
.mm-is-menu *
{
	-webkit-text-size-adjust: none;
	text-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.mm-is-menu li
{
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-is-menu li:after
{
	border-bottom: 1px solid rgba( 0, 0, 0, 0.4 );
}

.mm-is-menu li,
.mm-is-menu li > a,
.mm-is-menu li > span
{
	color: rgba( 255, 255, 255, 0.5 );
	text-decoration: none;
}
.mm-menu li.mm-selected > a,
.mm-menu li.mm-selected > span
{
	background: rgba( 0, 0, 0, 0.2 );
}
.mm-menu li.mm-selected > a.mm-subopen
{
	background: transparent;
}

/* subopen/close */
.mm-menu a.mm-subopen
{
	border-left: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu a.mm-subopen:before
{
	border-left: 1px solid rgba( 0, 0, 0, 0.4 );
}
.mm-menu a.mm-subclose
{
	background: rgba( 0, 0, 0, 0.2 );
}

/* vertical submenu */
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen,
.mm-menu.mm-vertical li.mm-opened > ul
{
	background: rgba( 255, 255, 255, 0.06 );
}

/* page + blocker */
html.mm-opened .mm-page
{
	box-shadow: 0 0 20px rgba( 0, 0, 0, 0.8 );
}


/*
	Labels
	- Sizing and positioning
*/
.mm-menu li.mm-label
{
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}


/*
	Labels
	- Styling
*/
.mm-menu li.mm-label
{
	background: rgba( 255, 255, 255, 0.1 );
	font-size: 11px;
	color: rgba( 255, 255, 255, 0.5 );
}


/*
	Counters
	- Sizing and positioning
*/
.mm-menu em.mm-counter
{
	text-indent: 0;
	text-align: center;
	text-shadow: none;
	line-height: 22px;
	display: block;
	min-width: 16px;
	height: 20px;
	padding: 0 2px;
	position: absolute;
	right: 40px;
	top: 10px;
}
.mm-menu em.mm-counter + a.mm-subopen
{
	padding-left: 35px;
}
.mm-menu em.mm-counter + a.mm-subopen + a,
.mm-menu em.mm-counter + a.mm-subopen + span
{
	padding-right: 80px;
}


/*
	Counters
	- Styling
*/
.mm-menu em.mm-counter
{
	border-radius: 5px;
	background: rgba( 255, 255, 255, 0.1 );
	box-shadow: 0 0 2px rgba( 0, 0, 0, 0.3 );
	font-size: 11px;
	font-style: normal;
	color: rgba( 255, 255, 255, 0.4 );
}


/*
	Arrows
	- Sizing and positioning
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	content: '';
	border-width: 4px;
	border-style: solid;
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;

	-webkit-transform: rotate( -45deg );
	-moz-transform: rotate( -45deg );
	-o-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
.mm-menu a.mm-subopen:after
{
	border-top: none;
	border-left: none;
	margin-top: -4px;
	right: 16px;
}
.mm-menu a.mm-subclose:before
{
	border-right: none;
	border-bottom: none;
	margin-top: 4px;
	left: 20px;
}
.mm-menu.mm-vertical li.mm-opened > a.mm-subopen:after
{
	-webkit-transform: rotate( 45deg );
	-moz-transform: rotate( 45deg );
	-o-transform: rotate( 45deg );
	transform: rotate( 45deg );
}


/*
	Arrows
	- Styling
*/
.mm-menu a.mm-subopen:after,
.mm-menu a.mm-subclose:before
{
	border-color: rgba( 255, 255, 255, 0.3 );
}


/*
	Search
	- Sizing and positioning
*/
.mm-menu div.mm-search
{
	width: 100%;
	height: 50px;
	padding: 10px;
	position: relative;
	z-index: 1;
}

.mm-menu div.mm-search input
{
	border: none;
	border-radius: 15px;
	line-height: 30px;
	outline: none;
	display: block;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
.mm-menu li.mm-noresults
{
	border: none;
	display: none;
	padding-top: 30px;
}
.mm-menu li.mm-noresults:after
{
	border: none;
}
.mm-menu.mm-noresults li.mm-noresults
{
	display: block;
}

.mm-menu .mm-noresult,
.mm-menu .mm-nosubresult > a.mm-subopen,
.mm-menu .mm-nosubresult > em.mm-counter
{
	display: none;
}
.mm-menu .mm-nosubresult > a.mm-subopen + a,
.mm-menu .mm-nosubresult > a.mm-subopen + span
{
	padding-right: 5px;
}


/*
	Search
	- Styling
*/
.mm-menu div.mm-search
{
	background: rgba( 0, 0, 0, 0.2 );
	border-bottom: 1px solid rgba( 255, 255, 255, 0.1 );
}
.mm-menu div.mm-search input
{
	background: rgba( 255, 255, 255, 0.3 );
	color: rgba( 255, 255, 255, 0.9 );
}
.mm-menu li.mm-noresults
{
	color: rgba( 255, 255, 255, 0.4 );
	text-align: center;
}


/*
	Bugfix for browsers without support for overflowscrolling
		- Android < 3
*/
html.mm-no-overflowscrolling.mm-opened,
html.mm-no-overflowscrolling.mm-opened body
{
	overflow: visible;
}
html.mm-no-overflowscrolling.mm-opened body
{
	overflow-x: hidden;
}
html.mm-no-overflowscrolling.mm-opened .mm-page
{
	min-height: 200%;
	position: fixed;
	top: 0;
	z-index: 3;
}
html.mm-no-overflowscrolling .mm-menu
{
	height: auto;
	min-height: 100%;
	overflow: default;
	overflow-x: default;
	overflow-y: default;
	position: relative;
	left: auto;
	top: auto;
}
html.mm-no-overflowscrolling.mm-right .mm-menu
{
	position: absolute;
}


/*
	Bugfix for browsers with "scrolling" addressbar
		- mobiel safari on iPhone and iPod
*/
html.mm-iphone-addressbar body
{
	padding-bottom: 60px;
}


/*
	Sizing and positioning for larger screens
*/
@media all and (min-width: 500px) {

	.mm-menu
	{
		width: 500px;
	}
	html.mm-opening .mm-page,
	html.mm-opening #mm-blocker
	{
		left: 500px;
	}
}


/* -----------------------------------------
	External Plugins
----------------------------------------- *//* -----------------------------------------
   Theme Specific Media Queries
----------------------------------------- */

/* Small desktop to mobile ----- */
@media only screen and (max-width: 960px) and (min-width: 480px) {
	.slide-content h3 { font-size: 34px; }
}

/* Only mobile ----- */
@media only screen and (max-width: 480px) {

}

/* Main MQuery, iPad portrait and lower -- */
@media only screen and (max-width: 768px) {
	#page { margin-top: 48px; }
	#nav { display: none; }
	#mobile-bar { display: block; }

	#top-head { height: auto; text-align: center; padding: 15px 0 15px;}
	#header .widget_ci_socials_ignited { position: static; text-align: center; margin: 10px !important;  }
	#header .widget_ci_socials_ignited img { top: 0; }

	#logo { text-align: center; }
	#logo h1 { margin-bottom: 3px; }

	.widget { margin-bottom: 40px !important; }
	.home-wgt-area { padding-bottom: 0; }

	.slide-content { position: static; padding: 25px 15px; background: #E70048; }

	.slide-content h3 { font-size: 20px; }
	#paging { margin-bottom: 70px; }
	.entry-content, #comments { margin-bottom: 30px; }
	#sidebar .widget:last-child { margin-bottom: 0 !important; }

	.credits, .credits .six.columns:nth-child(2) { text-align: center; }

	.credits .six.columns:nth-child(2) { margin-top: 10px; }
}
