*, *:before, *:after {
	box-sizing: border-box;
}


/* Custom Css */



.row {
	margin-left: -15px;
	margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float:left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float:left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 1280px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float:left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
img {
	vertical-align: middle;
	max-width: 100%;
}
.content-wrapper,
.dnd-section > .row-fluid {
	margin: 0 auto;
	padding: 0 15px;
}
.dnd-section .dnd-column {
	padding: 0 15px;
}
.dnd-section[class*="-force-full"]>.row-fluid {
	padding-left:0;
	padding-right:0;
}
.dnd-section[class*="-force-full"]{
	padding:0;	
}
.dnd-section[class*="-force-full"] .dnd-column,
.dnd-section[class*="-force-full"] .dnd-column{
	padding: 0;
}
.banner-section .dnd-section>  .row-fluid {
	padding-left: 0;
	padding-right: 0;
}
.banner-area .dnd-section {
	padding: 0;
}
@font-face { 
	font-family: "FontAwesome"; 
	src: url(https://www.orbitpack.com/hubfs/raw_assets/public/Orbitpack_February2023/fonts/fontawesome-webfont3e6e.woff) format("woff"), 
		url(https://www.orbitpack.com/hubfs/raw_assets/public/Orbitpack_February2023/fonts/fontawesome-webfont3e6e.ttf) format("truetype"); 
	font-style: normal; 
	font-weight: normal; 
}

@font-face { 
	font-family: "icomoon"; 
	src:url(https://www.orbitpack.com/hubfs/raw_assets/public/Orbitpack_February2023/fonts/icomoon27ca.ttf) format("truetype"), 
		url(https://www.orbitpack.com/hubfs/raw_assets/public/Orbitpack_February2023/fonts/icomoon27ca.woff) format("woff"), 
		url(https://www.orbitpack.com/hubfs/raw_assets/public/Orbitpack_February2023/fonts/icomoon27ca.svg) format("svg");
	font-style: normal; 
	font-weight: normal; 
} 
body {
	line-height:1.875;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
	word-break: break-all;
}

/* Paragraphs */

p {
	margin: 0 0 30px;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 8px;
	font-weight: 400;
	line-height: 1.5;
	text-transform: capitalize;
}

/* Lists */

ul,
ol {
	margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}

ul.no-list {
	list-style: none;
}

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
	margin-bottom:18px;
}

/* Labels */

form label {
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #33475b;
	display:inline-block;
	font-weight: 500;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
}
fieldset.form-columns-2 .hs-form-field {
	width: 50%;
	float: left;
}
/* Help text - legends */

form legend {
	font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
	background-color: #f5f8fa;
	border: 1px solid #cbd6e2;
	border-radius: 0;
	box-sizing: border-box;
	color: #33475b;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	display: block;
	padding: 0 15px;
	width: 90%;
	min-height: 40px;
}

form fieldset {
	max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
	color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
	background-color: transparent;
	border: initial;
	padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}

form .hs-richtext img {
	max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
	color: #EF6B51;
}

.hs-input.invalid.error {
	border-color: #EF6B51;
}

.hs-error-msg {
	color: #EF6B51;
	margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
	border: 1px solid #ff7a59;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	margin: 0;
	position: relative;
	text-align: center;
	transition: all .15s linear;
}

/* Captcha */

ul.no-list.hs-error-msgs {
	padding: 0;
}

a#hs_login_reset {
	margin-bottom: 20px;
	display: inline-block;
}

div#hs_cos_wrapper_membership_admin_content p {
	margin-top: 20px;
}

.grecaptcha-badge {
	margin: 0 auto;
}

.hs-form-required {
	color: red;
}


@media(max-width:767px){
	form input[type=email], form input[type=file], form input[type=number], form input[type=password], form input[type=tel], form input[type=text], form select, form textarea {
		width: 100%;
	}
	.contact-tabber form textarea {
		width: 100% !important;
	}
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-bg .content-wrapper {
  max-width: 100% !important;
}
.header.header-bg {
  left: 0;
  line-height: 1.75;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.logo {
  float: left;
  padding: 14px 0 15px 20px;
}

.header-left-sec{
  padding: 25px 30px 0;
  position: relative;
  float: right;
}

.custom-menu-primary{
  float: left;
  text-transform: capitalize;
  font: 400 16px/20px 'Saira', Arial, Helvetica, sans-serif;
}

.custom-menu-primary .navigation-primary > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-menu-primary .navigation-primary > ul > li {
  width: auto;
  float: left;
  margin: 8px 20px 0;
  line-height: inherit;
  list-style-type: none;
}
.custom-menu-primary .navigation-primary > ul > li > a {
  display: block;
  position: relative;
  padding: 0 15px 27px;
  font-size: 15px;
  text-decoration: none;
}

.custom-menu-primary .navigation-primary > ul > li > a:before {
  left: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  content: '';
  position: absolute;
  background: #323f74;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.custom-menu-primary .navigation-primary > ul > li:hover > a:before,
.custom-menu-primary .navigation-primary>ul>li>a.active-item:before,
.custom-menu-primary .navigation-primary > ul > li>  a.active-branch:before{
  width: 100%;
  position: absolute;
  margin-bottom: 10px;
}

.custom-menu-primary .navigation-primary>ul li.has-submenu {
  position: relative;
}

.custom-menu-primary .navigation-primary>ul ul {
  -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
  margin: 0;  
  padding: 20px;
  min-width: 250px;
  list-style: none;
  top: 100%;
  opacity: 1;
  visibility: visible;
  width: 100%;
  left: -13%;
  display: none;
  position: absolute;
}


.custom-menu-primary .navigation-primary>ul ul li a {
  color: #555;
  display: block;
  position: relative;
  padding: 10px 25px;
  font-size: 15px;
}

.contact-details-gp{
  float: left;
  padding: 0 0 0 100px;
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #323f74;
  border: 0;
  margin: 3px 0;
  border-radius: 0;
  padding: 10px 12px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[class^="icon-"], [class*=" icon-"] {
  speak: none;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-family: 'icomoon' !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}

.menu-wp {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 10%);
  -webkit-overflow-scrolling: touch;
  padding: 0;
  float: left;
}

.fixed .header.header-bg {
  border-bottom: 1px solid #323f74;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
  top: -80px;
  left: 0;
  width: 100%;
  z-index: 99;
  position: fixed;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fixed.header-show .header.header-bg {
  top: 0px;
}


@media(max-width:1547px) and (min-width:1440px){
  .contact-details-gp {
    float: left;
    padding: 0 0 0 20px;
  }
  .custom-menu-primary .navigation-primary>ul>li {

    margin: 8px 10px 0;
  }

}

@media(max-width:1439px) and (min-width:1199px){
  .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-menu-primary .navigation-primary>ul>li {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-details-gp {
    float: left;
    padding: 0 0 0 10px;
  }
  .at-contactsocial .at-socialicons {
    margin: 0;
    padding: 0 0 0 5px !important;
  }
  .header-left-sec {
    padding-left: 10px;
  }
}

@media(max-width:1199px) and (min-width:1120px){
  .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .custom-menu-primary .navigation-primary>ul>li {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-details-gp {
    float: left;
    padding: 0 0 0 10px;
  }
  .at-contactsocial .at-socialicons {
    margin: 0;
    padding: 0 0 0 5px;
  }
  .header-left-sec {
    padding-left: 10px;
  }

}

@media(max-width:1120px) and (min-width:1025px){
  .custom-menu-primary .navigation-primary>ul>li>a {
    font-size: 13px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .custom-menu-primary .navigation-primary>ul>li {
    margin-left: 0;
    margin-right: 0;
  }
  .contact-details-gp {
    float: left;
    padding: 0 0 0 10px;
  }
  .at-contactsocial .at-socialicons {
    margin: 0;
    padding: 0 0 0 5px;
  }
  .header-left-sec {
    padding-left: 5px;
  }
}

@media (min-width: 1080px){
  .at-contactsocial .at-socialicons {
    padding: 0 0 0 10px;
  }
}

@media (min-width: 1025px){
  .navbar-toggle {
    display: none;
  }
  .menu-wp {
    display: block !important;
  }
  .custom-menu-primary .navigation-primary>ul li:hover ul {
    display:block;
  }
}


@media (max-width: 1280px){
  .logo {
    max-width: 250px;
  }
}



@media(max-width:1024px){
  .menu-wp {
    left: 0;
    top: 100%;
    float: none;
    width: 100%;
    background: #fff;
    position: absolute;
    box-shadow: none;
    border-top: 0;
    padding-bottom: 0;
    width:100%;
  }
  .custom-menu-primary .navigation-primary>ul>li {
    float: none;
    margin: 0;
  }
  .custom-menu-primary .navigation-primary>ul>li>a {
    z-index: 1;
    line-height: 40px;
    position: relative;
    padding: 0 20px 5px;
    text-align: center;
  }
  .contact-details-gp {
    padding: 2px 0 2px 20px;
  }
  .header-left-sec {
    padding: 20px;
  }
  .at-contactsocial .at-socialicons {
    padding: 0 0 0 10px;
  }
  .logo{
    padding: 23px 15px 0;
  }
  .navbar-toggle {
    margin: 0;
  }
  .fixed .header.header-bg {
    top: -80px;
  }

  .custom-menu-primary .navigation-primary>ul ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    padding: 0;
    min-height: auto;
    text-align: center;
  }

  .child-trigger {
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 999;
  }
  .child-trigger:after {
    color: #555;
    content: "+";
    font-style: normal
  }

  .child-trigger.child-open:after {
    content: "-"
  }

  .custom-menu-primary .navigation-primary>ul {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
  }
}

@media (min-width: 768px){
  .navbar-header {
    float: left;
  }

}

@media(max-width:767px){
  .header-left-sec{
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .logo {
    padding: 15px 0;
    text-align: center;
    max-width: 100%;
  }

  .at-contactsocial .at-socialicons {
    margin: 0;
    padding: 0 0 0 10px;
  }
  .logo {
    width: 200px;
    padding: 21px 0 21px 20px;
  }
}

@media(max-width:627px){
  .header-left-sec,
  .logo {
    width: 100%;
  }
  .logo {
    padding: 15px 0;
  }
  .logo img {
    max-width: 200px;
  }
}

@media(max-width:479px){
  .contact-details-gp {
    width: 100%;
    float: none;
    vertical-align: top;
    display: inline-block;
  }
  .navbar-toggle {
    margin: 0;
    float: none;
  }
  .at-contactsocial .at-socialicons {
    padding-left: 10px;
  }
  .contact-details-gp {
    padding-left: 0;
  }

  .header-left-sec{
    display:block;
  }
  .navbar-header {
    margin-right: 0;
  }
  .custom-menu-primary {
    width: 100%;
  }
}
.footer {
	line-height: 1.75;
	overflow:hidden;
}
.footer .content-wrapper {
	padding-left: 0;
	padding-right: 0;
}

.footer .text-right {
	text-align: right;
}
.footer .at-fcolumn {
	float: left;
	color: #ccc;
	width: 30%;
	font-size: 14px;
	font-weight: 300;
	padding: 30px 0;
}
.footer .at-fcolumn + .at-fcolumn {
	padding: 30px 0 30px 10%;
}
.footer .at-fcolumn:not(:first-child) {
	padding-top: 4%;
	padding-left: 4%;
}
.footer .footer-logo {
	padding: 0 0 30px;
}
.footer .at-description h6 {
	color: #fff;
}
.footer .at-widget.at-widgettext .widget-type-linked_image {
	display: inline-block;
}
.footer .at-widget.at-widgettext .hs_cos_wrapper_type_linked_image img {
	height: 75px !important;
	width: auto !important;
	vertical-align: middle;
}
.footer  .at-widget.at-widgettext {
	padding-bottom: 32px;
}
.footer .small {
	color: #fff;
	font-size: 10px;
}
.footer .small p {
	margin-bottom: 0;
	margin-top: 7px;
}
.footer .at-copyright {
	color: #8b8b8b;
	padding: 25px 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #555;
}
.footer .at-copyright p {
	margin: 0;
}
.footer .image-gp {
	margin-left: -7px;
}
.footer .at-description {
	padding-left: 5px;
}
.footer .social-gp{
	padding-top:26%;
}

@media(max-width:1280px){
	.footer .footer-logo {
		width: 250px;
	}
	.footer-social-icons .at-socialicons li {
		margin-top: 5px;
	}
}

@media (max-width: 1080px){
	.footer .footer-logo {
		padding: 29px 15px 0;
	}
	.footer-social-icons .at-socialicons li {
		margin-top: 5px;
	}
}

@media(max-width:1024px){
	.footer .footer-logo {
		padding: 23px 15px 0;
	}
}

@media(max-width:991px) and (min-width:768px){
	.footer-social-icons .at-socialicons {
		margin-left: 0 !important;
	}
	.footer-social-icons .at-socialicons {
		margin: 0;
		padding: 0;
	}
	.footer-social-icons .at-socialicons li {
		padding: 0;
	}
	.footer .footer-logo img {
		max-width: 150px;
	}
	.footer .at-widget.at-widgettext .hs_cos_wrapper_type_linked_image img {
		height: 45px !important;
	}
	.footer .footer-logo {
		width: 100%;
	}
	.footer .at-fcolumn+.at-fcolumn {
		padding-left: 2%;
	}
	.footer .at-fcolumn+.at-fcolumn {
		padding-left: 0;
	}
	.footer .at-fcolumn {
		width: 33.33%;
	}
	.footer .footer-logo {
		padding-top: 0;
	}
}


@media(max-width:767px){

	.footer .footer-logo {
		padding: 29px 15px 0;
	}
	.footer .at-fcolumn {
		width: 100%;
		float: none;
	}
	.footer  .row {
		margin-left: 0;
		margin-right: 0;
	}
	.footer .at-fcolumn+.at-fcolumn {
		padding: 30px 15px;
	}
	.footer .col-xs-12 {
		padding-left: 0;
		padding-right: 0;
	}
	.footer .content-wrapper {
		padding-left: 8px;
		padding-right: 8px;
	}
	.footer .at-fcolumn, 
	.footer .at-fcolumn+.at-fcolumn {
		float: left;
		padding: 4% 28px 30px;
		width: 100%;
	}
	.footer .footer-logo {
		width: 200px;
		padding: 21px 0 21px 20px;
		float: left;
	}
	.footer .at-description {
		float: left;
		padding: 0 10px 0;
		width: 100%;
	}
	.footer .social-gp {
		padding-left: 0;
	}
	.footer .at-fcolumn.text-right {
		padding-bottom: 27px;
	}

	.footer .footer-social-icons .at-socialicons li:nth-child(2) {
		float: left;
		margin-top: 36%;
	}
	.footer .at-fcolumn.text-right {
		padding-right: 0;
		padding-left: 0;
	}
	.footer .small {
		float: left;
		width: 100%;
	}

	.footer .at-fcolumn, .footer .at-fcolumn+.at-fcolumn {
		padding: 4% 24px 30px;
	}
	.at-fcolumn.at-fcolumn-3 {
		margin-bottom: 2px;
	}
	.footer .at-fcolumn.text-right {
		padding-bottom: 32px;
	}
	.footer .footer-social-icons .at-socialicons li:nth-child(2) {
		float: left;
		margin-top: 34px;
	}


	.footer-social-icons .at-socialicons {
		margin-left: 7px!important;
	}
	.footer .image-gp {
		margin-left: -7px;
		text-align: right;
	}
	.footer .at-description {
		float: left;
		padding: 0 10px;
		width: 100%;
		text-align: right;
	}
	.footer .small {
		float: left;
		width: 100%;
		text-align: right;
	}
	.col-xs-10.at-widget-gp {
		padding-right: 7px;
		padding-left: 10px;
	}
}



@media(max-width:575px){
	.footer .at-fcolumn, .footer .at-fcolumn+.at-fcolumn {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer .footer-social-icons .at-socialicons li:nth-child(2) {
		float: none;
		margin-top: 0;
	}
	.footer .footer-social-icons .at-socialicons li {
		float: none;
		margin-top: 0;
		padding:0;
	}
	.footer-social-icons .at-socialicons li {
		margin-top: 15px !important;
	}
	.footer .footer-logo {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 15px 0;
		margin-right: 0;
	}
	.footer .at-widget.at-widgettext {
		padding-bottom: 0;
	}
}
@media(max-width:320px){

	.footer .at-fcolumn.text-right {
		padding-bottom: 65px;
	}
	.at-fcolumn.text-right .col-xs-10 {
		padding-right: 10px;
	}

	.footer .at-fcolumn, .footer .at-fcolumn+.at-fcolumn {
		padding-left: 5px;
		padding-right: 5px;
	}
	.at-fcolumn.text-right .col-xs-10 {
		padding-right: 7px;
	}
	.footer-social-icons .at-socialicons li {
		margin-top: 5px !important;
	}
}
*, *:before, *:after {
  box-sizing: border-box;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */


/*
 *  Owl Carousel - Core
 */

.owl-carousel {
	z-index: 1;
	width: 100%;
	display: none;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	width: 100%;
	display: block;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {display: none;}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
	background: none;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.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 {visibility: hidden;}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}


/* No Js */

.no-js .owl-carousel {display: block;}


/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {z-index: 0;}
.owl-carousel .owl-animated-out {z-index: 1;}
.owl-carousel .fadeOut {animation-name: fadeOut;}
@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/*
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {transition: height 500ms ease-in-out;}


/*
 *  Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
	/**
	  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
	  calculation of the height of the owl-item that breaks page layouts
	 */
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {max-height: 0;}
.owl-carousel .owl-item img.owl-lazy {transform-style: preserve-3d;}


/*
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 80px;
	height: 80px;
	cursor: pointer;
	margin-top: -40px;
	margin-left: -40px;
	position: absolute;
	transition: transform 100ms ease;
	-webkit-backface-visibility: hidden;
	background: url('../images/owl.video.play.png') no-repeat;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {display: none;}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 400ms ease;
	background-position: center center;
}
.owl-carousel .owl-video-frame {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: relative;
}


/*
 *  Default theme - Owl Carousel CSS File
 */

.owl-theme .owl-nav,
.at-slidernav {
	margin-top: 10px;
	text-align: right;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'],
.at-slidernav [class*='at-'] {
	color: #000;
	width: 32px;
	height: 32px;
	cursor: pointer;
	font-size: 16px;
	line-height: 30px;
	vertical-align: top;
	display: inline-block;
	background: transparent;
	border: 1px solid #e5e5e5;
}
.owl-theme .owl-nav [class*='owl-'],
.at-slidernav [class*='at-next']{margin: 0 0 0 5px;}
.owl-theme .owl-nav [class*='owl-']:hover,
.at-slidernav [class*='at-']:hover {
	color: #fff;
	background: #000;
	border-color: #000;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled+.owl-dots {margin-top: 10px;}
.owl-theme .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
	zoom: 1;
	display: inline-block;
	*display: inline;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	display: block;
	background: #D6D6D6;
	border-radius: 30px;
	transition: opacity 200ms ease;
	-webkit-backface-visibility: visible;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {background: #869791;}

/**
 * === z-index ===
 *
 * pogoSlider-progressBar =    6
 * pogoSlider-dir-btn     =   10
 * pogoSlider-nav         =   10
 * pogoSlider-loading     =   11
 * 
 */

.pogoSlider {
	width: 100%;
	height: 0;
	padding-bottom: 48%;
	position: relative;
	overflow: hidden;
}

#column-left .pogoSlider,
#column-right .pogoSlider,
#content .pogoSlider {
	margin-bottom: 20px;
}

.pogoSlider--banner .pogoSlider-slide {
	ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.pogoSlider-slide {
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	perspective: 1300px;
	overflow: hidden;
}

.pogoSlider-loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eaeaea;
	z-index: 11;
}

.pogoSlider-loading-icon {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 50%;
	margin-left: -18px;
	width: 36px;
	height: 36px;
	background-image: url(data:image/gif;base64,R0lGODlhJAAkAPIAAJmZmczMzObm5vLy8gAAAAAAAAAAAAAAACH5BA0KAAQAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAJAAkAAADfQi6DPQwyhmbpTgT27Sv3PKNoTh6pXKi6aqljovB8tzWE43vfH8GwKAw4HsMj0XCcZhcCptOIDQ6dVaXV2QxKk16vzWBeEwWPAbotHpUbp/VcHab/Ian5XNx3T7A5/d2fnOAcR95Y4RrhodmBHx3i4eJkB6MjY9ogm6OmCMJACH5BA0KAAQALAAAAAAkACQAAAN+GLocRCDK+aq1Lb/Jwf1P1mydBH4iQ5beiaXKWrovLHd0BccQ2+Y7R4+VC+1unCIhiKQUmcOZckqtWl2CrHYruIK4YO8HzBVfyFuzBa1VV9hZ9wPeldPlhLsdju/7vQOBgoMDeISHhoeDiYqBjI2PipGIco2Ck4SYi5WWhXIJACH5BA0KAAQALAAAAAAkACQAAAN7KLosRCHK+YC9GLT9pg9Vlm1N90mheJGMeYKEirGLe6YyrdgfruoOyAsmW+l4Hp8IiKTEipqj8KUcSYdE6GPL7Xq/4LB4/B2Yz+gBeZ1ur8nt9HscR8/F9fM9nDfvwX1qf16Bg4R9hl2FiYyNjo+QkZKTlJWWl5iZmpoJACH5BA0KAAQALAAAAAAkACQAAAN8OLo8RCLK+YK9OLT9phdVlm1N90mheJGMeYKEirGLe6YyrdgfruoOyAsmW+l4Hp8IiKTEipqj8KUcSYdE6GPL7Xq/4LB4TC5/Aei0GmAer99t8XsdD8/VdfA9nT/v2X1df4CBW4OFXIeID4qLjo+QkZKTlJWWl5iZmptxCQAh+QQNCgAEACwAAAAAJAAkAAADfUi6vPMwKkGrFS2ryMe8l5Z1EgGGIkNC30ml6uqZ7gtvcuve+KqfPIJsVrPdhj9QEEmrLXPNXXBKrVqvi4B2yw1gM93wtxHujhll7jmb1q4Vbfc77p3H3wQ6Xo/v+68AgYKDAHiEh4aHg4mKgYyNj4qRiG+NgpOEmIuVlgAJACH5BA0KAAQALAAAAAAkACQAAAN8SLrcziPKOZ69hGrMoZ5d+IEhN0qleVbptbLt88bWTDv27Z167/8cgXBIFAAJxeQxWVwyh86nESgVRp9XZlZJrR6/4AdgTC4rAui0OhAquwHn9br9JsflaXodTsCr9XV3foBvgniEboZyiGZ9fmiMdo6PkWOKcx17lpN+CQAh+QQNCgAEACwAAAAAJAAkAAADd0i63P4wykmrvTjrzbv/YCiOZGmSQ6quQ8i+7rvGckrXt5zDYK3uLODsRIQAjsgkQBFoOp8KgXRKFSivzKc2Wq1elVmtk9udfpNhcYBctp6PaTG7/IYT1GNC21yPb/V7bm9+UIB7dUt3eGuGbYiEeYGCZ5BNc10JACH5BA0KAAQALAAAAAAkACQAAAN3SLrc/jDKSau9OOvNu/9gKI5kaS5Aqq5AyL7uu8ZySte3nMNgre4s4OxELAaOyGRAIWg6n4qBdEodKK/MpzZarV6VWa2T251+k2GxgFy2no9pMbv8hhPUY0LbXI9v9Xtub35QgHt1S3d4a4ZtiIR5gYJnkE1zXQkAOw==);
}

.pogoSlider-slide-element {
	animation-fill-mode: both;
}

.m-pogoSlider .pogoSlider-slide-element {
	position: absolute;
	margin: 0;
	box-sizing: border-box;
}

.pogoSlider-progressBar {
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0%;
	background: #fff; /* fallback */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	background: rgba(255,255,255,0.2);
	z-index: 6;
}

.pogoSlider-progressBar-duration {
	position: absolute;
	height: 100%;
	left: 0;
	width: 0%;
	background: #fff; /* fallback */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	background: rgba(255,255,255,0.4);
}

.pogoSlider-dir-btn {
	position: absolute;
	z-index: 10;
	background: none;
	width: 20px;
	height: 20px;
	border-color: #eaeaea;
	border-color: rgba(255,255,255,0.7);
	border-style: solid;
	transform: rotate(45deg);
	cursor: pointer;
}

.pogoSlider-dir-btn:hover {
	border-color: #fff;
}

.pogoSlider-dir-btn:focus {
	outline: none;
}

.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--prev,
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
	border-width: 0 0 3px 3px;
}

.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next,
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
	border-width: 3px 3px 0 0;
	
}

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--next {
	border-width: 3px 0 0 3px;
}

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--prev {
	border-width: 0 3px 3px 0;
}

.pogoSlider--dirTopLeft .pogoSlider-dir-btn,
.pogoSlider--dirTopRight .pogoSlider-dir-btn,
.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--next {
	top: 14px;
}

.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev   {
	left: 14px;
}

.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next,
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next {
	left: 50px;
}

.pogoSlider--dirTopRight .pogoSlider-dir-btn--prev,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev {
	right: 50px;
}

.pogoSlider--dirTopRight .pogoSlider-dir-btn--next,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
	right: 14px;
}

.pogoSlider--dirBottomLeft .pogoSlider-dir-btn,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn,
.pogoSlider--dirCenterVertical .pogoSlider-dir-btn--prev {
	bottom: 14px;
}

.pogoSlider--dirCenterVertical .pogoSlider-dir-btn {
	left: 50%;
	margin-left: -10px
}

.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn {
	top: 50%;
	margin-top: -10px;
}

.pogoSlider-nav {
	position: absolute;
	padding: 0;
	margin: 0;
	z-index: 10;
}

.pogoSlider--navTop .pogoSlider-nav,
.pogoSlider--navBottom .pogoSlider-nav {
	left: 50%;
	transform: translateX(-50%);
}

.pogoSlider--navTop .pogoSlider-nav {
	top: 10px;
}

.pogoSlider--navBottom .pogoSlider-nav {
	bottom: 10px;
}

.pogoSlider--navTop .pogoSlider-nav li,
.pogoSlider--navBottom .pogoSlider-nav li {
	display: inline;
	margin: 0 6px;
}

.pogoSlider--navLeft .pogoSlider-nav,
.pogoSlider--navRight .pogoSlider-nav {
	top: 50%;
	transform: translateY(-50%);
}

.pogoSlider--navLeft .pogoSlider-nav {
	left: 10px;
}

.pogoSlider--navRight .pogoSlider-nav {
	right: 10px;
}

.pogoSlider--navLeft .pogoSlider-nav li,
.pogoSlider--navRight .pogoSlider-nav li {
	display: block;
	margin: 6px 0;
}

.pogoSlider-nav-btn {
	background: #cccccc;
	background: rgba(255,255,255,0.5);
	border: none;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	cursor: pointer;
}

.pogoSlider-nav-btn:focus {
	outline: none;
}

.pogoSlider-nav-btn--selected {
	background: #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.pogoSlider-slide-slice {
	overflow: hidden;
	position: absolute;
	background-size: cover;
}

.pogoSlider-slide-slice-inner {
	position: absolute;
	overflow: hidden;
}

/**
 * Element Animations
 */

/* Slide Down */

.pogoSlider-animation-slideDownIn {
	animation-name: slideDownIn;
}

@keyframes slideDownIn {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.pogoSlider-animation-slideDownOut {
	animation-name: slideDownOut;
}

@keyframes slideDownOut {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(50px);
		opacity: 0;
	}
}

/* Slide Up */

.pogoSlider-animation-slideUpIn {
	animation-name: slideUpIn;
}

@keyframes slideUpIn {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.pogoSlider-animation-slideUpOut {
	animation-name: slideUpOut;
}

@keyframes slideUpOut {
	0% {
		transform: translateY(0);
		opacity: 1;
	}

	100% {
		transform: translateY(50px);
		opacity: 0;
	}
}

/* Slide Right */

.pogoSlider-animation-slideRightIn {
	animation-name: slideRightIn;
}

.pogoSlider-animation-slideRightOut {
	animation-name: slideRightOut;
}

@keyframes slideRightIn {
	0% {
		transform: translateX(-50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideRightOut {
	0% {
		transform: translateX(0);
		opacity: 1;	
	}

	100% {
		transform: translateX(50px);
		opacity: 0;
	}
}

/* Slide Left */

.pogoSlider-animation-slideLeftIn {
	animation-name: slideLeftIn;
}

.pogoSlider-animation-slideLeftOut {
	animation-name: slideLeftOut;
}

@keyframes slideLeftIn {
	0% {
		transform: translateX(50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideLeftOut {
	0% {
		transform: translateX(0);
		opacity: 1;
	}

	100% {
		transform: translateX(-50px);
		opacity: 0;
	}
}

/* Expand */

.pogoSlider-animation-expandIn {
	animation-name: expandIn;
}

.pogoSlider-animation-expandOut {
	animation-name: expandOut;
}

@keyframes expandIn {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes expandOut {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

/* Contract */

.pogoSlider-animation-contractIn {
	animation-name: contractIn;
}

.pogoSlider-animation-contractOut {
	animation-name: contractOut;
}

@keyframes contractIn {
	0% {
		transform: scale(2);
		opacity: 0;
	}

	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes contractOut {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.5);
		opacity: 0;
	}
}

/* Spin In */

.pogoSlider-animation-spinIn {
	animation-name: spinIn;
}

.pogoSlider-animation-spinOut {
	animation-name: spinOut;
}

@keyframes spinIn {
	0% {
		backface-visibility: hidden;
		transform: scale(0) rotate(720deg);
	}

	100% {
		backface-visibility: hidden;
		transform: scale(1) rotate(0);
	}
}

@keyframes spinOut {
	0% {
		backface-visibility: hidden;
		transform: scale(1) rotate(0);
	}

	100% {
		backface-visibility: hidden;
		transform: scale(0) rotate(720deg);
	}
}
	
/* Side Fall */

.pogoSlider-animation-sideFallIn {
	transform-style: preserve-3d;
	animation-name: sideFallIn;
}

.pogoSlider-animation-sideFallOut {
	transform-style: preserve-3d;
	animation-name: sideFallOut;
}

@keyframes sideFallIn {
	0% {
		transform: translate(30%) translateZ(600px) rotate(10deg); 
		opacity: 0;
	}

	100% {
		transform: translate(0) translateZ(0) rotate(0); 
		opacity: 1;
	}
}

@keyframes sideFallOut {
	0% {
		transform: translate(0) translateZ(0) rotate(0); 
		opacity: 1;
	}

	100% {
		transform: translate(30%) translateZ(600px) rotate(10deg); 
		opacity: 0;
	}
}

/* 3D Horizontal Flip */

.pogoSlider-animation-horizontal3DFlipIn {
	transform-style: preserve-3d;
	animation-name: horizontal3DFlipIn;
}

.pogoSlider-animation-horizontal3DFlipOut {
	transform-style: preserve-3d;
	animation-name: horizontal3DFlipOut;
}

@keyframes horizontal3DFlipIn {
	0% {
		transform: rotateY(-70deg);
		opacity: 0;
	}

	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}

@keyframes horizontal3DFlipOut {
	0% {
		transform: rotateY(0deg);
		opacity: 1;
	}

	100% {
		transform: rotateY(-70deg);
		opacity: 0;
	}
}

/* 3D Vertical Flip */

.pogoSlider-animation-vertical3DFlipIn {
	transform-style: preserve-3d;
	animation-name: vertical3DFlipIn;
}

.pogoSlider-animation-vertical3DFlipOut {
	transform-style: preserve-3d;
	animation-name: vertical3DFlipOut;
}

@keyframes vertical3DFlipIn {
	0% {
		transform: rotateX(-70deg);
		opacity: 0;
	}

	100% {
		transform: rotateX(0);
		opacity: 1;
	}
}

@keyframes vertical3DFlipOut {
	0% {
		transform: rotateX(0);
		opacity: 1;
	}

	100% {
		transform: rotateX(-70deg);
		opacity: 0;
	}
}

/* 3d Pivot */

.pogoSlider-animation-3DPivotIn {
	transform-style: preserve-3d;
	animation-name: pivotIn;
}

.pogoSlider-animation-3DPivotOut {
	transform-style: preserve-3d;
	animation-name: pivotOut;
}

@keyframes pivotIn {
	0% {
		transform: rotateX(-60deg);
		transform-origin: 50% 0;
		opacity: 0;
	}

	100% {
		transform: rotateX(0);
		transform-origin: 0 0;
		opacity: 1;
	}
}

@keyframes pivotOut {
	0% {
		transform: rotateX(0);
		transform-origin: 0 0;
		opacity: 1;
	}

	100% {
		transform: rotateX(-60deg);
		transform-origin: 50% 0;
		opacity: 0;
	}
}

/* Roll Left */

.pogoSlider-animation-rollLeftIn {
	animation-name: rollLeftIn;
}

.pogoSlider-animation-rollLeftOut {
	animation-name: rollLeftOut;
}

@keyframes rollLeftIn {
	0% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}

	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollLeftOut {
	0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}
}


/* Roll Right */

.pogoSlider-animation-rollRightIn {
	animation-name: rollRightIn;
}

.pogoSlider-animation-rollRightOut {
	animation-name: rollRightOut;
}

@keyframes rollRightIn {
	0% {
		opacity: 0;
		transform: translateX(-100%) rotate(-120deg);
	}

	100% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}
}

@keyframes rollRightOut {
	0% {
		opacity: 1;
		transform: translateX(0px) rotate(0deg);
	}

	100% {
		opacity: 0;
		transform: translateX(100%) rotate(120deg);
	}
}

/* Glide Left */

.pogoSlider-animation-glideLeftIn {
	animation-name: glideLeftIn;
	animation-timing-function: ease-out;
}

.pogoSlider-animation-glideLeftOut {
	animation-name: glideLeftOut;
	animation-timing-function: ease-in;
}

@keyframes glideLeftIn {
	0% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}

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

	80% {
		transform: translateX(0%) skewX(-15deg);
		opacity: 1;
	}

	100% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes glideLeftOut {
	0% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		transform: translateX(-100%) skewX(30deg);
		opacity: 0;
	}
}


/* Glide Right */

.pogoSlider-animation-glideRightIn {
	animation-name: glideRightIn;
	animation-timing-function: ease-out;
}

.pogoSlider-animation-glideRightOut {
	animation-name: glideRightOut;
	animation-timing-function: ease-in;
}

@keyframes glideRightIn {
	0% {
		transform: translateX(-100%) skewX(30deg);
		opacity: 0;
	}

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

	80% {
		transform: translateX(0%) skewX(15deg);
		opacity: 1;
	}

	100% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}
}

@keyframes glideRightOut {
	0% {
		transform: translateX(0%) skewX(0deg);
		opacity: 1;
	}

	100% {
		transform: translateX(100%) skewX(-30deg);
		opacity: 0;
	}
}

/* FlipX */

.pogoSlider-animation-flipXIn {
	backface-visibility: visible !important;
	animation-name: flipXIn;
}

.pogoSlider-animation-flipXOut {
	animation-name: flipXOut;
	backface-visibility: visible !important;
}

@keyframes flipXIn {
	0% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateX(-10deg);
	}

	70% {
		transform: perspective(400px) rotateX(10deg);
	}

	100% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flipXOut {
	0% {
		transform: perspective(400px) rotateX(0deg);
		opacity: 1;
	}

	100% {
		transform: perspective(400px) rotateX(90deg);
		opacity: 0;
	}
}

/* FlipY */

.pogoSlider-animation-flipYIn {
	backface-visibility: visible !important;
	animation-name: flipYIn;
}

.pogoSlider-animation-flipYOut {
	backface-visibility: visible !important;
	animation-name: flipYOut;
}

@keyframes flipYIn {
	0% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}

	40% {
		transform: perspective(400px) rotateY(-10deg);
	}

	70% {
		transform: perspective(400px) rotateY(10deg);
	}

	100% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}
}

@keyframes flipYOut {
	0% {
		transform: perspective(400px) rotateY(0deg);
		opacity: 1;
	}

	100% {
		transform: perspective(400px) rotateY(90deg);
		opacity: 0;
	}
}

/**
 * Slide Animations
 */

/* Fold Left */

.pogoSlider-animation-foldInLeft {
	animation-name: foldInLeft;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
	transform-origin: 0% 0% 0;
	transform-style: preserve-3d;
}

@keyframes foldInLeft {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(-180deg);
	}
}

.pogoSlider-animation-foldOutLeft {
	animation-name: foldOutLeft;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
	transform-origin: 100% 100% 0;
	transform-style: preserve-3d;
}

@keyframes foldOutLeft {
	0% {
		transform: rotateY(180deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}

/* Fold Right */

.pogoSlider-animation-foldInRight {
	animation-name: foldInRight;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
	transform-origin: 100% 100% 0;
	transform-style: preserve-3d;
}

@keyframes foldInRight {
	0% {
		transform: rotateY(0deg);
	}

	100% {
		transform: rotateY(180deg);
	}
}

.pogoSlider-animation-foldOutRight {
	animation-name: foldOutRight;
	animation-fill-mode: forwards;
	backface-visibility: hidden;
	transform-origin: 0% 0% 0;
	transform-style: preserve-3d;
}

@keyframes foldOutRight {
	0% {
		transform: rotateY(-180deg);
	}

	100% {
		transform: rotateY(0deg);
	}
}

/* Expand Reveal */

.pogoSlider-animation-expandReveal {
	animation-name: expandReveal;
	animation-fill-mode: forwards;
}

@keyframes expandReveal {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(1.3);
		opacity: 0;
	}
}

/* Shrink Reveal */

.pogoSlider-animation-shrinkReveal {
	animation-name: shrinkReveal;
	animation-fill-mode: forwards;
}

@keyframes shrinkReveal {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.5);
		opacity: 0;
	}
}

/* Blocks Reveal */

.pogoSlider-animation-blocksReveal {
	animation-name: blocksReveal;
	animation-fill-mode: forwards;
}

@keyframes blocksReveal {
	0% {
		transform: scale(1);
		opacity: 1;
	}

	100% {
		transform: scale(0.8);
		opacity: 0;
	}
}

/* Down */

.pogoSlider-animation-downIn {
	animation-name: downIn;
	animation-fill-mode: forwards;
}

@keyframes downIn {
	0% {
		transform: translateY(-100%);
	}

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

.pogoSlider-animation-downOut {
	animation-name: downOut;
	animation-fill-mode: forwards;
}

@keyframes downOut {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(100%);
	}
}

/* Up */

.pogoSlider-animation-upIn {
	animation-name: upIn;
	animation-fill-mode: forwards;
}

@keyframes upIn {
	0% {
		transform: translateY(100%);
	}

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

.pogoSlider-animation-upOut {
	animation-name: upOut;
	animation-fill-mode: forwards;
}

@keyframes upOut {
	0% {
		transform: translateY(0);
	}

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

/* Right */

.pogoSlider-animation-rightIn {
	animation-name: rightIn;
	animation-fill-mode: forwards;
}

@keyframes rightIn {
	0% {
		transform: translateX(-100%);
	}

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

.pogoSlider-animation-rightOut {
	animation-name: rightOut;
	animation-fill-mode: forwards;
}

@keyframes rightOut {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(100%);
	}
}

/* Left */

.pogoSlider-animation-leftIn {
	animation-name: leftIn;
	animation-fill-mode: forwards;
}

@keyframes leftIn {
	0% {
		transform: translateX(100%);
	}

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

.pogoSlider-animation-leftOut {
	animation-name: leftOut;
	animation-fill-mode: forwards;
}

@keyframes leftOut {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-100%);
	}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
table {
  background-color: transparent !important;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin-top: 30px;
  margin-bottom: 15px;

}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border: 1px solid #dbdbdb;
  text-align: center;
  vertical-align: top;
}

.hs-breadcrumb-menu-divider,
.home-banner .at-breadcrumb ul li:first-child:after,
.hs-breadcrumb-menu-divider{
  display: none !important;
}

.contact-banner .home-banner {
  background-position: right top;
  background-attachment: fixed;
  background-color: #192664;
}
.contact-banner .home-banner .at-innerbannerbox {
  background: transparent;
}

.contact-row .span6.dnd-column {
  width: 50%;
  margin-left: 0;
}

.front-line-row .tabber-gp .right .tabber-inner .img-col img {
  width: 100%;
  height: auto;
  display: block;
}

body.no-banner {
  padding-top: 100px;
}

.hs_cos_wrapper_type_google_search input {
  display: block;
  margin-bottom: 18px;
}

@media(min-width:991px){
  .front-line-row .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .front-line-row .tabber-gp .tab-image {
    width: 80%;
  }
  .front-line-row .tabber-gp .left .tabber-inner .img-col {
    padding-right: 30px;
  }
  .front-line-row .tabber-gp .left .tabber-inner .tab-col {
    padding-left: 28px;
    padding-top: 8px;
  }
  .front-line-row .tabber-gp .text-con ul li+li {
    margin-top: 25px;
  }
  .front-line-row .tabber-gp .text-con h2 {
    padding-bottom: 10px;
  }
  .front-line-row .tabber-gp  .tab-image {
    margin-top: -20px;
  }

  .front-line-row .tabber-gp .right .tabber-inner .tab-col {
    padding-left: 44px;
    padding-top: 8px;
  }
  .front-line-row .tabber-gp .right .tabber-inner .img-col {
    padding-left: 0;
    padding-right: 45px;
  }

  .front-line-row .tabber-gp .right .tabber-inner .img-col img {
    width: 100%;
    height: auto;
    display: block;
  }
}

@media(max-width:767px){
  .contact-row .span6.dnd-column {
    margin-left: 0;
    width: 100%;
  }
  body.no-banner {
    padding-top: 160px;
  }
}
@media(max-width:479px){
  body.no-banner {
    padding-top: 210px;
  }
}

/* v */
*:after, *:before {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

p a:hover {
  text-decoration: underline;
}

.hs_home_page .at-slidernav [class*='at-'] {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.hs_home_page .owl-theme .owl-nav [class*='owl-'], 
.hs_home_page .at-slidernav [class*='at-'] {
  color: #000;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  vertical-align: top;
  display: inline-block;
  background: transparent;
  border: 1px solid #e5e5e5;
  font-weight: 300;
}

.hs_home_page .owl-theme .owl-nav [class*='owl-'], 
.hs_home_page .at-slidernav [class*='at-next'] {
  margin: 0 0 0 5px;
}

.hs_home_page .at-sectiontitleborder {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0 0 5px;
  position: relative;
}

.hs_home_page .at-sectiontitleborder:before {
  left: 0;
  bottom: 0;
  width: 55px;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  background: #fff;
}

.hs_home_page .at-sectiontitleborder h2 {
  margin: 0;
  color: #333;
  text-transform: capitalize;
  font: 400 42px/36px 'Rubik', Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.hs_home_page .at-servicesslider .at-slidernav {
  top: 0px;
  right: 0;
  margin: 0;
  width: auto;
  position: absolute;
}

.hs_home_page .hs-horizontal-spacer {
  display: block;
  border-top: 2px solid #323e74;
}