.ccchildpages {
  -moz-box-sizing   : border-box;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  margin            : 0 !important;
  padding           : 0 !important;
  clear             : both;
  display           : block;
  width             : 100%;
}

.cc-meta-info {
  font-size: 70%;
}

a.ccpage_title_link {
  text-decoration: inherit !important;
  color          : inherit !important;
}

a.ccpage_linked_thumb img {
  border: inherit;
}

.ccchildpage {
  -moz-box-sizing   : border-box;
  -webkit-box-sizing: border-box;
  box-sizing        : border-box;
  margin            : 1em 1%;
  padding           : 0.75em 2%;
  display           : block;
  float             : left;
}

.ccpages_excerpt,
.ccpages_more {
  font-size: 85%;
}

.ccpages_excerpt {
  display: block;
  margin : 0;
  padding: 0;
}

.ccfirst {
  clear: both;
}

.cclast {
  margin: 1em 1% 1em 0;
  float : right;
}

.onecol .ccchildpage {
  width: 98%;
}

.twocol .ccchildpage {
  width: 48%;
}

.threecol .ccchildpage {
  width: 31.333%;
}

.fourcol .ccchildpage {
  width: 23%;
}

/*
 * Sub-pages ...
 */
.ccsubpages {
  margin-top: 1em;
}

.ccsubpages ul {
  list-style: none;
}

/*
 * Navigation links
 */
.ccpages_nav {
  display   : block;
  clear     : both;
  text-align: center;
}

/*
 * End of Navigation links
 */

/*
 * Thumbnails ...
 */
.cc-child-pages-thumb {
  max-width: 100%;
  height   : auto;
  display  : block;
  margin   : 10px auto;
  clear    : both;
}

/*
 * End of Thumbnails
 */
/*
 * Rules for nested lists ..
 */
.twocol ul.ccchildpages_list li ul,
.threecol ul.ccchildpages_list li ul,
.fourcol ul.ccchildpages_list li ul {
  margin-left : 0.5em;
  padding-left: 0.5em;
}

.twocol ul.ccchildpages_list li ul li,
.threecol ul.ccchildpages_list li ul li,
.fourcol ul.ccchildpages_list li ul li {
  display: list-item;
  width  : 100%;
  float  : none;
}

/*
 * Media Queries
 */
@media screen and (min-width: 761px) {

  /*
	 * List items
	 */
  .twocol ul.ccchildpages_list li,
  .threecol ul.ccchildpages_list li,
  .fourcol ul.ccchildpages_list li {
    margin-left   : 0;
    margin-right  : 2%;
    vertical-align: top;
  }

  .twocol ul.ccchildpages_list li {
    width: 48%;
    float: left;
  }

  .twocol ul.ccchildpages_list li:nth-child(2n+3),
  .threecol ul.ccchildpages_list li:nth-child(3n+4),
  .fourcol ul.ccchildpages_list li:nth-child(4n+5) {
    clear: both;
  }

  .threecol ul.ccchildpages_list li {
    width: 31.333%;
    float: left;
  }

  .fourcol ul.ccchildpages_list li {
    width: 23%;
    float: left;
  }
}

@media screen and (min-width: 481px) and (max-width: 760px) {

  /* Undo rules we are not interested in for lower resolutions */
  .fourcol .cclast {
    margin: 1em 1%;
    float : left;
  }

  .fourcol .ccfirst {
    clear: none;
  }

  /* Add new rules for lower resolutions */
  .fourcol .ccchildpage {
    width: 31.333%;
  }

  .fourcol .ccchildpage:nth-child(3n) {
    margin: 1em 1% 1em 0;
    float : right;
  }

  .fourcol .ccchildpage:nth-child(3n+1) {
    clear: both;
  }

  /*
	 * List items
	 */
  .twocol ul.ccchildpages_list li,
  .threecol ul.ccchildpages_list li,
  .fourcol ul.ccchildpages_list li {
    margin-left   : 0;
    margin-right  : 5%;
    vertical-align: top;
  }

  .twocol ul.ccchildpages_list li {
    width: 45%;
    float: left;
  }

  .twocol ul.ccchildpages_list li:nth-child(2n+3),
  .threecol ul.ccchildpages_list li:nth-child(3n+4),
  .fourcol ul.ccchildpages_list li:nth-child(3n+4) {
    clear: both;
  }

  .threecol ul.ccchildpages_list li,
  .fourcol ul.ccchildpages_list li {
    width: 28.333%;
    float: left;
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {

  /* Undo rules we are not interested in for lower resolutions */
  .threecol .cclast,
  .fourcol .cclast {
    margin: 1em 1%;
    float : left;
  }

  .threecol .ccfirst,
  .fourcol .ccfirst {
    clear: none;
  }

  /* Add new rules for lower resolutions */
  .threecol .ccchildpage,
  .fourcol .ccchildpage {
    width: 48%;
  }

  .threecol .ccchildpage:nth-child(2n),
  .fourcol .ccchildpage:nth-child(2n) {
    margin: 1em 1% 1em 0;
    float : right;
  }

  .threecol .ccchildpage:nth-child(2n+1),
  .fourcol .ccchildpage:nth-child(2n+1) {
    clear: both;
  }

  /*
	 * List items
	 */
  .twocol ul.ccchildpages_list li,
  .threecol ul.ccchildpages_list li,
  .fourcol ul.ccchildpages_list li {
    margin-left   : 0;
    margin-right  : 7%;
    vertical-align: top;
  }

  .twocol ul.ccchildpages_list li,
  .threecol ul.ccchildpages_list li,
  .fourcol ul.ccchildpages_list li {
    width: 43%;
    float: left;
  }

  .twocol ul.ccchildpages_list li:nth-child(2n+3),
  .threecol ul.ccchildpages_list li:nth-child(2n+3),
  .fourcol ul.ccchildpages_list li:nth-child(2n+3) {
    clear: both;
  }
}

@media screen and (max-width: 320px) {

  /* Undo rules we are not interested in for lower resolutions */
  .twocol .cclast,
  .threecol .cclast,
  .fourcol .cclast {
    margin: 1em 1%;
    float : left;
  }

  .twocol .ccfirst,
  .threecol .ccfirst,
  .fourcol .ccfirst {
    clear: none;
  }

  /* Add new rules for lower resolutions */
  .twocol .ccchildpage,
  .threecol .ccchildpage,
  .fourcol .ccchildpage {
    width: 98%;
    float: none;
  }
}

/*
 * Clearfix hack ... ccclearfix, to avoid upsetting other plugins and themes
 */
.ccclearfix:after {
  visibility: hidden;
  display   : block;
  font-size : 0;
  content   : " ";
  clear     : both;
  height    : 0;
}

.ccclearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .ccclearfix {
  height: 1%;
}

.ccclearfix {
  display: block;
}

/* close commented backslash hack *//*
 * Skins
 */
/* Simple skin */
.simple .ccchildpage {
  background: #eee;
  /* Fallback ... */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #333;
}
.simple .ccchildpage a {
  color: blue;
  text-decoration: underline;
}
.simple .ccpages_more {
  text-align: right;
  font-style: italic;
}
.simple .ccpages_more a {
  text-decoration: none;
}

.simple .ccsubpages {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #999;
  padding: .5em;
}
/* End of Simple skin */
/* Red skin */
.ccred .ccchildpage {
  background: #fee;
  /* Fallback ... */
  background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 0, 0, 0.3)), color-stop(100%, rgba(255, 0, 0, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.3) 0%, rgba(255, 0, 0, 0.1) 100%);
  /* W3C */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #333;
}
.ccred .ccchildpage a {
  color: blue;
  text-decoration: underline;
}
.ccred .ccpages_more {
  text-align: right;
  font-style: italic;
}
.ccred .ccpages_more a {
  text-decoration: none;
}
.ccred .ccsubpages {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #f99;
  padding: .5em;
}
/* End of Red skin */
/* Blue skin */
.ccblue .ccchildpage {
  background: #eef;
  /* Fallback ... */
  background: -moz-linear-gradient(top, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 255, 0.3)), color-stop(100%, rgba(0, 0, 255, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 255, 0.3) 0%, rgba(0, 0, 255, 0.1) 100%);
  /* W3C */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #333;
}
.ccblue .ccchildpage a {
  color: blue;
  text-decoration: underline;
}
.ccblue .ccpages_more {
  text-align: right;
  font-style: italic;
}
.ccblue .ccpages_more a {
  text-decoration: none;
}
.ccblue .ccsubpages {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #99f;
  padding: .5em;
}
/* End of Blue skin */
/* Green skin */
.ccgreen .ccchildpage {
  background: #efe;
  /* Fallback ... */
  background: -moz-linear-gradient(top, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 255, 0, 0.3)), color-stop(100%, rgba(0, 255, 0, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 255, 0, 0.3) 0%, rgba(0, 255, 0, 0.1) 100%);
  /* W3C */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #333;
}
.ccgreen .ccchildpage a {
  color: blue;
  text-decoration: underline;
}
.ccgreen .ccpages_more {
  text-align: right;
  font-style: italic;
}
.ccgreen .ccpages_more a {
  text-decoration: none;
}
.ccgreen .ccsubpages {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #9f9;
  padding: .5em;
}
/* End of Green skin */.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.final-tiles-gallery {
  position: relative;
  perspective: 800px;
}
.final-tiles-gallery .tile img.item {
  -moz-transition: -moz-transform 0.2s, opacity 0.2s ease-out;
  -o-transition: -o-transform 0.2s, opacity 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s ease-out;
  transition: transform .2s ease-out;
  display: block;
  position: relative;
  width: 100%;
}
.final-tiles-gallery .tile.ftg-enlarged img {
  display: block;
  margin: auto;
}
.final-tiles-gallery .loading-bar {
  width: 100%;
  display: block;
  height: 2px;
  position: relative;
  top:-4px;
}
.final-tiles-gallery .loading-bar i {
  width: 0%;
  display: block;
  height: 2px;
  transition: all 1s;
}
.final-tiles-gallery .tile {
  float: left;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  display: none;
  transition-property: all;
  transform-origin:50% 50% 50px; 
  transition-duration: .25s; 
  perspective: 1000px;
}
html body .final-tiles-gallery .ftg-items .tile.ftg-loaded {
  opacity: 1;
  display: block;
}
.final-tiles-gallery .tile.ftg-filter-hidden-tile,
.final-tiles-gallery .tile.ftg-hidden-tile {
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  display: none !important;
}
.final-tiles-gallery .edge {
  position: absolute;
  z-index: 1000;
  background: #333;
  color: #fff;
  font-size: 11px;
  padding: 4px;
  font-family: sans-serif;
}
.final-tiles-gallery .edge.enlarged-true {
  color: yellow;
}
.final-tiles-gallery .ftg-social {
  position: absolute;
  transition: all .5s;
  z-index: 20;
}

.final-tiles-gallery .woo {
  display: block;
  text-align: center;
  margin-top:10px;
}
.final-tiles-gallery .woo:hover {
  text-decoration: underline;
}

.final-tiles-gallery .ftg-social a {
  color: #fff;
  text-decoration: none;
  border: 0;
  text-align: center;
  font-size: 16px;
  transition: all .3s;
}
.final-tiles-gallery .ftg-social a:hover {
  color: #ccc;
}
.final-tiles-gallery .hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all .3s;
  opacity: 0;
  display: table;
  width: 100%;
  height: 100%;
}
.final-tiles-gallery .hover .icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
}
.final-tiles-gallery .tile:hover .hover {
  opacity: 1;
}
.final-tiles-gallery .tile iframe.item {
  width: 100% !important;
}
.final-tiles-gallery .ftg-filters {
  margin-bottom: 20px;
  text-align: center;
}
.final-tiles-gallery .ftg-filters a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #777;
  padding: 4px 10px;
  border: 1px solid #777;
  text-decoration: none;
  outline: 0;
  text-shadow: none;
  box-shadow: none;
}
.final-tiles-gallery .ftg-filters a:hover,
.final-tiles-gallery .ftg-filters a.selected {
  color: #000;
  border-color: #333;
  text-decoration: none;
}
.final-tiles-gallery .tile .caption-block {
  display: inline-block;
  position: absolute;
  color: #fff;
  z-index: 11;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: all .25s;
}
.final-tiles-gallery.caption-frame .tile .caption-block {
  border:1px solid #fff;
}
.final-tiles-gallery.caption-frame .tile .caption-outside {
  border:1px solid #fff;
  padding: 0 10px;
  margin-top: 3px;
}
.final-tiles-gallery.caption-frame.caption-middle .tile .caption-block {
  top:10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 10px; 
}
.final-tiles-gallery .tile-inner:before {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;  
  content: "";
  opacity: 0;
  transition: all .3s;
  z-index: 10;
}
.final-tiles-gallery .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text,
.final-tiles-gallery .tile .caption-block .text-wrapper span.text .ftg-meta {
  display: block;
}
.final-tiles-gallery .tile span.icon {
  position: absolute;
  top:50%;
  left:50%;
  z-index: 10;
  opacity: 0;
  transition: all .3s;
}
.final-tiles-gallery .tile:hover span.icon {
  opacity: 1;
}
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-dark .tile .caption-block .text-wrapper span.text {
  color: #fff;
}
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.title,
.final-tiles-gallery.caption-color-light .tile .caption-block .text-wrapper span.text {
  color: #000;
}
.final-tiles-gallery.caption-color-light .tile-inner:before {
  background: rgba(255, 255, 255, 0.7);
}
.final-tiles-gallery.ftg-hover-enabled .tile.hover .tile-inner:before,
.final-tiles-gallery.ftg-hover-enabled .tile:hover .tile-inner:before {
  opacity: 1;
}
.final-tiles-gallery .tile .caption-block span.title {
  font-size: 16px;
  margin:0;
}
.final-tiles-gallery .tile .caption-block span.text {
  font-size: 12px;
  margin:10px 0 0 0;
  opacity: .8;
}
.final-tiles-gallery .tile .caption-block .text-wrapper {
  width:100%;
}
.final-tiles-gallery.caption-center-text .tile .caption-block span.title,
.final-tiles-gallery.caption-center-text .tile .caption-block span.text {
  text-align: center;
  display: block;
}
/* EFFECT: IMG FADE OUT */
.final-tiles-gallery.effect-fade-out .tile img {
  transition: all 0.5s;
  opacity: 1; 
}
.final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile.hover img,
.final-tiles-gallery.effect-fade-out.ftg-hover-enabled .tile:hover img {
  opacity: .5;
}
/* EFFECT: DEEP ZOOM IN */
.final-tiles-gallery.effect-deep-zoom-in .tile:hover img {
  -moz-transform: perspective(1000px) translate3d(0px, 0px, 400px);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 400px);
  -ms-transform: perspective(1000px) translate3d(0px, 0px, 400px);
  transform: perspective(1000px) translate3d(0px, 0px, 400px);
}
/* EFFECT: ZOOM IN */
.final-tiles-gallery.effect-deep-zoom-in .tile img,
.final-tiles-gallery.effect-zoom-in .tile img {
  -moz-transform: perspective(1000px) translate3d(0, 0, 0);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 0);
  -ms-transform: perspective(1000px) translate3d(0, 0, 0);
  transform: perspective(1000px) translate3d(0, 0, 0);
  position: relative;
  display: block;
}
.final-tiles-gallery.effect-zoom-in.ftg-hover-enabled .tile:hover img {
  -moz-transform: perspective(1000px) translate3d(0px, 0px, 200px);
  -webkit-transform: perspective(1000px) translate3d(0, 0, 200px);
  -ms-transform: perspective(1000px) translate3d(0px, 0px, 200px);
  transform: perspective(1000px) translate3d(0px, 0px, 200px);
}
/* EFFECT: ZOOM OUT */
.final-tiles-gallery.effect-zoom-out .tile img {
  opacity: 1;
  -moz-transform: scale(1.12);
  -webkit-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
}
.final-tiles-gallery.effect-deep-zoom-out.ftg-hover-enabled .tile:hover img,
.final-tiles-gallery.effect-zoom-out.ftg-hover-enabled .tile:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/* EFFECT: DEEP ZOOM OUT */
.final-tiles-gallery.effect-deep-zoom-out .tile img {
  opacity: 1;
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.final-tiles-gallery.effect-speed-very-slow .tile img { transition-duration: 1s; }
.final-tiles-gallery.effect-speed-slow .tile img { transition-duration: .5s; }
.final-tiles-gallery.effect-speed-medium .tile img { transition-duration: .35s; }
.final-tiles-gallery.effect-speed-fast .tile img { transition-duration: .2s; }
.final-tiles-gallery.effect-speed-very-fast .tile img { transition-duration: .1s; }

.final-tiles-gallery.caption-left .tile .caption-block, .final-tiles-gallery.caption-left .tile .caption-outside { text-align: left; }
.final-tiles-gallery.caption-center .tile .caption-block, .final-tiles-gallery.caption-center .tile .caption-outside { text-align: center; }
.final-tiles-gallery.caption-right .tile .caption-block, .final-tiles-gallery.caption-right .tile .caption-outside { text-align: right; }

/* CAPTION TOP */
.final-tiles-gallery.caption-top .tile .caption-block {
  top: 20px;
}
/* CAPTION BOTTOM */
.final-tiles-gallery.caption-bottom .tile .caption-block {
  bottom: 20px;
  top: auto;
}
/* CAPTION MIDDLE */
.final-tiles-gallery.caption-middle .tile .caption-block {
  position: absolute;
  top:0;
  bottom:0;
  display: flex;
  align-items: center;
}
.final-tiles-gallery.ftg-hover-enabled .tile.hover .caption-block,
.final-tiles-gallery.ftg-hover-enabled .tile:hover .caption-block {
  opacity: 1;
}
/* CAPTION FIXED */
.final-tiles-gallery.caption-fixed .tile .caption-block {
  opacity: 1;
}
/* CAPTION FLIP HORIZ */
.final-tiles-gallery.caption-flip-h .tile {
  perspective: 1000px;
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner {
  position: static;
}
.final-tiles-gallery.caption-flip-h.ftg-hover-enabled .tile:hover .tile-inner {
  transform: rotateY(180deg);
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: static;
  display: block;
}
.final-tiles-gallery.caption-flip-h .tile:hover .tile-inner:before {
  display: none;
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .item,
.final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;    
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .item {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.final-tiles-gallery.caption-flip-h .tile .tile-inner .caption-block {
  transform: rotateY(180deg); 
  left: 0;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
}
/* CAPTION FIXED WITH BACKGROUND */
.final-tiles-gallery.caption-fixed-bg .tile .caption-block {
  opacity: 1;
}
.final-tiles-gallery.caption-fixed-bg .tile .tile-inner:before {
  opacity: 1;
}
/* CAPTION FIXED THEN HIDDEN */
.final-tiles-gallery.caption-fixed-then-hidden .tile .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden .tile .tile-inner:before {
  opacity: 1;
}
.final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .caption-block,
.final-tiles-gallery.caption-fixed-then-hidden.ftg-hover-enabled .tile:hover .tile-inner:before {
  opacity: 0;
}
/* CAPTION SLIDE TOP */
.final-tiles-gallery.caption-slide-from-top.ftg-hover-enabled .tile:hover .caption-block {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-top .tile .caption-block {      
  opacity: 0;
  transition: all .5s;
  -moz-transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

/* CAPTION FIXED BOTTOM */
.final-tiles-gallery.caption-fixed-bottom .tile .caption-block {
	bottom:0;
	left:0;
	right:0;
	background:transparent;
	opacity: 1;
}
.final-tiles-gallery.caption-fixed-bottom .tile .caption-block .text-wrapper {
	position: absolute;
  bottom: 0;
  top:auto;
  left:0;
  right:0;
  padding-bottom: 20px;
  padding-top: 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 49%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 49%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

.final-tiles-gallery.caption-fixed-bottom.caption-color-light .tile .caption-block .text-wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.8+49 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 49%, rgba(255,255,255,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 49%,rgba(255,255,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 ); /* IE6-9 */
}

/* CAPTION SLIDE FROM BOTTOM */
.final-tiles-gallery.caption-slide-from-bottom.ftg-hover-enabled .tile:hover .caption-block {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.final-tiles-gallery.caption-slide-from-bottom .tile .caption-block {      
  opacity: 0;
  transition: all .5s;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

/* EFFECT FRAME */
.final-tiles-gallery.effect-frame.ftg-hover-enabled .tile:hover .tile-inner:before {  
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.final-tiles-gallery.effect-frame .tile .tile-inner:before {
  opacity: 0;
  border: 1px solid #fff;
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  content: "";
  display: block;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition: all .35s;
}
/* CAPTION BACKGROUND */
.final-tiles-gallery.caption-bg .tile span {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  padding: 2px 6px;
}
/* SOCIAL ICONS BACKGROUND */
.final-tiles-gallery.social-icons-bar .ftg-social {
  background: rgba(0, 0, 0, .7);
  box-shadow: 0px 0px 10px #000;
}
.final-tiles-gallery.social-icons-bar .ftg-social a {
  color: #333;
}
.final-tiles-gallery.social-icons-bar .ftg-social a:hover {
  color: #555;
}
/* SOCIAL ICONS DARK BACKGROUND */
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social {
  background: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a {
  color: #333;
}
.final-tiles-gallery.social-icons-bar.social-icons-bar-dark .ftg-social a:hover {
  color: #eee;
}
/* SOCIAL ICONS RIGHT */
.final-tiles-gallery.social-icons-right .ftg-social {
  width: 40px;
  top: 0;
  height: 100%;
  right: -50px;
  z-index: 20;
}
.final-tiles-gallery.social-icons-right .ftg-social a {
  margin: 10px 0;
  display: block;
}
.final-tiles-gallery.social-icons-right .tile:hover .ftg-social {
  right: 0;
}
/* SOCIAL ICONS BOTTOM */
.final-tiles-gallery.social-icons-bottom .ftg-social {
  width: 100%;
  bottom: -40px;
  height: 30px;
  text-align: right;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a {
  margin: 0 5px;
  display: inline-block;
}
.final-tiles-gallery.social-icons-bottom .ftg-social a:last-of-type {
  margin-right: 15px;
}
.final-tiles-gallery.social-icons-bottom .tile:hover .ftg-social {
  bottom: 0;
}
.final-tiles-gallery.social-icons-bottom.social-icons-circle .ftg-social {
  height: 36px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social {
  height: 40px;
}
.final-tiles-gallery.social-icons-bottom.social-icons-bar .ftg-social a {
  margin: 10px 5px;  
}
/* SOCIAL ICONS CIRCLE */
.final-tiles-gallery.social-icons-circle .ftg-social a {
  margin: 5px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  background: #333;
  color: #333;
}
.final-tiles-gallery.social-icons-circle .ftg-social a:hover {
  color: #fff;
  background-color: #333;
}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/plugins/final-tiles-grid-gallery-lite/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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:#fff}.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-feed:before,.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-pp: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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-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-intersex:before,.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-genderless:before{content:"\f22d"}.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"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
@charset "UTF-8";@font-face{font-family:Socicon;src:url(/wp-content/plugins/social-icons/assets/fonts/Socicon.eot);src:url(/wp-content/plugins/social-icons/assets/fonts/Socicon.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/social-icons/assets/fonts/Socicon.woff2) format("woff2"),url(/wp-content/plugins/social-icons/assets/fonts/Socicon.woff) format("woff"),url(/wp-content/plugins/social-icons/assets/fonts/Socicon.ttf) format("truetype"),url(/wp-content/plugins/social-icons/assets/fonts/Socicon.svg#Socicon) format("svg");font-weight:400;font-style:normal}[class*=socicon-],[class^=socicon-]{font-family:Socicon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.socicon-moddb::before{content:""}.socicon-indiedb::before{content:""}.socicon-traxsource::before{content:""}.socicon-gamefor::before{content:""}.socicon-pixiv::before{content:""}.socicon-myanimelist::before{content:""}.socicon-blackberry::before{content:""}.socicon-wickr::before{content:""}.socicon-spip::before{content:""}.socicon-napster::before{content:""}.socicon-beatport::before{content:""}.socicon-hackerone::before{content:""}.socicon-hackernews::before{content:""}.socicon-smashwords::before{content:""}.socicon-kobo::before{content:""}.socicon-bookbub::before{content:""}.socicon-mailru::before{content:""}.socicon-gitlab::before{content:""}.socicon-instructables::before{content:""}.socicon-portfolio::before{content:""}.socicon-codered::before{content:""}.socicon-origin::before{content:""}.socicon-nextdoor::before{content:""}.socicon-udemy::before{content:""}.socicon-livemaster::before{content:""}.socicon-crunchbase::before{content:""}.socicon-homefy::before{content:""}.socicon-calendly::before{content:""}.socicon-realtor::before{content:""}.socicon-tidal::before{content:""}.socicon-qobuz::before{content:""}.socicon-natgeo::before{content:""}.socicon-mastodon::before{content:""}.socicon-unsplash::before{content:""}.socicon-homeadvisor::before{content:""}.socicon-angieslist::before{content:""}.socicon-codepen::before{content:""}.socicon-slack::before{content:""}.socicon-openaigym::before{content:""}.socicon-logmein::before{content:""}.socicon-fiverr::before{content:""}.socicon-gotomeeting::before{content:""}.socicon-aliexpress::before{content:""}.socicon-guru::before{content:""}.socicon-appstore::before{content:""}.socicon-homes::before{content:""}.socicon-zoom::before{content:""}.socicon-alibaba::before{content:""}.socicon-craigslist::before{content:""}.socicon-wix::before{content:""}.socicon-redfin::before{content:""}.socicon-googlecalendar::before{content:""}.socicon-shopify::before{content:""}.socicon-freelancer::before{content:""}.socicon-seedrs::before{content:""}.socicon-bing::before{content:""}.socicon-doodle::before{content:""}.socicon-bonanza::before{content:""}.socicon-squarespace::before{content:""}.socicon-toptal::before{content:""}.socicon-gust::before{content:""}.socicon-ask::before{content:""}.socicon-trulia::before{content:""}.socicon-loomly::before{content:""}.socicon-ghost::before{content:""}.socicon-upwork::before{content:""}.socicon-fundable::before{content:""}.socicon-booking::before{content:""}.socicon-googlemaps::before{content:""}.socicon-zillow::before{content:""}.socicon-niconico::before{content:""}.socicon-toneden::before{content:""}.socicon-augment::before{content:""}.socicon-bitbucket::before{content:""}.socicon-fyuse::before{content:""}.socicon-yt-gaming::before{content:""}.socicon-sketchfab::before{content:""}.socicon-mobcrush::before{content:""}.socicon-microsoft::before{content:""}.socicon-pandora::before{content:""}.socicon-messenger::before{content:""}.socicon-gamewisp::before{content:""}.socicon-bloglovin::before{content:""}.socicon-tunein::before{content:""}.socicon-gamejolt::before{content:""}.socicon-trello::before{content:""}.socicon-spreadshirt::before{content:""}.socicon-500px::before{content:""}.socicon-8tracks::before{content:""}.socicon-airbnb::before{content:""}.socicon-alliance::before{content:""}.socicon-amazon::before{content:""}.socicon-amplement::before{content:""}.socicon-android::before{content:""}.socicon-angellist::before{content:""}.socicon-apple::before{content:""}.socicon-appnet::before{content:""}.socicon-baidu::before{content:""}.socicon-bandcamp::before{content:""}.socicon-battlenet::before{content:""}.socicon-mixer::before{content:""}.socicon-bebee::before{content:""}.socicon-bebo::before{content:""}.socicon-behance::before{content:""}.socicon-blizzard::before{content:""}.socicon-blogger::before{content:""}.socicon-buffer::before{content:""}.socicon-chrome::before{content:""}.socicon-coderwall::before{content:""}.socicon-curse::before{content:""}.socicon-dailymotion::before{content:""}.socicon-deezer::before{content:""}.socicon-delicious::before{content:""}.socicon-deviantart::before{content:""}.socicon-diablo::before{content:""}.socicon-digg::before{content:""}.socicon-discord::before{content:""}.socicon-disqus::before{content:""}.socicon-douban::before{content:""}.socicon-draugiem::before{content:""}.socicon-dribbble::before{content:""}.socicon-drupal::before{content:""}.socicon-ebay::before{content:""}.socicon-ello::before{content:""}.socicon-endomondo::before{content:""}.socicon-envato::before{content:""}.socicon-etsy::before{content:""}.socicon-facebook::before{content:""}.socicon-feedburner::before{content:""}.socicon-filmweb::before{content:""}.socicon-firefox::before{content:""}.socicon-flattr::before{content:""}.socicon-flickr::before{content:""}.socicon-formulr::before{content:""}.socicon-foursquare::before{content:""}.socicon-github::before{content:""}.socicon-goodreads::before{content:""}.socicon-google::before{content:""}.socicon-googlescholar::before{content:""}.socicon-googlegroups::before{content:""}.socicon-googlephotos::before{content:""}.socicon-googleplus::before{content:""}.socicon-grooveshark::before{content:""}.socicon-hackerrank::before{content:""}.socicon-hearthstone::before{content:""}.socicon-hellocoton::before{content:""}.socicon-heroes::before{content:""}.socicon-smashcast::before{content:""}.socicon-horde::before{content:""}.socicon-houzz::before{content:""}.socicon-icq::before{content:""}.socicon-identica::before{content:""}.socicon-imdb::before{content:""}.socicon-instagram::before{content:""}.socicon-issuu::before{content:""}.socicon-istock::before{content:""}.socicon-itunes::before{content:""}.socicon-keybase::before{content:""}.socicon-lanyrd::before{content:""}.socicon-lastfm::before{content:""}.socicon-line::before{content:""}.socicon-linkedin::before{content:""}.socicon-livejournal::before{content:""}.socicon-lyft::before{content:""}.socicon-macos::before{content:""}.socicon-mail::before{content:""}.socicon-medium::before{content:""}.socicon-meetup::before{content:""}.socicon-mixcloud::before{content:""}.socicon-modelmayhem::before{content:""}.socicon-mumble::before{content:""}.socicon-myspace::before{content:""}.socicon-nintendo::before{content:""}.socicon-npm::before{content:""}.socicon-odnoklassniki::before{content:""}.socicon-openid::before{content:""}.socicon-opera::before{content:""}.socicon-outlook::before{content:""}.socicon-overwatch::before{content:""}.socicon-patreon::before{content:""}.socicon-paypal::before{content:""}.socicon-periscope::before{content:""}.socicon-pinterest::before{content:""}.socicon-play::before{content:""}.socicon-player::before{content:""}.socicon-playstation::before{content:""}.socicon-pocket::before{content:""}.socicon-qq::before{content:""}.socicon-quora::before{content:""}.socicon-raidcall::before{content:""}.socicon-ravelry::before{content:""}.socicon-reddit::before{content:""}.socicon-renren::before{content:""}.socicon-researchgate::before{content:""}.socicon-residentadvisor::before{content:""}.socicon-reverbnation::before{content:""}.socicon-rss::before{content:""}.socicon-sharethis::before{content:""}.socicon-skype::before{content:""}.socicon-slideshare::before{content:""}.socicon-smugmug::before{content:""}.socicon-snapchat::before{content:""}.socicon-songkick::before{content:""}.socicon-soundcloud::before{content:""}.socicon-spotify::before{content:""}.socicon-stackexchange::before{content:""}.socicon-stackoverflow::before{content:""}.socicon-starcraft::before{content:""}.socicon-stayfriends::before{content:""}.socicon-steam::before{content:""}.socicon-storehouse::before{content:""}.socicon-strava::before{content:""}.socicon-streamjar::before{content:""}.socicon-stumbleupon::before{content:""}.socicon-swarm::before{content:""}.socicon-teamspeak::before{content:""}.socicon-teamviewer::before{content:""}.socicon-telegram::before{content:""}.socicon-tripadvisor::before{content:""}.socicon-tripit::before{content:""}.socicon-triplej::before{content:""}.socicon-tumblr::before{content:""}.socicon-twitch::before{content:""}.socicon-twitter::before{content:""}.socicon-uber::before{content:""}.socicon-ventrilo::before{content:""}.socicon-viadeo::before{content:""}.socicon-viber::before{content:""}.socicon-viewbug::before{content:""}.socicon-vimeo::before{content:""}.socicon-vine::before{content:""}.socicon-vkontakte::before{content:""}.socicon-warcraft::before{content:""}.socicon-wechat::before{content:""}.socicon-weibo::before{content:""}.socicon-whatsapp::before{content:""}.socicon-wikipedia::before{content:""}.socicon-windows::before{content:""}.socicon-wordpress::before{content:""}.socicon-wykop::before{content:""}.socicon-xbox::before{content:""}.socicon-xing::before{content:""}.socicon-yahoo::before{content:""}.socicon-yammer::before{content:""}.socicon-yandex::before{content:""}.socicon-yelp::before{content:""}.socicon-younow::before{content:""}.socicon-youtube::before{content:""}.socicon-zapier::before{content:""}.socicon-zerply::before{content:""}.socicon-zomato::before{content:""}.socicon-zynga::before{content:""}.social-icons-lists .socicon{position:relative;top:3px;padding:10px;font-size:16px;display:inline-block;-webkit-box-sizing:content-box;box-sizing:content-box}.social-icons-lists li.social-icons-list-item{margin:4px;padding:0!important;display:inline-block;border:none!important;list-style:none!important;background:0 0!important}.social-icons-lists li.social-icons-list-item a.social-icon{text-decoration:none}.social-icons-lists li.social-icons-list-item a.social-icon:active,.social-icons-lists li.social-icons-list-item a.social-icon:focus{outline:0}.social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon{opacity:.8}.social-icons-lists li.social-icons-list-item a.social-icon span.social-icons-list-label{margin-left:4px}.social-icons-lists li.social-icons-list-item::after,.social-icons-lists li.social-icons-list-item::before{visibility:hidden}.social-icons-lists.show-icons-label{list-style:outside}.social-icons-lists.icons-background-rounded .socicon{border-radius:100%}.social-icons-lists.icons-background-rounded .socicon,.social-icons-lists.icons-background-square .socicon{color:#fff}.social-icons-lists.icons-background-rounded.centre,.social-icons-lists.icons-background-square.centre{padding:0;text-align:center}.social-icons-lists.icons-background-none .socicon{padding:0;background:0 0}.widget .social-icons-lists.show-icons-label li.social-icons-list-item{display:block}.widget .social-icons-lists.show-icons-label.icons-background-rounded.centre,.widget .social-icons-lists.show-icons-label.icons-background-square.centre{text-align:left}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/wp-content/themes/1000/third-party/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/wp-content/themes/1000/third-party/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/wp-content/themes/1000/third-party/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/wp-content/themes/1000/third-party/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/wp-content/themes/1000/third-party/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/wp-content/themes/1000/third-party/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.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}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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:#fff}.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-feed:before,.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-pp: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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-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-intersex:before,.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-genderless:before{content:"\f22d"}.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"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;box-shadow:0 0 5px 5px #222 inset}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#4d4d4d),color-stop(100%,#1a1a1a));background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);font-size:11px;font-weight:400;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;box-shadow:0 5px 5px 3px rgba(0,0,0,.2)}.sidr label,.sidr p,.sidr ul li ul li{font-size:13px}.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span,.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span,.sidr ul li:hover>a,.sidr ul li:hover>span{box-shadow:0 0 15px 3px #222 inset}.sidr p{margin:0 0 12px}.sidr p a{color:rgba(255,255,255,.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}.sidr ul li ul,.sidr ul li ul li:last-child{border-bottom:0}.sidr ul li.active,.sidr ul li.sidr-class-active,.sidr ul li:hover{border-top:0;line-height:49px}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{margin:0}.sidr ul li ul li{line-height:40px}.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active,.sidr ul li ul li:hover{border-top:0;line-height:41px}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,.8);padding-left:30px}.sidr form{margin:0 15px}.sidr input[type=url],.sidr input[type=text],.sidr input[type=password],.sidr input[type=date],.sidr input[type=datetime],.sidr input[type=email],.sidr input[type=number],.sidr input[type=search],.sidr input[type=tel],.sidr input[type=time],.sidr select,.sidr textarea{width:100%;font-size:13px;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;border-radius:2px;border:0;background:rgba(0,0,0,.1);color:rgba(255,255,255,.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,.9)}
/*
Theme Name: 1000
Theme URI: https://lazsystems.com/web
Author: Laz Systems
Author URI: https://lazsystems.com/
Description: 
Version: 1.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: 1000
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, blog

Based on Musical Vibe WordPress Theme, Copyright (C) 2018, WEN Themes
Musical Vibe is distributed under the terms of the GNU GPL

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

This theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. Normalize
2. Typography
3. Elements
4. Forms
5. Navigation
   5.1. Links
   5.2. Comment and Post Navigation
6. Accessibility
7. Alignments
8. Clearings
9. Content
    9.1. Posts and Pages
    9.2. Asides
    9.3. Comments
10. Infinite Scroll
11. Media
    11.1. Captions
    11.2. Galleries
12. Page
13. Header
    13.1. Top Head
    13.2. Main Header
    13.3. Main Menu
14. Main Slider
15. Main Content
16. Sidebar
   16.1. Layout Sidebar
17. Footer
    17.1. Colophon
    17.2. Footer Navigation
    17.3. Footer Widgets
    17.4. Scrollup
18. Inner Pages
    18.1. Custom Header
    18.2. Breadcrumb
    18.3. Error Page
    18.4. Contact Form 7
19. Widgets
    19.1. Social Links
    19.2. Service Widget
    19.3. Call To Action Widget
    19.4. Quick Contact Widget
    19.5. Testimonials Widget
    19.6. Recent Posts Widget
    19.7. Latest News Widget
    19.8. Features Widget
    19.9. Features Pages Grid Widget
    19.10. Team Widget
    19.11. Featured Page Widget
    19.12. Portfolio Widget
    19.13. News Block Widget
20. Custom WooCommerce
    20.1. WooCommercce Product Grid Widget
21. Media Queries

================================================================
========================= Style Ends =============================
=================================================================

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}



b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}


mark {
    background: #ff0;
    color: #000;
}

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: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

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;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #818181;
    font-size: 14px;
    line-height: 1.5;
}

body {
	-webkit-font-smoothing: antialiased;
    font-family: "Rubik",sans-serif;
    color: #1b1b1b;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    word-wrap: break-word;
    overflow-x: hidden;

}

p {
    margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #323232;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.3;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3{
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    background: #f0f0f0 none repeat scroll 0 0;
    border-left: 5px solid #b1b77b;
    margin: 0 0 15px;
    padding: 20px 15px 5px;
}
q {
    font-weight: bold;
    font-style: italic;
}
address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background-color: #fff; /* Fallback for when there is no custom background color defined. */
    word-wrap: break-word;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    table-layout: fixed;
}


td, th {
    border: 1px solid #ddd;
    padding: 5px;
}

/*--------------------------------------------------------------
4. Forms
--------------------------------------------------------------*/
button, a.button, input[type="button"], input[type="reset"], input[type="submit"] {
    display: inline-block;
    font-size: 13px;
    margin: 10px;
    padding: 17px 45px;
    color: #222;
    text-transform: uppercase;
    background: #b1b77b;
    border: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #024b23 ;
    border-color:transparent;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #888888;
    border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
    padding: 6px 0 6px 9px;
}

select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:10px;
    width: 100%;
}
.form-submit input#submit {
    margin: 0;
}
/*--------------------------------------------------------------
5. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1. Links
--------------------------------------------------------------*/

a {
    color: #024b23;
    text-decoration: inherit;
}

a:visited {
    color: #024b23;
}

a:hover,
a:focus,
a:active {
    color: #b1b77b;
}

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}

/*--------------------------------------------------------------
5.2. Comment and Post Navigation
--------------------------------------------------------------*/


/*comment and post navigation*/

a.comment-reply-link {
    /* text-transform: uppercase; */
    font-weight: bold;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 30px 0;
    overflow: hidden;
    clear: both;
}

#infinite-handle{
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

#infinite-handle span:hover {
    border:1px solid #179bd7;
    background: #179bd7;
    color: #fff;
}

#infinite-handle span {
    border:1px solid #001837;
    padding: 5px 15px;
    width: auto;
    line-height: 1.5;
    color: #001837;
    display: block;
}

.post-title {
    font-size: 17px;
    margin-top: 15px;
}

.meta-nav {
    display: none;
}

.navigation .nav-links .nav-next{
    float: right;
    margin-bottom: 15px;

}

.navigation .nav-links .nav-previous {
    float: left;
    margin-bottom: 15px;
}

.post-navigation a, .posts-navigation a {
    border: 2px solid #fbfbfb;
    padding: 6px 20px;
    background: #fff;
    display: block;
}

.navigation,
.pagination {
    margin-top: 15px;
}

.post-navigation .nav-links .nav-next a::after,
.posts-navigation  .nav-next a:after{
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 100;
}

.post-navigation .nav-links .nav-previous a::before,
.posts-navigation  .nav-previous a:before {
    content: "\f177";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 100;
}

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 15px 25px;
    text-align: center;
    background-color: #191515;
    display: inline-block;
    margin: 0 3px;
    color: #fff;
}
.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
    background: #b1b77b  none repeat scroll 0 0;
    color: #222;
}

/*--------------------------------------------------------------
6. Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7. Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 30px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 30px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 15px;

}

/*--------------------------------------------------------------
8. Clearings
--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
.widget::after,
.widget::before {
    content: "";
    display: table;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.widget::after,
.widget::before {
    clear: both;
}

/*--------------------------------------------------------------
9. Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Posts and Pages
--------------------------------------------------------------*/

.entry-content-outer img, .entry-content-outer img {
    vertical-align: middle;
    margin-bottom: 35px;
}


.entry-content-outer a:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.alignment-left img {
    margin-right: 30px;
}

.alignment-right img {
    margin-left: 30px;
}

.alignment-right .entry-content-wrapper,
.alignment-left .entry-content-wrapper {
    display: table;
}

.alignment-left  h2.entry-title,
.alignment-right h2.entry-title {
    margin-bottom: 5px;
}

.blog #primary article, .archive #primary article {
    padding: 20px 0 50px;
    margin: 0;
    clear: both;
}
.blog #primary article .entry-content-outer.alignment-center > a,
 .archive #primary article .entry-content-outer.alignment-center > a {
    max-width: 45%;
    float: left;
    margin-right: 34px;
}
.sticky {
    display: block;
}

.hentry {
    margin: 40px 0 0;
}

.hentry:first-child {
    margin:0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline-block;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}


.entry-meta .byline .author.vcard {
    margin-left: -4px;
}

.entry-meta > span {
    margin-right: 20px;
    font-size: 14px;
}
.entry-footer > span::before,
.entry-meta > span::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "";
}
.entry-meta > span a {
    color:#49616b;
}

.entry-meta a:hover {
    color: #b1b77b;
}

.entry-meta span.comments-link::before {
    content: "\f075";
}

.entry-meta > .cat-links::before {
    content: "\f07c";
}

.entry-meta > .byline::before {
    content: "\f007";
}


.entry-meta .tags-links::before{
    content: "\f02c";
}


.entry-footer .edit-link::before{
    content: "\f044";
}

.entry-meta {
    margin-bottom: 20px;
}
span.posted-on {
    padding: 3px 10px;
}
span.posted-on::before {
	display: none;
}
.blog .entry-content-wrapper, .archive .entry-content-wrapper {
    display: table;
    padding-top: 20px;
}
/*--------------------------------------------------------------
9.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
9.3 Comments
--------------------------------------------------------------*/

#respond {
    clear: both;
    display: block;
}

#comments {
    margin-top: 30px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-notes {
    position: relative;
}

.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
    width: 100%;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 100%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list {
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 15px;
}

.comment .comment-body {
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 20px;
    padding: 30px 40px;
    position: relative;
    text-align: left;
    width: 100%;
    box-shadow: 0 0 55px #f3f3f3;
}

.comment .reply {
    position: absolute;
    top: 20px;
    right: 30px;
}

.comment-author.vcard {
    font-size: 18px;
    margin-bottom: 5px;
    color: #b1b77b;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
}

.comment-metadata {
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-metadata > a{
     color: #49616b;
     margin-right: 30px;
}

.comment-metadata::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    content: "\f017";
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    font-weight: normal;
    margin: 25px 0 25px;
    font-size: 21px;
    font-weight: bold;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-content {
    clear: both;
    display: block;
}

.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
    float: left;
    max-width: 90%;
    width: 90%;
}

.author-info h4 {
    margin-bottom: 0;
}

.author-avatar {
    float: left;
    margin: 0 15px 15px 0;
}

.authorbox {
    margin: 65px 0 50px;
    overflow: hidden;
    padding: 25px 30px 10px;
    background: #f9f9f9;
}
#commentform label {
    display: inline;
    position:relative;
}

#commentform input[type="checkbox"],
#commentform input[type="radio"] {
	margin-right: 10px;
}

#commentform  p.form-submit {
    margin-top: 30px;
}

#commentform  span.required {
    color: #f0632b;
}

/*--------------------------------------------------------------
10. Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
11. Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
11.1. Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
11.2. Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    margin-left: -5px;
    margin-right: -5px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin:0;
    padding: 5px;

}

.gallery-item img {
    vertical-align: middle;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
12. Page
--------------------------------------------------------------*/

#page {
    position: relative;
    margin: 0 auto;

}

.container {
    width: 1300px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.inner-wrapper {
    margin-left: -25px;
    margin-right: -25px;
}
a.learn-more-link {
    font-weight: 500;
    letter-spacing: 1px;
}

.custom-button, .custom-button:visited, .button,
a.more-link {
    display: inline-block;
    font-size: 12px;
    margin: 10px;
    padding: 20px 65px;
    color: #222;
    text-transform: uppercase;
    background: #b1b77b;
    text-align: center;
    font-weight: 500;
    position: relative;
    z-index: 1;
    letter-spacing: 1.5px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-button:hover,
.custom-button:focus,
.custom-button:active,
a.more-link:hover,
a.more-link:focus,
a.more-link:active {
    background:#024b23;
    color: #fff;
}

.custom-button.button-secondary,
.custom-button.button-secondary:visited {
    background: #024b23;
}

a.button-secondary:after {
    background: #b1b77b;
}

a.more-link {
    margin-left: 0;
    display: table;
    margin-top: 20px;
    padding: 15px 30px;
}


/*--------------------------------------------------------------
13. Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1. Top Header
--------------------------------------------------------------*/
#tophead {
   
    padding: 0;
    float: left;
    width: 100%;
    margin-bottom: -25px;
}
/*quick contact*/

#quick-contact {
    float: right;
    margin-top: 0;
}

#quick-contact > ul {
    margin: 0;
    padding: 0;
}
#quick-contact a {
    display: inline-block;
    color: #024b23;
}
#quick-contact a:hover {
    color: #024b23;
}
#quick-contact li.quick-email::before {
    content: "\f040";
}

#quick-contact li.quick-call::before {
    content: "\f095";
}

#quick-contact li.quick-address::before {
    content: "\f0ac";
}
#quick-contact li::before {
    color: #b1b77b;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    margin-right: 10px;
    text-align: center;
}
#quick-contact li {
    clear: inherit;
    float: left;
    font-size: 13px;
    line-height: 1.75;
    list-style: outside none none;
    text-align: left;
    padding: 0 10px;
    color: #024b23;
}

#tophead .header-social-wrapper {
    float: right;
}

#tophead .musical_vibe_widget_social li a {
    border: none;
    height: 30px;
    padding: 3px 10px;
    width: 30px;
    border-radius: 0;
    margin: 0 5px;
    font-size: 12px;
    margin-top: 2px;
}#tophead .musical_vibe_widget_social li a:before {
    line-height: 2;
    font-size: 13px;
    color: #b1b1b1;
}
#tophead .musical_vibe_widget_social li a:hover:before {
    color: #fff;
}
#tophead .musical_vibe_widget_social li {
    margin: 0;
    display: inline-block;
    float: none;
}
#tophead .header-social-wrapper {
    float: left;
    width: 22%;
    text-align: center;
}
#top-head-right {
    float: right;
    position: relative;
}
.header-search-box {
    float: right;
}
a.cart-button {
    float: right;
    margin-right: 30px;
    position: relative;
    color: #b1b1b1;
}
a.custom-button.header-link-button {
    float: right;
    padding: 15px 20px;
    letter-spacing: 1.5px;
    margin: 0;
}
a.cart-button span {
    padding-left: 13px;
    color: #fff;
}
.header-search-box > a {
    line-height: 1.5;
    display: block;
    background: #b1b77b;
    padding: 4px 10px;
    color: #222;
}
.header-search-box > a i {
    font-size: 13px;
}

.header-search-box .search-box-wrap {
    background: #ffffff none repeat scroll 0 0;
    bottom: -138px;
    box-shadow: 0 2px 2px;
    display: none;
    padding: 33px 33px 33px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    right: 0;
}
/*--------------------------------------------------------------
13.2. Main Header
--------------------------------------------------------------*/

.site-header {
    padding: 0;
    display: flex;
    text-align: center;
    transition: padding 0.2s ease-in-out 0s;
    clear: both;
    z-index: 999;
    position: relative;
	border-bottom: 2px solid #aaa;

}
a.custom-button.doante-now {
    float: right;
    margin: 24px 0 0 20px;
    padding: 8px 17px;
    text-align: center;
    min-width: inherit;
    text-transform: capitalize;
}

a.custom-button.doante-now i {
    margin-right: 10px;
}

.enabled-sticky-primary-menu .site-header.fixed {
    box-shadow: 0 0 3px #aaaaaa;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
}

.enabled-sticky-primary-menu .site-header.fixed .site-description {
    display: none;
}

.custom-logo-link, #site-identity {
    float: none;
    margin-right: 15px;
}

.custom-logo-link img{
    vertical-align: middle;
}

.site-title {
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.site-description {
    color: #aba0a0;
    font-size: 16px;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1;
}

.site-title a {
    font-weight: bold;
}

.right-head {
    float: right;
    padding-top: 20px;
}

.search-form input.search-field,
.woocommerce-product-search  .search-field {
    padding:10px 80px 10px 20px;
    width: 100%;
    height: 50px;
    box-sizing: inherit;
}

.search-form,
.woocommerce-product-search {
    position: relative;
}

.search-form .search-submit,
.woocommerce-product-search  button {
    border-radius: 0 ;
    padding: 7.3px 20px;
    position: absolute;
    right: 0;
    top: 0;
    border: medium none;
    font: 14px/1.3 FontAwesome;
    height: 50px;
    padding: 0 20px;
    margin: 0;
    color: #fff;
}

.woocommerce-product-search  button {
	font-family: inherit;
}

.custom-button ,
.musical_vibe_widget_services .service-block-inner > a:hover i {
    transition: all 0.4s ease-in-out 0s;
}


/*--------------------------------------------------------------
13.3. Main Menu
--------------------------------------------------------------*/

#main-nav {
    float: none;
    margin-top: 10px;
	margin-bottom: -10px;
    text-align: center;
    display: inline-block;
    clear: both;
}

.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
   
}

.main-navigation ul ul {
    background-color: #fff;
    left: -9999px;
    margin: 0;
    min-width: 220px;
    position: absolute;
    top: 44px;
    opacity: 0;
    z-index: -9999;
    border: 1px solid #a5a2a212;
    border-top: 2px solid #b1b77b;
}

.main-navigation ul ul::before {
    content: "";
    display: block;
    background: transparent;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    box-shadow: 2px 1px 2px #024b23;
    padding: 0;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: left;
}

.main-navigation ul > li:hover > ul {
    opacity: 1;
    left:0;
    z-index: 9999;
}

.main-navigation ul ul ul ul  {
    display: none;
}

.main-navigation ul ul ul li:hover > ul {
    display: block;
}

.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;
}

.main-navigation li li {
	float: none;
	display: block;
	padding: 0 15px;
}

.main-navigation ul li li:first-child > a {
	border-left: none;
}

.main-navigation ul li a {
    color: #024b23;
    display: block;
    font-size: 14px;
    padding: 10px 5px;
    position: relative;
    z-index: 99;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 12px;
}

.main-navigation ul ul li a:before {
	display: none;
}

.main-navigation ul ul li a {
    padding: 10px 0;
    border-bottom: 1px solid #a5a2a212;
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 14px;
    text-align: left;
    text-transform: capitalize;
}

.main-navigation ul ul li:last-child > a {
	border:none;
}

.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a{
	padding-right: 25px;
}

.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
	content: "\f107";
	font-family: FontAwesome;
	margin-left: 7px;
	margin-right: 0;
	float: right;
	position: absolute;
	right: 7px;
	color: #c5bfbf;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
	content: "\f105";
	top: 10px;
}

.main-navigation ul li.menu-item-has-childrenv > a,
.main-navigation ul li.page_item_has_children > a {
	padding-right: 30px;
}

.main-navigation li > a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
	color: #b1b77b;
    border-bottom: 2px solid #b1b77b;
}

.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}

#mobile-trigger {
  display: none;
}

#mob-menu {
  display: none;
}

/*--------------------------------------------------------------
14. Main Slider
--------------------------------------------------------------*/

#featured-slider {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

#main-slider {
    color: #686868;
    clear: both;
    position: relative;
    text-align: center;
    z-index: -1;
}

#featured-slider .overlay-enabled article::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 3;
    opacity: 0.25;
}

#main-slider img {
    width: 100%;
    vertical-align: middle;
}

#main-slider .cycle-slide {
    width: 100%;
}

#main-slider article.first {
    display: block;
}

#main-slider article {
    display: none;
}

#main-slider .cycle-slideshow {
    margin-bottom: 0;
    padding: 0;
}
#main-slider .cycle-caption {
    bottom: 20%;
    height: auto;
    left: 15%;
    max-width: 85%;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 999;
	bottom:30%;
}

#main-slider .cycle-caption.caption-alignment-center {
    text-align: center;
    left: 5%;
    max-width: 90%;
}

#main-slider .cycle-caption.caption-alignment-right {
    text-align: right;
    right: 15%;
    left: auto;
    max-width: 85%;

}

#main-slider h3 {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 700;
    display: block;
}

#main-slider h3 a {
    display: block;
}

#main-slider p {
    font-size: 24px;
    margin-bottom: 65px;
    color: #f1f1f1;
    font-weight: 100;
    width: 730px;
    max-width: 100%;
    display: inline-block;
    clear: both;
}

#main-slider .cycle-slide-active h3 {
    padding-right: 0;
}

#main-slider .cycle-slide-active p {
    padding-left: 0;
}

.slider-buttons a.custom-button {
    margin: 0 25px 0 0;
}

#main-slider h3 a {
    color: #fff;
}

#main-slider h3 a:hover {
    opacity: 0.7;
}

#main-slider .caption-alignment-right .slider-buttons a.custom-button{
    margin-right: 0;
}
/*slider pager box*/

#main-slider .pager-box {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 14px;
    margin: 3px 10px;
    width: 14px;
    z-index: 99;
    border-radius: 100%;
}

#main-slider .cycle-pager {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}

#main-slider .pager-box.cycle-pager-active {
    background-color: #b1b77b;
    border-color:#fff;
}

/*Slider cycle next / previous*/

#main-slider .cycle-prev,
#main-slider .cycle-next {
    bottom: 45%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 22px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 60px;
    z-index: 999;
    height: 60px;
    padding: 0 0;
    transition: all 0.2s ease-in-out 0s;
    line-height: 2.7;
    background: #000;
    opacity: 0;
    border-radius: 100%;
}

#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover {
    background-color: #b1b77b;
    color: #fff;
}

#main-slider .cycle-prev {
    left:-100px;
}

#main-slider .cycle-next {
    right:-100px;
}
#main-slider:hover .cycle-prev,
#main-slider:hover .cycle-next {
    opacity: 1;
}
#main-slider:hover .cycle-next {
	right:50px;
}
#main-slider:hover .cycle-prev {
	left: 50px;
}
/*--------------------------------------------------------------
15. Main Content
--------------------------------------------------------------*/

#primary {
    float: left;
    padding-left: 25px;
    padding-right:25px;
    width: 70%;
}

#content {
    padding: 40px 0;
    clear: both;
}

.home.home-content-not-enabled #content {
    display: none;
}

/*--------------------------------------------------------------
16. Sidebar
--------------------------------------------------------------*/

.sidebar {
    width:30%;
    padding-left:25px;
    padding-right: 25px;
}
.sidebar .widget {
    padding: 25px;
    box-shadow: 0 0 55px #f3f3f3;
}
.sidebar .widget-title {
	color: #b1b77b;
    padding: 0 0 10px 0;
    font-size: 20px;
    border-bottom: 3px double #b1b77b;
    margin-bottom: 15px;
}
.sidebar .widget-title a {
    color: #fff;
}

.sidebar .widget-subtitle {
    text-align: center;
}

#sidebar-primary {
    float: right;
}

#sidebar-secondary {
    float: left;
}

.sidebar a {
    color: #001837;
}

.sidebar  a:hover {
    color:#b1b77b;
}

.widget-area ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.widget-area ul ul {
    border-bottom:none;
    padding-bottom: 0;
}


.sidebar ul li::after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    display: inline-block;
    float: right;
    position: absolute;
    left: 0;
    top: 7px;
}
.sidebar .widget > ul > li:first-child::before {
    display: none;
}

.sidebar ul .sub-menu {
    margin-bottom:-7px;
}

.sidebar > ul > li:first-child::after {
    display: none;
}

.sidebar ul ul li:first-child {
    margin-top: 7px;
}

.sidebar ul ul li:last-child {
    margin-bottom: 0px;
}

.sidebar ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}

.sidebar ul ul li {
    padding-left:15px;
}

.sidebar ul ul ul {
    margin-left: -15px;
}

.sidebar ul ul ul li {
    padding-left: 30px;
}

.sidebar ul ul ul ul {
    margin-left: -30px;
}

.sidebar ul ul ul ul li {
    padding-left: 45px;
}

.sidebar ul ul ul ul ul{
    margin-left:0
}

.sidebar ul ul ul ul ul > li {
    padding-left: 0;
}
.sidebar ul ul ul ul ul > li a {
    padding-left: 13px;
}


/*calendar widget*/

.widget_calendar {
    text-align: center;
}

.widget_calendar caption {
    background: #b1b77b none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}

.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}

.widget_calendar #today {
    background: #b1b77b none repeat scroll 0 0;
    color: #ffffff;
}

.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #000000;
    display: inline-block;
    font-size: 16px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}

.widget .tagcloud a:hover {
    border: 1px solid #b1b77b;
    color: #b1b77b;
}

.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 79%;
}

/*--------------------------------------------------------------
16.1  Layout Sidebar
--------------------------------------------------------------*/

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
}

.global-layout-three-columns .sidebar{
    float: right;
}

.three-columns-enabled .sidebar{
     width: 25%;
}

.global-layout-no-sidebar #primary{
    width: 100%;
}

/* Extra css for Pro By WEN
*/

.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
    float: right;
}

.global-layout-three-columns-cps #primary {
    float: left;
}

/* equal global layout*/

.global-layout-three-columns-pcs-equal #primary,
.global-layout-three-columns-pcs-equal #sidebar-primary,
.global-layout-three-columns-pcs-equal #sidebar-secondary,
.global-layout-three-columns-scp-equal #primary,
.global-layout-three-columns-scp-equal #sidebar-primary,
.global-layout-three-columns-scp-equal #sidebar-secondary {
    width: 33.33%;
}

.global-layout-three-columns-pcs-equal #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs-equal #sidebar-secondary {
    float: right;
}


/*--------------------------------------------------------------
17. Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1. Colophon
--------------------------------------------------------------*/

#colophon {
    background-color: #024b23;
    clear: both;
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid #024b23;
}

.colophon-column-left {
    float: left;
    width: 50%;
    text-align: left;
}

.colophon-column-right {
    float: right;
    width: 50%;
    text-align: right;
}

.colophon-column-left .colophon-column,
.colophon-column-right .colophon-column {
    width: 100%;
    font-size: 14px;
}
#colophon a {
    color: #b1b77b;
}


#colophon a:hover {
    color: #fff;
}


/*social links*/

#colophon .musical_vibe_widget_social li {
    display: inline-block;
    float: none;
    margin-right: 0;
}

#colophon .musical_vibe_widget_social li a {
    border: 2px solid #8c8c8c;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
#colophon .musical_vibe_widget_social ul li a::before {
    font-size: 13px;
    margin-right: 0;
}

#colophon .musical_vibe_widget_social ul li a:hover {
    background: none;
}

/*--------------------------------------------------------------
17.2. Footer Navigation
--------------------------------------------------------------*/

#footer-navigation {
    margin-top: 5px;
}

#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
}

#colophon .copyright {
    clear: both;
}

#footer-navigation li:first-child a {
    border: none;
    margin: 0;
    padding: 0;
}

#footer-navigation li a {
    border-left: 1px solid #fff;
    display: block;
    line-height: 0.8;
    margin-left: 10px;
    padding: 0 0 0 10px;
    color: #ddd;
}

#footer-navigation ul {
    margin: 0;
}

/*--------------------------------------------------------------
17.3. Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
    
    color: #666;
    overflow: hidden;
    padding: 60px 0;
}
#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4 {
    font-weight: 600;
}

#footer-widgets .widget-title {
    color: #b1b77b;
    margin-bottom: 30px;
    font-size: 20px;
}

#footer-widgets .widget-title span::before,
#footer-widgets .widget-title span::after,
#footer-widgets .widget-title::after {
    color:#b1b77b;
    background: #b1b77b;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
}

#footer-widgets ul li {
    padding: 3px 0 3px;
    position: relative;
}

#footer-widgets ,
#footer-widgets a {
    color: #999;
}

#footer-widgets a:hover {
    color: #b1b77b;
}

#footer-widgets .widget-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin-top: 15px;
    background: #b1b77b;
}
#footer-widgets .footer-widget-area {
    float: left;
    padding: 0 25px;
    width: 25%;
}

#footer-widgets .footer-active-1 {
    width: 100%;
}

#footer-widgets .footer-active-2 {
    width: 50%;
}

#footer-widgets .footer-active-3 {
    width: 33.33%;
}

#footer-widgets .footer-active-4 {
    width: 25%;
}

.footer-widget-area .widget:first-child {
    margin-top: 0;
}

.footer-widget-area .widget {
    margin-top: 15px;
}

/*--------------------------------------------------------------
17.4. Scrollup
--------------------------------------------------------------*/
.scrollup {
    bottom: 60px;
    color: #323232;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 14px 0 10px;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
    font-size: 16px;
    background: #b1b77b;
    height: 50px;
    width: 50px;
}
.scrollup:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 119%;
    left: 0;
    height: 10px;
    width: 100%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scrollup:hover {
    color:#fff;
    background-color: #b1b77b;
}



/*--------------------------------------------------------------
18. Inner Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
18.1. Custom Header
--------------------------------------------------------------*/

#custom-header {
    padding: 50px 0;
    text-align: center;
    position: relative;
    z-index: 99;
    background-color: #ffffff;
}

.page-title {
    line-height: 1.2;
    margin: 0;
}

#primary .page-title {
    margin-bottom: 15px;
}

#custom-header::after {
    background: #ffffff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
}
#custom-header .page-title {
    color: #024b23;
    font-size: 44px;
}
#custom-header .separator {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
}

.header-content {
    z-index: 999;
    position: relative;
    padding: 0;
    width: 100%;
    text-align: center;
}
/*--------------------------------------------------------------
18.2. Breadcrumb
--------------------------------------------------------------*/

#breadcrumb {
    z-index: 99;
    position: relative;
}
ul#crumbs {
    margin: 0;
}
#breadcrumb a {
    color: #024b23;
}

#breadcrumb a:hover {
    color: #b1b77b;
}

#breadcrumb li {
    display: inline-block;
    list-style: outside none none;
    padding-right: 7px;
    color: #b1b77b;
    font-size: 15px;
}

#breadcrumb li a::after {
    content: "/";
    margin-left: 7px;
    font-family: 'FontAwesome';
    line-height: 1;
    display: inline-block;
}

#breadcrumb .breadcrumb-trail  .trail-items {
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------
18.3. Error Page
--------------------------------------------------------------*/

section.error-404 {
    text-align: center;
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px;
}

.error404 #primary {
    width: 100%;
}

section.error-404 .search-form {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}


/*--------------------------------------------------------------
18.4. Contact Form 7
--------------------------------------------------------------*/

.wpcf7-form {
    max-width: 875px;
}

div.wpcf7 {
    margin: 0 auto;
    padding: 0;
}

.wpcf7 input {
    width: 100%;
}

.wpcf7 input.wpcf7-submit {
    width: auto;
}



/*--------------------------------------------------------------
19. Widgets
--------------------------------------------------------------*/

.widget h4 a,
.widget h3 a {
     display: block;
     color: #024b23;
}

.widget h4 a:hover,
.widget h3 a:hover {
    color:#b1b77b;
}
.widget {
    margin:30px 0 0;
}

.widget:first-child {
    margin: 0;
}

.widget select {
    max-width: 100%;
}

#sidebar-front-page-widget-area .widget {
    padding: 40px 0;
    margin: 0;
}


/* Make sure select elements fit in widgets. */

#sidebar-front-page-widget-area {
    clear: both;
    background: #fff;
}

#sidebar-front-page-widget-area .widget-title {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 42px;
    font-weight: 900;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignleft.entry-content .title-divider {
    display: block;
    margin: inherit;
    margin-bottom: 30px;
}
#sidebar-front-page-widget-area .title-divider {
    margin: 0 auto 30px;
    display: block;
    max-width: 85px;
    height: 3px;
    position: relative;
    background: #b1b77b;
}

.call-to-action-content-wrap {
    max-width: 950px;
    margin: 0 auto;
}

#sidebar-front-page-widget-area .widget-subtitle {
    margin: 0 auto 30px;
    font-size: 17px;
    text-align: center;
    max-width: 50%;
    color: #898989;
}
 /*style for dark background*/

#sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .widget-title{
    color: #fff;

}

#sidebar-front-page-widget-area .widget_newsletterwidgetminimal  .widget-title,
#sidebar-front-page-widget-area .widget_newsletterwidget  .widget-title {
	color: #fff;
}


#sidebar-front-page-widget-area  .widget_newsletterwidgetminimal,
#sidebar-front-page-widget-area .widget_newsletterwidget {
    background: #222;
}

#sidebar-front-page-widget-area  .widget .tnp-widget-minimal input.tnp-email{
    float: left;
    width: 65%;
    padding: 25px;
    height: 70px;
}
#sidebar-front-page-widget-area .widget_newsletterwidget input.tnp-email {
    width: 100%;
    float: none;
}
#sidebar-front-page-widget-area .widget_newsletterwidget  .tnp-field label {
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#sidebar-front-page-widget-area .widget_newsletterwidget input.tnp-submit {
    width: 100%;
}
#sidebar-front-page-widget-area  .widget .tnp-widget-minimal input.tnp-submit{
    float: left;
    width: 35%;
    float: left;
    clear: inherit;
    margin: 0;
    background: #b1b77b;
    color: #222;
    padding: 26px;
    height: 70px;
}

#sidebar-front-page-widget-area  .widget .tnp-widget-minimal form,
#sidebar-front-page-widget-area .widget_newsletterwidget form {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 700px;
    margin: 0 auto;
}
.widget .tnp-widget input[type=text],
.widget .tnp-widget input[type=email],
.widget .tnp-widget input[type=submit],
.widget .tnp-widget select {
    margin: 15px 0;
    border: none;
}

.tnp-widget-minimal input.tnp-submit {
    margin: 15px 0;
}
/*--------------------------------------------------------------
19.1. Social Links
--------------------------------------------------------------*/

#sidebar-front-page-widget-area  .musical_vibe_widget_social {
    text-align: center;
}

#sidebar-front-page-widget-area  .musical_vibe_widget_social li {
    float: none;
    display: inline-block;
}

.musical_vibe_widget_social {
    clear: both;
    overflow: hidden;
}

.musical_vibe_widget_social ul {
    margin: 0;
}

.musical_vibe_widget_social li a {
    display: inline-block;
    height: 45px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 45px;
    background: #444444;
}

.musical_vibe_widget_social li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.widget-area .musical_vibe_widget_social li,
#footer-widgets .musical_vibe_widget_social li {
    padding: 0;
}

.sidebar .musical_vibe_widget_social ul li::before,
#footer-widgets .musical_vibe_widget_social li::before,
.sidebar .musical_vibe_widget_social ul li::after,
#footer-widgets .musical_vibe_widget_social li::after {
    display: none;
}

.musical_vibe_widget_social ul li a::before {
    font-size: 15px;
}

.musical_vibe_widget_social li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}

.musical_vibe_widget_social ul li a::before {
    color: #ababab;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 2.8;
}



.musical_vibe_widget_social ul li a:hover {
    background-color: #001837;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.musical_vibe_widget_social ul li a:hover::before {
    color: #fff;
}

.musical_vibe_widget_social ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.musical_vibe_widget_social ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.musical_vibe_widget_social ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.musical_vibe_widget_social ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.musical_vibe_widget_social ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.musical_vibe_widget_social ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.musical_vibe_widget_social ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.musical_vibe_widget_social ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}

.musical_vibe_widget_social ul li a[href*="github.com"]::before {
    content: "\f113";
}

.musical_vibe_widget_social ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}

.musical_vibe_widget_social ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.musical_vibe_widget_social ul li a[href$="/feed/"]::before {
    content: "\f09e";
}

.musical_vibe_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.musical_vibe_widget_social ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.musical_vibe_widget_social ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.musical_vibe_widget_social ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}

.musical_vibe_widget_social ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}

.musical_vibe_widget_social ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.musical_vibe_widget_social ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}

.musical_vibe_widget_social ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.musical_vibe_widget_social ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}

.musical_vibe_widget_social ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}

.musical_vibe_widget_social ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}

.musical_vibe_widget_social ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}

.musical_vibe_widget_social ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}

.musical_vibe_widget_social ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
}

.musical_vibe_widget_social ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}

.musical_vibe_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.musical_vibe_widget_social ul li a[href*="angel.co"]::before {
    content: "\f209";
}

.musical_vibe_widget_social ul li a[href*="slack.com"]::before {
    content: "\f198";
}

/*social links hover effect */

.musical_vibe_widget_social ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.musical_vibe_widget_social ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}

.musical_vibe_widget_social ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}

.musical_vibe_widget_social ul li a[href*="/feed/"]:hover  {
    background-color: #dc622c;
}

.musical_vibe_widget_social ul li a[href*="wordpress.org"]:hover,
.musical_vibe_widget_social ul li a[href*="wordpress.com"]:hover {
    background-color: #45bbe6;
}

.musical_vibe_widget_social ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
}

.musical_vibe_widget_social ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}

.musical_vibe_widget_social ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
}

.musical_vibe_widget_social ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}

.musical_vibe_widget_social ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}

.musical_vibe_widget_social ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}

.musical_vibe_widget_social ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
}

.musical_vibe_widget_social ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.musical_vibe_widget_social ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}

.musical_vibe_widget_social ul li a[href*="digg.com"]:hover {
    background-color: #333;
}

.musical_vibe_widget_social ul li a[href*="codepen.io"]:hover {
    background-color: #000;
}

.musical_vibe_widget_social ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
}

.musical_vibe_widget_social ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}

.musical_vibe_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #b1b77b;
}

.musical_vibe_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.musical_vibe_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.musical_vibe_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.musical_vibe_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #b1b77b;
}

.musical_vibe_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.musical_vibe_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.musical_vibe_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.musical_vibe_widget_social ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
}

.musical_vibe_widget_social ul li a[href*="wordpress.org"]:hover {
    background-color:#45bbe6;
}

.musical_vibe_widget_social ul li a[href*="jsfiddle.net"]:hover {
    background-color:#4679bd;
}

.musical_vibe_widget_social ul li a[href*="tripadvisor.com"]:hover {
    background-color:#86c171;
}

.musical_vibe_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color:#2d5be3;
}

.musical_vibe_widget_social ul li a[href*="angel.co"]:hover {
    background-color:#000;
}

.musical_vibe_widget_social ul li a[href*="slack.com"]:hover {
    background-color:#56b68b;
}

/*--------------------------------------------------------------
19.2. Service Widget
--------------------------------------------------------------*/



/* .musical_vibe_widget_services .service-block-item {
    float: left;
    padding: 30px 25px;
    text-align: left;
    position: relative;
}

.musical_vibe_widget_services .inner-wrapper {
    margin-left: -25px;
    margin-right: -25px;
}

.service-block-inner-content {
    display: block;
}
.service-block-inner {
    padding: 20px;
    text-align: center;
    position: relative;
}
.service-block-inner:after {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    border-bottom: 1px solid #e4e4e2;
    border-right: 1px solid #e4e4e2;
    position: absolute;
    bottom: 0;
    right: 0;
}
.service-block-inner:before {
    content: "";
    display: block;
    height: 85px;
    width: 85px;
    border-top: 1px solid #e4e4e2;
    border-left: 1px solid #e4e4e2;
    position: absolute;
    top: 0;
    left: 0;
}
.musical_vibe_widget_services .service-block-item a.service-icon {
    width: 85px;
    display: block;
    margin-right: 30px;
    margin-bottom: 15px;
    color: #b1b77b;
    height: 85px;
    text-align: center;
    margin-top: 10px;
    background: #ffffff;
    transition: background 0.2s ease-in-out 0s;
    font-size: 34px;
    margin: 0 auto 30px;
    line-height: 2.5;
    box-shadow: 0px 17px 37px #eaeaea82;
    border-radius: 100%;
}

.musical_vibe_widget_services .service-block-item a.service-icon:hover {
    background-color: #b1b77b;
    color: #fff;
}

.musical_vibe_widget_services .service-block-item {
    width: 33.33%;
}

.musical_vibe_widget_services .service-block-item:nth-child(3n+1) {
    clear: both;
}

*/


.musical_vibe_widget_services .service-block-item {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-align: center;
}

.musical_vibe_widget_services .services-col-3 .service-block-item {
      width: 33.33%;
}
.musical_vibe_widget_services .service-block-item h3 {
    font-size: 19px;
}
.musical_vibe_widget_services .service-block-item{
      width: 25%;
}
.musical_vibe_widget_services .services-col-3 .service-block-item:nth-child(3n+1) {
    clear: both;
}
.musical_vibe_widget_services .service-block-item:nth-child(4n+1) {
    clear: both;
}


.musical_vibe_widget_services .service-block-item img {
    width: 100%;
  
}
.musical_vibe_widget_services .service-block-item > a {
    display: block;
    position: relative;
    z-index: 99;
}

.musical_vibe_widget_services .service-block-item h3 {
    color: #ffffff;
    display: block;
    font-size: 26px;
    height: 98%;
    left: 0;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    top: 0;
    transition: all 0.25s ease 0s;
    vertical-align: middle;
    visibility: hidden;
    width: 100%;
}
.musical_vibe_widget_services .service-block-item-inner {
    overflow: hidden;
    position: relative;
}

.musical_vibe_widget_services .service-block-item-inner h3 a {
    color: #ffffff;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 99999;
    padding-top: 36%;
    height: 92%;

}
.musical_vibe_widget_services .service-block-item-inner::after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    content: "";
    display: block;
    height: 95%;
    left: 10%;
    position: absolute;
    top: -100%;
    transition: all 0.7s ease 0s;
    visibility: hidden;
    width: 80%;
    z-index: 88;
}

.musical_vibe_widget_services .service-block-item:hover .service-block-item-inner::after{
    top: 2.5%;

}
.musical_vibe_widget_services .service-block-item-inner::before {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    content: "";
    display: block;
    height: 80%;
    left: -100%;
    position: absolute;
    top: 10%;
    transition: all 0.7s ease 0s;
    visibility: hidden;
    width: 95%;
    z-index: 88;
}

.musical_vibe_widget_services .service-block-item:hover .service-block-item-inner::before{
    left: 2.5%;
}

.musical_vibe_widget_services .service-block-item:hover .service-block-item-inner::before,
.musical_vibe_widget_services .service-block-item:hover .service-block-item-inner::after{
    visibility: visible;
}

.musical_vibe_widget_services .service-block-item:hover h3 {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    visibility: visible;
    opacity:1;
}

/*widget on sidebar*/

.sidebar .musical_vibe_widget_services .service-block-item,
#footer-widgets  .service-block-item{
    width: 100%;
}

.sidebar .musical_vibe_widget_services a.custom-button:hover {
    color: #fff;
}


/*--------------------------------------------------------------
19.3. Call To Action Widget
--------------------------------------------------------------*/

.musical_vibe_widget_call_to_action {
    position: relative;
    text-align: center;
}

#sidebar-front-page-widget-area .musical_vibe_widget_call_to_action,
.musical_vibe_widget_call_to_action {
    background: #024b23;
    padding: 85px 0;
    background-size: cover;
    position: relative;
    z-index: 9;
}

#sidebar-front-page-widget-area .overlay-enabled.musical_vibe_widget_call_to_action::before,
.overlay-enabled.musical_vibe_widget_call_to_action::before {
    background: rgba(0, 0, 0, 0.61);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
}

#sidebar-front-page-widget-area .musical_vibe_widget_call_to_action .widget-title {
    color:#fff;
}

#sidebar-front-page-widget-area .musical_vibe_widget_call_to_action .call-to-action-description p {
    color: #e0e0e0;
    font-size: 21px;
    margin-bottom: 35px;
}

.musical_vibe_widget_call_to_action .call-to-action-description {
    margin: 0 auto;
    max-width: 955px;
}
.musical_vibe_widget_call_to_action .separator {
    display: none;
}

.musical_vibe_widget_call_to_action  a.button {
    color: #ffffff;
    display: inline-block;
}

.sidebar .musical_vibe_widget_call_to_action,
#footer-widgets .musical_vibe_widget_call_to_action {
    padding: 20px;
    background-size: 100%;
    color: #fff;
}

/*cta-1*/

#sidebar-front-page-widget-area .cta-layout-1.musical_vibe_widget_call_to_action, .cta-layout-1 .musical_vibe_widget_call_to_action {
    padding: 45px 0;
}

#sidebar-front-page-widget-area .cta-layout-1.musical_vibe_widget_call_to_action .call-to-action-content-wrap {
    text-align: left;
    display: inline-block;
    max-width: 60%;
}

#sidebar-front-page-widget-area .cta-layout-1 .widget-title {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;
}

#sidebar-front-page-widget-area .cta-layout-1 .widget-title::after,
#sidebar-front-page-widget-area .cta-layout-1 .title-divider {
    display: none;
}

#sidebar-front-page-widget-area .cta-layout-1 .call-to-action-buttons {
    display: inline-block;
    margin-left: 30px;
}
.custom-button.button-secondary, .custom-button.button-secondary:visited {
    background: #024b23;
	border: 1px solid #fff;
    color: #fff;
}
a.custom-button.btn-call-to-action.button-primary:hover {
    border: 1px solid #fff;
	color:#fff;
}
a.custom-button.btn-call-to-action.button-secondary:after {
    background:#b1b77b;
}
a.custom-button.btn-call-to-action.button-secondary:hover {
    color:#fff;
}
#sidebar-front-page-widget-area .cta-layout-2 .widget-title::before {
    display: none;
}

#sidebar-front-page-widget-area .cta-layout-2  .widget-title::after {
    display: none;
}

/*--------------------------------------------------------------
19.4. Quick Contact Widget
--------------------------------------------------------------*/
.musical_vibe_widget_quick_contact .contact-info-wrapper::before {
    background: #444444;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    padding: 1px 5px;
    color: #aaa;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
}
.musical_vibe_widget_quick_contact .contact-info-wrapper.info-phone::before {
    content: "\f095";
}
.musical_vibe_widget_quick_contact .contact-info-wrapper.info-fax::before {
    content: "\f1ac";
}
.musical_vibe_widget_quick_contact .contact-info-wrapper.info-address::before {
    content: "\f0ac";
}
.musical_vibe_widget_quick_contact .contact-info-wrapper.info-contact::before {
    content: "\f0e0";
}
.musical_vibe_widget_quick_contact .contact-info-wrapper {
    margin-bottom: 20px;
    position: relative;
    padding-left: 55px;
    line-height: 2.2;
}

.musical_vibe_widget_quick_contact .musical_vibe_widget_quick_contact strong.contact-type {
    border-bottom: 1px solid rgba(238, 179, 19, 0.56);
}
.musical_vibe_widget_quick_contact strong.contact-type {
    border-bottom: 1px solid #b1b77b;
    color: #fff;
    font-weight: 400;
}

/*--------------------------------------------------------------
19.5. Testimonials Widget
--------------------------------------------------------------*/
#sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider {
     position: relative;
    z-index: 99;
    background-color: #3d3b40;
    background-size: cover;
    background-attachment: fixed;
}

#sidebar-front-page-widget-area .overlay-enabled.musical_vibe_widget_testimonial_slider::before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.8;
}
#sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .widget-title::after,
#sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .widget-title::before{
    display: none;
}
#sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .widget-title {
    margin-bottom: 15px;
}
.musical_vibe_widget_testimonial_slider .cycle-slideshow {
    max-width: 800px;
    margin: 0 auto 30px;
}
#sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .widget-subtitle,
.musical_vibe_widget_testimonial_slider .widget-subtitle {
    color:#ddd;
}
#sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .title-divider-before,
#sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .title-divider-after {
    background-color: #ffffff;
    }
.musical_vibe_widget_testimonial_slider {
    clear: both;
}
.musical_vibe_widget_testimonial_slider img {
    vertical-align: middle;
    border-radius: 100%;
    border: 3px solid #fff;
}
.musical_vibe_widget_testimonial_slider article {
    width: 100%;
    padding: 0 40px 0;
    display: none;
    color: #fff;
}
.musical_vibe_widget_testimonial_slider article.first {
    display: block;
}

.musical_vibe_widget_testimonial_slider .testimonial-thumb {
    width: 95px;
    position: relative;
    margin: 25px auto 0;
}

.musical_vibe_widget_testimonial_slider  p.widget-subtitle {
    color: #fff;
}

.musical_vibe_widget_testimonial_slider .cycle-pager > span.cycle-pager-active,
.musical_vibe_widget_testimonial_slider .cycle-pager > span:hover{
    background:#b1b77b;
}

.musical_vibe_widget_testimonial_slider .cycle-pager {
    bottom: -60px;
    clear: both;
    position: absolute;
    text-align: center;
    width: 100%;
}
.musical_vibe_widget_testimonial_slider .cycle-pager span {
    display: inline-block;
    padding: 6px;
    cursor: pointer;
    background: transparent;
    margin: 6px;
    background:#fff;
    border-radius: 100%;
}

.musical_vibe_widget_testimonial_slider .testimonial-content-area > h4 {
    font-style: italic;
    font-size: 19px;
    margin: 0;
    color: #fff;
}
.musical_vibe_widget_testimonial_slider .testimonial-content-area {
    position: relative;
    text-align: center;
    display: table;
}

.musical_vibe_widget_testimonial_slider .testimonial-content-area p::before {
    color: #b1b77b;
    content: "\f10d";
    display: inline-block;
    font-family: Fontawesome;
    font-size: 50px;
    margin-right: 15px;
    line-height: 0;
}

.musical_vibe_widget_testimonial_slider .testimonial-excerpt > p {
    font-size: 15px;
    font-style: italic;
    position: relative;
    letter-spacing: 1px;
}
.sidebar .musical_vibe_widget_testimonial_slider .cycle-pager span,
#footer-widget .musical_vibe_widget_testimonial_slider .cycle-pager span {
    border: 1px solid #b1b77b;
}

.sidebar .musical_vibe_widget_testimonial_slider,
#footer-widget .musical_vibe_widget_testimonial_slider   {
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
19.6. Recent Posts Widget
--------------------------------------------------------------*/

.musical_vibe_widget_recent_posts .recent-posts-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 6px;
}

.musical_vibe_widget_recent_posts .recent-posts-meta {
    font-size: 14px;
}

.musical_vibe_widget_recent_posts .recent-posts-item {
    clear: both;
    margin-top: 20px;
}
.musical_vibe_widget_recent_posts .recent-posts-item::after {
    clear: both;
    content: "";
    display: table;
}

.musical_vibe_widget_recent_posts .recent-posts-date::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "\f017";
}


/*--------------------------------------------------------------
19.7. Latest News Widget
--------------------------------------------------------------*/

.musical_vibe_widget_latest_news {
    background: #f5f5f5;
}

.latest-news-inner {
    box-shadow: 0 0 45px #dedcdc;
    background: #fff;
}
.musical_vibe_widget_latest_news .latest-news-thumb a {
    position: relative;
    display: block;
    overflow: hidden;
}

.musical_vibe_widget_latest_news .latest-news-thumb a:before {
    content: "\f045";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    color: #fff;
    vertical-align: middle;
    top: 45%;
    text-align: center;
    z-index: 9;
    width: 100%;
    font-size: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.musical_vibe_widget_latest_news .latest-news-item {
    float: left;
    padding: 10px;
}

.musical_vibe_widget_latest_news .latest-news-text-wrap {
    background: #ffffff none repeat scroll 0 0;
    text-align: left;
    padding: 15px;
    position: relative;
    margin: -30px 15px 0;
}

.latest-news-text-wrap .custom-button {
    margin-left: 0;
}

.musical_vibe_widget_latest_news .latest-news-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
}

.musical_vibe_widget_latest_news .latest-news-title {
    line-height: 1.5;
    margin-bottom: 10px;
}
.musical_vibe_widget_latest_news .latest-news-title  a {
    display: block;
}

.musical_vibe_widget_latest_news .latest-news-thumb {
    position: relative;
}

.musical_vibe_widget_latest_news .latest-news-thumb a {
     overflow: hidden;
     display: block;

}

.musical_vibe_widget_latest_news .latest-news-item img {
    vertical-align: middle;
    margin-bottom: 0;
    width: 100%;
}

.musical_vibe_widget_latest_news .latest-news-col-3 .latest-news-item {
    width: 33.33%;
}

.musical_vibe_widget_latest_news .latest-news-col-4 .latest-news-item {
    width: 25%;
}

.musical_vibe_widget_latest_news .latest-news-col-2 .latest-news-item {
    width: 50%;
}

.musical_vibe_widget_latest_news .latest-news-col-1 .latest-news-item {
    width: 100%;
}

.musical_vibe_widget_latest_news .latest-news-meta .latest-news-comments {
    float: right;
}

.musical_vibe_widget_latest_news .latest-news-summary > p {
    margin: 0;
}

.musical_vibe_widget_latest_news .latest-news-text-content {
    margin-bottom: 15px;
}

.latest-news-meta > span {
    margin-right: 10px;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    color: #b1b77b;
}
.latest-news-meta span.posted-on {
    border: 2px solid #222;
    padding: 0 10px;
}
.latest-news-meta span.cat-links {
    margin:0;
}
.latest-news-meta {
    margin-bottom: 10px;
}

.latest-news-meta a:hover {
    color: #b1b77b;
}



.musical_vibe_widget_latest_news .latest-news-col-3 .latest-news-item:nth-child(3n+1) {
    clear: both;
}

.musical_vibe_widget_latest_news .latest-news-col-4 .latest-news-item:nth-child(4n+1) {
    clear: both;
}
/*sidebar and footer widget area style*/

#footer-widgets .musical_vibe_widget_latest_news .latest-news-widget .latest-news-item,
.sidebar .musical_vibe_widget_latest_news .latest-news-widget .latest-news-item{
    width: 100%;
}

.sidebar .musical_vibe_widget_latest_news .latest-news-widget,
#footer-widgets .musical_vibe_widget_latest_news .latest-news-widget {
    padding: 0 30px;
}



/*--------------------------------------------------------------
19.9. Features Pages Grid Widget
--------------------------------------------------------------*/
.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a:before {
    content: "\f045";
    display: block;
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    color: #fff;
    vertical-align: middle;
    top: 45%;
    text-align: center;
    z-index: 9;
    width: 100%;
    font-size: 0;
        -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a:hover:before {
    font-size: 32px;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a:after {
    bottom: 0;
    display: block;
    height: 0;
    width: 100%;
    background: #fab702;
    position: absolute;
    opacity: 0.4;
    z-index: 8;
    content: "";
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a:hover:after {
    height: 100%;
}


.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item img {
    margin: 0;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-text-content {
    text-align: center;
    background-color: #fff;
    padding: 20px;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .item-title  a {
    display: block;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb {
    position: relative;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a{
    overflow: hidden;
    display: block;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .item-title {
    padding: 10px 15px;
    text-align: center;
    margin: 0;
    background: #fff;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-inner {
    box-shadow: 0 0 45px #f3f3f3;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-column-3 .grid-item:nth-child(3n+1) {
    clear: both;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-1 .grid-column-4 .grid-item:nth-child(4n+1) {
    clear: both;
}
.musical_vibe_widget_featured_pages_grid  .grid-item {
    float: left;
    padding: 25px;
}

.musical_vibe_widget_featured_pages_grid  .grid-column-3 .grid-item {
    width: 33.33%;
}


.musical_vibe_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
    clear: both;
}
.musical_vibe_widget_featured_pages_grid .grid-column-4 .grid-item:nth-child(4n+1) {
    clear: both;
}
/*sidebar and footer widget area style*/

#footer-widgets .musical_vibe_widget_featured_pages_grid .grid-item,
.sidebar .musical_vibe_widget_featured_pages_grid .grid-item{
    width: 100%;
}
#footer-widgets .musical_vibe_widget_featured_pages_grid,
.sidebar .musical_vibe_widget_featured_pages_grid{
   padding: 15px;
}
#footer-widgets .musical_vibe_widget_featured_pages_grid .grid-item img,
.sidebar .musical_vibe_widget_featured_pages_grid .grid-item img  {
    margin: 0 auto;
    width: 100%;
}

/*layout 2*/

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-2  .grid-item-inner {
    position: relative;
}

.musical_vibe_widget_featured_pages_grid h3.item-title {
    margin-bottom: 5px;
}

.musical_vibe_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner .grid-text-content {
    padding: 20px 30px 25px;
    position: absolute;
    bottom: 0;
    background: rgba(255, 254, 254, 0.9);
    width: 90%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    text-align: center;
}

.musical_vibe_widget_featured_pages_grid a.custom-button {
    margin: 0;
    padding: 7px 18px;
    min-width: auto;
    text-transform: capitalize;
}
/*--------------------------------------------------------------
19.10. Team Widget
--------------------------------------------------------------*/
.team-view-members .team-member-content {
    padding: 25px 0;
    border-top: none;
    background: #fff;
    box-shadow: 0 0 45px #f3f3f3;
}
.team-member-picture {
    box-shadow: 0 0 45px #f3f3f3;
}
.team-member-social-links ul li a::before {
    font-size: 14px;
}
.team-view-members {
    overflow: visible;
}
.team-member-social-links ul li a,
.widget .team-member-social-links ul li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 3.4;
    margin: 5px 4px;
    border-radius: 0;
    background: #f7f7f7;
    border: none;
    color: #424242;
}

.team-view-members .team-member-social-links {
    clear: both;
    overflow: visible;
}
.team-member-social-links ul, .widget .team-member-social-links ul {
    overflow: visible;
}
.team-view-members .member-name {
    color: #000000;
    font-weight: 500;
    font-size: 26px;
}
.team-view-members .member-position {
    font-size: 16px;
    margin-bottom: 15px;
}
.team-view-members .tv_member, .team-view-members .tv_member {
    padding: 25px;
}

.sidebar .team-view-members .tv_member,
#footer-widgets .team-view-members .tv_member{
    max-width: 100%;
    width: 300px;
    margin:0 auto;
}

.team-view-members-inner {
    margin: 0 -25px;
}
.team-view-members .team-member-picture  img {
    width: 100%;
}

/*--------------------------------------------------------------
19.11. Featured Page
--------------------------------------------------------------*/

#sidebar-front-page-widget-area .musical_vibe_widget_featured_page .widget-title::before {
    display: none;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignleft  img{
    margin-right: 40px;
    vertical-align: middle;
    margin-bottom: 0;
    float: left;
    max-width: 50%;
}

#sidebar-front-page-widget-area .featured-page-widget .featured-page-content {
    display: table-cell;
    padding: 20px 0;
}
.featured-page-widget .featured-page-content .custom-button {
    margin: 25px 0;
}
#sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
    margin-left: 60px;
    vertical-align: middle;
    margin-bottom: 0;
    float: right;
    max-width: 50%;
}

.featured-page-widget.image-aligncenter.entry-content img {
    text-align: center;
    display: block;
    margin: 0 auto 30px;
}
#sidebar-front-page-widget-area .featured-page-widget .widget-title{
    text-align: left;
}

#sidebar-front-page-widget-area .featured-page-widget .widget-title::after {
    margin:5px 0;
}

#sidebar-front-page-widget-area .featured-page-widget .widget-subtitle {
    font-size: 19px;
    color: #000;
    margin: 15px 0;
    text-align: left;
    max-width: inherit;
}
/*--------------------------------------------------------------
19.12. Portfolio
--------------------------------------------------------------*/

.musical_vibe_widget_portfolio .portfolio-filter {
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
}
.musical_vibe_widget_portfolio .portfolio-filter a {
    padding: 5px 20px;
    font-size: 15px;
    display: inline-block;
}
.musical_vibe_widget_portfolio .portfolio-container {
    margin-left: -5px;
    margin-right: -5px;
}
.musical_vibe_widget_portfolio .container {
    width: 100%;
    max-width: 1400px;
    padding: 0;
}
.musical_vibe_widget_portfolio .portfolio-filter a:hover, .musical_vibe_widget_portfolio .portfolio-filter a.current {
    background: #b1b77b;
    color: #000;
}

.musical_vibe_widget_portfolio .item-wrapper {
    position: relative;
    overflow: hidden;
}
.musical_vibe_widget_portfolio h3.portfolio-item-title {
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: rgb(0, 0, 0);
    margin: 0;
    left: 15px;
    right: 15px;
    padding: 13px 20px;
    font-size: 22px;
    text-align: center;
}
.musical_vibe_widget_portfolio h3.portfolio-item-title a {
	color: #fff;

}
.musical_vibe_widget_portfolio h3.portfolio-item-title a:hover {
	color: rgb(255, 195, 0);

}
.musical_vibe_widget_portfolio a.portfolio-thumb {
    position: relative;
    display: block;
}
#sidebar-front-page-widget-area .widget.musical_vibe_widget_portfolio {
    padding-bottom: 0;
}

.musical_vibe_widget_portfolio a.portfolio-thumb {
    position: relative;

}
.musical_vibe_widget_portfolio .portfolio-item:hover a.portfolio-thumb:after {
    content: "\f067";
    display: block;
    height: 100%;
    width: 100%;
    background: #3c313169;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 35% 0;
    font-family: FontAwesome;
    color: #b1b77b;
    font-size: 39px;
    color: #fff;
}

.musical_vibe_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item {
    width: 33.33%;
}

.musical_vibe_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
    width: 25%;
}

.musical_vibe_widget_portfolio .item-wrapper img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    width: 100%;
}

.musical_vibe_widget_portfolio .item-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}



.single-project .gallery ,
.single-project.has-gallery .gallery{
    width: auto;
    float: none;
    margin: 0 -5px;
    width: 100%;
}
.single-project .gallery a {
    display: block;
    max-width: 33.33%;
    float: left;
    padding: 5px;
}
.single-project .summary {
    margin: 0;
    padding: 40px;
    background: #fbfbfb;
    margin-bottom: 30px;
    width: 100%;
}
nav.projects-single-pagination {
    margin-top: 30px;
}
.project-meta .categories,
.project-meta .client,
.project-meta .url {
    float: left;
    width: 33%;
    text-align: left;
}
ul.single-project-categories {
    margin:0;
}
.single-project-categories li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.single-project.no-gallery .summary .project-meta ,
.single-project.has-gallery .gallery{
    width: 100%;
    float: right;
}
.single-project.no-gallery .summary .project_title,
.single-project.no-gallery .summary .single-project-description ,
.single-project.has-gallery .summary{
    width: 100%;
    float: left;
}
.projects ul.projects li.project img, .projects-page ul.projects li.project img {
    width: 100%;
}

/*--------------------------------------------------------------
19.13. News Block
--------------------------------------------------------------*/

.musical_vibe_widget_news_blocks .block-meta span {
    margin-bottom: 10px;
    display: inline-block;
}

.musical_vibe_widget_news_blocks .news-and-blocks h2 {
    margin-bottom: 15px;
    float: none;
}
.musical_vibe_widget_news_blocks h2 i {
    margin-right: 5px;
    color: #bbbbbb;
}
.musical_vibe_widget_news_blocks h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.musical_vibe_widget_news_blocks .recent-blocks h3 {
    margin-bottom: 5px;
    margin-top: 10px;
}
.musical_vibe_widget_news_blocks .recent-news {
    float: right;
    padding: 0 25px;
    width: 50%;
}

.musical_vibe_widget_news_blocks .recent-blocks {
    float: left;
    padding: 0 25px;
    width: 50%;
}

.musical_vibe_widget_news_blocks .news-post {
    float: left;
    padding: 0 25px 30px;
    width: 100%;
}
a.news-post-thumb {
    float: left;
    width: 35%;
    margin-right: 30px;
}
.musical_vibe_widget_news_blocks .news-post:last-child {
    border: medium none;
}

.musical_vibe_widget_news_blocks .news-post:nth-child(2n+1) {
    clear: both;
}
.musical_vibe_widget_news_blocks .recent-blocks img {
    max-width: 95px;
}

.musical_vibe_widget_news_blocks .block-post .entry-meta {
    background: #ffab1f none repeat scroll 0 0;
    border-top: 3px solid #002147;
    color: #ffffff;
    float: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 20px 10px 0;
    padding: 0 10px 10px;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px #5d5d5d;
    width: 71px;
}

.musical_vibe_widget_news_blocks .block-post .entry-meta::before {
    border: 1px solid #ffab1f;
    border-radius: 100%;
    content: "";
    display: block;
    height: 25px;
    left: 24px;
    position: absolute;
    top: -15px;
    width: 25px;
}

.musical_vibe_widget_news_blocks .block-post .entry-meta::after {
    border: 1px solid #ffffff;
    border-radius: 100%;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 44px;
    width: 100%;
}

.musical_vibe_widget_news_blocks p {
    margin: 0;
}
.musical_vibe_widget_news_blocks .block-post .entry-meta a{
    color: #fff;
}
.musical_vibe_widget_news_blocks .block-meta {
    margin-bottom: 8px;
}
.musical_vibe_widget_news_blocks .block-post {
    clear: both;
    margin-bottom: 25px;
    padding: 0;
    float: left;
    width: 100%;
}
.musical_vibe_widget_news_blocks .block-post:last-child {
    margin-bottom:0;
}
.musical_vibe_widget_news_blocks .news-content {
    padding: 15px 0 0;
}

.musical_vibe_widget_news_blocks .news-post img{
    margin-bottom:0;
}
.musical_vibe_widget_news_blocks .custom-entry-date {
    float: left;
    margin-right: 25px;
    padding: 5px 17px;
    text-align: center;
    box-shadow: 0 0px 15px #908e8e21;
    background: #b1b77b;
}
.musical_vibe_widget_news_blocks .custom-entry-date span.entry-month {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.musical_vibe_widget_news_blocks .custom-entry-date span.entry-day {
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}
.musical_vibe_widget_news_blocks .custom-entry-date span {
    display: block;
    line-height: 1.5;
}
a.view-more-post {
    float: right;
    color: #bfbfbf;
}
a.view-more-post:hover {
    color:#b1b77b;
}

.block-meta span {
    margin-right: 10px;
    font-size: 13px;
}

.musical_vibe_widget_news_blocks .block-meta span.posted-on {
    border: 2px solid;
    padding: 0 10px;
}

#sidebar-front-page-widget-area .musical_vibe_widget_news_blocks .recent-blocks .title-divider,
 #sidebar-front-page-widget-area .musical_vibe_widget_news_blocks .recent-news .title-divider {
    display: block;
    float: left;
    clear: both;
    margin-bottom: 50px;
    width: 100%;
}
/*--------------------------------------------------------------
20. Custom WooCommerce
--------------------------------------------------------------*/
.entry-content p.cart-empty {
    margin-bottom: 15px;
}

.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
}

.woocommerce span.onsale {
    background-color: orange;
}

.woocommerce .star-rating span:before {
    color: #b1b77b;
}

/*WooCommerce*/

.woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
}
.woocommerce .quantity .qty {
    height: 36px;
    text-align: center;
    width: 3.631em;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #fff;
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px #f3f3f3;
}
.woocommerce.woocommerce-product-grid-3 ul.products li.product {
    width: 30.23%;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #b1b77b;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #b1b77b;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #b1b77b;
}

.woocommerce.woocommerce-product-grid-3  ul.products li.product .button {
    left:32%;
}

.woocommerce  ul.products {
    margin: 0;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block;
}

.woocommerce span.onsale {
    background-color: #ff7d3c;
    color: #ffffff;
    position: absolute;
}

.woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 700;
}

.woocommerce ul.products li.product .onsale::after{
    content : '';
    width : 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 25px;
    right: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    box-shadow: 0 0 45px #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 20px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 0px;
    z-index: 99;
    border-radius: 100%;
}

.woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.woocommerce ul.products li.product:hover .button {
    visibility:visible;
    opacity: 1;
    top: 35%;
}

.woocommerce ul.products li.product .button {
    margin: 5px 0 25px;
    padding: 10px 25px;
}

.woocommerce ul.products li.product:hover img {
    opacity: 0.7;
}

body.woocommerce .products .star-rating {
    font-family: star;
    font-size: 16px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em;
    margin: 15px auto 15px;
}

.woocommerce .star-rating::before {
    color: #fff;
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.woocommerce .star-rating span::before {
    color: #ffd353;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0;
}

.woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2;
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0.5em 4px 0 0;
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce ul.products li.product .price {
   color: #77a464;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
}

.woocommerce #comments {
     margin-top:0;
}

.woocommerce #primary .button, .woocommerce #review_form #respond .form-submit input {
    background: #b1b77b;
    color: #000;
    display: inline-block;
    min-width: auto;
    padding: 9px 17px;
    font-size: 12px;
    border-radius: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}
.woocommerce #primary .button:hover, .woocommerce #review_form #respond .form-submit input:hover {
    background-color: #024b23;
    color: #fff;
}

.woocommerce .quantity .qty {
    height: 34px;
}

/*--------------------------------------------------------------
20.1. WooCommercce Product Grid widget
--------------------------------------------------------------*/

.musical-vibe-woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
}

.musical-vibe-woocommerce .quantity .qty {
    height: 36px;
    text-align: center;
    width: 3.631em;
}

.musical-vibe-woocommerce ul.products li.product {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    float: left;
    list-style-type: none;
    margin:25px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 29.4%;
    clear: none;
    box-shadow: 0 0 45px #f3f3f3;
    border-radius: 0;
}
.musical-vibe-woocommerce.musical-vibe-woocommerce-product-grid-4 ul.products li.product:nth-child(4n+1) {
    clear: both;
}

.musical-vibe-woocommerce.musical-vibe-woocommerce-product-grid-3 ul.products li.product:nth-child(3n+1) {
    clear: both;
}

.musical-vibe-woocommerce.musical-vibe-woocommerce-product-grid-4 ul.products li.product {
    width: 21%;
}
h2.woocommerce-loop-product__title {
    font-size: 18px;
    padding: 0 15px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0;
}
.musical-vibe-woocommerce  ul.products {
    margin: 0;
}

.musical-vibe-woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block;
}

.musical-vibe-woocommerce span.onsale {
    background-color: #ff7d3c;
    color: #ffffff;
    position: absolute;
}

.musical-vibe-woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0;
}

.musical-vibe-woocommerce ul.products li.product .price ins {
    font-weight: 700;
}

.musical-vibe-woocommerce ul.products li.product .onsale::after{
    content : '';
    width : 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 25px;
    right: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.musical-vibe-woocommerce ul.products li.product .onsale {
    border-radius: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 20px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 10px;
    z-index: 99;
    right: 10px;
}
.musical-vibe-woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
}


.musical-vibe-woocommerce ul.products li.product:hover .button {
    visibility:visible;
    opacity: 1;
    top: 35%;
}
.musical-vibe-woocommerce ul.products li.product .button {
    margin: 5px 0 25px;
    padding: 7px 20px;
    background: #b1b77b;
    color: #000;
    text-transform: capitalize;
}
.musical-vibe-woocommerce ul.products li.product .button:hover {
    background-color: #222;
    color: #fff;
}
.musical-vibe-woocommerce ul.products li.product:hover img {
    opacity: 0.7;
    background: #b1b77b;
}

.musical-vibe-woocommerce .star-rating {
    font-family: star;
    font-size: 16px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em;
    margin: 15px auto 15px;
    position: absolute;
    top: 10px;
    left: 25px;
}

.musical-vibe-woocommerce .star-rating::before {
    color: #fff;
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.musical-vibe-woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.musical-vibe-woocommerce .star-rating span::before {
    color: #ffd353;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0;
}

.musical-vibe-woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2;
}

.musical-vibe-woocommerce .woocommerce-product-rating::after,
.musical-vibe-woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
}

.musical-vibe-woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0.5em 4px 0 0;
}

.musical-vibe-woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.musical-vibe-woocommerce ul.products li.product .price {
   color: #77a464;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
}

.sidebar .musical-vibe-woocommerce ul.products li:before ,
.footer-widgets .musical-vibe-woocommerce ul.products li:before {
    display: none;
}

.sidebar .musical_vibe_widget_products_grid .inner-wrapper,
.sidebar .musical_vibe_widget_products_grid .inner-wrapper,
#footer-widgets .musical_vibe_widget_products_grid .inner-wrapper,
#footer-widgets .musical_vibe_widget_products_grid .inner-wrapper {
    margin: 0;
}

.sidebar .musical-vibe-woocommerce ul.products li.product,
.sidebar .musical-vibe-woocommerce-page ul.products li.product,
#footer-widgets .musical-vibe-woocommerce ul.products li.product,
#footer-widgets .musical-vibe-woocommerce-page ul.products li.product {
    width: 100%;
    padding: 0;
    margin:0 0 30px 0;
}


/*--------------------------------------------------------------
20.  Media Queries
--------------------------------------------------------------*/

/* Smaller than standard 1400 (devices and browsers) */
@media only screen and (max-width:1300px) {
    .container {
        max-width:1270px;
    }
}

/* Smaller than standard 1230(devices and browsers) */
@media only screen and (max-width:1230px){
    .site-layout-boxed #page {
        width: 95%;
        max-width: 100%;
    }
	#quick-contact,
	#top-head-right,
	#tophead .header-social-wrapper  {
	    width: auto;
	}

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    h3{
        font-size: 22px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 13px;
    }

    .container {
        width: 97%;
    }

    .main-navigation ul li a {
        letter-spacing: inherit;
    }

    #sidebar-front-page-widget-area .widget {
        padding: 40px 0;
        margin: 0;
    }

    .musical_vibe_widget_news_blocks .news-post {
        padding-top: 0;
    }

    .musical-vibe-woocommerce ul.products li.product {
        margin: 0 15px 15px;
        width: 30.3%;
    }

    .header-search-box .search-form {
        max-width: 500px;
    }
    .site-title {
        margin-top: 5px;
    }

    #main-slider .cycle-prev,
    #main-slider .cycle-next {
        visibility: visible;
    }

    #main-slider h3 {
       font-size: 60px;
    }

    #main-slider .cycle-prev,
    #main-slider:hover .cycle-prev {
       left: 1%;
    }

    #main-slider .cycle-next,
    #main-slider:hover .cycle-next {
        right: 1%;
    }
	#sidebar-front-page-widget-area .widget-title {
		font-size: 35px;
	}
}
/*  standard 1024 (devices and browsers) */
@media only screen and (max-width:1024px) {
     .main-navigation ul > li ul  {
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation ul > li:hover > ul  {
        display: block;
        opacity: 1;
        visibility: visible;
    }
    #main-slider h3 {
       font-size: 55px;
    }
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px){

    #main-slider .cycle-caption {
        max-width: 75%;
    }
	#sidebar-front-page-widget-area .widget, #sidebar-front-page-widget-area .cta-layout-1.musical_vibe_widget_call_to_action, .cta-layout-1 .musical_vibe_widget_call_to_action {
	    padding: 40px 0;
	    margin: 0;
	}

	.musical_vibe_widget_latest_news .latest-news-col-3 .latest-news-item {
	    width: 50%;
	}
    #sidebar-front-page-widget-area .cta-layout-1.musical_vibe_widget_call_to_action .call-to-action-content-wrap {
        text-align: left;
        display: inline-block;
        max-width: 100%;
    }
    #sidebar-front-page-widget-area .cta-layout-1 .widget-title {
        text-align: center;
    }
    #sidebar-front-page-widget-area .widget-subtitle {
        max-width: 100%;
    }
    .musical_vibe_widget_portfolio h3.portfolio-item-title {
        font-size: 20px;
    }
    .musical_vibe_widget_latest_news .latest-news-text-wrap {
     padding: 20px;

    }
    td,
    th {
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }

    body{
        padding-top: 0;
    }

    #page {
        margin-top:45px;
    }

    #main-nav {
        display: none;
    }
	.team-view-members .column-3 .tv_member {
	    width: 50%;
	}
    .enabled-sticky-primary-menu.sidr-open #masthead.fixed {
        position: relative;
        top: 89px;
    }

    .enabled-sticky-primary-menu  #masthead.fixed {
        top: 39px;
    }

    .enabled-sticky-primary-menu.admin-bar #masthead.fixed {
        top: 93px;
    }

    .sidr-open #mobile-trigger {
        transition: inherit;
    }

    #mobile-trigger {
        background:  none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px;
        position: fixed;
        text-align: left;
        top: 0;
        width: 100%;
        z-index: 999999;
    }

    .logged-in #mobile-trigger {
        top: 45px;
    }

    .sidr-open #mobile-trigger {
        padding-left: 275px;
        text-align: left;
        transition: inherit;
    }

    .site-branding {
        float: none;
        display: block;
        text-align: center;
        margin-right: 0;
        width: 100%;
    }

    .custom-logo-link {
        max-width: inherit;
    }
    
    .musical_vibe_widget_featured_pages_grid .grid-column-3 .grid-item {
        width: 50%;
    }
    
    #mobile-trigger i {
        background-color: #b1b77b;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #000000;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px !important;
    }

    #primary,
    .sidebar {
        width: 100%;
    }

    body.three-columns-enabled #primary,
    body.three-columns-enabled #content .sidebar,
    body #content #primary, body #content .sidebar {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .musical_vibe_widget_recent_posts .recent-posts-item {
        clear: both;
        float: left;
        margin-top: 30px;
        width: 100%;
    }

   .musical_vibe_widget_features .features-column {
        width: 100%;
        float: left;
        padding: 0;
    }

    .musical_vibe_widget_features .features-column .features-block-icon {
        margin-top: 15px;
    }
    .musical_vibe_widget_features .features-block-item {
        margin-top: 30px;
        float: left;
    }
    #main-slider h3 {
        font-size: 50px;
    }

    #main-slider p {
        font-size: 17px;
        margin-bottom: 20px;
    }

    .musical_vibe_widget_featured_pages_grid .grid-column-4 .grid-item,
    .musical_vibe_widget_latest_news .latest-news-col-4 .latest-news-item {
        width: 50%;
    }

    #footer-contact-section .quick-contact .quick-contact-item i {
        font-size: 20px;
        padding: 7px 0;
        width: 35px;
        height: 35px;
        float: none;
        margin: 0 auto 15px;
    }

    .musical_vibe_widget_features .features-widget {
        padding: 0;
    }

    .slider-buttons a {
        padding: 10px 20px;
        font-size: 14px;
        text-transform: uppercase;
    }

    .quick-contact-inner {
        float: none;
        text-align: center;
        width: 100%;
    }

    #sidebar-front-page-widget-area .featured-page-widget .featured-page-content {
        display: block;
        padding: 20px 0;
        clear: both;
        width: 100%;
    }

    #sidebar-front-page-widget-area .featured-page-widget {
        padding: 0;
    }

    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft img,
    #sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
        margin-right: 0;
        vertical-align: middle;
        margin-bottom: 0;
        float: none;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .quick-contact-item h4::after {
        width: 100%;
    }
    .musical-vibe-woocommerce ul.products li.product {
        margin: 0 15px 15px;
        width: 29%;
    }
    .musical-vibe-woocommerce.musical-vibe-woocommerce-product-grid-4 ul.products li.product {
        margin: 15px 15px;
        width: 45.9%;
    }
    #colophon .colophon-column-left,
    #colophon .colophon-column-right{
        float: left;
        width: 100%;
        text-align: center;
    }

    .musical_vibe_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner .grid-text-content {
        position: inherit;
        bottom: 0;
        top: inherit;
        clear: both;
        width: 100%;
        left: 0;
    }
    #sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .widget-title,
    #sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .widget-subtitle,
    #sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .message {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
        color: #fff;
        margin: 0;
        padding: 0 0;
    }
    #sidebar-front-page-widget-area .musical_vibe_widget_testimonial_slider .cycle-slideshow {
        float: left;
        width: 100%;
        margin-top: 16px;
        padding: 20px;
        margin-bottom: 40px;
    }
    .musical_vibe_widget_features .features-block-item {
        margin-top: 20px;
        float: left;
        border-bottom: 1px solid #f7f7f7;
        padding-bottom: 20px;
    }
    .musical_vibe_widget_services .service-block-item {
        width: 50%;
    }
    .musical_vibe_widget_services .service-block-item:nth-child(3n+1) {
        clear: inherit;
    }
    .musical_vibe_widget_services .service-block-item:nth-child(2n+1) {
        clear: both;
    }
    .musical_vibe_widget_news_blocks .recent-blocks,
    .musical_vibe_widget_news_blocks .recent-news {
        width: 100%;
    }
	.custom-button,
    .custom-button:visited {
        padding: 10px 25px;
        min-width: 135px;
    }
}
/* Smaller than standard 800 (devices and browsers) */
@media only screen and (max-width:800px){

     #main-slider h3 {
        font-size: 45px;
    }

    div#quick-contact {
	    width: 100%;
	    text-align: center;
	}
}
/* Smaller than standard 768 (devices and browsers) */
@media only screen and (max-width:767px){
   h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 24px;
    }

    h3{
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }

    #quick-contact, .header-social-wrapper .musical_vibe_widget_social {
        text-align: center;
        width: 100%;
    }

    #quick-contact li,
    .header-social-wrapper .musical_vibe_widget_social li {
        display: inline-block;
        float: none;
    }

    .header-search-box .search-form {
        max-width: 300px;
    }


    .site-branding {
        float: left;
        text-align: left;
    }

#quick-contact li, .header-social-wrapper .musical_vibe_widget_social li {
    display: inline-block;
    float: none;
    border: none!important;
    padding: 4px;
}
#tophead .musical_vibe_widget_social li {
    margin: 0;
    display: inline-block;
    float: none;
    padding: 0;
}

    body .sidebar,
    body #primary {
        width: 100%;
    }

    .site-branding {
        text-align: left;
    }

    .site-content {
        padding-top: 15px;
    }

    /*featured slider style*/

    #main-slider .cycle-caption h3 {
       margin-bottom: 15px;
    }

    #main-slider .cycle-caption p {
        display: none;
    }

    #main-slider .cycle-pager {
        bottom: 0;
    }

    .site-title {
        font-size: 24px;
    }

    .custom-button,
    .custom-button:visited {
        font-size: 14px;
        padding: 5px 20px;
        text-transform: inherit;
        min-width: inherit;
    }
a.custom-button.header-link-button {
    float: right;
    padding: 11px 27px;
    margin-top: 14px;
    letter-spacing: 1.5px;
    margin: 10px 0;
}
    .caption-alignment-center .slider-buttons a.custom-button {
        margin: 0 15px;
    }
    #main-slider .cycle-caption.caption-alignment-center {
        text-align: center;
        left: 10%;
    }
    #main-slider .cycle-caption {
        width: 80%;
        max-width: 80%;
        left: 10%;
        right: 10%;
    }
    #content {
        clear: both;
        padding-top: 20px;
    }

    #sidebar-front-page-widget-area {
        clear: both;
    }
    .musical_vibe_widget_portfolio .portfolio-filter a {
        padding: 4px 14px;
        font-size: 12px;
        margin-top: 5px;
    }
    .musical_vibe_widget_portfolio h3.portfolio-item-title {
        padding: 10px;
        font-size: 17px;
        font-weight: normal;
    }
    /*sidebar layout*/

    #footer-widgets .footer-widget-area {
        float: left;
        padding: 0 15px;
        width: 50%;
    }

    .widget.musical_vibe_widget_services .service-block-item {
        width: 50%;
    }
    .service-block-inner-content {
        display: block;
    }
    .musical_vibe_widget_latest_news .latest-news-widget .latest-news-item {
        width: 50%;
    }

    .musical_vibe_widget_products_grid .musical-vibe-woocommerce ul.products li.product {
        width: 44%;
    }

    .musical_vibe_widget_latest_news .latest-news-widget .latest-news-item:nth-child(3n+1),
    .widget.musical_vibe_widget_products_grid .musical-vibe-woocommerce ul.products li.product:nth-child(3n+1) {
        clear: inherit;
    }

    .musical_vibe_widget_latest_news .latest-news-widget .latest-news-item:nth-child(2n+1),
    .widget.musical_vibe_widget_products_grid .musical-vibe-woocommerce ul.products li.product:nth-child(2n+1) {
        clear: both;
    }

    #footer-widgets {
        padding: 30px 15px;
    }

    #colophon .copyright,
    #colophon .site-info {
        clear: both;
        text-align: center;
        width: 100%;
    }


    #footer-navigation {
        text-align: center;
        margin-bottom:10px;
    }

    .copyright {
        margin-bottom: 5px;
    }

    #custom-header {
        background-repeat: no-repeat;
        background-size: cover !important;
        padding: 45px 0;
    }

#custom-header .page-title {
    font-size: 27px;
}

    .musical_vibe_widget_featured_pages_grid  .featured-pages-grid .grid-item {
        width: 50%;
    }

    .musical_vibe_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
        clear: inherit;
    }

    .musical_vibe_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(2n+1) {
        clear: both;
    }

    #sidebar-front-page-widget-area .widget {
        padding: 30px 0;
        margin: 0;
    }

    #sidebar-front-page-widget-area .widget-subtitle {
        margin: 0 auto 15px;
    }

    .musical_vibe_widget_testimonial_slider .testimonial-content-area {
        max-width: 100%;

    }
    #sidebar-front-page-widget-area .cta-layout-2 a.custom-button {
        padding: 10px 27px;
    }
    .alignment-left img,
    .alignment-right img {
        max-width: 50%;
    }

    .alignment-right .entry-content-wrapper,
    .alignment-left .entry-content-wrapper {
        display: block;
    }
    #footer-widgets .footer-widget-area:nth-child(3n) {
        clear: both;
    }
    .musical_vibe_widget_services .inner-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }
        .header-search-box .search-box-wrap {
        width: 260px;
    }
    .blog #primary article .entry-content-outer.alignment-center > a,
    .archive #primary article .entry-content-outer.alignment-center > a {
	    max-width: 100%;
	    float: none;
	    margin-right: 0;
	}
	.navigation.pagination .nav-links .page-numbers {
	    padding: 5px 15px;
	}
	.entry-content-outer img, .entry-content-outer img {
	    vertical-align: middle;
	    margin-bottom: 23px;
	}
	.blog .entry-content-wrapper, .archive .entry-content-wrapper {
	    display: table;
	    padding-top: 0;
	}
	.blog #primary article, .archive #primary article {
	    padding: 0 0 20px;
	    margin: 0;
	    clear: both;
	}
	a.more-link {
	    margin-left: 0;
	    display: table;
	    margin-top: 20px;
	    padding: 10px 25px;
	}
}

/* Smaller than standard 700 (devices and browsers) */
@media only screen and (max-width:700px){

 .entry-content-wrapper {
        padding-left: 0;
        padding-top: 0;
    }
    .musical-vibe-woocommerce ul.products li.product {
        max-width: 300px;
        margin: 10px;
        float: left;
    }

#tophead .musical_vibe_widget_social li a {
    margin: 0;
}

    .musical_vibe_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item,
    .musical_vibe_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
        width: 50%;
    }

    #sidebar-front-page-widget-area .overlay-enabled.musical_vibe_widget_call_to_action.cta-layout-2::before {
        width: 100%;
    }

    .cta-layout-2 .call-to-action-main-wrap {
        float: left;
        width: 100%;
        text-align: center;
        padding-right: 0;
        float: none;
    }

    #sidebar-front-page-widget-area .musical_vibe_widget_call_to_action.cta-layout-2 .widget-title {
        text-align: center;
        margin-bottom: 15px;
    }

    #main-slider .cycle-caption p {
        display: none;
    }

    #custom-header {
        background-repeat: no-repeat;
        padding: 25px 0 30px;
    }

    .page-title {
        font-size: 30px;
    }

    .enabled-sticky-primary-menu.admin-bar #masthead.fixed,
    .enabled-sticky-primary-menu  #masthead.fixed,
    .site-header {
        position: inherit;
        text-align: center;
        padding:15px 0;
        top: 0;
        
    }

    #main-slider .cycle-caption h3 {
        font-size: 40px;
    }

    #main-slider .cycle-pager {
        display: none;
    }

    #main-slider .cycle-prev, #main-slider .cycle-next {
        font-size: 19px;
        height: 35px;
        width: 35px;
        padding: 0;
        line-height: 1.9;
        opacity: 1;
    }
    .service-block-inner {
        padding: 0 20px;
    }

	.slider-buttons a.custom-button {
	    padding: 10px 23px;
	    font-size: 12px;
	    margin-top: 10px;
	}

   .alignment-left img ,
   .alignment-right img {
        max-width: 100%;
        margin:0 0 15px;

    }
    .alignment-right .entry-content-wrapper,
    .alignment-left .entry-content-wrapper {
        display: block;
    }
    #breadcrumb li {
    	font-size: 13px;
    }
}
/* Smaller than standard 600 (devices and browsers) */
@media only screen and (max-width:639px){
    .musical_vibe_widget_latest_news .latest-news-widget .latest-news-item {
        width: 50%;
    }
    .widget.musical_vibe_widget_services .service-block-item {
        width: 50%;
    }
        .site-branding {
        text-align: center;
        width: 100%;
        float: none;
    }

    .custom-logo-link,
    .custom-logo-link, #site-identity {
        max-width: inherit;
        float: none;
        display: block;
        margin: 0 0 15px 0;
    }

}

 /* Smaller than standard 500 (devices and browsers) */
@media only screen and (max-width:500px){
    .musical_vibe_widget_features .features-column .features-block-icon {
        margin-top: 0;
        margin-right: 15px;
        width: 55px;
        height: 55px;
        line-height: 0;
        padding: 14px 0;
    }
    .musical_vibe_widget_features .features-block-icon i {
        font-size: 22px;
    }
    .musical_vibe_widget_features .features-column.features-main-content-left .features-block-icon {
        float: right;
        margin-right: 0;
        margin-left: 15px;
    }
    
    #tophead {
        float: none;
        display: inline-block;
        text-align: center;
    }
    
    #top-head-right {
    float: none;
    
}
    #main-slider .cycle-caption h3 {
        font-size: 22px;
    }
    #main-slider .cycle-caption{
        bottom: 35px;
    }
    #main-slider .cycle-prev, #main-slider:hover .cycle-prev {
        left: 0;
    }
     #main-slider .cycle-next, #main-slider:hover .cycle-next  {
        right: 0;
    }
    #main-slider .cycle-prev, #main-slider .cycle-next {
        width: 30px;
    }
    .slider-buttons a.custom-button {
        padding: 5px 16px;
        font-size: 13px;
        text-transform: capitalize;
        margin-right: 5px;
    }
    .musical_vibe_widget_news_blocks p {
        margin: 0;
        display: table;
    }
    .musical_vibe_widget_latest_news .latest-news-widget .latest-news-item {
        width: 100%;
    }
    .scrollup {
        font-size: 14px;
        height: 40px;
        width: 35px;
        border: 4px solid #b1b77b;
    }

	a.cart-button {
	    float: right;
	    margin-top: 5px;
	    margin-left: 25px;
	    position: relative;
	    margin-right: 50px;
	}
	a.custom-button.header-link-button {
	    float: none;
        text-align: center;
	    padding: 8px 25px;
	    font-size: 12px;
	    margin: 0 auto;
	    display: inline-block;
	}

	a.cart-button {
	    float: right;
	    margin-top: 5px;
	    margin-left: 0;
	    position: relative;
	    margin-right: 10px;
	}
	.site-header {
	    text-align: center;
	}
	#sidebar-front-page-widget-area .widget-title {
	    font-size: 27px;
	}
}
/* Smaller than standard 480 (devices and browsers) */
@media only screen and (max-width:479px){
    .musical_vibe_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item,
    .musical_vibe_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
        width: 100%;
    }
    .musical_vibe_widget_news_blocks .news-post {
        padding-top: 0;
        width: 100%;
    }
   .musical-vibe-woocommerce ul.products li.product {
        max-width: 300px;
        margin: 15px auto 15px;
        width: 100%;
        float: none;
    }
    .musical_vibe_widget_featured_pages_grid  .featured-pages-grid .grid-item {
        width: 100%;
    }

   .team-view-members .team-view-members-inner .team-view-members-items .tv_member,
   .team-view-members .team-view-members-inner .team-view-members-items.column-1 .tv_member {
        max-width: 100%;
        width: 300px;
        margin: 0 auto 15px;
        float: none;
        padding:0;
    }

    .comment .reply {
        position: inherit;
        top: inherit;
        right: inherit;
    }

    ol.comment-list .children {
        padding-left: 0;
    }

    .navigation .nav-links .nav-previous,
    .navigation .nav-links .nav-next {
        width: 100%;
        text-align: center;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
    }

    #footer-widgets .footer-widget-area:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid #fff;
        margin-top: 15px;
    }

    .site-description {
        margin-bottom: 0;
    }

    .search-box .search-box-wrap {
        right: 3%;
        width: 263px;
    }


    .search-box {
        float: right;
        position: relative;
        width: 33px;
    }

    .widget.musical_vibe_widget_services .service-block-item {
        width: 100%;
    }

    .page-title {
        font-size: 20px;
        margin-bottom: 7px;
    }


    .musical_vibe_widget_products_grid .musical-vibe-woocommerce ul.products li.product {
        width: 285px;
        margin: 0;
        float: none;
        margin: 0 auto 15px;
        display: block;
    }


}
/* Smaller than standard  (devices and browsers) */
@media only screen and (max-width:359px){

    #main-slider .cycle-caption{
        bottom: 30px;
    }
    .slider-buttons a.custom-button {
        display: none;
    }
    #main-slider .cycle-caption {
        bottom: 48px;
        text-align: center;
    }
}
/* Smaller than standard 320 (devices and browsers) */
@media only screen and (max-width:219px){

    .container{
        width: 310px;
        max-width: 310px;
    }

}

/*** Block Styles ***/

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	font-style: italic;
	margin-bottom: 1.5em;
	text-align: left;
}

hr.wp-block-separator {
	background: none;
	border-bottom-width: 1px;
}

.wp-block-gallery {
	margin: 0;
	margin-bottom: 15px;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignnone,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
	display: flex;
}

.wp-block-gallery figcaption {
	font-style: italic;
}

p.has-drop-cap:not(:focus)::first-letter {
	font-size: 5em;
	margin-top: 0.075em;
}

.wp-block-image {
	margin-bottom: 1.5em;
}

.wp-block-image figure {
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-image figure.alignleft {
	margin-right: 1.5em;
}

.wp-block-image figure.alignright {
	margin-left: 1.5em;
}

.wp-block-audio audio {
	display: block;
	width: 100%;
}

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
	display: flex;
}

.wp-block-pullquote blockquote {
	margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
	border-left: 5px solid #b1b77b;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	border: none;
	background: #b1b77b;
	padding: 30px;
	color: #fff;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	color: #fff;
}
blockquote:before {
	display: none;
}
blockquote {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 20px;
}
.entry-content ul.wp-block-gallery {
    margin-left: 0;
    padding-left: 0;
}
.entry-content ul,.entry-content ol {
    padding-left: 20px;
    margin-left: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
    font-size: 18px;
    color: #000;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
}
/*================================================================
========================= Style Ends =============================
================================================================= */