.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

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

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

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

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

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

.wpcf7-reflection > output[hidden] {
	display: none;
}
#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;text-align:center}#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;letter-spacing:0;line-height:20px;left:0}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:.5s!important;animation-duration:.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:1ms!important;animation-duration:1ms!important}#cookie-notice .cookie-notice-container,#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container,#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:0;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:after,.cn-close-icon:before{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:grey}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){letter-spacing:.25px;margin:0 0 0 10px;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:0;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px}.cn-buttons-container,.cn-text-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade,#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-buttons,.cookie-notice-container #cn-notice-text{display:block}#cookie-notice .cn-button{margin:0 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}/*
Theme Name: Shootback
Theme URI: https://demo3.touchsize.com/shootback
Description: Shootback is a responsive and retina ready WordPress Premium Theme developed by TouchSize with a layout drag and drop layout builder, unlimited colors, tons of cool effects, built with Bootstrap 3.0, 2 built in sliders and compatible with any other slider that can be shown by shortcode. It also has article sorting, contact form ant lots more!
Author: TouchSize
Author URI: https://touchsize.com
Version: 1.1.4
Tags: one-column, two-columns, right-sidebar, left-sidebar, fluid-layout, custom-header, custom-menu, editor-style, featured-images, post-formats, translation-ready

License: GNU General Public License and Themeforest general license
License URI: Licensing/README_License.txt

*/
/*
Theme Name: shootback-child
Theme URI: https://www.pgallegofotografia.com
Version: 1.0
Description: Tema hijo de Shootback
Author: Julia
Author URI: 
Template: shootback
*/
 
/*----------------- Cambios a partir de aquí -------------------------------*/

#id_header{
}
@font-face {
  font-family: 'redfont';
  src: url('/wp-content/themes/shootback/font/redfont.eot?28077815');
  src: url('/wp-content/themes/shootback/font/redfont.eot?28077815#iefix') format('embedded-opentype'),
       url('/wp-content/themes/shootback/font/redfont.woff?28077815') format('woff'),
       url('/wp-content/themes/shootback/font/redfont.ttf?28077815') format('truetype'),
       url('/wp-content/themes/shootback/font/redfont.svg?28077815#redfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'redfont';
    src: url('/wp-content/themes/shootback/font/redfont.svg?28077815#redfont') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "redfont";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-image:before { content: '\e800'; } /* '' */
.icon-comments:before { content: '\e801'; } /* '' */
.icon-delete:before { content: '\e802'; } /* '' */
.icon-rss:before { content: '\e803'; } /* '' */
.icon-drag:before { content: '\e804'; } /* '' */
.icon-down:before { content: '\e805'; } /* '' */
.icon-up:before { content: '\e806'; } /* '' */
.icon-layout:before { content: '\e807'; } /* '' */
.icon-import:before { content: '\e808'; } /* '' */
.icon-play:before { content: '\e809'; } /* '' */
.icon-desktop:before { content: '\e80a'; } /* '' */
.icon-social:before { content: '\e80b'; } /* '' */
.icon-empty:before { content: '\e80c'; } /* '' */
.icon-filter:before { content: '\e80d'; } /* '' */
.icon-money:before { content: '\e80e'; } /* '' */
.icon-flickr:before { content: '\e80f'; } /* '' */
.icon-pinterest:before { content: '\e810'; } /* '' */
.icon-user:before { content: '\e811'; } /* '' */
.icon-video:before { content: '\e812'; } /* '' */
.icon-close:before { content: '\e813'; } /* '' */
.icon-link:before { content: '\e814'; } /* '' */
.icon-views:before { content: '\e815'; } /* '' */
.icon-quote:before { content: '\e816'; } /* '' */
.icon-pencil:before { content: '\e817'; } /* '' */
.icon-page:before { content: '\e818'; } /* '' */
.icon-post:before { content: '\e819'; } /* '' */
.icon-category:before { content: '\e81a'; } /* '' */
.icon-time:before { content: '\e81b'; } /* '' */
.icon-left:before { content: '\e81c'; } /* '' */
.icon-right:before { content: '\e81d'; } /* '' */
.icon-palette:before { content: '\e81e'; } /* '' */
.icon-code:before { content: '\e81f'; } /* '' */
.icon-sidebar:before { content: '\e820'; } /* '' */
.icon-vimeo:before { content: '\e821'; } /* '' */
.icon-lastfm:before { content: '\e822'; } /* '' */
.icon-logo:before { content: '\e823'; } /* '' */
.icon-heart:before { content: '\e824'; } /* '' */
.icon-list:before { content: '\e825'; } /* '' */
.icon-attention:before { content: '\e826'; } /* '' */
.icon-menu:before { content: '\e827'; } /* '' */
.icon-delimiter:before { content: '\e828'; } /* '' */
.icon-image-size:before { content: '\e829'; } /* '' */
.icon-settings:before { content: '\e82a'; } /* '' */
.icon-share:before { content: '\e82b'; } /* '' */
.icon-resize-vertical:before { content: '\e82c'; } /* '' */
.icon-text:before { content: '\e82d'; } /* '' */
.icon-movie:before { content: '\e82e'; } /* '' */
.icon-dribbble:before { content: '\e82f'; } /* '' */
.icon-yahoo:before { content: '\e830'; } /* '' */
.icon-facebook:before { content: '\e831'; } /* '' */
.icon-twitter:before { content: '\e832'; } /* '' */
.icon-tumblr:before { content: '\e833'; } /* '' */
.icon-gplus:before { content: '\e834'; } /* '' */
.icon-skype:before { content: '\e835'; } /* '' */
.icon-linkedin:before { content: '\e836'; } /* '' */
.icon-tick:before { content: '\e837'; } /* '' */
.icon-edit:before { content: '\e838'; } /* '' */
.icon-font:before { content: '\e839'; } /* '' */
.icon-home:before { content: '\e83a'; } /* '' */
.icon-button:before { content: '\e83b'; } /* '' */
.icon-wordpress:before { content: '\e83c'; } /* '' */
.icon-music:before { content: '\e83d'; } /* '' */
.icon-mail:before { content: '\e83e'; } /* '' */
.icon-lock:before { content: '\e83f'; } /* '' */
.icon-search:before { content: '\e840'; } /* '' */
.icon-github:before { content: '\e841'; } /* '' */
.icon-basket:before { content: '\e842'; } /* '' */
.icon-star:before { content: '\e843'; } /* '' */
.icon-link-ext:before { content: '\e844'; } /* '' */
.icon-award:before { content: '\e845'; } /* '' */
.icon-signal:before { content: '\e846'; } /* '' */
.icon-target:before { content: '\e847'; } /* '' */
.icon-attach:before { content: '\e848'; } /* '' */
.icon-download:before { content: '\e849'; } /* '' */
.icon-upload:before { content: '\e84a'; } /* '' */
.icon-mic:before { content: '\e84b'; } /* '' */
.icon-calendar:before { content: '\e84c'; } /* '' */
.icon-phone:before { content: '\e84d'; } /* '' */
.icon-headphones:before { content: '\e84e'; } /* '' */
.icon-flag:before { content: '\e84f'; } /* '' */
.icon-credit-card:before { content: '\e850'; } /* '' */
.icon-save:before { content: '\e851'; } /* '' */
.icon-megaphone:before { content: '\e852'; } /* '' */
.icon-key-1:before { content: '\e853'; } /* '' */
.icon-euro:before { content: '\e854'; } /* '' */
.icon-pound:before { content: '\e855'; } /* '' */
.icon-dollar:before { content: '\e856'; } /* '' */
.icon-rupee:before { content: '\e857'; } /* '' */
.icon-yen:before { content: '\e858'; } /* '' */
.icon-rouble:before { content: '\e859'; } /* '' */
.icon-try:before { content: '\e85a'; } /* '' */
.icon-won:before { content: '\e85b'; } /* '' */
.icon-bitcoin:before { content: '\e85c'; } /* '' */
.icon-anchor:before { content: '\e85d'; } /* '' */
.icon-support:before { content: '\e85e'; } /* '' */
.icon-blocks:before { content: '\e85f'; } /* '' */
.icon-block:before { content: '\e860'; } /* '' */
.icon-graduate:before { content: '\e861'; } /* '' */
.icon-shield:before { content: '\e862'; } /* '' */
.icon-window:before { content: '\e863'; } /* '' */
.icon-coverflow:before { content: '\e864'; } /* '' */
.icon-flight:before { content: '\e865'; } /* '' */
.icon-brush:before { content: '\e866'; } /* '' */
.icon-resize-full:before { content: '\e867'; } /* '' */
.icon-news:before { content: '\e868'; } /* '' */
.icon-pin:before { content: '\e869'; } /* '' */
.icon-params:before { content: '\e86a'; } /* '' */
.icon-beaker:before { content: '\e86b'; } /* '' */
.icon-delivery:before { content: '\e86c'; } /* '' */
.icon-bell:before { content: '\e86d'; } /* '' */
.icon-help:before { content: '\e86e'; } /* '' */
.icon-laptop:before { content: '\e86f'; } /* '' */
.icon-tablet:before { content: '\e870'; } /* '' */
.icon-mobile:before { content: '\e871'; } /* '' */
.icon-thumb:before { content: '\e872'; } /* '' */
.icon-briefcase:before { content: '\e873'; } /* '' */
.icon-direction:before { content: '\e874'; } /* '' */
.icon-ticket:before { content: '\e875'; } /* '' */
.icon-chart:before { content: '\e876'; } /* '' */
.icon-book:before { content: '\e877'; } /* '' */
.icon-print:before { content: '\e878'; } /* '' */
.icon-on:before { content: '\e879'; } /* '' */
.icon-off:before { content: '\e87a'; } /* '' */
.icon-featured-area:before { content: '\e87b'; } /* '' */
.icon-team:before { content: '\e87c'; } /* '' */
.icon-login:before { content: '\e87d'; } /* '' */
.icon-clients:before { content: '\e87e'; } /* '' */
.icon-tabs:before { content: '\e87f'; } /* '' */
.icon-tags:before { content: '\e880'; } /* '' */
.icon-gauge:before { content: '\e881'; } /* '' */
.icon-bag:before { content: '\e882'; } /* '' */
.icon-key:before { content: '\e883'; } /* '' */
.icon-glasses:before { content: '\e884'; } /* '' */
.icon-ok-full:before { content: '\e885'; } /* '' */
.icon-restart:before { content: '\e886'; } /* '' */
.icon-recursive:before { content: '\e887'; } /* '' */
.icon-shuffle:before { content: '\e888'; } /* '' */
.icon-ribbon:before { content: '\e889'; } /* '' */
.icon-lamp:before { content: '\e88a'; } /* '' */
.icon-flash:before { content: '\e88b'; } /* '' */
.icon-leaf:before { content: '\e88c'; } /* '' */
.icon-chart-pie-outline:before { content: '\e88d'; } /* '' */
.icon-puzzle:before { content: '\e88e'; } /* '' */
.icon-fullscreen:before { content: '\e88f'; } /* '' */
.icon-downscreen:before { content: '\e890'; } /* '' */
.icon-zoom-in:before { content: '\e891'; } /* '' */
.icon-zoom-out:before { content: '\e892'; } /* '' */
.icon-pencil-alt:before { content: '\e893'; } /* '' */
.icon-down-dir:before { content: '\e894'; } /* '' */
.icon-left-dir:before { content: '\e895'; } /* '' */
.icon-right-dir:before { content: '\e896'; } /* '' */
.icon-up-dir:before { content: '\e897'; } /* '' */
.icon-gallery:before { content: '\e898'; } /* '' */
.icon-parallel:before { content: '\e899'; } /* '' */
.icon-circle-outline:before { content: '\e89a'; } /* '' */
.icon-circle-full:before { content: '\e89b'; } /* '' */
.icon-dot-circled:before { content: '\e89c'; } /* '' */
.icon-threedots:before { content: '\e89d'; } /* '' */
.icon-colon:before { content: '\e89e'; } /* '' */
.icon-down-micro:before { content: '\e89f'; } /* '' */
.icon-cancel:before { content: '\e8a0'; } /* '' */
.icon-medal:before { content: '\e8a1'; } /* '' */
.icon-square-outline:before { content: '\e8a2'; } /* '' */
.icon-rhomb:before { content: '\e8a3'; } /* '' */
.icon-rhomb-outline:before { content: '\e8a4'; } /* '' */
.icon-pause:before { content: '\e8a5'; } /* '' */
.icon-book-closed:before { content: '\e8a6'; } /* '' */
.icon-cd:before { content: '\e8a7'; } /* '' */
.icon-clipboard:before { content: '\e8a8'; } /* '' */
.icon-view-mode:before { content: '\e8a9'; } /* '' */
.icon-right-arrow:before { content: '\e8aa'; } /* '' */
.icon-left-arrow:before { content: '\e8ab'; } /* '' */
.icon-instagram:before { content: '\e8ac'; } /* '' *//* General widget styles */
.widget{
	font-size: 13px;
	margin-bottom: 50px;
	line-height: 1.8;
}
.widget a{
	color: inherit;
}
.widget-title{
	margin-bottom: 15px;
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
}
.widget-title:after{
	content: "";
    display: inline-block;
    height: 4px;
    width: 60px;
    position: relative;
    margin-left: 20px;
    vertical-align: middle;
    top: -2px;
}
.widget-items li{
	margin-bottom: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	position: relative;
}
.widget-items > li:after{
	content: "";
	border-bottom: 1px dotted rgba(0,0,0,0.1);
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
	width: 100%;
	display: block;
	position: relative;
}
.widget-items:not(.widget-columns-2) > li:last-child:after{
	display: none;
}
.widget-items > li:last-child{
	margin-bottom: 0;
}
.widget-items.widget-columns-2{
	margin-left: -8px;
	margin-right: -8px;
}
.widget-items.widget-columns-2 .col-lg-6{
	padding-left: 8px;
	padding-right: 8px;
}

.widget-items.row > li.col-lg-6{
	padding: 0 8px;
	border-bottom: 0 none;
	margin-bottom: 20px;
}
.widget-content-box{
	position: relative;
}
.widget-columns-2 > li:nth-of-type(2n+1){
	clear: left;
}
.widget_most_viewed .widget-items.row > li.col-lg-6 h4{
	font-size: 15px;
}
.content-block .widget .widget-items article{
	margin-bottom: 0;
}
.widget-items li:last-child{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0 none;
}
.widget-items li h4, .widget-items li h4{
	font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.4;
}
.widget_most_viewed .widget-items li .title,
.widget_most_liked .widget-items li .title {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 22px;
}
.widget_most_viewed .widget-items.widget-has-image li .title,
.widget_most_liked .widget-items.widget-has-image li .title {
    margin-top: 15px;
}
.widget_most_viewed .count-item,
.widget_most_liked .count-item{
    display: inline-block;
    float: left;
    font-size: 48px;
    line-height: 1.2;
    margin-top: -10px;
}
.widget_most_viewed .widget-has-number .entry-content,
.widget_most_liked .widget-has-number .entry-content{
	padding-left: 50px;
}
.widget_most_viewed .widget-has-number .count-item,
.widget_most_liked .widget-has-number .count-item{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 48px;
	border-radius: 50%;
	border: 1px solid #e4e4e4;
	font-size: 22px;
	margin-right: 13px;
	margin-top: 0;
}
.widget_most_viewed .widget-items > li,
.widget_most_liked .widget-items > li{
	margin-bottom: 0;
}
.widget_most_viewed .widget-has-image > li,
.widget_most_liked .widget-has-image > li{
	margin-bottom: 15px;
}
.widget_most_viewed .entry-content .widget-meta li,
.widget_most_liked .entry-content .widget-meta li{
	font-style: italic;
	font-size: 11px;
	padding-left: 0;
	padding-right: 0;
}
.widget_latest_posts .widget-items li h4{
	margin: 10px 0 0 0;
}
.widget-items li article > .col-lg-4{
	padding-right: 0;
}
.widget-delimiter{
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	margin-bottom: 20px;
}
.widget-bottom{
	height: 5px;
	clear: both;
	background: #EB593C;
	margin-top: 15px;
}
.widget table{
	width: 100%;
}
.widget-content:after{
	content: '';
	clear: both;
	display: block;
}
.widget article .entry-img{
	margin-bottom: 15px;
	display: block;
}
.widget article .entry-img img{
	width: 100%;
}
.widget li.cat-item{
	margin-bottom: 7px;
}
.widget_categories ul ul,
.widget_pages ul ul,
.widget_nav_menu ul ul{
	padding-left: 20px;
}
/* Mobile widget */
@media only screen and (max-width: 768px){
    .widget, .widget:last-child{
    	margin-bottom: 70px;
    }
    .widget .entry-img{
		float: left;
		margin-right: 20px;
	}
}
@media only screen and (min-width: 992px){
	.widget:last-child{
		margin-bottom: 0;
	}
}
/* Tabs widget */

.tabs-control{
	margin-bottom: 25px;
}
.tabs-control li{
	display: inline-block;
}
.tabs-control li a{
	padding: 5px 10px;
	display: block;
	background: #EB593C;
	color: #FFF;
	position: relative;
	line-height: 24px;
}
.tabs-control li a:after{
	content: "";
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #EB593C;
	bottom: -5px;
	left: 40%;
	position: absolute;
}
.tabs-control li a.active:after{
	content: "";
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #3DB3CC;
	bottom: -5px;
	left: 40%;
	position: absolute;
}

.tabs-control li a.active{
	background-color: #3DB3CC;
}
.tabs-container > div{
	display: none;
}
.tabs-container > div:first-child{
	display: block;
}


/* Twitter widget */
.tweets .tweet-date{
	display: block;
	margin-top: 8px;
	font-size: 11px;
	font-style: italic;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.twitter-follow{
	background: #00A0D1;
	border-bottom: 5px solid rgba(0,0,0,0.10);
}
.twitter-follow i{
	color: #FFF;
	font-size: 24px;
	margin: 0 10px 0 20px;
	text-shadow: -1px -2px rgba(0,0,0,0.15);
}
.twitter-follow a{
	display: inline-block;
	line-height: 15px;
	height: 45px;
	padding-top: 8px;
	color: #FFF;
}
.twitter-follow a:hover{
	color: #FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.twitter-follow a b{
	display: block;
}
.tweet-entry .icon-twitter{
    color: #55acee;
    font-size: 16px;
}
.tweet-data{
	display: inline;
	line-height: 1.8;
	font-size: 12px;
}
.slides_container{
	margin-bottom: 20px;
}
.ts-twitter-container{
}
.ts-twitter-container.dynamic ul li{
	/*border-bottom: 0 none;*/
	/*padding-bottom: 0;*/
	margin-bottom: 0;
}
.tweet-entry{
	background-color: #FFF;
	color: #343434;
	padding: 15px 20px;
	text-align: center;
	margin: 0 0 10px 0;
}
.tweet-author{
	display: block;
	margin-bottom: 5px;
	color: #c5c5c5;
	font-size: 12px;
	text-align: center;
}
.tweets .widget-items > li:after, .tweet-entry:after{
	display: none;
}
.tweets .widget-items > li{
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.ts-twitter-container.dynamic .slides_container{
	margin-bottom: 0;
}
.ts-twitter-container.dynamic ul li:not(:first-child){
	display: none;
}
.ts-twitter-container ul{
	list-style-type: none;
}
.ts-twitter-container ul li, .ts-twitter-container ul li:last-child{
	position: relative;
	border: 0 none;
}

/* Blockquotes animated */
.blockquotes-widget cite{
	background: #00A0D1;
	color: #FFF;
	padding: 4px 10px;
	display: inline-block;
}

/* Testimonial widget */

.testimonials-widget .testimonial-item img.author-img{
	background: #FFF;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.1);
	width: 80px;
	height: auto;
	border-radius: 50%;
	float: right;
}

.testimonials-widget .testimonial-item span.author-text{
	display: block;
	line-height: 1.7;
}
.testimonials-widget .testimonial-item b.author-name{
	background: #00A0D1;
	color: #FFF;
	padding: 2px 10px;
	display: inline-block;
	margin-top: 15px;
	float: right;
	clear: both;
	font-weight: normal;
}

.testimonials-widget .testimonial-item i.author-position{
	color: rgba(0,0,0,0.7);
	font-size: 11px;
	display: block;
	margin-top: 3px;
	float: right;
	clear: both;
}
.testimonials-widget .testimonial-item .text-container{
	background: rgba(0,0,0,0.03) url("/wp-content/themes/shootback/images/shortcodes/quotes/quote-small.png") no-repeat 15px 90%;
	float: left;
	padding: 15px;
	position: relative;
}
.testimonials-widget .testimonial-item .text-container:after{
	content: "";
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-left: 10px solid rgba(0,0,0,0.03);
	border-bottom: 10px solid transparent;
	top: 30px;
	right: -10px;
	position: absolute;
}
.testimonials-widget .testimonial-item .testimonial-big{
	width: 70%;
	float: left;
}
.testimonials-widget .testimonial-item .testimonial-small{
	width: 30%;
	float: left;
}


/* Flickr widget */
.flickr.clearfix{
	margin: 0 -5px;
}
.flickr_badge_image{
	width: 25%;
	display: block;
	list-style-type: none;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 5px;
	line-height: 0;
}
.flickr_badge_image a img{
	-webkit-transition: border .2s ease-in;  
	-moz-transition: border .2s ease-in;  
	-o-transition: border .2s ease-in;  
	-ms-transition: border .2s ease-in;  
	transition: border .2s ease-in;
	width: 100%;
	border-width: 0;
	border-radius: 8px;
}
.flickr_badge_image:hover a img{
	display: block;
	background: #FFF;
	border: 4px solid transparent;
}

/* Testimonials widget */
.widget.testimonials .widget-content{
	background: #fffcec;
	padding: 20px 20px 10px 20px;
	color: #666;
	font-style: italic;
	border-bottom: 5px solid #e0dfd5;
}
.widget.testimonials .widget-content span.author-info{
	display: block;
	text-align: right;
	color: #eb593c;
	font-weight: bold;
}

.widget.testimonials .widget-content ul.testimonials-list li{
	display: none;
}
.widget.testimonials .widget-content ul.testimonials-list li:first-child{
	display: block;
}
.widget.testimonials .widget-content ul.testimonials-controls{
	text-align: center;
	margin-top: 10px;
}
.widget.testimonials .widget-content ul.testimonials-controls li{
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #666;
	cursor: pointer;
	margin-right: 3px;
}
.widget.testimonials .widget-content ul.testimonials-controls li:hover, .widget.testimonials .widget-content ul.testimonials-controls li.active{
	background: #e5e5e5;
}

.widget .instagram_likes{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #FFF;
	text-shadow: 1px 1px rgba(0,0,0,0.3);
	text-transform: uppercase;
	font-size: 11px;
}
.widget .instagram_caption{
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 5px 10px;
	background: rgba(255,255,255,0.85);
	font-size: 11px;
	color: #777;
	font-style: italic;
}
.instagram_likes, .instagram_caption{
	margin-bottom: 0px !important;
}
#instagram_widget{
	margin: 0 -5px;
}
#instagram_widget li{
	margin-bottom: 5px;
	width: 33%;
	float: left;
	padding: 5px;
	list-style-type: none;
	position: relative;
}
#instagram_widget > li:nth-child(3n+2):after, #instagram_widget > li:nth-child(3n+3):after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    width: 30px;
    top: 50%;
    left: -15px;
    z-index: 30;
}
#instagram_widget li img{
	width: 100%;
	height: auto;
}

/* Default search widget */
#searchform label{
	display: block;
	font-style: 11px;
	color: #888;
	font-weight: normal;
	text-transform: uppercase;
	display: none;
}
#searchform input[type="text"]{
	border: 0 none;
	box-shadow: none;
	background: transparent;
	padding: 0 10px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	color: inherit;
	border: 0 none;
	border-bottom: 1px solid rgba(200,200,200,0.2);
}
#searchform input[type="submit"]{
	border: 0 none;
	background: transparent;
	padding: 0;
	color: rgba(200,200,200,0.5);
	text-transform: uppercase;
	letter-spacing: -0.5px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 9px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	opacity: 0.8;
	font-family: 'Helvetica Neue','Arial';
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}
#searchform input[type="submit"]:hover{
	opacity: 1;
}
#searchform > div{
	position: relative;
	height: 35px;
}

/* Recent comments */
.widget_recent_comments .widget-content > ul > li, .widget_recent_entries .widget-content > ul > li{
	margin-bottom: 10px;
	color: #888;
	list-style-type: none;
}
.widget-content > ul{
	list-style-type: none;
}
/* Widget meta */

.widget-meta{
	list-style-type: none;
}
.widget-meta li{
	display: inline-block;
	border: 0 none;
	margin-right: 10px;
	color: #ababab;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 11px;
}
.widget-meta li a{
	color: #ababab;
}


/* List events widget */
.widget_list_events .image-holder{
	margin-bottom: 10px;
}
.widget_list_events .widget-content-box .widget-content{
	padding-left: 55px;
}
.widget_list_events .widget-content .title{
	margin-bottom: 0;
}
.widget_list_events .widget-content span{
	display: block;
}
.widget_list_events .widget-meta{
	float: left;
}
.widget_list_events .widget-meta .date-event{
	position: relative;
	width: 45px;
	height: auto;
}
.widget_list_events .widget-meta .date-event span{
	display: block;
	text-align: center;
}
.widget_list_events .widget-meta .date-event{
	font-weight: bold;
	font-size: 24px;
	line-height: 1.4;
	padding: 3px 5px;
	background-color: #f5f5f5;
	box-shadow: 0px 2px 2px rgba(70, 70, 70, 0.5);
	border-radius: 4px;
	margin-bottom: 3px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.widget_list_events .widget-meta .date-event .day{
	font-size: 16px;
}
.widget_list_events .widget-meta .date-event .month{
	line-height: 1.2;
	font-size: 11px;
	text-transform: uppercase;
}
.widget_list_events .widget-content span.venue{
	font-size: 12px;
	color: #ccc;
}
.widget_list_events .widget-columns-1 .widget-content .the-time{
	font-weight: bold;
	font-size: 13px;
	font-style: italic;
	text-transform: uppercase;
}
/* 2 columns */
.widget_list_events .widget-columns-2 .widget-content-box .widget-content{
	padding-left: 0;
}
.widget_list_events .widget-columns-2 .widget-meta{
	float: none;
}
.widget_list_events .widget-columns-2 .widget-meta .date-event .day{
	font-size: 14px;
}
.widget_list_events .widget-columns-2 .widget-content .the-time{
	position: absolute;
	top: 10px;
	left: 55px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}
.widget_list_events .widget-columns-2 .widget-meta .date-event{
	margin-bottom: 5px;
}
.widget_list_events .widget-items li article{
	margin-bottom: 0;
}
.widget_list_events .widget-items li{
	padding-bottom: 0;
	border-bottom: 0 none;
	margin-bottom: 25px;
}

/* RSS widget */
.widget_rss .widget-content ul li{
	padding: 10px 0;
	border-bottom: 1px solid #ededed;
}
.widget_rss .widget-content ul li:last-child{
	border: 0;
}
.widget_rss .rsswidget img{
	margin-top: -5px;
}
.widget_rss .widget-content .rss-date,
.widget_rss .widget-content cite{
	display: block;
	font-size: 12px;
	font-style: italic;
	color: #acacac;
	margin-bottom: 15px;
}/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{text-decoration: none;}

/* Theme Defaults */

body{
  line-height: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 { font-weight: 300; line-height: 1.3;font-family: 'Adamina'; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;}
h2 { font-size: 35px; font-size: 3.5rem; margin-bottom: 9px; }
h3 { font-size: 28px; font-size: 2.8rem; margin-bottom: 9px; }
h4 { font-size: 21px; font-size: 2.1rem; margin-bottom: 3px; }
h5 { font-size: 18px; font-size: 1.8rem; font-weight: normal; margin-bottom: 3px;  }
h6 { font-size: 15px; font-size: 1.5rem; font-weight: normal; margin-bottom: 5px;}

/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input,
select[multiple],
textarea {
  background-image: none;
}
a {
  color: #e75750;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ce251c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .post-content > table td,
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table,
  .post-content > table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16.099999999999998px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #e75750;
}
.text-warning {
  color: #c09853;
}
.text-danger {
  color: #b94a48;
}
.text-success {
  color: #468847;
}
.text-info {
  color: #3a87ad;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Merriweather', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
.h1 small {
  font-size: 24px;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.428571429;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    /* 1 */
  
    display: table;
    /* 2 */
  
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}
code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.container:after {
  clear: both;
}
.row {
  margin-left: -20px;
  margin-right: -20px;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.row:after {
  clear: both;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-11 {
  width: 91.66666666666666%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    max-width: 748px;
  }
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11 {
    float: left;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 940px;
  }
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}

@media (min-width: 1170px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 1380px;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table,
.post-content > table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td,
.post-content > table thead > tr > th,
.post-content > table tbody > tr > th,
.post-content > table tfoot > tr > th,
.post-content > table thead > tr > td,
.post-content > table tbody > tr > td,
.post-content > table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th,
.post-content > table thead > tr > th{
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td,
.post-content > table caption + thead tr:first-child th,
.post-content > table colgroup + thead tr:first-child th,
.post-content > table thead:first-child tr:first-child th,
.post-content > table caption + thead tr:first-child td,
.post-content > table colgroup + thead tr:first-child td,
.post-content > table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody,
.post-content > table tbody + tbody{
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}
@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */

  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
.form-control:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 45px;
  line-height: 45px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group {
  margin-left: -20px;
  margin-right: -20px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #e75750;
  border-color: #e4413a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #e2352c;
  border-color: #c5231b;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e75750;
  border-color: #e4413a;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #e75750;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #ce251c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/wp-content/themes/shootback/fonts/glyphicons-halflings-regular.eot');
  src: url('/wp-content/themes/shootback/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/shootback/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/wp-content/themes/shootback/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/wp-content/themes/shootback/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-heats-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sots-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sots-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sots-by-order:before {
  content: "\e153";
}
.glyphicon-sots-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sots-by-attributes:before {
  content: "\e155";
}
.glyphicon-sots-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-briefcase:before {
  content: "\1f4bc";
}
.glyphicon-calendar:before {
  content: "\1f4c5";
}
.glyphicon-pushpin:before {
  content: "\1f4cc";
}
.glyphicon-paperclip:before {
  content: "\1f4ce";
}
.glyphicon-camera:before {
  content: "\1f4f7";
}
.glyphicon-lock:before {
  content: "\1f512";
}
.glyphicon-bell:before {
  content: "\1f514";
}
.glyphicon-bookmark:before {
  content: "\1f516";
}
.glyphicon-fire:before {
  content: "\1f525";
}
.glyphicon-wrench:before {
  content: "\1f527";
}
.btn-default .caret {
  border-top-color: #333333;
}
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}
.dropup .btn-default .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  padding: 1px 5px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn {
  float: none;
  display: table-cell;
  width: 1%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #e75750;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #ffffff;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #e75750;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a {
  border-bottom-color: #ffffff;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tabbable:before,
.tabbable:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.tabbable:after {
  clear: both;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.nav .caret {
  border-top-color: #e75750;
  border-bottom-color: #e75750;
}
.nav a:hover .caret {
  border-top-color: #ce251c;
  border-bottom-color: #ce251c;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -20px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -20px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}
.navbar-brand {
  float: left;
  padding: 20px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e6e6e6;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #e75750;
  border-color: #e75750;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #e75750;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #e12c23;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #e75750;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #e75750;
}
.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alets-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alets-dismissable {
  padding-right: 35px;
}
.alets-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alets-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alets-success hr {
  border-top-color: #c9e2b3;
}
.alets-success .alets-link {
  color: #356635;
}
.alets-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alets-info hr {
  border-top-color: #a6e1ec;
}
.alets-info .alets-link {
  color: #2d6987;
}
.alets-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alets-warning hr {
  border-top-color: #f8e5be;
}
.alets-warning .alets-link {
  color: #a47e3c;
}
.alets-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alets-danger hr {
  border-top-color: #e6c1c7;
}
.alets-danger .alets-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #e75750;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #e75750;
  border-color: #e75750;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #e75750;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #e75750;
  border-color: #e75750;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e75750;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e75750;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #fbeed5;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}
.panel-danger {
  border-color: #eed3d7;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #e75750;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #e75750;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.modal-open {
  overflow: hidden;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.visible-xs {
  display: none !important;
}
tr.visible-xs {
  display: none !important;
}
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}
tr.visible-sm {
  display: none !important;
}
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}
tr.visible-md {
  display: none !important;
}
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .visible-md {
    display: block !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}
tr.visible-lg {
  display: none !important;
}
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1170px) {
  .visible-lg {
    display: block !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  tr.hidden-xs {
    display: none !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }
  tr.hidden-xs.hidden-sm {
    display: none !important;
  }
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }
  tr.hidden-xs.hidden-md {
    display: none !important;
  }
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }
  tr.hidden-xs.hidden-lg {
    display: none !important;
  }
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }
  tr.hidden-sm.hidden-xs {
    display: none !important;
  }
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }
  tr.hidden-sm {
    display: none !important;
  }
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }
  tr.hidden-sm.hidden-md {
    display: none !important;
  }
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }
  tr.hidden-sm.hidden-lg {
    display: none !important;
  }
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }
  tr.hidden-md.hidden-xs {
    display: none !important;
  }
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }
  tr.hidden-md.hidden-sm {
    display: none !important;
  }
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .hidden-md {
    display: none !important;
  }
  tr.hidden-md {
    display: none !important;
  }
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }
  tr.hidden-md.hidden-lg {
    display: none !important;
  }
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }
  tr.hidden-lg.hidden-xs {
    display: none !important;
  }
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }
  tr.hidden-lg.hidden-sm {
    display: none !important;
  }
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1169px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }
  tr.hidden-lg.hidden-md {
    display: none !important;
  }
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1170px) {
  .hidden-lg {
    display: none !important;
  }
  tr.hidden-lg {
    display: none !important;
  }
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
tr.visible-print {
  display: none !important;
}
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print {
    display: none !important;
  }
  tr.hidden-print {
    display: none !important;
  }
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/wp-content/themes/shootback/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/wp-content/themes/shootback/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/wp-content/themes/shootback/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	outline: 0;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/wp-content/themes/shootback/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/wp-content/themes/shootback/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*------------------------------------------------------------------------
# Theme: 	Shootback - WordPress Magazine Theme
# ------------------------------------------------------------------------
# Author: 	Touchsize
# Website: 	http://www.touchsize.com
# Demo: 	http://www.demo.touchsize.com/shootback
# ------------------------------------------------------------------------
# Theme styles:
# 1. GENERAL WP
# 2. BASE
# 3. TYPOGRAPHY
# 4. SINGLE PAGE
	4.4 Author box
	4.5 Share box
	4.6 Related posts
	4.7 Comments
	4.8 Events
	4.9 Video
	4.10 Portfolio
	4.11 Growpop navigation
	4.12 Product
	4.13 Gallery
# 5. SHORTCODES
# 6. ARTICLE VIEWS	
	6.0 General
	6.1 Grid
	6.2 List
	6.3 Big post
	6.4 Thumbnail
	6.5 Super post
	6.6 Timeline
	6.7 Mosaic
	6.8 Team
	6.9 Product
# 7. OVERLAY EFFECTS
	7.0 General
# 8. ELEMENTS
	8.0 Social Buttons
	8.1 Search box
	8.2 Menu
		8.2.0 General
		8.2.1 Default Menu
		8.2.2 Standard Menu
		8.2.3 Sticky Menu
		8.2.4 Vertical Menu
		8.2.5 Mega Menu
		8.2.6 Taxonomy Mega Menu
		8.2.7 Mobile Menu
	8.3 Sliders
		8.3.1 Flexslider
		8.3.2 bxSlider
		8.3.3 Slicebox
		8.3.4 Parallax
		8.3.5 JoySlider
	8.4 Testimonials
	8.5 Call to action
	8.6 Team
	8.7 Title
		8.7.1 Text aligned center with 2 lines before and after
		8.7.2 Title aligned center with linear icon after
		8.7.3 Title aligned left
		8.7.4 Title with line after
		8.7.5 Title aligned center with line and rectangular below
		8.7.6 Title aligned left with rectangular left
		8.7.7 Title aligned center
	8.8 Image
	8.9 Filters
	8.10 Buttons
	8.11 Contact form
	8.12 Featured area
	8.13 Image carousel
	8.14 Icon
	8.15 Pricing table
	8.16 Listed features
	8.17 Icon box
	8.18 Counter
	8.19 Clients
	8.20 Map
	8.21 Banner
	8.22 Ribbon banner
	8.23 Toggle
	8.24 Tabs
	8.25 Timeline features
	8.26 Video carousel
	8.27 Powerlink
	8.28 Calendar
	8.29 Events
	8.30 Alert
	8.31 Skills
	8.32 Article accordion
	8.33 Breadcrumb
	8.34 Shopping cart
# 9. POST
	9.1 Tags
	9.2 Gallery
	9.3 Navigator
	9.4 Elements
# 10. BOXED LAYOUT
# 11. OTHERS
	11.1 Pagination
	11.2 Back to portfolio
	11.3 Facebook Modal
	11.4 Preloader
	11.5 Delimiters
	11.6 404 Page
	11.7 ZoomIn
	11.8 Count Down 
	11.9 Audio Playlist
	11.10 WooCommerce
	11.11 Back to TOP
	11.12 MailChimp Widdget
	11.13 Fancybox Styles
# 12. HEADER
	12.1 Left
	12.2 Right
--------------------------------------------------------------------------------*/ 

/*
--------------------------------------------------------------------------------
	1. GENERAL WP
--------------------------------------------------------------------------------
*/
	.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.aligncenter,
	div.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	.alignright {
	    float:right;
	    margin: 5px 0 20px 20px;
	}

	.alignleft {
	    float: left;
	    margin: 5px 20px 20px 0;
	}

	.aligncenter {
	    display: block;
	    margin: 5px auto 5px auto;
	}

	a img.alignright {
	    float: right;
	    margin: 5px 0 20px 20px;
	}

	a img.alignnone {
	    margin: 5px 20px 20px 0;
	}

	a img.alignleft {
	    float: left;
	    margin: 5px 20px 20px 0;
	}

	a img.aligncenter {
	    display: block;
	    margin-left: auto;
	    margin-right: auto
	}

	.wp-caption {
		border: 1px solid rgba(220,220,220,0.1);
		padding: 5px;
	    max-width: 100%; /* Image does not overflow the content area */
	    text-align: center;
	    margin-bottom: 20px;
	    font-style: italic;
	}

	.wp-caption.alignnone {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignleft {
	    margin: 5px 20px 20px 0;
	}

	.wp-caption.alignright {
	    margin: 5px 0 20px 20px;
	}

	.wp-caption img {
	    border: 0 none;
	    height: auto;
	    margin: 0;
	    max-width: 98.5%;
	    padding: 0;
	    width: auto;
	}

	.wp-caption p.wp-caption-text {
	    font-size: 16px;
	    line-height: 22px;
	    margin: 0;
	    padding: 15px 4px 5px;
	}
	.gallery-caption{

	}
	.bypostauthor{
		
	}
	.commentlist > .pingback{
		margin-bottom: 5px;
	}
	.commentlist > .pingback + .comment{
		margin-top: 40px;
	}
	.commentlist > .pingback .edit-link a{
		display: inline-block;
		margin-left: 10px;
		text-decoration: underline;
	}
	.single-post .post-content .gallery .gallery-item img{
		border: none !important;
		margin-bottom: 15px;
	}
	.single-post.single-format-video .post-content embed{
		/*max-width: 100%;
		height: 100%;*/
	}
	.comment-content table tr > th{
		border-bottom: 2px solid #ddd;
	    vertical-align: bottom;
	    padding: 8px;
	    line-height: 1.42857143;
	}
	.comment-content table tr > td{
		padding: 8px;
		line-height: 1.42857143;
		vertical-align: top;
		border-top: 1px solid #ddd;
	}
	.comment-content table tbody > tr:nth-of-type(odd) {
		background-color: #fff;
	}

/*
--------------------------------------------------------------------------------
	2. BASE
--------------------------------------------------------------------------------
*/
	html, body, #wrapper{
		min-height: 100%;
	}
	code{
		white-space: normal;
	}
	input::-moz-focus-inner {
		border: 0;
	}
	object, embed, iframe {
		outline: 0;
	}
	iframe{
		max-width: 100%;
	}
	a:hover, a:active, a:focus {
		outline: 0;
		text-decoration: none;
	}
	a {
		outline: 0;
		color: inherit;
		-webkit-transition: color .3s linear;
		-moz-transition: color .3s linear;
		-o-transition: color .3s linear;
		-ms-transition: color .3s linear;
		transition: color .3s linear;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	ol{
		list-style-type: decimal;
		list-style-position: inside;
	}
	ul{
		list-style-type: circle;
		list-style-position: inside;
	}
	#main{
		padding-left: 20px;
		padding-right: 20px;
	}
	#logo-container{ margin-bottom: 30px }
	#slider{ margin-bottom: 30px }
	/*#content p { margin: 0 0 20px }*/
	#content p:last-child { margin: 0px }
	#content{ line-height: 1.7 }
	.container{
		position: relative;
	}
	.site-section.has-video-bg .container,
	.site-section.has-row-mask .container{
		z-index: 1;
	}
	.clear{ clear:both }
	.relative{ position:relative }
	.woverflow{ overflow: visible }
	.no-padding{ padding: 0 }
	.text-uppercase{ text-transform: uppercase }
	.error404 #content .content-block div > *:last-child{ margin-bottom: 100px }
	.content-block{ clear: both }
	.col-lg-12{ clear: both }
	.carousel-container .col-lg-12{ clear: none }
	.post-content h1,
	.post-content h2,
	.post-content h3{ margin-top: 35px }
	.builder-element-icon-toggle{ display: none }
	.content-block article{ margin-bottom: 40px }
	.ts-advertising-container{ margin: 40px auto }
	.site-section.has-video-bg{
		position: relative;
		overflow: hidden;
	}
	body.archive #wrapper.container section#main > .container,
	body.blog #wrapper.container section#main > .container{
		padding: 0 20px;
	}
	body.archive.woocommerce-page #main{
		padding-left: 0;
		padding-right: 0;
	}
	.row-mask{
		width: 100%;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 0;
	}
	.video-background{
		position: absolute;
		right: 0;
		bottom: 0;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -1;
	}
	.ts-scroll-down-btn{
		position: absolute;
		left: 0;
		bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.ts-scroll-down-btn a{
		width: 50px;
		height: 50px;
		line-height: 52px;
		border-radius: 50%;
		border: 1px solid rgba(255, 255, 255, 0.5);
		color: rgba(255, 255, 255, 0.5);
		display: inline-block;
		font-size: 28px;
	}
	.ts-scroll-down-btn a:hover{
		color: rgba(255, 255, 255, 0.8);
	}
	.no-gutter div[class*="col-"]{
	    padding: 0;
	}
	.no-gutter div[class*="col-"] article{
		margin-bottom: 0;
	}
	.ts-page-with-layout-builder{
		padding: 0;
	}
	.ts-section-with-box-shadow{
		box-shadow: inset 0 0 10px rgba(60,60,60,0.1);
	}
	.site-section{
		position: relative;
	}
	.ts-expanded-row > .row {
	    margin: 0 -20px;
	}
	.ad-container{
		line-height: 1.8;
	}
	.embedded_videos{
		width: 100%;
		display: block;
	}
	.embedded_videos > p{
		line-height: 0;
	}
	.masonry-element.col-lg-4{
		width: 33.3%;
	}
	.masonry-element.col-lg-3{
		width: 24.9%;
	}
	.touchsize-likes.active .touchsize-likes .touchsize-likes-count:before{
		color: #999;
	}
	.touchsize-likes .touchsize-likes-count:before{
		margin-right: 5px;
		opacity: 0.7;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
	.touchsize-likes .touchsize-likes-count:hover:before{
		opacity: 1;
	}
	/* Grid clears */
	.cols-by-3 > div[class*="col-"]:nth-child(3n+1){
		clear: left;
	}
	.cols-by-2 > div[class*="col-"]:nth-child(2n+1){
		clear: left;
	}
	.cols-by-6 > div[class*="col-"]:nth-child(6n+1){
		clear: left;
	}
	.cols-by-4 > div[class*="col-"]:nth-child(4n+1){
		clear: left;
	}


/*
--------------------------------------------------------------------------------
	3. TYPOGRAPHY
--------------------------------------------------------------------------------
*/
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{

	}
	h1{
		font-family: 'Rochester';
		font-size: 52px;
	}
	h2{
		font-family: 'Rochester';
		font-size: 44px;
	}
	h3{
		font-family: 'Rochester';
		font-size: 38px;
	}
	h4{
		font-family: 'Rochester';
		font-size: 32px;
	}
	h5{
		font-family: 'Montserrat';
		font-size: 22px;
	}
	h6{
		font-family: 'Montserrat';
		font-size: 14px;
	}
	h4, h5, h6{
		line-height: 1.7;
	}
	p{
		line-height: 1.8;
	}
	p:last-child{
		margin-bottom: 0;
	}
	blockquote p{
		line-height: 1.6;
	}
	em{
		font-style: italic;
	}
	h3.block-title i{
		color:#eb593c;
		font-style: normal;
		margin:0;
	}
	.listed-two-view h4.title{
		font-size: 26px;
		margin:0;
		color: #333;
	}
	.listed-two-view h4.title{
		font-size: 18px;
		margin:0;
		margin-bottom: 10px;
	}
	.text-image-gallery h4.title{
		font-size: 23px;
		margin:0;
		margin-bottom: 10px;
	}
	.super-posts h3.title{
		font-size: 22px;
		margin:0;
	}
	h3.small-block-title{
		font-size: 28px;
		font-weight: 400;
		color: #444;
		text-transform: uppercase;
		margin:0;
		margin-bottom: 10px;
		margin-top:8px;
	}
	h1.page-title{
		line-height: 1.3;
		margin-top:0px;
		margin-bottom: 20px;
		font-weight: normal;
	}
	.page-subtitle{
		font-size: 18px;
	    font-style: italic;
	    margin-bottom: 30px;
	    margin-top: -20px;
	}
	h3.archive-title{
		margin: 0;
		margin-bottom: 10px;
	}
	.archive-title span{
		font-weight: normal;
		font-size: 14px;
	}
	.search .archive-title span{
		font-size: inherit;
	}
	.search #main .container #searchbox{
		text-align: center;
	}
	.search #main .container #searchbox a{
		display: inline-block;
		margin-bottom: 40px;
		font-size: 38px;
	}
	.search #main .archive-title{
		padding-top: 40px;
		border-top: 4px double;
	}
	.archive-desc p{
		display: block;
		margin-bottom: 50px;
	}
	.related-title, .comments-title{
		margin-bottom: 35px;
	}
	.related-title{
		font-size: 54px;
	}
	@media only screen and (max-width: 768px){
		h1.page-title{
			font-size: 28px;
		}
	}


/*
--------------------------------------------------------------------------------
	4. SINGLE PAGE
--------------------------------------------------------------------------------
*/
	/*
		4.0 General
	*/
	.single .singular-container .single-content #primary.col-lg-12{
		clear: none;
	}
	.single .featured-image .embedded_audio{
		padding-left: 310px;
	}
	.post-content{
		margin-bottom: 50px;
	}
	.single-post #main{
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.single-post .featured-image{
		position: relative;
	}
	.single-post .featured-image img{
		width: 100%;
	}
	.single-post .post-title{
		margin-top: 0;
		font-size: 68px;
	}
	.single-post .post-rating-circular{
		position: relative;
	}
	.single-post .single-meta-sidebar .touchsize-likes .touchsize-likes-count:before{
		display: block;
		font-size: 28px;
		margin: 0;
	}
	.single .post-meta{
		list-style-type: none;
	}
	.single-post .entry-meta .post-meta > li{
		display: block;
		margin-bottom: 20px;
	}
	.single-post .entry-meta .entry-meta-date > li{
		display: inline-block;
		font-style: italic;
		margin-bottom: 0;
	}
	.single-post .entry-meta .entry-meta-date .meta-date{
		font-size: 38px;
		margin-right: 5px;
	}
	.single-post .entry-meta .entry-meta-date .meta-month{
		font-size: 16px;
		position: relative;
		top: -15px;
		text-transform: lowercase;
	}
	.single-post .post-categories,
	.single-post .tags-container{
		list-style-type: none;
	}
	.single-post .post-meta-categories > a{
		display: inline-block;
		font-size: 12px;
		font-style: italic;
	}
	.single-post .post-categories li,
	.single-post .tags-container li{
		display: inline-block;
	}
	.single-post span.tagged{
		font-size: 12px;
		display: block;
		margin-bottom: 10px;
		text-decoration: underline;
	}
	.single-post .post-categories li a{
		margin-right: 5px;
	}
	.single-post .entry-meta .post-meta > li.post-meta-author{
		position: relative;
		margin-bottom: 40px;
	}
	.single-post .post-meta-author:after{
		content: "";
		border-bottom: 2px solid #ddd;
		position: relative;
		display: block;
		width: 70px;
		margin: 0 auto;
		bottom: -20px;
	}
	.single-post .post-meta-author .author-avatar{
		width: 60px;
		height: 60px;
		overflow: hidden;
		border-radius: 50%;
		margin-right: 5px;
		display: block;
		vertical-align: middle;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.single-video .post-meta-author .author-avatar{
		display: inline-block;
		margin-right: 5px;
	}
	.single-video .post-meta-author .author-avatar img{
		width: 40px;
		height: 40px;
		border-radius: 50%;
	}
	.single-post .post-meta-categories span{
		display: inline-block;
	}
	.single-post .post-rating-circular .circular-content{
		position: absolute;
		right: 50px;
		top: 70px;
		width: 160px;
		height: 160px;
		border-radius: 50%;
		background-color: #000;
		z-index: 1;
		color: #fff;
		padding: 30px 20px 20px;
	}
	.single-post .post-rating-circular .circular-content .title{
		text-transform: uppercase;
		font-size: 12px;
		display: block;
		text-align: center;
	}
	.single-post .post-rating-circular .circular-content .counted-score{
		font-size: 48px;
		font-weight: bold;
		position: relative;
		float: left;
		width: 70%;
		line-height: 1.2;
	}
	.single-post .post-rating-circular .circular-content .counted-score:after{
		content: "/";
		font-size: 28px;
		font-weight: normal;
		right: 0px;
		bottom: -5px;
		position: absolute;
	}
	.single-post .post-rating-circular .circular-content .limit{
		width: 30%;
		float: left;
		font-size: 28px;
	    margin-top: 45px;
	}
	.single-post .post-rating{
		margin-bottom: 50px;
	}
	.single-post .post-rating .rating-items{
		list-style-type: none;
		position: relative;
	}
	.single-post .post-rating .rating-items li{
		margin-bottom: 20px;
	}
	.single-post .post-rating .rating-items li:last-child{
		margin-bottom: 0;
	}
	.single-post .post-rating .rating-items li .rating-title,
	.single-post .post-rating .rating-items li .rating-score{
		display: inline-block;
	}
	.single-post .post-rating .rating-items li .rating-title{
		font-style: italic;
		font-size: 22px;
		margin: 0;
		margin-bottom: 10px;
		padding-left: 30px;
		position: relative;
	}
	.single-post .post-rating .rating-items li .rating-title:before{
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		border-radius: 50%;
		width: 10px;
		height: 10px;
		margin-top: -5px;
	}
	.single-post .post-rating .rating-items li .rating-score{
		float: right;
	}
	.single-post .post-rating .rating-items li .rating-bar{
		position: relative;
		height: 3px;
		background-color: #ededed;
		border: none;
		width: 100%;
	}
	.single-post .post-rating .rating-items li .rating-bar .bar-progress{
		width: 80%;
		position: absolute;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #000;
		display: block;
	}
	.single-post .post-rating .counted-score span{
		font-size: 16px;
		font-weight: bold;
		color: #7c7c7c;
		display: inline-block;
		margin-right: 10px;
	}
	.single-post .post-rating .counted-score strong{
		font-size: 48px;
		color: #000;
	}
	.single-post .post-related{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.single-post .post-details-title{
		display: block;
		margin-right: 10px;
	}
	.single-post .entry-subtitle{
		margin-bottom: 50px;
		font-size: 20px;
		font-weight: 500;
	}
	.single-post aside.single-meta-sidebar{
		width: 270px;
		float: left;
	}
	.single-post .single-meta-sidebar .inner-aside{
		padding: 20px;
		padding-top: 30px;
		background-color: #fff;
		text-align: center;
		margin-top: -80px;
		position: relative;
		z-index: 1;
	}
	.single-post.single-format-video .single-meta-sidebar .inner-aside,
	.single-post.single-format-gallery .single-meta-sidebar .inner-aside {
		margin-top: 0;
	}
	.single-post .hidden-featured-img .single-meta-sidebar .inner-aside {
		margin-top: 0;
	}
	.single-post aside.single-meta-sidebar .inner-aside:after{
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 1px;
		height: 100%;
		background: rgb(204,204,204);
		background: -moz-linear-gradient(top,  rgba(204,204,204,1) 0%, rgba(221,221,221,1) 21%, rgba(255,255,255,1) 70%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,204,204,1)), color-stop(21%,rgba(221,221,221,1)), color-stop(70%,rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(221,221,221,1) 21%,rgba(255,255,255,1) 70%);
		background: -o-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(221,221,221,1) 21%,rgba(255,255,255,1) 70%);
		background: -ms-linear-gradient(top,  rgba(204,204,204,1) 0%,rgba(221,221,221,1) 21%,rgba(255,255,255,1) 70%);
		background: linear-gradient(to bottom,  rgba(204,204,204,1) 0%,rgba(221,221,221,1) 21%,rgba(255,255,255,1) 70%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
	}
	.single-post .single-content .inner-single-content{
		padding-left: 300px;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	@media only screen and (max-width: 960px){
		.single-post .single-content .inner-single-content{
			padding-left: 0;
		}
		.single-post aside.single-meta-sidebar{
			width: 100%;
			margin-bottom: 50px;
		}
		.single-post aside.single-meta-sidebar .inner-aside{
			margin-top: 0;
		}
		.single-post aside.single-meta-sidebar .inner-aside:after{
			display: none;
		}
		.single-post .featured-image{
			margin-bottom: 0;
		}
		.single-post .post-meta{
			text-align: center;
		}
	}

	/*
		4.4 Author box
	*/
	.post-author-box{
		margin-bottom: 40px;
		padding: 50px 35px 35px;
		position: relative;
		text-align: center;
		margin-top: 90px;
		border: 1px solid rgba(200,200,200,0.2);
	}
	.post-author-box > a{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -40px;
		margin-top: -40px;
	    max-width: 80px;
	}
	.post-author-box > a img{
	    border-radius: 50%;
	    padding: 3px;
	    background-color: rgba(200,200,200,0.2);
	}
	.post-author-box > .author-title{
	    font-weight: normal;
	    margin: 0 0 5px;
	    padding-top: 10px;
	}
	.post-author-box > .author-title a{
	    color: inherit;
	}
	.post-author-box .author-box-info{
	    line-height: 1.8;
	    font-size: 12px;
	}
	.post-author-box + .delimiter.iconed{
		margin-top: -30px;
		margin-bottom: 40px;
	}
	.post-author-box + .delimiter.iconed:after{
		border-color: #f2f2f2;
		border-width: 1px;
		border-bottom: 0 none;
		margin-top: 0;
	}
	.author .author-title{
		font-size: 28px;
	}
	@media only screen and (max-width: 768px){
		.author .author-title{
			font-size: 18px;
			margin-top: 10px;
		}
	}

	/*
		4.5 Share box
	*/
	.post-social-sharing{
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.page .post-social-sharing .share-options{
		float: left;
	}
	.page .post-social-sharing .share-options:after{
		content: "";
		display: block;
		clear: both;
	}
	/* Cool share */
	.ts-cool-share ul{
		list-style-type: none;
	}
	.ts-cool-share ul > li{
		padding: 0;
		margin-top: 4px;
		text-align: center;
		float: left;
		margin-right: 10px;
	}
	.ts-cool-share ul > li.active{
		display: block;
	}
	.ts-cool-share .show-more > a{
		background-color: #ededed;
		color: #777;
		line-height: 30px;
		vertical-align: middle;
		padding-left: 2px;
	}
	.ts-cool-share ul li > a{
		position: relative;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 32px;
		border-radius: 50%;
		text-align: center;
		font-size: 14px;
		color: #fff;
		vertical-align: middle;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.ts-cool-share ul li > a:hover{
		opacity: 0.85;
	}
	.ts-cool-share ul li .how-many{
		display: block;
		font-size: 12px;
		opacity: 0;
		-webkit-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, transform .2s ease-in-out;
		transition: opacity .2s ease-in-out, transform .2s ease-in-out;
		-webkit-transform: translateY(-5px);
		-moz-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		-o-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	.ts-cool-share ul li a:hover + .how-many{
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.ts-cool-share ul li > a:after{
		opacity: 0;
		visibility: hidden;
	}
	.ts-cool-share ul li > a[data-tooltip]:hover:after {
	    background-color: rgba(0, 0, 0, 0.8);
	    border-radius: 5px;
	    top: -30px;
	    left: 0;
	    color: #fff;
	    content: attr(data-tooltip);
	    opacity: 1;
	    visibility: visible;
	    font-size: 11px;
	    font-weight: normal;
	    letter-spacing: 0;
	    line-height: 1.7;
	    padding: 3px 10px;
	    position: absolute;
	    white-space: nowrap;
	    width: auto;
	    z-index: 3;
	}
	.ts-cool-share label{
		float: left;
		display: block;
		text-align: center;
		margin-right: 15px;
	}
	.ts-cool-share label span{
		display: block;
		line-height: 1.4;
	}
	.ts-cool-share label span.counted{
		font-size: 20px;
		font-weight: bold;
	}
	.ts-cool-share label span.sub{
		text-transform: uppercase;
		font-weight: normal;
		font-size: 12px;
	}
	.ts-cool-share ul li a.icon-facebook{
		background-color: #3b5998;
	}
	.ts-cool-share ul li a.icon-twitter{
		background-color: #00aced;
	}
	.ts-cool-share ul li a.icon-gplus{
		background-color: #dd4b39;
	}
	.ts-cool-share ul li a.icon-linkedin{
		background-color: #007bb6;
	}
	.ts-cool-share ul li a.icon-tumblr{
		background-color: #32506d;
	}
	.ts-cool-share ul li a.icon-pinterest{
		background-color: #cb2027;
	}

	/* Circle share */
	.post-share-box-circle{
		display: inline-block;
	    position: relative;
	    vertical-align: top;
	}
	.post-share-box-circle label{
		width: 50px;
		line-height: 50px;
		border-radius: 50%;
		background-color: #333333;
		text-align: center;
		cursor: pointer;
		color: white;
		font-size: 20px;
		margin: 0;
		position: relative;
		z-index: 3;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	.post-share-box-circle label.shown{
		background: white;
		color: #333333;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	}
	.post-share-box-circle .share-menu{
		list-style: none;
		display: inline-block;
		padding: 0;
		margin: 0;
	}
	.post-share-box-circle .share-menu .share-menu-item{
	    -webkit-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
	    -moz-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
	    transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305);
	    -webkit-transform: translate(0 0);
	    -moz-transform: translate(0 0);
	    -ms-transform: translate(0 0);
	    -o-transform: translate(0 0);
	    transform: translate(0 0);
	    position: absolute;
	    top: 50%;
	    left: 0;
	    margin-top: -22px;
	    margin-left: 2px;
	    z-index: 2;
	}
	.post-share-box-circle .share-menu .share-menu-item a{
		display: block;
		line-height: 45px;
		height: 45px;
		width: 45px;
		border-radius: 50%;
		text-align: center;
		color: white;
		font-size: 18px;
		text-decoration: none;
	}
	.post-share-box-circle .share-menu .share-menu-item a[class*="facebook"]{
		background-color: #4d64a7;
	}
	.post-share-box-circle .share-menu .share-menu-item a[class*="gplus"]{
		background-color: #df4938;
	}
	.post-share-box-circle .share-menu .share-menu-item a[class*="pinterest"]{
		background-color: #cb2027;
	}
	.post-share-box-circle .share-menu .share-menu-item a[class*="linkedin"]{
		background-color: #007bb6;
	}
	.post-share-box-circle .share-menu .share-menu-item a[class*="twitter"]{
		background-color: #55aaf1;
	}
	.post-share-box-circle .share-menu .share-menu-item a[class*="tumblr"]{
		background-color: #32506d;
	}
	.post-share-box-circle .share-menu li{
		-webkit-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
	    -moz-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
	    transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
	}
	.post-share-box-circle label.shown + .share-menu li:nth-child(1) {
		-webkit-transform: translate(0em, -6em);
		-moz-transform: translate(0em, -6em);
		-ms-transform: translate(0em, -6em);
		-o-transform: translate(0em, -6em);
		transform: translate(0em, -6em);
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		transition-delay: 0s;
	}
	.post-share-box-circle label.shown + .share-menu li:nth-child(2) {
		-webkit-transform: translate(-4.5em, -4.5em);
		-moz-transform: translate(-4.5em, -4.5em);
		-ms-transform: translate(-4.5em, -4.5em);
		-o-transform: translate(-4.5em, -4.5em);
		transform: translate(-4.5em, -4.5em);
		-webkit-transition-delay: 0s;
		-moz-transition-delay: 0s;
		transition-delay: 0s;
	}
	.post-share-box-circle label.shown + .share-menu li:nth-child(3) {
		-webkit-transform: translate(-6em, 0em);
		-moz-transform: translate(-6em, 0em);
		-ms-transform: translate(-6em, 0em);
		-o-transform: translate(-6em, 0em);
		transform: translate(-6em, 0em);
		-webkit-transition-delay: 0.1s;
		-moz-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.post-share-box-circle label.shown + .share-menu li:nth-child(4) {
		-webkit-transform: translate(-4.5em, 4.5em);
		-moz-transform: translate(-4.5em, 4.5em);
		-ms-transform: translate(-4.5em, 4.5em);
		-o-transform: translate(-4.5em, 4.5em);
		transform: translate(-4.5em, 4.5em);
		-webkit-transition-delay: 0.2s;
		-moz-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	.post-share-box-circle label.shown + .share-menu li:nth-child(5) {
		-webkit-transform: translate(0em, 6em);
		-moz-transform: translate(0em, 6em);
		-ms-transform: translate(0em, 6em);
		-o-transform: translate(0em, 6em);
		transform: translate(0em, 6em);
		-webkit-transition-delay: 0.3s;
		-moz-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	.post-share-box-circle label.shown + .share-menu li:nth-child(6) {
		-webkit-transform: translate(4.5em, 4.5em);
		-moz-transform: translate(4.5em, 4.5em);
		-ms-transform: translate(4.5em, 4.5em);
		-o-transform: translate(4.5em, 4.5em);
		transform: translate(4.5em, 4.5em);
		-webkit-transition-delay: 0.4s;
		-moz-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}

	@media only screen and (max-width: 768px){
		.post-share-box-circle{
			display: none;
		}
	}

	/*
		4.6 Related posts
	*/
	.ts-related-video-container .nav-tabs{
		border: 0 none;
		margin-bottom: 30px;
	}
	.ts-related-video-container  .ts-tab-container .tab-content .tab-pane.active{
		background: transparent;
		border: 0 none;
		padding: 0;
	}
	.ts-related-video-container .ts-tab-container .nav-tabs > li > a,
	.ts-related-video-container .ts-tab-container .nav-tabs > li:not(.active) > a,
	.ts-related-video-container .ts-tab-container .nav-tabs > li.active > a{
		font-size: 22px;
		border: 0 none;
		padding: 0;
		color: #FFF;
		text-transform: uppercase;
		background: transparent;
	}
	.ts-related-video-container .ts-tab-container .nav-tabs > li.active > a{
		color: #E10D0D;
	}
	.ts-related-video-container .ts-tab-container .nav-tabs > li{
		margin-right: 30px;
	}
	footer .related{
		clear: both;
		margin-top: 20px;
	}
	footer .related .title{
		font-size: 18px;
		font-weight: 500;
	}
	footer .related .related-list > li{
		margin-bottom: 20px;
		display: block;
		width: 33.3333%;
	}
	footer .related .related-list .related-thumb{
		width: 80px;
		overflow: hidden;
		border-radius: 3px;
		display: inline-block;
		vertical-align: top;
	}
	article[data-position="left"] footer .related .related-thumb{
		float: left;
	}
	article[data-position="right"] footer .related .related-thumb{
		float: right;
	}
	.ts-big-posts article[data-position="left"] footer .related .related-content{
		padding-left: 100px;
	}
	.ts-big-posts article[data-position="right"] footer .related .related-content{
		padding-right: 100px;
	}
	footer .related .related-list .related-content a{
		color: inherit;
	}
	@media only screen and (max-width: 960px){
		footer .related .related-list > li{
			width: 100%
		}
	}

	/*
		4.7 Comments
	*/
	#comments .comment-container{
		background: #F5F5F5;
		padding: 15px;
		margin-bottom: 30px;
		border-bottom: 5px solid #EAEAEA;
	}
	#comments ul,
	#comments ol{
		list-style-type: none;
	}
	.single-video-comments{
		margin-top: 60px;
		width: 860px;
		max-width: 100%;
	}
	.comment-respond {
	    text-align: center;
	}
	#comments-title {
	    margin-bottom: 60px;
	    text-align: center;
	    font-weight: normal;
	    font-size: 32px;
	}
	.commentlist{
		margin-bottom: 40px;
	}
	.commentlist:after{
		content: '';
		display: block;
		clear: both;
	}
	.commentlist > li{
		display: block;
	}
	.commentlist > li .comment .comment-content{
		padding-left: 75px;
	}
	.commentlist .children li .comment .comment-content{
		padding-left: 53px;
	}
	.commentlist > li .comment .comment-author img{
		max-width: 60px;
		max-height: 60px;
		float: left;
		margin-right: 15px;
		border-radius: 50%;
		box-shadow: 0 0 0 5px rgba(70,70,70,0.1);
		border: 1px solid #FFF;
	}
	.commentlist > li .comment .comment-author{
		font-size: 11px;
		margin-bottom: 15px;
	}
	.commentlist > li .comment .comment-author a{
		color: inherit;
	}
	.commentlist > li .comment .comment-author .fn{
		display: block;
		font-weight: bold;
		font-size: 14px;
	}
	.commentlist > li .comment .comment-reply-link{
		display: inline-block;
		float: right;
		font-size: 11px;
		background: #EB593C;
		border-radius: 2px;
		padding: 0 8px;
		color: #FFF;
	}
	.commentlist > li .comment .comment-edit-link{
		font-weight: bold;
		padding-left: 15px;
	}
	.commentlist > li .children{
		margin-left: 40px;
	}
	#commentform p[class*="comment-form-"]:not(.comment-form-comment){
		display: block;
		width: 33.333%;
		margin: 0;
		float: left;
	}
	.woocommerce #review_form #respond p:nth-child(1){
		padding-right: 20px;
	}
	.woocommerce #review_form #respond p:nth-child(2){
		padding-left: 20px;
	}
	.woocommerce #review_form #respond p.comment-form-rating{
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	#commentform p[class*="comment-form-"]:not(.comment-form-comment):nth-child(2){
		padding-right: 20px;
		margin-bottom: 20px;
	}
	#commentform p[class*="comment-form-"]:not(.comment-form-comment):nth-child(3){
		padding: 0 20px;
	}
	#commentform p[class*="comment-form-"]:not(.comment-form-comment):nth-child(4){
		padding-left: 20px;
	}
	#commentform p.comment-form-comment{
		clear: both;
	}
	#commentform .form-submit input[type="submit"]{
		background: #EB593C;
		color: #FFF;
		box-shadow: none;
		padding: 0 25px;
		cursor: pointer;
		border-radius: 0;
		text-transform: uppercase;
		font-weight: 600;
		width: auto;
		border-radius: 8px;
		-webkit-transition: padding 0.2s ease-out;
		-moz-transition: padding 0.2s ease-out;
		transition: padding 0.2s ease-out;
	}
	#commentform .form-submit input[type="submit"]:hover{
		padding-right: 35px;
		padding-left: 35px;
	}
	#commentform label{
		color: #B1B9C7;
		text-transform: uppercase;
		font-size: 12px;
		margin-bottom: 10px;
	}
	#commentform .form-allowed-tags{
		font-size: 11px;
		color: #BBBEBF;
	}
	.comment-container .author-box{
		background: #FFF;
		text-align: center;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
		padding: 10px;
	}
	.comment-container .author-box img{
		margin: 5px 0;
		background: rgba(0,0,0,0.02);
		padding: 10px;
		border-radius: 5px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	}
	.comment-container .author{
		font-weight: bold;
		color: #EB593C;
		display: block;
	}
	.comment-container .comment-meta{
		border-bottom: 1px solid rgba(0,0,0,0.05);
		box-shadow: 0 1px 0 rgba(255,255,255,0.32);
		color: #999;
		font-size: 11px;
		padding-bottom: 5px;
	}
	.comment-container .comment-text{
		margin: 15px 0;
		line-height: 1.8;
	}
	.comment-reply{
		background: #EB593C;
		border-radius: 3px;
		color: #FFF;
		padding: 1px 5px;
		display: inline-block;
		float: right;
	}
	.comment-reply:hover, .comment-reply:focus{
		background: #333;
		color: #FFF;
	}
	.comment-form{
		margin-bottom: 30px;
	}
	.comment-form input, .comment-form textarea{
		background: #FFF;
		border: 1px solid rgba(0,0,0,0.05);
		box-shadow: 0 0 0px 2px rgba(0,0,0,0.01);
		border-radius: 0;
		color: #999;
		width: 100%;
		padding: 10px;
	}
	.comment-form input{
		height: 40px;
	}
	.comment-form input:focus, .comment-form textarea:focus{
		box-shadow: 0 0 10px rgba(90,90,90,0.1);
	}
	.comment-form textarea{
		padding: 30px;
	}
	@media only screen and (max-width: 768px){
		#commentform p{
			padding: 0 !important;
			margin-bottom: 20px !important;
			width: 100% !important;
		}
	}

	/*
		4.8 Events
	*/
	.single-event .event-map{
		margin-bottom: 30px;
	}
	.single-event .event-map iframe{
		width: 100%;
	}
	.single-event .page-title{
		font-weight: normal;
		margin: 0 0 40px;
	}
	.single-event .event-time{
		font-size: 32px;
		font-weight: bold;
		text-align: right;
	}
	.single-event .event-meta{
		list-style-type: none;
		text-transform: uppercase;
	}
	.single-event .event-meta > li{
		display: inline-block;
		margin-right: 30px;
	}
	.single-event .event-meta > li.delimiter{
		vertical-align: middle;
		margin-top: -5px;
	}
	.single-event .event-meta > li > span{
		display: block;
	}
	.single-event .event-meta > li > span[role="start-date"],
	.single-event .event-meta > li > span[role="end-date"],
	.single-event .event-meta > li > span[role="venue"]{
		font-size: 18px;
		color: inherit;
	}
	.single-event .event-meta > li.repeat{
		float: right;
		margin-right: 0;
	}
	.single-event .event-meta > li > span[role="repeat"]{
		font-size: 32px;
		vertical-align: middle;
		text-align: right;
	}
	.post-content .event-meta-details{
		list-style-type: none;
		margin: 0;
	}
	.post-content .event-meta-details li{
		list-style-type: none;
		margin: 0 0 15px;
	}
	.post-content .event-meta-details li i{
		margin-right: 5px;
	}
	.post-content .event-meta-details li span{
		text-transform: uppercase;
		color: #ccc;
		font-size: 12px;
	}
	@media only screen and (max-width: 768px){
		.single-event .event-time{
			text-align: left;
		}
		.single-event .event-meta > li{
			width: 100%;
		}
		.single-event .event-meta > li.delimiter{
			margin-bottom: 0;
			margin-top: 10px;
		}
		.single-event .event-meta > li.repeat{
			float: left;
		}
		.single-event .event-meta > li > span[role="repeat"]{
			text-align: left;
		}
	}

	/*
		4.9 Video
	*/
	body.single-video article.type-video .post-content.content-is-big{
		position: relative;
		height: 100px;
		overflow: hidden;
	}
	body.single-video article.type-video .post-content .content-cortina{
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 30px;
		background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 41%, rgba(255,255,255,1) 83%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(41%,rgba(255,255,255,0.7)), color-stop(83%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 41%,rgba(255,255,255,1) 83%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 41%,rgba(255,255,255,1) 83%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 41%,rgba(255,255,255,1) 83%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.7) 41%,rgba(255,255,255,1) 83%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	}
	.single-video .entry-header-content,
	.single-video .video-featured-image,
	.single-video .video-post-content{
		margin-bottom: 50px;
	}
	.video-post-open{
		background: #FFF;
		box-shadow: 0 0 3px rgba(70,70,70,0.2);
		color: #ccc;
		width: 120px;
		height: 30px;
		line-height: 35px;
		z-index: 2;
		text-align: center;
		margin: -35px auto 40px auto;
		cursor: pointer;
	}
	.video-post-open span{
		opacity: 0;
		text-transform: uppercase;
		font-size: 12px;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
		display: block;
		margin-top: -2px;
	}
	.video-post-open:hover span{
		opacity: 1;
	}
	.video-post-open i{
		position: absolute;
		left: 50%;
		margin-left: -10px;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.video-post-open:hover i{
		transform: translateY(30px);
		-moz-transform: translateY(30px);
		-webkit-transform: translateY(30px);
		-o-transform: translateY(30px);
		color: #ff0000;
	}
	.video-single-resize{
		color: #FFF;
		text-align: center;
		width: 80px;
		margin: -20px auto 40px auto;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		cursor: pointer;
		position: relative;
	}
	.video-single-resize:hover b{
		color: #FF0000;
	}
	.video-single-resize > i{
		font-size: 10px;
		display: inline-block;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.video-single-resize span{
		opacity: 0;
		font-size: 10px;
		position: absolute;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		left: 0;
		right: 0;
		text-align: center;
		text-transform: uppercase;
		/*letter-spacing: 1.5px;*/
	}
	.video-single-resize:hover span{
		opacity: 1;
		transform: translateY(-10px);
		-moz-transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
	}
	.video-single-resize.out:hover > i:first-child{
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
		-moz-transform: translateX(-5px);
		-o-transform: translateX(-5px);
	}
	.video-single-resize.out:hover > i:last-child{
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
		-moz-transform: translateX(5px);
		-o-transform: translateX(5px);
	}
	.video-single-resize.in:hover > i:last-child{
		transform: translateX(-5px);
		-webkit-transform: translateX(-5px);
		-moz-transform: translateX(-5px);
		-o-transform: translateX(-5px);
	}
	.video-single-resize.in:hover > i:first-child{
		transform: translateX(5px);
		-webkit-transform: translateX(5px);
		-moz-transform: translateX(5px);
		-o-transform: translateX(5px);
	}
	.container.is-smaller{
		width: 900px;
		max-width: 100%;
	}
	.container.is-smaller .wp-video,
	.container.is-smaller .wp-video div{
		max-width: 100% !important;
		max-height: 100%;
	}
	@media screen and (max-width: 768px){
		.video-single-resize{
			display: none;
		}
	}

	/*
		4.10 Portfolio
	*/
	.single-portfolio header{
		margin-bottom: 30px;
	}
	.single-portfolio .page-title{
		margin-top: 0;
		font-weight: 500;
	}
	.portfolio-items{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.portfolio-items li{
		margin: 0;
		padding: 0;
		line-height: 0;
	}
	.portfolio-featured{
		margin-bottom: 0;
	}

	/*
		4.11 Growpop navigation
	*/
	.ts-post-nav{
		margin-bottom: 50px;
		margin-top: 50px;
	}
	.ts-post-nav:after{
		content: "";
		clear: both;
		display: block;
	}
	.ts-post-nav > a{
		position: relative;
		float: left;
		width: 50%;
	}
	.ts-post-nav .inner-content{
		padding-top: 30px;
		padding-bottom: 30px;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
		-webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
		-o-transition: background .2s ease-in-out, border .2s ease-in-out;
		transition: background .2s ease-in-out, border .2s ease-in-out;
	}
	.ts-post-nav > a.prev .inner-content{
		padding-left: 10px;
	}
	.ts-post-nav > a.next .inner-content{
		padding-right: 10px;
	}
	.ts-post-nav .icon-wrapper{
		height: 80px;
		line-height: 80px;
		font-size: 28px;
		width: 40px;
		text-align: center;
	}
	.ts-post-nav .post-nav-content:after{
		content: "";
		clear: both;
		display: block;
	}
	.ts-post-nav .post-nav-content .title{
		margin-top: 0;
		font-size: 26px;
	}
	.ts-post-nav .post-nav-content .content-wrapper >  span{
		display: block;
		font-size: 11px;
		text-transform: uppercase;
	}
	.ts-post-nav > a .post-nav-content .image-wrapper img{
		overflow: hidden;
		border-radius: 50%;
	}
	.ts-post-nav > a.prev{
		padding-right: 20px;
	}
	.ts-post-nav > a.prev .icon-wrapper{
		float: left;
	}
	.ts-post-nav > a.prev .post-nav-content{
		padding-left: 50px;
	}
	.ts-post-nav > a.prev .post-nav-content .image-wrapper{
		float: left;
	}
	.ts-post-nav > a.prev .post-nav-content .content-wrapper{
		padding-top: 10px;
		padding-left: 100px;
	}
	.ts-post-nav > a.next{
		text-align: right;
		padding-left: 20px;
	}
	.ts-post-nav > a.next .icon-wrapper{
		float: right;
	}
	.ts-post-nav > a.next .post-nav-content{
		padding-right: 50px;
	}
	.ts-post-nav > a.next .post-nav-content .image-wrapper{
		float: right;
	}
	.ts-post-nav > a.next .post-nav-content .content-wrapper{
		padding-top: 10px;
		padding-right: 100px;
	}
	@media only screen and (max-width: 960px){
		.ts-post-nav > a:first-child{
			margin-bottom: 5px;
		}
		.ts-post-nav > a{
			width: 100%;
		}
		.ts-post-nav > a.prev{
			padding: 0;
		}
		.ts-post-nav > a.next{
			padding: 0;
		}
		.ts-post-nav > a .inner-content{
			padding-left: 15px;
			padding-right: 15px;
		}
	}

	/*
		4.12 Product
	*/
	.single-product .entry-summary .product_title{
		font-size: 38px;
		text-transform: uppercase;
	}
	.single-product .entry-summary .product_meta{
		margin-bottom: 30px;
	}

	/*
		4.13 Gallery
	*/
	.single-ts-gallery .entry-meta .post-meta {
	    font-style: italic;
	}
	.single-ts-gallery .post-categories {
	    list-style-type: none;
	}
	.single-ts-gallery .post-categories li {
	    display: inline-block;
	}
	.single-ts-gallery .post-categories li a {
	    margin-right: 5px;
	}
	.single-ts-gallery .post-meta-author .author-avatar {
	    border-radius: 50%;
	    display: inline-block;
	    height: 30px;
	    margin-right: 5px;
	    overflow: hidden;
	    vertical-align: middle;
	    width: 30px;
	}
	.single-ts-gallery .post-meta-categories span {
	    display: inline-block;
	}
	.single-ts-gallery .inner-gallery-container{
		margin-bottom: 50px;
	}
	.single-ts-gallery .entry-header-content{
		margin-bottom: 30px;
	}
	/* Entry overlay effect */
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="without-caption"],
	.ts-gallery-element .overlay-effect[data-trigger-caption="without-caption"]{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay,
	.ts-gallery-element .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay{
		position: absolute;
		padding: 30px 30px 70px;
		color: inherit;
		text-align: center;
		width: 100%;
		bottom: -100%;
		-webkit-transition: bottom .4s ease-in-out;
		-o-transition: bottom .4s ease-in-out;
		transition: bottom .4s ease-in-out;
	}
	.single-ts-gallery .inner-gallery-container .item-gallery,
	.ts-gallery-element .item-gallery{
		position: relative;
		overflow: hidden;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"],
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"]{
		position: absolute;
		width: 80%;
		height: 80%;
		bottom: 10%;
		right: 10%;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay,
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay{
		position: absolute;
		width: 0;
		height: 0;
		top: 90%;
		left: 90%;
		opacity: 0;
		visibility: hidden;
		z-index: -1;
		text-align: center;
		padding: 30px;
		color: inherit;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay,
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 1;
		visibility: visible;
		z-index: 10;
		overflow: hidden;
		position: relative;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay:after,
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay:after{
		content: "";
		width: 100%;
		height: 100px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .title,
	.ts-gallery-element .overlay-effect .entry-overlay .title{
		margin-top: 0;
		font-size: 22px;
		white-space: normal;
		word-wrap: break-word;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .title,
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .title,
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .entry-excerpt,
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"] .entry-overlay .entry-excerpt{
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-mz-transform: translateY(-30px);
		transform: translateY(-30px);
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .title,
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .title,
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .entry-excerpt,
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .entry-excerpt{
		opacity: 1;
		-webkit-transform: translateY(0);
		-mz-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-excerpt,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-excerpt{
		font-style: italic;
		margin-bottom: 20px;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-controls{
		text-align: center;
		list-style-type: none;
		bottom: 20px;
	    left: 30px;
	    position: absolute;
	    right: 30px;
	    text-align: center;
	    margin-bottom: 0;
	    z-index: 2;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li{
		display: inline-block;
		margin-right: 10px;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li:last-child,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li:last-child{
		margin-right: 0;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li > a,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li > a{
		display: block;
		width: 40px;
		height: 40px;
		line-height: 38px;
		border: 1px solid #c5c5c5;
		border-radius: 50%;
		opacity: 0;
		text-align: center;
		-webkit-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
		-o-transition: opacity .3s ease-in-out, transform .3s ease-in-out;
		transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li > a,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li > a{
		-webkit-transform: translateY(50px);
		-mz-transform: translateY(50px);
		transform: translateY(50px);
	}
	.single-ts-gallery .inner-gallery-container .item-gallery:hover .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay,
	.ts-gallery-element .item-gallery:hover .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay{
		bottom: 0;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li:nth-child(1) > a,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li:nth-child(1) > a{
		-webkit-transition-delay: .25s;
		transition-delay: .25s;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li:nth-child(2) > a,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li:nth-child(2) > a{
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect .entry-overlay .entry-controls > li:nth-child(3) > a,
	.ts-gallery-element .overlay-effect .entry-overlay .entry-controls > li:nth-child(3) > a{
		-webkit-transition-delay: .35s;
		transition-delay: .35s;
	}
	.single-ts-gallery .inner-gallery-container .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .entry-controls > li >a,
	.ts-gallery-element .overlay-effect[data-trigger-caption="with-caption"].shown .entry-overlay .entry-controls > li >a,
	.single-ts-gallery .inner-gallery-container .item-gallery:hover .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay .entry-controls > li > a,
	.ts-gallery-element .item-gallery:hover .overlay-effect[data-trigger-caption="without-caption"] .entry-overlay .entry-controls > li >a{
		opacity: 1;
		-webkit-transform: translateY(0);
		-mz-transform: translateY(0);
		transform: translateY(0);
	}
	.single-ts-gallery .overlay-effect .entry-controls > li.share-box,
	.ts-gallery-element .overlay-effect .entry-controls > li.share-box{
		position: relative;
	}
	.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-link ,
	.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-link {
	    position: relative;
	    z-index: 3;
	}
	.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-menu ,
	.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-menu {
	    left: 0;
        list-style: outside none none;
        margin-left: 5px;
        margin-top: -9px;
        padding: 0;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
	}
	.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-link.shown + .share-menu ,
	.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-link.shown + .share-menu {
		opacity: 1;
	}
	.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-menu .share-item ,
	.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-menu .share-item {
	    left: 0;
	    margin-left: 2px;
	    margin-top: -22px;
	    position: absolute;
	    top: 50%;
	    -webkit-transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305) 0s;
	    transition: all 0.25s cubic-bezier(0.65, -0.375, 0.955, 0.305) 0s;
	    z-index: 2;
	}
	.single-ts-gallery .overlay-effect .entry-controls > li.share-box .share-menu .share-item a ,
	.ts-gallery-element .overlay-effect .entry-controls > li.share-box .share-menu .share-item a {
	    font-size: 18px;
	}
	.single-ts-gallery .share-menu li ,
	.ts-gallery-element .share-menu li {
	    -webkit-transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
	    transition-timing-function: cubic-bezier(0.095, 0.64, 0.36, 1.365);
	}
	.single-ts-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(1) ,
	.ts-gallery-element .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(1) {
	    -webkit-transform: translate(1em, -3em);
	    transform: translate(1em, -3em);
	    -webkit-transition-delay: 0s;
	    transition-delay: 0s;
	}
	.single-ts-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(2) ,
	.ts-gallery-element .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(2) {
	    -webkit-transform: translate(2.5em, -1em);
	    transform: translate(2.5em, -1em);
	    -webkit-transition-delay: 0.1s;
	    transition-delay: 0.1s;
	}
	.single-ts-gallery .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(3) ,
	.ts-gallery-element .overlay-effect .entry-controls .share-link.shown + .share-menu li:nth-child(3) {
	    -webkit-transform: translate(3em, 1em);
	    transform: translate(3em, 1em);
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	}
	/* Trigger caption button */
	.single-ts-gallery .inner-gallery-container .trigger-caption,
	.ts-gallery-element .trigger-caption{
		bottom: 30px;
	    position: absolute;
	    right: 30px;
	    z-index: 100;
	}
	.single-ts-gallery .inner-gallery-container .trigger-caption .button-trigger-cap,
	.ts-gallery-element .trigger-caption .button-trigger-cap{
		display: block;
	    width: 40px;
	    height: 40px;
	    line-height: 40px;
	    text-align: center;
		border-radius: 50%;
		font-size: 18px;
		opacity: 0.3;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
	.single-ts-gallery .inner-gallery-container .trigger-caption .button-trigger-cap:hover,
	.ts-gallery-element .trigger-caption .button-trigger-cap:hover{
		opacity: 1;
	}
	.single-ts-gallery .inner-gallery-container .trigger-caption .button-trigger-cap > i:before,
	.ts-gallery-element .trigger-caption .button-trigger-cap > i:before{
		-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
	}

	/* Style 1 */
	.single-ts-gallery .single_gallery1 .gallery-cell,
	.ts-horizontal-gallery .gallery-cell{
		margin-right: 15px;
	}
	.single-ts-gallery .single_gallery1 .inner-gallery-container,
	.ts-horizontal-gallery .inner-gallery-container {
		position: relative;
		margin-bottom: 50px;
	}
	.single-ts-gallery .single_gallery1 .post-header-title{
		width: 350px;
		float: left;
		padding: 30px;
		height: 100%;
	}
	.single-ts-gallery .single_gallery1 .post-meta > li .touchsize-likes .touchsize-likes-count:before{
		font-size: 28px;
		display: block;
	}
	.single-ts-gallery .single_gallery1 .entry-title .post-title{
		margin-bottom: 40px;
		position: relative;
		font-size: 48px;
		margin-top: 10px;
	}
	.single-ts-gallery .single_gallery1 .entry-title .post-title:after{
		content: "";
		position: relative;
		bottom: -20px;
		border-bottom: 2px solid #000;
		width: 70px;
	}
	.single-ts-gallery .single_gallery1 .post-header-title .entry-excerpt{
		height: 170px;
	}
	.single-ts-gallery .single_gallery1 .item-gallery figure,
	.ts-horizontal-gallery .item-gallery figure{
		background: #FFF url('/wp-content/themes/shootback/images/ajax-loader.gif') center center no-repeat;
		position: relative;
		width: 100%;
		height: 100%;
	}
	.single-ts-gallery .single_gallery1 .item-gallery img,
	.ts-horizontal-gallery .item-gallery img{
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
	.single-ts-gallery .single_gallery1 .item-gallery img.lazy,
	.ts-horizontal-gallery .item-gallery img.lazy{
		opacity: 0;
	}
	.single-ts-gallery .single_gallery1 .item-gallery img.ts-lazyloaded,
	.ts-horizontal-gallery .item-gallery img.ts-lazyloaded{
		opacity: 1;
	}
	@media only screen and (min-width: 1170px){
		.single-ts-gallery .single_gallery1 .post-header-title{
			width: 450px;
		}
	}
	@media only screen and (max-width: 1170px){
		.single-ts-gallery .single_gallery1 .post-header-title{
			width: 350px;
		}
	}
	@media only screen and (max-width: 768px){
		.single-ts-gallery .single_gallery1 .post-header-title{
			width: 280px;
		}
	}
	
	/* Style 2 */
	/* clearfix */
	.single-ts-gallery .single_gallery2 .inner-gallery-container:before,
	.ts-justified-gallery .inner-gallery-container:before,
	.single-ts-gallery .single_gallery2 .inner-gallery-container:after,
	.ts-justified-gallery .inner-gallery-container:after {
		content: "";
		display: table;
	}
	.single-ts-gallery .single_gallery2 .inner-gallery-container:after,
	.ts-justified-gallery .inner-gallery-container:after {
		clear: both;
	}

	.single-ts-gallery .single_gallery2 .inner-gallery-container .item,
	.ts-justified-gallery .inner-gallery-container .item {
		float: left;
		margin-bottom: 5px; 
	}
	.single-ts-gallery .single_gallery2 .inner-gallery-container .item img,
	.ts-justified-gallery .inner-gallery-container .item img {
		max-width: 100%;
		max-height: 100%;
		vertical-align: bottom;
	}
	.single-ts-gallery .single_gallery2 .inner-gallery-container .item img.lazy,
	.ts-justified-gallery .inner-gallery-container .item img.lazy{
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
	.single-ts-gallery .single_gallery2 .inner-gallery-container .item img.ts-lazyloaded,
	.ts-justified-gallery .inner-gallery-container .item img.ts-lazyloaded{
		opacity: 1;
	}
	.single-ts-gallery .single_gallery2 .inner-gallery-container .first-item,
	.ts-justified-gallery .inner-gallery-container .first-item {
		clear: both;
	}
	.single-ts-gallery .single_gallery2 .inner-gallery-container .item figure{
		background: #FFF url('/wp-content/themes/shootback/images/ajax-loader.gif') center center no-repeat;
	}
	/* remove margin bottom on last row */
	.single-ts-gallery .single_gallery2 .inner-gallery-container .last-row, .last-row ~ .item,
	.ts-justified-gallery .inner-gallery-container .last-row, .last-row ~ .item {
		margin-bottom: 0;
	}

	/* Style 3 */
	.single-ts-gallery .single_gallery3{

	}

	/* Style 4 */
	.single-ts-gallery .single_gallery4 .inner-gallery-container,
	.single-ts-gallery .single_gallery4 .inner-gallery-container{
		position: relative;
		margin-bottom: 50px;
	}
	.single-ts-gallery .single_gallery4 .inner-gallery-container .bx-wrapper .bx-controls-direction a,
	.ts-vertical-gallery .inner-gallery-container .bx-wrapper .bx-controls-direction a{
		z-index: 10;
		width: 60px;
		height: 60px;
	}
	.single-ts-gallery .single_gallery4 .inner-gallery-container .bx-wrapper .bx-controls-direction a:before,
	.ts-vertical-gallery .inner-gallery-container .bx-wrapper .bx-controls-direction a:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		font-family: 'redfont';
		font-size: 18px;
		text-align: center;
		line-height: 60px;
	}
	.single-ts-gallery .single_gallery4 .inner-gallery-container .bx-wrapper .bx-controls-direction a.bx-next:before,
	.ts-vertical-gallery .inner-gallery-container .bx-wrapper .bx-controls-direction a.bx-next:before{
		content: "\e805";
		right: 0;
		top: 0;
	}
	.single-ts-gallery .single_gallery4 .inner-gallery-container .bx-wrapper .bx-controls-direction a.bx-prev:before,
	.ts-vertical-gallery .inner-gallery-container .bx-wrapper .bx-controls-direction a.bx-prev:before{
		content: "\e806";
		top: 0;
		left: 0;
	}

	.single-ts-gallery .single_gallery4 .inner-gallery-container .bx-wrapper .bx-controls-direction a.bx-prev,
	.ts-vertical-gallery .inner-gallery-container .bx-wrapper .bx-controls-direction a.bx-prev{
		left: auto;
	    margin-top: -51px;
	    right: 10px;
	}
	.single-ts-gallery .single_gallery4 .inner-gallery-container .bx-wrapper .bx-controls-direction a.bx-next,
	.ts-vertical-gallery .inner-gallery-container .bx-wrapper .bx-controls-direction a.bx-next{
		margin-top: 10px;
	}
	.single-ts-gallery .single_gallery4 #ts-gallery-pager,
	.ts-vertical-gallery #ts-gallery-pager{
		width: 200px;
		overflow-y: auto;
		overflow-x: hidden;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
	}
	.single-ts-gallery .single_gallery4 #ts-gallery-pager .mCSB_container,
	.ts-vertical-gallery #ts-gallery-pager .mCSB_container{
		margin-right: 0;
	}
	.single-ts-gallery .single_gallery4 #ts-gallery-pager .mCSB_container > a,
	.ts-vertical-gallery #ts-gallery-pager .mCSB_container > a{
		display: block;
		margin-bottom: 5px;
	}
	.single-ts-gallery .single_gallery4 #ts-gallery-pager img,
	.ts-vertical-gallery #ts-gallery-pager img{
		width: 180px;
	}
	@media only screen and (min-width: 960px){
		.single-ts-gallery .single_gallery4 .overlay-effect .entry-overlay,
		.ts-vertical-gallery .overlay-effect .entry-overlay{
			padding-left: 70px;
			padding-right: 70px;
		}
		.single-ts-gallery .single_gallery4 .inner-gallery-container .bx-wrapper,
		.ts-vertical-gallery .inner-gallery-container .bx-wrapper{
			position: relative;
			padding-left: 200px;
		}
	}
	@media only screen and (max-width: 960px){
		.single-ts-gallery .single_gallery4 #ts-gallery-pager,
		.ts-vertical-gallery #ts-gallery-pager{
			display: none;
		}
	}

	/* Style 5 */
	.single-ts-gallery .single_gallery5 .inner-gallery-container,
	.ts-masonry-gallery .inner-gallery-container{
		margin-left: -5px;
		margin-right: -5px;
	}
	.single-ts-gallery .single_gallery5 .inner-gallery-container .item,
	.ts-masonry-gallery .inner-gallery-container .item{
		width: 33.33%;
		padding: 5px;
	}
	.single-ts-gallery .single_gallery5 .inner-gallery-container .item img,
	.ts-masonry-gallery .inner-gallery-container .item img{
		width: 100%;
		height: auto;
	}
	.single-ts-gallery .single_gallery5 .inner-gallery-container .item img.lazy,
	.ts-masonry-gallery .inner-gallery-container .item img.lazy{
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
		width: 100%;
		height: auto;
	}
	.single-ts-gallery .single_gallery5 .inner-gallery-container .item img.ts-lazyloaded,
	.ts-masonry-gallery .inner-gallery-container .item img.ts-lazyloaded{
		opacity: 1;
	}
	.single-ts-gallery .single_gallery5 .inner-gallery-container .item figure,
	.ts-masonry-gallery .inner-gallery-container .item figure{
		background: #FFF url('/wp-content/themes/shootback/images/ajax-loader.gif') center center no-repeat;
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 200px;
	}
	.single-ts-gallery .single_gallery5 .inner-gallery-container .item figure.was-loaded,
	.ts-masonry-gallery .inner-gallery-container .item figure.was-loaded{
		min-height: auto;
	}
	@media only screen and (max-width: 960px){
		.single-ts-gallery .single_gallery5 .inner-gallery-container .item,
		.ts-masonry-gallery .inner-gallery-container .item{
			width: 33.3333%;
		}
	}
	@media only screen and (max-width: 768px){
		.single-ts-gallery .single_gallery5 .inner-gallery-container .item,
		.ts-masonry-gallery .inner-gallery-container .item{
			width: 50%;
		}
	}

	/* Style 6 */
	.single-ts-gallery .single_gallery6 .entry-title .post-title{
		font-size: 36px;
		margin-bottom: 20px;
	}
	.single-ts-gallery .single_gallery6 .inner-gallery-container,
	.ts-horizontal-scroll-gallery .inner-gallery-container{
		margin-bottom: 50px;
	}
	.single-ts-gallery .single_gallery6 .item-gallery,
	.ts-horizontal-scroll-gallery .item-gallery{
		float: left;
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.single-ts-gallery .single_gallery6 .item-gallery figure,
	.ts-horizontal-scroll-gallery .item-gallery figure{
		background: #FFF url('/wp-content/themes/shootback/images/ajax-loader.gif') center center no-repeat;
	}
	.single-ts-gallery .single_gallery6 .item-gallery img,
	.ts-horizontal-scroll-gallery .item-gallery img{
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
	.single-ts-gallery .single_gallery6 .item-gallery img.lazy,
	.ts-horizontal-scroll-gallery .item-gallery img.lazy{
		opacity: 0;
	}
	.single-ts-gallery .single_gallery6 .item-gallery img.ts-lazyloaded,
	.ts-horizontal-scroll-gallery .item-gallery img.ts-lazyloaded{
		opacity: 1;
	}
	.single-ts-gallery .single_gallery6 .post-header-title{
		width: 450px;
		padding: 30px;
		height: 100%;
		position: relative;
	}
	.single-ts-gallery .single_gallery6 .inner-gallery-container .mCSB_draggerContainer{
		margin-left: auto;
	    margin-right: auto;
	}
	@media only screen and (min-width: 768px){
		.single-ts-gallery .single_gallery6 .inner-gallery-container .mCSB_draggerContainer{
			max-width: 728px;
		}
	}
	@media only screen and (min-width: 960px){
		.single-ts-gallery .single_gallery6 .inner-gallery-container .mCSB_draggerContainer{
			max-width: 920px;
		}
	}
	@media only screen and (min-width: 1170px){
		.single-ts-gallery .single_gallery6 .inner-gallery-container .mCSB_draggerContainer{
			max-width: 1130px;
		}
	}
	@media only screen and (min-width: 1441px){
		.single-ts-gallery .single_gallery6 .inner-gallery-container .mCSB_draggerContainer{
			max-width: 1340px;
		}
	}

	.single-ts-gallery .post-fotorama-gallery{
		margin-bottom: 50px;
	}
	/*.single-ts-gallery .post-header-title{
		margin-bottom: 50px;
	}*/
	.single-ts-gallery .post-header-title .entry-icon{
		color: #EE293A;
		font-size: 72px;
		margin-top: 30px;
	}
	.single-ts-gallery .protected-post-form{
		margin-top: 20px;
	}
	.single-ts-gallery .entry-title .post-title{
		font-size: 72px;
		margin-top: 0;
	}
	.single-ts-gallery .entry-meta:after{
		content: "";
		clear: both;
		display: block;
	}
	.single-ts-gallery .entry-meta ul{
		display: inline-block;
		list-style-type: none;
	}
	.single-ts-gallery .entry-meta .entry-likes .post-likes {
		text-align: center;
		padding: 15px;
		width: 80px;
		height: 80px;
		border-radius: 50%;
		border: 1px solid rgba(70,70,70,0.08);
		vertical-align: middle;
	}
	.single-ts-gallery .entry-meta .entry-date,
	.single-ts-gallery .entry-meta .entry-categories,
	.single-ts-gallery .entry-meta .entry-likes {
		vertical-align: middle;
		display: inline-block;
		margin-right: -3px;
	}
	.single-ts-gallery .entry-meta .entry-date{
		padding-right: 20px;
	}
	.single-ts-gallery .entry-meta .entry-categories{
		padding-left: 20px;
	}
	.single-ts-gallery .entry-meta .entry-date,
	.single-ts-gallery .entry-meta .entry-categories {
		width: 45%;
	}
	.single-ts-gallery .entry-meta .entry-likes {
		width: 10%;
	}
	.single-ts-gallery .entry-meta .entry-likes .post-likes .touchsize-likes-count{
		font-size: 12px;
	}
	.single-ts-gallery .entry-meta .entry-likes .post-likes .touchsize-likes-count:before{
		font-size: 23px;
		display: block;
		margin: auto;
		margin-top: 5px;
	}
	.single-ts-gallery .entry-meta .entry-category > li{
		display: inline-block;
		font-size: 12px;
	}
	@media only screen and (max-width: 960px){
		.single-ts-gallery .entry-meta .entry-date,
		.single-ts-gallery .entry-meta .entry-categories {
			width: 40%;
		}
		.single-ts-gallery .entry-meta .entry-likes {
			width: 20%;
		}
	}
	@media only screen and (max-width: 768px){
		.single-ts-gallery .entry-meta .entry-date,
		.single-ts-gallery .entry-meta .entry-categories,
		.single-ts-gallery .entry-meta .entry-likes {
			width: 33.3333%;
		}
	}
	.single-ts-gallery .entry-meta .entry-date,
	.single-ts-gallery .entry-meta .entry-categories,
	.single-ts-gallery .single_gallery1 .entry-meta .entry-likes,
	.single-ts-gallery .single_gallery6 .entry-meta .entry-likes{
		width: 33.33333%;
	}


/*
--------------------------------------------------------------------------------
	5. SHORTCODES
--------------------------------------------------------------------------------
*/
	.ts-shortcode-element{
		z-index: 1;
	}
	.ts-shortcode-list ul li{
		list-style: none;
		position: relative;
	}
	.ts-shortcode-list ul li:before{
		display: inline-block;
		font-family: 'redfont';
		left: 0;
		top: 0;
		margin-right: 10px;
	}
	.ts-shortcode-list > ul > li{
		margin-left: 0;
	}
	/* Star list */
	.ts-star ul li:before{
		content: "\e843";
	}

	/* Arrow list */
	.ts-arrow ul li:before{
		content: "\e81d";
	}

	/* Thumb list */
	.ts-thumb ul li:before{
		content: "\e872";
	}

	/* Question list */
	.ts-question ul li:before{
		content: "?";
	}

	/* Direction list */
	.ts-direction ul li:before{
		content: "\e874";
	}

	/* Tick list */
	.ts-tick ul li:before{
		content: "\e875";
	}


/*
--------------------------------------------------------------------------------
	6. ARTICLE VIEWS
--------------------------------------------------------------------------------
*/
	/*
		6.0 General
	*/
	.ts-grid-view ul,
	.ts-grid-view ol,
	.ts-thumbnail-view ul,
	.ts-thumbnail-view ol,
	.ts-list-view ul,
	.ts-list-view ol,
	.ts-big-posts ul,
	.ts-big-posts ol,
	.ts-super-posts ul,
	.ts-super-posts ol{
		list-style-type: none;
	}
	article .entry-meta-date > li,
	.single-ts-gallery .entry-meta-date > li{
		display: inline-block;
		font-style: italic;
		font-size: 14px;
	}
	article .entry-meta-date > li.meta-date,
	.single-ts-gallery .entry-meta-date > li.meta-date{
		color: inherit;
		font-weight: bold;
	}
	article .entry-meta-date > li.meta-month,
	.single-ts-gallery .entry-meta-date > li.meta-month{
		text-transform: lowercase;
	}
	article .entry-category > li > a,
	.single-ts-gallery .entry-category > li > a{
		font-style: italic;
	}
	article[data-sticky="is-sticky"] .is-sticky-div{
		position: absolute;
	    width: 80px;
	    text-align: center;
	    font-size: 11px;
	    height: 20px;
	    line-height: 20px;
	}
	.ts-grid-view article[data-sticky="is-sticky"] .is-sticky-div{
		bottom: 35px;
		left: 35px;
	}
	.ts-thumbnail-view article[data-sticky="is-sticky"] .is-sticky-div{
		top: 10px;
		left: 30px;
	}
	.ts-big-posts article[data-sticky="is-sticky"] .is-sticky-div{
		bottom: -5px;
		left: 35px;
	}
	.ts-list-view article[data-sticky="is-sticky"] .is-sticky-div{
		bottom: -5px;
		left: 35px;
	}
	.ts-super-posts article[data-sticky="is-sticky"] .is-sticky-div{
		top: 0px;
		left: 30px;
	}
	.mosaic-view article[data-sticky="is-sticky"] .is-sticky-div{
		top: 10px;
		left: 35px;
	}
	.image-holder,
	.featimg{
		position:relative;
		overflow: hidden;
		line-height: 0;
	}
	.image-holder img,
	.featimg img{
		width: 100%;
		height: auto;
	}
	body.views-has-shadow .ts-grid-view article,
	body.views-has-shadow .ts-thumbnail-view article,
	body.views-has-shadow .ts-list-view article,
	body.views-has-shadow .ts-big-posts .entry-section,
	body.views-has-shadow .ts-big-posts .title-above-image .entry-title,
	body.views-has-shadow .ts-article-accordion .panel-group,
	body.views-has-shadow .product-view header,
	body.views-has-shadow .product-view section,
	body.views-has-shadow .ts-timeline-view article,
	body.views-has-shadow .ts-super-posts article{
		box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.1);
	}
	.ts-grid-view .post-rating-circular,
	.ts-thumbnail-view .post-rating-circular,
	.ts-list-view .post-rating-circular,
	.ts-big-posts .post-rating-circular,
	.ts-timeline-view .post-rating-circular,
	.ts-article-accordion .post-rating-circular,
	.ts-super-posts .post-rating-circular{
		position: absolute;
		left: 20px;
		top: 20px;
		z-index: 10;
	}
	.ts-big-posts .title-above-image[data-position="left"] .post-rating-circular{
		top: 40px;
	}
	.ts-big-posts .title-above-image[data-position="right"] .post-rating-circular{
		right: 20px;
		top: 40px;
		left: auto;
	}
	.ts-big-posts .title-below-image[data-position="right"] .post-rating-circular{
		right: 20px;
		left: auto;
	}
	.ts-grid-view .post-rating-circular .circular-content,
	.ts-thumbnail-view .post-rating-circular .circular-content,
	.ts-list-view .post-rating-circular .circular-content,
	.ts-big-posts .post-rating-circular .circular-content,
	.ts-timeline-view .post-rating-circular .circular-content,
	.ts-article-accordion .post-rating-circular .circular-content,
	.ts-super-posts .post-rating-circular .circular-content{
		background-color: #000;
		color: #fff;
		text-align: center;
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}
	.ts-grid-view .post-rating-circular .circular-content .counted-score,
	.ts-thumbnail-view .post-rating-circular .circular-content .counted-score,
	.ts-list-view .post-rating-circular .circular-content .counted-score,
	.ts-big-posts .post-rating-circular .circular-content .counted-score,
	.ts-timeline-view .post-rating-circular .circular-content .counted-score,
	.ts-article-accordion .post-rating-circular .circular-content .counted-score,
	.ts-super-posts .post-rating-circular .circular-content .counted-score{
		line-height: 60px;
	}
	.entry-excerpt{
		line-height: 1.8;
		font-size: 13px;
		color: #777;
	}
	.views-read-more{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		white-space: nowrap;
		color: #525252;
		text-transform: uppercase;
		display: inline-block;
		padding: 0 25px 0 15px;
		position: relative;
		margin-bottom: 20px;
		-webkit-transition: padding-right 0.2s ease-out;
		-moz-transition: padding-right 0.2s ease-out;
		transition: padding-right 0.2s ease-out;
	}
	.views-read-more:hover{
		padding-right: 30px;
	}
	.views-read-more i{
		font-size: 9px;
		line-height: 1;
		position: absolute;
		top: 10px;
		right: 7px;
	}
	.views-delimiter{
		font-weight: 700;
		color: #999;
		letter-spacing: 0.2em;
		margin-bottom: 20px;
		font-family: 'Montserrat';
		font-size: 12px;
	}
	.view-video-play{
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background-color: #FFF;
		color: #da192c;
		border-radius: 50%;
		position: absolute;
		left: 50%;
		margin-left: -13px;
		margin-top: -13px;
		top: 50%;
		font-size: 14px;
		z-index: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	article .image-holder:hover .view-video-play{
		opacity: 0;
		visibility: 0;
		z-index: -1;
	}
	.view-video-play i:before{
		margin: 0 0 0 3px;
	}
	.ts-thumbnail-view article[data-title-position='over-image'] .view-video-play{
		margin-top: -25px;
		opacity: 1;
		z-index: 3;
	}
	.ts-thumbnail-view article[data-title-position='below-image'] .view-video-play, .ts-grid-view article .view-video-play{
		width: 34px;
		height: 34px;
		line-height: 34px;
		margin-left: -17px;
		margin-top: -17px;
	}
	.ts-big-posts article .view-video-play, .ts-list-view article .view-video-play, .ts-timeline-view article .view-video-play{
		width: 44px;
		height: 44px;
		line-height: 44px;
		margin-left: -22px;
		margin-top: -22px;
		font-size: 14px;
	}
	/* Views animation */
	section.rotate-in article{
		-webkit-transform: rotate(0) translate(0,0);
		-moz-transform: rotate(0) translate(0,0);
		-o-transform: rotate(0) translate(0,0);
		-ms-transform: rotate(0) translate(0,0);
		-webkit-transform: rotate(25deg) translate(350px, 250px);
		-moz-transform: rotate(25deg) translate(350px, 250px);
		-o-transform: rotate(25deg) translate(350px, 250px);
		-ms-transform: rotate(25deg) translate(350px, 250px);
		transform: rotate(25deg) translate(350px, 250px);
		-webkit-transition: all .8s ease-out;
		-moz-transition: all .8s ease-out;
		-o-transition: all .8s ease-out;
		transition: all .8s ease-out;
	}
	section.rotate-in article.shown{
		-webkit-transform: rotate(0) translate(0,0);
		-moz-transform: rotate(0) translate(0,0);
		-o-transform: rotate(0) translate(0,0);
		-ms-transform: rotate(0) translate(0,0);
		transform: rotate(0) translate(0,0);
	}
	section.flip article{
		-webkit-transform: perspective(1000px) rotateY(90deg);
		-moz-transform: perspective(1000px) rotateY(90deg);
		-o-transform: perspective(1000px) rotateY(90deg);
		-ms-transform: perspective(1000px) rotateY(90deg);
		transform: perspective(1000px) rotateY(90deg);
		-webkit-transition: all 1.5s ease-out;
		-moz-transition: all 1.5s ease-out;
		-o-transition: all 1.5s ease-out;
		transition: all 1.5s ease-out;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
	}
	section.flip article.shown{
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-o-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
	}
	section.scaler article{
		-webkit-transform: scale(0.001);
		-moz-transform: scale(0.001);
		-o-transform: scale(0.001);
		-ms-transform: scale(0.001);
		transform: scale(0.001);
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	section.scaler article.shown{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	section.opacited article, section.rotate-in article{
		opacity: 0;
	}

	.content-block.opacited{
		opacity: 0;
		-webkit-transition: opacity .4s ease-out;
		-moz-transition: opacity .4s ease-out;
		-o-transition: opacity .4s ease-out;
		transition: opacity .4s ease-out;
	}
	.content-block.opacited.shown{
		opacity: 1;
	}
	.content-block.perspective-y{
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transform: perspective(1140px) rotateY(45deg);
		-moz-transform: perspective(1140px) rotateY(45deg);
		-o-transform: perspective(1140px) rotateY(45deg);
		-ms-transform: perspective(1140px) rotateY(45deg);
		transform: perspective(1140px) rotateY(45deg);
	}
	.content-block.shown.perspective-y{
		-webkit--webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-o-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
		-moz--webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-o-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
		-o--webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-o-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
		-ms--webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-o-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
		-o-transform: rotateY(0);
		-ms-transform: rotateY(0);
		transform: rotateY(0);
	}

	.content-block.perspective-x{
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transform: perspective(1140px) rotateX(45deg);
		-moz-transform: perspective(1140px) rotateX(45deg);
		-o-transform: perspective(1140px) rotateX(45deg);
		-ms-transform: perspective(1140px) rotateX(45deg);
		transform: perspective(1140px) rotateX(45deg);
	}
	.content-block.shown.perspective-x{
		-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-o-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}

	.content-block.slideup{
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transform: translateY(150px);
		-moz-transform: translateY(150px);
		-o-transform: translateY(150px);
		-ms-transform: translateY(150px);
		transform: translateY(150px);
		perspective: 1000px;
	}
	.content-block.shown.slideup{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}

	.content-block.slideright{
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transform: translateX(150px);
		-moz-transform: translateX(150px);
		-o-transform: translateX(150px);
		-ms-transform: translateX(150px);
		transform: translateX(150px);
		perspective: 1000px;
	}
	.content-block.shown.slideright{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.content-block.slideleft{
		-webkit-transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		-ms-transition: all .5s ease-out;
		transition: all .5s ease-out;
		-webkit-transform: translateX(-150px);
		-moz-transform: translateX(-150px);
		-o-transform: translateX(-150px);
		-ms-transform: translateX(-150px);
		transform: translateX(-150px);
		perspective: 1000px;
	}
	.content-block.shown.slideleft{
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
		.ts-grid-view:after,
		.ts-list-view:after,
		.ts-thumbnail-view:after,
		.ts-big-posts:after,
		.ts-super-posts:after,
		.ts-timeline-view:after,
		.mosaic-view:after{
		     visibility: hidden;
		     display: block;
		     font-size: 0;
		     content: " ";
		     clear: both;
		     height: 0;				
		}	
		.ts-pagination ul li{
			margin-right: 5px;
		}	


	/*
		6.1 Grid
	*/
	.ts-grid-view article {
		margin-bottom: 40px;
		padding: 15px;
		padding-bottom: 20px;
		text-align: center;
	}
	.ts-grid-view article.title-above-image {
		padding-top: 20px;
	}
	.ts-grid-view .image-holder {
		margin-bottom: 20px;
		margin-bottom: 0;
	}
	.ts-grid-view article .entry-title {
		margin: 0;
		line-height: 1.5;
		font-size: 32px;
	}
	.ts-grid-view article .entry-excerpt {
		font-size: 13px;
		margin-top: 25px;
		margin-bottom: 15px;
		margin-right: 30px;
		margin-left: 30px;
		line-height: 1.9;
	}
	.ts-grid-view article .grid-more{
		margin-bottom: 20px;
	}
	.ts-grid-view article .grid-more a{
		font-size: 19px;
		color: inherit;
	}
	.ts-grid-view section{
		padding-top: 30px;
	}
	.ts-grid-view .entry-category {
		font-size: 12px;
		position: relative;
		margin-bottom: 10px;
	}
	.ts-grid-view .entry-category > li{
		display: inline-block;
		font-style: italic;
	}
	.ts-grid-view .entry-meta {
		position: relative;
		margin: 0;
		margin-top: 8px;
		padding: 0;
		line-height: 22px;
		font-size: 12px;
	}
	.ts-grid-view .entry-read-more > a {
		font-size: 14px;
		position: relative;
	}
	.ts-grid-view .title-above-image .entry-category{
		display: block;
	}
	.ts-grid-view .title-above-image .entry-title{
		margin-bottom: 5px;
	}
	.ts-grid-view .title-above-image .image-holder{
		margin-top: 20px;
	}
	.ts-grid-view .title-below-image .entry-title{
		margin-bottom: 5px;
	}
	.ts-grid-view .mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-bottom: -15px;
	}
	.ts-grid-view footer .related .related-thumb{
		margin-right: 20px;
	}

	/*
		6.2 List
	*/
	.ts-list-view article{
		padding: 15px;
		margin-bottom: 40px;
	}
	.ts-list-view article[data-featured-image="no-image"] .sidebar{
		margin-top: 0;
	}
	.ts-list-view article[data-featured-image="no-image"]{
		margin-bottom: 80px;
	}
	.ts-list-view article.article-meta-hidden .sidebar{
		padding-bottom: 0;
	}
	.ts-list-view .image-holder{
		margin-bottom: 30px;
	}
	.ts-list-view .entry-content{
		padding: 30px; 
		padding-left: 0;
		padding-top: 0;
	}
	.ts-list-view .entry-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 32px;
		line-height: 1.5;
	}
	.ts-list-view .entry-tags{
		font-size: 12px;
		color: #7c7c7c;
	}
	.ts-list-view .entry-meta{
		position: relative;
		margin-bottom: 10px;
	}
	.ts-list-view .entry-category{
		font-size: 11px;
		margin-bottom: 0;
	}
	.ts-list-view .entry-meta-date {
		margin-right: 10px;
	}
	.ts-list-view .entry-meta-date li{
		font-size: 12px;
	}
	.ts-list-view .entry-meta-date,
	.ts-list-view .entry-meta-likes {
		display: inline-block;
	}
	.ts-list-view .entry-meta-likes a{
		font-size: 13px;
		color: inherit;
	}
	.ts-list-view .entry-meta-date li {
		display: inline-block;
	}
	.ts-list-view .entry-excerpt {
		line-height: 1.9;
	}
	.ts-list-view .entry-tags{
		margin-top: 20px;
		color: #c5c5c5;
	}
	.ts-list-view .entry-tags > span{
		display: block;
		text-decoration: underline;
		font-size: 11px;
		margin-bottom: 5px;
	}
	.ts-list-view .entry-tags a{
		color: inherit;
	}
	.ts-list-view .entry-category > li{
		display: inline-block;
	}
	@media only screen and (max-width: 991px){
		.ts-list-view article header:after{
			display: none;
		}
		.ts-list-view article .entry-tags{
			margin-bottom: 15px;
		}
	}
	@media only screen and (max-width: 767px){
		.ts-list-view article .entry-author ul,
		.ts-big-posts article .entry-author ul,
		.post-author-block ul{
			float: left;
		}
	}
	@media only screen and (max-width: 368px){
		.ts-list-view article .entry-author ul,
		.ts-big-posts article .entry-author ul,
		.post-author-block ul{
			float: none;
		}
	}

	/*
		6.3 Big post
	*/
	.ts-big-posts {
		margin-bottom: 40px;
	}
	.ts-big-posts article {
		margin-bottom: 50px;
		padding: 15px
	}
	.ts-big-posts article:after {
		content: "";
		display: block;
		clear: both;
	}
	.ts-big-posts section {
		position: relative;
		display: block;
	}
	.ts-big-posts section:after {
		content: "";
		display: block;
		clear: both;
	}
	.ts-big-posts section .entry-section {
		position: relative;
		/*padding: 10px 0;*/
		z-index: 3;
	}
	.ts-big-posts .entry-category {
		margin-bottom: 15px;
		display: block;
		font-size: 12px;
		position: relative;
	}
	.ts-big-posts .entry-category > li{
		display: inline-block;
	}
	.ts-big-posts .title {
		margin: 0;
		margin-bottom: 10px;
		font-size: 32px;
		line-height: 1.2;
		display: block;
	}
	.ts-big-posts .entry-meta {
		display: block;
		font-size: 12px;
	}
	.ts-big-posts .entry-excerpt {
		position: relative;
		margin-bottom: 30px;
		line-height: 1.8;
		font-size: 12px;
		max-height: 100%;
		overflow: hidden;
	}
	.ts-big-posts .entry-excerpt:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 40px;
		left: 0;
		bottom: 0;
	}
	.ts-big-posts .title-above-image .title{
		margin: 0;
		margin-bottom: 10px;
	}
	.ts-big-posts .article-split-1-3 .entry-overlay .article-view-more{
		display: none;
	}
	.ts-big-posts .entry-meta ul{
		list-style: none;
		margin: 0 0 15px;
	}
	.ts-big-posts .entry-meta ul li{
		display: inline-block;
		font-size: 12px;
		color: #ccc;
	}
	.ts-big-posts .entry-meta ul li a{
		color: inherit;
	}
	.ts-big-posts .related-list:after{
		content: "";
		display: block;
		clear: both;
	}
	/* Image Position */
	.ts-big-posts article[data-position="left"]{
		text-align: left;
	}
	.ts-big-posts article[data-position="left"] footer .related{
		text-align: left;
		padding-top: 20px;
	}
	.ts-big-posts article[data-position="left"] footer .related .related-list > li{
		float: left;
		padding-right: 30px;
	}
	
	.ts-big-posts article[data-position="right"]{
		text-align: right;
	}
	.ts-big-posts article[data-position="right"] footer .related{
		text-align: right;
	}
	.ts-big-posts article[data-position="right"] footer .related .related-list > li{
		float: right;
		padding-left: 30px;
	}

	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] header{
		float: right;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] section{
		float: left;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] footer .related{
		text-align: right;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] footer .related .related-thumb{
		float: right;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] footer .related .related-list > li{
		float: right;
		padding-left: 30px;
	}
	.ts-big-posts div:nth-child(2n+1) article[data-position="mosaic"] footer .related .related-list > li{
		float: left;
		padding-right: 30px;
	}

	/* Title position */
	.ts-big-posts .entry-title{
		width: 100%;
	}
	.ts-big-posts .title-above-image .entry-excerpt {
		margin-top: 0;
	}
	.ts-big-posts article[data-position="left"].title-above-image > div {
		float: left;
	}
	.ts-big-posts article[data-position="left"].title-above-image .entry-title {
		text-align: left;
	}
	.ts-big-posts article[data-position="right"].title-above-image > div {
		float: right;
	}
	.ts-big-posts article[data-position="right"].title-above-image .entry-title {
		text-align: right;
	}
	.ts-big-posts article[data-position="mosaic"]:nth-child(2n+1).title-above-image > div {
		float: left;
	}
	.ts-big-posts article[data-position="mosaic"]:nth-child(2n).title-above-image > div {
		float: right;
	}
	.ts-big-posts article[data-position="mosaic"]:nth-child(2n+1) .entry-title {
		text-align: left;
	}
	.ts-big-posts article[data-position="mosaic"]:nth-child(2n) .entry-title {
		text-align: right;
	}
	.ts-big-posts div:nth-child(2n) article[data-position="mosaic"] .entry-title .title{
		text-align: right;
	}
	@media only screen and (min-width: 768px){
		.ts-big-posts article .entry-excerpt{
			height: 100%;
		}
	}
	@media only screen and (max-width: 1170px){
		.ts-big-posts article.article-split-3-4 .title{
			font-size: 28px;
			line-height: 1.3;
		}
	}
	/*@media only screen and (min-width: 960px) and (max-width: 1170px){
		.ts-big-posts article.article-split-1-3 .entry-excerpt{
			display: none;
		}
	}*/
	@media only screen and (max-width: 960px){
		.ts-big-posts article[data-position="left"].title-above-image > div ,
		.ts-big-posts article[data-position="right"].title-above-image > div ,
		.ts-big-posts article[data-position="mosaic"]:nth-child(2n+1).title-above-image > div ,
		.ts-big-posts article[data-position="mosaic"]:nth-child(2n).title-above-image > div {
			float: none;
		}
		.ts-big-posts article[data-position="left"] section .entry-section ,
		.ts-big-posts article[data-position="right"] section .entry-section ,
		.ts-big-posts article[data-position="mosaic"]:nth-child(2n+1) section .entry-section ,
		.ts-big-posts article[data-position="mosaic"]:nth-child(2n) section .entry-section {
			margin: 0;
		}
		.ts-big-posts article.title-above-image[data-position="left"] .entry-title ,
		.ts-big-posts article.title-above-image[data-position="right"] .entry-title {
			margin: 0;
			text-align: center;
		}
	    .ts-big-posts .title-above-image .entry-meta{
	    	margin-bottom: 0;
	    }
	    .ts-big-posts .title-above-image[data-position="right"] .entry-title{
	    	padding-bottom: 0;
	    }
	    body.views-has-shadow .ts-big-posts .entry-section,
	    body.views-has-shadow .ts-big-posts .title-above-image .entry-title{
			box-shadow: none;
	    }
	    body.views-has-shadow .ts-big-posts article.title-above-image,
	    body.views-has-shadow .ts-big-posts article.title-below-image header .image-holder,
	    body.views-has-shadow .ts-big-posts article.title-below-image section .entry-section{
	    	box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.2);
	    }
		.ts-big-posts .entry-excerpt:before{
			display: none;
		}
		.ts-big-posts .image-holder{
			margin-bottom: 15px;
		}
	}

	/*
		6.4 Thumbnail
	*/
	.ts-thumbnail-view.no-gutter{
		margin: 0 20px 40px 20px;
	}
	.ts-thumbnail-view article{
		position: relative;
		margin-bottom: 40px;
		padding: 15px 15px 20px 15px;
	}
	/* Title over image */
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-content:before{
		content: '';
		display: block;
		height: 50%;
		left: 15px;
		right: 15px;
		position: absolute;
		bottom: 19px;
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
		background: -moz-linear-gradient(top,  rgba(60,60,60,0) 0%, rgba(60,60,60,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,60,60,0)), color-stop(100%,rgba(60,60,60,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(60,60,60,0) 0%,rgba(60,60,60,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
	.ts-thumbnail-view article[data-title-position="over-image"]:hover .entry-content:before{
		opacity: 0;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-content{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		padding: 20px 30px 30px 30px;
		width: 100%;
		text-shadow: 0 0 2px rgba(0,0,0,0.7);

		-webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		-o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .image-holder img{
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		-webkit-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		transition: all 0.6s ease-out;
	}
	.ts-thumbnail-view article[data-title-position="over-image"]:hover .image-holder img{
		-webkit-transform: scale(1.2) rotate(-5deg);
		-o-transform: scale(1.2) rotate(-5deg);
		transform: scale(1.2) rotate(-5deg);
	}
	.ts-thumbnail-view article[data-title-position="over-image"]:hover .entry-content{
		padding-bottom: 35px;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-title{
		position: relative;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-title .title{
		color: #fff;
		font-size: 28px;
		margin: 0;
		white-space: normal;
		position: relative;
		display: inline-block;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-category{
		margin-bottom: 0;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-category > li{
		display: inline-block;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-category > li,
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-category > li > a{
		line-height: 1.6;
		font-size: 12px;
		color: #fff;
		opacity: 0.85;
		text-shadow: 0 0 2px rgba(30,30,30,0.8);
		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-category > li > a{
		display: block;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-category > li > a:hover{
		opacity: 1;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-content a{
		color: #fff;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-content a:hover{
		color: inherit;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .entry-meta-likes{
		position: absolute;
		top: 10px;
		right: 15px;
		z-index: 2;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .touchsize-likes > span{
		display: inline-block;
	}
	.ts-thumbnail-view article[data-title-position="over-image"] .touchsize-likes .touchsize-likes-count{
		color: #FFF;
	}

	/* Title below */
	.ts-thumbnail-view article[data-title-position="below-image"] .entry-content{
		padding: 20px 20px 0 20px;
	}
	.ts-thumbnail-view article[data-title-position="below-image"] .entry-title .title{
		font-size: 28px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.ts-thumbnail-view article[data-title-position="below-image"] .entry-category,
	.ts-thumbnail-view article[data-title-position="below-image"] .entry-meta-date li{
		font-size: 12px;
	}
	.ts-thumbnail-view article[data-title-position="below-image"] .entry-meta-date > li{
		color: #fff;
	}
	.ts-thumbnail-view article[data-title-position="below-image"] .entry-meta{
		position: absolute;
		right: 25px;
		bottom: 15px;
		text-align: right;
	}
	.ts-thumbnail-view article[data-title-position="below-image"] .entry-category > li{
		display: inline-block;
	}
	.ts-thumbnail-view .mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-bottom: -15px;
	}
	@media only screen and (max-width: 1170px){
		.ts-thumbnail-view .entry-title .title{
			font-size: 16px;
		}
	}
	@media only screen and (max-width: 1440px) and (min-width: 960px){
		.ts-thumbnail-view.cols-by-4 article[data-title-position="over-image"] .meta-dates .entry-date:before,
		.ts-thumbnail-view.cols-by-4 article[data-title-position="over-image"] .meta-dates .entry-date:after{
			display: none;
		}
	}
	@media only screen and (max-width: 768px){
		.ts-thumbnail-view .ts-sep-wrap:before,
		.ts-thumbnail-view .ts-sep-wrap:after{
			display: none;
		}
		.ts-thumbnail-view article[data-title-position="over-image"] .meta-dates .entry-date:before{
			left: 200px;
		}
		.ts-thumbnail-view article[data-title-position="over-image"] .meta-dates .entry-date:after{
			right: 200px;
		}
	}
	@media only screen and (max-width: 460px){
		.ts-thumbnail-view article[data-title-position="over-image"] .meta-dates .entry-date:before{
			left: 20px;
		}
		.ts-thumbnail-view article[data-title-position="over-image"] .meta-dates .entry-date:after{
			right: 20px;
		}
	}

	/*
		6.5 Super post
	*/
	.ts-super-posts article{
		position: relative;
		overflow: hidden;
		margin-bottom: 40px;
	}
	.ts-super-posts section{
		position: absolute;
		bottom: 20px;
		padding: 30px;
		z-index: 2;
	}
	.ts-super-posts .image-holder img{
		width: 100%;
	}
	.ts-super-posts .image-holder:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.ts-super-posts .entry-meta{
		width: 80px;
		float: left;
	}
	article .entry-meta-date > li{
		/*display: block;*/
	}
	.ts-super-posts .entry-meta .entry-meta-date{
		width: 40px;
		float: left;
		margin-bottom: 0;
	}
	.ts-super-posts .entry-meta .entry-meta-date .meta-date{
		font-size: 14px;
		line-height: 1.2;
		margin-bottom: 2px;
	}
	.ts-super-posts .entry-meta .entry-meta-date .meta-month{
		font-size: 10px;
		line-height: 1.2;
		text-transform: uppercase;
	}
	.ts-super-posts .entry-meta .entry-meta-likes{
		float: left;
		width: 40px;
		line-height: 1.4;
	}
	.ts-super-posts .entry-meta .entry-meta-likes span:before{
		display: block;
		width: 100%;
		margin: 0;
		line-height: 12px;
	}
	.ts-super-posts .entry-meta .entry-meta-date,
	.ts-super-posts .entry-meta .entry-meta-likes{
		padding: 3px;
		height: 40px;
		text-align: center;
	}
	.ts-super-posts .entry-meta .entry-meta-date{
		background-color: #000;
		color: #fff;
	}
	.ts-super-posts .entry-meta .entry-meta-likes{
		padding-top: 5px;
	}
	.ts-super-posts .entry-meta .entry-meta-likes span:before{
		color: inherit;
	}
	.ts-super-posts .entry-meta .entry-meta-likes a{
		color: inherit;
	}
	.ts-super-posts .entry-content{
		padding-left: 100px;
	}
	.ts-super-posts .entry-title{
		margin-top: 0;
		font-size: 24px;
	}
	.ts-super-posts .article-view-more{
		height: 30px;
		line-height: 30px;
		padding-left: 15px;
		padding-right: 15px;
		border: 1px solid #fff;
		display: block;
		float: left;
		text-transform: uppercase;
		font-size: 11px;
	}
	.ts-super-posts .entry-title a,
	.ts-super-posts .article-view-more,
	.ts-super-posts .entry-excerpt{
		color: #fff;
	}
	.ts-super-posts .entry-title a:hover,
	.ts-super-posts .article-view-more:hover{
		color: #fff;
	}
	.ts-super-posts article .entry-excerpt{
		margin-bottom: 25px;
	}
	@media only screen and (max-width: 768px){
		.ts-super-posts section{
			top: 30px;
		}
		.ts-super-posts section .entry-excerpt{
			display: none;
		}
		.ts-super-posts .entry-meta{
			display: none;
		}
		.ts-super-posts .entry-content{
			padding-left: 0;
		}
	}
	@media only screen and (max-width: 460px){
		.ts-super-posts section{
			top: 0;
		}
	}

	/*
		6.6 Timeline
	*/
	.ts-timeline-view{
		position: relative;
	}
	.ts-timeline-view[data-alignment="left"]:before{
		content: "";
		position: absolute;
		left: 8px;
		top: 0;
		height: 100%;
		width: 4px;
		background-color: rgba(230,230,230,0.35);
	}
	.ts-timeline-view article{
		margin-bottom: 50px;
		padding: 15px;
	}
	.ts-timeline-view .buffer-left {
		position: relative;
		padding-left: 50px;
		overflow: hidden;
	}
	.ts-timeline section{
		padding: 20px 20px 30px 0;
	}
	.ts-timeline section .entry-title{
		font-size: 32px;
		margin-bottom: 0px;
		margin-top: 0;
	}
	.ts-timeline section p.entry-excerpt{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.ts-timeline section .entry-meta{
		width: 80px;
		float: left;
		text-align: center;
		position: relative;
	} 
	.ts-timeline section .entry-meta:before{
		content: "";
		left: -65px;
		top: 20px;
		position: absolute;
		width: 20px;
		height: 20px;
		border: 3px solid;
		border-radius: 50%;
	}
	.ts-timeline section .entry-meta ul{
		list-style-type: none;
		margin-bottom: 0;
		margin-top: -10px;
	}
	.ts-timeline section .entry-meta ul .meta-date{
		font-size: 42px;
		line-height: 1.4;
	}
	.ts-timeline section .entry-meta ul .meta-month{
		text-transform: uppercase;
		display: block;
		font-size: 12px;
	}
	.ts-timeline-view .entry-category{
		list-style-type: none;
		margin-bottom: 0;
		padding: 0;
	}
	.ts-timeline-view .entry-category > li{
		display: inline-block;
		font-size: 12px;
	}
	.ts-timeline section .entry-content{
		padding-left: 85px;
	}
	.ts-timeline section .entry-author{
		font-size: 12px;
	}
	@media only screen and (max-width: 768px){
		.ts-timeline section .entry-meta{
			width: 100%;
			float: none;
			display: block;
			margin-left: auto;
			margin-right: auto;
		}
		.ts-timeline section{
			text-align: center;
			padding-left: 20px;
		}
		.ts-timeline section .entry-content{
			padding-left: 0;
		}
		.ts-timeline section .entry-meta:before{
			left: -70px;
		}
	}

	/*
		6.7 Mosaic
	*/
	/* rectangle with scroll & with gutter */
	.mosaic-rectangles.mosaic-with-gutter[data-scroll="true"] .scroll-container > div{
		padding: 0 5px;
	}

	/* rectangle with scroll & without gutter */
	.mosaic-rectangles.mosaic-no-gutter[data-scroll="true"] .scroll-container > div{
		padding: 1px;
	}

	/* rectangle without scroll & with gutter */
	.mosaic-rectangles.mosaic-with-gutter[data-scroll="false"] > div{
		padding: 0 5px;
	}

	/* rectangle without scroll & without gutter */
	.mosaic-rectangles.mosaic-no-gutter[data-scroll="false"] > div{
		padding: 1px;
	}
	.mosaic-rectangles.mosaic-no-gutter[data-scroll="false"] > div:nth-child(3n+1){
		clear: left;
	}

	/* square with scroll & with gutter */
	.mosaic-square.mosaic-with-gutter[data-scroll="true"] .scroll-container > div{
		padding: 0 5px;
	}

	/* square with scroll & without gutter */
	.mosaic-square.mosaic-no-gutter[data-scroll="true"] .scroll-container > div{
		padding: 1px;
	}

	/* square without scroll & with gutter */
	.mosaic-square.mosaic-with-gutter[data-scroll="false"] > div{
		padding: 0 5px;
	}

	/* square without scroll & without gutter */
	.mosaic-square.mosaic-no-gutter[data-scroll="false"] > div{
		padding: 1px;
	}

	/* ------------------------------------------------------------------------------------- */
	.mosaic-view.mosaic-no-gutter .scroll-container > div article,
	.mosaic-view.mosaic-no-gutter > div article{
		margin: 0;
	}
	.mosaic-view.mosaic-with-gutter .scroll-container > div article,
	.mosaic-view.mosaic-with-gutter > div article{
		margin-bottom: 10px;
	}
	.mosaic-view.mosaic-rectangles .scroll-container > div:nth-child(3n+1){
		clear: left;
	}
	.mosaic-view.mosaic-rectangles.mosaic-with-gutter .scroll-container > div:nth-child(3n+1){
		clear: left;
	}
	.mosaic-rectangles.mosaic-with-gutter[data-scroll="false"] > div:nth-child(3n+1){
		clear: left;
	}
	.mosaic-view.mosaic-no-gutter[data-scroll="false"]{
		padding: 0 19px;
	}
	.mosaic-view.mosaic-no-gutter[data-scroll="true"]{
		padding-left: 19px;
		padding-right: 19px;
	}
	.mosaic-view.mosaic-with-gutter[data-scroll="true"]{
		padding-left: 20px;
		padding-right: 20px;
	}
	.mosaic-view.mosaic-with-gutter[data-scroll="false"]{
		padding-left: 15px;
		padding-right: 15px;
	}
	.mosaic-view.mosaic-with-gutter .scroll-container:first-child{
		margin-left: -5px;
	}
	.mosaic-view.mosaic-with-gutter .scroll-container:last-child{
		margin-right: -5px;
	}
	.mosaic-view{
		position: relative;
		width: 100%;
		max-height: 100%;
		overflow: hidden;
	}
	.mosaic-view article{
		padding: 15px;
	}
	.mosaic-view.fade-effect .scroll-container > div{
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		opacity: 0;
	}
	.mosaic-view.fade-effect .scroll-container > div.shown{
		opacity: 1;
	}
	.scroll-container{
		float: left;
	}
	.mosaic-view .mosaic-container{
		margin-right: 0px;
		float: left;
	}
	.scroll-container.posts-inside-4 > .col-sm-12{
		width: 25%;
		float: left;
	}
	.scroll-container.posts-inside-3 > .col-sm-12{
		width: 33.3%;
		float: left;
	}
	.scroll-container.posts-inside-2 > .col-sm-12{
		width: 50%;
		float: left;
	}
	.mosaic-view .mosaic-container.no-gutter:first-child{
		margin-left: 15px;
	}
	.mosaic-view .mosaic-container.no-gutter > div{
		padding: 0;
	}
	.mosaic-view article{
		overflow: hidden;
		position: relative;
	}
	.ts-expanded-row .mosaic-view {
	    padding: 0 15px;
	}
	.mosaic-view .mosaic-container.no-gutter article header .image-holder > a{
		display: block;
		height: 220px;
		overflow: hidden;
	}
	.mosaic-view article section{
		position: relative;
	}
	.mosaic-view article section .inner-section{
		position: absolute;
		bottom: 0;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 35px 20px 15px 20px;
		white-space: normal;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.85))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C */

		-webkit-transition: padding .2s ease-in-out;
		-o-transition: padding .2s ease-in-out;
		transition: padding .2s ease-in-out;
	}
	.mosaic-view article:hover section .inner-section{
		padding-top: 80px;
	}
	.mosaic-view article section .entry-title .title{
		color: #fff;
		font-size: 32px;
		line-height: 1.4;
		text-shadow: 0 0 2px rgba(0,0,0,0.6);
		margin-bottom: 5px;
		margin-top: 0;
		display: inline-block;
		position: relative;
	}
	.mosaic-view article section .entry-meta ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: inline-block;
	}
	.mosaic-view article section .entry-meta ul li,
	.mosaic-view article section .entry-meta ul li a{
		font-size: 11px;
		color: #fff;
		opacity: 0.8;
		display: inline-block;
		text-shadow: 0 0 2px rgba(30,30,30,0.8);
	}
	.mosaic-view article section .entry-meta ul li a:hover{
		opacity: 1;
	}
	.mosaic-view article section .entry-meta .touchsize-likes{
		display: block;
	}
	.mosaic-view article section .entry-meta .touchsize-likes span{
		color: #fff;
		font-size: 11px;
	}
	.mosaic-view article section .entry-meta .entry-category{
		display: inline-block;
	}
	.mosaic-view article section .entry-meta .entry-meta-date{
		margin-left: 10px;
	}
	.mosaic-view .mosaic-row{
		width: 1170px;
	}
	.mosaic-view.fade-effect .mosaic-row > div{
		opacity: 0;
	}
	
	.mosaic-view.mosaic-no-gutter .mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-bottom: 20px;
	}
	.scroll-view {
	    padding: 0 20px;
	}
	@media only screen and (min-width: 768px){
		/*div.site-section:not(.ts-expanded-row) .mosaic-view,*/
		div.site-section:not(.ts-expanded-row) .scroll-container{
			max-width: 748px;
			width: 748px;
		}
	}
	@media only screen and (min-width: 992px){
		/*div.site-section:not(.ts-expanded-row) .mosaic-view,*/
		div.site-section:not(.ts-expanded-row) .scroll-container{
			max-width: 940px;
			width: 940px;
		}
	}
	@media only screen and (min-width: 1170px){
		/*div.site-section:not(.ts-expanded-row) .mosaic-view,*/
		div.site-section:not(.ts-expanded-row) .scroll-container{
			max-width: 1170px;
			width: 1170px;
		}
	}
	@media only screen and (min-width: 1441px){
		/*div.site-section:not(.ts-expanded-row) .mosaic-view,*/
		div.site-section:not(.ts-expanded-row) .scroll-container{
			max-width: 1380px;
			width: 1380px;
		}
	}
	@media only screen and (max-width: 960px){
		.mosaic-view[data-scroll="false"] section .inner-section{
			display: none;
		}
	}
	@media only screen and (max-width: 1170px){
		.mosaic-view article section .entry-title .title i,
	    .mosaic-view .entry-meta .entry-meta-date,
	    .mosaic-view .entry-content .entry-author{
	    	display: none;
	    }
	    .mosaic-view section .entry-content{
	    	padding-left: 20px;
	    }
	}
	@media only screen and (max-width: 768px){
	    .scroll-container > div{
	    	float: left;
	    }
	}
	@media only screen and (max-width: 767px){
		.mosaic-view .mosaic-row{
			max-width: 320px !important;
		}
	}
	.mosaic-view article .image-holder img{
		-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		-moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
		transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	.mosaic-view article:hover .image-holder img{
		transform: scale(1.1);
	}

	/*
		6.8 Team
	*/
	.teams.no-gutter{
		margin: 0 20px;
	}
	.teams.no-gutter .carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
		margin-right: 0;
	}
	.teams article{
		position: relative;
		margin-bottom: 40px;
		text-align: center;
		padding: 15px; 
	}
	.teams article h4{
		font-size: 22px;
		text-align: center;
		color: inherit;
		margin: 0;
	}
	.teams article header{
		position: relative;
	}
	.teams article .article-title{
	    text-align: center;
		white-space: nowrap;
	}
	.teams article .article-title h4{
		margin-top: 10px;
	}
	.teams article .article-position{
		display: block;
		padding: 5px 15px;
		font-size: 12px;
		font-style: italic;
		line-height: 1.2;
		text-align: center;
		margin: 0 0 10px;
	}
	.teams article .article-position i.author-position{
		position: relative;
	}
	.teams article .article-position i.author-position:before{
		content: "-";
		position: relative;
		margin-right: 5px;
		display: inline-block;
	}
	.teams article .article-position i.author-position:after{
		content: "-";
		position: relative;
		margin-left: 5px;
		display: inline-block;
	}
	.teams article .image-holder{
		position: relative;
		text-align: center;
		margin: 0;
	}
	.teams article .image-holder a{
		position: relative;
		margin-bottom: 30px;
	}
	.teams article .image-holder img{
		width: 100%;
		height: auto;
	}
	.teams article .image-holder:before{
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
		opacity: 0;
		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
	}
	.teams article .image-holder:hover:before{
		opacity: 1;
	}
	.teams article .image-holder .inner-content{
		position: absolute;
		height: auto;
		width: 100%;
		left: 0;
		bottom: 0;
		padding: 30px;
		z-index: 2;
	}
	.teams article .article-excerpt{
		color: inherit;
		margin-bottom: 20px;
		text-align: center;
		font-size: 12px;
		opacity: 0;

		-webkit-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
		-o-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
		transition: transform .2s ease-in-out, opacity .2s ease-in-out;

		-webkit-transform: translateY(-50px);
		-ms-transform: translateY(-50px);
		-o-transform: translateY(-50px);
		transform: translateY(-50px);
	}
	.teams article .article-social{
		text-align: center;
	}
	.teams article .article-social .social-icons ul li{
		margin-right: 15px;
		opacity: 0;

		-webkit-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
		-o-transition: transform .2s ease-in-out, opacity .2s ease-in-out;
		transition: transform .2s ease-in-out, opacity .2s ease-in-out;

		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
	}
	.teams article .article-social .social-icons ul li:last-child{
		margin-right: 0;
	}
	.teams article .article-social .social-icons ul li > a{
		margin-bottom: 0;
	}
	.teams article .image-holder:hover .article-excerpt{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
		opacity: 1;
	}
	.teams article .image-holder:hover .article-social .social-icons ul li{
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.teams article .image-holder:hover .article-social .social-icons ul li:nth-child(1){
		-webkit-transition-delay: .1s;
		transition-delay: .1s;
	}
	.teams article .image-holder:hover .article-social .social-icons ul li:nth-child(2){
		-webkit-transition-delay: .15s;
		transition-delay: .15s;
	}
	.teams article .image-holder:hover .article-social .social-icons ul li:nth-child(3){
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	.teams article .image-holder:hover .article-social .social-icons ul li:nth-child(4){
		-webkit-transition-delay: .25s;
		transition-delay: .25s;
	}
	.teams article .image-holder:hover .article-social .social-icons ul li:nth-child(5){
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}

	/* Teams single page */
	.ts-team-single .team-general{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.ts-team-single .member-content .member-name{
		position: relative;
	}
	.ts-team-single .member-content .member-name .title{
		padding: 0;
		margin: 0;
		margin-bottom: 5px;
		font-size: 42px;
		display: inline-block;
	}
	.ts-team-single .member-content .member-name .category{
		display: inline-block;
		margin: 0;
		margin-left: 20px;
		position: relative;
		top: -5px;
	}
	.ts-team-single .member-content .member-name .category > li{
		display: inline-block;
		padding: 0 10px;
		text-align: center;
		border-radius: 2px;
	}
	.ts-team-single .member-content .member-name .category > li:not(:last-child){
		margin-right: 5px;
	}
	.ts-team-single .member-content .position{
		display: block;
		font-style: italic;
		font-size: 13px;
	}
	.ts-team-single .related-members{
		padding-top: 60px;
	}
	.ts-team-single .author-short-description{
		font-size: 18px;
	}
	.member-details > ul{
		list-style: none;
		margin-top: 40px;
	}
	.member-details > ul li{
		display: block;
		margin-bottom: 20px;
	}
	.member-details > ul li span{
		display: block;
		color: #ccc;
		font-size: 11px;
	}
	@media only screen and (max-width: 1440px){
		.teams article .image-holder img{
			width: 100%;
		}
		.teams article .image-holder .team-box-square,
		.teams article .image-holder .team-box-square2{
			width: 100%;
			height: 100%;
		}
	}
	@media only screen and (max-width: 768px){
		.ts-team-single .member-content .member-name .category{
			display: block;
		}
	}

	/*
		6.9 Product
	*/
	.product-view article{
		margin-bottom: 25px;
		background: inherit;
	}
	.product-view article header{
		position: relative;
		overflow: hidden;
	}
	.product-view article header .featimg{
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.product-view article header:hover .featimg{
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
	.product-view article section{
		padding: 20px;
		position: relative;
		z-index: 1;
	}
	article .featimg{
		position: relative;
	}
	.product-view article .featimg{
		overflow: hidden;
		border-bottom: 1px solid rgba(60,60,60,0.1);
		z-index: 1;
	}
	.product-view article section .entry-section{
		position: relative;
	}
	.product-view article section .entry-footer .entry-categories ul{
		margin-top: 5px;
		margin-bottom: 0;
	}
	.product-view article section .entry-footer .entry-categories ul li{
		list-style: none;
		font-size: 12px;
		font-style: italic;
	}
	.product-view article section .entry-title{
		position: relative;
	}
	.product-view article section .entry-title h3{
		color: inherit;
		font-size: 16px;
		margin: 0 0 15px 0;
		float: left;
		vertical-align: middle;
		font-weight: normal;
		text-transform: uppercase;
	}
	.product-view article .grid-shop-button{
		position: relative;
		z-index: 0;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0,-100%,0);
		transform: translate3d(0,-100%,0);
	}
	.product-view article:hover .grid-shop-button{
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);	
	}
	.product-view article .grid-shop-button .button.add_to_cart_button {
	    height: 35px;
	    padding-left: 45px;
	    padding-right: 45px;
	    line-height: 35px;
	    font-size: 13px;
	    font-style: italic;
	    display: inline-block;
	    letter-spacing: 2.6px;
	}
	.related .product-view article section .entry-title h3{
		font-size: 16px;
	}
	.product-view article section .entry-section .entry-title,
	.product-view article section .entry-section .grid-shop-options{
		display: inline-block;
		vertical-align: middle;
	}
	.product-view article section .entry-categories ul li{
		display: inline-block;
		opacity: 0.7;
		margin-right: 10px;
		margin-left: 0;
	}
	.product-view article section .entry-categories ul li:not(:last-child):after{
		content: ",";
	}
	.product-view .overlay-effect .entry-overlay > a:not(.added_to_cart){
		display: inline-block;
		width: 50%;
		height: 35px;
		padding: 0;
		line-height: 35px;
		text-align: center;
		color: inherit;
		float: left;
		text-transform: uppercase;
		text-shadow: none;
		border: 0 none;
	}
	.related .product-view .overlay-effect .entry-overlay > a:not(.added_to_cart){
		font-size: 11px;
	}
	@media only screen and (max-width: 991px){
		.product-view article .entry-footer .btn{
			float: left;
		}
		.product-view article .entry-footer .entry-meta{
			margin-bottom: 10px;
		}
	}


/*
--------------------------------------------------------------------------------
	7. OVERLAY EFFECTS
--------------------------------------------------------------------------------
*/
	/*
		7.0 General
	*/
	article .image-holder a.anchor_on{
		position: absolute !important;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 9;
		text-indent: -9999px;
		opacity: 0;
	}
	article .image-holder .overlay-effect{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    color: #fff;

	    opacity: 0;
		filter: alpha(opacity=0);
		z-index: 0;

		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	article .image-holder:hover .overlay-effect{
		opacity: 1;
		filter: alpha(opacity=100);
		/*z-index: 1;*/
	}
	article .overlay-effect .entry-overlay{
		position: absolute;
		width: 100%;
		height: 100%;
		color: inherit;
		text-shadow: 0 0 2px rgba(30,30,30,0.5);
		padding: 1.5em 30px;
	}
	article .overlay-effect .entry-overlay .view-more span{
		padding: 12px 25px;
		text-transform: uppercase;
		background-color: #fff;
	}

	article .overlay-effect .entry-overlay .view-more{
		font-size: 13px;
		text-align: center;
	}
	article .default-effect .entry-overlay{
		position: static;
	}
	article .default-effect .overlay-effect .view-more{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 60px;
	    height: 60px;
	    line-height: 60px;
	    text-align: center;
	    color: inherit;
	    font-size: 24px;
	    margin-left: -30px;
	    margin-top: -30px;
	}
	article .default-effect .overlay-effect .view-more i{
	    display: block;
	    font-style: normal;
	    margin-bottom: 10px;
	    font-size: 42px;
	    -webkit-transition: all .2s ease-out;
	    -moz-transition: all .2s ease-out;
	    -o-transition: all .2s ease-out;
	    -ms-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	    -webkit-transform: scale(0.2) rotate(-30deg);
	    -moz-transform: scale(0.2) rotate(-30deg);
	    -o-transform: scale(0.2) rotate(-30deg);
	    -ms-transform: scale(0.2) rotate(-30deg);
	    transform: scale(0.2) rotate(-30deg);
	}
	article .default-effect:hover .overlay-effect .view-more i{
	    -webkit-transform: scale(1) rotate(0deg);
	    -moz-transform: scale(1) rotate(0deg);
	    -o-transform: scale(1) rotate(0deg);
	    -ms-transform: scale(1) rotate(0deg);
	    transform: scale(1) rotate(0deg);
	}

	/*---------------*/
	/***** Jazz *****/
	/*---------------*/
	article .effect-jazz .entry-overlay{
		padding: 2em;
	}
	article .effect-jazz .entry-overlay img {
		opacity: 0.9;
	}
	article .effect-jazz .overlay-effect:after,
	article .effect-jazz img{
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	article .effect-jazz .overlay-effect:after {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		content: '';
		opacity: 0;
		-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
		transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	article .effect-jazz .entry-overlay .view-more{
		position: relative;
		display: block;
		z-index: 10;
		opacity: 1;
		text-shadow: none;
		-webkit-transform: scale3d(0.8,0.8,1);
		transform: scale3d(0.8,0.8,1);
	}
	article .effect-jazz .entry-overlay .view-more {
		top: 50%;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}
	article .effect-jazz:hover img {
		opacity: 0.7;
		-webkit-transform: scale3d(1.05,1.05,1);
		transform: scale3d(1.05,1.05,1);
	}
	article .effect-jazz:hover .overlay-effect:after {
		opacity: 1;
		-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
		transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
	}
	article .effect-jazz:hover .entry-overlay .view-more{
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
	article .effect-jazz .entry-overlay .share-options{
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -50px;
		width: 100%;
		text-align: center;
		z-index: 1;
	}
	article .effect-jazz .entry-overlay .share-options li{
		display: inline-block;
		line-height: 1.8;
	}
	article .effect-jazz .entry-overlay .share-options li a{
		color: #fff;
		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
	}
	article .effect-jazz .entry-overlay .share-options li a:hover{
		opacity: 0.7;
	}
	article .effect-jazz .entry-overlay .share-options li i {
		font-size: 14px;
		margin: 0 5px;
	}
	article .effect-jazz .entry-overlay .share-options li i:last-child {
		margin-right: 0;
	}
	article .effect-jazz .entry-overlay .share-options li i:hover{
		opacity: 0.8;
	}
	article .effect-jazz .entry-overlay .share-options li {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(0,100%,0);
		transform: translate3d(0,100%,0);
	}
	article .effect-jazz:hover .entry-overlay .share-options li {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	article .effect-jazz:hover .entry-overlay .share-options:before{
		-webkit-transition-delay: .2s;
		transition-delay: .2s;
	}
	article .effect-jazz:hover .entry-overlay .share-options li:nth-child(1) {
		-webkit-transition-delay: .35s;
		transition-delay: .35s;
	}
	article .effect-jazz:hover .entry-overlay .share-options li:nth-child(2) {
		-webkit-transition-delay: .4s;
		transition-delay: .4s;
	}
	article .effect-jazz:hover .entry-overlay .share-options li:nth-child(3) {
		-webkit-transition-delay: .45s;
		transition-delay: .45s;
	}
	article .effect-jazz:hover .entry-overlay .share-options li:nth-child(4) {
		-webkit-transition-delay: .5s;
		transition-delay: .5s;
	}
	article .effect-jazz:hover .entry-overlay .share-options li:nth-child(5) {
		-webkit-transition-delay: .55s;
		transition-delay: .55s;
	}
	
	/*---------------*/
	/***** Lima *****/
	/*---------------*/
	.ts-lima-effect{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transition: background 0.2s ease-out;
		-moz-transition: background 0.2s ease-out;
		transition: background 0.2s ease-out;
	}
	.ts-lima-effect:hover{
		background: rgba(60,60,60,0.4);
	}
	.ts-lima-effect .hover-one:before{
		position: absolute;
		top: 5%;
		left: 5%;
		content: '';
		display: block;
		height: 1px;
		background: #FFF;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		width: 0;
		opacity: 0.7;
	}
	.ts-lima-effect:hover .hover-one:before{
		width: 90%;
	}
	.ts-lima-effect .hover-one:after{
		position: absolute;
		bottom: 5%;
		right: 5%;
		content: '';
		display: block;
		height: 1px;
		background: #FFF;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		width: 0;
		opacity: 0.7;
	}
	.ts-lima-effect:hover .hover-one:after{
		width: 90%;
	}

	.ts-lima-effect .hover-two:after{
		position: absolute;
		top: 5%;
		left: 5%;
		content: '';
		display: block;
		height: 0;
		background: #FFF;
		-webkit-transition: all 0.2s ease-out .35s;
		-moz-transition: all 0.2s ease-out .35s;
		transition: all 0.2s ease-out .35s;
		width: 1px;
		opacity: 0.7;
	}
	.ts-lima-effect:hover .hover-two:after{
		height: 90%;
	}

	.ts-lima-effect .hover-two:before{
		position: absolute;
		bottom: 5%;
		right: 5%;
		content: '';
		display: block;
		height: 0;
		background: #FFF;
		-webkit-transition: all 0.2s ease-out .35s;
		-moz-transition: all 0.2s ease-out .35s;
		transition: all 0.2s ease-out .35s;
		width: 1px;
		opacity: 0.7;
	}
	.ts-lima-effect:hover .hover-two:before{
		height: 90%;
	}
	.ts-lima-effect .lima-details{
		position: absolute;
		top: 50%;
		left: 0;
		text-align: center;
		width: 100%;
		margin-top: -15px;
	}
	.ts-lima-effect .lima-details .more-details{
		opacity: 0;
		display: inline-block;
		height: 30px;
		line-height: 30px;
		padding: 0 15px;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
		font-size: 11px;
		margin-bottom: 35px;
		position: relative;
		overflow: hidden;
		-webkit-transition: transform 0.3s ease-out .35s, opacity 0.3s ease-out .35s, padding .2s ease-in;
		-moz-transition: transform 0.3s ease-out .35s, opacity 0.3s ease-out .35s, padding .2s ease-in;
		transition: transform 0.3s ease-out .35s, opacity 0.3s ease-out .35s, padding .2s ease-in;
	}
	.ts-lima-effect:hover .lima-details .more-details{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.ts-lima-effect .lima-details .more-details:hover{
		padding-right: 35px;
	}
	.ts-lima-effect .lima-details .more-details i{
		opacity: 0;
		height: 30px;
		line-height: 30px;
		position: absolute;
		top: -30px;
		right: 0;
		width: 25px;
		background: rgba(60,60,60,0.3);
		-webkit-transition: opacity 0.2s ease-out 0s, top 0.2s ease-out 0s;
		-moz-transition: opacity 0.2s ease-out 0s, top 0.2s ease-out 0s;
		transition: opacity 0.2s ease-out 0s top 0.2s ease-out 0s;
	}
	.ts-lima-effect .lima-details .more-details:hover i{
		opacity: 1;
		top: 0;
		-webkit-transition: opacity 0.2s ease-out 0.2s, top 0.2s ease-out 0.2s;
		-moz-transition: opacity 0.2s ease-out 0.2s, top 0.2s ease-out 0.2s;
		transition: opacity 0.2s ease-out 0.2s top 0.2s ease-out 0.2s;
	}
	.ts-lima-effect .lima-details .sharing-options ul li{
		margin-top: 10px;
		display: inline-block;
		color: #FFF;
		opacity: 0;
		font-size: 14px;
		-webkit-transform: translateY(35px);
		-moz-transform: translateY(35px);
		transform: translateY(35px);
		padding: 0 7px;
	}
	.ts-lima-effect .lima-details .sharing-options ul li a{
		color: inherit;
		position: relative;
		display: inline-block;
	}
	.ts-lima-effect .lima-details .sharing-options ul li a:after{
		position: absolute;
		width: 1px;
		background: #FFF;
		height: 0;
		content: '';
		bottom: -40px;
		left: 50%;
		-webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		-moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	}
	.ts-lima-effect .lima-details .sharing-options ul li a:hover:after{
		height: 35px;
	}
	.ts-lima-effect .lima-details .sharing-options ul li:first-child{
		-webkit-transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
		-moz-transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
		transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
	}
	.ts-lima-effect .lima-details .sharing-options ul li:nth-of-type(2){
		-webkit-transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
		-moz-transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
		transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
	}
	.ts-lima-effect .lima-details .sharing-options ul li:nth-of-type(3){
		-webkit-transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
		-moz-transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
		transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
	}
	.ts-lima-effect .lima-details .sharing-options ul li:nth-of-type(4){
		-webkit-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
		-moz-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
		transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
	}
	.ts-lima-effect:hover .lima-details .sharing-options ul li{
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	.ts-lima-effect .lima-details span{
		font-size: 9px;
		color: #FFF;
		opacity: 0;
		text-transform: uppercase;
		display: block;
		margin-bottom: 5px;
		-webkit-transition: opacity 0.2s ease-out .5s;
		-moz-transition: opacity 0.2s ease-out .5s;
		transition: opacity 0.2s ease-out .5s;
	}
	.ts-lima-effect:hover .lima-details span{
		opacity: 1;
	}

	@media only screen and (min-width: 768px){
		article .image-holder a.anchor_on{
			display: none;
		}
	}
	/*---------------*/
	/***** Rocky *****/
	/*---------------*/
	.rocky-effect{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	@keyframes rockyBgAnimateIn {
	    0%{
	    	height: 1px;
	    	width: 0;
	    }
	    50%{
	    	height: 1px;
	    	width: 100%;
	    }
	    100%{
	    	height: 50%;
	    	width: 100%;
	    }
	} 
	@keyframes rockyBgAnimateOut {
	    0%{
	    	height: 50%;
	    	width: 100%;
	    }
	    50%{
	    	height: 1px;
	    	width: 100%;
	    }
	    100%{
	    	height: 1px;
	    	width: 0;
	    }
	}
	@-webkit-keyframes rockyBgAnimateIn {
	    0%{
	    	height: 1px;
	    	width: 0;
	    }
	    50%{
	    	height: 1px;
	    	width: 100%;
	    }
	    100%{
	    	height: 50%;
	    	width: 100%;
	    }
	} 
	@-webkit-keyframes rockyBgAnimateOut {
	    0%{
	    	height: 50%;
	    	width: 100%;
	    }
	    50%{
	    	height: 1px;
	    	width: 100%;
	    }
	    100%{
	    	height: 1px;
	    	width: 0;
	    }
	} 
	@-o-keyframes rockyBgAnimateIn {
	    0%{
	    	height: 1px;
	    	width: 0;
	    }
	    50%{
	    	height: 1px;
	    	width: 100%;
	    }
	    100%{
	    	height: 50%;
	    	width: 100%;
	    }
	} 
	@-o-keyframes rockyBgAnimateOut {
	    0%{
	    	height: 50%;
	    	width: 100%;
	    }
	    50%{
	    	height: 1px;
	    	width: 100%;
	    }
	    100%{
	    	height: 1px;
	    	width: 0;
	    }
	} 
	.rocky-effect:before, .rocky-effect:after{
		content: '';
		display: block;
		background: #FFF;
		opacity: 0.9;
		height: 1px;
		position: absolute;
		top: 50%;
		right: 0;
		width: 0;
		animation: rockyBgAnimateOut .8s;
		-webkit-animation: rockyBgAnimateOut .8s;
	}
	.rocky-effect:hover:before, .rocky-effect:hover:after{

		animation: rockyBgAnimateIn .8s;
		animation-iteration-count: 1;
		animation-fill-mode: forwards;
		-webkit-animation: rockyBgAnimateIn .8s;
		-webkit-animation-iteration-count: 1;
		-webkit-animation-fill-mode: forwards;
	}
	.rocky-effect:after{
		left: 0;
		right: auto;
		margin-top: 0;
		bottom: 50%;
		top: auto;
	}
	.rocky-effect .entry-overlay{
		position: absolute;
		top: 50%;
		margin-top: -40px;
		width: 100%;
		z-index: 1;
	}
	.rocky-effect .entry-overlay .view-more:hover{
		color: #000;
	}
	.rocky-effect .entry-overlay .view-more:before {
	    content: "";
	    display: block;
	    height: 100%;
	    left: 0;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	.rocky-effect .entry-overlay .view-more span{
		font-size: 11px;
		display: block;
		position: relative;
		transform: translateY(0);
		color: #a3a3a3;
		opacity: 0;
		-webkit-transition: all .2s ease-in 0;
		-moz-transition: all .2s ease-in 0;
		transition: all .2s ease-in 0;
	}
	.rocky-effect:hover .entry-overlay .view-more span{
		opacity: 1;
		transform: translateY(10px);
		-webkit-transition: all .2s ease-in 1s;
		-moz-transition: all .2s ease-in 1s;
		transition: all .2s ease-in 1s;
	}
	.rocky-effect .entry-overlay .view-more{
		opacity: 0;
		font-size: 24px;
		color: #000;
		line-height: 1;
		padding: 10px 20px 30px 20px;
		border: 1px solid #D3D3D3;
		display: inline-block;
		-webkit-transition: opacity 0.2s ease-out 0;
		-moz-transition: opacity 0.2s ease-out 0;
		transition: opacity 0.2s ease-out 0;
	}
	.rocky-effect:hover .entry-overlay .view-more{
		opacity: 1;
		-webkit-transition: opacity 0.2s ease-out .8s;
		-moz-transition: opacity 0.2s ease-out .8s;
		transition: opacity 0.2s ease-out .8s;
	}
	.rocky-effect .entry-overlay .sharing-options{
		margin-top: 40px;
	}

	.rocky-effect .entry-overlay .sharing-options li{
		margin-top: 10px;
		display: inline-block;
		color: #a5a5a5;
		opacity: 0;
		font-size: 14px;
		transform: translateY(35px);
		-webkit-transform: translateY(35px);
		padding: 0 7px;
	}
	.rocky-effect .entry-overlay .sharing-options li a{
		color: inherit;
		position: relative;
		display: inline-block;
		color: #a5a5a5;
	}
	.rocky-effect .entry-overlay .sharing-options li a:hover{
		color: #000;
	}
	.rocky-effect:hover .entry-overlay .sharing-options li:first-child{
		-webkit-transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
		-moz-transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
		transition: transform 0.2s ease-out .3s, opacity 0.2s ease-out .45s;
	}
	.rocky-effect:hover .entry-overlay .sharing-options li:nth-of-type(2){
		-webkit-transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
		-moz-transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
		transition: transform 0.2s ease-out .5s, opacity 0.2s ease-out .55s;
	}
	.rocky-effect:hover .entry-overlay .sharing-options li:nth-of-type(3){
		-webkit-transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
		-moz-transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
		transition: transform 0.2s ease-out .6s, opacity 0.2s ease-out .65s;
	}
	.rocky-effect:hover .entry-overlay .sharing-options li:nth-of-type(4){
		-webkit-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
		-moz-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
		transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out .75s;
	}
	.rocky-effect:hover .entry-overlay .sharing-options li{
		transform: translateY(0);
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	.rocky-effect .entry-overlay .sharing-options li{
		-webkit-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out 0;
		-moz-transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out 0;
		transition: transform 0.2s ease-out .7s, opacity 0.2s ease-out 0;
	}


	/* Sierra effect */
	.sierra-effect{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
		text-align: center;
		z-index: 9999;
	}
	.sierra-effect > a:before{
		background: rgba(250,250,250,0.7);
		content: '';
		display: block;
		width: 100%;
		height: 50%;
		top: -30%;
		opacity: 0;
		position: absolute;
		z-index: 1;
		-webkit-transition: top 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
		-moz-transition: top 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
		transition: top 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
	}
	.sierra-effect > a:after{
		background: rgba(250,250,250,0.7);
		content: '';
		display: block;
		width: 100%;
		height: 50%;
		bottom: -30%;
		opacity: 0;
		position: absolute;
		z-index: 1;
		-webkit-transition: bottom 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
		-moz-transition: bottom 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
		transition: bottom 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
	}
	.sierra-effect:hover a:before{
		top: 0;
		opacity: 1;
		-webkit-transition: top 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: top 0.2s ease-out, opacity 0.2s ease-out;
		transition: top 0.2s ease-out, opacity 0.2s ease-out;
	}
	.sierra-effect:hover a:after{
		bottom: 0;
		opacity: 1;
		-webkit-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
		-moz-transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
		transition: bottom 0.2s ease-out, opacity 0.2s ease-out;
	}
	.sierra-effect span{
		display: inline-block;
		position: absolute;
		top: 50%;
		margin-top: -30px;
		height: 40px;
		background: #FFF;
		color: inherit;
		padding: 0 30px;
		font-size: 13px;
		line-height: 40px;
		width: 150px;
		margin-left: -75px;
		left: 50%;
		z-index: 2;
		opacity: 0;
		-webkit-transition: opacity 0.2s ease-out .3s, margin-top 0.2s ease-out .3s;
		-moz-transition: opacity 0.2s ease-out .3s, margin-top 0.2s ease-out .3s;
		transition: opacity 0.2s ease-out .3s, margin-top 0.2s ease-out .3s;
	}
	.sierra-effect:hover > a span{
		opacity: 1;
		margin-top: -20px;
		-webkit-transition: opacity 0.2s ease-out 0, margin-top 0.2s ease-out 0;
		-moz-transition: opacity 0.2s ease-out 0, margin-top 0.2s ease-out 0;
		transition: opacity 0.2s ease-out 0, margin-top 0.2s ease-out 0;
	}


/*
--------------------------------------------------------------------------------
	8. ELEMENTS
--------------------------------------------------------------------------------
*/
	/*
		8.0 Social Buttons
	*/
	.social-icons ul{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.social-icons ul li{
		margin-right: 5px;
		display: inline-block;
	}
	.social-icons ul li a{
		display: block;
		width: 32px;
		height: 32px;
		border-radius: 50%;
		-webkit-transition: -webkit-transform 200ms linear, 0.2s color ease-in-out, 0.2s border-color ease-in-out;
		-moz-transition: -moz-transform 200ms linear, 0.2s color ease-in-out, 0.2s border-color ease-in-out;
		-o-transition: -o-transform 200ms linear, 0.2s color ease-in-out, 0.2s border-color ease-in-out;
		transition: transform 200ms linear, 0.2s color ease-in-out, 0.2s border-color ease-in-out;
		line-height: 30px;
		text-align: center;
		color: #a7a7a7;
		font-size: 13px;
		margin-bottom: 4px;
		background-color: #FFF;
		border: 2px solid transparent;
	}
	.social-icons ul li a.icon-skype:hover{
		border-color: #00aff0;
		color: #00aff0;
	}
	.social-icons ul li a.icon-github:hover{
		border-color: #4183c4;
		color: #4183c4;
	}
	.social-icons ul li a.icon-gplus:hover{
		border-color: #db4a39;
		color: #db4a39;
	}
	.social-icons ul li a.icon-lastfm:hover{
		border-color: #c3000d;
		color: #c3000d;
	}
	.social-icons ul li a.icon-linkedin:hover{
		border-color: #0e76a8;
		color: #0e76a8;
	}
	.social-icons ul li a.icon-tumblr:hover{
		border-color: #34526f;
		color: #34526f;
	}
	.social-icons ul li a.icon-twitter:hover{
		border-color: #00A0D1;
		color: #00A0D1;
	}
	.social-icons ul li a.icon-vimeo:hover{
		border-color: #86C9EF;
		color: #86C9EF;
	}
	.social-icons ul li a.icon-wordpress:hover{
		border-color: #21759B;
		color: #21759B;
	}
	.social-icons ul li a.icon-yahoo:hover{
		border-color: #720E9E;
		color: #720E9E;
	}
	.social-icons ul li a.icon-video:hover{
		border-color: #C4302B;
		color: #C4302B;
	}
	.social-icons ul li a.icon-facebook:hover{
		border-color: #3B5998;
		color: #3B5998;
	}
	.social-icons ul li a.icon-flickr:hover{
		border-color: #0063DC;
		color: #0063DC;
	}
	.social-icons ul li a.icon-dribbble:hover{
		border-color: #ea4c89;
		color: #ea4c89;
	}
	.social-icons ul li a.icon-rss:hover{
		border-color: #EE802F;
		color: #EE802F;
	}
	.social-icons ul li a.icon-pinterest:hover{
		border-color: #c8232c;
		color: #c8232c;
	}

	.social-icons ul li a.icon-instagram:hover{
		border-color: #3f729b;
		color: #3f729b;
	}


	.social-icons ul li a:hover{
		/*color: #FFF;*/
	}

	/*
		8.1 Search box
	*/
	#searchbox {
	    position: relative;
	    width: 100%;
	}
	#searchbox .search-trigger{
		font-size: 18px;
	}
	#searchform{
		margin: 0;
	}
	#searchbox .hidden-form-search{
		position: fixed;
		z-index: 0;
		visibility: hidden;
		opacity: 0;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,0.9);
		text-align: center;
		padding: 25%;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	#searchbox .hidden-form-search.active{
		visibility: visible;
		opacity: 1;
		z-index: 99999;
	}
	#searchbox .hidden-form-search input[type="text"]{
		background: transparent;
		border: 0 none;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
		font-style: italic;
		color: inherit;
		text-indent: 10px;
		padding:0;
		margin:0;
		float: left;
		width: 100%;
		box-shadow: none;
		font-family: 'Fira Sans';
		outline: 0;
		border-bottom: 1px solid #dddddd;
		color: #a3a3a3;
	}
	#searchbox .hidden-form-search input.searchbutton{
		background: transparent;
		border: 0 none;
		height: 40px;
		line-height: 40px;
		font-size: 10px;
		color: #ccc;
		text-transform: uppercase;
		padding:0 5px;
		font-weight: normal;
		margin:0;
		font-family: 'Fira Sans',serif;
		width:30%;
		cursor: pointer;
		-webkit-transition: background-color .2s ease-out, color .2s ease-out;
		-moz-transition: background-color .2s ease-out, color .2s ease-out;
		-o-transition: background-color .2s ease-out, color .2s ease-out;
		-ms-transition: background-color .2s ease-out, color .2s ease-out;
		transition: background-color .2s ease-out, color .2s ease-out;
		position: absolute;
		top: 0;
		right: 0;
		outline: 0;
		opacity: 0;
		z-index: 2;
	}
	#searchbox .hidden-form-search i.icon-search{
		position: absolute;
		right: 0;
		top: 10px;
		color: #000;
		font-size: 18px;
		z-index: 1;
		-webkit-transition: color 0.2s ease-out;
		-moz-transition: color 0.2s ease-out;
		transition: color 0.2s ease-out;
	}
	#searchbox .hidden-form-search fieldset{
		margin: 0;
		padding: 0;
		border: 0;
		position: relative;
	}
	#searchbox .hidden-form-search .search-close{
		display: block;
		position: absolute;
		top: 60px;
		right: 30px;
		font-size: 28px;
	}
	@media only screen and (max-width: 768px){
		#searchbox .hidden-form-search{
			padding-top: 50%;
			padding-left: 20px;
			padding-right: 20px;
		}
		#searchbox .hidden-form-search .search-close{
			right: 0;
			font-size: 32px;
		}
		#searchbox .hidden-form-search input[type="text"],
		#searchbox .hidden-form-search i.icon-search{
			font-size: 14px;
		}
	}

	/* Search results page */
	.search .attention{
		display: none;
		font-size: 48px;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 20px;
	}
	.search-results .searchpage{
		font-size: 32px;
	}
	.search-results .subsearch{
		display: block;
		margin-bottom: 30px;
		opacity: 0.8;
	}
	.search-results .search_input{
		margin-bottom: 50px;
	}
	.search-results .searchcount{
	    margin-top: 30px;
	    margin-bottom: 15px;
	    padding-top: 20px;
	    border-top: 1px solid rgba(0, 0, 0, 0.15);
	    font-size: 18px;
		color: inherit;
		font-weight: 400;
		text-transform: uppercase;
	}
	.search-results .searchcount > b{
		text-decoration: underline;
		text-transform: none;
	}
	.search-results .searchcount > span{
		font-size: 22px;
	}

	.search-no-results .attention{
		display: block;
	}
	.search-no-results #wrapper section#main{
		text-align: center;
	}
	.search-no-results .subsearch{
		display: block;
		margin-bottom: 30px;
	}
	.search-no-results .search-form{
		width: 50%;
		margin: 0 auto;
		margin-bottom: 50px;
		position: relative;
	}
	.search-no-results .searchcount{
		font-weight: normal;
	}
	@media only screen and (min-width : 320px) and (max-width : 768px) {
		.logo{
			margin-bottom: 30px;
		}
		#searchbox{
			margin-bottom: 30px;
			height: 1px;
		}
	}

	/*
		8.2 Menu
	*/
		/*
			--- 8.2.0 General
		*/
		.menu-item a > i[class*="icon-"]:before{
			margin: 0 7px 0 0;
			opacity: 0.7;
		}
		.menu-text-align-left .main-menu{
			float: left;
			width: 100%;
			margin: 0;
		}
		.menu-text-align-left:not(.ts-custom-menu-colors) .main-menu > .menu-item:first-child > a{
			padding-left: 0;
		}
		.menu-text-align-center .main-menu{
			float: none;
			width: auto;
			margin: 0 auto;
		}
		.menu-text-align-right .main-menu{
			float: right;
			width: auto;
			margin: 0;
		}
		.menu-text-align-right:not(.ts-custom-menu-colors) .main-menu > .menu-item:not(.menu-item-has-children):last-child > a{
			padding-right: 0;
		}
		.menu-text-align-left.ts-vertical-menu .main-menu > .menu-item:first-child > a{
			padding-left: 18px;
		}
		.menu-text-align-right.ts-vertical-menu .main-menu > .menu-item:not(.menu-item-has-children):last-child > a{
			padding-right: 50px;
		}
		.main-menu{
			margin: 0;
			padding: 0;
			display: table;
			font-family: 'Adamina';
		}
		.main-menu li{
			position: relative;
			font-size: 14px;
		}
		.main-menu li a{
			display: block;
		}
		.main-menu > li > a{
			padding: 15px 18px;
		}
		.ts-header-menu{
			clear: both;
		}
		.ts-header-menu:after{
			content: "";
			clear: both;
			display: block;
		}
		.ts-header-menu ul.icon-home_menu{
			margin-left: 70px;
		}
		.ts-header-menu a.icon-home_anchor{
			position: absolute;
			top: 20px;
			left: 20px;
			display: block;
		}
		.ts-mega-menu .main-menu > .menu-item-has-children > a{
			position: relative;
			/*padding-right: 35px;*/
		}
		.ts-header-menu .main-menu > li.menu-item > a{
			position: relative;
			margin-right: 10px;
			padding-right: 60px;
		}
		.ts-header-menu .main-menu > li:not(:last-child) > a:before{
			content: "";
			position: absolute;
			right: 15px;
			top: 50%;
			margin-top: -40px;
			height: 80px;
			width: 1px;
			background-color: rgba(0, 0, 0, 0.1);
			-webkit-transform: rotate(40deg);	
			-o-transform: rotate(40deg);	
			transform: rotate(40deg);	
		}
		.ts-header-menu .main-menu > li.menu-logo{
			padding-right: 40px;
		}
		.ts-header-menu .menu-item-has-children > .sub-menu li > a,
		.ts-sticky-menu .menu-item-has-children > .sub-menu li > a,
		.ts-mobile-menu .menu-item-has-children .sub-menu li > a {
			text-decoration: none;
			display: block;
			position: relative;
			padding: 15px 25px 15px 15px;
			-webkit-transition: all 0.3s;
			transition: all 0.3s;
		}
		.ts-header-menu .menu-item-has-children .sub-menu li > a,
		.ts-sticky-menu .menu-item-has-children .sub-menu li > a,
		.ts-mobile-menu .menu-item-has-children .sub-menu li > a {
			position: relative;
			overflow: hidden;
			z-index: 1;
			-webkit-transition: color 0.3s;
					transition: color 0.3s;
			-webkit-backface-visibility: hidden;
		}
		.ts-header-menu .menu-item-has-children .sub-menu li > a:before,
		.ts-sticky-menu .menu-item-has-children .sub-menu li > a:before,
		.ts-mobile-menu .menu-item-has-children .sub-menu li > a:before,
		.ts-header-menu .menu-item-has-children .sub-menu li > a:after,
		.ts-sticky-menu .menu-item-has-children .sub-menu li > a:after,
		.ts-mobile-menu .menu-item-has-children .sub-menu li > a:after {
		    bottom: 100%;
		    content: "";
		    height: 100%;
		    left: 0;
		    position: absolute;
		    width: 100%;
		    z-index: -1;
		    -webkit-transition: -webkit-transform 0.3s;
		    		transition: transform 0.3s;
	    	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		    		transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
		}
		.ts-header-menu .menu-item-has-children .sub-menu li > a:hover:before,
		.ts-sticky-menu .menu-item-has-children .sub-menu li > a:hover:before,
		.ts-mobile-menu .menu-item-has-children .sub-menu li > a:hover:before,
		.ts-header-menu .menu-item-has-children .sub-menu li > a:hover:after,
		.ts-sticky-menu .menu-item-has-children .sub-menu li > a:hover:after,
		.ts-mobile-menu .menu-item-has-children .sub-menu li > a:hover:after {
		    -webkit-transform: translate3d(0, 100%, 0);
		    		transform: translate3d(0, 100%, 0);
		}
		.ts-header-menu .menu-item-has-children .sub-menu li > a:hover:after,
		.ts-sticky-menu .menu-item-has-children .sub-menu li > a:hover:after,
		.ts-mobile-menu .menu-item-has-children .sub-menu li > a:hover:after {
		    -webkit-transition-delay: 0.175s;
		    		transition-delay: 0.175s;
		}
		.ts_taxonomy_views .ts-date{
			font-size: 12px;
			font-style: italic;
		}
		.ts_taxonomy_views .entry-title .title{
			display: block;
			font-size: 18px;
			position: relative;
		}
		.ts_taxonomy_views .entry-title .title > a{
			color: inherit;
		}
		.ts-header-menu .menu-item-has-children > .sub-menu li > a:before,
		.ts-sticky-menu .menu-item-has-children > .sub-menu li > a:before,
		.ts-mega-menu .menu-item-has-children .ts_is_mega_div .ts_is_mega > li > a:before,
		.ts-mobile-menu .menu-item-has-children .sub-menu li a:before {
			content: "";
			position: absolute;
			z-index: -1;
			left: 0;
			width: 100%;
			height: 100%;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		
		@media only screen and (min-width: 768px){
			.ts-header-menu + .brand-logo{
				display: none;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-header-menu{
				display: none;
			}
			.ts-header-menu + .brand-logo{
				display: block;
				text-align: center;
			}
		}
		/*
		 	8.2.1 Default Menu
		*/
		.ts-behold-menu{
			width: 100%;
			min-height: 30px;
			clear: both;
			color: #fff;
			padding: 0;
		}
		.ts-behold-menu{
			padding: 0;
		}
		.ts-behold-menu > li{
			float: none;
			display: inline-block;
			vertical-align: middle;
		}
		.ts-behold-menu > li > a{
			border: none;
			z-index: 1;
			-webkit-transition: .2s all ease-out;
			-moz-transition: .2s all ease-out;
			-o-transition: .2s all ease-out;
			transition: .2s all ease-out;
		}
		.ts-behold-menu > .menu-item-has-children > a{
			position: relative;
			padding-right: 35px;
		}
		.ts-behold-menu > .menu-item-has-children > a:after{
			content: '\e805';
			display: inline-block;
			margin-left: 10px;
			font-family: "redfont";
			font-size: 16px;
			opacity: 0.7;
		}
		.ts-behold-menu > .menu-item-has-children.menu-item-has-description > a:after{
			top: 15px;
		}

		/* Submenu styles */
		.ts-behold-menu .menu-item-has-children .sub-menu{
			visibility: hidden;
			opacity: 0;
			margin-top: 10px;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.ts-behold-menu li ul{
			position:absolute;
			margin: 0;
			z-index: 999;
			width: 250px;
			padding:0;
			height: 0;
			overflow: hidden;
			text-align: left;
			-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			opacity: 0.9;
		}
		.ts-behold-menu li ul .menu-item-has-children > a:after{
			content: '\e81d';
			display: inline-block;
			margin-left: 10px;
			font-family: "redfont";
			color: inherit;
			opacity: 0.7;
		}
		.ts-behold-menu .sub-menu li {
			position: relative;
			float: none;
			display: block;
			margin: 0;
			text-align: left;
			border: 0;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}
		.ts-behold-menu .sub-menu li:last-child{
			border-bottom: none;
		}

		@media only screen and (min-width: 769px){
			.ts-behold-menu > .menu-item-has-children:hover > .sub-menu {
				opacity: 1;
				visibility: visible;
				left: 0;
				margin: 0;
				overflow: visible;
				height: auto;
				z-index: 9999;
			}
			.ts-behold-menu .sub-menu > li:hover > ul{
				opacity: 1;
				visibility: visible;
				height: auto;
				overflow: visible;
			}
			.ts-behold-menu li ul li ul{
				margin-left: 270px;
				top: -10px;
			}
			.ts-behold-menu li ul li:hover ul {
				margin-left: 250px;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-behold-menu .sub-menu {
				box-shadow: none;
			}
			.ts-behold-menu > li > a{
				padding: 10px 15px;
			}
			.ts-behold-menu > .menu-item-has-children:hover > .sub-menu{
				margin: 0;
			}
		}

		/*
			--- 8.2.2 Standard Menu
		*/
		.ts-standard-menu{
			width: 100%;
			min-height: 30px;
			clear: both;
			color: #fff;
			padding: 0;
		}
		.ts-standard-menu .main-menu{
			padding: 0;
		}
		.ts-standard-menu .main-menu > li{
			float: none;
			display: inline-block;
			vertical-align: middle;
		}
		.ts-standard-menu .main-menu > li > a{
			border: none;
			z-index: 1;
			-webkit-transition: .2s all ease-out;
			-moz-transition: .2s all ease-out;
			-o-transition: .2s all ease-out;
			transition: .2s all ease-out;
		}
		.ts-standard-menu .main-menu > .menu-item-has-children > a{
			position: relative;
		}
		.ts-standard-menu .main-menu > .menu-item-has-children > a:after{
			content: '\e805';
			display: inline-block;
			margin-left: 10px;
			font-family: "redfont";
			font-size: 16px;
			opacity: 0.7;
		}
		.ts-standard-menu .main-menu > .menu-item-has-children.menu-item-has-description > a:after{
			top: 15px;
		}

		/* Submenu styles */
		.ts-standard-menu .main-menu .menu-item-has-children .sub-menu{
			visibility: hidden;
			opacity: 0;
			margin-top: 10px;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.ts-standard-menu .main-menu li ul{
			position:absolute;
			margin: 0;
			z-index: 999;
			width: 250px;
			padding:0;
			height: 0;
			overflow: hidden;
			text-align: left;
			-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			opacity: 0.9;
		}
		.ts-standard-menu .main-menu li ul .menu-item-has-children:after{
			content: '\e81d';
			position: absolute;
		    font-family: "redfont";
		    opacity: 0.7;
		    top: 20px;
		    right: 20px;
		    z-index: 1;
		    font-size: 12px;
		}
		.ts-standard-menu .main-menu .sub-menu li {
			position: relative;
			float: none;
			display: block;
			margin: 0;
			text-align: left;
			border: 0;
			border-bottom: 1px solid #ededed;
		}
		.ts-standard-menu .main-menu .sub-menu li:last-child{
			border-bottom: none;
		}

		@media only screen and (min-width: 769px){
			.ts-standard-menu .main-menu > .menu-item-has-children:hover > .sub-menu {
				opacity: 1;
				visibility: visible;
				left: 0;
				margin: 0;
				overflow: visible;
				height: auto;
				z-index: 9999;
			}
			.ts-standard-menu .main-menu .sub-menu > li:hover > ul{
				opacity: 1;
				visibility: visible;
				height: auto;
				overflow: visible;
			}
			.ts-standard-menu .main-menu li ul li ul{
				margin-left: 270px;
				top: -10px;
			}
			.ts-standard-menu .main-menu li ul li:hover ul {
				margin-left: 250px;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-standard-menu .main-menu .sub-menu {
				box-shadow: none;
			}
			.ts-standard-menu .main-menu > li > a{
				padding: 10px 15px;
			}
			.ts-standard-menu .main-menu > .menu-item-has-children:hover > .sub-menu{
				margin: 0;
			}
		}

		/*
			--- 8.2.3 Sticky Menu
		*/
		.ts-sticky-menu{
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			z-index: -999;
			background: #FFF;
			border-bottom: 1px solid rgba(115,115,115,0.1);
			opacity: 0;
			overflow: hidden;
			-webkit-transition: opacity .4s ease-out;
			-moz-transition: opacity .4s ease-out;
			-o-transition: opacity .4s ease-out;
			transition: opacity .4s ease-out;
		}
		.ts-sticky-menu.active{
			opacity: 1;
			overflow: visible;
			z-index: 999;
		}
		body.admin-bar .ts-sticky-menu{
			top: 32px;
		}
		.ts-sticky-menu .container .sf-menu > li:hover,
		.ts-sticky-menu .container .sf-menu > li.sfHover,
		.ts-sticky-menu .container .sf-menu > li > a:focus,
		.ts-sticky-menu .container .sf-menu > li > a:hover,
		.ts-sticky-menu .container .sf-menu > li > a:active{
			color: inherit;
		}
		.ts-sticky-menu .container .sf-menu li > a:focus,
		.ts-sticky-menu .container .sf-menu li > a:hover,
		.ts-sticky-menu .container .sf-menu li > a:active{
			background: transparent;
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
			filter: alpha(opacity=70);
			opacity: 0.7;
			color: inherit;
		}
		.ts-sticky-menu .main-menu{
			padding: 0;
		}
		.ts-sticky-menu .main-menu > li{
			float: none;
			display: inline-block;
			vertical-align: middle;
		}
		.ts-sticky-menu .main-menu > li.menu-item-type-taxonomy{
			position: inherit;
		}

		.ts-sticky-menu .main-menu > li:not(:last-child) > a:before {
		    content: "";
		    position: absolute;
		    right: 15px;
		    top: 50%;
		    margin-top: -40px;
		    height: 80px;
		    width: 1px;
		    background-color: rgba(0, 0, 0, 0.1);
		    -webkit-transform: rotate(40deg);
		    -o-transform: rotate(40deg);
		    transform: rotate(40deg);
		}		
		.ts-sticky-menu .main-menu > li > a{
			border: none;
			z-index: 1;
			-webkit-transition: .2s all ease-out;
			-moz-transition: .2s all ease-out;
			-o-transition: .2s all ease-out;
			transition: .2s all ease-out;
		}
		.ts-sticky-menu .main-menu > .current-menu-ancestor:after,
		.ts-sticky-menu .main-menu > .current_page_item:after{
			display: none;
		}
		.ts-sticky-menu .main-menu > .menu-item-has-children > a:after{
			content: '\e805';
			display: inline-block;
			margin-left: 10px;
			font-family: "redfont";
			font-size: 16px;
			opacity: 0.7;
		}
		.ts-sticky-menu.ts-mega-menu .main-menu > .menu-item-has-children.menu-item-has-description > a:after{
			position: absolute;
			right: 25px;
			top: 34px;
		}

		.ts-sticky-menu .megaWrapper .main-menu{
			margin: 0 auto;
		}

		/* Submenu styles */
		.ts-sticky-menu .main-menu .menu-item-has-children .sub-menu:not(.ts_is_mega){
			visibility: hidden;
			opacity: 0;
			margin-top: 10px;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.ts-sticky-menu .main-menu li ul:not(.ts_is_mega){
			position:absolute;
			margin: 0;
			z-index: 999;
			width: 250px;
			padding:0;
			height: 0;
			overflow: hidden;
			text-align: left;
			-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			opacity: 0.9;
		}
		.ts-sticky-menu .main-menu li ul .menu-item-has-children:after{
			content: '\e81d';
			font-family: "redfont";
		    font-size: 12px;
		    opacity: 0.7;
		    position: absolute;
		    right: 20px;
		    top: 20px;
		    z-index: 1;
		}
		.ts-sticky-menu .main-menu .sub-menu li:not(.menu-item-type-post_type) {
			position: relative;
			float: none;
			display: block;
			margin: 0;
			text-align: left;
			border: 0;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}
		.ts-sticky-menu .main-menu .sub-menu li:last-child{
			border-bottom: none;
		}
		.ts-sticky-menu .main-menu > li.menu-item-type-post_type.menu-item-has-children.menu-item-has-description > a:after{
			top: 30px;
		}
		@media only screen and (min-width: 769px){
			.ts-sticky-menu .main-menu > .menu-item-has-children:hover > .sub-menu:not(.ts_is_mega) {
				opacity: 1;
				visibility: visible;
				left: 0;
				margin: 0;
				overflow: visible;
				height: auto;
				z-index: 9999;
			}
			.ts-sticky-menu .main-menu .sub-menu:not(.ts_is_mega) > li:hover > ul{
				opacity: 1;
				visibility: visible;
				height: auto;
				overflow: visible;
			}
			.ts-sticky-menu .main-menu li ul:not(.ts_is_mega) li ul{
				margin-left: 270px;
				top: -10px;
			}
			.ts-sticky-menu .main-menu li ul:not(.ts_is_mega) li:hover ul {
				margin-left: 250px;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-sticky-menu .main-menu > li.menu-item-type-post_type .sub-menu:not(.ts_is_mega) {
				box-shadow: none;
			}
			.ts-sticky-menu .main-menu > li > a{
				padding: 10px 15px;
			}
			.ts-sticky-menu .main-menu > li.menu-item-type-post_type.menu-item-has-children:hover > .sub-menu:not(.ts_is_mega){
				margin: 0;
			}
		}
		@media only screen and (max-width : 768px) {
			.ts-sticky-menu{
				display: none;
			}
		}

		/*
			--- 8.2.4 Vertical Menu
		*/
		.ts-vertical-menu.menu-text-align-left .main-menu li{
			text-align: left;
		}
		.ts-vertical-menu.menu-text-align-center .main-menu li{
			text-align: center;
		}
		.ts-vertical-menu.menu-text-align-right .main-menu li{
			text-align: right;
		}
		.ts-vertical-menu{
			position: relative;
			overflow: hidden;
			width: 100%;
			height: 100%;
			background-color: inherit;
			margin: 20px 0;
			box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
		}
		.ts-vertical-menu .main-menu{
			min-width: 100%;
			float: none;
		}
		.ts-vertical-menu .main-menu li span.menu-item-url-link{
			display: block;
			position: absolute;
			top: 15px;
			right: 15px;
			width: 20px;
			height: 20px;
		}
		.ts-vertical-menu .main-menu li span.menu-item-url-link i{
			display: block !important;
		}
		.ts-vertical-menu .main-menu li{
			display: block;
		}
		.ts-vertical-menu .main-menu > li > a{
			border-bottom: 1px solid #ededed;
		}
		.ts-vertical-menu .main-menu .sub-menu{
			display: none;
			width: 100%;
			position: relative;
		}
		.ts-vertical-menu .main-menu .sub-menu li > a{
			border-bottom: 1px solid #ededed;
		}
		.ts-vertical-menu.menu-text-align-right .main-menu > li > a,
		.ts-vertical-menu.menu-text-align-right .menu-item-has-children .sub-menu li > a{
			padding-right: 50px;
		}
		.ts-vertical-menu.menu-text-align-right .main-menu .sub-menu{
			padding-right: 25px;
		}
		.ts-vertical-menu.menu-text-align-center .main-menu .sub-menu{
			padding: 0 25px;
		}
		.ts-vertical-menu.menu-text-align-left .main-menu .sub-menu{
			padding-left: 25px;
		}
		.ts-vertical-menu .main-menu > .menu-item-has-children > a{
			position: relative;
			padding-right: 35px;
		}
		.ts-vertical-menu .main-menu .menu-item-has-children.collapsed > a:after{
			color: inherit;
		}
		.ts-vertical-menu .main-menu > .menu-item-has-children > a:after,
		.ts-vertical-menu .main-menu li ul .menu-item-has-children > a:after{
			content: '\e81d';
			display: inline-block;
			margin-left: 10px;
			font-family: "redfont";
			font-size: 14px;
			-webkit-transition: -webkit-transform 0.2s;
			transition: transform 0.2s;
			-webkit-transform: rotateX(0);
			transform: rotateX(0);
		}
		.ts-vertical-menu .main-menu > .menu-item-has-children.collapsed > a:after,
		.ts-vertical-menu .main-menu li ul .menu-item-has-children.collapsed > a:after{
			-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
		}

		/*
			--- 8.2.5 Mega Menu
		*/
		.ts-mega-menu{
			width: 100%;
			min-height: 30px;
			clear: both;
			padding: 0;
		}
		.ts-mega-menu .main-menu{
			padding: 0;
		}
		.ts-mega-menu .main-menu > li{
			float: none;
			display: inline-block;
			vertical-align: middle;
			text-align: center;
		}
		.ts-mega-menu .main-menu > li.is_mega{
			position: inherit;
			z-index: 3;
		}
		.ts-mega-menu .main-menu > li > a{
			border: none;
			z-index: 1;
			-webkit-transition: .2s all ease-out;
			-moz-transition: .2s all ease-out;
			-o-transition: .2s all ease-out;
			transition: .2s all ease-out;
		}
		.ts-mega-menu .main-menu > .menu-item-has-children > a:after{
			content: '\e805';
			display: inline-block;
			margin-left: 10px;
			font-family: "redfont";
			font-size: 12px;
			opacity: 0.7;
		}
		.ts-mega-menu .main-menu > .menu-item-has-children.menu-item-has-description > a:after{
			position: absolute;
			top: 20px;
			right: 25px;
		}
		.mega-menu-item-description{
			display: block;
			color: #ccc;
			font-size: 12px;
			margin: 3px 0 0;
			text-align: center;
		}
		.ts_is_mega_div ul, .ts_is_mega_div li{ /*reset list styles for mega menus*/
			position: relative;
			display:block;
			top:auto;
			left:auto;
			height:auto;
		}
		.ls-container{
			z-index: 1;
		}

		/* Mega submenu styles */
		.ts-mega-menu.ts-sticky-menu .main-menu > li > a{
		    margin-right: 10px;
		    padding-right: 60px;
		    padding-top: 20px;
		    padding-bottom: 20px;
		}
		.ts-mega-menu.ts-sticky-menu .main-menu > li.menu-item-has-children > a{
			position: relative;
			/*padding-right: 35px;*/
		}
		.ts-mega-menu .main-menu .menu-item-has-children .ts_is_mega_div{
			visibility: hidden;
			opacity: 0;
			margin-top: 10px;
			-ms-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
			-moz-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
			-o-transition:opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
			transition: opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
			-webkit-transition: opacity 0s ease 0s, margin-top 0.3s ease 0s, margin-left 0.3s ease 0s;
		}

		.ts-mega-menu .main-menu .ts_is_mega_div{  /* use similar styles to .main_menu .menu ul */
			position:absolute;
			margin: 0;
			z-index: 2;
			left: 0;
			padding:0;
			overflow: hidden;
			text-align: left;
			-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
		}
		.menu-text-align-left .ts-mega-menu .main-menu .ts_is_mega_div{
			left: 20px;
		}
		.ts-mega-menu .main-menu .ts_is_mega_div .ts_is_mega {
			padding: 20px 30px 0;
			overflow: hidden;
			width:100%;
			border-style:none;
			border-width:0px;
			position: relative;
		}
		.ts-mega-menu .main-menu .ts_is_mega_div .ts_is_mega li > ul {
			padding-top: 0;
			padding-right: 0;
			padding-bottom: 0;
		}
		.ts-mega-menu .main-menu .ts_is_mega_div .ts_is_mega li > ul > li:last-child{
			border-bottom: 0;
		}
		.ts-mega-menu .main-menu .ts_is_mega_div .ts_is_mega li {
			position: relative;
			float: left;
			display: block;
			margin: 0;
			text-align: left;
			vertical-align: top;
			overflow: hidden;
		}
		.ts-mega-menu .main-menu .ts_is_mega_div > ul li ul li{
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}
		.ts-mega-menu .main-menu .ts_is_mega_div > .ts_is_mega > li > ul{
			padding:0;
		}
		.ts-mega-menu .main-menu li ul .menu-item-has-children:after{
			content: '\e81d';
			font-family: 'redfont';
			font-size: 12px;
			position: absolute;
			right: 20px;
			top: 20px;
			color: inherit;
			z-index: 1;
		}
		.ts-mega-menu .main-menu .ts_is_mega_div > .ts_is_mega > li.menu-item-has-children:after{
			display: none;
		}
		.ts-mega-menu .menu-item-type-post_type.menu-item-has-children .ts_is_mega_div > .ts_is_mega li a{
			text-decoration: none;
			display: block;
			position: relative;
			padding: 15px 25px 15px 15px;

			-ms-transition: all .3s;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
			-o-transition: all .3s;
			transition: all .3s;

			-webkit-transition: color 0.3s;
			transition: color 0.3s;
		}

		.ts-mega-menu .main-menu .ts_is_mega_div .menu-item > .title{
			font-size: 18px;
			font-weight: 400;
			margin: 0;
			position: relative;
			padding-bottom: 10px;
			margin-bottom: 15px;
			float: left;
		}
		.ts-mega-menu .main-menu .ts_is_mega_div .menu-item > .title:after{
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 3px;
		}
		.ts-mega-menu .is_mega .ts_is_mega_div:after{
			content: "";
			width: 100%;
			height: 100%;
			position: absolute;
			z-index: -2;
			left: 0;
			top: 0;
		}

		/*nested column lists*/
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li > ul ul li{
			margin-left: 15px;
		}


		/*column lists links*/
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li > ul > li  a{
			width: auto;
			float: none;
			display: block;
			border: none;
			font-weight: normal;
		}
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li{
			padding-left: 15px;
			padding-right: 15px;
			padding-bottom: 30px;
			position: relative;
		}

		/*column lists*/
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li > ul li{
			display: block;
			float: none;
			padding: 0;
			margin:0;
			width: 100%;
			list-style-type: circle;
			list-style-position: inside;
		}
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_1{
			width: 100%;
		}
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_2{
			width: 50%;
		}
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_3{
			width: 33.333333%;
		}
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_4{
			width: 25%;
		}
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_5{
			width: 20%;
		}
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > .ts_is_mega_menu_columns_6{
			width: 16.666666%;
		}
		.ts-mega-menu .ts_is_mega_div .ts_is_mega > li.ts_is_mega_menu_columns_fist{
			clear: left;
			padding-left: 0;
		}

		/* Submenu styles not mega-submenu */
		.ts-mega-menu .main-menu > li.menu-item-has-children .sub-menu:not(.ts_is_mega){
			visibility: hidden;
			opacity: 0;
			margin-top: 10px;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega){
			position:absolute;
			margin: 0;
			z-index: 999;
			width: 250px;
			padding:0;
			height: 0;
			overflow: hidden;
			text-align: left;
			-o-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-moz-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
			opacity: 0.9;
		}
		.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega) .menu-item-has-children:after{
			content: '\e81d';
			position: absolute;
		    font-family: "redfont";
		    opacity: 0.7;
		    top: 20px;
		    right: 20px;
		    z-index: 1;
		    font-size: 12px;
		}
		.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega) li {
			position: relative;
			float: none;
			display: block;
			margin: 0;
			text-align: left;
			border: 0;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}
		.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega) li:last-child{
			border-bottom: none;
		}

		@media only screen and (min-width: 769px){
			.ts-mega-menu .main-menu > .menu-item-has-children:hover > .ts_is_mega_div {
				opacity: 1;
				visibility: visible;
				margin: 0;
				overflow: visible;
				height: auto;
				z-index: 999;
			}
			/* Styles for sub-menu not mega-submenu! */
			.ts-mega-menu .main-menu > .menu-item-has-children:hover > .sub-menu:not(.ts_is_mega) {
				opacity: 1;
				visibility: visible;
				left: 0;
				margin: 0;
				overflow: visible;
				height: auto;
				z-index: 9999;
			}
			.ts-mega-menu .main-menu > li .sub-menu:not(.ts_is_mega) > li:hover > ul{
				opacity: 1;
				visibility: visible;
				height: auto;
				overflow: visible;
			}
			.ts-mega-menu .main-menu > li ul li .sub-menu:not(.ts_is_mega){
				margin-left: 270px;
				top: -10px;
			}
			.ts-mega-menu .main-menu > li ul li:hover .sub-menu:not(.ts_is_mega) {
				margin-left: 250px;
			}

			.ts_is_mega_div > .ts_is_mega > li:first-child{
				padding-left:0;
			}
			.ts_is_mega_div > .ts_is_mega > li:last-child{
				padding-right:0;
			}
		}
		@media only screen and (min-width: 768px){
			.ts-mega-menu .ts_is_mega_div{
				width: 708px;
			}
		}
		@media only screen and (min-width: 960px){
			.ts-mega-menu .ts_is_mega_div{
				width: 900px;
			}
		}
		@media only screen and (min-width: 1170px){
			.ts-mega-menu .ts_is_mega_div{
				width: 1130px;
			}
		}
		@media only screen and (min-width: 1441px){
			.ts-mega-menu .ts_is_mega_div{
				width: 1340px;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-mega-menu-menu .main-menu .ts_is_mega {
				box-shadow: none;
			}
			.ts-mega-menu-menu .main-menu > li > a{
				padding: 10px 15px;
			}
			.ts-mega-menu-menu .main-menu > .menu-item-has-children:hover > .ts_is_mega{
				margin: 0;
			}
		}

		/*
			--- 8.2.6 Taxonomy Mega Menu
		*/
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div{
			opacity: 0;
			visibility: hidden;
		}
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div .title{
			font-size: 18px;
		}
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .default-effect .overlay-effect .view-more{
			position: absolute;
		}
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .image-holder{
			margin-bottom: 10px;
		}
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .entry-title{
			font-size: 24px;
			font-weight: 400;
			display: block;
		}
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .entry-title .title{
			margin-bottom: 5px;
			padding-bottom: 0;
			display: block;
		}
		.ts-mega-menu .ts_taxonomy_views article{
			margin-bottom: 20px;
		}
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .entry-title .title:after{
			display: none;
		}
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega{
			padding-left: 15px;
			padding-right: 15px;
		}
		.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega > li{
			padding-bottom: 0;
		}
		.ts-mega-menu .ts_is_mega_div > .ts_is_mega > li > ul > li.menu-item-type-taxonomy a{
			padding: 15px 25px 15px 15px;
		}

		/* Taxonomy for mobile menu */
		.ts-mobile-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article{
			margin-bottom: 0;
		}
		.ts-mobile-menu .menu-item-type-taxonomy.menu-item-has-children .ts_is_mega_div > .sub-menu li{
			padding: 0;
		}
		.ts-mobile-menu .menu-item-type-taxonomy.menu-item-has-children .ts_is_mega_div > .ts_is_mega > li{
			padding-left: 0;
			padding-right: 0;
		}
		.ts-mobile-menu .menu-item-type-taxonomy.menu-item-has-children .ts_is_mega_div > .sub-menu li a{
			padding: 15px 25px 0 25px;
			margin-bottom: 5px;
		}
		.ts-mobile-menu .menu-item-type-taxonomy .ts_is_mega_div .title{
			float: none;
			padding: 0;
			margin-bottom: 0;
			font-size: 14px;
		}
		.ts-mobile-menu .menu-item-type-taxonomy .ts_is_mega_div .title:after{
			display: none;
		}
		@media only screen and (min-width: 769px){
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega > li:first-child{
				padding-left: 15px;
			}
			.ts-mega-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega > li:last-child{
				padding-right: 15px;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-mobile-menu .menu-item-type-taxonomy .ts_is_mega_div > .ts_is_mega article .image-holder{
				display: none;
			}
		}

		/*
			--- 8.2.7 Mobile Menu
		*/
		.ts-mobile-menu{
			position: relative;
			overflow: hidden;
			width: 100%;
			height: 100%;
			background-color: #fff;
			margin: 20px 0;
			box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
		}
		.ts-mobile-menu,
		.ts-mobile-menu .mobile_menu{
			display: none;
		}
		.ts-mobile-menu .mobile_menu{
			clear: both;
		}
		.ts-mobile-menu .mobile_menu:after{
			content: "";
			clear: both;
			display: block;
		}
		.ts-mobile-menu .main-menu{
			display: block;
			float: none;
			margin: 0;
			padding: 0;
		}
		.ts-mobile-menu .main-menu > li > a:hover{
			background-color: rgba(50, 50, 50, 0.03)
		}
		.ts-mobile-menu .nav-header{
			position: relative;
			width: 100%;
			min-height: 40px;
			line-height: 1.8;
			padding: 15px;
			padding-right: 0;
			color: inherit;
			text-align: right;
			box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
			z-index: 99;
		}
		.ts-mobile-menu .main-menu > .menu-item-has-children > a{
			position: relative;
			padding-right: 35px;
		}
		.ts-mobile-menu .main-menu > .menu-item-has-children > a:after{
			content: '\e805';
			position: absolute;
			font-family: "redfont";
			font-size: 16px;
			right: 20px;
			top: 10px;
			opacity: 0.7;
		}
		.ts-mobile-menu .main-menu > .menu-item-has-description.menu-item-has-children > a:after{
			top: 15px;
		}
		.ts-mobile-menu .main-menu li ul .menu-item-has-children:after{
			content: '\e81d';
			position: absolute;
			font-family: "redfont";
			font-size: 12px;
			color: inherit;
			right: 20px;
			top: 15px;
			opacity: 0.7;
			z-index: 1;
			-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			-o-transform: rotate(90deg);
			transform: rotate(90deg);
		}
		.ts-mobile-menu .main-menu .sub-menu{
			margin: 0;
			clear: both;
		}
		.ts-mobile-menu .main-menu .sub-menu:after{
			content: "";
			clear: both;
			display: block;
		}
		.ts-mobile-menu .main-menu .sub-menu li > a{
			padding: 15px 25px;
		}
		.ts-mobile-menu .main-menu .sub-menu li {
			position: relative;
			float: none;
			display: block;
			margin: 0;
			text-align: left;
			border: 0;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}
		.ts-mobile-menu .main-menu .sub-menu li:last-child{
			border-bottom: none;
		}
		.ts-mobile-menu .main-menu li ul{
			box-shadow: none;
		}
		.ts-mobile-menu .nav-header > a.trigger{
			padding: 15px;
		}
		.ts-mobile-menu .main-menu > li{
			float: left;
			display: block;
			width: 100%;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}
		.ts-mobile-menu .mega-menu-item-description{
			text-align: left;
		}

		/* Styles for mobile mega menu */
		.ts-mobile-menu .main-menu .menu-item-has-children .ts_is_mega_div{
			position: relative;
			left: 0;
			right: 0;
			margin-top: 0;
			display: block;
		}
		.ts-mobile-menu .main-menu .ts_is_mega_div .ts_is_mega > li{
			padding-left: 25px;
			padding-right: 25px;
		}
		.ts-mobile-menu .main-menu .ts_is_mega_div .sub-menu li{
			float: left;
			width: 100%;
			padding: 15px 25px;
		}
		.ts-mobile-menu .main-menu .ts_is_mega_div .sub-menu li > ul{
			display: block;
			left: 0;
		}
		.ts-mobile-menu .main-menu .ts_is_mega_div .sub-menu li > ul > li{
			padding: 0;
		}
		.ts-mobile-menu .main-menu .ts_is_mega_div .title{
			font-size: 18px;
			font-weight: 400;
			margin: 0;
			position: relative;
			margin: 0;
			padding: 0;
			float: left;
		}
		.ts-mobile-menu .main-menu .ts_is_mega_div .ts-date{
			padding-left: 25px;
			margin-bottom: 15px;
		}
		.ts-mobile-menu .main-menu .ts_is_mega_div .title:after{
			content: "";
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 3px;
		}
		@media only screen and (max-width: 768px){
			.ts-mobile-menu{
				display: block;
			}
			.ts-mobile-menu .main-menu .menu-item-has-children .sub-menu{
				position: relative;
				width: 100%;
				height: 100%;
				margin: 0;
				padding-left: 15px;
				display: none;
			}
		}

	/*
		8.3 Sliders
	*/
		/*
			--- 8.3.1 Flexslider
		*/
		.flex-container a:active,
		.flexslider a:active,
		.flex-container a:focus,
		.flexslider a:focus  {outline: none;}
		.slides,
		.flex-control-nav,
		.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

		/* Icon Fonts
		*********************************/
		/* FlexSlider Necessary Styles
		*********************************/
		.flexslider {margin: 0; padding: 0;}
		.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position: relative;text-align: center;} /* Hide the slides before the JS is loaded. Avoids image jumping */
		.flexslider .slides img {display: inline-block;}
		.flex-pauseplay span {text-transform: capitalize;}

		/* Clearfix for the .slides element */
		.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
		html[xmlns] .slides {display: block;}
		* html .slides {height: 1%;}

		/* No JavaScript Fallback */
		/* If you are not using another script, such as Modernizr, make sure you
		 * include js that eliminates this class on page load */
		.no-js .slides > li:first-child {display: block;}

		/* FlexSlider Default Theme
		*********************************/
		.flexslider { margin: 0; position: relative; zoom: 1; }
		.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
		.loading .flex-viewport { max-height: 300px; }
		.flexslider .slides { zoom: 1; }
		.carousel li { margin-right: 5px; }

		/* Direction Nav */
		.flex-direction-nav {*height: 0;}
		.flex-direction-nav a  { display: block; width: 40px; height: 80px; margin: -20px 0 0; line-height: 1; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(255,255,255,0.8); text-shadow: 1px 1px 0 rgba(0,0,0,0.2); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
		.flex-direction-nav .flex-prev { left: 40px; }
		.flex-direction-nav .flex-next { right: 40px; text-align: right; }
		.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
		.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
		.flex-direction-nav a:before  { font-family: "redfont"; font-size: 50px; display: inline-block; content: '\e81c'; }
		.flex-direction-nav a.flex-next:before  { content: '\e81d'; }

		/* Pause/Play */
		.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
		.flex-pauseplay a:before  { font-family: "redfont"; font-size: 20px; display: inline-block; content: '\f004'; }
		.flex-pauseplay a:hover  { opacity: 1; }
		.flex-pauseplay a.flex-play:before { content: '\e80e'; }

		/* Control Nav */
		.flex-control-nav {width: 100%; position: absolute; bottom: 10px; text-align: center;z-index: 2;line-height: 0;}
		.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
		.flex-control-paging li a {width: 11px; height: 11px; display: block; background: transparent; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); -o-box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3); }
		.flex-control-paging li a:hover { background: #efefef; background: rgba(215,215,215,0.7); }
		.flex-control-paging li a.flex-active { background: #FFF; background: rgba(255,255,255,0.9); cursor: default; }

		.flex-control-thumbs {margin: 25px 0 0; position: static; overflow: hidden;}
		.flex-control-thumbs li {width: 33.33%; float: left; margin: 0;}
		.flex-control-thumbs img {width: 100%; display: block; cursor: pointer;}
		.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
		.flexslider .slider-caption{
			position: absolute;
			bottom: 40px;
			left: 80px;
			background: rgba(255,255,255,0.85);
			padding: 20px;
			max-width: 40%;
			text-align: left;
		}
		.flexslider .slider-caption h3{
			margin: 0 0 15px 0;
		}
		.flexslider .slider-caption.left{
			left: 80px;
		}
		.flexslider .slider-caption.right{
			left: auto;
			right: 80px;
		}
		.flexslider .slider-caption.center{
			left: 50%;
			right: auto;
			width: 40%;
			margin-left: -20%;
			text-align: center;
		}
		@media only screen and (min-width : 320px) and (max-width : 767px) {
			.flexslider .slider-caption{
				display: none;
			}
		}
		@media screen and (max-width: 860px) {
		  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
		  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
		}

		/*
			--- 8.3.2 bxSlider
		*/
		.ts-bxslider{
			position: relative;
		}
		.ts-bxslider .slider-caption{
			position: absolute;
			bottom: 30px;
			padding: 20px 40px;
		}
		.ts-bxslider .slider-caption .title{
			display: block;
			margin-bottom: 10px;
			font-weight: normal;
		}
		.ts-bxslider .slider-caption .title a{
			padding: 3px 15px;
			-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			transition: background-color .2s ease-in-out, color .2s ease-in-out;
		}
		.ts-bxslider .slider-caption .sub{
			padding: 10px 15px;
			display: block;
			max-width: 75%;
		}
		.ts-bxslider .controls-direction span{
			display: block;
			text-align: center;
			position: absolute;
			top: 50%;
			margin-top: -25px;
		}
		.ts-bxslider .controls-direction span a{
			display: block;
			width: 40px;
			height: 50px;
			line-height: 50px;
			color: inherit;
			opacity: 0.5;
			-webkit-transition: opacity .2s ease-in-out;
			-o-transition: opacity .2s ease-in-out;
			transition: opacity .2s ease-in-out;
		}
		.ts-bxslider:hover .controls-direction span a{
			opacity: 1;
		}
		.ts-bxslider #slider-next a{
			border-top-left-radius: 3px;
			border-bottom-left-radius: 3px;
		}
		.ts-bxslider #slider-prev a{
			border-top-right-radius: 3px;
			border-bottom-right-radius: 3px;
		}
		.ts-bxslider #slider-next{
			right: 0;
		}
		.ts-bxslider #slider-prev{
			left: 0;
		}
		.ts-bxslider .slider-caption .title,
		.ts-bxslider .slider-caption .sub{
			opacity: 0;
			visibility: hidden;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.ts-bxslider .slider-caption .title{
			-webkit-transform: translate3d(0,-300%,0);
			transform: translate3d(0,-300%,0)
		}
		.ts-bxslider .slider-caption .sub{
			-webkit-transform: translate3d(0,300%,0);
			transform: translate3d(0,300%,0)
		}
		.ts-bxslider .bxslider > .active-slide .slider-caption .title.animated,
		.ts-bxslider .bxslider > .active-slide .slider-caption .sub.animated{
			opacity: 1;
			visibility: visible;
			-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}
		.ts-bxslider .bxslider > .active-slide .slider-caption .title.animated{
			-webkit-transition-delay: .4s;
			transition-delay: .4s;
		}
		.ts-bxslider .bxslider > .active-slide .slider-caption .sub.animated{
			-webkit-transition-delay: .5s;
			transition-delay: .5s;
		}
		.ts-bxslider .slider-caption.left .title{
			margin-left: -15px;
		}
		.ts-bxslider .slider-caption.right .title{
			margin-right: -15px;
		}
		.ts-bxslider .slider-caption.left .sub{
			float: left;
		}
		.ts-bxslider .slider-caption.right .sub{
			float: right;
		}
		.ts-bxslider .slider-caption.center .sub{
			margin-left: auto;
			margin-right: auto;
		}
		.ts-bxslider .slider-caption.left{
			left: 0;
			text-align: left;
		}
		.ts-bxslider .slider-caption.right{
			right: 0;
			text-align: right;
		}
		.ts-bxslider .slider-caption.center{
			width: 100%;
			text-align: center;
		}
		.bx-wrapper .bx-pager.bx-default-pager a{
			width: 15px;
			height: 5px;
			border-radius: 0;
		}
		@media only screen and (max-width: 992px){
			.ts-bxslider .slider-caption .title{
				font-size: 28px;
			}
			.ts-bxslider .slider-caption .sub{
				font-size: 12px;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-bxslider .slider-caption{
				display: none;
			}
		}

		/*
			--- 8.3.3 Slicebox
		*/
		.sb-slider {
			margin: 0 auto;
			position: relative;
			overflow: hidden;
			width: 100%;
			list-style-type: none;
			padding: 0;
		}
		.sb-slider li {
			margin: 0;
			padding: 0;
			display: none;
		}
		.sb-slider li > a {
			outline: none;
		}
		.sb-slider li > a img {
			border: none;
		}
		.sb-slider img {
			max-width: 100%;
			display: block;
		}
		.sb-description {
			padding: 20px;
			bottom: 10px;
			left: 10px;
			right: 10px;
			z-index: 1000;
			position: absolute;
			background: #CBBFAE;
			background: rgba(190,176,155, 0.4);
			border-left: 4px solid rgba(255,255,255,0.7);
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			filter: alpha(opacity=0);
			opacity: 0;
			color: #fff;

			-webkit-transition: all 200ms;
			-moz-transition: all 200ms;
			-o-transition: all 200ms;
			-ms-transition: all 200ms;
			transition: all 200ms;
		}
		.sb-slider li.sb-current .sb-description {
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
			filter: alpha(opacity=80);
			opacity: 1;
		}
		.sb-slider li.sb-current .sb-description:hover {
			-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
			filter: alpha(opacity=99);
			background: rgba(190,176,155, 0.7);
		}
		.sb-perspective {
			position: relative;
		}
		.sb-perspective > div {
			position: absolute;

			-webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
			-o-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;
			transform-style: preserve-3d;

			-webkit-backface-visibility : hidden;
			-moz-backface-visibility : hidden;
			-o-backface-visibility : hidden;
			-ms-backface-visibility : hidden;
			backface-visibility : hidden;
		}
		.sb-side {
			margin: 0;
			display: block;
			position: absolute;

			-moz-backface-visibility : hidden;

			-webkit-transform-style: preserve-3d;
			-moz-transform-style: preserve-3d;
			-o-transform-style: preserve-3d;
			-ms-transform-style: preserve-3d;
			transform-style: preserve-3d;
		}
		.sb-slider li .slider-caption{
			position: absolute;
			bottom: 40px;
			left: 40px;
			background-color: rgba(255,255,255,0.85);
			width: 600px;
			max-width: 100%;
			padding: 40px;
			text-align: left;
		}
		.sb-slider li .slider-caption.left{
			left: 80px;
		}
		.sb-slider li .slider-caption.right{
			left: auto;
			right: 80px;
		}
		.sb-slider li .slider-caption.center{
			left: 50%;
			right: auto;
			width: 40%;
			margin-left: -20%;
			text-align: center;
		}
		.sb-slider li .slider-caption h3{
			margin-top: 0;
		}
		.slicebox .nav-arrows .sb-next, .slicebox .nav-arrows .sb-prev{
			text-align: center;
			line-height: 60px;
			font-size: 18px;
			color: #7c7c7c;
			opacity: 0.2;
			-webkit-transition: opacity .2s ease-out;
			-moz-transition: opacity .2s ease-out;
			-o-transition: opacity .2s ease-out;
			transition: opacity .2s ease-out;
			margin-top: -30px;
		}
		.slicebox:hover .nav-arrows .sb-next, .slicebox:hover .nav-arrows .sb-prev{
			opacity: 1;
		}
		.slicebox .nav-arrows .sb-next{
			position: absolute;
			top: 50%;
			right: 50px;
			width: 60px;
			height: 60px;
			background: rgba(255,255,255,0.95);
		}
		.slicebox .nav-arrows .sb-prev{
			position: absolute;
			top: 50%;
			left: 50px;
			width: 60px;
			height: 60px;
			background: rgba(255,255,255,0.95);
		}
		@media only screen and (min-width : 320px) and (max-width : 767px) {
			.sb-slider li .slider-caption{
				display: none;=
			}
		}

		/*
			--- 8.3.4 Parallax
		*/
		.ts-sf-slider {
			height: auto;
			position: relative;
			overflow: hidden;
		}
		.ts-sf-slider .sf-slides {
			position: relative;
		}
		.ts-sf-slider .sf-slides li {
			position: absolute;
			z-index: 1;
			opacity: 0;
			top: 0;
			left: 0;
			height: auto;
			width: 100%;
		}
		.ts-sf-slider .sf-slides .active {
			z-index: 5;
		}
		.ts-sf-slider .sf-slides img {
			width: 100%;
			display: block;
		}

		/* Slider caption */
		.ts-sf-slider .slider-caption{
			position: absolute;
			z-index: 10;
			width: 100%;
		}
		.ts-sf-slider .slider-caption .title{
			display: block;
			margin-bottom: 25px;
			font-weight: normal;
		}
		.ts-sf-slider .slider-caption .title a{
			color: #FFF;
			text-shadow: 0 0 3px rgba(30,30,30,0.8);
			-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
			transition: background-color .2s ease-in-out, color .2s ease-in-out;
		}
		.ts-sf-slider .slider-caption .sub{
			display: inline-block;
			max-width: 50%;
			text-shadow: 0 0 3px rgba(30,30,30,0.8);
			color: #FFF;
		}
		.ts-sf-slider .slider-caption .title,
		.ts-sf-slider .slider-caption .sub{
			opacity: 0;
			visibility: hidden;
			-webkit-transition: all .3s ease-in-out;
			-o-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;
		}
		.ts-sf-slider .slider-caption .title{
			-webkit-transform: translate3d(0,-300%,0);
			transform: translate3d(0,-300%,0)
		}
		.ts-sf-slider .slider-caption .sub{
			-webkit-transform: translate3d(0,300%,0);
			transform: translate3d(0,300%,0)
		}
		.ts-sf-slider .sf-slides > .active .slider-caption .title.animated,
		.ts-sf-slider .sf-slides > .active .slider-caption .sub.animated{
			opacity: 1;
			visibility: visible;
			-webkit-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}
		.ts-sf-slider .sf-slides > .active .slider-caption .title.animated{
			-webkit-transition-delay: .4s;
			transition-delay: .4s;
		}
		.ts-sf-slider .sf-slides > .active .slider-caption .sub.animated{
			-webkit-transition-delay: .5s;
			transition-delay: .5s;
		}
		.ts-sf-slider .slider-caption.left{
			padding-left: 150px;
		}
		.ts-sf-slider .slider-caption.left .title{
			margin-left: -15px;
		}
		.ts-sf-slider .slider-caption.right .title{
			margin-right: -15px;
		}
		.ts-sf-slider .slider-caption.left .sub{
			float: left;
		}
		.ts-sf-slider .slider-caption.right .sub{
			float: right;
		}
		.ts-sf-slider .slider-caption.center .sub{
			margin-left: auto;
			margin-right: auto;
		}
		.ts-sf-slider .slider-caption.left{
			left: 0;
			text-align: left;
		}
		.ts-sf-slider .slider-caption.right{
			padding-right: 150px;
		}
		.ts-sf-slider .slider-caption.right{
			right: 0;
			text-align: right;
		}
		.ts-sf-slider .slider-caption.center{
			width: 100%;
			text-align: center;
		}

		/* Slider controls */
		.ts-sf-slider .sf-slides li:first-of-type  {
			z-index: 2;
		}
		.ts-sf-slider .sf-slides,
		.ts-sf-slider .sf-controls {
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		.ts-sf-slider .sf-controls li {
			position: absolute;
			top: 50%;
			margin-top: -30px;
			z-index: 10;
			cursor: pointer;
			display: inline-block;
			height: 60px;
			line-height: 60px;
			opacity: .5;
			-webkit-transition: opacity .2s ease-in-out;
			-o-transition: opacity .2s ease-in-out;
			transition: opacity .2s ease-in-out;
		}
		.ts-sf-slider:hover .sf-controls li {
			opacity: 1;
		}
		.ts-sf-slider .sf-controls li > a{
			display: block;
			padding-left: 20px;
			padding-right: 20px;
			border-top: 1px solid rgba(230,230,230,0.6);
			border-bottom: 1px solid rgba(230,230,230,0.6);
			-webkit-transition: padding .2s ease-in-out;
			-o-transition: padding .2s ease-in-out;
			transition: padding .2s ease-in-out;
			color: #FFF;
		}
		.ts-sf-slider .sf-controls li.previous > a:hover{
			padding-left: 30px;
		}
		.ts-sf-slider .sf-controls li.next > a:hover{
			padding-right: 30px;
		}
		.ts-sf-slider .sf-controls li.previous > a{
			border-right: 1px solid rgba(230,230,230,0.6);
		}
		.ts-sf-slider .sf-controls li.next > a{
			border-left: 1px solid rgba(230,230,230,0.6);
		}
		.ts-sf-slider .sf-controls li.previous {
			left: 40px;
		}
		.ts-sf-slider .sf-controls li.next {
			right: 40px;
		}

		/* Revert back the content position */
		.ts-sf-slider .slide-content {
			position: absolute;
			top: 20px;
			left: 20px;
			bottom: 20px;
			right: 20px;
			color: white;
		}
		.temp {
			margin: 400px 0;
		}
		@media only screen and (max-width: 992px){
			.ts-sf-slider .slider-caption .title{
				font-size: 24px;
			}
			.ts-sf-slider .slider-caption .sub{
				display: none;
			}
			.ts-sf-slider .slider-caption.left,
			.ts-sf-slider .slider-caption.right{
				width: 100%;
				text-align: center;
				padding-left: 0;
				padding-right: 0;
			}
		}
		@media only screen and (max-width: 768px){
			.ts-sf-slider .slider-caption{
				display: none;
			}
		}

		/*
			---- 8.3.5 JoySlider
		*/
			.joyslider {
				position: relative;
				overflow: hidden;
				color: #feffff;
				margin-bottom: -90px;
			}
			.joyslider ul {
				margin: 0;
				padding: 0;
			}
			.joyslider a {
				text-decoration: none;
			}
			.joyslider img {
				display: block;
				width: 100%;
				height: auto;
			}
			.joyslider .slider-container {
				position: relative;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto;
				overflow: hidden;
			}
			.joyslider .slider-container .container > .slides-tab-nav {
				overflow: hidden;
				max-width: 100%;
				position: relative;
				height: 115px;
				top: -125px;
				width: 100%;
			}
			.joyslider .slide {
				list-style: none;
			}
			.joyslider .slide .entry-title {
				margin: 0;
				font-size: 62px;
				text-shadow: 0 0 5px rgba(40,40,40,0.4);
				line-height: 1.2;
			}
			.joyslider .slide .entry-title a {
				color: inherit;
			}
			.joyslider .slide .slide-content {
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				padding-left: 40px;
				padding-right: 40px;
			}
			.joyslider .entry-category {
				overflow: hidden;
				margin-bottom: 20px;
			}
			.joyslider .entry-category li {
				display: inline-block;
				float: left;
				border-right: 1px solid transparent;
			}
			.joyslider .entry-category li:last-child {
				border-right: none;
			}
			.joyslider .entry-category a {
				height: 24px;
				padding: 0 12px;
				display: block;
				line-height: 24px;
				text-align: center;
				color: inherit;
				background-color: #27282c;
				font-size: 12px;
				font-style: italic;
			}
			.joyslider .entry-meta li {
				display: inline-block;
				list-style: none;
				font-size: 14px;
				color: #FFF;
				opacity: 0.7;
				font-style: italic;
			}
			.joyslider .entry-meta a {
				color: inherit;
			}
			.joyslider .slides-preview {
				position: absolute;
				bottom: 0;
				left: 0;
			}
			.joyslider .slides-preview:after{
				content: "";
				clear: both;
				display: block;
			}
			.joyslider .slides-preview li {
				display: inline-block;
				float: left;
				list-style: none;
			}
			.joyslider .slide-preview .entry-title {
				margin: 0 0 10px 0;
				white-space: nowrap;
				max-width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				font-size: 28px;
				line-height: 1;
				text-shadow: 1px 1px 2px rgba(30,30,30,0.8);
				z-index: 10;
			}
			.joyslider .slides-preview .entry-slide {
				border-top: 1px solid #7e7a79;
				margin-right: 40px;
				cursor: pointer;
				padding: 20px 0;
			}
			.joyslider .slides-preview .entry-slide:last-child {
				margin-right: 0;
			}
			.joyslider .slide .slide-content .container{
				position: relative;
				z-index: 1;
			}
			.joyslider .slide .slide-content:after {
			    bottom: 0;
			    content: "";
			    display: block;
			    height: 150px;
			    left: 0;
			    position: absolute;
			    background: linear-gradient(to bottom, rgba(42, 47, 51, 0) 0%, rgba(42, 47, 51, 0.85) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
			    width: 100%;
			}
			.joyslider .slides-container{
				z-index: 2;
				position: relative;
			}
			.joyslider .slides-container > li {
				display: inline-block;
				float: left;
				position: relative;
				width: 100%;
			}
			.joyslider .slides-container > li:not(:first-child) {
				display: none;
			}
			.joyslider.active .slides-container > li:not(:first-child) {
				display: inline-block;
			}
			.joyslider .slider-controls {
				position: absolute;
				top: 50%;
				margin-top: -70px;
				right: 20px;
				z-index: 4;
			}
			.joyslider .slider-controls li {
				display: inline-block;
				margin: 0 7px;
			}
			.joyslider .slider-controls a {
				color: inherit;
				display: block;
				font-size: 18px;
				height: 44px;
				width: 44px;
				border: 1px solid rgba(255,255,255,0.2);
				border-radius: 50%;
				text-align: center;
				line-height: 44px;
				box-shadow: 0 0 30px rgba(30, 30, 30, 0.05);
				-webkit-transition: border-color 0.2s ease-out;
				-moz-transition: border-color 0.2s ease-out;
				transition: border-color 0.2s ease-out;
			}
			.joyslider .slider-controls a:hover {
				border-color: rgba(255,255,255,1);
			}
			.joyslider .control-fade-out {
				opacity: .3;
			}
			.joyslider .slides-preview-container {
				position: absolute;
				left: 0;
				right: 0;
				bottom: 10px;
				z-index: 2;
			}
			.joyslider .preview-data {
				text-align: center;
				min-height: 40px;
			}
			.joyslider .slide-preview {
				position: relative;
				display: inline-block;
				cursor: pointer;
				border-top: 1px solid rgba(255,255,255,0.3);
				-moz-box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				-webkit-box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				box-shadow: -1 0 0 rgba(64, 60, 61, 0.5);
				-webkit-transition: border-top-color 0.2s ease-out;
				-moz-transition: border-top-color 0.2s ease-out;
				transition: border-top-color 0.2s ease-out;
				background: url('/wp-content/themes/shootback/images/swirl.svg') no-repeat;
				background-position: bottom center;
				padding-bottom: 23px;
				background-size: 90% 30px;
			}

			.joyslider .slide-preview .progress {
				position: absolute;
				top: -1px;
				left: 0;
				height: 1px;
				background-color: #FFF;
				width: 0px;
				overflow: visible !important;
			}
			.joyslider .slide-preview.slide-preview-active .progress:after {
				content: "";
				position: absolute;
				right: 0;
				top: -2px;
				width: 4px;
				height: 4px;
				border-radius: 50%;
				z-index: 10;
				background-color: #fff;
			}

			.joyslider .slide-preview .slide-index {
				position: absolute;
				left: 0;
				top: 0;
				width: 50px;
				height: 100%;
				text-align: left;
				line-height: 50%;
				font-size: 42px;
				line-height: 80px;
				/*font-family: 'Rochester';*/
				opacity: 0.5;
			}

			.joyslider .slide-preview:last-of-type {
				margin-right: 0;
			}
			.joyslider .slide-preview .entry-meta-date{
				margin-top: 10px;
			}
			.joyslider .slide-preview .entry-meta-date li {
				display: inline-block;
				font-size: 11px;
				color: rgba(255,255,255,0.8);
				font-style: italic;
				text-shadow: 0 0 2px rgba(30,30,30,0.8);
			}
			@media only screen and (min-width: 1440px){
				.joyslider .slide .slide-content{
					padding: 50px 40px 180px 40px;
				}
			}
			@media only screen and (min-width: 1170px) and (max-width: 1440px){
				.joyslider .slide .slide-content{
					padding: 50px 40px 140px 40px;
				}	
				.joyslider .slide .entry-title{
					font-size: 52px;
				}
			}
			@media only screen and (max-width: 1170px){
				.joyslider .slide .slide-content{
					padding: 50px 40px 90px 40px;
				}
				.joyslider .slide .entry-title{
					font-size: 48px;
				}
				.joyslider .slides-preview-container{
					display: none;
				}
			}
			@media only screen and (min-width: 768px) and (max-width: 960px){
				.joyslider .slide .slide-content .entry-description,
				.joyslider .slides-preview-container{
					display: none;
				}
				.joyslider .slide .slide-content{
					padding: 50px 40px 40px 40px;
				}
				.joyslider .slide .entry-title{
					font-size: 42px;
				}
			}
			@media only screen and (max-width: 768px){
				.joyslider .slides-preview-container,
				.joyslider .entry-category{
					display: none;
				}
				.joyslider .slide .slide-content{
					padding-top: 20%;
					text-align: center;
				}
				.joyslider .slide .slide-content .entry-title{
					display: none;
				}
				.joyslider .slide .slide-content .entry-description{
					font-size: 12px;
				}
				.joyslider .slider-controls a{
					width: 30px;
					height: 30px;
					line-height: 30px;
					font-size: 14px;
				}
				.joyslider .slider-controls{
					left: 0;
					width: 100%;
					text-align: right;
				}
				.joyslider .slider-controls > li:last-child{
					margin-right: 20px;
				}
				.joyslider .entry-meta{
					display: none;
				}
			}
			.joyslider .stream-likes {
			    left: 50%;
			    margin-left: -10px;
			    position: absolute;
			}
			.joyslider .stream-likes .touchsize-likes .touchsize-likes-count:before {
			    display: block;
			    font-size: 16px;
			    margin-bottom: -5px;
			    margin-right: 0.2em;
			}
			.joyslider .stream-likes .touchsize-likes .touchsize-likes-count {
			    color: #fff;
			    font-size: 11px;
			}


	/*
		8.4 Testimonials
	*/
	.testimonials .carousel-wrapper ul.carousel-nav {
	    list-style-type: none;
	    position: relative;
        text-align: center;
        top: -195px;
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li {
		display: inline-block;
	    color: inherit;
	    cursor: pointer;
	    font-size: 12px;
	    line-height: 1;
	    width: 40px;
	    height: 50px;
	    text-align: center;
	    background-color: transparent;
	    border-radius: 0;
	    box-shadow: none;
	    background: transparent !important;
	    color: #a3a3a3;
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li:before{
		position: relative;
		font-size: 24px;
		margin-bottom: 15px;
		color: #000;
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li span{
		opacity: 0;
		-webkit-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
		-webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-in;
		-moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-in;
		transition: opacity 0.2s ease-out, transform 0.2s ease-in;
		font-size: 10px;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: block;
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li:hover span{
		opacity: 1;
		-webkit-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li{
		position: relative;
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li.carousel-nav-left:before{
		left: 0;
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li.carousel-nav-left{
		margin-right: 70px;
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li.carousel-nav-right:before{
		right: 0;
	}
	.testimonials .carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
		margin-left: 70px;
	}
	.testimonials .inner-header .header-icon,
	.testimonials .inner-footer .footer-icon{
		position: relative;
	}
	.testimonials .inner-header .header-icon i,
	.testimonials .inner-footer .footer-icon i{
		font-size: 38px;
	}
	.testimonials .inner-header .header-icon i:before{
		transform: rotate(-180deg);
	}
	.testimonials .entry-section .inner-section .author-text{
		color: inherit;
	    font-size: 18px;
	    font-style: italic;
	    margin-bottom: 20px;
	    padding-bottom: 10px;
	    position: relative;
	    text-align: center;
	}
	.testimonials .entry-section .inner-section .testimonial-image img{
		border-radius: 50%;
	    height: 80px;
	    margin-bottom: 20px;
	    width: 80px;
	}
	.testimonials .entry-section .inner-section .author-name a{
		color: inherit;
	    font-size: 18px;
	    font-weight: bold;
	    text-transform: uppercase;
	}
	.testimonials .entry-section .inner-section .author-position{
		color: inherit;
	    display: block;
	    font-size: 14px;
	    font-style: italic;
	}

	/*
		8.5 Call to action
	*/
	.callactionr{
		padding: 35px;
		background: #f3f3f3;
	}
	.callactionr a.continue{
		display: block;
		padding: 16px 25px 13px 25px;
		text-align: center;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
		-webkit-transition: background-color .3s linear, color .3s linear;
		-moz-transition: background-color .3s linear, color .3s linear;
		-o-transition: background-color .3s linear, color .3s linear;
		-ms-transition: background-color .3s linear, color .3s linear;
		transition: background-color .3s line, : color .3s linearar;
	}
	.callactionr .the-quote{
		font-size: 22px;
		color: inherit;
		padding-right: 16px;
		font-style: italic;
		line-height: 1.8;
	}

	@media only screen and (max-device-width : 1100px) {
		.callactionr .the-quote{
			border-right: 0 none;
			margin-bottom: 20px;
		}
	}

	/*
		8.6 Team
	*/

	/*
		8.7 Title
	*/
	.block-title{
		position: relative;
		overflow: hidden;
		padding-bottom: 5px;
	}
	.block-title .block-title-container .the-title{
		margin: 0;
		color: inherit;
	}
	@media only screen and (max-width: 768px){
		.block-title .block-title-container .the-title{
			font-size: 28px;
		}
	}

		/*
			8.7.1 Text aligned center with 2 lines before and after
		*/
		.block-title-2lines{
			text-align: center;
		}
		.block-title-2lines .block-title-container{
			display: inline-block;
			width: 40%;
			padding: 0 15px;
		}
		.block-title-description{
			color: inherit;
		}
		.block-title-2lines .block-title-container .the-title{
			margin-bottom: 5px;
		}
		.block-title-2lines .block-title-container:before{
			content: '';
			display: block;
			height: 10px;
			border-top: 1px solid rgba(0,0,0,0.1);
			border-bottom: 1px solid rgba(0,0,0,0.1);
			position: absolute;
			left: 0;
			top: 50%;
			width: 30%;
			margin-top: -5px;
		}
		.block-title-2lines .block-title-container:after{
			content: '';
			display: block;
			height: 10px;
			border-top: 1px solid rgba(0,0,0,0.1);
			border-bottom: 1px solid rgba(0,0,0,0.1);
			position: absolute;
			right: 0;
			top: 50%;
			width: 30%;
			margin-top: -5px;
		}
		.block-title-2lines .block-title-description{
			font-size: 12px;
		}
		@media only screen and (max-width: 768px){
			.block-title-2lines .block-title-container{
				width: 100%;
			}
			.block-title-2lines .block-title-container:before,
			.block-title-2lines .block-title-container:after{
				display: none;
			}
		}

		/*
			8.7.2 Title aligned center with linear icon after
		*/
		.block-title-lineariconcenter{
			text-align: center;
		}
		.block-title-lineariconcenter .block-title-container i[class^="icon"]{
			margin: 0 auto;
			display: block;
			font-size: 18px;
			max-width: 70px;
			background-color: inherit;
			padding: 0 15px;
		}
		.block-title-lineariconcenter .block-title-container:before{
			content: "";
			position: absolute;
			width: 48%;
			height: 1px;
			background-color: #000;
			opacity: 0.08;
			top: 85%;
			left: 0;
		}
		.block-title-lineariconcenter .block-title-container:after{
			content: "";
			position: absolute;
			width: 48%;
			height: 1px;
			background-color: #000;
			opacity: 0.08;
			top: 85%;
			right: 0;
		}

		/*
			8.7.3 Title aligned left
		*/
		.block-title-simpleleft{
			text-align: left;
		}
		.block-title-simpleleft .block-title-container .the-title{
			margin-bottom: 0;
		}
		
		/*
			8.7.4 Title with line after
		*/
		.block-title-lineafter{
			text-align: left;
		}
		.block-title-lineafter .block-title-container .the-title{
			margin-bottom: 0;
			position: relative;
			display: inline-block;
		}
		.block-title-lineafter .block-title-container .the-title:after{
			content: '';
			display: inline-block;
			height: 10px;
			width: 10px;
			border-radius: 50%;
			background-color: #EB593C;
			margin-left: 15px;
			vertical-align: middle;
		}
		.block-title-lineafter .block-title-container .the-title:before{
			content: '';
			display: inline-block;
			height: 1px;
			width: 3800px;
			position: absolute;
			background-color: rgba(0 ,0 ,0 ,0.1);
			margin-left: 0;
			left: 100%;
			top: 50%;
			margin-top: 10px;
			margin-left: 15px;
		}
		.block-title-lineafter .block-title-container .block-title-description{
			display: block;
			margin-top: -3px;
		}

		/*
			8.7.5 Title aligned center with line and rectangular below
		*/
		.block-title-linerect{
			text-align: center;
		}
		.block-title-linerect .block-title-container{
			padding-bottom: 10px;
		}
		.block-title-linerect .block-title-container .the-title{
			margin-bottom: 0;
			position: relative;
		}
		.block-title-linerect .block-title-container:after{
			content: '';
			display: inline-block;
			height: 1px;
			width: 100%;
			background-color: rgba(240,240,240,0.1);
			left: 0;
			position: absolute;
			bottom: 4px;
		}
		.block-title-linerect .block-title-container:before{
			content: '';
			display: inline-block;
			height: 5px;
			width: 80px;
			position: absolute;
			background-color: #3DB3CC;
			left: 50%;
			margin-left: -40px;
			bottom: 0;
			z-index: 1;
		}
		.block-title-linerect .block-title-container .block-title-description{
			display: block;
		}
		
		/*
			8.7.6 Title aligned left with rectangular left
		*/
		.block-title-leftrect{
			text-align: left;
		}
		.block-title-leftrect .block-title-container{
			padding-left: 20px;
			position: relative;
			overflow: hidden;
		}
		.block-title-leftrect .block-title-container .the-title{
			margin-bottom: 0;
			position: relative;
		}
		.block-title-leftrect .block-title-container:before{
			content: '';
			display: inline-block;
			height: 98%;
			width: 5px;
			position: absolute;
			background-color: #EB593C;
			left: 0;
			top: 0;
			z-index: 2;
		}

		/*
			8.7.7 Title aligned center
		*/
		.block-title-simplecenter .block-title-container .block-title-description{
			display: block;
		}
		.block-title-simplecenter{
			text-align: center;
		}
		.block-title-simplecenter .block-title-container .the-title{
			margin-bottom: 0;
			position: relative;
		}
		.block-title-simplecenter .block-title-container .block-title-description{
			display: block;
		}

	/*
		8.8 Image
	*/
	.dotted{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height:100%;
		background: url(/wp-content/themes/shootback/images/pointed.png);
	}
	.stripes{
		position: absolute;
		top:0;
		left:0;
		width: 100%;
		height:100%;
		background: url(/wp-content/themes/shootback/images/stripes.png);
	}

	/*
		8.9 Filters
	*/
	.ts-filters-container{
		-webkit-transition: height .7s ease-out;
		-moz-transition: height .7s ease-out;
		-o-transition: height .7s ease-out;
		transition: height .7s ease-out;
	}
	.isotope-item{
		-webkit-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
		-moz-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
		-o-transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
		transition: all .7s cubic-bezier(0.535, 0.235, 0.140, 0.940);
	}
	.ts-filters{
		list-style-type: none;
		text-align: center;
		margin-bottom: 25px;
		margin-bottom: 30px;
		border-bottom: 2px solid #efefef;
	}
	.ts-filters li{
		display: inline-block;
		position: relative;
	}
	.ts-filters li a{
		padding: 0 20px;
		display: block;
		margin-bottom: 30px;
		text-transform: uppercase;
		color: inherit;
		border-right: 1px solid #efefef;
	}
	.ts-filters li:last-child a{
		border-right: 0;
	}
	.ts-filters li:after{
		content: '';
		position: absolute;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		left: 50%;
		bottom: -6px;
		margin-left: -5px;
		opacity: 0;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-o-transition: all .3s ease-out;
		transition: all .3s ease-out;
	}
	.ts-filters li.active:after{
		opacity: 1;
	}

	/* Tabs filter */
	.ts-select-by-category{
		border-bottom: 1px solid #ededed;
	}
	.ts-select-by-category li{
		position: relative;
		display: inline-block;
		padding-right: 10px;
	}
	.ts-select-by-category li a{
		display: block;
		padding: 0 25px;
		line-height: 40px;
		border-top: 2px solid transparent;
		border-bottom: 0;
		color: inherit;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.ts-select-by-category li.active a{
		background-color: #fff;
		border-top: 2px solid red;
		border-bottom: 0;
	}

	/*
		8.10 Buttons
	*/
	.btn{
		background: inherit;
		padding: 5px 25px;
		font-size: 12px;
		color: inherit;
		border-radius: 0;

		-webkit-transition: .2s all ease-out;
		-moz-transition: .2s all ease-out;
		-o-transition: .2s all ease-out;
		transition: .2s all ease-out;
	}
	.btn{
		border: 1px solid #ededed;
	}
	.btn:hover,
	.btn:active,
	.btn:focus{
		border-color: #e10d0d;
		outline: 0;
		box-shadow: none;
		border-radius: 0;
	}
	.btn.active{
		background-color: #e10d0d;
		color: #fff;
		box-shadow: none;
		border: none;
	}
	.purchase-btn{
		padding: 15px 40px;
		color: #fff;
		background: transparent;
	}
	.purchase-btn:hover{
		background: #fff;
	}
	.btn.large{
		padding: 0 35px;
		font-size: 18px;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	.btn.medium{
		padding: 0 20px;
		font-size: inherit;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.btn.small{
		padding: 0 25px;
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
	.ts-button{
		background: inherit;
		color: inherit;
		display: inline-block;
		padding: 0 10px;
		text-align: center;
		position: relative;
	}
	.ts-button.big:not(.outline-button){
		box-shadow: 0 -2px 0 rgba(70, 70, 70, 0.5) inset;
	}
	.ts-button.small:not(.outline-button), .ts-button.medium:not(.outline-button), .ts-button.xsmall:not(.outline-button){
		box-shadow: 0 -1px 0 rgba(70, 70, 70, 0.5) inset;
	}
	.ts-button.button-has-icon:before{
		margin-right: 10px;
	}
	.ts-button.button-has-icon.ts-icon-above-text{
		text-align: center;
		padding: 10px 25px;
		line-height: 1.8;
		height: auto;
	}
	.ts-button.button-has-icon.ts-icon-above-text:before{
		margin: 0 auto;
		margin-bottom: 5px;
		display: block;
	}
	.ts-button:after{
		content: '';
		display: block;
		height: 3px;
		border-left: 1px solid rgba(30,30,30,0.2);
		border-right: 1px solid rgba(30,30,30,0.2);
		border-bottom: 1px solid rgba(30,30,30,0.2);
		position: absolute;
		bottom: 0;
		opacity: 0;
		left: 5px;
		right: 5px;
		-webkit-transition: bottom 0.2s ease-out, opacity 0.3s ease-in;
		-moz-transition: bottom 0.2s ease-out, opacity 0.3s ease-in;
		transition: bottom 0.2s ease-out, opacity 0.3s ease-in;
	}
	.ts-button:hover:after{
		opacity: 1;
		bottom: -4px;
	}
	.ts-button.big{
		height: 65px;
		line-height: 65px;
		font-size: 20px;
		padding: 0 35px;
		font-size: 16px;
	}
	.ts-button.medium{
		height: 48px;
		line-height: 48px;
		font-size: 12px;
		padding: 0 25px;
	}
	.ts-button.small{
		height: 32px;
		line-height: 32px;
		font-size: 11px;
		padding: 0 15px;
	}
	.ts-button.xsmall{
		height: 20px;
		line-height: 20px;
		font-size: 10px;
		padding: 0 10px;
		font-size: 9px;
	}
	.ts-button.outline-button{
		border: 1px solid;
		background-color: transparent;
	}
	.ts-button.big.button-has-icon:before {
	    margin-right: 10px;
	}
	.ts-video-fancybox{
		border: none;
	}

	/*
		8.11 Contact Form
	*/
	.contact-form{
		clear: both;
	}
	.contact-form label{
		clear: both;
		display: block;
		font-size: 10px;
	}
	.contact-form label{
		clear: both;
		display: inline-block;
		font-size: 10px;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
		opacity: 0.4;
		text-transform: uppercase;
	}
	.contact-form input{
		border: 0 none;
		height: 35px;
		line-height: 35px;
		padding: 0 8px;
		color: inherit;
		font-size: 12px;
		background: rgba(200,200,200,0.2);
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-form input.invalid{
		box-shadow: 0 0 3px #F04747;
	}
	.contact-form input[type="text"]:focus, .contact-form textarea:focus{
		border-color: #dadada;
	}
	.contact-form textarea{
		border: 0 none;
		padding: 8px;
		color: inherit;
		font-size: 12px;
		background: rgba(200,200,200,0.2);
		width: 100%;
		margin-bottom: 20px;
		min-height: 140px;
	}
	input.contact-form-submit{
		background: #EB593C;
		color: #FFF;
		border: 0 none;
		border-bottom: 3px solid rgba(0,0,0,0.1);
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 4px;
		-webkit-transition: border-color .2s ease-out;
		-moz-transition: border-color .2s ease-out;
		-o-transition: border-color .2s ease-out;
		transition: border-color .2s ease-out;
		padding: 0 25px;
		width: auto;
	}
	input.contact-form-submit:hover{
		border-bottom: 3px solid rgba(0,0,0,0.3);
	}
	input.contact-form-submit:focus{
		border-bottom: 3px solid rgba(0,0,0,0.2);
	}
	.contact-form-icon{
		font-size: 24px;
		margin-bottom: 10px;
		text-align: center;
	}
	.contact-form-icon i:before{
		margin: 0;
	}
	.contact-form-messages.success{
		text-align: center;
		color: #37A779;
		font-size: 14px;
		padding: 10px;
		border: 1px solid #37A779;
	}
	.contact-form-messages .invalid{
		text-align: center;
		color: #F04747;
		font-size: 14px;
		padding: 10px;
		border: 1px solid #F04747;
	}

	/*
		8.12 Featured area
	*/
	.ts-featured-area{
		margin-bottom: 30px;
	}
	.ts-featured-area .nav-tabs{
		border-bottom: 0 none;
	}
	.ts-featured-area .tab-content .tab-pane{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.ts-featured-area,
	.ts-featured-area .featured-area-content,
	.ts-featured-area .featured-area-image{
		position: relative;
	}
	.ts-featured-area .featured-area-content .tab-content:after{
		content: "";
		display: block;
		clear: both;
	}
	.ts-featured-area .featured-area-video p{
		line-height: 0;
	}
	.ts-featured-area .featured-area-list{
		list-style-type: none;
	}
	.ts-featured-area .featured-area-list ul{
		list-style-type: none;
	}
	.ts-featured-area .tab-content img{
		width: 100%;
	}
	.ts-featured-area .nav-tabs > li{
		width: 100%;
		display: block;
		position: relative;
	}
	.ts-featured-area .nav-tabs .tab-item > a{
		display: block;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.ts-featured-area .nav-tabs .tab-item > a:after{
		content: "";
		clear: both;
		display: block;
	}
	.ts-featured-area .nav-tabs .tab-item > a,
	.ts-featured-area .nav-tabs .tab-item > a:hover,
	.ts-featured-area .nav-tabs .tab-item > a:focus{
		background-color: transparent;
		border: none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}
	.ts-featured-area .nav > li > a > img{
		max-width: 100%;
		float: right;
		overflow: hidden;
		border-radius: 50%;
	}
	.ts-featured-area .featured-area-tabs .entry-content{
		z-index: 1;
		padding-right: 100px;
	}
	.ts-featured-area .featured-area-tabs .entry-title{
		font-size: 18px;
		font-weight: normal;
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 1.8;
		white-space: normal;
		word-wrap: break-word;
	}
	.ts-featured-area .featured-area-tabs .entry-title a{
		color: inherit;
	}
	.ts-featured-area .featured-area-tabs .entry-meta-date{
		font-size: 11px;
	}

	/* Featured area with right sidebar */
	.ts-featured-area.posts-right-of-main-image .featured-area-tabs{
		padding-left: 0px;
	}
	.ts-featured-area.posts-right-of-main-image .featured-area-content .entry-content{
		padding: 15px 15px 30px 15px;
		z-index: 1;
		position: relative;
	}
	.ts-featured-area.posts-right-of-main-image .featured-area-content .entry-content .entry-title{
		font-size: 28px;
		margin-top: 0;
		text-align: left;
	}
	.ts-featured-area.posts-right-of-main-image .featured-area-content .entry-content .entry-title > a{
		color: inherit;
	}
	.ts-featured-area.posts-right-of-main-image .featured-area-content .entry-content .entry-meta,
	.ts-featured-area.posts-right-of-main-image .featured-area-content .entry-content .entry-meta-likes{
		font-size: 12px;
		display: inline-block;
	}
	.ts-featured-area.posts-right-of-main-image .featured-area-content .entry-content .entry-meta-likes{
		position: absolute;
		right: 0;
		top: 35px;
		text-align: center;
		font-size: 14px;
	}
	.ts-featured-area.posts-right-of-main-image .featured-area-content .entry-content .entry-meta-likes .touchsize-likes-count:before{
		font-size: 28px;
		color: inherit;
		vertical-align: middle;
		display: block;
	}
	.ts-featured-area.posts-right-of-main-image .featured-area-content .entry-excerpt{
		color: inherit;
		margin-bottom: 30px;
	}
	@media only screen and (max-width: 960px){
		.ts-featured-area.posts-right-of-main-image .featured-area-tabs{
			padding-left: 20px;
		}
		.ts-featured-area .tab-content{
			display: none;
		}
		.ts-featured-area .featured-area-tabs .nav-tabs{
			text-align: center;
		}
		.ts-featured-area .featured-area-tabs .nav-tabs img{
			width: 100%;
		}
		.ts-featured-area .nav-tabs > li.active > a,
		.ts-featured-area .nav-tabs > li.active > a:hover,
		.ts-featured-area .nav-tabs > li.active > a:focus{
			cursor: pointer;
		}
	}


	/*
		8.13 Image carousel
	*/
	.image-carousel .items{
		list-style-type: none;
	}
	.image-carousel .items > li{
		float: left;
		margin-right: 5px;
	}
	.image-carousel-element li img{
		width: auto;
	}
	.image-carousel-element .flex-viewport{
		overflow: visible !important;
	}
	.carousel-wrapper {
		position: relative;
	    overflow: hidden;
	}
	.carousel-wrapper .carousel-container {
	    overflow: hidden;
	    -webkit-transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	    -moz-transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	    transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	}
	.carousel-wrapper ul.carousel-nav {
		position: absolute;
		top: 50%;
		margin-top: -35px;
		z-index: 10;
		width: 100%;
	}
	.carousel-wrapper ul.carousel-nav:after {
	    clear: both;
	    content: "";
	    display: block;
	}
	.carousel-wrapper ul.carousel-nav > li {
		display: inline-block;
	    cursor: pointer;
	    font-size: 13px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    background-color: #FFF;
	    color: #a5a5a5;
	    padding: 0;
	    position: absolute;
	    z-index: 10;
	    box-shadow: 0 0 10px rgba(60,60,60,0.15);
	}
	.carousel-wrapper ul.carousel-nav > li .hidden_btn {
		position: absolute;
		top: 0;
		height: 30px;
		width: 50px;
		text-align: center;
		background-color: #FFF;
		color: #a5a5a5;
		font-style: italic;
		visibility: hidden;
		opacity: 0;
		z-index: 0;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		-ms-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.carousel-wrapper ul.carousel-nav > li.carousel-nav-left .hidden_btn {
		left: -50px;
	}
	.carousel-wrapper ul.carousel-nav > li.carousel-nav-left:hover .hidden_btn {
		opacity: 1;
		visibility: visible;
		left: 30px;
	}
	.carousel-wrapper ul.carousel-nav > li.carousel-nav-right .hidden_btn {
		right: -50px;
	}
	.carousel-wrapper ul.carousel-nav > li.carousel-nav-right:hover .hidden_btn {
		opacity: 1;
		visibility: visible;
		right: 30px;
	}
	.carousel-wrapper ul.carousel-nav > li.carousel-nav-left {
	    left: 0px;
	}
	.carousel-wrapper ul.carousel-nav > li.carousel-nav-right {
	    right: 0px;
	}
	.carousel-wrapper ul.carousel-nav > li > i:before {
	    line-height: inherit;
	}
	@media only screen and (max-width: 768px){
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-left {
		    left: 20px;
		}
		.carousel-wrapper ul.carousel-nav > li.carousel-nav-right {
		    right: 20px;
		}
	}

	/* Extra styles */
	.slyframe { width: 100%; height: attr(data-height); padding: 0; }
	.slyframe .slidee { margin: 0; padding: 0; height: 100%; list-style: none; }
	.slyframe .slidee li { float: left; margin: 0 5px 0 0; padding: 0; width: auto; height: 100%;cursor: all-scroll; }
	.slyframe .slidee li img { height: 100%; width: auto; }
	.slyscrollbar { width: 100%; height: 5px;margin-top: 15px; }
	.slyscrollbar .handle {
	    width: 100px; /* overriden if dynamicHandle: 1 */
	    height: 100%;
	    background: #222;
	    cursor: all-scroll;
	}
	/* Effects */
	.slyframe {
		-webkit-perspective: 800px;
		-ms-perspective: 800px;
		perspective: 800px;
		-webkit-perspective-origin: 50% 50%;
		-ms-perspective-origin: 50% 50%;
		perspective-origin: 50% 50%;
		overflow-y: show;
	}
	.slyframe ul {
		-webkit-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
	.slyframe ul li {
		position: relative;
		margin: 0 -20px;
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		-webkit-transition: -webkit-transform 300ms ease-out;
		transition: transform 300ms ease-out;
	}
	.slyframe ul li.active {
		z-index: 10;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
	.slyframe ul li.active ~ li {
		-webkit-transform: scale(0.9);
		-ms-transform:  scale(0.9);
		transform: scale(0.9);
	}

	/*
		8.14 Icon
	*/

	/*
		8.15 Pricing table
	*/
	.ts-pricing-view.no-gutter{
		margin: 0 20px;
	}
	.ts-pricing-view.no-gutter article{
		border: 1px solid rgba(60,60,60,0.05);
	}
	.ts-pricing-view article {
	    background: none repeat scroll 0 0 #FFF;
	    color: #424647;
	    margin-bottom: 50px;
	    text-align: center;
	    position: relative;
	}
	.ts-pricing-view article > header {
	    padding-top: 40px;
	    padding-bottom: 30px;
	    position: relative;
	}
	.ts-pricing-view article > header .entry-title {
	    line-height: 1.4;
	}
	.ts-pricing-view article > header .entry-title .title {
	    color: inherit;
	    font-size: 18px;
	    font-weight: normal;
	    margin: 0;
	}
	.ts-pricing-view article > header .entry-box{
		padding-top: 30px;
	}
	.ts-pricing-view article > header .entry-box .pricing-price {
	    display: inline-block;
	    position: relative;
	    font-style: italic;
	}
	.ts-pricing-view article > header .entry-box .pricing-price > span {
		display: inline-block;
	}
	.ts-pricing-view article > header .entry-box .pricing-price > .price {
	    font-size: 42px;
	    line-height: 1.2;
	    margin-left: 10px;
	    color: inherit;
	}
	.ts-pricing-view article > header .entry-box .pricing-price > .currency {
	    font-size: 26px;
	    position: absolute;
	    top: 0;
	    left: -5px;
	}
	.ts-pricing-view article > header .entry-box .pricing-price > .period {
	    font-size: 16px;
	    margin-left: 10px;
	    position: relative;
	}
	.ts-pricing-view article > header .entry-box .pricing-price > .period:before {
	    content: "/";
	    left: -10px;
	    position: absolute;
	    top: -2px;
	}
	.ts-pricing-view article > header .entry-box .pricing-desc > span {
	    font-style: normal;
	    color: #c5c5c5;
	}
	.ts-pricing-view article > section .entry-content ul li {
	    display: block;
	    line-height: 1.4;
	    margin-bottom: 10px;
	}
	.ts-pricing-view article > section .entry-content ul li:last-child {
		margin-bottom: 0;
	}
	.ts-pricing-view article > section .entry-content ul li > span {
	    color: #595959;
	    display: block;
	    padding: 0 15px;
	}
	.ts-pricing-view article > footer{
		padding: 30px 15px;
	}
	.ts-pricing-view article > footer > a {
	    color: inherit;
	    display: inline-block;
	    border-width: 0;
	    transition: all 0.2s ease-out 0s;
	    font-weight: bold;
	    font-size: 16px;
	}
	.ts-pricing-view article > section {
		padding-top: 30px;
		padding-bottom: 30px;
		border-top: 1px solid #ededed;
		border-bottom: 1px solid #ededed;
	}
	.ts-pricing-view article.featured .featured_emblem{
		display: block;
		position: absolute;
		top: -30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		width: 100%;
		font-size: 12px;
		text-transform: uppercase;
	}

	/*
		8.16 Listed features
	*/
	.ts-listed-features article{
		position: relative;
		display: inline-block;
		width: 100%;
		overflow: hidden;
		text-align: left;
	}
	.ts-listed-features article[data-alignment="text-left"] header .article-header-content .image-container{
		float: left;
	}
	.ts-listed-features article[data-alignment="text-left"] section{
		margin-left: 130px;
	}
	.ts-listed-features article[data-alignment="text-right"] header .article-header-content .image-container{
		float: right;
		margin-right: 0;
	}
	.ts-listed-features article[data-alignment="text-right"] section{
		margin-right: 130px;
		text-align: right;
	}
	.ts-listed-features article header .article-header-content .image-container{
		float: left;
		width: 100px;
		height: 100px;
		line-height: 96px;
		text-align: center;
		font-size: 32px;
		border-radius: 50%;

		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.ts-listed-features article[data-display="border"] header .article-header-content .image-container{
		border-width: 3px;
		border-style: solid;
	}
	.ts-listed-features article header,
	.ts-listed-features article section{
		color: inherit;
	}
	.ts-listed-features article section .article-title .title{
		margin-top: 5px;
		font-size: 18px;
		margin-bottom: 0;
	}
	.ts-listed-features article[data-display="ts-listed-features-no-border"] .article-header-content .image-container{
		border: none;
		height: auto;
		width: auto;
		padding: 0;
		margin: 0;
		line-height: 1.2em;
	}
	.ts-listed-features article[data-display="ts-listed-features-no-border"] .article-header-content .image-container{
		font-size: 40px;
	}
	@media only screen and (min-width: 992px){
		.ts-listed-features article[data-alignment="text-left"]:hover header .article-header-content .image-container{
			margin-left: 10px;
		}
		.ts-listed-features article[data-alignment="text-right"]:hover header .article-header-content .image-container{
			margin-right: 10px;
		}
		.ts-listed-features article[data-display="ts-listed-features-no-border"][data-alignment="text-left"] section{
			margin-left: 80px;
		}
		.ts-listed-features article[data-display="ts-listed-features-no-border"][data-alignment="text-right"] section{
			margin-right: 80px;
		}
	}
	@media only screen and (max-width: 991px){
		.ts-listed-features article[data-alignment="text-left"] header .article-header-content .image-container,
		.ts-listed-features article[data-alignment="text-right"] header .article-header-content .image-container{
			margin: 0 auto 20px;
			float: none;
		}
		.ts-listed-features article[data-alignment="text-left"] section,
		.ts-listed-features article[data-alignment="text-right"] section{
			text-align: center;
			margin-left: 0;
			margin-right: 0;
		}
	}

	/*
		8.17 Icon box
	*/
	/* Bordered */
	.ts-iconbox-bordered figure{
		padding: 30px;
		text-align: center;
		border-style: solid;
		border-width: 2px;
		margin-bottom: 50px;
	}
	.ts-iconbox-bordered figure header{
		width: 120px;
		height: 120px;
		line-height: 78px;
		padding: 20px;
		border: 1px solid #ededed;
		text-align: center;
		font-size: 38px;
		color: red;
		margin: 0 auto;
		border-radius: 50%;
	}
	.ts-iconbox-bordered figure figcaption .entry-title .title{
		font-size: 20px;
		position: relative;
		margin-bottom: 20px;
	}
	.ts-iconbox-bordered figure figcaption .entry-title .title:after{
		content: "";
		border-bottom: 1px solid;
		opacity: 0.5;
		position: relative;
		margin-top: 20px;
		display: block;
		width: 40px;
		margin-left: auto;
		margin-right: auto;
	}
	.ts-iconbox-bordered figure figcaption .entry-excerpt{
		margin-bottom: 30px;
	}
	.ts-iconbox-bordered figure figcaption .btn{
		padding-left: 25px;
		padding-right: 25px;
		border: none;
	}

	/* Background */
	.ts-iconbox-background figure{
		padding: 30px;
		margin-bottom: 50px;
	}
	.ts-iconbox-background figure header:after{
		content: "";
		clear: both;
		display: block;
	}
	.ts-iconbox-background figure header .image-container{
		float: left;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		font-size: 38px;
		margin-top: -10px;
	}
	.ts-iconbox-background figure header .entry-title{
		padding-left: 70px;
		vertical-align: middle;
	}
	.ts-iconbox-background figure header .entry-title .title{
		font-size: 26px;
		color: inherit;
		margin-bottom: 20px;
		white-space: normal;
	}
	.ts-iconbox-background figure figcaption{
		text-align: center;
	}
	.ts-iconbox-background figure figcaption .entry-excerpt{
		margin-bottom: 30px;
	}
	@media only screen and (max-width: 1170px){
		.ts-iconbox-background figure header .image-container{
			width: 100%;
		}
		.ts-iconbox-background figure header .entry-title{
			padding-left: 0;
			display: block;
			text-align: center;
		}
	}

	/*
		8.18 Counter
	*/
	.ts-counters article{
		padding-left: 20px;
		padding-right: 20px;
	}
	.ts-counters[data-counter-type="with-track-bar"] article{
		position: relative;
		margin-bottom: 0;
		text-align: center;
	}
	.ts-counters[data-counter-type="with-track-bar"] article .entry-box .chart,
	.ts-counters[data-counter-type="with-track-bar"] article .entry-box .percent{
		color: inherit;
	}
	.ts-counters[data-counter-type="with-track-bar"] article .entry-box .chart {
		position: relative;
		display: inline-block;
		text-align: center;
	}
	.ts-counters[data-counter-type="with-track-bar"] article .entry-box .chart canvas {
		position: absolute;
		top: 0;
		left: 0;
	}
	.ts-counters[data-counter-type="with-track-bar"] article .entry-box .percent {
		display: inline-block;
		line-height: 110px;
		z-index: 2;
		font-size: 38px;
		padding-top: 10px;
	}
	.ts-counters[data-counter-type="with-track-bar"] article .entry-box .percent:after {
		content: '%';
		margin-left: 0.1em;
		font-size: 1em;
	}
	.ts-counters[data-counter-type="with-track-bar"] article .entry-box .entry-title{
		position: absolute;
		top: 40px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.ts-counters[data-counter-type="with-track-bar"] article .entry-box .entry-title .the-title{
		font-size: 16px;
		font-weight: normal;
	}

	.ts-counters[data-counter-type="without-track-bar"] article{
		text-align: center;
	}
	.ts-counters[data-counter-type="without-track-bar"] .counter-icon i{
		font-size: 48px;
		color: inherit;
	}
	.ts-counters[data-counter-type="without-track-bar"] .chart .percent{
		font-size: 28px;
		font-weight: bold;
	}
	.ts-counters[data-counter-type="without-track-bar"] .entry-title .the-title{
		font-size: 14px;
		text-transform: uppercase;
		margin: 0;
	}

	/*
		8.19 Clients
	*/
	.ts-clients-view div[data-tooltip],
	.ts-clients-view div:not(.has-tooltip) > img{
		position: relative;
		display: block;
		text-align: center;
		vertical-align: middle;
		padding: 20px 0;
	}
	.ts-clients-view div[data-tooltip]:before,
	.ts-clients-view div[data-tooltip]:after {
		opacity: 0;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}
	.ts-clients-view div[data-tooltip]:before,
	.ts-clients-view div[data-tooltip]:before {
		content: attr(data-tooltip);
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -110px;
		color: inherit;
		padding: 0 10px;
		z-index: 3;
		overflow: hidden;
		height: 25px;
		width: 220px;
		letter-spacing: 0;
		font-size: 11px;
		font-weight: normal;
		line-height: 25px;
		border-radius: 5px;
	}
	.ts-clients-view div[data-tooltip]:after,
	.ts-clients-view div[data-tooltip]:after {
		content: " ";
		position: absolute;
		opacity: 1;
		width: 0;
		height: 0;
		border-color: transparent;
		border-style: solid;
		top: 25px;
		left: 50%;
		margin-left: -6px;
		border-bottom-width: 0;
		border-width: 6px;
	}
	.ts-clients-view div[data-tooltip]:hover:before,
	.ts-clients-view div[data-tooltip]:focus:before,
	.ts-clients-view div[data-tooltip]:hover:after,
	.ts-clients-view div[data-tooltip]:focus:after {
		opacity: 1;
	}
	.ts-clients-view .item {
		display: inline-block;
	}
	.ts-clients-view .carousel-wrapper ul.carousel-nav {
		position: relative;
		width: 100%;
		height: 100%;
		margin-bottom: 0;
		top: 0;
		right: 0;
		left: 0;
		text-align: right;
	}
	.ts-clients-view .carousel-wrapper ul.carousel-nav > li {
		position: relative;
		z-index: 1;
		height: 30px;
		line-height: 30px;
	}
	.ts-clients-view .carousel-wrapper ul.carousel-nav > li.carousel-nav-left{
		margin-top: 2px;
		margin-right: 10px;
		left: auto;
	}
	.ts-clients-view .carousel-wrapper ul.carousel-nav > li.carousel-nav-right{
		margin-top: 2px;
		margin-right: 2px;
		right: 0;
	}

	/*
		8.20 Map
	*/
	#ts_map_canvas{
		height: 100%;
		margin: 0px;
		padding: 0px;
		position: relative;
	}

	/*
		8.21 Banner
	*/
	.ts-banner-box{
		display: block;
		position: relative;
		white-space: nowrap;
		color: inherit;
		width: 100%;
		border: 10px solid #FFF;
	}
	.ts-banner-box article{
		position: relative;
		margin: 0;
		z-index: 1;
	}
	.ts-banner-box article .inner-banner{
		display: inline-block;
		padding: 30px;
		background-color: rgba(255,255,255,0.9);
		outline: 10px solid rgba(255,255,255,0.5);
	}
	.ts-banner-box article .title{
		margin-top: 0;
		margin-bottom: 15px;
		font-size: 36px;
		white-space: normal;
	}
	.ts-banner-box article .subtitle{
		margin-bottom: 20px;
		white-space: normal;
	}
	.ts-banner-box article .banner-btn{
		display: inline-block;
		height: 30px;
		white-space: nowrap;
		line-height: 30px;
		text-align: center;
		padding: 0 15px;
		color: inherit;
		font-size: 12px;
		font-style: italic;
		overflow: hidden;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.ts-banner-box article .banner-btn:hover{
		padding: 0 40px 0 20px;
	}
	.ts-banner-box article .banner-btn i{
		opacity: 0;
		position: absolute;
		margin-top: -20px;
		margin-left: 10px;
		-webkit-transition: opacity 0.2s ease-out, margin-top 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out, margin-top 0.2s ease-out;
		transition: opacity 0.2s ease-out, margin-top 0.2s ease-out;
	}
	.ts-banner-box article .banner-btn:hover i{
		opacity: 1;
		margin-top: 0;
	}
	.ts-banner-box.banner-text-align-left{
		text-align: left;
	}
	.ts-banner-box.banner-text-align-center{
		text-align: center;
	}
	.ts-banner-box.banner-text-align-right{
		text-align: right;
	}
	@media only screen and (min-width: 960px){
		.ts-banner-box{
			padding-left: 175px;
			padding-right: 175px;
		}
	}
	@media only screen and (max-width: 960px){
		.ts-banner-box{
			padding-left: 50px;
			padding-right: 50px;
		}
		.ts-banner-box{
			white-space: normal;
		}
	}
	@media only screen and (max-width: 768px){
		.ts-banner-box{
			padding-left: 0;
			padding-right: 0;
		}
	}

	/*
		8.22 Ribbon banner
	*/
	.ribbon-left {
		left: 40px;
		top: 0;
	}
	.ribbon-right {
		right: 40px;
		top: 0;
	}
	.ribbon-center {
		right: 0;
		left: 0;
		top: 0;
		margin: auto;
	}
	.ts-ribbon-banner{
		position: relative;
		width: 100%;
		min-height: 350px;
	}
	.ts-ribbon {
		position: absolute;
		padding: 35px 25px 40px;
		display: inline-block;
		width: 340px;
		font-weight: 400;
		z-index: 2;
		text-align: center;
	}
	.ts-ribbon:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: -40px;
		z-index: -1;
		display: block;
		border-width: 0 170px 40px 170px;
		border-style: solid;
		border-color: inherit;
		border-bottom-color: transparent;
	}
	.ts-ribbon .rb-content {
		overflow: hidden;
		color: #fff;
	}
	.ts-ribbon .rb-description {
		line-height: 1.6;
		font-size: 24px;
	}
	.ts-ribbon .ts-button {
		display: inline-block;
		height: 50px;
		padding: 0 25px;
		margin-top: 20px;
		line-height: 48px;
		border: 2px solid #fff;
		text-decoration: none;
		text-transform: uppercase;
		color: inherit;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
	}
	.ts-ribbon .rb-separator {
		line-height: 1;
		text-align: center;
		margin: 20px 0;
	}
	.ts-ribbon .rb-separator:first-of-type {
		margin-top: 0;
	}
	.ts-ribbon .rb-separator span {
		display: inline-block;
		position: relative;
		font-style: italic;
	}
	.ts-ribbon .rb-separator span:before,
	.ts-ribbon .rb-separator span:after {
		content: "";
		display: inline-block;
		border: 1px solid;
		width: 600px;
		position: absolute;
		top: 5px;
	}
	.ts-ribbon .rb-separator span:before {
		right: 100%;
		margin-right: 15px;
	}
	.ts-ribbon .rb-separator span:after {
		left: 100%;
		margin-left: 15px;
	}
	.ts-ribbon .left {
		text-align: left;
	}
	.ts-ribbon .right {
		text-align: right;
	}
	.ts-ribbon .center {
		text-align: center;
	}
	.ribbon-image > img {
	    width: 100%;
	    height: auto;
	}

	/*
		8.23 Toggle
	*/
	.ts-toggle-box .toggle-title a{
		position: relative;
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		padding: 0 15px;
		cursor: pointer;
		white-space: nowrap;
		color: inherit;
	}
	.ts-toggle-box.open .toggle-title a:not(.collapsed) i{
		-webkit-transform: rotate(90deg);
	    -o-transform: rotate(90deg);
	    -mz-transform: rotate(90deg);
	    transform: rotate(90deg);
	}
	.ts-toggle-box .toggle-title i{
		margin-right: 5px;
		vertical-align: middle;
		display: inline-block;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.ts-toggle-box .toggle-inner{
		padding: 20px;
		line-height: 1.8;
	}
	/* remove bootstrap styles for toggle box */
	.ts-toggle-box .panel{
		box-shadow: none;
		border-radius: 0;
		background-color: inherit;
	}
	.ts-toggle-box .panel-heading{
		padding: 0;
		border: none;
		border-radius: 0;
	}

	/*
		8.24 Tabs
	*/
	.nav-tabs > li > a{
		border-radius: 0;
		margin: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	.nav-tabs > li:not(.active) > a:hover{
		background-color: transparent;
	}
	.ts-tab-container{
		position: relative;
		width: 100%;
		clear: both;
		margin-bottom: 30px;
		overflow: hidden;
	}
	.ts-tab-container[data-display="horizontal"] .tab-content .tab-pane{
		padding: 15px;
		border: 1px solid #dddddd;
		border-top: 0;
	}
	.ts-tab-container[data-display="horizontal"] .nav-tabs > li:not(.active) > a{
		opacity: 0.7;
		border: 1px solid #ededed;
		border-bottom: 0;
	}
	.ts-tab-container[data-display="horizontal"] .nav-tabs > li:not(:first-child) > a{
		margin-left: -1px;
	}
	.ts-tab-container[data-display="horizontal"] .nav-tabs > li.active > a,
	.ts-tab-container[data-display="horizontal"] .tab-content .tab-pane.active{
		z-index: 1;
	}
	.ts-tab-container .nav-tabs > li > a:hover{
		opacity: 1;
	}

	/* Vertical tabs */
	.ts-tab-container[data-display="vertical"] .nav-tabs{
		float: left;
		margin-right: 20px;
		border-right: 1px solid #ededed;
		border-bottom: 0;
	}
	.ts-tab-container[data-display="vertical"] .nav-tabs > li{
		float: none;
		margin-bottom: -1px;
		display: block;
	}
	.ts-tab-container[data-display="vertical"] .nav-tabs > li:last-child{
		margin-bottom: 0;
	}
	.ts-tab-container[data-display="vertical"] .nav-tabs > li > a{
		min-width: 170px;
		max-width: 250px;
		margin-right: 0;
		border: 1px solid #ededed;
		border-right: 0;
	}
	.ts-tab-container[data-display="vertical"] .nav-tabs > li.active > a {
		margin-right: -1px;
	}

	/*
		8.25 Timeline features
	*/
	#ts-timeline {
		position: relative;
		font-weight: 400;
	}
	#ts-timeline:before {
		content: '';
		width: 4px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		background-color: #e9e9e9;
	}
	#ts-timeline:after, #ts-timeline .timeline-entry:after {
		content: '';
		display: table;
		clear: both;
	}
	#ts-timeline .timeline-panel {
		width: 50%;
		display: inline-block;
		float: left;
		padding: 0 20px;
	}
	#ts-timeline .timeline-panel:first-of-type {
		padding-right: 60px;
	}
	#ts-timeline .timeline-panel:last-of-type {
		padding-left: 60px;
	}
	#ts-timeline .timeline-entry {
		position: relative;
		padding: 50px 0;
	}
	#ts-timeline .timeline-entry:before {
		content: '';
		width: 14px;
		height: 14px;
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		border: 3px solid #fff;
		background-color: #e9e9e9;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
	}
	#ts-timeline .entry-title {
		margin: 40px 0 0 0;
		color: #504f4d;
		font-weight: 500;
		font-size: 30px;
	}
	#ts-timeline .entry-title a {
		text-decoration: none;
		color: inherit;
	}
	#ts-timeline .entry-description {
		font-size: 13px;
		margin-top: 25px;
		color: #acacac;
		line-height: 1.9;
	}
	#ts-timeline .left {
		float: left;
	}
	#ts-timeline .right {
		float: right;
	}
	#ts-timeline .text-center {
		text-align: center;
	}
	#ts-timeline .text-right {
		text-align: right;
	}
	#ts-timeline .text-left {
		text-align: left;
	}

	/*
		8.26 Video carousel
	*/
	.ts-video-carousel-wrap {
		width: 980px;
		margin: 0 auto;
	}
	.ts-video-carousel-wrap:after {
		content: '';
		display: table;
		clear: both;
	}
	.ts-video-carousel {
		position: relative;
		overflow: hidden;
	}
	.ts-video-carousel:after {
		content: '';
		display: table;
		clear: both;
	}
	.ts-video-carousel .slides {
		position: relative;
		margin: 0;
		padding: 0;
	}
	.ts-video-carousel .slides > li {
		position: relative;
		overflow: hidden;
		float: left;
		width: 690px;
		opacity: .8;
	}
	.ts-video-carousel .slides > li:after {
	  /* Don't allow to play the video if it's not active */
		content: '';
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		position: absolute;
		display: block;
		cursor: pointer;
	}
	.ts-video-carousel .slides > li .thumb {
		position: relative;
		-moz-transform: scale(0.8, 0.8);
		-webkit-transform: scale(0.8, 0.8);
		-ms-transform: scale(0.8, 0.8);
		-o-transform: scale(0.8, 0.8);
		transform: scale(0.8, 0.8);

		-moz-transition: transform .4s ease-in-out;
		-webkit-transition: transform .4s ease-in-out;
		-ms-transition: transform .4s ease-in-out;
		-o-transition: transform .4s ease-in-out;
		transition: transform .4s ease-in-out;

	}
	.ts-video-carousel .slides .carousel-item-title{
		margin-bottom: 0;
	}
	.ts-video-carousel .slides .carousel-meta{
		margin-bottom: 20px;
	}
	.ts-video-carousel .slides .carousel-meta li{
		display: inline-block;
		font-style: italic;
		font-size: 13px;
	}
	.ts-video-carousel .slides .carousel-content {
		visibility: hidden;
		opacity: 0;
		-webkit-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
		-moz-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
		-ms-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
		-o-transition: visibility .4s ease-in-out, opacity .4s ease-in-out;
		transition: visibility .4s ease-in-out, opacity .4s ease-in-out;

	}
	.ts-video-carousel .slides .current-active {
		opacity: 1;
	}
	.ts-video-carousel .slides .current-active:after {
		display: none;
	}
	.ts-video-carousel .slides .current-active .thumb {
		-moz-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	.ts-video-carousel .slides .current-active .carousel-content {
		visibility: visible;
		opacity: 1;
		-webkit-transition-delay: .4s;
		-moz-transition-delay: .4s;
		transition-delay: .4s;
	}
	.ts-video-carousel .slides .thumb {
		-webkit-transition: transform .5s ease;
		-moz-transition: transform .5s ease;
		-ms-transition: transform .5s ease;
		-o-transition: transform .5s ease;
		transition: transform .5s ease;
	}
	.ts-video-carousel .nav-arrow {
		position: absolute;
		display: table;
		top: 0;
		cursor: pointer;
	}
	.ts-video-carousel .nav-arrow .nav-icon {
		font-size: 50px;
		display: table-cell;
		vertical-align: middle;
		color: red;
	}
	.ts-video-carousel .prev {
		float: left;
		left: 20px;
	}
	.ts-video-carousel .next {
		float: right;
		right: 20px;
	}
	.ts-video-carousel .fade-me {
		opacity: .5;
	}

	/*
		8.27 Powerlink
	*/
	.ts-powerlink article{
		margin-bottom: 55px;
	}
	.ts-powerlink header{
		position: relative;
	}
	.ts-powerlink header .content{
		position: absolute;
		left: 20px;
		right: 20px;
		bottom: -15px;
		text-align: center;
	}
	.ts-powerlink header .content .title{
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	    border-top: 1px solid rgba(255, 255, 255, 0.3);
	    text-shadow: 0 0 3px rgba(30, 30, 30, 0.8);
	    margin-bottom: 10px;
	    position: relative;
	}
	.ts-powerlink header .content .title:before, .ts-powerlink header .content .title:after{
		content: '';
		display: block;
		position: absolute;
		width: 0;
		height: 1px;
		-webkit-transition: width 0.4s ease-out;
		-moz-transition: width 0.4s ease-out;
		transition: width 0.4s ease-out;
	}
	.ts-powerlink header .content .title:before{
		right: 0;
		top: -1px;
	}
	.ts-powerlink header .content .title:after{
		left: 0;
		bottom: -1px;
	}
	.ts-powerlink header .content .title:hover:before, .ts-powerlink header .content .title:hover:after{
		width: 100%;
	}
	.ts-powerlink header .content .title h3{
		font-size: 18px;
		font-weight: normal;
		margin: 0;
	}
	.ts-powerlink header .content .button{
		display: inline-block;
		height: 30px;
		line-height: 30px;
		padding: 0 20px;
		text-align: center;
		font-size: 12px;
	}
	.ts-powerlink header .content .title a,
	.ts-powerlink header .content .title a:hover{
		color: inherit;
		display: block;
		padding: 15px 10px;
	}


	/*
		8.28 Calendar
	*/
	#event-list-cal {
		margin: 0 0 2em;
		cursor: default;
	}
	#event-list-cal a {
		position: relative;
		display: block;
		z-index: 5;
	}
	#event-list-cal-month {
		position: relative;
		top: 40px;
		text-align: center;
		font-weight: normal;
		font-size: 20px;
	}
	.event-list-cal-pager {
		position: relative;
		overflow: hidden;
	}
	#event-list-cal-prev, #event-list-cal-next {
		font-weight: 700;
		font-size: 0.85em;
		text-transform: uppercase;
		float: left;
	}
	#event-list-cal-prev a, #event-list-cal-next a {
		position: relative;
		padding: 10px;
		text-align: center;
		text-decoration: none;
		border-radius: 2px;
		display: inline-block;
		z-index: 2;
		border: 1px solid #efefef;
	}
	#event-list-cal-next {
		position: absolute;
		right: 0;
	}
	.event-list-cal {
		width: 100%;
		border-collapse: collapse;
	}
	.event-list-cal th {
		width: 14.25%;
		padding: 0;
		color: #fff;
		font-weight: 700;
		font-size: 0.7em;
		line-height: 38px;
		text-align: center;
		text-transform: uppercase;
		border: 1px solid #555;
	}
	.event-list-cal td {
		height: 100px;
		padding: 0;
		font-size: 0.85em;
		background: #fff;
		border: 1px solid rgba(70,70,70,0.1);
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word;
		vertical-align: top;
	}
	.event-list-cal td .event-list-cal-day {
		position: relative;
		padding: 10px;
		margin: 0 0 1em;
		text-shadow: 1px 1px 0 #fff;
		background: rgba(70,70,70,0.05);
	}
	.event-list-cal td.today .event-list-cal-day {
		color: #fff;
		font-weight: bold;
		text-shadow: 1px 1px 0 #000;
		background: #333;
	}
	.event-list-cal td p {
		padding: 0 1em 1em;
		font-weight: bold;
	}
	.event-list-cal-single {
		position: relative;
	}
	.event-list-cal-excerpt {
		position: absolute;
		top: 10px !important;
		left: 10px;
		width: 200px;
		padding: 15px;
		border: 1px solid #ddd;
		box-shadow: 2px 2px 5px #aaa;
		background-color: #fff;
		display: none;
		z-index: 100;
	}
	#event-list-cal .event-list-cal-excerpt a {
		position: absolute;
		left: 0;
		top: 0;
		width: 200px;
		height: 100%;
		display: block;
		z-index: 101;
	}
	.event-list-cal td .event-list-cal-excerpt p {
		padding: 0;
	}
	.event-list-cal-right .event-list-cal-excerpt {
		left: auto;
		right: 5px;
	}
	.event-list-cal-single:hover .event-list-cal-excerpt {
		display: block;
	}
	.event-list-cal-list li {
		padding: 0 0 0.5em;
	}
	.event-list-cal-date {
		margin: 0 8px 0 0;
		padding: 0 8px 0 0;
		border-right: 1px solid #555;
		display: inline-block;
	}
	.event-list-cal-info {
		padding: 0 0 1em;
	}
	.ts-events-calendar{
		width: 100%;
		border-collapse: collapse;
		/*border: 1px solid rgba(60,60,60,0.08);*/
	}
	.ts-events-calendar tr td{
		padding: 40px 20px;
		text-align: center;
		border: 1px solid rgba(60,60,60,0.08);
		vertical-align: middle;
		display: table-cell;
		height: 80px;
		max-height: 80px;
		width: 14.28%;
	}
	.ts-events-calendar tr td.calendar-day-head{
		padding: 10px 20px;
	}
	.ts-events-calendar tr td .ts-event-title{
		position: relative;
	}
	.ts-events-calendar tr td .ts-event-title .ts-event-details-hover{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #FFF;
		color: #2d2d2d;
		text-align: center;
		z-index: 55;
		padding: 15px;
	}
	.ts-events-calendar tr td .ts-event-title:hover .ts-event-details-hover{
		display: block;
	}
	.ts-events-calendar tr td .ts-event-title .ts-event-excerpt{
		font-size: 10px;
		height: 80px;
		overflow: hidden;
	}
	.ts-get-calendar.ts-next, .ts-get-calendar.ts-prev{
		float: right;
		display: inline-block;
		background: #cecece;
		color: #FFF;
		border-radius: 4px;
		height: 35px;
		line-height: 35px;
		padding: 0 20px;
		font-size: 12px;
		margin-bottom: 15px;
		text-transform: uppercase;
		-webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
		-o-transition: background-color .2s ease-in-out, color .2s ease-in-out;
		transition: background-color .2s ease-in-out, color .2s ease-in-out;
	}
	.ts-get-calendar.ts-prev{
		float: left;
	}
	.ts-calendar-title{
		font-size: 18px;
		text-align: center;
	}
	.ts-event-title a{
		background: #000;
		color: #FFF;
		border-radius: 3px;
		display: inline-block;
		font-size: 13px;
		padding: 3px 10px;
	}
	.ts-events-calendar.ts-small-calendar{
		max-width: 100%;
		clear: both;
	}
	.ts-events-calendar.ts-small-calendar tr td.calendar-day-head{
		padding: 10px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.ts-events-calendar.ts-small-calendar tr td .ts-event-title a{
		display: block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		overflow: hidden;
		margin: 0 auto;
	}
	.ts-events-calendar.ts-small-calendar tr td{
		height: 40px;
		max-width: 40px;
		padding: 20px 5px;
	}
	.ts-events-calendar.ts-small-calendar tr td .ts-event-title:hover .ts-event-details-hover{
		display: none;
	}

	/*
		8.29 Events
	*/
	.ts-events-list article{
		margin-bottom: 50px;
		position: relative;
	}
	.ts-events-list figure .image-holder{
		margin-bottom: 20px;
	}
	.ts-events-list figure figcaption{
		margin-right: 10px;
		text-transform: uppercase;
	}
	.ts-events-list figure figcaption .metadate > li{
		list-style-type: none;
		margin-bottom: 10px;
	}
	.ts-events-list figure figcaption .metadate .date-add .month{
		font-size: 14px;
		color: #D6CBCB;
		display: block;
		letter-spacing: 2.5px;
	}
	.ts-events-list figure figcaption .metadate .date-add .day{
		font-size: 32px;
		display: block;
		font-weight: 500;
		line-height: 1;
	}
	.ts-events-list figure figcaption .ts-sep-wrap{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.ts-events-list figure figcaption .type{
		font-size: 11px;
		padding: 1px 10px;
		color: #fff;
		white-space: normal;
		background-color: #49B4AE;
	}
	.ts-events-list figure figcaption .type a{
		color: inherit;
	}
	.ts-events-list section .title{
		margin: 0;
		font-size: 22px;
	}
	.ts-events-list section .entry-meta{
		margin-bottom: 15px;
		color: #D6CBCB;
	}
	.ts-events-list section .entry-meta > li{
		display: inline-block;
		list-style-type: none;
		margin-right: 15px;
		text-transform: uppercase;
		font-size: 12px;
	}
	@media only screen and (max-width: 768px){
		.ts-events-list section{
			padding-left: 55px;
		}
	}

	/*
		8.30 Alert
	*/
	.ts-alert{
		padding: 15px 10px;
		border-radius: 2px;
		border: 1px solid rgba(0, 0, 0, 0.1); 
	}
	.ts-alert span{
		display: block;
	}
	.ts-alert .alert-icon{
		float: left;
		font-size: 16px;
		color: inherit;
		line-height: 1.2;
	}
	.ts-alert .right-side{
		padding-left: 40px;
	}
	.ts-alert .right-side .alert-title .title{
		margin: 0;
		font-size: 16px;
		font-weight: normal;
		margin-bottom: 10px;
		color: inherit;
	}
	.ts-alert .right-side .alert-text{
		line-height: 1.4;
		opacity: 0.85;
		font-size: 12px;
	}

	/*
		8.31 Skills
	*/
	.ts-horizontal-skills{
		list-style: outside none none;
		display: block;
		width: 100%;
		margin: 0px;
	}
	.ts-horizontal-skills li{
		position: relative;
		display: block;
		width: 100%;
		height: 40px;
		margin-bottom: 20px;
	}
	.ts-horizontal-skills .skill-bar{
		background-color: rgba(0, 0, 0, 0.05);
		box-sizing: border-box;
		height: 5px;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 0;
		border-radius: 5px;
	}
	.ts-horizontal-skills .skill-title{
		font-size: 14px;
	}
	.ts-horizontal-skills .skill-title,
	.ts-horizontal-skills .skill-percentage{
		float: left;
		width: 50%;
	}
	.ts-horizontal-skills .skill-percentage{
		text-align: right;
		font-weight: bold;
	}
	.ts-horizontal-skills .skill-level{
		display: block;
		height: 5px;
		z-index: 1;
		position: absolute;
		bottom: 0;
		border-radius: 5px;
		-webkit-transition: width .3s ease-in;
		-o-transition: width .3s ease-in;
		transition: width .3s ease-in;
	}

	.ts-vertical-skills{
		height: 400px;
		list-style-type: none;
	}
	.ts-vertical-skills > li{
		float: left;
		width: 100px;
		height: 100%;
		position: relative;
	}
	.ts-vertical-skills .skill-title{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		text-align: center;
		z-index: 1;
		background-color: rgba(255, 255, 255, 0.5);
		padding: 10px;
	}
	.ts-vertical-skills .skill-level{
		position: absolute;
		display: block;
		width: 100%;
		left: 0px;
		bottom: 0px;
		z-index: 0;
		border-radius: 2px 0px 0px 2px;
		-webkit-transition: width .3s ease-in;
		-o-transition: width .3s ease-in;
		transition: width .3s ease-in;
	}


	/*
		8.32 Article accordion
	*/
	.ts-article-accordion article{
		margin-bottom: 0;
	}
	.ts-article-accordion .panel-group{
		margin-bottom: 50px;
	}
	.ts-article-accordion .panel-title a[data-toggle="collapse"]{
		display: block;
	}
	.ts-article-accordion .panel-title a[data-toggle="collapse"]:hover,
	.ts-article-accordion .panel-title a[data-toggle="collapse"]:active,
	.ts-article-accordion .panel-title a[data-toggle="collapse"]:focus{
		text-decoration: none;
		outline: 0;
	}
	.ts-article-accordion .panel-default .panel-heading:hover{
		background-color: #fcfcfc;
	}
	.ts-article-accordion .panel-group .panel{
		border-radius: 0;
		border: none;
		background-color: transparent;
		margin-top: 0;
		border-top: 1px solid rgba(60,60,60,0.05);
	}
	.ts-article-accordion article section{
		padding: 20px;
	}
	.ts-article-accordion article section .entry-title{
		padding: 15px 20px;
		margin-top: -40px;
		position: relative;
		z-index: 10;
	}
	.ts-article-accordion .panel-heading .panel-title{
		font-size: 16px;
	}
	.ts-article-accordion .panel-heading .entry-meta-date{
		font-size: 12px;
	}
	.ts-article-accordion .panel-heading .entry-icon i{
		display: block;
		-webkit-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
	}
	.ts-article-accordion .panel-heading:hover .entry-icon i{
		opacity: 0.5;
	}
	.ts-article-accordion article section .entry-title .title{
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	.ts-article-accordion article section .entry-excerpt{
		margin-bottom: 30px;
		font-size: 12px;
	}
	.ts-article-accordion article section .entry-meta-date{
		font-size: 11px;
	}

	/*
		8.33 Breadcrumb
	*/
	.ts-breadcrumbs{
		font-size: 12px;
		color: inherit;
	}
	.ts-breadcrumbs:empty{
		display: none;
	}
	.ts-breadcrumbs.breadcrumbs-single-video{
		color: inherit;
		margin-bottom: 20px;
		font-size: 12px;
	}
	.ts-breadcrumbs.breadcrumbs-single-post{
		margin-bottom: 30px;
		color: inherit;
		font-size: 12px;
	}
	.ts-breadcrumbs i{
		color: #ccc;
		font-size: 11px;
	}
	.ts-has-image-background{
		background-size: cover;
		background-attachment: fixed;
	}
	body.archive .ts-breadcrumbs-content{
		margin-bottom: 30px;
		font-size: 12px;
	}

	/*
		8.34 Shopping cart
	*/
	.gbtr_dynamic_shopping_bag {
		display: inline-block;
		position: relative;
		color: #343434;
	}
	.gbtr_little_shopping_bag_wrapper:hover .gbtr_minicart_wrapper {
		display: block;
	}
	.gbtr_little_shopping_bag .amount {
		background-color: #e10d0d;
		border-radius: 3px;
		color: #fff;
		display: inline-block;
		height: 25px;
		line-height: 23px;
		padding: 2px 6px;
	}
	.gbtr_little_shopping_bag {
		height: 25px;
		line-height: 25px;
		display: inline-block;
	}
	.gbtr_minicart_wrapper {
		position: absolute;
		top: 0;
		left: 0;
		background-color: #fff;
		width: 407px;
		z-index: 1000;
		border-radius: 4px;
		box-shadow: 0 0 8px #efefef;
		padding: 20px 30px;
		display: none;

	}
	.gbtr_minicart_wrapper > h4 {
		margin: 0;
		font-size: 22px;
		font-weight: 700;
	}
	.cart_list_product_img {
		float: left;
		margin-right: 20px;
	}
	.cart_list_product_img img {
		margin: 0 !important;
		box-shadow: none !important;
	}
	.cart_list_product_price{
		display: block;
	}
	.cart_list_product_price .amount {
		padding: 0 !important;
		color: #e10d0d;
	}
	.gbtr_minicart {
		margin-top: 20px;
	}

	.gbtr_minicart_wrapper a {
		font-weight: 400 !important;
		display: inline-block !important;
	}
	.gbtr_minicart .button {
		background-color: #e10d0d !important;
		color: #fff !important;
		border-radius: 3px !important;
		display: block !important;
		padding: 8px 10px !important;
	}
	.minicart_total_checkout {
		background-color: #f1f1f1;
		padding: 8px 20px !important;
		border-radius: 3px;
		text-align: center;
		margin: 20px 0 !important;
	}
	.minicart_total_checkout > * {
		display: inline-block;
	}

	.cart_list_product {
		position: relative;
		margin-bottom: 10px !important;
	}
	.cart_list_product_title > a {
		line-height: 1.5;
		font-size: 14px !important;
	}

	.cart_list_product_title .remove {
		font-size: 30px !important;
		height: 10px;
		width: 10px;
		display: inline-block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
	}
	.cart_list_product_title .cart-item-title {
		color: inherit !important;
	}

	.minicart_items {
		margin-right: 5px;

	}
	.minicart_items  > i {
		font-size: 18px !important;
		margin-right: 5px;
	}


/*
--------------------------------------------------------------------------------
	9. POST
--------------------------------------------------------------------------------
*/
	/*
		9.1 Tags
	*/
	.ts-tags-container > span{
		text-transform: uppercase;
		color: #ababab;
		font-weight: 400;
		font-size: 12px;
		text-decoration: underline;
		margin-bottom: 15px;
		display: block;
	}
	.ts-tags-container > a{
		position: relative;
		float: left;
		display: block;
		padding: 5px 15px;
		background: #f1f1f1;
		font-size: 12px;
		color: #ababab;
		line-height: 1.6;
		margin: 0 10px 10px 0;

		-webkit-transition: .2s all ease-out;
		-moz-transition: .2s all ease-out;
		-o-transition: .2s all ease-out;
		transition: .2s all ease-out;
	}
	.ts-tags-container > a:after{
		content: "";
		position: absolute;
		right: 3px;
		top: 0;
		width: 3px;
		height: 8px;
		background: #e10d0d;
	}
	.ts-tags-container > a:hover{
		background: #e10d0d;
		color: #fff !important;
	}
	.ts-tags-container > a:hover:after{
		background: #fff;
	}
	.tags-container a.tag, .tags-container a[rel="tag"], .list-view-tags a[rel="tag"]{
		background-color: #E5E5E5;
		color: #7c7c7c;
		height: 25px;
		line-height: 24px;
		padding: 0 20px 0 10px;
		font-size: 12px;
		display: inline-block;
		margin-right: 10px;
		margin-bottom: 10px;
		position: relative;
		-webkit-transition: background-color .2s ease-out;
		-moz-transition: background-color .2s ease-out;
		-o-transition: background-color .2s ease-out;
		transition: background-color .2s ease-out;
	}
	.tags-container a.tag:after, .tags-container a[rel="tag"]:after, .list-view-tags a[rel="tag"]:after{
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		right: 8px;
		margin-top: -3px;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #FFF;
	}
	.tags-container a.tag:hover, .tags-container a[rel="tag"]:hover, .list-view-tags a[rel="tag"]:hover{
		background-color: #D8D8D8;
	}
	.post-tags ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.post-tags ul li{
		display: inline-block;
	}
	.post-tags .tags-container a[rel="tag"]{
		background-color: transparent;
		padding: 0;
		height: auto;
		border-radius: 0;
	}
	.post-tags .tags-container a[rel="tag"]:after{
		display: none;
	}
	.post-details-title{
		margin: 0;
		font-size: 16px;
		font-weight: normal;
	}
	.post-tagged-icon {
	    float: left;
	}
	.post-details {
	    padding-left: 50px;
	}
	.post-title-meta .post-title-meta-categories > i, .post-tagged-icon > i {
	    border: 1px solid;
	    border-radius: 50%;
	    display: inline-block;
	    height: 40px;
	    line-height: 38px;
	    margin-right: 10px;
	    overflow: hidden;
	    text-align: center;
	    vertical-align: middle;
	    width: 40px;
	}
	.post-tagged-icon > i {
	    margin-right: 0;
	}

	/*
		9.2 Gallery
	*/
	.post-gallery{margin-bottom: 40px;position: relative;}
	.post-gallery a.next{
		display: block;
		width: 30px;
		height: 60px;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 30%;
		right:0;
	}
	.post-gallery a.prev{
		display: block;
		width: 30px;
		height: 60px;
		background: rgba(0,0,0,0.5);
		position: absolute;
		top: 30%;
		left: 0;
	}

	/*
		9.3 Navigator
	*/
	.post-navigator{
		margin-bottom: 30px;
	}
	.post-navigator ul{
		list-style-type: none;
	}
	.post-navigator ul{
		margin:0 -15px;
		padding:0;
	}
	.post-navigator ul li{
		margin: 0;
		text-align: right;
	}
	.post-navigator ul li:first-child{
		text-align: left;
	}
	.post-navigator ul li a{
		position: relative;
		display: block;
		border-bottom: 1px solid #eaeaea;
		border-top: 1px solid #eb593c;
		padding: 15px 0;
		-webkit-transition: border-color .2s linear;
		-moz-transition: border-color .2s linear;
		-o-transition: border-color .2s linear;
		-ms-transition: border-color .2s linear;
		transition: border-color .2s linear;
	}
	.post-navigator ul li a:hover{
		border-top: 1px solid #3DB3CC;
	}
	.post-navigator ul li a[rel="prev"]{
		padding-left: 40px;
	}
	.post-navigator ul li a[rel="prev"] i{
		position: absolute;
		left: -5px;
		top: 17px;
		font-size: 24px;
		width: auto;
		color: #E8E5E5;
	}
	.post-navigator ul li a[rel="next"]{
		padding-right: 40px;
	}
	.post-navigator ul li a[rel="next"] i{
		position: absolute;
		right: -5px;
		top: 17px;
		font-size: 24px;
		width: auto;
		color: #E8E5E5;
	}
	.post-navigator ul li a[rel="next"] i:before, .post-navigator ul li a[rel="prev"] i:before{
		width: auto;
	}
	.post-navigator ul li a span{
		color: #999;
		text-transform: uppercase;
		font-size: 10px;
	}
	.post-navigator ul li a div{
		color: #333;
		font-size: 16px;
		-webkit-transition: color .4s;
		-moz-transition: color .4s;
		-o-transition: color .4s;
		-ms-transition: color .4s;
		transition: color .4s;
	}
	.post-navigator ul li a:hover div{
		color: #EB593C;
	}

	/*
		9.4 Elements
	*/
	.post-title.video-title{
		font-size: 32px;
		color: #4b4e51;
		font-weight: 500;
		margin-top: 0;
	}
	.post-meta > div{
		display: inline-block;
		margin-right: 40px;
		color: #ababab;
	}
	.post-meta > div:last-child{
		margin: 0;
	}
	.post-meta span{
		display: inline-block;
	}
	.post-meta .post-meta-likes span.touchsize-likes-count{
		font-weight: 500;
		color: #cacaca;
		text-align: center;
	}
	.post-meta .post-meta-views .views-count{
		line-height: 0.8;
	}
	.post-meta .post-meta-views small{
		color: #e1e1e1;
		font-size: 12px;
	}

	.post-author-block{
		margin-bottom: 30px;
	}
	.post-author-block .author-avatar{
	    width: 40px;
	    height: 40px;
	    display: block;
	    border-radius: 100%;
	    overflow: hidden;
	    float: left;
	}
	.post-author-block ul{
		margin-top: 7px;
		float: left;
		list-style-type: none;
	}
	.post-author-block ul li{
		position: relative;
		display: inline-block;
		padding: 0 10px;
		font-size: 13px;
		font-weight: 500;
		color: #dcdcdc;
	}
	.post-author-block ul li.categories{
		padding: 0;
	}
	.post-author-block .author-name > a,
	.post-author-block .author-published > span{
		color: #ababab;
	}
	.post-content .post-intro{
		font-weight: 100;
		font-size: 24px;
		line-height: 36px;
		text-transform: none;
		color: #696a6f;
	}
	.post-content .title{
		font-weight: 600;
		text-transform: uppercase;
		color: #84979d;
	}
	.post-content ul ul,
	.post-content ol ol{
		padding-left: 20px;
	}
	.post-quote{
	    padding-left: 30px;
	    border-left: 3px solid;
	    font-style: italic;
	    font-size: 16px;
	    margin: 50px 0;
	}


/*
--------------------------------------------------------------------------------
	10. BOXED LAYOUT
--------------------------------------------------------------------------------
*/
	body.ts-boxed-layout #wrapper{
		background: #FFF;
		overflow: hidden;
	}
	#wrapper:not(.container){
		overflow: hidden;
	}
	.ts-boxed-layout #footer{
		margin-left: -20px;
		margin-right: -20px;
	}
	@media only screen and (min-width: 960px){
		.ts-boxed-layout #main{
			padding-left: 0;
			padding-right: 0;
		}
		.ts-boxed-layout .site-section{
			padding-left: 60px;
			padding-right: 60px;
		}
		.ts-boxed-layout .ts-expanded-row{
			padding-left: 0;
			padding-right: 0;
		}
		.ts-boxed-layout.single #main,
		.ts-boxed-layout.archive #main,
		.ts-boxed-layout.search #main,
		.ts-boxed-layout.single-ts_teams #content[role="main"] {
			margin-left: -20px;
			margin-right: -20px;
			padding-left: 60px;
			padding-right: 60px;
		}
		.ts-boxed-layout.single .post-related{
			margin-left: -60px;
			margin-right: -60px;
		}
		.ts-boxed-layout.single .post-related{
			padding-left: 60px;
			padding-right: 60px;
		}
		.ts-boxed-layout .single .post-related{
			padding-left: 60px;
			padding-right: 60px;
			margin-left: -60px;
			margin-right: -60px;
		}
		.ts-boxed-layout.page .ts-breadcrumbs{
			padding-left: 60px;
			padding-right: 60px;
		}
		.ts-boxed-layout #header > div[class*="col-"]{
			padding-left: 0;
			padding-right: 0;
		}
		.ts-boxed-layout.author .post-author-box{
			margin-left: 60px;
			margin-right: 60px;
		}
	}
	@media only screen and (max-width: 960px){
		.ts-boxed-layout .ts-expanded-row{
			margin-left: -20px;
			margin-right: -20px;
		}
		.ts-boxed-layout header > [class*="col-"]{
			padding-left: 0;
			padding-right: 0;
		}
		.ts-boxed-layout #main{
			padding-left: 0;
			padding-right: 0;
		}
		.ts-boxed-layout.single #main{
			margin-left: -20px;
			margin-right: -20px;
		}
		.ts-boxed-layout.page .ts-breadcrumbs{
			margin-left: -20px;
			margin-right: -20px;
		}
		.ts-boxed-layout.single-ts_teams #content[role="main"]{
			margin-left: -20px;
			margin-right: -20px;
		}
	}


/*
--------------------------------------------------------------------------------
	11. OTHERS
--------------------------------------------------------------------------------
*/
	/*
		11.1 Pagination
	*/
	.ts-pagination {
	    margin: 0 0 30px 0;
	}
	.ts-pagination ul li{
		display: inline-block;
		padding: 0 15px;
		height: 30px;
		background: rgba(230,230,230,0.5);
		color: #444;
		line-height: 30px;
	}
	.ts-pagination ul .page-numbers{
		display: block;
		margin: 0 -15px;
		padding: 0 15px;
		-webkit-transition: .22s ease;
		-o-transition: .22s ease;
		transition: .22s ease;
	}
	.ts-pagination-more{
		display: block;
		margin: 0 20px;
		color: #606975;
		text-align: center;
		font-size: 12px;
		clear: both;
		height: 50px;
		line-height: 50px;
		cursor: pointer;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		position: relative;
		overflow: hidden;
		text-transform: uppercase;
	    letter-spacing: 3px;
	}
	.ts-pagination-more span{
		display: inline-block;
		position: relative;
	}
	.ts-pagination-more span:before, .ts-pagination-more span:after {
	    background: #DA192C;
	    content: "";
	    display: inline-block;
	    height: 1px;
	    right: 120%;
	    position: absolute;
	    top: 50%;
	    width: 3000px;
	    margin-top: -1px;
	    -webkit-transition: left 0.2s ease-out, right 0.2s ease-out;
	    -moz-transition: left 0.2s ease-out, right 0.2s ease-out;
	    transition: left 0.2s ease-out, right 0.2s ease-out;
	}
	.ts-pagination-more span:after{
		left: 120%;
		right: auto;
	}
	.ts-pagination-more:hover span:after{
		left: 140%;
	}
	.ts-pagination-more:hover span:before{
		right: 140%;
	}

	/*
		11.2 Back to portfolio
	*/
	.back-to-portofolio{
		background: #f5f5f5;
		border-top: 5px solid #eb593c;
		border-bottom: 5px solid #eaeaea;
		font-size: 30px;
		line-height: 50px;
		text-align: center;
		padding:10px 0px;
		margin-bottom: 30px;
	}
	.back-to-portofolio a{
		background:  url(/wp-content/themes/shootback/images/back-icon.png) no-repeat 10px center;
		text-transform: uppercase;
		color: #3db3cc;
		font-family: 'Fira Sans', serif;
		font-weight: 200;
		display: block;
	}
	.back-to-portofolio a:hover{
		color: #333;
	}

	/*
		11.3 Facebook Modal
	*/
	#fb-root {
	    display: none;
	}
	.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
	    width: 100% !important;
	}
	.ts-fb-modal.modal{
		overflow-y: auto;
	}
	.ts-fb-modal .modal-dialog{
		position: relative;
		left: auto;
	}
	.ts-fb-modal .modal-body{
		overflow: hidden;
	}
	.ts-fb-modal .modal-title{
		color: #333;
		text-align: center;
	}
	.modal-backdrop.fade {
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.modal-backdrop.fade.in {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
	.ts-fb-modal.modal.in .modal-dialog{
		-webkit-transform: translate(0, 50%);
		-ms-transform: translate(0, 50%);
		transform: translate(0, 50%);
	}
	/* for facebook box inner modal */
	.ts-fb-modal .fb_iframe_widget{
		position: relative;
		width: 100% !important;
		height: 100% !important;
		min-height: 280px;
	}
	.ts-fb-modal .fb_iframe_widget > span{
		position: absolute !important;
		top: 0px;
		left: 0px;
		height: 100% !important;
		width: 100% !important;
	}
	.ts-fb-modal .fb_iframe_widget iframe{
		height: 100% !important;
		width: 100% !important;
	}

	/*
		11.4 Preloader
	*/
	.ts-page-loading{
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1030;
	}
	.ts-page-loading .gate_top,
	.ts-page-loading .gate_bottom{
		position: absolute;
		width: 100%;
		height: 50%;
		background-color: rgba(255,255,255,0.98);
		left: 0;
		right: 0;
		-webkit-transition: top .8s ease-in-out, bottom .8s ease-in-out;
		-o-transition: top .8s ease-in-out, bottom .8s ease-in-out;
		transition: top .8s ease-in-out, bottom .8s ease-in-out;
	}
	.ts-page-loading .gate_top{
		top: 0;
	}
	.ts-page-loading .gate_bottom{
		bottom: 0;
	}
	.ts-page-loading.shown .gate_top{
		top: -100%;
	}
	.ts-page-loading.shown .gate_bottom{
		bottom: -100%;
	}
	#nprogress {
		pointer-events: none;
		-webkit-transition: opacity .5s ease-in-out;
		-o-transition: opacity .5s ease-in-out;
		transition: opacity .5s ease-in-out;
	}
	#nprogress .bar {
		position: fixed;
		z-index: 1031;
		top: 50%;
		left: 0;

		width: 100%;
		height: 2px;
		margin-top: -1px;
	}
	/* Fancy blur effect */
	#nprogress .peg {
		display: block;
		position: absolute;
		right: 0px;
		width: 100px;
		height: 100%;
		opacity: 1.0;

		-webkit-transform: rotate(3deg) translate(0px, -4px);
			-ms-transform: rotate(3deg) translate(0px, -4px);
				transform: rotate(3deg) translate(0px, -4px);
	}
	/* Remove these to get rid of the spinner */
	#nprogress .spinner {
		display: block;
		position: fixed;
		z-index: 1031;
		top: 50%;
		left: 50%;
		margin-top: -50px;
		margin-left: -16px;
	}
	#nprogress .spinner-icon {
		width: 32px;
		height: 32px;
		box-sizing: border-box;

		border: solid 2px transparent;
		border-radius: 50%;

		-webkit-animation: nprogress-spinner 400ms linear infinite;
			animation: nprogress-spinner 400ms linear infinite;
	}
	/*.nprogress-custom-parent {
		overflow: hidden;
		position: relative;
	}*/
	/*.nprogress-custom-parent #nprogress .spinner,
	.nprogress-custom-parent #nprogress .bar {
		position: absolute;
	}*/

	@-webkit-keyframes nprogress-spinner {
		0%   { -webkit-transform: rotate(0deg); }
		100% { -webkit-transform: rotate(360deg); }
	}
	@keyframes nprogress-spinner {
		0%   { transform: rotate(0deg); }
		100% { transform: rotate(360deg); }
	}
	#ts-loading-preload{
		z-index: 999;
		position: fixed;
		bottom: -100%;
		left: 50%;
		width: 200px;
		margin-left: -100px;
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: #fff;
		box-shadow: 0 0 20px rgba(60,60,60,0.15);
		opacity: 0;
		-webkit-transition: bottom .8s ease-in-out, opacity .8s ease-in-out;
		-o-transition: bottom .8s ease-in-out, opacity .8s ease-in-out;
		transition: bottom .8s ease-in-out, opacity .8s ease-in-out;
	}
	#ts-loading-preload .preloader-center{
		width: 30px;
		height: 30px;
		position: relative;
		left: 50%;
		margin-left: -15px;
		background: url('/wp-content/themes/shootback/images/ajax-loader.gif') center center no-repeat;
		background-size: 50% 50%;
	}
	#ts-loading-preload > span{
		font-size: 12px;
	}
	#ts-loading-preload.shown{
		bottom: 30px;
		opacity: 1;
	}

	/*
		11.5 Delimiters
	*/
	.delimiter{
		position: relative;
		background: transparent;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.delimiter.dotsslash{
		height: 1px;
		background-color: transparent;
		border-bottom: 1px dashed;
		border-color: inherit;
		margin: 0 10px;
	}
	.delimiter.dotsslash:before, .delimiter.dotsslash:after{
		content: '//';
		display: inline-block;
		width: 10px;
		position: absolute;
		left: -10px;
		top: -5px;
		color: inherit;
		font-size: 11px;
		text-align: left;
	}
	.delimiter.dotsslash:after{
		left: auto;
		right: -10px;
		text-align: right;
	}
	.delimiter.doubleline{
		border-bottom: 4px double;
	}
	.delimiter.line{
		border-bottom: 1px solid;
	}
	.delimiter.gradient{
		height: 1px;
	}
	.delimiter.lines{
		width: 100%;
		height: 5px;
	}
	.delimiter.squares{
		width: 100%;
		height:4px;
	}
	.delimiter.iconed{
		text-align: center;
	}
	.delimiter.iconed:after{
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		border: 1px solid;
		border-color: inherit;
		position: absolute;
		top: 50%;
		z-index: -1;
		margin-top: -3px;
	}
	.delimiter.iconed:before{
		font-size: 24px;
		color: #EB593C;
		padding: 0;
	}

	/*
		11.6 404 Page
	*/
	.title-404{
		text-align: center;
		font-size: 64px;
		margin-top: 50px;
	}
	.title-404 i{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		filter: alpha(opacity=40);
		opacity: 0.4;
		margin-right: 20px;
	}
	.nothing-message{
		font-size: 24px;
		text-align: center;
		margin-bottom: 45px;
	}
	.search-404{
		width: 580px;
		max-width: 100%;
		margin: 0 auto;
	}

	/*
		11.7 ZoomIn
	*/
	.zoom-in-icon{
		position: absolute;
		display: block;
		width: 35px;
		height: 35px;
		line-height: 35px;
		color: #7c7c7c;
		background-color: #FFF;
		background-color: rgba(255,255,255,0.8);
		text-align: center;
		font-size: 12px;
		bottom: 20px;
		right: 20px;
		border-bottom: 2px solid rgba(60,60,60,0.1);
		z-index: 15;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		opacity: 0.5;
		-webkit-transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		-o-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;
	}
	.zoom-in-icon:hover{
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		color: #7c7c7c;
	}

	/*
		11.8 Count Down
	*/
	.ts-big-countdown {
	  padding: 22px;
	  margin-bottom: 40px;
	  text-align: center;
	  text-transform: uppercase;
	  -moz-box-shadow: #f8caba 0 0 0 1px inset, #ffffff 0 0 0 7px inset, #f8caba 0 0 0 8px inset;
	  -webkit-box-shadow: #f8caba 0 0 0 1px inset, #ffffff 0 0 0 7px inset, #f8caba 0 0 0 8px inset;
	  box-shadow: #f8caba 0 0 0 1px inset, #ffffff 0 0 0 7px inset, #f8caba 0 0 0 8px inset;
	}

	.ts-big-countdown .countdown-title {
	  margin: 20px 0;
	  font-size: 24px;
	}

	.ts-big-countdown .time {
		font-size: 32px;
	}

	.ts-big-countdown .ts-sep-wrap {
	  max-width: 580px;
	  margin: auto;
	}
	.ts-big-countdown .time-remaining {
	  margin: 0;
	  margin-top: 20px;
	  padding: 0;
	  list-style: none;
	}
	.ts-big-countdown li {
	  display: inline-block;
	  position: relative;
	  margin-left: 45px;
	}
	.ts-big-countdown li:first-child{
		margin-left: 0;
	}
	.ts-big-countdown li:last-child > i{
		display: none;
	}

	.ts-big-countdown .time-remaining {
		display: inline-block;
	}

	.ts-big-countdown .time-remaining li span {
		font-size: 12px;
	}

	.ts-big-countdown li i {
	  position: absolute;
	  top: 25px;
	  right: -25px;
	  font-size: 10px;
	  height: 7px;
	  width: 7px;
	}

	.ts-small-countdown {
		text-align: center;
		display: block;
	}

	.ts-small-countdown .countdown-title {
		font-size: 13px;
		text-transform: uppercase;
	}
	.ts-small-countdown .countdown-title:before,
	.ts-small-countdown .countdown-title:after{
		content: "+";
		display: inline-block;
		color: #F8CABA;
	}
	.ts-small-countdown .countdown-title:before {
		margin-right: 10px;
	}
	.ts-small-countdown .countdown-title:after {
		margin-left: 10px;
	}

	.ts-small-countdown .time-remaining li {
		display: inline-block;
		float: left;
		list-style: none;
		background-color: #F3F3F3;
		margin-right: 10px;
		position: relative;
		padding-top: 18px;
		padding-bottom: 2px;
		color: black;
		min-width: 50px;
	}
	.ts-small-countdown .time-remaining {
		display: inline-block;
	}
	.ts-small-countdown .time-remaining li > div {
		font-size: 26px;
	}
	.ts-small-countdown .time-remaining li:last-of-type {
		margin-right: 0;
	}
	.ts-small-countdown .time-remaining li > span {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 18px;
		line-height: 18px;
		text-transform: uppercase;
		font-size: 11px;
	}
	.ts-small-countdown .time-remaining li > i {
	    display: block;
	    font-size: 11px;
	    margin: -5px 0 5px;
	}
	.ts-small-countdown .ts-sep-wrap {
		display: none;
	}

	/*
		11.9 Audio Playlist
	*/
	body.shootback .wp-playlist.wp-playlist-light{
		background-color: transparent;
		color: inherit;
		border: 1px solid rgba(200,200,200,0.5);
		padding: 15px;
	}
	body.shootback .wp-playlist-light .wp-playlist-item{
		color: inherit;
	}
	body.shootback .wp-playlist-item .wp-playlist-caption{
		color: inherit;
	}
	body.shootback .wp-playlist-tracks .wp-playlist-item{
		margin: 0;
		border: 0 none;
		padding: 10px;
	}
	body.shootback .wp-playlist-light .wp-playlist-playing{
		background: #000;
		padding: 10px;
	}
	body.shootback .wp-playlist-item-length{
		top: 10px;
		right: 10px;
	}
	body.shootback .mejs-container .mejs-controls{
		background: #555;
	}
	body.shootback .mejs-container{
		margin-bottom: 20px;
	}
	body.shootback .mejs-controls .mejs-time-rail .mejs-time-loaded{
		background: #efefef;
	}
	.dark_facebook{
		float: left;
	}

	/*
		11.10 WooCommerce
	*/
	.price{
		position: relative;
		display: block;
	}
	.price del,
	.price ins,
	.price > .amount{
		display: inline-block;
		font-weight: bold;
		color: inherit;
		vertical-align: middle;
		text-decoration: none;
		margin-bottom: 20px;
	}
	.price > .amount{
		vertical-align: baseline;
	}
	.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{
		text-decoration: line-through;
		font-size: 18px;
	}
	.woocommerce #content div.product p.price ins,
	.woocommerce #content div.product span.price ins,
	.woocommerce div.product p.price ins,
	.woocommerce div.product span.price ins{
		font-size: 32px;
	}
	.woocommerce #content div.product form.cart div.quantity,
	.woocommerce div.product form.cart div.quantity,
	.woocommerce-page #content div.product form.cart div.quantity,
	.woocommerce-page div.product form.cart div.quantity{
		margin-right: 20px;
	}
	.woocommerce #content .quantity,
	.woocommerce .quantity,
	.woocommerce-page #content .quantity,
	.woocommerce-page .quantity{
		width: auto;
	}
	.woocommerce #content div.product form.cart,
	.woocommerce div.product form.cart,
	.woocommerce-page #content div.product form.cart,
	.woocommerce-page div.product form.cart{
		margin-bottom: 60px;
	}

	.woocommerce #content .quantity .minus,
	.woocommerce .quantity .minus,
	.woocommerce-page #content .quantity .minus,
	.woocommerce-page .quantity .minus,
	.woocommerce #content .quantity .plus,
	.woocommerce .quantity .plus,
	.woocommerce-page #content .quantity .plus,
	.woocommerce-page .quantity .plus{
		position: absolute;
		width: 30px;
		height: 100%;
		display: block;
		background: inherit;
		color: inherit;
		font-size: 16px;
		text-align: center;
		border: 0;
		outline: 0;
		box-shadow: none;
		border-radius: 0;
		text-shadow: none;
	}
	.woocommerce #content .quantity .minus:hover,
	.woocommerce .quantity .minus:hover,
	.woocommerce-page #content .quantity .minus:hover,
	.woocommerce-page .quantity .minus:hover,
	.woocommerce #content .quantity .plus:hover,
	.woocommerce .quantity .plus:hover,
	.woocommerce-page #content .quantity .plus:hover,
	.woocommerce-page .quantity .plus:hover{
		background: inherit;
		color: inherit;
	}
	.woocommerce #content .quantity .minus,
	.woocommerce .quantity .minus,
	.woocommerce-page #content .quantity .minus,
	.woocommerce-page .quantity .minus{
		left: 0;
		top: 0;
	}
	.woocommerce #content .quantity .plus,
	.woocommerce .quantity .plus{
		right: 0;
		top: 0;
	}
	.woocommerce #content .quantity input.qty,
	.woocommerce .quantity input.qty,
	.woocommerce-page #content .quantity input.qty,
	.woocommerce-page .quantity input.qty{
		position: relative;
		margin-left: 30px;
		width: 40px;
		display: block;
		margin-right: 30px;
		border: 0px none;
		border-radius: 0px;
		color: inherit;
		height: 40px;
		background-color: #fff;
	}
	input[type=number]::-webkit-inner-spin-button,
	input[type=number]::-webkit-outer-spin-button {
		-webkit-appearance: none;
		margin: 0;
	}
	.woocommerce #content div.product form.cart .variations select,
	.woocommerce div.product form.cart .variations select,
	.woocommerce-page #content div.product form.cart .variations select,
	.woocommerce-page div.product form.cart .variations select{
		padding: 2px 10px;
		vertical-align: middle;
		outline: 0;
		border: 1px solid #ededed;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a:after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a:after,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a:after{
		content: "";
		display: block;
		position: relative;
		border-bottom: 2px solid;
	}
	.woocommerce .woocommerce-error:before,
	.woocommerce-page .woocommerce-error:before,
	.woocommerce .woocommerce-info:before,
	.woocommerce-page .woocommerce-info:before,
	.woocommerce .woocommerce-message:before,
	.woocommerce-page .woocommerce-message:before{
		font-size: 24px;
		line-height: 30px;
		left: 20px;
		margin: 0;
		padding: 0;
	}
	.woocommerce .woocommerce-error:before,
	.woocommerce-page .woocommerce-error:before,
	.woocommerce .woocommerce-info:before,
	.woocommerce-page .woocommerce-info:before,
	.woocommerce .woocommerce-message:before,
	.woocommerce-page .woocommerce-message:before{
		background-color: transparent;
		box-shadow: none;
	}
	.woocommerce .woocommerce-error,
	.woocommerce-page .woocommerce-error,
	.woocommerce .woocommerce-info,
	.woocommerce-page .woocommerce-info,
	.woocommerce .woocommerce-message,
	.woocommerce-page .woocommerce-message{
		border-width: 1px;
		border-style: solid;
		border-color: inherit;
		height: 80px;
		line-height: 80px;
		padding: 0 0 0 60px !important;
	}
	.woocommerce .woocommerce-error .button,
	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button{
		position: absolute;
		right: 15px;
		top: 20px;
	}
	.woocommerce .woocommerce-error,
	.woocommerce-page .woocommerce-error,
	.woocommerce .woocommerce-info,
	.woocommerce-page .woocommerce-info,
	.woocommerce .woocommerce-message,
	.woocommerce-page .woocommerce-message{
		box-shadow: none;
		background-color: #fff;
	}
	.woocommerce .woocommerce-error a,
	.woocommerce-page .woocommerce-error a,
	.woocommerce .woocommerce-info a,
	.woocommerce-page .woocommerce-info a,
	.woocommerce .woocommerce-message a,
	.woocommerce-page .woocommerce-message a,
	.woocommerce-account .woocommerce a{
		text-decoration: underline;
	}
	.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{
		position: relative;
		height: 40px;
		line-height: 40px;
		padding: 0 25px;
		text-align: center;
		border-radius: 0;
		text-transform: uppercase;
		box-shadow: none;
		text-shadow: none;
		text-decoration: none;
		border: none;
	}
	.woocommerce #content input.button.alt,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt,
	.woocommerce-page #content input.button.alt,
	.woocommerce-page #respond input#submit.alt,
	.woocommerce-page a.button.alt,
	.woocommerce-page button.button.alt,
	.woocommerce-page input.button.alt{
		background: inherit;
	    border: none;
	    color: inherit;
	    text-shadow: none;
	    box-shadow: none;
	    border: 1px solid rgba(0,0,0,0.05);
	}
	.woocommerce .quantity .minus,
	.woocommerce .quantity .plus,
	.woocommerce #content input.button,
	.woocommerce #respond input#submit,
	.woocommerce a.button,
	.woocommerce button.button,
	.woocommerce input.button{
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.woocommerce #content input.button.alt:hover,
	.woocommerce #respond input#submit.alt:hover,
	.woocommerce a.button.alt:hover,
	.woocommerce button.button.alt:hover,
	.woocommerce input.button.alt:hover,
	.woocommerce-page #content input.button.alt:hover,
	.woocommerce-page #respond input#submit.alt:hover,
	.woocommerce-page a.button.alt:hover,
	.woocommerce-page button.button.alt:hover,
	.woocommerce-page input.button.alt:hover{
		background: inherit;
		text-shadow: none;
	}
	.woocommerce a.single_add_to_cart_button:before,
	.woocommerce button.single_add_to_cart_button:before,
	.woocommerce input.single_add_to_cart_button:before{
		content: '\e842';
		font-family: 'redfont';
		font-size: inherit;
		color: inherit;
		margin-right: 5px;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce div.product .woocommerce-tabs ul.tabs{
	    padding-left: 0px;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
	    border: none;
	    border-radius: 0;
	    background: inherit;
	    margin-right: 10px;
	    box-shadow: none;
	    padding: 0;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	    display: inline-block;
	    padding: 15px 20px;
	    font-weight: 500;
	    font-size: inherit;
	    color: #fff;
	    text-shadow: none;
	    text-transform: uppercase;
	    text-decoration: none;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{
		color: inherit;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li:before{
	    left: 0;
	    border-radius: 0;
	    border-width: 0px;
	    box-shadow: none;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li:after{
	    display: none;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
	.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
	.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{
	    display: none;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce div.product .woocommerce-tabs ul.tabs{
	    list-style: none outside none;
	    padding: 0px 0px 0px 5px;
	    margin: 0px;
	    overflow: hidden;
	    position: relative;
	}
	.woocommerce #content div.product .woocommerce-tabs .panel,
	.woocommerce div.product .woocommerce-tabs .panel{
	    padding: 10px 40px 20px;
	    border-radius: 0;
	    border: none;
	    box-shadow: none;
	}
	.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
	.woocommerce div.product .woocommerce-tabs ul.tabs:before{
	    border-bottom: none;
	}
	.woocommerce span.onsale,
	.woocommerce-page span.onsale {
		position: absolute;
		top: 25px;
		left: 20px;
		padding: 0;
		width: 100px;
		height: 35px;
		z-index: 2;
		text-align: center;
		font-size: 14px;
		background: inherit;
		color: inherit;
		text-transform: uppercase;
		box-shadow: none;
		text-shadow: none;
		line-height: 45px;
		border-radius: 0;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}
	.woocommerce span.onsale-after,
	.woocommerce-page span.onsale-after {
		top: -7px;
		left: 77px;
		width: 0; 
		height: 0; 
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		position: absolute;
		z-index: -1;
	}
	.product-view span.onsale{
		width: 60px;
		height: 25px;
		line-height: 25px;
		min-height: 20px;
		min-width: 20px;
		font-size: 11px;
		top: 10px;
	}
	.product-view span.onsale-after{
		left: 52px;
	}
	.woocommerce #reviews h3,
	.woocommerce-page #reviews h3,
	.woocommerce-account .woocommerce h3,
	.woocommerce-account .woocommerce h2{
		/*margin-top: 30px;*/
		font-size: 28px;
	}

	/* Cart page elements style */
	.wc-forward a:after, .wc-forward:after {
		display: none;
	}
	.added_to_cart{
	    position: absolute;
		left: 0;
	    top: 35px;
	    width: 100%;
	}
	.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{
		height: 40px;
		min-width: 100px;
		padding: 0 10px;
		box-shadow: none;
		border: 1px solid rgba(0,0,0,0.2);
		line-height: 40px;
	}
	.woocommerce #content table.cart td .quantity,
	.woocommerce #content table.cart th .quantity,
	.woocommerce table.cart td .quantity,
	.woocommerce table.cart th .quantity,
	.woocommerce-page #content table.cart td .quantity,
	.woocommerce-page #content table.cart th .quantity,
	.woocommerce-page table.cart td .quantity,
	.woocommerce-page table.cart th .quantity{
		float: left;
	}
	.woocommerce .cart-collaterals .cart_totals h2,
	.woocommerce-page .cart-collaterals .cart_totals h2,
	.woocommerce .cart-collaterals .shipping_calculator h2,
	.woocommerce-page .cart-collaterals .shipping_calculator h2{
		font-size: 28px;
		margin-top: 0;
	}
	.woocommerce .cart-collaterals .cart_totals table tr td,
	.woocommerce-page .cart-collaterals .cart_totals table tr td{
		text-align: right;
	}
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .shipping_calculator,
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals{
		float: left;
		width: 50%;
	}
	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cart_totals{
		text-align: left;
		padding-right: 30px;
	}
	.woocommerce #content table.cart th,
	.woocommerce table.cart th,
	.woocommerce-page #content table.cart th,
	.woocommerce-page table.cart th{
		height: 45px;
		line-height: 45px;
	}
	.woocommerce #content table.cart a.remove,
	.woocommerce table.cart a.remove,
	.woocommerce-page #content table.cart a.remove,
	.woocommerce-page table.cart a.remove{
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
	.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after,
	.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after{
		font-size: 16px;
	}
	@media only screen and (max-width: 767px){
		.woocommerce .cart-collaterals .shipping_calculator,
		.woocommerce-page .cart-collaterals .shipping_calculator,
		.woocommerce .cart-collaterals .cart_totals,
		.woocommerce-page .cart-collaterals .cart_totals{
			display: block;
			width: 100%;
			padding-right: 0;
			padding-left: 0;
		}
	}
	.woocommerce #payment div.payment_box,
	.woocommerce-page #payment div.payment_box{
		background: #fff;
		width: 100%;
	}

	/* Inputs */
	.woocommerce form .form-row input.input-text,
	.woocommerce-page form .form-row input.input-text{
		border: 1px solid rgba(0,0,0,0.3);
		height: 40px;
		line-height: 40px;
		padding: 0 25px;
	}
	.woocommerce form .form-row textarea,
	.woocommerce-page form .form-row textarea{
		border: 1px solid rgba(0,0,0,0.3);
		border-radius: 0;
		padding: 10px 25px;
		min-height: 100px;
		min-width: 75%;
	}
	.woocommerce .product-view article section .star-rating{
		float: left;
		margin-left: 10px;
		font-size: 11px;
		margin-top: 3px;
	}
	.woocommerce .star-rating span, .woocommerce-page .star-rating span,
	.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating{
		font-size: 11px;
	}
	.related.products > h2{
		margin-bottom: 30px;
		text-align: center;
	}
	.woocommerce #content .product-view div.product .price del,
	.woocommerce #content .product-view div.product .price del,
	.woocommerce .product-view div.product .price del,
	.woocommerce .product-view div.product .price del,
	.woocommerce #content .product-view div.product .price ins,
	.woocommerce #content .product-view div.product .price ins,
	.woocommerce .product-view div.product .price ins,
	.woocommerce .product-view div.product .price ins,
	.woocommerce .product-view div.product .price > .amount{
		font-size: 16px;
		margin-bottom: 0;
	}
	.woocommerce #content .product-view div.product .price del,
	.woocommerce #content .product-view div.product .price del,
	.woocommerce .product-view div.product .price del,
	.woocommerce .product-view div.product .price del{
		font-size: 14px;
		font-weight: normal;
	}
	.woocommerce #content .product-view div.product .price ins,
	.woocommerce #content .product-view div.product .price ins,
	.woocommerce .product-view div.product .price ins,
	.woocommerce .product-view div.product .price ins{
		font-weight: 600;
		font-size: 16px;
	}
	.woocommerce .product-view a.button.added:before,
	.woocommerce .product-view button.button.added:before,
	.woocommerce .product-view input.button.added:before{
		position: relative;
		top: 0;
		right: auto;
		margin-right: 10px;
	}
	.woocommerce #content input.button.nocontent:before,
	.woocommerce a.button.nocontent:before,
	.woocommerce button.button.nocontent:before,
	.woocommerce input.button.nocontent:before{
		content: '';
	}
	.product-view article .added_to_cart{
		font-size: 11px;
		left: 0;
		position: absolute;
		text-transform: uppercase;
		text-shadow: none;
		padding: 5px 0;
		color: inherit;
	}
	.woocommerce #content nav.woocommerce-pagination ul li a,
	.woocommerce #content nav.woocommerce-pagination ul li span,
	.woocommerce nav.woocommerce-pagination ul li a,
	.woocommerce nav.woocommerce-pagination ul li span,
	.woocommerce-page #content nav.woocommerce-pagination ul li a,
	.woocommerce-page #content nav.woocommerce-pagination ul li span,
	.woocommerce-page nav.woocommerce-pagination ul li a,
	.woocommerce-page nav.woocommerce-pagination ul li span{
		padding: 10px 15px;
	}
	.woocommerce #content p,
	.woocommerce-page p{
		margin-bottom: 20px;
		line-height: 1.8;
	}
	.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating{
		margin: 15px 0;
	}
	.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before{
		color: #FCB838;
	}
	.product_meta{
		display: block;
		color: #c5c5c5;
		border-bottom: 4px double #C9A96E;
		padding-bottom: 20px;
	}
	.product_meta > span{
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.product_meta > span:last-child{
		margin-bottom: 0;
	}
	.product_meta a{
		color: inherit;
	}
	.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a{
		font-size: 16px;
	}
	.woocommerce ul.cart_list li .reviewer, .woocommerce ul.product_list_widget li .reviewer, .woocommerce-page ul.cart_list li .reviewer, .woocommerce-page ul.product_list_widget li .reviewer{
		padding-top: 5px;
		font-size: 11px;
		color: #777;
		display: block;
	}
	.woocommerce #reviews h3{
		margin-bottom: 20px;
		margin-top: 50px;
	}
	.woocommerce ul.cart_list li del, .woocommerce ul.product_list_widget li del, .woocommerce-page ul.cart_list li del, .woocommerce-page ul.product_list_widget li del,
	.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li ins, .woocommerce-page ul.product_list_widget li ins,
	.woocommerce ul.cart_list li .amount, .woocommerce ul.product_list_widget li .amount, .woocommerce-page ul.cart_list li .amount, .woocommerce-page ul.product_list_widget li .amount{
		padding-top: 5px;
		font-size: 12px;
		display: inline-block;
	}
	.shop-archive-title{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.woocommerce #content .woocommerce-result-count{
		padding: 2px 15px;
		border: 1px solid;
		border-radius: 5px;
		font-size: 12px;
	}
	.woocommerce .woocommerce-ordering select,
	.woocommerce .woocommerce-result-count select,
	.woocommerce-page .woocommerce-ordering select,
	.woocommerce-page .woocommerce-result-count select{
		padding: 3px 10px;
	}
	.woocommerce .woocommerce-breadcrumb{
		margin-bottom: 50px;
	}
	@media only screen and (min-width: 768px){
		.shop-archive-title{
			float: left;
		}
		.woocommerce #content .woocommerce-result-count{
			float: left;
			display: inline;
			margin-top: 25px;
			margin-bottom: 0;
			margin-left: 20px;
		}
		.woocommerce .woocommerce-ordering,
		.woocommerce .woocommerce-result-count,
		.woocommerce-page .woocommerce-ordering,
		.woocommerce-page .woocommerce-result-count{
			margin-top: 25px;
		}
	}
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
	.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
		background-image: none;
		background: inherit;
		border-radius: 50%;
		width: 10px;
		height: 10px;
	}
	.woocommerce .widget_price_filter .ui-slider-horizontal,
	.woocommerce-page .widget_price_filter .ui-slider-horizontal{
		height: 5px;
	}
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child{
		margin-left: -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{
		width: 50px;
	}
	.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
	.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
	.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
		background-image: none;
		box-shadow: none;
	}
	.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
	.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
		top: -3px;
		border: 1px solid rgba(60, 60, 60, 0.3);
	}
	.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
	.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content{
		background-color: #ededed;
		border-radius: 5px;
		background-image: none;
	}
	.woocommerce #content div.product div.images img, .woocommerce div.product div.images img,
	.woocommerce-page #content div.product div.images img,
	.woocommerce-page div.product div.images img{
		box-shadow: none;
	}

	/*
		11.11 Back to TOP
	*/
	#ts-back-to-top{
	    position: fixed;
	    bottom: -100px;
	    right: 30px;
	    border: none;
	    box-shadow: none;
	    background-color: #fff;
	    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	    text-align: center;
	    display: block;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    opacity: 0.85;
	    outline: 0;
	    z-index: 999;
	    -webkit-transition: opacity .2s ease-in-out;
	    -o-transition: opacity .2s ease-in-out;
	    transition: opacity .2s ease-in-out;
	}
	#ts-back-to-top:hover,
	#ts-back-to-top:active,
	#ts-back-to-top:focus{
		opacity: 1;
		outline: 0;
		padding: 0;
		margin: 0;
	}
	#ts-back-to-top .icon-up{
		display: block;
		font-size: 16px;
	}
	#ts-back-to-top span{
		display: none;
	}
	@media only screen and (max-width: 768px){
		#ts-back-to-top{
			display: none;
		}
	}

	/*
		11.12 MailChimp Widdget
	*/
	.mc4wp-form{
		position: relative;
	}
	#mc4wp_email{
		border: none;
		box-shadow: none;
		padding: 10px 15px;
		font-style: italic;
		font-size: 14px;
		height: 40px;
		line-height: 40px;
		border: 1px solid rgba(200,200,200,0.2);
		background-color: transparent;
		-webkit-transition: border .3s ease-in-out;
		-o-transition: border .3s ease-in-out;
		transition: border .3s ease-in-out;
		color: inherit;
	}
	.mc4wp-form input[type="submit"]{
		display: block;
		width: 30%;
		height: 40px;
		line-height: 40px;
		position: absolute;
		bottom: 0;
		right: 0;
		text-align: center;
		text-transform: uppercase;
		border: none;
		box-shadow: none;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}

	/*
		11.13 Fancybox Styles
	*/
	/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
	.fancybox-wrap,
	.fancybox-skin,
	.fancybox-outer,
	.fancybox-inner,
	.fancybox-image,
	.fancybox-wrap iframe,
	.fancybox-wrap object,
	.fancybox-nav,
	.fancybox-nav span,
	.fancybox-tmp
	{
		padding: 0;
		margin: 0;
		border: 0;
		outline: none;
		vertical-align: top;
	}
	.fancybox-wrap {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8020;
	}
	.fancybox-skin {
		position: relative;
		background: #f9f9f9;
		color: #444;
		text-shadow: none;
		-webkit-border-radius: 4px;
		   -moz-border-radius: 4px;
		        border-radius: 4px;
	}
	.fancybox-opened {
		z-index: 8030;
	}
	.fancybox-opened .fancybox-skin {
		-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
		        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	}
	.fancybox-outer, .fancybox-inner {
		position: relative;
	}
	.fancybox-inner {
		overflow: hidden;
	}
	.fancybox-type-iframe .fancybox-inner {
		-webkit-overflow-scrolling: touch;
	}
	.fancybox-error {
		color: #444;
		font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
		margin: 0;
		padding: 15px;
		white-space: nowrap;
	}
	.fancybox-image, .fancybox-iframe {
		display: block;
		width: 100%;
		height: 100%;
	}
	.fancybox-image {
		max-width: 100%;
		max-height: 100%;
	}
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/wp-content/themes/shootback/images/fancybox/fancybox_sprite.png');
	}
	#fancybox-loading {
		position: fixed;
		top: 50%;
		left: 50%;
		margin-top: -22px;
		margin-left: -22px;
		background-position: 0 -108px;
		opacity: 0.8;
		cursor: pointer;
		z-index: 8060;
	}
	#fancybox-loading div {
		width: 44px;
		height: 44px;
		background: url('/wp-content/themes/shootback/images/fancybox/fancybox_loading.gif') center center no-repeat;
	}
	.fancybox-close {
		position: absolute;
		top: -18px;
		right: -18px;
		width: 36px;
		height: 36px;
		cursor: pointer;
		z-index: 8040;
	}
	.fancybox-nav {
		position: absolute;
		top: 0;
		width: 40%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
		background: transparent url('/wp-content/themes/shootback/images/fancybox/blank.gif'); /* helps IE */
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		z-index: 8040;
	}
	.fancybox-prev {
		left: 0;
	}
	.fancybox-next {
		right: 0;
	}
	.fancybox-nav span {
		position: absolute;
		top: 50%;
		width: 36px;
		height: 34px;
		margin-top: -18px;
		cursor: pointer;
		z-index: 8040;
		visibility: hidden;
	}
	.fancybox-prev span {
		left: 10px;
		background-position: 0 -36px;
	}
	.fancybox-next span {
		right: 10px;
		background-position: 0 -72px;
	}
	.fancybox-nav:hover span {
		visibility: visible;
	}
	.fancybox-tmp {
		position: absolute;
		top: -99999px;
		left: -99999px;
		visibility: hidden;
		max-width: 99999px;
		max-height: 99999px;
		overflow: visible !important;
	}

	/* Overlay helper */
	.fancybox-lock {
	    overflow: hidden !important;
	    width: auto;
	}
	.fancybox-lock body {
	    overflow: hidden !important;
	}
	.fancybox-lock-test {
	    overflow-y: hidden !important;
	}
	.fancybox-overlay {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		display: none;
		z-index: 8010;
		background: url('/wp-content/themes/shootback/images/fancybox/fancybox_overlay.png');
	}
	.fancybox-overlay-fixed {
		position: fixed;
		bottom: 0;
		right: 0;
	}
	.fancybox-lock .fancybox-overlay {
		overflow: auto;
		overflow-y: scroll;
	}

	/* Title helper */
	.fancybox-title {
		visibility: hidden;
		font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
		position: relative;
		text-shadow: none;
		z-index: 8050;
	}
	.fancybox-opened .fancybox-title {
		visibility: visible;
	}
	.fancybox-title-float-wrap {
		position: absolute;
		bottom: 0;
		right: 50%;
		margin-bottom: -35px;
		z-index: 8050;
		text-align: center;
	}
	.fancybox-title-float-wrap .child {
		display: inline-block;
		margin-right: -100%;
		padding: 2px 20px;
		background: transparent; /* Fallback for web browsers that doesn't support RGBa */
		background: rgba(0, 0, 0, 0.8);
		-webkit-border-radius: 15px;
		   -moz-border-radius: 15px;
		        border-radius: 15px;
		text-shadow: 0 1px 2px #222;
		color: #FFF;
		font-weight: bold;
		line-height: 24px;
		white-space: nowrap;
	}
	.fancybox-title-outside-wrap {
		position: relative;
		margin-top: 10px;
		color: #fff;
	}
	.fancybox-title-inside-wrap {
		padding-top: 10px;
	}
	.fancybox-title-over-wrap {
		position: absolute;
		bottom: 0;
		left: 0;
		color: #fff;
		padding: 10px;
		background: #000;
		background: rgba(0, 0, 0, .8);
	}
	/*Retina graphics!*/
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
		   only screen and (min--moz-device-pixel-ratio: 1.5),
		   only screen and (min-device-pixel-ratio: 1.5){

		#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
			background-image: url('/wp-content/themes/shootback/images/fancybox/fancybox_sprite@2x.png');
			background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
		}

		#fancybox-loading div {
			background-image: url('/wp-content/themes/shootback/images/fancybox/fancybox_loading@2x.gif');
			background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
		}
	}
	#fancybox-thumbs {
		position: fixed;
		left: 0;
		width: 100%;
		overflow: hidden;
		z-index: 8050;
	}
	#fancybox-thumbs.bottom {
		bottom: 2px;
	}
	#fancybox-thumbs.top {
		top: 2px;
	}
	#fancybox-thumbs ul {
		position: relative;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#fancybox-thumbs ul li {
		float: left;
		padding: 1px;
		opacity: 0.5;
	}
	#fancybox-thumbs ul li.active {
		opacity: 0.75;
		padding: 0;
		border: 1px solid #fff;
	}
	#fancybox-thumbs ul li:hover {
		opacity: 1;
	}
	#fancybox-thumbs ul li a {
		display: block;
		position: relative;
		overflow: hidden;
		border: 1px solid #222;
		background: #111;
		outline: none;
	}
	#fancybox-thumbs ul li img {
		display: block;
		position: relative;
		border: 0;
		padding: 0;
		max-width: none;
	}

/*
--------------------------------------------------------------------------------
	12. HEADER
--------------------------------------------------------------------------------
*/
	/*
		12.1 Left
	*/
	@media only screen and (min-width: 960px){
		#wrapper[data-header-align="left"] #header{
			position: fixed;
			left: 0;
			top: 0;
			width: 400px;
			height: 100%;
			z-index: 10;
			background-color: #fff;
			margin-left: 0;
			margin-right: 0;
			padding-top: 30px;
			padding-bottom: 30px;
		}
		#wrapper[data-header-align="left"] .ts-breadcrumbs,
		#wrapper[data-header-align="left"] #main,
		#wrapper[data-header-align="left"] #footer{
			margin-left: 380px;
		}
		.single #wrapper[data-header-align="left"] .ts-breadcrumbs{
			margin-left: auto;
		}
		#wrapper[data-header-align="left"] #header div[class*="col-"]{
			width: 100%;
		}
		#wrapper[data-header-align="left"] #header .main-menu > li,
		#wrapper[data-header-align="left"] #header .main-menu .sub-menu{
			width: 100%;
		}
		#wrapper[data-header-align="left"] #header .ts-mega-menu .main-menu .sub-menu ul{
			margin-left: 100%;
		}
	}

	/*
		12.2 Right
	*/
	@media only screen and (min-width: 960px){
		#wrapper[data-header-align="right"] #header{
			position: fixed;
			right: 0;
			top: 0;
			width: 400px;
			height: 100%;
			z-index: 10;
			background-color: #fff;
			margin-right: 0;
			margin-right: 0;
			padding-top: 30px;
			padding-bottom: 30px;
		}
		#wrapper[data-header-align="right"] .ts-breadcrumbs,
		#wrapper[data-header-align="right"] #main,
		#wrapper[data-header-align="right"] #footer{
			margin-right: 380px;
		}
		.single #wrapper[data-header-align="right"] .ts-breadcrumbs{
			margin-right: auto;
		}
		#wrapper[data-header-align="right"] #header div[class*="col-"]{
			width: 100%;
		}
		#wrapper[data-header-align="right"] #header .main-menu > li,
		#wrapper[data-header-align="right"] #header .main-menu .sub-menu{
			width: 100%;
		}
		#wrapper[data-header-align="right"] #header .ts-mega-menu .main-menu .sub-menu ul{
			margin-right: 100%;
		}
	}



/*
----------------------------------------------------------------------------------------------------------------------
== malihu jquery custom scrollbar plugin ==
Version: 3.0.2
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }

	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}

	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: rgba(0, 0, 0, 0.75);
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 15px;
	}

	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}

	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}

	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}

	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{
		padding-right: 0;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{
		padding-bottom: 0;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}

	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}

	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools,
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}

	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: width .2s ease-out .2s, height .2s ease-out .2s,
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out;
	}



/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

	/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }

	/* ---------------------------------------- */

/*!
 * Fotorama 4.6.3 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/wp-content/themes/shootback/images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/wp-content/themes/shootback/images/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}


/*!
 * 	Flickity v0.3.1
 */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 30%;
  top: 20%;
  width: 30%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-page-dots li {
    border-radius: 50%;
    box-shadow: 0 0 0 2px hsla(0, 0%, 100%, 0);
    transition: box-shadow 0.3s ease 0s;
}
.flickity-page-dots li a {
    background-color: hsla(0, 0%, 100%, 0.7);
    transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
}
.flickity-page-dots li a:hover, .flickity-page-dots li a:focus, .flickity-page-dots li.current a {
    background-color: hsl(0, 0%, 100%);
}
.flickity-page-dots li.current a {
    transform: scale(0.4);
}
.flickity-page-dots li.current {
    box-shadow: 0 0 0 2px hsl(0, 0%, 100%);
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 8px;
	border-radius: 50%;
	filter: alpha(opacity=25); /* IE8 */
	opacity: 0.25;
	cursor: pointer;
	box-shadow: 0 0 0 2px #7d7d7d;
	transition: box-shadow 0.3s ease 0s;
}
.flickity-page-dots .dot:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	border-radius: 50%;
	transition: transform 0.3s ease 0s;
}
.flickity-page-dots .dot.is-selected:after,
.flickity-page-dots .dot:hover:after{
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
}

.flickity-page-dots .dot.is-selected {
	filter: alpha(opacity=100); /* IE8 */
	opacity: 1;
}

/* Base CSS needed for Sunshine at minimum to display properly */
:root {
	--sunshine--light-gray: #EFEFEF;
	--sunshine--medium-gray: #CCC;
	--sunshine--gray: #666;
	--sunshine--dark-gray: #333;
	--sunshine--dark: #1F1F1F;
	--sunshine--border-radius: 10px;
	--sunshine--row-height: 16em;
}

/* ----------------------------------- */
/* COMMON / RESETS
/* ----------------------------------- */

/*
#sunshine img { border: 0; padding: 0; box-shadow: none; max-width: 100%; height: auto; }
*/

#sunshine ol, #sunshine ul, #sunshine li, #sunshine table, #sunshine th, #sunshine td, #sunshine fieldset { margin: 0; padding: 0; background: none; border: none; box-sizing: border-box; }

.sunshine-photo-cart .sunshine--button { display: inline-block; border: none; cursor: pointer; background: var(--sunshine--dark); padding: 8px 15px; color: #FFF; height: auto; text-transform: uppercase; line-height: 1; text-decoration: none !important; font-size: 15px; border-radius: 3px; text-shadow: none; white-space: normal; }
.sunshine-photo-cart .sunshine--button:hover { background: var(--sunshine--gray); color: #FFF; text-decoration: none; }
.sunshine-photo-cart .sunshine--button-alt, #sunshine #sunshine-submit { border: none; cursor: pointer; background: var(--sunshine--medium-gray); color: var(--sunshine--gray); border-radius: 3px; height: auto; padding: 5px 10px; text-shadow: none; }
.sunshine-photo-cart .sunshine--button-alt:hover, #sunshine #sunshine-submit:hover { background: var(--sunshine--dark-gray); color: #FFF; text-decoration: none; }
.sunshine-photo-cart .sunshine--button-link { border: none; cursor: pointer; padding: 0; margin: 0; color: var(--sunshine--dark) !important; background: none !important; font-size: .8em; }
.sunshine-photo-cart .sunshine--button-link:hover { background: none; color: var(--sunshine--gray); }

/* Try to override some theme style to work better */
#sunshine button, #sunshine--modal button { box-shadow: none; }

#sunshine, #sunshine--main { width: 100%; max-width: 100%; }
#sunshine .sunshine--container { max-width: 1360px; margin: 0 auto; padding: 0 5%; box-sizing: border-box; }
#sunshine:after { content: ""; display: table; clear: both; }

.sunshine--loading { position: relative; }
.sunshine--loading:before { content: ""; position: absolute; z-index: 5000; top: 0; left: 0; right: 0; bottom: 0; background: #FFF; opacity: .9; }
.sunshine--loading:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  z-index: 5001;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  border-radius: 50%;
  border-top: 2px solid var(--sunshine--dark);
  border-right: 2px solid transparent;
  animation: sunshineloading .6s linear infinite;
}
@keyframes sunshineloading { to {transform: rotate(360deg);} }

.sunshine--required { display: inline-block; margin-left: 10px; color: red; font-weight: normal; font-size: .9em; text-transform: none; }

/* ----------------------------------- */
/* MAIN
/* ----------------------------------- */
#sunshine { padding: 50px 0; }

#sunshine h1 { font-size: 3em; margin: 0 0 20px 0; font-weight: bold; }
#sunshine h2 { font-size: 24px; margin: 0 0 15px 0; font-weight: bold; }
#sunshine h3 { font-size: 20px; margin: 0 0 15px 0; }
/*#sunshine p { margin: 0 0 15px 0; }*/
#sunshine li { margin: 0 0 7px 15px; }
#sunshine a { box-shadow: none; }

.sunshine--count { background: var(--sunshine--dark-gray); color: #FFF; font-size: 11px; display: inline-block; width: 20px; height: 20px; line-height: 20px; border-radius: 50%; text-align: center; vertical-align: middle; }

#sunshine--page-header { display: flex; justify-content: space-between; align-items: center; margin: 0 0 30px 0; }
#sunshine--page-header h1 { font-size: 200%; font-weight: bold; margin: 0; flex-grow: 10; }

/* Home Content or Gallery Description */
#sunshine--content { margin: 0 0 50px 0; }
#sunshine--before,
#sunshine--after { clear: both; }

#sunshine--breadcrumb { margin: 0 0 15px 0; font-size: 12px; }

.sunshine--gallery--expires,
#sunshine--gallery--special-access { background: var(--sunshine--light-gray); color: var(--sunshine--dark); padding: 10px 30px; text-align: center; margin: 30px 0; }

/* Gallery List */
#sunshine--gallery-items { width: 100%; margin: 0 0 30px 0 !important; display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 10px; grid-row-gap: 10px; }
#sunshine--gallery-items.sunshine--col-3 { grid-template-columns: 1fr 1fr 1fr; }
#sunshine--gallery-items.sunshine--col-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
#sunshine--gallery-items.sunshine--col-5 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }

#sunshine--gallery-items .sunshine--gallery-item a { margin: 0; padding: 0; }
#sunshine--gallery-items .sunshine--gallery-item img { width: 100%; height: auto; display: block; }
#sunshine--gallery-items .sunshine--gallery-item h2 { font-weight: bold; font-size: 16px; margin: 10px 0 0 0; line-height: 1.05; }
#sunshine--gallery-items .sunshine--gallery-item.sunshine--password-required h2:before { content: "\f106"; font-family: "SunshineIcons"; color: #FFF; }
#sunshine--gallery-items .sunshine--gallery-item h2 a { text-decoration: none; }

/* Gallery Images */
#sunshine--image-items { width: 100%; clear: left; margin: 0 0 30px 0; padding: 0; display: grid; grid-column-gap: 10px; grid-row-gap: 10px; align-items: start; }
#sunshine--image-items figure.sunshine--image-item { list-style: none !important; margin: 0 0 30px 0; position: relative; text-align: center; }
#sunshine--image-items.sunshine--col-3 { grid-template-columns: 1fr 1fr 1fr; }
#sunshine--image-items.sunshine--col-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }
#sunshine--image-items.sunshine--col-5 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
#sunshine--image-items figure.sunshine--image-item img { display: block; width: 100%; height: auto; }
#sunshine--image-items figure img { max-width: 100%; height: auto; margin: 0 auto; position: relative; z-index: 1; }

#sunshine--image-items .sunshine--image-menu { transition: opacity .2s; opacity: 0; background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%); position: absolute; bottom: 0; left: 0; right: 0; margin: 0; padding: 10px 5%; z-index: 1000; text-align: center; }
#sunshine--image-items figure:hover .sunshine--image-menu,
#sunshine--image-items figure:focus-within .sunshine--image-menu { opacity: 1; }
#sunshine--image-items figure .sunshine--image-menu ul { display: flex; gap: 10px; justify-content: center; margin: 0; padding: 0; }
#sunshine--image-items figure .sunshine--image-menu li { position: relative; opacity: 1 !important; width: auto !important; margin: 0 !important; text-align: left; font-size: 16px; clear: none !important; list-style: none !important; }
#sunshine--image-items figure .sunshine--image-menu li a,
#sunshine--image-items figure .sunshine--image-menu li button { opacity: .7; cursor: pointer; display: block; text-decoration: none; border: 0; padding: 0; margin: 0; background: none; }
#sunshine--image-items figure .sunshine--image-menu li a:hover,
#sunshine--image-items figure .sunshine--image-menu li button:hover { opacity: 1; }
#sunshine--image-items figure .sunshine--image-menu li a span.sunshine--image-menu--name,
#sunshine--image-items figure .sunshine--image-menu li button span.sunshine--image-menu--name { display: inline-block; text-indent: -9999px; }
#sunshine--image-items figure .sunshine--image-menu li a:before,
#sunshine--image-items figure .sunshine--image-menu li button:before { font-size: 20px; color: #FFF; }
#sunshine--image-items figure .sunshine--image-menu li.sunshine--favorite button:before { content: "\f101"; }
#sunshine--image-items figure.sunshine--image--is-favorite .sunshine--image-menu li.sunshine--favorite button:before { content: "\f102"; }
#sunshine--image-items figure .sunshine--image-menu li.sunshine--purchase button:before,
#sunshine--image-items figure .sunshine--image-menu li.sunshine--purchase a:before { content: "\f14b"; }
#sunshine--image-items figure.sunshine--image--in-cart .sunshine--image-menu li.sunshine--purchase button:before,
#sunshine--image-items figure.sunshine--image--in-cart .sunshine--image-menu li.sunshine--purchase a:before { content: "\f14c"; }
#sunshine--image-items figure .sunshine--image-menu li.sunshine--comments button:before { content: "\f110"; }
#sunshine--image-items figure.sunshine--image--has-comments .sunshine--image-menu li.sunshine--comments button:before { content: "\f111"; }
#sunshine--image-items figure .sunshine--image-menu li .sunshine--count { position: absolute; top: -10px; right: -10px; }
#sunshine--image-items figure .sunshine--image-menu li.sunshine--share button:before { content: "\f108"; }
#sunshine--image-items figure .sunshine--image-menu li.sunshine--download button:before { content: "\f107"; }

#sunshine--image-items figure .sunshine--image-menu li a:before,
#sunshine--image-items figure .sunshine--image-menu li button:before,
#sunshine--image-items figure .sunshine--image-status span:before { font-family: "SunshineIcons"; line-height: 1; }

/* Image status */
#sunshine--image-items figure .sunshine--image-status { transition: opacity .2s; position: absolute; z-index: 100; top: 5px; left: 5px; }
#sunshine--image-items figure .sunshine--image-status span { position: relative; display: inline-block; margin: 0 3px 0 0; padding: 0; height: 22px; width: 22px; text-align: center; border-radius: 3px; background: var(--sunshine--dark-gray); opacity: .5; text-align: center; }
#sunshine--image-items figure .sunshine--image-status span:before { font-size: 14px; color: #FFF; position: absolute; top: 4px; left: 50%; transform: translateX(-50%); }

#sunshine--image-items figure .sunshine--image-status .sunshine--image--is-favorite { display: none; }
#sunshine--image-items figure.sunshine--image--is-favorite .sunshine--image-status .sunshine--image--is-favorite { display: inline-block; }
#sunshine--image-items figure.sunshine--image--is-favorite .sunshine--image-status .sunshine--image--is-favorite:before { content: "\f102"; }

#sunshine--image-items figure .sunshine--image-status .sunshine--image--in-cart { display: none; }
#sunshine--image-items figure.sunshine--image--in-cart .sunshine--image-status .sunshine--image--in-cart { display: inline-block; }
#sunshine--image-items figure.sunshine--image--in-cart .sunshine--image-status .sunshine--image--in-cart:before { content: "\f104"; }

#sunshine--image-items figure .sunshine--image-status .sunshine--image--has-comments { display: none; }
#sunshine--image-items figure.sunshine--image--has-comments .sunshine--image-status .sunshine--image--has-comments { display: inline-block; }
#sunshine--image-items figure.sunshine--image--has-comments .sunshine--image-status .sunshine--image--has-comments:before { content: "\f111"; }

#sunshine--image-items figure .sunshine--image-menu li.sunshine-comments span.sunshine-comment-count { position: absolute; top: 0; right: 0; transform: translate(50%,-30%); background: #FFF; width: 14px; height: 14px; line-height: 14px; text-align: center; color: var(--sunshine--dark); font-size: 11px; }

#sunshine--image-items figure .sunshine--image--name { transition: opacity .2s; position: absolute; z-index: 10; bottom: 0; left: 0; right: 0; margin: 0; padding: 5px; background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%); text-align: center; color: #FFF; font-size: 11px; }
#sunshine--image-items figure:hover .sunshine--image--name,
#sunshine--image-items figure:focus-within .sunshine--image--name { opacity: 0; }

/* Multi cart add */
#sunshine--image-items figure .sunshine--image--select { position: absolute; z-index: 10; right: 10px; top: 10px; }
#sunshine--gallery--multi-image-cart { position: fixed; z-index: 99997; bottom: 20px; left: 50%; transform: translateX(-50%); }
#sunshine--image--add-to-cart-multi--images { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; }

/* Pagination */
.sunshine--pagination { text-align: center; padding: 10px 0 0 0; clear: both; margin-top: 30px; }

.sunshine--pagination--numbers { border-top: 1px solid #CCC; }
.sunshine--pagination--numbers a { text-decoration: none; padding: 3px 6px; margin: 0; }
.sunshine--pagination--numbers a.current { background: var(--sunshine--dark-gray); color: #FFF; }

/* Access Form */
#sunshine--gallery--access { max-width: 500px; margin: 0 auto; }

/* Action Menu */
#sunshine .sunshine--action-menu { background: #FFF; }
#sunshine .sunshine--action-menu ul { display: flex; align-items: center; gap: 20px; margin: 0; padding: 0; }
#sunshine .sunshine--action-menu ul li { list-style: none; margin: 0; padding: 0; white-space: nowrap; font-size: 1rem; background: #FFF; padding: 5px 10px; border-radius: 5px;  }
#sunshine .sunshine--action-menu ul li:before,
#sunshine--image--add-to-cart--store:before { font-family: "SunshineIcons"; margin-right: 5px; display: inline-block; }
#sunshine .sunshine--action-menu li.sunshine--gallery-return:before { content: "\f109"; }
#sunshine .sunshine--action-menu li.sunshine--gallery-store:before,
#sunshine--image--add-to-cart--store:before { content: "\f138"; }
#sunshine .sunshine--action-menu li.sunshine--download:before { content: "\f107"; }
#sunshine .sunshine--action-menu li.sunshine--favorites-share:before { content: "\f108"; }
#sunshine .sunshine--action-menu li.sunshine--favorites-clear:before { content: "\f10c"; }

#sunshine .sunshine--action-menu ul li button,
#sunshine .sunshine--action-menu ul li a { display: inline-block; font-weight: 400; font-size: 1rem; text-decoration: none; border: 0; padding: 0; margin: 0; background: none; color: var(--sunshine--dark); }

#sunshine-gallery-expiration-notice { margin: 0 0 25px 0; }

/* Single Image */
#sunshine--image--content { position: relative; }
#sunshine--image--content--display { text-align: center; }
#sunshine--image--content--display img { max-width: 100%; height: auto; margin: 0 auto; }
/*#sunshine--image--content .sunshine--image-menu { position: absolute; z-index: 1000; top: 10px; left: 50%; transform: translateX(-50%); }*/
#sunshine--image--content .sunshine--image-menu ul { display: flex; padding: 0; margin: 0 0 15px 0; list-style: none; justify-content: center; }
#sunshine--image--content .sunshine--image-menu li { margin: 0 10px 0 0; padding: 0; position: relative; }
#sunshine--image--content .sunshine--image-menu li .sunshine--count { position: absolute; top: -6px; right: -6px; }
#sunshine--image--content .sunshine--image-menu li a,
#sunshine--image--content .sunshine--image-menu li button { cursor: pointer; display: block; width: 40px; height: 40px; position: relative; background: #FFF; border-radius: 40px; border: 1px solid var(--sunshine--medium-gray); margin: 0; padding: 0; }
#sunshine--image--content .sunshine--image-menu li a span,
#sunshine--image--content .sunshine--image-menu li button span { display: none; position: absolute; bottom: 105%; left: 50%; transform: translate(-50%, -10px); background: rgba(100,100,100,.75); padding: 4px 10px; color: #FFF; font-size: 12px; white-space: nowrap; }
#sunshine--image--content .sunshine--image-menu li a span:after,
#sunshine--image--content .sunshine--image-menu li button span:after { top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(100,100,100, 0);
	border-top-color: rgba(100,100,100,.75);
	border-width: 5px;
	margin-left: -5px; }
#sunshine--image--content .sunshine--image-menu li a:hover span,
#sunshine--image--content .sunshine--image-menu li button:hover span { display: inline-block; }
#sunshine--image--content .sunshine--image-menu li a:before,
#sunshine--image--content .sunshine--image-menu li button:before { font-family: "SunshineIcons"; display: inline-block; color: var(--sunshine--gray); font-size: 24px; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
#sunshine--image--content .sunshine--image-menu li.sunshine--return a:before { content: "\f109"; }
#sunshine--image--content .sunshine--image-menu li.sunshine--favorite button:before { content: "\f101"; }
.sunshine--image--is-favorite #sunshine--image--content .sunshine--image-menu li.sunshine--favorite button:before { content: "\f102"; }
#sunshine--image--content .sunshine--image-menu li.sunshine--purchase button:before { content: "\f14b"; }
.sunshine--image--in-cart #sunshine--image--content .sunshine--image-menu li.sunshine--purchase button:before { content: "\f14c"; }
#sunshine--image--content .sunshine--image-menu li.sunshine--comments button:before { content: "\f110"; }
.sunshine--image--has-comments #sunshine--image--content .sunshine--image-menu li.sunshine--comments button:before { content: "\f111"; }
#sunshine--image--content .sunshine--image-menu li.sunshine--share button:before { content: "\f108"; }
#sunshine--image--content .sunshine--image-menu li.sunshine--download button:before { content: "\f107"; }

#sunshine--image--nav { margin: 25px 0 0 0; text-align: left; display: flex; justify-content: space-between; }
#sunshine--image--nav > * { flex-grow: 10; }
#sunshine--image--nav #sunshine-next { text-align: right; }

/* Cart */
table#sunshine--cart--items { width: 100%; border-bottom: 1px solid #CCC; margin: 0 0 20px 0; table-layout: auto; border-collapse: collapse; }
#sunshine--cart--items th { text-align: left; font-size: 11px; text-transform: uppercase; padding: 0 0 5px 0; border-bottom: 1px solid #CCC; }
#sunshine--cart--items th.sunshine--cart--qty { min-width: 50px; }
#sunshine--cart--items td { padding: 10px 20px 10px 0; vertical-align: middle; border-bottom: 1px solid #CCC; }
#sunshine--cart--items td:last-child { padding-right: 0; }
#sunshine--cart--items td.sunshine--cart-item--image { width: 100px; }
#sunshine--cart--items td.sunshine--cart-item--image img { max-width: 100px; max-height: 100px; }
#sunshine--cart--items td.sunshine--cart-item--image span.sunshine--cart-item--image-name { display: block; }
#sunshine--cart--items td .sunshine--cart-item--product-name { font-weight: bold; }
#sunshine--cart--items td .sunshine--cart-item--product-options,
#sunshine--checkout--cart-items td .sunshine--checkout--cart-item--product-options,
#sunshine--cart--items td .sunshine--cart-item--extra,
#sunshine--cart--items td .sunshine--cart-item--image-name,
#sunshine--cart--items td .sunshine--cart-item--comments { font-size: .8em; }
#sunshine--cart--items td .sunshine--cart-item--product-option-images img { height: 50px; width: auto; margin: 0 5px 0 0; }
#sunshine--cart--items td .sunshine--cart-item--product-option-images--incomplete { font-weight: bold; color: red; }
#sunshine--cart--items td.sunshine--cart-item--qty { min-width: 70px; }
#sunshine--cart--items .sunshine--cart-item--total { text-align: right; }
#sunshine--cart--items td.sunshine--cart-item--name h2 { font-weight: bold; font-size: 15px; }
#sunshine--cart--items a.sunshine--cart-item--delete { text-decoration: none; }
#sunshine--cart--items a.sunshine--cart-item--delete:before { content: "\f10c"; font-family: "SunshineIcons"; }

#sunshine--cart--totals { width: auto; max-width: 50%; float: right; text-align: left; }
#sunshine #sunshine--cart--totals--items { width: 100%; margin: 0 0 25px 0; }
#sunshine--cart--totals--items th,
#sunshine--cart--totals--items td { font-size: 15px; padding-top: 5px; padding-bottom: 5px; }
#sunshine--cart--totals--items th { text-align: left; padding-right: 40px; }
#sunshine--cart--totals--items td { text-align: right; padding: 0 0 0 10px; white-space: nowrap; }
#sunshine--cart--totals--items .sunshine--cart--total th,
#sunshine--cart--totals--items .sunshine--cart--total td { font-size: 18px; font-weight: bold; }
#sunshine--cart--checkout-button { clear: both; }
#sunshine--cart--checkout-button a { display: block; text-align: center; }
#sunshine--cart--update-button { float: left; margin-right: 15px; }
#sunshine--cart--update-button input:disabled { opacity: .5; cursor: not-allowed; }
#sunshine--cart--totals--items th .sunshine--cart--discount--names { font-weight: normal; font-size: 80%; font-style: italic; }

.sunshine--cart--total--tax--explain { font-size: 15px; font-weight: normal; display: block; font-style: italic; }

/* Form Fields */
.sunshine--buttons { clear: both; padding: 20px 0 0 0; }
.sunshine--form h2 { font-size: 20px; font-weight: bold; padding: 0 0 5px 0;  margin: 0 0 15px 0; border-bottom: 1px solid #CCC; }
.sunshine--form h3 { font-weight: bold; text-transform: uppercase; }

.sunshine-photo-cart .sunshine--form--fields { clear: both; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 5px 15px; }
.sunshine-photo-cart .sunshine--form--field,
.sunshine-photo-cart .sunshine--form--field-full { flex-basis: 100%; }
.sunshine-photo-cart .sunshine--form--field-half { flex-basis: 46%; }
.sunshine-photo-cart .sunshine--form--field-third { flex-basis: 31%; }
.sunshine-photo-cart .sunshine--form--field-hidden { display: none; }

.sunshine-photo-cart .sunshine--form--field,
.sunshine-photo-cart .sunshine--form--fieldset-button { position: relative; margin: 0 0 15px 0; line-height: 1; flex-grow: 1; }
.sunshine-photo-cart .sunshine--form--field label { display: block; font-size: 16px; font-weight: 400; color: var(--sunshine--dark-gray); cursor: pointer; }
.sunshine-photo-cart .sunshine--form--field input[type="text"],
.sunshine-photo-cart .sunshine--form--field input[type="email"],
.sunshine-photo-cart .sunshine--form--field input[type="tel"],
.sunshine-photo-cart .sunshine--form--field input[type="password"],
.sunshine-photo-cart .sunshine--form--field input[type="search"],
.sunshine-photo-cart .sunshine--form--field select,
.sunshine-photo-cart .sunshine--form--field textarea { font-size: 16px; width: 100%; box-sizing: border-box; margin-top: 5px; background: #FFF; border-radius: 5px; color: #000; padding: 10px 15px; border: 1px solid #e6e6e6; box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%); }
.sunshine-photo-cart .sunshine--form--field label abbr { color: red; border: none; text-decoration: none; display: inline-block; margin-left: 5px; }

.sunshine-photo-cart .sunshine--form--field-radio .sunshine--form--field--radio-option { display: block; margin: 10px 0 0 0; }
.sunshine-photo-cart .sunshine--form--field-radio .sunshine--form--field--radio-option input { margin: 0; }

.sunshine-photo-cart .sunshine--form--field > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 10px;
}

.sunshine--form--field--desc { color: var(--sunshine--gray); font-size: 13px; margin-top: 10px; line-height: 1.3; }
label span.sunshine--form--field--desc { display: inline-block; margin: 0 0 0 10px; }

/* Checkout */
#sunshine--checkout { position: relative; }
#sunshine--checkout--main { width: 100%; display: grid; grid-template-columns: 2fr 1fr; gap: 30px; background-color: var(--sunshine--light-gray); padding: 30px 40px; border-radius: 5px; box-sizing: border-box; }
#sunshine--checkout--steps { flex-basis: 60%; flex-shrink: 0; order: 1; }
#sunshine--checkout--summary { flex-basis: 35%; background: #FFF; padding: 20px 30px; box-sizing: border-box; border-radius: 5px; order: 2; }

#sunshine--checkout--steps fieldset { opacity: .3; margin: 0 !important; border: none; border-top: 1px solid rgba(0,0,0,.05) !important; padding: 20px 0; display: block; width: 100%; }
#sunshine--checkout--steps fieldset:first-child { border: none !important; padding-top: 0; }
#sunshine--checkout--steps fieldset.sunshine--checkout--section-active,
#sunshine--checkout--steps fieldset.sunshine--checkout--section-completed { opacity: 1; }
#sunshine--checkout--steps fieldset.sunshine--checkout--section-completed legend:before { content: '\f118'; font-family: "SunshineIcons"; display: inline-block; font-size: 16px; color: green; margin-right: 5px; vertical-align: middle; }
#sunshine--checkout--steps .sunshine--checkout--section-summary { clear: both; font-size: 90%; margin: 5px 0 0 0; opacity: .8; color: var(--sunshine--dark); }
#sunshine--checkout--steps fieldset legend { display: block; width: 100%; margin: 0 0 15px 0; padding: 0; position: static; font-size: 16px; color: var(--sunshine--dark); text-transform: uppercase; font-weight: bold; letter-spacing: 2px; float: left; }
#sunshine--checkout--steps fieldset.sunshine--checkout--section-completed legend { float: left; margin: 0; }
#sunshine--checkout--steps fieldset legend button { float: right; display: none; letter-spacing: 0; font-size: 14px; border: none; padding: 0; margin: 0; line-height: 1; text-transform: uppercase; box-shadow: none; background: none; color: var(--sunshine--dark); }
#sunshine--checkout--steps fieldset.sunshine--checkout--section-completed legend button { display: block; }
#sunshine--checkout--steps fieldset .sunshine--checkout--section-button { margin: 15px 0 0 0; }

.sunshine--form--field:focus-within input[type="text"],
.sunshine--form--field:focus-within input[type="email"],
.sunshine--form--field:focus-within select:focus,
.sunshine--form--field:focus-within textarea:focus,
input.focused {
	outline: 2px solid var(--sunshine--dark) !important;
}


#sunshine--checkout .sunshine-photo-cart .sunshine--form--fields { clear: both; display: none; } /* Hide fields for a section by default */
#sunshine--checkout fieldset.sunshine--checkout--section-active .sunshine--form--fields { display: flex; flex-wrap: wrap; justify-content: space-between; }

#sunshine--checkout #sunshine--form--field--delivery_method { display: flex; flex-wrap: wrap; gap: 10px; }
#sunshine--checkout #sunshine--form--field--delivery_method .sunshine--form--field--radio-option { background: #FFF; color: var(--sunshine--gray); border-radius: 5px; padding: 15px; position: relative; overflow: hidden; }
#sunshine--checkout #sunshine--form--field--delivery_method .sunshine--form--field--radio-option:has(input:checked) { outline: 2px solid var(--sunshine--dark-gray); color: var(--sunshine--dark); display: flex; flex-wrap: wrap; gap: 7px; }
#sunshine--checkout #sunshine--form--field--delivery_method .sunshine--form--field--radio-option:has(input:checked):before { content: "\f118"; font-family: "SunshineIcons"; }
#sunshine--checkout #sunshine--form--field--delivery_method .sunshine--form--field--radio-option input:checked { position: absolute; left: -99999px; }

#sunshine--checkout #sunshine--form--field--shipping_method { displayx: flex; gap: 10px; flex-wrap: wrap; }
#sunshine--checkout #sunshine--form--field--shipping_method .sunshine--form--field--radio-option { cursor: pointer; background: #FFF; color: var(--sunshine--gray); border-radius: 5px; flex-basis: 32%; padding: 15px; position: relative; overflow: hidden; }
#sunshine--checkout #sunshine--form--field--shipping_method .sunshine--form--field--radio-option:has(input:checked) { outline: 2px solid var(--sunshine--dark-gray); color: var(--sunshine--dark); display: flex; flex-wrap: wrap; gap: 7px; }
/* Fancy checkbox for shipping method */
#sunshine--checkout #sunshine--form--field--shipping_method .sunshine--form--field--radio-option:has(input:checked):before { content: "\f118"; font-family: "SunshineIcons"; }
#sunshine--checkout #sunshine--form--field--shipping_method .sunshine--form--field--radio-option input:checked { position: absolute; left: -99999px; }

#sunshine--checkout #sunshine--form--field--payment_methodx { display: flex; gap: 10px; flex-wrap: wrap; }
#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option { display: block; cursor: pointer; background: #FFF; color: var(--sunshine--gray); border-radius: 5px; padding: 15px; position: relative; overflow: hidden; flex-grow: 1; margin: 0 0 10px 0; font-weight: bold; }
#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option:has(input:checked) { outline: 2px solid var(--sunshine--dark-gray); color: var(--sunshine--dark); }
#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option:has(input:checked):before { content: "\f118"; font-family: "SunshineIcons"; }
#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option input:checked { position: absolute; left: -99999px; }

#sunshine--checkout .sunshine--checkout--payment-method--extra { display: none; margin-top: 10px; }

/*
#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option { background: #FFF; border-radius: 5px; padding: 15px; position: relative; overflow: hidden; margin: 10px 0 0 0; }
#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option:has(input:checked) { background: var(--sunshine--gray); color: #FFF; }
#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option:has(input:checked) label { color: #FFF; }
#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option > input { display: none; }
*/

#sunshine--checkout .sunshine--form--field-submit { margin-top: 40px; }

.sunshine--form--field--radio-option--extra { display: none; }
.sunshine--form--field--radio-option input:checked ~ .sunshine--form--field--radio-option--extra { display: block; margin-top: 15px; }

/* Show test payment message */
.sunshine--payment--test,
#sunshine--checkout--paypal-errors { background: red; color: #FFF; font-size: 14px; padding: 10px 20px; margin: 0 0 15px 0; border-radius: 5px; }

/* Authorize.net card form */
#sunshine--authorizenet--card { display: flex; gap: 10px; }
.sunshine-photo-cart #sunshine--authorizenet--card label { flex-basis: 20%; font-size: 14px; }
.sunshine-photo-cart #sunshine--authorizenet--card label:nth-child( 1 ) { flex-basis: 60%; flex-grow: 4; }
.sunshine-photo-cart #sunshine--authorizenet--card label input { width: 100%; box-sizing: border-box; margin-top: 5px; background: #FFF; border-radius: 5px; color: #000; padding: .75rem; border: 1px solid #e6e6e6; box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%); }

.sunshine-photo-cart .sunshine--form--field .sunshine--form--field-description,
.sunshine-photo-cart .sunshine--form--field .sunshine--checkout--shipping-method--description { display: block; flex-basis: 100%; margin: 5px 0 0 0; font-size: 13px; line-height: 1.2; color: var(--sunshine--gray); }
.sunshine-photo-cart .sunshine--form--field.sunshine--form--field-checkbox .sunshine--form--field-description { display: inline-block; }
.sunshine-photo-cart .sunshine--form--field .sunshine--checkout--shipping-method--price { display: inline-block; margin-left: 15px; font-weight: bold; }

.sunshine-photo-cart .sunshine--form--field.sunshine--form--field-submit { border: none; padding: 0; width: 100%; background: none; border: none; }
.sunshine-photo-cart .sunshine--form--field.sunshine--form--field-submit button { display: block; width: 100%; padding: 8px 20px; }
.sunshine-photo-cart #sunshine--checkout .sunshine--form--field.sunshine--form--field-submit button { padding: 25px 20px; font-size: 110%; font-weight: bold; }

.sunshine-photo-cart #sunshine--form--field--terms { width: 100%; font-size: 90%; opacity: .6; text-align: center; margin-top: 20px; }

.sunshine-photo-cart .sunshine--form--field .sunshine--form--field--label-description { display: block; font-weight: normal; font-size: 90%; color: var(--sunshine--gray); margin-top: 7px; line-height: 1.3; }

.sunshine-photo-cart .sunshine--form--field-error { color: red; font-size: 70%; margin-top: 4px; }
.sunshine-photo-cart .sunshine--form--field.sunshine--form--field-has-error { border: 2px solid red; }

#sunshine--checkout--login { background: rgba(0,0,0,.1); text-align: center; padding: 15px 20px; margin: 0 0 20px 0; font-size: 80%; border-radius: 5px; }

#sunshine--checkout--order-review * { color: var(--sunshine--dark); }
#sunshine--checkout--order-review table#sunshine--checkout--cart-items { width: 100%; }
#sunshine--checkout--order-review table#sunshine--checkout--cart-items td { position: relative; font-size: 16px; padding: 5px 15px 5px 0; vertical-align: top; }
#sunshine--checkout--order-review table#sunshine--checkout--cart-items td:last-child { padding-right: 0; text-align: right; }
#sunshine--checkout--order-review .sunshine--qty { position: absolute; left: -7px; top: -0; z-index: 10; color: #FFF; }
#sunshine--checkout--order-review table#sunshine--checkout--cart-items td.sunshine--checkout--cart-item--image { width: 70px; }
#sunshine--checkout--order-review table#sunshine--checkout--cart-items td.sunshine--checkout--cart-item--image img { border-radius: 5px; max-width: 100%; height: auto; }

#sunshine--checkout--discounts { width: 100%; border-top: 1px solid rgba(0,0,0,.2); margin-top: 15px; padding-top: 15px; }
#sunshine--checkout--discount-form { display: flex; f align-items: center; box-sizing: border-box; background: #FFF; border-radius: 5px; color: #000; border: 1px solid #e6e6e6; box-shadow: 0px 1px 1px rgb(0 0 0 / 3%), 0px 3px 6px rgb(0 0 0 / 2%); }
#sunshine--checkout--discount-form input { flex-grow: 5; font-size: 14px; border: none; padding: 10px 15px; background: #FFF; }
#sunshine--checkout--discount-form.error input { border-color: red; }
#sunshine--checkout--discount-form--error { flex-basis: 100%; color: red; font-weight: bold; margin-top: 10px; font-size: 12px; }
#sunshine--checkout--discount-form button { border: none; background: none;  padding: 10px 15px; margin: 0; color: var(--sunshine--dark); font-size: 13px; font-weight: bold; text-transform: uppercase; }
#sunshine--checkout--discounts-applied { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 5px; }
#sunshine--checkout--discounts .sunshine--checkout--discount-applied { display: inline-block; background: rgba(0,0,0,.1); padding: 4px 6px; font-size: 12px; border-radius: 3px; }
#sunshine--checkout--discounts .sunshine--checkout--discount-applied button { border: none; background: none; padding: 0; margin: 0; color: rgba(0,0,0,.5); font-size: 14px; font-weight: bold; }

#sunshine table#sunshine--checkout--order-review--amounts { width: 100%; border-top: 1px solid rgba(0,0,0,.2); margin-top: 15px; border-collapse: collapse; }
#sunshine table#sunshine--checkout--order-review--amounts tbody { padding: 20px 0; }
#sunshine--checkout--order-review--amounts th,
#sunshine--checkout--order-review--amounts td { font-size: 16px; padding: 10px 0; }
#sunshine--checkout--order-review--amounts th { font-weight: normal; text-align: left; }
#sunshine--checkout--order-review--amounts td { text-align: right; }
#sunshine--checkout--order-review--amounts tr#sunshine--checkout--order-review--total th,
#sunshine--checkout--order-review--amounts tr#sunshine--checkout--order-review--total td { border-top: 1px solid rgba(0,0,0,.2); vertical-align: middle; }
#sunshine--checkout--order-review--amounts tr#sunshine--checkout--order-review--total th { font-weight: bold; }
#sunshine--checkout--order-review--amounts tr#sunshine--checkout--order-review--total td { font-size: 22px; font-weight: bold; }

/* Standalone Checkout */
body.sunshine--checkout--standalone { min-height: 100vh; background: #FFF; padding: 50px 5%; }
#sunshine--checkout--standalone { max-width: 1260px; margin: 0 auto; }
#sunshine--checkout--standalone h1 { margin-bottom: 40px; }
body.sunshine--checkout--standalone table,
body.sunshine--checkout--standalone th,
body.sunshine--checkout--standalone td { border: none; }

/* Account */
#sunshine--account { display: flex; justify-content: space-between; }
#sunshine--account--menu { flex-basis: 30%; }
#sunshine--account--menu ul { margin: 0; padding: 0; border-top: 1px solid var(--sunshine--light-gray); }
#sunshine--account--menu ul li { list-style: none; border-bottom: 1px solid var(--sunshine--light-gray); padding: 10px 0; margin: 0; }
#sunshine--account--menu ul li a { font-size: 16px; }
#sunshine--account--content { flex-basis: 65%; }
#sunshine--account .sunshine--form--field-legend { font-size: 1.4em; font-weight: bold; }

#sunshine--orders { width: 100%; border-collapse: collapse; }
#sunshine--orders th { font-size: 12px; text-align: left; padding: 0 0 5px 0; border-bottom: 1px solid var(--sunshine--light-gray); }
#sunshine--orders td { padding: 10px 0; }

#sunshine--account--content .sunshine--account--field { margin: 0 0 15px 0; }
#sunshine--account--content .sunshine--account--field label { display: block; font-size: 12px; text-transform: uppercase; margin: 0 0 3px 0; }
#sunshine--account--content input { width: 100%; box-sizing: border-box; padding: 5px; border: 1px solid #CCC; border-radius: 3px; background: #FFF; font-size: 16px; }

.sunshine--account--reset-password,
.sunshine--account--login { flex-basis: 100%; width: 100%; max-width: 500px; margin: 0 auto; }

/* Order */
#sunshine--order--status,
#sunshine--pickup-instructions { background: var(--sunshine--light-gray); padding: 10px 30px; text-align: center; margin: 0 0 20px 0; }
#sunshine--order--status.sunshine--order--status--pending { background: #a47e3c; color: #FFF; }
#sunshine--order--status.sunshine--order--status--processing { background: #3a87ad; color: #FFF; }
#sunshine--order--status.sunshine--order--status--shipped { background: #468847; color: #FFF; }
#sunshine--order--status.sunshine--order--status--cancelled { background: #be4a48; color: #FFF; }

#sunshine--order--status--name { display: inline; font-weight: bold; }
#sunshine--order--status--name:after { content: ": "; }
#sunshine--order--status--description { display: inline; }

#sunshine--order--details { margin: 0 0 50px 0; display: flex; }
#sunshine--order--details > * { margin: 0 50px 0 0; }

#sunshine--order--data dt { display: block; padding: 0; margin: 0 0 5px 0; font-weight: bold; }
#sunshine--order--data dd { display: block; padding: 0; margin: 0 0 15px 0; }

#sunshine--order--addresses { display: flex; margin: 0 0 50px 0; }

#sunshine--order--download--files { margin: 0 0 30px 0; }
.sunshine--order--item--download { border: 1px solid var(--sunshine--medium-gray); background: #FFF; padding: 4px 15px; text-decoration: none; font-size: 14px; color: var(--sunshine-dark); text-transform: uppercase; line-height: 1; }
.sunshine--order--item--download:before { content: "\f107"; font-family: "SunshineIcons"; margin-top: 5px; display: inline-block; text-decoration: none; }
.sunshine--order--item--download:hover { border-color: #FFF; background: var(--sunshine--dark); color: #FFF; }

/* Notices */
#sunshine-notices { text-align: center; }
#sunshine-notices > .sunshine-notice { color: #FFF; margin: 0; background: #00ae08; padding: 10px 20px; margin: 0 0 15px 0; }
#sunshine-notices > .sunshine-notice a { color: #FFF; font-weight: bold; }
#sunshine-notices > .sunshine-notice.error { background: #FF0000; }
#sunshine-notices > .sunshine-notice.warning { background: orange; font-weight: bold; }
#sunshine-notices > .sunshine-notice.notify { background: #ADD8E6; color: var(--sunshine--dark); }

/* Main menu */
#sunshine .sunshine--main-menu { margin: 30px auto; text-align: center; padding: 10px 20px; background: rgba(255,255,255,.9); border-radius: 3px; border: 1px solid rgba(0,0,0,.1); }
#sunshine .sunshine--main-menu .sunshine--main-menu--toggle,
#sunshine .sunshine--main-menu input { display: none; }
#sunshine .sunshine--main-menu ul { display: flex; gap: 20px; padding: 0; margin: 0; }
#sunshine .sunshine--main-menu li { display: inline-block !important; margin: 0 !important; padding: 0 !important; position: relative; }
#sunshine .sunshine--main-menu li.sunshine--account,
#sunshine .sunshine--main-menu li.sunshine--login { flex-grow: 10; text-align: right; }
#sunshine .sunshine--main-menu a { text-decoration: none; color: var(--sunshine--dark); }
#sunshine .sunshine--main-menu a:hover { color: var(--sunshine--gray); }
#sunshine .sunshine--main-menu .sunshine--count { display: inline-block; width: 18px; height: 18px; text-align: center; font-size: 11px; line-height: 18px; border-radius: 50%; background: rgba(0,0,0,.4); margin-left: 5px; }
#sunshine .sunshine--main-menu .sunshine--selected a { font-weight: bold; }

body > .sunshine--main-menu { position: fixed; z-index: 99997; left: 0; bottom: 0; right: 0; margin: 0; padding: 20px 5%; box-shadow: 0 0 25px rgba(0,0,0,.2); border: none; }

/* Embedding */
.sunshine--embed { margin-top: 40px; }

/* ProPhoto Overrides */
.sunshine #sunshine .pp-img-protect { width: auto !important; }

/* ----------------------------------- */
/* MODAL
/* ----------------------------------- */
body.sunshine--modal--open { position: relative; overflow: hidden; }
#sunshine--modal--overlay { content: ""; position: fixed; z-index: 999998; top: 0; left: 0; right: 0; bottom: 0; background: #E8E8E8; opacity: .95; }
#sunshine--modal { position: fixed; z-index: 999999; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height: 80vh; max-width: 750px; width: 100%; border-radius: var(--sunshine--border-radius);
	box-shadow:
	  0px 0px 2.2px -6px rgba(0, 0, 0, 0.02),
	  0px 0px 5.3px -6px rgba(0, 0, 0, 0.028),
	  0px 0px 10px -6px rgba(0, 0, 0, 0.035),
	  0px 0px 17.9px -6px rgba(0, 0, 0, 0.042),
	  0px 0px 33.4px -6px rgba(0, 0, 0, 0.05),
	  0px 0px 80px -6px rgba(0, 0, 0, 0.07)
	;
}

#sunshine--modal--content { background: #FFF; color: #000; max-height: 80vh; width: 100%; padding: 40px 70px; border-radius: var(--sunshine--border-radius); overflow-y: scroll; box-sizing: border-box; position: relative; }
#sunshine--modal--content a:not(.sunshine--button) { color: var(--sunshine--dark); }

#sunshine--modal.sunshine--loading { height: 400px; }
#sunshine--modal--error { background: red; color: #FFF; padding: 100px; text-align: center; }
#sunshine--modal--close { cursor: pointer; display: inline-block !important; position: absolute; z-index: 99999; right: 0; top: -30px; line-height: 1 !important; border: none !important; padding: 0 !important; margin: 0 !important; background: none !important; color: var(--sunshine--dark) !important; }
#sunshine--modal--close:before { content: "\f11b"; font-family: "SunshineIcons"; display: inline-block; }
#sunshine--modal--close:hover { opacity: .4; }

.sunshine--modal--title { font-weight: bold; margin: 0 0 15px 0; font-size: 18px; }

#sunshine--image--cart-review { background: var(--sunshine--gray); text-align: center; font-size: 12px; display: flex; justify-content: flex-end; }
#sunshine--image--cart-review a.sunshine--modal--close { text-transform: uppercase; }
#sunshine--image--cart-review a.sunshine--modal--close:before { content: "\f136"; font-family: "SunshineIcons"; display: inline-block; margin-right: 5px; }

.sunshine--mini-cart--empty { padding: 10px 40px; color: #FFF; }
#sunshine--image--cart-review a { display: block; padding: 10px 40px; text-decoration: none; color: #FFF; }
#sunshine--modal #sunshine--image--cart-review a:hover { background: var(--sunshine--dark); color: #FFF; }
.sunshine--mini-cart--quantity:before { content: "\f149"; font-family: "SunshineIcons"; display: inline-block; margin-right: 5px; }
#sunshine--image--cart-review.sunshine--loading:after { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; }
#sunshine--image--cart-review .sunshine--mini-cart a { font-weight: bold; color: #FFF; }

#sunshine--image--add-to-cart,
#sunshine--store--product-details { position: relative; width: 100%; height: 100%; display: flex; overflow: auto; /*box-sizing: border-box; display: flex; align-items: stretch; justify-content: space-between;*/ text-align: left; }
#sunshine--image--add-to-cart--header,
#sunshine--store--product-details--header { flex-basis: 35%; box-sizing: border-box; padding: 40px; background-color: var(--sunshine--light-gray); }
#sunshine--image--add-to-cart--header--image { position: relative; top: 50%; transform: translateY(-50%); text-align: center; }
#sunshine--image--add-to-cart--header--image img,
#sunshine--store--product-details--header--product img { max-width: 100%; height: auto; }
#sunshine--image--add-to-cart--header--image span,
#sunshine--store--product-details--header--product--title { font-size: 18px; font-weight: bold; display: block; }
#sunshine--store--product-details--header--product--description { font-size: 14px; }
#sunshine--modal--content #sunshine--image--add-to-cart--header *,
#sunshine--modal--content #sunshine--store--product-details--header * { color: var(--sunshine--gray); }

#sunshine--image--add-to-cart--content,
#sunshine--store--product-details--content { flex-basis: 65%; box-sizing: border-box; padding: 40px; overflow: auto; position: relative; }
#sunshine--image--add-to-cart--content::-webkit-scrollbar { width: 5px; }
#sunshine--image--add-to-cart--content::-webkit-scrollbar-track { background: var(--sunshine--light-gray); }
#sunshine--image--add-to-cart--content::-webkit-scrollbar-thumb { background: var(--sunshine--gray); }
#sunshine--image--add-to-cart--content::-webkit-scrollbar-thumb:hover { background: var(--sunshine--dark); }

.sunshine--modal--tablist--nav { padding: 0; margin: 0 0 15px 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.sunshine--modal--tablist--nav ul { display: flex; flex-wrap: wrap; gap: 5px; align-items: flex-start; list-style: none; margin: 0; padding: 0; overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; }
.sunshine--modal--tablist--nav ul::-webkit-scrollbar { display: none; }
.sunshine--modal--tablist--nav li { margin: 0; padding: 0; font-size: 16px; scroll-snap-align: start; cursor: pointer; }
.sunshine--modal--tablist--nav li,
.sunshine--modal--tablist--nav a { text-decoration: none; color: var(--sunshine--gray); background: var(--sunshine--light-gray); border-radius: 3px; display: inline-block; padding: 5px 18px; font-size: 12px; white-space: nowrap; }
.sunshine--modal--tablist--nav li:hover,
.sunshine--modal--tablist--nav a:hover { color: var(--sunshine--dark-gray); }
.sunshine--modal--tablist--nav li.active { background: var(--sunshine--dark); color: #FFF; }
.sunshine--modal--tablist--nav a#sunshine--image--add-to-cart--store { margin-left: auto; background: var(--sunshine--gray); color: #FFF; }

.sunshine--image--add-to-cart--category { margin-top: 40px; }
.sunshine--image--add-to-cart--category-name { color: var(--sunshine--dark); font-size: 15px; font-weight: bold; text-transform: uppercase; }
.sunshine--image--add-to-cart--category-description { color: var(--sunshine--dark-gray); font-size: 15px; padding: 10px 0; }
.sunshine--image--add-to-cart--product-list { position: relative; border-bottom: 1px solid var(--sunshine--light-gray); }
.sunshine--image--add-to-cart--product-list table { border-collapse: collapse; border: none; width: 100%; }
.sunshine--image--add-to-cart--product-list .sunshine--image--add-to-cart--product-item { cursor: pointer; display: flex; gap: 20px; justify-content: space-between; align-items: center; border-top: 1px solid var(--sunshine--light-gray); padding: 10px 0; font-size: 20px; }
.sunshine--image--add-to-cart--product-list .sunshine--image--add-to-cart--product-item:hover { background-color: var(--sunshine--light-gray); }
.sunshine--image--add-to-cart--product-list--name { flex-basis: 50%; flex-grow: 10; }
.sunshine--image--add-to-cart--product-list--name img { max-width: 50px; height: auto; vertical-align: middle; margin-right: 20px; }
.sunshine--image--add-to-cart--product-list--action { text-align: right; white-space: nowrap; }

input.sunshine--qty { width: 60px !important; background: #FFF !important; color: var(--sunshine--dark) !important; font-size: .9em !important; line-height: 1; font-weight: bold; text-align: center; margin: 0; border: 1px solid var(--sunshine--light-gray); padding: 3px 5px;  }
button.sunshine--qty--down,
button.sunshine--qty--up { cursor: pointer; display: inline-block !important; vertical-align: middle; padding: 0 !important; margin: 0 !important; border: 0 !important; background: none !important; color: var(--sunshine--gray) !important; box-shadow: none !important; }
button.sunshine--qty--down:hover,
button.sunshine--qty--up:hover { background: none !important; color: var(--sunshine--dark-gray) !important; }
button.sunshine--qty--down span,
button.sunshine--qty--up span { display: inline-block; text-indent: -9999px; }
button.sunshine--qty--down button:hover,
button.sunshine--qty--up button:hover { color: var(--sunshine--dark); }
button.sunshine--qty--down:before,
button.sunshine--qty--up:before { font-family: "SunshineIcons"; }
button.sunshine--qty--down:before { content: "\f11d"; }
button.sunshine--qty--up:before { content: "\f11c"; }

#sunshine--modal .sunshine--form .sunshine--form--field { display: flex; margin: 10px 0 0 0; text-align: left; align-items: center; gap: 15px; }
#sunshine--modal .sunshine--form .sunshine--form--field label { width: 100px; flex-grow: 0; }
#sunshine--modal .sunshine--form .sunshine--form--field input,
#sunshine--modal .sunshine--form .sunshine--form--field select { flex-grow: 5; }
#sunshine--modal .sunshine--form .sunshine--form--submit { margin-top: 20px; }

/* Modal add to cart */
#sunshine--modal.sunshine--modal--add_to_cart,
#sunshine--modal.sunshine--modal--store_product { max-width: 1260px; }
#sunshine--modal.sunshine--modal--add_to_cart #sunshine--modal--content,
#sunshine--modal.sunshine--modal--store_product #sunshine--modal--content,
#sunshine--modal.sunshine--modal--general_product #sunshine--modal--content { padding: 0; display: flex; flex-direction: column; height: 80vh; }

.sunshine--success { position: absolute; z-index: 999; top: 0; right: 0; bottom: 0; left: 0; background: rgba(20,170,83,.8); }
.sunshine--success:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); content: "\f117"; font-family: "SunshineIcons"; font-size: 100px; color: #FFF; }

/* Multi-image select */
.sunshine--multi-image-select { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: scroll; z-index: 100; background: #FFF; }
.sunshine--multi-image-select--header { position: fixed; z-index: 100; bottom: 0; right: 0; width: 65%; box-sizing: border-box; padding: 10px 40px; background: #FFF; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 0 15px rgba(0,0,0,.1); }
.sunshine--completed .sunshine--multi-image-select--header--count { color: green; font-weight: bold; }
.sunshine--completed .sunshine--select-images--header--count:before { content: '\f118'; font-family: "SunshineIcons"; display: inline-block; font-size: 16px; color: green; margin-right: 5px; vertical-align: middle; }
.sunshine--multi-image-select--sources { padding: 20px 40px; border-bottom: 1px solid var(--sunshine--light-gray); display: flex; justify-content: space-between; align-items: center; }
.sunshine--multi-image-select--sources select { width: auto; display: inline-block; margin-left: 7px; }
.sunshine--multi-image-select--source--list { padding: 40px 40px 80px 40px; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 40px; align-items: center; }
.sunshine--multi-image-select--image,
.sunshine--multi-image-select--image * { text-align: center; cursor: pointer; }
.sunshine--multi-image-select--image label { display: block; position: relative; }
.sunshine--multi-image-select--image img { max-width: 100%; max-height: 175px; width: auto; height: auto; }
.sunshine--multi-image-select--image { display: block; position: relative; overflow: hidden; }
.sunshine--multi-image-select--image input { position: absolute; user-select: none; width: 0; height: 0; opacity: 0; }
.sunshine--multi-image-select--image input:checked + label:before { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); content: "\f118"; font-family: "SunshineIcons"; background: #FFF; line-height: 1; border-radius: 50%; color: var(--sunshine--dark-gray); font-weight: bold; font-size: 32px; }
.sunshine--multi-image-select--image input:checked + label > img { border: 2px solid var(--sunshine--dark); }
.sunshine--multi-image-select--selected-images { display: flex; gap: 5px; margin-top: 15px; }
.sunshine--multi-image-select--selected-images--item { cursor: pointer; height: 50px; width: 50px; background: var(--sunshine--light-gray); position: relative; }
.sunshine--multi-image-select--selected-images--item:after { content: "+"; font-size: 30px; line-height: 1; position: absolute; z-index: 1; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.sunshine--multi-image-select--selected-images--item img { position: relative; z-index: 10; height: 100%; width: 100%; object-fit: cover; object-position: center; }
.sunshine--multi-image-select--qty { font-size: 14px; color: var(--sunshine--gray); }
.sunshine--multi-image-select--source--list[data-product-type="download"] .sunshine--multi-image-select--qty { display: none; }

#sunshine--product-options--image-select { display: flex; flex-wrap: wrap; }
#sunshine--product-options--image-select .sunshine--multi-image-select--selected-images { flex-basis: 100%; }

.sunshine--modal--multi_image_edit #sunshine--modal--content { height: 80vh;  }
.sunshine--modal--multi_image_product_images_edit #sunshine--modal--content,
.sunshine--modal--package_fill #sunshine--modal--content,
.sunshine--modal--package_edit #sunshine--modal--content { overflow: scroll; }
.sunshine--modal--multi_image_product_images_edit #sunshine--modal--content { padding: 0; }
.sunshine--modal--multi_image_product_images_edit .sunshine--multi-image-select { position: static; min-height: 100vh; }
.sunshine--modal--multi_image_product_images_edit .sunshine--multi-image-select--header,
.sunshine--modal--package_fill .sunshine--multi-image-select--header,
.sunshine--modal--package_edit .sunshine--multi-image-select--header,
.sunshine--modal--multi_image_edit .sunshine--multi-image-select--header { width: 100%; left: 0; }

/* Modal Comments */
#sunshine--image--comments { width: 100%; padding: 40px; box-sizing: border-box; display: flex; gap: 30px; justify-content: space-between; text-align: left; }
#sunshine--image--comments--header { flex-basis: 25%; }
#sunshine--image--comments--header--image img { max-width: 175px; height: auto; }
#sunshine--image--comments--header--image span { font-size: 18px; font-weight: bold; display: block; }

#sunshine--image--comments--content { flex-basis: 65%; }
#sunshine--image--comments--add--title { font-weight: bold; font-size: 20px; }
#sunshine--image--comments--add .sunshine--image--comments--add--field { margin: 0 0 10px 0; }
#sunshine--image--comments--add .sunshine--image--comments--add--field label { display: block; font-size: 12px; text-transform: uppercase; margin: 0 0 3px 0; }
#sunshine--image--comments--add input,
#sunshine--image--comments--add textarea { width: 100%; box-sizing: border-box; padding: 5px; border: 1px solid #CCC; border-radius: 3px; background: #FFF; font-size: 16px; }
#sunshine--image--comments--add textarea { height: 200px; }

.sunshine--image--comment { border-bottom: 1px solid #CCC; padding: 0 0 15px 0; margin: 0 0 15px 0; }
.sunshine--image--comment--author { font-weight: bold; font-size: 14px; }
.sunshine--image--comment--date { font-style: italic; font-size: 14px; }
.sunshine--image--comment--content { font-size: 16px; }
.sunshine--image--comment--approval { font-size: 11px; color: var(--sunshine--gray); font-style: italic; }

.sunshine--error { background: red; color: #FFF !important; padding: 5px 15px; font-size: 15px; line-height: 1.1; margin: 0 0 15px 0; }
.sunshine--error a { color: #FFF !important; text-decoration: underline; }

/* Modal Require Account */
#sunshine--account--login-signup { width: 100%; display: flex; flex-wrap: wrap; gap: 30px; justify-content: space-between; text-align: left; box-sizing: border-box; }
#sunshine--account--login-signup--header { flex-basis: 100%; background: var(--sunshine--light-gray); color: var(--sunshine--dark); padding: 10px 20px; border-radius: 5px; text-align: center; font-size: 15px; }
#sunshine--account--login-signup #sunshine--account--login,
#sunshine--account--login-signup #sunshine--account--signup { flex-basis: 45%; flex-grow: 10; }

#sunshine--modal.sunshine--modal--signup,
#sunshine--modal.sunshine--modal--login { max-width: 500px; }

/* Share modal */
#sunshine--modal.sunshine--modal--share { max-width: 500px; }
#sunshine--modal.sunshine--modal--share #sunshine--modal--content { padding: 30px 50px; }
#sunshine--image--share--url { background: var(--sunshine--light-gray); padding: 5px; display: flex; }
#sunshine--image--share--url input { font-size: 12px; padding: 5px 10px; margin: 0; box-sizing: border-box; border: 0; flex-grow: 10; }
#sunshine--image--share--url button { background: var(--sunshine--dark-gray); color: #FFF; padding: 10px 25px; margin: 0; border: none; border-radius: 0; }
#sunshine--image--share--services { margin-top: 40px; display: flex; justify-content: center; gap: 20px; }
#sunshine--image--share--services { text-decoration: none; }
#sunshine--image--share--services a:before { content: ""; display: block; height: 40px; background-size: auto 40px; background-repeat: no-repeat; background-position: center; margin: 0 0 3px 0; }
#sunshine--image--share--services a#sunshine--facebook:before { background-image: url(/wp-content/plugins/sunshine-photo-cart/assets/images/facebook.svg); }
#sunshine--image--share--services a#sunshine--twitter:before { background-image: url(/wp-content/plugins/sunshine-photo-cart/assets/images/twitter.svg); }
#sunshine--image--share--services a#sunshine--pinterest:before { background-image: url(/wp-content/plugins/sunshine-photo-cart/assets/images/pinterest.svg); }

/* Submit favorites */
.sunshine--page--favorites .sunshine--action-menu { margin: 0 0 20px 0; text-align: center; }
#sunshine--modal.sunshine--modal--share_favorites { max-width: 500px; }
#sunshine--modal.sunshine--modal--share_favorites textarea { width: 100%; height: 100px; }
.sunshine--favorites--share--disclaimer { font-weight: bold; font-size: 12px; line-height: 1.2; }

/* Product Options */
#sunshine--modal button.sunshine--product--show-details { border: none; background: none; padding: 0; font-size: 22px; text-transform: uppercase; cursor: pointer; }
#sunshine--modal button.sunshine--product--show-details:after { content: "\f115"; font-family: "SunshineIcons"; display: inline-block; margin-left: 5px; color: var(--sunshine--dark); }
#sunshine--modal button.sunshine--product--show-details span { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
#sunshine--modal button.sunshine--product--show-details:hover { background: none; }
#sunshine--modal button.sunshine--product--show-details:hover:after { color: var(--sunshine--gray); }

#sunshine--product--details--title { color: var(--sunshine--dark); font-weight: bold; font-size: 20px; margin: 0 0 20px 0; }
#sunshine--product--details--image { float: right; margin: 0 0 30px 40px; max-width: 30%; }
#sunshine--product--details--image img { max-width: 100%; height: auto; }
#sunshine--product--details--description * { font-size: 15px; }
#sunshine--product--details--comments input { margin: 0 0 20px 0; padding: 10px 15px; width: 100%; box-sizing: border-box; border: 1px solid var(--sunshine--medium-gray); }

/* Hide qty for download products */
#sunshine--product--details.sunshine--product-download #sunshine--product--details--qty,
#sunshine--store--product-details.sunshine--product-download #sunshine--product--details--qty { display: none; }


.sunshine--product-options--item--select .sunshine--product-options--item--options { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 15px; }
.sunshine--product-options--item--select .sunshine--product-options--item--options label { position: relative; cursor: pointer; }
.sunshine--product-options--item--select .sunshine--product-options--item--options label span,
.sunshine--product-options--item--select button { display: inline-block; padding: 8px 20px; border: 1px solid var(--sunshine--gray); color: var(--sunshine--dark); font-weight: normal; border-radius: 3px; font-size: 13px; background: none; overflow: hidden; }
.sunshine--product-options--item--select .sunshine--product-options--item--options label:hover span { background: var(--sunshine--light-gray); }
.sunshine--product-options--item--select .sunshine--product-options--item--options label input { position: absolute; left: -9999px; }
.sunshine--product-options--item--select .sunshine--product-options--item--options label input:checked + span { background: var(--sunshine--gray); color: #FFF; }

.sunshine--product-options--item--options--info { display: none; }
.sunshine--product-options--item--options label { position: relative; }
.sunshine--product-options--item--options label:hover .sunshine--product-options--item--options--info { display: block; position: absolute; bottom: calc( 100% + 10px ); left: 50%; transform: translateX(-50%); background-color: var(--sunshine--dark-gray); padding: 8px; }
.sunshine--product-options--item--options--info:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: var(--sunshine--dark-gray);
	border-width: 7px;
	margin-left: -7px;
}
.sunshine--product-options--item--options--image img { display: block; max-width: 150px; max-height: 100px; width: auto; height: auto; }
.sunshine--product-options--item--options--description { min-width: 150px; text-align: center; font-size: 11px; line-height: 1.1; color: #FFF; }
.sunshine--product-options--item--options--image + .sunshine--product-options--item--options--description { margin-top: 6px; }

.sunshine--product-options--item { margin: 0 0 30px 0; }
.sunshine--product-options--item--name { color: var(--sunshine--dark); font-size: 15px; font-weight: bold; text-transform: uppercase; }
.sunshine--product-options--item--description { font-size: 14px; color: var(--sunshine--gray); }
.sunshine--product-options--name .sunshine--required { font-weight: normal; text-transform: none; font-size: 14px; }
#sunshine--modal--content .sunshine--product-options--description { font-size: 14px; color: var(--sunshine--gray); }

button.sunshine--product-options--clear { display: none; flex-basis: 100%; font-size: 12px; margin: 10px 0 0 0; color: var(--sunshine--gray); border: none; padding: 0; text-align: left; }

#sunshine--product--details--price { color: var(--sunshine--dark); font-size: 18px; font-weight: bold; margin: 20px 0; }
#sunshine--product--details--qty { margin: 0 0 20px 0; border: 1px solid var(--sunshine--light-gray); padding: 10px 15px; border-radius: 3px; display: inline-flex; align-items: center; gap: 5px; }
#sunshine--product--details--qty input.sunshine--qty { padding: 0; border: none; margin: 0 !important; text-align: center; }
#sunshine--product--details--max-qty { font-size: 80%; color: var(--sunshine-gray); margin: 0 0 15px 0; }

#sunshine--product--details--cart-qty,
#sunshine--product--details--disallowed { margin: 20px 0; font-size: 80%; color: var(--sunshine--gray); }

#sunshine--product--details--qty-discounts { margin: 20px 0; }
#sunshine--product--details--qty-discounts--title { font-weight: bold; }
#sunshine--product--details--qty-discounts-calc { font-size: 80%; font-style: italic; }

.sunshine--option-required { outline: 3px solid red; padding: 15px 20px; }

button#sunshine--product--details--close { float: right; cursor: pointer; border: none; background: none; font-size: 12px; text-transform: uppercase; color: var(--sunshine--gray); padding: 0; margin-top: 10px; }
button#sunshine--product--details--close:before { content: "\f109"; font-family: "SunshineIcons"; margin-right: 5px; display: inline-block; }
button#sunshine--product--details--close:hover { color: var(--sunshine--dark); }

/* Store */
#sunshine--store--categories { display: grid; grid-template-columns: repeat(auto-fit, minmax(30%, 1fr)); gap: 50px; margin-top: 50px; }

.sunshine--store--category--image { margin-bottom: 15px; }
.sunshine--store--category--image img { max-width: 100%; height: auto; }
.sunshine--store--category--name { font-size: 150%; font-weight: bold; margin: 0 0 10px 0; }
.sunshine--store--category--description { margin: 0 0 10px 0; }
.sunshine--store--category--products { position: relative; border-bottom: 1px solid var(--sunshine--light-gray); }
.sunshine--store--product-item { display: flex; gap: 20px; justify-content: space-between; align-items: center; border-top: 1px solid var(--sunshine--light-gray); padding: 10px 0; font-size: 20px; }
.sunshine--store--product-item--image img { max-width: 50px; height: auto; }
.sunshine--store--product-item--name { flex-basis: 50%; flex-grow: 10; }
.sunshine--store--product-item--name img { max-width: 50px; height: auto; vertical-align: middle; margin-right: 20px; }
.sunshine--store--product-item--action { text-align: right; white-space: nowrap; }

#sunshine--store .sunshine--store--product-item--select-options { border: none; background: none; padding: 0; font-size: 22px; text-transform: uppercase; cursor: pointer; }
#sunshine--store .sunshine--store--product-item--select-options:after { content: "\f115"; font-family: "SunshineIcons"; display: inline-block; margin-left: 5px; color: var(--sunshine--dark); }
#sunshine--store .sunshine--store--product-item--select-options span { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
#sunshine--store .sunshine--store--product-item--select-options:hover { background: none; }
#sunshine--store .sunshine--store--product-item--select-options:hover:after { color: var(--sunshine--gray); }

/* Price List */
.sunshine--price-list--categories { display: grid; grid-template-columns: repeat(var(--columns), 1fr); gap: 50px; margin-top: 20px; }
.sunshine--price-list--category--image { margin-bottom: 15px; }
.sunshine--price-list--category--image img { max-width: 100%; height: auto; }
.sunshine--price-list--category--name { font-size: 150%; font-weight: bold; margin: 0 0 10px 0; }
.sunshine--price-list--category--products { position: relative; border-bottom: 1px solid var(--sunshine--light-gray); }
.sunshine--price-list--product-item { display: flex; gap: 20px; justify-content: space-between; align-items: center; border-top: 1px solid var(--sunshine--light-gray); padding: 10px 0; font-size: 20px; }
.sunshine--price-list--product-item--name { flex-basis: 50%; flex-grow: 10; }
.sunshine--price-list--product-item--name img { max-width: 50px; height: auto; vertical-align: middle; margin-right: 20px; }

/* Digital Downloads */
#sunshine--modal.sunshine--modal--download_free_image #sunshine--modal--content,
#sunshine--modal.sunshine--modal--download_credit_image #sunshine--modal--content,
#sunshine--modal.sunshine--modal--download_history_image #sunshine--modal--content,
#sunshine--modal.sunshine--modal--download_free_gallery #sunshine--modal--content,
#sunshine--modal.sunshine--modal--gallery_add_to_cart #sunshine--modal--content,
#sunshine--modal.sunshine--modal--download_order_files #sunshine--modal--content,
#sunshine--modal.sunshine--modal--download_order_item #sunshine--modal--content { text-align: center; }
#sunshine--modal .sunshine--download--required-data--title,
#sunshine--modal .sunshine--modal--download--title { font-size: 20px; font-weight: bold; }
#sunshine--modal .sunshine--download--required-data--title:before,
#sunshine--modal .sunshine--modal--download--title:before { display: block; content: "\f107"; font-family: "SunshineIcons"; font-size: 50px; text-align: center; margin: 0 0 15px 0; }

#sunshine--download--gallery-add-to-cart--image { margin: 0 0 30px 0; }
#sunshine--download--gallery-add-to-cart--title { font-size: 24px; font-weight: bold; }
#sunshine--download--gallery-add-to-cart--price { margin-top: 30px; font-size: 20px; font-weight: bold; }
#sunshine--download--gallery-add-to-cart--button { margin-top: 15px; }

#sunshine--modal--download--files { display: flex; flex-direction: column; gap: 5px; }
#sunshine--modal--download--files a { border: 1px solid var(--sunshine--light-gray); padding: 5px 20px; border-radius: 5px; }

/* Packages */
.sunshine--modal--package_fill,
.sunshine--modal--package_edit { height: 80vh; }
.sunshine--modal--package_fill #sunshine--modal--content,
.sunshine--modal--package_edit #sunshine--modal--content { height: 100%; }
#sunshine--package--fill--items { display: flex; flex-wrap: wrap; gap: 30px; }
#sunshine--package--fill--title,
#sunshine--multi-image--fill--title { flex-basis: 100%; font-size: 22px; font-weight: bold; margin-bottom: 30px; }
.sunshine--package--fill--item,
.sunshine--multi-image--fill--item { margin-bottom: 30px; display: flex; flex-wrap: wrap; }
.sunshine--package--fill--item--title,
.sunshine--multi-image--fill--item--title { font-weight: bold; }
.sunshine--package--fill--item--title span,
.sunshine--multi-image--fill--item--title span { font-weight: normal; font-size: 80%; color: var(--sunshine--dark-gray); display: inline-block; margin-left: 10px; }
button.sunshine--multi-image-select--open { visibility: hidden; }
.sunshine--multi-image-select--selected-images { flex-basis: 100%; display: flex; flex-wrap: wrap; }

/*
#sunshine--package--fill--items .sunshine--multi-image-select--selected-images--item { width: 150px; height: 150px; }
*/

.sunshine--cart--item--package--product--incomplete { font-weight: bold; color: red; }

.sunshine--product-details--package-items--title { font-size: 16px; font-weight: bold; text-transform: uppercase; }
.sunshine--product-details--package-items ul,
.sunshine--product-details--package-items li { margin: 0; padding: 0; list-style: none; }

/* Session Fees */
.sunshine--session-fee--dates { margin: 0 0 40px 0;  }
.sunshine--session-fee--date { position: relative; display: inline-block; margin: 0 20px 10px 0; }
.sunshine--session-fee--date label { display: inline-block; padding: 7px 15px; border: 1px solid var(--sunshine--medium-gray); border-radius: 3px; cursor: pointer; }
.sunshine--session-fee--date input { position: absolute; left: -999999px; }
.sunshine--session-fee--date input[type="radio"]:checked + label { background-color: var(--sunshine--medium-gray); color: #000; }
.sunshine--session-fee--date.booked label { color: var(--sunshine--medium-gray); cursor: not-allowed; }

/* Dark Mode */
.sunshine--dark #sunshine--modal--overlay { background: #1F1F1F; }
.sunshine--dark #sunshine--modal--content { background: var(--sunshine--dark); }
.sunshine--dark #sunshine--modal--content div,
.sunshine--dark #sunshine--modal--content p,
.sunshine--dark #sunshine--modal--content li,
.sunshine--dark #sunshine--modal--content th,
.sunshine--dark #sunshine--modal--content td { color: #FFF; }
.sunshine--dark #sunshine--modal--content input { background: var(--sunshine--dark); color: #FFF; }
.sunshine--dark #sunshine--modal--close { color: #FFF; }
.sunshine--dark #sunshine--image--cart-review a { background: #111; color: #FFF; }
.sunshine--dark #sunshine--image--add-to-cart--categories li { color: #FFF; }
.sunshine--dark #sunshine--image--add-to-cart--categories { border-color: #FFF; }

/* JUSTIFIED GALLERY CSS */
#sunshine--gallery-items.sunshine--layout--justified,
#sunshine--image-items.sunshine--layout--justified {
	display: flex;
	gap: 5px;
	overflow: hidden;
	flex-wrap: wrap;
	margin: 0;
}
#sunshine--gallery-items.sunshine--layout--justified:after,
#sunshine--image-items.sunshine--layout--justified:after {
	content: '';
	flex-grow: 999999999;
	min-width: 300px;
	height: 0;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item,
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > a,
#sunshine--image-items.sunshine--layout--justified figure.sunshine--image-item,
#sunshine--image-items.sunshine--layout--justified figure.sunshine--image-item > a {
	position: relative;
	display: block;
/*
	height: 15em;
	flex-grow: 10;
	*/
	--ratio: calc(var(--width)/var(--height));
	flex-basis: calc(var(--ratio)*var(--sunshine--row-height));
	flex-grow: calc(var(--ratio)*100);

	margin: 0;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > a,
#sunshine--image-items.sunshine--layout--justified figure.sunshine--image-item > a {
	width: 100%;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > a > img,
#sunshine--image-items.sunshine--layout--justified figure.sunshine--image-item > a > img {
	/*height: 15em;*/
	object-fit: cover;
	max-width: 100%;
	min-width: 100%;
	vertical-align: bottom;
}
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > h2,
#sunshine--gallery-items.sunshine--layout--masonry figure.sunshine--gallery-item > h2 { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; background: linear-gradient(0deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%); }
#sunshine--gallery-items.sunshine--layout--justified figure.sunshine--gallery-item > h2 > a,
#sunshine--gallery-items.sunshine--layout--masonry figure.sunshine--gallery-item > h2 > a { display: block; padding: 10px 15px; color: #FFF; }

#sunshine--gallery-items.sunshine--layout--masonry figure.sunshine--gallery-item > h2 > a img { vertical-align: bottom; }

/* MASONRY LAYOUT */
#sunshine--gallery-items.sunshine--layout--masonry,
#sunshine--image-items.sunshine--layout--masonry {
	grid-template-rows: masonry;
}
#sunshine--image-items.sunshine--layout--masonry figure.sunshine--image-item {
	margin-bottom: 0;
}


#sunshine--gallery-items.sunshine--layout--masonry,
#sunshine--image-items.sunshine--layout--masonry {
	display: block;
}
#sunshine--gallery-items.sunshine--layout--masonry figure.sunshine--gallery-item,
#sunshine--image-items.sunshine--layout--masonry figure.sunshine--image-item {
	width: calc((100% - 5px)/2);
	margin-bottom: 5px;
}

#sunshine--gallery-items.sunshine--layout--masonry.sunshine--col-3 figure.sunshine--gallery-item,
#sunshine--image-items.sunshine--layout--masonry.sunshine--col-3 figure.sunshine--image-item {
	width: calc((100% - 10px)/3);
}

#sunshine--gallery-items.sunshine--layout--masonry.sunshine--col-4 figure.sunshine--gallery-item,
#sunshine--image-items.sunshine--layout--masonry.sunshine--col-4 figure.sunshine--image-item {
	width: calc((100% - 15px)/4);
}

#sunshine--gallery-items.sunshine--layout--masonry.sunshine--col-5 figure.sunshine--gallery-item,
#sunshine--image-items.sunshine--layout--masonry.sunshine--col-5 figure.sunshine--image-item {
	width: calc((100% - 20px)/5);
}


/*.sunshine-masonry #sunshine--image-items > ul { clear: none !important; margin: 0 0 2px 0; display: block; }
.sunshine-masonry #sunshine--image-items .sunshine--col-2 li.sunshine--image-item { width: 50%; }
.sunshine-masonry #sunshine--image-items .sunshine--col-3 li.sunshine--image-item { width: 33.3333%; width: calc( 100% / 3 ); }
.sunshine-masonry #sunshine--image-items .sunshine--col-4 li.sunshine--image-item { width: 25%;  }
.sunshine-masonry #sunshine--image-items .sunshine--col-5 li.sunshine--image-item { width: 20%; }
.sunshine-masonry #sunshine--image-items li img { display: block; width: 100%; height: auto; }
*/

/* Responsive */
@media screen and (max-width: 767px) {

	#sunshine--image-items.sunshine--col-3,
	#sunshine--image-items.sunshine--col-4,
	#sunshine--image-items.sunshine--col-5,
	#sunshine--gallery-items.sunshine--col-3,
	#sunshine--gallery-items.sunshine--col-4,
	#sunshine--gallery-items.sunshine--col-5 { grid-template-columns: 1fr 1fr; }

	#sunshine--page-header { display: block; }

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

	/* TODO: RESPONSIVE GALLERY STYLES */

	/* Cart */
	#sunshine--cart--items th { display: none; }
	#sunshine--cart--items td { display: block; text-align: left !important; padding: 10px 0; border: none; }
	#sunshine--cart--items td .sunshine--cart-item--image-name,
	#sunshine--cart--items td .sunshine--cart-item--product-name,
	#sunshine--cart--items td .sunshine--cart-item--product-options,
	#sunshine--cart--items td .sunshine--cart-item--comments { margin-left: 100px; }
	#sunshine--cart--items td:before { content: attr(data-label); font-size: 13px; font-weight: bold; display: block; width: 100px; float: left; clear: left; margin: 5px 0 0 0; }
	#sunshine--cart--items td.sunshine--cart-item--image:before { display: none; }
	#sunshine--cart--items td.sunshine--cart-item--image { border-top: 1px solid var(--sunshine--light-gray); padding-top: 15px; width: 100%; }

	#sunshine--cart--update-button { float: none; }
	#sunshine--cart--totals { max-width: 100%; width: 100%; float: none; margin-top: 40px; }

	/* Checkout */
	#sunshine--checkout--main { grid-template-columns: 1fr; background: none; padding: 0; }
	#sunshine--checkout--steps { order: 2; flex-basis: 100%; background: var(--sunshine--light-gray); padding: 20px 30px; border-radius: 5px; }
	#sunshine--checkout--summary { order: 1; flex-basis: 100%; background: var(--sunshine--light-gray); }

	#sunshine--checkout fieldset.sunshine--checkout--section-active .sunshine--form--fields { display: block; }
	#sunshine--checkout #sunshine--form--field--payment_method .sunshine--form--field--radio-option { flex-basis: 100%; border: 1px solid var(--sunshine--light-gray); }

	/* Modal */
	#sunshine--modal { top: 0; bottom: 0; left: 0; right: 0; max-height: 100%; height: 100%; transform: none; }
	#sunshine--modal--overlay { background: #FFF; }
	#sunshine--modal--contentx { position: relative; top: 50%; transform: translateY(-50%); max-height: 100%;  }
	#sunshine--modal--close { right: 10px; top: 5px; }
	#sunshine--modal--close:before { font-size: 26px; }
	.sunshine--modal--add_to_cart #sunshine--modal--close:before,
	.sunshine--modal--store_product #sunshine--modal--close:before { color: #FFF; }

	#sunshine--modal.sunshine--modal--add_to_cart #sunshine--modal--content,
	#sunshine--modal.sunshine--modal--store_product #sunshine--modal--content { height: 100% !important; max-height: 100% !important; border-radius: 0; }

	#sunshine--image--cart-review { text-align: left; justify-content: flex-start; }
	.sunshine--mini-cart--empty,
	#sunshine--image--cart-review a { padding: 10px 30px; }

	#sunshine--image--add-to-cart,
	#sunshine--store--product-details { display: block; padding: 0; }
	#sunshine--image--add-to-cart--header { padding: 20px; background-color: none; }
	#sunshine--image--add-to-cart--header--image { position: static; transform: none; }
	#sunshine--image--add-to-cart--header--image img { height: 180px; width: auto; }

	#sunshine--image--add-to-cart--store { display: none !important; }

	/*
	#sunshine--store--product-details--header--product img,
	#sunshine--store--product-details--header--product--description { display: none; }
	*/

	.sunshine--modal--package_fill { height: 100%; }
	.sunshine--modal--multi_image_product_images_edit #sunshine--modal--content,
	.sunshine--modal--package_fill #sunshine--modal--content,
	.sunshine--modal--package_edit #sunshine--modal--content { height: 100%; max-height: 100%; }

	.sunshine--multi-image-select--list { grid-template-columns: 1fr 1fr; }
	.sunshine--multi-image-select--sources { display: block; }
	.sunshine--multi-image-select--sources label { display: block; margin: 0 0 15px 0; }
	.sunshine--multi-image-select--header { width: 100%; }

	button#sunshine--product--details--close { float: none; margin: 0 0 10px 0; }

	.sunshine--product-options--item--select .sunshine--product-options--item--options,
	.sunshine--product-options--item--select .sunshine--product-options--item--options label,
	.sunshine--product-options--item--select .sunshine--product-options--item--options label span { display: block; margin: 5px 0; }

	/* Main Menu */
	#sunshine .sunshine--main-menu { margin: 0 0 30px 0; }
	#sunshine .sunshine--main-menu nav { display: none; }
	#sunshine .sunshine--main-menu .sunshine--main-menu--open { display: block; }
	#sunshine .sunshine--main-menu .sunshine--main-menu--close { display: none; }
	#sunshine .sunshine--main-menu input[type="checkbox"]:checked ~ nav { display: block; text-align: center; }
	#sunshine .sunshine--main-menu input[type="checkbox"]:checked ~ .sunshine--main-menu--open { display: none; }
	#sunshine .sunshine--main-menu input[type="checkbox"]:checked ~ .sunshine--main-menu--close { display: block !important; margin: 0 0 15px 0; }
	#sunshine .sunshine--main-menu ul { flex-direction: column; text-align: center; }
	#sunshine .sunshine--main-menu li { display: block !important; text-align: center !important; }

	/* Action Menu */
	#sunshine .sunshine--action-menu ul { flex-direction: column; gap: 5px; }
	#sunshine .sunshine--action-menu ul li { width: 100%; }

	/* Image/Gallery List */
	#sunshine--image-items.sunshine--col-3,
	#sunshine--image-items.sunshine--col-4,
	#sunshine--image-items.sunshine--col-5,
	#sunshine--gallery-items.sunshine--col-3,
	#sunshine--gallery-items.sunshine--col-4,
	#sunshine--gallery-items.sunshine--col-5 { grid-template-columns: 1fr; }

	.sunshine--layout--masonry { height: auto !important; }
	.sunshine--layout--masonry > * { position: relative !important; width: 100% !important; top: 0 !important; }

	#sunshine--image-items .sunshine--image-menu { opacity: 1; }

	/* Order */
	#sunshine--order--details { display: block; }

	/* Account */
	#sunshine--account { display: block; }
	#sunshine--account--content { margin-top: 50px; }

	.sunshine--modal--require_login #sunshine--modal--content { padding: 40px; }
	#sunshine--account--login-signup { display: block; }

	/* Store */
	#sunshine--store--categories { grid-template-columns: 1fr; }

	/* Comments */
	.sunshine--modal--comments #sunshine--modal--content { padding: 0; height: 100vh; max-height: 100vh; }
	#sunshine--image--comments { flex-direction: column; }
	#sunshine--image--comments > * { flex-basis: 100%; }

	/* Account > Orders */
	#sunshine--orders thead { display: none; }
	#sunshine--orders td { display: block; padding: 0; }
	#sunshine--orders tr td:first-child { font-weight: bold; }
	#sunshine--orders tr td:last-child { padding-bottom: 15px; }

}
@media screen and (max-width: 480px) {
	.sunshine--form .field-left { width: 100%; float: none; clear: both; }
	.sunshine--form .field-right { width: 100%; float: none; clear: both; }
	#sunshine--checkout .sunshine-payment-method-description { display: block; padding-left: 0; }
	#sunshine--image--add-to-cart--content { padding: 40px 20px; }
	.sunshine--image--add-to-cart--product-list--name img { display: none; }
	#sunshine--product--details--image { float: none; max-width: 100%; margin: 20px 0; }
}

@media (max-width: 640px) {


}
@font-face {
  font-family: "SunshineIcons";
  src: url("/wp-content/plugins/sunshine-photo-cart/assets/fonts/SunshineIcons.eot");
  src: url("/wp-content/plugins/sunshine-photo-cart/assets/fonts/SunshineIcons.eot?#iefix") format("embedded-opentype"),
  url("/wp-content/plugins/sunshine-photo-cart/assets/fonts/SunshineIcons.woff2") format("woff2"),
  url("/wp-content/plugins/sunshine-photo-cart/assets/fonts/SunshineIcons.woff") format("woff"),
  url("/wp-content/plugins/sunshine-photo-cart/assets/fonts/SunshineIcons.ttf") format("truetype"),
  url("/wp-content/plugins/sunshine-photo-cart/assets/fonts/SunshineIcons.svg#font") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
	font-family: "SunshineIcons";
	src: url("/wp-content/plugins/sunshine-photo-cart/assets/fonts/SunshineIcons.svg#SunshineIcons") format("svg");
  }
}

[data-sunshine-icon]:before {
  content: attr(data-sunshine-icon);
}

.sunshine--icon--favorite:before,
.sunshine--icon--heart:before,
.sunshine--icon--shopping-cart:before,
.sunshine--icon--shopping-cart-2:before,
.sunshine--icon--lock:before,
.sunshine--icon--lock-2:before,
.sunshine--icon--downloading-updates:before,
.sunshine--icon--forward-arrow:before,
.sunshine--icon--return:before,
.sunshine--icon--male-user:before,
.sunshine--icon--male-user-2:before,
.sunshine--icon--trash:before,
.sunshine--icon--trash-2:before,
.sunshine--icon--home:before,
.sunshine--icon--home-2:before,
.sunshine--icon--comments:before,
.sunshine--icon--comments-2:before,
.sunshine--icon--crop:before,
.sunshine--icon--right-arrow:before,
.sunshine--icon--forward:before,
.sunshine--icon--ok:before,
.sunshine--icon--ok-2:before,
.sunshine--icon--login:before,
.sunshine--icon--logout-rounded-left:before,
.sunshine--icon--close:before,
.sunshine--icon--plus:before,
.sunshine--icon--minus:before,
.sunshine--icon--purchase-order:before,
.sunshine--icon--lightning-bolt:before,
.sunshine--icon--view:before,
.sunshine--icon--repeat:before,
.sunshine--icon--gallery:before,
.sunshine--icon--settings:before,
.sunshine--icon--product:before,
.sunshine--icon--mail:before,
.sunshine--icon--slider:before,
.sunshine--icon--star:before,
.sunshine--icon--star-2:before,
.sunshine--icon--edit:before,
.sunshine--icon--edit-2:before,
.sunshine--icon--page:before,
.sunshine--icon--tax:before,
.sunshine--icon--checkout:before,
.sunshine--icon--pay:before,
.sunshine--icon--in-transit:before,
.sunshine--icon--web-design:before,
.sunshine--icon--key:before,
.sunshine--icon--upgrade:before,
.sunshine--icon--calendar:before,
.sunshine--icon--documents:before,
.sunshine--icon--left-arrow:before,
.sunshine--icon--list:before,
.sunshine--icon--online-store:before,
.sunshine--icon--zoom-in:before,
.sunshine--icon--circled-play:before,
.sunshine--icon--computers-connecting:before,
.sunshine--icon--albums:before,
.sunshine--icon--pause-button:before,
.sunshine--icon--full-screen:before,
.sunshine--icon--normal-screen:before,
.sunshine--icon--zoom-out:before,
.sunshine--icon--wedding:before,
.sunshine--icon--customer:before,
.sunshine--icon--conference:before,
.sunshine--icon--tourist-guide:before,
.sunshine--icon--portrait:before,
.sunshine--icon--support:before,
.sunshine--icon--chart:before,
.sunshine--icon--cart:before,
.sunshine--icon--cart-2:before,
.sunshine--icon--add-shopping-cart:before,
.sunshine--icon--add-shopping-cart-2:before,
.icons8,
[data-icons8]:before {
  display: inline-block;
  font-family: "SunshineIcons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


.sunshine--icon--favorite:before {
  content: "\f101";
}
.sunshine--icon--heart:before {
  content: "\f102";
}
.sunshine--icon--shopping-cart:before {
  content: "\f103";
}
.sunshine--icon--shopping-cart-2:before {
  content: "\f104";
}
.sunshine--icon--lock:before {
  content: "\f105";
}
.sunshine--icon--lock-2:before {
  content: "\f106";
}
.sunshine--icon--downloading-updates:before {
  content: "\f107";
}
.sunshine--icon--forward-arrow:before {
  content: "\f108";
}
.sunshine--icon--return:before {
  content: "\f109";
}
.sunshine--icon--male-user:before {
  content: "\f10a";
}
.sunshine--icon--male-user-2:before {
  content: "\f10b";
}
.sunshine--icon--trash:before {
  content: "\f10c";
}
.sunshine--icon--trash-2:before {
  content: "\f10d";
}
.sunshine--icon--home:before {
  content: "\f10e";
}
.sunshine--icon--home-2:before {
  content: "\f10f";
}
.sunshine--icon--comments:before {
  content: "\f110";
}
.sunshine--icon--comments-2:before {
  content: "\f111";
}
.sunshine--icon--crop:before {
  content: "\f114";
}
.sunshine--icon--right-arrow:before {
  content: "\f115";
}
.sunshine--icon--forward:before {
  content: "\f116";
}
.sunshine--icon--ok:before {
  content: "\f117";
}
.sunshine--icon--ok-2:before {
  content: "\f118";
}
.sunshine--icon--login:before {
  content: "\f119";
}
.sunshine--icon--logout-rounded-left:before {
  content: "\f11a";
}
.sunshine--icon--close:before {
  content: "\f11b";
}
.sunshine--icon--plus:before {
  content: "\f11c";
}
.sunshine--icon--minus:before {
  content: "\f11d";
}
.sunshine--icon--purchase-order:before {
  content: "\f11e";
}
.sunshine--icon--lightning-bolt:before {
  content: "\f120";
}
.sunshine--icon--view:before {
  content: "\f121";
}
.sunshine--icon--repeat:before {
  content: "\f122";
}
.sunshine--icon--gallery:before {
  content: "\f123";
}
.sunshine--icon--settings:before {
  content: "\f124";
}
.sunshine--icon--product:before {
  content: "\f125";
}
.sunshine--icon--mail:before {
  content: "\f126";
}
.sunshine--icon--slider:before {
  content: "\f127";
}
.sunshine--icon--star:before {
  content: "\f128";
}
.sunshine--icon--star-2:before {
  content: "\f129";
}
.sunshine--icon--edit:before {
  content: "\f12a";
}
.sunshine--icon--edit-2:before {
  content: "\f12b";
}
.sunshine--icon--page:before {
  content: "\f12c";
}
.sunshine--icon--tax:before {
  content: "\f12d";
}
.sunshine--icon--checkout:before {
  content: "\f12e";
}
.sunshine--icon--pay:before {
  content: "\f12f";
}
.sunshine--icon--in-transit:before {
  content: "\f130";
}
.sunshine--icon--web-design:before {
  content: "\f131";
}
.sunshine--icon--key:before {
  content: "\f132";
}
.sunshine--icon--upgrade:before {
  content: "\f133";
}
.sunshine--icon--calendar:before {
  content: "\f134";
}
.sunshine--icon--documents:before {
  content: "\f135";
}
.sunshine--icon--left-arrow:before {
  content: "\f136";
}
.sunshine--icon--list:before {
  content: "\f137";
}
.sunshine--icon--online-store:before {
  content: "\f138";
}
.sunshine--icon--zoom-in:before {
  content: "\f139";
}
.sunshine--icon--circled-play:before {
  content: "\f13b";
}
.sunshine--icon--computers-connecting:before {
  content: "\f13c";
}
.sunshine--icon--albums:before {
  content: "\f13d";
}
.sunshine--icon--pause-button:before {
  content: "\f13e";
}
.sunshine--icon--full-screen:before {
  content: "\f13f";
}
.sunshine--icon--normal-screen:before {
  content: "\f140";
}
.sunshine--icon--zoom-out:before {
  content: "\f141";
}
.sunshine--icon--wedding:before {
  content: "\f142";
}
.sunshine--icon--customer:before {
  content: "\f143";
}
.sunshine--icon--conference:before {
  content: "\f144";
}
.sunshine--icon--tourist-guide:before {
  content: "\f145";
}
.sunshine--icon--portrait:before {
  content: "\f146";
}
.sunshine--icon--support:before {
  content: "\f147";
}
.sunshine--icon--chart:before {
  content: "\f148";
}
.sunshine--icon--cart:before {
  content: "\f149";
}
.sunshine--icon--cart-2:before {
  content: "\f14a";
}
.sunshine--icon--add-shopping-cart:before {
  content: "\f14b";
}
.sunshine--icon--add-shopping-cart-2:before {
  content: "\f14c";
}
:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--noanim{animation:none}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background:#128c7e}.joinchat__button:active{background:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img{display:block;width:100%;height:100%;object-fit:cover}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--image .joinchat__button__image{opacity:1;animation:none}.joinchat__tooltip{position:absolute;top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s)/2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:0;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--s)/2 - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-reduced-motion){.joinchat{animation:none}}