@font-face {
  font-family: 'vpau-icons';
  src:
    url(/media/com_vpadvanceduser/fonts/vpau-icons.ttf?5mpnio=) format('truetype'),
    url(/media/com_vpadvanceduser/fonts/vpau-icons.woff?5mpnio=) format('woff'),
    url(/media/com_vpadvanceduser/fonts/vpau-icons.svg?5mpnio=#vpau-icons) format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="vpau-icon-"], [class*=" vpau-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vpau-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vpau-icon-amazon:before {
  content: "\eee6";
}
.vpau-icon-google:before {
  content: "\eee7";
}
.vpau-icon-google3:before {
  content: "\eee9";
}
.vpau-icon-google-plus:before {
  content: "\eeea";
}
.vpau-icon-google-plus3:before {
  content: "\eeec";
}
.vpau-icon-hangouts:before {
  content: "\eeed";
}
.vpau-icon-google-drive:before {
  content: "\eeee";
}
.vpau-icon-facebook:before {
  content: "\eeef";
}
.vpau-icon-facebook2:before {
  content: "\eef0";
}
.vpau-icon-instagram:before {
  content: "\eef1";
}
.vpau-icon-whatsapp:before {
  content: "\eef2";
}
.vpau-icon-telegram:before {
  content: "\eef4";
}
.vpau-icon-twitter:before {
  content: "\eef5";
}
.vpau-icon-vine:before {
  content: "\eef6";
}
.vpau-icon-vk:before {
  content: "\eef7";
}
.vpau-icon-renren:before {
  content: "\eef8";
}
.vpau-icon-twitch:before {
  content: "\eefe";
}
.vpau-icon-vimeo:before {
  content: "\eeff";
}
.vpau-icon-flickr:before {
  content: "\ef02";
}
.vpau-icon-flickr2:before {
  content: "\ef03";
}
.vpau-icon-flickr3:before {
  content: "\ef04";
}
.vpau-icon-dribbble:before {
  content: "\ef06";
}
.vpau-icon-behance:before {
  content: "\ef07";
}
.vpau-icon-deviantart:before {
  content: "\ef09";
}
.vpau-icon-500px:before {
  content: "\ef0a";
}
.vpau-icon-steam:before {
  content: "\ef0b";
}
.vpau-icon-dropbox:before {
  content: "\ef0d";
}
.vpau-icon-onedrive:before {
  content: "\ef0e";
}
.vpau-icon-github:before {
  content: "\ef0f";
}
.vpau-icon-npm:before {
  content: "\ef10";
}
.vpau-icon-basecamp:before {
  content: "\ef11";
}
.vpau-icon-trello:before {
  content: "\ef12";
}
.vpau-icon-wordpress:before {
  content: "\ef13";
}
.vpau-icon-joomla:before {
  content: "\ef14";
}
.vpau-icon-ello:before {
  content: "\ef15";
}
.vpau-icon-blogger:before {
  content: "\ef16";
}
.vpau-icon-blogger2:before {
  content: "\ef17";
}
.vpau-icon-tumblr2:before {
  content: "\ef19";
}
.vpau-icon-yahoo:before {
  content: "\ef1a";
}
.vpau-icon-yahoo2:before {
  content: "\ef1b";
}
.vpau-icon-appleinc:before {
  content: "\ef1d";
}
.vpau-icon-android:before {
  content: "\ef1f";
}
.vpau-icon-windows:before {
  content: "\ef20";
}
.vpau-icon-windows8:before {
  content: "\ef21";
}
.vpau-icon-soundcloud:before {
  content: "\ef22";
}
.vpau-icon-soundcloud2:before {
  content: "\ef23";
}
.vpau-icon-skype:before {
  content: "\ef24";
}
.vpau-icon-reddit:before {
  content: "\ef25";
}
.vpau-icon-hackernews:before {
  content: "\ef26";
}
.vpau-icon-wikipedia:before {
  content: "\ef27";
}
.vpau-icon-linkedin:before {
  content: "\ef28";
}
.vpau-icon-linkedin2:before {
  content: "\ef29";
}
.vpau-icon-lastfm:before {
  content: "\ef2a";
}
.vpau-icon-lastfm2:before {
  content: "\ef2b";
}
.vpau-icon-delicious:before {
  content: "\ef2c";
}
.vpau-icon-stumbleupon:before {
  content: "\ef2d";
}
.vpau-icon-stackoverflow:before {
  content: "\ef2f";
}
.vpau-icon-pinterest:before {
  content: "\ef30";
}
.vpau-icon-pinterest2:before {
  content: "\ef31";
}
.vpau-icon-xing2:before {
  content: "\ef33";
}
.vpau-icon-flattr:before {
  content: "\ef34";
}
.vpau-icon-foursquare:before {
  content: "\ef35";
}
.vpau-icon-yandex:before {
  content: "\e900";
}
.vpau-icon-yelp:before {
  content: "\ef36";
}.vp-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.vp-wrapper input[type=checkbox], .vp-wrapper input[type=radio] {
	margin: 2px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}
.vp-wrapper input[type=file] {
	display: block;
}
.authenticate-page {
	padding: 30px 15px;
	text-align: center;
}
.vpau-bg-box {
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid;
}
.vpau-bg-box > p {
	margin-top: 0;
}
.vpau-bg-box > p:last-child {
	margin-bottom: 0;
}
.vpau-bg-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.vpau-bg-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.vpau-bg-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.vpau-bg-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.vpau-athenticate-frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0 none;
	outline: 0 none;
}
.vpau-iframe-wrap {
	position: relative;
	height: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.vp-help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}
.vp-inner-footer {
	margin-top: 20px;
	margin-bottom: 0;
}
.vp-wrapper label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
.vp-wrapper label.invalid,
.vp-wrapper .vp-invalid label {
	color: #a94442;
}
.vp-form-group {
	margin-bottom: 15px;
}
.vp-form-group.spacer-group {
	margin-bottom: 5px;
}
.vp-wrapper .spacer-group label {
	font-weight: normal;
}
.vp-form-horizontal .vp-form-submission {
	padding-top: 30px;
}
@media (min-width : 768px) {
	.vp-form-horizontal .vp-form-group,
	.vp-form-horizontal .vp-form-submission {
		position: relative;
		padding-left: 220px;
	}
	.vp-form-horizontal .vp-form-group > label {
		position: absolute;
		top: 5px;
		left: 0;
		max-width: 200px;
	}
}
.vp-tab-content h3 {
	margin-top: 0;
	padding-top: 0;
	line-height: 1;
}
.vp-wrapper select, .vp-wrapper textarea, .vp-wrapper input[type="text"], 
.vp-wrapper input[type="password"], .vp-wrapper input[type="datetime"], 
.vp-wrapper input[type="datetime-local"], .vp-wrapper input[type="date"], 
.vp-wrapper input[type="month"], .vp-wrapper input[type="time"], 
.vp-wrapper input[type="week"], .vp-wrapper input[type="number"], 
.vp-wrapper input[type="email"], .vp-wrapper input[type="url"], 
.vp-wrapper input[type="search"], .vp-wrapper input[type="tel"], 
.vp-wrapper input[type="color"], .vp-wrapper .uneditable-input,
.vp-wrapper input[type="text"]:required:invalid, .vp-wrapper input[type="password"]:required:invalid,
.vp-wrapper input[type="number"]:required:invalid, .vp-wrapper input[type="email"]:required:invalid,
.vp-wrapper input[type="date"]:required:invalid, .vp-wrapper input[type="url"]:required:invalid,
.vp-wrapper input:required[type="search"]:invalid, .vp-wrapper input[type="tel"]:required:invalid,
.vp-wrapper input:required[type="color"]:invalid, .vp-wrapper input[type="datetime"]:required:invalid {
	display: block;
	width: 100% !important;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-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;
}
.vp-wrapper textarea {
	height: auto !important;
}
.vp-wrapper select.chzn-done {
	display: none !important;
}
.vp-wrapper select:focus, .vp-wrapper textarea:focus, .vp-wrapper input[type="text"]:focus, 
.vp-wrapper input[type="password"]:focus, .vp-wrapper input[type="datetime"]:focus, 
.vp-wrapper input[type="datetime-local"]:focus, .vp-wrapper input[type="date"]:focus,
.vp-wrapper input[type="month"]:focus, .vp-wrapper input[type="time"]:focus, 
.vp-wrapper input[type="week"]:focus, .vp-wrapper input[type="number"]:focus, 
.vp-wrapper input[type="email"]:focus, .vp-wrapper input[type="url"]:focus, 
.vp-wrapper input[type="search"]:focus, .vp-wrapper input[type="tel"]:focus, 
.vp-wrapper input[type="color"]:focus, .vp-wrapper .uneditable-input:focus,
.vp-wrapper select:required:invalid:focus, .vp-wrapper textarea:required:invalid:focus, .vp-wrapper input:required:invalid:focus {
	border-color: #66afe9;
	color: #555;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.vp-wrapper .input-append input[type="text"] {
	width: 90% !important;
	display: inline-block !important;
}
.vp-wrapper .input-append {
	display: block;
}
.vp-wrapper .vp-invalid select, .vp-wrapper .vp-invalid textarea, .vp-wrapper .vp-invalid input[type="text"], 
.vp-wrapper .vp-invalid input[type="password"], .vp-wrapper .vp-invalid input[type="datetime"], 
.vp-wrapper .vp-invalid input[type="datetime-local"], .vp-wrapper .vp-invalid input[type="date"], 
.vp-wrapper .vp-invalid input[type="month"], .vp-wrapper .vp-invalid input[type="time"], 
.vp-wrapper .vp-invalid input[type="week"], .vp-wrapper .vp-invalid input[type="number"], 
.vp-wrapper .vp-invalid input[type="email"], .vp-wrapper .vp-invalid input[type="url"], 
.vp-wrapper .vp-invalid input[type="search"], .vp-wrapper .vp-invalid input[type="tel"], 
.vp-wrapper .vp-invalid input[type="color"], .vp-wrapper .vp-invalid .uneditable-input,
.vp-wrapper input.invalid, .vp-wrapper select.invalid, .vp-wrapper textarea.invalid,
.vp-wrapper input.invalid:required, .vp-wrapper select.invalid:required, .vp-wrapper textarea.invalid:required {
    border-color: #a94442;
    color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.vp-wrapper .vp-invalid select:focus, .vp-wrapper .vp-invalid textarea:focus, .vp-wrapper .vp-invalid input[type="text"]:focus, 
.vp-wrapper .vp-invalid input[type="password"]:focus, .vp-wrapper .vp-invalid input[type="datetime"]:focus, 
.vp-wrapper .vp-invalid input[type="datetime-local"]:focus, .vp-wrapper .vp-invalid input[type="date"]:focus,
.vp-wrapper .vp-invalid input[type="month"]:focus, .vp-wrapper .vp-invalid input[type="time"]:focus, 
.vp-wrapper .vp-invalid input[type="week"]:focus, .vp-wrapper .vp-invalid input[type="number"]:focus, 
.vp-wrapper .vp-invalid input[type="email"]:focus, .vp-wrapper .vp-invalid input[type="url"]:focus, 
.vp-wrapper .vp-invalid input[type="search"]:focus, .vp-wrapper .vp-invalid input[type="tel"]:focus, 
.vp-wrapper .vp-invalid input[type="color"]:focus, .vp-wrapper .vp-invalid .uneditable-input:focus,
.vp-wrapper input.invalid:focus, .vp-wrapper select.invalid:focus, .vp-wrapper textarea.invalid:focus,
.vp-wrapper input.invalid:required:focus, .vp-wrapper select.invalid:required:focus, .vp-wrapper textarea.invalid:required:focus {
    border-color: #843534;
    color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}
.vp-wrapper .vp-field-tip {
	color: #a94442;
	font-size: 0.95em;
}
.vp-checkbox, .vp-radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.vp-checkbox input[type=checkbox], .vp-checkbox-inline input[type=checkbox], .vp-radio input[type=radio], .vp-radio-inline input[type=radio] {
	position: absolute;
	margin-top: 2px\9;
	margin-left: -20px;
}
.vp-tos-checkbox {
	position: relative;
	display: block;
	padding-left: 20px;
}
.vp-tos-checkbox input[type=checkbox] {
	float: left;
	margin-left: -20px;
}
.vp-tos-checkbox label {
	font-weight: normal;
}
.vp-checkbox label, .vp-radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}
.vp-tabs {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.vp-tabs > ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
.vp-tabs > ul > li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 50%;
}
.vp-tabs > ul > li > a {
	display: block;
	padding: 0 40px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	margin: 0;
	border: 1px solid #ddd;
	background: #EEE;
	color: #777;
	min-width: 180px;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: color linear .2s, background linear .2s;
	-o-transition: color linear .2s, background linear .2s;
	transition: color linear .2s, background linear .2s;
}
.vp-tabs > ul > li:first-child > a {
	border-right: 0 none;
}
.vp-tabs > ul > li.vp-active > a {
	cursor: default;
	background: #FFF;
	color: #333;
}
.vp-tab-contents,
.vp-empty-box,
.vp-inner-wrapper {
	max-width: 360px;
	border: 1px solid #ddd;
	padding: 40px 30px 20px;
	margin: 0 auto;
	margin-top: 30px;
}
.vp-inner-wrapper {
	padding-top: 30px;
}
.vp-empty-box {
	padding: 15px;
	text-align: center;
}
.vp-field-help,
.vp-inner-footer {
	text-align: right;
	font-size: 0.9em;
}
.vp-inner-footer a,
.vp-field-help > a {
	color: #aaa;
}
.vp-inner-footer {
	text-align: center;
}
.vp-wrapper .vp-btn,
.vp-wrapper .vpau-btn {
	display: inline-block;
	padding: 4px 20px;
	line-height: 1;
	font-size: inherit;
	margin: 0;
	background-color: #E6E6E6;
	border: 0 none;
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 2px;
}
.vp-wrapper .vpau-btn-link,
.vp-wrapper .vpau-btn-link:hover,
.vp-wrapper .vpau-btn-link:focus,
.vp-wrapper .vpau-btn-link:visited,
.vp-wrapper .vpau-btn-link:active {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent; 
	outline: 0 none;
	border-radius: 0;
	color: #428bca;
	font-weight: normal;
	text-decoration: none;
}
.vp-wrapper .vpau-btn-link:hover {
	text-decoration: underline;
}
.vp-wrapper .vp-btn-primary {
	background-color: #2c8d2f;
	color: #fff;
}
.vp-wrapper .vp-btn-primary:hover, .vp-wrapper .vp-btn-primary:focus {
	color: #fff;
}
.vp-tabs > li > a:hover, .vp-tabs > li > a:focus,
.vp-wrapper .vp-btn:hover, .vp-wrapper .vp-btn:focus {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
	background-image: -moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
	background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}
.vp-wrapper .vp-btn:hover, .vp-wrapper .vp-btn:focus {
	border: 0 none;
}
.vpau-social-buttons .vpau-btn {
	float: left;
	margin: 0 3px 10px 3px;
	padding: 0;
}
.vpau-btn-position-1, .vpau-btn-position-2 {
	width: 143px;
}
.vp-wrapper .vp-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}
.vp-wrapper .vp-input-group-btn {
	display: table-cell;
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}
.vpau-social-buttons .vpau-openid-wrapper .vpau-btn {
	font-size: 14px;
	padding: 10px;
}

.vp-wrapper .vp-btn-lg {
	padding: 18px 35px;
	font-size: 1em;
	line-height: 1;
}
.vp-form-submission > .vp-btn, .vp-form-submission > .vp-checkbox {
	display: inline-block;
}
.vp-form-submission > .vp-checkbox {
	margin-left: 15px;
}

.vp-hide {
	display: none;
}
.vp-clearfix:before, .vp-clearfix:after {
	display: table;
	content: " ";
}
.vp-clearfix:after {
	clear: both;
}
.vp-or-container {
	text-align: center;
	margin: 20px 0;
	color: grey;
	font-variant: small-caps;
}
.vpau-openid-wrapper .vp-or-container {
	margin-bottom: 0;
}
hr.vp-or-hr {
	margin-bottom: -20px;
	height: 0;
	border: 0;
	border-top: 1px solid #e6e6e6;
}
.vp-or {
	display: inline-block;
	position: relative;
	padding: 10px;
	background-color: #fff;
}
#vp-login-content .star {
	visibility: hidden;
}
.vpau-btn > .vpau-icon-container {
	width: 36px;
	line-height: 1;
	height: 100%;
	line-height: 36px;
	height: 36px;
	padding: 0;
	float: left;
	text-align: center;
}
.vpau-icon-container > [class^="vpau-icon-"], .vpau-icon-container > [class*=" vpau-icon-"] {
	font-size: 16px !important;
	height: 16px;
	width: 16px;
	line-height: 36px !important;
}
.vpau-icon-container > .vpau-icon-google-plus {
	font-size: 18px !important;
}
.vpau-btn > .vpau-text {
	display: none;
	padding: 0;
	line-height: 36px !important;
}
.vpau-btn.vpau-btn-position-1, .vpau-btn.vpau-btn-position-2 {
	padding-left: 2px;
	padding-right: 2px;
}
.vpau-btn-position-1 .vpau-icon-container, .vpau-btn-position-2 .vpau-icon-container {
	border-right: 1px solid rgba(0,0,0,0.1);
	width: 38px;
}
.vpau-btn-position-1 .vpau-text, .vpau-btn-position-2 .vpau-text {
	display: block;
}
.vp-wrapper .vpau-btn-facebook {
	background: #395697;
	color: #FFF;
}
.vp-wrapper .vpau-btn-google {
	background: #e0492f;
	color: #FFF;
}
.vp-wrapper .vpau-btn-twitter {
	background: #1b95e0;
	color: #FFF;
}
.vp-wrapper .vpau-btn-linkedin {
	background: #4875B4;
	color: #FFF;
}
.vp-wrapper .vpau-btn-live {
	background: #0072C6;
	color: #FFF;
}
.vp-wrapper .vpau-btn-yahoo {
	background: #7B0099;
	color: #FFF;
}
.vp-wrapper .vpau-btn-foursquare {
	background: #f94877;
	color: #FFF;
}
.vp-wrapper .vpau-btn-github {
	background: #24292e;
	color: #FFF;
}
.vp-wrapper .vpau-btn-yandex {
	background: #F00;
	color: #FFF;
}
.vp-form-group .spacer .text {
	display: block;
	text-align: right;
}
.vp-wrapper .star, .vp-wrapper .red{
	color: #ec1c00;
}
.vp-wrapper .add-margin-top {
	margin-top: 20px;
}
.vp-strength-container .vp-weight-text,
.vp-strength-container > .vp-weight-text span,
.vp-strength-container .vp-strength-meter {
	display: none;
}
.vp-strength-container .vp-weight-text {
	line-height: 1.1;
	margin-top: 5px;
}
[class^="vp-weight-"] > .vp-weight-text,
[class*=" vp-weight-"] > .vp-weight-text,
[class^="vp-weight-"] > .vp-strength-meter,
[class*=" vp-weight-"] > .vp-strength-meter {
	display: block;
}
.vp-strength-container .vp-strength-meter {
	margin-top: 5px;
	height: 5px;
	position: relative;
	background: #eee;
}
.vp-strength-container > .vp-weight-text > .vp-weight-label {
	display: inline;
	font-weight: bold;
}
.vp-weight-short > .vp-weight-text > .is-short {
	display: inline;
}
.vp-weight-weak > .vp-weight-text > .is-weak {
	display: inline;
}
.vp-weight-good > .vp-weight-text > .is-good {
	display: inline;
}
.vp-weight-strong > .vp-weight-text > .is-strong {
	display: inline;
}
.vp-weight-verystrong > .vp-weight-text > .is-verystrong {
	display: inline;
}
.vp-strength-meter > span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 5px;
	margin: 0;
	padding: 0;
	-webkit-transition: width ease-in-out .2s;
	-o-transition: width ease-in-out .2s;
	transition: width ease-in-out .2s;
}
.vp-weight-short > .vp-strength-meter > span {
	width: 20%;
	background: #d9534f;
}
.vp-weight-weak > .vp-strength-meter > span {
	width: 40%;
	background: #f0ad4e;
}
.vp-weight-good > .vp-strength-meter > span {
	width: 60%;
	background: #5bc0de;
}
.vp-weight-strong > .vp-strength-meter > span {
	width: 80%;
	background: #76c261;
}
.vp-weight-verystrong > .vp-strength-meter > span {
	width: 100%;
	background: #5cb85c;
}
.vpau-avatar-label {
	display: inline-block;
}
.vpau-avatar-label input[type="file"] {
	position: fixed;
	top: -1000px;
}
.vpau-text-loading,
.vapu-avatar-loading .vpau-text-upload {
	display: none;
}
.vapu-avatar-loading .vpau-text-loading {
	display: inline;
}
.vp-profile-header {
	position: relative;
	margin-bottom: 20px;
}
.vp-profile-header.with-profile-picture {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vp-profile-picture-cont {
	width: 90px;
	height: 90px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 1rem;
}
.vp-profile-picture-cont > span {
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 2px;
}
.vp-profile-picture {
	max-width: 100%;
	width: auto \9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.vp-user-name > h3 {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 20px;
}
.dl-inline {
	margin-bottom: 10px;
}
.dl-inline > dt,
.dl-inline > dd {
	display: inline-block;
}
.dl-inline > dt:after {
	display: inline-block;
	content: ":"
}
.dl-inline > dd {
	margin-right: 7px;
}
.ul-inline {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.ul-inline > li {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.vp-wrapper .text-error {
	color: #a94442;
}
.vp-wrapper .vpau-avatar-label {
	margin-top: 5px;
	font-weight: normal;
}
.vp-article-author {
	position: relative;
	border: 1px solid #DDD;
	padding: 15px 20px;
	background-color: #FAFAFA;
}
.vp-article-author.above {
	margin-bottom: 20px;
}
.vp-article-author.below {
	margin-top: 20px;
}
.vp-article-author.with-profile-picture {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vp-author-info,
.vp-account-info-cont {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.vp-author-info h3 {
	margin-top: 0;
	font-size: 1.5em;
	line-height: 1.2;
}
.vp-list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}
.vp-list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.vpau-loadsocial {
	margin-bottom: 20px;
}
.vp-registration-page h3,
.vp-login-only-page h3 {
	margin-top: 0;
	margin-bottom: 15px;
}
.vp-registration-page .vpau-social-buttons,
.vp-login-only-page .vpau-social-buttons {
	padding-top: 15px;
}
/* For module */
.vp-login-module .vp-tabs:after {
	border-bottom: 1px solid #DDD;
	display: block;
	width: 100%;
	z-index: 1;
}
.vp-login-module .vp-tabs > ul > li {
	top: 3px;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.vp-login-module .vp-tabs > ul > li > a {
	padding: 0 20px;
	font-size: 14px;
	height: 36px;
	line-height: 35px;
	margin: 0 5px;
	border: 1px solid #DDD;
	border-bottom: 0 none;
	background: #EEE;
	color: #777;
	min-width: 100px;
}
.vp-login-module .vp-tabs > ul > li:last-child {
	float: right;
}
.vp-login-module .vp-tabs > ul > li.vp-active {
	top: auto;
	bottom: -1px;
	z-index: 2;
}
.vp-login-module .vp-tabs > ul > li.vp-active > a {
	font-weight: normal;
	background: #FFF;
	color: #333;
	height: 40px;
	height: 39px;
}
.vp-login-module .vp-tab-contents,
.vp-login-module .vp-empty-box,
.vp-login-module .vp-inner-wrapper {
	padding: 0;
	border: 0 none;
}
.vp-login-module .vp-empty-box {
	text-align: inherit;
}
.vp-logout-module-avatar {
	height: auto;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.vp-logout-module-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.vp-logout-module-info .login-greeting {
	margin-bottom: 15px;
}
.vp-profile-picture-modal {
	display: inline-block;
	border: 1px solid #ddd;
	background-color: #fff;
	padding: 2px;
}
.vp-profile-picture-modal > img {
	max-height: 32px;
}

/* Modal */
.vpau-modal-bg,
.vpau-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0;
	z-index: 1050;
}
.vpau-modal {
	position: absolute;
}
.vpau-modal {
	background: 0 none;
	z-index: 1055;
}
.vpau-fade {
	display: block;
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.vpau-fade.vpau-in {
	opacity: 1;
}
.vpau-modal-bg.vpau-in {
	opacity: 0.6;
}
.vpau-modal-dialog {
	position: relative;
	margin: 30px auto;
	width: 380px;
}
.vpau-modal.vpau-fade .vpau-modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0,-25%,0);
	-o-transform: translate3d(0,-25%,0);
	transform: translate3d(0,-25%,0);
}
.vpau-modal.vpau-in .vpau-modal-dialog {
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.vpau-modal-inner {
	position: relative;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	box-shadow: 0 3px 9px rgba(0,0,0,0.5);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	outline: 0;
}
.vpau-modal-inner > form {
	margin: 0;
	padding: 0;
}
button.vpau-modal-close {
	float: right;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	opacity: .2;
	filter: alpha(opacity=20);
}
.vpau-modal-close:hover,
.vpau-modal-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5;
	outline: none;
	filter: alpha(opacity=50);
}
.vpau-modal-header {
	padding: 15px 25px;
	border-bottom: 1px solid #e5e5e5;
}
.vpau-modal-header > h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.8;
	margin: 0;
	padding: 0;
}
.vpau-modal-body {
	position: relative;
	width: 100%;
	padding: 25px;
	max-height: 650px;
	overflow-y: auto;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.vpau-modal-open {
	overflow: hidden;
}
.vpau-modal-body .vp-form-submission {
	margin-bottom: 20px;
}
.vpau-modal-footer {
	font-size: 0.9em;
	text-align: center;
}
.vpau-modal-footer .vp-list-inline {
	margin-bottom: 0;
}
.vpau-modal-footer a {
	color: #aaa;
}
.vp-wrapper .vpau-modal-buttons {
	margin-bottom: 0;
}
.vpau-modal-open .vpau-modal {
	overflow-x: hidden;
	overflow-y: auto;
}
#vptos-modal .iziModal-header-title {
	font-size: 20px;
	font-weight: normal;
}
#vptos-modal {
	max-height: 600px;
}
@media(max-width: 450px) {
	.vpau-modal-dialog {
		width: 90%;
	}
	.vp-login-page .vp-tabs > ul > li {
		float: none;
	}
	.vp-login-page .vp-tabs > ul > li > a {
		width: 100%;
		min-width: 200px;
	}
	.vp-login-page .vp-tabs > ul > li:first-child > a {
		border-right: 1px solid #ddd;
		border-bottom: 0 none;
	}
}/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}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}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(/media/vpframework/fonts/glyphicons-halflings-regular.eot);src:url(/media/vpframework/fonts/glyphicons-halflings-regular.eot#iefix) format('embedded-opentype'),url(/media/vpframework/fonts/glyphicons-halflings-regular.woff) format('woff'),url(/media/vpframework/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(/media/vpframework/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:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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-lock:before{content:"\e033"}.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-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.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-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.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-bell:before{content:"\e123"}.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-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-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"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,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:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}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}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}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;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.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{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.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{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.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{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.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{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-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{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.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{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.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 #ddd}.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 #ddd}.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-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.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-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.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}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.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}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.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}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.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>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}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;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-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,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{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,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.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;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;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:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.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:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;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-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;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-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;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-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;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-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;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:#2a6496;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:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.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;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.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:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.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}.navbar-right .dropdown-menu-left{right:auto;left:0}}.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:0}.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{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-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-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.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,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.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-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;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:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].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,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].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:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;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>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-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>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.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:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.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 #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.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:#fff;background-color:#428bca}.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{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;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-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;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;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.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;-webkit-box-shadow:none;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}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;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:#555;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:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.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{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;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:#fff;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:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.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{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.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;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.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:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.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-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-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-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.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:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.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:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning,.alert-message{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr,.alert-message hr{border-top-color:#f7e1b5}.alert-warning .alert-link,.alert-message .alert-link{color:#66512c}.alert-danger,.alert-error{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr,.alert-error hr{border-top-color:#e4b9c0}.alert-danger .alert-link,,.alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.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{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-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:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.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,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{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:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.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:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.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 #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.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,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(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:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;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:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;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{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{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;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-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%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.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}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/media/vpframework/fonts/fontawesome-webfont.eot?v=4.6.3);
  src: url(/media/vpframework/fonts/fontawesome-webfont.eot#iefix&v=4.6.3) format('embedded-opentype'), url(/media/vpframework/fonts/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(/media/vpframework/fonts/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(/media/vpframework/fonts/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(/media/vpframework/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'vpframework-fa';
  src:  url(/media/vpframework/fonts/vpframework-fa.eot?qcte4r=);
  src:  url(/media/vpframework/fonts/vpframework-fa.eot?qcte4r=#iefix) format('embedded-opentype'),
    url(/media/vpframework/fonts/vpframework-fa.ttf?qcte4r=) format('truetype'),
    url(/media/vpframework/fonts/vpframework-fa.woff?qcte4r=) format('woff'),
    url(/media/vpframework/fonts/vpframework-fa.svg?qcte4r=#vpframework-fa) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,
[class^="star-"], [class*=" star-"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="fa-smart"], [class*=" fa-smart"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vpframework-fa' !important;
  font-size: inherit;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.star-on-png:before,
.fa-star:before {
  content: "\f005";
}
.star-off-png:before,
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.star-half-png:before,
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* New icons */
.fa-smart-search:before {
  content: "\e903";
}
.fa-smart-cart-o:before {
  content: "\e90c";
}
.fa-smart-cart:before {
  content: "\e901";
}
.fa-smart-basket:before {
  content: "\e900";
}
.fa-smart-left:before {
  content: "\e902";
}
.fa-smart-right:before {
  content: "\e904";
}
.fa-smart-bag:before {
  content: "\e909";
}
.fa-smart-cross:before {
  content: "\e90a";
}@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated-fast {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated-faster {
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

@-webkit-keyframes fadeUpIn {
  from { 
  	opacity: 0; 
  	-webkit-transform: scale(1.5);
  	transform: scale(1.5);
  }
}

@-webkit-keyframes fadeUpOut {
  to { 
  	opacity: 0; 
  	-webkit-transform: scale(1.5);
  	transform: scale(1.5);
  }
}

/* scaleUp */
.fadeUpIn {
  -webkit-animation-name: fadeUpIn;
          animation-name: fadeUpIn;
}

.fadeUpOut {
  -webkit-animation-name: fadeUpOut;
          animation-name: fadeUpOut;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
            transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
            transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
      -ms-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
            transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
            transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

@keyframes fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
            transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
            transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
            transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
            transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
            transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
            transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
            animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
            transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    visibility: visible;
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}.bootstrap-dialog .modal-header{border-top-left-radius:4px;border-top-right-radius:4px}.bootstrap-dialog .bootstrap-dialog-title{color:#fff;display:inline-block}.bootstrap-dialog.type-default .bootstrap-dialog-title{color:#333}.bootstrap-dialog.size-normal .bootstrap-dialog-title{font-size:16px}.bootstrap-dialog.size-large .bootstrap-dialog-title{font-size:24px}.bootstrap-dialog .bootstrap-dialog-close-button{float:right;filter:alpha(opacity=90);-moz-opacity:.9;-khtml-opacity:.9;opacity:.9}.bootstrap-dialog.size-normal .bootstrap-dialog-close-button{font-size:20px}.bootstrap-dialog.size-large .bootstrap-dialog-close-button{font-size:30px}.bootstrap-dialog .bootstrap-dialog-close-button:hover{cursor:pointer;filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1}.bootstrap-dialog.size-normal .bootstrap-dialog-message{font-size:14px}.bootstrap-dialog.size-large .bootstrap-dialog-message{font-size:18px}.bootstrap-dialog.type-default .modal-header{background-color:#fff}.bootstrap-dialog.type-info .modal-header{background-color:#5bc0de}.bootstrap-dialog.type-primary .modal-header{background-color:#428bca}.bootstrap-dialog.type-success .modal-header{background-color:#5cb85c}.bootstrap-dialog.type-warning .modal-header{background-color:#f0ad4e}.bootstrap-dialog.type-danger .modal-header{background-color:#d9534f}.bootstrap-dialog .bootstrap-dialog-button-icon{margin-right:3px}.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0{-moz-transform:rotate(0)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0{-o-transform:rotate(0)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0{-ms-transform:rotate(0)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0{transform:rotate(0)}100%{transform:rotate(359deg)}}/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\9}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/media/vpframework/images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}.nano{position:relative;width:100%;height:100%;overflow:hidden}.nano>.nano-content{position:absolute;overflow:scroll;overflow-x:hidden;top:0;right:0;bottom:0;left:0}.nano>.nano-content:focus{outline:dotted thin}.nano>.nano-content::-webkit-scrollbar{display:none}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.nano>.nano-pane{background:rgba(0,0,0,.25);position:absolute;width:10px;right:0;top:0;bottom:0;opacity:.01;-webkit-transition:.2s;-moz-transition:.2s;-o-transition:.2s;transition:.2s;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.nano>.nano-pane>.nano-slider{background:#444;background:rgba(0,0,0,.5);position:relative;margin:0 1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px}.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane{opacity:.99}/**
 * jQuery.mmenu CSS
 * jQuery.mmenu panels CSS
*/
.mm-menu.mm-horizontal>.mm-panel{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease}.mm-menu .mm-hidden{display:none}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu,.mm-menu>.mm-panel{width:100%;height:100%;position:absolute;left:0;top:0;z-index:0}.mm-menu{display:block;overflow:hidden;padding:0}.mm-menu>.mm-panel{background:inherit;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;padding:20px;-webkit-transform:translate(100%,0);-moz-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0)}.mm-menu>.mm-panel.mm-opened{-webkit-transform:translate(0%,0);-moz-transform:translate(0%,0);-ms-transform:translate(0%,0);-o-transform:translate(0%,0);transform:translate(0%,0)}.mm-menu>.mm-panel.mm-subopened{-webkit-transform:translate(-30%,0);-moz-transform:translate(-30%,0);-ms-transform:translate(-30%,0);-o-transform:translate(-30%,0);transform:translate(-30%,0)}.mm-menu>.mm-panel.mm-highest{z-index:1}.mm-menu .mm-list{padding:20px 0}.mm-menu>.mm-list{padding-bottom:0}.mm-menu>.mm-list:after{content:'';display:block;height:40px}.mm-panel>.mm-list{margin-left:-20px;margin-right:-20px}.mm-panel>.mm-list:first-child{padding-top:0}.mm-list,.mm-list>li{list-style:none;display:block;padding:0;margin:0}.mm-list{font:inherit;font-size:14px}.mm-list a,.mm-list a:hover{text-decoration:none}.mm-list>li{position:relative}.mm-list>li>a,.mm-list>li>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:inherit;line-height:20px;display:block;padding:10px 10px 10px 20px;margin:0}.mm-list>li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after{content:'';border-bottom-width:1px;border-bottom-style:solid;display:block;bottom:0;width:auto;margin-left:20px;position:relative;left:auto}.mm-list a.mm-subopen{background:rgba(3,2,1,0);width:40px;height:100%;padding:0;position:absolute;right:0;top:0;z-index:2}.mm-list a.mm-subopen:before{content:'';border-left-width:1px;border-left-style:solid;display:block;height:100%;position:absolute;left:0;top:0}.mm-list a.mm-subopen.mm-fullsubopen{width:100%}.mm-list a.mm-subopen.mm-fullsubopen:before{border-left:none}.mm-list a.mm-subopen+a,.mm-list a.mm-subopen+span{padding-right:5px;margin-right:40px}.mm-list>li.mm-selected>a.mm-subopen{background:0 0}.mm-list>li.mm-selected>a.mm-fullsubopen+a,.mm-list>li.mm-selected>a.mm-fullsubopen+span{padding-right:45px;margin-right:0}.mm-list a.mm-subclose{text-indent:20px;padding-top:30px;margin-top:-20px}.mm-list>li.mm-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:10px;text-transform:uppercase;text-indent:20px;line-height:25px;padding-right:5px}.mm-list>li.mm-spacer{padding-top:40px}.mm-list>li.mm-spacer.mm-label{padding-top:25px}.mm-list a.mm-subclose:before,.mm-list a.mm-subopen:after{content:'';border:2px solid transparent;display:inline-block;width:7px;height:7px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);margin-bottom:-5px;position:absolute;bottom:50%}.mm-list a.mm-subopen:after{border-top:none;border-left:none;right:18px}.mm-list a.mm-subclose:before{border-right:none;border-bottom:none;margin-bottom:-15px;left:22px}.mm-menu.mm-vertical .mm-list .mm-panel{display:none;padding:10px 0 10px 10px}.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after{border-color:transparent}.mm-menu.mm-vertical .mm-list li.mm-opened>.mm-panel{display:block}.mm-menu.mm-vertical .mm-list>li>a.mm-subopen{height:40px}.mm-menu.mm-vertical .mm-list>li>a.mm-subopen:after{top:16px;bottom:auto}.mm-menu.mm-vertical .mm-list>li.mm-opened>a.mm-subopen:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen{height:25px}html.mm-opened .mm-page{box-shadow:0 0 20px rgba(0,0,0,.5)}.mm-menu{background:#333;color:rgba(255,255,255,.6)}.mm-menu .mm-list>li:after{border-color:rgba(0,0,0,.15)}.mm-menu .mm-list>li>a.mm-subclose{background:rgba(0,0,0,.1);color:rgba(255,255,255,.3)}.mm-menu .mm-list>li>a.mm-subclose:before,.mm-menu .mm-list>li>a.mm-subopen:after{border-color:rgba(255,255,255,.3)}.mm-menu .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.15)}.mm-menu .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu .mm-list>li.mm-selected>span{background:rgba(0,0,0,.1)}.mm-menu .mm-list>li.mm-label,.mm-menu.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-vertical .mm-list li.mm-opened>ul{background:rgba(255,255,255,.05)}.mm-page{box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease}html.mm-opened{overflow:hidden;position:relative}html.mm-opened body{overflow:hidden}html.mm-background .mm-page{background:inherit}#mm-blocker{background:rgba(3,2,1,0);display:none;width:100%;height:100%;position:fixed;top:0;left:0;z-index:999999}html.mm-blocking #mm-blocker,html.mm-opened #mm-blocker{display:block}.mm-menu.mm-offcanvas{display:none;position:fixed}.mm-menu.mm-current{display:block}.mm-menu{width:80%;min-width:140px;max-width:440px}html.mm-opening .mm-slideout{-webkit-transform:translate(80%,0);-moz-transform:translate(80%,0);-ms-transform:translate(80%,0);-o-transform:translate(80%,0);transform:translate(80%,0)}@media all and (max-width:175px){html.mm-opening .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width:550px){html.mm-opening .mm-slideout{-webkit-transform:translate(440px,0);-moz-transform:translate(440px,0);-ms-transform:translate(440px,0);-o-transform:translate(440px,0);transform:translate(440px,0)}}.mm-buttonbar{border:1px solid transparent;border-radius:5px;text-align:center;line-height:20px;overflow:hidden;display:block;padding:0;margin:0;position:relative}.mm-buttonbar:after{content:'';display:block;clear:both}.mm-buttonbar>*{border-left:1px solid transparent;box-sizing:border-box;display:block;width:100%;height:100%;float:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-buttonbar>a{text-decoration:none}.mm-buttonbar>input{position:absolute;left:-1000px;top:-1000px}.mm-buttonbar>input:checked+label{border-color:transparent!important}.mm-buttonbar>:first-child,.mm-buttonbar>input:first-child+*{border-left:none}.mm-buttonbar.mm-buttonbar-2>*{width:50%}.mm-buttonbar.mm-buttonbar-3>*{width:33.33%}.mm-buttonbar.mm-buttonbar-4>*{width:25%}.mm-buttonbar.mm-buttonbar-5>*{width:20%}.mm-header .mm-buttonbar{margin-top:20px;margin-left:-30px;margin-right:-30px}.mm-footer .mm-buttonbar{border:none;border-radius:none;line-height:40px;margin:-10px -10px 0 -20px}.mm-footer .mm-buttonbar>*{border-left:none}.mm-list>li>.mm-buttonbar{margin:10px 20px}.mm-menu .mm-buttonbar{border-color:rgba(255,255,255,.6);background:#333}.mm-menu .mm-buttonbar>*{border-color:rgba(255,255,255,.6)}.mm-menu .mm-buttonbar>input:checked+label{background:rgba(255,255,255,.6);color:#333}em.mm-counter{font:inherit;font-size:14px;font-style:normal;text-indent:0;line-height:20px;display:block;margin-top:-10px;position:absolute;right:40px;top:50%}em.mm-counter+a.mm-subopen{padding-left:40px}em.mm-counter+a.mm-subopen+a,em.mm-counter+a.mm-subopen+span{margin-right:80px}em.mm-counter+a.mm-fullsubopen{padding-left:0}.mm-vertical em.mm-counter{top:12px;margin-top:0}.mm-nosubresults>em.mm-counter{display:none}.mm-menu em.mm-counter{color:rgba(255,255,255,.3)}html.mm-opened.mm-dragging #mm-blocker,html.mm-opened.mm-dragging .mm-fixed-bottom,html.mm-opened.mm-dragging .mm-fixed-top,html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-page{-webkit-transition-duration:0s;-moz-transition-duration:0s;-ms-transition-duration:0s;-o-transition-duration:0s;transition-duration:0s}.mm-footer{background:inherit;border-top:1px solid transparent;text-align:center;line-height:20px;box-sizing:border-box;width:100%;height:40px;padding:10px 10px 0 20px;position:absolute;z-index:2;bottom:0;left:0}.mm-menu.mm-hasfooter>.mm-panel:after{height:80px}.mm-menu .mm-footer{border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.3)}.mm-header{background:inherit;border-bottom:1px solid transparent;text-align:center;line-height:20px;box-sizing:border-box;width:100%;height:60px;padding:0 50px;position:absolute;z-index:2;top:0;left:0}.mm-header .mm-close,.mm-header .mm-next,.mm-header .mm-prev,.mm-header .mm-title{padding-top:30px}.mm-header .mm-title{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:inline-block;width:100%;position:relative}.mm-header .mm-close,.mm-header .mm-next,.mm-header .mm-prev{text-decoration:none;display:block;box-sizing:border-box;min-width:10px;height:100%;position:absolute;top:0;z-index:1}.mm-header .mm-prev{padding-left:20px;padding-right:10px;left:0}.mm-header .mm-close,.mm-header .mm-next{padding-left:10px;padding-right:20px;right:0}.mm-header [href].mm-next:after,.mm-header [href].mm-prev:before{content:'';border:2px solid transparent;display:inline-block;width:7px;height:7px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-header [href].mm-prev:before{border-right:none;border-bottom:none;margin-left:2px;margin-right:5px}.mm-header [href].mm-close:after,.mm-header [href].mm-next:after{margin-left:5px;margin-right:-2px}.mm-header [href].mm-next:after{border-top:none;border-left:none}.mm-header [href].mm-close:after{content:'x'}.mm-menu.mm-hassearch .mm-header{height:50px;top:50px}.mm-menu.mm-hassearch .mm-header .mm-close,.mm-menu.mm-hassearch .mm-header .mm-next,.mm-menu.mm-hassearch .mm-header .mm-prev,.mm-menu.mm-hassearch .mm-header .mm-title{padding-top:20px}.mm-menu.mm-hasheader li.mm-subtitle{display:none}.mm-menu.mm-hasheader>.mm-panel{padding-top:80px}.mm-menu.mm-hasheader>.mm-panel.mm-list{padding-top:60px}.mm-menu.mm-hasheader>.mm-panel>.mm-list:first-child{margin-top:-20px}.mm-menu.mm-hasheader.mm-hassearch>.mm-panel{padding-top:120px}.mm-menu.mm-hasheader.mm-hassearch>.mm-panel.mm-list{padding-top:100px}.mm-menu .mm-header{border-color:rgba(0,0,0,.15);color:rgba(255,255,255,.3)}.mm-menu .mm-header .mm-close:after,.mm-menu .mm-header .mm-next:after,.mm-menu .mm-header .mm-prev:before{border-color:rgba(255,255,255,.3)}.mm-list li.mm-label>span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:0;line-height:25px}.mm-list li.mm-label.mm-opened a.mm-subopen:after{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.mm-list li.mm-collapsed:not(.mm-uncollapsed){display:none}.mm-menu.mm-vertical .mm-list>li.mm-label>a.mm-subopen:after{top:8.5px}.mm-menu .mm-list li.mm-label>div>div{background:rgba(255,255,255,.05)}.mm-search,.mm-search input{box-sizing:border-box}.mm-list>li.mm-search{padding:10px;margin-top:-20px}.mm-list>li.mm-subtitle+li.mm-search{margin-top:0}div.mm-panel>div.mm-search{padding:0 0 10px}.mm-menu.mm-hasheader .mm-list>li.mm-search{margin-top:0}.mm-menu>.mm-search{background:inherit;width:100%;position:absolute;top:0;left:0;z-index:2}.mm-search{padding:10px}.mm-search input{border:none;border-radius:30px;font:inherit;font-size:14px;line-height:30px;outline:0;display:block;width:100%;height:30px;margin:0;padding:0 10px}.mm-search input::-ms-clear{display:none}.mm-menu .mm-noresultsmsg{text-align:center;font-size:21px;display:none;padding:60px 0}.mm-menu .mm-noresultsmsg:after{border:none!important}.mm-noresults .mm-noresultsmsg{display:block}.mm-menu li.mm-nosubresults>a.mm-subopen{display:none}.mm-menu li.mm-nosubresults>a.mm-subopen+a,.mm-menu li.mm-nosubresults>a.mm-subopen+span{padding-right:10px}.mm-menu.mm-hassearch>.mm-panel{padding-top:70px}.mm-menu.mm-hassearch>.mm-panel>.mm-list:first-child{margin-top:-20px}.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child{margin-top:-10px}.mm-menu.mm-hasheader>.mm-panel>div.mm-search:first-child+.mm-list{padding-top:0}.mm-menu .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu .mm-noresultsmsg{color:rgba(255,255,255,.3)}input.mm-check,input.mm-toggle{position:absolute;left:-10000px}label.mm-check,label.mm-toggle{margin:0;position:absolute;bottom:50%;z-index:2}label.mm-check:before,label.mm-toggle:before{content:'';display:block}label.mm-toggle{border-radius:30px;width:50px;height:30px;margin-bottom:-15px}label.mm-toggle:before{border-radius:30px;width:28px;height:28px;margin:1px}input.mm-toggle:checked~label.mm-toggle:before{float:right}label.mm-check{width:30px;height:30px;margin-bottom:-15px}label.mm-check:before{border-left:3px solid;border-bottom:3px solid;width:40%;height:20%;margin:25% 0 0 20%;opacity:.1;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}input.mm-check:checked~label.mm-check:before{opacity:1}.mm-menu.mm-vertical .mm-list>li label.mm-check,.mm-menu.mm-vertical .mm-list>li label.mm-toggle{bottom:auto;margin-bottom:0;top:5px}label.mm-check,label.mm-toggle{right:20px}label.mm-toggle+a,label.mm-toggle+span{margin-right:70px}label.mm-check+a,label.mm-check+span{margin-right:50px}a.mm-subopen+label.mm-check,a.mm-subopen+label.mm-toggle{right:50px}a.mm-subopen+label.mm-toggle+a,a.mm-subopen+label.mm-toggle+span{margin-right:100px}a.mm-subopen+label.mm-check+a,a.mm-subopen+label.mm-check+span{margin-right:80px}em.mm-counter+a.mm-subopen+label.mm-check,em.mm-counter+a.mm-subopen+label.mm-toggle{right:90px}em.mm-counter+a.mm-subopen+label.mm-toggle+a,em.mm-counter+a.mm-subopen+label.mm-toggle+span{margin-right:140px}em.mm-counter+a.mm-subopen+label.mm-check+a,em.mm-counter+a.mm-subopen+label.mm-check+span{margin-right:120px}.mm-menu label.mm-toggle{background:rgba(0,0,0,.15)}.mm-menu label.mm-toggle:before{background:#333}.mm-menu input.mm-toggle:checked~label.mm-toggle{background:#4bd963}.mm-menu label.mm-check:before{border-color:rgba(255,255,255,.6)}html.mm-slide .mm-menu{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease}html.mm-slide.mm-opened .mm-menu{-webkit-transform:translateX(-30%);-moz-transform:translateX(-30%);-ms-transform:translateX(-30%);-o-transform:translateX(-30%);transform:translateX(-30%)}html.mm-slide.mm-opening .mm-menu{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}html.mm-slide.mm-right.mm-opened .mm-menu{-webkit-transform:translateX(30%);-moz-transform:translateX(30%);-ms-transform:translateX(30%);-o-transform:translateX(30%);transform:translateX(30%)}html.mm-slide.mm-right.mm-opening .mm-menu{-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}html.mm-slide.mm-top.mm-opened .mm-menu{-webkit-transform:translateY(-30%);-moz-transform:translateY(-30%);-ms-transform:translateY(-30%);-o-transform:translateY(-30%);transform:translateY(-30%)}html.mm-slide.mm-top.mm-opening .mm-menu{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}html.mm-slide.mm-bottom.mm-opened .mm-menu{-webkit-transform:translateY(30%);-moz-transform:translateY(30%);-ms-transform:translateY(30%);-o-transform:translateY(30%);transform:translateY(30%)}html.mm-slide.mm-bottom.mm-opening .mm-menu{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-ms-transform:translateY(0%);-o-transform:translateY(0%);transform:translateY(0%)}html.mm-zoom-menu .mm-menu{-webkit-transition:-webkit-transform .4s ease;transition:transform .4s ease}html.mm-zoom-menu.mm-opened .mm-menu{-webkit-transform:scale(0.7,.7) translateX(-30%);-moz-transform:scale(0.7,.7) translateX(-30%);-ms-transform:scale(0.7,.7) translateX(-30%);-o-transform:scale(0.7,.7) translateX(-30%);transform:scale(0.7,.7) translateX(-30%);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center}html.mm-zoom-menu.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateX(0%);-moz-transform:scale(1,1) translateX(0%);-ms-transform:scale(1,1) translateX(0%);-o-transform:scale(1,1) translateX(0%);transform:scale(1,1) translateX(0%)}html.mm-zoom-menu.mm-right.mm-opened .mm-menu{-webkit-transform:scale(0.7,.7) translateX(30%);-moz-transform:scale(0.7,.7) translateX(30%);-ms-transform:scale(0.7,.7) translateX(30%);-o-transform:scale(0.7,.7) translateX(30%);transform:scale(0.7,.7) translateX(30%);-webkit-transform-origin:right center;-moz-transform-origin:right center;-ms-transform-origin:right center;-o-transform-origin:right center;transform-origin:right center}html.mm-zoom-menu.mm-right.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateX(0%);-moz-transform:scale(1,1) translateX(0%);-ms-transform:scale(1,1) translateX(0%);-o-transform:scale(1,1) translateX(0%);transform:scale(1,1) translateX(0%)}html.mm-zoom-menu.mm-top.mm-opened .mm-menu{-webkit-transform:scale(0.7,.7) translateY(-30%);-moz-transform:scale(0.7,.7) translateY(-30%);-ms-transform:scale(0.7,.7) translateY(-30%);-o-transform:scale(0.7,.7) translateY(-30%);transform:scale(0.7,.7) translateY(-30%);-webkit-transform-origin:center top;-moz-transform-origin:center top;-ms-transform-origin:center top;-o-transform-origin:center top;transform-origin:center top}html.mm-zoom-menu.mm-top.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateY(0%);-moz-transform:scale(1,1) translateY(0%);-ms-transform:scale(1,1) translateY(0%);-o-transform:scale(1,1) translateY(0%);transform:scale(1,1) translateY(0%)}html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu{-webkit-transform:scale(0.7,.7) translateY(30%);-moz-transform:scale(0.7,.7) translateY(30%);-ms-transform:scale(0.7,.7) translateY(30%);-o-transform:scale(0.7,.7) translateY(30%);transform:scale(0.7,.7) translateY(30%);-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-ms-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom}html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu{-webkit-transform:scale(1,1) translateY(0%);-moz-transform:scale(1,1) translateY(0%);-ms-transform:scale(1,1) translateY(0%);-o-transform:scale(1,1) translateY(0%);transform:scale(1,1) translateY(0%)}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel{-webkit-transform:scale(1.5,1.5) translateX(100%);-moz-transform:scale(1.5,1.5) translateX(100%);-ms-transform:scale(1.5,1.5) translateX(100%);-o-transform:scale(1.5,1.5) translateX(100%);transform:scale(1.5,1.5) translateX(100%);-webkit-transform-origin:left center;-moz-transform-origin:left center;-ms-transform-origin:left center;-o-transform-origin:left center;transform-origin:left center;-webkit-transition-property:-webkit-transform,left;transition-property:transform,left}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened{-webkit-transform:scale(1,1) translateX(0%);-moz-transform:scale(1,1) translateX(0%);-ms-transform:scale(1,1) translateX(0%);-o-transform:scale(1,1) translateX(0%);transform:scale(1,1) translateX(0%)}html.mm-zoom-panels .mm-menu.mm-horizontal>.mm-panel.mm-opened.mm-subopened{-webkit-transform:scale(0.7,.7) translateX(-30%);-moz-transform:scale(0.7,.7) translateX(-30%);-ms-transform:scale(0.7,.7) translateX(-30%);-o-transform:scale(0.7,.7) translateX(-30%);transform:scale(0.7,.7) translateX(-30%)}.mm-menu.mm-fullscreen{width:100%;min-width:140px;max-width:10000px}html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(100%,0);-moz-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0)}@media all and (max-width:140px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(140px,0);-moz-transform:translate(140px,0);-ms-transform:translate(140px,0);-o-transform:translate(140px,0);transform:translate(140px,0)}}@media all and (min-width:10000px){html.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(10000px,0);-moz-transform:translate(10000px,0);-ms-transform:translate(10000px,0);-o-transform:translate(10000px,0);transform:translate(10000px,0)}}html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0)}@media all and (max-width:140px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width:10000px){html.mm-right.mm-opening.mm-fullscreen .mm-slideout{-webkit-transform:translate(-10000px,0);-moz-transform:translate(-10000px,0);-ms-transform:translate(-10000px,0);-o-transform:translate(-10000px,0);transform:translate(-10000px,0)}}.mm-menu.mm-front.mm-fullscreen.mm-bottom,.mm-menu.mm-front.mm-fullscreen.mm-top{height:100%;min-height:140px;max-height:10000px}html.mm-opened.mm-fullscreen .mm-page{box-shadow:none!important}.mm-menu.mm-bottom,.mm-menu.mm-top{width:100%;min-width:100%;max-width:100%}.mm-menu.mm-right{left:auto;right:0}.mm-menu.mm-bottom{top:auto;bottom:0}html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-80%,0);-moz-transform:translate(-80%,0);-ms-transform:translate(-80%,0);-o-transform:translate(-80%,0);transform:translate(-80%,0)}@media all and (max-width:175px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-140px,0);-moz-transform:translate(-140px,0);-ms-transform:translate(-140px,0);-o-transform:translate(-140px,0);transform:translate(-140px,0)}}@media all and (min-width:550px){html.mm-right.mm-opening .mm-slideout{-webkit-transform:translate(-440px,0);-moz-transform:translate(-440px,0);-ms-transform:translate(-440px,0);-o-transform:translate(-440px,0);transform:translate(-440px,0)}}html.mm-front .mm-slideout{-webkit-transform:none!important;-moz-transform:none!important;-ms-transform:none!important;-o-transform:none!important;transform:none!important;z-index:0!important}.mm-menu.mm-front{z-index:1;box-shadow:0 0 15px rgba(0,0,0,.5)}html.mm-opened.mm-next .mm-page{box-shadow:none}.mm-menu.mm-front,.mm-menu.mm-next{-webkit-transition:-webkit-transform .4s ease;-ms-transition:-ms-transform .4s ease;transition:transform .4s ease;-webkit-transform:translate(-100%,0);-moz-transform:translate(-100%,0);-ms-transform:translate(-100%,0);-o-transform:translate(-100%,0);transform:translate(-100%,0)}.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right{-webkit-transform:translate(100%,0);-moz-transform:translate(100%,0);-ms-transform:translate(100%,0);-o-transform:translate(100%,0);transform:translate(100%,0)}.mm-menu.mm-front.mm-top{-webkit-transform:translate(0,-100%);-moz-transform:translate(0,-100%);-ms-transform:translate(0,-100%);-o-transform:translate(0,-100%);transform:translate(0,-100%)}.mm-menu.mm-front.mm-bottom{-webkit-transform:translate(0,100%);-moz-transform:translate(0,100%);-ms-transform:translate(0,100%);-o-transform:translate(0,100%);transform:translate(0,100%)}html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next{-webkit-transform:translate(0,0);-moz-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.mm-menu.mm-front.mm-bottom,.mm-menu.mm-front.mm-top{height:80%;min-height:140px;max-height:880px}html.mm-opened.mm-light .mm-page{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu.mm-light{background:#f3f3f3;color:rgba(0,0,0,.6)}.mm-menu.mm-light .mm-list>li:after{border-color:rgba(0,0,0,.1)}.mm-menu.mm-light .mm-list>li>a.mm-subclose{background:rgba(255,255,255,.6);color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-list>li>a.mm-subclose:before,.mm-menu.mm-light .mm-list>li>a.mm-subopen:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.1)}.mm-menu.mm-light .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-light .mm-list>li.mm-selected>span{background:rgba(255,255,255,.6)}.mm-menu.mm-light .mm-list>li.mm-label,.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened>ul{background:rgba(0,0,0,.03)}.mm-menu.mm-light .mm-buttonbar{border-color:rgba(0,0,0,.6);background:#f3f3f3}.mm-menu.mm-light .mm-buttonbar>*{border-color:rgba(0,0,0,.6)}.mm-menu.mm-light .mm-buttonbar>input:checked+label{background:rgba(0,0,0,.6);color:#f3f3f3}.mm-menu.mm-light label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-light em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-footer,.mm-menu.mm-light .mm-header{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-header .mm-close:after,.mm-menu.mm-light .mm-header .mm-next:after,.mm-menu.mm-light .mm-header .mm-prev:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-light .mm-list li.mm-label>div>div{background:rgba(0,0,0,.03)}.mm-menu.mm-light .mm-search input{background:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-light .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-light label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-light label.mm-toggle:before{background:#f3f3f3}.mm-menu.mm-light input.mm-toggle:checked~label.mm-toggle{background:#4bd963}html.mm-opened.mm-white .mm-page{box-shadow:0 0 10px rgba(0,0,0,.3)}.mm-menu.mm-white{background:#fff;color:rgba(0,0,0,.6)}.mm-menu.mm-white .mm-list>li:after{border-color:rgba(0,0,0,.1)}.mm-menu.mm-white .mm-list>li>a.mm-subclose{background:rgba(0,0,0,.06);color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-list>li>a.mm-subclose:before,.mm-menu.mm-white .mm-list>li>a.mm-subopen:after{border-color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-list>li>a.mm-subopen:before{border-color:rgba(0,0,0,.1)}.mm-menu.mm-white .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-white .mm-list>li.mm-selected>span{background:rgba(0,0,0,.06)}.mm-menu.mm-white .mm-list>li.mm-label,.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened>ul{background:rgba(0,0,0,.03)}.mm-menu.mm-white .mm-buttonbar{border-color:rgba(0,0,0,.6);background:#fff}.mm-menu.mm-white .mm-buttonbar>*{border-color:rgba(0,0,0,.6)}.mm-menu.mm-white .mm-buttonbar>input:checked+label{background:rgba(0,0,0,.6);color:#fff}.mm-menu.mm-white label.mm-check:before{border-color:rgba(0,0,0,.6)}.mm-menu.mm-white em.mm-counter{color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-footer,.mm-menu.mm-white .mm-header{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-header .mm-close:after,.mm-menu.mm-white .mm-header .mm-next:after,.mm-menu.mm-white .mm-header .mm-prev:before{border-color:rgba(0,0,0,.3)}.mm-menu.mm-white .mm-list li.mm-label>div>div{background:rgba(0,0,0,.03)}.mm-menu.mm-white .mm-search input{background:rgba(0,0,0,.1);color:rgba(0,0,0,.6)}.mm-menu.mm-white .mm-noresultsmsg{color:rgba(0,0,0,.3)}.mm-menu.mm-white label.mm-toggle{background:rgba(0,0,0,.1)}.mm-menu.mm-white label.mm-toggle:before{background:#fff}.mm-menu.mm-white input.mm-toggle:checked~label.mm-toggle{background:#4bd963}html.mm-opened.mm-black .mm-page{box-shadow:none}.mm-menu.mm-black{background:#000;color:rgba(255,255,255,.6)}.mm-menu.mm-black .mm-list>li:after{border-color:rgba(255,255,255,.2)}.mm-menu.mm-black .mm-list>li>a.mm-subclose{background:rgba(255,255,255,.25);color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list>li>a.mm-subclose:before,.mm-menu.mm-black .mm-list>li>a.mm-subopen:after{border-color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list>li>a.mm-subopen:before{border-color:rgba(255,255,255,.2)}.mm-menu.mm-black .mm-list>li.mm-selected>a:not(.mm-subopen),.mm-menu.mm-black .mm-list>li.mm-selected>span{background:rgba(255,255,255,.25)}.mm-menu.mm-black .mm-list>li.mm-label,.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>a.mm-subopen,.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened>ul{background:rgba(255,255,255,.15)}.mm-menu.mm-black .mm-buttonbar{border-color:rgba(255,255,255,.6);background:#000}.mm-menu.mm-black .mm-buttonbar>*{border-color:rgba(255,255,255,.6)}.mm-menu.mm-black .mm-buttonbar>input:checked+label{background:rgba(255,255,255,.6);color:#000}.mm-menu.mm-black label.mm-check:before{border-color:rgba(255,255,255,.6)}.mm-menu.mm-black em.mm-counter{color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-footer,.mm-menu.mm-black .mm-header{border-color:rgba(255,255,255,.2);color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-header .mm-close:after,.mm-menu.mm-black .mm-header .mm-next:after,.mm-menu.mm-black .mm-header .mm-prev:before{border-color:rgba(255,255,255,.3)}.mm-menu.mm-black .mm-list li.mm-label>div>div{background:rgba(255,255,255,.15)}.mm-menu.mm-black .mm-search input{background:rgba(255,255,255,.3);color:rgba(255,255,255,.6)}.mm-menu.mm-black .mm-noresultsmsg{color:rgba(255,255,255,.3)}.mm-menu.mm-black label.mm-toggle{background:rgba(255,255,255,.2)}.mm-menu.mm-black label.mm-toggle:before{background:#000}.mm-menu.mm-black input.mm-toggle:checked~label.mm-toggle{background:#4bd963}/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
/* General Mobile Nav Bar */
.navbar.navbar-offcanvas {
	min-height: 10px;
	border-radius: 0;
}
/* Collapsible Menu */
.vpf-collapsible-menu,
.vpf-collapsible-menu ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vpf-collapsible-menu li.deeper > ul {
	display: none;
	
}
.vpf-collapsible-menu li.deeper.active > ul {
	display: block;
}
.vpf-collapsible-menu li.deeper.open > ul {
	display: block;
}
.vpf-collapsible-menu li > a,
.vpf-collapsible-menu li > span {
	position: relative;
	display: block;
}
.vpf-collapsible-menu .opener {
	position: absolute;
	top: 0;
	right: 5px;
	display: inline-block;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;	
	line-height: 1;
	vertical-align: middle;	
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1px;
	padding: 2px 5px;
	margin-right: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.vpf-collapsible-menu .opener:after {
	content: "\f107";
	font-size: 16px;
}
.vpf-collapsible-menu .open > a > .opener:after,
.vpf-collapsible-menu .open > span > .opener:after {
	content: "\f106";
	font-size: 16px;
}
/* Side bar menu */
.sidebar-menu,
.sidebar-menu ul,
.aside-inner .mostread,
.aside-inner .latestnews,
.aside-inner .archive-module,
.aside-inner .categories-module {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-menu li,
.aside-inner .mostread li,
.aside-inner .latestnews li,
.aside-inner .archive-module li,
.aside-inner .categories-module li {
	display: block;
	position: relative;
}
.sidebar-menu li > a,
.sidebar-menu li > span,
.aside-inner .mostread li > a,
.aside-inner .mostread li > span,
.aside-inner .latestnews li > a,
.aside-inner .latestnews li > span,
.aside-inner .archive-module li > a,
.aside-inner .archive-module li > span,
.aside-inner .categories-module li > h3 > a,
.aside-inner .categories-module li > h4 > a,
.aside-inner .categories-module li > h5 > a,
.aside-inner .categories-module li > h6 > a,
.aside-inner .categories-module li > h7 > a {
	display: block;
	position: relative;
	border-bottom: 1px solid #EEE;
	padding: 10px 15px;
	color: #333;
	font-size: inherit;
	line-height: inherit;
}
.aside-inner .categories-module li > h4,
.aside-inner .categories-module li > h5,
.aside-inner .categories-module li > h6 {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}
.aside-inner .categories-module li > h4 {
	font-size: 16px;
}
.aside-inner .categories-module li > h5 {
	font-size: 14px;
}
.aside-inner .categories-module li > h6 {
	font-size: 12px;
}
.sidebar-menu li > a > img {
	max-width: 24px;
	height: auto;
}
.sidebar-menu .image-title {
	display: inline-block;
	margin-left: 10px;
}
.sidebar-menu li.deeper > a,
.sidebar-menu li.deeper > span {
	padding-right: 40px;
}
.sidebar-menu.nav > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > a {
	padding-left: 30px;
}
.sidebar-menu.nav > li > ul > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > ul > li > a {
	padding-left: 45px;
}
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > ul > li > ul > li > a {
	padding-left: 60px;
}
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 75px;
}
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > ul > li > ul > li > a,
.sidebar-menu.nav > li > ul > li > ul > li > ul > li > ul > li > ul > li > span,
.aside-inner .categories-module > li > ul > li > ul > li > ul > li > ul > li > ul > li > a {
	padding-left: 90px;
}
.sidebar-menu li > a .opener,
.sidebar-menu li > span .opener {
	top: 7px;
}
.sidebar-menu .open > a,
.sidebar-menu .open > span {
	background-color: transparent;
	border-color: #EEE;
}
.sidebar-menu li > a:hover, 
.sidebar-menu li > a:focus,
.sidebar-menu li > span:hover, 
.sidebar-menu li > span:focus,
.aside-inner .mostread li > a:hover,
.aside-inner .mostread li > a:focus,
.aside-inner .latestnews li > a:hover,
.aside-inner .latestnews li > a:focus,
.aside-inner .archive-module li > a:hover,
.aside-inner .archive-module li > a:focus,
.sidebar-menu .open > a:hover, 
.sidebar-menu .open > a:focus,
.sidebar-menu .open > span:hover, 
.sidebar-menu .open > span:focus,
.aside-inner .categories-module li > h3 > a:hover,
.aside-inner .categories-module li > h3 > a:focus,
.aside-inner .categories-module li > h4 > a:hover,
.aside-inner .categories-module li > h4 > a:focus,
.aside-inner .categories-module li > h5 > a:hover,
.aside-inner .categories-module li > h5 > a:focus,
.aside-inner .categories-module li > h6 > a:hover,
.aside-inner .categories-module li > h6 > a:focus,
.aside-inner .categories-module li > h7 > a:hover,
.aside-inner .categories-module li > h7 > a:focus {
	background-color: #F8F8F8;
	border-color: #EEE;
}
.sidebar-menu .active > a,
.sidebar-menu .active > a:hover, 
.sidebar-menu .active > a:focus,
.sidebar-menu .active > span,
.sidebar-menu .active > span:hover, 
.sidebar-menu .active > span:focus,
.aside-inner .mostread li.active > a,
.aside-inner .mostread li.active > a:hover,
.aside-inner .mostread li.active > a:focus,
.aside-inner .latestnews li.active > a,
.aside-inner .latestnews li.active > a:hover,
.aside-inner .latestnews li.active > a:focus,
.aside-inner .archive-module li.active > a,
.aside-inner .archive-module li.active > a:hover,
.aside-inner .archive-module li.active > a:focus,
.aside-inner .categories-module li.active > h3 > a,
.aside-inner .categories-module li.active > h3 > a:hover,
.aside-inner .categories-module li.active > h3 > a:focus,
.aside-inner .categories-module li.active > h4 > a,
.aside-inner .categories-module li.active > h4 > a:hover,
.aside-inner .categories-module li.active > h4 > a:focus,
.aside-inner .categories-module li.active > h5 > a,
.aside-inner .categories-module li.active > h5 > a:hover,
.aside-inner .categories-module li.active > h5 > a:focus,
.aside-inner .categories-module li.active > h6 > a,
.aside-inner .categories-module li.active > h6 > a:hover,
.aside-inner .categories-module li.active > h6 > a:focus,
.aside-inner .categories-module li.active > h7 > a,
.aside-inner .categories-module li.active > h7 > a:hover,
.aside-inner .categories-module li.active > h7 > a:focus {
	color: #FE5252;
}
.sidebar-menu .opener {
	color: #333;
	text-decoration: none;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
.vpf-mega-menu-container.sticky {
	position: fixed;
	top: 0;
	z-index: 109;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.nav {
	padding: 0;
}
.header-top .navbar {
	margin-bottom: 0;
}
.vpf-menu .caret {
	margin-left: 4px;
}
.navbar-mainmenu .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	border-bottom: 0 none;
	text-align: center;
}
.vpf-menu.navbar-nav {
	display: inline-block;
	float: none;
}
.navbar-mainmenu .navbar-nav > li > a, 
.navbar-mainmenu .navbar-nav > li > span {
	position: relative;
	display: block;
	padding: 8px 12px;
	height: 36px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: transparent;
	color: #333;
	z-index: 100;
	transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.navbar-mainmenu .navbar-nav > li:hover > a, 
.navbar-mainmenu .navbar-nav > li:focus > a, 
.navbar-mainmenu .navbar-nav > li:hover > span,
.navbar-mainmenu .navbar-nav > li:focus > span,
.navbar-mainmenu .navbar-nav > li.active > a, 
.navbar-mainmenu .navbar-nav > li.active > span,
.navbar-mainmenu .navbar-nav > li.open > a, 
.navbar-mainmenu .navbar-nav > li.open > span {
	background-color: transparent;
	color: #333;
}
.navbar-mainmenu .navbar-nav > li.open > a, 
.navbar-mainmenu .navbar-nav > li.open > span {
	z-index: 102;
}
.navbar-mainmenu .navbar-nav > li > a:after, 
.navbar-mainmenu .navbar-nav > li > span:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px !important;
	background-color: rgba(255, 255, 255, 0.4);
	left: 50%;
	right: 50%;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.navbar-mainmenu .navbar-nav > li.active > a:after, 
.navbar-mainmenu .navbar-nav > li.active > span:after,
.navbar-mainmenu .navbar-nav > li.open > a:after, 
.navbar-mainmenu .navbar-nav > li.open > span:after {
	left: 1em;
	right: 1em;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 1;
}
.navbar-mainmenu .navbar-nav > li > a > .caret, 
.navbar-mainmenu .navbar-nav > li > span > .caret {
	border-top-color: #BEBEBE;
}
.navbar-mainmenu .navbar-nav > li.active > a > .caret, 
.navbar-mainmenu .navbar-nav > li.active > span > .caret {
	border-top-color: #FFF;
}
.navbar-mainmenu .navbar-nav > li.open > a > .caret, 
.navbar-mainmenu .navbar-nav > li.open > span > .caret {
	border-top-color: #BEBEBE;
}
.mega-menu-expand, 
.vpf-menu .submenu li.deeper > ul {
	position: absolute;
	top: 80px;
	left: 0;
	display: none;
	float: left;
	min-width: 200px;
	padding: 20px;
	margin: 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #FFF;
	border-top: 1px solid #eee;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	background-clip: padding-box;	
	z-index: 101;
}
.mega-menu-expand:before, 
.vpf-menu .submenu li.deeper > ul:before {
	position: absolute;
	content: "";
	top: -50px;
	left: 0;
	width: 100%;
	height: 55px;
}
.mega-menu-expand.mega-align-right {
	right: 0;
	left: auto;
}
.vpf-menu .mega-expand > .mega-menu-expand {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.navbar-mainmenu .navbar-nav li.submenu.mega-group.level-2 > a,
.navbar-mainmenu .navbar-nav li.submenu.mega-group.level-2 > span {
	font-size: 14px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.mega-sub-cont ul {
	list-style: none;
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
}
.mega-sub-cont li {
	display: block;
	list-style: none;
	margin-left: 0;
}
.mega-sub-cont li.submenu > a,
.mega-sub-cont li.submenu > span,
.mega-sub-cont ul.vpf-mega-mod li > a,
.mega-sub-cont ul.vpf-mega-mod li > span {
	position: relative;
	display: block;
	padding: 5px 0;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background-color: transparent;
}
.mega-sub-cont.mega-menu-group > ul > li.submenu > a,
.mega-sub-cont.mega-menu-group > ul > li.submenu > span {
	position: relative;
	padding-bottom: 0;
}
.mega-sub-cont.mega-menu-group > ul > li.submenu.mega-group > a,
.mega-sub-cont.mega-menu-group > ul > li.submenu.mega-group > span {
	padding-bottom: 5px;
}
.mega-menu-group .mega-menu-group {
	margin-left: 15px;
	margin-bottom: 5px;
}
.mega-sub-cont li.submenu:hover > a,
.mega-sub-cont li.submenu:focus > a,
.mega-sub-cont li.submenu:hover > span,
.mega-sub-cont li.submenu:focus > span,
.mega-sub-cont ul.vpf-mega-mod li:hover > a,
.mega-sub-cont ul.vpf-mega-mod li:focus > a,
.mega-sub-cont ul.vpf-mega-mod li:hover > span
.mega-sub-cont ul.vpf-mega-mod li:focus > span {
	background-color: transparent;	
}
.mega-sub-cont li.submenu.deeper:not(.mega-group) > a:after,
.mega-sub-cont li.submenu.deeper:not(.mega-group) > span:after,
.mega-sub-cont ul.vpf-mega-mod li.deeper > a:after,
.mega-sub-cont ul.vpf-mega-mod li.deeper > span:after {
	display: block;
	position: absolute;
	top: 11px;
	right: 0;
	content: " ";
	width: 0;
	height: 0;
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-left-color: #CCC;
	margin-top: 0;
	margin-right: 0;
}
.vpf-menu .submenu > a .image-title,
.vpf-menu .submenu > span .image-title {
	line-height: 24px;
}
.mega-menu-group img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.level-2.submenu .mega-menu-group > ul > li > ul > li > a,
.level-2.submenu .mega-menu-group > ul > li > ul > li > span {
	position: relative;
	padding-left: 12px;
}
.level-2.submenu .mega-menu-group > ul > li > ul > li > a:before,
.level-2.submenu .mega-menu-group > ul > li > ul > li > span:before {
	font-family: 'VPFrameworkIcon';
	content: "\edbb";
	display: block;
	float: left;
	margin-left : -12px;
	font-size: 8px;
	line-height: 18px;
	transition: margin-left 100ms ease-in-out;
	-moz-transition: margin-left 100ms ease-in-out;
	-webkit-transition: margin-left 100ms ease-in-out;
	-o-transition: margin-left 100ms ease-in-out;	
}
.level-2.submenu .mega-menu-group > ul > li > ul > li:hover > a:before,
.level-2.submenu .mega-menu-group > ul > li > ul > li:focus > a:before,
.level-2.submenu .mega-menu-group > ul > li > ul > li:hover > span:before,
.level-2.submenu .mega-menu-group > ul > li > ul > li:focus > span:before {
	margin-left: -10px;
}
.vpf-menu .submenu li.deeper,
.vpf-menu li.submenu.deeper  {
	position: relative;
}
.vpf-menu .submenu li.deeper > ul,
.vpf-menu .submenu.deeper > .mega-menu-expand {	
	display: none;
	float: left;
	top: 0;
	left: 100%;
	margin-top: 5px;
	margin-left: 10px;
	border-top: 0 none;
	-moz-box-shadow: 0 3px 10px rgba(0,0,0, 0.15);
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	z-index: 102;
}
.vpf-menu .submenu.deeper > .mega-menu-expand {
	margin-left: 0;
}
.vpf-menu .submenu li.deeper > ul.mega-align-right,
.vpf-menu li.submenu.deeper > .mega-menu-expand.mega-align-right {
	right: 100%;
	left: auto;
}
.vpf-menu .level-1 > a .image-title,
.vpf-menu .level-1 > span .image-title,
.vpf-menu .submenu > a .image-title,
.vpf-menu .submenu > span .image-title {
	display: inline-block;
}
.vpf-menu a > .menu-group > .menu-desc,
.vpf-menu span > .menu-group > .menu-desc {
	display: block;
	text-transform: none;
	color: #777;
	font-size: 0.8em;
	line-height: 1;	
}
.submenu.mega-group .menu-group.with-description .menu-desc {
	margin-top: 2px;
	margin-bottom: 2px;
}
.navbar-mainmenu .navbar-nav li.submenu.mega-group.level-2 > a .with-icon.with-description .menu-desc,
.navbar-mainmenu .navbar-nav li.submenu.mega-group.level-2 > span .with-icon.with-description .menu-desc {
	margin-left: -24px;
	float: left;
}
.vpf-menu .level-1 > a > .menu-group {
	display: inline-block;
	position: relative;
}
.vpf-menu .level-1 > a > .menu-group.with-description,
.vpf-menu .level-1 > span > .menu-group.with-description,
.vpf-menu .submenu > a > .menu-group.with-description,
.vpf-menu .submenu > span > .menu-group.with-description {
	display: inline-block;
	margin-top: -5px;
	float: none;
	vertical-align: middle;
}
.vpf-menu .level-1 > a > .menu-group.with-description + .caret {
	margin-top: -5px;
}
.vpf-menu .level-1 > a > .menu-group.with-image,
.vpf-menu .level-1 > span > .menu-group.with-image,
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-image,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-image {
	padding-left: 35px;
	display: block;
	position: relative;
}
.vpf-menu .level-1 > a > .menu-group.with-image > .menu-image,
.vpf-menu .level-1 > span > .menu-group.with-image > .menu-image,
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-image > .menu-image,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-image > .menu-image  {
	display: inline-block;
	float: left;
	margin-left: -35px;
	padding-top: 2px;
}
.vpf-menu .level-1 > a > .menu-group.with-image > .menu-image > img,
.vpf-menu .level-1 > span > .menu-group.with-image > .menu-image > img,
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-image > .menu-image > img,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-image > .menu-image > img {
	max-height: 24px;
	width: auto;
}
.vpf-menu .level-1 > a > .menu-group.with-icon,
.vpf-menu .level-1 > span > .menu-group.with-icon,
.vpf-menu .submenu > a > .menu-group.with-icon,
.vpf-menu .submenu > span > .menu-group.with-icon {
	display: inline-block;
	padding-left: 24px;
}
.vpf-menu .level-1 > a > .menu-group.with-icon > .menu-image,
.vpf-menu .level-1 > span > .menu-group.with-icon > .menu-image,
.vpf-menu .submenu > a > .menu-group.with-icon > .menu-image,
.vpf-menu .submenu > span > .menu-group.with-icon > .menu-image {
	display: inline-block;
	float: left;
	margin-left: -24px;
	font-size: 16px;
}
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-icon > .menu-image,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-icon > .menu-image {
	font-size: 14px;
}
.vpf-menu .submenu:not(.mega-group) > a > .menu-group.with-icon > .menu-image > i,
.vpf-menu .submenu:not(.mega-group) > span > .menu-group.with-icon > .menu-image > i {
	vertical-align: top;
}
.vpf-menu .submenu.mega-group > a > .menu-group:not(.with-icon) > .menu-image,
.vpf-menu .submenu.mega-group > span > .menu-group:not(.with-icon) > .menu-image {
	display: block;
	width: auto;
}
.vpf-menu .submenu.mega-group > a > .menu-group > .image-title, 
.vpf-menu .submenu.mega-group > span > .menu-group > .image-title {
	margin-left: 0;
	vertical-align: middle;
}
.sticker {
	display: inline;
	padding: .3em .5em .3em;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1;
	color: #FFF;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0;	
	transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-moz-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
	-o-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
}
.vpf-menu .level-1 > a .sticker {
	position: absolute;
	top: -24px;
	right: 0;
	font-size: 0.9em;
}
.sticky .vpf-menu .level-1 > a .sticker {
	display: none;
}
.vpf-menu .submenu .sticker {
	margin-left: 10px;
}
.sticker:before {
	display: none;
	position: absolute;
	right: 6px;
	top: 100%;
	width: 0;
	height: 0;
	content: " ";
	border-style: solid;
	border-width: 4px;
	border-color: rgba(0, 0, 0, 0);
	transition: border-color 100ms ease-in-out;
	-moz-transition: border-color 100ms ease-in-out;
	-webkit-transition: border-color 100ms ease-in-out;
	-o-transition: border-color 100ms ease-in-out;	
}
.vpf-menu .level-1 > a .sticker:before {
	display: block;
}
.sticker-grey {
	background-color: #777;
}
.sticker-grey:before {
	border-top-color: #777;
}
.sticker-green {
	background-color: #5CB85C;
}
.sticker-green:before {
	border-top-color: #5CB85C;
}
.sticker-blue {
	background-color: #31B0D5;
}
.sticker-blue:before {
	border-top-color: #31B0D5;
}
.sticker-yellow {
	background-color: #F0AD4E;
}
.sticker-yellow:before {
	border-top-color: #F0AD4E;
}
.sticker-orange {
	background-color: #FF6600;
}
.sticker-orange:before {
	border-top-color: #FF6600;
}
.sticker-base {
	background-color: #FE5252;
}
.sticker-base:before {
	border-top-color: #FE5252;
}
.sticker-red {
	background-color: #D9534F;
}
.sticker-red:before {
	border-top-color: #D9534F;
}
.vpf-menu li.level-1.open > a .sticker,
.vpf-menu li.level-1.open > span .sticker {
	background-color: #333;
}
.vpf-menu li.level-1.open > a .sticker:before,
.vpf-menu li.level-1.open > span .sticker:before {
	border-top-color: #333;
}
.vpf-menu li.submenu > a:hover .sticker,
.vpf-menu li.submenu > a:focus .sticker,
.vpf-menu li.submenu > span:hover .sticker,
.vpf-menu li.submenu > span:focus .sticker {
	background-color: #333;
}
.vpf-menu li.submenu > a:hover .sticker:before,
.vpf-menu li.submenu > a:focus .sticker:before,
.vpf-menu li.submenu > span:hover .sticker:before,
.vpf-menu li.submenu > span:focus .sticker:before {
	border-top-color: #333;
}
.mega-menu-promo {
	text-align: center;
}
.mega-menu-promo img {
	display: inline-block;
}
.mega-menu-promo h3 {
	font-size: inherit;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0;
}
/*.vpf-menu .level-1 > .mega-menu-expand > .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.vpf-menu .level-2[class^="col-xs"],
.vpf-menu .level-2[class*=" col-xs"] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}*//**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
.mm-menu * {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
#vpf-offcanvas:not( .mm-menu ) {
	display: none;
}
.navbar-toggle.vpf-offcanvas-toggle {
	z-index: 100;
	border-radius: 0;
	border: 0 none;
	width: auto;
	height: auto;
	line-height: 1;
	text-transform: uppercase;
	background-color: transparent;
	color: #333;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 20px;
	float: none;
	vertical-align: top;
}
.navbar-toggle.vpf-offcanvas-toggle:hover,
.navbar-toggle.vpf-offcanvas-toggle:focus,
.navbar-toggle.vpf-offcanvas-toggle:active {
	outline: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}
.vpf-offcanvas-toggle .icon-bar {
	background-color: #333;
}
.offcanvas-toggle-container {
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 15px;
}
.mm-menu li .offcanvas-icon {
	margin: 0 20px 0 5px;
	font-size: 16px;
	width: 12px;
	vertical-align: inherit;
}
.mm-menu li img {
	margin: 0 20px 0 5px;
}
.mm-menu li.active > a {
	color: #FFF;
}
.mm-header {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mm-footer {
	min-height: 40px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mm-opened .vpf-wrapper {
	overflow: hidden;
}
.btn.btn-offcanvas-close {
	position: absolute;
	top: 12px;
	right: 15px;
	background: 0 none;
	padding: 0;
	text-align: center;
	font-size: 32px;
	line-height: 1;
	font-weight: normal;
	color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	outline: 0 none;
	z-index: 10;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn.btn-offcanvas-close:hover,
.btn.btn-offcanvas-close:focus,
.btn.btn-offcanvas-close:active {
	color: #FFF;
	outline: 0 none;
	border: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mm-white .btn.btn-offcanvas-close,
.mm-light .btn.btn-offcanvas-close {
	color: rgba(0,0,0,.6);
}
.mm-white .btn.btn-offcanvas-close:hover,
.mm-white .btn.btn-offcanvas-close:focus,
.mm-white .btn.btn-offcanvas-close:active,
.mm-menu.mm-white li.active > a,
.mm-light .btn.btn-offcanvas-close:hover,
.mm-light .btn.btn-offcanvas-close:focus,
.mm-light .btn.btn-offcanvas-close:active,
.mm-menu.mm-light li.active > a {
	color: #333;
}
@media (max-width : 991px) {
	#mm-blocker {
		background-color: #000;
		opacity: 0.5;
		filter: alpha(opacity=50);
	}
}/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
.vendor-store-desc {
	margin-bottom: 30px;
}
.category-page-title,
.vm-frontpage-view > h3 {
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
}
.vm-frontpage-view .product-listing {
	margin-top: -19px;
}
.vm-frontpage-view .product-listing div.product {
	margin-bottom: 20px;
	padding-top: 19px;
}
.vm-frontpage-view {
	margin-bottom: 10px;
}
.category-desc-cont {
	margin-bottom: 20px;
}
.category-list .category-item-inner,
.vendor-inner,
.manufacturer-inner {
	position: relative;
	zoom: 1;
	z-index: 9;
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
	transition: box-shadow 100ms ease-in;
	-moz-transition: box-shadow 100ms ease-in;
	-webkit-transition: box-shadow 100ms ease-in;
	-o-transition: box-shadow 100ms ease-in;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.category-search-cont {
	margin-bottom: 20px;
}
.category-page-keyword {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.2;
}
.category-search.empty-list {
	margin-top: 20px;
}
.vm-nodisplay {
	display: none !important;
}
.vendor-inner {
	text-align: left;
}
.category-list .category-item-inner:hover,
.category-list .category-item-inner:focus,
.vendor-inner:hover,
.vendor-inner:focus,
.manufacturer-inner:hover,
.manufacturer-inner:focus {
	z-index: 12;
}
.category-list .category-name,
.vendor-inner .vendor-storename,
.manufacturer-inner .manufactuer-name {
	font-size: 14px;
	line-height: 1.25;
	text-decoration: none;
	font-weight: bold;
	margin: 15px 0 10px;
	padding: 0;
	text-transform: uppercase;
}
.category-list .category-name > a,
.vendor-inner .vendor-storename > a,
.manufacturer-inner .manufactuer-name > a {
	text-decoration: none;
}
.vendor-inner .vendor-storename {
	margin-top: 0;
}
.toolbar {
	position: relative;
	margin-bottom: 1px;
	z-index: 15;
}
.toolbar-inner {
	padding: 0 0 10px;
}
.view-mode-title,
.toolbar-inner label,
.paginaton-cont label {
	font-weight: normal;
	vertical-align: middle;
	margin: 0 3px 0 0;
}
.paginaton-cont .pagination-counter-limit-cont,
.paginaton-cont ul.pagination {
	margin-top: 25px;
	margin-bottom: 20px;
}
.paginaton-cont {
	margin-top: 20px;
}
.page-counter {
	vertical-align: middle;
}
.paginaton-cont.top-pagination {
	margin-top: 0;
	margin-bottom: 15px;
}
.paginaton-cont.top-pagination .pagination-counter-limit-cont,
.paginaton-cont.top-pagination ul.pagination {
	margin-top: 10px;
	margin-bottom: 0;
}
.productlist-result {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.toolbar .form-control {
	display: inline-block;
	width: auto;
	font-size: 12px;
	padding: 8px;
	border-color: #DDD;
	text-overflow: ellipsis;
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: middle;
}
.toolbar .bootstrap-select.form-control,
.toolbar .bootstrap-select.form-control:not([class*=col-]),
.paginaton-cont .bootstrap-select.form-control:not([class*=col-]) {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
}
.category-order-by, 
.category-mfg-filter,
.category-result-counter {
	display: inline-block;
	margin: 0;
}
.category-order-by:before,
.category-mfg-filter:before,
.category-list-swicthes:before {
	content: " ";
	border-left: 1px solid #DDD;
	margin-right: 10px;
	margin-left: 8px;
	vertical-align: middle;
}
.category-mfg-filter:before,
.category-result-counter:before,
.category-list-swicthes:before {
	margin-left: 0;
}
label.product_orderby,
.productlist-result,
.view-mode-title,
.category-result-counter > label,
.category-result-counter > span {
	vertical-align: middle;
} 
.category-list-swicthes {
	text-align: right;	
}
.category-list-swicthes {
	display: inline-block;
	padding-top: 2px;
}
.btn-switch {
	padding: 0;	
	font-size: 14px;
	width: 32px;
	height: 32px;
	line-height: 1;
	text-align: center;
}
.btn-switch span {
	text-align: center;
	line-height: 32px;
}
.btn-switch.btn-active {
	cursor: default;
}
.btn-switch,
.btn-switch:active,
.btn-switch.active,
.btn-switch:hover,
.btn-switch:focus {
	-webkit-box-shadow: none;
	box-shadow: none;	
}
.vm-product-module {
	margin-top: -19px;
}
.category-view .product-listing div.product,
.vm-product-module .product-listing div.product {
	padding-top: 19px;
}
.product-listing .product-inner {
	position: relative;
	zoom: 1;
	padding-bottom: 10px;
	z-index: 9;
	overflow: hidden;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.product-listing.mode-grid .product-name-cont,
.product-listing.mode-grid .product-rating-cont,
.product-listing.mode-grid .product-price-cont,
.product-listing.mode-grid .product-addtocart-cont {
	text-align: center;
}
.product-listing.mode-list .product-inner {
	padding-bottom: 10px;
}
.product-listing.mode-list .product-image-cont {
	padding: 0;
}
.product-listing.mode-list .list-mode-right-cont {
	padding: 0;
	margin-left: 0;
}
.product-listing.mode-list .product-details-button {
	margin-left: 5px;
	text-transform: uppercase;
}
.product-listing.mode-grid .product-price-cont {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.product-listing .product-inner.open {
	z-index: 12;
}
.product-listing .product-name,
.vp-product-carousel .vp-product-carousel-inner .product-name {
	font-size: 16px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
}
.product-listing .product-name > a {
	text-decoration: none;
}
.product-listing.mode-grid .product-name,
.vp-product-carousel .vp-product-carousel-inner .product-name {
	font-size: 14px;
	padding: 15px 0 10px;
	margin: 0;
}
.product-listing.mode-grid .product-rating-cont .product-rating,
.vp-product-carousel-inner .product-rating-cont .product-rating {
	padding-bottom: 10px;
}
.product-listing.mode-grid .product-addtocart-cont .addtocart-bar {
	padding-top: 15px;
}
.product-listing.mode-grid .product-cart-variants > .product-field:first-child .product-fields-title {
	margin-top: 5px;
}
.product-price-rating-cont {
	position: relative;
}
.product-listing.mode-list .product-name {
	margin-top: 0;
}
.product-listing.mode-list .product-addtocart-cont {
	margin-top: 25px;
}
.product-listing.mode-list .product-inner .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	max-width: 220px;
}
.product-listing .product-image-cont {
	position: relative;
	text-align: center;
	overflow: hidden;
	background-color: #FFF;
}
.product-listing.lazyload-enabled .product-image-cont,
.product-listing .product-image-cont.lazy-image-loading {
	background-image: url(/templates/vp_smart/images/image-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.product-listing.lazyload-enabled .product-image-cont.lazy-image-loaded {
	background-image: none;
}
.product-action-buttons.display-on-mouseover {
	position: absolute;
	bottom: 15px;
	right: 0;
	left: 0;
}
.product-action-buttons .btn-foricon {
	margin: 0 3px 6px 3px;
}
.product-listing.mode-list .product-action-buttons.display-on-mouseover {
	bottom: 15px;
	right: 15px;
}
.product-listing .product-image-cont > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.product-listing .product-image-cont .on-mouseover-image {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product-listing .product-image-cont .on-mouseover-image img {
	opacity: 1;
}
.product-listing .product-image-cont img {
	display: inline-block;
	-webkit-transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
	transition: 0.5s opacity ease-in-out, 0.5s visibility ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.product-listing .product-inner.open .product-image-cont:not(.lazy-image-loading) img.start-image {
	visibility: hidden;
}
.product-listing .product-inner.open .product-image-cont:not(.lazy-image-loading) .on-mouseover-image {
	visibility: visible;
	opacity: 1;
}
.product-listing .display-on-mouseover {
	display: none;
}
.product-listing .product-inner.open .display-on-mouseover {
	display: block;
}
.product-listing.mode-list .product-price-cont {
	padding: 10px 0;
}
.product-listing.mode-list .product-rating-cont {
	margin-bottom: 10px;
}
.product-listing.mode-list span.vm-product-rating {
	vertical-align: baseline;
}
.product-listing.mode-list .product-sales-price > div > span {
	font-size: 16px;
}
.product-listing.mode-list [class^="star-"], .product-listing.mode-list [class*=" star-"] {
	line-height: inherit;
}
.product-listing.mode-list .product-short-desc-cont {
	padding-top: 10px;
}
.quantity-box-cont.quantity-box {
	background: #F5F5F5;
	border: 1px solid #eee;
}
.addtocart-area .form-control.quantity-input {
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	width: 40px;
	height: 39px;
	float: left;
	font-size: 14px;
	border: 0 none;
	background: 0 none;
	outline: 0 none;
	box-shadow: none;
}
.is-list .form-control.quantity-input {
	height: 36px;
}
.quantity-box-cont, 
.quantity-controls-cont,
.addtocart-button-cont {
	display: inline-block;
	vertical-align: middle;
}
.quantity-controls-cont {
	float: left;
	margin: 0;
}
.quantity-controls-cont {
	float: left;
	height: 39px;
}
.is-list .quantity-controls-cont {
	float: left;
	height: 37px;
}
.quantity-controls-cont .quantity-controls {
	display: block;
	width: 20px;
	height: 19px;
	padding: 0;
	background: 0 none;
	color: #333;
	border: medium none;
	outline: 0 none;
	font-size: 14px;
	line-height: 14px;
}
.is-list .quantity-controls-cont .quantity-controls {
	width: 21px;
	height: 19px;
	font-size: 8px;
	line-height: 8px;
}
.quantity-controls-cont .quantity-controls [class^="icon-"], 
.quantity-controls-cont .quantity-controls [class*=" icon-"] {
	font-size: 14px;
	vertical-align: middle;
}
.is-list .quantity-controls-cont .quantity-controls [class^="icon-"], 
.is-list .quantity-controls-cont .quantity-controls [class*=" icon-"] {
	font-size: 8px;
}
.productdetails-view .quantity-box-cont {
	margin-right: 8px;
}
.productdetails-view .form-control.quantity-input,
.productdetails-view .quantity-controls-cont {
	height: 44px;
}
.productdetails-view .quantity-controls-cont .quantity-controls {
	height: 22px;
}

.addtocart-bar {
	position: relative;
}
.vpf-radio-button input[type="radio"] {
	display: none;
}
.vpf-radio-button label {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin: 0 5px 5px;
}
.vpf-radio-button .customfield-price {
	display: block;
	font-weight: normal;
	white-space: nowrap;
	margin-top: 3px;
	font-size: 0.9em;
}
.btn-fieldvalue {
	background-color: #DDD;
	color: #333;
}
.btn-colorfield {
	position: relative;
	height: 32px;
	width: 34px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-colorfield.active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-colorfield:before {
	position: absolute;
	display: inline-block;
	visibility: hidden;
	opacity: 0;
	left: 9px;
	top: 9px;
	color: #FFF;
	font-family: 'FontAwesome';
	content: "\f00c";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: opacity 50ms ease-in;
	-moz-transition: opacity 50ms ease-in;
	-o-transition: opacity 50ms ease-in;
	transition: opacity 50ms ease-in;
}
.btn-colorfield.btn-colorfield-light:before,
.btn-colorfield.vpf-colorfield-light:before {
	color: #000;
}
.btn-default.vpf-colorfield-dark,
.btn-default.vpf-colorfield-dark:focus,
.btn-default.vpf-colorfield-dark:hover,
.btn-default.vpf-colorfield-dark.active,
.open > .dropdown-toggle.btn-default.vpf-colorfield-dark {
	color: #FFF;
}
.btn-colorfield.active:before {
	opacity: 1;
	visibility: visible;
}
.btn-colorfield:hover:before {
	opacity: 0.5;
	visibility: visible;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-dark,
.product-field-display .dropdown-menu > li > a.vpf-colorfield-light {
	position: relative;
}
.product-field-display .dropdown-menu > li > a:after {
	position: absolute;
	display: block;
	content: " ";
	left: 0;
	top: 0;
	width: 100%;
	height: 26px;
	background-color: #000;
	opacity: 0;
	visibility: hidden;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-dark,
.selectpicker.btn-default.vpf-colorfield-dark {
	color: #FFF !important;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-light,
.selectpicker.btn-default.vpf-colorfield-light {
	color: #000 !important;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-dark .text-muted,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a.vpf-colorfield-dark:hover small, 
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a.vpf-colorfield-dark:focus small, 
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a.vpf-colorfield-dark small {
	color: #EEE !important;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-light .text-muted,
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a.vpf-colorfield-light:hover small, 
.bootstrap-select.btn-group .dropdown-menu li:not(.disabled) a.vpf-colorfield-light:focus small, 
.bootstrap-select.btn-group .dropdown-menu li.active:not(.disabled) a.vpf-colorfield-light small {
	color: #777 !important;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-dark:hover:after {
	background-color: #FFF !important;
	opacity: 0.4;
	visibility: visible;	
}
.btn.selectpicker.vpf-colorfield-dark,
.btn.selectpicker.vpf-colorfield-light {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.product-field-display .dropdown-menu > li > a.vpf-colorfield-light:hover:after {
	opacity: 0.2;
	visibility: visible;
}
.row-separator {
	border-bottom: 1px solid #EEE;
	height: 1px;
	padding-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	z-index: 10;
}
.mode-list .row-separator {
	padding-top: 19px;
}
/* Quick View */
.product-quickview .modal-dialog {
	width: 850px;
	background-color: #FFF;
}
.quick-view-cont {
	position: relative;
	height: 350px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.modal-iframe-wrap {
	position: relative;
	height: 450px;
	padding: 0;
}
.quick-view-cont .iframe-loading,
.modal-iframe-wrap .iframe-loading {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	z-index: 10001;
}
.vm-product-quickview-frame,
.modal-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0 none;
	outline: 0 none;
}
/* Product Details Page */
.product-title {
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
/*.quickview-product .product-title {
	font-size: 25px;
	line-height: 25px;
}*/
.productdetails-view .rating {
	display: inline-block;
	margin-right: 10px;
}
.productdetails-view .rating > span {
	display: inline-block;
}
.productdetails-view .product-rating-cont,
.productdetails-view .product-short-desc-cont,
.productdetails-view .product-price-stock-sku-cont,
.productdetails-view .product-action-buttons-cont,
.productdetails-view .product-addtocart-cont {
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.product-tabpanel {
	margin-bottom: 30px;
}
.productdetails-view .product-price-stock-sku-cont .product-price {
	padding-top: 10px;
	padding-bottom: 10px;
}
.quickview-product .product-price-stock-sku-cont .product-price {
	padding-top: 0;
	padding-bottom: 0;
}
.productdetails-view .product-sales-price > div > span {
	font-size: 30px;
	line-height: 30px;
}
.quickview-product .product-sales-price > div > span {
	font-size: 20px;
	line-height: 20px;
}
.productdetails-view .product-rating {
	display: inline-block;
}
.productdetails-view .product-title-cont {
	position: relative;
	padding-right: 25px;
}
.productdetails-view .product-title-cont .product-page-icons {
	position: absolute;
	right: 0;
	bottom: 0;
}
.product-top-right-cont {
	border: 1px solid #E5E5E5;
	padding: 20px;
}
.product-details-manufacturer-logo {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #EEE;
	margin-bottom: 20px
}
.top-right-fields {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
}
.top-right-fields .product-field-display > .feature:first-child {
	margin-top: 0;
}
.top-right-fields .product-field-display > .feature:last-child {
	margin-bottom: 0;
}
.top-right-fields .product-fields-title,
.ontop-fields-cont .product-fields-title {
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 10px;
	margin: 0;
}
.ontop-fields-cont {
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;	
}
.ontop-fields-cont .product-fields-title {
	padding-top: 5px;
}
.mfg-modal-link,
.mfg-modal-link:hover,
.mfg-modal-link:focus,
.mfg-modal-link:active,
.mfg-modal-link:visited {
	border: 0 none;
	outline: 0 none;
	text-decoration: none;
	font-size: 16px;
}
.product-bottom-cont {
	margin-top: 30px;
}
.related-product-header {
	text-align: center;
	margin: 0;
}
.related-product {
	text-align: center;
	padding: 0 10px;
}
.related-product img {
	max-width: 100%;
	height: auto;
}
.related-product > a {
	display: block;
	text-align: center;
	width: 100%;
}
.related-product .product-name {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 15px 0 8px;
}
.related-product .category-name,
.product-inner .category-name {
	display: block;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.mode-list .product-inner .category-name {
	text-align: inherit;
}
.related-product .product-name > a {
	text-decoration: none;
}
.related-product .vm-price-desc {
	display: none;
}
.product-neighbours {
	text-align: right;
	margin-bottom: 10px;
}
.eventAfterDisplayContent,
.eventBeforeDisplayContent {
	margin: 20px 0;
}
.neighbour-link {
	display: inline-block;
	color: #333;
	font-size: 14px;
	margin: 0;
	padding: 0;
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #F5F5F5;
	border: 0 none;
	vertical-align: middle;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.neighbour-link:hover,
.neighbour-link:focus {
	background-color: #333;
	color: #FFF;
}
.productdetails-view .product-action-buttons-cont {
	padding-top: 10px;
	padding-bottom: 0;
}
.productdetails-view .product-action-buttons-cont > button:active,
.productdetails-view .product-action-buttons-cont > a:active {
	outline: 0 none;
}
.productdetails-view .product-action-buttons-cont > button > span,
.productdetails-view .product-action-buttons-cont > a > span {
	margin-left: 5px;
}
.productdetails-view .product-action-buttons-cont {
	border-bottom: 0 none;
}
.product-action-buttons-cont.first-set > button {
	margin-left: 15px;
}
.product-action-buttons-cont.first-set > button:first-child {
	margin-left: 0;
}
/* Common */
.product-cart-variants {
	padding: 5px 0 20px;
}
.product-cart-variants .product-fields-title {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}
.vpf-radio-button {
	margin-left: -5px;
}
.productdetails-view .related-product .PricesalesPrice,
.related-product .PricesalesPrice,
.product-sales-price > div > span {
	font-size: 14px;
	text-decoration: none;
}
.stock-icon {
	display: inline-block;
	background-color: transparent;
	background-image: url(/templates/vp_smart/images/stock-icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 50px;
	height: 20px;
}
.stock-icon-lowstock {
	background-position: 0 -68px;
}
.stock-icon-nostock {
	background-position: 0 -90px;
}
/* Product Carousel - Nav Top */
.owl-carousel.owl-nav-top {
	position: relative;
	padding: 20px 0;
}
.owl-nav-top .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-nav-top .owl-controls .owl-buttons {
	position: absolute;
	top: -40px;
	right: 0;
}
.vp-product-carousel .carousel-nav-top .owl-controls .owl-buttons .owl-prev,
.vp-product-carousel .carousel-nav-top .owl-controls .owl-buttons .owl-next,
.owl-nav-top .owl-controls .owl-buttons .owl-prev,
.owl-nav-top .owl-controls .owl-buttons .owl-next,
.owl-nav-side .owl-controls .owl-buttons .owl-prev, 
.owl-nav-side .owl-controls .owl-buttons .owl-next {
	display: inline-block;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;	
	line-height: 1;	
	vertical-align: middle;	
	color: #333;
	font-size: 14px;
	margin: 0 0 0 2px;
	padding: 8px 10px;
	background: #F5F5F5;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;  
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out; 
	z-index: 11;
}
.vp-product-carousel .carousel-nav-top .owl-controls .owl-buttons .owl-prev:before,
.owl-nav-top .owl-controls .owl-buttons .owl-prev:before {
	content: "\f053";
}
.vp-product-carousel .carousel-nav-top .owl-controls .owl-buttons .owl-next:before,
.owl-nav-top .owl-controls .owl-buttons .owl-next:before {
	content: "\f054";
}
.owl-nav-top .owl-nav .owl-prev:hover,
.owl-nav-top .owl-nav .owl-next:hover,
.owl-nav-side .owl-controls .owl-buttons .owl-prev:hover,
.owl-nav-side .owl-controls .owl-buttons .owl-next:hover {
	background: #F5F5F5;
	color: #333;
	cursor: default;
}
.owl-nav-top .owl-controls.clickable .owl-buttons .owl-prev:hover,
.owl-nav-top .owl-controls.clickable .owl-buttons .owl-next:hover,
.owl-nav-side .owl-controls.clickable .owl-buttons .owl-prev:hover,
.owl-nav-side .owl-controls.clickable .owl-buttons .owl-next:hover {
	background: #333;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}
.owl-nav-top .owl-nav .disabled,
.owl-nav-side .owl-nav .disabled,
.side-nav-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-nav-top .owl-dots .owl-dot,
.owl-nav-side .owl-dots .owl-dot,
.side-nav-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.owl-nav-top .owl-dots .owl-dot span,
.owl-nav-side .owl-dots .owl-dot span,
.side-nav-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.owl-nav-top .owl-dots .owl-dot.active span,
.owl-nav-top .owl-dots .owl-dot:hover span,
.owl-nav-side .owl-dots .owl-dot.active span,
.owl-nav-side .owl-dots .owl-dot:hover span,
.side-nav-theme .owl-dots .owl-dot.active span,
.side-nav-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}
.owl-nav-side.navigation-enabled {
	padding-right: 50px;
	padding-left: 50px;
}
.owl-nav-side .owl-controls .owl-buttons .owl-prev, 
.owl-nav-side .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 50%;
	left: 0;
	color: #333;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin: 0;
	padding: 0;
	background: 0 none;
	filter: Alpha(Opacity=40);
	opacity: 0.4;
}
.owl-nav-side .owl-controls .owl-buttons .owl-prev:before {
	content: "\f104";
}
.owl-nav-side .owl-controls .owl-buttons .owl-next:before {
	content: "\f105";
}
.owl-nav-side.pagination-active .owl-controls .owl-buttons .owl-prev, 
.owl-nav-side.pagination-active .owl-controls .owl-buttons .owl-next {
	margin-top: -41px;
}
.owl-nav-side .owl-controls .owl-buttons .owl-next {
	left: auto;
	right: 0;
}
.owl-nav-side:hover .owl-controls .owl-buttons .owl-prev {
	left: 0;
}
.owl-nav-side:hover .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.owl-nav-side:hover .owl-controls .owl-buttons .owl-prev,
.owl-nav-side:hover .owl-controls .owl-buttons .owl-next {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.owl-nav-side .owl-controls .owl-pagination {
	text-align: center;
	margin-top: 15px;
}
.owl-nav-side .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-nav-side .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}
.owl-nav-side .owl-controls .owl-page.active span,
.owl-nav-side .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
.product-thumbnail {
	display: block;
	max-width: 100%;
}
.product-thumbnail img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
	border: 0 none;
}
.remove {
	font-size: 16px;
	line-height: 1;
	font-weight: normal;	
}
.mod-product-price {
	margin-top: 5px;
}
.mod-row-separator {
	border-bottom: 1px solid #EEE;
	height: 1px;
	width: 100%;
	padding: 8px 0 0;
	margin: 0 0 8px;
}
.compare-item-inner {
	position: relative;
	display: block;
	border: 1px solid #DDD;
	margin-bottom: 15px;
}
.compare-item-inner .btn-transparent {
	position: absolute;
	top: -12px;
	right: -11px;
	padding: 2px;
}
.compare-item-inner .property-title {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight: bold;
}
.compare-item-inner .product-cart-variants {
	padding-top: 0;
}
.productdetails-view .product-cart-variants > .product-field:first-child .product-fields-title,
.product-inner .product-cart-variants > .product-field:first-child .product-fields-title,
.compare-item-inner .product-cart-variants > .product-field:first-child .product-fields-title {
	margin-top: 0;
}
.product-inner .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 90%;
}
.compare-item-inner .product-name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.btn-transparent.compare-remove {
	background-color: #FFF;
	border: 0 none;
	padding: 0;
	line-height: 1;
	height: 20px;
	width: 20px;
	font-size: 22px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.btn-transparent.compare-remove:active {
	outline: 0 none;
	border: 0 none;
}
.compare-item-inner > div {
	padding: 10px;
	background-color: #FFF;
	border-top: 1px solid #EEE;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}
.compare-item-inner > div:nth-child(odd) {
	background-color: #FAFAFA;
}
.compare-item-inner > div:nth-child(2) {
	border-top: 0 none;
}
.vp-dropmod-header .product-count-text {
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
}
.wishlist-page {
	padding-top: 20px;
}
.product-comparison-page {
	padding-bottom: 20px;
}
.compare-clear-button-cont {
	padding: 10px 0;
}
.wishlist-page .product-name {
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: bold;
}
.wishlist-page .product-s-desc {
	padding-top: 10px;
}
.wishlist-page .addtocart-area > a {
	margin-top: 10px;
}
.wishlist-page ul.table-list li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EEE;
}
.wishlist-page ul.table-list > li:first-child:last-child {
	border-bottom: 0 none;
}
.empty-list {
	text-align: center;
	padding: 0;
	padding: 20px 10px;
	margin: 0;
	border: 0 none;
	background-color: #fff5f5;
	border: 1px solid #ffe6e6;
	color: #480101;
	font-size: 14px;
}
.wishlist-page .product-rating {
	padding-top: 5px;
}
.review-submit-buttons-cont {
	margin: 30px 0;
}
.rate-product-cont {
	font-size: 24px;
}
.review-posted {
	padding-bottom: 20px;
}
#reviewform > h4 {
	margin-bottom: 20px;
}
.list-of-reviews > h4 {
	margin-bottom: 25px;	
}
.no-reviews-msg {
	margin-top: -10px;
	padding: 15px;
}
.review-rating {
	display: inline-block;
	font-size: 18px;
	margin-right: 10px;
}
.product-rating [class^="star-"], 
.product-rating [class*=" star-"] {
	vertical-align: inherit;
}
.ask-question-page .formError {
	margin-left: -180px;
}
.btn-ask-question {
	margin-left: 10px;
	opacity: 0.8;
}
.btn-ask-question:hover {
	opacity: 1;
}
.form-group.group-inline .form-control {
	width: auto;
	display: inline-block;
}
.ask-question-page .product-name {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 15px;
}
.ask-question-page .short-description {
	color: #777;
}
.login-page-system-links {
	padding-top: 15px;
	margin-bottom: 10px;
}
.ask-question-page-login .section-header {
	margin-bottom: 25px;
}
.browse-view h4.section-header {
	font-size: 1.8em;
	margin: 20px 0 10px;
	font-weight: bold;
	text-align: center;
}
.section-header-products.section-header-1 {
	display: none;
}
.browse-view > h4.section-header:first-child {
	margin-top: 0;
}
.ask-question-page-login input[type=checkbox] {
	margin-top: 3px;
}
.cart-summary .grand-total td, 
.cart-summary .grand-total-p-currency td, 
.continue-checkout-box {
	padding: 15px 8px;
	background-color: #E9E9E9;
	border-top: 1px solid #C4C4C4;
	border-bottom: 1px solid #C4C4C4;
	font-weight: bold;
}
.cart-summary .grand-total, .cart-summary .grand-total-p-currency {
	font-size: 1.2em;
	color: #333;
}
.cart-summary.table > thead > tr > th {
	font-weight: normal;
	text-transform: uppercase;
}
.cart-product-details.with-image {
	padding-left: 58px;
}
.cart-product-details.with-image .cart-product-image-cont {
	display: inline-block;
	float: left;
	width: 50px;
	height: 70px;
	margin-left: -58px;
	margin-top: 2px;
}
.cart-product-details.with-image .cart-product-image-cont img {
	max-height: 70px;
}
.cart-product-info {
	display: inline-block;
	vertical-align: top;
}
.cart-summary .cart-product-name {
	text-transform: uppercase;
}
.cart-method-submission-cont {
	margin-top: 20px;
}
.cart-method-title {
	font-size: 2em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 30px;
}
.vm-fieldset-pricelist .cart-method-title {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.1em;
	margin: 0 0 15px;
}
.cart-view .cart-payment-name,
.cart-view .cart-shipment-name {
	margin-bottom: 10px;
}
.cart-view .cart-select-shipment,
.cart-view .cart-select-payment {
	padding: 5px 0 10px;
}
.cart-select-shipment label,
.cart-select-payment label {
	font-weight: normal;
}
.cart-select-shipment .shipment-rate > input[type="radio"]:first-child,
.cart-select-shipment .shipment-rate > label:first-child,
.cart-select-payment .paymentplugin-payment > input[type="radio"]:first-child,
.cart-select-payment .paymentplugin-payment > label:first-child {
	display: inline-block;
	vertical-align: top;
}
.cart-select-shipment .shipment-rate > input[type="radio"]:first-child,
.cart-select-payment .paymentplugin-payment > input[type="radio"]:first-child {
	margin-right: 3px;
}
.cart-login-cont {
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
.cart-login-cont input[type=checkbox] {
	vertical-align: top;
	margin-top: 2px;
}
.cart-login-cont .section-header {
	font-size: 14px;
	text-transform: uppercase;
}
.vm-cart-header {
	text-align: center;
}
.vm-cart-header > h1 {
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 30px;
}
.vm-cart-header .septa {
	color: #B5B5B5;
}
.vm-cart-header .cart-product-count {
	color: #7B7A7A;
}
#checkoutForm label {
	font-weight: normal;
}
.cart-addresses-cont {
	margin-top: 20px;
	margin-bottom: 30px;
}
.cart-address {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 0;
	margin: 0 0 10px;
}
.cart-address .cart-address-header {
	padding: 5px 10px;
	background-color: #F9F9F9;
	border-bottom: 1px solid #DDD;
	font-weight: bold;
	text-transform: uppercase;
}
.cart-address .cart-address-content {
	padding: 5px 10px;
	min-height: 20px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;	
}
.cart-change-shopper-title {
	font-size: 16px;
	text-transform: uppercase;
}
.cart-submission-buttons-cont {
	margin: 20px 0;
	padding: 15px;
	background-color: #e9e9e9;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;	
}
.cart-submission-buttons-cont .btn {
	font-size: 16px;
	padding-left: 25px;
	padding-right: 25px;	
}
.vm-user-form-buttons-cont {
	margin-top: 30px;
}
.vm-user-form-buttons-cont .btn {
	margin-bottom: 10px;
}
.vm-user-login-cont {
	margin-bottom: 30px;
}
.vm-user-login-cont .section-header {
	font-size: 14px;
}
table.adminform {
	width: 100%;
	border: 0 none;
}
table.adminform td {
	padding-bottom: 15px;
	vertical-align: top;
}
table.adminform td.labelcell {
	padding-top: 10px;
	text-align: right;
	padding-right: 30px;
}
table.adminform input[type="checkbox"] {
	margin-top: 12px;
}
#vm-vendor-image-area {
	margin-bottom: 30px;
}
#vm-vendor-image-area .controls {
	padding-left: 20px;
}
#vm-vendor-image-area #ImagesContainer {
	margin: 20px 0;
}
#vm-vendor-image-area .vm__img_autocrop {
	margin-bottom: 20px;
}
.vmquote {
	font-size: smaller;
}
.vendor-toolbar {
	text-align: right;
	padding-bottom: 10px;
}
.vendor-toolbar .btn {
	margin-bottom: 10px;
}
.add-shipto-set > ul {
	display: table;
	width: 100%;
	padding: 0;
	margin-left: 0;
	list-style: none;
	list-style-type: none;
	margin-top: 20px;
}
.add-shipto-set > ul > li {
	display: table-row;	
}
.add-shipto-set > ul > li > span {
	display: table-cell;
	padding: 8px;
}
.add-shipto-set > ul > li > span:last-child {
	text-align: right;
}
.add-shipto-set > ul > li a {
	color: #333;
}
.add-shipto-set > ul > li a:hover,
.add-shipto-set > ul > li a:focus {
	color: #FE5252;
}
.add-shipto-set > ul > li:nth-child(odd) {
	background-color: #f9f9f9;
}
.ajax-popup-products h5 {
	margin-top: 35px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.ajax-popup-product {
	text-align: center;
	margin-bottom: 20px;
}
.ajax-popup-product .vm-price-desc {
	display: none;
}
.ajax-popup-product a {
	color: #333;
	line-height: 1.1;
}
.ajax-popup-product img {
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.vendor-page-links {
	padding-top: 20px;
}
.vendor-details-view .vendor-store-desc {
	margin-bottom: 20px;
}
.vendor-image-cont {
	float: left;
	padding: 5px 15px 15px 0;
}
.manufacturer-details-view .manufacturer-description-cont {
	padding-top: 15px;
	padding-bottom: 10px;
}
span.vm-product-rating {
	font-size: 14px;
	line-height: 1;
	display: inline-block;
	margin-right: 3px;
}
.product-price-before-discount {
	text-decoration: line-through;
	font-size: 14px;
	color: #AAA;
}
.vp-product-carousel .product-price-before-discount, .vp-product-carousel .product-sales-price,
.product-listing .product-price-before-discount, .product-listing .product-sales-price {
	display: inline-block;
}
.productdetails-view .product-price-stock-sku-cont .product-price-before-discount {
	font-size: 1.666em;
	line-height: 1.2em;
}
.rating .text-muted {
	color: #AAA;
}
.tag {
	font-size: 1.1em;
	line-height: 1;
	padding: 5px 12px;
	text-align: center;
	text-transform: uppercase;
	display: table-cell !important;
	vertical-align: middle !important;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
	pointer-events: none;
}
/*.product-tag-right .tag {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.product-tag-left .tag {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}*/
.productdetails-view .tag {
	font-size: 1.2em;
	padding: 8px 15px;
}
.productdetails-view .product-tag-right,
.productdetails-view .product-tag-left {
	pointer-events: none;
}
.tag-sale {
	background-color: #337ab7;
	color: #FFF;
}
.tag-new {
	background-color: #31B0D5;
	color: #FFF;
}
.tag-promo {
	background-color: #D9534F;
	color: #FFF;
}
.tag-sold {
	background-color: #F0AD4E;
	color: #FFF;
}
.tag-discontinued {
	background-color: #D9534F;
	color: #FFF;
}
.product-tag-right {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 11;
}
.productdetails-view .product-tag-right {
	top: 10px;
	right: 10px;
	z-index: 100;
}
.product-listing.mode-list .product-tag-right {
	top: 10px;
	right: 10px;
}
.product-tag-left {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 11;
}
.product.over .product-tag-right, .product.over .product-tag-left {
	z-index: 13;
}
.productdetails-view .product-tag-left {
	top: 10px;
	left: 10px;
	z-index: 100;
}
.product-listing.mode-list .product-tag-left {
	top: 10px;
	left: 10px;
}
.ajax-popup-product .product-name {
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2;
	margin: 10px 0;
}
.ajax-popup-product .related-cat-name-cont {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.related-item-short-desc-cont {
	text-align: justify;
	margin-top: 10px;
}
.product-field.product-field-type-C {
	margin-bottom: -10px;
}
.product-field.product-field-type-C .bootstrap-select {
	margin-bottom: 10px;
}
.manufactuer-image-cont {
	text-align: center;
}
.manufactuer-image-cont img,
.category-image-cont img {
	margin: 0  auto;
}
.productdetails-view .product-field.product-field-type-C .bootstrap-select {
	margin-right: 10px;
}
.compare-item-inner .product-image {
	text-align: center;
}
.product-subcategories {
	margin-top: 30px;
}
.product-related-categories {
	margin-top: 30px;
}
.product-related-categories h3 {
	text-align: center;
}
.related-products-cont .related-products
.product-related-categories .category-list {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-related-category img {
	width: 100% \9;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.productdetails-view .section-header {
	font-weight: bold;
}
.vp-product-carousel-inner {
	z-index: inherit;
}
.vp-product-carousel-inner:hover {
	z-index: 10;
}
.product-discount-amount div {
	display: inline;
}
.product-display-shipment br,
.product-display-payment br {
	display: none;
}
.product-search select.selectpicker {
	display: none;
}
button#checkoutFormSubmit:after {
	display: inline-block;
	content: "\f105";
	margin-left: 12px;
	font-family: 'FontAwesome';
	speak: none;
	font-size: 1.33333333em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cart-order-done .post_payment_payment_name,
.cart-order-done .post_payment_order_number,
.cart-order-done .post_payment_order_total {
	margin-bottom: 3px;
}
.cart-order-done .post_payment_payment_name > span,
.cart-order-done .post_payment_order_number > span,
.cart-order-done .post_payment_order_total > span {
	vertical-align: top;
}
.cart-order-done .post_payment_payment_name_title,
.cart-order-done .post_payment_order_number_title,
.cart-order-done .post_payment_order_total_title {
	display: inline-block;
	width: 150px;
	font-weight: bold;
	margin-right: 10px;
}
.cart-order-done .vm-button-correct {
	margin: 20px 0 0;
}
.order-done-logout-form {
	margin-top: 40px;
}
.vm-cmv-label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}
.vpf-button-group {
	margin-bottom: 8px;
}
.mini-cart-total {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 8px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: inherit;
}
.vpcf-filter-module form > fieldset:last-child .vpcf-options {
	margin-bottom: 0;
}
.btn-addtocart,
.btn-notify {
	text-transform: uppercase;
}
/* VirtueMart Essentials */
.btn-vme-round,
.btn-vme-round:hover {
	color: inherit;
}
.productdetails .btn-vme-round > span,
.productdetails-view .btn-vme-round > span,
.vm-productdetails .btn-vme-round > span,
.vme-compare-buttons .btn-vme-round > span {
	font-size: inherit;
	text-transform: uppercase;
	color: inherit;
}
.btn-vme-round > i {
	-webkit-border-radius: 0;
	border-radius: 0;
	background: #FFF;
	border: 1px solid #DDD;
}
.btn-vme-round:hover > i {
	background: #FFF;
	color: inherit;
}
.productdetails .btn-vme-round > i,
.productdetails-view .btn-vme-round > i {
	line-height: 28px;
	font-size: inherit;
	width: 30px;
	height: 30px;
	text-align: center;
}
.product-action-buttons-cont > a:nth-of-type(2) {
	margin-left: 10px;
}
.productdetails-view .vme-allbuttons-container,
.product-item .vme-allbuttons-container {
	display: none !important;
}
.vme-wishlist .vme-list-inline {
	padding-top: 10px;
}
.product-action-buttons .btn-vme-round {
	margin: 0 3px;
}
.product-action-buttons .btn-vme-round {
	display: inline-block;
	padding: 5px;
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #EEE;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 3px;
	outline: 0 none;
}
.product-action-buttons .btn-vme-round > i {
	line-height: inherit;
	font-size: inherit;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: 0 none;
	border: 0 none;
}
.product-action-buttons .btn-vme-round.btn-item-added > i,
.product-action-buttons .btn-vme-round.btn-item-added:hover > i {
	color: inherit;
	background: 0 none;
}
.product-action-buttons .btn-vme-round.btn-item-added,
.product-action-buttons .btn-vme-round.btn-item-added:hover {
	background: #ffb222;
	color: #FFF;
}
.product-action-buttons-cont form:nth-of-type(2) button {
	margin-left: 10px;
}
.vme-compare-data .btn-vme-round.vme-compare-remove > i {
	border-radius: 100%;
	line-height: 22px;
}
.form-control.vpcf-quicksearch:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.mod-product-price,
.related-product .PricesalesPrice,
.product-sales-price,
.product-sales-price > div > span {
	font-weight: bold;
}
.productdetails-view .product-price-stock-sku-cont .product-sales-pric,
.productdetails-view .product-price-stock-sku-cont .product-sales-price > div > span {
	font-weight: normal;
}
.btn-modpos-collapse {
	text-transform: uppercase;
}/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
html {
	font-size: 16px;
}
body {
	font: 14px/1.4 'Open Sans', 'Arial', helvetica, sans-serif;
	height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
}
a,
span,
.icon-circle {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
span span,
a span {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
a,
a:hover,
a:focus,
a:active {
	outline: 0 none;
}
label {
	font-weight: normal;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
#mainbody {
	padding-bottom: 40px;
}
#mainbody.no-padding,
.tmpl-component #mainbody {
	padding-bottom: 0;
}
#main {
	margin-bottom: 40px;
}
.vmLoadingDiv > div {
	display: none;
}
#show-activity,
.vmLoading .vmLoadingDiv {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #FFF;
	background-image: url(/templates/vp_smart/images/show-activity.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
	z-index: 1060;
}
body > div.vmLoadingDiv:last-child,
#show-activity.in {
	opacity: 0.5;
}
.row.row-condensed {
	margin-right: -10px;
	margin-left: -10px;
}
.row.row-condensed .col-xs-1, .row.row-condensed .col-sm-1, .row.row-condensed .col-md-1, .row.row-condensed .col-lg-1, .row.row-condensed .col-xs-2, .row.row-condensed .col-sm-2, .row.row-condensed .col-md-2, .row.row-condensed .col-lg-2, .row.row-condensed .col-xs-3, .row.row-condensed .col-sm-3, .row.row-condensed .col-md-3, .row.row-condensed .col-lg-3, .row.row-condensed .col-xs-4, .row.row-condensed .col-sm-4, .row.row-condensed .col-md-4, .row.row-condensed .col-lg-4, .row.row-condensed .col-xs-5, .row.row-condensed .col-sm-5, .row.row-condensed .col-md-5, .row.row-condensed .col-lg-5, .row.row-condensed .col-xs-6, .row.row-condensed .col-sm-6, .row.row-condensed .col-md-6, .row.row-condensed .col-lg-6, .row.row-condensed .col-xs-7, .row.row-condensed .col-sm-7, .row.row-condensed .col-md-7, .row.row-condensed .col-lg-7, .row.row-condensed .col-xs-8, .row.row-condensed .col-sm-8, .row.row-condensed .col-md-8, .row.row-condensed .col-lg-8, .row.row-condensed .col-xs-9, .row.row-condensed .col-sm-9, .row.row-condensed .col-md-9, .row.row-condensed .col-lg-9, .row.row-condensed .col-xs-10, .row.row-condensed .col-sm-10, .row.row-condensed .col-md-10, .row.row-condensed .col-lg-10, .row.row-condensed .col-xs-11, .row.row-condensed .col-sm-11, .row.row-condensed .col-md-11, .row.row-condensed .col-lg-11, .row.row-condensed .col-xs-12, .row.row-condensed .col-sm-12, .row.row-condensed .col-md-12, .row.row-condensed .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;	
}
.row.row-mini {
	margin-right: -5px;
	margin-left: -5px;
}
.row.row-mini .col-xs-1, .row.row-mini .col-sm-1, .row.row-mini .col-md-1, .row.row-mini .col-lg-1, .row.row-mini .col-xs-2, .row.row-mini .col-sm-2, .row.row-mini .col-md-2, .row.row-mini .col-lg-2, .row.row-mini .col-xs-3, .row.row-mini .col-sm-3, .row.row-mini .col-md-3, .row.row-mini .col-lg-3, .row.row-mini .col-xs-4, .row.row-mini .col-sm-4, .row.row-mini .col-md-4, .row.row-mini .col-lg-4, .row.row-mini .col-xs-5, .row.row-mini .col-sm-5, .row.row-mini .col-md-5, .row.row-mini .col-lg-5, .row.row-mini .col-xs-6, .row.row-mini .col-sm-6, .row.row-mini .col-md-6, .row.row-mini .col-lg-6, .row.row-mini .col-xs-7, .row.row-mini .col-sm-7, .row.row-mini .col-md-7, .row.row-mini .col-lg-7, .row.row-mini .col-xs-8, .row.row-mini .col-sm-8, .row.row-mini .col-md-8, .row.row-mini .col-lg-8, .row.row-mini .col-xs-9, .row.row-mini .col-sm-9, .row.row-mini .col-md-9, .row.row-mini .col-lg-9, .row.row-mini .col-xs-10, .row.row-mini .col-sm-10, .row.row-mini .col-md-10, .row.row-mini .col-lg-10, .row.row-mini .col-xs-11, .row.row-mini .col-sm-11, .row.row-mini .col-md-11, .row.row-mini .col-lg-11, .row.row-mini .col-xs-12, .row.row-mini .col-sm-12, .row.row-mini .col-md-12, .row.row-mini .col-lg-12 {
	padding-right: 5px;
	padding-left: 5px;	
}
/* To support old Bootstrap 2 form fields */
select:not(.form-control), textarea:not(.form-control), input[type="text"]:not(.form-control), 
input[type="password"]:not(.form-control), input[type="datetime"]:not(.form-control), 
input[type="datetime-local"]:not(.form-control), input[type="date"]:not(.form-control), 
input[type="month"]:not(.form-control), input[type="time"]:not(.form-control), 
input[type="week"]:not(.form-control), input[type="number"]:not(.form-control), 
input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), 
input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), 
input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.inputbox:not(.form-control) {
	display: inline-block;
	width: auto;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #FFF;
	background-image: none;
	border: 1px solid #CCC;
	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,-webkit-box-shadow ease-in-out .15s;
	-o-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;	
}
select:not(.form-control):focus, textarea:not(.form-control):focus, input[type="text"]:not(.form-control):focus, 
input[type="password"]:not(.form-control):focus, input[type="datetime"]:not(.form-control):focus, 
input[type="datetime-local"]:not(.form-control):focus, input[type="date"]:not(.form-control):focus, 
input[type="month"]:not(.form-control):focus, input[type="time"]:not(.form-control):focus, 
input[type="week"]:not(.form-control):focus, input[type="number"]:not(.form-control):focus, 
input[type="email"]:not(.form-control):focus, input[type="url"]:not(.form-control):focus, 
input[type="search"]:not(.form-control):focus, input[type="tel"]:not(.form-control):focus, 
input[type="color"]:not(.form-control):focus, .uneditable-input:not(.form-control):focus,
.inputbox:not(.form-control):focus {
	border-color: #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}
.has-error select:not(.form-control), .has-error textarea:not(.form-control), .has-error input[type="text"]:not(.form-control), 
.has-error input[type="password"]:not(.form-control), .has-error input[type="datetime"]:not(.form-control), 
.has-error input[type="datetime-local"]:not(.form-control), .has-error input[type="date"]:not(.form-control), 
.has-error input[type="month"]:not(.form-control), .has-error input[type="time"]:not(.form-control), 
.has-error input[type="week"]:not(.form-control), .has-error input[type="number"]:not(.form-control), 
.has-error input[type="email"]:not(.form-control), .has-error input[type="url"]:not(.form-control), 
.has-error input[type="search"]:not(.form-control), .has-error input[type="tel"]:not(.form-control), 
.has-error input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.has-error .inputbox:not(.form-control) {
	border-color: #A94442;
	-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);	
}
select[disabled]:not(.form-control), textarea[disabled]:not(.form-control), input[disabled]:not(.form-control), 
input[type="password"][disabled]:not(.form-control), input[type="datetime"][disabled]:not(.form-control), 
input[type="datetime-local"][disabled]:not(.form-control), input[type="date"][disabled]:not(.form-control), 
input[type="month"][disabled]:not(.form-control), input[type="time"][disabled]:not(.form-control), 
input[type="week"][disabled]:not(.form-control), input[type="number"][disabled]:not(.form-control), 
input[type="email"][disabled]:not(.form-control), input[type="url"][disabled]:not(.form-control), 
input[type="search"][disabled]:not(.form-control), input[type="tel"][disabled]:not(.form-control), 
input[type="color"][disabled]:not(.form-control), .uneditable-input[disabled]:not(.form-control),
.inputbox[disabled]:not(.form-control),
select[readonly]:not(.form-control), textarea[readonly]:not(.form-control), input[readonly]:not(.form-control), 
input[type="password"][readonly]:not(.form-control), input[type="datetime"][readonly]:not(.form-control), 
input[type="datetime-local"][readonly]:not(.form-control), input[type="date"][readonly]:not(.form-control), 
input[type="month"][readonly]:not(.form-control), input[type="time"][readonly]:not(.form-control), 
input[type="week"][readonly]:not(.form-control), input[type="number"][readonly]:not(.form-control), 
input[type="email"][readonly]:not(.form-control), input[type="url"][readonly]:not(.form-control), 
input[type="search"][readonly]:not(.form-control), input[type="tel"][readonly]:not(.form-control), 
input[type="color"][readonly]:not(.form-control), .uneditable-input[readonly]:not(.form-control),
.inputbox[readonly]:not(.form-control) {
	cursor: not-allowed;
	background-color: #EEE;
	opacity: 1;	
}
.inputbox:not(.form-control) {
	width: 220px;
}
.input-mini:not(.form-control) {
	width: 60px;
}
.input-medium:not(.form-control) {
	width: 150px;
}
.input-large:not(.form-control) {
	width: 210px;
}
.old-form select:not(.form-control), .old-form textarea:not(.form-control), .old-form input[type="text"]:not(.form-control), 
.old-form input[type="password"]:not(.form-control), .old-form input[type="datetime"]:not(.form-control), 
.old-form input[type="datetime-local"]:not(.form-control), .old-form input[type="date"]:not(.form-control), 
.old-form input[type="month"]:not(.form-control), .old-form input[type="time"]:not(.form-control), 
.old-form input[type="week"]:not(.form-control), .old-form input[type="number"]:not(.form-control), 
.old-form input[type="email"]:not(.form-control), .old-form input[type="url"]:not(.form-control), 
.old-form input[type="search"]:not(.form-control), .old-form input[type="tel"]:not(.form-control), 
.old-form input[type="color"]:not(.form-control), .uneditable-input:not(.form-control),
.old-form .inputbox:not(.form-control) {
	width: 100%;
}
.old-form textarea:not(.form-control) {
	height: auto;
}
.label:not([class*="label-"]) {
	background-color: #999;
}
.label-important, .badge-important {
	background-color: #b94a48;
}
label.radio,
label.radio-inline,
label.checkbox,
label.checkbox-inline {
	padding-left: 20px;
}
label.radio-inline,
label.checkbox-inline {
	display: inline-block;
	margin-right: 10px;
}
label.radio input[type=radio],
label.radio-inline input[type=radio],
label.checkbox input[type=checkbox],
label.checkbox-inline input[type=checkbox] {
	margin-left: -20px;
	float: left;
}
/* Breadcrumbs Container */
#breadcrumbs {
	background-color: #F5F5F5;
}
#breadcrumbs .inner-container {
	padding: 50px 0;
	text-align: center;
}
.breadcrumbs-inner {
	position: relative;
}
.breadcrumb-navigations {
	display: none;
}
#breadcrumbs .breadcrumb-navigations {
	display: block;
}
.breadcrumb-navigations > a {
	display: inline-block;
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	background: 0 none;
	background-color: #FFF;
	padding: 0;
	color: #333;
	border: 1px solid #eee;
	outline: 0 none;
	zoom: 1;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}

.tooltip {
	pointer-events: none;
}
/* To avoid Joomla! and Bootstrap modal class conflict */
/* We will use .boot-modal instead of .modal for Bootstarp */
.boot-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1055;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal {
	z-index: 1055;
}
.modal-backdrop {
	z-index: 1050;
}
.modal.fade .modal-dialog,
.boot-modal.fade .modal-dialog {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.modal.in .modal-dialog,
.boot-modal.in .modal-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.modal-open .boot-modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.brand {
	display: inline-block;
	margin: 20px 0 0;
}
blockquote {
	font-size: 14px;
}
blockquote footer {
	font-size: 12px;
}
.align-left {
	text-align: left;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-justify {
	text-align: justify;
}
.inline-block {
	display: inline-block;
}
.abs-top-right {
	position: absolute;
	top: 0;
	right: 0;
}
.abs-top-left {
	position: absolute;
	top: 0;
	left: 0;
}
.abs-bottom-right {
	position: absolute;
	bottom: 0;
	right: 0;
}
.abs-top-left {
	position: absolute;
	bottom: 0;
	left: 0;
}
.form-buttons-cont {
	margin: 15px 0 0;
}
.btn {
	transition: all 100ms linear;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
}
.btn-switch.active {
	pointer-event: none;
	cursor: default;
}
.navbar-toggle {
	float: left;
	margin-left: 15px;
	margin-right: 0;
}
.form-control,
.btn,
.dropdown-menu {
	border-radius: 3px;
}
.form-submit-cont {
	padding-top: 15px;
}
.section-header {
	font-size: 2em;
	margin: 10px 0 20px;
	text-transform: uppercase;
}
.vpf-topbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0;
}
.vpf-topbar .inner-container {
	border-bottom: 1px solid transparent;
	padding: 8px 0;
	margin-bottom: -1px;
}
.vpf-topbar ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.vpf-topbar .nav > li {
	display: inline-block;
	padding: 0;
}
.vpf-topbar p {
	margin: 0;
}
.vpf-topbar .nav > li > a, 
.vpf-topbar .nav > li > span {
	padding: 0 8px;
	background: none;
}
.vpf-topbar .nav > li:last-child > a, 
.vpf-topbar .nav > li:last-child > span {
	padding-right: 0;
}
.vpf-topbar .nav > li:first-child > a, 
.vpf-topbar .nav > li:first-child > span {
	padding-left: 0;
}
.inline-mod, .topmod-title, .topmod-content {
	display: inline-block;
	margin: 0 16px 0 0;
	padding: 0;	
	vertical-align: top;
}
.top-left > .inline-mod:last-child {
	margin-right: 0;
}
.inline-mod.right {
	margin: 0;
}
.topmod-title, .topmod-content {
	margin: 0;
}
.topbar-switch {
	position: relative;
}
.topbar-switch .topbar-switch-inner {
	display: block;
	padding: 7px 10px 9px;
	position: relative;
	z-index: 102;
	margin-top: -8px;
	margin-bottom: -9px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	max-height: 37px;
	webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
.topbar-switch.over .topbar-switch-inner {
	background: #FFF;
}
.topbar-switch-list {
	display: none;
	right: 0;
	top: 100%;
	position: absolute;
	background: #FFF;
	padding: 10px;
	margin: -1px 0 0 0;
	border: 1px solid transparent;
	border-top-color: rgba(0, 0, 0, 0.1);
	z-index: 101;
	opacity: 0;
	-webkit-box-shadow: 1px 1px 1px #efefef;
	box-shadow: 1px 1px 1px #efefef;
}
.topbar-switch-list > li {
	float: none;
	display: block;
	background: 0 none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
.topbar-switch-list > li > a {
	padding: 5px 8px;
	display: block;
	color: #777;
	text-decoration: none;
}
.topbar-switch-list > li > a > span, .topbar-switch-list > li > a > img {
	vertical-align: middle;
}
.topbar-switch-list > li.active > a {
	color: #333;
	cursor: default;
}
.topbar-switch-list > li > a:hover, .topbar-switch-list > li > a:focus {
	background-color: #FAFAFA;
}
.header-add-margin {
	margin-top: 20px;
}
.input-group .form-control.btn:first-child {
	border-right: 0 none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:active {
	outline: 0;
}
.input-group .bootstrap-select .btn:hover,
.input-group .bootstrap-select .btn:focus,
.input-group .bootstrap-select .btn:active {
	outline: 0 !important;
}
.input-group select.selectpicker {
	visibility: hidden;
}
.compare-mod > div, 
.mini-cart-mod > div,
.vp-dropmod-container,
.vp-dropmod-anchor {
	display: inline-block;	
}
.vp-dropmod-anchor > a {
	display: block;
	cursor: default;
}
.vp-dropmod-container {
	position: relative;
}
.vp-dropmod-inner {
	position: absolute;
	display: none;
	top: 100%;
	right: 0;
	width: 300px;
	text-align: left;
	padding: 0;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	z-index: 1000 !important;
	margin: 0;
	transition: opacity 400ms ease-in-out;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;	
	opacity:0;
}
.vp-dropmod-pointer {
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	width: 20px;
	margin-left: -10px;
	margin-top: 13px;
	background-color: #FFF;
	transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;	
	opacity:0;
	z-index: 10001;
}
.vp-dropmod-pointer:after, .vp-dropmod-pointer:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.vp-dropmod-pointer:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.vp-dropmod-pointer:before {
	border-color: rgba(221, 221, 221, 0);
	border-bottom-color: #DDDDDD;
	border-width: 11px;
	margin-left: -11px;
}
.vp-dropmod-inner .vp-dropmod-contents {
	padding: 15px;
	position: relative;
}
.vp-dropmod-header {
	border-bottom: 1px solid #EEE;
	padding-bottom: 12px;
	margin-bottom: 10px;	
}
.vp-dropmod-header.empty {
	border: 0 none;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}
.vp-dropmod-inner .vp-dropmod-loader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #FFF;
	background-image: url(/templates/vp_smart/images/dropmon-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.7;
}
.vp-dropmod-inner.drop-center {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}
.vp-dropmod-inner.drop-left {
	left: 0;
	right: auto;
}
.vp-dropmod-inner.drop-right {
	right: -1px;
	margin-top: 12px;
	left: auto;
}
.over .vp-dropmod-inner,
.over .vp-dropmod-pointer {
	display: block;
	opacity: 1;
}
.btn,
.btn:hover,
.btn:focus,
.btn:active,
.btn:visited,
.btn.active {
	outline: 0 none;
}
.btn.jmodedit {
  color: #555555;
  background-color: #ffffff;
  border-color: #cccccc;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.btn.jmodedit.active,
.btn.jmodedit.focus,
.btn.jmodedit:active,
.btn.jmodedit:focus,
.btn.jmodedit:hover{
  color: #555555;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-foricon {
	display: inline-block;
	padding: 5px;
	width: 38px;
	height: 38px;
	margin-bottom: 0;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	background-color: #EEE;
	border: 1px solid rgba(0, 0, 0, 0);
}
.btn-foricon [class^="icon-"], 
.btn-foricon [class*=" icon-"] {
	vertical-align: middle;
}
.btn-lg, .btn-group-lg > .btn {
	padding: 12px 16px;
	font-size: 14px;
	line-height: 1.42857143;
}
.btn-wide {
	padding: 12px 45px;
}
.btn-opener:hover,
.btn-opener:active {
	color: #FFF;
	background-color: #333;	
}
.btn-opener {
	display: inline-block;
	font-family: 'VPFrameworkIcon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: inherit;
	font-size: 12px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;	
	border-color: rgba(0, 0, 0, 0);
	border-style: solid;
	border-width: 1px;
	padding: 5px;
	margin-right: 0;
	background-color: #EEE;
	color: #333;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.btn-opener.collapsed:after {
	content: "\e376";
}
.btn-opener:after {
	content: "\e375";
}
.btn-md {
	padding: 9px 12px;
	height: 38px;
	font-size: 12px;
}
.btn.btn-round {
	padding: 10px;
	font-size: 12px;
	width: auto;
	height: auto;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.jewel {
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-transform: none;
	text-shadow: none;
	transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-moz-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-webkit-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	-o-transition: color 450ms ease-in-out, background-color 450ms ease-in-out;
	z-index: 3;
}

.btn-jewel-group {
	position: relative;
}
.btn-jewel-group > .jewel {
	display: inline-block;
	position: absolute;
	top: -22px;
	right: 0;
	padding: 2px;
	min-height: 14px;
	min-width: 14px;
	font-size: 10px;
	line-height: 11px;
	white-space: nowrap;
	background-color: #777;
	color: #FFF;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.vp-dropmod-anchor.btn-jewel-group > .jewel {
	top: -7px;
	right: -8px;
	text-align: center;
	pointer-events: none;
}
.btn-jewel-group:hover > .jewel,
.btn-jewel-group:focus > .jewel,
.over .btn-jewel-group > .jewel {
	background-color: #333;
	color: #FFF;	
}
.jewel.jewel-warning {
	background-color: #F0AD4E;
}
.jewel-warning.jewel-top:before {
	border-top-color: #F0AD4E;
}
.jewel.jewel-danger {
	background-color: #C9302C;
}
.jewel-danger.jewel-top:before {
	border-top-color: #C9302C;
}
.jewel.jewel-invert {
	background-color: #111;
}
.jewel-invert.jewel-top:before {
	border-top-color: #111;
}
.responsive-image,
.manufacturer-image {
	width: 100% \9;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
.container-fit-image {
	max-width: 100%;
	max-height: 100%;
}
input[type=button].addtocart-button-disabled {
	cursor: no-drop;
}
button:hover,
button:focus,
button:active,
.btn:hover,
.btn:focus,
.btn:active {
	outline: 0 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: #EEE;
	border-color: #EEE;
}*/
.btn-primary {
	background-color: #EEE;
	border-color: #EEE;
	color: #333;
	outline: 0 none;
}
.btn-transparent {
	background: 0 none;
	border-color: transparent;
	color: #777;
	padding: 1px;
}
.btn-transparent:hover {
	background: 0 none;
	border-color: transparent;
	color: #333;
}
.btn-nobg,
.btn-nobg:hover,
.btn-nobg:focus,
.btn-nobg:active,
.btn-nobg.active {
	padding: 0;
	background: 0 none;
	border: 0 none;
	outline: 0 none;
	text-transform: uppercase;
}
.btn-transparent:active,
.btn-transparent.active,
.btn-nobg:active, 
.btn-nobg.active,
.btn-modal-close:active,
.btn-modal-close.active {
	outline: 0 none;
	-webkit-box-shadow: none;
	box-shadow: none;	
}
.btn-nobg .fa {
	height: 30px;
	width: 30px;
	border: 1px solid #DDD;
	background: #FFF;
	vertical-align: middle;
	line-height: 28px;
}
.btn-nobg.btn-lg .fa {
	height: 46px;
	width: 46px;
	font-size: 28px;
	line-height: 42px;
	text-align: center;
}
.btn.btn-modal-close,
.btn.btn-modal-close:hover,
.btn.btn-modal-close:focus,
.btn.btn-modal-close:visited,
.btn.btn-modal-close:active {
	position: absolute;
	top: 12px;
	right: 12px;
	background: #FFF;
	padding: 0;
	text-align: center;
	font-size: 21px;
	line-height: 1;
	font-weight: 700;
	border: 0 none;
	opacity: 0.2;
}
.btn.btn-modal-close:hover,
.btn.btn-modal-close:focus {
	opacity: 0.5;
}
.btn-sm, .btn-group-sm>.btn {
	font-size: 11px;
}
button.search-button {
	padding: 4px 10px;
}
.bootstrap-select.btn-group .btn .filter-option {
	margin-right: 8px;
}
.input-group-btn.input-group-separate {
	padding-left: 5px;
}
.product-search .input-group {
	width: 100%;
}
.search-input-group {
	position: relative;
}
.search-button-cont, .search-button-left-cont {
	position: absolute;
	top: 2px;
	right: 3px;
	z-index: 3;
}
.search-button-left-cont {
	right: auto;
	left: 0;
}
.input-group .search-button-cont + .form-control,
.search-input-group .search-button-cont + .form-control {
	padding-right: 34px
}
.input-group .search-button-left-cont ~ .form-control,
.search-input-group .search-button-left-cont ~ .form-control {
	padding-left: 34px
}
.input-group	.input-group-btn:not(:first-child):not(:last-child) ~ .form-control {
	margin-left: -1px;
}
/* Nav List */
.nav-list {
	border: 0 none;
	padding-left: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.nav-list > li {
	display: inline-block;
	padding: 0;
	margin-bottom: 10px;
}
.nav-list > li > a {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	color: inherit;
}
.nav-list > li > a, .nav-list > li > a:visited, .nav-list > li > a:focus, .nav-list > li > a:hover {
	background: 0 none;
	border: 0 none;
}
.nav-list > .active > a, .nav-list > .active > a:focus, .nav-list > .active > a:hover {
	background: 0 none;
	border: 0 none;
	background: 0 none;
}
.nav-list > .active > a:after {
	content: " ";
	display: block;
	position: absolute;
	height: 2px !important;
	background-color: rgba(255, 255, 255, 0.4);
	left: 5px;
	right: 5px;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.tab-content.with-list-tab {
	border: 0 none;
	padding: 20px 0;
}
/* Overwrite Tab Layout */
.nav-tabs {
	border: 0 none;
}
.nav-tabs li {
	margin-bottom: -2px;
}
.nav-tabs > li > a {
	height: 45px;
	border: 1px solid #E5E5E5;
	margin: 0 10px 0 0;
	line-height: 24px;
	border-bottom-color: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;	
	font-size: 16px;
	color:#777;
	background: #F9F9F9;
}
.nav-tabs > li > a:hover {
	border: 1px solid #E5E5E5;
	border-bottom-color: transparent;
	background: #FAFAFA;
	color:#444;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	position: relative;
	border: 1px solid #E5E5E5;
	border-bottom-color: transparent;
	z-index: 3;
	margin-top: -4px;
	height: 48px;
	background-color: #FFF;
	color:#333;
	outline: 0 none;
}
#vpf-header {
	padding: 0;
}
#vpf-header .inner-container {
	padding: 10px 0 20px;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
#vpf-header .navbar .container .inner-container {
	padding-bottom: 20px;
	margin-bottom: -1px;
}
.header-top {
	position: relative;
	-webkit-box-shadow: 1px 1px 1px #efefef;
	box-shadow: 1px 1px 1px #efefef;
	background-color: #FFF;
}
.header-fixed .affix-on-scroll .header-top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.navbar.navbar-mainmenu {
	margin-bottom: 0;
}
.tab-content {
	position: relative;
	z-index: 2;
	border-top: 1px solid #E5E5E5;
	background: #FFF;
	padding: 20px 5px;
}
.page-header {
	padding-bottom: 0;
	margin: 0 0 30px;
	border-bottom: 1px solid #E5E5E5;
}
.page-header > h1,
.page-header > h2 {
	margin-top: 0;
	font-size: 26px;
	line-height: 1.1;
	font-weight: normal;
	text-transform: uppercase;
}
.item-page .page-header,
.blog .page-header {
	margin-bottom: 10px;
}
.blog .page-header > h1 {
	margin-top: 0;
	font-size: 32px;
	line-height: 1.1;
	font-weight: normal;
}
.icons .dropdown-menu [class^="icon-"],
.icons .dropdown-menu [class*=" icon-"] {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.list-inline > dd {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
.sub-heading {
	font-size: 24px;
	line-height: 1.1;
	color: #555;
	margin: 0 0 20px;
}
.mod-header {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: bold;
	text-transform: none;
	position: relative;
}
.module-block .mod-header {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #E5E5E5;
}
.mod-box {
	padding: 30px;
	background-color: #F8F8F8;
	border-bottom: 1px solid #E5E5E5;
}
.module-cont {
	position: relative;
	margin-bottom: 40px;
}
.utility-wide {
	position: relative;
}
.utility-wide,
.utility-vertical,
.utility-horizontal,
.bottom-slider {
	overflow: hidden;
}
.module-cont .vpcf-options {
	margin-bottom: 40px;
}
.mod-small-header .mod-header {
	font-size: 22px;
}
.mod-big-header .mod-header {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: center;
}
.mod-big-header .mod-header-title {
	padding-left: 10px;
	padding-right: 10px;
}
.mod-big-header .mod-header:before,
.mod-big-header .mod-header:after {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 3px;
	content: " ";
	height: 2px;
	width: 80px;
	background: #ddd;
}
.utility-horizontal {
	padding: 50px 0 20px;
	background-color: #F5F5F5; 
}
.utility-horizontal .mod-header {
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 30px;
}
.mod-badge {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	padding: 6px 10px;
	font-weight: normal;
	font-size: 12px;
}
.vertical-module {
	margin-bottom: 15px;
}
.mod-box .mod-badge {
	top: 30px;
	right: 30px;
}
.mod-header [class^="icon-"], 
.mod-header [class*=" icon-"] {
	vertical-align: baseline;
}
.bootstrap-dialog.type-primary .modal-header {
	background-color:#FFF;
}
.bootstrap-dialog.type-primary .bootstrap-dialog-title {
	color: #333;
}
#modal-login-box {
	z-index: 1060;
}
#system-message .close {
	font-size: 17px;
}
#system-message .close > span:first-child {
	display: inline-block;
}
/* Table List */
ul.table-list {
	display: block;
	list-style-type: none;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
ul.table-list li {
	display: table;
	list-style-type: none;
	margin: 0;
	width: 100%;
	padding-bottom: 10px;
}
ul.table-list dl {
	display: table-row;
	margin: 0;	
}
ul.table-list dt, ul.table-list dd {
	display: table-cell;
	font-weight: normal;
	vertical-align: top;
}
ul.table-list dt {
	padding-right: 5px;
}
ul.table-list dd {
	padding-left: 5px;
	padding-right: 5px;
}
ul.table-list dl > dd:last-child {
	padding-right: 0;
}
ul.table-list li.header {
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 1px solid #E4E4E4;
}
ul.table-list li.header dl {
	background-color: transparent;
}
ul.table-list li.header dt, 
ul.table-list li.header dd {
	font-size: 20px;
}
.nowrap {
	white-space: nowrap;
}
.table-noborder > thead > tr > th,
.table-noborder > tbody > tr > th,
.table-noborder > tfoot > tr > th,
.table-noborder > thead > tr > td,
.table-noborder > tbody > tr > td,
.table-noborder > tfoot > tr > td {
	padding-left: 0;
	padding-top: 0;
	border: 0 none;
}
.table-noborder td.field-name {
	font-weight: bold;
}
#bottom {
	background-color: #222;
	color: #AAA;
	padding: 60px 0 30px 0;
}
footer.footer {
	background-color: #1A1A1A;
	color: #AAA;
	font-size: 0.9em;	
}
.footer-left,
.footer-right {
	padding-top: 25px;
	padding-bottom: 15px;
}
footer .module-cont {
	margin-bottom: 10px;
}
.footer-right {
	text-align: right;
}
footer.footer a,
.bottom a {
	color: #AAA;
}
footer.footer a:hover,
footer.footer a:focus,
#bottom a:hover,
#bottom a:focus {
	color: #FFF;
}
#bottom ul {
	padding-left: 0;
	list-style-position: inside;
	list-style: none;
}
#bottom ul:not(.list-inline) > li {
	margin-bottom: 2px;
}
#bottom .mod-header,
footer.footer .mod-header {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
}

/* Width Class for backward compatibility. Can also be used in tables. */
.width1{width:1%;}.width2{width:2%;}.width3{width:3%;}.width4{width:4%;}.width5{width:5%;}.width6{width:6%;}.width7{width:7%;}.width8{width:8%;}.width9{width:9%;}.width10{width:10%;}.width11{width:11%;}.width12{width:12%;}.width13{width:13%;}.width14{width:14%;}.width15{width:15%;}.width16{width:16%;}.width17{width:17%;}.width18{width:18%;}.width19{width:19%;}.width20{width:20%;}.width21{width:21%;}.width22{width:22%;}.width23{width:23%;}.width24{width:24%;}.width25{width:25%;}.width26{width:26%;}.width27{width:27%;}.width28{width:28%;}.width29{width:29%;}.width30{width:30%;}.width31{width:31%;}.width32{width:32%;}.width33{width:33%;}.width34{width:34%;}.width35{width:35%;}.width36{width:36%;}.width37{width:37%;}.width38{width:38%;}.width39{width:39%;}.width40{width:40%;}.width41{width:41%;}.width42{width:42%;}.width43{width:43%;}.width44{width:44%;}.width45{width:45%;}.width46{width:46%;}.width47{width:47%;}.width48{width:48%;}.width49{width:49%;}.width50{width:50%;}.width51{width:51%;}.width52{width:52%;}.width53{width:53%;}.width54{width:54%;}.width55{width:55%;}.width56{width:56%;}.width57{width:57%;}.width58{width:58%;}.width59{width:59%;}.width60{width:60%;}.width61{width:61%;}.width62{width:62%;}.width63{width:63%;}.width64{width:64%;}.width65{width:65%;}.width66{width:66%;}.width67{width:67%;}.width68{width:68%;}.width69{width:69%;}.width70{width:70%;}.width71{width:71%;}.width72{width:72%;}.width73{width:73%;}.width74{width:74%;}.width75{width:75%;}.width76{width:76%;}.width77{width:77%;}.width78{width:78%;}.width79{width:79%;}.width81{width:81%;}.width82{width:82%;}.width83{width:83%;}.width84{width:84%;}.width85{width:85%;}.width86{width:86%;}.width87{width:87%;}.width88{width:88%;}.width89{width:89%;}.width90{width:90%;}.width91{width:91%;}.width92{width:92%;}.width93{width:93%;}.width94{width:94%;}.width95{width:95%;}.width96{width:96%;}.width97{width:97%;}.width98{width:98%;}.width99{width:99%;}.width100{width:100%;}

/* Feature list styles */
.feature {
	margin:10px 0
}
.feature:after {
	display:block;
	content:".";
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
	overflow:hidden
}
.feature.first {
	margin-top:0
}
.feature.last {
	margin-bottom:0
}
.feature.top-border {
	border-top:1px solid #f5f5f5;
	padding-top:10px
}
.feature.bottom-border {
	border-bottom:1px solid #f5f5f5;
	padding-bottom:10px
}
.feature-wrapper.top-border {
	border-top:1px solid #f5f5f5;
	margin-top:20px;
	padding-top:20px
}
.feature-wrapper.bottom-border {
	border-bottom:1px solid #f5f5f5;
	margin-bottom:20px;
	padding-bottom:20px
}
.feature .heading {
	font-size: 1.8em;
	line-height: 1.25em;
	margin-top: 0;
	margin-bottom: 8px;
	font-weight: 400;
}
.feature .above-heading {
	margin: 0 0 5px;
	font-size: 0.95em;
	line-height:1.4545em;
	text-transform:uppercase;
	color:#888
}
.feature .below-heading {
	margin: -2px 0 8px;
	font-size: 0.95em;
	line-height: 1.4545em;
	text-transform: uppercase;
	color: #888;
}
.feature .icon.left {
	margin:0 15px 10px 0
}
.feature .icon.right {
	margin:0 0 10px 15px
}
.feature.v-centered-content .v-center .icon {
	margin:0 5px 0 0
}
.icon-round,
.feature-icon-hover .icon {
	vertical-align: middle;
	text-align: center;
	background-color: #E5E5E5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 36px;
	width: 36px;
	height: 36px;
}
.feature.indent > .icon {
	float:left;
	margin:0 15px 0 0
}
.feature.indent > .icon.right {
	float:right;
	margin:0 0 0 15px
}
.feature.indent {
	padding-left: 51px
}
.feature.indent > .icon {
	margin-left: -51px;
	font-size: 1.33333333em;
	line-height: 36px;
	width: 36px;
	height: 36px;
}
.feature.indent-size-l,.feature.indent.large {
	padding-left: 63px
}
.feature.indent-size-l > .icon,
.feature.indent.large > .icon,
.feature.indent.large > .icon.large {
	margin-left: -63px
}
.feature.indent-size-xl {
	padding-left: 75px
}
.feature.indent-size-xl > .icon {
	margin-left: -75px;
	font-size: 2em;
	line-height: 60px;
	width: 60px;
	height: 60px;
}
.feature.indent-size-xxl {
	padding-left: 87px
}
.feature.indent-size-xxl > .icon {
	margin-left: -87px;
	font-size: 3em;
	line-height: 70px;
	width: 70px;
	height: 70px;
}
.feature.indent-size-xxxl {
	padding-left: 99px
}
.feature.indent-size-xxxl > .icon {
	margin-left: -99px;
	font-size: 4em;
	line-height: 83px;
	width: 83px;
	height: 83px;
}
.feature.centered {
	text-align: center
}
.feature.centered .icon {
	margin:0 0 10px
}
.feature .icon.auto-size {
	width:auto;
	max-width:none;
	height:auto;
	max-height:none
}
.icon-hover,
.feature-icon-hover .icon {
	transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
	-o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}
.feature .feature-content p {
	display: table-cell;
	vertical-align: middle;
}
.feature .feature-content {
	display: table;
	min-height: 36px;
}

/* More Utilities */
.badge-grey {
	background-color: #777;
}
.badge-green {
	background-color: #5CB85C;
}
.badge-blue {
	background-color: #31B0D5;
}
.badge-yellow {
	background-color: #F0AD4E;
}
.badge-orange {
	background-color: #FF6600;
}
.badge-base {
	background-color: #FE5252;
}
.badge-red {
	background-color: #D9534F;
}
.bg-box {
	padding: 15px;
	margin-bottom: 15px;
}
.form-horizontal .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.iframe-loading {
	background-color: #FFF;
	background-image: url(/templates/vp_smart/images/image-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.mod-slider-cont {
	margin-bottom: 20px;
}
.bottom-slider {
	background-color: #FAFAFA;
	overflow: hidden;
}
.bottom-slider .container .inner-container {
	padding: 20px 0;
}
.vpf-scroll-top-button {
	position: fixed;
	right: 30px;
	bottom: -80px;
	width: 50px;
	height: 50px;
	font-size: 40px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	background: 0 none;
	background-color: #FE5252;
	padding: 0 0 5px;
	color: #FFF;
	border: 0 none;
	outline: 0 none;
	opacity: 0;
	zoom: 1;
	z-index: 99;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.vpf-scroll-top-button.active {
	bottom: 40px;
	opacity: 1;
}
.scroll-to-top-sm,
.scroll-to-bottom-sm {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}
.scroll-to-bottom-sm {
	opacity: 1;
	position: static;
	left: auto;
	height: auto;
	width: auto;
}
.scroll-to-top-sm.active {
	opacity: 1;
	position: static;
	left: auto;
	height: auto;
	width: auto;
}
.scroll-to-bottom-sm.inactive {
	position: absolute;
	left: -9999px;
	height: 0;
	width: 0;
	opacity: 0;
}
.vpf-scroll-top-button:hover {
	background-color: #333;
}
.child-header.item-title {
	font-size: 20px;
	line-height: 1.2;
	margin-top: 10px;
	font-weight: normal;
}
p.counter {
	margin: 20px 0;
}
.blog .items-leading,
.blog .item {
	margin-bottom: 20px;
}
.item-image {
	margin-bottom: 25px;
}
.item-image.pull-left {
	margin-right: 15px;
}
.item-image.pull-right {
	margin-left: 15px;
}
.tags {
	list-style: none;
	list-style-type: none;
	padding: 0;
}
.tags li,
.tags a {
	float: left;
	height: 24px;
	line-height: 24px;
	position: relative;
	font-size: 11px;
	padding-left: 12px;
}
.tags a {
	margin-right: 10px;
	padding: 0 10px 0 12px;
	background-color: #EEE;
	color: #555;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.tags a:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #EEE transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}
.tags a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	float: left;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #FFF;
	-moz-box-shadow: -1px -1px 2px #333;
	-webkit-box-shadow: -1px -1px 2px #333;
	box-shadow: -1px -1px 2px #333;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;	
}
.tags a:hover {
	background-color:#555;
	color: #FFF;
}
.tags a:hover:before {
	border-color: transparent #555 transparent transparent;
}
.filters {
	margin-bottom: 20px;
}
.tag-category .filter-search-lbl,
.tag-category .filter-search-lbl:hover {
	background: 0 none;
	color: #333;
}
.badge {
	font-weight: normal;
}
h3 .badge {
	vertical-align: middle;
	margin-bottom: 5px;
}
.childs-child {
	padding-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.container .inner-container {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	margin-right: -1px;
	margin-left: -1px;
	padding-left: 0;
	padding-right: 0;
}
#mainbody .container .inner-container {
	padding-top: 50px;
}
.list-striped {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #ddd;
	margin-left: 0;
	padding: 0;
}
.list-striped > li,
.list-striped > dd {
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
}
.list-striped > li:nth-child(odd),
.list-striped > dd:nth-child(odd) {
	background-color: #f9f9f9;
}
.list-striped > li:hover,
.list-striped > dd:hover {
	background-color: #f5f5f5;
}
.list-condensed > li {
	padding: 4px 10px;
}
.list-bordered {
	list-style: none;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
	margin-left: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.panel-title > a {
	display: block;
}
.contact-tags-cont {
	margin-bottom: 20px;
}
#contact-form legend {
	font-size: 16px;
	border-bottom: 0 none;
}
.form-inline .checkbox-text {
	display: inline-block;
	vertical-align: top;
}
#mod-login-form .list-unstyled {
	margin: 10px 0;
}
.breadcrumbs-cont h1 {
	margin-top: 0;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: bold;
}
.breadcrumbs-cont .breadcrumb {
	display: inline-block;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.5);
	color: #333;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.breadcrumbs-cont ul.breadcrumb > li + li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	content: "\f101";
	padding: 0 10px 0 8px;
	color: #777;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev,
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next {
	font-family: "FontAwesome";
	width: 45px;
	text-align: center;
	font-size: 40px;
	padding: 0;
	font-size: 90px;
	line-height: 1;
	background: 0 none;
	color: #FFF;
	margin-top: -45px;
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev:hover,
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next:hover {
	background: 0 none;
	color: inherit;
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev:before {
	content: "\f104";
}
.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next:before {
	content: "\f105";
}
.breadcrumbs-cont ul.breadcrumb.has-here li:nth-child(2):before {
	display: none;
}
.no-result-heading {
	font-size: 20px;
	font-weight: normal;
}
.searchintro {
	margin-top: 10px;
	margin-bottom: 20px;
}
.searchintro p {
	margin: 0;
	padding: 0;
}
.search fieldset.phrases {
	margin-bottom: 20px;
}
.search fieldset.phrases legend,
.search fieldset.only legend {
	margin-bottom: 5px;
	font-size: 18px;
}
.searchpage-toolbar {
	margin-bottom: 20px;
}
.result-title {
	font-weight: normal;
	font-size: 1.25em;
}
.logout-button-cont {
	margin-top: 15px;
}
.edit-page-toolbar {
	margin-bottom: 25px;
	text-align: right;
}
.input-append,
.input-prepend {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 0;
	white-space: nowrap;
	vertical-align: middle;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
	display: inline-block;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
	margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-prepend .add-on {
	display: inline-block;
	width: auto;
	height: 20px;
	min-width: 16px;
	padding: 4px 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 0 #FFF;
	background-color: #EEE;
	border: 1px solid #CCC;
}
.chzn-container-single .chzn-single,
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	min-width: 220px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
	min-height: 20px;
}
.chzn-container-single .chzn-single {
	height: 29px;
	line-height: 29px;
	border-radius: 2px;
}
.chzn-container-single .chzn-drop {
	border-radius: 0 0 2px 2px;
}
.chzn-container-single .chzn-single div b {
	margin-top: 3px;
}
.com-mailto .page-header > h1,
.com-mailto .page-header > h2 {
	font-size: 20px;
	margin-top: 10px;
}
#pop-print {
	margin: 10px 0;
	text-align: right;
}
.add-margin-icon [class^="icon-"],
.add-margin-icon [class*=" icon-"] {
	margin-right: 4px;
}
.mod-languages li > a > img {
	margin-right: 8px;
}
.topbar-switch-list > li.active > a {
	cursor: not-allowed;
}
.site-logo-text {
	font-size: 2.5em;
}
.contact-position {
	font-size: 22px;
}
.main-top-vertical,
.main-bottom-vertical {
	margin-bottom: 20px;
}
.add-margin {
	margin-top: 20px;
}
.vp-product-carousel .owl-carousel .owl-wrapper-outer {
	z-index: 1;
}
.input-group > select + .bootstrap-select > .btn {
	width: auto;
}
.input-group > .bootstrap-select {
	width: 1%;
}
.reveal-later {
	visibility: hidden;
}
.reveal-later.animated,
.reveal-later.animated-fast,
.reveal-later.animated-faster {
	visibility: visible !important;
}
.product-search .btn-group>.btn:first-child {
	border-right: 0 none;
}
.vp-cookie-consent {
	position: relative;
	z-index: 9001;
}
.vp-cookie-consent-inner {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
}
.vp-cookie-consent-content {
	background: #f3f3f3;
}
.bottom-right .vp-cookie-consent-inner {
	left: auto;
	bottom: 20px;
	right: 20px;
	max-width: 100%;
	width: 390px;
	padding: 20px;
}
.bottom-left .vp-cookie-consent-inner {
	right: auto;
	bottom: 20px;
	left: 20px;
	max-width: 100%;
	width: 390px;
	padding: 20px;
}
.top .vp-cookie-consent-inner {
	top: 0;
	bottom: auto;
}
.bottom-right .vp-cookie-consent-content,
.bottom-left .vp-cookie-consent-content {
	border: 1px solid #DDD;
	text-align: center;
	-webkit-box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	-moz-box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	box-shadow: 0 6px 13px 0 rgba(0,0,0,.23);
	padding: 20px;
}
.top .vp-cookie-consent-content {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.15);
}
.top .vp-cookie-consent-content,
.bottom .vp-cookie-consent-content {
	display: table;
	width: 100%;
	border-top: 1px solid #EEE;
}
.top .vp-cookie-consent-content {
	border-top: 0 none;
	border-bottom: 1px solid #EEE;
}
.bottom-right .vp-cookie-consent-content > p,
.bottom-left .vp-cookie-consent-content > p {
	font-size: 1.1em;
	color: #333;
	margin-bottom: 20px;
}
.top .vp-cookie-consent-content > p,
.bottom .vp-cookie-consent-content > p {
	font-size: 1.2em;
}
.top .vp-cookie-consent-content > p,
.bottom .vp-cookie-consent-content > p,
.top .vp-cookie-consent-content > .vp-cookie-consent-button,
.bottom .vp-cookie-consent-content > .vp-cookie-consent-button {
	display: table-cell;
	width: 100%;
	padding: 20px 50px;
	vertical-align: middle;
}
.top .vp-cookie-consent-content .btn,
.bottom .vp-cookie-consent-content .btn {
	padding-left: 25px;
	padding-right: 25px;
}
.dark .vp-cookie-consent-content,
.dark .vp-cookie-consent-content {
	background: #1a1a1a;
	border-color: #111;
}
.dark .vp-cookie-consent-content > p {
	color: #fff;
}
.header-search {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #FFF;
	padding: 20px 30px;
	z-index: 1001;
}
.close-header-search {
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
}
.header-search-inner {
	padding-right: 40px;
	padding-top: 5px;
}
.header-search-inner.search-small {
	padding-left: 30%;
	padding-right: 30%;
}
.header-search input[type="search"],
.header-search input[type="text"]:not(.advanced-query) {
	border: 0 none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 none;
	padding: 0;
}
.header-search .search-small input[type="search"],
.header-search .search-small input[type="text"]:not(.advanced-query) {
	padding-left: 15px;
	padding-right: 15px;
}
.header-search input[type="search"]:-webkit-autofill,
.header-search input[type="search"]:-webkit-autofill:hover,
.header-search input[type="search"]:-webkit-autofill:focus,
.header-search input[type="search"]:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}
.navbar-offcanvas-modules > div {
	margin-left: 12px;
}
.navbar-offcanvas-modules > div:first-child {
	margin-left: 0;
}
.submission-buttons {
	padding: 10px 0;
}
.submission-buttons button {
	display: inline-block;
	margin-right: 15px;
	text-transform: uppercase;
}
.submission-buttons .checkbox {
	display: inline-block;
	margin-right: 
}
.field-hint {
	padding-top: 2px;
	font-size: 0.9em;
	display: block;
	text-align: right;
}
#vpf-modal-login-box .modal-header {
	padding-left: 24px;
}
#vpf-modal-login-box .modal-body {
	padding: 24px;
}
#vpf-modal-login-box .modal-footer {
	padding-left: 24px;
	padding-right: 24px;
}
.btn-modpos-collapse.active {
	outline: 0 none !important;
}
.contact h3 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0;
}
.inline-form {
	display: inline-block;
}
.narrow-container {
	max-width: 550px;
	margin: 0 auto;
	padding: 20px 30px;
	border: 1px solid #E5E5E5;
}
.narrow-inner legend {
	border-bottom: 0 none;
}
.narrow-container form > fieldset {
	margin-bottom: 30px;
}
.spacer strong.red,
span.star,
span.asterisk {
	color: #ff4c0e;
}
.header-search-inner .dropdown-menu {
	padding: 15px;
}
.modal-center .modal-header,
.modal-center .modal-body,
.modal-center .modal-footer {
	text-align: center;
}

/* List Service */
.list-service {
	display: flex;
	flex-direction: row;
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
.list-service a,
.list-service a:hover,
.list-service a:focus,
.list-service a:visited {
	color: inherit;
}
.list-service > li {
	flex: 1;
	padding: 0 10px;
	text-align: center;
	border-right: 1px solid #eee;
}
.list-service > li:last-child {
	border-right: 0 none;
}
.service-image,
.service-heading,
.service-text {
	display: block;
	text-align: inherit;
}
.list-service > li .service-image img {
	opacity: 1;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
}
.list-service > li:hover .service-image img {
	opacity: 0.7;
}
.service-image {
	margin-bottom: 15px;
}
.service-heading {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1.1em;
}
/* Block */
.block-center {
	position: relative;
	text-align: center;
}
.block-center-inner {
	position: relative;
	display: inline-block;
	margin: 20px 0;
	border: 5px solid rgba(255,255,255,0.4);
}
.block-center-body {
	max-width: 350px;
	padding: 35px 25px;
	border: 1px solid #fff;
	text-align: center;
	background: #fff;
}
.block-center-body h3 {
	text-transform: uppercase;
	margin: 0 0 20px;
}
.block-center-body p {
	margin: 0 0 25px;
	padding: 0;
}
.block-center-body .btn {
	text-transform: uppercase;
	padding-left: 30px;
	padding-right: 30px;
}/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
	.pull-right.pull-right-lg {
		float: none !important;
	}
	.navbar-mainmenu .navbar-nav > li > a, 
	.navbar-mainmenu .navbar-nav > li > span {
		padding-left: 9px;
		padding-right: 9px;
		font-size: 12px;
	}
}
/* Medium Devices, Desktops */
@media (max-width : 991px) {
	.pull-right.pull-right-md {
		float: none !important;
	}
	.align-center-md {
		text-align: center;
	}	
	.header-add-margin {
		margin-top: 0;
		margin-bottom: 0;
	}
	.navbar-toggle {
		display: inline-block;
	}
	.footer-left,
	.footer-right {
		text-align: center;
	}
	.vpf-logo,
	.offcanvas-toggle-container {
		display: inline-block;
	}
	.navbar-offcanvas-modules > div {
		margin: 0 60px;
	}
	.navbar-offcanvas-modules > div:first-child {
		margin-left: 0;
	}
	.navbar-offcanvas-modules > div:last-child {
		margin-right: 0;
	}
	.modpos-collapse {
		display: none;
	}
	.vpf-topbar .topbar-switch.over .topbar-switch-inner {
		border-top-color: transparent;
		border-left-color: transparent;
		border-right-color: transparent;
	}
	#vpf-header .navbar.navbar-offcanvas {
		display: none;
	}
	#footer-toolbar {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 44px;
		background: #fafafa;
		border-top: 1px solid #EEE;
		padding: 10px;
		margin-top: 0;
		margin-bottom: 0;
		text-align: center;
		z-index: 100;
		opacity: 0;
		-webkit-transition: opacity 200ms ease-in;
		-moz-transition: opacity 200ms ease-in;
		-o-transition: opacity 200ms ease-in;
		transition: opacity 200ms ease-in;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	#footer-toolbar.ready {
		opacity: 1;
	}
	.navbar-offcanvas-modules, 
	.navbar-offcanvas-modules.align-right {
		text-align: center;
	}
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn,
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn:hover,
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn:focus,
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn:active,
	.navbar-offcanvas-modules .vp-dropmod-anchor > .btn.active,
	.navbar-offcanvas-modules .over .vp-dropmod-anchor > .btn {
		background: 0 none;
		border: 0 none;
		outline: 0 none;
	}
	.over .vp-dropmod-inner,
	.over .vp-dropmod-pointer {
		visibility: hidden;
		display: none !important;
	}
	.vp-dropmod-anchor > a {
		cursor: pointer !important;
	}
	.navbar-offcanvas-modules .vp-dropmod-container {
		position: static;
	}
	.navbar-offcanvas-modules .vp-dropmod-container .vp-dropmod-inner {
		width: 100%;
	}
	.navbar-offcanvas-modules .vp-dropmod-inner.drop-right {
		right: 0;
	}
	footer.footer {
		padding-bottom: 50px;
	}
	.header-search-inner.search-small {
		padding-left: 0;
		padding-right: 40px;
	}
}
/* Small Devices, Tablets */
@media (max-width : 767px) {
	.product-listing.mode-list .product-rating-price-cont {
		border-top: none;
		padding-top: 0;
	}
	.vpf-topbar {
		text-align: center;
	}
	.inline-mod.right {
		margin-top: 7px;
	}
	.product-listing .product-inner {
		margin-right: 0;
		margin-left: 0;
	}
	.footer-left,
	.footer-right {
		text-align: center;
	}
	.align-center-xs {
		text-align: center;
	}
	.nav-tabs > li {
		float: none;
		margin-bottom: 0;
	}
	.nav-tabs > li > a {
		margin: 0;
	}
	.vpf-scroll-top-button {
		height: 50px;
		width: 50px;
		font-size: 20px;
	}
	.top .vp-cookie-consent-content,
	.bottom .vp-cookie-consent-content {
		display: block;
		padding: 15px 50px;
		text-align: center;
	}
	.top .vp-cookie-consent-content > p,
	.bottom .vp-cookie-consent-content > p,
	.top .vp-cookie-consent-content > .vp-cookie-consent-button,
	.bottom .vp-cookie-consent-content > .vp-cookie-consent-button {
		display: block;
		padding: 0;
	}
	.top .vp-cookie-consent-content > p,
	.bottom .vp-cookie-consent-content > p {
		margin-bottom: 20px;
	}
	.navbar-offcanvas-modules > div {
		margin: 0 20px;
	}
	.navbar-offcanvas-modules > div:first-child {
		margin-left: 0;
	}
	.navbar-offcanvas-modules > div:last-child {
		margin-right: 0;
	}
	.breadcrumbs-cont h1 {
		font-size: 28px;
	}
	.modpos-collapse {
		display: none;
	}
	.mod-big-header .mod-header:before, .mod-big-header .mod-header:after {
		width: 40px;
	}
	.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-prev,
	.owl-carousel.vpfrs-theme .owl-controls > .owl-buttons > .owl-next {
		font-size: 42px;
		margin-top: -21px;
	}
	#vpf-header .inner-container {
		padding-top: 0;
		padding-bottom: 12px;
	}
	.header-search .input-lg {
		height: 22px;
	}
	.list-service {
		flex-direction: column;
	}
	.list-service > li {
		border: 0 none;
		margin-bottom: 30px;
	}
	.list-service > li:last-child {
		margin-bottom: 0;
	}
	.bottom-horizontal {
		text-align: center;
	}
}
@media (max-width : 450px) {
	.bottom-left .vp-cookie-consent-inner,
	.bottom-right .vp-cookie-consent-inner {
		left: 0;
		right: 0;
	}
}
@media (min-width : 768px) {
	.align-right-sm {
		text-align: right;
	}
	.dl-condensed dt {
		width: 100px;
	}
	.dl-condensed dd {
		margin-left: 120px;
	}
	#mod-login-form .form-group,
	#mod-login-form .checkbox {
		margin-bottom: 10px;
	}
	.aside-inner .form-inline .checkbox {
		display: block;
	}
	.article-edit-page .form-horizontal .control-label {
		text-align: left;
	}
	.form-horizontal .control-label {
		text-align: left;
	}
	.inline-mod.right {
		float: right;
	}
}
@media (min-width : 992px) {
	.align-right-lg {
		text-align: right;
	}
	.align-left-lg {
		text-align: left;
	}
	.align-center-lg {
		text-align: center;
	}
	.breadcrumbs-inner {
		padding-left: 45px;
		padding-right: 45px;
	}
	.breadcrumb-navigations > a {
		position: absolute;
		top: 50%;
		margin-top: -25px;
	}
	.breadcrumb-navigations > a.previous-nav {
		left: 0;
	}
	.breadcrumb-navigations > a.next-nav {
		right: 0;
	}
	.modpos-collapse {
		display: block !important;
	}
}
@media (min-width : 1400px) {
	.breadcrumbs-inner {
		padding-left: 0;
		padding-right: 0;
	}
	.breadcrumb-navigations > a.previous-nav {
		left: -100px;
	}
	.breadcrumb-navigations > a.next-nav {
		right: -100px;
	}
}
@media (max-width : 991px) {
	.breadcrumb-navigations {
		margin-top: 30px;
	}
	.breadcrumb-navigations > a {
		width: 35px;
		height: 35px;
		font-size: 25px;
		line-height: 31px;
	}
	.breadcrumb-navigations > a.previous-nav {
		float: left;
	}
	.breadcrumb-navigations > a.next-nav {
		float: right;
	}
}/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media (max-width : 1200px) {
	.navbar-offcanvas-modules .fa-2x {
		font-size: 1.8em;
	}
}
/* Medium Devices, Desktops */
@media (max-width : 992px) {
	.productdetails-view .product-image-gallery-cont {
		margin-bottom: 20px;
	}
	.product-top-right-cont,
	.related-products-cont {
		padding: 20px 0 0;
		border: 0 none;
	}
	.no-border-mobile.category-order-by:before {
		display: none;
	}
}
/* Small Devices, Tablets */
@media (max-width : 768px) {
	.product-listing.mode-list .product-rating-price-cont {
		border-top: none;
		padding-top: 0;
	}
	.product-listing .product-inner {
		margin-right: 0;
		margin-left: 0;
	}
	.product-quickview .modal-dialog {
		width: auto;
	}
	.quickview-product .product-title {
		margin-top: 20px;
	}
	.productdetails-view .product-image-gallery-cont {
		margin-bottom: 20px;
	}
	.cart-login-cont {
		text-align: inherit;
	}
	#checkoutFormSubmit {
		margin-top: 15px;
	}
	.cart-addresses-cont .bt-edit-link {
		margin-bottom: 15px;
	}
	
	/* Force table to not be like tables anymore */
	table.cart-summary.table, 
	.cart-summary.table thead, 
	.cart-summary.table tbody, 
	.cart-summary.table th, 
	.cart-summary.table td, 
	.cart-summary.table tr { 
		display: block; 
	}	
	/* Hide table headers (but not display: none;, for accessibility) */
	.cart-summary.table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}	
	.cart-summary.table tr { 
		border: 1px solid #ccc; 
	}	
	.cart-summary.table .blank-row {
		border: 0 none;
		background: 0 none;
	}
	.cart-summary.table .blank-row td {
		border: 0 none;
		padding: 0;
		background: 0 none;
	}	
	.cart-summary.table tr:not(.blank-row) td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px dotted #eee; 
		position: relative;
		padding-left: 45%; 
		min-height: 34px;
		text-align: left;
	}
	.cart-summary.table tr:not(.blank-row) td.sub-headings, 
	.cart-summary.table tr:not(.blank-row) td.coupon-form-col, 
	.cart-summary.table tr:not(.blank-row) td.shipping-payment-heading { 
		/* Behave  like a "row" */
		padding-left: 8px; 
		text-transform:uppercase;
		color:#333;
	}	
	.cart-summary.table tr:not(.blank-row) td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 8px;
		left: 8px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;		
	}
	.cart-summary.table tr:not(.blank-row) td.sub-headings:before, 
	.cart-summary.table tr:not(.blank-row) td.coupon-form-col:before { 
		display:none;
	}	
	td.field-name.nowrap {
		width: 50%;
	}
	.product-image-gallery-main-cont,
	.owl-thumbnail-carousel {
		max-width: 450px;
	}
	.product-image-gallery-main-cont {
		margin-top: 15px;
	}
	.product-title-cont {
		padding-top: 20px;
	}
	.owl-nav-side {
		overflow: hidden;
	}
	.toolbar {
		text-align: center;
	}
}

/* Extra Small Devices, Phones */ 
@media (max-width : 480px) {
	.product-listing.mode-list .product-action-buttons > button:first-child:after {
		display: none;
	}
	.product-quickview .modal-dialog {
		width: auto;
	}
	.quickview-product .product-title {
		margin-top: 20px;
	}
	#imagelightbox-caption,
	.imagelightbox-arrow {
		display: none !important;
	}
	.product-image-gallery-main-cont,
	.owl-thumbnail-carousel {
		max-width: 368px;
	}
	.hide-mobile {
		display: none;
	}
}

@media (max-width : 370px) {
	.category-order-by > a {
		display: none;
	}
}

/* Custom, iPhone Retina */ 
@media (max-width : 320px) {
	.product-quickview .modal-dialog {
		width: auto;
	}
	.quickview-product .product-title {
		margin-top: 20px;
	}
	.product-image-gallery-main-cont,
	.owl-thumbnail-carousel {
		max-width: 220px;
	}
	.modal-footer {
		text-align: center;
	}
	.modal-footer .btn:last-child {
		margin-top: 10px;
	}
	.category-order-by {
		display: none;
	}
	.product-action-buttons-cont.first-set > button:first-child {
		margin-bottom: 10px;
	}
	.product-action-buttons-cont.first-set > button {
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media (min-width: 420px) {
	.modal-narrow .modal-dialog {
		width: 380px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 992px) {
	.owl-nav-side .owl-controls .owl-buttons .owl-prev, 
	.owl-nav-side .owl-controls .owl-buttons .owl-next {
		font-size: 42px;
	}
}

@media (max-width : 1400px) {
	.mini-cart-total {
		display: none;
	}
}
@media (max-width : 1050px) {
	.navbar-offcanvas-modules .fa-2x {
		font-size: 1.5em;
	}
}/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Udc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0ddc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Vdc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0adc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Wdc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Xdc1GAK6bt6o.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem6YaGs126MiZpBA-UFUK0Zdc1GAK6b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhmIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhvIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhnIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhoIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhkIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhlIqOxjaPXZSk.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/memnYaGs126MiZpBA-UFUKWiUNhrIqOxjaPX.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOX-hpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOVuhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXuhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUehpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXehpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOXOhpKKSTj5PW.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v18/mem5YaGs126MiZpBA-UN7rgOUuhpKKSTjw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}/**
 * @package     pwebbox
 * @version 	2.0.0
 *
 * @copyright   Copyright (C) 2015 Perfect Web. All rights reserved. http://www.perfect-web.co
 * @license     GNU General Public Licence http://www.gnu.org/licenses/gpl-3.0.html
 */

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Redeclared styles only for contact form
 */

/* Close button or link */
.pweb-alert .close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
}

.pweb-alert .close:hover,
.pweb-alert .close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

.pweb-alert button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* Alerts */
.pweb-alert.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.pweb-alert.alert,
.pweb-alert.alert h4 {
  color: #c09853;
}
.pweb-alert.alert h4 {
  margin: 0;
}
.pweb-alert.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.pweb-alert.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.pweb-alert.alert-success h4 {
  color: #468847;
}
.pweb-alert.alert-danger,
.pweb-alert.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.pweb-alert.alert-danger h4,
.pweb-alert.alert-error h4 {
  color: #b94a48;
}
.pweb-alert.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.pweb-alert.alert-info h4 {
  color: #3a87ad;
}
.pweb-alert.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.pweb-alert.alert-block > p,
.pweb-alert.alert-block > ul {
  margin-bottom: 0;
}
.pweb-alert.alert-block p + p {
  margin-top: 5px;
}

/* Modal backdrop */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
body > .modal-backdrop {
  z-index: 1040;
}
.pweb-modal.modal > .modal-backdrop,
.pwebcontact-modal.modal > .modal-backdrop {
  z-index: -1;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
}

/* Modal */
.pweb-modal.modal .modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

/* Joomla JUI NOTE: Original .modal definition has to be commented in modals.less and responsive-767px-max.less */

/* Joomla JUI NOTE: Original .modal definition has to be commented */

/* >>> JUI >>> */

div.modal.pwebbox-modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

div.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

div.modal.fade.in {
  top: 10%;
}

/* <<< JUI <<< */

/* Joomla JUI NOTE: Original .modal definition has to be commented */

/* >>> JUI >>> */

@media (max-width: 767px) {
  div.modal.pwebbox-modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  div.modal.fade {
    top: -100px;
  }
  div.modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  div.modal.pwebbox-modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
}

/* <<< JUI <<< *//**
 * @package     pwebbox
 * @version 	2.0.9
 *
 * @copyright   Copyright (C) 2015 Perfect Web. All rights reserved. http://www.perfect-web.co
 * @license     GNU General Public Licence http://www.gnu.org/licenses/gpl-3.0.html
 */

.pwebbox-box {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

div.pwebbox,
div.pwebbox *,
div.pweb-modal,
div.pweb-modal *,
.pwebbox_toggler {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.pwebbox-container-inset {
    overflow: hidden;
}

 /* Positions
  * --------------------------------------------------------------------- 
  */
.pweb-left, .pweb-right, .pweb-top, .pweb-bottom {
	position: fixed;
	z-index: 1030;
}

.pweb-left {
	left: 0;
}
.pweb-right {
	right: 0;
}
.pweb-top {
	top: 0;
}
.pweb-bottom {
	bottom: 0;
}

.pweb-offset-left.pweb-top,
.pweb-offset-left.pweb-bottom {
	left: 20%;
}
.pweb-offset-right.pweb-top,
.pweb-offset-right.pweb-bottom {
	right: 20%;
}
.pweb-offset-top.pweb-left,
.pweb-offset-top.pweb-right {
	top: 20%;
}

.pweb-offset-left.pweb-slidebox-full-dimension.pweb-top,
.pweb-offset-left.pweb-slidebox-full-dimension.pweb-bottom {
	left: 0;
        right: 0;
}
.pweb-offset-right.pweb-slidebox-full-dimension.pweb-top,
.pweb-offset-right.pweb-slidebox-full-dimension.pweb-bottom {
        left: 0;
	right: 0;
}
.pweb-offset-top.pweb-slidebox-full-dimension.pweb-left,
.pweb-offset-top.pweb-slidebox-full-dimension.pweb-right {
	top: 0;
        bottom: 0;
}


 /* Toggler
  * --------------------------------------------------------------------- 
  */
.pwebbox_toggler {
	position: relative;
	z-index: 1;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	padding: 5px 10px;
	text-decoration: none;
	text-align: left;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
    background-color: #fff;
	cursor: pointer;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.2) inset;
	-moz-box-shadow: 0 0 1px rgba(255,255,255,0.2) inset;
	box-shadow: 0 0 1px rgba(255,255,255,0.2) inset;
}
.pwebbox_toggler:hover {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	transition: all .1s ease;
}

.pweb-vertical.pweb-left .pwebbox_toggler,
.pweb-vertical.pweb-right .pwebbox_toggler {
	width: 30px;
	height: 120px;
	padding: 10px 5px;
	text-align: center;
	font-size: 1.2em;
}

/* Vertical Toggler CSS type
 * ---------------------------------------------------------------------
 */
.pweb-vertical-css .pweb-text {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	*writing-mode: tb-rl;
	white-space: nowrap;
}
.pweb-vertical-css.pweb-rotate .pweb-text {
	transform-origin: 50%;
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/*
 * ---------------------------------------------------------------------
 */
.pweb-toggler-hidden .pwebbox_toggler.pweb-closed {
	
}
.pweb-accordion .pwebbox_toggler {
	width: auto;
}
.pwebbox-toggler-link, 
.pwebbox-toggler-link:hover,
.pwebbox-toggler-link:focus {
    text-decoration: none;
}
.pweb-toggler-img img {
    max-width: 100%;
    max-height: 100%;
}
 /* Toggler Gradient active
  * --------------------------------------------------------------------- 
  */
.pwebbox_toggler.pweb-gradient:hover,
.pwebbox_toggler.pweb-gradient.pweb-opened {
	background-image: none;
}

 /* Toggler Rounded
  * --------------------------------------------------------------------- 
  */
.pwebbox_toggler.pweb-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.pweb-left .pwebbox_toggler.pweb-radius {
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.pweb-right .pwebbox_toggler.pweb-radius {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.pweb-top .pwebbox_toggler.pweb-radius {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.pweb-bottom .pwebbox_toggler.pweb-radius {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}


 /* Vertical Toggler text
  * --------------------------------------------------------------------- 
  */
.pweb-vertical.pweb-left .pwebbox_toggler .pweb-text,
.pweb-vertical.pweb-right .pwebbox_toggler .pweb-text {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-opened .pweb-text,
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-opened .pweb-text {
	background-position: right top;
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-rotate .pweb-text,
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-rotate .pweb-text {
	background-position: left bottom;
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-rotate.pweb-opened .pweb-text,
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-rotate.pweb-opened .pweb-text {
	background-position: right bottom;
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-no-rotate .pweb-text,
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-no-rotate .pweb-text {
	text-align: center;
}


 /* Toggler Icon
  * --------------------------------------------------------------------- 
  */
.pwebbox_toggler.pweb-icon {
	padding: 5px 40px 5px 10px;
    font-size: 16px;
}
.pweb-horizontal.pweb-right .pwebbox_toggler.pweb-icon {
	padding: 5px 10px 5px 40px;
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-icon,
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-icon {
	padding: 40px 5px 10px 5px;
}

.pwebbox_toggler.pweb-icon .pweb-icon {
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: center top;
}
.pwebbox_toggler.pweb-icon-icomoon .pweb-icon:before {
	font-family: 'IcoMoon';
	speak: none;
}
.pwebbox_toggler.pweb-icon-gallery.pweb-opened .pweb-icon {
	background-position: center bottom;
}
.pweb-horizontal.pweb-right .pwebbox_toggler.pweb-icon .pweb-icon {
	left: 5px;
	right: auto;
}


 /* Toggler - Slide in box
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-slidebox .pwebbox_toggler {
	position: absolute;
	z-index: 1;
}
.pwebbox.pweb-slidebox.pweb-horizontal.pweb-left .pwebbox_toggler {
	top: 0;
	left: 0;
}
.pwebbox.pweb-slidebox.pweb-horizontal.pweb-right .pwebbox_toggler {
	top: 0;
	right: 0;
}
.pwebbox.pweb-slidebox.pweb-vertical.pweb-left .pwebbox_toggler {
	top: 10px;
	left: 0;
}
.pwebbox.pweb-slidebox.pweb-vertical.pweb-right .pwebbox_toggler {
	top: 10px;
	right: 0;
}
.pwebbox.pweb-slidebox.pweb-top .pwebbox_toggler {
	top: 0;
}
.pwebbox.pweb-slidebox.pweb-bottom .pwebbox_toggler {
	bottom: 0;
}
.pwebbox.pweb-slidebox.pweb-offset-left.pweb-top .pwebbox_toggler,
.pwebbox.pweb-slidebox.pweb-offset-left.pweb-bottom .pwebbox_toggler {
	left: 10px;
}
.pwebbox.pweb-slidebox.pweb-offset-right.pweb-top .pwebbox_toggler,
.pwebbox.pweb-slidebox.pweb-offset-right.pweb-bottom .pwebbox_toggler {
	right: 10px;
}

 /* Slide Toggler - Slide in box
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-vertical.pweb-left .pwebbox_toggler {
	top: 0;
	left: auto;
	right: -42px;
}
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-vertical.pweb-right .pwebbox_toggler {
	top: 0;
	left: -42px;
	right: auto;
}
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-top .pwebbox_toggler {
	top: auto;
	bottom: -42px;
}
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-bottom .pwebbox_toggler {
	top: -42px;
	bottom: auto;
}
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-offset-left.pweb-top .pwebbox_toggler,
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-offset-left.pweb-bottom .pwebbox_toggler {
	left: 0;
}
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-offset-right.pweb-top .pwebbox_toggler,
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-offset-right.pweb-bottom .pwebbox_toggler {
	right: 0;
}

 /* BottomBar Toggler - close notification
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-bottombar .pwebbox_toggler {
    width: 50px;
    height: 50px;
    padding: 0px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

/* Little fix for themes in Bottom Bar */
.pweb-theme-grey.pwebbox_bottombar_toggler {
    background-color: #FFB137;
    background-image: -moz-linear-gradient(left center , #FFB137, #FFCF55);
    border-color: #FFB137;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
    color: #000;
}
.pweb-theme-night.pwebbox_bottombar_toggler {
    background-color: #EACB00;
    background-image: none;
    border-color: #CCAD00;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    color: #000;
}

 /* Container
  * --------------------------------------------------------------------- 
  */
.pwebbox-container {
	background-repeat: no-repeat;
	text-align: left;
}
.pweb-slidebox .pwebbox-container,
.pweb-modal .pwebbox-container,
.pweb-accordion-boxed .pwebbox-container {
    border: 1px solid #ccc;
	border-color: rgba(0,0,0, 0.2);
    background-color: #fff;
	background-color: rgba(255,255,255, 0.9);
}
.pweb-static .pwebbox-container {
	padding: 20px 10px;
}

.pweb-bottombar .pwebbox-container {
    position: fixed;
    z-index: 1001;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin: 0px;
    box-shadow: 0px -1px 6px rgba(0, 0, 0, 0.1) !important;
    text-align: center;
    border: 0px!important;
    padding: 10px 0px !important;
}

.pweb-bottombar .pwebbox-container .pwebbox-content {
    margin: 0px auto;
    padding: 0px 80px 0px 0px;
    min-height: 30px;
    position: relative;
}

.pweb-bottombar .pwebbox-container-outset:before,
.pweb-bottombar .pwebbox-container-outset:after {
    display: none!important;
}

 /* Container - Slide in box
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-slidebox .pwebbox-container {
	padding: 10px 10px 5px;
}
.pwebbox.pweb-slidebox.pweb-left.pweb-horizontal .pwebbox-container,
.pwebbox.pweb-slidebox.pweb-right.pweb-horizontal .pwebbox-container {
	padding-top: 30px;
}
.pwebbox.pweb-slidebox.pweb-left.pweb-vertical .pwebbox-container {
	padding-left: 50px;
}
.pwebbox.pweb-slidebox.pweb-right.pweb-vertical .pwebbox-container {
	padding-right: 50px;
}
.pwebbox.pweb-slidebox.pweb-top .pwebbox-container {
	padding-top: 50px;
}
.pwebbox.pweb-slidebox.pweb-bottom .pwebbox-container {
	padding-bottom: 50px;
}

 /* Box
  * --------------------------------------------------------------------- 
  */

.pwebbox-box {
	position: relative;
	z-index: 0;
}

.pwebbox-box.pweb-bottombar {
	z-index: 1040;
}

.pwebbox.pweb-modal .pwebbox-box {
	display: none;
}

.pwebbox.pweb-slidebox .pwebbox-box {
	position: absolute;
	max-width: 500px;
}

.pwebbox.pweb-slidebox.pweb-left.pweb-horizontal .pwebbox-box {
	top: 20px;
	left: 0;
}
.pwebbox.pweb-slidebox.pweb-right.pweb-horizontal .pwebbox-box {
	top: 20px;
	right: 0;
}
.pwebbox.pweb-slidebox.pweb-left.pweb-vertical .pwebbox-box {
	top: 0;
	left: 0;
}
.pwebbox.pweb-slidebox.pweb-right.pweb-vertical .pwebbox-box {
	top: 0;
	right: 0;
}
.pwebbox.pweb-slidebox.pweb-top .pwebbox-box {
	top: 0;
}
.pwebbox.pweb-slidebox.pweb-bottom .pwebbox-box {
	bottom: 0;
}
.pwebbox.pweb-slidebox.pweb-top.pweb-offset-left .pwebbox-box,
.pwebbox.pweb-slidebox.pweb-bottom.pweb-offset-left .pwebbox-box  {
	left: 0;
}
.pwebbox.pweb-slidebox.pweb-top.pweb-offset-right .pwebbox-box,
.pwebbox.pweb-slidebox.pweb-bottom.pweb-offset-right .pwebbox-box {
	right: 0;
}
 /* Toggler - Slide in box with full dimension.
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-horizontal.pweb-left .pwebbox_toggler {
	top: 150px;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-horizontal.pweb-right .pwebbox_toggler {
	top: 150px;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-vertical.pweb-left .pwebbox_toggler {
	top: 150px;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-vertical.pweb-right .pwebbox_toggler {
	top: 150px;
}
.pwebbox.pweb-slidebox.pweb-top .pwebbox_toggler {
	top: 0;
}
.pwebbox.pweb-slidebox.pweb-bottom .pwebbox_toggler {
	bottom: 0;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-offset-left.pweb-top .pwebbox_toggler,
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-offset-left.pweb-bottom .pwebbox_toggler {
	left: 150px;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-offset-right.pweb-top .pwebbox_toggler,
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-offset-right.pweb-bottom .pwebbox_toggler {
	right: 150px;
}
 /*
  * Container - slide with full dimension
  * ---------------------------------------------------------------------  
  */
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-left .pwebbox-container,
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-right .pwebbox-container {
        padding-top: 10px;
	padding-bottom: 10px;
} 
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-left.pweb-horizontal .pwebbox-container,
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-right.pweb-horizontal .pwebbox-container {
	padding-top: 10px;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-left.pweb-vertical .pwebbox-container {
	padding-left: 10px;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-right.pweb-vertical .pwebbox-container {
	padding-right: 10px;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-top .pwebbox-container {
	padding-top: 10px;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-bottom .pwebbox-container {
	padding-bottom: 10px;
}
 /*
  * Box - slide with full dimension
  * ---------------------------------------------------------------------  
  */
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-left .pwebbox-container-outset, 
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-left .pwebbox-container,
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-right .pwebbox-container-outset, 
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-right .pwebbox-container {
        height: 99vh !important;
        max-height: 99vh !important;
 }
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-top .pwebbox-container-outset, 
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-top .pwebbox-container,
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-bottom .pwebbox-container-outset, 
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-bottom .pwebbox-container {
        width: 99vw !important;
        max-width: 99vw !important;
 }
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-left .pwebbox-box,
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-right .pwebbox-box{
	top: 0;
        bottom: 0;
}
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-top .pwebbox-box,
.pwebbox.pweb-slidebox.pweb-slidebox-full-dimension.pweb-bottom .pwebbox-box{
	left: 0;
        right: 0;
}

 /* Container - Accordion
  * --------------------------------------------------------------------- 
  */
.pweb-accordion .pwebbox-container {
	padding-top: 30px;
}
.pweb-accordion.pweb-accordion-boxed .pwebbox-container {
	margin-top: 15px;
	padding: 30px 10px 10px;
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0, 0.3);
 	-moz-box-shadow: inset 0 0 4px rgba(0,0,0, 0.3);
	box-shadow: inset 0 0 4px rgba(0,0,0, 0.3);
}
.pweb-accordion.pweb-accordion-boxed .pweb-arrow {
	position: absolute;
	left: 25%;
	top: 5px;
	width: 0;
	height: 0;
	border-style: dashed;
    border-width: 0 9px 10px 9px;
	border-color: transparent;
	border-bottom-color: #7F7F7F;
	border-bottom-color: rgba(0,0,0, 0.5);
	border-bottom-style: solid;
}

 /* Container with slide Toggler - Slide in box
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-left.pweb-vertical .pwebbox-container {
	padding-left: 10px;
}
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-right.pweb-vertical .pwebbox-container {
	padding-right: 10px;
}
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-top .pwebbox-container {
	padding-top: 10px;
}
.pwebbox.pweb-slidebox.pweb-toggler-slide.pweb-bottom .pwebbox-container {
	padding-bottom: 5px;
}

 /* Container Rounded - Slide in box
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-slidebox.pweb-left.pweb-radius .pwebbox-container {
	-webkit-border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
.pwebbox.pweb-slidebox.pweb-right.pweb-radius .pwebbox-container {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
.pwebbox.pweb-slidebox.pweb-left.pweb-toggler-slide.pweb-radius .pwebbox-container {
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}
.pwebbox.pweb-slidebox.pweb-right.pweb-toggler-slide.pweb-radius .pwebbox-container {
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
.pwebbox.pweb-slidebox.pweb-top.pweb-radius .pwebbox-container {
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
.pwebbox.pweb-slidebox.pweb-bottom.pweb-radius .pwebbox-container {
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.pwebbox.pweb-slidebox.pweb-top.pweb-toggler-slide.pweb-offset-left.pweb-radius .pwebbox-container {
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
}
.pwebbox.pweb-slidebox.pweb-top.pweb-toggler-slide.pweb-offset-right.pweb-radius .pwebbox-container {
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
}
.pwebbox.pweb-slidebox.pweb-bottom.pweb-toggler-slide.pweb-offset-left.pweb-radius .pwebbox-container {
	-webkit-border-radius: 0 10px 0 0;
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;
}
.pwebbox.pweb-slidebox.pweb-bottom.pweb-toggler-slide.pweb-offset-right.pweb-radius .pwebbox-container {
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
}

 /* Container Rounded - Accordion
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-accordion.pweb-radius .pwebbox-container {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

 /* Shadow
  * --------------------------------------------------------------------- 
  */
.pwebbox.pweb-slidebox.pweb-shadow .pwebbox-container {
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.pwebbox_toggler.pweb-shadow {
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255,255,255,0.2) inset;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebbox.pweb-offset-left.pweb-top .pwebbox_toggler.pweb-shadow {
	-moz-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebbox.pweb-offset-left.pweb-bottom .pwebbox_toggler.pweb-shadow {
	-moz-box-shadow: -1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: -1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	box-shadow: -1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebbox.pweb-offset-right.pweb-top .pwebbox_toggler.pweb-shadow {
	-moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebbox.pweb-offset-right.pweb-bottom .pwebbox_toggler.pweb-shadow {
	-moz-box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	box-shadow: 1px -3px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebbox.pweb-vertical.pweb-left .pwebbox_toggler.pweb-shadow {
	-moz-box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	box-shadow: 3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}
.pwebbox.pweb-vertical.pweb-right .pwebbox_toggler.pweb-shadow {
	-moz-box-shadow: -3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	-webkit-box-shadow: -3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
	box-shadow: -3px -1px 3px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(255,255,255,0.2) inset;
}

.pwebbox.pweb-accordion.pweb-shadow .pwebbox-container {
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.pwebbox.pweb-accordion.pweb-accordion-boxed.pweb-shadow .pwebbox-container {
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0,0,0, 0.3);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0,0,0, 0.3);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5), inset 0 0 4px rgba(0,0,0, 0.3);
}


 /* Lightbox Window
  * ---------------------------------------------------------------------
  */
.pweb-modal.modal {
	overflow: visible;
	overflow-y: initial;
	bottom: initial;
}
.pwebbox-modal.modal {
	position: fixed !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 10px !important;
	border: 0 !important;
	background: none !important;
	overflow-x: auto;
    overflow-y: scroll;
    -moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
body.pweb-modal-open {
	overflow: hidden; /* hide body scrollbar */
}
.pwebbox-box.pweb-modal {
	margin: 30px auto !important;
	width: auto !important;
	min-width: 200px;
	max-width: 600px;
	height: auto !important;
	min-height: 200px;
	padding: 0;
}
.pwebbox-box.pweb-modal .pwebbox-container {
	padding: 15px;
	/* Bootstrap 3 */
	position: static !important;
	width: auto !important;
	margin: 0 !important;
}
.pweb-modal.modal {
	padding: 10px;
}
.pweb-modal.modal .modal-body {
	min-height: 400px;
	-webkit-overflow-scrolling: touch;
}
.pweb-modal.modal .modal-body.pweb-progress {
	background-position: center center;
}

/* Lightbox - Container Rounded */
.pwebbox-box.pweb-modal.pweb-radius .pwebbox-container,
.ui-effects-transfer.pweb-genie.pweb-radius {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
/* Lightbox - Shadow */
.pwebbox-box.pweb-modal.pweb-shadow .pwebbox-container,
.ui-effects-transfer.pweb-genie.pweb-shadow {
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
/* Lightbox - close button */
.pweb-button-close {
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	width: 20px !important;
	height: 20px !important;
	line-height: 20px !important;
	padding: 0 !important;
	border: none !important;
	cursor: pointer;
	background: none !important;
	overflow: hidden !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-align: center;
	font-size: 20px !important;
        z-index: 1;
}
.pweb-modal .pweb-button-close {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAQAAACROWYpAAAEEElEQVQ4y32Va2yTVRzGf23fd10vUNqxsY1dGIyba7BsTgiwhcRkgxHkFkJAuQzIggY0IXGYkKA4DeAQMQTIiIB+MyRAJn7hAxJRJKIRiJgQIhESZxYFEuja9f74oe1aoPh/vrx5z3nO/3qeA0+aBSvW+UaT2VBUb+91HXY3FDUUNZnzDaxYsfBcs2DDpHjqqC1ln07YU79t0oGX+mY1V3dWv1/VWVrqphgTW+EDLBjYS91tZZ/5v+34d1/sijIWv/bw2IXFy2urfKVu7BjP0q0YOCaMWVlzfF7wdJY2mLybzH4/+mpq3cxKrwcHBtanvTqrfK/X97+avCvFUn2xtjDBNJpDn8SGU1Ls+oXVTTUeL8587xYMHKN97fWnlikqnU/UDmWJWUwL/ZKQpPOvTZvg8eLI0W3Y8cyo+3hB4p50MmYLUgC24EdRSTq6rLIaD/Z06SyYuMdWvjnv4TfS+URhahpHYlLwR16gHDcmVrBSPNrXOv2LTimUrMoE3BiaO5Jz2dCmiDNIkGBRcCAuffde1WR8FGMDKy5n5cp5f34pHYqlt/tDkrQ7SpDgxNBASurLrHRFpPsXmUEFbgyw4fFM7FgQvi7NznirHQorTZ8cGkhJUm80vVIylJA0ppU6xlAEBiXj/EvWSI+TuewWhdP0xylJOhPPVeJGVNqxbdQ0xlIMprusoXnzW9LtRH5xFoUjmfHIpxL8Oiod3ed6kXE4wHRW+Od0dku/J57s7P1UmvxBNP//2ah0+CCNVOICk8qyOS3bpAeJfOpgSpISypUujZ+GpXd6HC8zPkM2Z9Vtiv0jZRvlGRrM5Lo4k/vWSHZUHsWlGW+YI+QKs7lh/Z1L0tuZLbPDuVzTpTsVT6+0haXB31hNUzbsMjMwZdWBz6XBuDOY7efWiG3kYuyOZmO6FJLOnWM5mYIZlDDd3lHVPXAt18/C2DAsBf8u2cECpqdbZcNDndHi27S5T5I2DD+POjccT0qHz9JJS3ZIrLioIGBbNu7dI6claVdB72uHI0np8lW6WUIgO55WivFRT6ttvffDQ/2SdCuyatiZR2wLXwlL0uVf6WEdrdRnL4YFEzfl+Gm3dXn2bun/67YkRZI3oscjxyM/Rx7FJenBwP6L7KWLdvy5K5kRA6qZSYety9nDiYM//HFLeXbvzsmr5kl66KKDmeSJQUaG8FJDgHbW0e3YzwnPmVe+33lz582Oy+P7OcF+ullHOwFqeEKGMgKIl2r8tLCUjWxnl7HH6KXX2GPdxXY2spQW/FTzlACOSC8eyplEgBYWsoI1rGUta1jBQloIMIlyCkhv9r2w48JLObVMwU+ARhoJ4GcKtZTjxZXL9Vm6BSsGJnYcOHFl4MSBHRMDK5b/e69yxzyNAvYf9TCL+HAwka4AAAAASUVORK5CYII%3D") no-repeat center !important;
	width: 0px !important;
	height: 0px !important;
	right: -15px;
	top: -15px;
	padding: 30px 0 0 30px !important;
}
/* Accordion - close button */
.pweb-accordion.pweb-accordion-boxed .pweb-button-close {
	top: 20px;
}

 /* Global box declarations
  * ---------------------------------------------------------------------
  */
.pwebbox-content {
    margin: 0;
}

 /* Tooltip
  * ---------------------------------------------------------------------
  */
.tooltip {
    z-index: 9999;
}

/* Rounded fields and buttons
 * ---------------------------------------------------------------------
 */
.pweb-radius .pwebbox-content input.pweb-input, 
.pweb-radius .pwebbox-content select, 
.pweb-radius .pwebbox-content textarea,
.pweb-radius .pwebbox-content .pweb-field-shadow{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pweb-radius .pwebbox-content button,
.pweb-radius .pwebbox-content .btn {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
/* Shadow fields and buttons
 * ---------------------------------------------------------------------
 */
.pweb-shadow .pwebbox-content .pweb-field-shadow {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.pweb-shadow .pwebbox-content button,
.pweb-shadow .pwebbox-content .btn {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.2) inset;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.2) inset;
	box-shadow: 0 0 5px rgba(0,0,0,0.4), 0 1px 2px rgba(255,255,255,0.2) inset;
}

/* Columns
 * ---------------------------------------------------------------------
 */
.pweb-column {
	float: left;
	margin-right: 2.8%;
}
.pweb-column:last-child {
	margin-right: 0;
}
.pweb-width-50 {
	width: 47%;
}
.pweb-width-50:last-child {
	width: 50%;
}
.pweb-width-33 {
	width: 30%;
}
.pweb-width-33:last-child {
	width: 33%;
}
.pweb-width-25 {
	width: 22%;
}
.pweb-width-25:last-child {
	width: 25%;
}
.pweb-width-20 {
	width: 17%;
}
.pweb-width-20:last-child {
	width: 20%;
}

/* phone */
@media (max-width: 480px) 
{
	/* disable columns */
	.pweb-column,
	.pweb-column:last-child {
		float: none;
		width: auto !important;
		margin-right: 0;
	}
	/* disable fields inline */
	.pweb-labels-inline .pwebbox-content .pweb-label {
		margin-bottom: 3px;
	}
	.pweb-labels-inline .pwebbox-content .pweb-label,
	.pweb-labels-inline .pwebbox-content .pweb-field {
		float: none;
		width: auto;
	}
}

/* phone landscape */
@media (min-width: 481px) and (max-width: 767px) 
{
	/* change 3, 4 and 5 columns into 2 */
	.pweb-width-33,
	.pweb-width-25,
	.pweb-width-20 {
		width: 47%;
	}
	.pweb-width-33:nth-child(even),
	.pweb-width-25:nth-child(even),
	.pweb-width-25:last-child,
	.pweb-width-20:nth-child(even) {
		width: 49.9%;
	}
	.pweb-width-33:last-child,
	.pweb-width-20:last-child {
		width: 100%;
	}
	/* disable fields inline only in columns */
	.pweb-labels-inline .pwebbox-content .pweb-column .pweb-label {
		margin-bottom: 3px;
	}
	.pweb-labels-inline .pwebbox-content .pweb-column .pweb-label,
	.pweb-labels-inline .pwebbox-content .pweb-column .pweb-field {
		float: none;
		width: auto;
	}
}

/* tablet and phone */
@media (min-width: 768px) and (max-width: 979px) 
{
	/* disable fields inline only in 4 and 5 columns */
	.pweb-labels-inline .pwebbox-content .pweb-column.pweb-width-25 .pweb-label,
	.pweb-labels-inline .pwebbox-content .pweb-column.pweb-width-20 .pweb-label {
		margin-bottom: 3px;
	}
	.pweb-labels-inline .pwebbox-content .pweb-column.pweb-width-25 .pweb-label,
	.pweb-labels-inline .pwebbox-content .pweb-column.pweb-width-20 .pweb-label,
	.pweb-labels-inline .pwebbox-content .pweb-column.pweb-width-25 .pweb-field,
	.pweb-labels-inline .pwebbox-content .pweb-column.pweb-width-20 .pweb-field {
		float: none;
		width: auto;
	}
}

/* Hide User data
 * ---------------------------------------------------------------------
 */
.pweb-hide-user .pwebbox-content .pweb-field-name,
.pweb-hide-user .pwebbox-content .pweb-field-email {
	display: none !important;
}

/* Errors
 * ---------------------------------------------------------------------
 */
.pweb-alert {
	position: fixed;
	z-index: 1060;
	top: 50%;
	left: 50%;
	width: 560px;
	max-height: 400px;
	margin: -200px 0 0 -280px;
	overflow: auto;
	background-color: #fcf8e3;
	-moz-box-shadow: 0 0 5px rgba(0,0,0, 0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0, 0.2);
	box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}

/* Animations
 * ---------------------------------------------------------------------
 */
.fade {
	opacity: 0;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
.fade.in {
	opacity: 1;
}
.modal-backdrop.in {
	opacity: 0.5;
}

.pweb-init.pweb-slidebox {
	visibility: hidden;
}
.pweb-init.pweb-accordion {
	display: none;
}

/* Clearfix
 * ---------------------------------------------------------------------
 */
.pwebbox-box:before, .pwebbox-box:after,
.pweb-fields:before, .pweb-fields:after,
.pweb-fields-group:before, .pweb-fields-group:after,
.pweb-field-container:before, .pweb-field-container:after,
.pweb-row:before, .pweb-row:after,
.pweb-uploader .files > div:before, .pweb-uploader .files > div:after {
	content: "";
	display: table;
	line-height: 0;
}
.pwebbox-box:after,
.pweb-fields, .pweb-fields:after,
.pweb-fields-group:after,
.pweb-field-container:after,
.pweb-row:after,
.pweb-uploader .files > div:after {
	clear: both;
}

/* iOS js click events fix. */ 
@media only screen and (max-device-width: 480px) {
	[class^="pweb"] {
        cursor: pointer;
    }
}
/* iOS IFrame scrolling fix */ 
.pwebbox-iframe-container {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
}/**
 * @package     pwebbox
 * @version 	2.0.0
 *
 * @copyright   Copyright (C) 2015 Perfect Web. All rights reserved. http://www.perfect-web.co
 * @license     GNU General Public Licence http://www.gnu.org/licenses/gpl-3.0.html
 */

/* Transfer effects
 * ---------------------------------------------------------------------
 */
.ui-effects-transfer.pweb-genie {
	z-index: 1049;
	-o-animation-fill-mode: forwards;
	-o-transform-origin: 50% 50%;
	-moz-animation-fill-mode: forwards;
	-moz-transform-origin: 50% 50%;
	-webkit-animation-fill-mode: forwards;
	-webkit-transform-origin: 50% 50%;
	animation-fill-mode: forwards;
	transform-origin: 50% 50%;
	-o-animation-duration: 400ms;
	-ms-animation-duration: 400ms;
	-moz-animation-duration: 400ms;
	-webkit-animation-duration: 400ms;
	animation-duration: 400ms;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-bottom {
	-moz-animation-name: pweb-genie-appear-bottom;
	-webkit-animation-name: pweb-genie-appear-bottom;
	animation-name: pweb-genie-appear-bottom;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-bottom.pweb-genie-hide {
	-moz-animation-name: pweb-genie-hide-bottom;
	-webkit-animation-name: pweb-genie-hide-bottom;
	animation-name: pweb-genie-hide-bottom;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-top {
	-moz-animation-name: pweb-genie-appear-top;
	-webkit-animation-name: pweb-genie-appear-top;
	animation-name: pweb-genie-appear-top;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-top.pweb-genie-hide {
	-moz-animation-name: pweb-genie-hide-top;
	-webkit-animation-name: pweb-genie-hide-top;
	animation-name: pweb-genie-hide-top;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-left {
	-moz-animation-name: pweb-genie-appear-left;
	-webkit-animation-name: pweb-genie-appear-left;
	animation-name: pweb-genie-appear-left;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-left.pweb-genie-hide {
	-moz-animation-name: pweb-genie-hide-left;
	-webkit-animation-name: pweb-genie-hide-left;
	animation-name: pweb-genie-hide-left;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-right {
	-moz-animation-name: pweb-genie-appear-right;
	-webkit-animation-name: pweb-genie-appear-right;
	animation-name: pweb-genie-appear-right;
}
.ui-effects-transfer.pweb-genie.pweb-rotate-right.pweb-genie-hide {
	-moz-animation-name: pweb-genie-hide-right;
	-webkit-animation-name: pweb-genie-hide-right;
	animation-name: pweb-genie-hide-right;
}

@-webkit-keyframes pweb-genie-appear-bottom {
	100% { opacity: 1; -webkit-transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(180deg) scaleX(1) scaleY(1);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity:0.8;-webkit-transform: translateY(-5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;-webkit-transform: translateY(-155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.8;-webkit-transform: translateY(-5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 0;-webkit-transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@-webkit-keyframes pweb-genie-hide-bottom {
	0% { opacity: 1; -webkit-transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(180deg) scaleX(1) scaleY(1);}
	40% { opacity:0.8;-webkit-transform: translateY(-5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;-webkit-transform: translateY(-155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;-webkit-transform: translateY(-5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 0;-webkit-transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}

@-webkit-keyframes pweb-genie-appear-top {
	100% { opacity: 1; -webkit-transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
	70% { opacity:0.8;-webkit-transform: translateY(5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;-webkit-transform: translateY(155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.8;-webkit-transform: translateY(5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 0;-webkit-transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@-webkit-keyframes pweb-genie-hide-top {
	0% { opacity: 1; -webkit-transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
	40% { opacity:0.8;-webkit-transform: translateY(5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;-webkit-transform: translateY(155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;-webkit-transform: translateY(5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 0;-webkit-transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}

@-webkit-keyframes pweb-genie-appear-left {
	100% { opacity: 1; -webkit-transform: translateX(0px) rotateX(0deg) rotateZ(180deg) scaleX(1) scaleY(1);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity:0.8;-webkit-transform: translateX(5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;-webkit-transform: translateX(155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.8;-webkit-transform: translateX(5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 0;-webkit-transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@-webkit-keyframes pweb-genie-hide-left {
	0% { opacity: 1; -webkit-transform: translateX(0px) rotateX(0deg) rotateZ(180deg) scaleX(1) scaleY(1);}
	40% { opacity:0.8;-webkit-transform: translateX(5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;-webkit-transform: translateX(155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;-webkit-transform: translateX(5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 0;-webkit-transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}

@-webkit-keyframes pweb-genie-appear-right {
	100% { opacity: 1; -webkit-transform: translateX(0px) rotateX(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity:0.8;-webkit-transform: translateX(-5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;-webkit-transform: translateX(-155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.8;-webkit-transform: translateX(-5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 0;-webkit-transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@-webkit-keyframes pweb-genie-hide-right {
	0% { opacity: 1; -webkit-transform: translateX(0px) rotateX(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
	40% { opacity:0.8;-webkit-transform: translateX(-5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;-webkit-transform: translateX(-155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;-webkit-transform: translateX(-5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 0;-webkit-transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}


@keyframes pweb-genie-appear-bottom {
	100% { opacity: 1;transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(180deg) scaleX(1) scaleY(1);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;transform: translateY(-5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;transform: translateY(-155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.8;transform: translateY(-5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 0;transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@keyframes pweb-genie-hide-bottom {
	0% { opacity: 1;transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(180deg) scaleX(1) scaleY(1);}
	40% { opacity: 0.8;transform: translateY(-5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;transform: translateY(-155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;transform: translateY(-5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 0;transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}

@keyframes pweb-genie-appear-top {
	100% { opacity: 1;transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
	70% { opacity: 0.8;transform: translateY(5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;transform: translateY(155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.8;transform: translateY(5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 0;transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}
@keyframes pweb-genie-hide-top {
	0% { opacity: 1;transform: translateY(0px) rotateX(0deg) rotateY(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
	40% { opacity: 0.8;transform: translateY(5px) rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(1.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;transform: translateY(155px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.5) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;transform: translateY(5px) rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 0;transform: translateY(0px) rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}

@keyframes pweb-genie-appear-left {
	100% { opacity: 1;transform: translateX(0px) rotateX(0deg) rotateZ(180deg) scaleX(1) scaleY(1);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;transform: translateX(5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;transform: translateX(155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.8;transform: translateX(5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 0;transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@keyframes pweb-genie-hide-left {
	0% { opacity: 1;transform: translateX(0px) rotateX(0deg) rotateZ(180deg) scaleX(1) scaleY(1);}
	40% { opacity: 0.8;transform: translateX(5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;transform: translateX(155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;transform: translateX(5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 0;transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}

@keyframes pweb-genie-appear-right {
	100% { opacity: 1;transform: translateX(0px) rotateX(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;transform: translateX(-5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;transform: translateX(-155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.8;transform: translateX(-5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 0;transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);}
}
@keyframes pweb-genie-hide-right {
	0% { opacity: 1;transform: translateX(0px) rotateX(0deg) rotateZ(-180deg) scaleX(1) scaleY(1);}
	40% { opacity: 0.8;transform: translateX(-5px) rotateX(80deg) rotateZ(0deg) scaleX(1.2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.6;transform: translateX(-155px) rotateX(86deg) rotateZ(0deg) scaleX(2.2) scaleY(0.6);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.8;transform: translateX(-5px) rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 0;transform: translateX(0px) rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
}

.ui-effects-transfer.pweb-genie.pweb-smooth-bottom{
	-ms-transform-origin: 50% 100%;
    -moz-animation-name: pweb-genie-appear-smooth-top-bottom;
    -moz-transform-origin: 50% 100%;
	-webkit-animation-name: pweb-genie-appear-smooth-top-bottom;
    -webkit-transform-origin: 50% 100%;
	animation-name: pweb-genie-appear-smooth-top-bottom;
    transform-origin: 50% 100%;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-bottom.pweb-genie-hide{
    -moz-animation-name: pweb-genie-hide-smooth-top-bottom;
	-webkit-animation-name: pweb-genie-hide-smooth-top-bottom;
	animation-name: pweb-genie-hide-smooth-top-bottom;
}

.ui-effects-transfer.pweb-genie.pweb-smooth-top{
	-ms-transform-origin: 50% 0%;
    -moz-animation-name: pweb-genie-appear-smooth-top-bottom;
    -moz-transform-origin: 50% 0%;
	-webkit-animation-name: pweb-genie-appear-smooth-top-bottom;
    -webkit-transform-origin: 50% 0%;
	animation-name: pweb-genie-appear-smooth-top-bottom;
    transform-origin: 50% 0%;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-top.pweb-genie-hide{
    -moz-animation-name: pweb-genie-hide-smooth-top-bottom;
	-webkit-animation-name: pweb-genie-hide-smooth-top-bottom;
	animation-name: pweb-genie-hide-smooth-top-bottom;
}

.ui-effects-transfer.pweb-genie.pweb-smooth-left{
	-ms-transform-origin: 0% 50%;
    -moz-animation-name: pweb-genie-appear-smooth-left-right;
    -moz-transform-origin: 0% 50%;
	-webkit-animation-name: pweb-genie-appear-smooth-left-right;
    -webkit-transform-origin: 0% 50%;
	animation-name: pweb-genie-appear-smooth-left-right;
    transform-origin: 0% 50%;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-left.pweb-genie-hide{
    -moz-animation-name: pweb-genie-hide-smooth-left-right;
	-webkit-animation-name: pweb-genie-hide-smooth-left-right;
	animation-name: pweb-genie-hide-smooth-left-right;
}

.ui-effects-transfer.pweb-genie.pweb-smooth-right{
	-ms-transform-origin: 100% 50%;
    -moz-animation-name: pweb-genie-appear-smooth-left-right;
    -moz-transform-origin: 100% 50%;
	-webkit-animation-name: pweb-genie-appear-smooth-left-right;
    -webkit-transform-origin: 100% 50%;
	animation-name: pweb-genie-appear-smooth-left-right;
    transform-origin: 100% 50%;
}
.ui-effects-transfer.pweb-genie.pweb-smooth-right.pweb-genie-hide{
    -moz-animation-name: pweb-genie-hide-smooth-left-right;
	-webkit-animation-name: pweb-genie-hide-smooth-left-right;
	animation-name: pweb-genie-hide-smooth-left-right;
}

@-webkit-keyframes pweb-genie-appear-smooth-top-bottom {
	0% { opacity: 0.1;-webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.6;-webkit-transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.8;-webkit-transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.7) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity:0.8;-webkit-transform: rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 1; -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}
}
@-webkit-keyframes pweb-genie-hide-smooth-top-bottom {
	100% { opacity: 0.1;-webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.6;-webkit-transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.8;-webkit-transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.7) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity:0.8;-webkit-transform: rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(2.5);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 1; -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}    
}

@-webkit-keyframes pweb-genie-appear-smooth-left-right {
	0% { opacity: 0.1;-webkit-transform: rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.6;-webkit-transform: rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.4);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.8;-webkit-transform: rotateX(86deg) rotateZ(0deg) scaleX(2) scaleY(0.7);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity:0.8;-webkit-transform: rotateX(80deg) rotateZ(0deg) scaleX(2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 1; -webkit-transform: rotateX(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}
}
@-webkit-keyframes pweb-genie-hide-smooth-left-right {
	100% { opacity: 0.1;-webkit-transform: rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.6;-webkit-transform: rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.4);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.8;-webkit-transform: rotateX(86deg) rotateZ(0deg) scaleX(2) scaleY(0.7);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity:0.8;-webkit-transform: rotateX(80deg) rotateZ(0deg) scaleX(2) scaleY(0.8);-webkit-animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 1; -webkit-transform: rotateX(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}  
}


@keyframes pweb-genie-appear-smooth-top-bottom {
	0% { opacity: 0.1;transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.6;transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.8;transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.7) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity:0.8;transform: rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 1;transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}
}
@keyframes pweb-genie-hide-smooth-top-bottom {
	100% { opacity: 0.1;transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.6;transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.4) scaleY(0.3);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.8;transform: rotateX(0deg) rotateY(86deg) rotateZ(0deg) scaleX(0.7) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity:0.8;transform: rotateX(0deg) rotateY(80deg) rotateZ(0deg) scaleX(0.8) scaleY(2.5);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 1;transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}    
}

@keyframes pweb-genie-appear-smooth-left-right {
	0% { opacity: 0.1;transform: rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity: 0.6;transform: rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.4);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.8;transform: rotateX(86deg) rotateZ(0deg) scaleX(2) scaleY(0.7);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity:0.8;transform: rotateX(80deg) rotateZ(0deg) scaleX(2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	100% { opacity: 1;transform: rotateX(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}
}
@keyframes pweb-genie-hide-smooth-left-right {
	100% { opacity: 0.1;transform: rotateX(90deg) rotateZ(0deg) scaleX(0) scaleY(0);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	70% { opacity: 0.6;transform: rotateX(86deg) rotateZ(0deg) scaleX(0.3) scaleY(0.4);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	60% { opacity: 0.8;transform: rotateX(86deg) rotateZ(0deg) scaleX(2) scaleY(0.7);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	40% { opacity:0.8;transform: rotateX(80deg) rotateZ(0deg) scaleX(2) scaleY(0.8);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
	0% { opacity: 1;transform: rotateX(0deg) rotateZ(0deg) scaleX(1) scaleY(1);}  
}

.ui-effects-transfer.pweb-genie.pweb-square-left, 
.ui-effects-transfer.pweb-genie.pweb-square-right, 
.ui-effects-transfer.pweb-genie.pweb-square-top, 
.ui-effects-transfer.pweb-genie.pweb-square-bottom{
    -o-animation-name: pweb-genie-show-square;
    -moz-animation-name: pweb-genie-show-square;
	-webkit-animation-name: pweb-genie-show-square;
	animation-name: pweb-genie-show-square;
}

.ui-effects-transfer.pweb-genie.pweb-square-right.pweb-genie-hide,
.ui-effects-transfer.pweb-genie.pweb-square-left.pweb-genie-hide,
.ui-effects-transfer.pweb-genie.pweb-square-top.pweb-genie-hide,
.ui-effects-transfer.pweb-genie.pweb-square-bottom.pweb-genie-hide{
    -o-animation-name: pweb-genie-hide-square;
    -moz-animation-name: pweb-genie-hide-square;
	-webkit-animation-name: pweb-genie-hide-square;
	animation-name: pweb-genie-hide-square;
}

@-webkit-keyframes pweb-genie-show-square {
	from {opacity: 0;}
	to {opacity: 0.7;}
}
@-webkit-keyframes pweb-genie-hide-square {
	from {opacity: 1;}
	to {opacity: 0;}
}
@keyframes pweb-genie-show-square {
	from {opacity: 0;}
	to {opacity: 0.7;}
}
@keyframes pweb-genie-hide-square {
	from {opacity: 1;}
	to {opacity: 0;}
}@font-face {
	font-family: 'IcoMoon';
	src: url(/media/jui/fonts/IcoMoon.eot);
	src: url(/media/jui/fonts/IcoMoon.eot#iefix) format('embedded-opentype'),
		url(/media/jui/fonts/IcoMoon.svg#IcoMoon) format('svg'),
		url(/media/jui/fonts/IcoMoon.woff) format('woff'),
		url(/media/jui/fonts/IcoMoon.ttf) format('truetype');
	font-weight: normal;
	font-style: normal;
}/**
 * @package     pwebbox
 * @version 	2.0.0
 *
 * @copyright   Copyright (C) 2015 Perfect Web. All rights reserved. http://www.perfect-web.co
 * @license     GNU General Public Licence http://www.gnu.org/licenses/gpl-3.0.html
 */
/* content */
.pwebbox-box.pweb-theme-fbnavy .pwebbox-facebook-pageplugin-pretext {
    padding: 2px 3px;
}
.pwebbox-box.pweb-theme-fbnavy .pwebbox-facebook-pageplugin-pretext,
.pwebbox-box.pweb-theme-fbnavy .pwebbox-facebook-pageplugin-content {
    background-color: #fff;
}

/* Little fix for Bottom Bar */
.pweb-theme-fbnavy.pwebbox_bottombar_toggler {
    background-color: #133783;
    background-image: none;
    border-color: #001965;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    color: #FFF;
    font-size: 21px;
    font-family: Arial,Helvetica,sans-serif;
}#pwebbox134_box{max-width:300px;}#pwebbox134_toggler{background-color:#133783;background-image:none;border-color:rgb(0,25,101);text-shadow:0 1px 1px rgba(255,255,255,0.5);color:#ffffff;font-family:Arial, Helvetica, sans-serif}#pwebbox134_toggler .pwebbox-toggler-link{text-decoration:none;background-color:#133783;background-image:none;border-color:rgb(0,25,101);text-shadow:0 1px 1px rgba(255,255,255,0.5);color:#ffffff;font-family:Arial, Helvetica, sans-serif}#pwebbox134_toggler .pweb-icon:before{content:"\5b"}#pwebbox134_box,#pwebbox134_box label,#pwebbox134_box input,#pwebbox134_box textarea,#pwebbox134_box select,#pwebbox134_box button,#pwebbox134_box .btn{font-size:13px;font-family:Open Sans, sans-serif}#pwebbox134_box .pwebbox-content{color:#000000}#pwebbox134_container{background-color:#98a8c7}/**
 * @package     pwebbox
 * @version 	2.0.0
 *
 * @copyright   Copyright (C) 2015 Perfect Web. All rights reserved. http://www.perfect-web.co
 * @license     GNU General Public Licence http://www.gnu.org/licenses/gpl-3.0.html
 */

.pweb-modal-close {
	*background-image: url(/media/system/images/modal/closebox.png) !important; /* IE7 */
}

/* Tooltip */
.pwebbox-content .tooltip {
	filter: alpha(opacity=0);
}
.pwebbox-content .tooltip.in {
	filter: alpha(opacity=80);
}

/* System message */
.pwebbox-content .pweb-msg-button {
	*display: inline;
}

/* Lightbox - close button */
.pweb-modal-close {
	*right: -5px;
	*top: -5px;
}
.pweb-rtl .pweb-modal-close {
	*left: -5px;
}

/* Accordion */
.pweb-accordion.pweb-accordion-boxed .pwebbox-container {
 	*position: relative;
	*top: 15px;
	*margin-top: 0;
	*margin-bottom: 15px;
}
.pweb-accordion.pweb-accordion-boxed .pweb-arrow {
	*top: -10px;
}
.pweb-accordion.pweb-accordion-boxed .pweb-button-close {
	*top: 0;
}

/* Toggler tab */
.pwebbox_toggler.pweb-toggler-black {
	-pie-background: linear-gradient(top,#333,#000);
}
.pweb-top .pwebbox_toggler.pweb-toggler-black {
	-pie-background: linear-gradient(bottom,#333,#000);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-black {
	-pie-background: linear-gradient(right,#333,#000);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-black {
	-pie-background: linear-gradient(left,#333,#000);
}

.pwebbox_toggler.pweb-toggler-blue {
	-pie-background: linear-gradient(top,#08c,#0044cc);
}
.pweb-top .pwebbox_toggler.pweb-toggler-blue {
	-pie-background: linear-gradient(bottom,#08c,#0044cc);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-blue {
	-pie-background: linear-gradient(right,#08c,#0044cc);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-blue {
	-pie-background: linear-gradient(left,#08c,#0044cc);
}

.pwebbox_toggler.pweb-toggler-gray {
	-pie-background: linear-gradient(top,#cbcbcb,#a2a2a2);
}
.pweb-top .pwebbox_toggler.pweb-toggler-gray {
	-pie-background: linear-gradient(bottom,#cbcbcb,#a2a2a2);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-gray {
	-pie-background: linear-gradient(right,#cbcbcb,#a2a2a2);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-gray {
	-pie-background: linear-gradient(left,#cbcbcb,#a2a2a2);
}

.pwebbox_toggler.pweb-toggler-green {
	-pie-background: linear-gradient(top,#62c462,#51a351);
}
.pweb-top .pwebbox_toggler.pweb-toggler-green {
	-pie-background: linear-gradient(bottom,#62c462,#51a351);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-green {
	-pie-background: linear-gradient(right,#62c462,#51a351);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-green {
	-pie-background: linear-gradient(left,#62c462,#51a351);
}

.pwebbox_toggler.pweb-toggler-lightblue {
	-pie-background: linear-gradient(top,#5bc0de,#2f96b4);
}
.pweb-top .pwebbox_toggler.pweb-toggler-lightblue {
	-pie-background: linear-gradient(bottom,#5bc0de,#2f96b4);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-lightblue {
	-pie-background: linear-gradient(right,#5bc0de,#2f96b4);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-lightblue {
	-pie-background: linear-gradient(left,#5bc0de,#2f96b4);
}

.pwebbox_toggler.pweb-toggler-orange {
	-pie-background: linear-gradient(top,#E56129,#D64C11);
}
.pweb-top .pwebbox_toggler.pweb-toggler-orange {
	-pie-background: linear-gradient(bottom,#E56129,#D64C11);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-orange {
	-pie-background: linear-gradient(right,#E56129,#D64C11);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-orange {
	-pie-background: linear-gradient(left,#E56129,#D64C11);
}

.pwebbox_toggler.pweb-toggler-pink {
	-pie-background: linear-gradient(top,#E5276C,#CE1458);
}
.pweb-top .pwebbox_toggler.pweb-toggler-pink {
	-pie-background: linear-gradient(bottom,#E5276C,#CE1458);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-pink {
	-pie-background: linear-gradient(right,#E5276C,#CE1458);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-pink {
	-pie-background: linear-gradient(left,#E5276C,#CE1458);
}

.pwebbox_toggler.pweb-toggler-red {
	-pie-background: linear-gradient(top,#ee5f5b,#bd362f);
}
.pweb-top .pwebbox_toggler.pweb-toggler-red {
	-pie-background: linear-gradient(bottom,#ee5f5b,#bd362f);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-red {
	-pie-background: linear-gradient(right,#ee5f5b,#bd362f);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-red {
	-pie-background: linear-gradient(left,#ee5f5b,#bd362f);
}

.pwebbox_toggler.pweb-toggler-violet {
	-pie-background: linear-gradient(top,#BD33E0,#A219C4);
}
.pweb-top .pwebbox_toggler.pweb-toggler-violet {
	-pie-background: linear-gradient(bottom,#BD33E0,#A219C4);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-violet {
	-pie-background: linear-gradient(right,#BD33E0,#A219C4);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-violet {
	-pie-background: linear-gradient(left,#BD33E0,#A219C4);
}

.pwebbox_toggler.pweb-toggler-white {
	-pie-background: linear-gradient(top,#fff,#EFEFEF);
}
.pweb-top .pwebbox_toggler.pweb-toggler-white {
	-pie-background: linear-gradient(bottom,#fff,#EFEFEF);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-white {
	-pie-background: linear-gradient(right,#fff,#EFEFEF);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-white {
	-pie-background: linear-gradient(left,#fff,#EFEFEF);
}

.pwebbox_toggler.pweb-toggler-yellow {
	-pie-background: linear-gradient(top,#fbb450,#f89406);
}
.pweb-top .pwebbox_toggler.pweb-toggler-yellow {
	-pie-background: linear-gradient(bottom,#fbb450,#f89406);
}
.pweb-vertical.pweb-left .pwebbox_toggler.pweb-toggler-yellow {
	-pie-background: linear-gradient(right,#fbb450,#f89406);
}
.pweb-vertical.pweb-right .pwebbox_toggler.pweb-toggler-yellow {
	-pie-background: linear-gradient(left,#fbb450,#f89406);
}


/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Redeclared styles only for contact form
 */

.pweb-icomoon [class^="icon-"],
.pweb-icomoon [class*=" icon-"] {
  *margin-right: 0.3em;
}

.pweb-alert .close {
  filter: alpha(opacity=20);
}
.pweb-alert .close:hover,
.pweb-alert .close:focus {
  filter: alpha(opacity=40);
}

.modal-backdrop,
.modal-backdrop.fade.in {
  filter: alpha(opacity=80);
}
.modal-backdrop.fade.in {
  *top: 0;
}/* MAIN STYLES */

.pweb-theme-elastica.pwebbox-box .pwebbox-container {
    padding: 15px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}

.pweb-theme-elastica.pwebbox-box .pweb-button-close {
    position: absolute;
    cursor: pointer;
    top: -8px;
    right: 21px;

    height: 32px !important;
    width: 40px !important;

    background: #ec534d !important;

    font-size: 24px !important;
    line-height: 34px !important;
    font-weight: bold;
    padding: 0 !important;
}

.pweb-theme-elastica.pwebbox-box button.pweb-button-close {
    color: #fff !important;
}

.pweb-theme-elastica.pweb-modal .pwebbox-container-inset:before, .pweb-accordion.pweb-theme-elastica.pwebbox-box:before {
    content: "";
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #ad3d39 transparent;
    position: absolute;
    right: 61px;
    top: -8px;
}

.pweb-theme-elastica.pweb-modal .pwebbox-container-inset:after, .pweb-accordion.pweb-theme-elastica.pwebbox-box:after {
    content: "";
    position: absolute;
    display: block;
    top: 24px;
    right: 21px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 20px 0 20px;
    border-color: #ec534d transparent transparent transparent;
}

.pweb-theme-elastica.pwebbox_toggler {
    font-family: Helvetica, sans-serif;
    background: #ec534d;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/* POSITION/EFFECT SPECIFIC */

.pweb-accordion.pweb-theme-elastica .pweb-button-close {
    height: 40px !important;
    width: 32px !important;
    top: 10px;
    right: -8px;
}

.pweb-accordion.pweb-theme-elastica.pwebbox-box:before {
    border-width: 8px 8px 0 0;
    border-color: #ad3d39 transparent transparent transparent;
    right: -8px;
    top: 50px;
}

.pweb-accordion.pweb-theme-elastica.pwebbox-box:after {
    border-width: 20px 11px 20px 0;
    border-color: transparent #ec534d transparent transparent;
    top: 10px;
    right: 24px;
}

.pweb-accordion.pweb-theme-elastica .pwebbox-container{
    background:transparent;
    box-shadow:none;
}

.pweb-accordion.pweb-theme-elastica.pwebbox-box{
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .25);
}

.pweb-right .pweb-theme-elastica.pwebbox_toggler {
    border-left: 3px solid #E04F49;
    padding:0 15px 0 35px !important;
}

.pweb-left .pweb-theme-elastica.pwebbox_toggler {
    border-right: 3px solid #E04F49;
    padding:0 35px 0 15px !important;
}

.pweb-top .pweb-theme-elastica.pwebbox_toggler {
    border-bottom: 3px solid #E04F49;
}

.pweb-bottom .pweb-theme-elastica.pwebbox_toggler {
    border-top: 3px solid #E04F49;
}

.pweb-theme-elastica.pwebbox_toggler:hover {
    background-color: #E04F49 !important;
    border-color: #ec534d !important;
}

.pweb-vertical.pweb-theme-elastica .pwebbox_toggler{
    padding:35px 5px !important;
}
.pweb-vertical.pweb-theme-elastica .pwebbox_toggler > .pweb-icon{
    right:7px;
    top:4px;
}#pwebbox162_toggler{background-color:#ec534d;background-image:none;border-color:rgb(206,53,47);text-shadow:0 1px 1px rgba(255,255,255,0.5);color:#ffffff}#pwebbox162_toggler .pwebbox-toggler-link{text-decoration:none;background-color:#ec534d;background-image:none;border-color:rgb(206,53,47);text-shadow:0 1px 1px rgba(255,255,255,0.5);color:#ffffff}#pwebbox162_toggler .pweb-icon:before{content:"\33"}#pwebbox162_box .pwebbox-content{color:#666666}#pwebbox162_container{background-color:#ffffff}div#fd.eb *,div#fd.eb *:before,div#fd.eb *:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@font-face{font-family:'FontAwesome';src:url(/media/foundry/5.0/styles/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0);src:url(/media/foundry/5.0/styles/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.3.0) format('embedded-opentype'),url(/media/foundry/5.0/styles/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0) format('woff2'),url(/media/foundry/5.0/styles/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0) format('woff'),url(/media/foundry/5.0/styles/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0) format('truetype'),url(/media/foundry/5.0/styles/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}div#fd.eb.eb-mod .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}@font-face{font-family:'fa-lite';src:url(/components/com_easyblog/themes/wireframe/icons/icomoon.eot?-ya8hjq=);src:url(/components/com_easyblog/themes/wireframe/icons/icomoon.eot#iefix-ya8hjq) format('embedded-opentype'),url(/components/com_easyblog/themes/wireframe/icons/icomoon.woff?-ya8hjq=) format('woff'),url(/components/com_easyblog/themes/wireframe/icons/icomoon.ttf?-ya8hjq=) format('truetype'),url(/components/com_easyblog/themes/wireframe/icons/icomoon.svg?-ya8hjq=#icomoon) format('svg');font-weight:normal;font-style:normal}div#fd.eb.eb-mod .fa{font-family:'fa-lite';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}div#fd.eb.eb-mod .fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}div#fd.eb.eb-mod .fa-search:before{content:"\f002"}div#fd.eb.eb-mod .fa-envelope-o:before{content:"\f003"}div#fd.eb.eb-mod .fa-heart:before{content:"\f004"}div#fd.eb.eb-mod .fa-star:before{content:"\f005"}div#fd.eb.eb-mod .fa-user:before{content:"\f007"}div#fd.eb.eb-mod .fa-film:before{content:"\f008"}div#fd.eb.eb-mod .fa-check:before{content:"\f00c"}div#fd.eb.eb-mod .fa-close:before{content:"\f00d"}div#fd.eb.eb-mod .fa-search-plus:before{content:"\f00e"}div#fd.eb.eb-mod .fa-search-minus:before{content:"\f010"}div#fd.eb.eb-mod .fa-cog:before{content:"\f013"}div#fd.eb.eb-mod .fa-trash-o:before{content:"\f014"}div#fd.eb.eb-mod .fa-home:before{content:"\f015"}div#fd.eb.eb-mod .fa-clock-o:before{content:"\f017"}div#fd.eb.eb-mod .fa-repeat:before{content:"\f01e"}div#fd.eb.eb-mod .fa-lock:before{content:"\f023"}div#fd.eb.eb-mod .fa-flag:before{content:"\f024"}div#fd.eb.eb-mod .fa-tag:before{content:"\f02b"}div#fd.eb.eb-mod .fa-tags:before{content:"\f02c"}div#fd.eb.eb-mod .fa-book:before{content:"\f02d"}div#fd.eb.eb-mod .fa-bookmark:before{content:"\f02e"}div#fd.eb.eb-mod .fa-print:before{content:"\f02f"}div#fd.eb.eb-mod .fa-camera:before{content:"\f030"}div#fd.eb.eb-mod .fa-align-left:before{content:"\f036"}div#fd.eb.eb-mod .fa-video-camera:before{content:"\f03d"}div#fd.eb.eb-mod .fa-image:before{content:"\f03e"}div#fd.eb.eb-mod .fa-pencil:before{content:"\f040"}div#fd.eb.eb-mod .fa-map-marker:before{content:"\f041"}div#fd.eb.eb-mod .fa-chevron-left:before{content:"\f053"}div#fd.eb.eb-mod .fa-chevron-right:before{content:"\f054"}div#fd.eb.eb-mod .fa-plus-circle:before{content:"\f055"}div#fd.eb.eb-mod .fa-minus-circle:before{content:"\f056"}div#fd.eb.eb-mod .fa-times-circle:before{content:"\f057"}div#fd.eb.eb-mod .fa-check-circle:before{content:"\f058"}div#fd.eb.eb-mod .fa-question-circle:before{content:"\f059"}div#fd.eb.eb-mod .fa-info-circle:before{content:"\f05a"}div#fd.eb.eb-mod .fa-times-circle-o:before{content:"\f05c"}div#fd.eb.eb-mod .fa-check-circle-o:before{content:"\f05d"}div#fd.eb.eb-mod .fa-ban:before{content:"\f05e"}div#fd.eb.eb-mod .fa-plus:before{content:"\f067"}div#fd.eb.eb-mod .fa-minus:before{content:"\f068"}div#fd.eb.eb-mod .fa-exclamation-circle:before{content:"\f06a"}div#fd.eb.eb-mod .fa-eye:before{content:"\f06e"}div#fd.eb.eb-mod .fa-exclamation-triangle:before{content:"\f071"}div#fd.eb.eb-mod .fa-calendar:before{content:"\f073"}div#fd.eb.eb-mod .fa-random:before{content:"\f074"}div#fd.eb.eb-mod .fa-comment:before{content:"\f075"}div#fd.eb.eb-mod .fa-chevron-up:before{content:"\f077"}div#fd.eb.eb-mod .fa-chevron-down:before{content:"\f078"}div#fd.eb.eb-mod .fa-folder:before{content:"\f07b"}div#fd.eb.eb-mod .fa-folder-open:before{content:"\f07c"}div#fd.eb.eb-mod .fa-comments:before{content:"\f086"}div#fd.eb.eb-mod .fa-sign-out:before{content:"\f08b"}div#fd.eb.eb-mod .fa-linkedin-square:before{content:"\f08c"}div#fd.eb.eb-mod .fa-thumb-tack:before{content:"\f08d"}div#fd.eb.eb-mod .fa-external-link:before{content:"\f08e"}div#fd.eb.eb-mod .fa-twitter:before{content:"\f099"}div#fd.eb.eb-mod .fa-facebook:before{content:"\f09a"}div#fd.eb.eb-mod .fa-rss:before{content:"\f09e"}div#fd.eb.eb-mod .fa-globe:before{content:"\f0ac"}div#fd.eb.eb-mod .fa-filter:before{content:"\f0b0"}div#fd.eb.eb-mod .fa-group:before{content:"\f0c0"}div#fd.eb.eb-mod .fa-link:before,div#fd.eb.eb-mod .fa-chain:before{content:"\f0c1"}div#fd.eb.eb-mod .fa-copy:before{content:"\f0c5"}div#fd.eb.eb-mod .fa-bars:before{content:"\f0c9"}div#fd.eb.eb-mod .fa-envelope:before{content:"\f0e0"}div#fd.eb.eb-mod .fa-rotate-left:before{content:"\f0e2"}div#fd.eb.eb-mod .fa-comment-o:before{content:"\f0e5"}div#fd.eb.eb-mod .fa-comments-o:before{content:"\f0e6"}div#fd.eb.eb-mod .fa-bolt:before{content:"\f0e7"}div#fd.eb.eb-mod .fa-angle-left:before{content:"\f104"}div#fd.eb.eb-mod .fa-angle-right:before{content:"\f105"}div#fd.eb.eb-mod .fa-angle-up:before{content:"\f106"}div#fd.eb.eb-mod .fa-angle-down:before{content:"\f107"}div#fd.eb.eb-mod .fa-quote-left:before{content:"\f10d"}div#fd.eb.eb-mod .fa-unlock-alt:before{content:"\f13e"}div#fd.eb.eb-mod .fa-ellipsis-h:before{content:"\f141"}div#fd.eb.eb-mod .fa-ellipsis-v:before{content:"\f142"}div#fd.eb.eb-mod .fa-rss-square:before{content:"\f143"}div#fd.eb.eb-mod .fa-file:before{content:"\f15b"}div#fd.eb.eb-mod .fa-file-text:before{content:"\f15c"}div#fd.eb.eb-mod .fa-archive:before{content:"\f187"}div#fd.eb.eb-mod .fa-life-bouy:before{content:"\f1cd"}div#fd.eb.eb-mod .fa-paper-plane:before{content:"\f1d8"}div#fd.eb.eb-mod .fa-paper-plane-o:before{content:"\f1d9"}div#fd.eb.eb-mod .fa-share-alt:before{content:"\f1e0"}div#fd.eb .mv-5{margin:5px 0 !important}div#fd.eb .mv-10{margin:10px 0 !important}div#fd.eb .mv-15{margin:15px 0 !important}div#fd.eb .mt-0{margin-top:0 !important}div#fd.eb .mt-5{margin-top:5px !important}div#fd.eb .mt-10{margin-top:10px !important}div#fd.eb .mt-15{margin-top:15px !important}div#fd.eb .mt-20{margin-top:20px !important}div#fd.eb .mb-0{margin-bottom:0 !important}div#fd.eb .mb-5{margin-bottom:5px !important}div#fd.eb .mb-10{margin-bottom:10px !important}div#fd.eb .mb-15{margin-bottom:15px !important}div#fd.eb .mb-20{margin-bottom:20px !important}div#fd.eb .mr-0{margin-right:0 !important}div#fd.eb .mr-5{margin-right:5px !important}div#fd.eb .mr-10{margin-right:10px !important}div#fd.eb .mr-15{margin-right:15px !important}div#fd.eb .mr-20{margin-right:20px !important}div#fd.eb .ml-0{margin-left:0 !important}div#fd.eb .ml-5{margin-left:5px !important}div#fd.eb .ml-10{margin-left:10px !important}div#fd.eb .ml-15{margin-left:15px !important}div#fd.eb .ml-20{margin-left:20px !important}div#fd.eb .pv-5{padding:5px 0 !important}div#fd.eb .pv-10{padding:10px 0 !important}div#fd.eb .pv-15{padding:15px 0 !important}div#fd.eb .ph-5{padding-left:5px !important;padding-right:5px !important}div#fd.eb .ph-10{padding-left:10px !important;padding-right:10px !important}div#fd.eb .ph-15{padding-left:15px !important;padding-right:15px !important}div#fd.eb .ph-20{padding-left:20px !important;padding-right:20px !important}div#fd.eb .pa-5{padding:5px !important}div#fd.eb .pa-10{padding:10px !important}div#fd.eb .pa-15{padding:15px !important}div#fd.eb .pt-0{padding-top:0 !important}div#fd.eb .pt-5{padding-top:5px !important}div#fd.eb .pt-10{padding-top:10px !important}div#fd.eb .pt-15{padding-top:15px !important}div#fd.eb .pt-20{padding-top:20px !important}div#fd.eb .pb-0{padding-bottom:0 !important}div#fd.eb .pb-5{padding-bottom:5px !important}div#fd.eb .pb-10{padding-bottom:10px !important}div#fd.eb .pb-15{padding-bottom:15px !important}div#fd.eb .pb-20{padding-bottom:20px !important}div#fd.eb .pr-0{padding-right:0 !important}div#fd.eb .pr-5{padding-right:5px !important}div#fd.eb .pr-10{padding-right:10px !important}div#fd.eb .pr-15{padding-right:15px !important}div#fd.eb .pr-20{padding-right:20px !important}div#fd.eb .pl-0{padding-left:0 !important}div#fd.eb .pl-5{padding-left:5px !important}div#fd.eb .pl-10{padding-left:10px !important}div#fd.eb .pl-15{padding-left:15px !important}div#fd.eb .pl-20{padding-left:20px !important}div#fd.eb .fs-24{font-size:24px !important}div#fd.eb .fs-16{font-size:16px !important}div#fd.eb .fs-14{font-size:14px !important}div#fd.eb .fs-12{font-size:12px !important}div#fd.eb .fs-11{font-size:11px !important}div#fd.eb .fs-10{font-size:10px !important}div#fd.eb .fs-9{font-size:9px !important}div#fd.eb .half-width{width:50% !important}div#fd.eb .full-width{width:100% !important}div#fd.eb .center,div#fd.eb .table td.center,div#fd.eb .table th.center{text-align:center !important}div#fd.eb .vertical-line{position:relative}div#fd.eb .vertical-line:before{content:'';display:block;width:1px;position:absolute;background-color:rgba(0,0,0,0.1);top:0;bottom:0}div#fd.eb.w480 .vertical-line:before{display:none}div#fd.eb .vertical-line-50:before{left:50%}div#fd.eb .fd-cf:before,div#fd.eb .fd-cf:after{display:table;content:"";line-height:0}div#fd.eb .fd-cf:after{clear:both}div#fd.eb .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}div#fd.eb .container:before,div#fd.eb .container:after{content:" ";display:table}div#fd.eb .container:after{clear:both}@media(min-width:768px){div#fd.eb .container{width:750px}}@media(min-width:992px){div#fd.eb .container{width:970px}}@media(min-width:1200px){div#fd.eb .container{width:1170px}}div#fd.eb .row{margin-left:-15px;margin-right:-15px}div#fd.eb .row:before,div#fd.eb .row:after{content:" ";display:table}div#fd.eb .row:after{clear:both}div#fd.eb .col-xs-1,div#fd.eb .col-sm-1,div#fd.eb .col-md-1,div#fd.eb .col-lg-1,div#fd.eb .col-xs-2,div#fd.eb .col-sm-2,div#fd.eb .col-md-2,div#fd.eb .col-lg-2,div#fd.eb .col-xs-3,div#fd.eb .col-sm-3,div#fd.eb .col-md-3,div#fd.eb .col-lg-3,div#fd.eb .col-xs-4,div#fd.eb .col-sm-4,div#fd.eb .col-md-4,div#fd.eb .col-lg-4,div#fd.eb .col-xs-5,div#fd.eb .col-sm-5,div#fd.eb .col-md-5,div#fd.eb .col-lg-5,div#fd.eb .col-xs-6,div#fd.eb .col-sm-6,div#fd.eb .col-md-6,div#fd.eb .col-lg-6,div#fd.eb .col-xs-7,div#fd.eb .col-sm-7,div#fd.eb .col-md-7,div#fd.eb .col-lg-7,div#fd.eb .col-xs-8,div#fd.eb .col-sm-8,div#fd.eb .col-md-8,div#fd.eb .col-lg-8,div#fd.eb .col-xs-9,div#fd.eb .col-sm-9,div#fd.eb .col-md-9,div#fd.eb .col-lg-9,div#fd.eb .col-xs-10,div#fd.eb .col-sm-10,div#fd.eb .col-md-10,div#fd.eb .col-lg-10,div#fd.eb .col-xs-11,div#fd.eb .col-sm-11,div#fd.eb .col-md-11,div#fd.eb .col-lg-11,div#fd.eb .col-xs-12,div#fd.eb .col-sm-12,div#fd.eb .col-md-12,div#fd.eb .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}div#fd.eb .col-xs-1,div#fd.eb .col-xs-2,div#fd.eb .col-xs-3,div#fd.eb .col-xs-4,div#fd.eb .col-xs-5,div#fd.eb .col-xs-6,div#fd.eb .col-xs-7,div#fd.eb .col-xs-8,div#fd.eb .col-xs-9,div#fd.eb .col-xs-10,div#fd.eb .col-xs-11,div#fd.eb .col-xs-12{float:left}div#fd.eb .col-xs-12{width:100%}div#fd.eb .col-xs-11{width:91.666666666667%}div#fd.eb .col-xs-10{width:83.333333333333%}div#fd.eb .col-xs-9{width:75%}div#fd.eb .col-xs-8{width:66.666666666667%}div#fd.eb .col-xs-7{width:58.333333333333%}div#fd.eb .col-xs-6{width:50%}div#fd.eb .col-xs-5{width:41.666666666667%}div#fd.eb .col-xs-4{width:33.333333333333%}div#fd.eb .col-xs-3{width:25%}div#fd.eb .col-xs-2{width:16.666666666667%}div#fd.eb .col-xs-1{width:8.3333333333333%}div#fd.eb .col-xs-pull-12{right:100%}div#fd.eb .col-xs-pull-11{right:91.666666666667%}div#fd.eb .col-xs-pull-10{right:83.333333333333%}div#fd.eb .col-xs-pull-9{right:75%}div#fd.eb .col-xs-pull-8{right:66.666666666667%}div#fd.eb .col-xs-pull-7{right:58.333333333333%}div#fd.eb .col-xs-pull-6{right:50%}div#fd.eb .col-xs-pull-5{right:41.666666666667%}div#fd.eb .col-xs-pull-4{right:33.333333333333%}div#fd.eb .col-xs-pull-3{right:25%}div#fd.eb .col-xs-pull-2{right:16.666666666667%}div#fd.eb .col-xs-pull-1{right:8.3333333333333%}div#fd.eb .col-xs-pull-0{right:0}div#fd.eb .col-xs-push-12{left:100%}div#fd.eb .col-xs-push-11{left:91.666666666667%}div#fd.eb .col-xs-push-10{left:83.333333333333%}div#fd.eb .col-xs-push-9{left:75%}div#fd.eb .col-xs-push-8{left:66.666666666667%}div#fd.eb .col-xs-push-7{left:58.333333333333%}div#fd.eb .col-xs-push-6{left:50%}div#fd.eb .col-xs-push-5{left:41.666666666667%}div#fd.eb .col-xs-push-4{left:33.333333333333%}div#fd.eb .col-xs-push-3{left:25%}div#fd.eb .col-xs-push-2{left:16.666666666667%}div#fd.eb .col-xs-push-1{left:8.3333333333333%}div#fd.eb .col-xs-push-0{left:0}div#fd.eb .col-xs-offset-12{margin-left:100%}div#fd.eb .col-xs-offset-11{margin-left:91.666666666667%}div#fd.eb .col-xs-offset-10{margin-left:83.333333333333%}div#fd.eb .col-xs-offset-9{margin-left:75%}div#fd.eb .col-xs-offset-8{margin-left:66.666666666667%}div#fd.eb .col-xs-offset-7{margin-left:58.333333333333%}div#fd.eb .col-xs-offset-6{margin-left:50%}div#fd.eb .col-xs-offset-5{margin-left:41.666666666667%}div#fd.eb .col-xs-offset-4{margin-left:33.333333333333%}div#fd.eb .col-xs-offset-3{margin-left:25%}div#fd.eb .col-xs-offset-2{margin-left:16.666666666667%}div#fd.eb .col-xs-offset-1{margin-left:8.3333333333333%}div#fd.eb .col-xs-offset-0{margin-left:0}@media(min-width:768px){div#fd.eb .col-sm-1,div#fd.eb .col-sm-2,div#fd.eb .col-sm-3,div#fd.eb .col-sm-4,div#fd.eb .col-sm-5,div#fd.eb .col-sm-6,div#fd.eb .col-sm-7,div#fd.eb .col-sm-8,div#fd.eb .col-sm-9,div#fd.eb .col-sm-10,div#fd.eb .col-sm-11,div#fd.eb .col-sm-12{float:left}div#fd.eb .col-sm-12{width:100%}div#fd.eb .col-sm-11{width:91.666666666667%}div#fd.eb .col-sm-10{width:83.333333333333%}div#fd.eb .col-sm-9{width:75%}div#fd.eb .col-sm-8{width:66.666666666667%}div#fd.eb .col-sm-7{width:58.333333333333%}div#fd.eb .col-sm-6{width:50%}div#fd.eb .col-sm-5{width:41.666666666667%}div#fd.eb .col-sm-4{width:33.333333333333%}div#fd.eb .col-sm-3{width:25%}div#fd.eb .col-sm-2{width:16.666666666667%}div#fd.eb .col-sm-1{width:8.3333333333333%}div#fd.eb .col-sm-pull-12{right:100%}div#fd.eb .col-sm-pull-11{right:91.666666666667%}div#fd.eb .col-sm-pull-10{right:83.333333333333%}div#fd.eb .col-sm-pull-9{right:75%}div#fd.eb .col-sm-pull-8{right:66.666666666667%}div#fd.eb .col-sm-pull-7{right:58.333333333333%}div#fd.eb .col-sm-pull-6{right:50%}div#fd.eb .col-sm-pull-5{right:41.666666666667%}div#fd.eb .col-sm-pull-4{right:33.333333333333%}div#fd.eb .col-sm-pull-3{right:25%}div#fd.eb .col-sm-pull-2{right:16.666666666667%}div#fd.eb .col-sm-pull-1{right:8.3333333333333%}div#fd.eb .col-sm-pull-0{right:0}div#fd.eb .col-sm-push-12{left:100%}div#fd.eb .col-sm-push-11{left:91.666666666667%}div#fd.eb .col-sm-push-10{left:83.333333333333%}div#fd.eb .col-sm-push-9{left:75%}div#fd.eb .col-sm-push-8{left:66.666666666667%}div#fd.eb .col-sm-push-7{left:58.333333333333%}div#fd.eb .col-sm-push-6{left:50%}div#fd.eb .col-sm-push-5{left:41.666666666667%}div#fd.eb .col-sm-push-4{left:33.333333333333%}div#fd.eb .col-sm-push-3{left:25%}div#fd.eb .col-sm-push-2{left:16.666666666667%}div#fd.eb .col-sm-push-1{left:8.3333333333333%}div#fd.eb .col-sm-push-0{left:0}div#fd.eb .col-sm-offset-12{margin-left:100%}div#fd.eb .col-sm-offset-11{margin-left:91.666666666667%}div#fd.eb .col-sm-offset-10{margin-left:83.333333333333%}div#fd.eb .col-sm-offset-9{margin-left:75%}div#fd.eb .col-sm-offset-8{margin-left:66.666666666667%}div#fd.eb .col-sm-offset-7{margin-left:58.333333333333%}div#fd.eb .col-sm-offset-6{margin-left:50%}div#fd.eb .col-sm-offset-5{margin-left:41.666666666667%}div#fd.eb .col-sm-offset-4{margin-left:33.333333333333%}div#fd.eb .col-sm-offset-3{margin-left:25%}div#fd.eb .col-sm-offset-2{margin-left:16.666666666667%}div#fd.eb .col-sm-offset-1{margin-left:8.3333333333333%}div#fd.eb .col-sm-offset-0{margin-left:0}}@media(min-width:992px){div#fd.eb .col-md-1,div#fd.eb .col-md-2,div#fd.eb .col-md-3,div#fd.eb .col-md-4,div#fd.eb .col-md-5,div#fd.eb .col-md-6,div#fd.eb .col-md-7,div#fd.eb .col-md-8,div#fd.eb .col-md-9,div#fd.eb .col-md-10,div#fd.eb .col-md-11,div#fd.eb .col-md-12{float:left}div#fd.eb .col-md-12{width:100%}div#fd.eb .col-md-11{width:91.666666666667%}div#fd.eb .col-md-10{width:83.333333333333%}div#fd.eb .col-md-9{width:75%}div#fd.eb .col-md-8{width:66.666666666667%}div#fd.eb .col-md-7{width:58.333333333333%}div#fd.eb .col-md-6{width:50%}div#fd.eb .col-md-5{width:41.666666666667%}div#fd.eb .col-md-4{width:33.333333333333%}div#fd.eb .col-md-3{width:25%}div#fd.eb .col-md-2{width:16.666666666667%}div#fd.eb .col-md-1{width:8.3333333333333%}div#fd.eb .col-md-pull-12{right:100%}div#fd.eb .col-md-pull-11{right:91.666666666667%}div#fd.eb .col-md-pull-10{right:83.333333333333%}div#fd.eb .col-md-pull-9{right:75%}div#fd.eb .col-md-pull-8{right:66.666666666667%}div#fd.eb .col-md-pull-7{right:58.333333333333%}div#fd.eb .col-md-pull-6{right:50%}div#fd.eb .col-md-pull-5{right:41.666666666667%}div#fd.eb .col-md-pull-4{right:33.333333333333%}div#fd.eb .col-md-pull-3{right:25%}div#fd.eb .col-md-pull-2{right:16.666666666667%}div#fd.eb .col-md-pull-1{right:8.3333333333333%}div#fd.eb .col-md-pull-0{right:0}div#fd.eb .col-md-push-12{left:100%}div#fd.eb .col-md-push-11{left:91.666666666667%}div#fd.eb .col-md-push-10{left:83.333333333333%}div#fd.eb .col-md-push-9{left:75%}div#fd.eb .col-md-push-8{left:66.666666666667%}div#fd.eb .col-md-push-7{left:58.333333333333%}div#fd.eb .col-md-push-6{left:50%}div#fd.eb .col-md-push-5{left:41.666666666667%}div#fd.eb .col-md-push-4{left:33.333333333333%}div#fd.eb .col-md-push-3{left:25%}div#fd.eb .col-md-push-2{left:16.666666666667%}div#fd.eb .col-md-push-1{left:8.3333333333333%}div#fd.eb .col-md-push-0{left:0}div#fd.eb .col-md-offset-12{margin-left:100%}div#fd.eb .col-md-offset-11{margin-left:91.666666666667%}div#fd.eb .col-md-offset-10{margin-left:83.333333333333%}div#fd.eb .col-md-offset-9{margin-left:75%}div#fd.eb .col-md-offset-8{margin-left:66.666666666667%}div#fd.eb .col-md-offset-7{margin-left:58.333333333333%}div#fd.eb .col-md-offset-6{margin-left:50%}div#fd.eb .col-md-offset-5{margin-left:41.666666666667%}div#fd.eb .col-md-offset-4{margin-left:33.333333333333%}div#fd.eb .col-md-offset-3{margin-left:25%}div#fd.eb .col-md-offset-2{margin-left:16.666666666667%}div#fd.eb .col-md-offset-1{margin-left:8.3333333333333%}div#fd.eb .col-md-offset-0{margin-left:0}}@media(min-width:1200px){div#fd.eb .col-lg-1,div#fd.eb .col-lg-2,div#fd.eb .col-lg-3,div#fd.eb .col-lg-4,div#fd.eb .col-lg-5,div#fd.eb .col-lg-6,div#fd.eb .col-lg-7,div#fd.eb .col-lg-8,div#fd.eb .col-lg-9,div#fd.eb .col-lg-10,div#fd.eb .col-lg-11,div#fd.eb .col-lg-12{float:left}div#fd.eb .col-lg-12{width:100%}div#fd.eb .col-lg-11{width:91.666666666667%}div#fd.eb .col-lg-10{width:83.333333333333%}div#fd.eb .col-lg-9{width:75%}div#fd.eb .col-lg-8{width:66.666666666667%}div#fd.eb .col-lg-7{width:58.333333333333%}div#fd.eb .col-lg-6{width:50%}div#fd.eb .col-lg-5{width:41.666666666667%}div#fd.eb .col-lg-4{width:33.333333333333%}div#fd.eb .col-lg-3{width:25%}div#fd.eb .col-lg-2{width:16.666666666667%}div#fd.eb .col-lg-1{width:8.3333333333333%}div#fd.eb .col-lg-pull-12{right:100%}div#fd.eb .col-lg-pull-11{right:91.666666666667%}div#fd.eb .col-lg-pull-10{right:83.333333333333%}div#fd.eb .col-lg-pull-9{right:75%}div#fd.eb .col-lg-pull-8{right:66.666666666667%}div#fd.eb .col-lg-pull-7{right:58.333333333333%}div#fd.eb .col-lg-pull-6{right:50%}div#fd.eb .col-lg-pull-5{right:41.666666666667%}div#fd.eb .col-lg-pull-4{right:33.333333333333%}div#fd.eb .col-lg-pull-3{right:25%}div#fd.eb .col-lg-pull-2{right:16.666666666667%}div#fd.eb .col-lg-pull-1{right:8.3333333333333%}div#fd.eb .col-lg-pull-0{right:0}div#fd.eb .col-lg-push-12{left:100%}div#fd.eb .col-lg-push-11{left:91.666666666667%}div#fd.eb .col-lg-push-10{left:83.333333333333%}div#fd.eb .col-lg-push-9{left:75%}div#fd.eb .col-lg-push-8{left:66.666666666667%}div#fd.eb .col-lg-push-7{left:58.333333333333%}div#fd.eb .col-lg-push-6{left:50%}div#fd.eb .col-lg-push-5{left:41.666666666667%}div#fd.eb .col-lg-push-4{left:33.333333333333%}div#fd.eb .col-lg-push-3{left:25%}div#fd.eb .col-lg-push-2{left:16.666666666667%}div#fd.eb .col-lg-push-1{left:8.3333333333333%}div#fd.eb .col-lg-push-0{left:0}div#fd.eb .col-lg-offset-12{margin-left:100%}div#fd.eb .col-lg-offset-11{margin-left:91.666666666667%}div#fd.eb .col-lg-offset-10{margin-left:83.333333333333%}div#fd.eb .col-lg-offset-9{margin-left:75%}div#fd.eb .col-lg-offset-8{margin-left:66.666666666667%}div#fd.eb .col-lg-offset-7{margin-left:58.333333333333%}div#fd.eb .col-lg-offset-6{margin-left:50%}div#fd.eb .col-lg-offset-5{margin-left:41.666666666667%}div#fd.eb .col-lg-offset-4{margin-left:33.333333333333%}div#fd.eb .col-lg-offset-3{margin-left:25%}div#fd.eb .col-lg-offset-2{margin-left:16.666666666667%}div#fd.eb .col-lg-offset-1{margin-left:8.3333333333333%}div#fd.eb .col-lg-offset-0{margin-left:0}}div#fd.eb .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}div#fd.eb .fade.in{opacity:1}div#fd.eb .collapse{display:none}div#fd.eb .collapse.in{display:block}div#fd.eb .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}div#fd.eb.eb-mod *{line-height:18px}div#fd.eb .mod-left{float:left}div#fd.eb .mod-right{float:right}div#fd.eb .mod-small{font-size:90%}div#fd.eb .mod-xsmall{font-size:80%}div#fd.eb .mod-fit{line-height:1}div#fd.eb .mv-5{margin:5px 0}div#fd.eb .mv-10{margin:10px 0}div#fd.eb .mv-15{margin:15px 0}div#fd.eb .mt-0{margin-top:0}div#fd.eb .mt-5{margin-top:5px}div#fd.eb .mt-10{margin-top:10px}div#fd.eb .mt-15{margin-top:15px}div#fd.eb .mt-20{margin-top:20px}div#fd.eb .mb-0{margin-bottom:0}div#fd.eb .mb-5{margin-bottom:5px}div#fd.eb .mb-10{margin-bottom:10px}div#fd.eb .mb-15{margin-bottom:15px}div#fd.eb .mb-20{margin-bottom:20px}div#fd.eb .mr-0{margin-right:0}div#fd.eb .mr-5{margin-right:5px}div#fd.eb .mr-10{margin-right:10px}div#fd.eb .mr-15{margin-right:15px}div#fd.eb .mr-20{margin-right:20px}div#fd.eb .ml-0{margin-left:0}div#fd.eb .ml-5{margin-left:5px}div#fd.eb .ml-10{margin-left:10px}div#fd.eb .ml-15{margin-left:15px}div#fd.eb .ml-20{margin-left:20px}div#fd.eb .pv-5{padding:5px 0}div#fd.eb .pv-10{padding:10px 0}div#fd.eb .pv-15{padding:15px 0}div#fd.eb .ph-5{padding-left:5px;padding-right:5px}div#fd.eb .ph-10{padding-left:10px;padding-right:10px}div#fd.eb .ph-15{padding-left:15px;padding-right:15px}div#fd.eb .ph-20{padding-left:20px;padding-right:20px}div#fd.eb .pa-5{padding:5px}div#fd.eb .pa-10{padding:10px}div#fd.eb .pa-15{padding:15px}div#fd.eb .pt-0{padding-top:0}div#fd.eb .pt-5{padding-top:5px}div#fd.eb .pt-10{padding-top:10px}div#fd.eb .pt-15{padding-top:15px}div#fd.eb .pt-20{padding-top:20px}div#fd.eb .pb-0{padding-bottom:0}div#fd.eb .pb-5{padding-bottom:5px}div#fd.eb .pb-10{padding-bottom:10px}div#fd.eb .pb-15{padding-bottom:15px}div#fd.eb .pb-20{padding-bottom:20px}div#fd.eb .pr-0{padding-right:0}div#fd.eb .pr-5{padding-right:5px}div#fd.eb .pr-10{padding-right:10px}div#fd.eb .pr-15{padding-right:15px}div#fd.eb .pr-20{padding-right:20px}div#fd.eb .pl-0{padding-left:0}div#fd.eb .pl-5{padding-left:5px}div#fd.eb .pl-10{padding-left:10px}div#fd.eb .pl-15{padding-left:15px}div#fd.eb .pl-20{padding-left:20px}div#fd.eb .mod-avatar{display:inline-block}div#fd.eb .mod-avatar>img{display:inline-block;width:40px;height:40px;max-width:none;max-height:none}div#fd.eb .mod-avatar-sm{display:inline-block}div#fd.eb .mod-avatar-sm>img{display:inline-block;width:30px;height:30px;max-width:none;max-height:none}div#fd.eb .mod-thumbs{overflow:hidden;margin:0 -5px}div#fd.eb .mod-thumbs>div{width:20%;float:left;padding:0 5px 10px}div#fd.eb .mod-thumbs>div a{display:block}div#fd.eb .mod-thumbs>div img{width:100%;height:auto}div#fd.eb .mod-table{display:table;width:100%;word-break:break-word}div#fd.eb .mod-cell,div#fd.eb .col-cell{display:table-cell;vertical-align:middle}div#fd.eb .cell-top .mod-cell{vertical-align:top}div#fd.eb .cell-tight{width:1%;white-space:nowrap}div#fd.eb .cell-figure{padding-right:10px}div#fd.eb .mod-item+.mod-item{border-top:1px solid #ddd;margin-top:15px;padding-top:15px}div#fd.eb .mod-items-compact .mod-item+.mod-item{margin-top:5px;padding-top:5px}div#fd.eb .collapse .mod-item:first-child{margin-top:10px}div#fd.eb .mod-items-grid{margin-left:-15px;margin-right:-15px;margin-bottom:30px}div#fd.eb .mod-items-grid>.mod-grid{float:left;padding-left:15px;padding-right:15px;margin-bottom:30px}div#fd.eb .mod-items-grid>.mod-grid .mod-item{display:block;width:auto}div#fd.eb .mod-items-grid>.mod-grid-1{clear:left}div#fd.eb .mod-title{background:none;border:0;display:block;font-size:inherit;font-weight:bold;line-height:1.2;margin:0;padding:0}div#fd.eb .mod-muted{color:#aaa}div#fd.eb .mod-meta{font-size:95%;margin-top:3px}div#fd.eb .mod-meta>div{display:table-cell;position:relative;padding-right:6px}div#fd.eb .mod-meta>div+div{padding-left:8px}div#fd.eb .mod-meta>div+div:before{background:#ccc;background:rgba(0,0,0,0.25);content:'';display:block;width:2px;height:2px;margin-top:-1px;position:absolute;left:0;top:50%}div#fd.eb .mod-meta>div:last-child{padding-right:0}div#fd.eb .eb-mod-img-responsive{text-align:center}div#fd.eb .eb-mod-img-responsive img{display:inline-block;max-width:100%;height:auto}div#fd.eb .eb-mod-img-responsive.no-crop img{max-width:100%;height:auto}div#fd.eb .eb-mod-img-fixed{background-size:cover;background-position:center;background-repeat:no-repeat;display:inline-block;max-width:100%}div#fd.eb .eb-mod-img-fixed.no-crop{background-size:contain}div#fd.eb .eb-mod-blog-image{background-size:cover;background-position:center;background-repeat:no-repeat;display:block;position:relative;margin-top:10px;height:0;padding-bottom:50%}div#fd.eb .eb-mod-responsive-image{width:100%}div#fd.eb .mod-input{display:block;width:100%;height:31px;padding:6px 12px;font-size:12px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:3px;-webkit-box-shadow:none;box-shadow:none}div#fd.eb textarea.mod-input{height:auto}div#fd.eb .mod-btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:12px;line-height:1.428571429;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}div#fd.eb .mod-btn:focus,div#fd.eb .mod-btn:active:focus,div#fd.eb .mod-btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}div#fd.eb .mod-btn:hover,div#fd.eb .mod-btn:focus{color:#333;text-decoration:none}div#fd.eb .mod-btn:active,div#fd.eb .mod-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)}div#fd.eb .mod-btn.disabled,div#fd.eb .mod-btn[disabled],fieldset[disabled] div#fd.eb .mod-btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}div#fd.eb .mod-btn-block{display:block;width:100%}div#fd.eb .mod-btn-block+.btn-block{margin-top:5px}div#fd.eb .mod-btn-default{color:#333 !important;background-color:#fff !important;border-color:#ccc !important}div#fd.eb .mod-btn-default:hover,div#fd.eb .mod-btn-default:focus,div#fd.eb .mod-btn-default:active,div#fd.eb .mod-btn-default.active,.open .dropdown-toggle_div#fd.eb .mod-btn-default{color:#333 !important;background-color:#ebebeb !important;border-color:#adadad !important}div#fd.eb .mod-btn-default:active,div#fd.eb .mod-btn-default.active,.open .dropdown-toggle_div#fd.eb .mod-btn-default{background-image:none}div#fd.eb .mod-btn-default.disabled,div#fd.eb .mod-btn-default.disabled:hover,div#fd.eb .mod-btn-default.disabled:focus,div#fd.eb .mod-btn-default.disabled:active,div#fd.eb .mod-btn-default.disabled.active,div#fd.eb .mod-btn-default[disabled],div#fd.eb .mod-btn-default[disabled]:hover,div#fd.eb .mod-btn-default[disabled]:focus,div#fd.eb .mod-btn-default[disabled]:active,div#fd.eb .mod-btn-default[disabled].active,fieldset[disabled] div#fd.eb .mod-btn-default,fieldset[disabled] div#fd.eb .mod-btn-default:hover,fieldset[disabled] div#fd.eb .mod-btn-default:focus,fieldset[disabled] div#fd.eb .mod-btn-default:active,fieldset[disabled] div#fd.eb .mod-btn-default.active{background-color:#fff !important;border-color:#ccc !important}div#fd.eb .mod-btn-default .badge{color:#fff;background-color:#fff}div#fd.eb .mod-btn-primary{color:#fff !important;background-color:#1e88e5 !important;border-color:#1e88e5 !important}div#fd.eb .mod-btn-primary:hover,div#fd.eb .mod-btn-primary:focus,div#fd.eb .mod-btn-primary:active,div#fd.eb .mod-btn-primary.active,.open .dropdown-toggle_div#fd.eb .mod-btn-primary{color:#fff !important;background-color:#1773c4 !important;border-color:#1468b1 !important}div#fd.eb .mod-btn-primary:active,div#fd.eb .mod-btn-primary.active,.open .dropdown-toggle_div#fd.eb .mod-btn-primary{background-image:none}div#fd.eb .mod-btn-primary.disabled,div#fd.eb .mod-btn-primary.disabled:hover,div#fd.eb .mod-btn-primary.disabled:focus,div#fd.eb .mod-btn-primary.disabled:active,div#fd.eb .mod-btn-primary.disabled.active,div#fd.eb .mod-btn-primary[disabled],div#fd.eb .mod-btn-primary[disabled]:hover,div#fd.eb .mod-btn-primary[disabled]:focus,div#fd.eb .mod-btn-primary[disabled]:active,div#fd.eb .mod-btn-primary[disabled].active,fieldset[disabled] div#fd.eb .mod-btn-primary,fieldset[disabled] div#fd.eb .mod-btn-primary:hover,fieldset[disabled] div#fd.eb .mod-btn-primary:focus,fieldset[disabled] div#fd.eb .mod-btn-primary:active,fieldset[disabled] div#fd.eb .mod-btn-primary.active{background-color:#1e88e5 !important;border-color:#1e88e5 !important}div#fd.eb .mod-btn-primary .badge{color:#1e88e5;background-color:#fff}div#fd.eb .mod-checkbox{padding-left:20px}div#fd.eb .mod-checkbox label{display:inline-block;position:relative;padding-left:5px}div#fd.eb .mod-checkbox label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px solid #ccc;border-radius:2px;background-color:#fff;-webkit-transition:border .15s ease-in-out,color .15s ease-in-out;transition:border .15s ease-in-out,color .15s ease-in-out}div#fd.eb .mod-checkbox label::after{display:inline-block;position:absolute;width:16px;height:16px;line-height:16px;left:0;top:0;margin-left:-20px;padding-left:1px;padding-top:1px;font-size:11px;color:#555;text-align:center}div#fd.eb .mod-checkbox input[type="checkbox"]{display:none}div#fd.eb .mod-checkbox input[type="checkbox"]:checked+label::after{font-family:'FontAwesome';content:"\f00c";color:#fff}div#fd.eb .mod-checkbox input[type="checkbox"]:checked+label::before{background:#2196f3;border-color:#2196f3}div#fd.eb .mod-checkbox input[type="checkbox"]:disabled+label{opacity:.65}div#fd.eb .mod-checkbox input[type="checkbox"]:disabled+label::before{background-color:#eee;cursor:not-allowed}div#fd.eb .mod-checkbox.checkbox-circle label::before{border-radius:50%}div#fd.eb .mod-checkbox.checkbox-inline{margin-top:0}div#fd.eb .mod-radio{padding-left:20px}div#fd.eb .mod-radio label{display:inline-block;position:relative;padding-left:5px}div#fd.eb .mod-radio label::before{content:"";display:inline-block;position:absolute;width:17px;height:17px;left:0;margin-left:-20px;border:1px solid #ccc;border-radius:50%;background-color:#fff;-webkit-transition:border .15s ease-in-out;transition:border .15s ease-in-out}div#fd.eb .mod-radio label::after{display:inline-block;position:absolute;content:" ";width:11px;height:11px;left:3px;top:3px;margin-left:-20px;border-radius:50%;background-color:#555;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);-webkit-transition:-webkit-transform .1s cubic-bezier(.8,-0.33,.2,1.33);-moz-transition:-moz-transform .1s cubic-bezier(.8,-0.33,.2,1.33);-o-transition:-o-transform .1s cubic-bezier(.8,-0.33,.2,1.33);transition:transform .1s cubic-bezier(.8,-0.33,.2,1.33)}div#fd.eb .mod-radio input[type="radio"]{display:none}div#fd.eb .mod-radio input[type="radio"]:checked+label::after{-webkit-transform:scale(1,1);-ms-transform:scale(1,1);-o-transform:scale(1,1);transform:scale(1,1)}div#fd.eb .mod-radio input[type="radio"]:disabled+label{opacity:.65}div#fd.eb .mod-radio input[type="radio"]:disabled+label::before{cursor:not-allowed}div#fd.eb .mod-radio.radio-inline{margin-top:0}div#fd.eb .clearfix:before,div#fd.eb .clearfix:after{display:table;content:"";line-height:0}div#fd.eb .clearfix:after{clear:both}div#fd.eb .eb-mod-item:before,div#fd.eb .eb-mod-item:after{content:"";display:table}div#fd.eb .eb-mod-item:after{clear:both}div#fd.eb .eb-mod-item+.eb-mod-item{border-top:1px solid #e5e5e5;margin-top:10px;padding-top:10px}div#fd.eb .eb-mod-media,div#fd.eb .eb-mod-media-body{display:block;overflow:hidden}div#fd.eb .eb-mod-media-thumb{float:left;margin:0 10px 0 0}div#fd.eb .eb-mod-media-thumb.fa{font-size:14px;text-align:center;line-height:18px;float:left;width:20px;margin:0 10px 0 0}div#fd.eb .eb-mod-media-thumb.pull-right{float:right;margin:0 0 0 10px}div#fd.eb .eb-mod-media-icon{background:#888;border-radius:3px;color:#fff;font-size:24px;width:50px;height:50px;line-height:50px;text-align:center}div#fd.eb .eb-mod-media-icon:hover{background:#333;color:#fff}div#fd.eb .eb-mod-media-title{font-weight:bold;word-break:break-word}div#fd.eb .eb-mod-media-url a{color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div#fd.eb .eb-mod-item-menu .eb-mod-item>a,div#fd.eb .eb-mod-item-menu .eb-mod-item>a>div{display:block;overflow:hidden}div#fd.eb .eb-mod-item-submenu{margin-top:5px}div#fd.eb .eb-mod-item-submenu .eb-mod-item+.eb-mod-item{border-top:0;padding-top:0;margin-top:2px}div#fd.eb .eb-mod-head .eb-mod-media-thumb{padding:0 10px 0 0;width:1%}div#fd.eb .eb-mod-head .eb-mod-media-thumb.pull-right{padding:0;width:auto}div#fd.eb .eb-mod-title,div#fd.eb .eb-mod-body,div#fd.eb .eb-mod-hold,div#fd.eb .eb-mod-action,div#fd.eb .eb-mod-foot{padding-top:10px}div#fd.eb .eb-mod-title{font-size:16px;font-weight:bold}div#fd.eb .eb-mod-context{overflow:hidden}div#fd.eb .eb-mod-snippet{background:#ddd;border-radius:3px;padding:10px;color:#666}div#fd.eb .eb-mod-tabs{border-bottom:1px solid #e5e5e5;display:table;width:100%;margin:0 0 5px}div#fd.eb .eb-mod-tabs>li{display:table-cell;width:1%}div#fd.eb .eb-mod-tabs>li+li{border-left:1px solid #e5e5e5}div#fd.eb .eb-mod-tabs>li>a{border-bottom:3px solid transparent;color:inherit;font-weight:bold;display:block;text-align:center;text-decoration:none !important;padding:10px 0 13px}div#fd.eb .eb-mod-tabs>li>a .fa{margin:0 5px 0 0}div#fd.eb .eb-mod-tabs>li.active>a{border-color:#e5e5e5}div#fd.eb .eb-mod-tabs-content{padding-top:10px}div#fd.eb .eb-mod-tabs-content>.tab-pane{display:none}div#fd.eb .eb-mod-tabs-content>.active{display:block}div#fd.eb .eb-mod-accordian+.eb-mod-accordian{margin-top:10px}div#fd.eb .eb-mod-accordian>a{background:#e5e5e5;border-radius:3px;color:#555;font-weight:bold;display:block;padding:10px;text-decoration:none !important}div#fd.eb .eb-mod-accordian>a>.fa{width:14px;text-align:center;margin:0 5px 0 0}div#fd.eb .eb-mod-accordian>div .eb-mod-item:first-child{padding-top:10px}div#fd.eb .eb-mod-accordian>div .eb-mod-item:last-child{padding-bottom:10px}div#fd.eb .eb-mod-carousel:before,div#fd.eb .eb-mod-carousel:after{content:"";display:table}div#fd.eb .eb-mod-carousel:after{clear:both}div#fd.eb .eb-mod-carousel-guide{position:static;width:250px;float:right;text-align:left;margin:0 0 0 20px}div#fd.eb .eb-mod-carousel-guide li,div#fd.eb .eb-mod-carousel-guide li.active{width:auto;height:auto;text-indent:0;padding:10px 10px 10px 0;border-radius:0}div#fd.eb .eb-mod-carousel-guide li.active .eb-mod-media-thumb{opacity:.5}div#fd.eb .eb-mod-carousel-guide li+li{border-top:1px solid #e5e5e5}div#fd.eb .eb-mod-carousel-display{overflow:hidden;width:auto}div#fd.eb .eb-mod-carousel-display .eb-mod-post-cover{background-position:center;background-repeat:no-repeat;background-size:cover;width:100%;height:233px}div#fd.eb .eb-mod-carousel-display .eb-mod-post-title{font-size:16px;line-height:20px;margin:10px 0 0}div#fd.eb .eb-mod-carousel-display .eb-mod-post-meta{margin:5px 0;line-height:20px}div#fd.eb .eb-mod-carousel-display .eb-mod-post-content{line-height:20px;max-height:60px;overflow:hidden}div#fd.eb .eb-mod-carousel-display .eb-mod-post-foot{margin-top:10px}div#fd.eb .eb-mod-masonry{margin:0 -5px}div#fd.eb .eb-mod-masonry:before,div#fd.eb .eb-mod-masonry:after{content:"";display:table}div#fd.eb .eb-mod-masonry:after{clear:both}div#fd.eb .eb-mod-masonry-grid{float:left;padding:0 5px;width:33.33333333%;overflow:hidden}div#fd.eb .eb-mod-masonry-post{background:#fff;border:1px solid #e5e5e5;border-radius:3px;padding:15px;margin-bottom:10px}div#fd.eb .eb-mod-masonry-post-title{font-size:16px;font-weight:bold;margin:10px 0}div#fd.eb .eb-mod-masonry-post-title a{color:inherit}div#fd.eb .eb-mod-masonry-post-meta{margin:0 0 10px}div#fd.eb .eb-mod-masonry-post-thumb{margin:0 0 10px}div#fd.eb .eb-mod-masonry-post-thumb img{max-width:100%}div#fd.eb .eb-mod-masonry-post-placement{background:#eee;margin:-15px -15px 10px;padding:15px}div#fd.eb .eb-mod-quote{border-left:3px solid #ccc;font-size:18px;font-weight:bold;line-height:1.3;padding:0 0 0 10px}div#fd.eb .eb-mod-quote>div{color:#999;font-size:12px;font-weight:normal;margin:5px 0 0}div#fd.eb .eb-mod-link{border-left:3px solid #ccc;font-size:16px;font-weight:bold;line-height:1.3;padding:0 0 0 10px}div#fd.eb .eb-mod-link>div{color:#999;font-size:12px;font-weight:normal;margin:2.5px 0 0}div#fd.eb .video-container{position:relative;padding-bottom:56.25%;padding-top:25px;height:0}div#fd.eb .video-container object,div#fd.eb .video-container embed,div#fd.eb .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}div#fd.eb .eb-mod-masonry-post-respond{overflow:hidden}div#fd.eb .eb-mod-masonry-post-respond span+span{margin:0 0 0 5px}div#fd.eb .eb-mod-masonry-post-respond .fa{color:#999}div#fd.eb .eb-mod-cards{margin:0 -5px}div#fd.eb .eb-mod-cards:before,div#fd.eb .eb-mod-cards:after{content:"";display:table}div#fd.eb .eb-mod-cards:after{clear:both}div#fd.eb .eb-mod-card-grid{float:left;padding:0 5px;width:33.33333333%;overflow:hidden}div#fd.eb .eb-mod-card{background:#fff;border:1px solid #e5e5e5;border-radius:3px;padding:15px;margin-bottom:10px;text-align:center}div#fd.eb .eb-mod-card-thumb{display:inline-block;margin:10px}div#fd.eb .eb-mod-card-thumb img{border-radius:100%;width:100px;height:100px}div#fd.eb .eb-mod-card-name{font-size:16px;font-weight:bold;margin:10px 0}div#fd.eb .eb-mod-card-foot{margin:20px 0 10px}div#fd.eb .eb-mod-card-link{background:#aaa;border-radius:100%;color:#fff;display:inline-block;margin:0 3px;width:28px;height:28px;line-height:28px;font-size:14px}div#fd.eb .eb-mod-card-action{margin:20px 0 0}div#fd.eb .eb-mod-card-btn{background:#e5e5e5;border-radius:3px;color:#555;display:block;font-weight:bold;padding:15px 10px;text-decoration:none !important}div#fd.eb .eb-mod-card:hover .eb-mod-card-link{background:#777}div#fd.eb .eb-mod-card:hover .eb-mod-card-link:hover{background:#333}div#fd.eb .eb-mod-card:hover .eb-mod-card-btn{background:#428bca;color:#fff}div#fd.eb .eb-mod-card:hover .eb-mod-card-btn:hover{background:#3071a9}div#fd.eb .eb-mod-grids{margin:-3px}div#fd.eb .eb-mod-grids:before,div#fd.eb .eb-mod-grids:after{content:"";display:table}div#fd.eb .eb-mod-grids:after{clear:both}div#fd.eb .eb-mod-grids>div{float:left;width:33.33333%;padding:3px}div#fd.eb .eb-mod-grids-fluid{margin:0 -5px}div#fd.eb .eb-mod-grids-fluid:before,div#fd.eb .eb-mod-grids-fluid:after{content:"";display:table}div#fd.eb .eb-mod-grids-fluid:after{clear:both}div#fd.eb .eb-mod-grids-fluid>div{float:left;padding:5px}div#fd.eb .eb-square{display:block;position:relative;width:100%;overflow:hidden}div#fd.eb .eb-square:before{content:"";display:block;padding-top:100%}div#fd.eb .eb-square-in{position:absolute;top:0;left:0;bottom:0;right:0;color:white}div#fd.eb .eb-square-thumb{background-position:center;background-repeat:no-repeat;background-size:cover;display:table;width:100%;height:100%}div#fd.eb .eb-square-thumb:after{background:rgba(0,0,0,0.5);content:"\f06e";display:table-cell;text-align:center;transition:all 1s ease;vertical-align:middle;opacity:0;font:28px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}div#fd.eb .eb-square-thumb:hover:after{opacity:1}div#fd.eb .eb-mod-quote-carousel{background:url(http:/photos-h.ak.instagram.com/hphotos-ak-xaf1/10693579_918909764805711_450677250_n.jpg) center no-repeat #666;background:url(http:/distilleryimage8.ak.instagram.com/e3396064199711e49325f45214cb0708_8.jpg) center no-repeat #666;background-size:cover}div#fd.eb .eb-mod-quote-carousel .carousel-indicators{bottom:0}div#fd.eb .eb-mod-quote-card{display:table;min-height:280px;text-align:center;position:relative}div#fd.eb .eb-mod-quote-card:after{background:rgba(0,0,0,0.35);content:"";position:absolute;width:100%;height:100%;left:0;top:0}div#fd.eb .eb-mod-quote-card>div{display:table-cell;position:relative;z-index:10;padding:50px 10px;vertical-align:middle;width:100%}div#fd.eb .eb-mod-quote-date{color:#ccc;color:rgba(255,255,255,0.5);font-size:12px;font-weight:bold;text-transform:uppercase;position:absolute;top:20px;left:0;width:100%;text-align:center;letter-spacing:2px}div#fd.eb .eb-mod-quote-text{font-family:Arial;font-size:16px;line-height:1.35;color:#fff}div#fd.eb .eb-mod-quote-cite{color:#ddd;color:rgba(255,255,255,0.75);font-size:12px;margin:10px 0 0}div#fd.eb .eb-mod-clip-slide{background:rgba(0,0,0,0.6);border-top:1px solid rgba(0,0,0,0.25);color:#ccc;padding:15px;position:absolute;bottom:0;width:100%;height:85px;display:table}div#fd.eb .eb-mod-clip-slide>div{display:table-cell;vertical-align:bottom}div#fd.eb .eb-mod-clip-slide .eb-mod-title{padding:0;max-height:36px;overflow:hidden}div#fd.eb .eb-mod-clip-slide .eb-mod-title a{color:#fff}div#fd.eb .eb-mod-cal .eb-calendar{border-collapse:collapse;background:#fff;border-radius:0}div#fd.eb .eb-mod-cal .eb-calendar .eb-empty{border:0;padding:80px 15px}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td{border-color:#e1ebbd;text-align:left;position:relative;padding:0;height:auto}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td.empty>small{background:#edf3d7;color:#888;display:block;height:40px;padding:2px;position:relative}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td.day>div{color:#888;display:block;height:40px;padding:2px;position:relative}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td.today>div{background:#ffe;color:#555;font-weight:bold}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td.has-posts>div:before{content:"";display:block;position:absolute;right:2px;bottom:2px;border-right:10px solid #45b478;border-left:10px solid transparent;border-top:10px solid transparent}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td.has-posts>div{background:#eef4db;font-weight:bold;color:#555}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td.has-posts>div>b{font:normal 11px/13px Tahoma,Arial,sans-serif;color:#aaa;position:absolute;right:15px;bottom:15px;display:none}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td.has-posts>div:hover .eb-calendar-tooltips{display:block}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips{left:auto;right:102%}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:before,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:after,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:before,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:after,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:before,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:after{border-left:8px solid #e1ebbd;border-right:0;left:auto;right:-8px}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(5)>div .eb-calendar-tooltips:after,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(6)>div .eb-calendar-tooltips:after,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr>td:nth-child(7)>div .eb-calendar-tooltips:after{border-right-color:transparent;border-left-color:#eef4db;left:auto;right:-7px}div#fd.eb .eb-mod-cal .eb-calendar tbody>tr.eb-calendar-control>td,div#fd.eb .eb-mod-cal .eb-calendar tbody>tr.eb-calendar-days>td{height:auto}div#fd.eb .eb-mod-cal .eb-calendar .text-center{text-align:center}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips{display:none;background:#fff;border:1px solid #e1ebbd;min-width:260px;font:12px/1.2 Arial,sans-serif;position:absolute;left:102.5%;top:2px;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.25);box-shadow:0 0 5px rgba(0,0,0,0.25)}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips:before,div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips:after{content:"";display:block;border-right:8px solid #e1ebbd;border-bottom:8px solid transparent;border-top:8px solid transparent;position:absolute;left:-8px;top:10px}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips:after{border-right-color:#eef4db;left:-7px}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>span{background:#eef4db;border-bottom:1px solid #e1ebbd;color:#999;display:block;font-size:11px;line-height:34px;text-transform:uppercase;padding:0 13px}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>div{padding:10px 0;margin:0 13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>div+div{border-top:1px solid #e1ebbd}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>div a{color:#999}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-tooltips>div a:hover{color:#666}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control{font-size:16px}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control>td{border:0;border-top:1px solid #e1ebbd;height:auto;vertical-align:middle}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-previous,div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-next{padding:0}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-previous>a,div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-next>a{color:#999;display:block;line-height:60px}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-previous{border-left:1px solid #e1ebbd}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-next{border-right:1px solid #e1ebbd}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-control>td.eb-calendar-month>a{color:#666}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-days>td{background:#eef4db;border:0;border-bottom:2px solid #e1ebbd;color:#888;height:auto;padding:5px 2px !important;text-transform:uppercase;width:14.285714285714%;font-size:10px}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-days>td:first-child{border-left:1px solid #e1ebbd}div#fd.eb .eb-mod-cal .eb-calendar .eb-calendar-days>td:last-child{border-right:1px solid #e1ebbd}div#fd.eb .mod-welcome-profile{border-bottom:2px solid #ddd;padding-bottom:15px;margin-bottom:10px}div#fd.eb .mod-welcome-profile .mod-avatar{margin-right:10px}div#fd.eb .mod-welcome-action a{display:block}div#fd.eb .mod-welcome-action .fa{width:16px;text-align:center}div#fd.eb .mod-welcome-action .mod-cell+.mod-cell{padding-left:10px}div#fd.eb.mod-easyblogshowcase{margin-bottom:20px}div#fd.eb.eb-mod .eb-gallery-stage{position:relative;background:none;overflow:hidden;z-index:2;padding-top:0;border:1px solid #e5e5e5;border-radius:3px}div#fd.eb.eb-mod .eb-gallery-buttons{position:absolute;bottom:10px;right:10px;border:1px solid #e5e5e5;border-radius:3px;width:103px;z-index:101;overflow:hidden}div#fd.eb.eb-mod .eb-gallery-button{background:#fff;position:static;width:50px;line-height:34px;height:34px;text-align:center;float:left;cursor:pointer}div#fd.eb.eb-mod .eb-gallery-button+.eb-gallery-button{border-left:1px solid #e5e5e5}div#fd.eb.eb-mod .eb-gallery-button:before{display:none}div#fd.eb.eb-mod .eb-gallery-button i{color:#555;position:static;margin:0;width:auto;height:auto;line-height:32px;height:32px;font-size:20px;text-shadow:none}div#fd.eb.eb-mod .eb-gallery-viewport{position:relative;white-space:nowrap;-webkit-transition:ease .5s;transition:ease .5s;left:0;direction:ltr}div#fd.eb.eb-mod .eb-gallery-item{position:relative;top:0;left:0 !important;width:100%;display:inline-block;vertical-align:top}div#fd.eb.eb-mod .eb-gallery-menu-item{width:auto;height:auto}div#fd.eb.eb-mod .eb-gallery-menu-item:before,div#fd.eb.eb-mod .eb-gallery-menu-item:after{display:block;background:none;border:0;border-radius:0;margin:0;padding:0;top:auto;bottom:auto;left:auto;right:auto;width:auto;height:auto;z-index:10}div#fd.eb.eb-mod .eb-gallery-box{padding:10px;overflow:hidden}div#fd.eb.eb-mod .eb-gallery-thumb{margin-top:0;margin-bottom:0}div#fd.eb.eb-mod .eb-gallery-body{overflow:hidden}div#fd.eb.eb-mod .eb-gallery-title{margin:0 0 10px;font-size:20px;line-height:24px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}div#fd.eb.eb-mod .eb-gallery-title a{color:inherit}div#fd.eb.eb-mod .eb-gallery-content{white-space:normal}div#fd.eb.eb-mod .eb-gallery-avatar{float:right}div#fd.eb.eb-mod .eb-gallery-meta{overflow:hidden;margin:0 0 10px}div#fd.eb.eb-mod .eb-gallery-meta>span{float:left;position:relative}div#fd.eb.eb-mod .eb-gallery-meta>span+span{padding:0 0 0 10px;margin:0 0 0 8px}div#fd.eb.eb-mod .eb-gallery-meta>span+span:before{background:#ccc;content:'';display:block;position:absolute;left:0;top:50%;width:2px;height:2px;margin:-1px 0 0}div#fd.eb.eb-mod .eb-gallery-more{margin-top:15px}div#fd.eb.eb-mod .eb-gallery-more a{background:#fff;border:1px solid #e5e5e5;border-radius:3px;color:#555;display:inline-block;line-height:32px;height:34px;padding:0 15px;font-weight:bold;text-decoration:none !important}div#fd.eb.st-2 .eb-gallery-menu{display:inline-block;vertical-align:middle}div#fd.eb.st-2 .eb-gallery-menu-item{float:left;margin:0 10px 0 0;width:28px;height:28px;line-height:26px;text-align:center;border:1px solid #ddd;border-radius:100%;color:#555;cursor:pointer}div#fd.eb.st-2 .eb-gallery-menu-item:hover{border-color:#aaa}div#fd.eb.st-2 .eb-gallery-menu-item.active{background:#aaa;border-color:#aaa;color:#fff}div#fd.eb.st-2 .eb-gallery-buttons{position:static}div#fd.eb.st-2 .eb-gallery-foot{padding:10px;border-top:1px solid #e5e5e5}div#fd.eb.st-3 .eb-gallery-box{background-size:cover;background-position:center;padding:0}div#fd.eb.st-3 .eb-gallery-body{background:rgba(0,0,0,0.6);color:#fff;width:400px;min-height:350px;float:right;padding:40px 20px}div#fd.eb.st-3 .eb-gallery-menu{display:inline-block;vertical-align:middle}div#fd.eb.st-3 .eb-gallery-menu-item{background-size:cover;background-position:center;border-radius:3px;float:left;margin:0 10px 0 0;width:60px;height:60px;cursor:pointer;opacity:.8;filter:alpha(opacity=80)}div#fd.eb.st-3 .eb-gallery-menu-item:hover{opacity:.9;filter:alpha(opacity=90)}div#fd.eb.st-3 .eb-gallery-menu-item.active{opacity:1;filter:alpha(opacity=100)}div#fd.eb.st-3 .eb-gallery-buttons{position:static;width:122px}div#fd.eb.st-3 .eb-gallery-button{width:60px;height:60px;line-height:60px}div#fd.eb.st-3 .eb-gallery-button>i{line-height:58px;height:58px;font-size:28px}div#fd.eb.st-3 .eb-gallery-foot{padding:10px;border-top:1px solid #e5e5e5}div#fd.eb.st-4 .eb-gallery-box{background-size:cover;background-position:center;padding:0}div#fd.eb.st-4 .eb-gallery-body{background:rgba(0,0,0,0.6);color:#fff;width:400px;min-height:350px;float:right;padding:40px 20px}div#fd.eb.st-4 .eb-gallery-menu{display:inline-block;vertical-align:middle}div#fd.eb.st-4 .eb-gallery-menu-item{cursor:pointer;font-size:90%;font-weight:bold;position:relative}div#fd.eb.st-4 .eb-gallery-menu-item *{cursor:pointer}div#fd.eb.st-4 .eb-gallery-menu-item:before{display:block;content:'';border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent;position:absolute;left:50%;margin-left:-10px;top:0;-webkit-transition:ease .5s;transition:ease .5s}div#fd.eb.st-4 .eb-gallery-menu-item.active:before{top:-20px}div#fd.eb.st-4 .eb-gallery-menu-thumb{background-size:cover;background-position:center;border-radius:3px;float:left;margin:0 10px 0 0;width:60px;height:60px;cursor:pointer;opacity:.8;filter:alpha(opacity=80)}div#fd.eb.st-4 .eb-gallery-menu-thumb:hover{opacity:.9;filter:alpha(opacity=90)}div#fd.eb.st-4 .eb-gallery-menu-thumb.active{opacity:1;filter:alpha(opacity=100)}div#fd.eb.st-4 .eb-gallery-buttons{position:static;width:30px}div#fd.eb.st-4 .eb-gallery-button{width:30px;height:60px;line-height:60px}div#fd.eb.st-4 .eb-gallery-button>i{line-height:58px;height:58px;font-size:28px}div#fd.eb.st-4 .eb-gallery-foot{padding:10px;border-top:1px solid #e5e5e5}div#fd.eb.st-5{border:1px solid #e5e5e5;border-radius:3px;overflow:hidden}div#fd.eb.st-5 .eb-gallery-stage{border-radius:0;border:0}div#fd.eb.st-5 .eb-gallery-box{background-size:cover;background-position:center;padding:0;height:400px}div#fd.eb.st-5 .eb-gallery-body{background:rgba(0,0,0,0.6);color:#fff;width:400px;max-width:100%;padding:20px;position:absolute;left:0;bottom:0}div#fd.eb.st-5 .eb-gallery-menu{display:inline-block;vertical-align:middle}div#fd.eb.st-5 .eb-gallery-menu-item{display:block;cursor:pointer;font-size:90%;font-weight:bold;position:relative}div#fd.eb.st-5 .eb-gallery-menu-item+.eb-gallery-menu-item{border-top:1px solid #e5e5e5}div#fd.eb.st-5 .eb-gallery-menu-item *{cursor:pointer}div#fd.eb.st-5 .eb-gallery-menu-item:before{display:block;content:'';border-right:10px solid #fff;border-top:10px solid transparent;border-bottom:10px solid transparent;position:absolute;left:0;margin-top:-10px;top:50%;z-index:2;-webkit-transition:ease .5s;transition:ease .5s}div#fd.eb.st-5 .eb-gallery-menu-item.active:before{left:-10px}div#fd.eb.st-5 .eb-gallery-menu-thumb{background-size:cover;background-position:center;border-radius:3px;float:left;margin:0 10px 0 0;width:60px;height:60px;cursor:pointer;opacity:.8;filter:alpha(opacity=80)}div#fd.eb.st-5 .eb-gallery-menu-thumb:hover{opacity:.9;filter:alpha(opacity=90)}div#fd.eb.st-5 .eb-gallery-menu-thumb.active{opacity:1;filter:alpha(opacity=100)}div#fd.eb.st-5 .eb-gallery-buttons{position:static;width:30px}div#fd.eb.st-5 .eb-gallery-button{width:30px;height:60px;line-height:60px}div#fd.eb.st-5 .eb-gallery-button>i{line-height:58px;height:58px;font-size:28px}div#fd.eb.st-5 .eb-gallery-foot{padding:10px;border-top:1px solid #e5e5e5;text-align:center}div#fd.eb.mod-easyblogpostmap .locationMap{position:relative;padding-top:100%;background:none;overflow:hidden;z-index:2}div#fd.eb.mod-easyblogpostmap .ebpostmap_infoWindow{max-width:300px}div#fd.eb.mod-easyblogpostmap .ebpostmap_featuredImage img{max-width:300px !important;max-height:100% !important}div#fd.eb.mod-easyblogpostmap .ebpostmap_avatar{width:1%;padding-right:10px}div#fd.eb.mod-easyblogpostmap .ebpostmap_comments,div#fd.eb.mod-easyblogpostmap .ebpostmap_hits{display:inline}div#fd.eb.mod-easyblogpostmap .gm-style-iw table{width:100%;max-width:none}div#fd.eb.mod-easyblogpostmap .gm-style-iw table td{padding:0}div#fd.eb.mod-easyblogpostmap .gm-style-iw table td.ebpostmap_detail{padding-left:10px}div#fd.eb.eb-mod .ui-stars-star,div#fd.eb.eb-mod .ui-stars-cancel{margin:0 !important;padding:0 !important;display:inline-block;font-size:0;vertical-align:top;overflow:hidden;position:relative;top:1px}div#fd.eb.eb-mod .ui-stars-star a,div#fd.eb.eb-mod .ui-stars-cancel a{background:url(/components/com_easyblog/themes/wireframe/images/ratings/stars.png) no-repeat 0 0 transparent !important;display:block;height:16px;width:16px;font-size:0}div#fd.eb.eb-mod .ui-stars-star a{background:url(/components/com_easyblog/themes/wireframe/images/ratings/stars.png) no-repeat transparent 0 -32px !important;margin-top:-1px}div#fd.eb.eb-mod .ui-stars-star-on a{background:url(/components/com_easyblog/themes/wireframe/images/ratings/stars.png) no-repeat transparent 0 -48px !important}div#fd.eb.eb-mod .ui-stars-star-hover a,div#fd.eb.eb-mod .ui-stars-star-hover a:hover{background:url(/components/com_easyblog/themes/wireframe/images/ratings/stars.png) no-repeat transparent 0 -64px !important;text-decoration:none !important}div#fd.eb.eb-mod .ui-stars-cancel-hover a{background:url(/components/com_easyblog/themes/wireframe/images/ratings/stars.png) no-repeat transparent 0 -16px !important}div#fd.eb.eb-mod .ui-stars-star-disabled,div#fd.eb.eb-mod .ui-stars-star-disabled a,div#fd.eb.eb-mod .ui-stars-cancel-disabled a{cursor:default !important}div#fd.eb.eb-mod .eb-rating{margin:15px 0 0}div#fd.eb.eb-mod .eb-rating>span{display:inline-block;vertical-align:middle}div#fd.eb.eb-mod .eb-rating>span+span{margin:0 0 0 10px}div#fd.eb.eb-mod .eb-rating form{background:none !important;border:0 !important;padding:0 !important;margin:0 !important;line-height:inherit;box-shadow:none !important}div#fd.eb.eb-mod .eb-rating form>div{display:inline-block;vertical-align:middle;margin:0 5px 0 0;line-height:16px;position:relative}div#fd.eb.eb-mod .eb-rating form>div.voted{font-weight:bold}div#fd.eb.eb-mod .eb-rating-link,div#fd.eb.eb-mod .eb-ratings-value{background:none;display:inline-block;vertical-align:middle;line-height:22px;height:22px;font-size:11px}div#fd.eb.eb-mod .eb-ratings-value{background:#eee;border-radius:15px;color:#555;padding:0 10px;min-width:25px;text-align:center;text-decoration:none !important}div#fd.eb.eb-mod .eb-ratings-value span{display:table-cell;vertical-align:middle}div#fd.eb.eb-mod .eb-ratings-value b{display:none;font-size:10px;opacity:.75;filter:alpha(opacity=75)}div#fd.eb.eb-mod .eb-rating-form.voted .eb-ratings-value{background:#5cb85c;color:#fff}div#fd.eb.eb-mod .eb-rating-form.voted .eb-ratings-value b{display:table-cell;vertical-align:middle;padding:0 0 0 5px}div#fd.eb.eb-mod .eb-rating-text.voted+.eb-rating-text{display:none !important}div#fd.eb.eb-mod .eb-rating-voters img{display:block;margin:0 10px 0 0}div#fd.eb.eb-mod .eb-rating-voters li+li{border-top:1px solid #e5e5e5;padding-top:10px;margin-top:10px}div#fd.eb.eb-mod .eb-rating-voters .col-cell{line-height:1.25}div#fd.eb.eb-mod .eb-rating-link,div#fd.eb.eb-mod .eb-rating-link *{line-height:22px}div#fd.eb.eb-mod .eb-rating-form{display:block}div#fd.eb.eb-mod .eb-rating-text{display:block;margin:5px 0}div#fd.eb.mod-easyblogquickpost a{display:table;width:100%}div#fd.eb.mod-easyblogquickpost a i{display:table-cell;width:20px;height:20px;line-height:20px;text-align:center}div#fd.eb.mod-easyblogquickpost a i+span{display:table-cell;padding-left:10px}div#fd.eb .clear{clear:both}div#fd.eb .ezb-grids{margin-left:-5px;margin-right:-5px}div#fd.eb .ezb-grids:before,div#fd.eb .ezb-grids:after{display:table;content:"";line-height:0}div#fd.eb .ezb-grids:after{clear:both}div#fd.eb .ezb-grids>.ezb-grid{float:left;padding-left:5px;padding-right:5px}div#fd.eb.mod-easyblogimagewall .ezb-card{border-radius:2px;display:block;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;height:150px;color:#fff;font-weight:bold}div#fd.eb.mod-easyblogimagewall .ezb-card span{position:absolute;left:10px;right:10px;bottom:10px;z-index:2}div#fd.eb.mod-easyblogimagewall .ezb-card:before,div#fd.eb.mod-easyblogimagewall .ezb-card:after{background-image:-webkit-linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);background-image:-moz-linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);background-image:linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,0.75) 100%);content:'';display:block;position:absolute;left:0;right:0;bottom:0;top:0;z-index:1}div#fd.eb.mod-easyblogimagewall .clear{margin-top:10px}div#fd.eb .eb-mod-thumb{margin-bottom:10px;margin-top:10px}div#fd.eb .eb-mod-thumb .eb-mod-image{background:#fff;border:1px solid #ddd;border-radius:2px;display:block;padding:5px;max-width:100%;height:auto;position:static;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);margin:0 !important}@media(min-width:992px){div#fd.eb .eb-mod-thumb .eb-mod-image{display:inline-block;width:260px;margin:0}}@media(max-width:992px){div#fd.eb .eb-mod-thumb .eb-mod-image{width:auto !important;display:block !important}}div#fd.eb .eb-mod-thumb .eb-mod-image img{max-width:100%;width:100%;height:auto;display:inline-block;vertical-align:top}div#fd.eb .eb-mod-thumb .eb-mod-image-cover{background-size:cover;background-position:center;background-repeat:no-repeat;border:1px solid #ccc;border-radius:2px;display:inline-block;height:220px;max-width:100%;vertical-align:top;position:relative;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);position:static;margin:0 !important}div#fd.eb .eb-mod-thumb .eb-mod-image-cover:before{content:'';display:block;position:absolute;left:0;right:0;top:0;bottom:0;border:4px solid #fff}@media(min-width:768px){div#fd.eb .eb-mod-thumb .eb-mod-image-cover{width:300px}}@media(max-width:768px){div#fd.eb .eb-mod-thumb .eb-mod-image-cover{width:100% !important}}@media(min-width:992px){div#fd.eb .eb-mod-thumb.is-left{float:left;margin-right:15px}div#fd.eb .eb-mod-thumb.is-right{float:right;margin-left:15px}div#fd.eb .eb-mod-thumb.is-full{width:100%;margin-left:0;margin-right:0}div#fd.eb .eb-mod-thumb.is-center{text-align:center}}div#fd.eb.eb-composer-launcher{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:99991}div#fd.eb.eb-composer-launcher .eb-loader-o{position:absolute;top:50% !important;left:50% !important;margin-left:-15px;margin-right:-15px;display:none;z-index:3}div#fd.eb.eb-composer-launcher.is-loading .eb-loader-o{display:block}div#fd.eb.eb-composer-launcher.active .eb-composer-launcher-container{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}div#fd.eb .eb-composer-launcher-header{position:absolute;top:0;right:0;float:right;z-index:2}div#fd.eb .eb-composer-launcher-close-button{cursor:pointer;display:inline-block}div#fd.eb .eb-composer-launcher-close-button i{background:#c00;border-radius:100%;-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.25);box-shadow:0 2px 4px rgba(0,0,0,0.25);display:inline-block;width:32px;height:32px;line-height:32px;margin:5px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}div#fd.eb .eb-composer-launcher-close-button i:before,div#fd.eb .eb-composer-launcher-close-button i:after{background:#fff;border-radius:3px;content:'';display:block;position:absolute;left:50%;top:50%}div#fd.eb .eb-composer-launcher-close-button i:before{width:16px;height:2px;margin:-1px 0 0 -8px}div#fd.eb .eb-composer-launcher-close-button i:after{height:16px;width:2px;margin:-8px 0 0 -1px}div#fd.eb .eb-composer-launcher-container{position:absolute;top:0;left:0;width:100%;height:100%;border:20px solid transparent;z-index:1;-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2);opacity:0;-webkit-transition:all .5s ease;transition:all .5s ease}@media(max-width:640px){div#fd.eb .eb-composer-launcher-container{border-width:0}}div#fd.eb .eb-composer-launcher-instance{position:relative;width:100%;height:100%;border:0;background:#fff;-webkit-box-shadow:0 0 24px rgba(0,0,0,0.5);box-shadow:0 0 24px rgba(0,0,0,0.5)}div#fd.eb .eb-loader-o{width:10px;height:10px;top:5px;left:5px;display:inline-block;position:relative;vertical-align:middle;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}div#fd.eb .eb-loader-o.size-md{width:20px;height:20px;top:10px;left:10px}div#fd.eb .eb-loader-o.size-md:before,div#fd.eb .eb-loader-o.size-md:after{border-width:6px}div#fd.eb .eb-loader-o.size-lg{width:30px;height:30px;top:15px;left:15px}div#fd.eb .eb-loader-o.size-lg:before,div#fd.eb .eb-loader-o.size-lg:after{border-width:8px}div#fd.eb .eb-loader-o:before,div#fd.eb .eb-loader-o:after{position:absolute;content:'';top:0;left:0;width:100%;height:100%;border-radius:500rem;border:5px solid rgba(0,0,0,0.1)}div#fd.eb .eb-loader-o:after{-webkit-animation:loader .6s linear;animation:loader .6s linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border-color:rgba(0,0,0,0.1) transparent transparent;box-shadow:0 0 0 1px transparent}div#fd.eb .eb-loader-o.indeterminate:after{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-duration:1.2s;animation-duration:1.2s}div#fd.eb .eb-loader-o.active,div#fd.eb .eb-loader-o.visible{display:block}div#fd.eb .eb-loader-o.disabled,div#fd.eb .eb-loader-o.hidden{display:none}@-webkit-keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}[dir="rtl"] .eb-rating{overflow:hidden}[dir="rtl"] .eb-rating form>div{float:right}[dir="rtl"] .ui-stars-star:nth-child(2n) a{margin-left:0 !important;margin-right:-8px}[dir="rtl"] .ui-stars-cancel{border-right:0;border-left:1px solid #ccc;padding:0 10px !important;margin:0 0 0 10px !important}[dir="rtl"] .ui-stars-cancel,[dir="rtl"] .ui-stars-star{margin-top:-1px !important}/* @group Base */
.chzn-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  max-width: 100%;
  margin-bottom: 4px;
}
.chzn-container .chzn-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 60px;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chzn-container.chzn-with-drop .chzn-drop {
  left: 0;
}

/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chzn-container-single .chzn-default {
  color: #999;
}
.chzn-container-single .chzn-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left !important;
}
.chzn-container-single .chzn-single-with-deselect span {
  margin-right: 38px;
}
.chzn-container-single .chzn-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: -42px -10px;
}
.chzn-container-single .chzn-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 20px !important;
  height: 100%;
}
.chzn-container-single .chzn-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 0px 2px;
}
.chzn-container-single .chzn-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chzn-container-single .chzn-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  outline: 0;
  border: 1px solid #aaa;
  background: white url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px;
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
}
.chzn-container-single .chzn-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chzn-container-single.chzn-container-single-nosearch .chzn-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chzn-container .chzn-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chzn-container .chzn-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chzn-container .chzn-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chzn-container .chzn-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chzn-container .chzn-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chzn-container .chzn-results li.group-result {
  display: list-item;
  color: #999;
  font-weight: bold;
  cursor: default;
}
.chzn-container .chzn-results li.group-option {
  padding-left: 15px;
}
.chzn-container .chzn-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chzn-container-multi .chzn-choices li.search-field input {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
}
.chzn-container-multi .chzn-choices li.search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}
.chzn-container-multi .chzn-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chzn-container-multi .chzn-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chzn-container-multi .chzn-results {
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chzn-container-active .chzn-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active.chzn-with-drop .chzn-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chzn-container-active.chzn-with-drop .chzn-single div {
  border-left: none;
  background: transparent;
}
.chzn-container-active.chzn-with-drop .chzn-single div b {
  background-position: -18px 2px;
}
.chzn-container-active .chzn-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chzn-container-active .chzn-choices li.search-field input {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chzn-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chzn-rtl {
  text-align: right;
}
.chzn-rtl .chzn-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chzn-rtl .chzn-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chzn-rtl .chzn-single-with-deselect span {
  margin-left: 38px;
}
.chzn-rtl .chzn-single div {
  right: auto;
  left: 3px;
}
.chzn-rtl .chzn-single abbr {
  right: auto;
  left: 26px;
}
.chzn-rtl .chzn-choices li {
  float: right;
}
.chzn-rtl .chzn-choices li.search-field input {
  direction: rtl;
}
.chzn-rtl .chzn-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chzn-rtl .chzn-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chzn-rtl.chzn-container-single-nosearch .chzn-search,
.chzn-rtl .chzn-drop {
  left: 9999px;
}
.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chzn-rtl .chzn-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chzn-rtl.chzn-container-active.chzn-with-drop .chzn-single div {
  border-right: none;
}
.chzn-rtl .chzn-search input {
  padding: 4px 5px 4px 20px;
  background: white url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px;
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url(/components/com_virtuemart/assets/css/chosen-sprite.png) no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chzn-rtl.chzn-container-single .chzn-single div b {
  background-position: 6px 2px;
}
.chzn-rtl.chzn-container-single.chzn-with-drop .chzn-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chzn-rtl .chzn-search input,
  .chzn-container-single .chzn-single abbr,
  .chzn-container-single .chzn-single div b,
  .chzn-container-single .chzn-search input,
  .chzn-container-multi .chzn-choices .search-choice .search-choice-close,
  .chzn-container .chzn-results-scroll-down span,
  .chzn-container .chzn-results-scroll-up span {
    background-image: url(/components/com_virtuemart/assets/css/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end *//**
 * --------------------------------------------------------------------------------------------
 * VP Product Carousel - Joomla! 3 Module for VirtueMart 3.0
 * --------------------------------------------------------------------------------------------
 * @package    VP Product Carousel
 * @author     Abhishek Das
 * @copyright  Copyright (C) 2012-2015 VirtuePlanet Services LLP. All rights reserved.
 * @license    GNU General Public License version 2. http://www.gnu.org/licenses/gpl-2.0.html
 * @link       http://www.virtueplanet.com
 * --------------------------------------------------------------------------------------------
*/
.vppl-list {
	padding: 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}
.vppl-list > li {
	display: block;
	list-style-type: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.vppl-list > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0 none;
}
.vppl-name {
	font-size: 14px;
	line-height: 1.25;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 8px;
}
.vppl-image-cont {
	background: #fff;
	border: 1px solid #eee;
	text-align: center;
}/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden !important;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(/components/com_virtuemart/assets/images/fancybox/fancybox.png) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url(/components/com_virtuemart/assets/images/fancybox/blank.gif) ;
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox-x.png);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox-y.png);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox-x.png);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox-y.png);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png);
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	/*font-size: 12px;*/
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(/components/com_virtuemart/assets/images/fancybox/fancy_title_over.png);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(/components/com_virtuemart/assets/images/fancybox/fancybox-x.png) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(/components/com_virtuemart/assets/images/fancybox/fancybox.png) -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


@font-face {
  font-family: 'revicons';
  src: url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.eot?5510888=);
  src: url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.eot?5510888=#iefix) format('embedded-opentype'),
       url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.woff?5510888=) format('woff'),
       url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.ttf?5510888=) format('truetype'),
       url(/media/com_uniterevolution2/assets/rs-plugin/font/revicons.svg?5510888=#revicons) 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: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/

 [class^="revicon-"]:before, [class*=" revicon-"]:before {
  font-family: "revicons";
  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%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.revicon-search-1:before { content: '\e802'; } /* 'î ‚' */
.revicon-pencil-1:before { content: '\e831'; } /* 'î ±' */
.revicon-picture-1:before { content: '\e803'; } /* 'î ƒ' */
.revicon-cancel:before { content: '\e80a'; } /* 'î Š' */
.revicon-info-circled:before { content: '\e80f'; } /* 'î �' */
.revicon-trash:before { content: '\e801'; } /* 'î �' */
.revicon-left-dir:before { content: '\e817'; } /* 'î —' */
.revicon-right-dir:before { content: '\e818'; } /* 'î ˜' */
.revicon-down-open:before { content: '\e83b'; } /* 'î »' */
.revicon-left-open:before { content: '\e819'; } /* 'î ™' */
.revicon-right-open:before { content: '\e81a'; } /* 'î š' */
.revicon-angle-left:before { content: '\e820'; } /* 'î  ' */
.revicon-angle-right:before { content: '\e81d'; } /* 'î �' */
.revicon-left-big:before { content: '\e81f'; } /* 'î Ÿ' */
.revicon-right-big:before { content: '\e81e'; } /* 'î ž' */
.revicon-magic:before { content: '\e807'; } /* 'î ‡' */
.revicon-picture:before { content: '\e800'; } /* 'î €' */
.revicon-export:before { content: '\e80b'; } /* 'î ‹' */
.revicon-cog:before { content: '\e832'; } /* 'î ²' */
.revicon-login:before { content: '\e833'; } /* 'î ³' */
.revicon-logout:before { content: '\e834'; } /* 'î ´' */
.revicon-video:before { content: '\e805'; } /* 'î …' */
.revicon-arrow-combo:before { content: '\e827'; } /* 'î §' */
.revicon-left-open-1:before { content: '\e82a'; } /* 'î ª' */
.revicon-right-open-1:before { content: '\e82b'; } /* 'î «' */
.revicon-left-open-mini:before { content: '\e822'; } /* 'î ¢' */
.revicon-right-open-mini:before { content: '\e823'; } /* 'î £' */
.revicon-left-open-big:before { content: '\e824'; } /* 'î ¤' */
.revicon-right-open-big:before { content: '\e825'; } /* 'î ¥' */
.revicon-left:before { content: '\e836'; } /* 'î ¶' */
.revicon-right:before { content: '\e826'; } /* 'î ¦' */
.revicon-ccw:before { content: '\e808'; } /* 'î ˆ' */
.revicon-arrows-ccw:before { content: '\e806'; } /* 'î †' */
.revicon-palette:before { content: '\e829'; } /* 'î ©' */
.revicon-list-add:before { content: '\e80c'; } /* 'î Œ' */
.revicon-doc:before { content: '\e809'; } /* 'î ‰' */
.revicon-left-open-outline:before { content: '\e82e'; } /* 'î ®' */
.revicon-left-open-2:before { content: '\e82c'; } /* 'î ¬' */
.revicon-right-open-outline:before { content: '\e82f'; } /* 'î ¯' */
.revicon-right-open-2:before { content: '\e82d'; } /* 'î ­' */
.revicon-equalizer:before { content: '\e83a'; } /* 'î º' */
.revicon-layers-alt:before { content: '\e804'; } /* 'î „' */
.revicon-popup:before { content: '\e828'; } /* 'î ¨' */


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/

.tp-static-layers				{	position:absolute; z-index:505; top:0px;left:0px}


.tp-caption .frontcorner		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcorner		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}

.tp-caption .frontcornertop		{
										width: 0;
										height: 0;
										border-left: 40px solid transparent;
										border-right: 0px solid transparent;
										border-bottom: 40px solid #00A8FF;
										position: absolute;left:-40px;top:0px;
									}

.tp-caption .backcornertop		{
										width: 0;
										height: 0;
										border-left: 0px solid transparent;
										border-right: 40px solid transparent;
										border-top: 40px solid #00A8FF;
										position: absolute;right:0px;top:0px;
									}
									
.tp-layer-inner-rotation			{	position: relative !important;}		


/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/

img.tp-slider-alternative-image	{	width:100%; height:auto;}


							

/******************************
	-	WRAPPER STYLES		-
******************************/



.rev_slider_wrapper{
	position:relative;
}

.rev_slider_wrapper >ul	{
	visibility:hidden;
}

.rev_slider{
	position:relative;
	overflow:visible;
}


.rev_slider img{
	max-width:none !important;
	-moz-transition: none 0;
	-webkit-transition: none 0;
	-o-transition: none 0;
	transition: none 0;
	margin:0px;
	padding:0px;
	border-width:0px;
	border:none;

}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider >ul{
	margin:0px;
	padding:0px;
	list-style: none !important;
	list-style-type: none;
	background-position:0px 0px;
}

.rev_slider >ul >li,
.rev_slider >ul >li:before{

	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
}

.tp-revslider-slidesli,
.tp-revslider-mainul	{	padding:0 !important; margin:0 !important; list-style:none !important;}

.tp-simpleresponsive >ul,
.tp-simpleresponsive >ul >li,
.tp-simpleresponsive >ul >li:before {
	list-style:none;
	padding:0 !important;
	margin:0 !important;
	list-style:none !important;
	overflow-x: visible;
	overflow-y: visible;
	background-image:none
}


.tp-simpleresponsive >ul li{
	list-style:none;
	position:absolute !important;
	visibility:hidden;
}


.rev_slider .tp-caption,
.rev_slider .caption { position:absolute;  visibility:hidden; white-space: nowrap}

.tp-simpleresponsive img	{	max-width:none}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption { z-index:1}



.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important}

.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider video {max-width: none !important}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/

.tp-caption.coverscreenvideo	{	width:100%;height:100%;top:0px;left:0px;position:absolute;}
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video	{ width:100% !important; height:100% !important; display: none}

.tp-caption.fullscreenvideo	{	left:0px; top:0px; position:absolute;width:100%;height:100%}


.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video	{ width:100% !important; height:100% !important; display: none}


.fullcoveredvideo video,
.fullscreenvideo video					{	background: #000}

.fullcoveredvideo .tp-poster		{	background-position: center center;background-size: cover;width:100%;height:100%;top:0px;left:0px}

.html5vid.videoisplaying .tp-poster	{	display: none}

.tp-video-play-button		{	background:#000;
								background:rgba(0,0,0,0.3);
								padding:5px;
								border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;
								position: absolute;
								top: 50%;
								left: 50%;
								font-size: 40px;
								color: #FFF;
								z-index: 3;
								margin-top: -27px;
								margin-left: -28px;
								text-align: center;
								cursor: pointer;
								
							}
.tp-caption:hover .tp-video-play-button	{	opacity: 1;}
.html5vid .tp-revstop							{	width:15px;height:20px; border-left:5px solid #fff; border-right:5px solid #fff; position: relative;margin:10px 20px; box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.html5vid .tp-revstop							{	display:none}
.html5vid.videoisplaying .revicon-right-dir		{	display:none}
.html5vid.videoisplaying .tp-revstop			{	display:block}

.html5vid.videoisplaying .tp-video-play-button	{	display:none}
.html5vid:hover .tp-video-play-button 			{ display:block}

.fullcoveredvideo .tp-video-play-button	{	display:none !important}

.tp-video-controls {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(50,50,50) 100%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.13, rgb(0,0,0)),
		color-stop(1, rgb(50,50,50))
	);
	
	display:table;max-width:100%; overflow:hidden;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.tp-caption:hover .tp-video-controls {
	opacity: .9;
}

.tp-video-button {
	background: rgba(0,0,0,.5);
	border: 0;
	color: #EEE;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	line-height:12px;
	font-size:12px;
	color:#fff;
	padding:0px;
	margin:0px;
	outline: none;
	}
.tp-video-button:hover {
	cursor: pointer;
}


.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap 	{ padding:0px 5px;display:table-cell; }

.tp-video-seek-bar-wrap	{	width:80%}
.tp-video-vol-bar-wrap	{	width:20%}

.tp-volume-bar,
.tp-seek-bar		{	width:100%; cursor: pointer;  outline:none; line-height:12px;margin:0; padding:0;}


/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/



/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay						{	background-repeat:repeat;width:100%;height:100%;position:absolute;top:0px;left:0px;z-index:3}
.tp-dottedoverlay.twoxtwo				{	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/gridtile_3x3_white.png)}

/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/



/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/

.fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}



.fullwidthbanner-container{
	width:100%;
	position:relative;
	padding:0;
	overflow:hidden;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100%;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ 	/*-webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;*/
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
	position:absolute;
	-webkit-font-smoothing: antialiased !important;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:30px; bottom:-30px}
.tp-bannershadow.tp-shadow2 {	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
			padding:6px 13px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			height:30px;
			cursor:pointer;
			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
			background:url(/media/com_uniterevolution2/assets/rs-plugin/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
			text-decoration:none;
		}

.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(/media/com_uniterevolution2/assets/rs-plugin/images/gradient/g40.png) repeat-x top}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px}


	/*@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}*/


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555}



/************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear								{	clear:both}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
												-webkit-transform: translateZ(5px);
										}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
										}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullet.png) no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:0px; margin-left:3px}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullets.png) no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullets2.png) no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:0px}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet				{	cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/bullet_boxed.png) no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px}

.tp-bullets.simplebullets.navbar .bullet.first			{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar .bullet.last			{	margin-right:0px !important}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/navigdots.png) no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
															-webkit-transform: translateZ(1000px);
															-webkit-transform-style: preserve-3d;

														}


.tparrows .tp-arr-imgholder								{ display: none}
.tparrows .tp-arr-titleholder							{ display: none}

.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}
.tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/large_left.png) no-repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/large_right.png) no-repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/small_left.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/small_right.png) no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_left.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:0px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_right.png) no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:0px}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/small_left_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/small_right_boxed.png) no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrowleft.png) no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrowright.png) no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_left2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:0px}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/arrow_right2.png) no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:0px}


.tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/large_left.png) no-repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/large_right.png) no-repeat 0 0;	width:40px;	height:40px;

														}




.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
												vertical-align: top;
											}
.tp-bullets.tp-thumbs img					{	vertical-align: top}


.fullwidthbanner-container .tp-thumbs		{  padding:3px}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }




/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	visibility: hidden; width:100%; height:5px; /*background:url(../assets/timer.png);*/ background: #fff; background: rgba(0,0,0,0.15); position:absolute; z-index:200; top:0px}
.tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px}





/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 							{	width:100px;height:100px;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden;background: transparent}
.tparrows.preview1:after					{	position:absolute; left:0px;top:0px; font-family: "revicons"; color:#fff; font-size:30px; width:100px;height:100px;text-align: center; background:#fff;background:rgba(0,0,0,0.15);z-index:2;line-height:100px; -webkit-transition: background 0.3s, color 0.3s; -moz-transition: background 0.3s, color 0.3s; transition: background 0.3s, color 0.3s}
.tp-rightarrow.preview1:after				{	content: '\e825';  }
.tp-leftarrow.preview1:after				{	content: '\e824';  }

.tparrows.preview1:hover:after 				{	background:rgba(255,255,255,1); color:#aaa; }

.tparrows.preview1 .tp-arr-imgholder 		{	background-size:cover; background-position:center center; display:block;width:100%;height:100%;position:absolute;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
											}
.tparrows.preview1 .tp-arr-iwrapper			{	  -webkit-transition: all 0.3s;transition: all 0.3s;
												-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0}
.tparrows.preview1:hover .tp-arr-iwrapper	{	  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1}


.tp-rightarrow.preview1 .tp-arr-imgholder	{	right:100%;
												-webkit-transform: rotateY(-90deg);
												transform: rotateY(-90deg);
												-webkit-transform-origin: 100% 50%;
												transform-origin: 100% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}
.tp-leftarrow.preview1 .tp-arr-imgholder	{	left:100%;
												-webkit-transform: rotateY(90deg);
												transform: rotateY(90deg);
												-webkit-transform-origin: 0% 50%;
												transform-origin: 0% 50%;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;



											}


.tparrows.preview1:hover .tp-arr-imgholder	{	-webkit-transform: rotateY(0deg);
												transform: rotateY(0deg);
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:80px; height:80px;line-height:80px; font-size:24px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:60px; height:60px;line-height:60px;font-size:20px}

	}



    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview1,
		.tparrows.preview1:after	{	width:40px; height:40px;line-height:40px; font-size:12px}
    }

/* PREVIEW 1 BULLETS */

.tp-bullets.preview1 						{ 	height: 21px; }
.tp-bullets.preview1 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.15) !important;
											    /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 5px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview1 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: #aaa !important;
												width: 5px !important;
											    height: 5px !important;
											    border: 8px solid rgba(255, 255, 255, 1) !important;
}




/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 							{	min-width:60px; min-height:60px; background:#fff; ;

												border-radius:30px;-moz-border-radius:30px;-webkit-border-radius:30px;
												overflow:hidden;
												-webkit-transition: -webkit-transform 1.3s;
												-webkit-transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												transition: width 0.3s, background-color 0.3s, opacity 0.3s;
												backface-visibility: hidden;
}
.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; color:#aaa; font-size:25px; margin-top: -12px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s }
.tp-rightarrow.preview2:after				{	content: '\e81e';  right:18px; }
.tp-leftarrow.preview2:after				{	content: '\e81f';  left:18px; }


.tparrows.preview2 .tp-arr-titleholder 		{	background-size:cover; background-position:center center; display:block; visibility:hidden;position:relative;top:0px;
												-webkit-transition: -webkit-transform 0.3s;
												transition: transform 0.3s;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												white-space: nowrap;
												color: #000;
												text-transform: uppercase;
												font-weight: 400;
												font-size: 14px;
												line-height: 60px;
												padding:0px 10px;
											}

.tp-rightarrow.preview2 .tp-arr-titleholder	{	 right:50px;
												-webkit-transform: translateX(-100%);
												transform: translateX(-100%);
											}
.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:50px;
												-webkit-transform: translateX(100%);
												transform: translateX(100%);
											}

.tparrows.preview2.hovered					{	width:300px}
.tparrows.preview2:hover					{	background:#fff}
.tparrows.preview2:hover:after				{	color:#000}
.tparrows.preview2:hover .tp-arr-titleholder{	-webkit-transform: translateX(0px);
													transform: translateX(0px);
													visibility: visible;
													position: absolute;
											}

/* PREVIEW 2 BULLETS */

.tp-bullets.preview2 						{ 	height: 17px; }
.tp-bullets.preview2 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview2 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}

.tp-arr-titleholder.alwayshidden			{	display:none !important}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview2 {	min-width:40px; min-height:40px; width:40px;height:40px;
								border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
							}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:20px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:11px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:11px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:12px; line-height:40px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:35px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:35px}

	}

    @media only screen and (min-width: 480px) and (max-width: 767px) {
   		 .tparrows.preview2 						{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	font-size:10px; line-height:30px; letter-spacing: 0px}
		.tp-rightarrow.preview2 .tp-arr-titleholder	{	right:25px}
		.tp-leftarrow.preview2 .tp-arr-titleholder	{	left:25px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}


	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tparrows.preview2 							{	min-width:30px; min-height:30px; width:30px;height:30px;
														border-radius:15px;-moz-border-radius:15px;-webkit-border-radius:15px;
													}
		.tparrows.preview2:after					{	position:absolute; top:50%; font-family: "revicons"; font-size:14px; margin-top: -12px}
		.tp-rightarrow.preview2:after				{	content: '\e81e';  right:8px}
		.tp-leftarrow.preview2:after				{	content: '\e81f';  left:8px}
		.tparrows.preview2 .tp-arr-titleholder		{	display:none;visibility:none}
		.tparrows.preview2:hover					{	width:30px !important; height:30px !important}
    }



/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 							{	width:70px; height:70px; background:#fff; background:rgba(255,255,255,1); -webkit-transform-style: flat; }
.tparrows.preview3:after					{	position:absolute;  line-height: 70px;text-align: center; font-family: "revicons"; color:#aaa; font-size:30px; top:0px;left:0px;;background:#fff; z-index:100; width:70px;height:70px; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s}
.tparrows.preview3:hover:after					{	color:#000; }
.tp-rightarrow.preview3:after				{	content: '\e825';  }
.tp-leftarrow.preview3:after				{	content: '\e824';  }


.tparrows.preview3 .tp-arr-iwrapper			{
												  -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 100% 50%;
												  transform-origin: 100% 50%;
												  -webkit-transition: -webkit-transform 0.2s;
												  transition: transform 0.2s;
												  z-index:0;position: absolute; background: #000; background: rgba(0,0,0,0.75);
												  display: table;min-height:90px;top:-10px}

.tp-leftarrow.preview3 .tp-arr-iwrapper		{	 -webkit-transform: scale(0,1);
												  transform: scale(0,1);
												  -webkit-transform-origin: 0% 50%;
												  transform-origin: 0% 50%;
											}

.tparrows.preview3 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center; display:table-cell;min-width:90px;height:90px;
												position:relative;top:0px; }

.tp-rightarrow.preview3 .tp-arr-iwrapper	{	right:0px;padding-right:70px}
.tp-leftarrow.preview3 .tp-arr-iwrapper		{	left:0px; direction: rtl;padding-left:70px}
.tparrows.preview3 .tp-arr-titleholder		{	display:table-cell; padding:30px;font-size:16px; color:#fff;white-space: nowrap; position: relative; clear:right;vertical-align: middle}

.tparrows.preview3:hover .tp-arr-iwrapper	{
												-webkit-transform: scale(1,1);
												  transform: scale(1,1);

											}

/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 						{ 	height: 17px; }
.tp-bullets.preview3 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview3 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


	@media only screen and (min-width: 768px) and (max-width: 979px) {
		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
		.tparrows.preview3 .tp-arr-imgholder 		{	min-width:70px;height:70px}
		.tp-rightarrow.preview3 .tp-arr-iwrapper	{	padding-right:50px}
		.tp-leftarrow.preview3 .tp-arr-iwrapper		{	padding-left:50px}
		.tparrows.preview3 .tp-arr-titleholder		{	padding:10px;font-size:16px; }



	}

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

		.tparrows.preview3:after,
		.tparrows.preview3 							{	width:50px; height:50px; line-height:50px;font-size:20px}
		.tparrows.preview3 .tp-arr-iwrapper			{	min-height:70px}
	}





/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 							{	width:30px; height:110px;  background:transparent;-webkit-transform-style: preserve-3d; -webkit-perspective: 1000; -moz-perspective: 1000}
.tparrows.preview4:after					{	position:absolute;  line-height: 110px;text-align: center; font-family: "revicons"; color:#fff; font-size:20px; top:0px;left:0px;z-index:0; width:30px;height:110px; background: #000; background: rgba(0,0,0,0.25);
												-webkit-transition: all 0.2s ease-in-out;
											    -moz-transition: all 0.2s ease-in-out;
											    -o-transition: all 0.2s ease-in-out;
											    transition: all 0.2s ease-in-out;
												   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

											}

.tp-rightarrow.preview4:after				{	content: '\e825';  }
.tp-leftarrow.preview4:after				{	content: '\e824';  }


.tparrows.preview4 .tp-arr-allwrapper		{	visibility:hidden;width:180px;position: absolute;z-index: 1;min-height:120px;top:0px;left:-150px; overflow: hidden;-webkit-perspective: 1000px;-webkit-transform-style: flat}

.tp-leftarrow.preview4 .tp-arr-allwrapper	{	left:0px}
.tparrows.preview4 .tp-arr-iwrapper			{	position: relative}

.tparrows.preview4 .tp-arr-imgholder 		{	display:block;background-size:cover; background-position:center center;width:180px;height:110px;
												position:relative;top:0px;

												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;



											}


.tparrows.preview4 .tp-arr-imgholder2 		{	display:block;background-size:cover; background-position:center center; width:180px;height:110px;
												position:absolute;top:0px; left:180px;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;

											}

.tp-leftarrow.preview4 .tp-arr-imgholder2 	{	left:-180px}




.tparrows.preview4 .tp-arr-titleholder		{	display:block; font-size:12px; line-height:25px; padding:0px 10px;text-align:left;color:#fff; position: relative;
												background: #000;
												color: #FFF;
												text-transform: uppercase;
												white-space: nowrap;
												letter-spacing: 1px;
												font-weight: 700;
												font-size: 11px;
												line-height: 2.75;
												-webkit-transition: all 0.3s;
												transition: all 0.3s;
												-webkit-transform: rotateX(-90deg);
												transform: rotateX(-90deg);
												-webkit-transform-origin: 50% 0;
												transform-origin: 50% 0;
												-webkit-backface-visibility: hidden;
												backface-visibility: hidden;
												  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);-moz-opacity: 0.0;-khtml-opacity: 0.0;opacity: 0.0;


}



.tparrows.preview4:after				{	transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%}
.tp-leftarrow.preview4:after			{	transform-origin: 0% 0%; -webkit-transform-origin: 0% 0%}




@media only screen and (min-width: 768px)  {
		.tparrows.preview4:hover:after				{	-webkit-transform: rotateY(-90deg); transform:rotateY(-90deg)}
		.tp-leftarrow.preview4:hover:after			{	-webkit-transform: rotateY(90deg); transform:rotateY(90deg)}


		.tparrows.preview4:hover .tp-arr-titleholder	{	-webkit-transition-delay: 0.4s;
															transition-delay: 0.4s;
															-webkit-transform: rotateX(0deg);
															transform: rotateX(0deg);
															-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);-moz-opacity: 1;-khtml-opacity: 1;opacity: 1;

														}
}

/* PREVIEW 4 BULLETS */

.tp-bullets.preview4 						{ 	height: 17px; }
.tp-bullets.preview4 .bullet 				{	cursor: pointer;
											    position: relative !important;
											    background: rgba(0, 0, 0, 0.5) !important;
											    -webkit-border-radius: 10px;
											    border-radius: 10px;
											    -webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
											    width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 0) !important;
											    display: inline-block;
											    margin-right: 2px !important;
											    margin-bottom: 0px !important;
											    -webkit-transition: background-color 0.2s, border-color 0.2s;
											    -moz-transition: background-color 0.2s, border-color 0.2s;
											    -o-transition: background-color 0.2s, border-color 0.2s;
											    -ms-transition: background-color 0.2s, border-color 0.2s;
											    transition: background-color 0.2s, border-color 0.2s;
											    float:none !important;
											    box-sizing:content-box;
												-moz-box-sizing:content-box;
												-webkit-box-sizing:content-box;
}
.tp-bullets.preview4 .bullet.last 			{	margin-right: 0px; }
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected 		{	-webkit-box-shadow: none;
											    -moz-box-shadow: none;
											    box-shadow: none;
												background: rgba(255, 255, 255, 1) !important;
												width: 6px !important;
											    height: 6px !important;
											    border: 5px solid rgba(0, 0, 0, 1) !important;
}


    @media only screen  and (max-width: 767px) {
   		 .tparrows.preview4 						{	width:20px; height:80px}
   		 .tparrows.preview4:after					{	width:20px; height:80px; line-height:80px; font-size:14px}

   		 .tparrows.preview1 .tp-arr-allwrapper,
   		 .tparrows.preview2 .tp-arr-allwrapper,
   		 .tparrows.preview3 .tp-arr-allwrapper,
   		 .tparrows.preview4 .tp-arr-allwrapper		{	display: none !important}
    }


/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}

.tp-caption img {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
zoom: 1;
}



/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/coloredbg.png) repeat}






/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/loader.gif) no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  margin-top:-20px;
  margin-left:-20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}



.tp-loader.spinner5 	{	background:url(/media/com_uniterevolution2/assets/rs-plugin/assets/loader.gif) no-repeat 10px 10px;
							background-color:#fff;
							margin:-22px -22px;
							width:44px;height:44px;
							border-radius: 3px;
							-moz-border-radius: 3px;
							-webkit-border-radius: 3px;
						}


@-webkit-keyframes tp-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}

@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  } 50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  } 100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}


.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top:-20px;margin-left:-20px;
  background-color: #ff0000;
   box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes tp-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}




.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;

}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes tp-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}




.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2.0s infinite linear;
  animation: tp-rotate 2.0s infinite linear;
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}

.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes tp-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes tp-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes tp-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}.tp-caption.very_big_white-red,.very_big_white-red{font-size:60px;line-height:60px;font-weight:800;font-family:Arial;color:rgb(255,255,255);text-decoration:none;background-color:rgb(193,26,26);padding:1px 4px 0px;text-shadow:none;margin:0px;white-space:nowrap;border-width:0px;border-color:rgb(255,255,255);border-style:none}

.very_big_white-red,.very_big_white-red{font-size:60px;line-height:60px;font-weight:800;font-family:Arial;color:rgb(255,255,255);text-decoration:none;background-color:rgb(193,26,26);padding:1px 4px 0px;text-shadow:none;margin:0px;white-space:nowrap;border-width:0px;border-color:rgb(255,255,255);border-style:none}.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}
.tp-caption a {
color:#ff7302;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffa902;
}.vpajaxsearch-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	width: auto !important;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.15);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.15);
	max-height: -moz-calc(100vh - 155px);
	max-height: -webkit-calc(100vh - 155px);
	max-height: calc(100vh - 155px);
}
.vpajaxsearch-suggestion-body {
	margin-right: -2px;
	margin-left: 0;
}
.vpajaxsearch-suggestion-body:after,
.vpajaxsearch-suggestion-body:before,
.vpajaxsearch-suggestion-content:after,
.vpajaxsearch-suggestion-content:before {
	display: table;
	content: " ";
}
.vpajaxsearch-suggestion-body:after,
.vpajaxsearch-suggestion-content:after {
	clear: both;
}
.vpajaxsearch-suggestion-header {
	overflow: hidden;
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
	padding: 1.43em;
}
.vpajaxsearch-suggestion-header > h4 {
	display: inline-block;
	margin: 0;
	text-transform: uppercase;
}
.vpajaxsearch-viewall {
	float: right;
}
.vpajaxsearch-suggestion-content {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fafafa;
}
.vpajaxsearch-suggestion {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 1.43em;
	float: left;
	width: 25%;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.searched-product {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex; 
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.searched-product-image,
.searched-product-info {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	float: left;
	width: 25%;
}
.searched-product-info {
	padding-left: 20px;
	width: 75%;
}
.searched-product-info-inner {
	width: 100%;
}
.searched-product-title {
	padding-top: 0.61em;
	font-size: 0.9rem;
	margin-bottom: 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.searched-product-title a {
	color: #333;
	text-decoration: none;
}
.searched-product-title a:hover {
	color: #777;
}
.searched-product-category {
	text-transform: uppercase;
	margin-top: 5px;
}
.searched-product-price {
	margin-top: 10px;
}
.vpajaxsearch-line-loader .vpajaxsearch-loader-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 100ms linear;
	-moz-transition: opacity 100ms linear;
	-o-transition: opacity 100ms linear;
	transition: opacity 100ms linear;
}
.vpajaxsearch-loading .vpajaxsearch-loader-wrapper {
	opacity: 1;
	visibility: visible;
}
.vpajaxsearch-line-loader .vpajaxsearch-loader {
	height: 3px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #eee;
}
.vpajaxsearch-line-loader .vpajaxsearch-loader:before{
	display: block;
	position: absolute;
	content: " ";
	left: -200px;
	width: 200px;
	height: 3px;
	background-color: #d9534f;
	animation: ajaxsearchloading 2s linear infinite;
}
@keyframes ajaxsearchloading {
	from {left: -200px; width: 30%;}
	50% {width: 30%;}
	70% {width: 70%;}
	80% { left: 50%;}
	95% {left: 120%;}
	to {left: 100%;}
}/**
 *---------------------------------------------------------------------------------------
 * @package       VP Smart Template
 *---------------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2012-2017 VirtuePlanet Services LLP. All rights reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       Abhishek Das
 * @email         info@virtueplanet.com
 * @link          https://www.virtueplanet.com
 *---------------------------------------------------------------------------------------
 */
body {
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
}
a {
  color: #d9534f;
}
a:hover,
a:focus {
  color: #333333;
  text-decoration: none;
}
.form-control.vpcf-quicksearch:focus {
  border-color: rgba(217,83,79,0.7);
}
.vpcf-checkboxes input[type="checkbox"]:checked + .vpcf-checkmark,
.vpcf-radios input[type="radio"]:checked + .vpcf-radiomark {
  background-color: #d9534f;
  border-color: #d9534f;
}
.nav-list > .active > a:after {
  background-color: #d9534f;
}
.color-base,
.color-base:hover,
.color-base:focus,
.color-base:visited {
  color: #333333;
}
.vpcf-options label a,
.vpf-topbar a,
.vpf-topbar .nav > li > a {
  color: #333333;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.vpf-topbar .nav > li > a:hover,
.vpf-topbar .nav > li > a:focus,
.vpf-topbar .nav > li > a:active,
.vpf-topbar .nav > li > span,
.vpf-topbar .nav > li > span:hover,
.vpf-topbar .nav > li > span:focus {
  color: #d9534f;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.vpf-scroll-top-button,
::selection {
  background-color: #d9534f;
  color: #FFFFFF;
}
.vpf-scroll-top-button:hover {
  background-color: #222222;
  color: #FFF;
}
.light-link,
.light-link:hover,
.light-link:focus,
.light-link:active,
.light-link.active {
  color: #333333;
  opacity: 0.5;
}
.light-link:hover,
.light-link:focus,
.light-link:active,
.light-link.active {
  opacity: 1;
}
.table th a {
  color: #333333;
}
.table th a:hover,
.table th a:focus {
  color: #d9534f;
}
.table th a:hover .icon-circle,
.table th a:focus .icon-circle {
  background-color: #333333;
  color: #ffffff;
}
.searched-product-title a,
.hover-invert {
  color: #333333;
}
.searched-product-title a:hover,
.searched-product-title a:focus,
.hover-invert:hover,
.hover-invert:focus {
  color: #d9534f;
}
legend {
  color: #333333;
  border-bottom-color: #eeeeee;
}
.sidebar-menu .opener,
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-prev,
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-next {
  color: #000000;
}
.sidebar-menu .opener:hover,
.sidebar-menu .opener:focus,
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-prev:hover,
.owl-thumbnail-carousel .owl-controls .owl-buttons .owl-next:hover {
  color: #000000;
}
.icon-circle,
.neighbour-link {
  color: #000000;
  background-color: #eeeeee;
}
.icon-circle:hover,
button:hover .icon-circle,
a:hover .icon-circle,
.neighbour-link:hover,
.neighbour-link:focus,
.open > .dropdown-toggle.btn-primary,
.over .vp-dropmod-anchor > .btn-primary {
  color: #ffffff;
  background-color: #222222;
}
.sidebar-menu li > a,
.sidebar-menu li > span,
.aside-inner .mostread li > a,
.aside-inner .mostread li > span,
.aside-inner .latestnews li > a,
.aside-inner .latestnews li > span,
.aside-inner .archive-module li > a,
.aside-inner .archive-module li > span,
.aside-inner .categories-module li > h3 > a,
.aside-inner .categories-module li > h4 > a,
.aside-inner .categories-module li > h5 > a,
.aside-inner .categories-module li > h6 > a,
.aside-inner .categories-module li > h7 > a {
  color: #333333;
  border-color: #eeeeee;
}
.sidebar-menu .open > a,
.sidebar-menu .open > span {
  background-color: transparent;
  background-color: rgba(0,0,0,0);
  border-color: #eeeeee;
}
.sidebar-menu li > a:hover,
.sidebar-menu li > a:focus,
.sidebar-menu li > span:hover,
.sidebar-menu li > span:focus,
.aside-inner .mostread li > a:hover,
.aside-inner .mostread li > a:focus,
.aside-inner .latestnews li > a:hover,
.aside-inner .latestnews li > a:focus,
.aside-inner .archive-module li > a:hover,
.aside-inner .archive-module li > a:focus,
.sidebar-menu .open > a:hover,
.sidebar-menu .open > a:focus,
.sidebar-menu .open > span:hover,
.sidebar-menu .open > span:focus,
.aside-inner .categories-module li > h3 > a:hover,
.aside-inner .categories-module li > h3 > a:focus,
.aside-inner .categories-module li > h4 > a:hover,
.aside-inner .categories-module li > h4 > a:focus,
.aside-inner .categories-module li > h5 > a:hover,
.aside-inner .categories-module li > h5 > a:focus,
.aside-inner .categories-module li > h6 > a:hover,
.aside-inner .categories-module li > h6 > a:focus,
.aside-inner .categories-module li > h7 > a:hover,
.aside-inner .categories-module li > h7 > a:focus {
  background-color: #fafafa;
  border-color: #eeeeee;
}
.sidebar-menu .active > a,
.sidebar-menu .active > a:hover,
.sidebar-menu .active > a:focus,
.sidebar-menu .active > span,
.sidebar-menu .active > span:hover,
.sidebar-menu .active > span:focus,
.aside-inner .mostread li.active > a,
.aside-inner .mostread li.active > a:hover,
.aside-inner .mostread li.active > a:focus,
.aside-inner .latestnews li.active > a,
.aside-inner .latestnews li.active > a:hover,
.aside-inner .latestnews li.active > a:focus,
.aside-inner .archive-module li.active > a,
.aside-inner .archive-module li.active > a:hover,
.aside-inner .archive-module li.active > a:focus,
.aside-inner .categories-module li.active > h3 > a,
.aside-inner .categories-module li.active > h3 > a:hover,
.aside-inner .categories-module li.active > h3 > a:focus,
.aside-inner .categories-module li.active > h4 > a,
.aside-inner .categories-module li.active > h4 > a:hover,
.aside-inner .categories-module li.active > h4 > a:focus,
.aside-inner .categories-module li.active > h5 > a,
.aside-inner .categories-module li.active > h5 > a:hover,
.aside-inner .categories-module li.active > h5 > a:focus,
.aside-inner .categories-module li.active > h6 > a,
.aside-inner .categories-module li.active > h6 > a:hover,
.aside-inner .categories-module li.active > h6 > a:focus,
.aside-inner .categories-module li.active > h7 > a,
.aside-inner .categories-module li.active > h7 > a:hover,
.aside-inner .categories-module li.active > h7 > a:focus {
  color: #d9534f;
}
.tags a {
  color: #222222;
  background-color: #eeeeee;
}
.tags a:hover,
.tags a:focus {
  color: #ffffff;
  background-color: #333333;
}
.tags a:before {
  border-color: transparent #eeeeee transparent transparent;
  border-color: rgba(0,0,0,0) #eeeeee rgba(0,0,0,0) rgba(0,0,0,0);
}
.tags a:hover:before,
.tags a:focus:before {
  border-color: transparent #333333 transparent transparent;
  border-color: rgba(0,0,0,0) #333333 rgba(0,0,0,0) rgba(0,0,0,0);
}
.module-block .mod-header,
.page-header {
  border-color: #e6e6e6;
}
.toolbar,
.category-order-by:before,
.category-mfg-filter:before,
.category-result-counter:before {
  border-color: #eeeeee;
}
.mod-box {
  background-color: #fafafa;
  border-color: #eeeeee;
}
blockquote {
  border-color: #eeeeee;
}
.topbar-switch-list {
  color: #333333;
  background-color: #ffffff;
  border-color: #eeeeee;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.08);
  box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}
.vp-dropmod-inner,
.autocomplete-suggestions,
.dropdown-menu {
  color: #333333;
  background-color: #ffffff;
  border-color: #e6e6e6;
  border-color: rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.08);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.08);
  box-shadow: 0 5px 10px rgba(0,0,0,0.08);
}
.vp-dropmod-pointer {
  background-color: #ffffff;
}
.vp-dropmod-pointer:before {
  border-bottom-color: #cfcfcf;
  border-bottom-color: rgba(0,0,0,0.19);
}
.topbar-switch.over .topbar-switch-inner {
  background-color: #ffffff;
  border-color: #eeeeee;
  border-top-color: transparent;
}
.topbar-switch-list > li > a,
.topbar-switch-list > li.active > a {
  color: #333333;
}
.dropdown-menu > li > a {
  color: #333333;
}
.topbar-switch-list > li > a:hover,
.topbar-switch-list > li > a:focus {
  color: #333333;
  background-color: #ffffff;
  background-color: rgba(255,255,255,0.15);
}
.autocomplete-selected,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #222222;
  background-color: #fafafa;
}
.nav-tabs > li > a {
  color: #4d4d4d;
  background-color: #fafafa;
  border-color: #e6e6e6;
  border-bottom-color: transparent;
  border-bottom-color: rgba(0,0,0,0);
}
.nav-tabs > li > a:hover {
  color: #333333;
  background-color: #eeeeee;
  border-color: #e6e6e6;
  border-bottom-color: transparent;
  border-bottom-color: rgba(0,0,0,0);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333333;
  border-color: #e6e6e6;
  background-color: #ffffff;
  border-bottom-color: transparent;
  border-bottom-color: rgba(0,0,0,0);
}
.tab-content {
  background-color: #ffffff;
  border-color: #e6e6e6;
}
.panel {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.panel-default {
  border-color: #e6e6e6;
}
.panel-default > .panel-heading {
  color: #222222;
  background-color: #fafafa;
  border-color: #e6e6e6;
}
.container .inner-container {
  background-color: transparent;
  border-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  color: #333333;
}
.text-muted,
.product-price-before-discount,
.rating .text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
.text-success {
  color: #3c763d;
}
.text-info {
  color: #31708f;
}
.text-warning {
  color: #8a6d3b;
}
.text-danger {
  color: #a94442;
}
.form-control,
.btn,
.dropdown-menu,
.modal-content,
.bootstrap-dialog .modal-header,
.well,
.img-thumbnail,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.input-group-addon,
select:not(.form-control),
textarea:not(.form-control),
input[type="text"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="datetime"]:not(.form-control),
input[type="datetime-local"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="month"]:not(.form-control),
input[type="time"]:not(.form-control),
input[type="week"]:not(.form-control),
input[type="number"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="color"]:not(.form-control),
.uneditable-input:not(.form-control),
.inputbox:not(.form-control),
.list-group-item:first-child,
.list-group-item:last-child,
.alert,
.panel,
.panel-group .panel,
.panel-heading,
.product-action-buttons .btn-vme-round {
  border-radius: 0px;
}
.btn-lg {
  border-radius: 0px;
}
.btn-sm,
.vp-dropmod-inner {
  border-radius: 0px;
}
.form-control,
select:not(.form-control),
textarea:not(.form-control),
input[type="text"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="datetime"]:not(.form-control),
input[type="datetime-local"]:not(.form-control),
input[type="date"]:not(.form-control),
input[type="month"]:not(.form-control),
input[type="time"]:not(.form-control),
input[type="week"]:not(.form-control),
input[type="number"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="search"]:not(.form-control),
input[type="tel"]:not(.form-control),
input[type="color"]:not(.form-control),
.uneditable-input:not(.form-control),
.inputbox:not(.form-control) {
  background-color: #ffffff;
  color: #555555;
  border-color: #cccccc;
}
.form-control:focus,
select:not(.form-control):focus,
textarea:not(.form-control):focus,
input[type="text"]:not(.form-control):focus,
input[type="password"]:not(.form-control):focus,
input[type="datetime"]:not(.form-control):focus,
input[type="datetime-local"]:not(.form-control):focus,
input[type="date"]:not(.form-control):focus,
input[type="month"]:not(.form-control):focus,
input[type="time"]:not(.form-control):focus,
input[type="week"]:not(.form-control):focus,
input[type="number"]:not(.form-control):focus,
input[type="email"]:not(.form-control):focus,
input[type="url"]:not(.form-control):focus,
input[type="search"]:not(.form-control):focus,
input[type="tel"]:not(.form-control):focus,
input[type="color"]:not(.form-control):focus,
.uneditable-input:not(.form-control):focus,
.inputbox:not(.form-control):focus {
  border-color: #66afe9;
  -webkit-box-shadow: inset 0 1px 1px rgba(204,204,204,0.75), 0 0 8px rgba(102,175,233,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(204,204,204,0.75), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(204,204,204,0.75), 0 0 8px rgba(102,175,233,0.6);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
select[disabled]:not(.form-control),
textarea[disabled]:not(.form-control),
input[disabled]:not(.form-control),
input[type="password"][disabled]:not(.form-control),
input[type="datetime"][disabled]:not(.form-control),
input[type="datetime-local"][disabled]:not(.form-control),
input[type="date"][disabled]:not(.form-control),
input[type="month"][disabled]:not(.form-control),
input[type="time"][disabled]:not(.form-control),
input[type="week"][disabled]:not(.form-control),
input[type="number"][disabled]:not(.form-control),
input[type="email"][disabled]:not(.form-control),
input[type="url"][disabled]:not(.form-control),
input[type="search"][disabled]:not(.form-control),
input[type="tel"][disabled]:not(.form-control),
input[type="color"][disabled]:not(.form-control),
.uneditable-input[disabled]:not(.form-control),
.inputbox[disabled]:not(.form-control),
select[readonly]:not(.form-control),
textarea[readonly]:not(.form-control),
input[readonly]:not(.form-control),
input[type="password"][readonly]:not(.form-control),
input[type="datetime"][readonly]:not(.form-control),
input[type="datetime-local"][readonly]:not(.form-control),
input[type="date"][readonly]:not(.form-control),
input[type="month"][readonly]:not(.form-control),
input[type="time"][readonly]:not(.form-control),
input[type="week"][readonly]:not(.form-control),
input[type="number"][readonly]:not(.form-control),
input[type="email"][readonly]:not(.form-control),
input[type="url"][readonly]:not(.form-control),
input[type="search"][readonly]:not(.form-control),
input[type="tel"][readonly]:not(.form-control),
input[type="color"][readonly]:not(.form-control),
.uneditable-input[readonly]:not(.form-control),
.inputbox[readonly]:not(.form-control) {
  background-color: #eeeeee;
}
::-webkit-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
.input-group-addon {
  background-color: #eeeeee;
  border-color: #cccccc;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bg-success {
  background-color: #dff0d8;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.bg-info {
  background-color: #d9edf7;
}
.alert-warning,
.alert-message {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bg-warning,
.bg-message {
  background-color: #fcf8e3;
}
.empty-list {
  color: #333333;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-danger,
.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.bg-danger,
.bg-error {
  background-color: #f2dede;
}
.btn {
  font-weight: normal;
}
.btn-default {
  color: #303030;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default.active,
.btn-default.focus,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default,
.over .vp-dropmod-anchor > .btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-foricon,
.product-action-buttons .btn-vme-round {
  color: #ffffff;
  background-color: #9bb535;
  border-color: #9bb535;
}
.btn-foricon.active,
.btn-foricon.focus,
.btn-foricon:active,
.btn-foricon:focus,
.btn-foricon:hover,
.product-action-buttons .btn-vme-round:hover,
.open > .dropdown-toggle.btn-foricon,
.over .vp-dropmod-anchor > .btn-foricon,
.product-action-buttons .btn-vme-round.btn-item-added,
.product-action-buttons .btn-vme-round.btn-item-added:hover {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.navbar-toggle.vpf-offcanvas-toggle,
.navbar-toggle.vpf-offcanvas-toggle:hover,
.navbar-toggle.vpf-offcanvas-toggle:focus,
.header-top .color-base,
.header-top .color-base:hover,
.header-top .color-base:focus,
.header-top .color-base:visited {
  color: #333333;
}
@media (max-width: 992px) {
  .navbar-offcanvas-modules .vp-dropmod-anchor > .btn,
  .navbar-offcanvas-modules .vp-dropmod-anchor > .btn:hover,
  .navbar-offcanvas-modules .vp-dropmod-anchor > .btn:focus,
  .navbar-offcanvas-modules .vp-dropmod-anchor > .btn:active,
  .navbar-offcanvas-modules .vp-dropmod-anchor > .btn.active,
  .navbar-offcanvas-modules .over .vp-dropmod-anchor > .btn {
    color: #ffffff;
  }
}
.btn-switch {
  color: #3e3f3a;
  background-color: transparent;
  border-color: transparent;
}
.btn-switch.active,
.btn-switch.focus,
.btn-switch:active,
.btn-switch:focus,
.btn-switch:hover {
  color: #ffffff;
  background-color: #d9534f;
  border-color: transparent;
}
.btn-base,
.feature-icon-hover .icon {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-base.active,
.btn-base.focus,
.btn-base:active,
.btn-base:focus,
.btn-base:hover,
.open > .dropdown-toggle.btn-base,
.over .vp-dropmod-anchor > .btn-base,
.feature-icon-hover:hover .icon,
.feature-icon-hover:focus .icon {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.btn-primary {
  color: #ffffff;
  background-color: #3d8a33;
  border-color: #3d8a33;
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: #ffffff;
  background-color: #50b345;
  border-color: #50b345;
}
.btn-info {
  color: #ffffff;
  background-color: #29abe0;
  border-color: #29abe0;
}
.btn-info.active,
.btn-info.focus,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open > .dropdown-toggle.btn-info,
.over .vp-dropmod-anchor > .btn-info {
  color: #ffffff;
  background-color: #1b8dbb;
  border-color: #1b8dbb;
}
.btn-warning {
  color: #ffffff;
  background-color: #f47c3c;
  border-color: #f47c3c;
}
.btn-warning.active,
.btn-warning.focus,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning,
.over .vp-dropmod-anchor > .btn-warning {
  color: #ffffff;
  background-color: #ef5c0e;
  border-color: #ef5c0e;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.active,
.btn-danger.focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger,
.over .vp-dropmod-anchor > .btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #c9302c;
}
.btn-invert {
  color: #ffffff;
  background-color: #3e3f3a;
  border-color: #3e3f3a;
}
.btn-invert.active,
.btn-invert.focus,
.btn-invert:active,
.btn-invert:focus,
.btn-invert:hover,
.open > .dropdown-toggle.btn-invert,
.over .vp-dropmod-anchor > .btn-invert {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.badge,
.sticker {
  font-weight: normal;
  border-radius: 0px;
}
.badge-grey,
.sticker-grey {
  color: #ffffff;
  background-color: #777777;
}
.badge-green,
.sticker-green {
  color: #ffffff;
  background-color: #5cb85c;
}
.badge-blue,
.sticker-blue {
  color: #ffffff;
  background-color: #31b0d5;
}
.badge-yellow,
.sticker-yellow {
  color: #ffffff;
  background-color: #f0ad4e;
}
.badge-orange,
.sticker-orange {
  color: #ffffff;
  background-color: #ff6600;
}
.badge-red,
.sticker-red {
  color: #ffffff;
  background-color: #d9534f;
}
.tag {
  font-size: 1em;
  font-weight: normal;
}
.tag-sale {
  color: #ffffff;
  background-color: #337ab7;
}
.tag-new {
  color: #ffffff;
  background-color: #31b0d5;
}
.tag-promo {
  color: #ffffff;
  background-color: #d9534f;
}
.tag-sold {
  color: #ffffff;
  background-color: #ff742e;
}
#breadcrumbs {
  background-color: #eeeeee;
  background-image: url(/images/sdfsdfsdfdsf.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-attachment: fixed;
}
#breadcrumbs .breadcrumb {
  background: #ffffff;
}
#breadcrumbs .breadcrumb a {
  color: #333333;
}
#breadcrumbs .breadcrumb a:hover {
  color: #d9534f;
}
#breadcrumbs .breadcrumb > .active {
  color: #aaaaaa;
}
#breadcrumbs ul.breadcrumb > li + li:before {
  color: #aaaaaa;
}
.vpf-topbar {
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.vpf-topbar .inner-container {
  background-color: transparent;
  border-bottom-color: transparent;
  color: #333333;
}
.vpf-topbar a,
.vpf-topbar a:focus,
.vpf-topbar a:hover,
.vpf-topbar .nav > li > a,
.vpf-topbar .nav > li > a:focus,
.vpf-topbar .nav > li > a:hover {
  color: #333333;
}
.vpf-topbar .text-muted,
.vpf-topbar .muted {
  color: #333333;
}
.header-top {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 1px #efefef;
  box-shadow: 1px 1px 1px #efefef;
}
.header-top .inner-container {
  background-color: transparent;
}
.mod-slider-cont {
  background-color: transparent;
  margin-bottom: 0;
}
.mod-slider-cont .container .inner-container {
  background-color: transparent;
}
.navbar-mainmenu .navbar-collapse {
  color: #333333;
}
@media (max-width: 992px) {
  .navbar.navbar-offcanvas {
    color: #333333;
  }
}
.navbar-mainmenu .navbar-nav > li > a,
.navbar-mainmenu .navbar-nav > li > span {
  color: #333333;
  text-transform: uppercase;
}
.vpf-menu a > .menu-group > .menu-desc,
.vpf-menu span > .menu-group > .menu-desc {
  color: #777777;
}
.navbar-mainmenu .navbar-nav > li.active > a,
.navbar-mainmenu .navbar-nav > li.active > span {
  color: #333333;
  background-color: transparent;
}
.navbar-mainmenu .navbar-nav > li.open > a,
.navbar-mainmenu .navbar-nav > li > a:hover,
.navbar-mainmenu .navbar-nav > li > a:focus,
.navbar-mainmenu .navbar-nav > li.open > span,
.navbar-mainmenu .navbar-nav > li > span:hover,
.navbar-mainmenu .navbar-nav > li > span:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-mainmenu .navbar-nav > li.open > a > .caret,
.navbar-mainmenu .navbar-nav > li.open > span > .caret {
  display: inline-block;
  border-top-color: #bebebe;
}
.navbar-mainmenu .navbar-nav > li.open > a:after,
.navbar-mainmenu .navbar-nav > li.open > span:after {
  background-color: #d7d7d7;
}
.navbar-mainmenu .navbar-nav > li.active > a:after,
.navbar-mainmenu .navbar-nav > li.active > span:after {
  background-color: #d9534f;
}
.mega-sub-cont li.submenu.deeper:not(.mega-group) > a:after,
.mega-sub-cont li.submenu.deeper:not(.mega-group) > span:after,
.mega-sub-cont ul.vpf-mega-mod li.deeper > a:after,
.mega-sub-cont ul.vpf-mega-mod li.deeper > span:after {
  display: inline-block;
  border-left-color: #bebebe;
}
.navbar-mainmenu .navbar-nav > li.active > a > .caret,
.navbar-mainmenu .navbar-nav > li.active > span > .caret {
  border-top-color: #ffffff;
}
.navbar-mainmenu .navbar-nav > li.open > a > .caret,
.navbar-mainmenu .navbar-nav > li.open > span > .caret {
  border-top-color: #bebebe;
}
.mega-menu-expand,
.vpf-menu .submenu li.deeper > ul,
.vpf-menu .submenu.deeper > .mega-menu-expand {
  color: #333333;
  background-color: #ffffff;
  border: 0 none;
  border-top: 1px solid #eeeeee;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
  box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
.level-1 .mega-menu-expand,
.vpf-menu .submenu li.level-1.deeper > ul {
  margin-top: 0;
  border-top: 1px solid #eeeeee;
}
.mega-sub-cont li.submenu > a,
.mega-sub-cont li.submenu > span,
.mega-sub-cont ul.vpf-mega-mod li > a,
.mega-sub-cont ul.vpf-mega-mod li > span,
.navbar-mainmenu .navbar-nav li.submenu.mega-group > a,
.navbar-mainmenu .navbar-nav li.submenu.mega-group > span {
  color: #333333;
}
.mega-sub-cont li.submenu.active > a,
.mega-sub-cont li.submenu.active > span,
.mega-sub-cont ul.vpf-mega-mod li.active > a,
.mega-sub-cont ul.vpf-mega-mod li.active > span {
  color: #333333;
}
.mega-sub-cont li.submenu.open > a,
.mega-sub-cont li.submenu.open > span,
.mega-sub-cont li.submenu > a:hover,
.mega-sub-cont li.submenu > a:focus,
.mega-sub-cont li.submenu > span:hover,
.mega-sub-cont li.submenu > span:focus,
.mega-sub-cont ul.vpf-mega-mod li > a:hover,
.mega-sub-cont ul.vpf-mega-mod li > a:focus,
.mega-sub-cont ul.vpf-mega-mod li > span:hover,
.mega-sub-cont ul.vpf-mega-mod li > span:focus {
  color: #d9534f;
}
#mainbody {
  background-color: transparent;
  border-top: 0 none;
  border-bottom: 0 none;
}
#mainbody .container .inner-container {
  background-color: transparent;
  border-top: 0 none;
  border-bottom: 0 none;
}
.utility-wide {
  padding-top: 50px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  border-top: 0 none;
  border-bottom: 0 none;
  background-color: #555354;
  background-image: url(/images/stories/virtuemart/product/Crowea_saligna_536078bd128a4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-attachment: fixed;
}
.utility-vertical {
  padding-top: 50px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0 none;
  border-bottom: 0 none;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-attachment: fixed;
}
.utility-horizontal {
  padding-top: 80px;
  padding-bottom: 30px;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0 none;
  border-bottom: 0 none;
  background-color: #f5f5f6;
  background-image: url(/images/190222-new-leaf-background-2950x2094-download.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  background-position-y: 50%;
  background-attachment: fixed;
}
.quantity-box-cont.quantity-box {
  border-color: #e6e6e6;
  background: #fafafa;
}
.btn-nobg .fa,
.btn-vme-round > i {
  border-color: #e6e6e6;
}
.btn-vme-round.btn-item-added > i,
.btn-vme-round.btn-item-added:hover > i {
  background: #d9534f;
  border-color: #d9534f;
  color: #ffffff;
}
.btn-vme,
.btn-nobg {
  color: #333333;
}
.btn-vme:hover,
.btn-nobg:hover {
  color: inherit;
}
.mod-product-price,
.related-product .PricesalesPrice,
.product-sales-price,
.product-sales-price > div > span {
  color: #9e0606;
}
.product-image-gallery-main-cont,
.product-listing .product-inner,
.vp-product-carousel-inner .product-inner,
.category-list .category-item-inner,
.vendor-inner,
.manufacturer-inner {
  background-color: transparent;
  border-color: transparent;
}
.product-thumb-carousel .image-thumb {
  background-color: transparent;
  border-color: transparent;
}
.product-thumb-carousel .image-thumb:hover {
  background-color: transparent;
  border-color: rgba(0,0,0,0);
}
.product-listing .product-inner.open,
.vp-product-carousel-inner .product-inner.open,
.category-list .category-item-inner:hover,
.category-list .category-item-inner:focus,
.vendor-inner:hover,
.vendor-inner:focus,
.manufacturer-inner:hover,
.manufacturer-inner:focus {
  background-color: transparent;
  border-color: transparent;
}
.productdetails-view .product-rating-cont,
.productdetails-view .product-short-desc-cont,
.productdetails-view .product-price-stock-sku-cont,
.productdetails-view .product-action-buttons-cont,
.productdetails-view .product-addtocart-cont,
.product-details-manifacturer-logo,
.top-right-fields,
.ontop-fields-cont,
.product-top-right-cont,
.related-products-cont,
.related-product-header {
  border-color: #e6e6e6;
}
.vm-rating-stars,
span.vm-product-rating,
span.review-rating {
  color: #fea800;
}
.vpfc-price-range .ui-slider {
  background-color: #e6e6e6;
}
.vpfc-price-range .ui-widget-header,
.vpfc-price-range .ui-slider .ui-slider-handle {
  background-color: #fe5252;
}
.bottom-slider {
  background-color: #e9ffc9;
  border-top: 1px solid #ffffff;
  border-bottom: 0 none;
}
.bottom-slider .container .inner-container {
  background-color: transparent;
  border-top: 0 none;
  border-bottom: 0 none;
}
#bottom {
  color: #999999;
  background-color: #222222;
  border-top: 0 none;
  border-bottom: 0 none;
}
#bottom .container .inner-container {
  background-color: transparent;
  border-top: 0 none;
  border-bottom: 0 none;
}
#bottom a {
  color: #aaaaaa;
}
#bottom a:hover,
#bottom a:focus {
  color: #fafafa;
}
#bottom h1,
#bottom h2,
#bottom h3,
#bottom h4,
#bottom h5,
#bottom h6,
#bottom .h1,
#bottom .h2,
#bottom .h3,
#bottom .h4,
#bottom .h5,
#bottom .h6 {
  color: #999999;
}
footer.footer {
  color: #999999;
  background-color: #1a1a1a;
  border-top: 0 none;
  border-bottom: 0 none;
}
footer.footer .container .inner-container {
  background-color: transparent;
  border-top: 0 none;
  border-bottom: 0 none;
}
footer.footer a {
  color: #aaaaaa;
}
footer.footer a:hover,
footer.footer a:focus {
  color: #fafafa;
}
footer.footer h1,
footer.footer h2,
footer.footer h3,
footer.footer h4,
footer.footer h5,
footer.footer h6,
footer.footer .h1,
footer.footer .h2,
footer.footer .h3,
footer.footer .h4,
footer.footer .h5,
footer.footer .h6 {
  color: #999999;
}
.carousel-nav-top .owl-controls.clickable .owl-buttons .owl-prev,
.carousel-nav-top .owl-controls.clickable .owl-buttons .owl-next,
.owl-nav-top .owl-controls .owl-buttons .owl-prev,
.owl-nav-top .owl-controls .owl-buttons .owl-next,
.owl-carousel.side-nav-theme .owl-controls .owl-buttons .owl-prev,
.owl-carousel.side-nav-theme .owl-controls .owl-buttons .owl-next,
.owl-nav-side .owl-controls.clickable .owl-buttons .owl-prev,
.owl-nav-side .owl-controls.clickable .owl-buttons .owl-next {
  color: #333333;
  background-color: transparent;
  border: 1px solid transparent;
}
.carousel-nav-top .owl-controls.clickable .owl-buttons .owl-prev:hover,
.carousel-nav-top .owl-controls.clickable .owl-buttons .owl-next:hover,
.owl-nav-top .owl-controls.clickable .owl-buttons .owl-prev:hover,
.owl-nav-top .owl-controls.clickable .owl-buttons .owl-next:hover,
.owl-nav-side .owl-controls.clickable .owl-buttons .owl-prev:hover,
.owl-nav-side .owl-controls.clickable .owl-buttons .owl-next:hover,
.owl-carousel.side-nav-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-carousel.side-nav-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #333333;
  background-color: transparent;
  border: 1px solid transparent;
}
.carousel-nav-top .owl-controls .owl-page span,
.owl-nav-top .owl-controls .owl-page span,
.owl-nav-side .owl-controls .owl-page span,
.owl-carousel.side-nav-theme .owl-controls .owl-page span {
  background: #888888;
}
.carousel-nav-top .owl-controls .owl-page span:hover,
.owl-nav-top .owl-controls .owl-page span:hover,
.owl-nav-side .owl-controls .owl-page span:hover,
.owl-carousel.side-nav-theme .owl-controls .owl-page span:hover {
  background: #777777;
}
.carousel-nav-top .owl-controls .owl-page.active span,
.carousel-nav-top .owl-controls .owl-page.active span:hover,
.owl-nav-top .owl-controls .owl-page.active span,
.owl-nav-top .owl-controls .owl-page.active span:hover,
.owl-nav-side .owl-controls .owl-page.active span,
.owl-nav-side .owl-controls .owl-page.active span:hover,
.owl-carousel.side-nav-theme .owl-controls .owl-page.active span,
.owl-carousel.side-nav-theme .owl-controls .owl-page.active span:hover {
  background: #777777;
}
.header-search .search input[type="text"],
.header-search .search input[type="search"] {
  background-color: #ffffff;
  color: #333333;
}
.vpajaxsearch-line-loader .vpajaxsearch-loader {
  background-color: #eeeeee;
}
.vpajaxsearch-line-loader .vpajaxsearch-loader:before {
  background-color: #d9534f;
}
@media (max-width: 991px) {
  #footer-toolbar {
    background: #458745;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #dddddd;
    color: #333333;
  }
  .header-top a,
  .header-top .color-base,
  .header-top .color-base:hover,
  .header-top .color-base:focus,
  .header-top .color-base:visited {
    color: #333333;
  }
}@media (max-width: 991px) {
  #footer-toolbar a {
    color: #ffffff;
  }
}
.mytestimonials_desc
{
  width:97% !important;
}
.mytestimonials_grid
{
min-height:350px !important;
}.vp-profile-picture-cont,.vpau-avatar-image{width:90px;height:90px}.vpf-colorfield-54757271756f697365{background-color:#40E0D0 !important}.vpf-colorfield-426c7565{background-color:#3c4477 !important}.vpf-colorfield-507572706c65{background-color:#800080 !important}.vpf-colorfield-50696e6b{background-color:#FFCBDB !important}.vpf-colorfield-526564{background-color:#d34b56 !important}.vpf-colorfield-47726179{background-color:#9FA8AB !important}.vpf-colorfield-5768697465{background-color:#FFF !important}.btn-colorfield.vpf-colorfield-5768697465{border-color:#DDD !important}.vpf-colorfield-426c61636b{background-color:#000 !important}.vpf-colorfield-4e617679{background-color:#222035 !important}.vpf-colorfield-42726f776e{background-color:#915039 !important}.vpf-colorfield-477265656e{background-color:#5eb160 !important}.pwebbox-facebook-pageplugin-container,.pwebbox-facebook-pageplugin-container-in,.pwebbox-facebook-pageplugin-container-in .fb-page{max-width:100%}#pwebbox_facebook_pageplugin_134{width:300px}.pwebbox-facebook-pageplugin-container .fb_iframe_widget,.pwebbox-facebook-pageplugin-container .fb_iframe_widget span,.pwebbox-facebook-pageplugin-container .fb_iframe_widget span iframe[style]{width:100% !important;min-width:180px}.pwebbox-facebook-pageplugin-pretext{margin-bottom:5px}.vpajaxsearch-suggestion{width:25%}@media (min-width:992px) and (max-width:1200px){.vpajaxsearch-suggestion{width:33.33333333%}}@media(min-width:768px) and (max-width:991px){.vpajaxsearch-suggestion{width:50%}}@media(max-width:767px){.vpajaxsearch-suggestion{width:100%}}#rev_slider_1_1_wrapper .tp-loader.spinner4 div{background-color:#FFF !important}