/*RESET*/
html, body, div, section, article, span, figure, figcaption, caption,
img, h1, h2, h3, h4, h5, h6, p, a, button, blockquote, pre, abbr, address,
small, strong, sub, sup, ol, ul, li, fieldset, form, label, input, select, .select-dropdown-input, output,
textarea, legend, table, tr, th, td, dl, dt, dd, footer, header, hgroup, aside, menu, nav,
time, mark, audio, video, canvas, embed, iframe, object, hr {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	color: inherit;
	font: inherit;
	text-decoration: none;
	cursor: default;
	max-width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
}

/*HTML5 display-role reset for older browsers*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img, a {
	display: block;
}

img {
	width: 100%;
}

.emoji-image {
	width: 18px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.emoji-image.medium-emoji {
	width: 30px;
}

.img-auto-width {
	width: auto;
	margin: 0 auto;
}

/*Form elements reset*/
textarea {
	resize: vertical;
	display: block;
}

::-webkit-search-decoration {
	display: none;
}

:focus {
	outline: none;
}

::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/*Lists*/
ul, ol,
ul ul, ol ul,
ol ol, ul ol {
	margin: 0;
	list-style: none;
}

/*Tables*/
table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr {
	display: inline-block;
	cursor: default;
}

html, body {
	height: 100%;
}

/*MAIN STYLESHEET//////////////////////////////////////////////////////////////V

 * Colour Palette:
	- Primary:   				#4E42C3
	^ Light shade:   		#584AD9
	^ Lighter shade:   	#5D4EE6
	^ Dark shade:       #4035A6
	^ Daker shade: 			#362c8c

  ^ Secondary:        #3285FA
  ^ Third:            #00D0FF
  ^ Fourth:           #272F41

	- Font:      				#4E596B
	^ Sub shade:     		#959EAE

	- Main background: 	#F2F5F9
  ^ Dark: 	          #E6EBF2

  ^ Inner:            #EDF1F5
  ^ Inner active:     #E4EBF5
  - Borders:    			#EBEFF2
  ^ Dark:    			    #DFE5ED

  - Dark background:  #272F41
  ^ Light:    			  #353D52
  ^ Lighter:          #525E70
  ^ Darker:           #232A3B
  ^ Text:    			    #A9B1C4

  ^ Form Element: 		#A3B1BF
  ? inline buttons and the switch handels

	- Grey: 		 				#788394
  ^ Light: 		 				#8895A8
  ^ Dark:             #707A8A

  - Green:  					#4DBF39
  ^ Light: 		 				#52C93C
  ^ Dark:             #48B236

  - Orange: 		 			#FA7E00
  ^ Light: 		 				#FA8E23
  ^ Dark:             #E87400

  - Yellow:  					#F7C602
  ^ Light: 		 				#F7D343
  ^ Dark:             #E8BA02

	- Red: 		 					#DB253C
  ^ Light: 		 				#EB2842
  ^ Dark:             #C22136

	---------------------------

	* Stylesheet Keys:
		Main ////////////////////
    Major section ===========
		Sub-section -------------

		(?) Further explanation
		(!) Important notice

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

body {
	color: #4E596B;
	background-color: #fff;
	max-width: 100%;
	min-width: 290px;
	height: 100%;
	overflow-x: hidden;
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.05em;
	line-height: 1.38;
	text-align: center;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
}

.betasign {
	background-color: #b4c0d4;
  border-radius: 5px;
  padding: 4px 6px 2px 6px;
  font-size: 0.8em;
  color: #fff;
  position: absolute;
  right: -54px;
  top: 1px;
}

/*----------------------------------------------------------------------------*/
/*Headers*/
h1 {
	font-size: 1.6em;
	line-height: 1.4;
}

h2 {
	font-size: 1.4em;
	line-height: 1.4;
}

h3 {
	font-size: 1.06em;
	font-weight: 600;
}

h4, h5, h6 {
	font-weight: bold;
	font-size: 1em;
	line-height: 1;
}

p, h1, h2, h3, h4, h5, p a {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-o-user-select: text;
	user-select: text;
}

@media screen and (max-width: 800px) {
	h1 {
		font-size: 1.7em;
	}
	h2 {
		font-size: 1.35em;
		line-height: 1.4;
	}
	h3 {
		font-size: 1.05em;
		line-height: 1.1;
		font-weight: 600;
	}
}

/*Font colours*/
.font-green {
	color: #4DBF39 !important;
}

.font-orange {
	color: #FA7E00 !important;
}

.font-yellow {
	color: #F7C602 !important;
}

.font-red {
	color: #DB253C !important;
}

.font-grey {
	color: #959EAE !important;
}

.font-faint {
	opacity: 0.8;
}

/*Text addons*/
mark {
	border-radius: 3px;
	padding: 0 3px;
}

strong {
	font-weight: bold;
}

small {
	font-size: 0.8em;
}

small > .link {
	display: inline;
	vertical-align: normal;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}

/*Lists*/
.ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 15px;
}

.ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 15px;
}

.ul .ul,
.ol .ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 20px;
}

.ol .ol,
.ul .ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 20px;
}

/*////////////////////////////////////////////////////////////////////////////*/
/* Forms */
/*////////////////////////////////////////////////////////////////////////////*/
/*Fieldsets*/
fieldset, .fieldsets-set {
	margin-bottom: 15px;
	position: relative;
	min-width: 100%;
}

fieldset:last-of-type,
.fieldsets-set:last-of-type {
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/
/*Adaptive styling settings*/

/*Fieldsets followed by a button*/
fieldset:last-of-type + button,
fieldset + .fieldsets-set,
.grid + fieldset, .grid + .fieldsets-set,
fieldset + .grid, .fieldsets-set + .grid,
fieldset + .sideByside,
fieldset .sideByside > *,
.fieldset-label + fieldset {
	margin-top: 15px;
}

/*Responsive settings*/
@media screen and (max-width: 860px) {
	fieldset, .fieldsets-set {
		margin-bottom: 10px;
	}
	/*Fieldsets followed by a button*/
	fieldset:last-of-type + button,
	fieldset + .fieldsets-set,
	.grid + fieldset, .grid + .fieldsets-set,
	fieldset + .grid, .fieldsets-set + .grid,
	fieldset + .sideByside,
	fieldset .sideByside > *,
	.fieldset-label + fieldset {
		margin-top: 10px;
	}
}

/*--------------------------------------------------------------------------*/
/*Fieldset labels*/
.fieldset-label {
	position: relative;
	top: -4px;
}

/*--------------------------------------------------------------------------*/
/*Fieldset elements main container*/
fieldset > div {
	width: 100%;
	display: table;
	position: relative;
	border-collapse: separate;
}

/*Target all elements nested within the fieldset elements container*/
fieldset > div > * {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

/*------------------------------------------------------------------------*/
/*Inline labels*/
fieldset > div > .fieldset-label {
	width: 1%;
	padding-right: 15px;
	white-space: nowrap;
	top: 0;
}

/*Responsive settings*/
@media screen and (max-width: 860px) {
	fieldset > div > .fieldset-label {
		width: 100% !important;
		display: block;
		padding-right: 0;
		margin-bottom: -1px;
		top: -6px;
		width: 1%;
		white-space: normal;
	}
}

/*------------------------------------------------------------------------*/
/*Inline icons*/
fieldset > div > i.inline-icon {
	padding: 5px 15px;
	width: 1%;
	height: 100%;
}

fieldset > div > i.inline-icon:first-child {
	padding-left: 2px !important;
}

fieldset > div > i.inline-icon:last-child {
	padding-right: 2px !important;
}

/*Inner inline icons*/
fieldset > div > .inner-icon {
	color: #959EAE;
	position: absolute !important;
	top: 3px;
	left: 0;
	height: 100%;
	width: 31px;
	padding: 5px;
	left: 2px;
	z-index: 2;
	pointer-events: none;
}

/*Inner inline icons followed by text*/
fieldset > div i > p {
	display: inline;
	margin-left: 9px;
	position: relative;
	width: 100%;
	top: 1px;
}

fieldset > div > input:hover + [class^="inner-icon"],
fieldset > div > input:focus + [class^="inner-icon"],
fieldset > div > textarea:hover + [class^="inner-icon"],
fieldset > div > textarea:focus + [class^="inner-icon"],
fieldset > div > select:hover + [class^="inner-icon"],
fieldset > div > select:focus + [class^="inner-icon"],
fieldset > div > .select-dropdown:hover + [class^="inner-icon"] {
	color: #4E42C3;
}

fieldset > div > .has-inner-icon,
fieldset > div > .has-inner-icon + .select-dropdown .select-dropdown-input {
	padding-left: 32px;
}

/*------------------------------------------------------------------------*/
/*Inline icon container*/
fieldset > div > span {
	opacity: 0.8;
	background-color: #EDF1F5;
	border: 1px solid #fff;
	padding: 5px 12px;
	overflow: hidden;
	width: 1%;
	height: 100%;
	white-space: nowrap;
}

fieldset > div > span i {
	display: block;
	top: -2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	fieldset > div > span i {
		top: -1px;
	}
}

/*------------------------------------------------------------------------*/
/*Inline buttons and links*/
fieldset > div > a,
fieldset > div > .link,
fieldset > div > .button,
fieldset > div > button {
	padding: 6px 12px;
	width: 1%;
	height: 100%;
	border: 1px solid #fff;
	display: table-cell !important;
	vertical-align: middle !important;
	white-space: nowrap;
}

/*Inline button*/
fieldset > div > .button {
	background-color: #A3B1BF;
}

fieldset > div > .button:hover {
	background-color: #9AA7B5;
}

/*Inline links*/
fieldset > div > .link {
	padding-right: 0;
}

/*Fieldset action links, comes under the input*/
fieldset > .link {
	margin-top: 6px;
	font-size: 0.85em;
}

/*------------------------------------------------------------------------*/
/*Icons on the left and the right*/
fieldset [class^="has-element"][class*="-left"] > *:not(:first-child):not(:last-child),
fieldset [class^="has-element"][class*="-right"] > *:not(:first-child):not(:last-child) {
	border-radius: 0;
}

fieldset [class^="has-element"][class*="-left"] > span:not(:first-child):not(:last-child),
fieldset [class^="has-element"][class*="-right"] > span:not(:first-child):not(:last-child) {
	border-left: none;
	border-right: none;
}

/*Left side icons*/
fieldset [class^="has-element"][class*="-left"] > *:first-child {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

fieldset [class^="has-element"][class*="-left"] > span:first-child {
	border-right: none;
}

fieldset [class^="has-element"][class*="-left"] > input,
fieldset [class^="has-element"][class*="-left"] > textarea,
fieldset [class^="has-element"][class*="-left"] > select,
fieldset [class^="has-element"][class*="-left"] > input,
fieldset [class^="has-element"][class*="-left"] > .select-dropdown > .select-dropdown-input {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

/*Right side icons*/
fieldset [class^="has-element"][class*="-right"] > *:last-child {
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

fieldset [class^="has-element"][class*="-right"] > span:last-child {
	border-left: none;
}

fieldset [class^="has-element"][class*="-right"] > input + .button:last-child {
	right: 1px;
}

fieldset [class^="has-element"][class*="-right"] > input,
fieldset [class^="has-element"][class*="-right"] > textarea,
fieldset [class^="has-element"][class*="-right"] > select,
fieldset [class^="has-element"][class*="-right"] > .select-dropdown > .select-dropdown-input {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

/*--------------------------------------------------------------------------*/
/*Fieldsets sets*/
.fieldsets-set {
	width: 100%;
	display: table;
	position: relative;
}

/*Sets*/
.fieldsets-set > div {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.fieldsets-set > div:first-of-type {
	padding-right: 7px;
}

.fieldsets-set > div:last-of-type {
	padding-left: 7px;
}

/*Pre-set width options*/
.fieldsets-set .width-20 {
	width: 20%;
}

.fieldsets-set .width-25 {
	width: 25%;
}

.fieldsets-set .width-30 {
	width: 30%;
}

.fieldsets-set .width-35 {
	width: 35%;
}

.fieldsets-set .width-40 {
	width: 40%;
}

/*--------------------------------------------------------------------------*/
/*Merged fieldsets inside the set*/
.fieldsets-set.fieldsets-set-merged > div:first-of-type {
	padding-right: 0;
}

.fieldsets-set.fieldsets-set-merged > div:last-of-type {
	padding-left: 0;
}

/*Responsive settings*/
@media screen and (max-width: 860px) {
	.fieldsets-set > div {
		width: 100% !important;
		display: block;
	}
	.fieldsets-set > div:first-of-type,
	.fieldsets-set > div:last-of-type {
		padding: 0;
	}
	.fieldsets-set > div:first-of-type {
		margin-bottom: 10px;
	}
	/*Merged fieldsets*/
	.fieldsets-set.fieldsets-set-merged > div:first-of-type {
		margin-bottom: 0;
	}
	/*Merged top side fieldset*/
	.fieldsets-set.fieldsets-set-merged > div:first-of-type fieldset > div > *:last-child,
	.fieldsets-set.fieldsets-set-merged > div:first-of-type fieldset > div > .select-dropdown > .select-dropdown-input {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	/*Merged bottom side fieldset*/
	.fieldsets-set.fieldsets-set-merged > div:last-of-type fieldset > div > *:first-child,
	.fieldsets-set.fieldsets-set-merged > div:last-of-type fieldset > div > .select-dropdown > .select-dropdown-input {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
}

@media screen and (min-width: 860px) {
	/*Left side fieldset > last element*/
	.fieldsets-set.fieldsets-set-merged > div:first-of-type fieldset > div > *:last-child,
	.fieldsets-set.fieldsets-set-merged > div:first-of-type fieldset > div > .select-dropdown > .select-dropdown-input {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	/*Right side fieldset > first element*/
	.fieldsets-set.fieldsets-set-merged > div:last-of-type fieldset > div > *:first-child,
	.fieldsets-set.fieldsets-set-merged > div:last-of-type fieldset > div > .select-dropdown > .select-dropdown-input {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	/*Artificial border-collapse for inline form elements*/
	.fieldsets-set > div:last-of-type {
		left: -1px;
	}
	.fieldsets-set > div:first-of-type fieldset > div > *:hover,
	.fieldsets-set > div:first-of-type fieldset > div > *:focus {
		z-index: 1;
	}
}

/*////////////////////////////////////////////////////////////////////////////*/
/*Form elements*/
/*////////////////////////////////////////////////////////////////////////////*/
input, textarea, select, .select-dropdown-input {
	color: inherit;
	background-color: #EDF1F5;
	border: 1px solid #fff;
	padding: 8px 12px;
	width: 100%;
	min-height: 36px;
	position: relative;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	cursor: text;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

/*Form elements global border-radius*/
input, textarea, select, .select-dropdown-input,
fieldset > div > span, fieldset > div > a {
	border-radius: 4px;
}

/*On hover*/
input:hover, textarea:hover, select:hover,
.select-dropdown:hover .select-dropdown-input {
	color: #4E42C3;
	background-color: #E4EBF5;
	z-index: 1;
}

/*On focus*/
input:focus, textarea:focus, select:focus,
.select-dropdown.select-dropdown-opened .select-dropdown-input {
	color: #4E42C3;
	background-color: #E4EBF5;
	z-index: 1;
}

/*Remove the white border around the input*/
input.no-border, textarea.no-border, select.no-border, .select-dropdown-input.no-border {
	border: none;
}

/*Reset text highlight settings*/
input, textarea {
	-webkit-user-select: text;
	-khtml-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

textarea {
	min-height: 36px;
	resize: none;
}

/*Reset cursor settings for date and time pickers*/
.date-picker, .time-picker, .date-time-picker {
	cursor: pointer;
}

/*Placeholder settings*/
::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.8;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.8;
	-moz-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.8;
	-moz-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.8;
	-ms-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

:focus::-webkit-input-placeholder {
	opacity: 0.6;
	-webkit-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

:focus:-moz-placeholder {
	opacity: 0.6;
	-moz-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

:focus::-moz-placeholder {
	opacity: 0.6;
	-moz-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

:focus:-ms-input-placeholder {
	opacity: 0.6;
	-ms-transition: opacity 0.15s ease;
	transition: opacity 0.15s ease;
}

/*Read only inputs*/
input[readonly], input[readonly]:hover, input[readonly]:focus,
textarea[readonly], textarea[readonly]:hover, textarea[readonly]:focus {}

/*=============================================================================*/
/* Select Dropdowns */
/*=============================================================================*/
.select-dropdown {
	position: relative;
	vertical-align: middle;
}

/*Singular Option Dropdown*/
.select-dropdown a.select-dropdown-input {
	cursor: pointer;
}

/*Input text*/
.select-dropdown a.select-dropdown-input span {
	width: 100%;
	max-width: 1px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*---------------------------------------------------------------------------*/
/*Multi Options Dropdown*/
.select-dropdown ul.select-dropdown-input {
	padding: 1px;
	min-height: 36px;
}

/*Menu items*/
.select-dropdown .select-dropdown-input li {
	display: inline-block;
	height: 30px;
}

.select-dropdown .select-dropdown-input li.menu-option {
	color: #fff;
	background-color: #788394;
	border-radius: 2px;
	margin: 1px;
	padding: 4px 45px 4px 9px;
	vertical-align: top;
	position: relative;
}

/*Remove selected menu item icon*/
.select-dropdown .select-dropdown-input li.menu-option .menu-option-close {
	background-color: rgba(0, 0, 0, 0.15);
	border-left: 1px solid #fff;
	border-radius: 0 4px 4px 0;
	width: 34px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.select-dropdown .select-dropdown-input li.menu-option .menu-option-close:hover {
	background-color: #DB253C;
}

.select-dropdown .select-dropdown-input li.menu-option .menu-option-close:before {
	font-family: 'plutio-website';
	content: "\E00A";
	position: relative;
	top: 6px;
	left: 10px;
	font-size: 0.9em;
}

/*Multi selection search input*/
.select-dropdown .select-dropdown-input li.search-field input[type="text"] {
	background-color: transparent !important;
	padding: 7px 7px 7px 10px !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

/*---------------------------------------------------------------------------*/
/*Dropdown Menus*/
.select-dropdown .select-dropdown-menu-wrapper {
	padding: 0 1px;
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1010;
	opacity: 0;
	pointer-events: none;
}

.select-dropdown .select-dropdown-menu {
	background-color: #fff;
	border: 1px solid #E4EBF5;
	border-radius: 0 0 4px 4px;
	width: 100%;
	padding: 5px;
	margin-top: -2px;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

.select-dropdown.select-dropdown-multi .select-dropdown-menu {
	padding-top: 5px;
}

/*Opened dropdown menu*/
.select-dropdown.select-dropdown-opened .select-dropdown-menu-wrapper {
	left: 0;
	opacity: 1;
	pointer-events: auto;
}

/*Dropdown's input when the dropdown menu is opened*/
.select-dropdown.select-dropdown-opened .select-dropdown-input {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: 1px solid transparent;
}

/*Toggle icons*/
.select-dropdown .select-dropdown-input > i {
	color: #A3B1BF;
	display: table-cell;
	font-size: 0.8em;
	top: 0;
}

.select-dropdown.select-dropdown-opened .select-dropdown-input > i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

		/*(?) Adds a gradient effect on the top left and right sides of the dropdown
		 * menu to visually merge with the border colour of its input*
		.select-dropdown .select-dropdown-menu:before,
		.select-dropdown .select-dropdown-menu:after {
			content: "";
			width: 1px; height: 50%;
			position: absolute; top: 0;
			z-index: 1;

			background: #rgba(55,100,178,1);
			background: -moz-linear-gradient(top, #4E42C3, rgba(255,255,255,0) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(#4E42C3), color-stop(100%, rgba(255,255,255,0)));
			background: -webkit-linear-gradient(top, #4E42C3, rgba(255,255,255,0) 100%);
			background: -o-linear-gradient(top, #4E42C3, rgba(255,255,255,0) 100%);
			background: -ms-linear-gradient(top, #4E42C3, rgba(255,255,255,0) 100%);
			background: linear-gradient(to bottom, #4E42C3, rgba(255,255,255,0) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4E42C3', endColorstr='#ffffff', GradientType=0 );
		}
		.select-dropdown .select-dropdown-menu:before {
			left: -1px;
		}
		.select-dropdown .select-dropdown-menu:after {
			right: -1px;
		}

		/*When has-validation-messages*/
.validation-error .select-dropdown .select-dropdown-menu:before,
.validation-error .select-dropdown .select-dropdown-menu:after {
	background: -moz-linear-gradient(top, #DB253C, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(#DB253C), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(top, #DB253C, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(top, #DB253C, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(top, #DB253C, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to bottom, #DB253C, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB253C', endColorstr='#ffffff', GradientType=0 );
}

/*Search box*/
.select-dropdown .select-dropdown-search {
	padding-bottom: 5px;
	position: relative;
	white-space: nowrap;
}

/*Search icon*/
.select-dropdown .select-dropdown-search:before {
	font-family: 'plutio-website';
	content: "\E011";
	position: absolute;
	top: 5px;
	left: 12px;
	opacity: 0.5;
	z-index: 2;
}

/*Search input*/
.select-dropdown .select-dropdown-search input[type="text"] {
	color: #4E596B;
	background-color: #fff;
	border-bottom: 1px solid #A3B1BF;
	border-radius: 0;
	padding-left: 38px;
	padding-top: 0;
}

/*Hide the search input when applicable*/
.select-dropdown.select-dropdown-nosearch .select-dropdown-search {
	display: none;
}

/*Dropdown menu items*/
.select-dropdown .menu-options {
	max-height: 240px;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.select-dropdown .menu-options li {
	border-radius: 3px;
	padding: 8px 10px;
	display: none;
	-webkit-touch-callout: none;
}

/*Menu options with icons (left side only)*/
.select-dropdown .menu-options li:before {
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	float: none;
}

.select-dropdown .menu-options li.active-result {
	display: list-item;
	cursor: pointer;
}

.select-dropdown .menu-options li.highlighted {
	color: #fff;
	background-color: #4E42C3;
}

.select-dropdown .menu-options li.result-selected {
	display: list-item;
	opacity: 0.8;
}

.select-dropdown .menu-options li.disabled-result,
.select-dropdown li.menu-option-disabled {
	display: list-item;
	cursor: not-allowed;
	opacity: 0.8;
}

.select-dropdown .menu-options li.no-results {
	display: list-item;
	background: rgba(0, 0, 0, 0.04);
}

.select-dropdown .menu-options li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default;
}

.select-dropdown .menu-options li.group-option {
	padding-left: 15px;
}

.select-dropdown .menu-options li em {
	font-style: normal;
	text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/*Right to left support*/
.select-dropdown-rtl {
	text-align: right;
}

.select-dropdown-rtl .select-dropdown-input {
	overflow: visible;
	padding: 0 8px 0 0;
}

.select-dropdown-rtl .select-dropdown-input span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl;
}

.select-dropdown-rtl .select-dropdown-input-with-deselect span {
	margin-left: 38px;
}

.select-dropdown-rtl .select-dropdown-input div {
	right: auto;
	left: 3px;
}

.select-dropdown-rtl .select-dropdown-input abbr {
	right: auto;
	left: 26px;
}

.select-dropdown-rtl .select-dropdown-input li {
	float: right;
}

.select-dropdown-rtl .select-dropdown-input li.search-field input[type="text"] {
	direction: rtl;
}

.select-dropdown-rtl .select-dropdown-input li.menu-option {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px;
}

.select-dropdown-rtl .select-dropdown-input li.menu-option .menu-option-close {
	right: auto;
	left: 4px;
}

.select-dropdown-rtl.select-dropdown-nosearch .select-dropdown-search,
.select-dropdown-rtl .select-dropdown-menu {
	left: 9999px;
}

.select-dropdown-rtl.select-dropdown .menu-options {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0;
}

.select-dropdown-rtl .menu-options li.group-option {
	padding-right: 15px;
	padding-left: 0;
}

.select-dropdown-rtl.select-dropdown-active.select-dropdown-opened .select-dropdown-input div {
	border-right: none;
}

.select-dropdown-rtl .select-dropdown-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	background: white url("chosen-sprite.png") no-repeat -30px -20px;
	background: url("chosen-sprite.png") no-repeat -30px -20px;
	direction: rtl;
}

.select-dropdown-rtl.select-dropdown .select-dropdown-input div b {
	background-position: 6px 2px;
}

.select-dropdown-rtl.select-dropdown.select-dropdown-opened .select-dropdown-input div b {
	background-position: -12px 2px;
}

/*=============================================================================*/
/* Radios & Checkboxs */
/*=============================================================================*/
.checkbox, .radio {
	margin: 5px 0;
	display: block;
	cursor: pointer;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.checkbox *, .radio * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.checkbox:hover, .radio:hover {
	color: #4E42C3;
}

.checkbox:only-of-type, .radio:only-of-type {
	margin: 0;
}

.checkbox input[type=checkbox],
.switch input[type=checkbox],
.radio input[type=radio] {
	visibility: hidden;
	display: none;
}

.checkbox > *, .radio > * {
	display: inline-block;
	vertical-align: middle;
}

/*Toggle icon container*/
.checkbox > span, .radio > span {
	background-color: #EDF1F5;
	border: 1px solid #EBEFF2;
	border-radius: 4px;
	width: 22px;
	height: 22px;
	min-width: 22px;
	max-width: 22px;
	position: relative;
	line-height: 1.5;
	cursor: pointer;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.checkbox input:hover + span,
.radio input:hover + span {
	border: 1px solid #4E42C3;
}

.checkbox input[type="checkbox"]:checked + span,
.radio input[type="radio"]:checked + span {
	border: 1px solid #4E42C3;
	background-color: #4E42C3;
}

.checkbox input[type="checkbox"]:checked:hover + span:after {
	content: "\E046" !important;
}

.radio > span {
	border-radius: 50px;
	display: inline-block;
	vertical-align: middle;
}

/*Checkbox check icon*/
.checkbox > span:after {
	font-family: 'plutio-website';
	content: "\E02C";
	color: #fff;
	width: auto;
	position: absolute;
	top: 0;
	right: 4px;
	font-size: 13px;
	display: block;
	opacity: 0;
	-webkit-transform: scale(1.6);
	-moz-transform: scale(1.6);
	-ms-transform: scale(1.6);
	-o-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-transition: all .17s linear;
	-moz-transition: all .17s linear;
	-ms-transition: all .17s linear;
	-o-transition: all .17s linear;
	transition: all .17s linear;
}

.checkbox input[type="checkbox"]:checked + span:after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/*Labels*/
.checkbox input ~ p,
.radio input ~ p {
	margin-left: 10px;
}

.checkbox input:checked ~ p,
.radio input:checked ~ p {
	color: #4E42C3;
}

/*Nested links*/
.checkbox a:hover {
	opacity: 0.7;
}

/*----------------------------------------------------------------------------*/
/*Boxed styled checkboxes*/
.checkbox.boxed {
	background-color: #EDF1F5;
	border-radius: 4px;
	padding: 15px 20px;
	display: inline-block;
	text-align: center;
}

.checkbox.boxed > div {
	display: block;
	margin-bottom: 10px;
}

.checkbox.boxed > div > i {
	font-size: 1.5em;
	margin-bottom: 10px;
}

.checkbox.boxed > span {
	background-color: #fff;
	border: none !important;
}

.checkbox.boxed input[type="checkbox"]:checked + span:after {
	top: 1px;
}

/*=============================================================================*/
/* Checkbox switchs */
/*=============================================================================*/
.switch {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.switch * {
	display: inline-block;
	vertical-align: middle;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

/*Switch container*/
.switch > span {
	background-color: #EDF1F5;
	border: 1px solid #EBEFF2;
	border-radius: 50px;
	width: 50px;
	min-width: 50px;
	height: 30px;
	position: relative;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

/*Checked*/
.switch input:checked ~ span {
	background-color: #4E42C3;
	border: 1px solid #4E42C3;
}

.switch input:checked ~ span:hover {}

/*Toggle switch*/
.switch span:after {
	content: "";
	background-color: #A3B1BF;
	border-radius: 50px;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 2px;
	left: 2px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.switch span:hover:after {
	width: 30px;
}

/*Checked*/
.switch input:checked ~ span:after {
	background-color: #fff;
	left: -webkit-calc(100% - 26px);
	left: calc(100% - 26px);
}

.switch input:checked ~ span:hover:after {
	width: 30px;
	left: -webkit-calc(100% - 32px);
	left: calc(100% - 32px);
}

/*Switch text*/
.switch span ~ p {
	padding-left: 10px;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.switch input:checked ~ p {}

/*----------------------------------------------------------------------------*/
/*Singular switch*/
.switch.switch-singular {
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #EBEFF2;
}

/*----------------------------------------------------------------------------*/
/*Preset checked colours*/
.switch.checked-green input:checked ~ span {
	background-color: #4DBF39;
	border: 1px solid #4DBF39;
}

.switch.checked-orange input:checked ~ span {
	background-color: #FA7E00;
	border: 1px solid #FA7E00;
}

.switch.checked-yellow input:checked ~ span {
	background-color: #F7C602;
	border: 1px solid #F7C602;
}

.switch.checked-red input:checked ~ span {
	background-color: #DB253C;
	border: 1px solid #DB253C;
}

/*unchecked colours*/
.switch.unchecked-green input ~ span {
	background-color: #4DBF39;
	border: 1px solid #4DBF39;
}

.switch.unchecked-orange input ~ span {
	background-color: #FA7E00;
	border: 1px solid #FA7E00;
}

.switch.unchecked-yellow input ~ span {
	background-color: #F7C602;
	border: 1px solid #F7C602;
}

.switch.unchecked-red input ~ span {
	background-color: #DB253C;
	border: 1px solid #DB253C;
}

/*Adopt the toggle colour*/
.switch.unchecked-green span:after,
.switch.unchecked-orange span:after,
.switch.unchecked-yellow span:after,
.switch.unchecked-red span:after {
	background-color: #fff;
}

/*----------------------------------------------------------------------------*/
/*Labels on both sides of the switch*/
.switch.switch-lable-both-sides p:first-of-type {
	padding: 0 10px 0 5px;
}

.switch.switch-lable-both-sides p:last-of-type {}

/*left side lable*/
.switch.switch-lable-both-sides input ~ p:first-of-type {
	opacity: 1;
}

.switch.switch-lable-both-sides input:checked ~ p:first-of-type {
	opacity: 0.6;
}

/*Right side lable*/
.switch.switch-lable-both-sides input ~ p:last-of-type {
	opacity: 0.6;
}

.switch.switch-lable-both-sides input:checked ~ p:last-of-type {
	opacity: 1;
}

/*////////////////////////////////////////////////////////////////////////////*/
/* Calendar */
/*////////////////////////////////////////////////////////////////////////////*/
.datepicker {
	background-color: #fff;
	border-radius: 4px;
	width: 260px;
	padding: 5px;
	margin: 5px 0 0 2px;
	display: none;
	font-size: 0.95em;
	z-index: 1005 !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/*Header*/
.datepicker .datepicker-header {
	padding: 5px;
	padding-bottom: 10px;
}

/*Prev and next arrows*/
.datepicker .datepicker-next {
	padding: 6px 5px 6px 10px;
}

.datepicker .datepicker-prev {
	padding: 6px 10px 6px 5px;
}

.datepicker .datepicker-prev:hover,
.datepicker .datepicker-next:hover {
	color: #4E42C3;
}

.datepicker .datepicker-prev *,
.datepicker .datepicker-next * {
	cursor: pointer;
}

.datepicker .datepicker-prev {
	float: left;
}

.datepicker .datepicker-next {
	float: right;
}

/*Year and month text*/
.datepicker .datepicker-title {
	width: 1%;
	padding-bottom: 10px;
	display: table-cell;
}

.datepicker .datepicker-title span {
	margin: 6px 9px;
	display: inline-block;
	font-weight: bold;
}

/*Year & month select dropdown container*/
.datepicker .datepicker-title .select-dropdown {
	width: 50% !important;
	float: left;
}

/*(?) Artificial border-collapse for inline form elements*/
.datepicker .datepicker-title .select-dropdown:last-of-type {
	margin-left: -1px;
}

.datepicker .datepicker-title .select-dropdown:first-of-type:hover,
.datepicker .datepicker-title .select-dropdown.select-dropdown-active {
	z-index: 1;
}

/*Year & month select dropdown inputs*/
.datepicker .datepicker-title .select-dropdown-input {
	padding: 5px 10px;
	text-align: left;
	min-height: 100%;
}

.datepicker .datepicker-title .datepicker-month + .select-dropdown .select-dropdown-input {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.datepicker .datepicker-title .datepicker-year + .select-dropdown .select-dropdown-input {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

/*dropdown input elements*/
.datepicker .select-dropdown a.select-dropdown-input span {
	padding: 0;
	margin: 0;
}

.datepicker .select-dropdown a.select-dropdown-input i {
	font-size: 60%;
	top: 0;
}

.datepicker .select-dropdown .select-dropdown-search input[type="text"] {
	line-height: auto;
	min-height: auto;
	padding: 5px 5px 5px 30px;
}

.datepicker .select-dropdown .select-dropdown-search::before {
	top: 5px;
	left: 10px;
}

/*Dates table*/
.datepicker table {
	width: 100%;
	margin-bottom: 5px;
	border-spacing: 1px;
	table-layout: fixed;
	border-collapse: separate;
}

/*Header*/
.datepicker th {
	width: 20px;
	padding: 5px;
	font-weight: bold;
}

/*Body*/
.datepicker td {
	padding: 5px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

.datepicker td * {
	display: block;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.datepicker td:hover {
	color: #fff;
	background-color: #A3B1BF;
}

.datepicker td *.active {
	cursor: pointer !important;
}

/*Options*/
.datepicker .datepicker-today {
	border: 1px solid #A3B1BF;
}

.datepicker .datepicker-other-month {
	opacity: 0.6;
}

.datepicker .datepicker-current-day,
.datepicker .datepicker-current-day:hover {
	color: #fff;
	background-color: #4E42C3;
	border: 1px solid #4E42C3;
}

/*Footer*/
.datepicker .datepicker-footer {
	padding-top: 5px;
	overflow: hidden;
}

.datepicker .datepicker-footer button {
	margin: 0;
	float: right;
}

.datepicker .datepicker-footer button.datepicker-current {
	float: left;
}

/*Multiple calendars support*/
.datepicker.datepicker-multi {
	width: auto;
}

.datepicker-multi .datepicker-group {
	float: left;
}

.datepicker-multi .datepicker-group table {
	width: 95%;
	margin: 0 auto 5px;
}

.datepicker-multi-2 .datepicker-group {
	width: 50%;
}

.datepicker-multi-3 .datepicker-group {
	width: 33.3%;
}

.datepicker-multi-4 .datepicker-group {
	width: 25%;
}

.datepicker-multi .datepicker-group-last .datepicker-header,
.datepicker-multi .datepicker-group-middle .datepicker-header {
	border-left-width: 0;
}

.datepicker-multi .datepicker-footer {
	clear: left;
}

.datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/*============================================================================*/
/* Time Picker */
/*============================================================================*/
.timepicker {
	border-radius: 4px;
	padding: 10px 15px 5px 15px;
	text-align: left;
}

/*Header*/
.timepicker .timepicker-header {
	display: none;
}

/*Time lable*/
.timepicker .timepicker-time-label {
	display: inline;
	font-weight: bold;
}

/*Selected time*/
.timepicker .timepicker-time {
	color: #4E42C3;
	float: right;
	font-weight: bold;
}

/*Time selectors*/
.timepicker .timepicker-hour-label {
	margin-top: 20px;
}

.timepicker .timepicker-hour,
.timepicker .timepicker-minute,
.timepicker .timepicker-second,
.timepicker .timepicker-second,
.timepicker .timepicker-microsec {
	width: 100%;
	margin-left: 0;
}

/*Hide unwanted options*/
.timepicker-unit_hide {
	display: none;
}

/*Right to left support*/
.timepicker .tpicker_unit_hide {
	display: none;
}

.timepicker-rtl {
	direction: rtl;
}

.timepicker-rtl dl {
	text-align: right;
	padding: 0 5px 0 0;
}

.timepicker-rtl dl dt {
	float: right;
	clear: right;
}

.timepicker-rtl dl dd {
	margin: 0 40% 10px 10px;
}

/*=============================================================================*/
/* slider */
/*=============================================================================*/
.slider {
	background-color: #EDF1F5;
	border: 1px solid #fff;
	border-radius: 4px;
	margin: 15px 0;
	position: relative;
	text-align: left;
}

.slider .slider-handle {
	background-color: #788394;
	border-radius: 50px;
	width: 1em;
	height: 1.5em;
	position: absolute;
	cursor: pointer;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-transition: background-color .13s linear;
	-moz-transition: background-color .13s linear;
	-ms-transition: background-color .13s linear;
	-o-transition: background-color .13s linear;
	transition: background-color .13s linear;
}

.slider .slider-handle.state-hover,
.slider .slider-handle.state-focus {
	background-color: #4E42C3;
}

.slider .slider-range {
	background-color: #4E42C3;
	box-shadow: 0px 0px 0px 1px #fff inset;
	position: absolute;
}

/*Horizontal slider*/
.slider-horizontal {
	height: .5em;
}

.slider-horizontal .slider-handle {
	top: -.6em;
	margin-left: -.6em;
}

.slider-horizontal .slider-range {
	top: 0;
	height: 100%;
}

.slider-horizontal .slider-range-min {
	left: 0;
}

.slider-horizontal .slider-range-max {
	right: 0;
}

/*Vertical slider*/
.slider-vertical {
	width: .5em;
	height: 100px;
}

.slider-vertical .slider-handle {
	left: -.4em;
	margin-left: 0;
	margin-bottom: -.75em;
}

.slider-vertical .slider-range {
	left: 0;
	width: 100%;
}

.slider-vertical .slider-range-min {
	bottom: 0;
}

.slider-vertical .slider-range-max {
	top: 0;
}

/*=============================================================================*/
/* Validation Messages*/
/*=============================================================================*/
.validation-messages {
	display: block;
	margin-top: 5px;
	font-size: 0.9em;
	margin-left: 2px;
}

/*error*/
.validation-error input,
.validation-error textarea,
.validation-error select,
.validation-error .select-dropdown-input,
.validation-error .checkbox > span,
.validation-error > div > span {
	color: #DB253C !important;
	background-color: rgba(227, 79, 84, 0.07) !important;
	z-index: 1;
}

.validation-error .validation-messages {
	color: #DB253C;
}

/*success*/
.validation-success input,
.validation-success textarea,
.validation-success select,
.validation-success .select-dropdown-input,
.validation-success .checkbox > span,
.validation-success > div > span {
	color: #4DBF39 !important;
	background-color: rgba(57, 182, 114, 0.07) !important;
	z-index: 1;
}

.validation-success .validation-messages {
	color: #4DBF39;
}

/*============================================================================*/
/*Loading animation*/
/*============================================================================*/
@keyframes spinner {
	to {
		transform: rotate(360deg);
	}
}


@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotate(360deg);
	}
}


.spinner {
	min-width: 18px;
	min-height: 18px;
}

.spinner:before {
	content: 'LoadingÔö£├ÂÔö£├ºÔö¼┬¼';
}

.spinner:not(:required):before {
	content: '';
	border-radius: 50%;
	border-top: 2px solid #fff;
	border-right: 2px solid transparent;
	animation: spinner .6s linear infinite;
	-webkit-animation: spinner .6s linear infinite;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
}



/*////////////////////////////////////////////////////////////////////////////*/
/* Grid System */
/*////////////////////////////////////////////////////////////////////////////*/
.grid {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.grid .grid-column {
	display: table-cell;
	vertical-align: top;
	padding: 0 8px;
}

.grid .grid-column:first-of-type {
	padding-right: 9px;
	padding-left: 0;
}

.grid .grid-column:last-of-type {
	padding-left: 9px;
	padding-right: 0;
}

.grid .grid-column:only-of-type {
	padding: 0;
}

@media screen and (max-width: 700px) {
	.grid {
		display: block;
	}
	.grid .grid-column {
		display: block;
		width: 100%;
		padding: 0 !important;
		margin-bottom: 15px;
	}
	.grid .grid-column:last-of-type {
		margin-bottom: 0;
	}
}


/*============================================================================/*
/* grid-dynamic*/
.grid-dynamic {
	width: auto;
	max-width: none;
	position: relative;
	margin: 0 -10px 10px -10px;
	opacity: 0;
}

.grid-dynamic .grid-dynamic {
	opacity: 1;
}

.grid-dynamic:after {
	content: "";
	clear: both;
	display: block;
}

.grid-dynamic:last-of-type {
	margin-bottom: 0;
}

.grid-dynamic .column {
	padding: 0 10px;
	float: left;
}

.grid-dynamic .column > * {
	margin-bottom: 20px;
}

.grid-dynamic .column > *:last-of-type {
	margin-bottom: 0;
}

/*Columns width settings*/
.grid-dynamic .size-1of1 {
	width: 100%;
	padding: 0;
}

.grid-dynamic .size-1of2:first-of-type {
	width: 50%;
	padding-left: 0;
}

.grid-dynamic .size-1of2:last-of-type {
	width: 50%;
	padding-right: 0;
}

.grid-dynamic .size-1of3 {
	width: 33.333%;
}

.grid-dynamic .size-1of4 {
	width: 25%;
}

.grid-dynamic .size-1of5 {
	width: 20%;
}

/*grid-dynamic  system inside a form*/
form .grid-dynamic {
	margin: 0 -10px 5px -10px;
}

form .grid-dynamic .column {
	padding: 0 10px;
	float: left;
}

form .grid-dynamic + button {
	margin-top: 10px;
}

/*Responsive settings*/
@media screen and (max-width: 500px) {
	.grid-dynamic {
		width: 100% !important;
		margin: 0 !important;
	}
}


/*/////////////////////////////////////////////////////////////////////////////*/
/* Side by Side */
/*/////////////////////////////////////////////////////////////////////////////*/
.sideByside {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: separate;
	margin-bottom: 10px;
}

.sideByside:last-of-type {
	margin-bottom: 0;
}

/*Inner grids*/
.sideByside > * {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
}

.sideByside:not(.rtl) > *:first-child {
	padding-left: 0;
}

.sideByside:not(.rtl) > *:last-child {
	padding-right: 0;
}

/*Flexible layout*/
.sideByside.sideByside-flexible {
	table-layout: initial;
}

/*Right to left support*/
.sideByside.rtl {
	direction: rtl;
}

.sideByside.rtl > * {
	direction: ltr;
}

.sideByside.rtl > *:first-child {
	padding-right: 0 !important;
}

.sideByside.rtl > *:last-child {
	padding-left: 0 !important;
}

/*----------------------------------------------------------------------------*/
/*Pre-set width options*/
.sideByside .width-fit {
	width: 1%;
}

.sideByside .width-10 {
	width: 10%;
}

.sideByside .width-15 {
	width: 15%;
}

.sideByside .width-20 {
	width: 20%;
}

.sideByside .width-25 {
	width: 25%;
}

.sideByside .width-30 {
	width: 30%;
}

.sideByside .width-35 {
	width: 35%;
}

.sideByside .width-40 {
	width: 40%;
}

/*Responsive settings*/
@media screen and (max-width: 860px) {
	.sideByside > * {
		width: 100%;
		display: block;
		padding: 0;
		margin-bottom: 10px;
	}
	.sideByside > *:last-child {
		margin-bottom: 0;
	}
}


/*////////////////////////////////////////////////////////////////////////////*/
/*Tables*/
/*////////////////////////////////////////////////////////////////////////////*/
.table {
	width: 100%;
	display: table;
	border-collapse: collapse;
	background-color: transparent;
	border-spacing: 0;
}

/*Table head*/
.table .tableHead {
	border-bottom: 1px solid #EBEFF2;
	display: table-header-group;
}

/*Table head cells*/
.table .tableHead .tableCell {
	display: table-cell;
	position: relative;
	padding: 0 7px 10px 7px;
}

.table .tableHead .tableCell:first-of-type {
	padding-left: 0;
}

.table .tableHead .tableCell:last-of-type {
	padding-right: 0;
}

/*Table body*/
.table .tableBody {
	display: table-row-group;
	width: 100%;
}

/*Table row*/
.table .tableBody .tableRow {
	display: table-row;
	width: 100%;
	border-bottom: 1px solid #EBEFF2;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.table .tableBody .tableRow:last-of-type {
	border-bottom: none;
}

/*Table body cells*/
.table .tableBody .tableCell {
	padding: 10px 7px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	max-width: 185px;
}

.table .tableBody .tableCell:first-of-type {
	padding-left: 0;
}

.table .tableBody .tableCell:last-of-type {
	padding-right: 0;
}

/*---------------------------------------------------------------------------*/
/*Adaptive paddings depending if table header is present or not*/
.table .tableBody .tableRow:first-of-type .tableCell {
	padding-top: 0;
}

.table .tableBody .tableRow:last-of-type .tableCell {
	padding-bottom: 0;
}

.table .tableHead + .tableBody .tableRow:first-of-type .tableCell {
	padding-top: 10px;
}

/*---------------------------------------------------------------------------*/
/*Responsive table settings*/
@media screen and (max-width: 950px) {
	/*Table head*/
	.table .tableHead {
		display: none;
	}
	/*Table body*/
	.table .tableBody {
		width: 100%;
		display: block;
		text-align: center;
	}
	/*Table row*/
	.table .tableBody .tableRow {
		border: 1px solid #EBEFF2;
		border-radius: 4px;
		padding: 15px;
		margin-bottom: 5px;
		display: inline-block;
		width: 49.7%;
	}
	.table .tableBody .tableRow:last-of-type {
		border: 1px solid #EBEFF2;
		margin-bottom: 0;
	}
	/*Table body cells*/
	.table .tableBody .tableCell {
		padding: 0;
		margin-bottom: 10px;
		display: block;
		max-width: 100%;
		text-align: left;
	}
	.table .tableBody .tableCell:last-of-type {
		margin-bottom: 0;
	}
	/*Disables the adaptive paddings depending if table header is present or not*/
	.table .tableHead + .tableBody .tableRow:first-of-type .tableCell {
		padding: 0;
	}
}

@media screen and (max-width: 600px) {
	/*Table row*/
	.table .tableBody .tableRow {
		display: block;
		margin-bottom: 10px;
		width: 100%;
	}
}

/*----------------------------------------------------------------------------*/
/*Table elements*/

/*All*/
.table .tableBody .tableRow * {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 185px;
}

/*Text*/
.table .tableBody p,
.table .tableBody > a {
	display: inline;
}

/*Has checkboxes*/
.table .tableBody .tableCell.checkboxes {
	width: 22px;
	padding-right: 0;
}

.table .tableBody .checkboxes > .checkbox,
.table .tableBody .checkboxes > .checkbox span,
.table .tableBody .checkboxes .has-dropdown > .checkbox,
.table .tableBody .checkboxes .has-dropdown > .checkbox span {
	margin: 0;
}

/*Checkboxes responsive settings*/
@media screen and (max-width: 950px) {
	.table .tableBody .tableCell.checkboxes {
		display: none;
	}
}

/*----------------------------------------------------------------------------*/
/*Pre-set cell widths*/
.table .width-fit {
	width: 1%;
}

.table .width-10 {
	width: 10%;
}

.table .width-15 {
	width: 15%;
}

.table .width-20 {
	width: 20%;
}

.table .width-25 {
	width: 25%;
}

.table .width-30 {
	width: 30%;
}

.table .width-35 {
	width: 35%;
}

.table .width-40 {
	width: 40%;
}

.table .width-45 {
	width: 45%;
}

.table .width-50 {
	width: 50%;
}

.table .width-55 {
	width: 55%;
}

.table .width100 {
	width: 100%;
}

/*PX widths*/
.table .width-50px {
	width: 50px;
}

.table .width-100px {
	width: 100px;
}

.table .width-150px {
	width: 150px;
}

.table .width-200px {
	width: 200px;
}


/*////////////////////////////////////////////////////////////////////////////*/
/*Tabs*/
/*////////////////////////////////////////////////////////////////////////////*/
.tabs {
	overflow: hidden;
}

/*Head*/
.tabs .tabs-head {
	width: 100%;
	position: relative;
}

.tabs .tabs-head ul {
	min-width: 100%;
	word-spacing: -4px;
}

.tabs .tabs-head ul li {
	display: inline-block;
}

.tabs .tabs-head li a {
	border: 1px solid transparent;
	border-radius: 5px;
	padding: 10px 15px;
	margin-bottom: 3px;
	opacity: 0.7;
	cursor: pointer;
}

.tabs .tabs-head li a:hover {
	opacity: 1;
}

.tabs .tabs-head li.active a,
.tabs .tabs-head li.active:hover a {
	background-color: #fff;
	border: 1px solid #EBEFF2;
	opacity: 1;
}

/*Body*/
.tabs .tabs-body {
	background-color: #fff;
	border: 1px solid #EBEFF2;
	border-radius: 5px;
	padding: 20px;
	position: relative;
}

/*Vertical tabs*/
@media screen and (min-width: 800px) {
	.tabs.tabs-vertical {}
	/*Head*/
	.tabs.tabs-vertical .tabs-head {
		display: table-cell;
		vertical-align: top;
		width: 200px;
		min-width: 200px;
		max-width: 200px;
	}
	.tabs.tabs-vertical .tabs-head ul {
		word-spacing: auto;
	}
	.tabs.tabs-vertical .tabs-head ul li {
		display: block;
		padding-right: 3px;
	}
	.tabs.tabs-vertical .tabs-head li a {
		margin-bottom: 1px;
		width: 100%;
	}
	.tabs.tabs-vertical .tabs-head li a:hover {}
	.tabs.tabs-vertical .tabs-head li.active a,
	.tabs.tabs-vertical .tabs-head li.active:hover a {}
	/*Body*/
	.tabs.tabs-vertical .tabs-body {
		display: table-cell;
		width: 100%;
	}
}

/*////////////////////////////////////////////////////////////////////////////*/
/*Accordions*/
/*////////////////////////////////////////////////////////////////////////////*/
.accordion {
	width: 100%;
}

/*head*/
.accordion .accordion-head {
	position: relative;
	cursor: pointer;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.accordion .accordion-head:hover {
	opacity: 0.7;
}

.accordion .accordion-head.accordion-header-active,
.accordion .accordion-head.accordion-header-active:hover {}

.accordion .accordion-head * {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	line-height: 0;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/*Toggle icons*/
.accordion .accordion-head .toggle-icons {
	width: 1%;
	color: #CBCBD6;
	white-space: nowrap;
}

.accordion .accordion-head .toggle-icons .toggle-icon > * {
	display: table-cell;
}

.accordion .accordion-head .toggle-icons .toggle-icon span {
	padding-right: 10px;
	position: relative;
	top: -1px;
}

.accordion .accordion-head .toggle-icons .toggle-icon:last-of-type,
.accordion .accordion-head.accordion-header-active .toggle-icons .toggle-icon:first-of-type {
	display: none;
	visibility: hidden;
}

.accordion .accordion-head.accordion-header-active .toggle-icons .toggle-icon:last-of-type {
	display: table-cell;
	visibility: visible;
}

/*Body*/
.accordion .accordion-body {
	padding-top: 10px;
	overflow: hidden;
}

/*Sectioned accordions -------------------------------------------------------*/
.accordion .accordion-section {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

.accordion .accordion-section:last-of-type {
	margin-bottom: 0;
}

/*Head*/
.accordion .accordion-section .accordion-head {
	background-color: #F5F6F7;
	padding: 15px;
	border-radius: 5px !important;
}

.accordion .accordion-section .accordion-head:hover {
	background-color: #EBEDF2;
	opacity: 1;
}

.accordion .accordion-head.accordion-header-active,
.accordion .accordion-head.accordion-header-active:hover {
	background-color: #EBEDF2;
}

.accordion .accordion-section .accordion-head h3 {
	font-size: 1em;
	font-weight: 500;
}

/*Body*/
.accordion .accordion-section .accordion-body {
	padding: 15px;
}



/*/////////////////////////////////////////////////////////////////////////////*/
/*Progress bars*/
/*/////////////////////////////////////////////////////////////////////////////*/
.progressbar {
	color: #fff;
	background-color: #EDF1F5;
	border: 1px solid #fff;
	border-radius: 4px;
	padding-right: 2px;
	position: relative;
	min-width: 120px;
	text-align: center;
}

/*Progress bar*/
.progressbar .progressbar-value {
	color: #fff;
	background-color: #4E42C3;
	border-radius: 4px;
	height: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	text-align: center;
	-moz-transition: background-color 0.5s ease-in;
	-webkit-transition: background-color 0.5s ease-in;
	-o-transition: background-color 0.5s ease-in;
	transition: background-color 0.5s ease-in;
}

.progressbar.green .progressbar-value {
	background-color: #4DBF39;
}

.progressbar.orange .progressbar-value {
	background-color: #FA7E00;
}

.progressbar.red .progressbar-value {
	background-color: #DB253C;
}

/*Label*/
.progressbar p {
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	white-space: nowrap;
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	text-align: center !important;
	z-index: 1;
}

.progressbar.splitted-progressbar {
	background-color: #fff;
}

.progressbar.splitted-progressbar > div {
	display: table;
}

.progressbar.splitted-progressbar > div > span {
	display: table-cell;
	background-color: #EDF1F5;
	border: 1px solid #fff;
}




/*/////////////////////////////////////////////////////////////////////////////*/
/*Fullscreen*/
/*/////////////////////////////////////////////////////////////////////////////*/
.fullscreen {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	word-wrap: break-word;
	text-align: center;
}

	.fullscreen .content {
		width: 100% !important;
		display: table-cell;
		vertical-align: middle;
	}

		.fullscreen .content > div {
			width: 1024px;
			max-width: 100%;
			margin: 0 auto;
		}





/*////////////////////////////////////////////////////////////////////////////*/
/*PARALLAX BACKGROUND*/
/*////////////////////////////////////////////////////////////////////////////*/
.parallax {
	width: 100%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.parallax.parallax-repeat {
	background-repeat: repeat !important;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
}

.parallax.parallax-fade {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.07;
}




/*////////////////////////////////////////////////////////////////////////////*/
/* Notifications */
/*////////////////////////////////////////////////////////////////////////////*/
.notification {
	color: #fff;
	background-color: #788394;
	border-radius: 4px;
	margin-bottom: 10px;
	position: relative;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}

.notification > * {
	display: table-cell;
	vertical-align: middle;
}

/*Text and icons wrapper*/
.notification > div {
	width: 100%;
	padding: 10px 15px;
}

.notification > div > * {
	display: table-cell;
	vertical-align: middle;
}

/*Icons*/
.notification > div > i + p,
.notification > div > i + div {
	padding-left: 15px;
}

.notification div > i {
	top: -2px;
}

/*Inline icons*/
.notification > div > p > i {
	padding-right: 10px;
}

/*Close button*/
.notification .close {
	background-color: rgba(255, 255, 255, 0.1);
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	padding: 0 15px 2px 15px;
	cursor: pointer;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

.notification .close:hover {
	-webkit-box-shadow: inset 0px 0px 10px 200px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0px 0px 10px 200px rgba(0, 0, 0, 0.15);
	box-shadow: inset 0px 0px 10px 200px rgba(0, 0, 0, 0.15);
}

/*Notification colours*/
.notification.notification-green {
	background-color: #4DBF39;
}

.notification.notification-orange {
	background-color: #FA7E00;
}

.notification.notification-yellow {
	background-color: #F7C602;
}

.notification.notification-red {
	background-color: #DB253C;
}

/*----------------------------------------------------------------------------*/
/*Fixed notifications*/
.fixed-notifications-container {
	background-color: transparent;
	max-width: 300px;
	position: fixed;
	bottom: 0;
	right: 10px;
	text-align: left;
	z-index: 1000;
	backface-visibility: hidden;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
}

.fixed-notifications-container .notification {
	opacity: 0.9;
}


/*----------------------------------------------------------------------------*/
/*Full width messages like notifications*/
.notification-fullwidth {
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0;
}




/*/////////////////////////////////////////////////////////////////////////////*/
/* Tooltips */
/*/////////////////////////////////////////////////////////////////////////////*/
#tooltip {
	color: #fff;
	background-color: #454B54;
	border-radius: 4px;
	display: none;
	max-width: 350px;
	padding: 6px 10px;
	position: absolute;
	font-size: 0.9em;
	z-index: 1003;
	cursor: default;
}

#tooltip:before {
	content: "";
	position: absolute;
}

#tooltip.n:before,
#tooltip.s:before {
	border-right: 5px solid transparent !important;
	border-left: 5px solid transparent !important;
	margin-left: -5px;
	left: 50%;
}

#tooltip.e:before,
#tooltip.w:before {
	border-bottom: 6px solid transparent !important;
	border-top: 6px solid transparent !important;
	margin-top: -6px;
	top: 50%;
}

#tooltip.n:before {
	border-top: 6px solid;
	bottom: -6px;
}

#tooltip.e:before {
	border-right: 6px solid;
	left: -6px;
}

#tooltip.s:before {
	border-bottom: 6px solid;
	top: -6px;
}

#tooltip.w:before {
	border-left: 6px solid;
	right: -6px;
}

#tooltip.ne:before,
#tooltip.se:before {
	border-right: 6px solid transparent !important;
	border-left: 0;
	left: 6px;
}

#tooltip.nw:before,
#tooltip.sw:before {
	border-left: 6px solid transparent !important;
	border-right: 0;
	right: 6px;
}

#tooltip.ne:before,
#tooltip.nw:before {
	border-top: 6px solid;
	bottom: -6px;
}

#tooltip.se:before,
#tooltip.sw:before {
	border-bottom: 6px solid;
	top: -6px;
}

#tooltip.nw-alt:before,
#tooltip.ne-alt:before,
#tooltip.sw-alt:before,
#tooltip.se-alt:before {
	border-top: 6px solid;
	border-left: 6px solid transparent !important;
	border-right: 6px solid transparent !important;
	bottom: -6px;
	left: 6px;
}

#tooltip.ne-alt:before {
	left: auto;
	right: 6px;
}

#tooltip.sw-alt:before,
#tooltip.se-alt:before {
	border-top: none;
	border-bottom: 6px solid;
	bottom: auto;
	top: -6px;
}

#tooltip.se-alt:before {
	left: auto;
	right: 6px;
}

/*Arrow's generic colour*/
#tooltip.n:before,
#tooltip.e:before,
#tooltip.s:before,
#tooltip.w:before,
#tooltip.ne:before,
#tooltip.nw:before,
#tooltip.se:before,
#tooltip.sw:before,
#tooltip.nw-alt:before,
#tooltip.ne-alt:before,
#tooltip.sw-alt:before,
#tooltip.se-alt:before,
#tooltip.sw-alt:before,
#tooltip.se-alt:before {
	border-color: #454B54;
}

/*Text aligner*/
#tooltip.e,
#tooltip.w,
#tooltip.ne,
#tooltip.nw,
#tooltip.se,
#tooltip.sw {
	text-align: left;
}

/*Tooltip elements*/
#tooltip > a {
	text-decoration: underline;
	opacity: 0.8;
}

#tooltip > a:hover {
	color: inherit;
	opacity: 1;
}




/*////////////////////////////////////////////////////////////////////////////*/
/* Popups */
/*////////////////////////////////////////////////////////////////////////////*/
.dialog {
	background-color: #fff;
	border-radius: 5px;
	padding: 1px;
	z-index: 1001;
	position: fixed;
	display: block !important;
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-o-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

.dialog.dialog-opened {
	display: block !important;
	pointer-events: initial !important;
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.widget-overlay, #falseModal {
	background-color: rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1000;
}

/*Remove the header*/
.dialog .corner-all.helper-clearfix {
	display: none;
}

/*Main body content container*/
.dialog .dialog-content {
	display: block;
	text-align: left;
}

/*Content container*/
.dialog .dialog-content .content {
	padding: 20px;
}

/*Close button*/
.dialog .dialog-close {
	color: #4E596B;
	background-color: #fff;
	border-radius: 50px;
	padding: 8px;
	position: absolute;
	top: -5px;
	right: -5px;
	font-size: 0.8em;
	line-height: 0;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.dialog .dialog-close:hover {
	color: #DB253C;
	padding: 10px;
	top: -7px;
	right: -7px;
}

.dialog .dialog-close i {
	top: 0;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}




/*////////////////////////////////////////////////////////////////////////////*/
/*Labels*/
/*////////////////////////////////////////////////////////////////////////////*/
.label {
	color: #fff;
	background-color: #788394;
	border-radius: 4px;
	padding: 4px 8px 4px 8px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
	font-size: 0.9em;
}

.label-small {
	font-size: 14px;
	font-weight: normal;
	top: -2px;
}

/*Inline labels*/
li .label {
	margin-left: 10px;
	padding: 3px 5px;
	font-size: 75%;
	line-height: 1.1;
	top: -1px;
}

/*Label colours*/
.label.label-primary {
	color: #fff;
	background-color: #4E42C3;
}

.label.label-green {
	color: #fff;
	background-color: #4DBF39;
}

.label.label-orange {
	color: #fff;
	background-color: #FA7E00;
}

.label.label-yellow {
	color: #fff;
	background-color: #EDB92B;
}

.label.label-red {
	color: #fff;
	background-color: #DB253C;
}




/*////////////////////////////////////////////////////////////////////////////*/
/*Indicators*/
/*////////////////////////////////////////////////////////////////////////////*/
.indicator {
	background-color: #788394;
	border-radius: 20px;
	display: inline-block;
	width: 11px;
	height: 11px;
	padding: 0;
}

/*indicators colours*/
.indicator-green {
	background: #4DBF39;
}

.indicator-orange {
	background: #FA7E00;
}

.indicator-yellow {
	background: #F7C602;
}

.indicator-red {
	background: #DB253C;
}




/*////////////////////////////////////////////////////////////////////////////*/
/*Buttons and Links*/
/*////////////////////////////////////////////////////////////////////////////*/
a, button, .button {
	cursor: pointer;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
a:after, .button:after, .button:before {
  display:none
}


/*Linked containers*/
a *:not(ul):not(li),
button *:not(ul):not(li),
.button *:not(ul):not(li) {
	cursor: pointer;
}

/*Inline links within paragraphs*/
p a {
	vertical-align: baseline;
	display: inline;
}

/*Icon link*/
a:hover i.icon {
	color: #fff;
	background-color: #4E42C3;
}

a i, button i, .button i {
	top: -2px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	a i, button i, .button i {
		top: -1px;
	}
}


/*----------------------------------------------------------------------------*/
/*Buttons*/
.button, button {
	color: #fff;
	background-color: #4E42C3;
	border-radius: 4px;
	padding: 11px 15px;
	margin: 2px 0;
	min-height: 33px;
}
.button:only-of-type, button:only-of-type {
	margin: 0;
}

/*On hover*/
.button:hover {
	background-color: #5D4EE6;
}

/*On click*/
.button:active:before, button:active:before,
.button.active:before, button.active:before {
	content: "";
	border-radius: inherit;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.13);
	box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.13);
}


.button.button-outlined {
	color: #48556B;
	background-color: #fff;
	border: 1px solid #48556B;
}
.button.button-outlined:hover {
	color: #fff;
	background-color: #48556B;
}

/*----------------------------------------------------------------------------*/
/*pre-set button colours*/

/*Grey buttons*/
.button-grey, button {
	color: #fff;
	background-color: #788394;
}

.button-grey:hover, button:hover {
	background-color: #8895A8;
}

/*Green buttons*/
.button-green,
.button-green-hover:hover {
	color: #fff;
	background-color: #4DBF39;
}

.button-green:hover {
	background-color: #52C93C;
}

/*Orange buttons*/
.button-orange,
.button-orange-hover:hover {
	color: #fff;
	background-color: #FA7E00;
}

.button-orange:hover {
	background-color: #FA8E23;
}

/*Red buttons*/
.button-yellow,
.button-yellow-hover:hover {
	color: #fff;
	background-color: #F7C602;
}

.button-yellow:hover {
	background-color: #F7D343;
}

/*Red buttons*/
.button-red,
.button-red-hover:hover {
	color: #fff;
	background-color: #DB253C;
}

.button-red:hover {
	background-color: #EB2842;
}

.button.button-outlined-white {
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}

.button.button-outlined-white:hover {
	color: #4E42C3;
	background-color: #fff;
}


/*----------------------------------------------------------------------------*/
/*Full width buttons*/
.button-full-width {
	width: 100%;
	text-align: center;
}


/*============================================================================*/
/*Grouped buttons*/
.button-group:after {
	content: "";
	clear: both;
	display: block;
}

.button-group a,
.button-group button {
	margin: 0;
	margin-right: 1px;
	border-radius: 0;
	float: left;
}

.button-group a:first-of-type,
.button-group button:first-of-type {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.button-group a:last-of-type,
.button-group button:last-of-type {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-left: 0;
}


/*============================================================================*/
/*Toggle icons*/
.toggle-icons .toggle-icons-container {
	display: inline-block;
	vertical-align: middle;
	line-height: 0;
}

.toggle-icons:hover .toggle-icons-container i:not(:only-of-type):first-of-type,
.toggle-icons .toggle-icons-container i:not(:only-of-type):last-of-type {
	display: none;
}

.toggle-icons:hover .toggle-icons-container i:not(:only-of-type):last-of-type,
.toggle-icons .toggle-icons-container i {
	display: inline;
}


/*============================================================================*/
/*Buttons with checkboxs*/
.button > .checkbox {
	margin: 0;
	z-index: 1;
	height: 21px;
	line-height: 1;
}
/*(?) Creates extra clickable area around the checkbox */
.button > .checkbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.button > .checkbox *,
.button > .checkbox:hover,
.button > .checkbox input:checked ~ p {
	color: inherit;
}

/*Toggle icon container*/
.button > .checkbox span,
.button > .checkbox input:hover + span,
.button > .checkbox input[type="checkbox"]:checked + span {
	background-color: #fff;
	border: 1px solid #4E42C3;
}

/*Checkbox toggle icon*/
.button > .checkbox span:after,
.button > .checkbox input[type="checkbox"]:checked:hover span:after {
	color: #4E42C3;
}

/*Menu checkboxes*/
.button ul .checkbox {
	margin: 0;
	padding: 8px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/*(?) Adaptive artificial background-colour on hover*/
.button ul .checkbox:before {
	background: #A3B1BF;
	opacity: 0;
	z-index: -1;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

.button ul .checkbox:hover:before {
	opacity: .15;
}


/*----------------------------------------------------------------------------*/
/*Adaptive dropdowns*/
.has-dropdown {
	display: inline-block;
	position: relative;
	cursor: default;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}

/*Dropdown menus*/
.has-dropdown > ul {
	color: #4E596B;
	background-color: #fff;
	border-radius: 4px;
	padding: 1px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	width: auto;
	min-width: 102%;
	max-width: 450px;
	margin-top: 3px;
	position: absolute;
	top: 100%;
	left: 1px;
	text-align: left;
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

/*(?) Increases the hoverable outer-area around the menu*/
.has-dropdown > ul:before {
	content: "";
	width: 102%;
	height: 20px;
	position: absolute;
	top: -10px;
	left: 0;
	z-index: -1;
}

.has-dropdown > ul:after {
	content: "";
	width: 100%;
	height: 20px;
	position: absolute;
	top: -6px;
	left: -2px;
	z-index: -1;
}

/*Menu toggle settings*/
.has-dropdown:hover > ul {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*Right position support*/
.has-dropdown.right-handed-dropdown > ul {
	left: auto !important;
	right: -1px;
}

/*Menu items*/
.has-dropdown ul li {
	position: relative;
	margin-bottom: 1px;
}

.has-dropdown ul li:last-of-type {
	margin-bottom: 0;
}

/*Sub-menus toggle icons*/
.has-dropdown .submenu-toggle {
	padding-right: 30px;
	margin-bottom: 1px;
}

.has-dropdown .submenu-toggle:before {
	font-family: "plutio-website";
	content: "\E00E";
	font-size: 0.65em;
	position: absolute;
	right: 10px;
	top: 36%;
}

.has-dropdown .submenu-toggle.accordion-header-active {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-bottom: 1px;
}

.has-dropdown .submenu-toggle.accordion-header-active:before {
	content: "\E00F";
}

/*Submenus*/
.has-dropdown ul ul {
	background-color: #EDF1F5;
	position: relative;
	overflow: hidden;
}

.has-dropdown ul li:last-of-type ul {
	margin-bottom: 1px;
}

/*Checkboxes*/
.has-dropdown ul .checkbox {
	padding: 5px 10px;
}

.has-dropdown ul li:first-child .checkbox {
	padding-top: 8px;
}

.has-dropdown ul li:last-child .checkbox {
	padding-bottom: 9px;
}

/*Menu links*/
.has-dropdown ul li {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*Links*/
.has-dropdown ul li a {
	border-radius: 4px;
	padding: 8px 13px;
	display: block;
	font-weight: normal;
}

.has-dropdown ul li a:hover {
	background-color: #EDF1F5;
}

.has-dropdown ul li a.active,
.has-dropdown ul li a.active:hover {
	color: #fff;
	background-color: #A3B1BF;
}

/*Sub menu lnks*/
.has-dropdown ul ul li a:hover {
	background-color: #EAECF1;
}

/*Border-radius configuration*/
.has-dropdown ul > li:first-of-type > a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.has-dropdown ul > li:last-of-type > a {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.has-dropdown ul > li:not(:first-of-type):not(:last-of-type) > a,
.has-dropdown ul ul li > a {
	border-radius: 0;
}


/*============================================================================*/
/*Text links*/
.link {}

.link:hover {
	color: #4E42C3;
}

	.link:hover > span {
		text-decoration: underline;
	}


/*Pre-set styling options*/
.link-bold {
	font-weight: bold;
}

.link-underlined {
	text-decoration: underline;
}

.link-nextToFloatingButton {
	margin-top: 10px;
}


/*Pre-set hover options*/
.link-inherit:hover {
	color: inherit !important;
}

.link-green:hover {
	color: #4DBF39;
}

.link-orange:hover {
	color: #FA7E00;
}

.link-yellow:hover {
	color: #F7C602;
}

.link-red:hover {
	color: #DB253C;
}

.link-opacity {
	opacity: .7;
}

.link-opacity:hover {
	opacity: 1;
}

.link-underline:hover {
	text-decoration: underline;
}



/*////////////////////////////////////////////////////////////////////////////*/
/*cover imaged*/
/*////////////////////////////////////////////////////////////////////////////*/
.background-cover-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.3;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
}

/*background video*/
video.background-video {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	min-width: 100%;
	height: auto;
	min-height: 100%;
	background: transparent url(video-bg.jpg) no-repeat;
	background-size: cover;
	opacity: 0.15;
}



/*////////////////////////////////////////////////////////////////////////////*/
/*Sticky sidebar*/
/*////////////////////////////////////////////////////////////////////////////*/
.has-sticky-sidebar {}

.has-sticky-sidebar .sticky-sidebar {
	width: 260px;
}

.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content {
	color: #fff;
	background-color: #546073;
	padding: 10px;
	border-radius: 5px;
}

/*Menu*/
.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul {
	position: relative;
}

/*Links*/
.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul li {
	position: relative;
}

.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul > li a {
	padding: 10px;
	border-radius: 4px;
	background-color: #5D6A80;
	width: 100%;
	margin-bottom: 5px;
}

.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul > li a:hover {
	background-color: #6B778C;
}

.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul > li a.active {
	color: #4E42C3;
	background-color: #fff;
}

.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul > li:last-of-type a {
	margin-bottom: 0;
}

/*Sub menus*/
.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul > li ul {
	padding-left: 20px;
}

.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul > li ul li:first-of-type:after {
	height: 26px;
}

.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul > li ul li:after {
	content: "";
	border-left: 1px solid #fff;
	height: 48px;
	width: 1px;
	position: absolute;
	left: -16px;
	bottom: 26px;
	opacity: 0.1;
}

.has-sticky-sidebar .sticky-sidebar .sticky-sidebar-content > ul > li ul li:before {
	content: "";
	border-top: 1px solid #fff;
	height: 1px;
	width: 15px;
	position: absolute;
	left: -15px;
	top: 20px;
	opacity: 0.1;
}



/*////////////////////////////////////////////////////////////////////////////*/
/*Testimonial strip*/
/*////////////////////////////////////////////////////////////////////////////*/
.testimonial-strip {
	background-color: #272F41;
	overflow: hidden;
	position: relative;
	padding: 50px 0;
}
.testimonial-strip:before {
	content: "";
	background-color: inherit;
	position: absolute;
	top: -50%; bottom: 0; left: 0;
	height: 1000px;
	z-index: 1;
	width: 64%;
	left: -5%;
	-webkit-transform: rotate(11deg);
	-moz-transform: rotate(11deg);
	-o-transform: rotate(11deg);
	-ms-transform: rotate(11deg);
	transform: rotate(11deg);
}

@media screen and (min-width: 1500px) {
	.testimonial-strip:before {
		width: 60%;
	}
}
@media screen and (min-width: 2000px) {
	.testimonial-strip:before {
		width: 70%;
	}
}

	.testimonial-strip .testimonial-image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: center right;
	}
	.testimonial-strip .testimonial-image-original {
		display: none;
	}

	/*content*/
	.testimonial-strip .testimonial-content {
		color: #fff;
		width: 550px;
		position: relative;
		z-index: 1;
	}

		.testimonial-strip .testimonial-content .testimonial-text {
			font-size: 1.15em;
			line-height: 1.5;
		}

			.testimonial-strip .testimonial-content .testimonial-text i {
				color: #B6C5E3;
				font-size: 1.4em;
				opacity: 0.7;
			}

			.testimonial-strip .testimonial-content .testimonial-text .line-pre {
				white-space: pre;
			}


		.testimonial-strip .testimonial-content .testimonial-text .icon-quote-left {
			padding-right: 10px;
			height: 0;
			top: -15px;
		}
		.testimonial-strip .testimonial-content .testimonial-text .icon-quote-right {
			padding-left: 10px;
			height: 0;
			top: -11px;
		}

		/*testimonial footer*/
		.testimonial-strip .testimonial-content .testimonial-footer {
			margin-top: 30px;
		}

			.testimonial-strip .testimonial-footer .testimonial-author {

			}

				.testimonial-strip .testimonial-footer .testimonial-author span {
					display: block;
					color: #8B97AD;
				}

			.testimonial-strip .testimonial-footer .testimonial-logo {
				max-width: 110px;
				margin-top: 15px;
			}


@media screen and (max-width: 1000px) {
	.testimonial-strip:before {
		display: none;
	}
	.testimonial-strip .testimonial-image {
		opacity: 0.25;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	.testimonial-strip .testimonial-content {
		text-align: center;
		margin: 0 auto;
	}
	.testimonial-strip .testimonial-content .testimonial-text {
		font-size: 1em;
	}
}
@media screen and (max-width: 700px) {
	.testimonial-strip {
		padding: 0;
	}
}



/*============================================================================*/
/*Testimonials slideshow overlay center style*/
.testimonial-strip.style1:before {
	display: none;
}

	.testimonial-strip.style1 .testimonial-image {
		opacity: 0.15;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	/*content*/
	.testimonial-strip.style1 .testimonial-content {
		text-align: center;
		margin: 0 auto;
	}


/*============================================================================*/
/*Testimonials stripped style*/
.testimonial-strip.style2 {
	background-color: transparent;
	padding: 0;
}
.testimonial-strip.style2:before {
	display: none;
}
/*with slideshow*/
.testimonials-slides.style2 {
	background-color: transparent;
	height: 210px;
}


	/*Testimonial elements*/
	.testimonial-strip.style2 .content {
		margin: 0 auto;
		padding-top: 50px;
		width: 700px;
	}

	.testimonial-strip.style2 .testimonial-image {
		display: table-cell;
		vertical-align: top;
		opacity: 1;
		position: relative;
		width: 100px;
		height: 100px;
	}

		.testimonial-strip.style2 .testimonial-image div {
			display: block;
			width: 100px;
			height: 100px;
			border-radius: 5px;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			background-size: cover;
		}

	/*content*/
	.testimonial-strip.style2 .testimonial-content {
		color: inherit;
		display: table-cell;
		vertical-align: top;
		text-align: left;
		margin: 0 auto;
		padding-left: 30px;
	}

		.testimonial-strip.style2 .testimonial-content .testimonial-text {
			line-height: 1.4;
			font-size: inherit;
			white-space: normal;
		}

			.testimonial-strip.style2 .testimonial-content .testimonial-text i {
				color: #4E42C3;
				opacity: 1;
				font-size: 1.5em;
			}

		.testimonial-strip.style2 .testimonial-content .testimonial-footer {
			margin-top: 20px;
		}


	/*controllers*/
	.style2-testimonials-slide .unslider-nav,
	.style2-testimonials-slide .owl-dots {
		display: none !important;
	}


/*Responsive settings*/
@media screen and (max-width: 800px) {
	.testimonials-slides.style2 {
		height: 400px;
	}

		.testimonial-strip.style2 .testimonial-image {
			display: block;
			opacity: 1;
	    margin: 0 auto 25px auto;
		}

		.testimonial-strip.style2 .testimonial-content {
			display: block;
			text-align: center;
			padding-left: 0;
			width: 290px;
		}

		/*nav arrows*/
		.style2-testimonials-slide .unslider-arrow,
		.style2-testimonials-slide .owl-nav > *  {
			top: 15%;
		}
		.unslider-arrow.next {
			right: 30px;
		}
		.unslider-arrow.prev {
			left: 30px;
		}
}


/*////////////////////////////////////////////////////////////////////////////*/
/*slideshows and carousel*/
/*////////////////////////////////////////////////////////////////////////////*/
/*Core Owl Carousel CSS File*/
.owl-carousel {
	display: none;
	max-width: 100% !important;
	width: 100%;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	max-width: initial !important;
	width: 100% !important;
	white-space: nowrap;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
/* No Js */
.no-js .owl-carousel {
	display: block;
}


/*============================================================================*/
/*Testimonials slideshow strip*/
.testimonials-slides {
	background-color: #272F41;
	position: relative;
	width: 100%;
	height: 410px;
}

	/*Testimonials slideshow elements*/
	.testimonials-slides .testimonial-strip {
		position: absolute;
		top: 0; left: 0;
		right: 0; bottom: 0;
		width: 100%;
	}

		.testimonials-slides .testimonials-slide * {
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-o-user-select: none;
			user-select: none;
		}


	/*dyanmic slideshow container*/
	.unslider {
		position: relative;
	}

		.unslider-arrow {
			display: none;
		}

		/*nav buttons*/
		.unslider-nav {
			display: table;
			height: 462px;
			position: absolute;
			text-align: right;
			top: 0;
			bottom: 0;
			left: auto;
			right: 20px;
		}

			.unslider-nav ol {
				display: table-cell;
				vertical-align: middle;
			}

				.unslider-nav ol li {
					border: 2px solid #fff;
					border-radius: 50px;
				  display: block;
				  width: 15px;
				  height: 15px;
				  overflow: hidden;
				  cursor: pointer;
					font-size: 0;
					margin: 10px;
				}
				.unslider-nav ol li.unslider-active {
				  background: #fff;
				  cursor: default;
				}


		/*nav arrows*/
		.unslider-arrow {
			color: #fff;
			position: absolute;
			top: 43%;
			bottom: 0;
			height: 65px;
			font-size: 3em;
			opacity: 0.6;
			z-index: 1;
		}
		.unslider-arrow:hover {
			opacity: 1;
		}
		.unslider-arrow.next {
			right: 20px;
		}
		.unslider-arrow.prev {
			left: 20px;
		}

		/*nav arrows for style2*/
		.owl-nav > * {
			color: #48556B;
			position: absolute;
			top: 25%;
			bottom: 0;
			height: 65px;
			font-size: 3.5em;
			opacity: 0.6;
			z-index: 1;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}
		.owl-nav > div:hover {
			opacity: 1;
		}
		.owl-nav .owl-next {
			right: 20px;
		}
		.owl-nav .owl-prev {
			left: 20px;
		}

		/*nav dots*/
		.owl-carousel .owl-controls .owl-dots {
			display: inline-block;
			zoom: 1;
		}

		.owl-carousel .owl-controls .owl-dot {
			display: inline-block;
		}

			.owl-carousel .owl-controls .owl-dot span {
				background-color: #fff;
				border: 1px solid #959EAE;
				display: block;
				width: 15px;
				height: 15px;
				margin: 5px 7px;
				opacity: 0.9;
				-webkit-border-radius: 20px;
				-moz-border-radius: 20px;
				border-radius: 20px;
				cursor: pointer;
				-webkit-transition: all .1s linear;
				-moz-transition: all .1s linear;
				-o-transition: all .1s linear;
				transition: all .1s linear;
			}
			.owl-carousel .owl-controls .owl-dot span:hover {
				border: 1px solid #4E42C3;
			}
			.owl-carousel .owl-controls .owl-dot.active span {
				background-color: #4E42C3;
				border: 1px solid #4E42C3;
			}


		/*Inside a slider*/
		.style2-testimonials-slide .owl-item {
			opacity: 0.55;
			-webkit-filter: blur(2px);
			-moz-filter: blur(2px);
			-o-filter: blur(2px);
			-ms-filter: blur(2px);
			filter: blur(2px);
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}
		.style2-testimonials-slide .owl-item.center {
			opacity: 1;
			-webkit-filter: blur(0);
			-moz-filter: blur(0);
			-o-filter: blur(0);
			-ms-filter: blur(0);
			filter: blur(0);
		}


@media screen and (max-width: 1000px) {
.testimonials-slides {
	height: 350px;
}

	.testimonials-slides .content {
		padding-top: 70px;
	}

		.unslider-nav {
			display: block;
			height: auto;
			text-align: center;
			top: 50px;
			bottom: auto;
			left: 0;
			right: 0;
		}

			.unslider-nav ol {
				display: block;
			}

				.unslider-nav ol li {
					display: inline-block;
					text-align: center;
					margin: 0 5px;
				}
}
@media screen and (max-width: 700px) {
	.testimonials-slides {
		padding-top: 30px;
	}

		.testimonials-slides .content {
			padding-top: 100px;
		}

			.unslider-nav {
				top: 40px;
			}
}



/*////////////////////////////////////////////////////////////////////////////*/
/*Items pre-set layouts*/
/*////////////////////////////////////////////////////////////////////////////*/
* + .items-layout {
	margin-top: 40px;
}

	/*Items*/
	.items-layout .item {
		margin-bottom: 25px;
		overflow: hidden;
		max-width: 500px;
	}
	.items-layout .item:last-of-type {
		margin-bottom: 0;
	}


	/*Item images*/
	.items-layout .item .item-image {
		border-radius: 5px;
	}
	.items-layout .item .item-image-above {
		margin-bottom: 25px;
	}
	.items-layout .item .item-image-below {
		margin-top: 25px;
	}


	/*Item inline icons*/
	.items-layout .item .item-inline-icon {
		font-size: 1.5em;
		padding-right: 10px;
		display: table-cell;
		vertical-align: top;
		color: #4E42C3;
	}
	.items-layout .item .item-upper-icon {
		font-size: 1.5em;
		padding-bottom: 10px;
		display: block;
		color: #4E42C3;
	}
	.items-layout .item .item-large-icon {
		font-size: 3em;
	}


	/*Item content*/
	.items-layout .item .item-content {
		display: table-cell;
		vertical-align: top;
	}

		.items-layout .item .item-title {
			font-size: 1.06em;
			font-weight: 600;
		}
		.items-layout .item .item-title + * {
			margin-top: 5px;
		}


/*Responsive settings*/
@media screen and (max-width: 860px) {
	* + .items-layout {
		margin-top: 25px;
	}
		.items-layout .item {
			margin-bottom: 20px;
			overflow: hidden;
		}
		.items-layout .item:last-of-type {
			margin-bottom: 0;
		}
}


/*============================================================================*/
/*Items GRID*/
.items-layout.items-layout-grid {
	display: table;
	table-layout: fixed;
	margin-bottom: 20px;
	width: 100%;
}
.items-layout.items-layout-grid:last-of-type {
	margin-bottom: 0;
}

	/*Items*/
	.items-layout.items-layout-grid .item {
		display: table-cell;
		vertical-align: top;
		padding: 20px;
	}

/*Responsive settings*/
@media screen and (max-width: 860px) {
	.items-layout.items-layout-grid {
		display: block;
		text-align: center;
	}
		/*Items*/
		.items-layout.items-layout-grid .item {
			display: inline-block;
			width: 49%;
		}
}



/*============================================================================*/
/*Items BOXES*/
.items-layout.items-layout-boxes {
	width: 100%;
	white-space: nowrap;
	text-align: center;
	margin: 0;
}

	/*Items*/
	.items-layout.items-layout-boxes .item {
		background-color: #fff;
		border: 1px solid #EBEFF2;
		display: inline-block;
		vertical-align: top;
		border-radius: 5px;
		margin-right: 30px;
		width: 31%;
	}
	.items-layout.items-layout-boxes .item:last-of-type {
		margin-right: 0;
	}

		/*Item images*/
		.items-layout.items-layout-boxes .item-image {
			border-radius: 9px;
			padding: 5px;
		}

		/*Item content*/
		.items-layout.items-layout-boxes .item-content {
			padding: 20px;
			text-align: left;
		}


/*Responsive settings*/
@media screen and (max-width: 950px) {
	.items-layout.items-layout-boxes .item {
		width: 30.5%;
	}
}
@media screen and (max-width: 810px) {
	.items-layout.items-layout-boxes .item {
		width: 30.5%;
		margin-right: 20px;
	}
}

@media screen and (max-width: 700px) {
	.items-layout.items-layout-boxes {
		white-space: normal;
	}
		.items-layout.items-layout-boxes .item {
			width: 80%;
			margin-right: 0;
		}
}

@media screen and (max-width: 600px) {
	.items-layout.items-layout-boxes .item {
		width: 100%;
	}
}


/*============================================================================*/
/*Coming soon list*/
.coming-soon-section {

}

	.coming-soon-boxes {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

	.coming-soon-boxes .box {
		text-align: center;
		margin-bottom: 50px;
		display: table-cell;
	}

	.coming-soon-boxes .box:last-of-type,
	.coming-soon-boxes .box:nth-child(3) {
		margin-bottom: 0;
	}

	.coming-soon-boxes .box i {
		font-size: 3em;
		margin-bottom: 20px;
	}

	.coming-soon-boxes .box p {}

	/*coming soon text*/
	.coming-soon-boxes .box small {
		color: #959EAE;
	}


@media screen and (max-width: 850px) {
	.coming-soon-boxes .box {
		display: inline-block;
		width: 50%;
	}
}



/*////////////////////////////////////////////////////////////////////////////*/
/*CTA BANNERS*/
/*////////////////////////////////////////////////////////////////////////////*/
.cta-strip {
	border-top: 1px solid #EBEFF2;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center center;
}

	.cta-strip .content {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.cta-strip .sideByside {
		table-layout: auto;
	}


		/*cta content*/
		.cta-strip .cta-content {
			text-align: right;
		}

			.cta-strip .cta-title {
				font-size: 1.4em;
		    font-weight: 600;
				margin-bottom: 5px;
				position: relative;
		    top: -2px;
			}
			.cta-strip .cta-subline {
				color: #8B97AD;
				font-size: 0.9em;
			}


		/*cta action*/
		.cta-strip .cta-action {
		}

			.cta-strip .cta-action .button {
				padding: 15px 20px;
			}

			.cta-strip .cta-action .cta-subline {
				margin-top: 10px;
			}


		/*cta screenshot*/
		.cta-strip .cta-screenshot {
		}


@media screen and (max-width: 860px) {
	.cta-strip .cta-content {
		text-align: center;
	}
	.cta-strip .cta-action {
		text-align: center;
		margin-top: 20px;
	}
		.cta-strip .cta-action .button {
			padding: 20px;
			width: 100%;
		}
}


/*============================================================================*/
/*Cta footer strip*/
.cta-strip.cta-footer {
	color: #fff;
	background-color: #353D52;
	border: none;
}

	/*cta content*/
	.cta-strip.cta-footer .content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

		/*cta content*/
		.cta-strip.cta-footer .cta-content {
			text-align: center;
			width: 500px;
			margin: 0 auto 30px auto;
		}

		/*cta action*/
		.cta-strip.cta-footer .cta-action {
			text-align: center;
		}

			.cta-strip.cta-footer .cta-action .button {
				padding: 15px 20px;
				box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
			}
			.cta-strip.cta-footer .cta-action .button:hover {
				transform: translateY(-1px);
				box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
			}


@media screen and (max-width: 860px) {
	.cta-strip.cta-footer .cta-action .button {
		padding: 20px;
		width: auto;
	}
}

/*============================================================================*/
/*Cta footer strip*/
.cta-strip.cta-boxed {
	position: relative;
	border: none;
}

	/*cta content*/
	.cta-strip.cta-boxed .content {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	/*cta box*/
	.cta-strip.cta-boxed .cta-box {
		background-color: #fff;
		border-radius: 10px;
    width: 600px;
		margin: 0 auto;
    padding: 50px;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0.1);
		-moz-box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0.1);
		box-shadow: 0px 0px 100px 0px rgba(33, 39, 54, 0.1);
	}

		/*cta box content*/
		.cta-strip.cta-boxed .cta-content {
			text-align: center;
			width: 500px;
			margin: 0 auto 30px auto;
		}

		/*cta action*/
		.cta-strip.cta-boxed .cta-action {
			text-align: center;
		}

			.cta-strip.cta-boxed .cta-action .button {
				padding: 18px 20px 16px 20px;
				box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
			}
			.cta-strip.cta-boxed .cta-action .button:hover {
				transform: translateY(-1px);
		    box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
			}


/*Responsive settings*/
@media screen and (max-width: 700px) {
	.cta-strip.cta-boxed .content {
		padding: 20px;
	}
	.cta-strip.cta-boxed .cta-box {
		background-color: #fff;
    width: 100%;
    padding: 50px 30px;
	}
}


/*----------------------------------------------------------------------------*/
/*Cta boxed - rasied*/
.cta-strip.cta-boxed.cta-boxed-raised {
  margin-top: -60px;
	padding-bottom: 90px;
	z-index: 1;
}

	/*cta content*/
	.cta-strip.cta-boxed.cta-boxed-raised .content {
		padding: 0 15px 0 15px;
	}

/*Responsive settings*/
@media screen and (max-width: 700px) {
	.cta-strip.cta-boxed.cta-boxed-raised {
	  margin-top: 0;
		padding-bottom: 0;
	}
}


/*////////////////////////////////////////////////////////////////////////////*/
/*HEADER*/
/*////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 801px) {
	#header {
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0.1);
		-moz-box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0.1);
		box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0.1);
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateZ(0);
		z-index: 10000;
		height: 64px;
	}

		/*Content container*/
		#header .content {
			width: 1200px;
			padding: 10px 20px;
			margin: 0 auto;
			position: relative;
		}

			#header .content > * {
				display: table-cell;
				vertical-align: middle;
			}

			/*Logo*/
			#header .logo {
				padding: 5px 10px 5px 0;
				position: relative;
			}

				#header .logo a {
					width: 100px;
				}

				#header .logo .label {
					background-color: #8B97AD;
					position: absolute;
			    right: -43px;
			    top: 10px;
			    font-size: 0.7em;
					opacity: 0.6;
				}

				#header .betasign {
					background-color: #FA7E00;
			    border-radius: 5px;
			    padding: 4px 6px 2px 6px;
			    font-size: 0.8em;
			    color: #fff;
			    position: absolute;
			    right: -50px;
			    top: 10px;
				}

	/*Main menu*/
	#header .mainMenu {
		width: 100%;
	}

		#header .mainMenu ul {
			float: right;
			margin-right: 6px;
		}

			#header .mainMenu ul li {
				display: inline-block;
			}

				/*Links*/
				#header .mainMenu ul li a {
					padding: 10px 15px;
				}
				#header .mainMenu ul li a:hover {
					color: #4E42C3;
				}
				#header .mainMenu ul li a.active,
				#header .mainMenu ul li a.active:hover {
					color: #4E42C3;
				}

			/*signin signup buttons*/
			#header .mainMenu .signin-signup-buttons {
				float: right;
			}

				#header .mainMenu .signin-signup-buttons a {
					padding: 10px 15px;
				}
				#header .mainMenu .signin-signup-buttons a.signin {
					margin-right: 5px;
				}
				#header .mainMenu .signin-signup-buttons a.signin:hover {
					color: #4E42C3;
				}
				#header .mainMenu .signin-signup-buttons a.signup {
					margin: 0;
					box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
				}
				#header .mainMenu .signin-signup-buttons a.signup:hover {
				}

				#header .mainMenu .signin-signup-buttons span {
					border-left: 1px solid #CAD1DB;
					padding: 0 10px 3px 0;
					margin-left: 10px;
				}


	/*Dropdown menus*/
	#header .mainMenu .subMenu ul {
		background-color: #fff;
		border-radius: 0 0 4px 4px;
		padding: 1px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		position: absolute;
		text-align: left;
		z-index: 10000;
		top: 58px;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: all .1s linear;
		-moz-transition: all .1s linear;
		-ms-transition: all .1s linear;
		-o-transition: all .1s linear;
		transition: all .1s linear;
	}
	#header .mainMenu .subMenu:hover > ul {
		pointer-events: auto;
		visibility: visible;
		opacity: 1;
		top: 64px;
	}

		#header .mainMenu .subMenu > a:before {
			content: "";
			background: #fff;
			position: absolute;
			width: 90%;
			height: 155%;
			left: 0;
			bottom: -12px;
			right: 0;
			z-index: -1;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}

		#header .mainMenu .subMenu:hover > a:before {
			width: 100%;
			-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		}
		#header .mainMenu .subMenu > a:after {
			content: "";
			background: #fff;
			position: absolute;
			width: 100%;
			height: 15px;
			left: 0;
			bottom: -12px;
			right: 0;
			z-index: 1000000;
		}

		/*Links*/
		#header .mainMenu .subMenu ul li {
			width: 100%;
			display: block;
		}
		#header .mainMenu .subMenu ul li a {
			display: block;
		}
		#header .mainMenu .subMenu ul li a:hover {}
		#header .mainMenu .subMenu ul li a.active,
		#header .mainMenu .subMenu ul li a.active:hover {}
		/*Dropdown menu parent link*/
		#header .mainMenu .subMenu:hover > a {
			color: #4E42C3;
		}
		#header .mainMenu .subMenu:hover > a.active {
			color: #4E42C3;
		}
		/*Full width dropdown menus*/
		#header .mainMenu .subMenu.full-width-menu ul {
			width: 100%;
			left: 0;
			right: 0;
			padding: 24px 20px 0 20px;
			background-color: transparent !important;
			-webkit-box-shadow: none !important;
			-moz-box-shadow: none !important;
			box-shadow: none !important;
		}
		#header .mainMenu .subMenu.full-width-menu ul span {
			width: 100%;
			background-color: #fff;
			border-radius: 0 0 4px 4px;
			text-align: center;
			padding: 1px;
			display: block;
			-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
			-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		}
	#header .mainMenu .subMenu.full-width-menu ul {
		top: 35px;
	}
	#header .mainMenu .subMenu.full-width-menu:hover > ul {
		top: 40px;
	}
	#header .mainMenu .subMenu.full-width-menu ul {
		width: 100%;
		display: table;
		table-layout: fixed;
	}
	#header .mainMenu .subMenu.full-width-menu ul li {
		display: table-cell;
		text-align: center;
		width: 1%;
		padding: 30px;
		border-left: 1px solid #fff;
		background-color: #5E5CCF;
		color: #fff;
	}
	#header .mainMenu .subMenu.full-width-menu ul li:first-of-type {
		border-bottom-left-radius: 4px;
		border-left: none;
	}
	#header .mainMenu .subMenu.full-width-menu ul li:last-of-type {
		border-bottom-right-radius: 4px;
	}
	#header .mainMenu .subMenu.full-width-menu .main-title {
		text-align: center;
		margin-top: 20px;
		font-weight: bold;
		font-size: 1.05em;
	}
	#header .mainMenu .subMenu.full-width-menu .main-title + p {
		margin-bottom: 20px;
	}
	/*Second Header (Small Screens)*/
	#secondHeader,
	#header .off-canvas-title,
	#header .mainMenu .show-on-mobile {
		display: none;
	}
}

/*Second Header and Main Menu*/
@media screen and (max-width: 800px) {
	/*Header/Main Menu*/
	#header {
		background-color: #272F41;
		width: 210px;
		height: 100%;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
		-moz-transition: transform .4s ease;
		-o-transition: transform .4s ease;
		-webkit-transition: transform .4s ease;
		transition: transform .4s ease;
		-webkit-transform: translate(210px, 0px);
		-moz-transform: translate(210px, 0px);
		-o-transform: translate(210px, 0px);
		-ms-transform: translate(210px, 0px);
		transform: translate(210px, 0px);
	}
	/*Menu toggle settings*/
	#header.headerOpen {
		-webkit-transform: translate(0, 0px);
		-moz-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
	#page, #secondHeader {
		-moz-transition: transform .4s ease;
		-o-transition: transform .4s ease;
		-webkit-transition: transform .4s ease;
		transition: transform .4s ease;
	}
	#page.pageOpen, #secondHeader.pageOpen {
		-webkit-transform: translate(-210px, 0px) !important;
		-moz-transform: translate(-210px, 0px) !important;
		-o-transform: translate(-210px, 0px) !important;
		-ms-transform: translate(-210px, 0px) !important;
		transform: translate(-210px, 0px) !important;
	}
	/*Content container*/
	#header .content {
		width: 210px;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 0;
	}
	/*Logo*/
	#header .logo {
		display: none;
	}
	/*Main Menu*/
	#header .mainMenu {
		text-align: left;
	}
	/*Off-canvas title*/
	#header .off-canvas-title {
		color: #fff;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding: 16px 15px 15px 15px;
		text-transform: uppercase;
		font-weight: bold;
		opacity: 0.7;
		display: block;
	}
	/*Links*/
	#header .mainMenu li a {
		color: rgba(255, 255, 255, 0.8);
		background-color: inherit;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		padding: 15px;
		width: 100%;
	}
	#header .mainMenu ul li a:hover {
		background-color: rgba(0, 0, 0, 0.1);
		opacity: 0.75;
	}
	#header .mainMenu ul li a.active,
	#header .mainMenu ul li a.active:hover {
		opacity: 0.6;
		background-color: rgba(0, 0, 0, 0.2);
	}
	/*Sub Menus*/
	#header .mainMenu .subMenu ul {}
	#header .mainMenu .subMenu ul li {}
	/*Links*/
	#header .mainMenu .subMenu ul li a {
		padding-left: 30px;
	}
	/*signin signup buttons*/
	#header .mainMenu .signin-signup-buttons {
		padding: 15px 15px 10px 15px;
		text-align: center;
	}
	#header .mainMenu .signin-signup-buttons a {
		padding: 12px;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	#header .mainMenu .signin-signup-buttons a.signin:hover {
		color: #fff;
		background-color: #4E42C3;
	}
	#header .mainMenu .signin-signup-buttons a.signup:hover {
		color: #fff;
		background-color: #DB253C;
	}
	/*Second Header*/
	#secondHeader {
		background-color: #fff;
		border-bottom: 1px solid #fff;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
		width: 100%;
		max-height: 55px;
		display: block;
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		-webkit-transform: translateZ(0);
		z-index: 10000;
	}
	#secondHeader > * {
		display: table-cell;
		vertical-align: middle;
	}
	/*Menu switch*/
	#secondHeader .menuSwitch {
		padding: 15px 30px 15px 20px;
		overflow: hidden;
		position: relative;
		width: 100px;
		cursor: pointer;
	}
	#secondHeader .menuSwitch:hover {
		background-color: rgba(0, 0, 0, 0.05);
	}
	#secondHeader .menuSwitch * {
		cursor: pointer;
	}
	/*Menu switch text*/
	#secondHeader .menuSwitch p {
		margin-right: 20px;
	}
	/*Menu switch icon*/
	#secondHeader .menuSwitch i {
		position: absolute;
		top: 13px;
		right: 12px;
		font-size: 1.7em;
	}
	#secondHeader .menuSwitch i:last-of-type,
	#secondHeader .menuSwitch.menuSwitch-active i:first-of-type {
		display: none;
	}
	#secondHeader .menuSwitch.menuSwitch-active i:last-of-type {
		display: block;
		font-size: 1.1em;
		top: 17px;
		right: 18px;
	}
	/*Second Header > Logo*/
	#secondHeader .logo {
		padding-left: 15px;
		text-align: left;
		width: 100%;
	}
	#secondHeader .logo img {
		width: 90px;
		float: left;
	}
}



/*////////////////////////////////////////////////////////////////////////////*/
/*PAGE FOUNDATIONS*/
/*////////////////////////////////////////////////////////////////////////////*/
/*Main Page Container*/
#page {
	background-color: #fff;
	position: relative;
	text-align: left;
}


/*============================================================================*/
/*Top Sections*/
.topSection {
	color: #fff;
	background: #4E42C3;
	padding-top: 64px;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 800px) {
	.topSection {
		padding-top: 53px;
	}
}


	/*--------------------------------------------------------------------------*/
	/*TopSection header*/
	.topSection .header {
		width: 1200px;
		padding: 20px;
		margin: 0 auto;
		position: relative;
	}
	.topSection .header.fixed {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
	}

		.topSection .header > * {
			display: table-cell;
			vertical-align: middle;
		}

		.topSection .header .logo {
			padding: 5px 10px 5px 0;
			position: relative;
		}
		.topSection .header .logo:only-of-type {
			text-align: center;
			display: inline-block;
			width: 100%;
		}

			.topSection .header .logo a {
				width: 100px;
			}


		/*TopSection right header section*/
		.topSection .header-right-section {
			white-space: nowrap;
			width: 1%;
		}


	/*--------------------------------------------------------------------------*/
	/*TopSection content box*/
	.topSection .topSection-box {
		width: 700px;
		margin: 0 auto;
		text-align: center;
	}

		.topSection .topSection-box h1 {
			font-weight: 600;
		}
		.topSection .topSection-box .topSection-title {
			font-size: 1.5em;
			line-height: 1.4;
			font-weight: 600;
		}

		.topSection .topSection-box p {
			width: 550px;
			margin: 15px auto 0 auto;
			font-size: 1.1em;
			line-height: 1.45
		}


	/*--------------------------------------------------------------------------*/
	/*TopSection Menu*/
	.topSection .topSection-menu {
		background-color: #584AD9;
		width: 100%;
		position: relative;
	}

	.topSection .topSection-menu .content {
		padding-top: 0;
		padding-bottom: 0;
	}

		.topSection .topSection-menu .content ul {
			display: table;
			margin: 0 auto;
			text-align: center;
		}

			.topSection .topSection-menu .content ul li {
				display: table-cell;
				vertical-align: middle;
			}

				.topSection .topSection-menu .content ul li a {
					padding: 20px;
				}

				.topSection .topSection-menu .content ul li a:hover {
					background-color: #5D4EE6;
				}

				.topSection .topSection-menu .content ul li a.active,
				.topSection .topSection-menu .content ul li a.active:hover {
					color: #4E42C3;
					background-color: #fff;
				}


	@media screen and (max-width: 700px) {
		/*TopSection Menus*/
		.topSection .topSection-menu .content {
			padding: 0;
		}

			.topSection .topSection-menu .content ul {
				display: block;
				width: 100%;
			}

				.topSection .topSection-menu .content ul li {
					border-bottom: 1px solid rgba(255, 255, 255, 0.1);
					display: block;
					width: 100%;
				}

					.topSection .topSection-menu .content ul li a {
						width: 100%;
						padding: 13px 15px;
					}
	}
	@media screen and (max-width: 600px) {
		.topSection .topSection-box h1 {
			font-size: 1.6em;
		}
	}



/*============================================================================*/
/*Wrappers*/
.wrapper {
	background-color: #F2F5F9;
}

.wrapper-darker {
	background-color: #E6EBF2;
}

/*Dark backgrounds*/
.wrapper-dark {
	background-color: #353D52;
}

.wrapper-dark-lighter {
	background: #414B63;
}

/*primary colours backgrounds*/
.wrapper-primary {
	background-color: #4E42C3;
}

.wrapper-primary-dark {
	background-color: #4035A6;
}


/*============================================================================*/
/*Content containers*/
.content {
	width: 1200px;
	padding: 80px 20px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 800px) {
	.content {
		padding: 50px 30px;
	}
}


/*============================================================================*/
/*Content boxses*/
.content-box {
	width: 500px;
}
/*centered*/
.content-box-centered {
	margin: 0 auto;
	text-align: center;
}
.content-box-centered + * {
	margin-top: 30px;
}
@media screen and (max-width: 860px) {
	.content-box {
		width: 100%;
		margin: 0 auto 30px auto;
		padding: 0;
	}
}

	/*--------------------------------------------------------------------------*/
	/*Content box elements*/
	.content-box .section-title {
		font-weight: 600;
		font-size: 1.4em;
	}

	.content-box .section-title + p {
		margin-top: 10px;
	}

	.content-box .button {
		margin-top: 25px;
	}



/*////////////////////////////////////////////////////////////////////////////*/
/*PAGES ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/*////////////////////////////////////////////////////////////////////////////*/
/*Home page*/
/*////////////////////////////////////////////////////////////////////////////*/
#index .topSection {
	background: rgba(87,73,214,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(87,73,214,1) 0%, rgba(70,59,173,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(87,73,214,1)), color-stop(100%, rgba(70,59,173,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(87,73,214,1) 0%, rgba(70,59,173,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(87,73,214,1) 0%, rgba(70,59,173,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(87,73,214,1) 0%, rgba(70,59,173,1) 100%);
	background: radial-gradient(ellipse at center, rgba(87,73,214,1) 0%, rgba(70,59,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5749d6', endColorstr='#463bad', GradientType=1 );
}

	#index .topSection .content {
		background-image: url(../images/home/intero-focus.png);
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: center center;
		padding-top: 90px;
    padding-bottom: 70px;
	}


	/*--------------------------------------------------------------------------*/
	/*Intro text box*/
	#index .topSection .intro-textbox {
		width: 600px;
    position: relative;
    margin: 0 auto;
    text-align: center;
		z-index: 1;
	}

		#index .topSection .intro-textbox h1 {
			font-size: 1.8em;
			line-height: 1.3em;
			font-weight: bold;
		}
		#index .topSection .intro-textbox h1 span {
			position: relative;
			white-space: pre;
		}
		#index .topSection .intro-textbox h1 span:after {
			font-family: 'plutio-website';
	    content: "\E056";
	    position: absolute;
	    left: -5px;
	    right: 0;
			bottom: -18px;
	    font-size: 5.6em;
	    opacity: 0.9;
	    font-weight: normal;
		}

		#index .topSection .intro-textbox h1 .custom-break {
			display: none;
		}

		#index .topSection .intro-textbox p {
			color: #C3BDFF;
			font-size: 1.2em;
	    margin: 0 auto 15px auto;
			width: 500px;
		}


	/*--------------------------------------------------------------------------*/
	/*intro cta*/
	#index .topSection .content .intro-cta {
		margin-top: 45px;
	}

		#index .topSection .content .intro-cta span {
			margin: 0 15px;
		}

		#index .topSection .content .intro-cta a {
			border: 2px solid #fff;
			background-color: transparent;
		}
		#index .topSection .content .intro-cta a:hover {
			color: #4E42C3;
			background-color: #fff;
		}

		#index .topSection .content .intro-cta .signup-button {
			color: #4E42C3;
			background-color: #fff;
			box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
		}
		#index .topSection .content .intro-cta .signup-button:hover {
			color: #5D4EE6;
			transform: translateY(-1px);
			box-shadow: 0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
		}


		/*Sublin goes under the cta button*/
		#index .topSection .content .subline {
			font-size: 0.87em;
			opacity: 0.86;
		}


	/*--------------------------------------------------------------------------*/
	/*intro screenshot*/
	#index .topSection .intro-screenshot {
		width: 700px;
    margin: -55px auto  0 auto;
    text-align: center;
    position: relative;
	}
	#index .topSection .intro-screenshot-mobile {
		display: none;
	}

	#index .topSection .intro-screenshot img {
		border-radius: 7px;
    position: relative;
    top: 55px;
	}
	#index .topSection .intro-screenshot .background-shadow {
		content: "";
		background-color: transparent;
		background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
		border-radius: 10px;
		min-width: 705px;
		height: 330px;
		position: absolute;
		right: 0;
		top: 42px;
		bottom: -3px;
		left: -11px;
		transform: rotate(-1.5deg);
		opacity: 0.4;
	}

	#index .topSection .intro-screenshot:before {
		content: "";
		background-image: url(../images/home/intro-screenshot-element2.png);
		position: absolute;
		left: -80px;
		right: 0;
		bottom: -105px;
		top: auto;
		width: 900px;
		height: 100%;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		z-index: -1;
	}
	#index .topSection .intro-screenshot:after {
		content: "";
    background-image: url(../images/home/intro-screenshot-element1.png);
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -100px;
    right: 0;
    bottom: -69px;
    width: 900px;
    height: 100%;
	}
	@media screen and (max-width: 860px) {
		#index .topSection {
			background: none;
			background-color: #4E42C3;
		}
		#index .topSection .intro-screenshot {
			display: none;
		}
		#index .topSection .intro-screenshot-mobile {
			width: 1000px;
	    margin: -120px auto 0 auto;
	    position: relative;
	    top: 80px;
	    pointer-events: none;
			display: block;
		}
	}




/*Responsive settings*/
@media screen and (max-width: 850px) {
	#index .topSection .content {
	  padding-top: 60px;
	  padding-bottom: 70px;
	}

	#index .topSection .content .intro-cta span {
		display: block;
		margin: 10px 0;
	}
}
@media screen and (max-width: 500px) {
	#index .topSection .content {
		padding-bottom: 50px;
	}

	#index .topSection .intro-textbox h1 {
		font-size: 1.7em;
		font-weight: bold;
	}

		#index .topSection .intro-textbox h1 span {
			position: relative;
			display: block;
		}
		#index .topSection .intro-textbox h1 span:after {
			bottom: -16px;
		}
		#index .topSection .intro-textbox h1 .custom-break {
			display: block;
		}

		#index .topSection .intro-textbox p {
			font-size: 1em;
		}

	#index .topSection .content .intro-cta .custom-break {
		display: none;
	}
}


/*============================================================================*/
/*Home reviews strip*/
#index .overview-reviews-strip {
	padding-top: 70px;
	padding-bottom: 50px;
	background-image: url('../images/home/strip-background-cover0.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

	/*Testimonial elements*/
	#index .overview-reviews-strip .testimonial-strip .content {
		padding-top: 50px;
		padding-bottom: 50px;
	}


/*============================================================================*/
/*Home overview sections*/
#index .overview-sections {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}


	/*Overview section*/
	#index .overview-section {

	}

		#index .overview-section:not(:last-of-type) .content {
			padding-bottom: 40px;
		}



		/*------------------------------------------------------------------------*/
		/*content part of the overview sections*/
		#index .overview-section .overview-section-content {
			width: 600px;
			padding-left: 70px;
		}

			#index .overview-section .overview-section-content-box {
				width: 400px;
			}


		/*screenshot part of the overview sections*/
		#index .overview-section .overview-section-screenshot {
		}

			#index .overview-section .overview-section-screenshot img {
				border-radius: 10px;
				padding: 7px;
				-webkit-box-shadow: 0px 0px 100px 0px rgba(33, 39, 54, 0.1);
				-moz-box-shadow: 0px 0px 100px 0px rgba(33, 39, 54, 0.1);
				box-shadow: 0px 0px 100px 0px rgba(33, 39, 54, 0.1);
			}


		/*section headers*/
		#index .overview-section h2 {
			color: #687B9C;
			position: relative;
			font-size: 1.7em;
			font-weight: bold;
		}
		#index .overview-section h2 span {
			color: #48556B;
		}

		/*section description*/
		#index .overview-section .description-box  {
			margin-top: 10px;
			margin-bottom: 20px;
		}

		/*section items list*/
		#index .overview-section .items-layout {
			margin-top: 20px;
		}

			#index .overview-section .items-layout .item {
				margin-bottom: 15px;
			}

				#index .overview-section .item-inline-icon {
					font-size: 1.2em;
				}

		/*find out more buttons*/
		#index .overview-section .section-links .link {
			margin-top: 8px;
		}

			#index .overview-section .section-links .link i {
				font-size: 1.1em;
				margin-left: 2px;
			}

		#index .overview-section .section-links span {
			margin: 0 10px;
		}



		/*responsive settings*/
		@media screen and (max-width: 800px) {
			#index .overview-section .overview-section-content {
				width: 600px;
				padding: 0;
			}

				#index .overview-section .overview-section-content-box {
					width: 400px;
					margin-bottom: 30px;
				}


			#index .overview-section5 .devices-screenshot {
				position: relative;
				height: auto;
			}

				#index .overview-section5 .devices-screenshot img {
					position: relative;
					top: 0;
					right: 0;
				}


			#index .overview-section h2 {
				font-size: 1.5em !important;
			}
		}


	/*--------------------------------------------------------------------------*/
	/*each of the sections*/
	#index .overview-section1 {

	}


	#index .overview-section2 {

	}


	#index .overview-section3 {

	}


	#index .overview-section4 {

	}


	#index .overview-section5 {
		position: relative;
		z-index: 1;
	}

		#index .overview-section5 .devices-screenshot {
			position: relative;
			height: 300px;
		}

			#index .overview-section5 .devices-screenshot img {
				width: 450px;
		    position: absolute;
		    top: -90px;
		    right: 26%;
		    pointer-events: none;
			}


/*responsive settings*/
@media screen and (max-width: 800px) {
	#index .overview-section5 {
		background-image: url('../images/home/strip-background-cover0.png');
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: bottom center;
		-webkit-background-size: auto;
		-moz-background-size: auto;
		-o-background-size: auto;
		background-size: auto;
	}
	#index .overview-section5 .devices-screenshot {
		display: none;
	}
}



/*============================================================================*/
/*Fome footer CTA*/
#index .cta-strip {
	background-color: #4E42C3;
	position: relative;
}
#index .cta-strip:after {
	content: "";
  background-image: url(../images/home/strip-background-cover-footer.png);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -o-background-size: auto;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}
#index .cta-strip:before {
	content: "";
	background-image: url(../images/home/intro-screenshot.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0.05;
}
@media screen and (max-width: 700px) {
	#index .cta-strip:after  {
		display: none !important;
	}
}


	#index .cta-strip .content {
		z-index: 1;
	}



/*////////////////////////////////////////////////////////////////////////////*/
/*Contact Page*/
/*////////////////////////////////////////////////////////////////////////////*/
#contact .topSection-box {

}

#contact .topSection-box p {
	font-size: 0.9em;
	opacity: 0.8;
}

#contact .topSection-box h2 {}


/*============================================================================*/
/*Contact form and info section*/
#contact .contact-section {
	width: 900px;
}

/*Contact form*/
#contact .contact-section .contact-form {}

#contact .contact-section .contact-form form {
	width: 400px;
	margin: 0 auto;
}

#contact .contact-section .contact-form .success-message-box a span {
	font-weight: bold;
}

#contact .contact-section .contact-form .success-message-box a:hover {
	color: #4E42C3;
}

#contact .contact-section .contact-form .success-message-box a i {
	top: -1px;
	padding-right: 5px;
}

#contact .contact-section .contact-form button {
	width: 100%;
	padding: 15px 20px;
}

/*Contact details*/
#contact .contact-section .contact-details {
	width: 45%;
	padding-left: 100px;
}

#contact .contact-section .contact-details {
	font-size: 1.05em;
}

#contact .contact-section .contact-details .left-side-icon {
	padding-right: 15px;
	margin-right: 0;
	font-size: 1.25em;
}

/*Phone details*/
#contact .contact-section .contact-details .phone-details > span > * {
	display: table-cell;
	vertical-align: middle;
}

/*Social icons*/
#contact .contact-section .contact-details .social-icons p {
	margin-bottom: 3px;
}

#contact .contact-section .contact-details .social-icons a {
	font-size: 1.285em;
	padding: 5px 8px;
}

#contact .contact-section .contact-details .social-icons a:first-of-type {
	padding-left: 0;
}

#contact .contact-section .contact-details .social-icons a:hover {
	color: #4E42C3;
}

/*Opening hours*/
#contact .contact-section .contact-details .opening-hours {
	padding-left: 37px;
	margin-top: 2px;
	font-size: 0.8em;
	width: 280px;
}

#contact .contact-section .contact-details .opening-hours .open {
	color: #6CBD7D;
}

#contact .contact-section .contact-details .opening-hours .closed {
	color: #959EAE;
}

/*Opening hours*/
#contact .contact-section .contact-details .opening-hours .indictor {
	border-radius: 100px;
	padding: 5px;
	margin-right: 5px;
	top: -1px;
}

#contact .contact-section .contact-details .opening-hours .open .indictor {
	background-color: #6CBD7D;
}

#contact .contact-section .contact-details .opening-hours .closed .indictor {
	background-color: #959EAE;
}

/*Responsive settings*/
@media screen and (max-width: 950px) {
	#contact .contact-section {
		width: 100%;
	}
	#contact .contact-section .contact-form,
	#contact .contact-section .contact-details {
		display: block;
		width: 100%;
		padding: 0;
	}
	#contact .contact-section .contact-details {
		border-top: 1px solid #F2F5F9;
		padding-top: 35px;
		margin-top: 35px;
	}
}

/*exta contact options banner*/
#contact .exta-contact-options-banner {
	background: rgba(242, 246, 250, 1);
	background: -moz-linear-gradient(top, rgba(242, 246, 250, 1) 0%, rgba(240, 243, 247, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242, 246, 250, 1)), color-stop(100%, rgba(240, 243, 247, 1)));
	background: -webkit-linear-gradient(top, rgba(242, 246, 250, 1) 0%, rgba(240, 243, 247, 1) 100%);
	background: -o-linear-gradient(top, rgba(242, 246, 250, 1) 0%, rgba(240, 243, 247, 1) 100%);
	background: -ms-linear-gradient(top, rgba(242, 246, 250, 1) 0%, rgba(240, 243, 247, 1) 100%);
	background: linear-gradient(to bottom, rgba(242, 246, 250, 1) 0%, rgba(240, 243, 247, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6fa', endColorstr='#EDF1F5', GradientType=0 );
}

#contact .exta-contact-options-boxes {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#contact .exta-contact-options-banner .box {
	display: table-cell;
	text-align: center;
	padding: 0 30px;
}

#contact .exta-contact-options-banner .box .background-icon {}

#contact .exta-contact-options-banner .box i {
	font-size: 3em;
	margin-bottom: 25px;
}

#contact .exta-contact-options-banner .box h2 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

#contact .exta-contact-options-banner .box p {}

@media screen and (max-width: 800px) {
	#contact .exta-contact-options-banner .box {
		display: block;
		text-align: center;
		padding: 0 10px;
		margin-bottom: 50px;
	}
	#contact .exta-contact-options-banner .box:last-of-type {
		margin-bottom: 0;
	}
}


/*////////////////////////////////////////////////////////////////////////////*/
/*Pricing Page*/
/*////////////////////////////////////////////////////////////////////////////*/
#pricing-page .topSection-box {
	padding-bottom: 70px;
}


/*============================================================================*/
/*Pricing plans*/
.pricing-plans-wrapper {
	background-image: url('../images/pricing/background-cover-1.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top center;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

	/*Pricing plans container*/
	.pricing-plans {
		display: table;
		table-layout: fixed;
		margin: -150px auto 0 auto;
		position: relative;
	}

		/*Pricing plan*/
		.pricing-plans .plan {
			width: 325px;
			display: table-cell;
			padding: 0 20px;
			position: relative;
			z-index: 10;
		}

			/*Pricing plan content*/
			.pricing-plans .plan-content {
				background-color: #fff;
				border-radius: 5px;
				padding: 30px;
				position: relative;
				text-align: center;
				-webkit-box-shadow: 0px 0px 60px 0px rgba(33, 39, 54, 0.1);
				-moz-box-shadow: 0px 0px 60px 0px rgba(33, 39, 54, 0.1);
				box-shadow: 0px 0px 60px 0px rgba(33, 39, 54, 0.1);
			}

				/*plan name*/
				.pricing-plans .plan-name {
					color: #4E42C3;
					font-weight: bold;
			    margin-bottom: 20px;
					font-size: 1.2em;
				}

				/*plan description*/
				.pricing-plans .plan-description {
					color: #8B97AD;
					font-size: 0.9em;
				}

				/*plan price*/
				.pricing-plans .plan-price-container {
					position: relative;
				}

					.pricing-plans .plan-price {
						font-size: 2.3em;
						margin-top: 30px;
						font-weight: bold;
					}

						.pricing-plans .plan-price span {
							font-size: 0.35em;
					    color: #8B97AD;
					    font-weight: normal;
							display: block;
							position: relative;
							top: -7px;
						}

				.pricing-plans .free-in-beta-price {
					position: relative;
				}
				.pricing-plans .free-in-beta-text {
					position: absolute;
			    top: -14px;
			    -webkit-transform: rotate(-1.5deg);
			    -moz-transform: rotate(-1.5deg);
			    -o-transform: rotate(-1.5deg);
			    -ms-transform: rotate(-1.5deg);
			    transform: rotate(-1.5deg);
			    color: #FA7E00;
			    font-size: 0.9em;
			    left: 30px;
					font-weight: bold;
				}
				.pricing-plans .free-in-beta-price:after {
					content: "";
			    border-top: 4px solid #FA7E00;
			    width: 100px;
			    height: 1px;
			    position: absolute;
			    top: 27px;
			    border-radius: 5px;
			    left: 0;
			    right: 0;
			    margin: 0 auto;
			    -webkit-transform: rotate(2deg);
			    -moz-transform: rotate(2deg);
			    -o-transform: rotate(2deg);
			    -ms-transform: rotate(2deg);
			    transform: rotate(2deg);
				}

			/*plan features*/
			.pricing-plans .button-container {
				margin-top: 25px;
			}

				.pricing-plans .button-container .button {
					width: 100%;
					background-color: #48556B;
				}
				.pricing-plans .button-container .button:hover {
					background-color: #4E42C3;
				}


@media screen and (max-width: 800px) {
	/*Pricing plans container*/
	.pricing-plans {
		display: block;
		margin: -120px auto 0 auto;
	}

		/*Pricing plan*/
		.pricing-plans .plan {
			width: 400px;
			display: block;
			padding: 0 20px;
			margin: 0 auto;
		}
}



/*////////////////////////////////////////////////////////////////////////////*/
/*Customers Page*/
/*////////////////////////////////////////////////////////////////////////////*/
#customers .topSection {

}

	#customers .topSection .icon-heart {
		width: 30px;
		font-size: 1.01em;
		color: #DB253C;
		-webkit-animation: icon-heart-customers 1300ms ease 0s infinite normal;
		-khtml-animation: icon-heart-customers 1300ms ease 0s infinite normal;
		-moz-animation: icon-heart-customers 1300ms ease 0s infinite normal;
		-ms-animation: icon-heart-customers 1300ms ease 0s infinite normal;
		-o-animation: icon-heart-customers 1300ms ease 0s infinite normal;
		animation: icon-heart-customers 1300ms ease 0s infinite normal;
	}
	@-webkit-keyframes icon-heart-customers {
		0% {
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			transform: scale(1);
		}
		14% {
			-moz-transform: scale(1.3);
			-ms-transform: scale(1.3);
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
		}
		28% {
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			transform: scale(1);
		}
		42% {
			-moz-transform: scale(1.3);
			-ms-transform: scale(1.3);
			-webkit-transform: scale(1.3);
			transform: scale(1.3);
		}
		70% {
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}


/*Customers blocks*/
.customer-block {
	background-color: #272F41;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}
.customer-block:last-of-type {
	margin-bottom: 0;
}

.customer-block .customer-block-content {
	color: #fff;
	padding: 70px 50px;
	position: relative;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	background-color: rgba(44, 50, 60, 0.4);
	border-radius: 5px;
	text-align: left;
}

#customers .customers-wall .customer-block .customer-block-content .customer-logo {
	position: relative;
	max-width: 180px;
	margin-bottom: 40px;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

#customers .customers-wall .customer-block .customer-block-content .customer-quote {
	position: relative;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

#customers .customers-wall .customer-block .customer-block-content .customer-quote .icon-quote-left {
	margin-right: 7px;
	font-size: 1.1em;
	top: -2px;
}

#customers .customers-wall .customer-block .button {
	position: absolute;
	top: 41%;
	left: 33%;
	opacity: 0;
	-webkit-transform: scale(0.99);
	-moz-transform: scale(0.99);
	-o-transform: scale(0.99);
	-ms-transform: scale(0.99);
	transform: scale(0.99);
	-webkit-transition: all .18s linear;
	-moz-transition: all .18s linear;
	-o-transition: all .18s linear;
	transition: all .18s linear;
}

#customers .customers-wall .customer-block:hover .customer-block-content {
	opacity: 0;
}

#customers .customers-wall .customer-block:hover .button {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#customers .customers-wall .customer-block:hover .customer-block-content .customer-logo {
	-webkit-transform: scale(0.99) translate(0px, -150%);
	-moz-transform: scale(0.99) translate(0px, -150%);
	-o-transform: scale(0.99) translate(0px, -150%);
	-ms-transform: scale(0.99) translate(0px, -150%);
	transform: scale(0.99) translate(0px, -150%);
}

#customers .customers-wall .customer-block:hover .customer-block-content .customer-quote {
	-webkit-transform: scale(0.99) translate(0px, 150%);
	-moz-transform: scale(0.99) translate(0px, 150%);
	-o-transform: scale(0.99) translate(0px, 150%);
	-ms-transform: scale(0.99) translate(0px, 150%);
	transform: scale(0.99) translate(0px, 150%);
}

@media screen and (max-width: 800px) {
	#customers .customers-wall .customer-block .customer-block-content {
		padding: 30px;
	}
	#customers .customers-wall .customer-block .button {
		left: 26%;
	}
}

/*Customers social proof*/
#customers .social-proof {
	background-color: #4035A6;
	position: relative;
	padding: 30px;
}

#customers .social-proof .social-card {
	min-height: 210px;
}

/*share strip*/
#customers .share-strip {}

#customers .share-strip .content {
	padding-top: 0;
}

#customers .share-strip .content > div {
	color: #fff;
	background-color: #3F7EEB;
	border-radius: 5px;
	text-align: center;
	padding: 50px;
}

#customers .share-strip .content .share-container {
	margin-top: 30px;
}

#customers .share-strip .content .share-container a {
	padding: 12px 15px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #fff;
	color: #3F7EEB;
	font-size: 1.5em;
	margin: 0 5px;
}

#customers .share-strip .content .share-container a:hover {
	background-color: #3F7EEB;
	border: 1px solid #fff;
	color: #fff;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*Integrations directory*/
/*////////////////////////////////////////////////////////////////////////////*/
/*Top section*/
#integrations-directory .topSection {
	overflow: hidden;
}

/*Integrations main container*/
#integrations-directory .directory-container .has-sticky-sidebar {
	display: table;
	width: 100%;
}

#integrations-directory .directory-container .sticky-sidebar {
	display: table-cell;
	vertical-align: top;
	width: 240px;
}

#integrations-directory .directory-container .sticky-sidebar .integration-notice {
	font-size: 0.9em;
	margin-top: 10px;
}

#integrations-directory .directory-container .content-side {
	display: table-cell;
	vertical-align: top;
	padding-left: 50px;
}

/*category container*/
#integrations-directory .integrations-directory-section {
	margin-bottom: 25px;
	padding-bottom: 30px;
	border-bottom: 1px solid #EBEFF2;
}

#integrations-directory .integrations-directory-section:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*category titles*/
#integrations-directory .integrations-directory-section .section-title {
	font-size: 1.2em;
	margin-bottom: 25px;
	font-weight: bold;
	color: #959EAE;
}

/*App box*/
#integrations-directory .integrations-directory-section .app-section {
	background-color: #F2F5F9;
	padding: 20px;
	border-radius: 5px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	position: relative;
}

#integrations-directory .integrations-directory-section .app-section:last-of-type {
	margin-bottom: 0;
}

#integrations-directory .integrations-directory-section .app-section .app-badge {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	width: 70px;
	border-radius: 5px;
	padding: 1px;
}

#integrations-directory .integrations-directory-section .app-section .app-bio {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

#integrations-directory .integrations-directory-section .app-section .app-bio h2 {
	margin-bottom: 5px;
	font-size: 1em;
	font-weight: bold;
}

#integrations-directory .integrations-directory-section .app-section .app-bio h2 .app-sign {
	font-size: 0.95em;
	color: #959EAE;
	font-weight: normal;
}

#integrations-directory .integrations-directory-section .app-section .app-action {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}

/*Responsive settings*/
@media screen and (max-width: 850px) {
	/*Integrations main container*/
	#integrations-directory .directory-container .has-sticky-sidebar {
		display: block;
	}
	#integrations-directory .directory-container .sticky-sidebar {
		display: none;
	}
	#integrations-directory .directory-container .content-side {
		padding: 0;
		display: block;
		width: 100%;
	}
	/*category container*/
	#integrations-directory .integrations-directory-section {
		margin-bottom: 15px;
		padding-bottom: 20px;
	}
	/*category titles*/
	#integrations-directory .integrations-directory-section .section-title {
		font-size: 1.1em;
		margin-bottom: 15px;
	}
	/*App box*/
	#integrations-directory .integrations-directory-section .app-section .app-badge {
		display: inline-block;
		width: 50px;
	}
	#integrations-directory .integrations-directory-section .app-section .app-bio {
		display: inline-block;
		padding-left: 0;
		margin-top: 20px;
	}
	#integrations-directory .integrations-directory-section .app-section .app-action {
		display: block;
		margin-top: 20px;
		width: 100%;
	}
}

/*----------------------------------------------------------------------------*/
/*integrations voteing message strip*/
#integrations-directory .integration-strip {
	text-align: center;
	background-color: #414B63;
	color: #fff;
}

#integrations-directory .integration-strip .content-box {
	text-align: center;
	margin: 0 auto;
}

#integrations-directory .integration-strip .content-box h2 {
	margin-bottom: 10px;
}

#integrations-directory .integration-strip .content-box button {
	margin-top: 15px;
}




/*////////////////////////////////////////////////////////////////////////////*/
/*features list page*/
/*////////////////////////////////////////////////////////////////////////////*/
#features-page .has-sticky-sidebar {
	display: table;
	width: 100%;
}
#features-page .sticky-sidebar {
	display: table-cell;
	vertical-align: top;
	width: 240px;
	padding-top: 10px;
}

	#features-page .sticky-sidebar .features-message {
		padding: 20px;
		background-color: #F0F4F7;
		border-radius: 5px;
		margin-top: 15px;
	}

		#features-page .sticky-sidebar .features-message a {

		}


/*features sections*/
#features-page .features-list {
	display: table-cell;
	vertical-align: top;
	padding-left: 50px;
}

	#features-page .features-section {
		margin-bottom: 10px;
		border-bottom: 1px solid #DFE5ED;
		min-height: 102px;
	}
	#features-page .features-section:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	/*category titles*/
	#features-page .features-section .section-title {
		font-size: 1.2em;
		padding-top: 20px;
		font-weight: bold;
		text-transform: uppercase;
    color: #8B97AD;
	}
	#features-page .features-section:first-of-type .section-title {
		padding-top: 0;
	}


	/*Feature box*/
	#features-page .features-section .feature-box {
		margin-bottom: 30px;
		min-height: 285px;
		width: 100%;
	}
	#features-page .features-section .feature-box.flixable {
		min-height: 100%;
	}

		#features-page .features-section .feature-box img {
			background-color: #fff;
			border: 1px solid #DFE5ED;
			padding: 2px;
			border-radius: 5px;
			opacity: 0.4;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}
		#features-page .features-section .feature-box:hover img {
			opacity: 1;
		}

		#features-page .features-section .feature-box h3 {
			margin: 15px 0 5px 0;
			font-size: 1em;
		}

		#features-page .features-section .feature-box p {
			font-size: 0.9em;
		}

	/*Responsive settings*/
	@media screen and (max-width: 850px) {
		#features-page .has-sticky-sidebar {
			display: block;
		}
		#features-page .sticky-sidebar {
			display: none;
		}
		#features-page .features-list {
			padding: 0;
			display: block;
			width: 100%;
		}
		/*Feature box*/
		#features-page .features-section .feature-box {
			margin-bottom: 30px;
			width: 100%;
		}
	}


	/*Features list grid system*/
	#features-page .grid-dynamic {
		margin: 0;
	}

		#features-page .grid-dynamic .column {
			padding: 0 20px;
		}

		/*Columns width settings*/
		#features-page .grid-dynamic .size-1of1 {
			width: 100%;
			padding: 0;
		}

		#features-page .grid-dynamic .size-1of2:first-of-type {
			width: 50%;
			padding-left: 0;
		}
		#features-page .grid-dynamic .size-1of2:last-of-type {
			width: 50%;
			padding-right: 0;
		}

		#features-page .grid-dynamic .size-1of3 {
			width: 33.333%;
			padding: 10px;
		}
		#features-page .grid-dynamic .size-1of3:first-of-type {
			padding-left: 0;
			padding-right: 20px;
		}
		#features-page .grid-dynamic .size-1of3:last-of-type {
			padding-right: 0;
			padding-left: 20px;
		}



/*////////////////////////////////////////////////////////////////////////////*/
/*Product overview components*/
/*////////////////////////////////////////////////////////////////////////////*/
/*TopSection menu*/
.product-topSection-menu-wrapper {
	background-color: #584AD9;
	min-height: 70px;
	height: 70px;
	max-height: 70px;
	overflow: hidden;
}

	.product-topSection-menu {
		-webkit-transform: translateZ(0);
		background-color: #584AD9;
		top: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		height: 70px;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0);
		-moz-box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0);
		box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0);
		-webkit-transition: box-shadow .15s ease;
		-moz-transition: box-shadow .15s ease;
		-o-transition: box-shadow 15s ease;
		transition: box-shadow .15s ease;
	}
	/*Fixed on scroll to*/
	.product-topSection-menu.fixed {
		position: fixed;
		top: 64px;
		z-index: 1000;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0.1);
		-moz-box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0.1);
		box-shadow: 0px 0px 50px 0px rgba(33, 39, 54, 0.1);
	}
	@media screen and (max-width: 800px) {
		.product-topSection-menu.fixed {
			top: 53px;
		}
	}

		/*content*/
		.product-topSection-menu .content {
			padding: 0 !important;
		}

		.product-topSection-menu .slick-slider {
			padding: 0 50px;
			overflow: hidden;
			max-width: 10000px;
			position: relative;
			display: block;
			-webkit-touch-callout: none;
			-khtml-user-select: none;
			-ms-touch-action: pan-y;
			touch-action: pan-y;
		}

		.product-topSection-menu .slick-list {
			max-width: 10000px;
			position: relative;
			display: block;
			overflow: hidden;
			margin: 0 50px !important;
			padding: 0 !important;
		}

		.product-topSection-menu .slick-list.dragging {
			cursor: hand;
		}

		.product-topSection-menu .slick-slider .slick-track,
		.product-topSection-menu .slick-slider .slick-list {
			max-width: 10000px;
			-webkit-transform: translate3d(0, 0, 0);
			-moz-transform: translate3d(0, 0, 0);
			-ms-transform: translate3d(0, 0, 0);
			-o-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}

		.product-topSection-menu .slick-track {
			position: relative;
			top: 0;
			left: 0;
			display: block;
		}

		.product-topSection-menu .slick-track:before,
		.product-topSection-menu .slick-track:after {
			display: table;
			content: '';
		}

		.product-topSection-menu .slick-track:after {
			clear: both;
		}

		.product-topSection-menu .slick-loading .slick-track {
			visibility: hidden;
		}

		.product-topSection-menu li {
			display: none;
			float: left;
			height: 100%;
			min-height: 1px;
			text-align: center;
		}

		.product-topSection-menu [dir='rtl'] li {
			float: right;
		}

		.product-topSection-menu .slick-initialized li {
			display: block;
			width: 25%;
		}

		.product-topSection-menu .slick-loading li {
			visibility: hidden;
		}

		.product-topSection-menu .slick-vertical li {
			display: block;
			height: auto;
			border: 1px solid transparent;
		}

		.product-topSection-menu .slick-arrow.slick-hidden {
			display: none;
		}

		.product-topSection-menu li a {
			padding: 24px 25px;
			width: 100%;
		}

		.product-topSection-menu li a:hover {
			background-color: #5D4EE6;
		}

		.product-topSection-menu li a.active,
		.product-topSection-menu li a.active:hover {
			color: #4E42C3;
			background-color: #fff;
			opacity: 1;
		}

		.product-topSection-menu li a i {
			width: 100%;
			font-size: 1.5em;
			display: none;
			margin-bottom: 10px;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}

		/*Coming soon links*/
		.product-topSection-menu li a.coming-soon {
			opacity: 1 !important;
			cursor: default !important;
		}

		.product-topSection-menu li a.coming-soon * {
			cursor: default !important;
		}

		.product-topSection-menu li a.coming-soon:hover {
			background-color: inherit;
			color: #F7C602;
		}

		.product-topSection-menu li a.coming-soon span {
			position: relative;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}

		.product-topSection-menu li a.coming-soon span:last-of-type {
			position: absolute;
			left: 0;
			right: 0;
			bottom: 5px;
			opacity: 0;
		}

		.product-topSection-menu li a.coming-soon:hover span:first-of-type {
			opacity: 0;
			font-size: 0;
		}

		.product-topSection-menu li a.coming-soon:hover span:last-of-type {
			bottom: 25px;
			opacity: 1;
		}

		/*slider navigation*/
		.product-topSection-menu button {
			color: #fff;
			background-color: transparent;
			position: absolute;
			top: 0;
			bottom: 0;
			height: 100%;
			border-radius: 0;
			margin: 0;
			opacity: 0.7;
			width: 50px;
		}

		.product-topSection-menu button:active:before {
			display: none;
		}

		.product-topSection-menu button:hover {
			opacity: 1;
		}

		.product-topSection-menu .slick-next {
			right: 15px;
		}
		.product-topSection-menu .slick-prev {
			left: 7px;
		}

		.product-topSection-menu button i {
			font-size: 2em;
		}

		.product-topSection-menu .slick-next i {
			right: 3px;
		}
		.product-topSection-menu .slick-prev i {
			right: 6px;
		}


/*============================================================================*/
/*products footer menu*/
.products-footer-wrapper {

}

	.products-footer-options {
		display: table;
		table-layout: fixed;
		width: 100%;
	}

		/*products wrappers*/
		.products-footer-options .product-box-wrapper {
			display: table-cell;
			width: 50%;
		}
		.products-footer-options .product-box-wrapper:first-of-type {
			padding-right: 10px;
		}
		.products-footer-options .product-box-wrapper:last-of-type {
			padding-left: 10px;
		}

		/*product box / option*/
		.products-footer-options .product-box {
			background-color: #fff;
			border: 1px solid #EBEFF2;
			border-radius: 5px;
			padding: 50px 100px 50px 50px;
			position: relative;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}
		.products-footer-options .product-box:hover {
			-webkit-box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
			-moz-box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
			box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
		}

		.products-footer-options .product-box:before {
			font-family: 'plutio-website';
			content: "\E00D";
			position: absolute;
			top: 40%;
			right: 40px;
			font-size: 2em;
			color: #959EAE;
			-webkit-transition: all .1s linear;
			-moz-transition: all .1s linear;
			-ms-transition: all .1s linear;
			-o-transition: all .1s linear;
			transition: all .1s linear;
		}
		.products-footer-options .product-box:hover:before {
			color: #4E42C3;
		}

		.products-footer-options .product-box h3 {
			font-size: 1.2em;
			margin-bottom: 10px;
		}


@media screen and (max-width: 800px) {
	.products-footer-options {
		display: block;
		width: 100%;
	}
	.products-footer-options .product-box-wrapper {
		display: block;
		width: 100%;
		padding: 0 !important;
	}
	.products-footer-options .product-box-wrapper:last-of-type {
		display: none;
	}
	.products-footer-options .product-box {
		padding: 25px 70px 25px 25px;
	}
	.products-footer-options .product-box:after {
		top: 35%;
		right: 20px;
	}
}


/*////////////////////////////////////////////////////////////////////////////*/
/*Products overview pages*/
/*VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV*/

/*============================================================================*/
/*Projects page*/
/*============================================================================*/
.productOverview-project .project-section1 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

	.productOverview-project .project-section1 .content-box {
		width: 590px;
	}

	.productOverview-project .project-section1 img {
		margin-bottom: -80px;
	}
	.productOverview-project .project-section1 .mobile-screenshot {
		display: none;
	}


@media screen and (max-width: 800px) {
	.productOverview-project .project-section1 {
		background-image: none !important;
	}
	.productOverview-project .project-section1 img {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 600px) {
	.productOverview-project .project-section1 .desktop-screenshot {
		display: none;
	}
	.productOverview-project .project-section1 .mobile-screenshot {
		display: block;
	}
}


/*----------------------------------------------------------------------------*/
.productOverview-project .project-section2 {
	background-color: #F2F5F9;
}


/*----------------------------------------------------------------------------*/
.productOverview-project .project-section3 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

	.productOverview-project .project-section3 .content {
		padding-bottom: 60px;
	}


@media screen and (max-width: 800px) {
	.productOverview-project .project-section3 {
		background-image: none !important;
	}
}


/*----------------------------------------------------------------------------*/
.productOverview-project .project-section4 {
	z-index: 2;
	background-color: #F2F5F9;
	overflow: hidden;
	position: relative;
}

	.productOverview-project .project-section4 .section-screenshot {

	}

		.productOverview-project .project-section4 .section-screenshot img {
			width: auto;
			margin: 0 auto;
			margin-bottom: -67px;
		}


.productOverview-project .project-section4-sub {
	z-index: 1;
	background-color: #E6EBF2;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom right;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
}

	.productOverview-project .project-section4-sub .content {
		margin-top: -80px;
	}

		.productOverview-project .project-section4-sub .item-image {
			-webkit-box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
			-moz-box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
			box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
		}

@media screen and (max-width: 800px) {
	.productOverview-project .project-section4 .section-screenshot img {
		margin-bottom: -0;
	}
	.productOverview-project .project-section4-sub {
		background-image: none !important;
	}
	.productOverview-project .project-section4-sub .content {
		margin-top: 0;
		padding-top: auto;
		padding-bottom: auto;
	}
}


/*----------------------------------------------------------------------------*/
.productOverview-project .project-section5 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

	.productOverview-project .project-section5 .content {
		padding-bottom: 0;
	}

@media screen and (max-width: 800px) {
	.productOverview-project .project-section5 {
		background-image: none !important;
	}
	.productOverview-project .project-section5 .content {
		padding-bottom: 50px;
	}
}


/*----------------------------------------------------------------------------*/
.productOverview-project .project-section6 {

}

	.productOverview-project .project-section6 .content {
		padding-top: 0;
	}

@media screen and (max-width: 1100px) {
	.productOverview-project .project-section6 .content {
		padding-top: 60px;
	}
}

@media screen and (max-width: 800px) {
	.productOverview-project .project-section6 .content {
		padding-top: 40px;
	}
}


/*----------------------------------------------------------------------------*/
.productOverview-project .project-section-integration {
	color: #fff;
	background-color: #584AD9;
	text-align: center;
}

	.productOverview-project .project-section-integration img {
		width: 600px;
		margin: -50px auto 0 auto;
	}

@media screen and (max-width: 800px) {
	.productOverview-project .project-section-integration .content-box {
		margin: 0 auto !important;
	}
	.productOverview-project .project-section-integration img {
		margin: -10px auto 0 auto;
	}
}


/*----------------------------------------------------------------------------*/
.productOverview-project .project-section7 .content {
	padding-top: 0;
}


/*============================================================================*/
/*Tasks page*/
/*============================================================================*/
.productOverview-tasks .tasks-section1 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

	.productOverview-tasks .tasks-section1 img {
		width: 415px;
		margin: 0 auto;
	}


/*----------------------------------------------------------------------------*/
.productOverview-tasks .tasks-section2 {
	background-color: #F2F5F9;
}


	.productOverview-tasks .tasks-section2 .section-screenshot img {
		position: relative;
    margin-bottom: -170px;
    top: -40px;
    width: 450px;
    margin: 0 auto -170px auto;
	}

	.productOverview-tasks .tasks-section2 .content {
		padding-top: 60px;
		padding-bottom: 60px;
	}

		.productOverview-tasks .tasks-section2 .item {
			display: inline-block;
			vertical-align: top;
			width: 48%;
			margin: 0;
		}
		.productOverview-tasks .tasks-section2 .item:nth-of-type(1) {
			padding-right: 15px;
			margin-bottom: 45px;
		}
		.productOverview-tasks .tasks-section2 .item:nth-of-type(2) {
			padding-left: 15px;
			margin-bottom: 45px;
		}
		.productOverview-tasks .tasks-section2 .item:nth-of-type(3) {
			padding-right: 15px;
		}
		.productOverview-tasks .tasks-section2 .item:nth-of-type(4) {
			padding-left: 15px
		}

			.productOverview-tasks .tasks-section2 .item-content {
				width: 100%;
				display: block;
			}

			.productOverview-tasks .tasks-section2 .item-uper-icon {
				font-size: 2.5em;
				padding-bottom: 20px;
				color: inherit;
			}


@media screen and (max-width: 860px) {
	.productOverview-tasks .tasks-section2 .content {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.productOverview-tasks .tasks-section2 .section-screenshot {
		display: none;
	}
}


/*----------------------------------------------------------------------------*/
.productOverview-tasks .tasks-section3 .content-box {
	width: 400px;
	margin: 0 auto;
}


/*============================================================================*/
/*People page*/
/*============================================================================*/
.productOverview-people .people-section1 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left bottom;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}


/*----------------------------------------------------------------------------*/
.productOverview-people .people-section2 {
	background-color: #F2F5F9;
}

	.productOverview-people .people-section2 .content {
		padding-bottom: 25px;
	}

	.productOverview-people .people-section2 .section-screenshot {
		padding-bottom: 100px;
	}
	.productOverview-people .people-section2 .mobile-screenshot {
		display: none;
	}
	@media screen and (max-width: 800px) {
		.productOverview-people .people-section2 .desktop-screenshot {
			display: none;
		}
		.productOverview-people .people-section2 .mobile-screenshot {
			display: block;
		}
	}


/*----------------------------------------------------------------------------*/
.productOverview-people .people-section3 {

}

	.productOverview-people .people-section3 .content {
		padding-top: 0;
	}

	.productOverview-people .people-section3 .items-layout {
    margin-top: -65px;
	}

		.productOverview-people .people-section3 .item-image {
			border-radius: 5px;
			border: 5px solid #fff;
			-webkit-box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
			-moz-box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
			box-shadow: 0px 0px 40px 0px rgba(33, 39, 54, 0.04);
		}



/*============================================================================*/
/*Collaboration page*/
/*============================================================================*/
.productOverview-collaboration .collaboration-section1 {

}


/*----------------------------------------------------------------------------*/
.productOverview-collaboration .collaboration-section2 {
	background-color: #F2F5F9;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

/*----------------------------------------------------------------------------*/
.productOverview-collaboration .collaboration-section3 {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}



/*============================================================================*/
/*introduction section*/
#product-tour.pt-overview .introduction{
	background-image: url('../images/product/tour/strips-background-cover1.png');
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

#product-tour.pt-overview .introduction .content-box {
	width: 460px;
}




/*============================================================================*/
/*sidebar section*/
#product-tour.pt-overview .sidebar-section {
	background-color: #F2F5F9;
	background-size: 1058px;
	background-position: center 478px;
	background-repeat: no-repeat;
}

#product-tour.pt-overview .sidebar-section .content {
	padding-bottom: 0;
	text-align: center;
}

#product-tour.pt-overview .sidebar-section img {
	margin: 0 auto;
	width: 850px;
}

@media screen and (max-width: 780px) {
	#product-tour.pt-overview .sidebar-section {
		background-size: 800px;
		background-position: center 230px;
	}
	#product-tour.pt-overview .sidebar-section .content {
		text-align: left;
	}
}

@media screen and (max-width: 600px) {
	#product-tour.pt-overview .sidebar-section {
		background-size: 600px;
		background-position: center 230px;
	}
}

@media screen and (max-width: 490px) {
	#product-tour.pt-overview .sidebar-section {
		background-size: 500px;
		background-position: center 230px;
	}
}

/*============================================================================*/
/*sidebar boxes*/
#product-tour.pt-overview .sidebar-boxes-section {
	background-color: #E6EBF2;
}

#product-tour.pt-overview .sidebar-boxes-section .content {
	padding-top: 0;
	width: 970px;
	margin: 0 auto;
}

#product-tour.pt-overview .sidebar-boxes-section .boxes {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
	top: -25px;
	margin-bottom: -50px;
}

#product-tour.pt-overview .sidebar-boxes-section .boxes .box {
	display: table-cell;
	vertical-align: top;
	text-align: center;
	padding: 0 20px;
}

#product-tour.pt-overview .sidebar-boxes-section .boxes .box i {
	font-size: 2.15em;
	background-color: #fff;
	border: 7px solid #E6EBF2;
	padding: 25px;
	border-radius: 100px;
}

#product-tour.pt-overview .sidebar-boxes-section .boxes .box h3 {
	margin: 10px 0;
}

#product-tour.pt-overview .sidebar-boxes-section .boxes .box p {}

@media screen and (max-width: 800px) {
	#product-tour.pt-overview .sidebar-boxes-section .boxes {
		display: block;
		top: -30px;
	}
	#product-tour.pt-overview .sidebar-boxes-section .boxes .box {
		display: block;
		text-align: center;
		padding: 0;
		margin-bottom: 30px;
	}
}

/*============================================================================*/
/*integration section*/
#product-tour.pt-overview .integration-section {
	background-color: #4E42C3;
	text-align: center;
}

#product-tour.pt-overview .integration-section img {
	width: 600px;
	margin: -50px auto 0 auto;
}

#product-tour.pt-overview .integration-section h2 {
	color: #fff;
}

#product-tour.pt-overview .integration-section p {
	color: #fff;
}

@media screen and (max-width: 800px) {
	#product-tour.pt-overview .integration-section img {
		margin: -10px auto 0 auto;
	}
}


/*////////////////////////////////////////////////////////////////////////////*/
/*Brand Page*/
/*////////////////////////////////////////////////////////////////////////////*/
#brand-page .brand-materials {
	width: 1000px;
}

#brand-page .brand-materials .brand-logos {
	display: table;
	text-align: center;
	width: 100%;
}

#brand-page .brand-materials .brand-logos-first-set {
	margin-bottom: 20px;
}

/*logos box container*/
#brand-page .brand-materials .brand-logos > div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

#brand-page .brand-materials .brand-logos > div:first-of-type {
	padding-left: 0;
}

#brand-page .brand-materials .brand-logos > div:last-of-type {
	padding-right: 0;
}

/*logo download link*/
#brand-page .brand-materials .brand-logos > div a {
	padding: 2px;
	border-radius: 5px;
	border: 2px solid #EBEFF2;
	display: table-cell;
	text-align: center;
	height: 158px;
	cursor: pointer;
}

/*symbol logos*/
#brand-page .brand-materials .brand-logos > div.small-logo a {
	width: 400px;
}

/*inverted logos*/
#brand-page .brand-materials .brand-logos > div.inverted-logo a span {
	background-color: #4E42C3;
}

#brand-page .brand-materials .brand-logos > div.inverted-logo a span {
	display: table-cell;
	vertical-align: middle;
	border-radius: 4px;
	height: 158px;
}

/*logo images*/
#brand-page .brand-materials .brand-logos > div a img {
	width: 65%;
	margin: 0 auto;
	padding: 25px 0;
}

@media screen and (max-width: 800px) {
	/*logo download link*/
	#brand-page .brand-materials .brand-logos > div a,
	#brand-page .brand-materials .brand-logos > div.inverted-logo a span {
		height: 100px;
	}
	/*logo symbols*/
	#brand-page .brand-materials .brand-logos > div.small-logo a {
		width: 480px;
	}
	/*logo images*/
	#brand-page .brand-materials .brand-logos > div a img {
		padding: 0;
	}
}

@media screen and (max-width: 650px) {
	/*logos box container*/
	#brand-page .brand-materials .brand-logos > div {
		display: block;
		width: 100%;
		padding: 0;
		margin-bottom: 2px;
	}
	/*small logos*/
	#brand-page .brand-materials .brand-logos > .small-logo {
		float: left;
		width: 33.33%;
	}
	/*logo download link*/
	#brand-page .brand-materials .brand-logos > div a {
		height: 100px;
	}
	/*logo types and sizes*/
	#brand-page .brand-materials .brand-logos > div.small-logo a {
		width: 100%;
	}
	#brand-page .brand-materials .brand-logos > div.inverted-logo a span {
		height: 92px;
	}
	/*logo images*/
	#brand-page .brand-materials .brand-logos > div a img {
		padding: 20px 0;
	}
}

/*============================================================================*/
/*brand colours*/
#brand-page .brand-materials .brand-colours {
	margin-top: 50px;
	display: table;
	width: 100%;
	table-layout: fixed;
}

/*paltes*/
#brand-page .brand-materials .brand-colours .colour-plate {
	display: table-cell;
	height: 130px;
	border-right: 1px solid #fff;
	position: relative;
}

#brand-page .brand-materials .brand-colours .colour-plate:first-of-type {
	border-radius: 5px 0 0 5px;
}

#brand-page .brand-materials .brand-colours .colour-plate:last-of-type {
	border-radius: 0 5px 5px 0;
	border-right: none;
}

#brand-page .brand-materials .brand-colours .colour-plate p {
	color: #fff;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

/*colours*/
#brand-page .brand-materials .brand-colours .colour-plate.colour-primary {
	background-color: #4E42C3;
}

#brand-page .brand-materials .brand-colours .colour-plate.colour-secondary {
	background-color: #3285FA;
}

#brand-page .brand-materials .brand-colours .colour-plate.colour-extra {
	background-color: #00D0FF;
}

#brand-page .brand-materials .brand-colours .colour-plate.colour-dark {
	background-color: #272F41;
}

@media screen and (max-width: 800px) {
	#brand-page .brand-materials .brand-colours {
		margin-top: 30px;
	}
	#brand-page .brand-materials .brand-colours .colour-plate p {
		font-size: 0.8em;
	}
}

@media screen and (max-width: 500px) {
	#brand-page .brand-materials .brand-colours .colour-plate p {
		font-size: 0.57em;
		bottom: 7px;
		left: 7px;
	}
}

/*============================================================================*/
/*brand screenshots*/
#brand-page .brand-screenshots {
	background-color: #F2F5F9;
}

#brand-page .brand-screenshots .grid .column {
	padding: 0 10px;
}

#brand-page .brand-screenshots a {
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 5px;
}

#brand-page .brand-screenshots a img {
	padding: 7px;
}

/*============================================================================*/
/*brand help section*/
#brand-page .brand-help {
	text-align: center;
}

#brand-page .brand-help p {
	font-size: 1.4em;
}



/*////////////////////////////////////////////////////////////////////////////*/
/*About page*/
/*////////////////////////////////////////////////////////////////////////////*/
#about-page .topSection .topSection-box p {
	width: 550px;
}

	#about-page .topSection .icon-hand-wave {
		color: #F7B563;
		font-size: 1.2em;
		top: -4px;
		animation-name: about-topsection-handwave-animation;
		animation-duration: 0.8s;
		animation-fill-mode: forwards;
		animation-iteration-count: 6;
	}

	@keyframes about-topsection-handwave-animation {
		0% {
			-webkit-transform: rotate(-10deg);
			-moz-transform: rotate(-10deg);
			-o-transform: rotate(-10deg);
			-ms-transform: rotate(-10deg);
			transform: rotate(-10deg);
		}
		50% {
			-webkit-transform: rotate(10deg);
			-moz-transform: rotate(10deg);
			-o-transform: rotate(10deg);
			-ms-transform: rotate(10deg);
			transform: rotate(10deg);
		}
		100% {
			-webkit-transform: rotate(-10deg);
			-moz-transform: rotate(-10deg);
			-o-transform: rotate(-10deg);
			-ms-transform: rotate(-10deg);
			transform: rotate(-10deg);
		}
	}
	@-webkit-keyframes about-topsection-handwave-animation  {
		0% {
			-webkit-transform: rotate(-10deg);
			-moz-transform: rotate(-10deg);
			-o-transform: rotate(-10deg);
			-ms-transform: rotate(-10deg);
			transform: rotate(-10deg);
		}
		50% {
			-webkit-transform: rotate(10deg);
			-moz-transform: rotate(10deg);
			-o-transform: rotate(10deg);
			-ms-transform: rotate(10deg);
			transform: rotate(10deg);
		}
		100% {
			-webkit-transform: rotate(-10deg);
			-moz-transform: rotate(-10deg);
			-o-transform: rotate(-10deg);
			-ms-transform: rotate(-10deg);
			transform: rotate(-10deg);
		}
	}


/*============================================================================*/
/*Team section*/
#about-page .team-section {
	background-color: #F2F5F9;
	background-image: url(../images/about/about-team-cover.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
}

#about-page .team-section {
	text-align: center;
}

	#about-page .team-member {
		background-color: #272F41;
		position: relative;
		display: inline-block;
		width: 200px;
    height: 250px;
    border-radius: 10px;
		transition: all 0.1s linear;
		box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
		margin: 15px 15px 60px 15px;
	}

		#about-page .team-member-image {
			border-radius: 9px;
			background-size: cover;
			background-attachment: scroll;
			background-repeat: no-repeat;
			background-position: center center;
			position: absolute;
			top: 0; left: 0;
			right: 0; bottom: 0;
			transition: all 0.1s linear;
		}

		#about-page .team-member-info {
			color: #fff;
			background-color: #4E42C3;
			border-radius: 5px;
			text-align: center;
			margin: 15px;
			padding: 15px 15px;
			font-size: 0.9em;
	    position: absolute;
			bottom: -50px;
	    left: 0;
	    right: 0;
			transition: all 0.1s linear;
		}

			#about-page .team-member-name {
			}

			#about-page .team-member-title {
				font-size: 0.85em;
				margin-top: 5px;
			}


	#about-page .team-member:hover {
	}

		#about-page .team-member:hover .team-member-image {
			opacity: 0.8;
		}

		#about-page .team-member:hover .team-member-info {
			box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
			bottom: -48px;
			opacity: 1;
		}


/*Responsive settings*/
@media screen and (max-width: 900px) {
	#about-page .story-sections .sectionA {
		bottom: -20px;
	}
}


/*============================================================================*/
/*Story section*/
#about-page .story-section {
	background-image: url(../images/about/about-story-cover.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top right;
	position: relative;
}

	#about-page .story-sections {
		display: table;
		direction: rtl;
	}

		#about-page .story-sections .sectionA {
			position: relative;
			display: table-cell;
			vertical-align: middle;
			width: 550px;
		}

		#about-page .story-sections .sectionB {
			display: table-cell;
			vertical-align: middle;
			direction: ltr;
		}

			#about-page .story-sections h2 {
				font-weight: bold;
				color: #8B97AD;
				text-transform: uppercase;
				margin-bottom: 20px;
			}

			#about-page .story-sections .signature {
				width: 100px;
		    position: relative;
		    top: 15px;
		    left: -10px;
			}


/*Responsive settings*/
@media screen and (max-width: 1130px) {
	#about-page .story-sections .sectionA {
		bottom: -20px;
	}
}
@media screen and (max-width: 900px) {
	#about-page .story-section:after {
		background-position: bottom left;
	}

		#about-page .story-sections {
			display: block;
		}

			#about-page .story-sections .sectionA {
				display: block;
				width: 500px;
				bottom: 0;
				margin: -60px auto 0 auto;
			}

			#about-page .story-sections .sectionB {
				display: block;
				margin-top: 70px;
			}
}


/*////////////////////////////////////////////////////////////////////////////*/
/*Brand page*/
/*////////////////////////////////////////////////////////////////////////////*/
#brand-page {}


/*////////////////////////////////////////////////////////////////////////////*/
/*Downloads page*/
/*////////////////////////////////////////////////////////////////////////////*/
.download-section-wrapper .content {
	padding-bottom: 10px;
}

/*Download section*/
.download-section {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	text-align: center;
}

	/*Download sections*/
	.download-section .desktop-section {
    border-right: 1px solid #E6ECF0;
		display: table-cell;
		vertical-align: top;
		padding-right: 50px;
	}
	.download-section .mobile-section {
		display: table-cell;
		vertical-align: top;
		padding-left: 50px;
	}

		/*Download section elements*/
		.download-section h2 {
			color: #8B97AD;
			font-weight: bold;
			font-size: 2em;
			text-transform: uppercase;
		}

		/*Download links section*/
		.download-links-container {
			margin-top: 20px;
		}

			.download-links-container .button-container {
				display: block;
				margin-bottom: 10px;
			}

				.download-links-container .button-container a {
					color: inherit;
					border: 2px solid #E6ECF0;
			    background-color: #fff;
			    width: 340px;
				}
				.download-links-container .button-container a:hover {
					color: #4E42C3;
					border: 2px solid #4E42C3;
				}

		/*go to dekstop message for dekstop apps when on mobile*/
		.desktop-downloadlinks-on-mobile-messege {
			display: none;
			text-align: center;
			width: 300px;
			margin: 50px auto 0 auto;
		}


/*responsive settings*/
@media screen and (max-width: 800px) {
	.download-section {
		display: block;
		max-width: 100%;
	}
		/*Download sections*/
		.download-section .desktop-section {
			display: none;
		}
		.download-section .mobile-section {
			display: block;
			padding: 0;
		}

		.desktop-downloadlinks-on-mobile-messege {
			display: block;
		}
}


/*Downloads page > graphic section just above the footer*/
.download-page-graphics {
	background-image: url(../images/downloads/download-page-graphics-cover.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: bottom center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	.download-page-graphics img {
		width: 800px;
		margin: 0 auto;
	}


/*////////////////////////////////////////////////////////////////////////////*/
/*Landing pages*/
/*////////////////////////////////////////////////////////////////////////////*/
/*Project files management landing page*/
.landing-project-files-management .topSection {

}

	.landing-project-files-management .topSection .image-wrapper {
		margin: 0 auto;
		height: 145px;
		padding-top: 30px;
		pointer-events: none;
	}

		.landing-project-files-management .topSection .image-wrapper img {
			width: auto;
			margin: 0 auto;
		}

.landing-project-files-management .header-cta-banner {
	background-color: #473CB3;
	padding: 90px 20px 40px 20px;
	text-align: center;
}

	.landing-project-files-management .header-cta-banner .button {
		padding: 17px 23px;
    font-weight: bold;
		-webkit-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 90px 0px rgba(0, 0, 0, 0.2);
	}


.landing-project-files-management .items-layout {

}

	.landing-project-files-management .items-layout .item span {
		position: absolute;
    font-size: 5em;
    color: #8B97AD;
    font-weight: bold;
    opacity: 0.2;
    top: 50px;
	}


.landing-project-files-management .products-footer-wrapper {
	border-top: 1px solid #EBEFF2;

}



/*============================================================================*/
/**/






/*////////////////////////////////////////////////////////////////////////////*/
/*Updates and roadmap pages*/
/*////////////////////////////////////////////////////////////////////////////*/
#updates .updates-timeline-container {}

#updates .timeline {
	position: relative;
}

#updates .timeline:after {
	content: "";
	border-right: 2px solid #EBEFF2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
}

/*whats next block*/
#updates .timeline .timeline-finish-block {
	color: #fff;
	background-color: #F2F5F9;
	border-radius: 5px;
	padding: 15px;
	max-width: 300px;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 0.95em;
	position: relative;
	z-index: 1;
}

/*timeline blocks*/
#updates .timeline-block {
	position: relative;
	margin-right: 50%;
	margin-bottom: 40px;
	padding-right: 20px;
}

/*block content*/
#updates .timeline-block .timeline-block-content {
	padding: 30px;
	border-radius: 5px;
	background-color: #F2F5F9;
}

#updates .timeline-block .timeline-block-content:after {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #F2F5F9;
	border-radius: 100px;
	position: absolute;
	top: 42%;
	right: -9px;
	z-index: 1;
}

#updates .timeline-block .timeline-block-content .timeline-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
}

#updates .timeline-block .timestamp {
	position: absolute;
	top: 42%;
	right: -147px;
	white-space: nowrap;
	font-size: 0.9em;
}

/*right side block*/
#updates .timeline-block.right-block {
	position: relative;
	margin-left: 50%;
	margin-right: 0;
	padding-right: 0;
	padding-left: 20px;
}

#updates .timeline-block.right-block .timeline-block-content:after {
	left: -7px;
	right: auto;
}

#updates .timeline-block.right-block .timestamp {
	right: auto;
	left: -147px;
}

/*start block*/
#updates .timeline-start-block {
	padding: 7px 0 0 0;
	margin: 0 auto;
	z-index: 1;
	text-align: center;
	width: 350px;
}

#updates .timeline-start-block .timeline-block-content:after {
	top: 0;
	right: 0;
	left: 2px;
	margin: 0 auto;
	z-index: 1;
}

#updates .timeline-start-block .timestamp {
	position: relative;
	left: 0;
	right: 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
	#updates .timeline-block .timeline-block-content {
		padding: 15px;
		font-size: 0.92em;
	}
	#updates .timeline-block .timestamp {
		font-size: 0.8em;
		right: -135px;
	}
	#updates .timeline-block.right-block .timestamp {
		left: -135px;
	}
	/*custom block backgrounds / scenes*/
	#updates .timeline-sence .timeline-sence-stage {
		display: none;
	}
}




/*////////////////////////////////////////////////////////////////////////////*/
/*Legal pages*/
/*////////////////////////////////////////////////////////////////////////////*/
.legal-page .legal-page-content {
	width: 700px;
}

.legal-page h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*404 Error page*/
/*////////////////////////////////////////////////////////////////////////////*/
#error404 .topSection {
	background-repeat: no-repeat;
	background-position: center center;
}

#error404 h1 {
	font-size: 1.5em;
}

#error404 .icon-smiley-thinking {
	margin-left: 5px;
	font-size: 1.2em;
	top: -1px;
}

#error404 h2 {
	font-size: 2.5em;
	margin-bottom: 20px;
}

#error404 .button {
	margin-top: 30px;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*FOOTER*/
/*////////////////////////////////////////////////////////////////////////////*/
#footer {
	color: #97A2B0;
	background-color: #272F41;
	font-size: 0.9em;
	line-height: 1.5;
}

	/*Footer content container*/
	#footer .content {
		text-align: center;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	/*Links*/
		#footer .content a:hover,
		#footer .content a.active {
			opacity: 0.6;
		}

	/*Menus*/
	#footer .content .footer-menus {
		display: table;
		margin: 0 auto;
	}

		#footer .content .footer-menus > ul {
			display: table-cell;
			text-align: left;
			padding: 0 60px;
		}

			#footer .content .footer-menus > ul li {
				display: block;
			}

				/*Menu name*/
				#footer .content .footer-menus > ul li p {
					font-weight: bold;
					text-transform: uppercase;
				}

				/*Links*/
				#footer .content .footer-menus > ul li a {
					padding: 5px 0;
				}


	/*Plutio footer logo*/
	#footer .content .footer-menus > ul.logo {
		padding: 0 30px 0 50px;
		vertical-align: middle;
		font-size: 6em;
		line-height: 0;
		height: 0;
	}

	#footer .content .footer-menus > ul.logo:hover i {
		-webkit-transition: all .15s ease;
		-moz-transition: all .15s ease;
		-o-transition: all .15s ease;
		transition: all .15s ease;
	}

	#footer .content .footer-menus > ul.logo .icon-plutio-symbol {
		position: absolute;
		left: 0;
		top: 4px;
		opacity: 0;
	}

	#footer .content .footer-menus > ul.logo a:hover .icon-plutio-symbol-outlined {
		opacity: 0;
	}

	#footer .content .footer-menus > ul.logo a:hover .icon-plutio-symbol,
	#footer .content .footer-menus > ul.logo a:hover {
		opacity: 1;
	}

	/*social media links*/
	#footer .content .footer-menus > ul li.footer-social-links {
		display: block;
		padding-top: 13px;
	}

	#footer .content .footer-menus > ul li.footer-social-links a {
		display: inline-block;
		font-size: 1.28em;
		padding: 0 5px;
	}

	#footer .content .footer-menus > ul li.footer-social-links a:first-of-type {
		padding-left: 0;
	}

	/*additional links - very bottom of footer*/
	#footer .additional-links {
		background-color: #232A3B;
	}

		#footer .additional-links .content {
			padding-top: 15px;
			padding-bottom: 15px;
			opacity: 0.7;
		}

			#footer .additional-links .content a {
				padding: 5px 10px;
			}


/*Responsive settings*/
@media screen and (max-width: 900px) {
	#footer .content .footer-menus > ul.logo {
		position: relative;
		height: 100%;
		padding: 0;
		font-size: 4em;
	}
}

@media screen and (max-width: 800px) {
	#footer {
		font-size: 1em;
	}
	/*Menus*/
	#footer .content .footer-menus {
		width: 100%;
		padding-left: 0;
	}
	#footer .content .footer-menus > ul.logo {
		position: relative;
		height: 100%;
		padding: 0 0 20px 0;
		font-size: 4em;
	}
	#footer .content .footer-menus > ul {
		display: block;
		text-align: center;
		padding: 0;
	}
	#footer .content .footer-menus > ul.hide-on-mobile {
		display: none;
	}
	/*Links*/
	#footer .content .footer-menus > ul li a {
		padding: 4px 0;
	}
	#footer .content .footer-menus > ul li.footer-social-links {
		margin-left: 13px;
	}
	#footer .content .footer-menus > ul li.footer-social-links a {
		font-size: 1.5em;
		padding: 0 7px;
	}

	/*additional links - very bottom of footer*/
	#footer .additional-links {
		display: none;
	}
}



/*////////////////////////////////////////////////////////////////////////////*/
/*PRE-SET COMMANDS*/
/*////////////////////////////////////////////////////////////////////////////*/
.hide,
.show-under800px,
.show-under500px {
	display: none;
}

.show {
	display: block;
}

/*Show under 800px*/
@media screen and (max-width: 800px) {
	.show-under800px {
		display: block;
	}
	.hide-under800px {
		display: none;
	}
}

/*Show under 500px*/
@media screen and (max-width: 500px) {
	.show-under500px {
		display: block;
	}
	.hide-under500px {
		display: none;
	}
}

/*----------------------------------------------------------------------------*/
/*Dividers*/
hr {
	width: 100%;
	margin: 15px 0;
	border-top: 1px solid #EBEFF2;
	display: block;
}

/*Dashed dividers*/
hr.hr-dashed {
	border-top: 1px dashed #EBEFF2;
}

/*Hidden dividers*/
hr.hr-hidden {
	opacity: 0;
	visibility: hidden;
}

/*Dividers within menus*/
ul hr {
	border-top: 1px solid #EBEFF2;
	margin: 1px 0;
}

/*Pre-set heights*/
hr.hr-height-10px {
	margin: 5px 0;
}

/*Responsive settings*/
@media screen and (max-width: 860px) {
	hr {
		margin: 10px 0;
	}
}

/*Horizontal and vertcial spacers*/
pre.x-spacer {
	width: 1px;
	padding: 0 5px;
}

pre.y-spacer {
	height: 1px;
	padding: 5px 0;
}

/*Text aligners*/
.text-align-left {
	text-align: left;
}

.text-align-right {
	text-align: right;
}

.text-align-centred {
	text-align: center;
}

.text-align-justified {
	text-align: justify;
}

/*Vertical aligners*/
.vertical-align-top {
	vertical-align: top;
}

.vertical-align-top-all > * {
	vertical-align: top;
}

.vertical-align-middle {
	vertical-align: middle;
}

.vertical-align-middle-all > * {
	vertical-align: top;
}

.vertical-align-bottom {
	vertical-align: bottom;
}

.vertical-align-bottom-all > * {
	vertical-align: top;
}


/*padding amenders*/
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}


/*Object positioners*/
.center {
	margin: 0 auto;
}

/*Background cover*/
.background-cover {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.background-image {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

/*Fade-in aniamtion*/
.fadeIn,
.fadeIn-one,
.fadeIn-two,
.fadeIn-three {
	opacity: 0;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*GLOBAL DISABLED SETTINGS*/
/*////////////////////////////////////////////////////////////////////////////*/
.disabled, :disabled {
	pointer-events: none;
	filter: alpha(opacity = 70) !important;
	opacity: .7 !important;
}

.active, .active * {
	cursor: default;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*Icons*/
/*////////////////////////////////////////////////////////////////////////////*/
i, .icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	top: 0;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-backface-visibility: visible;
	-webkit-touch-callout: none;
}

i.icon {
	color: #fff;
	background-color: #4E596B;
	border-radius: 5px;
	padding: 5px;
	margin: 2px 0;
	display: inline-block;
	vertical-align: middle;
	line-height: 100%;
}

i.icon:only-child {
	margin: 0;
}

/*Icons inline with text*/
p > i:before {
	margin-top: -2px;
	line-height: 100%;
}

/*Icon appenders*/
.left-side-icon {
	margin-right: 10px;
}

.right-side-icon {
	margin-left: 10px;
}

/*Essential icons set*/
@charset "UTF-8";

@font-face {
	font-family: "plutio-website";
	src: url("../elements/icons/plutio-website.eot");
	src: url("../elements/icons/plutio-website.eot?#iefix") format("embedded-opentype"), url("../elements/icons/plutio-website.woff") format("woff"), url("../elements/icons/plutio-website.ttf") format("truetype"), url("../elements/icons/plutio-website.svg#plutio-website") format("svg");
	font-weight: normal;
	font-style: normal;
}


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

[class^="icon-"]:before,
[class*=" icon-"]:before,
[data-icon]:before {
	font-family: "plutio-website" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	text-decoration: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: auto !important;
	display: block;
	speak: none;
	padding: 1px !important;
}

.icon-checkmark:before {
  content: "\e000";
}
.icon-envelope:before {
  content: "\e002";
}
.icon-angellist:before {
  content: "\e003";
}
.icon-news:before {
  content: "\e004";
}
.icon-heart:before {
  content: "\e005";
}
.icon-phone:before {
  content: "\e006";
}
.icon-at-address:before {
  content: "\e007";
}
.icon-clock:before {
  content: "\e008";
}
.icon-thumbs-up:before {
  content: "\e009";
}
.icon-megaphone:before {
  content: "\e00a";
}
.icon-check-circle:before {
  content: "\e00b";
}
.icon-chevron-left:before {
  content: "\e00c";
}
.icon-chevron-right:before {
  content: "\e00d";
}
.icon-chevron-down:before {
  content: "\e00e";
}
.icon-chevron-up:before {
  content: "\e00f";
}
.icon-toolbox:before {
  content: "\e010";
}
.icon-group-chat:before {
  content: "\e012";
}
.icon-phone-book:before {
  content: "\e013";
}
.icon-cog-check:before {
  content: "\e014";
}
.icon-eye:before {
  content: "\e015";
}
.icon-euro-increase:before {
  content: "\e016";
}
.icon-task-check:before {
  content: "\e017";
}
.icon-receipt:before {
  content: "\e018";
}
.icon-navigation-drawer:before {
  content: "\e019";
}
.icon-close:before {
  content: "\e01a";
}
.icon-bubble-chat-graph:before {
  content: "\e01b";
}
.icon-computer-chip:before {
  content: "\e01c";
}
.icon-file-check:before {
  content: "\e01d";
}
.icon-note:before {
  content: "\e01f";
}
.icon-business-hierarchy:before {
  content: "\e020";
}
.icon-lock-closed:before {
  content: "\e021";
}
.icon-id-card:before {
  content: "\e022";
}
.icon-search:before {
  content: "\e023";
}
.icon-color-palette:before {
  content: "\e024";
}
.icon-settings-panel:before {
  content: "\e025";
}
.icon-alarm-clock:before {
  content: "\e028";
}
.icon-doc-upload:before {
  content: "\e02a";
}
.icon-loop-infinite:before {
  content: "\e02b";
}
.icon-stacked-lines-shifted:before {
  content: "\e02c";
}
.icon-flag-square:before {
  content: "\e02d";
}
.icon-add-circle:before {
  content: "\e02e";
}
.icon-cloud-refresh:before {
  content: "\e02f";
}
.icon-binoculars:before {
  content: "\e030";
}
.icon-googleplus:before {
  content: "\e032";
}
.icon-facebook:before {
  content: "\e033";
}
.icon-instagram:before {
  content: "\e034";
}
.icon-linkedin:before {
  content: "\e035";
}
.icon-twitter:before {
  content: "\e036";
}
.icon-youtube:before {
  content: "\e037";
}
.icon-pinterest:before {
  content: "\e038";
}
.icon-minus:before {
  content: "\e039";
}
.icon-plus:before {
  content: "\e03a";
}
.icon-plutio-symbol:before {
  content: "\e01e";
}
.icon-plutio:before {
  content: "\e03b";
}
.icon-plutio-symbol-outlined:before {
  content: "\e03c";
}
.icon-quote-left:before {
  content: "\e03e";
}
.icon-quote-right:before {
  content: "\e03f";
}
.icon-hand-wave:before {
  content: "\e026";
}
.icon-user-sync:before {
  content: "\e027";
}
.icon-user-arrows:before {
  content: "\e03d";
}
.icon-user-group:before {
  content: "\e031";
}
.icon-smiley-smirk-glasses:before {
  content: "\e040";
}
.icon-picture-streamline:before {
  content: "\e041";
}
.icon-cursor-choose:before {
  content: "\e042";
}
.icon-stopwatch:before {
  content: "\e044";
}
.icon-calendar:before {
  content: "\e011";
}
.icon-calendar-filled:before {
  content: "\e029";
}
.icon-check-double:before {
  content: "\e043";
}
.icon-signal-person:before {
  content: "\e045";
}
.icon-bubble-chat-list:before {
  content: "\e046";
}
.icon-pictures:before {
  content: "\e047";
}
.icon-text-stack:before {
  content: "\e048";
}
.icon-bubble-chat-refresh:before {
  content: "\e049";
}
.icon-cursor-hand:before {
  content: "\e04a";
}
.icon-filter:before {
  content: "\e04b";
}
.icon-task-add:before {
  content: "\e04c";
}
.icon-link:before {
  content: "\e04d";
}
.icon-smiley-thinking:before {
  content: "\e001";
}
.icon-lightbulb:before {
  content: "\e04e";
}
.icon-smiley-smirk:before {
  content: "\e04f";
}
.icon-smiley-smile:before {
  content: "\e050";
}
.icon-tags:before {
  content: "\e051";
}
.icon-exclamation-mark:before {
  content: "\e052";
}
.icon-folder-files:before {
  content: "\e053";
}
.icon-email-envelope:before {
  content: "\e054";
}
.icon-pencil:before {
  content: "\e055";
}
.icon-underline-bend:before {
  content: "\e056";
}



/*////////////////////////////////////////////////////////////////////////////*/
/*PRINT SETTINGS*/
/*////////////////////////////////////////////////////////////////////////////*/
@media print {
	body {
		color: #000;
		background-color: #fff;
		background: none;
		font-family: arial, georgia, serif;
	}
	#page {
		background-color: #fff;
		background: none;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#header, #secondHeader, #footer {
		display: none;
	}
	a:after {
		content: " [" attr(href) "] ";
	}
}




.calendly-overlay {
	z-index: 10000000000 !important;
	background-color: #4E42C3 !important;
}


.vex.vex-theme-default {
	    z-index: 10000;
}

#typeform-wrapper img {
	width: auto;
}
