.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}
#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width:100%;
	z-index: 9999;
	/* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */
	display: none;
	left:0px;
	font-weight:300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
}
#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding:5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}
#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
	text-decoration: none;
}
.cli-plugin-main-link {
	margin-left:0px;
	font-weight: 550; text-decoration: underline;
}
.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}
.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}
.cli-plugin-button, .cli-plugin-button:visited,
	.medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}
.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}
.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}
.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}
.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}
.green.cli-plugin-button:hover {
	background-color: #749a02;
}
.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}
.red.cli-plugin-button:hover {
	background-color: #cf2525;
}
.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}
.orange.cli-plugin-button:hover {
	background-color: #d45500;
}
.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}
.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}
.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}
.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}
.cli-plugin-button{ margin-top:5px; }
.cli-bar-popup{
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	padding:20px;
}
.cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; }
.cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}
.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px;
}
.gdpr-container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.gdpr-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.gdpr-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.gdpr-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.gdpr-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.gdpr-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.modal-backdrop.show {
	opacity: .8;
}
.modal-open {
	overflow: hidden
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.show {
	opacity: .5
}

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0
}
.gdpr-modal a {
	text-decoration: none;
}
.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2));
	}
}
@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;
	}
}
.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0
}
.gdpr-modal .row {
	margin: 0 -15px;
}
.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.gdpr-modal .close:focus {
	outline: 0;
}
.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.gdpr-switch input[type="checkbox"] {
	display:none;
}
.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.gdpr-switch input:checked + .gdpr-slider {
	background-color:rgb(99, 179, 95);
}
.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}
.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}
.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}
.gdpr-tab-content>.gdpr-tab-pane {
	display: none;
}
.gdpr-tab-content>.active {
	display: block;
}
.gdpr-fade {
	transition: opacity .15s linear;
}
.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: stretch !important;
	-ms-align-items: stretch !important;
}
.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}
.nav.gdpr-nav-pills {
	background: #f3f3f3;
}
.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}
.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #ffffff;
}
.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #ffffff;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}


.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0
}
.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}
.cli-modal.cli-show {
	display: block;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
	display:none;
}
.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #00acad
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(26px);
}
.cli-switch .cli-slider {
	border-radius: 34px;
}
.cli-switch .cli-slider:before {
	border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-tab-content>.cli-active {
	display: block;
}
.cli-fade {
	transition: opacity .15s linear;
}
.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 30px;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
	padding: 30px 10px;
	}
}
.cli-nav-pills {
	background: #f3f3f3;
}
.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad;
}
.cli-nav-pills .cli-nav-link.cli-active {
	color: #ffffff;
}
.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cli-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.cli-col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.cli-col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
	flex-direction: column;
}
.cli-align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}
.cli-d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}
.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}
.cli-btn:hover {
  opacity: .8;
}
.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}
.cli-btn:focus {
	outline: 0;
}
.cli-modal-backdrop.cli-show {
  opacity: .8;
}
.cli-modal-open {
  overflow: hidden
}
.cli-barmodal-open {
  overflow: hidden
}
.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto
}
.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out,-webkit-transform .3s ease-out;
	-webkit-transform: translate(0,-25%);
	transform: translate(0,-25%)
}
.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0,0);
	transform: translate(0,0)
}
.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform:scale(0);
	transform:scale(0);
	transition: opacity ease-in-out 0.5s;
}
.cli-modal-backdrop.cli-fade {
  opacity: 0;

}
.cli-modal-backdrop.cli-show {
	opacity: .5;
  -webkit-transform:scale(1);
  transform:scale(1);
}
.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}
.cli-modal a {
	text-decoration: none;
}
.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2))
}
@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width:500px;
		margin: 1.75rem auto;
		min-height: calc(100% - (1.75rem * 2))
	}
}
.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0
}
.cli-modal .row {
	margin: 0 -15px;
}
.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.cli-modal .cli-modal-close:focus {
	outline: 0;
}
.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px;
}
.cli-switch input[type="checkbox"] {
	display:none;
}
.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}
.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px;
}
.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}
.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}
.cli-switch .cli-slider {
	border-radius: 34px;
	font-size:0;
}
.cli-switch .cli-slider:before {
	border-radius: 50%;
}
.cli-tab-content {
background: #ffffff;
}
.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding:5px 30px 5px 5px;
	box-sizing: border-box;
}
@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
	padding: 30px 10px;
	}
}
.cli-nav-pills {
	background: #fff;
}
.cli-nav-pills .cli-nav-link {
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	color:#2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer
}
.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #cccccc;
}
.cli-nav-pills .cli-nav-link.cli-active {
	color:#2a2a2a;
}
.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}
.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}
.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{
	background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar  .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after
{
color:inherit;
}
#cookie-law-info-bar .cli-tab-header a:before
{
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}
#cookie-law-info-bar .cli-row
{
	margin-top:20px;
}
#cookie-law-info-bar .cli-col-4
{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
#cookie-law-info-bar .cli-col-8
{
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto;
}
#cookie-law-info-bar .cli-tab-content h4
{
	margin-bottom:0.5rem;
}
#cookie-law-info-bar .cli-nav-pills .cli-nav-link
{
	padding: .2rem 0.5rem;
}
#cookie-law-info-bar .cli-tab-container
{
	display:none;
	text-align:left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration:none;
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #ffffff;
	border-radius: 0;
}

.cli-tab-footer {
	width:100%;
	text-align:right;
	padding: 20px 0;
}
/* version 2.0 */
.cli-col-12
{
	width:100%;
}
.cli-tab-header
{
	display: flex;
	justify-content: space-between;
}
.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
}
.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none;
}
.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-right:10px;
}
.cli-tab-header a.cli-nav-link  {
	position: relative;
	display: flex;
	align-items: center;
	font-size:14px;
	color:#000;
	text-transform: capitalize;

}
.cli-tab-header.cli-tab-active .cli-nav-link:before
{
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s;
	background-color:#f2f2f2;
}
.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	padding: 10px;
	background: transparent;
	border:none;
	min-width: 40px;
}
.cli-tab-container h4,.cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin:10px 0;
}
#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px;
}
.cli-tab-container p ,.cli-privacy-content-text{
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}
.wt-cli-privacy
{
	display:none;
}
.cli-tab-content
{
	display:none;
}
.cli-tab-section .cli-tab-content
{
	padding: 10px 20px 5px 20px;
}
.cli-tab-section
{
	margin-top:5px;
}
@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}
.cli-switch .cli-slider:after{
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size:12px;
	text-align:right;
	min-width: 80px;
}
.cli-switch input:checked + .cli-slider:after
{
	content: attr(data-cli-enable);
}
.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height 0.15s ease-out;
	overflow: hidden;
}
a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color:#000;
	text-decoration: underline;
}
.cli-modal-footer {
	position: relative;
}
a.cli-privacy-readmore:before {
	content: attr(data-readmore-text);
}
.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content
{
	transition: max-height 0.25s ease-in;

}
.cli-privacy-content p
{
	margin-bottom:0;
}
.cli-modal-close svg {
	fill: #000;
}
span.cli-necessary-caption {
	color: #000;
	font-size: 12px;
}
.cli-tab-section.cli-privacy-tab {
	display: none;
}
#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block;
}
#cookie-law-info-bar .cli-privacy-overview {
	display: none;
}
.cli-tab-container .cli-row
{
	max-height: 500px;
	overflow-y: auto;
}
.cli-modal.cli-blowup.cli-out {
	z-index: -1;
}
.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1);

  }
  .cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  .cli-modal.cli-blowup.cli-out .cli-modal-dialog
  {
	animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  }
  @keyframes blowUpContent {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	99.9% {
	  transform: scale(2);
	  opacity: 0;
	}
	100% {
	  transform: scale(0);
	}
  }
  @keyframes blowUpContentTwo {
	0% {
	  transform: scale(2);
	  opacity: 0;
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  @keyframes blowUpModal {
	0% {
	  transform: scale(0);
	}
	100% {
	  transform: scale(1);
	}
  }
  @keyframes blowUpModalTwo {
	0% {
	  transform: scale(1);
	  opacity: 1;
	}
	50% {
		transform: scale(0.5);
		opacity: 0;
	  }
	100% {
	  transform: scale(0);
	  opacity: 0;
	}
  }
  .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px;
}
.cli_settings_button
{
	cursor: pointer;
}
/* Accessibility Fix */
.wt-cli-sr-only
{
	display: none;
	font-size:16px;
}
/* Changes for CCPA
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}
/* GDPR Bar Version 2 */
.cli-bar-container{
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}
.cli-style-v2 a
{
	cursor: pointer;
}
.cli-bar-btn_container a {
	white-space: nowrap;
}
.cli-style-v2 .cli-plugin-main-link
{
	font-weight:inherit;
}
.cli-style-v2
{
	font-size: 11pt;
	line-height: 18px;
	font-weight:normal;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{
	display: block;
}
.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message
{
	width:100%;
}
#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	margin-top:8px;
	margin-left: 0px;
	flex-wrap: wrap;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
	text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
	margin-top:8px;
	margin-left: 0px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{
	text-align: left;
	/* padding-left: 15px; */
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 16px;
}
/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
	padding-left: 0px;
	padding-right: 0px;
} */

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px;
}
.cli-style-v2 .cli-bar-btn_container .cli_action_button ,
.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button
{
	margin-left: 5px;
}
.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}
/* .cli-bar-container.cli-style-v2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"]
{
	padding: 14px 25px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]
{
	padding:32px 30px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 32px 45px;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){
	text-decoration: underline;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px;
}
a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline;
}
.wt-cli-necessary-checkbox {
	display: none !important;
}
@media (max-width: 985px) {
	.cli-style-v2 .cli-bar-message
	{
		width:100%;
	}
	.cli-style-v2.cli-bar-container
	{
		justify-content:left;
		flex-wrap: wrap;
	}
	.cli-style-v2 .cli-bar-btn_container {
		margin-left:0px;
		margin-top: 10px;
	}
	#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]
	{
		padding: 25px 25px;
	}
}
/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111111;
	font-weight: normal;
}
.wt-cli-ckyes-brand-logo img{
	width: 65px;
	margin-left: 2px;
}
.wt-cli-privacy-overview-actions {
	padding-bottom:0;
}
@media only screen and (max-width: 479px) and (min-width: 320px){

	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap;
	}
}
/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}
@charset "UTF-8";

/* --- ICONS --- */
[data-icon]:before {
	font-family: "everlightbox-icons" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class^="ev-icon-"]:before,
[class*=" ev-icon-"]:before {
	font-family: "everlightbox-icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

.ev-icon-pinterest:before {
	content: "\63";
}

.ev-icon-houzz:before {
	content: "\64";
}

.ev-icon-gplus:before {
	content: "\65";
}

.ev-icon-cancel:before {
	content: "\66";
}

.ev-icon-right-open-big:before {
	content: "\67";
}

.ev-icon-left-open-big:before {
	content: "\68";
}
.ev-icon-tumblr:before {
	content: "\69";
}
.ev-icon-install:before {
	content: "\6a";
}
.ev-icon-commenting-o:before {
  content: "\6b";
}
.ev-icon-resize-full:before {
  content: "\6d";
}
.ev-icon-resize-small:before {
	content: "\6e";
}

html.everlightbox-html.everlightbox-touch {
	overflow: hidden !important;
}
/* --- END ICONS --- */

/* --- STRUCTURE --- */
#everlightbox-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999 !important;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#everlightbox-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#everlightbox-slider {
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	white-space: nowrap;
	position: absolute;
	display: none;
	cursor: pointer;
}
#everlightbox-slider .slide {
	height: 100%;
	width: 100%;
	line-height: 1px;
	text-align: center;
	display: inline-block;
	position: relative;
}
#everlightbox-slider .slide:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
}
#everlightbox-slider .everlightbox-backstage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#everlightbox-overlay #everlightbox-slider .slide .everlightbox-glass {
    position: absolute;
	-webkit-box-shadow: inset hoff voff blur color;
	-moz-box-shadow: inset hoff voff blur color;
	box-shadow: 0 0 50px #151515;
}
#everlightbox-overlay.buttons-edges #everlightbox-slider .slide .everlightbox-glass {
    position: static;
    height: 0 !important;
}
#everlightbox-slider .slide .everlightbox-top-bar,
#everlightbox-slider .slide .everlightbox-bottom-bar {
	position: absolute;
	top:10px;
	left: 0;
	right: 0;
	z-index: 1000;
}
#everlightbox-slider .slide .everlightbox-bottom-bar {
	top: auto;
	bottom: 10px;
}
#everlightbox-slider .slide .everlightbox-top-bar .everlightbox-right-side {
	position: absolute;
	right:10px;
	top:0;
	text-align: right;
}
#everlightbox-slider .slide .everlightbox-top-bar .everlightbox-right-side a,
#everlightbox-slider .slide .everlightbox-top-bar .everlightbox-left-side a {
	text-align: center;
}
#everlightbox-slider .slide .everlightbox-top-bar .everlightbox-left-side {
	position: absolute;
	left:10px;
	top:0;
	text-align: left;
}
/* --- END STRUCTURE --- */

/* --- BUTTONS --- */
/* no mobile */
#everlightbox-overlay.everlightbox-no-mobile #everlightbox-slider .slide .everlightbox-glass .everlightbox-top-bar,
#everlightbox-overlay.everlightbox-no-mobile #everlightbox-slider .slide .everlightbox-glass .everlightbox-bottom-bar {
	opacity: 0;	
}
#everlightbox-overlay.everlightbox-no-mobile #everlightbox-slider .slide .everlightbox-glass:hover .everlightbox-top-bar,
#everlightbox-overlay.everlightbox-no-mobile #everlightbox-slider .slide .everlightbox-glass:hover .everlightbox-bottom-bar,
#everlightbox-overlay.everlightbox-no-mobile.sticky-buttons #everlightbox-slider .slide .everlightbox-glass .everlightbox-top-bar,
#everlightbox-overlay.everlightbox-no-mobile.sticky-buttons #everlightbox-slider .slide .everlightbox-glass .everlightbox-bottom-bar {
	opacity: 1;
}
/* end no mobile */

#everlightbox-overlay.everlightbox-mobile #everlightbox-slider .slide .everlightbox-glass {
	top:0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: auto !important;
	height: auto !important;
}
#everlightbox-overlay.everlightbox-mobile #everlightbox-slider .slide .everlightbox-glass .everlightbox-download,
#everlightbox-overlay.everlightbox-mobile #everlightbox-slider .slide .everlightbox-glass .ev-icon-resize-full {
	display: none !important;
}
#everlightbox-overlay.everlightbox-mobile .fb_iframe_widget_fluid_desktop iframe {
	width: 100% !important;
}


#everlightbox-slider .slide .everlightbox-social {
	text-align: center;
	position: absolute;
	z-index: 10;
}
#everlightbox-slider .slide .everlightbox-button {
	display: inline-block;
	text-decoration: none;
	color:#fff;
	width: auto;
	height: auto;
	padding: 4px;
	line-height: 1;
	background: rgba(0, 0, 0, .5);
	margin-bottom: 1px;
	transition:background .2s, top .2s, opacity .2s, color .2s;
	font-size: 15px;
	cursor: pointer; 
	border-radius: 4px;
	position: relative;
	top:0;	
	border-size: border-box;
	float: none;
	touch-action: none;
	cursor: pointer;
}
#everlightbox-slider .everlightbox-button i {
	padding: 4px 4px 2px 4px;
	display: block;
}
/* buttons without background */
#everlightbox-overlay.buttons-no-bg #everlightbox-slider .everlightbox-comments,
#everlightbox-overlay.buttons-no-bg #everlightbox-slider .slide .everlightbox-button {
	background: transparent;
}
#everlightbox-overlay.buttons-no-bg #everlightbox-slider .everlightbox-fullscreen:hover,
#everlightbox-overlay.buttons-no-bg #everlightbox-slider .everlightbox-comments.everlightbox-comments-active,
#everlightbox-overlay.buttons-no-bg #everlightbox-slider .everlightbox-comments:hover,
#everlightbox-overlay.buttons-no-bg #everlightbox-slider .everlightbox-close:hover {
	color:#ccc;
	top:-2px;
}
/* end buttons without background */

#everlightbox-slider .everlightbox-comment-count {
	color:#fff;
	position:relative;
	top:-1px;
    display: inline-block;
    line-height:1;
    margin-left: 6px;
}
#everlightbox-slider .slide .everlightbox-social {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
#everlightbox-slider .slide .everlightbox-social .everlightbox-button {
	display: inline-block;
	margin-right: 4px;
	box-sizing: border-box;
	padding: 4px;
}
#everlightbox-slider .slide .everlightbox-social .everlightbox-button.last-element {
	margin-right: 0;
}

#everlightbox-slider .everlightbox-fullscreen,
#everlightbox-slider .everlightbox-comments,
#everlightbox-slider .everlightbox-close {
	font-size: 24px;
    line-height: 1;
}
#everlightbox-slider .everlightbox-fullscreen:hover,
#everlightbox-slider .everlightbox-comments.everlightbox-comments-active,
#everlightbox-slider .everlightbox-comments:hover,
#everlightbox-slider .everlightbox-close:hover {
	background: #fff;
	color:#000;
	border-bottom: 0;
}
#everlightbox-slider .slide .everlightbox-social a:hover {
	background: #000;
}
#everlightbox-slider .slide .everlightbox-social .everlightbox-facebook:hover { background: #3b5998; }
#everlightbox-slider .slide .everlightbox-social .everlightbox-twitter:hover { background: #55acee; }
#everlightbox-slider .slide .everlightbox-social .everlightbox-pinterest:hover { background: #cb2027; }
#everlightbox-slider .slide .everlightbox-social .everlightbox-houzz:hover { background: #55a32a; }
#everlightbox-slider .slide .everlightbox-social .everlightbox-googleplus:hover { background: #dd4b39; }
#everlightbox-slider .slide .everlightbox-social .everlightbox-tumblr:hover { background: #32506d; }

#everlightbox-slider .slide img,
#everlightbox-slider .slide .everlightbox-video-container,
#everlightbox-slider .slide .everlightbox-inline-container {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	z-index: 999;
	position: relative;
}
#everlightbox-slider .slide .everlightbox-video-container {
	background: none;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#everlightbox-slider .slide .everlightbox-video-container .everlightbox-video {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
}
#everlightbox-slider .slide .everlightbox-video-container .everlightbox-video iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}
#everlightbox-slider .slide-loading {
	background: url(/wp-content/plugins/everlightbox/public/img/loader.svg) no-repeat center center;
}
#everlightbox-slider .everlightbox-top-bar .fb-comments {
	background: #fff;
	position: absolute;
	top:40px;
	left:10px;
	z-index: 1000000;
}
#everlightbox-slider .slide .everlightbox-social .fb-like {
	display: inline-block;
	background: transparent;
	line-height: 0;
	padding-top: 0;
	width: 54px;
}
#everlightbox-slider .slide .everlightbox-social .fb-like:hover {
	background: none;
}
#everlightbox-slider .slide .everlightbox-social .fb-like span {
	vertical-align: baseline !important;
	top: 3px;
}
#everlightbox-title {
	display: block;
	width: 100%;
	text-align: center;
}

#everlightbox-prev,
#everlightbox-next {
	border: none !important;
	text-decoration: none !important;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top:50%;
	position: absolute;
}

#everlightbox-prev i,
#everlightbox-next i {
	color: #fff;
	font-size: 34px;
}

#everlightbox-prev {
	left:25px;
	text-align: left;
}

#everlightbox-next {
	right:25px;
	text-align: right;
}

#everlightbox-prev.disabled,
#everlightbox-next.disabled {
	opacity: 0.3;
}

#everlightbox-slider .everlightbox-fullscreen,
#everlightbox-slider .everlightbox-close {
	display: inline-block;
	margin-left: 10px;
}
#everlightbox-slider .everlightbox-close {
	right:0;
}
#everlightbox-slider .everlightbox-fullscreen .ev-icon-resize-small {
	display: none;
}
#everlightbox-slider .everlightbox-fullscreen.on .ev-icon-resize-small {
	display: inline-block;
}
#everlightbox-slider .everlightbox-fullscreen.on .ev-icon-resize-full {
	display: none;
}
.everlightbox-no-close-button #everlightbox-slider .everlightbox-close {
	display: none;
}
#everlightbox-slider .everlightbox-top-bar .fb-comments {	
	height: auto;
}
#everlightbox-slider .slide .everlightbox-caption {
	position: absolute;
	background:transparent;
	color: #fff;
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0; 
	top: 0;
	left: 100px;
	right: 100px;
}
#everlightbox-slider .slide .everlightbox-caption span {
	background: rgba(0, 0, 0, .5);
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
	white-space: normal;
	line-height: 1.5;
}
.everlightbox-no-touch #everlightbox-overlay.rightSpring #everlightbox-slider {
	-webkit-animation: rightSpring 0.3s;
	animation: rightSpring 0.3s;
}
.everlightbox-no-touch #everlightbox-overlay.leftSpring #everlightbox-slider {
	-webkit-animation: leftSpring 0.3s;
	animation: leftSpring 0.3s;
}

.everlightbox-touch #everlightbox-container:before, .everlightbox-touch #everlightbox-container:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	content: ' ';
	position: absolute;
	z-index: 999;
	top: 0;
	height: 100%;
	width: 20px;
	opacity: 0;
}
.everlightbox-touch #everlightbox-container:before {
	left: 0;
	-webkit-box-shadow: inset 10px 0px 10px -8px #656565;
	box-shadow: inset 10px 0px 10px -8px #656565;
}
.everlightbox-touch #everlightbox-container:after {
	right: 0;
	-webkit-box-shadow: inset -10px 0px 10px -8px #656565;
	box-shadow: inset -10px 0px 10px -8px #656565;
}
.everlightbox-touch #everlightbox-overlay.leftSpringTouch #everlightbox-container:before {
	opacity: 1;
}
.everlightbox-touch #everlightbox-overlay.rightSpringTouch #everlightbox-container:after {
	opacity: 1;
}

@-webkit-keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}

@keyframes rightSpring {
	0% {
		left: 0;
	}

	50% {
		left: -30px;
	}

	100% {
		left: 0;
	}
}
@-webkit-keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}
@keyframes leftSpring {
	0% {
		left: 0;
	}

	50% {
		left: 30px;
	}

	100% {
		left: 0;
	}
}
@media screen and (min-width: 800px) {
	.everlightbox-close {
		right: 10px;
	}

	#everlightbox-arrows {
		width: 92%;
		max-width: 800px;
	}
}
/* Skin
--------------------------*/
#everlightbox-overlay {
	background-color: rgba(0, 0, 0, .8);
}


/* THEMES */

/* WHITE SPLASH */
#everlightbox-overlay.everlightbox-theme-white-splash {
	background-color: rgba(255, 255, 255, .8);
}
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide img, 
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-video-container, 
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-inline-container {
	box-shadow: 0 0 50px #666;
}
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-caption span,
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .everlightbox-comments, 
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .everlightbox-close, 
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-social a {
	background: rgba(255,255,255, .5);
	color:#000;
}
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .everlightbox-comments:hover, 
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .everlightbox-close:hover {
	background: rgba(255,255,255, 1);
}
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-prev i, 
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-next i {
	color: #000;
}
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-social .everlightbox-facebook:hover { background: #3b5998; }
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-social .everlightbox-twitter:hover { background: #55acee; }
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-social .everlightbox-pinterest:hover { background: #cb2027; }
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-social .everlightbox-houzz:hover { background: #55a32a; }
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-social .everlightbox-googleplus:hover { background: #dd4b39; }
#everlightbox-overlay.everlightbox-theme-white-splash #everlightbox-slider .slide .everlightbox-social .everlightbox-tumblr:hover { background: #32506d; }/*
Theme Name: CHRiiZ Design V 4.0
Theme URI: http://CHRiiZ.com

Version: 4.0
Author: CHRiiZ
Author URI: http://www.chriiz.com
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html


*/

/*
1. Reset
2.1 Main Global Layout Settings
3.1 Mobile Device Menu
3.2 Tipsy
4.1 Logo
5.1 Page
5.2 Entry Contents
6.1 Headings
7.1 Content Headings
7.2 Content elements

8 Shortcodes

9.1 Post summary
9.2 Page Navigation Styles
9.3 Password Protected Form
9.4 Post Info

10.1 Sidebar

10.2 Form / Widget Search
10.3 Widget Calendar
10.4 Widget Recent Posts,Popular Posts
10.5 Twitter Widget
10.6 Sidebar Widget Gallery
10.7 Social Widget
10.8 Flickr Widget
10.9 Address widget

11.1 Portfolio Browser
11.2 Portfolio Widget

12.1 Comments
12.2 Template - Contact Form

13.1 Navigation

14.1 Post Format Styling

15.1 AJAX Portfolio
15.2 Portfolio Common
15.3 Portfolio Filter
15.4 Portfolio Grids

16.1 Shoutout
16.2 Clients

17.1 Goto Top

18.1 Footer

*/

/* ******************************
1. Reset
******************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: white;
	background: black;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ******************************
2.1 Main Global Layout Settings 
******************************* */

*{ padding: 0px; }
body, html{ height: 100%; margin: 0;height: auto; min-height: 100%; }
body{
	font: 300 15px/1.625 "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color: #000000;
	background-repeat: repeat;
	background-attachment:fixed;
	color: #626262;
	}
input,textarea,button {
	color:#777;
	font-size:14px;
	font-weight: 400;
	letter-spacing: 1px;
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* **********************
Font Associates
*********************** */
h1, h2, h3, h4, h5, h6, .menu-title, .homemenu ul li a, .header-menu-wrap li a, .slideshow_title, .ui-tabs-anchor, .donutcounter-item, .tp-caption, .divider-title, .item-title, #gridblock-filters, .breadcrumb, .sidebar h3, .social-header-wrap ul li.contact-text, #gridblock-filter-select, .skillbar, .time-count-data, .time-count-title, .client-position, .boxtitle-hover, .portfolio-share li.sharethis, .pagination-navigation, .mbutton, .pricing-table, .woocommerce-breadcrumb, .mtheme-woo-order-selected-wrap, .woocommerce-pagination, .mtheme-woocommerce-description-wrap, .woocommerce #content button, .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .header-shopping-cart, .woocommerce table.shop_table thead, .woocommerce .cart .button, .woocommerce .price, .woocommerce form .form-row label, .woocommerce-page form .form-row label, .tp-caption.large_bold_white, .tp-caption.medium_light_white, .wpcf7-form input[type=button], .wpcf7-form input[type=submit], .wpcf7-form input[type=reset] {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
}
a{ outline: none; text-decoration: none; color:#444444; }
a:hover{ text-decoration: none; }
a img{ border: none; }
.entry-content img {
	max-width:100%;
}

.clear {clear:both;}
.clearlast {clear:both;padding-bottom:35px;}
.clearlastgallery {clear:both;padding-bottom:55px;}
.ienoclear {clear:both;}
.clearfix:after	{ content: "."; visibility: hidden; display: block; height: 0px; clear: both; }
* html .clearfix{ height: 1%; }
*+html .clearfix{ height: 1%; }

.float-right { float:	right; }
.float-left {float:	left; }

.align-right { float:right; }
.align-left { float:left; }
.align-center { margin:0 auto; display:block;}

p.edit-entry { 
	font-size:10px;
	line-height: 10px;
	text-decoration:none;
	position: fixed;
	bottom: 0;
	right:0;
}
p.edit-entry a {
	font-size:13px;
	background: #333;
	padding: 10px;
	color: #fff;
	text-decoration:none;
	display: block;
}
p.edit-entry a:hover {
	background: #000;
	color:#fff;
	text-decoration:none;
}

.single-header-space { margin: 25px 0 0 0; }
.blank-head-space-1 { margin: 24px 0 0 0; }
.mtheme-menu-not-found { 
	padding-left:20px;
	padding-top:20px;
	font-size:12px;
	color:#fff;
	font-weight: 400;
	text-transform: none;
}

.gradient {
filter:none;
}

.type-post, .type-mtheme_portfolio, .type-page {
	margin: 0;
	}
	
::selection {
	color:#fff;
	background: #111; /* Safari */
	}
::-moz-selection {
	color:#fff;
	background: #111; /* Firefox */
}

/* ******************************
Background Fill
******************************* */
.background-fill,
.pattern-overlay {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
	}
.background-fill {
	z-index:-99;
	background: rgba(0,0,0,0.8);
	}
.pattern-overlay {
	z-index: -1;
}

/* ******************************
Tipsy
******************************* */

.tipsy { 
	margin-top:-15px;
	margin-left:0;
	padding: 5px;
	font-size: 9px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform:uppercase;
}
  .tipsy-inner {
	padding: 4px 12px;
	background-color: #555;
	color: #fff;
	max-width: 200px;
	text-align: center;
	border-radius: 20px;
	}
  .tipsy-inner { }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center; }
  .tipsy-east { background-position: right center; margin-top:0; }
  .tipsy-west { background-position: left center; }


/* ******************************
Logo
******************************* */

.logo-menu-wrapper {
	float:left;
	display:block;
}
.logo-theme-dark {
	display:none;
}

.logo {
	float:left;
	line-height: 0;
	position: relative;
	z-index: 20;
	}
	.logo a { 
		line-height: 0;
	}
	.logo img {
	}

/* ******************************
Menu Toggle
******************************* */

.menu-toggle-wrap-static {
	position: static;
}
.menu-toggle-wrap-fixed {
	position: fixed;
	bottom:50px;
	left: 0;
}
.menu-scroll-mode {
	padding-bottom: 50px;
}
.menu-toggle-wrap {
	width:320px;
	text-align: center;

}
.menu-toggle {
	float: right;
	margin: 25px 60px 0 20px;
	width:20px;
	height:20px;
	font-size: 9px;
	line-height: 19px;
	cursor:pointer;
	opacity:1;
	z-index: 99;
	border-radius: 100px;
	text-align: center;
	color:#fff;
	position: relative;
	-webkit-transition: -webkit-transform 0.1s, all 0.1s;
	-moz-transition: -moz-transform 0.1s, all 0.1s;
	transition: transform 0.1s, all 0.1s;
	}
	.menu-toggle:after {
		content: " ";
		position: absolute;
		border:3px solid #fff;
		top:-8px;
		left:-8px;
		height:20px;
		padding:5px;
		width: 20px;
		border-radius: 100px;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
	}
	.menu-toggle i {
		-webkit-transition: -webkit-transform 0.2s;
		-moz-transition: -moz-transform 0.2s;
		transition: transform 0.2s;
		position: relative;
		z-index: 1;
	}
	.menu-toggle-on i {
	    -ms-transform: rotate(45deg); /* IE 9 */
	    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	    transform: rotate(45deg);
		-webkit-transition: -webkit-transform 0.1s, all 0.1s;
		-moz-transition: -moz-transform 0.1s, all 0.1s;
		transition: transform 0.1s, all 0.1s;
	}
	
.menu-toggle:hover {
	}
	.menu-toggle:hover:after {
		opacity: 1;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	}
	.menu-toggle:active:after {
		opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}
	
.menu-toggle-off {
	background-position: 50% top;
}

.menu-toggle-on {
	background-position: 50% bottom;
}

/* ******************************
Page
******************************* */

.mtheme-adjust-max-height {
	height:100%;
	max-height: 100%;
}

.container-boxed,
.container-fullwidth {
}

.mtheme-page-password-protected.page-is-fullscreen .container-boxed {
	margin:0 auto;
}
.mtheme-page-password-protected.page-is-fullscreen .fullscreen-protected {
}
.container-boxed,
.top-bar-content,
.top-bar-wrap-boxed {
}
.top-bar-content {
	margin:0 auto;
}
.page-template-template-fullpage-php .container-boxed {
	padding-left:0;
	padding-right:0;
}
.page-template-template-fullpage-php .title-container-wrap {
	display: none;
}

.container,
.title-container-wrap,
.footer-container {
	width: 1035px;
	margin:0 auto;
	}

/*Abstand Copyright Inhalt*/
.container {
	margin-bottom: 220px;
}
.container.header-adjuster {
	margin-top:130px;
	padding-top:50px;
}
.page-template-template-fullpage-php .container {
	width: auto;
	margin-top:0;
	margin-bottom: 0;
}

.fullpage-block {
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
}
.fullpage-block {
	padding-right: 50px;
	padding-left: 50px;
}

.container-fill {
    width: 100%;
    margin:0;
}
.global-container-wrapper {
	width:100%;
}
.container-outer {
	margin-top:180px;
}

.container-wrapper {
	margin: 0;
}
.container-edgetoedge {
	padding-top: 0;
}
.container-outer {
	}
.container-inner {
	}
.container-outer,
.single-page-container,
.single-gridblock-image-container {
}
.container-head {
	height: 15px;
	width: 100%;
	background: #111;
	}

.single-flexislideshow{ 
	margin-left:-50px;
}

.top-bar-wrap {
	background: #fff;
    height: 40px;
    margin: 0 auto;
    padding: 3px 0 5px;
    position: relative;
    z-index: 100;
}
.header-block-wrap {
	position: relative;
	width: 100%;
	z-index: 500;
	height: 69px;
    opacity:0;  /* make things invisible upon start */
    filter: alpha(opacity=100);
    -webkit-animation:headerfadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:headerfadeIn ease-in 1;
    animation:headerfadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes headerfadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes headerfadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes headerfadeIn { from { opacity:0; } to { opacity:1; } }

.header-type-dark .header-block-wrap {
	background:#000;
}
.header-type-bright .header-block-wrap {
	background:#fff;
}
.header-type-dark .social-toggle-wrap,
.header-type-bright .social-toggle-wrap {
	top:90px;
}

body .header-block-wrap.header-background-off {
	background: none;
}
/*Hauptmenü einfärben*/
.header-elements-wrap {
	position: relative;
	background: rgba(0,0,0,0.85);
		/*background: rgba(0, 0, 0, 0.85)*/
	/*background: rgba(31, 31, 31, 0.9);*/

}


.theme-boxed .header-elements-wrap {
	margin-top:0;
}


.stickymenu-listener  {
}
.stickymenu-active {
	position: fixed;
	z-index: 100;
	text-align: center;
	margin:0 auto;
	width: 100%;
	top:0;
}
.stickymenu .logo {
	margin:0;
}
.stickymenu .logo img {
	height: 40px;
	width:auto;
	top:0;
	left: 40px;
	position: relative;
	}
.stickymenu .mainmenu-navigation {
	margin-right: 40px;
	margin-top:0;
}
.sticky-menu-activate {
	margin-top:0;
    animation: stickymenu 1s ease-out;
    animation-fill-mode:forwards;
}
/*.main-menu-wrap {
	background: rgba(0, 0, 0, 0.85);
	height: 120px;
}*/

@keyframes stickymenu {
    0% {
      opacity: 0;
    }
    100% {
      opacity:1;
    }
}
.sticky-menu-activate .homemenu .top-menu ul {
	right: 60px;
}
.sticky-menu-activate .header-elements-wrap {
	width:100%;
	top:0;
	position: fixed;
	height: 68px;
background: rgba(255,255,255,0.2);
}
@keyframes stickymenuheader {
    0% {
      top:-68px;
    }
    100% {
      top:0;
    }
}
.header-type-bright .sticky-menu-activate .header-elements-wrap {
	background: #fff;
}
.header-type-dark .sticky-menu-activate .header-elements-wrap {
	background: #000;
}
.sticky-menu-activate .menu-toggle {
	display: none;
}
.sticky-menu-activate .social-toggle-wrap {
	display: none;
}
.sticky-menu-activate .homemenu .top-menu {
	margin-right: 40px;
}
.sticky-menu-activate .header-elements-wrap {
	margin-top:0;
}
.sticky-menu-activate .main-menu-wrap {
	padding:0;
}
.sticky-menu-activate .logo {
	margin-top:16px;
}
.sticky-menu-activate .logo img {
	max-height:33px;
	width: auto;
}
.sticky-menu-activate .header-search-wrap {
	display: none;
}
.header-elements-wrap.sticky-animated {
	opacity: 1;
	transition: opacity 0.5s;
}
.main-menu-wrap {
}
.menu-overlay {
	background-color:#555;
	position: fixed;
	top:-150px;
	left:0;
	width:100%;
	height:120px;
	z-index:-1;
	border-bottom: 1px solid #F5F5F5;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.top-menu-color {
}
.top-menu-wrap {
    padding: 0;
   	line-height: 0;
	}

.lower-padding { padding-bottom: 0 }
.footer-margin { margin-top: 60px; }
.lower-margin { margin-bottom: 50px; }
.sidebar-margin { margin-top: 30px; }
.no-border { border:none !important; margin:0 !important; padding:0 !important;}
	
.main-contents {
	padding:	0;
	}
	
.page-contents {
	padding:	0;
	}
	
.home-wrap {
	margin: 0 50px;
}
.home-page-wrap {
	padding: 20px 0;
	}

.contents-wrap,
.page-contents-wrap  {
	}
	
.page-template-template-page_leftsidebar-php .page-contents-wrap {
	padding: 20px 50px 0 0;
}

.fullpage-portfolio-wrap {
	margin: 50px 0 0 0;
}

.fullpage-contents-wrap {
	}
.portfoliopage-contents-wrap {
	padding: 0;
}
.archive-contents-wrap {
	
}
	
.transparent-contents-wrap {
	padding:	0 0 0 0;
	}
	
.entry-wrapper {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
.entry-contents-wrapper {
	margin-top:30px;
}
	
.entry-post-wrapper {
    margin-bottom: 20px;
	}
.single-post .entry-post-wrapper {
	padding-top:10px;
}
	
.entry-portfolio-wrapper {
	padding: 20px 0 10px;
	margin:0;
	}
	
.entry-spaced-wrapper {
	padding: 0;
	margin:0;
	}
	
.entry-page-wrapper {
	margin:0;
	overflow: hidden;
	}
	
	.topseperator {
		}
	.buttonseperator {
		margin-top:20px;
	}
	
.portfolio-wrap {
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/patterns/blog_sep.png) repeat-x bottom right;
	}
	
.entry-nospaced-wrapper {
	padding: 1px 20px 10px 20px;
	margin:0;
	}
	
.two-column {
	width: 71%;
	}
	
/* Video Containers */	
#videocontainer {
    height: 100%;
    width: 100%;
}

.portfolio-single-image,
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content img, 
.video-container iframe,  
.video-container object,  
.video-container embed,
.entry-wrapper iframe,
.entry-wrapper  object,
.entry-wrapper  embed,
.entry-wrapper  iframe,  
.entry-wrapper  object,  
.entry-wrapper  embed,
.entry-wrapper img,
.single-portfolio-image-wrap img {
	max-width:100%;
	}
.lightbox-shortcode img {
	max-width: 100%;
	width: 100%;
}
.lightbox-shortcode.lightbox-shortcode-center img {
	width: auto;
}
.portfolio-single-image {
	vertical-align: bottom;
}


/* ******************************
Entry Contents
******************************* */

.entry-content {
	color: #212121;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.8px;
	line-height: 22px;
	}

.entry-content-wrapper {
	margin: 0;
	}
	
.main-entry-content-wrapper {
	margin: 20px 0 0 0;
	}
	
.featured-content {
	margin-bottom:50px;
}
	
.entry-content #searchform {
	margin: 35px 0 0 0;
	}
	
.entry-post-list-end {
	margin: 15px 0 25px 0;
	}
	
.contents-column {
	margin: 20px 0 0 0;
	}

.portfolio-contents{
	margin-bottom:		0;
}

.entry-info {
	width:	60px;
	float:	left;
}
		
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 100%;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}

.entry-content .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}

.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}

table {
    width: 100%;
    margin-bottom: 40px;
    border:1px solid #ababab;
}
table thead th {
    background: #888;
    color:#fff;
}
table tbody {
}
table tbody td {
    border: 1px solid #ababab;
    line-height: 2.5em;
}
table tbody td a {
    display: block;
    text-decoration: none;
}
table tfoot td {
    padding-top: 1px;
    padding: 4px;
}
table th,
table td {
    padding: 7px 20px;
    color: #a7a7a7;
    border: 1px solid #eee;
}
/* ******************************
Headings
******************************* */

	.entry-post-title {
	/*	padding-top:20px; */
		padding-top: 0px;
	}
	
	.entry-post-title-only {
		padding-top: 0;
	}
	
	.entry-content .entry-post-title h2 {
		font-size: 20px;
		font-weight: 600;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.entry-content .entry-post-title h2 a {
		color:#878787;
		font-size: 22px;
		font-weight: 600;
		letter-spacing: 0;
		}
	.entry-content .entry-post-title h2 a:hover {
		text-decoration:none;
		}

	
.slider-title-wrap {
	width:960px;
	margin:0 auto;
	}
	
h1.entry-slider-title {
	font-size:		16px;
	font-weight:	bold;
	text-transform:	uppercase;
	letter-spacing:	-0.2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background:#A0A0A0;
	color: #fff;
	display:inline-block;
	margin: 0;
	padding: 10px 20px;
	vertical-align: text-top;
}

.title-container {
	position: relative;

}
.title-container-wrap {
	padding: 0;
	margin-top:160px;
}

.entry-title {
	padding: 55px 50px 0;
	background: #fff;
	background: rgba(255,255,255,0.9);
}
.entry-title h1,
.entry-title h2 {
	color: #4e4e4e;
	display: block;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DEDEDE;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.product .entry-title {
	background: none;
}
.entry-mainpost-title {
	font-size:		22px;
	color:			#555555;
	letter-spacing:	0;
	border-bottom:	1px solid #f0f0f0;
	padding:		10px 0 20px 0;
	margin: 		0 0 40px 0;
	letter-spacing: 1px;
	vertical-align: text-top;
}

.entry-single-title h1 {
	font-size:		36px;
	color:			#555555;
	letter-spacing:	0;
	padding:		0;
	margin:			20px 0 20px 0;
	letter-spacing: -1px;
	vertical-align: text-top;
}

h1.page-title {
	font-size:		18px;
	margin:			65px 0 55px 0;
	color:			#B9B9B9;
	letter-spacing:	0;
	line-height:	18px;
	text-transform:	uppercase;
	}
	
h1.page-entry-title {
 	color: #454545;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 30px 0 30px;
	}
	
h2.page-entry-title {
 	color: #454545;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 32px;
    margin: 10px 0 10px;
	}
	
h3.related_posts_title {
	color: #FFFFFF;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 10px 0 30px;
	}


h2.entry-title {
	font-size:		24px;
	margin:			0 0 10px 0;
	font-weight:	bold;
	color:			#171717;
	letter-spacing:	0;
	line-height:	32px;
}

h2.entry-title a {
	color:			#747474;
	text-decoration:none;
}

h2.entry-title a:hover {
	color:			#111;
	text-decoration:none;
}

.no-results {
	margin: 35px 0 0 0;
	}

/* **********************
BreadCrumbs
********************** */

.breadcrumb-wrap {
	height:50px;
	width:100%;
background: #000;
background: rgba(0,0,0,0.2);
}

.breadcrumb {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	position: absolute;
	right: 0;
	top: -37px;
	text-transform: uppercase;
}

.breadcrumb a {
	font-weight: 400;
	color:#aaa;
}
.breadcrumb a:hover {
	color:#13D3B5;
}
.breadcrumb-sep {
	padding: 0 10px;
	color:#fff;
}

.breadcrumb .divider {
  padding: 0 5px;
  color: #fff;
}

/* **********************
Content Headings
*********************** */

	.entry-content h1,
	.entry-content h2,
	.entry-content h3,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6 {
		font-weight: 500;
		letter-spacing: -0.5px;
		margin-bottom:15px;
	}

	.entry-content .heading-section h1,
	.entry-content .heading-section h2,
	.entry-content .heading-section h3,
	.entry-content .heading-section h4,
	.entry-content .heading-section h5,
	.entry-content .heading-section h6 {
		background:#fff;
		display: inline;
		padding: 5px 20px;
		font-weight: 400;
	}

	.entry-content h1 {
		font-size: 34px;
		letter-spacing: -0.5px;
		line-height: 38px;
		}
	.entry-content h2 {
		font-size:28px;
		letter-spacing: -0.5px;
		/*line-height: 32px;*/
		margin-top: 1em;
		}
	.entry-content h3 {
		font-size:21px;
		line-height: 25px;
		}
	.entry-content h4 {
		font-size: 18px;
		line-height: 22px;
		}
	.entry-content h5 {
		font-size:14px;
		line-height: 18px;
		}
	.entry-content h6 {
		font-size:11px;
		line-height: 15px;
		}
	.entry-content h1 a {
		font-weight: 400;
		}

/* **********************
Content elements
*********************** */	

.entry-content address {
	font-style: italic;
	margin-bottom: 24px;
}

.entry-content cite,
.entry-content dfn,
.entry-content em {
	font-style: italic;
}

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

.entry-content sup,
.entry-content sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
}

.entry-content sub {
	top: .5ex;
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var,
.entry-content samp,
.entry-content pre {
	font-family: monospace, serif;
	font-size: 12px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}
.entry-content abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

.entry-content pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
	
hr, .entry-content hr {
	clear:both;
	height: 1px;
	border:none;
	border-bottom:1px solid #eee;
	border-bottom:1px solid rgba(255,255,255,0.1);
	margin: 40px 0;
}

.entry-content p { margin: 0; }
.entry-content strong { 
	font-weight: bold;
}
.entry-content pre {
	border-color:#333;
}
.entry-content em { font-style: italic; }
.entry-content blockquote { 
	margin: 40px 0 40px 0;
	padding:30px 30px 10px 30px;
	background:#f9f9f9;
	border-left: 8px solid #ABABAB;
	}
.entry-content ol,
.entry-content ul,
.entry-content dl {
	margin-bottom:30px;
	}
.entry-content .gallery dl {
	margin-bottom: 0;
	margin-left: 0;
}
.entry-content .gallery dl img {
	height: auto;
}
.entry-content p {
	margin-bottom:20px;
}


.entry-content ul ul,
.entry-content ol ol { 
	margin-bottom:0;
	}

.entry-content dt {
	font-weight:bold;
}
.entry-content dd {
	margin-bottom:10px;
}

.entry-content ul,.entry-content ol { 
	list-style-type:disc;
	list-style-position:inside;
	}
	.page-template-template-sitemap-php .entry-content ul { 
		list-style-type:none;
	}
	.list-sub-heading {
		margin-top:20px;
	}
	.entry-content > ul,
	.entry-content > ol  { 
		margin: 40px 0;
		}
	.entry-content ul li,
	.entry-content ol li {
		margin-bottom:5px;
		list-style-position: outside;
		}
		.entry-content ul li li,
		.entry-content ol li li {
			margin-left:20px;
			}
			.entry-content ul li li li,
			.entry-content ol li li li  {
				margin-left:40px;
				}
				.entry-content ul li li li li,
				.entry-content ol li li li li {
					margin-left:60px;
					}


.entry-content ol { list-style-type:decimal; list-style-position:inside; }
.entry-content .linklist ul { list-style:none; }

.entry-content a { 
	text-decoration:none;
	font-weight: 400;
	color:#0088CC;
	}
.entry-content a:hover { 
	text-decoration:none;
	color:#323232;
	}
.entry-content .hr_padding {
	margin: 30px 0 0 0;
	}

.entry-content .hrule {
	position:relative;
	clear:both;
	display:block;
	padding:20px 0;
	margin-top:40px;
	border-top:1px solid #e6e6e6;
}

.entry-content .hrule.top a {
	border-radius: 30px;
	color: #fff;
	font-size: 9px;
	font-weight: 400;
	height: 16px;
	line-height: 16px;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	top: -9px;
	width: 40px;
	background:#bbb;
}

.entry-content .hrule.top a:hover {
	color:#000;
	text-decoration:none;
}

	
	.entry-content .highlight {
		background:#FFFF99;
		color:#2d2d2d;
		padding:4px;
	}
	
/* Readmore link */
.entry-content .readmore_link { 
	font-size: 14px;
    margin: 20px 0 10px;
	}
	.entry-content .readmore_link a {
		color:#828282;
		font-weight:400;
		display: inline-block;
		}
		.entry-content .readmore_link a:hover { 
			color: #000;
			text-decoration:none;
			}

.readmore {
	margin-top:15px;
}
			
.readmore a {
	color: #4B4B4B;
    font-size: 11px;
    font-weight: bold;
    margin-left: 20px;
    text-transform: uppercase;
    width: 207px;
    letter-spacing: 1px;
}
	.readmore a:hover {
		color:#111;
		border-bottom: none;
		text-decoration:none;
		}

.readmore-archive {
	margin-top:20px;
	letter-spacing: 0;
	font-size:12px;
}
.readmore-archive a {
	background: #969696;
	border-bottom: none;
	padding: 5px 15px 6px;
	border-radius: 20px;
	color: #fff;
}
.readmore-archive a:hover {
	background: #777;
	border-bottom:none;
	text-decoration: none;
}		
			
/* Mainpage */

.page-sidebar-wrap {
	width:160px;
}
.page-sidebar-block {
	margin-bottom:30px;
	border-bottom:1px solid #F4F4F4;
	padding-bottom:30px;
}

.page-sidebar-block p {
	color: #A4A4A4;
	font-size: 11px;
	line-height: 15.8px;
}

.page-sidebar-block h2 {
	color: #474747;
	    font-size: 14px;
	    font-weight: 700;
	    letter-spacing: 3.5px;
	    line-height: 12px;
	    margin-bottom: 20px;
	    text-transform: uppercase;
}

/* **********************
Shortcode - Slideshow Blog
*********************** */

.slideshow-box-wrapper {
	position: relative;
}

.slideshow-box-image {
}
.slideshow-box-content {
	position: relative;
	width:100%;
	border-bottom:1px solid #dedede;
}
.slideshow-box-content-inner {
	padding:20px 20px;
}
.slideshow-box-title {
	font-size:20px;
}
.slideshow-box-content .slideshow-box-title a {
	font-size: 18px;
	letter-spacing: 0;
	font-weight: 500;
	color:#000;
}
.slideshow-box-description {
	font-size:13px;
	color:#000;
}
.slideshow-box-info {
	font-size:12px;
}
.slideshow-box-comment,
.slideshow-box-date {
	display:inline-block;
}
.slideshow-box-comment {
	margin-right:15px;
}
.slideshow-box-date,
.slideshow-box-content .slideshow-box-comment a {
	color:#777;
}
.slideshow-box-content .slideshow-box-categories a,
.slideshow-box-content .slideshow-box-categories {
	font-size:10px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color:#656565;
}
.slideshow-box-content .slideshow-box-categories a:hover {
	color:#000;
}
.slideshow-box-categories span {
	display: block;
	margin-top:10px;
	margin-right:10px;
}
/* **********************
Shortcode - Post and Page list
*********************** */

	.entry-content .postlist ul {

		list-style:none;
		padding:0;
		margin:20px 0 15px 0;
		}
		.entry-content .postlist ul li {
			padding:0 0 0 25px;
			position: relative;
			}
		.entry-content .postlist ul li:after {
			content: "\f105";
			font-family: 'fontawesome';
			position: absolute;
			left:0;
			top:0;
		}
		.entry-content .postlist ul li a {
			color:#333;
			text-decoration:underline;
			font-weight: normal;
			}
			
			.entry-content .postlist ul li a:hover {
				color:#111;
			}
			
/* **********************
 Shortcode - Check List
*********************** */

	.entry-content .checklist ul {
		list-style: none;
	}
	.entry-content .checklist .fa {
		margin-right:10px;
		color:#7CB811;
	}

/* **********************
Shortcode - Note box
********************** */
.mtextbox {
	border:1px solid #eee;
	margin-bottom: 20px;
	padding:20px;
}
.mtextbox_title{
	padding:15px 20px 5px 16px;
	margin:0;
}
.mtextbox.align-left{
	margin:2px 16px 16px 2px !important;
}
.mtextbox.align-right{
	margin:2px 2px 16px 16px !important;
}
.mtextbox_content {
	padding:0 15px 20px;
}
			
/* **********************
Shortcode - Notices
*********************** */

.entry-content .noticebox {
	padding: 30px 20px 30px 30px;
	margin:15px 0 40px 0;
	color: #5c5c5c;
	border-radius: 5px;
	}

.entry-content .noticebox i {
	float:left;
	position: relative;
	top:-4px;
}

.entry-content .notice-text {
	padding-left:40px;
}
	
.entry-content .info_yellow {
background: #FFFFED;
background: rgba(255,255,237,0.9);
}
	.entry-content .info_yellow a {
		color:#000;
	}
	.entry-content .info_yellow i {
		color:#E7AF1A;
	}
	
.entry-content .info_red {
background: #FFF8F8;
background: rgba(255,248,248,0.9);
}
	.entry-content .info_red a {
		color:#000;
	}
	.entry-content .info_red i {
		color:#ff0000;
	}
	
.entry-content .info_green {
background: #F8FFEE;
background: rgba(248,255,238,0.9)
}
	.entry-content .info_green a {
		color:#000;
	}
	.entry-content .info_green i {
		color:#67C12A;
	}
		
.entry-content .info_blue {
background: #F5FBFF;
background:rgba(245,251,255,0.9);

}
	.entry-content .info_blue a {
		color:#000;
	}
	.entry-content .info_blue i {
		color:#008DFF;
	}

.close_notice {
	display:block;
	height:10px;
	width:10px;
	float:right;
	position: relative;
	top:-20px;
	right:-10px;
	color:#626262;
	cursor: pointer;
	font-size: 9px;
}
.close_notice:hover {
	color:#111;
}
	
/*
****************************
Shortcode - Picture Frame
*****************************
*/

.pictureframe { 
	padding:5px;
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	border-color: #eee;
    border-style: solid;
    border-width: 1px;
    background: #f0f0f0;
	}

.pictureframe-wrap {
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/view.png) no-repeat 50% 50%;
	display:block;
	}

.img-align-left { float:left; margin-right:20px; }
.img-align-right { float:right; margin-left:20px; }
.img-align-center { margin:0 auto;}
	
/* **********************
Shortcode - Toggle Shortcode
*********************** */
	
.entry-content .toggle-shortcode {
	padding: 0 0 0 15px;
	margin: 15px 0 5px 0;
	height: 24px;
	float: left;
	cursor:pointer;
	position: relative;
}
.entry-content .toggle-shortcode:after {
	content: "\f105";
	font-family: 'fontawesome';
	position: absolute;
	left:0;
	top:0;
}
.entry-content .toggle-shortcode.active:after {
	content: "\f107";
	font-family: 'fontawesome';
	position: absolute;
	left:-3px;
	top:0;
}
	.entry-content .toggle-shortcode {
		text-decoration: none;
		font-size:21px;
		font-weight: 400;
		color:#FF2C55;
		display: block;
		border:none;
		}
	.entry-content h3.toggle-shortcode:hover { color: #000; }

		.entry-content .toggle-container {
			clear: both;
			margin: 0;
			overflow: hidden;
			width: 100%;
			}
			.toggle-display-closed {
				display:none;
			}
				
/* **********
 Shortcode - Accordion Tabs
********** */		
	
	
	
	.wp-accordion {
	}

	.wp-accordion h3 {
		margin:0;
		border-top: 1px solid #F4F4F4;
		position: relative;
	}
	.wp-accordion h3:hover {
		background:#f0f0f0;
	}
	.wp-accordion h3:first-child {
	}
	.wp-accordion h3.ui-state-active {
		border-bottom:1px solid #EC3939;
	}
	.ui-accordion-header a {
	    color: #7A7A7A;
	    display: block;
	    padding: 5px 20px;
	    text-decoration: none;
	    text-transform: none;
	    letter-spacing:0;
	    border:none;
	}
	.ui-accordion-header-icon {
	padding: 0 0 0 35px;
	margin: 12px 0 5px;
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/accordion-toggle.png) no-repeat 5px 0;
	height: 24px;
	float: right;
	position: absolute;
	top:-9px;
	right:0;
	}
	.ui-state-active .ui-accordion-header-icon  {
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/accordion-toggle.png) no-repeat 5px -24px;
	}
	.wp-accordion h3 a,
	.ui-accordion-header.ui-state-default a {
		color: #7d7d7d;
		background: #fff;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: 0.5px;
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	.ui-accordion-header.ui-state-default a:hover {
		color:#000;
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
	}
	.ui-accordion-header.ui-state-active a,
	.ui-accordion-header a:hover{
		border:none;
	}
	.ui-accordion-header.ui-state-active a:hover {
		text-indent: 0;
	}
	.ui-accordion-content{
		padding: 20px;
		background:#fff;
	}

	
	
/*
 Shortcode - Tabs
-------------------------------------------------------------- */
/* Tabs
-------------------------------------------------------------- */
.ui-tabs {
    padding:0;
  /*  zoom:1; */
	display: inline-block; /* Modernere Alternative zu zoom */
}
.ui-tabs .ui-tabs-nav {
    list-style:none;
    position:relative;
    padding: 0;
    margin: 0;
    /*zoom:1; */
	display: inline-block; /* Modernere Alternative zu zoom */
}
.ui-tabs .ui-tabs-nav li {
    position:relative;
    float:left;
    margin: 0;
    padding: 0;
}
.ui-tabs .ui-tabs-nav li a {
    color: #656565;
    background:#eee;
    float: left;
	font-size:13px;
	font-weight: 400;
    padding: 10px 0;
    text-decoration: none;
    text-transform: none;
    border:none;
    border-top:1px solid transparent;
    width:100%;
    text-align: center;
}
.ui-tabs .ui-tabs-nav li:last-child a {
	-moz-box-shadow:none;
	 -webkit-box-shadow:none;
	 box-shadow:none;
}
.ui-tabs .ui-tabs-nav .ui-state-active a,
.ui-tabs .ui-tabs-nav .ui-state-active a:hover {
	background: #fff;
    border-top:1px solid #f0f0f0;
    color:#656565;
}
.ui-tabs .ui-tabs-nav li a:hover{
    color:#000;
    background: #eee;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor:text;
    background-color: #ccc; /* Primary Emphasis */
    color:#000;
    padding-bottom: 4px;
}
.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
    cursor:pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display:block;
    background:none;
    clear:both;
	border:1px solid #eee;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}
/* vertical tabs */
.ui-tabs-vertical {
}
.ui-tabs-vertical ul {
	width:24.5%;
	float: left;
}
.ui-tabs-vertical .ui-tabs-nav li { 
	clear: left;
	width: 100%;
	border-right-width: 0;
	margin:0;
	float:none;
	}
.ui-tabs-vertical .ui-tabs-nav li a { 
	display:block;
	float:none;
}
.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
	margin:0;
}
.ui-tabs-vertical .ui-tabs-panel { 
	float: right;
	width: 75.1%;
	clear:none;
	border:0;
	background: #FBFBFB;
}
.ui-tabs-vertical .ui-tabs-nav li a {
	background:none;
	border:0;
	border-bottom:1px solid #EDEDED;
}
.ui-tabs-vertical .ui-tabs-nav .ui-state-active a,
.ui-tabs-vertical .ui-tabs-nav .ui-state-active a:hover {
    border-left: 1px solid #FBFBFB;
    border-bottom:none;
    border-top:none;
    color: #000000;
    margin:0;
	margin-bottom:1px;
	text-indent: -1px;
}
.ui-tabs .tab-contents {
	padding: 30px 40px;
	background: #fff;
}
	
/* **********************
Shortcode - Pullquotes
*********************** */
	
	.entry-content .pullquote-right {
		padding:0 90px 5px 0;
		margin:0 0 25px 40px;
		float:right;
		width:250px;
	}
	
	.entry-content .pullquote-left {
		padding:0 0 5px 90px;
		margin:0 40px 25px 0;
		float:left;
		width:250px;
		text-align:right;
	}

	.entry-content .pullquote-center {
		padding			: 15px 80px;
		margin			: 30px;
		text-align		:center;
	}

	.entry-content .pullquote-right,
	.entry-content .pullquote-left,
	.entry-content .pullquote-center {
		color: #7d7d7d;
		font-size		:14px;
		line-height		:28px;
	}



/* **********************
Shortcode - Drop Caps
*********************** */

.entry-content .dropcap1,
.entry-content .dropcap2,
.entry-content .dropcap3,
.entry-content .dropcap4 {
	float:left;
	font-size: 46px;
	padding:10px;
	font-weight: 400;
	line-height: 50px;
	margin-right:20px;
	margin-bottom:5px;
	height:50px;
	width:50px;
	text-align:center;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	margin-top:-10px;
}
.entry-content .dropcap1 {
	color:#111;
	background: #eeeeee;	
}
.entry-content .dropcap2 {
	color:#fff;
	background: #000;
}
.entry-content .dropcap3 {
	color:#fff;
	background: #FF2C55;
}
.entry-content .dropcap4 {
	color:#FF2C55;
	background: #eee;
}

				
/* **********************
Shortcode - Columns Shortcodes
*********************** */	
.column1,
.column2,
.column3,
.column4,
.column5,
.column6,
.column32,
.column43,
.column52,
.column53 { 
	margin:0 0 10px 0; padding:0 0 10px 0;
}
.column1 {width:100%;}
.column2 {width:48.2%; float:left; }
.column3 {width:31%; float:left;}
.column4 {width:22.4%; float:left;}
.column5 {width:17.2%; float:left;}
.column52 {width:37.6%; float:left;}
.column53 {width:58.6%; float:left;}
.column6 {width:13.7%; float:left;}
.column32 {width:65.5%; float:left;}
.column43 {width:74.1%; float:left;}
.column_space { margin-right:3.225%; }

/* **********************
Shortcode - Thumbnails
*********************** */

		.thumbnails-title {
			margin-bottom:30px;
		}
		.thumbnails-shortcode .work-details h4 {
			font-size: 13px;
			line-height: 17px;
			margin-bottom: 10px;
			letter-spacing: 0;
		}
		.thumbnails-shortcode .gridblock-four .gridblock-element,
		.thumbnails-shortcode .gridblock-three .gridblock-element,
		.thumbnails-shortcode .gridblock-two .gridblock-element,
		.thumbnails-shortcode .gridblock-one .gridblock-element {
			margin-bottom: 5px;
		}
		.gridblock-thumbnail-image-wrap {
			display: block;
			line-height: 0;
			overflow: hidden;
			position: relative;
		}
		.thumbnails-shortcode img {
			max-width: 100.2%;
		}

/* **********************	
Shortcode - Flexible Buttons
********************** */

	.button-icon {
		color: #BEBEBE;
		position: absolute;
		right: 27px;
		top: 20px;
	}
	.mediumbutton .button-icon {
		top:15px;
		right:20px;
	}
	.smallbutton .button-icon {
		right: 12px;
		top: 11px;
	}

	.button-text-white .button-icon {
		color:#000;
	}
	.mbutton {
	    display:inline-block;
	    margin: 10px;
	    position: relative;
	    text-decoration: none;
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		border-width: 2px;
		border-style: solid;
		border-radius: 60px;
		}

	.callout .mbutton {
		margin:0;
	}
	.mbutton:hover {
		}

	.mbutton {
		margin-left:0;
	}

	.bigbutton {
	    padding: 15px 60px 15px 30px;
	    font-size:14px;
	}
	.mediumbutton {
	    padding: 10px 50px 10px 30px;
	    font-size:12px;	
	}

	.smallbutton {
		padding: 6px 40px 6px 30px;
		font-size:10px;
	}
	.button-without-icon {
		padding-right:30px;
	}

		.mbutton:hover {
		transition: all 0.2s;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
			}

			.mbutton span {
				display: block;
				font-weight: 600;
				color:#000;
				text-transform: uppercase;
				letter-spacing: 0.5px;
			}
			.mbutton:hover span {
				opacity: 1;
			}

	.button_gray {
		border-color: #fff;
		}
		.button_gray:hover {
			background-color: #fff;
			}

	.button_orange {
		border-color: #EC3939;
		}
		.button_orange:hover {
			background-color: #EC3939;
			}

	.button_white {
	border-color: #fff;
		}
		.button_white span {
		}

	.button_black {
		border-color: #454545;
		}
		.button_black:hover {
			background-color: #454545;
			}
			

	.button_pink {
	border-color: #F194F4;
		}
	.button_pink:hover {
	background-color: #F194F4;
		}

	.button_purple{
	border-color: #906BB0;
		}
	.button_purple:hover{
	background-color: #906BB0;
		}

	.button_blue {
	border-color: #6FB9DC;
		}
	.button_blue:hover {
	background-color: #6FB9DC;
		}

	.button_red {
	border-color: #F15A5A;
		}
	.button_red:hover {
	background-color: #F15A5A;
		}

	.button_green {
	border-color: #3CBC6D;
		}
	.button_green:hover {
	background-color: #3CBC6D;
		}

	.small_goldbutton,
	.medium_goldbutton,
	.goldbutton {
		border-color: #FFBA55;
		}
	.button_gold {
	border-color: #FFBA55;
		}
	.button_gold:hover {
	background-color: #FFBA55;
		}

		.button-align-left { float:left; }
		.button-align-right { float:right; }
		.button-align-fullwidth {
			display:block;
			text-align:center;
		}

		.mbutton:hover span,
		.mbutton:hover i {
			color:#fff;
		}
		.button_gray:hover span,
		.button_gray:hover i  {
			color: #000;
			}

.textbright .mbutton span {
	color:#fff;
}

/* ******************************
Shortcode - People
*************************** */

.person {
	padding-bottom: 10px;
		-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	background: #fff;
	background: rgba(252,255,255,0.5);
}
.person:hover {
}

.person h3,
.entry-content .person h3 {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 20px;
	margin: 15px 0 0;
	text-align: center;
	text-transform: uppercase;
}
.person .staff-position,
.entry-content .staff-position {
	color: #9d9d9d;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 2px;
	padding-bottom: 10px;
	text-align: center;
	text-transform: uppercase;
}
.person-image {
	line-height: 0;
    margin: 0 auto;
    text-align: center;
}
.person-image img {
		-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	width: 100%;
	max-width: 100%;
}
.person ul {
	list-style:none;
	margin:0;
	text-align: center;
}
.person ul li {
	display:inline-block;
	height:30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-size:10px;
	text-align: center;
	border-radius: 30px;
}
.person ul li:hover {
}
.person a,.person a:hover {
	border:none;
	display: block;
}
.person i {
	color:#000;
	font-size: 16px;
}
.person i:hover {
	color:#666;
}
.person .person-desc {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0;
	padding: 0 30px 20px;
}
.person-socials {
	border-top:1px solid #eee;
	padding-top:15px;
}
.person-socials li {
		-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
}
.person-socials:hover li {
	margin-left:0;
	margin-right:0;
}
ul.person-socials {
	margin: 0 20px;
}

/* ******************************
Shortcode - Callout
*************************** */

.callout {
	border: 1px solid #AEABAB;
	padding:25px 40px;
}
.calltype-double .callout {
	border-style: double;
	border-width: 3px;
}
.calltype-line-right .callout {
	border-right-color: #FF2C55;
	border-right-width: 1px;
}
.calltype-line-left .callout {
	border-left-color: #FF2C55;
	border-left-width: 1px;
}
.calltype-line-top .callout {
	border-top-color: #FF2C55;
	border-top-width: 1px;
}
.calltype-line-bottom .callout {
	border-bottom-color: #FF2C55;
	border-bottom-width: 1px;
}
.callout-text {
	float:left;
}
.callout h2.callout-title {
	font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 16px;
    margin-bottom: 10px;
    margin-top: 0;
}
.callout-desc {
    line-height: 15px;
    width: 70%;
}
.callout-button {
	float: right;
}

/* ******************************
Shortcode - Callout
*************************** */

.pricing-table {
	padding:0;
	border-left:none;
}
.pricing-table ul li {
	margin:0;
	padding: 0;
}
.pricing-column {
		-webkit-box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);    
        box-shadow:  0px 0px 1px 1px rgba(0, 0, 0, 0.1);
        background:#f9f9f9;
}
.pricing_highlight .pricing-column {
	background: #fff;
}
.pricing-table .pricing-column-target {
	margin:0;
	padding: 0;
	position: relative;
	z-index: 1;
}
.pricing-table .pricing_highlight {
    position: relative;
    z-index: 2;
}
.pricing_highlight .pricing-column {
	position: relative;
	z-index: 2;
}
.pricing-table .column2 {
	width: 49.9%;
}
.pricing-table .column3 {
	width: 33.233333333%;
}
.pricing-table .column4 {
	width: 24.9%;
}
.pricing-table .column5 {
	width: 19.9%;
}
.pricing-table .column6 {
	width: 16.5666667%;
}
.pricing-table ul {
	list-style: none;
}
.pricing-table ul {
	margin:0 auto;
	text-align: center;
}
.pricing-table .pricing-column-type-2 ul {
	margin:0;
	text-align: right;
}
.pricing-table .pricing-column-type-2 .pricing-row {
	background:none;
	padding-right:20px;	
}
.pricing-row i {
	margin-right:5px;
	margin-left:5px;
}

.pricing-table .pricing-title {
	font-size: 11px;
	letter-spacing: 5px;
	font-weight: 400;
	margin-bottom: 35px;
	color: #6a6a6a;
	padding-top: 50px;
	text-transform: uppercase;
}
.pricing-table .pricing-price {
	font-size:48px;
	font-weight: 400;
	color:#000;
	margin-top:30px;
}
.pricing-table .pricing_highlight .pricing-price {
}
.pricing-price .pricing-currency {
	position: relative;
	top:-10px;
	font-size:20px;
}
.pricing-price .pricing-suffix {
	position: relative;
	top:-22px;
	font-size:16px;
	font-weight: 400;
}
.pricing-table .pricing-duration {
	background: #000000;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 20px;
    padding: 2px 10px;
}
.pricing-table .pricing-row {
	background:#f4f4f4;
	border-bottom: 1px solid #f0f0f0;
	margin:0;
	padding: 10px 0;
}
.pricing-table .pricing_highlight .pricing-row {
	background:#eee;
	color:#000;
}
.pricing-table .pricing-footer {
	padding: 10px 0;
}
.pricing-table .icon-ok {
	color:#A3CB44;
}
.pricing-table .icon-remove {
	color:#E78D7F;
}
	
/* ******************************
Post summary
*************************** */

.post-navigation {
	margin-bottom: 30px;
	text-transform: uppercase;
	font-size:14px;
	font-weight: 400;
	padding-bottom: 14px;
}
.post-navigation a {
	color: #A2A2A2;
}
.post-previous {
	float:right;
}
.post-next {
	float:right;
	margin-left:20px;
}
.post-next,
.post-previous {
	line-height: 0;
	position: relative;
	top:17px;
} 

.postsummarywrap {
	border-bottom: 1px solid #ebebeb;
	font-size: 11px;
	padding-bottom: 40px;
	}
	.postsummarywrap i {
		color: #000;
	}
	.postsummarywrap a {
		color: #000;
		font-weight: 600;
		text-transform: uppercase;
	}
.datecomment {
	padding: 0;
}
.post-single-tags,
.post-single-tags a {
	color: #000;
	font-size: 11px;
	font-weight: 600;
	}
	.post-single-tags a {
		padding: 1px 10px;
	}
	.post-single-tags {
		margin: 15px 10px 0 0;
		padding-bottom:15px;
		text-align: right;
	}
	.post-single-tags i {
		margin-right:10px;
	}

.page-link {
	font-size:14px;
	color:#000;
	word-spacing: 10px;
}
	
.postsummary-spacing,.fullcontent-spacing {
	margin-bottom:20px;
	padding-top:20px;
	}
	
.postsummaryimage {
	}
.postsummaryimage img {
	max-width:100%;
}

	.summary-info {
	    border-bottom: 1px solid #ddd;
	    line-height: 0;
	    padding: 20px 10px 15px;
	}
	.summary-date,
	.summary-comment {
	    font-size: 11px;
	    font-weight: 400;
	    padding: 0;
	    display:inline-block;
	}
	.summary-comment {
		float: right;
		line-height: 0;
		margin-right: 10px;
		padding: 0;
	}
	.summary-info .summary-comment a {
		color:#000;
	}
	.summary-comment i {
		position:relative;
		top:-1px;
		margin-left: 2px;
	}
	.summary-date {
		margin-left:10px;
		color:#656565;
	}
	.listbox-content .summary-date {
		margin-left: 0;
	}

/* Blog Small */
.bloglist-small .post-format-media {
	width:300px;
	float:left;
	/*margin-right:20px;
	margin-bottom:10px;*/
	margin-right: 15px;
	margin-bottom: 0px;
	max-width: 100%;
}
.bloglist-small .postformat_contents {
	padding-top: 0;
}
.bloglist-small .sc_slideshowtitle {
	font-size: 12px;
	line-height: 14px;
}
.bloglist-small .entry-content .entry-post-title h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px;
}
.bloglist-small .entry-post-wrapper {
	padding:0;
	margin-top:10px;
}

	.portfolio-contents-wrap {
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	.portfolio-fullwidth-column-image img.portfolio-single-image,
	.portfolio-fullwidth-column-image .flexslider-container-page .slides img,
	.portfolio-fullwidth-column-image .vertical_images img {
		width:100%;
	}
	.post-fullwidth-edge-to-edge .postformat-image,
	.post-fullwidth-edge-to-edge .flexslider-container-page .slides img,
	.post-fullwidth-edge-to-edge .postsummaryimage img {
		width:100%;
	}
	.post-fullwidth-edge-to-edge .container {
		margin-top:20px;
	}
	.portfolio-fullwidth-navigation .portfolio-nav-wrap {
		top:0;
	}
	.portfolio-fullwidth-navigation .portfolio-nav-item a {
		padding: 7px 10px 6px;
	}
	.container .portfolio-fullwidth-column {
	}
	.portfolio-fullwidth-column .portfolio-single-fullwidth {
		margin-top:0;
	}
	
	.post-single-meta {
		float: right;
		}
	.post-single-meta a {
		}
	.post-single-meta a:hover { color:#000; text-decoration:none; }
	.post-meta-time,
	.post-meta-comment {
		margin-left:15px;
	}
	.post-meta-category {
		margin-left:5px;
	}
	
	.lightboxlink { background: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/magnifying_glass_alt_8x8.png) no-repeat 0 5px; padding: 0 0 0 15px; margin: 8px 0 0 0;color:#bbb; }
	.lightboxlink a {  color:#464646; text-decoration:none; }
	.lightboxlink a:hover {  color:#444; }

	.lightbox-shortcode {
		position: relative;
	}
	.lightbox-shortcode a {
		display: block;
		line-height: 0;
	}
	.lightbox-shortcode:hover img {
		opacity: 0.9;
	}
	.shortcode-lightbox-indicate {
		display: inline-block;
		position: absolute;
		top:20px;
		height:40px;
		width:40px;
		margin-left:20px;
		z-index: 10;
		text-align: center;
		border:2px solid #fff;
		border-radius: 30px;
		opacity:0.7;
	}
	span.shortcode-lightbox-indicate i {
		line-height: 40px;
		color:#fff;
	}
	.lightbox-shortcode:hover .shortcode-lightbox-indicate {
		opacity:1;
	}


		
		
/* 
9.2 Page Navigation Styles
*/

.pagination-navigation {
    border-top: 1px solid #dddddd;
    margin-top: 30px;
    padding-top: 30px;
}
.pagination {
	color: #2E2E2E;
	font-size: 16px;
	font-weight: 400;
	padding-bottom: 20px;
	position: relative;
	top: -19px;
	width:100%;
	text-align: center;
	}
.entry-content .pagination a,
.pagination a {
		-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease;
	width:30px;
	height:30px;
	line-height: 30px;
	text-align: center;
	margin-right: 10px;
	display: inline-block;
	color: #000;
	margin-bottom: 5px;
	text-decoration:none;
    font-weight: 400;
    position: relative;
	z-index: 1;
}

ol.commentlist li .reply a,.pagination a:visited {	
	outline: 0;
	color: #000;
	}
	
.pagination-info {
    float: right;
	color:#000;
	font-weight: 400;
	letter-spacing: 0;
	margin-top:5px;
	padding-left:10px;
	z-index: 1;
	background: none;
	text-transform: uppercase;
	position: absolute;
	right:0;
	display: none;
}
	
.navigation-next,.navigation-prev { color:#fff;}

ol.commentlist li .reply a:hover {
	color: #fff;
	background:#000;
	}
.pagination a:active {
	}
.pagination span.pages {
		padding: 3px 7px 3px 7px; 
		margin: 4px 4px 4px -6px;
		color: #747474;
		margin-bottom:10px;
		border:none;
		display:none;
	}
.pagination span.current {
	color:#000;
	border:none;
	padding: 6px 13px;
    position: relative;
	z-index: 1;
	font-weight: 800;
	}
.pagination a:hover {
	font-weight: 800;
}		
.pagination span.extend {
		padding: 3px 7px 3px 7px; 
		margin: 4px;	
		margin-bottom:10px;
		color: #2E2E2E;
		border:none;

	}

.navigation { 
	font-size:14px;

}

.navigation a { 
		color:#111;
	}

.navigation a:hover { 
		color:#000;
		text-decoration:none;
	}
	
	/*
9.3 Password Protected Form
	*/
	
#password-protected p,
.post-password-form p {
	margin-bottom:20px;
	color:#ff0000;
	font-weight: 400;
	}
	#password-protected i {
		background: #fff;
		background: rgba(255,255,255,0.8);
		border-radius: 40px;
		color: #000;
		float: left;
		font-size: 32px;
		margin-right: 40px;
		margin-top: 27px;
		padding: 20px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	#password-protected:hover i {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background: #fff;
		background: rgba(255,255,255,0.5);
	}
	#password-protected input,
	.post-password-form input {
		width:120px;
		cursor:pointer;
		color: #000;
		padding: 5px 15px;
		border:2px solid #eee;
		background:#fff;
		font-size: 14px;
		font-weight: 400;
	}

		#password-protected input[type=submit]:hover, .post-password-form input[type=submit]:hover  {
			color: #111;
			border:2px solid #676767;
		}
		#password-protected input[type=submit]:active, .post-password-form input[type=submit]:active{
			color: #000;
			border:2px solid #000;
		}
		
#password-protected label {
 	color: #000;
    font-size: 22px;
    }
	
#password-protected label input {
	font: inherit;
	font-size: 13px;
	border: 1px solid #ddd;
	padding:7px;
	margin:0 10px 20px 10px;
	-moz-border-radius: 0;
	 border-radius:  0;
	 -webkit-border-radius: 0;
	 background:none;
	 box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	width:200px;
	border-radius: 30px;
	}
#password-protected input[type=submit] {
	border-radius: 30px;
}

.fullscreen-protected #password-protected {
	margin-top:40px;
	padding:40px;
}
.fullscreen-protected #password-protected label {
	color:#fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
.fullscreen-protected #password-protected label input {
	background: #fff;
	background: rgba(255,255,255,0.3);
	border:1px solid rgba(255,255,255,0.5);
	color:#000;
}
/*
******************************
Ken Burns
******************************
*/

.kenburns-preloader {
}

#kenburns-container img {
	display:none;
}
.kenburns-slidecaptions {
	display: none;
}
		
/*
******************************
Post Info
******************************
*/

.postinfo {
	color: #7D7D7D;
	font-size: 11px;
	padding: 20px 0;
	}
	.postinfo p {
	color: #7E7E7E;
	letter-spacing: 0.5px;
	margin: 0;
	padding: 0;
	}
	.postinfo a, .contents .postinfo a { 
		color:#B1B1B1;
		text-decoration:none;
		font-weight: 400;
	}
	.postinfo a:hover {color:#111;}
	
/* ******************************
10.1 Sidebar
******************************* */

.sidebar img,
.footer-widget img {
	max-width:101%;
	height: auto;
}
.sidebar .widget_text img,
.footer-widget .widget_text img {
	max-width:100%;
	height: auto;
	padding: 0;
	margin:0;
}
.sidebar .widget_text .wp-caption,
.footer-widget .widget_text .wp-caption {
	padding:0 0 10px 0;
	margin-top:10px;
}
.sidebar .widget_categories select,
.sidebar .widget_archive select,
.footer-widget .widget_categories select,
.footer-widget .widget_archive select {
	width: 100%;
}
.sidebar .widget_archive li a,
.sidebar .widget_categories li a,
.footer-widget .widget_archive li a,
.footer-widget .widget_categories li a {
	display: inline-block;
}
.sidebar .widget_rss span,
.footer-widget .widget_rss span {
	display: block;
	margin-top:10px;
	margin-bottom: 10px;
	font-style: italic;
}
.sidebar .widget_rss a,
.footer-widget .widget_rss a {
	font-weight: bold;
}
.sidebar .widget_rss li,
.footer-widget .widget_rss li {
	margin-bottom: 30px;
}
.sidebar input,
.sidebar select,
.footer-widget input,
.footer-widget select {
	max-width: 100%;
}

.regular-sidebar {
	margin:	0;
	}

.portfolio-sidebar {
	margin:	0;
	}
	
.sidebar-top {
	}
	
.sidebar-bottom {
	}
	
.sidebar-wrap ,.sidebar-wrap-single {
    width: 28%;
	}

.sidebar-float-right {
	float:right;
}
.sidebar-float-left {
	float: left;
}

.single-mtheme_portfolio .sidebar-wrap-single {

}
	
.sidebar h3 {
	color: #000000;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	}

.sidebar .sidebar-widget:last-child .widget {
	border-bottom: 0;
	padding-bottom: 20px;
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 40px;
	border-bottom: 1px solid #787878;
	padding-bottom: 40px;
}
.sidebar .sidebar-widget:last-child {
	border-bottom:none;
}
.sidebartextbox { color:#7d7d7d; padding-bottom:30px;}

.sidebar-wrapper {
	color: #000;
	font-size:	11px;
	font-weight: 400;
	letter-spacing: 0.5px;
    margin-bottom: 10px;
    background:#898989;
    background: rgba(137,137,137,0.96);
}
.sidebar {
	padding:40px;
	}
.sidebar p { margin-top:15px; }
.sidbare p:first-child { margin-top:0; }
.sidebar a { color:#8F8F8F; }
	.sidebar a:hover { text-decoration:none; }
		.sidebar ul {padding:0;margin:0; }
		.sidebar ul li {   }
		.sidebar ul li a { 
			padding:5px 0 5px 0;
			display:block;
			border-bottom: 1px solid #808080;
		}
		.sidebar ul li a:hover { text-decoration:none; }
			.sidebar ul ul li a {  }

.sidebar .recentcomments a,
.sidebar #recentcomments .recentcomments a {
	display: inline;
}

.sidebar ul li.cat-item {
	padding-left: 20px;
}
.sidebar ul li.cat-item ul.children li.cat-item {
	padding-left: 20px;
}
.sidebar ul ul li.cat-item { padding-left: 0; }
.sidebar ul li.cat-item {
	position: relative;
}
.sidebar ul li.cat-item:before {
	content:"\f054";
    font-family: "Fontawesome";
    font-size: 6px;
    left: 2px;
    position: absolute;
    top: 9px;
}
.sidebar ul li.page_item {
	padding-left: 20px;
	position: relative;
}
.sidebar ul li.page_item ul.children li.page_item {
	padding-left: 20px;
	position: relative;
}
.sidebar ul li.page_item:before {
	content:"\f040";
    font-family: "Fontawesome";
    font-size: 8px;
    left: 2px;
    position: absolute;
    top: 9px;
}
.sidebar ul.children li.page_item { padding-left:0; background: none; }
.sidebar ul#recentcomments li {
	position: relative;
	padding: 5px 0 5px 20px;
	}
.sidebar ul#recentcomments li:before {
	content:"\f075";
    font-family: "Fontawesome";
    font-size: 9px;
    left: 2px;
    position: absolute;
    top: 6px;
}

.header_search_wrap {
	position:relative;
	float:right;
}
.header_search {
    background: #E6412E;
    padding: 15px 35px;
    width: 210px;
	position:absolute;
	right:50px;
	top:8px;
}
.header_search:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 24px;
	z-index: 2;
	right:-1px;
	border: 6px solid transparent;
	border-right-color: #EEEEEE;
	}
.header_search #searchbutton {
	position: relative;
	right: -77px;
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/search_header.png) no-repeat 50% bottom;
	opacity:0.8;
}

.header_search #searchbutton:hover {
	opacity:1;
}
/* ******************************
10.2 Form / Widget Search
******************************* */

	#s {
		margin: 0;
		height: 16px;
		padding: 5px;
		border:none;
		font-size:14px;
		width:82%;
		background:none;
		font-weight: 300;
	}
	#searchform input {
		background: #a7a7a7;
		border-radius: 3px;
		font-size: 12px;
		font-weight: 400;
		height: 30px;
		line-height: 30px;
		margin-bottom: 21px;
		padding: 0 5px 0 15px;
		width: 150px;
	}
	.sidebar #searchform input {
		margin-bottom: 0;
	}
	#searchform i {
		color:#000;
	}
	#searchbutton {
		border:0;
		background:none !important;
		cursor: pointer;
		height: 32px;
		padding: 10px 18px 4px;
		width: 32px;
		opacity:1;
		font-size:15px;
		}
		
	#searchbutton:hover {
		opacity:0.8;
		}
	
	.search-terms { font-weight:bold; color:#000; }
	
.sidebar #searchform input {
    color: #3a3a3a;
    }


/* **********************
10.3 Widget Calendar
*********************** */
				
#wp-calendar {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 0;
}
#wp-calendar thead th {
    background: #888;
    color:#fff;
    padding:10px;
}
#wp-calendar tbody {
}
#wp-calendar tbody td {
    text-align: center;
	border:0;
	padding:0;
    line-height: 2.5em;
  	color:#eee;
}
#wp-calendar tbody td:hover {
    color: #fff;
}
#wp-calendar tbody td a {
    display: block;
    text-decoration: none;
    background: #f1f1f1;
}
#wp-calendar tbody td:hover a {
    background: #4d4d4d;
    color: #fff;
}
#wp-calendar tfoot tr td {
	border:0;
	color:#fff;
}
#wp-calendar tfoot tr td a {
	color:#fff;
}
#wp-calendar tfoot tr td{
}
#wp-calendar caption {
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    padding: 12px;
    outline: 0 none;
    color: #fff;
}
#wp-calendar tbody a {
    display: block;
    text-decoration: underline;
    color:#fff;
}
#wp-calendar th {
    text-align: center;
    border: 1px solid transparent;
    border-top: none;
    padding: 7px 0;
    color: #a7a7a7;
}
#wp-calendar tfoot td#next {
	text-align: right;
}
#wp-calendar tfoot td#prev a,
#wp-calendar tfoot td#next a {
	text-transform: uppercase;
	padding: 0 5px;
}

/* ******************************
10.4 Widget Recent Posts,Popular Posts
******************************* */
#recentposts_list,#popularposts_list {
	list-style: none;
	margin: 0;
}
#recentposts_list li a {  }

.popularpost_info,
.recentpost_info {
}

#popularposts_list li.even,
#recentposts_list li.even{
}

#recentposts_list p,
#popularposts_list p{
    font-size: 11px;
    letter-spacing: 0;
    line-height: 15px;
    margin: 0;
    padding-bottom: 0;
    font-weight: 400;
    margin-top:5px;
    margin-bottom: 15px;
}
#recentposts_list li,#popularposts_list li{
    margin-bottom: 20px;
    border-bottom: 1px solid #7b7b7b;
}
#recentposts_list li:last-child,
#popularposts_list li:last-child{
	margin: 0 0 0 0;
	border-bottom: 0;
}
#recentposts_list li a,#popularposts_list li a {
	background:none;
	padding:0;
}
#recentposts_list .recent_thumbnail,
#popularposts_list .popular_thumbnail {
	display:block;
	float:left;
	margin:0 10px 0 0;
	line-height:100%;
	padding:1px;
	border:none;
	height: 70px;
	}
#recentposts_list .recentpost_info .recentpost_title,#popularposts_list .popularpost_info .popularpost_title {
	border: none;
	font-size: 12px;
	line-height: 15px;
	margin: 14px 0 0 0;
	font-weight: 600;
	}
#recentposts_list .recentpost_info .recentpost_title:hover,#popularposts_list .popularpost_info .popularpost_title:hover  {
	color: #000;
	}

#popularposts_list img, #recentposts_list img {
	display:block;
	padding:0;margin:0;
	width:70px;
	height:70px;
	border-radius: 80px;
	margin-bottom: 30px;
}
#recentposts_list .recentposts_list time,#popularposts_list .popularposts_list time {
	display:block;
	font-size: 11px;
}

#recentposts_list .recentposts_list .recentpost_info,#popularposts_list .popularposts_list .popularpost_info  {
	overflow:hidden;
}

#footer .popularpost_info,
#footer .recentpost_info {
}

/* ******************************
10.5 Twitter Widget
******************************* */

.tweetmeme-button {
	float: left;
	margin: 5px 15px 5px 0;
	}

.mtheme-twitter-feeds h3 {
	font-size:		14px;
	font-weight:	bold;
	text-transform:	uppercase;
	color:			#737373;
	}
	
.mtheme-tweets .loading {
	color:#888;
}

#footer .mtheme-tweets .loading {
	color:#000;
}
	
.mtheme-tweets, .query {
	text-decoration:none;
	background:		none;
	margin-left:	0;
	}
  .mtheme-tweets .tweet_list, .query .tweet_list {
	font-size: 		12px;
	line-height: 	18px;
	list-style: 	none;
	display:		block;
	}
  #mainpage-block-4 .mtheme-tweets .tweet_list, .query .tweet_list {
	font-size: 		14px;
	line-height: 	18px;
	list-style: 	none;
	display:		block;
	text-align:		left;
	}
    #mainpage-block-1 .mtheme-tweets .tweet_list .tweet_avatar img,
    #mainpage-block-4 .mtheme-tweets .tweet_list .tweet_avatar img,
    .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
		margin: 0 5px 5px 0;
		padding:5px;
		}
    .mtheme-tweets .tweet_list .awesome, .mtheme-tweets .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
      text-transform: uppercase; }
    .mtheme-tweets .tweet_list li, .query .tweet_list li {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 0 10px 15px 0;
      margin: 0 0 12px 0;
	}
      .mtheme-tweets .tweet_list li a, .query .tweet_list li a {
        color: #eee;
		}
     .query .tweet_list li a {
		color:#666;
		}
		 #footer .tweet_list li .tweet_time a, .sidebar .tweet_list li .tweet_time a {
			background: #EDEDED;
		   color: #595959;
		   font-size: 10px;
		   font-weight: 400;
		   padding: 1px 6px 2px;
		   text-decoration: none;
		}
    #footer .mtheme-tweets .tweet_list .tweet_even, .query .tweet_list .tweet_even { }
    .mtheme-tweets .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
      padding-right: .5em;
      float: left; }
      .mtheme-tweets .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
		margin: 0;
		padding: 0 10px 0 0;
		float:left;
		}
		.sidebar span.tweet_text {
			color: #9D9D9D;
		}
		
	.sidebar .mtheme-tweets .tweet_list li a {
		color: #6A6A6A;
		font-size:11px;
		font-weight: 400;
	}
	.sidebar .mtheme-tweets a {
		padding-top:0;
	}
		.sidebar .tweet_list a { border:none; display:inline;}
		
		#footer .mtheme-tweets .tweet_list li a {
		color:#fff;
		font-weight:400;
		}
		#footer .tweet_list li .tweet_time a {
			background:#000;
			color:#fff;
		}
		#footer .tweet_list li .tweet_time a:hover {
			color:#fff;
		}
	#footer #popularposts_list li,
	#footer #recentposts_list li {
	}
	#footer #popularposts_list li.even,
	#footer #recentposts_list li.even {
	    background: none;
	    padding:  5px 0 2px;
	}	
		
/* ******************************
10.6 Sidebar Widget Gallery
******************************* */
		
.sidebar .infobar-portfoliogrid,
.footer-widget .infobar-portfoliogrid {
	margin:0;
	padding:0;
	list-style-type: none;
}

	.sidebar .infobar-portfoliogrid li a,
	.footer-widget .infobar-portfoliogrid li a {
		margin:0;
		padding:0;
		border:none;
	}
	.sidebar .infobar-portfoliogrid li {
		overflow: hidden;
	}

	.sidebar .infobar-portfoliogrid li {
		float:left;
		margin:0;
		padding:0;
		border:none;
		width:33.3%;
		}
		
	.footer-widget .infobar-portfoliogrid li {
		float:left;
		margin:0;
		padding:0;
		border:none;
		width:33%;
		overflow: hidden;
		}
		
	.sidebar .infobar-portfoliogrid li img {
		display: block;
		width:101%;
		height: auto;
		}
		
		.sidebar .infobar-portfoliogrid li img:hover {
			}
			.sidebar .infobar-portfoliogrid li a:hover {
				border:none;
			}
		
	.footer-widget .infobar-portfoliogrid li img {
		display: block;
		margin: 0;
		padding: 0;
		line-height:0;
		width: 101%;
		height:auto;
		}
		.footer-widget .infobar-portfoliogrid li a {
			line-height: 0;
			border:0;
		}
		
		.footer-widget .infobar-portfoliogrid li img:hover {
			}
			.footer-widget .infobar-portfoliogrid img:hover {
			}
		
	.sidebar .infobar-portfoliogrid .rightspace { }
	.footer-widget .infobar-portfoliogrid .rightspace { }

/* **********************
10.7 Social Widget
*********************** */
.shopping-bag-header-link {
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/shopping_bag.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -99999px;
	display: inline-block;
	width:20px;
	height: 20px;
	position: relative;
	top:-2px;
}
.header-shopping-cart {
	float:right;
	position: relative;
	top:8px;
	margin-left:20px;
	margin-right: 40px;
	color:#000;
}
.header-shopping-cart a {
}
.header-search-wrap {
	float: right;
	height: 50px;
	margin: 0;
	padding: 0;
	position: relative;
	right: 30px;
	top:2px;
	width: 45px;
}
.header-search-wrap #searchbutton {
	display:none;
}
.header-search-wrap #searchform {
	bottom: -26px;
    float: right;
    position: relative;
    right: -30px;
}
.header-search-wrap #searchform input {
	border:none;
    color: #fff;
    font-style: normal;
    font-weight: 400;
	text-indent: 40px;
	padding:0;
	height: 50px;
	font-size: 18px;
    letter-spacing: 0;
    position:relative;
    z-index:0;
    width: 1150px;
    display: none;
}
.max-search .icon-search {
	display:none;
}
.max-search .icon-remove {
	display:block;
}
.min-search .icon-remove {
	display:none;
}
.min-search .icon-search {
	display:block;
	color:#000;
}
.header-search-wrap #searchform input {
	color:#fff;
	font-size:13px;
background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.header-search {
    float: right;
    position: relative;
	top: 5px;
	height:22px;
    padding: 0 10px 10px 25px;
}
.header-search:hover {
	cursor: pointer;
}

.header-widgets {
	position: relative;
	right: 20px;
	top: -10px;
    float: right;
    display: none;
}

.social-header-wrap {
	float: right;
}
.social-header-wrap a {
	display:block;
}
.social-header-wrap ul {
	list-style-type:none;
}
.social-header-wrap ul li {
	display:inline-block;
	text-align: right;
}
.social-header-wrap ul li i {
	margin:0;
	padding:0;
}
.social-header-wrap ul li.social-icon {
	border-left:1px solid #D7D7D7;
	border-left:1px solid rgba(0,0,0,0.05);
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-left: 5px;
	margin-top: 5px;
	padding: 5px;
	text-align: center;
	width: 20px;
	float:right;
}
.social-header-wrap ul li:first-child {
	margin-left:0;
}
.header-shopping-cart a:hover i {
	color:#000;
}
.social-header-wrap ul li.social-icon i {
}
.social-header-wrap ul li.social-icon:hover {
	cursor: pointer;
}
.social-header-wrap ul li.social-icon i:hover {
}
.social-header-wrap ul li.contact-text {
    font-size: 11px;
    margin-right: 15px;
    position: relative;
    top: 11px;
    margin-bottom: 10px;
    font-weight: 400;
    float: left;
}
.social-header-wrap ul li.contact-text i {
}
.social-header-wrap ul li.contact-text a {
	display:inline;
}

/*
Social Share toggle
*/

.social-toggle {
	float: right;
}
.social-toggle i {
	color: #fff;
	font-size: 20px;
}
.social-toggle-wrap {
	position: absolute;
	top:80px;
	right:60px;
}
.social-toggle-wrap-inner {
	float:right;
}
.social-toggle-wrap-inner:hover {
	cursor: pointer;
}
.social-toggle-wrap-inner:hover .header-widgets {
}
.social-toggle-wrap-inner:hover .header-widgets i {
}
/* **********************
Social Shortcode
*********************** */
.social-shortcode i {
	color:#555;
}
.social-margin-left {
	margin-right:10px;
}
.social-margin-right {
	margin-left:10px;
}

/* **********************
10.8 Flickr
*********************** */
.flickr_wrap {
	position: relative;
}
.flickr_wrap .flickr_badge_image {
	padding: 0;
	float:left;
	line-height:100%;
	margin:0 1px 1px 0;
}
.flickr_wrap .flickr_badge_image img {
    display: block;
    height: 98px;
    width: 98px;
	opacity: 1;
}
.flickr_wrap .flickr_badge_image img:hover {

	opacity: 0.9;
}
#footer .flickr_wrap .flickr_badge_image img:hover {
	
	opacity: 1;
}
#footer .flickr_wrap .flickr_badge_image img {
	width:63px;
	height:63px;
	display:block;
	padding:5px;
}
#footer .flickr_wrap {
	margin-right:-9px;
}
#footer .flickr_badge_image {
	margin:0 1px 1px 0;
}

/* ******************************
10.9 Address widget
******************************* */
	
.contact_address_block {
	list-style: none;
	margin: 10px 0 0 0;
	font-size:12px;
	}
	
	.contact_address_block a {
	}
	.contact_address_block a:hover {
		color: #000;
	}
	
	.contact_address_block li, #footer .contact_address_block li, #sidebar .contact_address_block li  {
		margin: 0;
		padding:0;
		letter-spacing:0.5px;
		}
		.contact_address_block li {
			padding: 4px 0;
		}
		#footer .contact_address_block li {
			letter-spacing: 0.5px;
			margin: 0;
			padding: 0;
			padding: 6px 0;
		}
		
		.contact_address_block .about_info,
		#footer .contact_address_block .about_info{
			padding: 0 0 10px 0;
			font-size:11px;
			}
		#footer .contact_address_block .about_info {
			}

		#footer .contact_address_block li .contact_name,
		.sidebar .contact_address_block li .contact_name {
			font-weight: 800;
			font-style: 12px;
		}
			
		#footer .contact_address_block .contact_name {
			}
			
		.contact_address_block .contact_address {
			}

		#footer .contact_address_block li,
		.sidebar .contact_address_block li {
			padding: 0;
			padding-left: 20px;
			border:0;
		}
		.sidebar .contact_address_block li span {
			display: block;
			font-size: 11px;
			text-transform: uppercase;
			margin-bottom: 5px;
		}
		.sidebar .contact_address_block li .contact_phone {
			margin-top:15px;
		}
		.sidebar .contact_address_block li.about_info {
			padding-left: 0;
			margin-bottom: 20px;
		}
		.contact_address_block .contact_city {
			}
			
		.contact_address_block .contact_phone,
		.contact_address_block .contact_mobile,
		.contact_address_block .contact_email,
		.contact_address_block .contact_name {
			position: relative;
			}
			.contact_address_block .contact_phone:before,
			.contact_address_block .contact_mobile:before,
			.contact_address_block .contact_email:before,
			.contact_address_block .contact_name:before {
				font-family: 'fontawesome';
				position: absolute;
				left: -20px;
				color: #000;
			}
			.contact_address_block .contact_phone:before {
				content: "\f095";
			}
			.contact_address_block .contact_mobile:before {
				content: "\f10b";
			}
			.contact_address_block .contact_email:before {
				content: "\f003";
			}
			.contact_address_block .contact_name:before {
				content: "\f015";
			}
			
		.contact_address_block .contact_email {
			}
			
		.contact_address_block .contact_email a {
			display: inline;
			}

		#footer .contact_address_block .contact_name {
			}

		#footer .contact_address_block .contact_phone {
			}
			
		#footer .contact_address_block .contact_mobile {
			}
			
		#footer .contact_address_block .contact_email {
			}
				
.page-contents-right {
	padding: 10px 40px 40px 20px;
	}

/* Vertical Images */

ul.vertical_images {
	list-style: none;
	margin:0;
}
ul.vertical_images li {
	margin:0;
	line-height: 0;
	position: relative;
}
ul.vertical_images .vertical-images-title {
	background: #000;
	background: rgba(0, 0, 0, 0.3);
	bottom: 0;
	color: #fcfcfc;
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 2px;
	line-height: 13px;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
}
ul.vertical_images li:first-child {
	margin-top:0;
}

	
/* 
11.1 Portfolio Taxonomies Browser
-------------------------------------------------------------- */
.portfolio-thumbnail-block,.filter-thumbnail-block {
	display:none;
	}
					
					
	.current-taxonomies {
		font-size:10px; 
		font-weight:bold; 
		text-transform:uppercase; 
		letter-spacing:1px; 
		margin-bottom:10px;
		color:#444;
	}
	.current-taxonomies a {
		
		color:#666;
		}
	

	.portfolio-related-break {
		margin-bottom:30px;
		}
		
	.portfolio-taxonomies-browse ul {
		padding-top:20px;
		padding-bottom:30px;
		}	
		.portfolio-taxonomies-browse h3 {
			display:inline-block;
			font-size:14px;
			float:left;
			margin-right:10px;
			color:#333;
			letter-spacing:1px;
		}
		
	.portfolio-taxonomies-browse ul li {
		display:inline-block;
		margin-right:5px;
		margin-bottom:5px;	
		}
		
		.portfolio-taxonomies-browse ul li a {
    outline: 0;
    padding: 5px 12px;
    display: block;
    color: #ccc;
    font-weight: 400;
    text-shadow: 1px 1px #1f1f1f;
    border: 1px solid #1c1c1c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #222222;
    background: -moz-linear-gradient(top, #3d3d3d 3%, #313131 4%, #222222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#3d3d3d), color-stop(4%,#313131), color-stop(100%,#222222));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d3d3d', endColorstr='#222222',GradientType=0 );
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
			cursor:pointer;
			-webkit-transition: box-shadow 0.2s ease-in;
			-moz-transition: box-shadow 0.2s ease-in;
			transition: box-shadow 0.2s ease;
			}
			.portfolio-taxonomies-browse ul li a:hover {
			text-decoration:none;
    color: #fff;
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 3%, #404040 4%, #2e2e2e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#4c4c4c), color-stop(4%,#404040), color-stop(100%,#2e2e2e));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#2e2e2e',GradientType=0 );
		-webkit-transition: box-shadow 0.2s ease-in;
		-moz-transition: box-shadow 0.2s ease-in;
		transition: box-shadow 0.2s ease;
				}
		
			.portfolio-taxonomies h2.taxonomies-title {
				font-size:18px;
				color:#000;
				margin-left:5px;
				margin-top:10px;
				margin-bottom:20px;
			}
			
/* 
11.2 Portfolio Taxonomies Widget
-------------------------------------------------------------- */
	
	.portfolio-taxonomies ul {
		list-style-type:none;
		}
		
		.portfolio-taxonomies ul {
			margin-top:10px;
			}

/* 
13.3 Portfolio Related
-------------------------------------------------------------- */
					
	.grid-list-portfolio-related {
		position:relative;
		width:100%;
		}
		
		.portfoliorelated_widget_about {
			margin-bottom:10px;
		}
		
		.sidebar .grid-list-portfolio-related a {
			border:none;
			margin:0;
			padding:0;
			}
			.sidebar .grid-list-portfolio-related a:hover {
			border:none;
			margin:0;
			padding:0;
			}
		
		.grid-list-portfolio-related h2.related-title {
			font-size:18px;
			color:#000;
			margin-left:5px;
			margin-top:10px;
			}
	
		.grid-list-portfolio-related ul {
			list-style-type:none;
			padding-top:10px;
			}
			.grid-list-portfolio-related ul li {
				display:inline-block;
				float:left;
				vertical-align:top;
				width:33%;
				overflow: hidden;
				}
				.grid-list-portfolio-related ul li h4{
					font-weight: normal;
					}
					.grid-list-portfolio-related ul li h4 a {
						font-size:11px;
						color:#ccc;
						text-transform:none;
						letter-spacing:0;
						line-height:12px;
					}
					.grid-list-portfolio-related ul li h4 a:hover {
						color:#fff;
						}
				.grid-list-portfolio-related ul li .description{
					margin-top:5px;
					margin-bottom:5px;
					color:#eee;
					font-size:12px;
					margin-right:1px;
				}
				.grid-list-portfolio-related ul li img {
					max-width:100%;
					width: 100%;
					display:block;
					opacity:1;
					}				
					.grid-list-portfolio-related ul li img:hover {
					}
			
/* ******************************
Big Italic
******************************* */

.big-italic {
	font-size:		18px;
	font-style:		italic;
	line-height:	30px;
	color:			#7b7b7b;
}
	
/* **********************
12.1 Comments
*********************** */

.no-comments {
	text-align: center;
	font-size: 13px;
	margin-top:20px;
}

#commentform-section,
.commentform-wrap {
	background: #FBFBFB;
	background: rgba(255,255,255,0.5);
	margin-top: 1px;
	padding: 10px 50px 50px;
}

.commentform-wrap {
	margin-top: 40px;
	}

h4#comments {
	color: #000000;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	padding-top: 30px;
	text-transform: uppercase;
}

.nocomments {
	margin: 35px 0 0 0;
	text-transform: uppercase;
	}

.comment-body a {
	color:#fff;
	}
.comment-body a:hover {
	color:#111;
	text-decoration:none;
	}

#comment {
	width:100%; border:1px solid #D1D1D1;
	}

ol.commentlist {
	margin:0;
	clear:both;
	overflow:hidden;
	list-style:none;
}
.entry-content .commentform-wrap ol,
.entry-content .commentform-wrap ul,
.commentform-wrap ol,
.commentform-wrap ul {
	list-style-type:none;
}
	ol.commentlist li {
		margin:10px 0;
		line-height:18px;
		padding:20px;
	}
	.entry-content ol.commentlist li {
		margin-left: 0;
	}
		ol.commentlist li .comment-author,ol.commentlist li .comment-author a,ol.commentlist li .comment-author .fn  {
			color:#000;
			letter-spacing:0;
			font-size: 14px;
			font-weight: 400;
		}
		.comment-author {
		}
			ol.commentlist li .comment-author a {
				text-decoration:none;
			}
			
			ol.commentlist li .comment-author .fn {
				color: #676767;
			}
			
			ol.commentlist li .comment-author .fn a {
				color: #676767;
			}
			ol.commentlist li .comment-author .avatar{
				float: left;
				margin-right: 20px;
			}

		ol.commentlist li .comment-meta{
			font-size:10px;
			font-weight: 400;
		}
			ol.commentlist li .comment-meta a {
			color: #676767;
			text-decoration: none;
			font-size: 11px;
			}
		ol.commentlist .comment-content {
			margin-top:20px;
		}
		ol.commentlist li p {
			color: #787878;
			font-size: 12px;
			line-height: 20px;
			padding: 10px 0;
			font-weight: 400;
			line-height: 22px;
		}
		ol.commentlist li .reply{
			font-size: 12px;
			margin-top: 10px;
			margin-bottom: 30px;
			display: inline-block;
		}
		ol.commentlist li .reply a{
			border: 2px solid #000;
			color: #000;
			font-size: 12px;
			font-weight: 400;
			padding: 3px 20px;
			border-radius: 50px;

				transition: all 0.5s;
				-moz-transition: all 0.5s;
				-webkit-transition: all 0.5s;
				-o-transition: all 0.5s;
		}
			ol.commentlist li .reply a{
			}
			ol.commentlist li .reply a:hover{
				color:#fff;
				background: #000;
				border-color: #000;
			}
			
		ol.commentlist li {
			padding: 40px 40px 20px;
			margin-top:20px;
		}
		
		ol.commentlist li.odd {
			border:3px double #EFEFEF;
		}
		ol.commentlist li.even {		
			border:3px double #eee;
		}
		ol.commentlist li.comment-author-admin,
		ol.commentlist li.bypostauthor {
		}

		.comment-reply-title {
			margin-top:20px;
		}
		.comment-reply-title small {
			margin-left:20px;
		}
		
ol.commentlist li.bypostauthor .avatar {
	float: left;
	margin-top:3px;
	margin-right: 20px;
}
ol.commentlist li .comment-author .avatar,
ol.commentlist li.bypostauthor .avatar {
	border-radius: 80px;
	width:80px;
	height:80px;
}
		
#commentform p {
	margin: 0;
	}
			
#commentform {
	font-size:12px;
}

#commentform a {
}
	#respond {
	}
	
	#respond a {
	}
	
	#respond a:hover{
		text-decoration: none;
		color: #000;
		}
		
		#respond h3 {
			margin-top:40px;
			color: #000000;
			display: inline-block;
			font-size: 16px;
			font-weight: 600;
			letter-spacing: 0;
			text-transform: uppercase;
			}
		
		.reply-title {
		}
		
		#respond h4 {
			font-size:14px;
			text-transform:uppercase;
			font-weight: bold;
			margin: 20px 0 15px 0;
		}
		#commentform {
			margin:0;
		}
		.comment-notes {
			font-size:15px;
			font-style:italic;
		}
		.comment-respond {
		}
		#commentform-section .required,
		#commentform .required {
			color:#FF2C55;
			font-weight: 200;
		}
			#commentform label{
				color: #000;
				display: inline-block;
				font-size: 14px;
				margin-top: 20px;
			}
				#commentform label small {
					font-size:12px;
					color:#a0a0a0;
				}
			#respond #commentform textarea,
			#respond #commentform input {
				margin-bottom:10px;
				padding:5px;
				margin: 5px 10px 10px 0;
				border: 1px solid #eee;
				color:#000;
			}
			#respond #commentform textarea:focus,
			#respond #commentform input:focus {
				background: #ccc;
				-webkit-transition: border-color 0.5s ease-in;
				-moz-transition: border-color 0.5s ease-in;
				transition: border-color 0.5s ease;
			}
			#commentform input{
				width:97.5%;
			}
			#commentform textarea{
				width:99%;
			}
			
			.form-allowed-tags {
				color: #9F9F9F;
				font-size: 10px;
				font-weight: 400;
				padding-bottom: 10px;
			}
			
			.logged-in-as {
				font-size: 11px;
				color: #ccc;
				float:right;
			}
			.logged-in-as a {
				font-weight: 400;
				color:#bbb;
			}
			
			#contactform .button,
			#commentform input#submit {
				width: 140px;
				outline: 0;
				padding: 10px 12px;
				margin-right: 5px;
				display: inline-block;
				color: #000;
				font-weight: 400;
				border:2px solid #000;
				background: none;
				cursor:pointer;
				text-decoration:none;
				letter-spacing: 0;
				border-radius: 30px;

				transition: all 0.5s;
				-moz-transition: all 0.5s;
				-webkit-transition: all 0.5s;
				-o-transition: all 0.5s;
			}
			#contactform .button:hover,
			#respond #commentform input#submit:hover {
				color: #fff;
				cursor:pointer;
				border:2px solid #000;
				background: #000;
			}
			
/* 
12.2 Template - Contact Form
-------------------------------------------------------------- */

#contactform { margin: 30px 0 40px 0; }

	#successmessage {
	display:none;
	width: auto;
	color:#3c3c3c;
	padding: 20px 40px 40px;
	margin: 40px 0 40px 0;
    background: #FFFFED;
	}
	
	#successmessage h2 {
	margin: 10px 0 20px 0;
	text-transform: none;
	}
	
	#contactform #contact label {
		cursor: pointer;
		font-size: 12px;
		font-weight: 600;
		color:#000;
		display: inline-block;
		padding-bottom: 5px;
	}
	#contact .text-input {
		display:block;
		padding:7px 0;
		text-indent: 10px;
		margin:0 0 20px 0;
		border: 1px solid #b5b5b5;
		background: #fff;
		color:#000;
		}
		
	#contact .contact-column-one-half,
	#contact .contact-column-second-half {
		width:49%;
		float:left;
	}
	#contact .contact-column-second-half {
	}
	#contact .contact-column-second-half {
		float:right;
	}
	#contact textarea {
		height: 80px;
		}
	#contact input, #contact textarea {}	
	#contact input:focus, #contact textarea:focus { 
		border: 1px solid #03aefc;
		}

	#contactform #contact  .error {
		font-size: 12px;
		font-weight:bold;
		color: #ff0000; 
		float:right;
		margin-right:40px;
		display:none;
		padding: 0 8px;
		}

	#contact .button {
		width:120px;
		font-weight:400;
		font-size:14px;
	}
		#contact .button:hover {
			cursor:pointer;
		}
		#contact .button:active {
		}
		#contact input { width: 100%; }
		#contact textarea { width: 100%; }
		#contact label { display: inline; float: none; font-weight:bold; font-size:14px; }
	
	/* -------- Address -------- */
	
	.addressbox { 
		float:right;
		font-size:18px;
		line-height:22px;
		position:relative;
		right:148px; top:40px;
		margin-bottom:100px;
		}
	.addresstitle {
		font-size:18px;
		font-weight:bold;
		margin-bottom:10px;margin-left:-5px;
	}
	
	.fulladdress {
		color:#464646;
		font-size:14px;
		margin-bottom:10px; 
	}
	
		.fulladdress ul {
			list-style:none !important;
		}
			.fulladdress ul li {
			}

/* **********************
13.1 Navigation
*********************** */

.navigation {
	color: #D1D1D1;
	font-size: 11px;
	line-height: 18px;
	letter-spacing:-1px;
	overflow: hidden;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	background:#eee;
	background:rgba(255,255,255,0.1);
	width: 100%;
}
.navigation a:link,
.navigation a:visited {
	color: #aaa;
	text-decoration: none;
	display:block; padding:10px 20px;
}
.navigation a:active,
.navigation a:hover {
	display:block;
	color: #000;
}
	
.nav-previous {
	float: left;
	width: 30%;
}
.nav-previous a{
	float:left;
	}
.nav-next {
	float: right;
	text-align: right;
	width: 30%;
}
.nav-lightbox {
	float: left;
	text-align: center;
	width: 30%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}

.attachment-main-image {

	display: block;
	}
	


/* ******************************
icons Shortcode
******************************* */
.iconalign-left { float:left; padding-right:5px;}
.iconalign-right { float:right; padding-left:5px;}
.iconalign-center { display:block; margin: 0 auto; text-align:center; }

/*
******************************
Author Info
******************************
*/
		
#entry-author-info {
	background: #F9F9F9;
	border:1px solid #E8E8E8;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	background: #FEFEFE;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.09);
}
#entry-author-info #author-avatar .avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	padding: 5px;
	display:block;
	margin: 0 20px 10px 0;
}
#entry-author-info #author-description {
	float: left;
	display:block;
	width:100%;
}

#entry-author-info h2 {
	color: #111;
	font-weight: bold;
	font-size: 16px;
	margin-top:0;
	margin-bottom: 10px;
}

#author-link {
	color: #747474;
	font-size:10px;

	margin-top:20px;
	text-transform:uppercase;
	text-align:right;
	}
	
#author-link a {
	color: #747474;
	text-decoration:none;
	border: solid 1px #f5f5f5;
	background: #fafafa;
	
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(255,255,255,1);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	background: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
	background: -moz-linear-gradient(top,  #fafafa,  #e9e9e9);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e9e9e9');
	}
#author-link a:hover {
	color: #464646;
	}
	
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}

	
/* ******************************
14.1 Post Format Styling
******************************* */
.entry-content-wrapper .sticky {
	border-color: #eee;
    border-style: double;
    border-width: 3px;
    padding: 30px !important;
    margin-bottom: 30px;
}
.postformat-image  {
	padding:0;
	margin:0;
	max-width: 100%;
	}
	
.entry-content-wrapper .postformat-image,
.type-post .postformat-image,
.entry-content-wrapper .postsummaryimage,
.type-post .postsummaryimage,
.entry-content-wrapper .flexslider-container-page,
.type-post .flexslider-container-page,
.entry-content-wrapper .ajax-video-wrapper,
.type-post .ajax-video-wrapper {
	display:block;
    line-height: 0;
    vertical-align: bottom;
}

a.postformat-image-lightbox {
    display: block;
    position: relative;
	}
	.lightbox-indicate {
		display:block;
		position: absolute;
		right:30px;
		top:50%;
		margin-top:-20px;
		height:40px;
		width:40px;
		z-index: 10;
		font-size: 12px;
		text-align: center;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
		background:#000;
		background:rgba(0,0,0,0.1);
		border-radius: 30px;
	}
	span.lightbox-indicate i {
		line-height: 40px;
		color:#fff;
	}
	.postformat-image-lightbox:hover .lightbox-indicate {
		background:#000;
		background:rgba(0,0,0,0.8);
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		transition: all 0.3s;
	}
	
.post-link-wrapper {
	padding: 0;
	}

.postformat_icon {
	background: #EAEAEA;
	border-radius: 50px 50px 50px 50px;
	color: #707070;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	top: -2px;
	width: 40px;
}

.postformat_contents {
	padding: 0 0 20px 0;
}

.fullpage-contents-wrap .postformat_contents {
}
	
.quote_say {
	display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding: 50px 30px 20px 30px;
	}
.quote_say i {
	margin: 0 10px;
	color:#E4E4E4;
}
	
.quote_author {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 80px;
	text-align: center;
	}
	
.post-aside-wrapper {
	margin-top:60px;
	}
	
.postformat_aside_contents {
	margin-bottom:30px;
}

#password-protected	p {
	font-size:14px;
	}
	
#password-protected {
	padding: 40px 0;
	}
	
/* 15.1 AJAX Portfolio
-------------------------------------------------------------- */

.gridblock-filterable-wrap {
	overflow:hidden;
}
.gridblockfilter_widget_about {
	margin-bottom:15px;
}

.ajax-gridblock-image-wrap,.gridblock-contents-wrap {
}

#ajax-gridblock-wrap .gridblock-contents-wrap {
}

#ajax-gridblock-wrap {
	position:relative;
}

.gridblock-contents-wrap {
}

.gridblock-image-link {
	display:block;
	}
	
	.ajax-gridblock-block-wrap {
		}
	.single-gridblockgallery .ajax-gridblock-block-wrap {
		border-bottom: none;
		}

	.ajax-home-wrap {
	}

h2.ajax-projects-title {
	font-size:20px;
	font-weight:300;
	color:#818181;
	margin: 30px 0 40px;
	text-transform:uppercase;
}

.ajax-gallery-navigation {
	position:relative;
	display:none;
	top:-10px;
	margin-top: -25px;
	}

a.ajax-navigation-arrow {
	width:27px;
	height:30px;
	text-align: center;
	line-height: 30px;
	display:inline-block;
	z-index:9;
	float:right;
	position:relative;
	margin-left: 1px;
	font-size: 13px;
}

a.ajax-navigation-arrow i {
	color:#000;
}

a.ajax-hide {
	right:0;
	width:30px;
	height:30px;
	top:-1px;
	}

a.ajax-next {
	right:0;
	}
a.ajax-prev {
	right:0;
	}
	a.ajax-prev, a.ajax-next, a.ajax-hide {
		opacity:1;
	}
	a.ajax-prev:hover, a.ajax-next:hover, a.ajax-hide:hover {
		opacity:0.8;
		}
a.ajax-nav-disabled,a.ajax-nav-disabled:hover { 
	display:none;
		}
a.ajax-nav-disabled,a.ajax-nav-disabled:hover,a.ajax-prev:hover, a.ajax-next:hover,a.ajax-prev,a.ajax-next {
	-webkit-transition: background 0.3s ease-in;
	-moz-transition: background 0.3s ease-in;
	transition: background 0.3s ease;			
}

.ajax-loading {
}

#ajax-gridblock-content {
}

.ajax-top-margin {
}

.ajax-gridblock-window {
	width:100%;
    display:none;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

#ajax-gridblock-loading {
	background: transparent url(/wp-content/themes/CHRiiZdesign_V2017/images/preloaders/horizontal2.png) no-repeat 50% 50%;
	width:100%;
	height:112px;
	z-index:20;
}

.ajax-gridblock-image-wrap {
	padding:0;
	margin:1px 0 0 0;
	line-height:0;
	background-image:url(/wp-content/themes/CHRiiZdesign_V2017/images/preloaders/circle-spinner.png);
	background-position:50% 50%;
	background-repeat:no-repeat;
	width: 100%;
	text-align: center;
}

.ajax-gridblock-image-wrap,.ajax-gridblock-image-wrap img  {
	
	}

.ajax-gridblock-image-wrap img {
	opacity:0;
	}

.ajax-gridblock-data {
	background:none;
	position:relative;
	padding: 20px 0 0 0;
	}
	
	.ajax-psection-left {
	}

	.ajax-psection-right {
	}
	
.portfolio-title h1 {
	color: #000000;
    font-size: 42px;
    font-weight: 400;
    letter-spacing: -2.0px;
	line-height: 36px;
	padding: 50px 0 20px;
}

.ajax-gridblock-data h2 {
	color: #000;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 23px;
    margin-bottom: 15px;
    margin-top: 0;
}
	.ajax-gridblock-data h2 a {
		text-decoration:none;
		color:#000;
		font-weight: 600;
	}
	.ajax-gridblock-data h2 a:hover {
		color:#000000;
		}

	.ajax-protected {
		text-align: center;
		padding: 90px 30px 20px;
	}

	.ajax-protected h2 a {
		color: #656565;
		font-size: 25px;
		font-weight: 400;
		line-height: 34px;
		}
	.ajax-protected h2 a:hover {
		text-decoration:none;
		color: #000;
		}

.ajax-gridblock-description {
	margin: 15px 20px 15px 0;
	}
	
		ul.portfolio-metainfo {
			list-style-type: none;
			margin-bottom:10px;
		}
		ul.portfolio-metainfo li { 
			border-bottom: 1px solid #EBEBEB;
			color: #404040;
			font-size: 13px;
			font-weight: bold;
			padding: 10px 5px 10px 45px;
			}
			.single-mtheme_portfolio ul.portfolio-metainfo li,
			.single-mtheme_portfolio ul.portfolio-metainfo li.ajax-client {
				display:inline-block;
				border:none;
				}
			.single-mtheme_portfolio .datecomment {
				border-top: 1px solid #F0F0F0;
				border-bottom: 1px solid #F0F0F0;
				border-left: none;
				margin-top: 45px;
				padding: 5px 0;
				text-align: left;
			}
			.single-mtheme_portfolio .comments {
				margin-top:10px;
			}
			ul.portfolio-metainfo li a {
				text-decoration:none;
			}			
			ul.portfolio-metainfo li a:hover {
				color:#111;
			}
				ul.portfolio-metainfo li.ajax-client {
					font-weight: bold;
					background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/members.png);
					background-repeat: no-repeat;
					background-position: 20px 50%;
				}
				ul.portfolio-metainfo li.ajax-link {
					background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/link_16.png);
					background-repeat: no-repeat;
					background-position: 20px 50%;
				}
				ul.portfolio-metainfo li.ajax-type {
					font-size:14px;
					margin-top:20px;
				}

				.single-mtheme_portfolio ul.portfolio-metainfo {
					padding: 0;
					border-top: 1px solid #f0f0f0;
					border-bottom: 1px solid #f0f0f0;
					margin: 20px 0 30px;
				}
				.single-mtheme_portfolio ul.portfolio-metainfo li.ajax-client {
					background-position: 0 45%;
				}
				.single-mtheme_portfolio ul.portfolio-metainfo li.ajax-link {
					background-position: 0 45%;
				}
				.single-mtheme_portfolio ul.portfolio-metainfo li {
					padding-left:22px;
					padding-right:25px;
				}
				
				

.ajax-video-wrapper {
	width:100%;
}

.ajax-video-wrapper {
width: 100%;
max-width: 100%;
margin: 0;
background:#111;
}

.ajax-video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0;
height: 0;
overflow: hidden;
}

.ajax-video-wrapper iframe,  
.ajax-video-wrapper object,  
.ajax-video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ******************************
Albums
******************************* */

.album-image-wrap {
	position: relative;
}
.album-item-count {
	position: absolute;
	width: 100%;
	z-index: 1;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
.album-item-count span {
	color: #FFFFFF;
	font-size: 24px;
	position: relative;
	top:50%;
	text-align: center;
	width: 100%;
	display: block;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.gridblock-element:hover .album-item-count span {
	display: none;
}
		
/* ******************************
15.2 Portfolio Common
******************************* */

.displayed-image {
}
.preload-image {
	display: none;
	opacity:0;
}
.preloading-placeholder {
	position: relative;
}

.single-gridblock-image-wrap {
	text-align:center;
	display:block;
	}
.gridblock-selected-icon {
	text-indent: -99999px;
}

.gridblock-displayed .gridblock-selected-icon {
	position: relative;
	z-index: 10;
	width:80px;
	height:80px;
	margin-left:-40px;
	margin-top:-40px;
	top:50%;
	left:50%;
	border-radius: 40px;
	display: block;
}
.gridblock-displayed .gridblock-selected-icon:after {
	color: #FFFFFF;
	content: "\f106";
	font-family: 'fontawesome';
	font-size: 24px;
	left: 50%;
	margin-left: -7px;
	margin-top: -11px;
	position: absolute;
	text-indent: 0;
	top: 50%;
}

/* ******************************
15.3 Portfolio Filter
******************************* */

.gridblock-filter-wrap { 
	margin: 0;
}
.gridblock-works-wrap {
    margin-bottom: 5px;
	margin-top:30px;					
}

#filter-heading {
    color: #4A4A4A;
    display: inline-block;
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 30px;
    padding: 0 12px 20px 0;
    text-transform:uppercase;
    position:relative;
}
.filter-heading-description {
	color: #A4A4A4;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.2px;
    margin-bottom: 5px;
    text-transform:uppercase;
    margin-bottom: 5px;
    margin-top:25px;
    border-bottom: 1px dotted #EAEAEA;
    margin-bottom: 10px;
    display:inline-block;
}
ul.gridblock-filter { 
	margin: 0 0 10px 0;
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/patterns/stripes_fine_tall.png) repeat-x scroll 0 0 transparent;
	}
ul.gridblock-filter li { 
	float:left;
	font-size: 11px;
	font-weight: 400;
	text-transform:uppercase;
	background: #BABABA;
    border-right: 1px solid #C5C5C5;
	}
	
ul.gridblock-filter li.filter-tag-icon { 
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/grid_dark.png);
	background-repeat: no-repeat;
	background-position: 0 9px;
	background-color: #fff;
    padding: 0 0 12px 30px;
    text-indent: -99999px;
    
	}
ul.gridblock-filter a {
    color: #989898;
    display: block;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 6px 15px;
    position: relative;
    text-align: center;
	color: #FFFFFF;
   -webkit-transition:background-color .1s ease-in;
   -moz-transition:background-color .1s ease-in;
   -o-transition:background-color .1s ease-in;
   transition:background-color .1s ease-in;
   
	}
ul.gridblock-filter a:hover { 
	color:#fff;
	background:#EB5E5F;
	text-decoration:none;
	-webkit-box-shadow: 0 0 1px rgba(50, 50, 50, 0.42);
	-moz-box-shadow:    0 0 1px rgba(50, 50, 50, 0.42);
	box-shadow:         0 0 1px rgba(50, 50, 50, 0.42);
	}
ul.gridblock-filter li.current a {
	color: #fff;
	background:#EB5E5F;
-webkit-box-shadow: 0 0 1px rgba(50, 50, 50, 0.42);
-moz-box-shadow:    0 0 1px rgba(50, 50, 50, 0.42);
box-shadow:         0 0 1px rgba(50, 50, 50, 0.42);
	}

ul.gridblock-list { width: 100%; float:right; }
ul.gridblock-destination { display:none; }

ul.gridblock-list { margin: 0; padding: 0; list-style: none; }
ul.gridblock-list li{
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/preloaders/dark_pulse.png) no-repeat 50% 50% #f8f8f8;
	display: block;
	margin: 0;
	float:left;
	width:215px;
	height:215px;
	margin: 22px 20px 20px 0;
	position:relative;
	}
	a.gridblock-filter-column img {
		width:205px;
		height:205px;
	}
	
	.filterable-title {
		margin-top:-4px;
	}			
	
	p.ajax-image-desc {
	    color: #ccc;
	    font-size: 12px;
		font-weight:400;
		line-height:15px;
		padding:5px;
	}
	
	.ajax-gridblock-icon {
		position:absolute;
		width:32px;
		height:50px;
		display:block;
		background-color:none;
		background-repeat:no-repeat;
		background-position:50% 50%;
		top:256px;
		left:0;
		width:100%;
		opacity:1;
	}

	.column-gridblock-icon {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		bottom: 50%;
		display: block;
		height: 50px;
		right: 1px;
		opacity: 1;
		position: absolute;
		width: 50px;
		margin-bottom: -25px;
		color:#fff;
		font-weight: 400;
		line-height: 50px;
		text-align: center;
		font-size: 12px;
	}
	.column-gridblock-link {
		background-position: 50% 50%;
		background-repeat: no-repeat;
		bottom: 50%;
		display: block;
		height: 50px;
		left: 1px;
		opacity: 1;
		position: absolute;
		width: 50px;
		margin-right: -55px;
		margin-bottom: -25px;
		z-index: 10;
		color:#fff;
		font-weight: 400;
		line-height: 50px;
		text-align: center;
		font-size: 12px;
	}

	.hover-icon-effect {
		/*color:#fff;
		background:none;*/
		font-size: 0px;
		border: 1px solid rgba(255,255,255,0);

		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		transition: all 0.8s;
		background: url(/wp-content/themes/CHRiiZdesign_V2017/images/box-hover-plus.png) no-repeat center;

	}

	/* Effect 1a */
	.hover-icon-effect:hover{
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;
		border: 1px solid rgba(255,255,255,0.3);
		border-radius: 30px;

	}

	.grid-blank-status {
		position:absolute;
		height:100%;
		width:100%;
		background: #2c2c2c;
		background: rgba(255,255,255,0.5);
		-webkit-transition: background 0.5s, color 0.2s;
		-moz-transition: background 0.5s, color 0.2s;
		transition: background 0.5s, color 0.2s;
	}
	.gridblock-element:hover .grid-blank-status {
		background: rgba(255,255,255,0.9);
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		transition: background 0.5s;
	}
	.grid-blank-element {
		position: relative;
	}
	.grid-blank-element .grid-blank-status i {
		position: absolute;
		left: 50%;
		position: absolute;
		top: 50%;
		margin-left:-12px;
		margin-top:-12px;
		color:#000;
		-webkit-transition: background 0.5s, color 0.2s;
		-moz-transition: background 0.5s, color 0.2s;
		transition: background 0.5s, color 0.2s;
	}
	.grid-blank-element .grid-blank-status:hover i,
	.grid-blank-element .grid-blank-status i:hover {
		color:#fff;
	}
	.grid-blank-element .grid-blank-status:hover {
		background:#ddd;
		-webkit-transition: background 0.5s, color 0.2s;
		-moz-transition: background 0.5s, color 0.2s;
		transition: background 0.5s, color 0.2s;
	}
	.gridblock-image-link {
		overflow: hidden;
	}
	.gridblock-element:hover img,
	.gridblock-grid-element:hover img{
		transform: scale(1.05,1.05);
-ms-transform: scale(1.05,1.05); /* IE 9 */
-webkit-transform: scale(1.05,1.05); /* Safari and Chrome */
		-webkit-transition: all 3.5s;
		-moz-transition: all 3.5s;
		transition: all 3.5s;
	}
.gridblock-element img,
.gridblock-grid-element img {
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.gridblock-link-center{
		left:0;
		margin-left:-25px;
	}
	.gridblock-link-center-right {
		right:0;
		left: auto;
		margin-right:-25px;
	}
	.gridblock-background-hover {
	    position: absolute;
	    z-index: 10;
		opacity:0;
		width:100%;
		height:100%;
		top:0;
		display:none;
		background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
		background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
	.gridblock-image-hover {
	    position: absolute;
	    z-index: 11;
		opacity:0;
		width:261px;
		height:261px;
		top:-10px;
		display:none;
	}
	.gridblock-link-hover {
	    position: absolute;
	    z-index: 12;
		opacity:0;
		width:261px;
		height:261px;
		top:-10px;
		display:none;
	}
	.gridblock-link-hover a {
		border: none !important;
		text-decoration: none !important;
	}
	.gridblock-columns-wrap .gridblock-row-new:first-child { margin-top:0;}
	.gridblock-row-new {}

ul.gridblock-list a.filter-thumbnail-loader {
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/horizontal_preloader.gif) no-repeat 50% 50%;
	padding: 	1px;
	border:		1px solid #f3f3f3;
	}

ul.gridblock-list li .gridblock-image-link{
	display: block;
	height:215px;
	text-decoration:none;
}
ul.gridblock-list .work-details { margin: 15px 20px 0 20px; }

ul.gridblock-list h4 a {
	font-size:		14px;
	font-weight:	bold;
	margin:			10px 0 5px 0;
	text-decoration:none;
	}

ul.gridblock-list h4 a:hover {
	color:	#111;
}

.gridblock-listbox ul.gridblock-four .gridblock-element {
	width:100%;
}
.gridblock-listbox .listbox-image {
}
.gridblock-listbox .listbox-content {
	
}

ul.gridblock-listbox {
	list-style: none;
}
ul.gridblock-listbox li {
	margin-bottom: 10px;
}
ul.gridblock-listbox li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
ul.gridblock-listbox .summary-info {
	border:none;
	padding:0;
	margin:10px 10px;
	background: none;
}
ul.gridblock-listbox .summary-comment a,
ul.gridblock-listbox .summary-date {
	color:#555;
}
ul.gridblock-listbox .work-details {
	margin: 0 20px;
}
ul.gridblock-listbox .work-details h4{
	margin-bottom: 10px;
	font-size:14px;
}
ul.gridblock-listbox .work-details h4 a{
	font-weight: 500;
	font-size: 16px;
}
ul.gridblock-listbox .work-details h4 a:hover {
	color:#000;
}
ul.gridblock-listbox .work-description {
	font-size: 13px;
	line-height: 18px;
}
ul.gridblock-listbox .gridblock-image-link {
	width:180px;
	float:left;
	margin-right:20px;
}
ul.gridblock-listbox .gridblock-listbox-row {
	margin-bottom: 40px;
	border-bottom:1px solid #eee;
	padding-bottom: 40px;
}
ul.gridblock-listbox .gridblock-listbox-row .grid-blank-status i {
	color:#000;
}

/* ***************************
PORTFOLIO SHARE
***************************** */

.share-spacing {
	margin-top:40px;
}

ul.portfolio-share {
    color: #000;
    display: inline-block;
    list-style: none;
    margin: 0;
    margin-top:20px;
    margin-bottom: 10px;
    padding: 10px 50px 5px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-top:1px solid rgba(0,0,0,0.1);
}
.portfolio-single-wrap .portfolio-share {
	margin-top:40px;
}
.portfolio-share li {
	display:inline-block;
}
.portfolio-share li.sharethis {
	font-size:11px;
	font-weight: 400;
	background:none;
	margin-right:10px;
	width:auto;

}
.portfolio-share li a {
	display: block;
	font-size:13px;
	color:#323232;
	margin:0;
	width:30px;
	height: 30px;
	line-height: 30px;
	text-align: center;	
	margin: 0 5px 0 0;
}
.portfolio-share li i {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.portfolio-share li:hover i {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color:#000;
}
.share-this-fa-facebook i {
	color:#3B5998;
}
.share-this-fa-twitter i {
	color:#55ACEE;
}
.share-this-fa-google-plus i {
	color:#E14107;
}
.share-this-fa-pinterest i {
	color:#D73532;
}
.share-this-fa-external-link i {
	color:#D6AC22;
}
.share-this-fa-envelope i {
	color:#3EADAF;
}

/* ******************************
15.4 Portfolio Grids
******************************* */

	.blogpost_readmore {
		font-size:12px;
	}
	.entry-content .blogpost_readmore a {
		color:#A9A9A9;
	}
	.entry-content .blogpost_readmore a:hover {
		color:#111;
	}

	.gridblock-related-columns {
		margin: 0 60px;
	    border-top: 1px solid #eee;
	    padding-top: 20px;
		}
	.gridblock-columns-wrap { 
    margin: 0;
    width: 100%
	}
	.gridblock-columns-wrap ul li {
	}
	.gridblock-related-wrap { 
		border-top: 1px solid #eee;
		margin: 30px 0 60px;
		padding: 60px 0 0 0;
	}
	.gridblockfilter-columns-wrap { margin: 30px 0 0; }

	a.gridblock-image-link {
		line-height: 0;
	}
	.gridblock-one .gridblock-protected,
	.gridblock-two .gridblock-protected,
	.gridblock-three .gridblock-protected,
	.gridblock-four .gridblock-protected,
	.post-nothumbnail {
		background-position: 50% 50%;
		background-repeat: no-repeat;
	}

	ul.gridblock-four,
	ul.gridblock-three,
	ul.gridblock-two,
	ul.gridblock-one { 
		width: 100%;
		margin: 0;
		padding: 0;
		list-style: none;
	}



		a.gridblock-columns {
			background-position: 50% 50%;
			background-repeat: no-repeat;
		}
		.gridblock-protected a.gridblock-columns {
		}
		.gridblock-protected {
			position: relative;
		}
		.gridblock-protected img {
			width: 100%;
			max-width: 100%;
		}
		a.gridblock-columns img {
			max-width: 100%;
		}

	.gridblock-protected i {
	    color: #000;
	    font-size: 30px;
	    left: 50%;
	    margin-left: -15px;
	    margin-top: -15px;
	    position: absolute;
	    top: 50%;
	}

	.gridblock-four .work-details,
	.gridblock-three .work-details,
	.gridblock-two .work-details,
	.gridblock-one .work-details  {
		margin: 0 0 10px;
		border-top:0;
		padding: 15px 10px 20px;
	}
	.gridblock-element:hover .work-details {
	}

	.gridblock-four h4,
	.gridblock-three h4,
	.gridblock-two h4,
	.gridblock-one h4,
	.gridblock-list h4 {
		margin:0;
		}

	.gridblock-four h4 a,
	.gridblock-three h4 a,
	.gridblock-two h4 a,
	.gridblock-one h4 a,
	.gridblock-list h4 a {
		border: none;
		display: block;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0;
		margin-top: 0;
		text-decoration: none;
		transition: color 0.5s;
		-moz-transition: color 0.5s;
		-webkit-transition: color 0.5s;
		-o-transition: color 0.5s;
		}

	.gridblock-four h4 a:hover,
	.gridblock-three h4 a:hover,
	.gridblock-two h4 a:hover,
	.gridblock-one h4 a:hover,
	.gridblock-list h4 a:hover {
		text-decoration: none;
		border: none;
		transition: color 0.5s;
		-moz-transition: color 0.5s;
		-webkit-transition: color 0.5s;
		-o-transition: color 0.5s;
		}

	.gridblock-four .work-description,
	.gridblock-three .work-description,
	.gridblock-two .work-description,
	.gridblock-one .work-description {
		display: block;
		font-size: 11px;
		line-height: 16px;
		padding-top: 5px;
		color:#6d6d6d;
		font-weight: 500;
	}

	/* ******************************
	gridblock Borders ( if needed )
	******************************* */	
	ul.gridblock-four li .displayed-image,
	ul.gridblock-three li .displayed-image,
	ul.gridblock-two li .displayed-image,
	ul.gridblock-one li .displayed-image,
	a.gridblock-ajax img,
	a.gridblock-filter-column img,
	.pictureframe-image {
	}

	ul.gridblock-four li .displayed-image:hover,
	ul.gridblock-three li .displayed-image:hover,
	ul.gridblock-two li .displayed-image:hover,
	ul.gridblock-one li .displayed-image:hover,
	a.gridblock-ajax img:hover,
	a.gridblock-filter-column img:hover,
	.pictureframe-image:hover {
	}
	.displayed-image {
		position: relative;
	}

/* ******************************
gridblock Single
******************************* */

.project-link {
	margin-top:30px;
	
}
.entry-content .project-link a {
	background:#000;
	color: #FFFFFF;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	padding: 5px 15px 4px;
	text-transform: uppercase;
}
.project-details-link {
}
.project-details-link h4 {
	display: inline-block;
	margin-left:10px;
}
.project-details-link i {
	color:#000;
	font-size: 12px;
}
.project-details h4,
.project-client-info h4,
.project-details-link h4 a {
	font-size: 12px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    color:#000;
}
.entry-content .project-details h4,
.entry-content .project-client-info h4,
.entry-content .project-details-link h4 a {
    font-style: normal;
}
.project-skills ul li {
	display: inline-block;
	font-size: 11px;
	font-weight: 600;
	line-height: 14px;
	margin-bottom: 0;
	margin-right: 10px;
	color:#787878;
}
.project-skills ul {
	margin-bottom: 0;
}

.project-client-info {
	font-size:11px;
	font-weight: 600;
	color:#787878;
}

.portfolio-details-wrap {
	padding: 30px 0 20px;
}

.portfolio-single-fullwidth {
	margin-top:0;
}
.portfolio-single-wrap {
	margin-top: 0;
}
	
/* ******************************
17.1 Goto Top
******************************* */

.gototop-wrap { 
    border-top: 1px solid #F9F9F9;
    margin: 30px auto 0;
    padding: 10px 0;
    width: 1020px;
	}

.gototop { 
	width:30px; 
	height:30px;
	display:block;
	margin: 20px auto 20px;
	text-indent:-99999px;
	background-color: #b7b7b7;
	background-image:url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/top_arrow.png);
	background-repeat:no-repeat;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor:pointer;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	}
	
.gototop:hover { 
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	background-color:#111;
	}
	
/* Start Style the Sidebar Menu */
.sidebar .widget_nav_menu ul li {
	float:none;
}
.sidebar .widget_nav_menu ul.menu ul .sub-menu {
	padding-left: 10px;
}
.sidebar .widget_nav_menu .sub-menu ul li.menu-item-has-children a {
	padding-left: 10px;
}
.sidebar .widget_nav_menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}
.sidebar .widget_nav_menu ul a {
  display: block;
  text-decoration: none;
}
.sidebar .widget_nav_menu ul li a {
  font-weight: bold;
  margin-top:10px;
}
.sidebar .widget_nav_menu ul li li a {
  font-weight: 400;
  margin-top:0;
}

/* End Style the Sidebar Menu */

.tagcloud a,
#footer .tagcloud a { 
	background:#f5f5f5;
	padding:1px 6px;
	display: inline-block;
	color: #000;
	margin:5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	letter-spacing:0.5px;
	}

#footer .tagcloud a:hover , #footer .tagcloud a:hover {
	color: #000;
	background:#fff;
}

.portfolio-tags,.wp-tag-cloud {
	list-style: none;
	}
	
.portfolio-tags li,
.wp-tag-cloud li {
	margin-bottom:5px;
}
	
.portfolio-tags li, .portfolio-tags a,
.wp-tag-cloud li,.wp-tag-cloud a {
	float:left;
	height:24px;
	line-height:24px;
	position:relative;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	}
	
.portfolio-tags a,
.wp-tag-cloud a {
   	margin-left: 10px;
    margin-right: 7px;
	padding:0 10px 0 12px;
	background:#898989;
	color:#fff;
	text-decoration:none;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;	
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;	
	border-top-right-radius:4px;
	letter-spacing:1px;
	}
	
.portfolio-tags a:before,
.wp-tag-cloud a:before {
	content:"";
	float:left;
	position:absolute;
	top:0;
	left:-12px;
	width:0;
	height:0;
	border-color:transparent #898989 transparent transparent;
	border-style:solid;
	border-width:12px 12px 12px 0;		
	}
	
.portfolio-tags a:after,
.wp-tag-cloud a:after {
	content:"";
	position:absolute;
	top:10px;
	left:0;
	float:left;
	width:4px;
	height:4px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background:#fff;
	}
	
.portfolio-tags a:hover,
.wp-tag-cloud a:hover {background:#EB5E5F;}	

.portfolio-tags a:hover:before,
.wp-tag-cloud a:hover:before {border-color:transparent #EB5E5F transparent transparent;}


.ajax-portfolio-tags {
	border-top: 1px dotted #E1E1E1;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom:0;
}

ul.portfolio-metainfo li a {
	color: #ABABAB;
}

.portfolio-related-wrap ul.portfolio-four h4 a:hover,
.portfolio-related-wrap ul.portfolio-three h4 a:hover,
.portfolio-related-wrap ul.portfolio-two h4 a:hover,
.portfolio-related-wrap ul.portfolio-one h4 a:hover {
	color:	#fff;
}

.last-bigsaywrap a:hover,
.entry-post-title h2 a:hover,
.sidebar a:hover,
ul.portfolio-metainfo li a:hover,
.ajax-gridblock-data h1 a:hover {
	color:	#000;
}
.tagcloud a:hover {
	color: #fff;
	background:#666;
}
.portfolio-taxonomies-browse {
	margin-top: 20px;
    padding-bottom: 20px;
}

/* Isotope
*********************************/

/**** Isotope filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
}

.isotope {
}

.isotope .isotope-item {
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
}

.isotope-animate.isotope,
.isotope-animate.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/**** Portfolio Filters ****/

.gridblock-filter-wrap h2 {
	color: #000000;
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 15px;
}
.page-sidebar-block h3 {
	color:#474747;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 18px;
	text-transform: uppercase;
}

.gridblock-filter-select-wrap {
	position: relative;
	margin: -5px 0 40px 0;
}

#gridblock-filter-select {
	display:none;
}
#gridblock-filter-select i {
	float:right;
	position: relative;
	right:20px;
	top:2px;
}
.gridblock-filter-select-text {
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#gridblock-filter-select:hover {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-color: #000;
	color:#000;
}
#gridblock-filters,
#gridblock-filter-select {
	width: 100%;
}

#gridblock-filters {
    text-align: center;
    z-index: 9;
    margin:0;
    top:42px;
    padding:0;
    margin-bottom: 50px;
}
#gridblock-filters li {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	margin:0;
}

#gridblock-filters li a {
	color: #000000;
	display: block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 5px 15px 15px;
	text-transform: uppercase;
	border-bottom:1px solid #dedede;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
	#gridblock-filters li a {
	}


#gridblock-filters li .is-active,
#gridblock-filters li a:focus,
#gridblock-filters a:focus,
#gridblock-filters li .is-active,
#gridblock-filters li .is-active:hover {
	border-color:#D22328;
	color:#000;
}
#gridblock-filters:hover li a {
	color:#aaa;
}
#gridblock-filters a:hover,
#gridblock-filters li a:hover,
#gridblock-filters li a:hover span {
	color: #000;
	border-color:#000;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.filter-icon {
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/grid_dark.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	padding-left:20px;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	margin-top:20px;
	}

#gridblock-filters li span {
	color: #D3D3D3;
	float: right;
	font-weight: 400;
	font-size: 11px;
}

	.gridblock-protected {
	}
	.textbright .gridblock-protected {
		opacity:0.4;
	}
	.textbright .gridblock-grid-element .grid-blank-status i {
	}
	.gridblock-element .ajax-image-block {
		width:306px;
		height:306px;
		display:block;
		background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/preloaders/circle-spinner.png);
		background-position: 50% 50%;
		background-repeat: no-repeat;
		}

	.ajax-image-selector {
		display:none;
	}
	.gridblock-displayed .ajax-image-selector { 
		position:absolute;
		top:0;left:0;
		width:100%;
		height:100%; 
		display:block;
		z-index:100;
		background-color:#000;
		background-color: rgba(0,0,0,0.5);
		}
		
	.gridblock-image-link {
		cursor:pointer;
	}
	
	.ajax-image-hover {
	    position: absolute;
	    z-index: 99;
		opacity:0;
		width:261px;
		height:261px;
		top:10px;
		display:none;
	}
	.gridblock-filterable .ajax-image-hover {
		z-index:0;
	}
	.slideshow-image-hover {
		opacity:0;
	}
	.gridblock-grid-element .gridblock-slideshow-icon {
		margin-top:5px;
	}
	.ajax-image-wrap {
		position:absolute;
		top:40px;
		left:30px;
	}
	.ajax-image-title {
		color: #fff;
	    display: inline-block;
	    font-size: 14px;
	    font-weight: bold;
	    letter-spacing:0.5px;
	    line-height:26px;
	    display:block;
	    padding-right:50px;
	}
	.ajax-small-desc {
		color: #C6C6C6;
	    display: inline-block;
	    font-size: 10px;
	    letter-spacing:0.5px;
	    line-height:15px;
	    padding-right:60px;
	    display:block;
	    margin-top:10px;
	}

#gridblock-container {
	width: 100.2%;
}
.gridblog-gallery-main-wrap {
}
#gridblock-container ol,
#gridblock-container ul,
#gridblock-container dl {
	margin: 0;
	padding:0;
}
#gridblock-container .gridblock-protected {
	margin-top:-1px;
	top:1px;
}
#gridblock-container .gridblock-image-link {
	line-height: 0;
	border:0;
	position: relative;
}
#gridblock-container .gridblock-image-link:hover {
	border:0;
}
.gridblock-cell-bottom-space {
	padding-bottom: 1.0%;
}
.gridblock-element {
	position: relative;
	z-index: 1;
}
.gridblock-four .gridblock-element {
	float:left;
	width: 24.99%;
	margin: 0;
}
.gridblock-three .gridblock-element {
	float:left;
	width: 33%;
	margin: 0;
}
.gridblock-two .gridblock-element {
	float:left;
	width: 50%;
	margin: 0;
}
.gridblock-one .gridblock-element {
	float:left;
	width: 100%;
	margin: 0;
}
.gridblock-ajax {
	cursor:pointer;
}
.gridblock-info {
	padding: 10px 25px;
	display: block;
	position: relative;
}
.gridblock-element .ajax-desc {
	color: #919191;
	display: block;
	font-size: 12px;
	letter-spacing: 0.5px;
	line-height: 17px;
	margin-top: 5px;
}

.gridblock-element:hover,.gridblock-grid-element:hover {

}


.gridblock-grid-element:hover h4 a,
.gridblock-element:hover h3,
.gridblock-element:hover h3 a {

}
.gridblock-element:hover .ajax-desc {
	color:#aaa;
}

.gridblock-element h3 {
	color: #5C5C5C;
}
.gridblock-displayed:hover h3  {
	color: #fff;
}
.gridblock-displayed .ajax-image-hover {
	border:none;
}
.gridblock-element,
.gridblock-grid-element {
}
.gridblock-element:hover,
.gridblock-grid-element:hover,
.gridblock-displayed:hover  {
}
.gridblock-displayed .gridblock-info {
	cursor: default;
}

/* Portfolio navigation */
/************************/

.portfolio-nav-wrap {
	width:100%;
	text-align: right;
	position: relative;
	z-index: 999;
	top:-43px;
}
.portfolio-nav {
	position: absolute;
	width: auto;
	display: inline-block;
	right:0;
}
.portfolio-nav span {
}
.portfolio-nav-item a {
	display: inline-block;
	text-align: center;
	padding: 6px 10px 7px 10px;
	line-height: 0;
}
.portfolio-nav-item i {
	color:#fff;
	font-size: 12px;
}
.portfolio-nav:hover {
	background:#000;
	background:rgba(0,0,0,0.1);
}
.portfolio-nav a:hover {
	background:#000;
	background:rgba(136,136,136,0.8);
}

.recent-portfolio-single {
	padding: 0;
	background:#4d4d4d;
	background: rgba(0,0,0,0.7);
}
.recent-portfolio-single .item-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	padding: 30px 0 0 40px;
}

.recent-single-carousel-wrap {
}
.recent-portfolio-single .owl-theme .owl-controls .owl-page span {
    background: #FFFFFF;
}
/* Testimonial Slides
*********************************/

.testimonials-roll {
	width:100%;
	text-align: center;
}
#flex-testimonails .slides {
	display: block; clear: both; 
}
#flex-testimonails .flex-control-nav {
	position: static;
}
#flex-testimonails .flex-control-nav {
	float:none;
	display:inline-block;
}
.testimonials-wrap .flexslider-container-page {
	background:none;
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a {
	width: 20px;
	height: 20px;
	display: block;
	border:none;
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/flexislider/bg_direction_nav_testimonial_black.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
	position: absolute;
	z-index:5;
	cursor: pointer;
	text-indent: -9999px;
	opacity:1;
	border-radius: 30px;
	}
#flex-testimonails .flex-direction-nav {
	width: 200px;
	margin: 0 auto;
	position: relative;
	top: auto;
	bottom:100px;
}
#flex-testimonails .flex-direction-nav li a:hover {
	background-color: #f7f7f7;
}
#flex-testimonails .flex-direction-nav li a.flex-next {
	background-position: -20px 0;
	right: 0;
	top: 0;
	margin-right:0;
	}
#flex-testimonails  .flex-direction-nav li a.flex-prev {
	top: 0;
	left: 0;
}
#flex-testimonails  .flex-direction-nav li a.flex-prev,
#flex-testimonails .flex-direction-nav li a.flex-next {
	top:0;
	bottom: auto;
}
.client-details {
	letter-spacing: 0;
}
.client-name {
	display: block;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 18px;
	margin-top:10px;
	text-transform: uppercase;
}
.client-position {
	color: #000000;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: -0.5px;
	line-height: 14px;
	margin-bottom: 4px;
	margin-top: 5px;
	position: relative;
}
.client-position:after {
	background: #000000;
	content: " ";
	display: block;
	height: 1px;
	position: absolute;
	right: -20px;
	top: 50%;
	width: 10px;
}
.client-position:before {
	background: #000000;
	content: " ";
	display: block;
	height: 1px;
	position: absolute;
	left: -20px;
	top: 50%;
	width: 10px;
}
.client-company {
	color: #656565;
	display: inline-block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 18px;
	margin-top: 5px;
	position: relative;
}
.client-company a {
	font-weight: 400;
}
.client-image {
	width:110px;
	border-radius: 100px;
	position: relative;
	top:0;
	background: #000;
    border-radius: 100px;
    padding: 7px;
}
.client-info {
	display: block;
	padding-top: 8px;
	text-align: center;
	font-size:14px;
	font-weight:400;
}
.client-say {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	margin: 0;
	padding: 30px;
	position: relative;
}
.client-say:before,
.client-say:after {
	font-family: "FontAwesome";
	color:#000;

	position: absolute;
	top:30px;
}
.client-say:before {
	content: "\f10d";
	left:0;
}
.client-say:after {
	content: "\f10e";
	right:0;
}
.testimonials-wrap .flexslider-container-page .slides li {

}
.testimonial-say {
	width:100%;
	float:none;
	text-align:center;
	position: relative;
}
.testimonial-inner {
	padding:0
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.prev,
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.next {
	top:10px;
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav li a.flex-prev {
	right:28px;
}
.testimonials-wrap .flexslider-container-page .flex-direction-nav:hover li a {
		background-color:rgba(0,0,0,0);
}
.testimonials-wrap {
	position: relative;
}
.testimonials-wrap .slides {
	margin-bottom:0;
}
.testimonials-wrap .flex-direction-nav {
	right: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 140px;
}
.testimonials-wrap ul,
.testimonials-wrap ul li {
	margin:0;
	padding: 0;
}
.testimonials-wrap  #flex-testimonails .flex-control-nav {
    display: none;
}

/* ******************************
Client Shortcode
******************************* */

.client-column-0 {
	margin:0 auto;
	text-align: center;
}

.client-column-0 .client-item {
	display:inline-block;
}

.client-column-1 .client-item {
	float:left;
	width:100%;
}
.client-column-2 .client-item {
	float:left;
	width:50%;
}
.client-column-3 .client-item {
	float:left;
	width:33.33333333333333%;
}
.client-column-4 .client-item {
	float:left;
	width:25%;
}
.client-column-5 .client-item {
	float:left;
	width:20%;
}
.client-column-6 .client-item {
	float:left;
	width:16.66666666666667%;
}
.client-column-7 .client-item {
	float:left;
	width:14.28571428571429%;
}
.client-column-8 .client-item {
	float:left;
	width:12.5%;
}

.client-column-9 .client-item {
	float:left;
	width:11.1111111111%;
}
.client-column-10 .client-item {
	float:left;
	width:10%;
}
.client-item img {
	opacity:0.8;
}
.client-item img:hover {
	opacity:1;
}

.page-border-top {
	display:block;
	position:fixed;
	left:0;
	top:0;
	height:80px;
	width:100%;
	z-index: 9;
}
.page-border-left {
	display:block;
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:60px;
	z-index: 9;
}
.page-border-right {
	display:block;
	position:fixed;
	right:0;
	top:0;
	height:100%;
	width:60px;
	z-index: 9;
}
.page-border-bottom {
	display:block;
	position:fixed;
	left:0;
	bottom:0;
	height:60px;
	width:100%;
	z-index: 9;
}

.page-border-top,
.page-border-bottom,
.page-border-left,
.page-border-right {
	background:#000;
}
.entry-media {
    max-width: 650px;
    width: 100%;
}

#copyright {
	background: rgba(0,0,0,0.85);
	color: #fff;
	padding: 20px 0 20px;
	display: block;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 26px;
	margin: 0;
	text-align: center;
	}
	
#copyright li {
	display:		inline-block;
	padding: 		0 10px;
	}
	
#copyright a {
	color:			#666;
	border-bottom:1px solid #999;
	}
#copyright a:hover {
	text-decoration:none;
	color:			#111;
	}
	
#copyright span {
	background:		#111;
	border-radius: 	8px 8px 8px 8px;
	padding:		8px 20px;
	color:			#fff;
	text-align:		center;
	}


/*
SHORTCODE Skill Bar
*/
.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	width:100%;
	background:#F1F1F1;
    background: rgba(191, 191, 191, 0.1);
	height:35px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
	overflow: hidden;
}

.skillbar-title {
	position:absolute;
	z-index: 1;
	top:0;
	left:0;
	font-weight:bold;
	font-size:13px;
	color:#fff;
}

.skillbar-title span {
	display:block;
	padding:0 20px;
	height:35px;
	line-height:35px;
	font-size: 12px;
	font-weight: 400;
	color:#000;
}

.skillbar-bar {
	position: relative;
	height:35px;
	width:0px;
	border-radius: 35px;
}

.skill-bar-percent {
    color: #000;
    font-size: 11px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 0;
    width: 30%;
}

/* SHORTCODE Donut Counter */
.donutcounter-wrap {
	text-align: center;
	margin: 0 auto;
}
.donutcounter-item {
	color:#000;
}
.textbright .donutcounter-item {
	color:#fff;
}
.textbright .donutcounter-wrap {
	color:#eee;
}
.donutcounter-wrap .donutcounter-title {
	margin-top:20px;
}
.donutcounter-item {
	text-align: center;
	margin: 0 auto;
}
.textbright .donut-desc {
	color:#CFCFCF;
}

/*
SHORTCODE Dividers
*/

	.item-common h1 {
		font-size: 34px;
		letter-spacing: -0.5px;
		line-height: 40px;
		}
	.item-common  h2 {
		font-size:26px;
		letter-spacing: -0.5px;
		line-height: 34px;
		}
	.item-common  h3 {
		font-size:20px;
		line-height: 26px;
		}
	.item-common  h4 {
		font-size: 18px;
		line-height: 22px;
		}
	.item-common  h5 {
		font-size:16px;
		line-height: 18px;
		}
	.item-common  h6 {
		font-size:14px;
		line-height: 16px;
		}
	.item-common  h1 a {
		font-weight: 400;
		}
h1.item-title,
h2.item-title,
h3.item-title,
h4.item-title,
h5.item-title,
h6.item-title {
	display: inline-block;
	position: relative;
}
h1.title-simple-case,
h2.title-simple-case,
h3.title-simple-case,
h4.title-simple-case,
h5.title-simple-case,
h6.title-simple-case {
	text-transform: none;
	font-weight: 300;
}
.item-line {
	width:100%;
}
/*
Dividers*/

.divider-common,
.item-common {
	position: relative;
}
.divider-title {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#000;
	background-color:#fcfcfc;
	display: inline-block;
	position: relative;
	top:-15px;
	padding: 0 20px;
}
.divider-title:before,
.divider-title:after {
	content: " ";
	position: absolute;
	display: block;
	width:5px;
	height:5px;
	top:50%;
	margin-top:-2px;
	border:1px solid #939393;
	border-radius: 10px;
}
.divider-title:before {
	left: 0;
}
.divider-title:after {
	right: 0;
}

.divider-common .divider-title {

}
.divider-line {
	border-top:1px solid #bbb;
	width:100%;
}
.divider-double {
	border-top:3px double #bbb;
	width:100%;
}
.divider-stripes {
	background-repeat: repeat-x;
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/dividers/stripes.png);
	width:100%;
	height:5px;
}
.divider-thinfade {
background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%, rgba(255,255,255,0) 69%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.65)), color-stop(69%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 69%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 69%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 69%); /* IE10+ */
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.65) 0%,rgba(255,255,255,0) 69%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	height:1px;
	width:100%;
}
.divider-threelines {
	border-top:3px double #bbb;
	border-bottom:1px solid #bbb;
	width:100%;
	height:1px;
}
.divider-circleline {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/dividers/circleline.png);
	background-position: 50% 50%;
	width:100%;
	padding-top:10px;
}
.divider-stripedcenter {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/dividers/stripedcenter.png);
	background-position: 50% 50%;
	width:100%;
	padding-top:10px;
}
.divider-linedcenter {
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/dividers/linedcenter.png);
	background-position: 50% 50%;
	width:100%;
	padding-top:10px;
}
/*
SHORTCODE ServiceBoxes
*/

.service-column .last { clear:both;}
.service-column { 
	margin:0 0 30px 0;
	padding:0 0 10px 0;
	display:block;
	text-align: center;
}
.service-column-1 .service-item {width:100%;}
.service-column-2 .service-item {width:48.2%;}
.service-column-3 .service-item {width:31%;}
.service-column-4 .service-item {width:22.4%;}
.service-column-5 .service-item {width:17.2%;}
.service-column-6 .service-item {width:13.7%;}
.service-item-space { margin-right:3.225%; }
.service-column .service-item:last-child {
	margin-right:0;
}

	.service-item:hover img.service-image,
	.service-item:hover img.service-image {
		opacity: 0.7;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	}
	.service-item img.service-image,
	.service-item img.service-image {
		opacity: 1;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		}

.serviceboxes-horizontal .service-item {
	float:left;
}

.serviceboxes-vertical .service-item {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	border-bottom:1px solid rgba(255,255,255,0.1);
}
.serviceboxes-vertical .service-item:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}
.serviceboxes-vertical .service-item .fontawesome {
	margin-top:0;
}

.alignicon-left-horizontal .service-details {
	margin-left: 45px;
}

.alignicon-right-horizontal .service-details {
	margin-right: 45px;
}
.alignicon-top-horizontal .service-details {
	margin-left:0;
}

.service-column h1,
.service-column h2,
.service-column h3,
.service-column h4,
.service-column h5,
.service-column h6,
.donutcounter-wrap .donutcounter-title {
	font-size:18px;
	font-weight: 500;
	margin-bottom: 15px;
}
.serviceboxes-vertical h4 {
	font-size:21px;
	font-weight: 500;
	margin-bottom: 5px;
}
.alignicon-top .service-item i {
	border-radius: 60px;
}
.alignicon-top .service-item:hover i {
	border-radius: 60px;
}

.alignicon-left .fontawesome {
	float: left;
    margin-top: -7px;
    margin-right: 10px;
}
.alignicon-right {
	text-align: right;
}
.alignicon-right .fontawesome {
	float: right;
    margin-top: -7px;
    margin-left: 10px;
}

.alignicon-top .fontawesome {
	float: none;
    margin: 0 auto 20px;
}
.alignicon-top .service-details {
	padding-top:0;
}
.alignicon-top {
	text-align: center;
}

.alignicon-right-vertical .service-content {
	margin-right:100px;
}
.alignicon-right-vertical i.fontawesome {
	width:auto;
	height: auto;
	margin: 0;
}
.alignicon-right-vertical .service-icon {
	float:right;
	width:90px;
	text-align: center;
	margin-top:20px;
}
.alignicon-right-vertical .fontawesome {
	float:none;
	margin:0;
}

.alignicon-left-vertical .service-content {
	margin-left:100px;
}
.alignicon-left-vertical i.fontawesome {
	width:auto;
	height: auto;
	margin: 0;
}
.alignicon-left-vertical .service-icon {
	float:left;
	width:90px;
	text-align: center;
	margin-top:20px;
}
.alignicon-left-vertical .fontawesome {
	float:none;
	margin:0;
}

/* Service Information Box */

.service-info-box .service-details {
	margin-left:0;
}
.service-image {
	margin-bottom: 10px;
}
.service-info-box h4 {
	font-size:16px;
	letter-spacing: 0.5px;
	font-weight: 600;
}

/***
SHORTCODE Tweets
***/

.mtheme-tweets-shortcode ul{
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: center;
    color:#777;
}
.mtheme-tweets-shortcode ul li {
	margin:0;
	padding:0;
}
.mtheme-tweets-shortcode a {
	font-weight: 300;
}
.mtheme-tweets-shortcode .tweet_avatar {
	position:relative;
	top:5px;
	margin-right:10px;
	color:#00BEF6;
}
.mtheme-tweets-shortcode .tweet_time {
	margin-right:10px;
}
.mtheme-tweets-shortcode .tweet_time a {
	font-weight: 300;
	color:#000;
}


/*
SHORTCODE FontAwesome
*/

i.fontawesome {
	color:#fff;
	width:35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	position: relative;
}
.alignicon-top i.fontawesome {
	color:#fff;
	width:90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	display: block;
}
.fontawesome.in-circle {
}
.alignicon-top .fontawesome.in-circle {
	border: 1px solid #E6E6E6;
}
.alignicon-top .service-item:hover .fontawesome.in-circle {
}
/* Shortcode Carousel */
 .boxtitle-hover {
 	opacity:0;
 	position: absolute;
 	bottom:0;
 	width:100%;
 	text-align: center;
 	z-index: 99;
 	left:0;
 	background: #000;
 	background: rgba(0, 0, 0, 0.2);
 	padding:12px 10px;
 }
.boxtitle-hover {
  	margin-bottom:0;
  }
 .boxtitle-hover a {
	color:#fff !important;
  }
.boxtitle-hover a:hover {
	color:#fff;
  }
 .boxtitle-hover a {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
  }

/**
 *  SHORTCODE Carousel
 */

.gridblock-carousel-wrap {
	position: relative;
	margin:0;
	visibility: hidden;
	height:200px;
	overflow: hidden;
}
.gridblock-carousel-wrap ul {
	list-style: none;
}
.gridblock-carousel-wrap ul li {
	float: left;
	position: relative;
	margin:0;
}
.gridblock-carousel-wrap ul li img {
	height: auto;
}
.gridblock-carousel-wrap .next,
.gridblock-carousel-wrap .prev {
	position: absolute;
	top:-25px;
	z-index:99;
	color:#000;
}
.gridblock-carousel-wrap .next {
	right:10px;
}
.gridblock-carousel-wrap .prev {
	right:25px;
}
.gridblock-carousel-wrap .portfolio-protected i {
	color:#000;
}
.caroufredsel_wrapper {
	margin-bottom: 0 !important;
}
.recent-portfolio-single .gridblock-carousel-wrap .next,
.recent-portfolio-single .gridblock-carousel-wrap .prev {
	top:50%;
	margin-top:-13px;
}
.recent-portfolio-single .gridblock-carousel-wrap .next {
	right:-18px;
}
.recent-portfolio-single .gridblock-carousel-wrap .prev {
	right:auto;
	left:-18px;
}

/* Text-Bright */

.entry-content .textbright h1,
.entry-content .textbright h2,
.entry-content .textbright h3,
.entry-content .textbright h4,
.entry-content .textbright h5,
.entry-content .textbright h6,
.entry-content .textbright,
.entry-content .textbright strong {
	color:#fff;
}

.entry-content .textbright a:hover {
	color:#fff;
}

.is-animated {
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	opacity: 0;
}
.element-animate {
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
	-o-transition: opacity 2s;
	opacity: 1;
}

/* Effect 13: three circles */
#portfolio-filters a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

#portfolio-filters a::before {
	position: absolute;
	top: 100%;
	left: 50%;
	color: transparent;
	content: 'â€¢';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

#portfolio-filters a:hover::before,
#portfolio-filters a:focus::before {
	color: #000;
	text-shadow: 10px 0 #000, -10px 0 #000;
}

/* Photo Wall */
.photowall-wrap {
    position: relative;
    top: 50px;
    padding: 10px 30px 30px;

}

.photowall-fullwidth {
	margin-left:10px !important;
	height: auto !important;
}
#photowall-container {
	width:100%;
	height:100%;
	margin-top: 2px;
	padding-bottom: 100px;
	float:left;
}
.photowall-item {
	width: 24.9%;
	float:left;
	display:block;
	position: relative;
	z-index: 2;
	padding:0;
	opacity: 0;
	overflow: hidden;
	margin-bottom: 1px;
}
.photowall-item a {
	line-height: 0;
}
.photowall-item img {
	max-width: 100%;
    display:block;
    float:left;
}
.photowall-item:hover {
}
.photowall-item:hover img {
}
.photowall-content-wrap {
	display:block;
	position: absolute;
	width:100%;
	height: 100%;
background: -moz-linear-gradient(top,  rgba(0,0,0,0.24) 0%, rgba(0,0,0,0.86) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.24)), color-stop(100%,rgba(0,0,0,0.86))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.86) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.86) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.86) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.24) 0%,rgba(0,0,0,0.86) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d000000', endColorstr='#db000000',GradientType=0 ); /* IE6-9 */
	opacity: 0.8;
	top: 0;
	transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
}
.photowall-box {
	display:inline-block;
	color:#fff;
	color: rgba(255,255,255,0.9);
	font-weight: 200;
	padding: 0 0 10px 0;
	width: 100%;
	font-size:14px;
	letter-spacing: 0.5px;
	line-height: 20px;
	position: absolute;
	bottom:0;
	left: 0;
	z-index: 99;
}
.photowall-title {
	color:#fff;
	color: rgba(255, 255, 255, 0.9);
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 25px 0;
    opacity: 1;

}
.photowall-desc {
	font-size: 12px;
	color:#eee;
	color: rgba(255,255,255,0.5);
	font-weight: 400;
	line-height: 16px;
	margin: 0 20% 15px 25px;
}
.photowall-item:hover .photowall-box {
}
.photowall-item:hover .photowall-content-wrap {
	transition: opacity 0.5s,;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	opacity: 0.0;
}
.photowall-item:hover .photowall-desc,
.photowall-item:hover .photowall-title {
}

.photowall-lightbox {
	display: block;
	position: absolute;
	z-index: 100;
	top:0;
	height: 100%;
	width: 100%;
}
.photowall-desc a {
	position: relative;
	z-index: 10;
	color:#fff;
	border:3px solid #fff;
	padding: 5px 10px;
}
.photowall-desc a:hover {
	color:#fff;
	border:3px solid #fff;
}

.photowall-item .gridblock-protected {
	text-align: center;
}
.photowall-item .grid-blank-status {
	color:#fff;
	text-align: center;
}
.photowall-item .grid-blank-status i {
	position: relative;
	z-index: 1;
	color:#fff;
	top:45%;
}

/* Tubular Youtube */
.tubular-controls {
	position: fixed;
	z-index: 9999;
	top:50%;
	right:0;
}
.tubular-controls .tubular-play,
.tubular-controls .tubular-pause {
	height:60px;
	width:60px;
	display:block;
	text-indent: -999999px;
	background-repeat: no-repeat;
	background-position: center center;
}
.tubular-controls .tubular-play {
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/play-button.png);
}
.tubular-controls .tubular-pause {
	background-image: url(/wp-content/themes/CHRiiZdesign_V2017/images/icons/pause-button.png);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#tubular-container,
#tubular-shield {
	z-index: 0 !important;
	top:0;
}
.youtube-play {
	position: fixed;
	bottom:30%;
	left:50%;
	margin-bottom:-40px;
	margin-left:-40px;
	height:80px;
	width:80px;
	display:block;
	background:#fff;
	background: rgba(255,255,255,0.5);
	border-radius: 80px;
}
.youtube-play:after {
	position: absolute;
	font-family: 'fontawesome';
	content: "\f04b";
	left:34px;
	font-size: 22px;
	top:23px;
	color:#000;
	z-index: 99;
}
/* Vimeo */
div#fullscreenvimeo {
    position: fixed;
	top:0;
	left:0;
    width: 100%;
    height: 100%;
	z-index:-999;
}
div#fullscreenvimeo > iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}


/* Contact 7 */

.wpcf7-form {
	font-weight: 400;
	font-size: 14px;
}
.wpcf7-form p {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}

.wpcf7-form input,
.wpcf7-form textarea{
	border: 1px solid #b0b0b0;
	background: #fff;
	width:100%;
	padding-top:5px;
	padding-bottom: 5px;
	text-indent: 5px;
	color:#000;
}

.wpcf7-form p.required {
    bottom: 50px;
    color: #bbb;
    position: relative;
}

span.wpcf7-not-valid-tip {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FF0000;
    font-size: 10pt;
    font-weight: 400;
    right: -2px;
    padding: 11px 10px;
    position: absolute;
    top: -22px;
    width: 100%;
    z-index: 100;
}

.wpcf7-form #cf7-left{width: 15%; margin-right: 20px; float: left;}

.wpcf7-form input[type=button], .wpcf7-form input[type=submit], .wpcf7-form input[type=reset] {
	width: 140px;
	outline: 0;
	padding: 10px 12px;
	margin-right: 5px;
	display: inline-block;
	color: #000;
	font-size: 14px;
	font-weight: 400;
	background: none;
	border:2px solid #000;
	cursor:pointer;
	text-decoration:none;
	border-radius: 50px;

		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
}
.wpcf7-form input[type=button]:hover, .wpcf7-form input[type=submit]:hover, .wpcf7-form input[type=reset]:hover {
	color: #fff;
	background: #000;
	border:2px solid #000;
}
.textbright .wpcf7-form input[type=button], .textbright .wpcf7-form input[type=submit], .textbright .wpcf7-form input[type=reset] {
	color: #fff;
	border:2px solid #fff;
}
.textbright .wpcf7-form input[type=button]:hover, .textbright .wpcf7-form input[type=submit]:hover, .textbright .wpcf7-form input[type=reset]:hover {
	color: #000;
	background: #fff;
	border:2px solid #fff;
}
.wpcf7-form .wpcf7-not-valid-tip {
	padding:5px 10px;
	width:auto;
	font-size: 13px;
	font-weight: 400;
	background: #000;
	border: none;
	color: #fff;
}

.wpcf7-form .wpcf7-validation-errors {
	display:inline-block;
	padding:5px 10px;
	font-weight: 400;
	font-size: 14px;
}
.wpcf7-form .wpcf7-form-control-wrap {
	margin-top:5px;
	display: block;
	width: 100%;
}

/* WPML Plugin */
.header-widgets .wpml-lang-selector-wrap {
	
}
.header-widgets #lang_sel {
	float:right;
	position: relative;
	top: 11px;
	margin-left: 10px;
}

/* Back to Top */
#goto-top {
	position: fixed;
	bottom:68px;
	right:20px;
	height:40px;
	width: 40px;
	border-radius: 40px;
	border: 2px solid #323232;
	line-height: 40px;
	color:#323232;
	text-align: center;
	cursor: pointer;
	display: none;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
	z-index:99;
}
#goto-top:hover {
	opacity: 1;
	background:#323232;
	color:#fff;
	transition: all 0.1s;
	-moz-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
}



/* ******************************
Footer
******************************* */

.footer-tweets {
	background: #F9F9F9;
	margin-top: 100px;
	padding: 10px 0 25px;
}
	
.footer-block {
	margin:		0;
	padding:	0;
	}
	
.footer-block h3 {
	color: #fff;
	}

.footer-container-wrap {
}
.footer-container-wrap,
.footer-container {
	background: #f9f9f9;
}
.footer-container {
    padding: 80px 0 80px 0;
	}
	
#footer {
  	margin: 0 auto;
	}
	
	#footer .footer-column {
		margin: 0 0 0 5%;
		width: 21.2%;
		float:	left;
	}
	
	#footer .footer-column:first-child {
		margin-left:0;
		padding-left:0;
	}
	
	#footer .footer-double-column {
		margin:		0 10px 0 10px;
		width:		440px;
		float:		left;
	}
	
#footer h3 {
	color: #000;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 20px 0 10px;
	}
	#footer h3 a {
		color:	#666;
		}
		
	#footer h3 a:hover {
		color:	#000;
		}
		
#footer .description, #footer .textwidget {
		padding:		0;
		margin-right: 	10px;
	}
	#footer a  {
		color: #777;
		text-decoration:	none;
	}
	
	#footer #popularposts_list .popularpost_info .popularpost_title, #footer #recentposts_list .recentpost_info .recentpost_title,.relatedtitle a {
		color: #000;
		font-size:13px;
		font-weight:bold;
		}
	#footer #recentposts_list p, #footer #popularposts_list p { color:#aaa; }
	
	#footer #popularposts_list .popularpost_info .popularpost_title:hover, #footer #recentposts_list .recentpost_info .recentpost_title:hover,.relatedtitle a:hover {
		color: #000;
		}
	
	#footer a:hover  {
		color: #000;
	}

	#footer .socialmedia-buttons {
		margin-top:15px;
		text-align: left;
	}
	#footer .social-size-32 img,
	#footer .social-size-16 img {
    	position: static;
	}
	#footer .social_contact_text {
		display: block;
		float: none;
		margin-left: 0;
		margin-top:10px;
	}
	#footer .social_contact_text a {
		color:#fff;
	}
	
	.footer-widget a {
		color: #777;
    	font-size: 11px;
    	font-weight: 400;
    	line-height: 18px;
	}
	.footer-widget {
		color: #A5A7AE;
    	font-size: 11px;
    	font-weight: 400;
    	line-height: 18px;
	}
	.footer-widget a { color:#E4E4E4; }
	.footer-widget .tagcloud a { color:#E4E4E4; }
		.footer-widget ul { 
			list-style:none;
			font-size:12px;
			line-height:18px;
			color:#D2D2D2;
			padding:0;
			margin:0;
		}
		.portfolio_widget_about {
			margin-bottom: 15px;
		}
		 .footer-widget ul li { 
			color: #A5A7AE;
			font-size: 11px;
			line-height: 18px;
			padding: 0 0 4px;
			margin-bottom: 6px;
			}
			.footer-widget ul li, .footer-widget #recentposts_list li, .footer-widget #popularposts_list li {
				border-bottom: 1px dotted #dadada;
				}
		.footer-widget ul li img { margin:0px; padding:0 8px 0 0; margin-bottom:-2px; }
		.footer-widget a:hover {  text-decoration:none;}
		
.footer-widget .Social_Widget {
	margin-top: 20px;
}

.entry-post-wrapper .edit-entry { display:none; }
.single .edit-entry { display:block; }

.mtheme-error-notice {
	text-align: center;
	color:#fff;
	display:block;
}

/* ******************************
Fontawesome Shortcode
Since version 1.7
******************************* */

.shortcode-fontawesome-icon {
	display:inline-block;
	margin: 5px 20px 0 0;
	float:left;
}
.shortcode-fontawesome-icon.small {
	font-size:20px;
}
.shortcode-fontawesome-icon.small.circle-yes {
	width:40px;
	height:40px;
	line-height:40px;
}
.shortcode-fontawesome-icon.medium {
	font-size:35px;
}
.shortcode-fontawesome-icon.medium.circle-yes {
	width:65px;
	height:65px;
	line-height:65px;
}
.shortcode-fontawesome-icon.large {
	font-size:60px;
}
.shortcode-fontawesome-icon.large.circle-yes {
	width:100px;
	height:100px;
	line-height:100px;
}
.shortcode-fontawesome-icon.circle-yes {
	color:#000;
	background-color:#fff;
	text-align:center;
	border-radius:90px;
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
}
.shortcode-fontawesome-icon.circle-no,
.shortcode-fontawesome-icon.circle-yes {
	margin-top:5px;
}

/*WooCommerce codes 
*/

/**
 * Styles
 */

.cart-contents {
    background: #83D5C0;
    border-radius: 10px;
    color: #FFFFFF !important;
    font-size: 11px;
    padding: 3px 7px;
}
.cart-contents:hover {
    background: #777;
}

 .woocommerce .entry-summary .amount {
 	font-size:26px;
 	font-weight: 600;
 }

 .woocommerce-product-rating .woocommerce-review-link {
 	font-size:12px;
 	font-weight: 400;
 	position: relative;
 	top:-3px;
 	letter-spacing: 1px;
 }
.mtheme-hover-thumbnail {
    position: relative;
}
.mtheme-hover-thumbnail .onsale {
    z-index: 1;
}
.woocommerce table.variations td {
	border:0 !important;
}

.woocommerce .flexslider-container-page {
	background:none !important;
}

.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
	box-shadow: none !important;
}

.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
	box-shadow: none !important;
	background: none !important;
	color:#676767 !important;
	text-shadow: none !important;
	font-size:12px !important;
	border-radius: 30px !important;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
	color:#000 !important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
	width:230px !important;
}
.woocommerce .mtheme-woocommerce-description-wrap .add_to_cart_button,
.woocommerce .mtheme-woocommerce-description-wrap .product_type_variable {
	border:0 !important;
	border-radius: 0 !important;
	position: relative;
	padding:0 0 0 18px;
	font-size:10px !important;
	font-weight: 600;
	text-transform: uppercase;
}
.woocommerce .mtheme-woocommerce-description-wrap .add_to_cart_button {
	color:#999 !important;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.woocommerce #content div.product,
.woocommerce div.product,
.woocommerce-page #content div.product,
.woocommerce-page div.product {
    margin-top: 40px;
    }
.woocommerce .mtheme-woocommerce-description-wrap .add_to_cart_button:after {
	position: absolute;
	font-family: 'fontawesome';
	content: "\f07a";
	left:0;
	top:-1px;
	color:#aaa;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.woocommerce .mtheme-woocommerce-description-wrap:hover .add_to_cart_button:after,
.woocommerce .mtheme-woocommerce-description-wrap:hover .add_to_cart_button {
	color:#000 !important;
}
.woocommerce .mtheme-woocommerce-description-wrap .product_type_variable:after {
	position: absolute;
	font-family: 'fontawesome';
	content: "\f00b";
	left:0;
	top:0;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #777;
    font-size: 11px !important;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 10px !important;
    padding: 0 0 6px !important;
    text-transform: uppercase;
}
.woocommerce ul.products li.product h3:hover,
.woocommerce-page ul.products li.product h3:hover {
    color:#FF2C55;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #111 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
	margin:0 !important;
	margin-bottom: 5px !important;
}

.woocommerce .product_category_title {
	color: #747474;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 0 !important;
    display:none;
}
.woocommerce .summary .product_category_title {
	text-transform: uppercase;
	font-weight: 500;
}
.woocommerce ul.products li .product_category_title {
	text-indent: 15px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	position: relative;
}

#tab-description h2 {
	font-size: 18px;
	letter-spacing: 0;
}
.woocommerce span.onsale, .woocommerce-page span.onsale {
	background:#83D5C0 !important;
	box-shadow: none !important;
	padding:10px !important;
	border-radius: 30px !important;
	font-weight: 400 !important;
	font-size: 14px !important;
	text-shadow:none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 0 0.1% 20px !important;
    width: 24.70% !important;
    overflow: hidden;
    background: rgba(255,255,255,0.5);
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
}
.woocommerce ul.products li.product .price .from,
.woocommerce-page ul.products li.product .price .from,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del {
	color:#444 !important;
	font-size: 13px !important;
	text-transform: none !important;
	padding: 0 5px 0 0;
	position: relative;
	top:-2px;
	font-weight: 500;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
	margin:0 !important;
	width:100.4% !important;
	max-width: 100.4% !important;
}

.mtheme-woocommerce-description-wrap {
	padding: 10px 15px 0;
}
.mtheme-woocommerce-description-wrap-last {
	padding-bottom: 10px;
	padding-top: 0;
}

.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
	font-size: 11px !important;
	font-weight: 700 !important;
	margin: 8px 8px 0 0 !important;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
    top: 2px;
}

/**
 * Animation
 */
.mtheme-hover-thumbnail .mtheme-secondary-thumbnail-image {
    position: absolute;
    top:0;
    left:0;
    opacity:0;
}
.woo-thumbnail-fadeInDown {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s !important;
	transition: transform 0.5s, opacity 0.5s !important;
    opacity: 1 !important;
}

.woo-thumbnail-fadeOutUp {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s !important;
	transition: transform 0.5s, opacity 0.5s !important;
    opacity: 0 !important;
}


/*
Woocommerce Ordering*/

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	margin: 0 -4px 0 0 !important;
}

.mtheme-woo-order-selection-wrap {
	position: relative;
}

.mtheme-woo-order-selected {
    border-bottom: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 40px;
    padding: 5px;
    position: relative;
    right: 10px;
    text-align: center;
    text-transform: uppercase;
    top: 7px;
    width: 220px;
}
.mtheme-woo-order-selected-wrap i {
    cursor: pointer;
    float: left;
    left: 20px;
    position: relative;
    top: 15px;
    color:#000;
}
.mtheme-woo-order-selected:hover {
	border-color: #000;
	color: #000;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.mtheme-woo-order-list ul {
    position: absolute;
    text-align: center;
    width: 230px;
    z-index: 9;
    margin:0;
    top:37px;
    padding:0;
    background:#000;
    color:#000;
    display:none;
    right: 10px;
}
.mtheme-woo-order-list ul li {
	border-bottom: 1px solid #222;
	color: #bebebe;
	display: block;
	font-size: 12px;
	font-weight: 400;
	margin:0;
	cursor: pointer;
}

.mtheme-woo-order-list ul li {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.6px;
	padding: 7px 0;
	text-transform: uppercase;
}
.mtheme-woo-order-list ul li:hover {
	background-color:#fff;
	color:#000;
}
.woocommerce .woocommerce-ordering select {
	display:none;
}


/*Woocommerce Bread Crumb
*/

.woocommerce-breadcrumb {
	color: #000 !important;
	font-size: 11px !important;
	font-weight: 800;
	letter-spacing: 0.5px;
	line-height: 10px !important;
	margin-bottom: 30px !important;
	text-transform: uppercase;
	margin-top: -20px !important;
}
.woocommerce-breadcrumb a {
	color:#444 !important;
	font-weight: 500;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
	margin-bottom: 10px !important;
}

.woocommerce-result-count {
	color: #6f6f6f !important;
	font-size: 11px !important;
	font-weight: 500;
	letter-spacing: 1px;
	padding-top: 20px;
}

.woocommerce ul.portfolio-share {
	display: block;
	padding: 15px 0;
	text-align: left;
 	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce .share-spacing {
	margin-top:20px;
}
/*Cart */
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	color:#000;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	font-size: 13px
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border:1px solid #f0f0f0 !important;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	margin-bottom: 50px !important;
}

.woocommerce .cart-collaterals .shipping_calculator h2,
.woocommerce-page .cart-collaterals .shipping_calculator h2 {
	font-size: 16px !important;
	text-align: left !important;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
    padding: 20px !important;
    text-align: right;
    font-weight: 700;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
    padding: 20px !important;
}
.woocommerce .shipping_calculator a {
}
.woocommerce .shipping-calculator-button {
	padding:10px 20px;
	border:1px solid #444;
	border-radius: 30px;
	color:#000;
	letter-spacing: 0;
}
.woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce-page .cart-collaterals .shipping_calculator .button,
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: auto !important;
}

.woocommerce table.cart .product-thumbnail,
.woocommerce #content table.cart .product-thumbnail,
.woocommerce-page table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail {
	width:160px;
	padding-top:20px !important;
}
.woocommerce .product-subtotal {
	font-size: 18px;
	color:#000;
}
.woocommerce .product-quantity {
	text-align: center;
}
.woocommerce table.shop_table tr.cart_item {
	margin-bottom: 10px;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
	padding:30px !important;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding:0 !important;
	font-weight: 400;
	font-size:12px;
	margin-left: 26px;
}
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before {
	top:-3px !important; 
}
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
	width: 150px !important;
	margin-bottom: 15px;
	border-radius: 150px;
}


/*
Woocommerce Comments*/
.woocommerce #reviews #comments h2,
.woocommerce-page #reviews #comments h2 {
	font-size: 16px !important;
	font-weight: 400 !important;
	letter-spacing: 0.5px !important;
}

/*WooCommerce Product Details page*/

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	font-weight: 400 !important
}

.woocommerce div.product .product_title,
.woocommerce #content div.product .product_title,
.woocommerce-page div.product .product_title,
.woocommerce-page #content div.product .product_title {
	font-size: 28px;
	font-weight: 400;
	color:#000;
	margin-bottom: 10px;
	letter-spacing: -0.5px;
}

.woocommerce div.product span.price,
.woocommerce div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce #content div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page #content div.product p.price {
	font-size: 18px !important;
	color:#000 !important;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce #content div.product p.price del,
.woocommerce-page div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page #content div.product p.price del {
	font-size: 12px !important;
}
.woocommerce .summary p.price del span{
	font-size: 18px !important;
}

.woocommerce .quantity,
.woocommerce #content .quantity,
.woocommerce-page .quantity,
.woocommerce-page #content .quantity {
	overflow: visible !important;
}
.woocommerce .quantity .minus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .minus {
	right:59px !important;
	top:0 !important;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	background: #fff;
	background: rgba(255,255,255,0.5);
	padding: 40px;
	width: 39% !important;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    width: 50% !important;
}
.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
	height: 30px !important;
	background: #000 !important;
	color:#fff !important;
	text-shadow:none !important;
	border:0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}
.woocommerce .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce #content .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover {
	background-color: #888 !important;
}

.woocommerce .quantity input.qty,
.woocommerce #content .quantity input.qty,
.woocommerce-page .quantity input.qty,
.woocommerce-page #content .quantity input.qty {
	border-radius: 0 !important;
	border-color: #000 !important;
	font-weight: 600;
	color:#000 !important;
}

.woocommerce div.product form.cart div.quantity,
.woocommerce #content div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce-page #content div.product form.cart div.quantity {
	margin-left: 20px !important;
	margin-right:10px !important;
}

.woocommerce .entry-summary div[itemprop=description] {
	margin-top: 20px;
	margin-bottom: 30px;
}
.woocommerce #tab-description p, .woocommerce .entry-summary div[itemprop=description] {
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0.8px !important;
	line-height: 22px !important;
}
.woocommerce .entry-summary .sku_wrapper,
.woocommerce .entry-summary .posted_in {
	display: block;
}
.woocommerce .entry-summary .star-rating,
.woocommerce-page .entry-summary .star-rating {
	font-size: 20px !important;
	margin:2px 0 0 0 !important;
}
.woocommerce .entry-summary .product_meta {
 	border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 10px !important;
    font-weight: 600 !important;
    margin-top: 40px;
    padding-top: 20px;
    text-transform: uppercase;
}
.woocommerce #content div.product form.cart .button,
.woocommerce div.product form.cart .button,
.woocommerce-page #content div.product form.cart .button,
.woocommerce-page div.product form.cart .button {
    padding: 8px 20px;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page #content input.button.alt {
	border-color:#7D7D7D !important;
}

.woocommerce .product_meta {
	font-size: 12px !important;
	font-weight: 400;
	color:#777 !important;
	letter-spacing: 1px;
}
.woocommerce .product_meta a {
}

.woocommerce .flex-direction-nav {
	display: none;
}

/*
Star Ratings*/

.woocommerce .star-rating, .woocommerce-page .star-rating {
	height:1.2em !important;
}

.woocommerce .products .star-rating, .woocommerce-page .products .star-rating {
	float:right !important;
	position: relative;
	top:10px;
}

.woocommerce .star-rating,.woocommerce-page .star-rating
{
	float: right;
	font-family: 'fontawesome';
	font-size: 10px !important;
	height: 1em;
	line-height: 1em;
	overflow: hidden;
	position: relative;
	width: 5.4em;
}
.woocommerce .star-rating:before,.woocommerce-page .star-rating:before
{
	color: #e3e3e3;
	content: "\f005\f005\f005\f005\f005";
	float: left;
	left: 0;
	position: absolute;
	top: 0;
}
.woocommerce .star-rating span,.woocommerce-page .star-rating span
{
	float: left;
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	top: 0;
}
.woocommerce .star-rating span:before,.woocommerce-page .star-rating span:before
{
	color: #ffcc00;
	content: "\f005\f005\f005\f005\f005";
	left: 0;
	position: absolute;
	top: 0;
}
.woocommerce .products .star-rating,.woocommerce-page .products .star-rating
{
	display: block;
	margin: 0 0 .5em;
}
.woocommerce .hreview-aggregate .star-rating,.woocommerce-page .hreview-aggregate .star-rating
{
	margin: 10px 0 0 0;
}
#comments [itemprop=aggregateRating] .star-rating {
	font-size: 18px !important;
	margin-top:10px;
}

/*
WOO Tabs*/

.woocommerce-tabs .tabs li {
	box-shadow:none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background: #fff;
	background: rgba(255,255,255,0.2);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background: #fff;
	background: rgba(255,255,255,0.5);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: none !important
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	box-shadow: none !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	margin:0 !important;
	padding: 0 !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	border-radius: 0 !important;
	border:0 !important;
	padding: 10px 30px !important;
}
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel {
	border:0 !important;
	background: #fff;
	background: rgba(255,255,255,0.5);
	padding:30px !important;
	border-top:none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 500 !important;
	text-transform: uppercase;
	font-size: 12px !important;
	text-shadow:none !important;
}

/*Related Products*/
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    float: none !important;
    width: 100% !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none !important;
    text-align: left !important;
    width: 100%;
    margin-top:50px;
    margin-bottom: 30px;
    padding-top:30px;
    border-top:5px solid #000;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    float: none !important;
	width: 100% !important;
    }
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
    width: 100%;
}

.woocommerce .shop_table .product-name,
.woocommerce .shop_table .product-price,
.woocommerce .shop_table .product-subtotal {
	font-size: 14px;
	color:#000;
}
.woocommerce .cart-collaterals .cart_totals tr td,
.woocommerce .cart-collaterals .cart_totals tr th,
.woocommerce-page .cart-collaterals .cart_totals tr td,
.woocommerce-page .cart-collaterals .cart_totals tr th {
	border:0;
}
.woocommerce table th,
.woocommerce table td{
	color:#000;
}
.woocommerce table {
	border-top:0;
	border-left:0;
}
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
	box-shadow: none !important;
	font-size: 14px;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce table.shop_table thead {
    background: none;
    }

.woocommerce .related h2,
.woocommerce .upsells h2,
.woocommerce .cross-sells h2 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 30px;
    text-indent: 5px;
    text-transform: uppercase;
}
.woocommerce .cart_totals h2 {
	font-size:26px;
	font-weight: 400;
	color:#444;
	text-align: left;
}
.woocommerce .cart_totals {
	font-size: 16px;
}
.woocommerce .cart_totals strong {
	font-weight: 400;
}

.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
	padding: 0 !important;
	border:0;
}
.woocommerce table.cart a.remove,
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove,
.woocommerce-page #content table.cart a.remove {
	border-radius: 0 !important;
	width: auto !important;
}
.woocommerce table.cart a.remove:hover,
.woocommerce #content table.cart a.remove:hover,
.woocommerce-page table.cart a.remove:hover,
.woocommerce-page #content table.cart a.remove:hover {
	background:none !important;
	color:#000 !important;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
	background:none;
	border:0;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
	border:none !important;
	border-top:1px solid #000 !important;
	border-bottom:1px solid #000 !important;
}
.woocommerce table.shop_table thead th,
.woocommerce-page table.shop_table thead th {
	border-bottom:1px solid #000 !important;
}
.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions {
	border-top:1px solid #000 !important;
}

.woocommerce table.shop_table td,
.woocommerce-page table.shop_table td {
    border-top: 1px solid #000 !important;
    border-top: 1px solid rgba(0,0,0,0.1) !important;
    padding: 6px 12px;
}
/*Flexislide
*/

.woocommerce .flex-viewport {
	margin-bottom:1px;
}
.woocommerce #mtheme-flex-carousel .slides li {
	margin-right:1px;
	opacity: 0.6;
}
.woocommerce #mtheme-flex-carousel .slides li:hover {
	opacity: 1;
}

/*Rating Comments*/

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	margin: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
	font-weight: 400;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	font-weight: 400;
}

.woocommerce-message {
	font-weight: 400;
}

.woocommerce .out-of-stock {
	font-size:22px !important;
	margin-bottom: 10px !important;
}

.woocommerce .add_review {
	margin-top:20px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
	width:100%;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    border:0 !important;
    }
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
	box-shadow: none !important;
	border:0 !important;
}

/*WooSlider
*/
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    margin-bottom: 40px;
}

/*
Woo Checkout Form*/

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce-page form .form-row input.input-text,
.woocommerce-page form .form-row textarea{
	padding:10px;
	font-size: 13px;
	color:#000;
	font-weight: 400;
}

.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
}
.woocommerce .checkout_table_item {
	background: #f8f8f8;
}
.woocommerce #order_review_heading {
	margin-top:50px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    color: #000000;
}

.woocommerce .checkout {
	margin-top:40px !important;
}

/*Slideshow*/
.woocommerce-slideshow .slideshow-box-content-inner {
	padding: 20px;
    position: absolute;
    bottom: 0;
}

.woocommerce-slideshow .price {
	font-size:24px;
	color:#fff;
	background:#000;
	margin-top:1px;
	padding:10px 10px;
	display: block;
}

.woocommerce-slideshow .slideshow-box-title a {
	background:#888;
	color:#fff;
	padding: 5px 10px;
}


/********* PAGINATION **********/


.woocommerce #content nav.woocommerce-pagination ul li a:focus,
.woocommerce #content nav.woocommerce-pagination ul li a:hover,
.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li a:focus,
.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li a:focus,
.woocommerce-page nav.woocommerce-pagination ul li a:hover,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background:none !important;
	font-weight: 800;
	color:#000 !important;
}

.woocommerce-pagination {
	border-top:1px solid #ddd;
	margin-top:60px !important;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul,
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce-page #content nav.woocommerce-pagination ul {
border:0 !important;
margin-top:10px !important;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce #content nav.woocommerce-pagination ul li,
.woocommerce-page nav.woocommerce-pagination ul li,
.woocommerce-page #content nav.woocommerce-pagination ul li {
margin-right:5px !important;
border-radius: 30px;
border:0 !important;
}

.woocommerce #content div.product p.price del,
.woocommerce #content div.product span.price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del,
.woocommerce-page #content div.product p.price del,
.woocommerce-page #content div.product span.price del,
.woocommerce-page div.product p.price del,
.woocommerce-page div.product span.price del {
	color:#888 !important;
}

/*
Upsells, Cross sells and Related*/

.woocommerce.single-product .related {
	border-top: 1px solid #e7e6e6;
	margin-top: 40px;
}
.woocommerce.single-product .upsells {
	margin-top:10px;
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    padding:5px;
}
.woocommerce .shop_table.order_details {
    padding: 0 !important;
}
.woocommerce table.shop_table,
.woocommerce-page table.shop_table {
    background: none;
    border-radius:0 !important;
}
.woocommerce table.shop_table tbody {
	margin-top:20px;
}
.woocommerce .shop_table .even {
    background:#f2f2f2;
}
.woocommerce .shop_table .odd {
    background:#f0f0f0;
}
.woocommerce table.shop_table th,
.woocommerce-page table.shop_table th {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.woocommerce #order_review table.shop_table th,
.woocommerce-page #order_review table.shop_table th,
.woocommerce #order_review table.shop_table td,
.woocommerce-page #order_review table.shop_table td {
	padding: 15px 20px !important;
}
.woocommerce .cart-collaterals .cart_totals table,
.woocommerce-page .cart-collaterals .cart_totals table {
	border:0 !important;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce-page table.shop_table tfoot td,
.woocommerce-page table.shop_table tfoot th {
	background:#fff;
	background: rgba(252,255,255,0.5);
	border-color:#eee;
	font-size: 14px !important;
	color:#000 !important;
	font-weight: 400 !important;
}
.woocommerce .cart-collaterals .cart_totals .order-total strong {
	font-weight: 800;
}
#order_review .shop_table .order-total th,
#order_review .shop_table .order-total td strong {
	font-weight: 600 !important;
}
.woocommerce #order_review table.shop_table, #order_review .woocommerce-page table.shop_table {
	border:0 !important;
	border-top:5px solid #000 !important;
}
#order_review .shop_table .order-total th,
#order_review .shop_table .order-total td {
	background:#fff;
	border-top:1px solid #D5D5D5 !important;
	border-bottom:3px double #D5D5D5 !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-2 {
	padding:4%;
	width: 41%;
	background:#fff;
	background: rgba(252,255,255,0.5);
}

.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text {
    padding: 9px 10px 8px !important;
    font-size: 12px;
    border-radius: 30px;
}

.woocommerce div.product form.cart .variations select,
.woocommerce #content div.product form.cart .variations select,
.woocommerce-page div.product form.cart .variations select,
.woocommerce-page #content div.product form.cart .variations select {
    padding: 5px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
}

.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button, .woocommerce button.button,
.woocommerce input.button, .woocommerce-page #content input.button,
.woocommerce-page #respond input#submit, .woocommerce-page a.button,
.woocommerce-page button.button, .woocommerce-page input.button {
	font-weight: 400;
}
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.product_list_widget li img {
	margin-top:10px;
	box-shadow: none !important;
}
.woocommerce ul.product_list_widget li a {
	border:none;
}
.woocommerce ul.product_list_widget li {
	border-bottom:1px solid #f8f8f8;
}

.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table th {
    vertical-align: middle !important;
    border-bottom: 1px solid #000;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sidebar .woocommerce #searchform #searchsubmit {
	border:1px solid #aaa !important;
	margin-top:5px;
	cursor:pointer;
}
.sidebar .woocommerce .widget_shopping_cart_content {
	padding:20px;
	border:1px solid #eee;
}
.sidebar .woocommerce p {
	margin-top: 0;
}
.sidebar .woocommerce .checkout {
	margin-top: 0 !important;
}
.sidebar .woocommerce .widget_shopping_cart_content .buttons {
	margin-top:10px;
}

.header-shopping-cart {
	font-size:12px;
	font-weight: 400;
	color:#000;
	margin-top:3px;
}
.header-shopping-cart a {
	color:#000;
}
/*
@ WPML Language selector.
*/

.wpml-lang-selector-wrap #lang_sel {
	margin-left:20px;
	margin-top: -3px;
}
.wpml-lang-selector-wrap #lang_sel li,
.wpml-lang-selector-wrap #lang_sel ul ul {
    width: 220px;
}
/* Remove following class if language selector needs default colors */
.mobile-wpml-lang-selector-wrap #lang_sel a.lang_sel_sel {
	background-color:transparent;
	color:#fff;
}
.wpml-lang-selector-wrap #lang_sel a.lang_sel_sel {
	background-color:transparent;
	color:#000;	
}
/* Transparent border for language selector. */
.mobile-wpml-lang-selector-wrap #lang_sel a,
.mobile-wpml-lang-selector-wrap #lang_sel a:visited {
	border-color: rgba(255,255,255,0.3);
}
.wpml-lang-selector-wrap #lang_sel a,
.wpml-lang-selector-wrap #lang_sel a:visited {
	border-color:#eee;
}
/* Responsive language selector position */
.mobile-wpml-lang-selector-wrap #lang_sel {
	margin-left:40px;
	margin-top:15px;
	position: relative;
	z-index: 999;
}

.mobile-header-widgets {
	color:#fff;
}
.mobile-header-widgets .social-header-wrap {
	float: none;
}
.mobile-social-header .social-header-wrap ul li.social-icon {
	float: none;
	display: inline-block;
	border:0;
	height: 20px;
	width: 20px;
	padding:0;
	margin:0;
	margin:10px;
}
.mobile-social-header .social-header-wrap ul li.social-icon i {
	font-size: 18px;
	color:#fff;
}
.mobile-social-header .social-header-wrap ul {
	padding:20px;
	margin-right:20px;
}
.mobile-social-header .social-header-wrap {
	float: none;
}
	.mobile-social-header .social-header-wrap ul {
		text-align: center;
	}

/*
@ WPML Language selector.
*/

.wpml-lang-selector-wrap #lang_sel ul ul,
.mobile-wpml-lang-selector-wrap ul ul  {
    z-index: 99;
}

/*
RevSLider*/
.tp-bannertimer {
	height:2px !important;
}

/*
Owl Carousel*/

.gridblock-owlcarousel-wrap .displayed-image {
	width:100%;
	max-width: 100%;

}



/*
Accents and Highlights and Links
*/


.sidebar ul li a:hover,
.sidebar .widget_nav_menu a:hover {
	color:#fff;
}

.entry-content a,
.header-search,
.toggle-shortcode-wrap .active,
.toggle-shortcode-wrap .toggle-shortcode:hover,
.project-details a,
.post-single-tags a:hover,
.post-meta-category a:hover,
.post-single-meta a:hover,
.post-navigation a:hover,
.entry-post-title h2 a:hover,
.comment-reply-title small a,
.entry-content .toggle-shortcode,
.header-shopping-cart a:hover,
#gridblock-filter-select i,
.entry-content .blogpost_readmore a,
.pricing-table .pricing_highlight .pricing-price,
.footer-widget .widget_nav_menu a:hover,
.project-details-link h4 a,
.entry-content .readmore_link a:hover,
.quote_say i {
	color: #D22328;
}

.gridblock-four h4 a,
.gridblock-three h4 a,
.gridblock-two h4 a,
.gridblock-one h4 a,
.gridblock-list h4 a,
.service-item a,
.header-search:hover,
.sidebar a,
.portfolio-share li a,
.header-shopping-cart a i,
.header-shopping-cart a,
ul.gridblock-listbox .work-details h4 a,
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
	color:#000;
}



.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.person h3,
.entry-content .person h3,
.client-position,
.pagination-info,
.entry-content .entry-post-title h2 a {
	color: #000;
}
.entry-content h1,
.entry-content h2,
.entry-content h3 {
}

	.gridblock-element:hover h4 a,
	.gridblock-list h4 a:hover,
	.service-item a:hover,
	.social-header-wrap ul li.contact-text a:hover,
	.postsummarywrap a:hover,
	.client-company a:hover,
	.portfolio-share li a:hover,
	.woocommerce ul.products li.product h3:hover,
	.woocommerce-page ul.products li.product h3:hover,
	.woocommerce .product_meta a:hover,
	.min-search .fa-search:hover,
	ul.gridblock-listbox .work-details h4 a:hover,
	#gridblock-filters li .is-active,
	#gridblock-filters li a:focus,
	#gridblock-filters a:focus,
	#gridblock-filters li .is-active,
	#gridblock-filters li .is-active:hover,
	.client-say:before,
	.client-say:after,
	.entry-content .entry-post-title h2 a:hover {
		color:#D22328;
	}
	.woocommerce-breadcrumb a:hover {
		color:#D22328 !important;
	}
	.woocommerce span.onsale, .woocommerce-page span.onsale {
		background-color: #D22328 !important;
	}

.gridblock-displayed .gridblock-selected-icon,
.skillbar-title,
.skillbar-bar,
.cart-contents,
#wp-calendar caption,
#wp-calendar tbody td a {
	background-color: #D22328;
}
ul#thumb-list li.current-thumb,
ul#thumb-list li.current-thumb:hover,
.home-step:hover .step-element img,
.home-step-wrap li,
.gridblock-element:hover,
.gridblock-grid-element:hover,
.gridblock-displayed:hover,
.ui-tabs .ui-tabs-nav .ui-state-active a,
.ui-tabs .ui-tabs-nav .ui-state-active a:hover,
.entry-content blockquote,
#gridblock-filters li .is-active,
#gridblock-filters li a:focus,
#gridblock-filters a:focus,
#gridblock-filters li .is-active,
#gridblock-filters li .is-active:hover,
.main-menu-wrap .homemenu .sf-menu .mega-item .children-depth-0,
.main-menu-wrap .homemenu ul ul {
	border-color: #D22328;
	
}
.wp-accordion h3.ui-state-active {
	border-bottom: 1px solid #D22328;
}
.sf-menu {
	/*text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;*/
	text-shadow: 1px 1px 1px rgba(0,0,0,1);		 
}
.header-shopping-cart:hover a.cart-contents {
	background-color: #000;
}
.header-shopping-cart:hover i {
	color:#000;
}

/*
Shortcode since version 2.4 of shortcode plugin
*/
.shortcode-time-counter-block {
	text-align: center;
}
.time-count-icon {
	font-size:80px;
}
.time-count-data {
	font-size:36px;
	letter-spacing: -2.5px;
	color:#000;
	margin-top:20px;
}
.time-count-title h4 {
	font-size:16px;
	margin-bottom: 10px;
	margin-top: 10px;
}


/*
jQuery Tips
*/

.ui-tooltip {
	position: absolute;
	padding: 5px 10px;
	background:#000;
	color:#fff;
	font-size:11px;
	font-weight: 400;
	z-index: 9999;
}
.woo-carousel-products-list li {
	float:left;
	width:150px;
}
.shortcode-woo-carousel-group.woocommerce ul.products li.product {
    margin: 0.5% !important;
    overflow: hidden;
    width: 98.5% !important;
}

.side-dashboard-toggle {
	background-color: #D22328; 
	color: #fff;
    cursor: pointer;
    float: right;
    height: 48px;
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 48px;
    z-index: 900;
}
.side-dashboard-toggle:hover {
	background-color: #000;
}
.side-dashboard-wrap {
	-moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  		 box-sizing: border-box;
	float:right;
	width: 290px;
	height:100%;
	background-color: #252525;
	border-left:5px solid #D22328;
	padding: 30px;
	position: fixed;
	z-index: 999;
	top:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y:scroll;
	
}
.darshboard-inner-wrap {

}
.dashboard-push-offscreen {
	right: -290px;
}
.dashboard-push-onscreen {
	right: 0 !important;
}
.menu-push-onscreen {
	left: 0 !important;
}
.body-dashboard-push {
	position: relative;
	left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.body-dashboard-push-right {
	left:-290px;
}
.body-dashboard-push-left {
	left:270px;
}
body.body-dashboard-push-left {
	overflow:hidden;
}
/*Dashboard Sidebar styles.
*/

.side-dashboard .sidebar {
    color:#aaa;
    padding:0;
}
.side-dashboard .sidebar {
	margin: 0 0 50px 0;
	padding:0;
}

.side-dashboard .sidebar h3,
.side-dashboard #searchform i {
    color:#fff;
}
.side-dashboard .sidebar ul li a,
.side-dashboard #searchform input,
.side-dashboard .postsummarywrap {
    border-color: #2B2B2B;
}
.side-dashboard .sidebar .mtheme-tweets .tweet_list li a {
    color:#6a6a6a;
}
.side-dashboard #recentposts_list .recentpost_info .recentpost_title:hover,
.side-dashboard #popularposts_list .popularpost_info .popularpost_title:hover  {
    color: #fff;
    }



/*Login Widget*/

.mtheme_login_widget #mtheme-loginform input {
	border:1px solid #eee;
	font-size: 11px;
	padding:5px 10px;
}
.mtheme_login_widget #mtheme-loginform input#user_login,
.mtheme_login_widget #mtheme-loginform input#user_pass {
	width:200px;
}
.mtheme_login_widget #mtheme-loginform input#wp-submit {
	padding: 5px 10px;
	background:#fff;
	color:#000;
	font-size:11px;
	letter-spacing: 0;
	width:100px;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
}
.mtheme_login_widget #mtheme-loginform label {
	color: #FFFFFF;
    display: block;
    padding-bottom: 5px;
}
.mtheme_login_widget .mtheme_login_widget-logout-text {
	border: 1px solid #515151;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 10px 20px;
    text-align: center;
}
.mtheme_login_widget .mtheme_login_widget-logout-text:hover {
	color:#fff;
	border: 1px solid #fff;
}

.social-header-wrap ul li i,
.social-header-wrap ul li.social-icon,
.social-header-wrap ul li.contact-text,
.social-header-wrap ul li.contact-text i,
.social-header-wrap ul li.contact-text a {
	color:#fff;
}

/*
Background UI settings color
*/

body.background-ui-dark.dual-logo-support .logo-theme-dark,
.fullscreen-slide-dark.dual-logo-support .logo-theme-dark {
	display: block;
}
body.background-ui-dark.dual-logo-support .logo-theme-light,
.fullscreen-slide-dark.dual-logo-support .logo-theme-light {
	display:none;
}
body.background-ui-light.dual-logo-support .logo-theme-dark,
.fullscreen-slide-light.dual-logo-support .logo-theme-dark {
	display: none;
}
body.background-ui-light.dual-logo-support .logo-theme-light,
.fullscreen-slide-light.dual-logo-support .logo-theme-light {
	display: block;
}
body.background-ui-dark.dual-logo-support .sf-menu a,
body.background-ui-dark .slideshow_title,
body.background-ui-dark .static_slideshow_title,
body.background-ui-dark .slideshow_caption,
body.background-ui-dark .static_slideshow_caption,
body.background-ui-dark #pauseplay,
.fullscreen-slide-dark.dual-logo-support .sf-menu a,
.fullscreen-slide-dark .slideshow_title,
.fullscreen-slide-dark .static_slideshow_title,
.fullscreen-slide-dark .slideshow_caption,
.fullscreen-slide-dark .static_slideshow_caption {
	color: #000;
}
body.background-ui-dark .slideshow_caption,
body.background-ui-dark .static_slideshow_caption,
.fullscreen-slide-dark .slideshow_caption,
.fullscreen-slide-dark .static_slideshow_caption {
	border-top:1px solid #000;
	border-top:1px solid rgba(0,0,0,0.1);
}
body.background-ui-dark .slideshow_content_link a,
body.background-ui-dark .static_slideshow_content_link a,
.fullscreen-slide-dark .slideshow_content_link a,
.fullscreen-slide-dark .static_slideshow_content_link a {
	border-color:#000;
	color:#000;
}
body.background-ui-dark .slideshow_content_link a:hover,
body.background-ui-dark .static_slideshow_content_link a:hover,
.fullscreen-slide-dark .slideshow_content_link a:hover,
.fullscreen-slide-dark .static_slideshow_content_link a:hover {
	border-color:#000;
	color:#fff;
	background-color: #000;
}
body.background-ui-dark.dual-logo-support .menu-toggle:after,
.fullscreen-slide-dark.dual-logo-support .menu-toggle:after {
	border-color:#000;
}
body.background-ui-dark.dual-logo-support .menu-toggle,
.fullscreen-slide-dark.dual-logo-support .menu-toggle {
	color:#000;
}
body.background-ui-dark #prevslide,
body.background-ui-dark #nextslide,
body.background-ui-dark #play-button,
.fullscreen-slide-dark #prevslide,
.fullscreen-slide-dark #nextslide,
.fullscreen-slide-dark #play-button,
body.background-ui-dark .fullscreenslideshow-audio .jp-controls a,
.fullscreen-slide-dark .fullscreenslideshow-audio .jp-controls a {
	color:#000;
}
body.background-ui-dark .social-toggle i,
.fullscreen-slide-dark .social-toggle i {
	color:#000;
}
body.background-ui-dark .social-header-wrap ul li i,
body.background-ui-dark .social-header-wrap ul li.social-icon,
body.background-ui-dark .social-header-wrap ul li.contact-text,
body.background-ui-dark .social-header-wrap ul li.contact-text i,
body.background-ui-dark .social-header-wrap ul li.contact-text a,
.fullscreen-slide-dark .social-header-wrap ul li i,
.fullscreen-slide-dark .social-header-wrap ul li.social-icon,
.fullscreen-slide-dark .social-header-wrap ul li.contact-text,
.fullscreen-slide-dark .social-header-wrap ul li.contact-text i,
.fullscreen-slide-dark .social-header-wrap ul li.contact-text a {
	color:#000;
}
body.background-ui-dark #copyright,
.fullscreen-slide-dark #copyright {
	color:#000;
}
body.background-ui-dark .portfolio-nav-item i,
.fullscreen-slide-dark .portfolio-nav-item i {
	color:#000;
}
body.background-ui-dark #progress-bar,
.fullscreen-slide-dark #progress-bar {
	background:#000;
	border-color:#fff;
}
body.background-ui-dark .colorswitch:before {
	color:#000;
}
body.background-ui-dark .colorswitch {
	color:#000;
}

/*
Header Bright CSS
*/
body.header-type-bright .homemenu ul li a{
	color: #000;
}
body.header-type-bright .menu-toggle:after,
.fullscreen-slide-dark.dual-logo-support .menu-toggle:after {
	border-color:#000;
}
body.header-type-bright .menu-toggle,
.fullscreen-slide-dark.dual-logo-support .menu-toggle {
	color:#000;
}
body.header-type-bright.demo .logo-theme-light {
	display: none;
}
body.header-type-bright.demo .logo-theme-dark {
	display: block;
}

body.header-type-dark .menu-toggle:after {
	background: #000;
}

.slideshow_title,
.static_slideshow_title,
.gridblock-four h4 a,
.gridblock-three h4 a,
.gridblock-two h4 a,
.gridblock-one h4 a,
.gridblock-list h4 a,
.entry-content .pullquote-right,
.entry-content .pullquote-left,
.entry-content .pullquote-center,
.photowall-title,
.entry-content .entry-post-title h2 a,
.recent-portfolio-single .item-title,
.sidebar h3,
.ajax-gridblock-data h2,
ul.gridblock-listbox .work-details h4 a,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.slideshow-box-content .slideshow-box-title a,
.woocommerce ul.products li.product h3,
.woocommerce div.product .product_title,
.ui-tabs .ui-tabs-nav li a,
.error404 h4 {
}

.slideshow_title,
.static_slideshow_title {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font-style: italic;*/
}

.fullpage-contents-wrap,
.sc_slideshowtitle,
.entry-page-wrapper,
.mtheme_portfolio .container,
.portfolio-content-column,
.contents-wrap,
.woocommerce #container,
.archive-page-wrapper {
    background: #FFFFFF;
    background: rgba(255,255,255,0.9);
}
.archive-page-wrapper {
	padding-top:0;
}
.single-mtheme_portfolio .two-column {
	background: none;
}

.entry-page-wrapper,
.entry-content-wrapper,
.search-page-wrap,
.woocommerce #container,
.contactform-wrap {
	padding:45px 50px;
}
.portfolio-single-wrap,
.single-post .entry-post-wrapper,
.archive .entry-post-wrapper,
.search .entry-post-wrapper,
.page-template-template-bloglist-php .entry-post-wrapper,
.archive-index-home .entry-post-wrapper {
	padding: 0 50px;
}
.page-template-template-edge-to-edge-php .entry-page-wrapper,
.page-template-template-contact-php .entry-page-wrapper {
	padding:0;
}

.fullwidth-theme .fullpage-contents-wrap,
.fullwidth-theme .sc_slideshowtitle,
.fullwidth-theme .entry-page-wrapper,
.fullwidth-theme .mtheme_portfolio .container,
.fullwidth-theme .portfolio-content-column,
.fullwidth-theme .contents-wrap,
.fullwidth-theme.woocommerce #container,
.fullwidth-theme .archive-page-wrapper,
.fullwidth-theme .entry-title {
    background: none;
}
.fullwidth-theme ul.portfolio-share {
	padding-left: 20px;
}
.fullwidth-theme .container-fullwidth {
    background: #FFFFFF;
    background: rgba(255,255,255,0.9);	
}
.fullwidth-theme .recent-portfolio-single {
	background:none;
}
.fullwidth-theme .recent-portfolio-single .item-title {
	color:#000;
}
.fullwidth-theme .entry-title,
.fullwidth-theme .portfolio-single-wrap,
.fullwidth-theme.single-post .entry-post-wrapper,
.fullwidth-theme.archive .entry-post-wrapper,
.fullwidth-theme.search .entry-post-wrapper,
.fullwidth-theme.page-template-template-bloglist-php .entry-post-wrapper,
.fullwidth-theme .archive-index-home .entry-post-wrapper,
.fullwidth-theme .entry-page-wrapper,
.fullwidth-theme .entry-content-wrapper,
.fullwidth-theme .search-page-wrap,
.fullwidth-theme.woocommerce #container,
.fullwidth-theme .contactform-wrap,
.fullwidth-theme .fullpage-block {
	padding-left: 0;
	padding-right: 0;
}
.fullwidth-theme .recent-portfolio-single .item-title {
	padding-left: 0;
}
.fullwidth-theme .recent-portfolio-single .owl-theme .owl-controls .owl-page span {
	background-color: #777;
}
.fullwidth-theme .two-column {
	width:68%;
}
.fullwidth-theme .wpcf7-form input.wpcf7-text,
.fullwidth-theme .wpcf7-form textarea {
	width: 95%;
}

.single-header .entry-title h1,
.single-header .entry-title h2,
.archive-header .entry-title h1,
.archive-header .entry-title h2,
.page-template-template-bloglist-php .entry-title h1,
.page-template-template-bloglist-php .entry-title h2 {
	border-bottom: 0;
}
.format-quote .entry-post-wrapper {
	padding:40px;
}


.page-template-template-fullscreen-home-php #supersized-loader,
.single-mtheme_featured #supersized-loader,
.kenburns-preloader,
.circular-preloader {
  margin-right:-40px;
  margin-top:-40px;
  font-size: 10px;
  position: absolute;
  top:50%;
  right:50%;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-animation: spinneranimation 1.1s infinite linear;
  animation: spinneranimation 1.1s infinite linear;
}
.page-template-template-fullscreen-home-php #supersized-loader,
.page-template-template-fullscreen-home-php #supersized-loader:after,
.single-mtheme_featured #supersized-loader,
.single-mtheme_featured #supersized-loader:after,
.kenburns-preloader,
.circular-preloader,
.kenburns-preloader:after,
.circular-preloader:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.mfp-preloader {
  margin-right:-20px;
  margin-top:-20px;
  font-size: 10px;
  position: absolute;
  top:50%;
  right:50%;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-animation: spinneranimation 1.1s infinite linear;
  animation: spinneranimation 1.1s infinite linear;
}
.mfp-preloader,
.mfp-preloader:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.gridblock-gallery-preloader-wrap {
	width:100%;
	display: block;
	position: relative;
	margin-top: 50px;
}
.gridblock-gallery-preloader {
  margin-right:-20px;
  margin-top:-20px;
  font-size: 10px;
  position: absolute;
  top:50%;
  right:50%;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #6a6a6a;
  -webkit-animation: spinneranimation 1.1s infinite linear;
  animation: spinneranimation 1.1s infinite linear;
}
.gridblock-gallery-preloader ,
.gridblock-gallery-preloader :after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.ajax-loading {
  font-size: 10px;
  position: absolute;
  top:7px;
  left:0;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 0, 0, 0.2);
  border-right: 4px solid rgba(0, 0, 0, 0.2);
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  border-left: 4px solid #000;
  -webkit-animation: spinneranimation 1.1s infinite linear;
  animation: spinneranimation 1.1s infinite linear;
}
.flexslider-loader {
	position: relative;
	font-size: 10px;
	top:10px;
	left:50%;
	text-indent: -9999em;
	border-top: 4px solid rgba(0, 0, 0, 0.2);
	border-right: 4px solid rgba(0, 0, 0, 0.2);
	border-bottom: 4px solid rgba(0, 0, 0, 0.2);
	border-left: 4px solid #000;
	-webkit-animation: spinneranimation 1.1s infinite linear;
	animation: spinneranimation 1.1s infinite linear;
}
.ajax-loading,
.ajax-loading:after,
.flexslider-loader,
.flexslider-loader:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
@-webkit-keyframes spinneranimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinneranimation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.error404 .container-outer {
	text-align: center;
}
.error404 .entry-title h1 {
	background:none;
	font-weight: 900;
	font-size: 42px;
	line-height: 48px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
}
.error404 h2 {
	font-size:32px;
	font-weight: 600;
	margin-top:30px;
	margin-bottom: 30px;
	color:#fff;
}
.error404 h4 {
	font-size:22px;
	margin-top:30px;
	margin-bottom: 30px;
	color:#fff;
}
.error404 #searchform input {
	background:#fff;
	color:#000;
	padding:5px 20px;
	border:0;
	border-radius: 30px;
}
.error404 #searchform i {
	color:#fff;
}
.no-search-results #searchform input {
	background:#fff;
	color:#000;
	padding:5px 20px;
	border:0;
	border-radius: 30px;
}

	.mobile-social-header .social-header-wrap ul li i {
		color:#fff;
	}


/*
Since version 1.1
*/

.woocommerce .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce #content .quantity .minus,
.woocommerce-page .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page #content .quantity .minus {
	background:-webkit-gradient(#000,#000) !important;
	background:-webkit-linear-gradient(#000,#000) !important;
	background:-moz-linear-gradient(#000,#000) !important;
	background:-moz-gradient(#000,#000) !important;
}



.fullscreen-horizontal-carousel {
	margin-top:60px;
}
.horizontal-carousel-outer {
    position: relative;
    overflow: hidden;
}
.hc-preloader {
	background: #eee;
	position: absolute;
	top:60px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.fullscreen-horizontal-carousel.loaded .hc-preloader {
	display: none;
}
.horizontal-carousel-inner {
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    left: 0;
    text-align: left;
    overflow: hidden;
}
.horizontal-carousel {
	position: absolute;
    font-size: 0;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 0;
}

.fullscreen-horizontal-carousel .prev-hcarousel,
.fullscreen-horizontal-carousel .next-hcarousel {
    position: absolute;
    z-index: 10;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    display: block;
    bottom: 70px;
    text-align: center;
    opacity: 1;
}

.fullscreen-horizontal-carousel .prev-hcarousel:hover,
.fullscreen-horizontal-carousel .next-hcarousel:hover {
    opacity: 0.6;
    cursor: pointer;
}

.fullscreen-horizontal-carousel .prev-hcarousel {
    left: 40px;
}

.fullscreen-horizontal-carousel .next-hcarousel {
    right: 40px;
}
.fullscreen-horizontal-carousel .prev-hcarousel:before {
	content: "\f104";
	font-family: 'fontawesome';
	font-size: 34px;
	color:#fff;
	text-align: center;
}
.fullscreen-horizontal-carousel .next-hcarousel:before {
	content: "\f105";
	font-family: 'fontawesome';
	font-size: 34px;
	color:#fff;
	text-align: center;
}

.hc-image-wrap {
    margin: 0;
    margin-left: 40px;
}

.horizontal-carousel li img {
    display: block;
    height: 100%;
    min-height: 100%;
    width: auto;
}

.horizontal-carousel li {
    padding: 0;
    margin: 0;
    line-height: 0;
    display: inline-block;
}

.horizontal-carousel li:before {
    display: none;
}

.carousel-captions {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 150px;
}
.carousel-captions ul {
	padding:40px 120px;
}
.carousel-captions ul li {
	display: none;
}
.carousel-captions ul li.current {
	display: none;
}
.carousel-captions h2,
.responsive-titles h3 {
	color:#fff;
	font-size: 36px;
	line-height: 36px;
	font-family: 'Crimson Text', serif;
	font-style: italic;
}
.carousel-captions h2 {
	margin-top:10px;
}
.responsive-titles {
	text-align:center;
}
.carousel-captions .description,
.responsive-titles .description {
	color:#fff;
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.5px;
	margin-top:10px;
}
.responsive-titles h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:10px;
}
.responsive-titles .description {
	margin-bottom: 30px;
}
.responsive-titles {
	display: none;
}



#fullscreenhtml5video,
#fullscreenhtml5video img,
#fullscreenhtml5video object { 
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index:1;
	background-repeat: no-repeat;*/
	background-size: cover;
}
#html5videocontrol {
	position: absolute;
	top:50%;
	right:60px;
	z-index: 900;
}
#html5videocontrol i:hover {
	cursor: pointer;
}

/* Video Containers */
#backgroundvideo {
    height: 100%;
    min-height: 100%;
	position: fixed;
    left: 0;
	top: 0;
	bottom:0;
	right:0;
    margin: 0;
	padding:0;
    width: 100%;
    z-index: 10;
}
.vjs-error-display {
	display: none;
}
.entry-content .toggle-shortcode {
	height:auto;
}

.preload-image-animation {
    border:3px solid #ccc;
    border-radius:30px;
    height:30px;
    left:50%;
    margin:-15px 0 0 -15px;
    opacity:1;
    position:absolute;
    top:50%;
    width:30px;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
    animation: pulsater 2s infinite ease-out;
    -webkit-animation: pulsater 2s infinite ease-out;
    -moz-animation: pulsater 2s infinite ease-out;
}
@keyframes pulsater {
    0% {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
      opacity: 0;
    }
    50% {
      opacity:1;
    }
    100% {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
      opacity:0;
    }
}
@-webkit-keyframes pulsater {
    0% {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
      opacity: 0;
    }
    50% {
      opacity:1;
    }
    100% {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
      opacity:0;
    }
}
@-moz-keyframes pulsater {
    0% {
	-webkit-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
      opacity: 0;
    }
    50% {
      opacity:1;
    }
    100% {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
      opacity:0;
    }
}

.gridblock-element-inner {
	margin: 0;
}

body.page-is-blank.fullwidth-theme .container-fullwidth,
body.page-is-blank .entry-title,
body.page-is-blank .fullpage-contents-wrap,
body.page-is-blank .sc_slideshowtitle,
body.page-is-blank .entry-page-wrapper,
body.page-is-blank .mtheme_portfolio .container,
body.page-is-blank .portfolio-content-column,
body.page-is-blank .contents-wrap,
body.page-is-blank .woocommerce #container,
body.page-is-blank .archive-page-wrapper {
	background:none;
}
body.page-is-blank .container-outer {
	margin-top:0;
}

.preload-container-block {
	display: none;
}

body.demo.page-is-blank .entry-content h1,
body.demo.page-is-blank .entry-content h2,
body.demo.page-is-blank .entry-content h3,
body.demo.page-is-blank .entry-content h4,
body.demo.page-is-blank .entry-content h5,
body.demo.page-is-blank .entry-content h6,
body.demo.page-is-blank .entry-content,
body.demo.page-is-blank .entry-content a {
	color:#000;
}


/*Since 1.3.3*/
.ui-helper-hidden-accessible {
	display: none;
}
.slideshowifier img {
	border:1px solid transparent;
}

/*Fototasche*/
.cam-box {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
	border-bottom:1px solid rgba(255,255,255,0.1);
	border-top:1px solid #eee;
	border-top:1px solid rgba(255,255,255,0.1);
	  float:none;
  display: block;
  height:100%;
  overflow:hidden;
}

h1 {
	padding-bottom:10px;
}
	
/*Gallerie*/
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	background: #f2f2f2;
	border: none;
}
.gallery img:hover {
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/box-hover-plus.png) no-repeat center;
    opacity: 0.7;
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition: -webkit-transform 1s;
    -webkit-box-shadow: 0px 0px 4px #000;
    -moz-box-shadow: 0px 0px 4px #000;
    box-shadow: 0px 0px 4px #000;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }	

/*Image Hover*/

.post img {
		-webkit-transition: all 0.8s;
		-moz-transition: all 0.8s;
		transition: all 0.8s;
	background: url(/wp-content/themes/CHRiiZdesign_V2017/images/box-hover-plus.png) no-repeat center;
	background-position: 50% 50%;

	}


.post img:hover {
		background: url(/wp-content/themes/CHRiiZdesign_V2017/images/box-hover-plus.png) no-repeat center;
		background-position: 50% 50%;
		 opacity: 0.7;
		-webkit-transition: all 0.1s;
		-moz-transition: all 0.1s;
		transition: all 0.1s;
		}


