/* Minification failed. Returning unminified contents.
(4481,1): run-time error CSS1019: Unexpected token, found '@import'
(4481,9): run-time error CSS1019: Unexpected token, found ''settings-panel.css''
(10905,7567): run-time error CSS1019: Unexpected token, found '@keyframes'
(10905,7582): run-time error CSS1035: Expected colon, found '{'
(12094,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(12095,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(12114,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(12115,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("../images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 19px;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -8px;
	margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
	top: -2px;
	height: 100%;
	margin: 0px -6px;
	height: 6px;
	background:#8EC641;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;

}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
text-align:right;

}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: 3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: none;
	background: #f7f7f7;
	border-top:1px solid #e0e0e0;
	height:6px;
	border-radius:10px;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: none;
	background: #f7f7f7;
	height:6px;
	color: #222222;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: none;
	background: url(../images/slider_dbtn.png) 50% 50% no-repeat;
	font-weight: normal;
	color: #555555;
	width: 20px;
	height: 19px;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #212121;
	text-decoration: none;
}


/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee url(../images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec url(../images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(../images/ui-icons_222222_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(../images/ui-icons_888888_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(../images/ui-icons_454545_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(../images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(../images/ui-icons_2e83ff_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(../images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
}
.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url(../images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border-radius: 8px;
}

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.2 | 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,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}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}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,:after,:before{color:#000!important;text-shadow:none!important;background:0 0!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:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../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-eur:before,.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"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-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}button,input,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover{color:#23527c;text-decoration:underline}a:focus{outline:0;}figure{margin:0}img{vertical-align:middle}.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;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,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}.h1,.h2,.h3,h1,h2,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,.h5,.h6,h4,h5,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%}.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:#337ab7}a.text-primary:hover{color:#286090}.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:#337ab7}a.bg-primary:hover{background-color:#286090}.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}ol,ul{margin-top:0;margin-bottom:10px}ol ol,ol ul,ul ol,ul ul{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}dd,dt{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[data-original-title],abbr[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 ol:last-child,blockquote p:last-child,blockquote ul:last-child{margin-bottom:0}blockquote .small,blockquote footer,blockquote small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote .small:before,blockquote footer: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 .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before{content:''}.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after{content:'\00A0 \2014'}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%;font-weight:700;-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-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-md-1,.col-md-10,.col-md-11,.col-md-12,.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-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{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-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{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:768px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{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-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{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}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{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>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd}.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{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>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5}.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8}.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8}.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6}.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7}.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3}.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3}.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc}.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede}.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{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=checkbox],input[type=radio]{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=checkbox]:focus,input[type=radio]: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:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.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}@media screen and (-webkit-min-device-pixel-ratio:0){input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px}.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],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-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],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}.checkbox,.radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}.checkbox label,.radio label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px \9;margin-left:-20px}.checkbox+.checkbox,.radio+.radio{margin-top:-5px}.checkbox-inline,.radio-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline{margin-top:0;margin-left:10px}fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled]{cursor:not-allowed}.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline{cursor:not-allowed}.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio 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{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}select[multiple].input-sm,textarea.input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.form-group-sm .form-control{height:30px;line-height:30px}select[multiple].form-group-sm .form-control,textarea.form-group-sm .form-control{height:auto}.form-group-sm .form-control-static{height:30px;padding:5px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}select[multiple].input-lg,textarea.input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.form-group-lg .form-control{height:46px;line-height:46px}select[multiple].form-group-lg .form-control,textarea.form-group-lg .form-control{height:auto}.form-group-lg .form-control-static{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.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 .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label{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 .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label{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 .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label{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~.form-control-feedback{top:25px}.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 .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .checkbox,.form-inline .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .checkbox label,.form-inline .radio label{padding-left:0}.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .checkbox,.form-horizontal .radio{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{right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.33px}}@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;-ms-touch-action:manipulation;touch-action:manipulation;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.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{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.active,.btn-default.focus,.btn-default:active,.btn-default:focus,.btn-default:hover,.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.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.active,.btn-primary.focus,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.active,.btn-success.focus,.btn-success:active,.btn-success:focus,.btn-success:hover,.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.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{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.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.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.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{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.active,.btn-warning.focus,.btn-warning:active,.btn-warning:focus,.btn-warning:hover,.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.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{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.active,.btn-danger.focus,.btn-danger:active,.btn-danger:focus,.btn-danger:hover,.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.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-group-sm>.btn,.btn-sm{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{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=button].btn-block,input[type=reset].btn-block,input[type=submit].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;visibility:hidden}.collapse.in{display:block;visibility:visible}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.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,.dropup{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:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{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:2px}@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-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}.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:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-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=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.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.3333333;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}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn: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=checkbox],.input-group-addon input[type=radio]{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-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){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:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{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:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{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:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}.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:focus,.nav-tabs>li.active>a:hover{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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-tabs.nav-justified>.active>a:hover{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:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}.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:focus,.nav-tabs-justified>.active>a:hover{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:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none;visibility:hidden}.tab-content>.active{display:block;visibility:visible}.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;visibility:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{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-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{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:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}@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 .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{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-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 .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{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}.navbar-form .form-group:last-child{margin-bottom:0}}@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-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{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;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}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{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:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{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:focus,.navbar-default .navbar-nav>.open>a:hover{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:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{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:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{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:focus,.navbar-inverse .navbar-nav>.open>a:hover{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:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{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:#337ab7;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:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{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:focus,.pager li>a:hover{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:focus,.pager .disabled>a:hover,.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:focus,a.label:hover{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]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:focus,.label-danger[href]:hover{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:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px 15px;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,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding:48px 0}.container .jumbotron,.container-fluid .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:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.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{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .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:#337ab7;-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-bar-striped,.progress-striped .progress-bar{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-bar.active,.progress.active .progress-bar{-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-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{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.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}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:focus,a.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.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:focus,a.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover{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:focus,a.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover{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:focus,a.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover{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:focus,a.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover{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>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>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,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.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,.panel>.panel-collapse>.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>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table-responsive:first-child>.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 th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table-responsive:first-child>.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 th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table-responsive:last-child>.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 th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table-responsive:last-child>.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 th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.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,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.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>.list-group,.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:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.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 embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{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:focus,.close:hover{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:1040;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:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(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:absolute;top:0;right:0;left:0;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-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-weight:400;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{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;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;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-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;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-weight:400;line-height:1.42857143;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;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>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000;perspective:1000}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.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:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.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-next,.carousel-control .icon-prev{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}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row: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}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-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}td.visible-xs,th.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}td.visible-sm,th.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}td.visible-md,th.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}td.visible-lg,th.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}td.visible-print,th.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}}
/* 
 * 	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(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);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .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-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

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

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/*-----------------------------------------------------------------------------

	-	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
-----------------------------------------------------------------------------*/



/*************************
	-	CAPTIONS	-
**************************/

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

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


.tp-caption { z-index:1; white-space:nowrap}

.tp-caption-demo .tp-caption	{	position:relative !important; display:inline-block; margin-bottom:10px; margin-right:20px !important}


.tp-caption.whitedivider3px {

	color: #000000;
	text-shadow: none;
	background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	min-width: 408px;
	min-height: 3px;
	background-position: initial initial;
	background-repeat: initial initial;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
}


.tp-caption.finewide_large_white {
color:#ffffff;
text-shadow:none;
font-size:60px;
line-height:60px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:8px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:468px;
min-height:3px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_medium_white {
color:#ffffff;
text-shadow:none;
font-size:37px;
line-height:37px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.boldwide_small_white {
font-size:25px;
line-height:25px;
font-weight:800;
font-family:"Open Sans", sans-serif;
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.whitedivider3px_vertical {
color:#000000;
text-shadow:none;
background-color:rgb(255, 255, 255);
background-color:rgba(255, 255, 255, 1);
text-decoration:none;
font-size:0px;
line-height:0;
min-width:3px;
min-height:130px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_small_white {
color:#ffffff;
text-shadow:none;
font-size:25px;
line-height:25px;
font-weight:300;
font-family:"Open Sans", sans-serif;
background-color:transparent;
text-decoration:none;
text-transform:uppercase;
letter-spacing:5px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.finewide_verysmall_white_mw {
font-size:13px;
line-height:25px;
font-weight:400;
font-family:"Open Sans", sans-serif;
color:#ffffff;
text-decoration:none;
background-color:transparent;
text-shadow:none;
text-transform:uppercase;
letter-spacing:5px;
max-width:470px;
white-space:normal !important;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgb(235, 235, 235);
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.finewide_large_white {
color: #FFF;
text-shadow: none;
font-size: 60px;
line-height: 60px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 8px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.finewide_medium_white {
color: #FFF;
text-shadow: none;
font-size: 34px;
line-height: 34px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
background-color: rgba(0, 0, 0, 0);
text-decoration: none;
text-transform: uppercase;
letter-spacing: 5px;
border-width: 0px;
border-color: #000;
border-style: none;
}

.tp-caption.huge_red {
position:absolute;
color:rgb(223,75,107);
font-weight:400;
font-size:150px;
line-height:130px;
font-family: 'Oswald', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
background-color:rgb(45,49,54);
padding:0px;
}

.tp-caption.middle_yellow {
position:absolute;
color:rgb(251,213,114);
font-weight:600;
font-size:50px;
line-height:50px;
font-family: 'Open Sans', sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.huge_thin_yellow {
	position:absolute;
color:rgb(251,213,114);
font-weight:300;
font-size:90px;
line-height:90px;
font-family: 'Open Sans', sans-serif;
margin:0px;
letter-spacing: 20px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.big_dark {
position:absolute;
color:#333;
font-weight:700;
font-size:70px;
line-height:70px;
font-family:"Open Sans";
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_dark {
position:absolute;
color:#333;
font-weight:300;
font-size:40px;
line-height:40px;
font-family:"Open Sans";
margin:0px;
letter-spacing: 5px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.medium_grey {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
padding:2px 4px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#888;
white-space:nowrap;
}

.tp-caption.small_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:14px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:20px;
line-height:20px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}


.tp-caption.large_bold_white_25 {
font-size:55px;
line-height:65px;
font-weight:700;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.medium_text_shadow {
font-size:25px;
line-height:25px;
font-weight:600;
font-family:"Open Sans";
color:#fff;
text-decoration:none;
background-color:transparent;
text-align:center;
text-shadow:#000 0px 5px 10px;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:40px;
line-height:40px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.medium_bold_grey {
font-size:30px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.very_large_text {
position:absolute;
color:#fff;
text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
letter-spacing:-2px;
}

.tp-caption.very_big_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#000;
}

.tp-caption.very_big_black {
position:absolute;
color:#000;
text-shadow:none;
font-weight:700;
font-size:60px;
line-height:60px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
padding:0px 4px;
padding-top:1px;
background-color:#fff;
}

.tp-caption.modern_medium_fat {
position:absolute;
color:#000;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_fat_white {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_medium_light {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:24px;
line-height:20px;
font-family:"Open Sans", sans-serif;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.modern_big_bluebg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:800;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#4e5b6c;
letter-spacing:0;
}

.tp-caption.modern_big_redbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:36px;
font-family:"Open Sans", sans-serif;
padding:3px 10px;
padding-top:1px;
margin:0px;
border-width:0px;
border-style:none;
background-color:#de543e;
letter-spacing:0;
}

.tp-caption.modern_small_text_dark {
position:absolute;
color:#555;
text-shadow:none;
font-size:14px;
line-height:22px;
font-family:Arial;
margin:0px;
border-width:0px;
border-style:none;
white-space:nowrap;
}

.tp-caption.boxshadow {
-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}

.tp-caption.black {
color:#000;
text-shadow:none;
}

.tp-caption.noshadow {
text-shadow: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.thinheadline_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:30px;
line-height:30px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.thintext_dark {
position:absolute;
color:rgba(0,0,0,0.85);
text-shadow:none;
font-weight:300;
font-size:16px;
line-height:26px;
font-family:"Open Sans";
background-color:transparent;
}

.tp-caption.medium_bg_red a {
	color: #fff;
    text-decoration: none;
}

.tp-caption.medium_bg_red a:hover {
	color: #fff;
    text-decoration: underline;
}

.tp-caption.smoothcircle {
font-size:30px;
line-height:75px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
background-color:rgba(0, 0, 0, 0.498039);
padding:50px 25px;
text-align:center;
border-radius:500px 500px 500px 500px;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.largeblackbg {
font-size:50px;
line-height:70px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:0px 20px 5px;
text-shadow:none;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.largepinkbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#db4360;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largewhitebg {
position:absolute;
color:#000;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#fff;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.largegreenbg {
position:absolute;
color:#fff;
text-shadow:none;
font-weight:300;
font-size:50px;
line-height:70px;
font-family:"Open Sans";
background-color:#67ae73;
padding:0px 20px;
-webkit-border-radius:0px;
-moz-border-radius:0px;
border-radius:0px;
}

.tp-caption.excerpt {
font-size:36px;
line-height:36px;
font-weight:700;
font-family:Arial;
color:#ffffff;
text-decoration:none;
background-color:rgba(0, 0, 0, 1);
text-shadow:none;
margin:0px;
letter-spacing:-1.5px;
padding:1px 4px 0px 4px;
width:150px;
white-space:normal !important;
height:auto;
border-width:0px;
border-color:rgb(255, 255, 255);
border-style:none;
}

.tp-caption.large_bold_grey {
font-size:60px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
text-shadow:none;
margin:0px;
padding:1px 4px 0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_thin_grey {
font-size:34px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(102, 102, 102);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_thin_grey {
font-size:18px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(117, 117, 117);
text-decoration:none;
background-color:transparent;
padding:1px 4px 0px;
text-shadow:none;
margin:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.lightgrey_divider {
text-decoration:none;
background-color:rgba(235, 235, 235, 1);
width:370px;
height:3px;
background-position:initial initial;
background-repeat:initial initial;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_darkblue {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_darkblue {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(52, 73, 94);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_red {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_red {
font-size:21px;
line-height:26px;
font-weight:300;
font-family:"Open Sans";
color:rgb(227, 58, 12);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_red {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(227, 58, 12);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bold_orange {
font-size:24px;
line-height:30px;
font-weight:800;
font-family:"Open Sans";
color:rgb(243, 156, 18);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_orange {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.grassfloor {
text-decoration:none;
background-color:rgba(160, 179, 151, 1);
width:4000px;
height:150px;
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bold_white {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_white {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_white_center {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:#ffffff;
text-decoration:none;
background-color:transparent;
padding:0px 0px 0px 0px;
text-align:center;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_bg_asbestos {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(127, 140, 141);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.medium_light_black {
font-size:30px;
line-height:36px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.large_bold_black {
font-size:58px;
line-height:60px;
font-weight:800;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:transparent;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumlarge_light_darkblue {
font-size:34px;
line-height:40px;
font-weight:300;
font-family:"Open Sans";
color:rgb(52, 73, 94);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.small_light_white {
font-size:17px;
line-height:28px;
font-weight:300;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:transparent;
padding:0px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.roundedimage {
border-width:0px;
border-color:rgb(34, 34, 34);
border-style:none;
}

.tp-caption.large_bg_black {
font-size:40px;
line-height:40px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(0, 0, 0);
padding:10px 20px 15px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}

.tp-caption.mediumwhitebg {
font-size:30px;
line-height:30px;
font-weight:300;
font-family:"Open Sans";
color:rgb(0, 0, 0);
text-decoration:none;
background-color:rgb(255, 255, 255);
padding:5px 15px 10px;
text-shadow:none;
border-width:0px;
border-color:rgb(0, 0, 0);
border-style:none;
}

.tp-caption.medium_bg_orange_new1 {
font-size:20px;
line-height:20px;
font-weight:800;
font-family:"Open Sans";
color:rgb(255, 255, 255);
text-decoration:none;
background-color:rgb(243, 156, 18);
padding:10px;
border-width:0px;
border-color:rgb(255, 214, 88);
border-style:none;
}



.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
		font-weight: 300;
		font-size: 19px;
		line-height: 19px;
		font-family: 'Open Sans', sans;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}


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


/*.tp-caption			{	transform:none !important}*/


/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.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;
									}


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

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

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

.tp-simpleresponsive .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(../images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
											}

.tp-simpleresponsive  .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(../images/gradient/g40.png) repeat-x top}


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



	@media only screen and (min-width: 768px) and (max-width: 959px) {

	 }



	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-simpleresponsive  .button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		.tp-simpleresponsive  a.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-simpleresponsive  .button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important}
		.tp-simpleresponsive  a.button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}





/*	BUTTON COLORS	*/



.tp-simpleresponsive  .button.green, .tp-simpleresponsive  .button:hover.green,
.tp-simpleresponsive  .purchase.green, .tp-simpleresponsive  .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-simpleresponsive  .button.blue, .tp-simpleresponsive  .button:hover.blue,
.tp-simpleresponsive  .purchase.blue, .tp-simpleresponsive  .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-simpleresponsive  .button.red, .tp-simpleresponsive  .button:hover.red,
.tp-simpleresponsive  .purchase.red, .tp-simpleresponsive  .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-simpleresponsive  .button.orange, .tp-simpleresponsive  .button:hover.orange,
.tp-simpleresponsive  .purchase.orange, .tp-simpleresponsive  .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-simpleresponsive  .button.darkgrey, .tp-simpleresponsive  .button.grey,
.tp-simpleresponsive  .button:hover.darkgrey, .tp-simpleresponsive  .button:hover.grey,
.tp-simpleresponsive  .purchase.darkgrey, .tp-simpleresponsive  .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-simpleresponsive  .button.lightgrey, .tp-simpleresponsive  .button:hover.lightgrey,
.tp-simpleresponsive  .purchase.lightgrey, .tp-simpleresponsive  .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}



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

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

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

/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/




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

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



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

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



/************************************************
	  - 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;visibility: hidden;
	-webkit-font-smoothing: antialiased !important;
}


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



/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !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(../assets/shadow1.png) no-repeat; background-size:100% 100%; width:890px; height:60px; bottom:-60px}
.tp-bannershadow.tp-shadow2 {	background:url(../assets/shadow2.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}
.tp-bannershadow.tp-shadow3 {	background:url(../assets/shadow3.png) no-repeat; background-size:100% 100%; width:890px; height:60px;bottom:-60px}


/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.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;
							}

.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:4}
.tp-dottedoverlay.twoxtwo				{	background:url(../assets/gridtile.png)}
.tp-dottedoverlay.twoxtwowhite			{	background:url(../assets/gridtile_white.png)}
.tp-dottedoverlay.threexthree			{	background:url(../assets/gridtile_3x3.png)}
.tp-dottedoverlay.threexthreewhite		{	background:url(../assets/gridtile_3x3_white.png)}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/


/************************
	-	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(../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(../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(../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(../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(../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(../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(../assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:0px}

.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(../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(5000px);
															-webkit-transform-style: flat;
															-webkit-backface-visibility: hidden;
															z-index:600;
															position: relative;

														}
.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(../assets/large_left.png) no-Repeat top left;	width:40px;	height:40px;   }
.tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url(../assets/large_right.png) no-Repeat top left;	width:40px;	height:40px;   }


.tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../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(../assets/large_left.png) no-Repeat 0 0;	width:40px;	height:40px;

														}
.tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url(../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;
											}


.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								{	width:100%; height:10px; background:url(../assets/timer.png);position:absolute; z-index:200;top:0px}
.tp-bannertimer.tp-bottom					{	bottom:0px;height:5px; top:auto}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/




    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none}
	}





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

	-	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-simpleresponsive a{	text-decoration:none}

.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;
	visibility:hidden
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(../assets/coloredbg.png) repeat}

.tp-caption.slidelink a span	{	background:url(../assets/coloredbg.png) repeat}



/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/

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



/*****************************************
	-	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}
    }



/******************************
	-	LOADER FORMS	-
********************************/

.tp-loader 	{
				top:50%; left:50%;
				z-index:10000;
				position:absolute;


			}

.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background:url(../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(../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-transparentimg {	content:"url(../assets/transparent.png)"}
.tp-3d				{	-webkit-transform-style: preserve-3d;
						 -webkit-transform-origin: 50% 50%;
					}



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


@font-face {
  font-family: 'revicons';
  src: url('../font/revicons.eot?5510888');
  src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'),
       url('../font/revicons.woff?5510888') format('woff'),
       url('../font/revicons.ttf?5510888') format('truetype'),
       url('../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'} /* '' */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px;position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; padding-left:5px; background:#fff;width: 20px; height: 20px; margin: -20px 0 0; position: absolute; top: -29px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { right: 9px;color:#b1b1b1; z-index:99;}
.flex-direction-nav .flex-next { right: 0px; text-align: right; color:#b1b1b1;}
.flexslider .flex-prev:hover { opacity: 1; right: 9px;color:#1b9cff; }
.flexslider .flex-next:hover { opacity: 1; right: 0px;color:#1b9cff; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "FontAwesome"; font-size: 17px; display: inline-block; content: '\f053'; }
.flex-direction-nav a.flex-next:before  { content: '\f054'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "FontAwesome"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {display:table;left:20px; position: absolute; bottom: 15px; text-align: center;}
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 17px; height: 17px; border:1px solid #0d9ae7; display: block; background: #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #20b0ff;box-shadow:inset 0px 1px 0px #58c4ff; }
.flex-control-paging li a.flex-active { background: #20b0ff;box-shadow:inset 0px 1px 0px #58c4ff; cursor: default; }
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 24.25%; float: left; border:1px solid #efefef;margin: 0px;margin-right:1%;}
.flex-control-thumbs img {width: 100%; display: block; opacity: 1; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 0.9;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.flex-control-thumbs li:last-child {margin-right: 0px;}



/* Direction Nav */
#psingle-slider .flex-direction-nav {display: table;width: 127px;float:right;margin-top: -64px;}
#psingle-slider .flex-direction-nav {*height: 0;}
#psingle-slider .flex-direction-nav a  { text-decoration:none; display: block; padding-left:5px; background:#fff;width: 20px; height: 20px; margin: 0px 0 0; position: absolute; top:auto !important;bottom:0px !important; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: #fff !important; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
#psingle-slider .flex-direction-nav .flex-prev {left:0px;width: 62px;height:63px;background: #484747;display:table;float:left;color:#fff;line-height:63px;position:relative;text-align: center;}
#psingle-slider .flex-direction-nav .flex-next {right:0;width: 62px;height:63px;background: #484747;display:table;float:right;color:#fff;line-height:63px;position:relative;text-align: center;}
#psingle-slider .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
#psingle-slider .flex-direction-nav a.flex-next:before  { content: '\f054'; }
#psingle-slider .flex-direction-nav .flex-prev:hover ,#psingle-slider .flex-direction-nav .flex-next:hover {
background:url(../../images/before.png) no-repeat top right;
background-color: #1b9cff;
 -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
#psingle-slider .flex-direction-nav a, #psingle-slider a,
#psingle-slider .flex-next,#psingle-slider .flex-prev {color:#fff !important;}


/* Direction Nav */
#post-slider .flex-direction-nav {display: table;width: 127px;float:right;margin-top: -64px;}
#post-slider .flex-direction-nav {*height: 0;}
#post-slider .flex-direction-nav a  { text-decoration:none; display: block; padding-left:5px; background:#fff;width: 20px; height: 20px; margin: 0px 0 0; position: absolute; top:auto !important;bottom:0px !important; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: #fff !important; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
#post-slider .flex-direction-nav .flex-prev {left:0px;width: 62px;height:63px;background: #484747;display:table;float:left;color:#fff;line-height:63px;position:relative;text-align: center;}
#post-slider .flex-direction-nav .flex-next {right:0;width: 62px;height:63px;background: #484747;display:table;float:right;color:#fff;line-height:63px;position:relative;text-align: center;}
#post-slider .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
#post-slider .flex-direction-nav a.flex-next:before  { content: '\f054'; }
#post-slider .flex-direction-nav .flex-prev:hover ,#post-slider .flex-direction-nav .flex-next:hover {
background:url(../../images/before.png) no-repeat top right;
background-color: #1b9cff;
 -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}



/* Direction Nav */
#featured-shop .flex-direction-nav {display: table;width: 127px;float:right;    float: right;
    margin-top: 0px;
    top: 39%;
    position: absolute;
    width: 100%;
}
#featured-shop .flex-direction-nav {*height: 0;}
#featured-shop .flex-direction-nav a  { text-decoration:none; display: block; padding-left:5px; background:#fff;width: 26px; height: 26px; margin: 0px 0 0; position: absolute; top:auto !important;bottom:0px !important; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: #fff !important; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
#featured-shop .flex-direction-nav .flex-prev {left:0px;width: 26px;height:26px;background: #484747;display:table;float:left;color:#fff;line-height:26px;position:relative;text-align: center;padding-right: 7px;}
#featured-shop .flex-direction-nav .flex-next {right:0px;width: 26px;height:26px;background: #484747;display:table;float:right;color:#fff;line-height:26px;position:relative;text-align: center;}
#featured-shop .flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
#featured-shop .flex-direction-nav a.flex-next:before  { content: '\f054';font-size:10px; }
#featured-shop .flex-direction-nav a.flex-prev:before  { content: '\f053';font-size:10px; }
#featured-shop .flex-direction-nav .flex-prev:hover ,#featured-shop .flex-direction-nav .flex-next:hover {
background-color: #1b9cff;
 -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
#psingle-slider .flex-direction-nav a, #psingle-slider a,
#psingle-slider .flex-next,#psingle-slider .flex-prev {color:#fff !important;font-size:10px;}


#post-slider .flex-direction-nav a, #psingle-slider a,
#post-slider .flex-next,#psingle-slider .flex-prev {color:#fff !important;font-size:10px;}


.isotope {
	margin-top: 10px;
}

.folio-inner {
	overflow: hidden;
	background: #fff;
}

.folio-filter {
	position: relative;
	bottom: 0px;
	display: table;
	margin: 20px auto 65px;
	float: none;
	padding: 0px;
}

.folio-filter li {
	display: inline-block;
	margin-right: 24px;
	margin-left: 24px;
}

.folio-filter li:last-child {
	padding-right: 0px;
}

.folio-filter li a {
	display: block;
	font-family: Raleway;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #666;
	padding: 0 0px;
	letter-spacing: 0.15em;
}

.folio-filter li a span {
	margin-right: 6px;
}

.folio-filter li a:hover, .folio-filter li a.selected {
	color: #000;
	text-decoration: none;
}
	
/* Isotope Transitions
------------------------------- */
/* Note: Design for a width of 480px */
@media only screen and (max-width: 470px) {

.folio-filter {
    margin: 50px auto 0px;
}

.folio-filter li {
    font-size: 12px;
    padding: 3px 3px;
}

}

/* Note: Design for a width of 480px */
@media only screen and (max-width: 767px) {

.folio-filter {
    margin: 50px auto 0px;
}

}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104200;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 104300;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 104500; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 104400; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 104600;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


@import 'settings-panel.css';

html,
body {
	width: 100%;
	height: 100%;
}

body {
    font-family: 'Rubik', sans-serif;
    /*font-family: Open Sans,'Helvetica Neue',Arial,sans-serif;*/
    /*background: #FFF url("../images/pattern/pattern11.png") fixed; */
}

a {
    color: #8dc73f;
    transition: .4s;
}

a, a:hover, a:focus, a:active {
	outline: 0;
	text-decoration: none;
	transition: .4s;
	color:inherit;
}

a:hover {
	color: #8dc73f;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
    color: #000;
}

p {
	margin-bottom: 17px;
	font-size: 13px;
	line-height: 23px;
	color: #878787;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.no-padding {
	padding: 0 !important;
}

.outer-wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	background:#fff;
}

.outer-wrapper.boxed {
	width: 98%;
	max-width:1250px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

.outer-wrapper.boxed header {
	width: 100%;
	max-width:1250px;
	margin-left: auto;
	margin-right: auto;
}


#header-main.affix a.navbar-brand {
	font-size: 31px !important;
	margin: 5px 0 0;
}

#header-main.affix {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin-top: 0;
	padding: 10px 0;
	min-height: inherit;
	z-index: 999;
	background: #ffffff;
	background: rgba(255,255,255,1);
	border-bottom: 1px solid #efefef;
}

#header-main.affix .navbar {
	margin-top: 0px;
}

#header-main.affix .navbar-nav > li > .dropdown-menu {
	margin-top: 12px !important;
}

#header-main.affix .navbar-brand img {
	width: 80%;
	margin-top: 7px;
}

#header-main.affix .navbar-brand {
	line-height: 38px;
}

#header-main {
    padding: 0px;
    position: relative;
    background-color: #FFF;
    top: 0px;
    left: 0px;
    right: 0px;
    font-family: inherit;
    /*font-family: raleway;*/
    z-index: 999;
}

#header-main .navbar-default {
	background-color: transparent;
	border: none;
}

#header-main .navbar-brand {
    padding: 7px 0 0;
}


#header-main .navbar-brand img {
    width: 123px;
    height: 24px;
}

#header-main .navbar {
	margin-bottom: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0px;
	margin: 2px 0px 0px;
	list-style: outside none none;
	font-size: 14px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
	background-clip: padding-box;
}

#header-main .yamm .nav,
	#header-main .yamm .collapse,
	#header-main .yamm .dropup,
	#header-main .yamm .dropdown {
	position: static;
}

#header-main .yamm .container {
	position: relative;
}

#header-main .yamm .dropdown-menu {
	left: auto;
	right: auto;
}

.white-wrapper .testimonial h3,
	#header-main .yamm-fw .dropdown-menu li a {
	color: #262626 !important;
}

#header-main .yamm-fw .dropdown-menu li a:before {
	font-family: "FontAwesome";
	content: "\f105";
	font-size: 13px;
	padding-right: 5px;
}

#header-main .yamm-fw .dropdown-menu li {
	list-style: none;
	padding: 0;
}

#header-main .yamm-fw .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;
}

#header-main .yamm .yamm-content {
	padding: 20px;
}

#header-main a:hover {
	text-decoration: none;
}

#header-main .dropdown-menu li a:focus,
	#header-main .dropdown-menu li a:active,
	#header-main .dropdown-menu li a:hover {
	background-color: #fff;
}

#header-main .yamm img {
	margin-bottom: 10px;
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: none;
	margin-top: -1px;
	border: none;
	border-top: 3px solid #fff;
z-index: 999999;
}

#header-main .navbar-nav > li > a:focus,
#header-main .navbar-nav > li > a {
	color: #262626;
	padding: 35px 18px 34px;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	z-index: 99999;
}

#header-main .navbar-nav > li:hover > a ,
#header-main .navbar-nav > li > a:hover {
background:transparent !important;
}


#header-main .dropdown-menu li a {
	text-decoration: none;
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 12px;
	color: #262626 !important;
	background: transparent !important;
	font-weight:500;
}

#header-main .dropdown-menu li a:hover {
	color: #8dc73f !important;
	background: #fff !important;
}

#header-main .dropdown-menu {
	padding: 0 !important;
	border-radius: 0 !important;
}

#header-main .yamm-fw .dropdown-menu li a {
	padding: 11px 0px;
	font-size: 13px;
	font-weight:500;
}

#header-main .yamm-fw .dropdown-menu li a:hover {
	background: transparent !important;
	color: #8dc73f !important;
}

#header-main .dropdown-menu li {
	float: none;
	display: block;
	margin: 0;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
}

#header-main .dropdown-menu li:last-child {
	border-bottom: 0;
}

#header-main .navbar-nav > li > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a,
	#header-main .navbar-default .navbar-nav > .open > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a:focus {
	color: #8dc73f !important;
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	border-top-color: #8dc73f !important;
}

#header-main .yamm h3 i,
	#header-main .yamm-fw .dropdown-menu li a:before {
	color: #8dc73f;
}

.yamm .dropdown-submenu > .dropdown-menu {
	top: 0px;
	left: 100% !important;
	margin-top: -3px !important;
	margin-left: -1px;
	border-radius: 0px 6px 6px;
}

#header-main .yamm .dropdown-menu {
	right: auto;
}

.arrow-up {
    color: rgb(0, 0, 0);
    font-size: 12px;
    display: inline-block;
    line-height: 0;
    position: relative;
    top: -1px;
    color: #aaa;
    margin-left: 2px;
}

#header-main .navbar-nav > li > a:hover .arrow-up {
	color:#8DC73F;
}

#header-main .navbar-nav > li > a.active .arrow-up {
	color:#8DC73F;
}

.navbar-brand {
    font-family: inherit;
	/*font-family: Pacifico;*/
	color: #000 !important;
	margin-top: 27px;
	font-size: 35px;
}

.navbar-nav {
	float: left;
	margin: 0 0 -1px;
}

.slider-wrap {
    position: relative !important;
}

.inner-content {
	padding: 90px 0;
}

.section-about h3 {
	font-size: 25px;
	margin: 15px 0 20px;
}

.section-services2 h3 {
	font-size: 25px;
	margin: 0 0 20px;
}

.ss2-content i {
	font-size: 35px;
	color: #8dc73f;
}

.ss2-content h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0 13px;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}

.button {
    background: #000;
    padding: 15px 20px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: inherit;
    /*font-family: Montserrat;*/
    border-radius: 0px;
    display: table;
    transition: .4s;
}

.button:hover {
	background: #8dc73f !important;
	color: #fff !important;
}

.button.color2:hover  ,
.button.color3:hover  ,
.button.color4:hover {
	background: #000 !important;
	color: #fff !important;
}

    .button.btn-border {
        background: transparent !important;
        padding: 15px 20px;
        color: #000;
        border: 2px solid #000;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px;
        font-family: inherit;
        /*font-family: Montserrat;*/
        border-radius: 0px;
        display: table;
        transition: .4s;
    }

.button.btn-border:hover {
	background: #000 !important;
	color: #fff;
}

.button.color2 {
	background: #8dc73f;
}

.button.color3 {
	background: #0FA2D5;
}

.button.color4 {
	background: #FF4862;
}

.button.color5 {
	background: #8dc73f;
}

.button.color5:hover {
	background: #000 !important;
}

.button.btn-border.color2 {
	border-color: #8dc73f;
	color: #8dc73f;
}

.cta-clr {
	background:#8dc73f;
}

.button.btn-border.color3 {
	border-color: #0FA2D5;
	color: #0FA2D5;
}

.button.btn-border.color4 {
	border-color: #FF4862;
	color: #FF4862;
}

.button.btn-border.white {
	border-color: #fff;
	color: #fff;
}

.button.btn-border.color2:hover {
	background: #8dc73f !important;
	color: #fff;
}

.button.btn-border.color3:hover {
	background: #0FA2D5 !important;
	color: #fff;
}

.button.btn-border.color4:hover {
	background: #FF4862 !important;
	color: #fff;
}

.button.btn-border.white:hover {
	border-color: #fff;
	background:#fff !important;
	color: #000 !important;
}


.button.one {
	background: #8dc73f;
}

.btn-radius {
	border-radius: 5px !important;
}

.content-head {
	margin-bottom: 60px;
}

.content-head em {
	font-size: 18px;
	display: block;
	color: #777;
	margin: 8px 0 0;
}

.section-team-block .left {
	text-align: right;
	padding: 1px;
}

.section-team-block .left img {
	float: right;
	margin-left: 40px;
}

.section-team-block .right {
	text-align: left;
	padding: 1px;
}

.section-team-block .right img {
	float: left;
	margin-right: 40px;
}

.section-team-block h4 {
	margin: 10px 0 5px;
}

.section-team-block p {
	margin: 0 0 20px;
}

.small-sep {
	height: 2px;
	background: #8dc73f;
	width: 50px;
}

.social-c1 {
	margin-top: -15px;
	margin-bottom: 0px;
}

.left .social-c1 a {
	color: #000;
	margin-left: 3px;
}

.right .social-c1 a {
	color: #000;
	margin-left: 3px;
}

.right .social-c1 a:hover {
	opacity:0.5;	
}

.button.simple {
	background: transparent;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 0 0 5px;
	color: #000;
	font-size: 10px;
	letter-spacing: 2px;
	opacity: 0.3;
}

.skills {
}

/* Top bar */
#top-bar {
  background: #fff;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12px;
  height: 40px;
  position: relative;
  color: #b3b3b3;
  -moz-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 3px 0 rgba(0, 0, 0, 0.05);
}
#top-bar .nav-social-icons {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content {
  height: 100%;
  float: left;
  padding-right: 12px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
#top-bar .top-bar-content p {
  margin: 0;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  font-size: 11px;
  color: #b3b3b3;
}

#top-bar .top-bar-content p span {
	margin:0 5px;
}

#top-bar .container,
#top-bar .row,
#top-bar [class*="col-"] {
  height: 100%;
}
#top-bar a {
  color: #b3b3b3;
  font-weight: 400;
}
#top-bar a:hover {
  color: #b3b3b3;
}
#top-bar p a {
	border-bottom:1px solid #b3b3b3;
}
#top-bar p a:hover {
  text-decoration: none;
}

#top-bar .top-login {
  float: right;
  position: relative;
  z-index: 101;
  height: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  padding:0 15px;
}
#top-bar .top-login ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  right: 0;
  background: #333;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  min-width: 150px;
  padding: 5px 10px;
  display: none;
}
#top-bar .top-login ul li a {
  display: block;
  padding: 3px;
  color: #fff;
}
#top-bar .top-login:hover {
  cursor: pointer;
}
#top-bar .top-login:hover ul {
  display: block;
}

.top-login a {
	line-height:42px;
}

/* Social Icons */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.social-icons:after {
  content: "";
  display: table;
  clear: both;
}
.social-icons li {
  height: 32px;
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
}
.social-icons li a {
  height: 32px;
  width: 32px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  overflow: hidden;
  background: transparent;
  -moz-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -o-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  -webkit-transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  transition: background 0.2s, color 0.1s, box-shadow 0.1s;
  text-align: center;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.25);
  color: #919191;
}
#footer-widget-area .social-icons li a {
  -moz-box-shadow: inset 0 0 0 1px #6F6F6F;
  -webkit-box-shadow: inset 0 0 0 1px #6F6F6F;
  box-shadow: inset 0 0 0 1px #6F6F6F;
  color: #cfcfcf;
}
#footer-widget-area .social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a:hover {
  text-decoration: none;
  color: #fff;
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.social-icons li a i {
  display: block;
  height: 32px;
  padding: 10px 0;
  top: 0;
  -moz-transition: top 0.2s;
  -o-transition: top 0.2s;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
  position: relative;
}
.social-icons li:hover a i {
  top: -100%;
}

#top-bar .social-icons li {
  margin: 0;
}
#top-bar .social-icons li a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #b3b3b3;
}
#top-bar .social-icons li a:hover {
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}
#top-bar .social-icons li a i {
  padding: 15px 0;
}
#top-bar .social-icons li, #top-bar .social-icons a, #top-bar .social-icons i {
  height: 40px;
}
.social-icons .facebook a:hover {
  background: #3B5998;
}
.social-icons .twitter a:hover {
  background: #33ccff;
}
.social-icons .pinterest a:hover {
  background: #cb2027;
}
.social-icons .github a:hover {
  background: #000000;
}
.social-icons .linkedin a:hover {
  background: #007bb6;
}
.social-icons .dribbble a:hover {
  background: #EE508D;
}
.social-icons .google-plus a:hover {
  background: #dd4b39;
}
.social-icons .youtube a:hover {
  background: #bb0000;
}
.social-icons .vimeo-square a:hover {
  background: #44bbff;
}
.social-icons .flickr a:hover {
  background: #ff0084;
}
.social-icons .skype a:hover {
  background: #00AFF0;
}
.social-icons .instagram a:hover {
  background: #517fa4;
}
.social-icons .tumblr a:hover {
  background: #00225F;
}
.social-icons .codepen a:hover {
  background: #252527;
}
.social-icons .behance a:hover {
  background: #1769ff;
}
.social-icons .deviantart a:hover {
  background: #4e6252;
}
.social-icons .digg a:hover {
  background: #000;
}
.social-icons .dropbox a:hover {
  background: #007ee5;
}
.social-icons .foursquare a:hover {
  background: #0072b1;
}
.social-icons .jsfiddle a:hover {
  background: #4679bd;
}
.social-icons .openid a:hover {
  background: #f78c40;
}
.social-icons .reddit a:hover {
  background: #ff4500;
}
.social-icons .soundcloud a:hover {
  background: #f80;
}
.social-icons .spotify a:hover {
  background: #7ab800;
}
.social-icons .steam a:hover {
  background: #262627;
}
.social-icons .stumbleupon a:hover {
  background: #eb4924;
}
.social-icons .vine a:hover {
  background: #00b488;
}
.social-icons .lastfm a:hover {
  background: #c3000d;
}
.social-icons .vk a:hover {
  background: #45668e;
}
.social-icons .apple a:hover {
  background: #202020;
}
.social-icons .windows a:hover {
  background: #00bcf2;
}
.social-icons .wordpress a:hover {
  background: #21759b;
}

/*												Progress Bars ^
--------------------------------------------------------------*/
.progress-bars {
	margin-bottom: 30px;
}

.progress-scale {
	height: 6px;
	margin-bottom: 25px;
}

.progress-label {
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #474343;
}

.progress-line {
	width: 0;
	height: 6px;
	position: relative;
	-webkit-transition: width 2s ease-in-out;
	transition: width 2s ease-in-out;
}

.progress-line {
	background-color: #8dc73f;
	-webkit-animation: bg-move 2s linear infinite;
	animation: bg-move 2s linear infinite;
}

#section-testimonials {
}

.quote-info {
	text-align: center;
}

.quote-info img {
	border-radius: 50%;
	display: table;
	margin: 0 auto 20px;
	max-width: 100px;
	padding: 5px;
	border: 1px solid #e1e1e1;
}

.quote-info p {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	line-height: 25px;
	padding: 0 15%;
}

.quote-info h2 {
	font-size: 15px;
	text-transform: uppercase;
}

.page_header_parallax {
    /*background: #000 url(../images/bg/p_header.jpg) no-repeat fixed center;*/
    background: #000;
    background-size: cover;
    padding: 80px 0 80px;
}

.page_header_parallax2 {
    /*background: #000 url(../images/bg/p_header2.jpg) no-repeat fixed center;*/
    background: #000;
    background-size: cover;
    padding: 80px 0 80px;
}

.page_header_parallax3 {
    /*background: #000 url(../images/bg/p_header3.jpg) no-repeat fixed center;*/
    background: #000;
    background-size: cover;
    padding: 80px 0 80px;
}

.page_header_parallax4 {
    /*background: #000 url(../images/bg/p_header4.jpg) no-repeat fixed center;*/
    background: #000;
    background-size: cover;
    padding: 80px 0 80px;
}

.page_header_parallax5 {
    /*background: #000 url(../images/bg/p_header5.jpg) no-repeat fixed center;*/
    background: #000;
    background-size: cover;
    padding: 80px 0 80px;
}

.page_header_parallax6 {
    /*background: #000 url(../images/bg/p_header6.jpg) no-repeat fixed center;*/
    background: #000;
    background-size: cover;
    padding: 80px 0 80px;
}

.page_header_parallax7 {
    /*background: #000 url(../images/bg/p_header7.jpg) no-repeat fixed center;*/
    background: #000;
    background-size: cover;
    padding: 80px 0 80px;
}

.page_header h3 {
    font-family: inherit;
    /*font-family: Raleway;*/
    margin: 0;
    color: #Fff;
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 48px;
    font-weight: 300;
}

.page_header h3 span {
    background: #8dc73f;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 4px 6px;
    display: table;
	font-weight:700;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom:15px;
}

.page_header.career-head {
    /*background: #000 url(../images/other/career.jpg) no-repeat fixed top center;*/
    background: #000;
    background-position: 0 -35%;
}

.bcrumb-wrap {
border-bottom: 1px solid #F0F0F0;
background:#fff;
max-height:64px;
}

.bcrumbs {
	margin-top: 10px;
}

.bcrumbs li {
	float: left;
	margin-right: 20px;
	color: #888;
	line-height: 25px;
	position: relative;
	font-size:13px;
}

.bcrumbs li::before {
	content: "/";
	position: absolute;
	right: -12px;
	color: #aaa;
	opacity: 0.5;
}

.bcrumbs li:last-child:before {
	display: none;
}

.bcrumbs li a {
	color: #aaa;
}

footer {
    /*background: #282828 url(../images/footer-bg.png) no-repeat bottom right;*/
    background: #282828;
    background-size: 80%;
    padding: 80px 0 140px;
}

.hidden-heading {
	display:none !important;
}

.footer-bottom {
	background: rgba(255,255,255,0.03);
	height: 80px;
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	overflow: hidden;
	padding: 23px 0;
}

.footer-bottom p {
	color: #666;
	padding-top: 5px;
	margin: 0;
}

#accordion .panel-default > .panel-heading {
	color: #333;
	background-color: transparent;
	border: none;
	border-radius: 0px;
	padding: 0;
}

#accordion.panel-group .panel {
	margin-bottom: 1px;
	border-radius: 0px;
	background-color: transparent;
}

#accordion .panel-title {
	overflow: hidden;
}

#accordion .panel-title a {
	padding: 15px 20px 15px 60px !important;
	font-size: 13px;
	display: table;
	width: 100%;
	position: relative;
	font-weight: 400;
	overflow: hidden;
}

#accordion .panel-default {
	border: none;
}

#accordion .panel-title a span {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #B4B4B4;
	padding: 0px 16px;
	font-size: 13px;
	background: transparent;
	border: 1px solid #ececec;
	border-radius: 3px;
	height: 43px;
	line-height: 41px;
	transition: .4s;
}

#accordion.panel-group .panel.active .panel-title a span {
	background: #8dc73f;
	color: #fff;
	transition: .4s;
}

#accordion .panel-title a i {
	color: #aaa;
	font-size: 14px;
	margin-right: 7px;
	position: relative;
	top: 1px;
	transition: .4s;
}

#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	padding: 0;
}

#accordion2 .panel-default > .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 0 25px 60px;
	margin: 0px;
}

.error-404 h2 {
    font-size: 200px;
    text-shadow: 0px 4px 0px #DCDCDC;
    margin: -44px 0 0;
    font-weight: 300;
}

.error-404 p {
	font-size: 20px;
	margin: 0 0 35px;
	font-weight: 300;
}

.faq-acc1 .panel-heading ,
.faq-acc2 .panel-heading ,
.faq-acc3 .panel-heading {
	background: #fff;
	border: 1px solid #f1f1f1;
	color: #000;
	padding: 18px 20px;
	border-radius: 0px;
}

.faq-acc1 .panel-title ,
.faq-acc2 .panel-title ,
.faq-acc3 .panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	text-transform: uppercase;
	color: inherit;
}

.faq-acc2 .panel-title i ,
.faq-acc3 .panel-title i {
	margin-right: 5px;
}

.panel-body {
	font-size: 13px;
	line-height: 22px;
	color: #777;
	padding: 20px 20px 20px 30px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none !important;
}

.blockQuote-parallaxed blockquote {
	margin: 0 auto 20px;
	color: #fff;
}

iframe {
	border: none;
	width: 100%;
}

#map-default {
	width: 100%;
	height: 350px;
}

#map-greyscale {
	width: 100%;
	height: 350px;
}

.map-greyscale#map-greyscale {
    width: 100%;
    height: 500px;
}

.full-contact {
	background:#fff;
    padding: 70px 100px;
}

.full-contact input {
	width:100% !important;
}

#map-colorful {
	width: 100%;
	height: 350px;
}

.block-heading h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 30px;
    background: #8DC73F;
    color: #fff;
    font-family: inherit;
    /*font-family:Open Sans;*/
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    display: Table;
}

.faq-simple h3 {
	font-size: 17px;
	margin: 0 0 15px;
	color: #000;
}

.mm-content h1 {
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 5px;
}

.feature-box .feature-box-icon {
	float: left;
	font-size: 40px;
	color: #8dc73f;
	position: relative;
	top: -5px;
}

.feature-box2 .feature-box-icon {
	float: left;
	font-size: 30px;
	position: relative;
	top: -5px;
	border-radius:50%;
	background:#8dc73f;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#fff;
}

.feature-box2 .feature-box-info {
margin-left:85px;
}

.feature-box-info {
	margin-left: 55px;
}

.feature-box-info h4 {
	text-transform: uppercase;
	font-size: 15px;
}

.mm-wrap {
	padding-bottom: 40px;
}

.logo {
	margin-top: -165px;
}

.pricing-table-s1 {
	background: #f5f5f5;
	padding: 0 0 40px;
}

.pricing-table-s1 .price-inner h2 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	line-height: 80px;
	margin: 0;
}

.plan-price {
    color: #fff;
    font-family: inherit;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
    text-align: center;
    font-size: 40px;
    padding: 20px 30px;
    background: #8dc73f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #8dc73f 0%, #8dc73f 85%, #7aad36 86%, #7aad36 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8dc73f), color-stop(85%,#8dc73f), color-stop(86%,#7aad36), color-stop(100%,#7aad36));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc73f', endColorstr='#7aad36',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */;
}

.plan-price span {
	font-size: 15px;
}

.pricing-table-s1 ul {
	display: table;
	margin: 15px auto;
}

.pricing-table-s1 li {
	padding: 10px 15px;
	font-size: 14px;
	color: #aaa;
	position: relative;
}

.pricing-table-s1 li.check {
	color: #000;
}

.pricing-table-s1 li i {
	position: absolute;
	top: 12px;
	color: #8dc73f;
	left: -7px;
}

.btn-center {
	display: table;
	margin: 0 auto;
}

.btn-xs {
	padding: 8px 15px !important;
	font-size:10px;
}

.btn-small {
	padding: 8px 15px !important;
}

.btn-md {
	padding: 12px 15px !important;
}

.btn-lg {
	padding: 18px 20px !important;
}

.btn-exlg {
	font-size: 20px;
	padding: 20px 30px !important;
}

.btn-reveal {
	text-align: center;
	transition: .4s;
	position: relative;
	overflow: hidden;
}

.btn-reveal:hover {
	padding-left: 40px !important;
	transition: .4s;
	color: #fff !important;
}

.btn-reveal i {
	position: absolute;
	left: -60px;
	transition: .4s;
	color: #fff !important;
	font-size: 16px;
}

.btn-reveal.btn-lg {
	padding: 18px 40px !important;
}

.btn-reveal.btn-md {
	padding: 12px 30px !important;
}

.btn-reveal.btn-small {
	padding: 8px 30px !important;
}

.btn-reveal.btn-xs {
	padding: 5px 30px !important;
}

.btn-reveal.btn-lg:hover {
	padding: 18px 30px 18px 50px !important;
}

.btn-reveal.btn-md:hover {
	padding: 12px 20px 12px 40px !important;
}

.btn-reveal.btn-small:hover {
	padding: 8px 20px 8px 40px !important;
}

.btn-reveal.btn-xs:hover {
	padding: 5px 20px 5px 40px !important;
}

.btn-reveal:hover i {
	position: absolute;
	left: 16px;
	transition: .4s;
}

.pricing-table2 thead tr th {
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: inherit;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
    padding: 25px 0;
    background: #8dc73f;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #8dc73f 0%, #8dc73f 85%, #7aad36 86%, #7aad36 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8dc73f), color-stop(85%,#8dc73f), color-stop(86%,#7aad36), color-stop(100%,#7aad36));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
    /* IE10+ */
    background: linear-gradient(135deg, #8dc73f 0%,#8dc73f 85%,#7aad36 86%,#7aad36 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc73f', endColorstr='#7aad36',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */;
}

.pricing-table2 thead tr th:first-child {
	background: none;
}

.pricing-table2 thead tr th span {
	color: #fff;
	font-size: 15px;
}

.pricing-table2 thead,
.pricing-table2 thead tr th,
.pricing-table2 tbody tr td {
	border: 1px solid #f1f1f1;
}

.pricing-table2 tbody tr td:first-child {
	font-size: 16px;
	padding: 35px 15px;
}

.pricing-table2 tbody tr td:first-child i {
	font-size: 25px;
	margin-right: 8px;
}

.pricing-table2 tbody tr td:nth-child(2) ,
.pricing-table2 tbody tr td:nth-child(3) ,
.pricing-table2 tbody tr td:nth-child(4) {
	vertical-align: middle;
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}

.pricing-table2 tbody tr td:nth-child(2) i,
.pricing-table2 tbody tr td:nth-child(3) i,
.pricing-table2 tbody tr td:nth-child(4) i {
	font-size: 30px;
	margin-bottom: 4px;
	color: #d5d5d5;
}

.table a {
	display: inline;
}

.pricing-table3 ul li {
	width: 23%;
	margin: 0 1%;
	float: left;
	border-radius: 5px;
	text-align: center;
	background: #fff;
	position: relative;
	overflow: hidden;
}

.pricing-table3 ul li h3 {
	background: #8dc73f;
	padding: 60px 15px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	margin: 0;
}

.pricing-table3 ul li .price {
	color: #000;
	font-size: 30px;
	font-weight: 700;
	padding: 30px 0px;
	line-height: 26px;
	display: table;
	width: 100%;
}

.pricing-table3 ul li .price small {
	color: #888;
	display: block;
	font-size: 16px;
	font-weight: 400;
}

.pricing-table3 ul li ul {
	margin: 0 0 25px;
	display: table;
}

.pricing-table3 ul li ul li {
	width: 100%;
	margin: 0;
	padding: 8px 15px;
	color: #aaa;
}

.pricing-table3 ul li ul li.active {
	color: #000;
}

.pricing-table3 {
	background: #000;
	padding: 100px 0;
}

.pricing-table3 .buy {
	padding: 15px 15px;
	background: #F1F1F1;
	color: #000;
	font-size: 30px;
	display: table;
	width: 100%;
}

.pricing-table3 .stamp {
	width: 116px;
	height: 85px;
	border-radius: 0px;
	color: #FFF;
	padding: 13px 17px;
	text-align: center;
	font-weight: 400;
	position: absolute;
	right: -22px;
	top: -10px;
	margin: 0px;
	font-size: 12px;
	transform: rotate(45deg);
}

.pricing-table3 .stamp span {
	position: relative;
	z-index: 8888;
}

.pricing-table3 .stamp::after {
	content: "";
	background: rgba(0,0,0,0.2);
	height: 65px;
	width: 250%;
	position: absolute;
	z-index: 0;
	top: -5px;
	left: -75%;
}

.pricing-table3 .stamp i {
	display: block;
	margin-bottom: 8px;
}

.popular {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 12px;
}

.search-container {
	padding: 0;
}

.search-container input {
	height: 60px !important;
	border: 1px solid #000;
	line-height: 58px;
	padding: 0 30px;
	color: #000;
}

.search-container input {
	height: 60px;
	border: 1px solid #f1f1f1;
	border-right: none;
	line-height: 58px;
	padding: 0 20px;
	color: #000;
}

.search-container button {
	height: 60px;
	color: #fff;
	background: #8dc73f;
	padding: 0 15px;
	line-height: 60px;
	border: none;
	border-radius: 0 5px 5px 0;
	font-size: 25px;
	width: 85px;
}

.search-container h4 {
	margin: 0 0 50px;
	text-transform: uppercase;
	font-size: 30px;
}

.recent-search {
	text-align: center;
}

.recent-search li {
	padding: 0 10px 20px;
	display: inline-block;
}

.recent-search li a {
	border: 1px solid #000;
	padding: 5px 15px;
	color: #000;
	display: table;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 4px;
}

.recent-search li a:hover {
	color: #fff;
	background: #000;
}

.search-container h5 {
	text-align: center;
	border-bottom: 1px solid #000;
	padding: 0 0 10px;
	display: table;
	margin: 0 auto 30px;
}

.search-widget {
	position: relative;
}

.search-widget button {
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent;
	border: medium none;
	width: 43px;
	height: 52px;
	line-height: 35px;
	text-align: center;
}

.side-widget h4 {
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 15px;
}

.cat-list li {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px 0;
}

.cat-list li:last-child {
	border-bottom: none;
	padding: 10px 0 0;
}

.cat-list li a {
	color: #000;
	font-size: 13px;
}

.cat-list li a:hover {
	color: #8dc73f;
}

.cat-list li i {
	float: right;
	font-size: 10px;
	position: relative;
	top: 7px;
}

.popular-post {
}

.popular-post li {
	display: table;
	margin: 0 0 20px;
}

.popular-img {
	width: 60px;
	float: left;
}

.popular-desc {
	margin-left: 75px;
}

.popular-desc h5 {
	margin: 8px 0 2px;
	font-size: 13px;
}

.popular-desc h5 a {
	color: #000;
}

.popular-desc h5 a:hover {
	color: #8dc73f;
}

.popular-desc span {
	color: #999;
	font-size: 13px;
}

.tag-list a {
	margin: 0 2px 6px;
	background: #000;
	color: #fff !important;
	padding: 5px 10px;
	display: inline-block;
	font-size: 11px;
	letter-spacing: 1px;
}

.tag-list a:hover {
	background:#8dc73f;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
 /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-tabs {
	border-bottom: none;
	display: table;
	width: 100%;
}

.nav-tabs li {
	border: 1px solid #e5e5e5;
	border-right: none;
	width: 25%;
	position: relative;
	overflow: hidden;
}

.nav-tabs li.active::after {
	content: "";
	background: #8dc73f;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -9px;
	right: -10px;
	transform: rotate(45deg);
}

.nav-tabs li:last-child {
	border-right: 1px solid #e5e5e5;
}

    .nav-tabs li a {
        box-shadow: none;
        background: transparent;
        border: none !important;
        display: table;
        width: 100%;
        text-align: center;
        padding: 40px 10px;
        font-family: inherit;
        /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
        color: #000;
        font-size: 16px;
    }

.nav-tabs li a span {
	color: #8dc73f;
	margin-right: 10px;
}

.tab-pane {
	padding: 25px 20px 15px 20px;
	border: 1px solid #e5e5e5;
}

.tab-pane .panel-heading {
	width: 100%;
	padding: 0;
	margin: 0;
}

    .tab-pane .panel-heading a {
        width: 100%;
        padding: 12px 15px;
        color: #000;
        font-family: inherit;
        /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
        display: table;
    }

.tab-pane .panel {
	margin-bottom: 10px;
	background-color: transparent;
	border: none;
	border-radius: none;
	box-shadow: none;
}

#accordion-e1 .panel-heading ,
#accordion-e2 .panel-heading ,
#accordion-e3 .panel-heading {
	color: #333;
	border: none;
	padding: 0 !important;
}

#accordion-e1 .panel-title ,
#accordion-e2 .panel-title ,
#accordion-e3 .panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: inherit;
	background: #fff;
}

#accordion-e2 .panel-title {
	background: #000;
}

#accordion-e3 .panel-title {
	background: #fff;
}

#accordion-e1 .panel-title a ,
#accordion-e2 .panel-title a ,
#accordion-e3 .panel-title a {
	padding: 22px 35px 22px 22px;
	display: table;
	width: 100%;
	border: 1px solid #f1f1f1;
	color: #000;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
}

#accordion-e2 .panel-title a {
	border: none;
	color: #fff;
}

#accordion-e3 .panel-title a {
	border: none;
	border-bottom: 2px solid #f1f1f1;
	padding-left: 0;
}

#accordion-e1 .panel-title a span ,
#accordion-e2 .panel-title a span ,
#accordion-e3 .panel-title a span {
	position: absolute;
	top: 22px;
	right: 17px;
	color: #ccc;
}

#accordion-e3 .panel-title span.icon-check2 {
	color: #8dc73f;
}

#accordion-e3 .panel-title span.icon-cross2 {
	color: #FF4862;
}

#accordion-e1 .panel-body p,
#accordion-e2 .panel-body p, 
#accordion-e3 .panel-body p {
	margin: 0;
}

.panel,
.panel-default {
	border: none;
	background: transparent;
	border-radius: 0px;
	box-shadow: none;
}

.alert.info {
	background: #2C3E50;
	color: #fff;
	padding: 20px;
}

.alert.success {
	background: #18BC9C;
	color: #fff;
	padding: 20px;
}

.alert.notice {
	background: #F39C12;
	color: #fff;
	padding: 20px;
}

.alert.error {
	background: #E74C3C;
	color: #fff;
	padding: 20px;
}

.alert-info {
	border: 1px solid #2C3E50;
	color: #2C3E50;
	padding: 20px;
	background: transparent;
}

.alert-success {
	border: 1px solid #18BC9C;
	color: #18BC9C;
	padding: 20px;
	background: transparent;
}

.alert-warning {
	border: 1px solid #F39C12;
	color: #F39C12;
	padding: 20px;
	background: transparent;
}

.alert-danger {
	border: 1px solid #E74C3C;
	color: #E74C3C;
	padding: 20px;
	background: transparent;
}

.alert {
	border-radius: 0;
}

.alert-info i ,
.alert-success i ,
.alert-warning i ,
.alert-danger i {
	margin-right: 0px;
}

.style1 {
	border-left: 5px solid #8dc73f;
}

.style1 p {
	font-size: 18px;
	font-weight: 300;
	line-height: 27px;
	color: #888;
}

.style1.blockquote-reverse {
	border-left: none;
	border-right: 5px solid #8dc73f;
}

.style2 {
	border: none;
	padding: 0 0 0 70px;
	position: relative;
}

.style2 span {
	color: #000;
	font-size: 50px;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.style2 p {
    font-size: 38px;
    font-weight: 100;
    line-height: 42px;
    font-family: inherit;
    /*font-family: Raleway;*/
    color: #555;
}

#testimonial .owl-prev {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0.3;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#testimonial .owl-next {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0.3;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#testimonial .owl-prev:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial .owl-next:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#testimonial .owl-prev:hover:after ,
#testimonial .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.btn-desc {
	text-align: center;
	font-size: 20px !important;
	padding: 20px 30px !important;
}

.btn-desc span {
	font-size: 12px;
	display: block;
}

.btn-full {
	width: 100%;
}

#stats1 {
	padding: 120px 0;
}

.stats1-info {
    text-align: center;
    font-family: inherit;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
}

.stats1-info p {
	color: #000;
	font-size: 60px;
	margin: 0 0 30px;
}

.stats1-info h2 {
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.stats1-info i {
	color: #8dc73f;
	font-size: 60px;
	margin: 0 auto 35px;
	display: table;
}

#stats2 {
	background-color: #333336;
	padding: 150px 0;
}

.stats2-info {
    text-align: center;
    font-family: inherit;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
}

.stats2-info p {
	color: #fff;
	font-size: 60px;
	margin: 0 0 30px;
}

.stats2-info h2 {
	color: #8dc73f;
	font-size: 16px;
}

#stats3 {
    padding: 100px 0;
    text-align: center;
    font-family: inherit;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
}

.parallax-bg1 {
	/*background: url(../images/bg/parallax/1.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

.parallax-bg2 {
	/*background: url(../images/bg/parallax/2.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

.parallax-bg3 {
	/*background: url(../images/bg/parallax/3.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

.parallax-bg4 {
	/*background: url(../images/bg/parallax/4.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

.parallax-bg5 {
	/*background: url(../images/bg/parallax/5.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

.parallax-bg6 {
	/*background: url(../images/bg/parallax/6.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg5 {
	/*background: url(../images/onepage/3/5.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg6 {
	/*background: url(../images/onepage/3/7.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

#one-res .parallax-bg1 {
	/*background: url(../images/onepage/3/9.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

#one-medical .parallax-bg2 {
	/*background: url(../images/onepage/4/3.jpg) fixed !important;*/
	position: relative;
	background-size: auto !important;
}

#one-law .parallax-bg2 {
	/*background: url(../images/onepage/4/3.jpg) fixed !important;*/
	position: relative;
	background-size: auto !important;
}

#one-hosting .parallax-bg2 {
	/*background: url(../images/onepage/4/3.jpg) fixed !important;*/
	position: relative;
	background-size: auto !important;
}


#one-medical .parallax-bg3 {
	/*background: url(../images/onepage/4/1.jpg) no-repeat center center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

#one-charity .parallax-bg5 {
	/*background: url(../images/onepage/5/volunter.jpg) no-repeat bottom center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

#one-gym .parallax-bg5 {
	/*background: url(../images/onepage/6/5.jpg) no-repeat bottom center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

#one-gym .parallax-bg2 {
	/*background: url(../images/onepage/6/6.jpg) no-repeat bottom center fixed !important;*/
	position: relative;
	background-size: cover !important;
}

.head-bdr {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 5px;
    border: 4px solid #fff;
    padding: 15px 20px;
    margin: 0 auto;
    display: table;
    font-weight: 700;
}

.pattern-bg1 {
	/*background: url(../images/bg/pattern/1.png) repeat fixed !important;*/
}

.pattern-bg2 {
	/*background: url(../images/bg/pattern/2.png) repeat fixed !important;*/
}

.stats3-info i {
	color: #8dc73f;
	font-size: 35px;
	margin: 0 0 30px;
}

.stats3-info p {
	color: #fff;
	font-size: 50px;
	margin: 30px 0 30px;
}

.stats3-info h2 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.no-padding {
	padding: 0;
}

.dark-bg {
	background: #333;
}

.padding30 {
	padding: 30px 0 !important;
}

.padding40 {
	padding: 40px 0 !important;
}

.padding50 {
	padding: 50px 0 !important;
}

.padding60 {
	padding: 60px 0 !important;
}

.padding70 {
	padding: 70px 0 !important;
}

.padding-top-70 {
	padding:70px 0 0 !important;
}


.padding80 {
	padding: 80px 0 !important;
}

.padding90 {
	padding: 90px 0 !important;
}

.padding100 {
	padding: 100px 0 !important;
}

.padding110 {
	padding: 110px 0 !important;
}

.padding150 {
	padding: 150px 0 !important;
}

.cta-dark h2 {
	margin: -5px 0 10px;
	color: #fff;
	font-size: 24px;
}

.cta-dark p {
	margin: 0 0 -5px;
}

.lite-white {
	color: #fff !important;
	opacity: 0.7;
}

.white {
	color: #fff !important;
	opacity: 1;
}

.ico-yellow {
	background:#FDC502 !important;
}

.no-margin {
	margin: 0px;
}

.cta-default-bdr {
	border: 1px solid #eee;
	background: #f2f2f2;
	display: table;
	width: 100%;
	padding: 40px 25px;
}

.cta-default-bdr p {
	font-size: 20px;
	color: #333;
	font-weight: 300;
	line-height: 27px;
	margin: 0;
}

.uppercase {
	text-transform: uppercase;
}

input.form-control {
	padding: 0 20px;
	border-radius: 3px;
	height: 50px;
	font-size: 14px;
	border: 1px solid #eaeaea;
}

textarea.form-control {
	padding: 20px 20px;
	border-radius: 3px;
	font-size: 14px;
	border: 1px solid #eaeaea;
}

.form-control-feedback {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	display: block;
	width: 34px;
	height: 44px;
	line-height: 42px !important;
	text-align: center;
	pointer-events: none;
}

.services {
}

.service-content span {
	width: 80px;
	height: 80px;
	color: #8dc73f;
	border-radius: 50%;
	padding-top: 15px;
	font-size: 40px;
	background: #fdfdfd;
	text-align: center;
	margin: 0 auto;
	display: table;
	position: relative;
	transition: .4s;
}

.service-content:hover span {
	background: #8dc73f;
	color: #fff;
	transition: .4s;
}

.service-content span:after {
	content: "";
	width: 100px;
	height: 100px;
	background: #8dc73f;
	position: absolute;
	opacity: 0;
	transition: .4s;
	top: -10px;
	bottom: 0px;
	right: -10px;
	border-radius: 50%;
}

.service-content:hover span:after {
	content: "";
	width: 80px;
	height: 80px;
	background: #8dc73f;
	position: absolute;
	opacity: 1;
	transition: .6s;
	top: -0px;
	bottom: 0px;
	right: -0px;
}

.service-content span i {
	position: relative;
	z-index: 888;
}

.service-content h2 {
	font-size: 15px;
	text-transform: uppercase;
}

.service-content p {
	font-size: 13px;
	line-height: 21px;
	margin: 0;
}

.feature-content i {
	width: 70px;
	height: 70px;
	color: #fff;
	border-radius: 50%;
	line-height: 70px;
	font-size: 30px;
	text-align: center;
	position: relative;
	transition: .4s;
	float: left;
	top: -4px;
	background: #8dc73f;
 /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #8dc73f 0%, #8dc73f 49%, #7aad36 50%, #7aad36 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#8dc73f), color-stop(85%,#8dc73f), color-stop(86%,#7aad36), color-stop(100%,#7aad36));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #8dc73f 0%,#8dc73f 49%,#7aad36 50%,#7aad36 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #8dc73f 0%,#8dc73f 49%,#7aad36 50%,#7aad36 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #8dc73f 0%,#8dc73f 49%,#7aad36 50%,#7aad36 100%);
 /* IE10+ */
	background: linear-gradient(135deg,  #8dc73f 0%,#8dc73f 49%,#7aad36 50%,#7aad36 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8dc73f', endColorstr='#7aad36',GradientType=1 );
 /* IE6-9 fallback on horizontal gradient */;
}

.fc-inner {
	margin-left: 85px;
}

.feature-content h2 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 15px 0 10px;
}

.feature-content p {
	font-size: 13px;
	line-height: 21px;
	margin: 0;
}

.fc-main {
	padding: 80px 80px 0 20px;
}

.gal-5col li {
	width: 20%;
	float: left;
	border: 1px solid #fff;
}

.gal-4col li {
	width: 25%;
	float: left;
	border: 1px solid #fff;
}

.gal-3col li {
	width: 33.3333%;
	float: left;
	border: 1px solid #fff;
}

.gal-2col li {
	width: 50%;
	float: left;
	border: 1px solid #fff;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.75;
}

.mfp-bottom-bar {
	display: none;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-arrow-right::after {
	content: "\f105" !important;
	font-family: 'FontAwesome';
	border: none !important;
	color: #fff;
	font-size: 65px;
	transition: .5s;
}

.mfp-arrow-left::after {
	content: "\f104" !important;
	font-family: 'FontAwesome';
	border: none !important;
	color: #fff;
	font-size: 65px;
	transition: .3s;
}

.mfp-arrow-right::before ,
.mfp-arrow-left::before {
	border: none !important;
}

.mfp-arrow {
	height: 60px;
}

.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	margin-top: 15px;
	top: -1px !important;
}

img.mfp-img {
	padding: 40px 0px 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	transform: scale(1);
	opacity: 1;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	transform: scale(0.95);
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.mp-lightbox {
	opacity: 1;
	transition: .4s;
}

.mp-lightbox:hover {
	opacity: 0.7;
	transition: .4s;
}

.blogpost {
}

h2.post-title {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

h2.post-title a {
	color: #000;
}

h2.post-title a:hover {
	color: #8dc73f;
}

h2.post-title-small {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

h2.post-title-small a {
	color: #000;
}

h2.post-title-small a:hover {
	color: #8dc73f;
}

.post-meta {
	margin-bottom:-10px;
}

.quote-meta .post-meta {
	margin-bottom:5px;
}

.post-meta span {
	margin-right: 15px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#8dc73f;
}

.post-meta span i {
	margin-right: 0px;
	color: #aaa;
}

.post-meta span a {
	color: #8dc73f;
}

.post-meta span a:hover {
	color: #000;
}

.blog-sep {
	height: 1px;
	border-bottom: 1px solid #e3e3e3;
	padding-top: 50px;
	margin-bottom: 40px;
}

.quote-meta {
	padding-left: 70px;
}

.page_nav {
	display: table;
	margin: 0 auto;
}

    .page_nav a {
        margin: 0 2px;
        background: #000;
        color: #fff;
        width: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        display: inline-block;
        font-family: inherit;
        /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
    }

.page_nav a:hover {
	background: #8dc73f;
	color: #fff;
}

#blog-slider .owl-prev {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #000;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#blog-slider .owl-next {
	background: #fff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -22px;
	border-radius: 0px;
	transition: .4s;
}

#blog-slider .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 35px;
	color: #000;
	line-height: 60px;
	transition: .4s;
}

#blog-slider .owl-prev:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-next:hover {
	background: #000;
	color: #fff;
}

#blog-slider .owl-prev:hover:after ,
#blog-slider .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.service-home {
	padding: 70px 0;
}

.service-home a {
	font-size: 50px;
	display: table;
	margin: 0 auto 0px;
}

.service-home h4 {
	text-transform: uppercase;
	margin: 20px 0 15px;
	font-size: 16px;
	letter-spacing: 1px;
}

a.readmore ,
.service-home a.readmore {
	font-size: 13px;
	font-weight: 400;
	font-style: italic;
}

.service-home a.readmore:hover {
	color: #000;
}

.info-home h3 {
    font-family: inherit;
    /*font-family: Open sans;*/
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 300;
    margin: 90px 0 10px;
}

    .info-home h3 span {
        letter-spacing: 0px;
        display: block;
        font-family: inherit;
        /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
        font-size: 50px;
        text-transform: uppercase;
        margin: 0 0 -12px;
    }

    .info-home h3 em {
        letter-spacing: 0px;
        font-style: normal;
        display: block;
        font-family: inherit;
        /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
        font-size: 70px;
        text-transform: uppercase;
        color: #8dc73f;
    }

.info-home p {
	font-size: 16px;
	line-height: 25px;
}

.project-item {
	width: 20%;
	float: left;
}

.project-gal {
	position: relative;
}

.overlay-folio {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}

.hover-box {
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.hover-zoom {
	display: table;
	margin: 0 auto;
	position: relative;
	top: 50%;
	margin-top: -25px;
}

.hover-zoom a {
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	margin: 0 5px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

.hover-zoom a:hover {
	background: #8dc73f;
	color: #fff;
}

.hover-zoom .zoom {
	position: relative;
	left: -50px;
	opacity: 0;
	transform: rotate(-140deg);
}

.hover-zoom .link {
	position: relative;
	right: -50px;
	opacity: 0;
	transform: rotate(140deg);
}

.project-item:hover .hover-zoom a.link {
	position: relative;
	right: 0px;
	opacity: 1;
	transform: rotate(0deg);
}

.project-item:hover .hover-zoom a.zoom {
	position: relative;
	left: 0px;
	opacity: 1;
	transform: rotate(0deg);
}

.project-item:hover .overlay-folio {
	opacity: 1;
	transition: .5s;
	visibility: visible;
}

.project-info {
	padding: 20px;
}

.project-info h2 {
	margin: 0;
	font-size: 13px;
	text-transform: uppercase;
}

.project-info p {
	margin: 0;
}

.filter {
	margin: 35px auto 50px;
	display: table;
}

.filter li {
	float: left;
	margin: 0 10px;
}

    .filter a {
        color: #000;
        border: 1px solid #000;
        font-family: inherit;
        /*font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;*/
        font-size: 10px;
        letter-spacing: 4px;
        text-transform: uppercase;
        padding: 6px 10px;
    }

.filter a:hover {
	color: #fff;
	background: #000;
}

#portfolio-section h3 {
	font-size: 50px;
	margin: 0;
}

.welcome-content h2 {
	font-size: 50px;
	font-weight: 300;
}

h2.title {
	font-size: 40px;
}

.features-left i {
	font-size: 50px;
	float: right;
	color: #8dc73f;
}

.features-left h3,
.features-left p {
	margin-right: 85px;
	text-align: right;
}

.features-left h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 70px 85px 15px 0;
}

.features-right i {
	font-size: 50px;
	float: left;
	color: #8dc73f;
}

.features-right h3,
.features-right p {
	margin-left: 85px;
}

.features-right h3 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 70px 0 15px 85px;
}

#home-team .item {
	margin: 0 1px;
	cursor: pointer;
}

.team-inner {
	padding: 12px 5px;
	height: 40px;
	position: absolute;
	bottom: -150%;
	width: 100%;
	transition: .4s;
}

.team-inner::after {
	content: "";
	position: absolute;
	z-index: 44;
	background: #000;
	width: 150%;
	height: 100px;
	bottom: -69px;
	left: -25%;
	right: 0;
	opacity: 0.3;
	transform: rotate(-15deg);
}

#team2 .col-md-3:hover .team-inner ,
#home-team .item:hover .team-inner {
	bottom: 0%;
	transition: .5s;
}

#team2 .col-md-3:hover .team-inner .team-social li a ,
#home-team .item:hover .team-inner .team-social li a {
	bottom: 0%;
	transition: .5s;
}

.team-social {
	display: table;
	margin: 0;
	float: right;
	position: relative;
	z-index: 888;
}

.team-social li {
	float: left;
	margin: 0 7px;
}

.team-social li a {
	color: #fff;
	text-shadow: none;
}

.team-social li a:hover {
	color:#8dc73f !important;
}

#team2 h2,
#home-team h2 {
	padding: 0 15px;
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	margin: 20px 0 5px;
}

#team2 span,
#home-team span {
	padding: 0 15px;
	text-align: center;
	font-size: 13px;
	display: table;
	width: 100%;
	color: #777;
}

#home-team .owl-prev {
	background: #fff;
	border: none;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	left: -100px;
	top: 50%;
	margin-top: -65px;
	transition: .4s;
}

#home-team .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 40px;
	color: #000;
	line-height: 70px;
	transition: .4s;
}

#home-team .owl-next {
	background: #fff;
	border: none;
	width: 70px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: -100px;
	top: 50%;
	margin-top: -65px;
	transition: .4s;
}

#home-team .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 40px;
	color: #000;
	line-height: 70px;
	transition: .4s;
}

#home-team .owl-prev:hover {
	background: #000;
	color: #fff;
}

#home-team .owl-next:hover {
	background: #000;
	color: #fff;
}

#home-team .owl-prev:hover:after ,
#home-team .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.staff-img {
	position: relative;
	overflow: hidden;
}

.pricing-table4 {
	border: 1px solid #e9e9e9;
	border-top: 5px solid #333;
	padding: 35px 0;
	margin: 0 -1px 0 0;
}

.pricing-table4 .title h2 {
	font-size: 17px;
	text-transform: uppercase;
	margin: 0;
}

.pricing-table4 .title strong {
	color: #8dc73f;
	font-size: 50px;
	font-weight: 300;
}

.pricing-table4 .title strong sup {
	font-size: 24px;
	font-weight: 400;
	position: relative;
	top: -20px;
}

.pricing-table4 .title strong sub {
	display: block;
	font-size: 12px;
	color: #333;
	font-weight: 400;
	margin-bottom: 36px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.pricing-table4 li {
	padding: 5px 0;
	color: #777;
}

.pricing-table4#popular {
	padding: 60px 0;
	position: relative;
	top: -25px;
}

.pricing-table4#popular h6 {
	position: absolute;
	top: -18px;
	left: 0;
	right: 0;
	font-size: 11px;
	background: #8dc73f;
	display: table;
	padding: 7px 12px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0 auto;
	width:180px;
}

.hq-info {
	padding: 0 30px;
}

.hq-info p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
}

.hq-info img {
	max-width: 60px;
	border-radius: 50%;
	float: left;
}

.hq-info span {
	color: #fff;
	margin-left: 75px;
	display: table;
	position: relative;
	top: 10px;
	font-size: 12px;
}

.hq-info span strong {
	display: block;
	font-size: 14px;
}

.owl-theme .owl-controls .owl-page span {
	background: rgba(0,0,0,0.5);
}

#home-quote .owl-theme .owl-controls {
	margin-top: 30px;
	text-align: center;
	position: relative;
}

#errorpage .page_header {
	margin-top: -55px;
}

#errorpage .page_header h3 {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
    display: table;
    margin: 0px auto;
    position: relative;
    top: 30px;
    padding: 10px 20px;
    letter-spacing: 14px;
}

footer h4 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 0px 0px 25px;
	color: #fff;
	position: relative;
}

footer p {
	font-size: 14px;
}

.c-info {
	/*background: transparent url("../images/map.png") no-repeat scroll left bottom / 55% auto;*/
	background-position: 0 100%;
	overflow: visible;
	padding-bottom: 78px;
}

.c-info li i {
	position: absolute;
	left: 0px;
	color: #444;
	top: 6px;
}

.c-info li {
	padding-left: 25px;
	position: relative;
	font-size: 14px;
	color: #999;
	margin-bottom: 13px;
	line-height: 23px;
}

.f-posts li {
	margin-bottom: 10px;
	padding-bottom: 17px;
	border-bottom: 1px solid #383838;
}

.f-posts li:last-child {
	border-bottom: none;
}

.f-posts li img {
	float: left;
	width: 55px;
	border: 5px solid rgba(0,0,0,0.1);
}

.f-posts li h5 {
	margin: 0px 0px 5px 70px;
    font-family: inherit;
	/*font-family: Open Sans;*/
	font-size: 13px;
}

.f-posts li h5 a {
	color: #fff;
}

.f-posts li h5 a:hover {
	color: #8dc73f;
}

.f-posts li p {
	font-size: 12px;
	margin: 0 0 0 70px;
}

.thumbs li {
	float: left;
	margin: 0 5px 5px 0;
}

.thumbs li img {
	width: 75px;
transition:.4s;
}

.thumbs li img:hover {
opacity:0.7;
transition:.4s;
}

.f-social a {
	border: 1px solid #444;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	color: #777;
	line-height: 23px;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
}

.f-social a:hover {
	background: #444;
	color: #999;
	line-height: 23px;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
}

.footer-top {
	background: #333;
	padding: 40px 0;
}

.f-subscribe small {
	width: 85px;
	height: 76px;
	/*background: transparent url("../images/bubble.png") no-repeat scroll center center;*/
	display: table;
	border-radius: 50%;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
	color: #999;
	font-size: 13px;
}

.f-subscribe small em {
	display: block;
	font-size: 11px;
}

.f-subscribe form {
	margin-left: 110px;
	margin-top: 15px;
}

.f-subscribe form input {
	border: 1px solid #555;
	background: transparent;
	height: 50px;
	border-radius: 3px 0 0 3px;
	color: #fff;
	font-size: 13px;
	padding: 0 17px;
	line-height: 48px;
	width: 70%;
	float: left;
}

.f-subscribe form button {
	border: 1px solid #555;
	background: #555;
	height: 50px;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
	text-align: center;
	line-height: 48px;
	width: 30%;
	float: left;
	text-transform: uppercase;
}

.f-tweet small {
	width: 85px;
	height: 76px;
	/*background: transparent url("../images/bubble.png") no-repeat scroll center center;*/
	display: table;
	border-radius: 50%;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	color: #999;
	font-size: 12px;
}

.f-tweet small em {
	display: block;
	font-size: 14px;
}

.tweets_txt {
	color: #777;
	font-size: 13px;
}

.tweets_txt a {
	color: #aaa;
	font-size: 13px;
}

.tweets_txt span {
	color: #bbb;
	display: block;
	position: relative;
	font-size: 11px;
	margin-top: 3px;
	line-height: 18px;
}

.tweets_txt span:after {
	content: "-";
	float: left;
	position: relative;
}

.tweet-info {
	margin-left: 105px;
	padding-top: 8px;
}

.bm-item {
	width: 33.33333%;
	float: left;
	position: relative;
	margin: 0 0 50px;
	padding: 0 15px;
}

.bm-item .post-title-small {
	font-size: 16px;
}

.blog-mason-4col .bm-item {
	width: 25%;
	float: left;
	position: relative;
	margin: 0 0 40px;
	padding: 0 15px;
}

.blog-mason-2col .bm-item {
	width: 50%;
	float: left;
	position: relative;
	margin: 0 0 40px;
	padding: 0 15px;
}

.blog-single p {
	font-size: 16px;
	line-height: 30px;
}

.prevnext .left {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 5px;
	float: left;
	font-size: 13px;
}

.prevnext .right {
	text-transform: uppercase;
	color: #000;
	letter-spacing: 5px;
	float: right;
	font-size: 13px;
}

.comment-avatar {
	width: 80px;
	height: 80px;
	border: 1px solid #e1e1e1;
	padding: 5px;
	border-radius: 50%;
}

.comment-sub {
	padding-left: 80px !important;
}

.comment-list li {
	margin: 0px 0px 20px;
	display: inline-block;
	width: 100%;
}

.comment-meta {
    margin-left: 95px;
    margin-bottom: 5px;
    font-family: inherit;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
}

.comment-list li p {
	margin-left: 95px;
	line-height: 21px;
}

.comment-meta li a {
}

.comment-meta em {
	font-style: normal;
	margin-left: 6px;
	font-size: 10px;
}

.reply {
	float: right;
	font-size: 8px;
	padding: 4px 9px !important;
	border: 2px solid #000;
}

.reply:hover {
	background: transparent !important;
	color: #8dc73f !important;
	border: 2px solid #8dc73f;
}

.no-margin-top {
	margin-top: 0px !important;
}

#portfolio-home.folio-boxed-2col .project-item {
	width: 50%;
	overflow: hidden;
}

#portfolio-home.folio-boxed-3col .project-item {
	width: 33.3333333%;
	overflow: hidden;
}

#portfolio-home.folio-boxed-4col .project-item {
	width: 25%;
	overflow: hidden;
}

.overlay-folio2 {
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-info ,
#portfolio-home.folio-boxed-3col .project-info ,
#portfolio-home.folio-boxed-4col .project-info {
	position: absolute;
	bottom: -50%;
	left: 0;
	display: table;
	margin: 0 auto;
	right: 0;
	text-align: center;
	transition: .4s;
	width:100%;
}

#portfolio-home.folio-boxed-2col .project-item img ,
#portfolio-home.folio-boxed-3col .project-item img ,
#portfolio-home.folio-boxed-4col .project-item img {
	transform: scale(1);
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-info h2 ,
#portfolio-home.folio-boxed-3col .project-info h2 ,
#portfolio-home.folio-boxed-4col .project-info h2 {
	font-size: 15px;
	color: #000;
	letter-spacing: 1px;
	transition:.4s;
}

#portfolio-home.folio-boxed-2col .project-info h2:hover ,
#portfolio-home.folio-boxed-3col .project-info h2:hover ,
#portfolio-home.folio-boxed-4col .project-info h2:hover {
	color: #8dc73f;
	transition:.4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover img ,
#portfolio-home.folio-boxed-3col .project-item:hover img ,
#portfolio-home.folio-boxed-4col .project-item:hover img {
	transform: scale(1.1);
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-3col .project-item:hover .overlay-folio2 ,
#portfolio-home.folio-boxed-4col .project-item:hover .overlay-folio2 {
	opacity: 1;
	visibility: visible;
	transition: .4s;
}

#portfolio-home.folio-boxed-2col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-3col .project-item:hover .project-info ,
#portfolio-home.folio-boxed-4col .project-item:hover .project-info {
	bottom: 0%;
	transition: .4s;
}

#portfolio-home.gutter .project-item {
	border: 5px solid #fff !important;
}

#portfolio-home.tiles .project-item {
	padding-bottom: 100px;
	border-right: 5px solid #fff !important;
	border-left: 5px solid #fff !important;
}

#portfolio-home.tiles .project-info {
	position: absolute;
	left: 0px;
	display: table;
	margin: 0px auto;
	right: 0px;
	text-align: center;
	transition: all 0.4s ease 0s;
	bottom: 10px;
}

#portfolio-home.tiles .overlay-folio2 {
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
}

#portfolio-home.tiles .project-gal {
	overflow: hidden;
}

#portfolio-home.tiles .overlay-folio2 {
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
}

#portfolio-home.tiles .project-item:hover .overlay-folio2 {
	background: rgba(255,255,255,0.8) !important;
}

#portfolio-home.tiles .project-item:hover .project-info {
	transition: all 0.4s ease 0s;
	bottom: 92px;
}

#portfolio-home .project-gal img {
	width: 100%;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.container-full {
	width: 100%;
	padding: 0%;
}

.container-full .folio-boxed-2col .project-item {
	width: 50% !important;
}

.container-full .folio-boxed-3col .project-item {
	width: 33.3333% !important;
}

.container-full .folio-boxed-4col .project-item {
	width: 25% !important;
}

.fsidebar {
	width: 30%;
	float: left;
	padding-right: 30px;
}

#fs-content {
	width: 68%;
	float: right;
}

.fs-info h3 {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
}

.project-meta li {
	margin-top: 12px;
	font-size: 11px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

.project-meta li i {
	margin-right: 8px;
}

.fsidebar2 {
	width: 30%;
	float: right;
	padding-right: 0px;
	padding-left: 30px;
}

#fs-content.fs-content2 {
	width: 68%;
	float: left;
}

#accordion-career .panel-default > .panel-heading {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-left: 1px solid #8dc73f;
	border-radius: 0;
	padding: 0;
}

#accordion-career .panel-title > a {
	padding: 20px 25px;
	display: table;
	width: 100%;
}

#accordion-career.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #e8e8e8 !important;
	margin-top: -1px;
}

#accordion-career .panel-title em {
    font-style: normal;
    font-size: 12px;
    color: #999;
    font-weight: 400;
    font-family: inherit;
    /*font-family: Open Sans;*/
}

#accordion-career .panel-title {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
	color: inherit;
	padding-left: 44px;
	position: relative;
}

#accordion-career .panel-title i {
	position: absolute;
	left: 26px;
	font-size: 29px;
}

.our-office {
	border: 1px solid #e1e1e1;
	padding: 30px;
}

.workplace li {
	width: 33.3333%;
	float: left;
	border: 1px solid #e1e1e1;
	padding: 10px;
	margin: 0 -1px -1px 0;
}

.workplace li img {
	opacity: 1;
	transition: .4s;
}

.workplace li:hover img {
	opacity: 0.6;
	transition: .4s;
}

.feature-list li {
	margin-top: 15px;
	position: relative;
	font-size: 14px;
	padding-left: 30px;
	color: #878787;
}

.feature-list li i {
	color: #8dc73f;
	position: absolute;
	left: 5px;
	top: 2px;
}

.countdown.styled {
	width: 100%;
	max-width: 850px;
	margin: -25px auto 0;
	padding: 0 15px;
}

.countdown.styled div {
	width: 25%;
	float: left;
	color: #fff;
	font-size: 100px;
	font-weight: 300;
	text-align: center;
	text-shadow: 0 5px 10px #000;
}

.countdown.styled div span {
	display: block;
	font-size: 13px;
	letter-spacing: 7px;
	text-transform: uppercase;
	font-weight: 600;
	background: #8dc73f;
	color: #fff;
	display: table;
	margin: 0 auto;
	padding: 5px 12px 5px 19px;
	text-align: center;
	text-shadow: none;
}

#uc-main {
	padding: 0;
	height: 100vh;
}

#coming-soon .footer-bottom p {
	color: #fff;
}

#coming-soon .f-social a {
	border: 1px solid #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	line-height: 23px;
	text-align: center;
	margin-right: 3px;
	font-size: 11px;
}

#coming-soon .f-social a:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

#coming-soon .footer-bottom {
	background: rgba(0, 0, 0, 0.2);
	height: 80px;
	position: relative;
	top: -80px;
	margin-bottom: -80px;
	overflow: hidden;
	padding: 29px 0px;
}

#uc-main .container {
	height: 100vh;
	display: table;
}

.uc-main {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	position: relative;
	top: -35px;
}

#uc-main .search-container button {
	width: 128px;
	transition: .4s;
}

#uc-main .search-container button:hover {
	transition: .4s;
	background: #7db233;
}

#uc-main .search-container input {
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.3);
	color: #fff !important;
}

#uc-main .search-container input::-webkit-input-placeholder {
 /* WebKit browsers */
	color: #fff;
}

#uc-main .search-container input:-moz-placeholder {
 /* Mozilla Firefox 4 to 18 */
	color: #fff;
	opacity: 1;
}

#uc-main .search-container input::-moz-placeholder {
 /* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

#uc-main .search-container input:-ms-input-placeholder {
 /* Internet Explorer 10+ */
	color: #fff;
}

.contact-info i {
	margin-right: 10px;
}

.map-border {
	padding: 6px;
	border: 1px solid #e5e5e5;
}

.list-style1 li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 7px;
	color: #878787;
}

.list-style1 li i {
	position: absolute;
	left: 0;
	top: 3px;
	color: #8dc73f;
}

.list-wrap .col-sm-3 {
	width: 20%;
}

.list-color2 li i {
	color: #0FA2D5;
}

.list-color3 li i {
	color: #FF4862;
}

.cs-wrap {
	display: table;
	margin: 0 auto;
	text-align: center;
}

    .cs-wrap span {
        width: 150px;
        height: 150px;
        display: table;
        position: absolute;
        border-radius: 50%;
        line-height: 150px;
        color: #000;
        font-family: inherit;
        /*font-family: Montserrat;*/
        font-size: 28px;
        letter-spacing: 1px;
    }

.cs-wrap .chart-color2 span {
	color: #8dc73f;
}

.cs-wrap .chart-color3 span {
	color: #0FA2D5;
}

.cs-wrap .chart-color4 span {
	color: #FF4862;
}

.cs-wrap h6 {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

.progress {
	height: 24px;
	margin-bottom: 40px;
	overflow: visible;
	box-shadow: none;
	border-radius: 0px;
}

.progress-bar {
    margin: 0px;
    border-radius: 0px;
    height: 20px;
    line-height: 20px;
    box-shadow: none !important;
    font-family: inherit;
    /*font-family: Montserrat;*/
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: left;
    padding: 0 12px;
    position: relative;
}

.progress-bar span {
	position: absolute;
	right: -15px;
	background: #ddd;
	padding: 0px 4px;
	border-radius: 2px;
	top: -25px;
	color: #666;
/**	text-shadow: 0 0 2px #000; **/;
}

.progress-bar-default {
	background: #000;
}

.progress-bar span:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 5px 5px 0;
	border-color: #ddd transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -5px;
	left: 0;
	right: 0px;
	margin: 0 auto;
}

.progress-bar-success {
	background: #8dc73f !important;
}

.progress-bar-info {
	background: #0FA2D5 !important;
}

.progress-bar-warning {
	background: #FF4862 !important;
}

.no-width-skills {
	width: 0% !important;
}

.nav-tabs li.col-md-4 {
	width: 33.3333%;
	padding-left: 0px;
	padding-right: 0px;
}

.nav-tabs li i {
	color: #8dc73f;
	margin-right: 10px;
}

.shop-content {
	background: #fff;
	padding: 100px 0;
}

.shop-grid li {
	width: 33.3333%;
	float: left;
	padding: 0 15px 30px;
}


.line-head {
    font-family: inherit;
    /*font-family: Montserrat;*/
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 22px;
}

.line-head span {
    background: #FFF;
    padding-right: 15px;
    position: relative;
    z-index: 88;
    margin: 0px 0px 20px;
}

.line-head::after {
    content: "";
    background: #d3d3d3;
    height: 1px;
    position: absolute;
    top: 9px;
    left: 0px;
    width: 100%;
}


.product .text-center {
	border: 1px solid #e5e5e5;
	padding: 10px 10px 15px;
	cursor: pointer;
	transition: .4s;
}

.product:hover .text-center {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	transition: .4s;
}

.logregform label {
	font-weight:400;
	font-size:13px;
}

.product-overlay {
	display: block;
	height: 50px;
	background: rgba(0,0,0,0.2);
	line-height: 50px;
	position: absolute;
	bottom: -60px;
	width: 100%;
	left: 0px;
	right: 0px;
	transition: .5s;
}

.product:hover .product-overlay {
	bottom: 0px;
	transition: .5s;
}

.product-thumbnail img {
	transform: scale(1);
	transition: .4s;
}

.product:hover .product-thumbnail img {
	transform: scale(1.1);
	transition: .4s;
}

.product-overlay a {
	font-size: 20px;
	margin: 0;
	color: #fff;
	width: 50%;
	float: left;
	text-align: center;
}

.product-overlay a:hover {
	color: #fff;
	background: #000 !important;
}

.product-overlay a:first-child {
	background: rgba(0,0,0,0.2);
}

.product-title {
	margin: 10px 0 5px;
}

.product-title a {
	color: #000;
	font-size: 17px;
}

.product-price {
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 300;
	margin: 0 auto 15px;
	display: table;
}

.add_to_cart_button {
	padding: 0px !important;
	font-size: 10px;
	border-radius: 3px !important;
	padding: 11px 12px !important;
}

.sorter {
	display: table;
	width: 100%;
	border: 1px solid #e8e8e8;
	padding: 14px;
	max-width: 815px;
	position: relative;
	left: 30px;
	margin: 0 0 25px;
}

.sort1 {
	width: 220px;
	float: left;
}

.sort1 span {
	float: left;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	margni-right: 10px;
	font-weight: 600;
}

.sort1 select {
	line-height: 30px;
	border: 1px solid #e5e5e5;
	padding: 5px 5px !important;
	height: 30px;
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
}

.product-thumbnail {
	position: relative;
	overflow: hidden;
}

.sort1 form {
	float: right;
}

.sort2 {
	width: 172px;
	float: right;
}

.sort2 .span1 {
	float: left;
	line-height: 30px;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	margni-right: 10px;
	font-weight: 600;
}

.sort2 select {
	line-height: 30px;
	border: 1px solid #e5e5e5;
	padding: 5px 5px !important;
	height: 30px;
	font-size: 12px;
	margin-left: 10px;
	text-transform: uppercase;
}

.sort2 .span2 {
	font-weight: 600;
	float: right;
	line-height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	margni-right: 10px;
}

.sort2 form {
	width: 80px;
	margin: 0 auto;
	background: #ff0000;
	float: left;
	margin-left: 25px;
}

.sort3 {
	margin-top: 3px;
	float: right;
}

.layout-modes {
	display: table;
	margin: 0px auto;
	line-height: 27px;
}

.shop_pn {
	display: table;
	margin: 0 auto;
}

.shop_pn li {
	float: left;
	margin: 0 5px;
}

.shop_pn li a {
	width: 35px;
	height: 35px;
	color: #000;
	line-height: 35px;
	text-align: center;
	display: table;
	background: transparent;
	border-radius: 50%;
}

.shop_pn li a.active ,
.shop_pn li a:hover {
	color: #fff;
	background: #000;
}

.s_range {
	margin-top: 25px;
}

.range_v {
    margin-top: 35px;
    font-family: inherit;
    /*font-family: 'Montserrat','Helvetica Neue',Arial,sans-serif;*/
    font-size: 13px;
}

.range_v span {
	font-size: 14px;
	color: #5b5b5b;
	float: left;
	margin-right: 5px;
	line-height: 23px;
}

.range_v input {
	border: medium none;
	display: table;
	float: left;
	width: 44px;
	font-size: 14px;
	color: #5B5B5B;
	margin-right: 9px;
	margin-top: 1px;
}

.filter-btn {
	float: right;
	margin-top: -8px;
}

.filter-btn:hover {
	color: #fff;
}

.range_sep {
	background: #000;
	width: 10px;
	height: 1px;
	display: table;
	position: relative;
	top: 13px;
	right: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	transition: none !important;
}

.shop-sidebar .widget {
	margin-bottom: 50px;
}

.shop-sidebar .widget h3 {
	margin: 0 0 30px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
}

.product-categories li {
	margin-bottom: 7px;
}

.product-categories li a {
	color: #888;
}

.product-categories li a:hover {
	color: #8dc73f;
}

.product-categories li:last-child {
	margin-bottom: 0px;
}

.product-categories li i {
	font-size: 20px;
	position: relative;
	top: 4px;
	margin-right: 5px;
	color: #bbb;
}

.widget_popular_products li {
	display: table;
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.widget_popular_products li img {
	width: 75px;
	float: left;
}

.product-post-info {
	margin-left: 90px;
}

.product-post-info h5 {
	margin: 10px 0 0px;
}

.product-post-info h5 a {
color:#000;
}

.product-post-info h5 a:hover {
color:#8dc73f;
}

.product-post-info p {
	margin: 0;
	color: #666;
}

.badge {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding-top: 15px;
    font-size: 10px;
    position: absolute;
    top: -6px;
    right: -6px;
    font-family: inherit;
    /*font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;*/
    z-index: 77;
}

.badge span {
	font-size: 13px;
}

.red {
	background: #f00;
	line-height: 50px;
	padding-top: 0px;
	font-size: 12px;
}

.blue {
	background: #8dcff4;
}

.product {
	position: relative;
}

#gal-slider {
	position: relative;
}

.gal-nav {
	display: block;
	width: 100%;
}

.gal-nav li {
	float: left;
	width: 25%;
	padding: 0 10px;
	cursor: pointer;
}

.gal-nav li img {
	opacity: 1;
	transition: .4s;
}

.gal-nav li.flex-active img {
	opacity: 0.5;
	transition: .4s;
}

.p-price {
	font-size: 40px;
}

.product-size {
	margin: 35px 0 10px;
	display: table;
	width: 100%;
}

.product-size li {
	float: left;
	margin: 0 10px;
}

.product-size span {
	float: left;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 75px;
}

    .product-size a {
        color: #000;
        border: 1px solid #000;
        font-family: inherit;
        /*font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;*/
        font-size: 10px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 6px 10px;
        display: table;
    }

.product-size a.active ,
.product-size a:hover {
	color: #8dc73f;
	border: 1px solid #8dc73f;
}

.product-clr {
	margin: 15px 0 0px;
	display: table;
	width: 100%;
}

.product-clr li {
	float: left;
	margin: 0 10px;
}

.product-clr span {
	float: left;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 75px;
}

    .product-clr a {
        color: #fff;
        font-family: inherit;
        /*font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;*/
        font-size: 10px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 6px 10px;
        display: table;
    }

.product-quantity {
	margin: 15px 0 35px;
	display: table;
	width: 100%;
}

.product-quantity span {
	float: left;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	width: 84px;
}

    .product-quantity input {
        color: #000;
        font-family: inherit;
        /*font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;*/
        font-size: 12px;
        letter-spacing: 0px;
        text-transform: uppercase;
        padding: 6px 10px;
        width: 50px;
        display: table;
        text-align: center;
    }

.shop-btn-wrap {
	display: table;
	margin-bottom: 27px;
}

.shop-btn-wrap a {
	float: left;
	margin-right: 5px;
	padding: 13px 15px !important;
	font-size: 11px !important;
}

.product-meta {
	font-size: 13px;
}

#p-single .nav-tabs li a {
	padding: 21px 10px !important;
}

.box-content {
	border: 1px solid #e4e4e4;
	padding: 15px 30px 30px;
}

.cart-table thead tr th {
    background: #000;
    color: #fff;
    border: 1px solid #222;
    font-family: inherit;
    /*font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;*/
    text-transform: uppercase;
    line-height: 40px;
}

.cart-table thead {
	border-top: 1px solid #000;
}

.cart-table tbody tr td  a {
	color: #000;
	font-weight: 600;
}

.cart-table tbody tr td  a:hover {
	color: #8dc73f;
}

.cart-table thead tr th  ,
.cart-table tbody tr td {
	vertical-align: middle;
	text-align: center;
}

.coupon {
	text-align: left;
	padding: 5px 0 10px;
}

.coupon input {
	border: 1px solid #000;
	height: 35px;
	padding: 0 15px;
	line-height: 33px;
	width: 70%;
	float: left;
	color: #000;
	font-size: 13px;
}

.coupon button {
	color: #fff;
	text-transform: uppercase;
	background: #000;
	height: 35px;
	padding: 0 15px;
	border: none;
	line-height: 35px;
	width: 30%;
	font-size: 10px;
	transition: .4s;
	color: #fff;
}

.coupon button:hover {
	background: #555;
	transition: .4s;
	color: #fff;
}

.cart-btn {
	float: right;
	margin-top: 17px;
}

.cart-btn button {
	float: left;
	margin-left: 5px;
}

.coupon {
	width: 260px;
}

.billing-details select {
	height: 50px;
	border: 1px solid #e5e5e5;
}

.billing-details label {
    font-family: inherit;
    /*font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;*/
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #666;
}

.payment-method span {
    display: inline-block;
    margin-left: 9px;
    position: relative;
    top: -1px;
    font-family: inherit;
    /*font-family: "Montserrat","Helvetica Neue",Arial,sans-serif;*/
}

.table.extra-padding tbody tr th,
.table.extra-padding tbody tr td {
	padding: 15px;
}

.higlight {
	color: #8dc73f;
}

#about-section2 {
	padding-top: 55px;
}

#about-section2 .about-box {
	margin-bottom: 55px;
}

#about-section2 .about-box .about-post {
	text-align: center;
}

#about-section2 .about-box .about-post a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width: 100px;
	height: 100px;
	margin: 0 0 24px;
	line-height: 100px;
	color: #ffffff;
	font-size: 30px;
	text-align: center;
	background: #222222;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

#about-section2 .about-box .about-post a:hover,
#about-section2 .about-box .about-post a.active {
	background: #8dc73f;
}

#about-section2 .about-box .about-post h2 {
	color: #222222;
	font-size: 15px;
	font-weight: 700;
	margin: 0 0 15px;
}

#about-section2 .content-tab {
	padding-top: 65px;
	/*background: url('../images/bg/parallax/4.jpg') center top fixed;*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position: relative;
}

#about-section2 .content-tab .container {
	position: relative;
	z-index: 2;
}

#about-section2 .content-tab .tab-cont {
	display: none;
	position: relative;
}

#about-section2 .content-tab .tab-cont h2 {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 30px;
	color: #8dc73f;
}

#about-section2 .content-tab .tab-cont p {
	color: #cccccc;
	margin-bottom: 15px;
}

#about-section2 .content-tab .tab-cont .image-content {
	text-align: center;
}

#about-section2 .content-tab .tab-cont .image-content img {
	max-width: 100%;
}

#about-section2 .content-tab .tab-cont .retina-content {
	text-align: center;
}

#about-section2 .content-tab .tab-cont .retina-content h2 {
	margin-bottom: 20px;
	margin-top: 0;
}

#about-section2 .content-tab .tab-cont .retina-content img {
	max-width: 100%;
}

#about-section2 .content-tab .tab-cont.active {
	display: block;
}

#about-section2 .content-tab .tab-cont:before {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: -65px;
	border: 50px solid #ffffff;
	border-left-width: 50px;
	border-right-width: 50px;
	border-top-width: 25px;
	border-bottom-width: 25px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

#about-section2 .content-tab .tab-cont[data-tab="1"]:before {
	left: 60px;
}

#about-section2 .content-tab .tab-cont[data-tab="2"]:before {
	left: 300px;
}

#about-section2 .content-tab .tab-cont[data-tab="3"]:before {
	left: 540px;
}

#about-section2 .content-tab .tab-cont[data-tab="4"]:before {
	left: 780px;
}

#about-section2 .content-tab:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(34, 34, 34, 0.7);
}

.rw-home .project-item {
	width: 100%;
}

.client-logo a {
	opacity:0.4;
	display:table;
	margin:0 auto;
}

.client-logo a:hover {
	opacity:1;
}





#carousel_five .owl-prev {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0;
	position: absolute;
	left: -50px;
		transition:.4s;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-prev:after {
	content: "\f104";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#carousel_five .owl-next {
	background: #fff;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 0;
	position: absolute;
	right: -50px;
		transition:.4s;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-next:after {
	content: "\f105";
	font-family: 'FontAwesome';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 2px;
	right: 0px;
	font-size: 25px;
	color: #000;
	line-height: 42px;
	transition: .4s;
}

#carousel_five:hover .owl-prev  {
	opacity:0.3 !important;
		left:0px !important;
		transition:.4s !important;
}

#carousel_five:hover .owl-next  {
	opacity:0.3 !important;
		right:0px !important;
		transition:.4s !important;
}

#carousel_five .owl-prev:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
			transition:.4s;

	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-next:hover {
	background: #000;
	border: 1px solid #000;
	width: 44px;
	height: 44px;
	line-height: 42px;
	color: #fff;
	border-radius: 50%;
	font-size: 0px;
	opacity: 1;
	position: absolute;
	right: 0px;
		transition:.4s;
	
	top: 50%;
	margin-top: -22px;
	transition: .4s;
}

#carousel_five .owl-prev:hover:after ,
#carousel_five .owl-next:hover:after {
	color: #fff;
	transition: .4s;
}

.hb-info h4 {
	margin:20px 0 15px;
}

.hb-info h4 a {
	color:#000;
}

.hb-thumb {
	position:relative;
}

.date-meta {
    background: #8dc73f ;
    font-size: 15px;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 0;
    padding: 6px 13px;
}

.date-meta span {
	display:block;
	font-size:26px;
font-weight:700;
}




.home-contact-form .input-wrap, .home-contact-form .textarea-wrap {
	display: block;
	margin: 0 0 12px 0;
	position: relative;
}

.home-contact-form .input-wrap i {
	position: absolute;
	top: 9px;	left: 11px;

	color: #c1c4c5;
}

.home-contact-form .textarea-wrap i {
	position: absolute;
	top: 12px;	left: 11px;

	color: #c1c4c5;
}

.home-contact-form .input-wrap i + input, .textarea-wrap i + textarea {
	padding-left: 31px;
}

.home-contact-form input:focus + i{color: #000 !important;}
.home-contact-form textarea:focus + i{color: #000 !important;}


.home-contact-form .input-wrap input,
.home-contact-form .textarea-wrap textarea,
.home-contact-form .select-wrap select {
	width: 217px;
	height: 33px;

	padding: 0 12px;
	padding-left:40px;	
	background: #fafafa;
	
	border: 1px solid #e2e2e2;
	border-top: 1px solid #d4d4d4;
	outline: none;
	border-radius: 2px;

	color: #65686d;
	font-size:13px;
	line-height: 1.6;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.home-contact-form .textarea-wrap textarea {
	width:100%;
	height:100px;
	padding:10px 20px 15px 40px;
}

.home-project-3col .project-item  {
	width:33.3333%;
	border:10px solid #fff;
}

#team2 .text-center {
	padding:0 15px;
}

#team2 .text-center p {
font-size:12px;
}

#team2 .text-center .team-social {
	display:table;
	float:none;
	margin:0 auto;
}

#team2 .text-center .team-social a {
color:#000;
text-shadow:none !important;

}


#team2 .text-center .team-social a:hover {
color:#8dc73f;
text-shadow:none !important;

}

.highlight {
	color:#8dc73f !important;
}

.highlight2 {
	color:#FDC502 !important;
}


.border-top {
	border-top:1px solid #e9e9e9;
}

#one-res .highlight3 {
    font-family: inherit, cursive;
    /*font-family: 'Lovers Quarrel', cursive;*/
    color: #8dc73f;
    font-size: 120px;
    margin: 0 0 -40px;
    font-weight: 300;
}

.highlight4 {
	color:#8dc73f !important;
}

#one-res .project-info h2 {
	font-size:15px;
	position:relative;
}

#one-res .project-info h2 span {
	float:right;
	color:#8dc73f;
	position:relative;
}

#one-res .project-info h2 span:before {
	content:".... ";

}

.header-x {
    padding: 34px 0 0 15px;
}

.header-x .s-cart {
	float:left;
	margin-right:10px;
	position:relative;
	cursor:pointer;
}

.sc-trigger span {
background: #8dc73f;
color: #FFF;
padding: 0px;
font-size: 12px;
border-radius: 50%;
width: 18px;
height: 18px;
display: inline-block;
line-height: 16px;
text-align: center;
position: relative;
top: -9px;
}

.header-x .s-search{
	float:right;
	cursor:pointer;
}

.header-x .s-search i {
font-size:12px;
position:relative;
top:2px;
	transition:.4s;
}

.ss-trigger i:hover {
	color:#8dc73f;
	transition:.4s;
}

.cart-info {
    background: #fff;
    display: table;
    padding: 25px;
    position: absolute;
    width: 280px;
    right: -22px;
    top: 55px;
    border-top: 4px solid #8dc73f;
	opacity:0;
	visibility:hidden;
	transition:.4s;
}

/*.s-cart:hover .cart-info {
	opacity:1;
	visibility:visible;
	transition:.4s;
}*/

.s-cart .cart-info.open {
    opacity: 1;
    visibility: visible;
    transition: .4s;
}

.cart-info:after {
	content: "";
	height: 30px;
	background: #fff;
	width: 100%;
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	opacity: 0;
}

.ci-item {
    display: table;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 4px;
    margin-bottom: 13px;
}

.ci-item img {
	float: left;
}

.ci-item-info {
	margin-left: 92px;
}

.ci-item-info h5 {
    font-family: inherit;
	/*font-family: Raleway !important;*/
	font-size: 13px;
	color: #333333;
	text-transform: none;
	margin: 0 0 1px;
	color: #333333;
}

.ci-item-info h5 a {
	color: #333333;
}

.ci-item-info h5 a:hover {
	color: #8dc73f;
}

.ci-item-info p {
	color: #666;
}

.ci-edit a {
	background: #aaaaaa;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
}

.ci-edit a:hover {
	background: #444444;
	color: #fff;
}

.ci-total {
	font-size: 15px;
	text-transform: none;
	margin: 10px 0 15px;
}

.cart-btn a {
    background: #8dc73f;
    padding: 10px 16px;
    color: #FFF;
    text-transform: uppercase;
    border: medium none;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: inherit;
    /*font-family: Montserrat;*/
    border-radius: 0px;
    display: inline-block;
    transition: all 0.4s ease 0s;
    float: left;
}

.cart-btn a:first-child {
	background: #333333;
}

.cart-btn a:hover {
	background: #000;
	color: #fff;
}

.ss-content {
	background:rgba(255,255,255,0.8);
	position:fixed;
	height:100%;
	width:100%;
	z-index:999999999;
	top:0;
	left:0;
	right:0;
	visibility:hidden;
	opacity:0;
	transition:.4s;
}

.ss-content-act {
	visibility:visible;
	opacity:1;
}	

.ssc-inner {
	height:100vh;
	display:table;
	margin:0 auto;
	width:50%;
}

.ssc-inner form {
	display:table-cell;
	vertical-align:middle;
	margin:auto;
	position:relative;
}

.ssc-inner form input {
	background:transparent;
	border:none;
	width:100%;
	height:90px;
	color:#000;
	line-height:88px;
	font-size:30px;
	border-bottom:4px solid #8dc73f;
	font-weight:300;
	padding-right:60px;
}

.ssc-inner form button {
    border: none;
    background: transparent;
    color: #000;
    position: absolute;
    right: 0px;
    margin-top: 33px;
}

.intro-wrap {
	/*background:url(../images/slider/9.jpg) no-repeat center;*/
	background-size:cover;
}

.intro-wrap h1 {
    font-family: inherit;
	/*font-family:Open Sans;*/
	font-size:70px;
	font-weight:300;
	color:#fff;
	margin:200px 0 0;
}

.intro-wrap p {
	font-size:16px;
	font-weight:400;
	color:#fff;
	margin:20px 0 30px;
}

.head-w-ul span {
	font-weight:700;
	border-bottom:4px solid #8dc73f;
	color:#8dc73f;
}

.donate-meter {
    text-align: left;
    padding: 80px 10px 20px;
    margin: -131px 0px 0px;
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    position: relative;
    z-index: 888;
}

.donate-meter em {
	color:#fff;
	display:block;
	margin-bottom:8px;
}

.dm-wrap {
	height:3px;
	background:rgba(0,0,0,0.2);
	position:relative;
}

.dm-wrap span{
	height:3px;
	background:#8dc73f;
	position:relative;
	display:table;
}

.volunter-info {
	background:rgba(0,0,0,0.4);
	padding:25px;
}

.volunter-info .button {
	background:#8dc73f;
}

#one-gym .ct-info small {
	color:#878787;
}

#one-gym .ct-info small i {
margin-right:5px;
}

.dual-btns a {
	display:inline-block;
	margin:0 1px;
	padding:0 30px;
	width:200px;
}

.dual-btns.auto-width a {
	width:auto;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
.ssc-inner form button {
    margin-top: -50px;
}

}

.ssc-inner form button i {
    font-size: 27px !important;
}

.ss-close {
    font-size: 51px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0.2;
}

.ss-close:hover {
    opacity: 0.6;
}

.rating {
	float:left;
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 22px;
	font-size:23px;
   color: #8dc73f;
	padding-right:5px;
}
.rating > span:hover,
.rating > span:hover ~ span {
  color: transparent;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   left: -2px; 
   color: #8dc73f;
}

.rating2 {
    display: table;
    unicode-bidi: bidi-override;
    padding-left: 15px;
    position: relative;
    top: -7px;
}
.rating2 > span {
  display: inline-block;
  position: relative;
	font-size:16px;
   color: #8dc73f;
}

#header2 .header-x {
    padding: 18px 0px 0px 15px;
    position: relative;
    z-index: 8888888;
}

#header2 #top-bar {
    height: 90px;
}

#header2 #top-bar .top-bar-content {
    border-right: none;
}

#header2 .navbar-brand > img {
    display: block;
    width: 152px;
    margin: -9px auto 0px;
}

#header2 header {
border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#header2 .navbar-center {
	float:none;
    display: table !important;
    margin: 0 auto !important;
}

#header2 #top-bar .top-login ,
#header2 #top-bar .nav-social-icons ,
#header2 .social-icons li {
	border:none;
}

#header2 .h2-tr {
    padding: 25px 0;
}

#header4 #top-bar {
	background:#000;
	border:none;
}

#header4 #top-bar a ,
#header4 #top-bar .top-bar-content p ,
#header4 #top-bar .social-icons li a {
    color: #666;
	border:none;
}

#header4 #top-bar .social-icons li a:hover {
    color: #fff;
}

#header4 #top-bar a:hover {
    color: #aaa;
}

#header5 .header-wrap {
	position:absolute;
	top:0;
	width:100%;
	left:0;
	right:0;
}

#header5 #top-bar ,
#header5 header {
	background:transparent;
	border:none;
}

#header5 #top-bar {
	border-bottom:1px solid rgba(0,0,0,0.1);
}

#header5 .navbar-nav > li > a:focus ,
#header5 .navbar-nav > li > a {
	background:transparen !important;
	color:#fff;
}

.navbar-default .navbar-nav > li.active > a {
	color:#8DC73F !important;
	background:transparent !important;
}

#header5 .sc-trigger i,
#header5 .ss-trigger i {
	color:#fff;
}

#header5 .is-sticky header {
	background:#000;
}

#header5 .header-wrap {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: 99999999;
    background: rgba(0,0,0,0.1);
}

#header5 #top-bar a ,
#header5 #top-bar .top-bar-content p ,
#header5 #top-bar .social-icons li a {
    color: #fff;
	border:none;
}

#header4 #top-bar .social-icons li a:hover {
    color: #fff;
}

#header4 #top-bar a:hover {
    color: #aaa;
}

.about-doctor h1 {
	margin-top:120px;
}

.book-doctor {
    background: #8DC73F;
    padding: 30px 40px;
    display: table;
    margin: 300px auto 50px;
    color: #fff;
    font-family: inherit;
    /*font-family: montserrat;*/
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
}

.book-doctor:hover {
    background: #000;
    color: #fff;
}

.domain-box {
	background:#8DC73F;
	padding:30px;
	text-align:center;
}

.domain-box.db-dark {
	background:#7eb534;
	padding:30px;
	text-align:center;
}

#domain-sform input {
    border: none;
    height: 70px;
    padding: 0 30px;
}

#domain-sform select {
    border: none;
    height: 70px;
}

ul.tld_list {
	margin:50px 0 0 ;
}

ul.tld_list .number {
	background:#8DC73F;
	width:60px;
	color:#fff;
	height:60px;
	font-size:21px;
	text-align:center;
	border-radius:50%;
	float:left;
	line-height:60px;
}

ul.tld_list .text {
color: #fff;
line-height: 60px;
margin-left: 77px;
font-size: 16px;
text-transform: uppercase;
}

@media only screen and (min-width: 768px)  and (max-width: 959px)  {


.nav-tabs li a {
    padding: 40px 5px;
    font-size: 12px;
}

.layout-modes {
    display: none;
}

.filter-btn {
    float: none;
    margin-top: -8px;
    margin-bottom: 40px;
    position: relative;
    top: 44px;
}

.fsidebar {
    width: 40%;
}

#fs-content {
    width: 58%;
}

#header-main .navbar-nav > li > a {
    padding: 35px 15px;
}

.thumbs li img {
    width: 50px;
}

#fs-content.fs-content2 {
    width: 58%;
    float: left;
}

.shop-grid li {
    width: 50%;
    float: left;
    padding: 0px 15px 30px;
}


}

@media screen and (max-width: 767px) {

.shop-content {
    margin-top: 0 !important;
}

.header-x {
    padding: 34px 0px 0px 15px;
    position: absolute;
    top: -7px;
    float: right !important;
    right: 0;
}

.navbar-toggle {
    margin-right: 72px !important;
}

.project-item {
    width: 100%;
    float: left;
}

.section-team-block p {
    margin: 0px 0px 15px;
    font-size: 11px;
    line-height: 18px;
}

.stats2-info {
    margin: 25px 0 !important;
}


.nav-tabs li {
    min-height: 130px;
}

.nav-tabs li a {
font-size: 11px;
}

.nav-tabs li a span {
    display: block;
}

.shop-grid li {
    width: 100%;
    float: left;
    padding: 0px 15px 30px;
}

.filter-btn {
    float: none;
    margin-top: -8px;
    margin-bottom: 40px;
    position: relative;
    top: 44px;
}
.fc-main {
    padding: 80px 0px 0px 0px;
}

.cta-dark p {
    margin: 0px 0px 20px;
}

.search-container h4 {
    margin: 0px 0px 50px;
    text-transform: uppercase;
    font-size: 24px;
}

.recent-search li a {
    border: 1px solid #000;
    padding: 2px 9px;
    color: #000;
    display: table;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 4px;
}

.recent-search li {
    padding: 0px 10px 12px;
}

.filter li {
    float: left;
    margin: 0px 10px 15px;
}

.fsidebar {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 40px;
}

#fs-content {
    width: 100%;
    float: right;
}

#fs-content.fs-content2 {
    width: 100%;
    float: left;
}

.style2 span {
    color: #000;
    font-size: 30px;
    position: relative;
}
.navbar-brand {
    margin-top: 14px;
}

.navbar-toggle {
    margin-top: 14px;
    margin-right: 0;
}

#header-main .navbar-nav > li > a {
    padding: 12px 18px;
}

.dropdown-menu {
    position: relative;
    min-width: 100%;
}

.navbar-nav {
    float: left;
    margin: 0px 0px -1px;
    width: 100%;
}

.navbar-nav {
    float: left;
    margin: 0px 0px -1px;
    width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;

}

.slider-wrap {
	position:relative;
}

.style2 {
    padding: 0;
}

.navbar-collapse {
overflow: hidden !important;
padding: 0 !important;

}

.style2 p {
    font-size: 27px;
    font-weight: 100;
    line-height: 36px;
}

.quote-meta {
    padding-left: 0;
}

.post-meta span {
    font-size: 10px;
}

.page_nav a {
    width: 30px;
    line-height: 30px;
    margin: 0px 0px;
}

.pricing-table3 ul li {
    width: 100%;
	max-width:350px;
    margin: 0px 0 30px;
}

.container {
	width:100%;
	max-width:500px;
	margin:0 auto;
}

aside {
	margin-bottom:30px;
}

.pricing-table2 tbody tr td:nth-child(2), .pricing-table2 tbody tr td:nth-child(3), .pricing-table2 tbody tr td:nth-child(4) {
    font-size: 13px;
}

.pricing-table2 tbody tr td:first-child {
    font-size: 14px;
}

.pricing-table2 tbody tr td:first-child i {
    font-size: 20px;
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.container-full .folio-boxed-2col .project-item {
    width: 100% !important;
}

#portfolio-home.folio-boxed-2col .project-item {
    width: 100%;
    overflow: hidden;
}

.f-tweet small {
    float: none;
}

.tweet-info {
    margin-left: 0;
    padding-top: 8px;
    margin-bottom: 32px;
}

#errorpage .page_header h3 {
    font-size: 16px;
    letter-spacing: 2px;
}

.error-404 h2 {
    font-size: 100px;
}

.f-subscribe small {
    float: none;
}

.f-subscribe form {
    margin-left: 0;
    margin-top: 15px;
}

.page_header h3 {
    font-size: 34px;
}

.style2 span {
    color: #000;
    font-size: 30px;
    position: absolute;
    display: block;
    height: 55px;
}

.style2 p {
    padding-top: 40px;
}

.footer-bottom {
    background: #222;
    height: auto;
    position: relative;
    top: -80px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 23px 0px;
    text-align: center;
}

.f-social {
    float: none !important;
    margin: 0px auto;
}

    #header-main .navbar {
        min-height: 130px !important;
    }

}

.product-thumbnail img {
    max-height: 225px;
    width: auto;
}

.widget_popular_products li img {
    max-height: 80px;
    width: auto;
    max-width: 80px;
}

img.company-category {
    max-height: 197px;
    width: auto;
    height: auto !important;
}

.flexslider .slides img {
    margin-top: 15px !important;
}


body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
a {
	color: #006bb7;
}

.ui-slider-horizontal .ui-slider-range {
    background: #006bb7 !important;
}

a:hover {
	color: #006bb7;
}

#header-main .dropdown-menu li a:hover {
	color: #006bb7 !important;
}

#header-main .yamm-fw .dropdown-menu li a:hover {
	color: #006bb7 !important;
}

#header-main .navbar-nav > li > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a,
	#header-main .navbar-default .navbar-nav > .open > a:hover,
	#header-main .navbar-default .navbar-nav > .open > a:focus {
	color: #006bb7 !important;
}

#header-main .dropdown-menu,
	#header-main .yamm .dropdown.yamm-fw .dropdown-menu {
	border-top-color: #006bb7 !important;
}

#header-main .yamm h3 i,
	#header-main .yamm-fw .dropdown-menu li a:before {
	color: #006bb7;
}

#header-main .navbar-nav > li > a:hover .arrow-up {
	color:#006bb7;
}

#header-main .navbar-nav > li > a.active .arrow-up {
	color:#006bb7;
}

.ss2-content i {
	color: #006bb7;
}

.ss-bg-color {
	background:#006bb7 !important;
}

.button:hover {
	background: #006bb7 !important;
}


.button.color2 {
	background: #006bb7;
}


.button.color5 {
	background: #006bb7;
}

.button.btn-border.color2 {
	border-color: #006bb7;
	color: #006bb7;
}

.cta-clr {
	background:#006bb7;
}

.button.btn-border.color2:hover {
	background: #006bb7 !important;
}

.button.one {
	background: #006bb7;
}

.small-sep {
	background: #006bb7;
}

.progress-line {
	background-color: #006bb7;
}

.page_header h3 span {
    background: #006bb7;
}

#accordion.panel-group .panel.active .panel-title a span {
	background: #006bb7;
}

.block-heading h3 {
	background: #006bb7;
}

.feature-box .feature-box-icon {
	color: #006bb7;
}

.feature-box2 .feature-box-icon {
	background:#006bb7;
}

.domain-box.db-dark {
	background:#0279ce;
}

.plan-price {
	background: #006bb7;
	background: -moz-linear-gradient(-45deg,  #006bb7 0%, #006bb7 85%, #0279ce 86%, #0279ce 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#006bb7), color-stop(85%,#006bb7), color-stop(86%,#0279ce), color-stop(100%,#0279ce));
	background: -webkit-linear-gradient(-45deg,  #006bb7 0%,#006bb7 85%,#0279ce 86%,#0279ce 100%);
	background: -o-linear-gradient(-45deg,  #006bb7 0%,#006bb7 85%,#0279ce 86%,#0279ce 100%);
	background: -ms-linear-gradient(-45deg,  #006bb7 0%,#006bb7 85%,#0279ce 86%,#0279ce 100%);
	background: linear-gradient(135deg,  #006bb7 0%,#006bb7 85%,#0279ce 86%,#0279ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bb7', endColorstr='#0279ce',GradientType=1 );
}

.pricing-table-s1 li i {
	color: #006bb7;
}

.pricing-table2 thead tr th {
	background: #006bb7;
	background: -moz-linear-gradient(-45deg,  #006bb7 0%, #006bb7 85%, #0279ce 86%, #0279ce 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#006bb7), color-stop(85%,#006bb7), color-stop(86%,#0279ce), color-stop(100%,#0279ce));
	background: -webkit-linear-gradient(-45deg,  #006bb7 0%,#006bb7 85%,#0279ce 86%,#0279ce 100%);
	background: -o-linear-gradient(-45deg,  #006bb7 0%,#006bb7 85%,#0279ce 86%,#0279ce 100%);
	background: -ms-linear-gradient(-45deg,  #006bb7 0%,#006bb7 85%,#0279ce 86%,#0279ce 100%);
	background: linear-gradient(135deg,  #006bb7 0%,#006bb7 85%,#0279ce 86%,#0279ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bb7', endColorstr='#0279ce',GradientType=1 );
}

.pricing-table3 ul li h3 {
	background: #006bb7;
}

.search-container button {
	background: #006bb7;
}

.cat-list li a:hover {
	color: #006bb7;
}


.popular-desc h5 a:hover {
	color: #006bb7;
}

.tag-list a:hover {
	background:#006bb7;
}

.nav-tabs li.active::after {
	background: #006bb7;
}

.nav-tabs li a span {
	color: #006bb7;
}

#accordion-e3 .panel-title span.icon-check2 {
	color: #006bb7;
}

.style1 {
	border-left: 5px solid #006bb7;
}

.style1.blockquote-reverse {
	border-right: 5px solid #006bb7;
}

.stats1-info i {
	color: #006bb7;
}

.stats2-info h2 {
	color: #006bb7;
}

.stats3-info i {
	color: #006bb7;
}

.service-content span {
	color: #006bb7;
}

.service-content:hover span {
	background: #006bb7;
}

.service-content span:after {
	background: #006bb7;
}

.service-content:hover span:after {
	background: #006bb7;
}

.feature-content i {
	background: #006bb7;
	background: -moz-linear-gradient(-45deg,  #006bb7 0%, #006bb7 49%, #0279ce 50%, #0279ce 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#006bb7), color-stop(85%,#006bb7), color-stop(86%,#0279ce), color-stop(100%,#0279ce));
	background: -webkit-linear-gradient(-45deg,  #006bb7 0%,#006bb7 49%,#0279ce 50%,#0279ce 100%);
	background: -o-linear-gradient(-45deg,  #006bb7 0%,#006bb7 49%,#0279ce 50%,#0279ce 100%);
	background: -ms-linear-gradient(-45deg,  #006bb7 0%,#006bb7 49%,#0279ce 50%,#0279ce 100%);
	background: linear-gradient(135deg,  #006bb7 0%,#006bb7 49%,#0279ce 50%,#0279ce 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006bb7', endColorstr='#0279ce',GradientType=1 );
}

h2.post-title a:hover {
	color: #006bb7;
}

h2.post-title-small a:hover {
	color: #006bb7;
}

.post-meta span {
	color:#006bb7;
}

.post-meta span a {
	color: #006bb7;
}

.page_nav a:hover {
	background: #006bb7;
}

.info-home h3 em {
	color: #006bb7;
}

.hover-zoom a:hover {
	background: #006bb7;
}

.features-left i {
	color: #006bb7;
}

.features-right i {
	color: #006bb7;
}

.team-social li a:hover {
	color:#006bb7 !important;
}

.pricing-table4 .title strong {
	color: #006bb7;
}


.pricing-table4#popular h6 {
	background: #006bb7;
}

.f-posts li h5 a:hover {
	color: #006bb7;
}

.reply:hover {
	color: #006bb7 !important;
	border: 2px solid #006bb7;
}

#portfolio-home.folio-boxed-2col .project-info h2:hover ,
#portfolio-home.folio-boxed-3col .project-info h2:hover ,
#portfolio-home.folio-boxed-4col .project-info h2:hover {
	color: #006bb7;
}

#accordion-career .panel-default > .panel-heading {
	border-left: 1px solid #006bb7;
}

.feature-list li i {
	color: #006bb7;
}

.countdown.styled div span {
	background: #006bb7;
}

.list-style1 li i {
	color: #006bb7;
}

.cs-wrap .chart-color2 span {
	color: #006bb7;
}

.progress-bar-success {
	background: #006bb7 !important;
}

.nav-tabs li i {
	color: #006bb7;
}

.product-categories li a:hover {
	color: #006bb7;
}

.product-post-info h5 a:hover {
color:#006bb7;
}

.product-size a.active ,
.product-size a:hover {
	color: #006bb7;
	border: 1px solid #006bb7;
}

.cart-table tbody tr td  a:hover {
	color: #006bb7;
}

.higlight {
	color: #006bb7;
}

#about-section2 .about-box .about-post a:hover,
#about-section2 .about-box .about-post a.active {
	background: #006bb7;
}

#about-section2 .content-tab .tab-cont h2 {
	color: #006bb7;
}

.date-meta {
    background: #006bb7 ;
}

#team2 .text-center .team-social a:hover {
color:#006bb7;
}

.highlight {
	color:#006bb7 !important;
}

#one-res .highlight3 {
	color:#006bb7;
}

.highlight4 {
	color:#006bb7 !important;
}

#one-res .project-info h2 span {
	color:#006bb7;
}

.sc-trigger span {
background: #006bb7;
}

.ss-trigger i:hover {
	color:#006bb7;
}

.cart-info {
    border-top: 4px solid #006bb7;
}

.ci-item-info h5 a:hover {
	color: #006bb7;
}

.cart-btn a {
	background: #006bb7;
}

.ssc-inner form input {
	border-bottom:4px solid #006bb7;
}

.head-w-ul span {
	border-bottom:4px solid #006bb7;
	color:#006bb7;
}

.dm-wrap span{
	background:#006bb7;
}

.volunter-info .button {
	background:#006bb7;
}

.rating > span {
   color: #006bb7;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
   color: #006bb7;
}

.navbar-default .navbar-nav > li.active > a {
	color:#006bb7 !important;
}

.book-doctor {
    background: #006bb7;
}

.domain-box {
	background:#006bb7;
}

ul.tld_list .number {
	background:#006bb7;
}

/*.logo-header[data-background-color=blue] {
    background: red !important;
}*/

/* ==========================================================================
   Start Register/Login CSS
   ========================================================================== */

/* CSS which you need for blurred box */
body.bg-box {
    background-repeat: repeat;
    background-attachment: fixed;
    /*background-size: cover;*/
    background-position: top;
    background-image: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD/4QBcRXhpZgAATU0AKgAAAAgABAMCAAIAAAAWAAAAPlEQAAEAAAABAQAAAFERAAQAAAABAAAOw1ESAAQAAAABAAAOwwAAAABQaG90b3Nob3AgSUNDIHByb2ZpbGUA/+ICQElDQ19QUk9GSUxFAAEBAAACMEFEQkUCEAAAbW50clJHQiBYWVogB88ABgADAAAAAAAAYWNzcEFQUEwAAAAAbm9uZQAAAAAAAAAAAAAAAAAAAAAAAPbWAAEAAAAA0y1BREJFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKY3BydAAAAPwAAAAyZGVzYwAAATAAAABrd3RwdAAAAZwAAAAUYmtwdAAAAbAAAAAUclRSQwAAAcQAAAAOZ1RSQwAAAdQAAAAOYlRSQwAAAeQAAAAOclhZWgAAAfQAAAAUZ1hZWgAAAggAAAAUYlhZWgAAAhwAAAAUdGV4dAAAAABDb3B5cmlnaHQgMTk5OSBBZG9iZSBTeXN0ZW1zIEluY29ycG9yYXRlZAAAAGRlc2MAAAAAAAAAEUFkb2JlIFJHQiAoMTk5OCkAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFhZWiAAAAAAAADzUQABAAAAARbMWFlaIAAAAAAAAAAAAAAAAAAAAABjdXJ2AAAAAAAAAAECMwAAY3VydgAAAAAAAAABAjMAAGN1cnYAAAAAAAAAAQIzAABYWVogAAAAAAAAnBgAAE+lAAAE/FhZWiAAAAAAAAA0jQAAoCwAAA+VWFlaIAAAAAAAACYxAAAQLwAAvpz/2wBDAAIBAQIBAQICAgICAgICAwUDAwMDAwYEBAMFBwYHBwcGBwcICQsJCAgKCAcHCg0KCgsMDAwMBwkODw0MDgsMDAz/2wBDAQICAgMDAwYDAwYMCAcIDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAz/wAARCAEEAggDASIAAhEBAxEB/8QAHwAAAQUBAQEBAQEAAAAAAAAAAAECAwQFBgcICQoL/8QAtRAAAgEDAwIEAwUFBAQAAAF9AQIDAAQRBRIhMUEGE1FhByJxFDKBkaEII0KxwRVS0fAkM2JyggkKFhcYGRolJicoKSo0NTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uHi4+Tl5ufo6erx8vP09fb3+Pn6/8QAHwEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoL/8QAtREAAgECBAQDBAcFBAQAAQJ3AAECAxEEBSExBhJBUQdhcRMiMoEIFEKRobHBCSMzUvAVYnLRChYkNOEl8RcYGRomJygpKjU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6goOEhYaHiImKkpOUlZaXmJmaoqOkpaanqKmqsrO0tba3uLm6wsPExcbHyMnK0tPU1dbX2Nna4uPk5ebn6Onq8vP09fb3+Pn6/9oADAMBAAIRAxEAPwD98+WP94+q9QT/AIClgINx/wAB6Y6DtTWt5l7pJ7/dNOtd5mYujLxQBYooooAKKKKACiiigAooooAKKKKACiiigCnhhKWl+Vm4+nsPrTyCf4fYKf4fY1ZZQ64YZB7Gofsi7urbe6560ARxx+YCzH931JP8fuf8805o2vl/iSP+Edz70hfz7rY4KovQdmPvVmgCG2hZHJPy+o9TU1FFABRRRQAUUUUAFFFFABRRRQAUUUEbhigCG4uo1Xb5ihm4HPT3pn3gMbW9MdR6VLHaxxR7VVdtNbT4icqu0+qnFADM47/g3cDp+ZpCdq4Py+/Ue9KbORfuy5Ho4zTCk0a/cDdvlP8AQ0AWbcYgT/dFPpsXES/QU6gAooooAKKKKACiiigAooooAKKKKAIb0SPHtXO1vvEdQPao48Y+XA28eye341apktusvsfUUAQHg7VX2Cnv9fp607/j3OF/eTSf5/IUsoNpAzKDJJ6061VQhbJZm+8SOc0ARNZMrbsmQt97PrViMFY1Ddcc06igAooooAKKKKACiiigAooooAKKKKAGvIsf3mC/U1XM6zykqy8cfh3/ADqeS3SV1Zl3FelJJbRy/eRT+FAEWNv+z246e5opTp6r9x5E/HIooAsUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAEbW26TdnjOcVJRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQA2RPMXHTuDSQw+StPooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKa8ixj5jjPSlVg65HINAC0UUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUU0SqW27uaAHUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBEbnEmNvy5xmpHdUXLEKPU1BfwqYd3TkEnPvSKIlI2q0jdj1/U0AJczecF8oGRvYcY+tWIk2Jj8aiM7Mf4V9MfMaRJWjkyzEo2Op6ZoAsUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBHcXHkbflZt3pUf8AaCjrHMP+A068XdGvT7w6/lTCNx+7970PrwKAHf2hH6SD/gBoGow/3sfUGmk+7DrjPPsKRmyDgrznGPyFAEiXXmyrsVmQ9W6CpqFG0YooAKKKKACiiigAooooAKKKKACiiigBssnlrnGecAUkM3nL0xTmUOuCMiqgjjS4k3FuoIUE8/hQBYe5jRsFhu9ByfyqG1RnmLFWVVOVz3/zmnCVYV/dxhR3z8tDOzhvnPf7oxQBYopkMu8EH7y8MKfQAUUUUAFFFFABRRRQAUUUUAFFFFABVc3+0/6qT8BViquMSSfKp+bPvjGaAHf2in92QfVaX+0Yx/eH/ATSBcY+8vTOD+JpN/T5sdM5H4mgB51CMj5W3N2UDk0+CRpIgzLsb0plt87Fvbt6nn/CpqACiiigAooooAKKKKACiiigAooooAKKKKAI7kfuSf7vzflURHHQtjueOn/1qskbhVMTKTtAaVu4H5UAPJ25GcY7KPTkUyaRI8qwBPIwfmPqOKcttLMPnby1/ur1/OpobaO3+6oHv3oAS0dmj+ZSvpnqRUtFFABRRRQAUUUUAFFFFABRRRQAUUUUANlj82MrnGe/pUJtmH/PNvTjbTrstgDnaeuBTbeyVYl/1itjn5jQAbHT+FuPQg9KSM+ZMF/u9QV6YFPaJ41JWY8c/MAabYuzbi/EjHJH6UAWKKKKACiiigAooooAKKKKACiiigAooooAKryLtnbr83PA654/pVioLxxFtZm2jBGf1H8qAGe5AXOMk+/FBb+JtxHBJ6D0NIu+U/u49q/3n709bBWO6Rmkb36D8KAIoZ8yL5a7ugbHT86u0AYFFABRRRQAUUUUAFFFFABRRRQAUUUUAFRSW5Z2YMPmGCCKlNVUh+0TAvu+UHPbFADjAwP3Rz/dbHWmsSiktvX3Izj8vapfsu0fLJIv45/nUVz5gZVLBlOC3HIoAmtxiPP9456VJQDkcUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAR3KSPFiNgrepp0USwxhVGAKdRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFAAw3DHrTI4RG2eSenNPooAKKKKACiiigAooooAKKKKACiiigAooooAKhWBmuWd8Mo+4PSpqKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKZJAsh/iHbg0+igAA2jFFFFABRRRQAUUUUAFFFFABRTZ5hBEzHOF9KVH3oG9RnmgBaKKKACiiigAooooAKKKKACiiigAooooAKKKM0AFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUVGLgG4aPDZUZz2oAkooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAqFpJXVpPlRTkIO/wBfpVuqp6Fj9SW/I1NbPuixnJXgn1oAkooooAKKKKACiiigAooooAKKKKACiiigAqrc/v5OCV8s8Edj7evpirEpYRttGWxxVdfurhjxwDjke3/16AHQXm1gsvyt2bs3/wBerFVWQSggrnsVH9P8aSOdrX7x8yLsw52/4/WgC3RSK4dQy8g9DS0AFFFFABRRRQAUUUUAFFFFABRRRQAUE4FRT3iwcfeb+6OtQMHuW/ec+iKeM+5oAke8aU7YRu7bj90U6zXYGBO5s5J9c/5/So8DG0fQBfzFOR/LlX7qqeMDtn/6/wDOgCxRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABTJ5fJiLfgKfUE5bzl7DHHuaAIU32h+X5h1ZfX6e/tVqGdZ03L+PtUHQf7OcYH8J9v8aa0TB9yELJ0BHR/b/69AFyioYLsSttb5ZB1H+FTUAFFFFABRRRQAUUUUAFFFFABRRRQAUUMwRctwB3NVZL0y8R8L/fP9PWgCae5W3HzHnsB1NFV44xF8zfizdT2NFAEiRu5z0/2m7/hRassc0ibt2MHJNO8hpf9Y3/AV4FNmsxuBRV6YxigCxRSIuxAOuBjPrS0AFFFFABRRRQAUUUUAFFFFABTZSwjO373anUUAVQszNuVjhf4W/ipzAToXjHPRkPf2NWKhuV8o+apCso5B6MKAIx+8HX2B6H6ewozlsLyzDlfX/AfzoH+lndGu1WHzbx978ParEUflL6nuT1NAEJsMRlVkZCefl6flVhRgetFFABRRRQAUUUUAFFFFABRRRQAUUUUAV54fJYyKuecsPWm9RgfN2AXp6irVQvbom5m3beu0dKAIwd3yr+S9u/X2ouEaOFmZlXHO0d/UZp0UjToPLVY4+zHv9BT/silTu+dmGMtzQBIj71yKWobe3aJ8nA4xx3/AM/1qagAooooAKKKKACiiigAooooAKKKKAK9w0gf5d3TjFCbokEc3zK3Ab+h/wAasUjKHXawyD1oAgZGif1PQH+97H0pvAX/AGfbjb9PQUNMImMLZlyPlHU/Q/40+K2YnMhB9h3+v0oAYtv9pxu+6vRhwT9PQfzqWK2aKUt5jsCMYPapaKACiiigAooooAKKKKACiiigAooooAbLEs6bW6VX+4+1tqlf4j3B64q1TZYhMuD+BHagCuTsO5vxLfkcCinNIlvKFCs8jdP/ANdFAFiiiigAooooAKKKKACiiigAooooAKKKKACiiigAqO4hMu3GMr61JRQA2FPLjC06iigAooooAKKKKACiiigAooooAKKKKACiiigApk6GSPH+TT6KAI7aIxIc/lUlFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQBDFbMku7IwD271NRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAQSW7NNu98g+n+f60VPRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUFsGigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAoooDbhxzQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFG4DvVKeBPtEm7rjcMk/59aT7LHz8sZ69/woAuGRR/Ev5017qNF++v4HrVc2seD+7j7/AOFSRQKtwNsar1PA+goAkt5mmj3MjR89DUlFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFVriRoWZvm2rzx0xT90k44zGvqfvH8O1AEd4cTKPvF+MDt/nNWqrq6wg+WN3qxP9e9Cyuh3Z3DuOnTrigCxRTY5FlTcvINOoAKKKKACiiigAooooAKKKKACiiigAoziorxN8Bzn5eeKrC1jOPunp1JoAu7x6ik85B/Ev51VS1jOP3cfOKFt4zj92nb+dAEzXgMqqi+ZuPJXotTVHaqFgXAxnmpKACiiigAooooAKKKKACiiigAooooAKKbPu8v5fXtVeG5ZWaPazMMEen50AWJV3RMM7eOtQ2DeZubGB0+tDxjGZm3eiDp+Xeh5WkO37noB19vpQBYoqGG4+YK33sZHv8A/XqagAooooAKKKKACiiigAooooAKKKKACiiigCG5BWRW554OBn3qPf6/qp9c1Jc3BiGFG5uuKA8xUHbGc8/eP+FAEW5S3Pl8/wCNPtOXY/L07HPUmnNLIilmiXCjPDf/AFqLHHke+SSPTPNAE1FFFABRRRQAUUUUAFFFFABRRRQAUUUUAI670ZSMgjGKqRlpUAZi20dOw+vuKuVXmTZL/eVuQvr6/pQA0HP+1j/vkev+NI7+WNxIJX+I9B6fmKSWXYdv+sc9FH6GpIbPLb5fmbsOy0ANtEdpN/zRx+h6tVqiigAooooAKKKKACiiigAooooAKKKKAAjcKqhmVfm3bh6p6DFWmbauT0FV1uJJJtqqu3GeaAGl1A/g49RjtTXddvy+WSPQ+1Tb5v8AnnGf+B//AFqjkkLXMasgXad2c5HcUAWUXagHoMUtFFABRRRQAUUUUAFFFFABRRRQAUUUUAFQXOUmVlO3IIJxnP8A9frU9Nmj82PHQ9QfQ0AV8bTnd17n7x7ij+H+4D2H3v8AINA+7u+7xyx6gf8A1jTU3XZ/d/Iv8T9z64oASRyzeWq5bOSB2PfJ/WrcCMkQDNubuaSGBbdNqjH9afQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAySBZGyc+nB608cUUUANkTzEK+tNhh8otk5zUlFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABUN7JgKgOJHPy+3vU1IUViCQCV6cdKAGQWy2445Y9SepqSiigAooooAKKKKACiiigAooooAKKKKACiiigAYbhg9DTI4FjP8R4xyafRQAVFNbea2d2MjB4qWigAHAooooAKKKKACiiigAooooAKKKKACiiigAooooAqRRrfSM27MatwvqfU1bAwKRUCD5QB9KWgAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAopkVwszMF/hODxT6ACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACimT3C2ybm6Zx0p9ABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFQhZI/ussi+/B/Oo5JGmmVfKdcDPP+cUAWqKbGCqKG645p1ABRRRQAUUUUAFFFFABRRRQAUUUUAFNmmWCMs35etOZtoyelU9/wBrl8w/cU4RT/Ef89KAJLJz829drSHd/wDW/CrFVSN3f5u59P8A64qaCbzBg/e/mPWgCSiiigAooooAKKKKACiiigAooooAKKKKACo7gsI+OPU+gqSq90/mny9pK5G7H54oAktXLxZPPofapKrxop/1MhXvt7flTnmkiU7o93uh/pQBNRVe0RvlbGNw59/8+9WKACiiigAooooAKKKKACiiigAooooAKKKhu7jygFX/AFjdPb3oAZdTGWVY1G7aQzf4fWrCOJF3DpVWOIRR7QeP4mPVj6fWnrL5TZ5w3JHt6/X1FAFiigHcKKACiiigAooooAKKKKACiiigAooooAKKKbI/loW9KAIWkYXQXJ69Paim4RnZpQVYng+gHvRQARpx8uVPHSn2Nw1wjbsfKccUUUAT0UUUAFFFFABRRRQAUUUUAFFFFABRRRQBVv2LSQx/wyE7vfGKG+RSf9oJ9ATRRQA5R84Xtzn3x3qNWKLDL/FKQG9OaKKALlFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFVYf3gyw5zjP1NFFABNw2D83BPPY5xSPM1u6hWLKzYw3OOKKKALdFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFULZzLukb7zNtJ9vSiigCZfmkYdo22D6YzSL+9aNW6SAlvfFFFAElk5KMp52MVB9qmoooAKKKKACiiigAooooAKKKKACiiigAqC9fb5f1/pRRQAm3ZwOMED9M0UUUAf/2Q==');
    width: 98vw;
    height: 100vh;
    font-family: Arial, Helvetica;
    letter-spacing: 0.02em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

.main-bg-box {
    position: relative;
    width: 400px;
    height: 500px;
    top: calc(50% - 250px);
    top: -webkit-calc(50% - 250px);
    top: -moz-calc(50% - 250px);
    left: calc(50% - 200px);
    background: inherit;
    border-radius: 2px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .main-bg-box {
        position: relative;
        width: 300px;
        top: calc(50% - 250px);
        top: -webkit-calc(50% - 250px);
        top: -moz-calc(50% - 250px);
        left: calc(50% - 150px);
        background: inherit;
        border-radius: 2px;
        overflow: hidden;
    }
}

.main-bg-box:after {
    content: '';
    width: 400px;
    height: 500px;
    background: inherit;
    position: absolute;
    left: 0px;
    right: 0;
    top: -25px;
    bottom: 0;
    box-shadow: inset 0 0 0 500px rgba(255,255,255,0.05);
    -webkit-box-shadow: inset 0 0 0 500px rgba(255,255,255,0.05);
    -moz-box-shadow: inset 0 0 0 500px rgba(255,255,255,0.05);
    -ms-filter: blur(10px);
    filter: blur(10px);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
}

@media (max-width: 767px) {
    .main-bg-box:after {
        width: 300px;
    }
}


/* Form which you dont need */
.user-login-box {
    position: relative;
    margin-top: 50px;
    text-align: center;
    z-index: 1;
}

    .user-login-box > * {
        display: inline-block;
        width: 300px;
    }

.user-icon {
    width: 100px;
    height: 100px;
    position: relative;
    border-radius: 50%;
    background-size: contain;
    background-image: url('../assets/img/admin.png');
}

.user-name {
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
}


/* ==========================================================================
   End Register/Login CSS
   ========================================================================== */

/* ==========================================================================
   Start Global Styles
   ========================================================================== */

.required:before {
    content: "* ";
    color: red;
    font-size: 2em;
    float: left;
    margin-right: 5px;
    line-height: 1em;
}

.text-white {
    color: white !important;
}

/*Width*/

.w-100 {
    width:100% !important;
}

.w-98 {
    width: 98% !important;
}

.w-96 {
    width: 96% !important;
}

.w-90 {
    width: 90% !important;
}

.w-80 {
    width: 80% !important;
}

.w-70 {
    width: 70% !important;
}

.w-60 {
    width: 60% !important;
}

.w-50 {
    width: 50% !important;
}

.w-33 {
    width: 33.3333% !important;
}

/*Width*/

/*Margin*/
.mt-0 {
    margin-top: 0 !important;
}

.mt--5 {
    margin-top: 5px !important;
}

.mt--10 {
    margin-top: 10px !important;
}

.mt--15 {
    margin-top: 15px !important;
}

.mt--20 {
    margin-top: 20px !important;
}

.mt--25 {
    margin-top: 25px !important;
}

.mt--30 {
    margin-top: 30px !important;
}

.mt--60 {
    margin-top: 60px !important;
}

@media (max-width: 767px) {
    .mt-0-xs {
        margin-top: 0 !important;
    }

    .mt--5-xs {
        margin-top: 5px !important;
    }

    .mt--10-xs {
        margin-top: 10px !important;
    }

    .mt--15-xs {
        margin-top: 15px !important;
    }

    .mt--30-xs {
        margin-top: 30px !important;
    }

    .mt--60-xs {
        margin-top: 60px !important;
    }
}

.mb--0 {
    margin-bottom: 0 !important;
}

.mb--5 {
    margin-bottom: 5px !important;
}

.mb--10 {
    margin-bottom: 10px !important;
}

.mb--15 {
    margin-bottom: 15px !important;
}

.mb--30 {
    margin-bottom: 30px !important;
}

.mb--60 {
    margin-bottom: 60px !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.ml--5 {
    margin-left: 5px !important;
}

.ml--10 {
    margin-left: 10px !important;
}

.ml--12 {
    margin-left: 12px !important;
}

.ml--15 {
    margin-left: 15px !important;
}

.ml--22 {
    margin-left: 22px !important;
}

.ml--30 {
    margin-left: 30px !important;
}

.ml--60 {
    margin-left: 60px !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr--5 {
    margin-right: 5px !important;
}

.mr--10 {
    margin-right: 10px !important;
}

.mr--15 {
    margin-right: 15px !important;
}

.mr--30 {
    margin-right: 30px !important;
}

.mr--50 {
    margin-right: 50px !important;
}

.mr--60 {
    margin-right: 60px !important;
}

/*Margin*/

/*Padding*/

.pt-0 {
    padding-top: 0 !important;
}

.pt--5 {
    padding-top: 5px !important;
}

.pt--10 {
    padding-top: 10px !important;
}

.pt--12 {
    padding-top: 12px !important;
}

.pt--15 {
    padding-top: 15px !important;
}

.pt--30 {
    padding-top: 30px !important;
}

.pt--60 {
    padding-top: 60px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb--5 {
    padding-bottom: 5px !important;
}

.pb--10 {
    padding-bottom: 10px !important;
}

.pb--15 {
    padding-bottom: 15px !important;
}

.pb--30 {
    padding-bottom: 30px !important;
}

.pb--60 {
    padding-bottom: 60px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pl--5 {
    padding-left: 5px !important;
}

.pl--10 {
    padding-left: 10px !important;
}

.pl--15 {
    padding-left: 15px !important;
}

.pl--30 {
    padding-left: 30px !important;
}

.pl--60 {
    padding-left: 60px !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pr--5 {
    padding-right: 5px !important;
}

.pr--10 {
    padding-right: 10px !important;
}

.pr--15 {
    padding-right: 15px !important;
}

.pr--30 {
    padding-right: 30px !important;
}

.pr--60 {
    padding-right: 60px !important;
}

/*Padding*/

/*Font size*/

.fs-8 {
    font-size: 8px !important;
}

.fs-9 {
    font-size: 9px !important;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-32 {
    font-size: 32px !important;
}

.fs-36 {
    font-size: 36px !important;
}

.fs-48 {
    font-size: 48px !important;
}

.fs-64 {
    font-size: 64px !important;
}

.fs-72 {
    font-size: 72px !important;
}

/*Font size*/

.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
    color: inherit;
    text-decoration: inherit;
}

.d-none {
    display:none !important;
}

.d-inline-block {
    display: inline-block !important;
}

/*@media (min-width: 1201px) {
    .container {
        width: 92vw !important;
    }
}*/

/* ==========================================================================
   End Global Styles
   ========================================================================== */

/* ==========================================================================
   Start Custom Radios
   ========================================================================== */

.radio,
.checkbox {
    padding-left: 20px;
    position: relative;
    display: inline-block;
}

    .radio input,
    .checkbox input {
        opacity: 0;
        position: absolute;
        z-index: 1;
        cursor: pointer;
        margin-left: -20px;
    }

        .radio input:checked + label::before,
        .checkbox input:checked + label::before {
            border-color: #337ab7;
        }

        .radio input:checked + label::after,
        .checkbox input:checked + label::after {
            content: '';
            display: inline-block;
            position: absolute;
            width: 13px;
            height: 13px;
            left: 2px;
            top: 4px;
            margin-left: -20px;
            border: 1px solid #337ab7;
            border-radius: 50%;
            background-color: #337ab7;
        }

    .radio label,
    .checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
    }

        .radio label::before,
        .checkbox label::before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            top: 2px;
            margin-left: -20px;
            border: 1px solid #ccc;
            border-radius: 50%;
            background-color: #fff;
        }

    .radio.disabled label,
    .checkbox.disabled label {
        color: #ccc;
    }

        .radio.disabled label::before,
        .checkbox.disabled label::before {
            opacity: 0.54;
            border-color: #ccc;
        }

    .checkbox input:checked + label::before {
        border-color: #337ab7;
        background-color: #337ab7;
    }

    .checkbox input:checked + label::after {
        content: "\f00c";
        font-family: 'Font Awesome 5 Solid', sans-serif;
        font-size: 13px;
        color: #fff;
        top: 0;
        left: 1px;
        border-color: transparent;
        background-color: transparent;
    }

    .checkbox label::before {
        border-radius: 2px;
    }

/* ==========================================================================
   End Custom Radios
   ========================================================================== */

/* ==========================================================================
   Start Modal Full Width
   ========================================================================== */

.modal {
    z-index: 1050;
}

.modal {
    overflow-y: auto;
}

.modal.modal2 {
    z-index: 1051;
}

.modal-full-width .modal-dialog {
    width: 96vw;
    margin-left: 2vw;
    margin-top: 1vh;
    padding: 0;
}

.modal-full-width .modal-content {
    width: 96vw;
}

.modal-full-width .modal-body {
    height: auto;
    min-height: 75vh;
    border-radius: 0;
}

#modalDialog3.modal.modal-full-width .modal-content {
    width: 94vw;
}

@media (max-width: 768px) {
    .modal-full-width .modal-dialog
    {
        width: 98vw;
        margin-left: 2vw;
    }

    .modal-full-width .modal-content {
        width: 98vw;
    }

    .modal-full-width .modal-body {
        min-height: 75vh;
    }

    #modalDialog3.modal.modal-full-width .modal-content {
        width: 96vw;
    }
}

/* ==========================================================================
   End Modal Full Width
   ========================================================================== */

/* ==========================================================================
   Start Preloader
   ========================================================================== */

#preload {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #fff;
    top: 0;
    left: 0;
}

.loading {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 0;
}

    .loading.reversed li {
        border: 3px solid white;
        -webkit-animation: loadingJump 2s infinite;
        animation: loadingJump 2s infinite;
    }

        .loading.reversed li:nth-child(1n) {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading.reversed li:nth-child(2n) {
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading.reversed li:nth-child(3n) {
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

    .loading li {
        height: 0;
        position: absolute;
        top: 50%;
        left: 0;
        width: 0;
        margin: 0;
        height: 10px;
        width: 10px;
        border: 3px solid #00A1CB !important;
        border-radius: 100%;
        -webkit-transform: transformZ(0);
        -ms-transform: transformZ(0);
        transform: transformZ(0);
        -webkit-animation: LOADING 2s infinite;
        animation: LOADING 2s infinite;
    }

        .loading li:nth-child(1n) {
            left: -20px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

        .loading li:nth-child(2n) {
            left: 0;
            -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
        }

        .loading li:nth-child(3n) {
            left: 20px;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
        }

@-webkit-keyframes LOADING {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2b8ccd;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: white;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2b8ccd;
    }
}

@keyframes LOADING {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2b8ccd;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: white;
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        background: #2b8ccd;
    }
}

/* ==========================================================================
   End Preloader
   ========================================================================== */

/* ==========================================================================
   Start Custom
   ========================================================================== */

#search-nav {
    flex: 1;
    max-width: 600px !important;
}

    #search-nav a {
        color: #F4F6F7 !important;
    }

    #search-nav p span {
        margin: 0 5px;
    }

.text-white {
    color: white !important;
}

.logo-header[data-background-color=blue] {
    background: #FFFFFF !important;
}

.logo-header[data-background-color] .navbar-toggler .navbar-toggler-icon {
    color: #1572e8 !important;
}

.logo-header[data-background-color] .more {
    color: #1572e8 !important;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(84, 110, 122,0.3);
    border-radius: 5px;
    width: 4px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 3px rgba(84, 110, 122,0.5);
    width: 4px;
}

@media screen and (min-width: 992px) {
    .logo-header .logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media (min-width: 1360px) {
    .inner-contentm .container {
        max-width: 100% !important;
    }

    .page_header .container {
        max-width: 100% !important;
    }
}

.alert[data-notify="container"] {
    z-index: 1060 !important;
}

.navbar-header .navbar-nav .dropdown-menu.dropdown-lang-menu {
    max-width: 200px !important;
}

.logo-header .logo img {
    /*max-height:46px!important;
    width:auto;*/
}

/* ==========================================================================
   End Custom
   ========================================================================== */
.navbar-brand-text {
    font-family: inherit;
    /*font-family: Open Sans,'Helvetica Neue',Arial,sans-serif;*/
    font-size: 32px;
}

.navbar-brand-blue {
    color: #006bb7;
}

.shop-content {
    padding:0;
}

@media screen and (max-width: 767px) {
    .footer-bottom {
        top: 0;
    }
}

@media screen and (max-width: 1024px) {
    .product-overlay {
        bottom: 0 !important;
    }
}

.cart-info {
    z-index: 999999 !important;
}

/*     Alert    */
.alert {
    border: 0px;
    position: relative;
    padding: .95rem 1.25rem;
    border-radius: 1px;
    color: inherit;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
    
}

    .alert[data-notify="container"] {
        z-index: 999998 !important;
    }

    .alert [data-notify="icon"] {
        display: block;
    }

        .alert [data-notify="icon"]::before {
            line-height: 35px;
            font-size: 22px;
            display: block;
            left: 15px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 35px;
            height: 35px;
            border-radius: 30px;
            text-align: center;
            color: #fff;
        }

    .alert [data-notify="title"] {
        display: block;
        color: #2b2b2b;
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .alert [data-notify="message"] {
        font-size: 13px;
        color: #263238;
    }

    .alert .close {
        background: rgba(255, 255, 255, 0.8);
        width: 25px;
        height: 25px;
        line-height: 25px;
        top: 12px !important;
        border-radius: 50%;
    }

/*    Alert States    */
.alert-default {
    border-left: 4px solid #1a2035;
}

    .alert-default [data-notify="icon"]:before {
        background: #1a2035;
    }

.alert-primary {
    border-left: 4px solid #1572E8;
}

    .alert-primary [data-notify="icon"]:before {
        background: #1572E8;
    }

.alert-secondary {
    border-left: 4px solid #6861CE;
}

    .alert-secondary [data-notify="icon"]:before {
        background: #6861CE;
    }

.alert-info {
    border-left: 4px solid #48ABF7;
    background: #48ABF7;
}

    .alert-info [data-notify="icon"]:before {
        background: #48ABF7;
    }

.alert-success {
    border-left: 4px solid #31CE36;
    background: #31CE36;
}

    .alert-success [data-notify="icon"]:before {
        background: #31CE36;
    }

.alert-warning {
    border-left: 4px solid #FFAD46;
    background: #FFAD46;
}

    .alert-warning [data-notify="icon"]:before {
        background: #FFAD46;
    }

.alert-danger {
    border-left: 4px solid #F25961;
    background: #F25961;
}

    .alert-danger [data-notify="icon"]:before {
        background: #F25961;
    }

.alert [data-notify="icon"]::before {
    top: 25px;
    left: -60px;
}


.cart-info {
    border-top: 4px solid #006bb7;
    border-bottom: 2px solid #006bb7;
    border-left: 2px solid #006bb7;
    border-right: 2px solid #006bb7;
    width:300px !important;
}

.flexslider .slides > li {
    width: 80% !important;
    display: block !important;
}

.flexslider .slides img {
    width: 78% !important;
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .flexslider .slides img {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .flexslider .slides img {
        margin-top: 30px;
    }
}

.gal-nav-li-img-vertical {
    width: 16% !important;
    float: left;
}

.gal-nav-li-img {
    display: flex;
    width: 16% !important;
}

@media (max-width: 991px) {

    .gal-nav-li-img-vertical {
        width: 20% !important;
        float: left;
    }

    .gal-nav-li-img {
        display: flex;
        width: 20% !important;
    }
}

@media (max-width: 767px) {

    .gal-nav-li-img-vertical {
        width: 20% !important;
        float: left;
    }

    .gal-nav-li-img {
        display: flex;
        width: 20% !important;
    }
}

#header-main .navbar-brand {
    margin: 0 auto;
}

#header-main .navbar-brand {
    margin-top: 27px;
}

    #header-main .navbar-brand img {
        height: 64px;
        width: auto;
    }

#header-main .yamm img {
    margin-bottom: 0;
    margin-top: 0;
}

footer {
    padding: 80px 0 80px;
}

iframe.data-sheet {
    width:100%;
    height:75vh;
}

img.img-profile {
    border-radius: 50%;
    height: 32px;
}

.user-menu {
    width: 250px !important;
    margin-top: -14px !important;
    z-index: 999990 !important;
}

.navbar-login {
    padding:8px;
}

.user-box {
    display: flex;
    padding: .25rem 1rem;
}

.user-box .u-text {
    padding: 0 10px;
}

.text-left {
    text-align: left !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-user.text-muted {
    margin-top: 0;
    line-height: 1.82;
    word-break: break-word;
}

.avatar-lg {
    width: 3.75rem;
    height: 3.75rem;
}

.avatar-lg .rounded {
    border-radius: 8px !important;
}

.avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 767px) {

    .header-x {
        right: 0px !important;
    }

    .nav-right.list-unstyled.nav-list-custom-w { /* For menu */
        margin-top: -48px !important;
        margin-right: 70px !important;
    }

    .link-corporate {
        margin-top: 20px;
        position: absolute;
        width: 100%;
        text-align: right;
        font-size:10px;
    }

    .btn-login-container {
        margin-top: -24px !important;
        margin-right: 100px !important;
    }

    .navbar-toggle {
        margin-right: 64px !important;
    }

}

.shop-grid.shop-grid-list div.product-item-container {
    height: 225px !important;
    width: 100vw;
    display: table-cell;
    vertical-align: middle;
}

.inline-left {
    /*float: left;*/
    display: inline-block;
    position: relative;
}

.sc-trigger span {
    z-index: 3;
}

.icon-cart-container {
    background: #7FB3D5 !important;
    border-radius: 50%;
    padding: 8px;
    margin-top: -8px;
    left: 8px;
    z-index: 2;
}

.subtotal-cart {
    background: #2980B9 !important;
    color: white;
    padding: 5px 15px 5px 5px;
    border-radius: 5px 0 0px 5px;
    left: 17px;
    z-index: 1;
}

.mt--18 {
    margin-top:18px !important;
}

.container-shop-cart {
    margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
    
    .link-corporate {
        margin-top: 32px !important;
    }

    .s-cart .img-shop-cart {
        width: 23px !important;
    }

    .s-cart .sc-trigger {
        margin-top: 0 !important;
    }

    #header-main .navbar.logged .s-cart .sc-trigger {
        margin-top: -20px !important;
    }

    .btn-login-container {
        margin-top: -35px !important;
        margin-right: 0px !important;
    }

    #header-main .navbar.yamm.navbar-default .navbar-brand img {
        max-width: 220px !important;
        height: auto !important;
    }

    .container-shop-cart {
        margin-top: 0 !important;
    }

    .nav-right.list-unstyled.nav-list-custom-w {
        margin-top: -48px !important;
        margin-right: 0 !important;
    }

    #header-main .navbar-brand {
        margin-top: 12px !important;
    }

    .navbar-toggle {
        margin-right: 0px !important;
    }

    .navbar-brand-text {
        font-size: 22px;
    }

    .logged .s-cart {
        margin-right: 50px !important;
    }

}

@media screen and (max-width: 576px) {
    #header-main .navbar.yamm.navbar-default .navbar-brand img {
        max-width: 175px !important;
        height: auto !important;
    }
}

@media screen and (max-width: 320px) {
    #header-main .navbar.yamm.navbar-default .navbar-brand img {
        max-width: 125px !important;
        height: auto !important;
    }
}

#btnNavbarLangMenu {
    top: -6px;
    position: relative;
    border: 1px outset rgb(166, 172, 175);
    border-radius: 4px;
}

#navbarMenu.collapse.in {
    display: inline-block;
}

.logged .menu-container-xs {
    display: block;
    content: "";
    clear: both;
    margin-top: 20px !important;
    margin-right: 5px;
}

.right-0 {
    right: 0 !important;
}

.right-60 {
    right: 60px !important;
}

.p-absolute {
    position:absolute!important;
}
