@font-face {
	src: url(../fonts/Freight-Big-Light-SC.otf);
	font-family: freightbig-pro-light
}

@font-face {
	src: url(../fonts/EuclidFlex-Light.otf);
	font-family: euclidflex-light
}

@font-face {
	src: url(../fonts/EuclidFlex-Regular.otf);
	font-family: euclidflex-regular
}

@font-face {
	src: url(../fonts/EuclidFlex-Bold.otf);
	font-family: euclidflex-bold
}

body {
	margin: 0
}

* {
	box-sizing: border-box
}

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

html {
	font-size: 10px
}

body {
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

select {
	-webkit-appearance: none;
	background-image: url(../images/select_icncaret.svg) !important;
	background-repeat: no-repeat !important;
	background-position: 95% 50% !important
}

a {
	color: unset;
	text-decoration: none
}

a:focus,
a:hover {
	color: unset;
	text-decoration: underline
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media(min-width:768px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	background-color: #fcf8e3;
	padding: .2em
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #ff5722
}

a.text-primary:focus,
a.text-primary:hover {
	color: #ee3900
}

.text-success {
	color: #3c763d;
	font-weight: 600
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442;
	font-weight: 600
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #ff5722
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #ee3900
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	content: " ";
	display: table
}

.dl-horizontal dd:after {
	clear: both
}

@media(min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eee;
	border-left: 0;
	text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: '\00A0 \2014'
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

table {
	background-color: transparent
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr {
	background-color: #fff;
	border-top: 1px solid #660bf1;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

table col[class*=col-] {
	position: static;
	float: none;
	display: table-column
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	float: none;
	display: table-cell
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}

	.table-responsive>.table {
		margin-bottom: 0
	}

	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}

	.table-responsive>.table-bordered {
		border: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

output {
	display: block;
	padding-top: 15px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: 400;
	cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.form-control-static {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-left: 0;
	padding-right: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
	height: 30px;
	line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
	height: 46px;
	line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 62.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media(min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.form-inline .form-control-static {
		display: inline-block
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}

	.form-inline .input-group>.form-control {
		width: 100%
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}

	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 15px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 35px
}

.form-horizontal .form-group {
	margin-left: -20px;
	margin-right: -20px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	content: " ";
	display: table
}

.form-horizontal .form-group:after {
	clear: both
}

@media(min-width:768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 15px
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 20px
}

@media(min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33333px;
		font-size: 18px
	}
}

@media(min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #ff5722
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	cursor: not-allowed
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media(min-width:768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
	content: " ";
	display: table
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
	padding-left: 12px;
	padding-right: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
	content: " ";
	display: table
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	float: none;
	display: table-cell;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-left: 0;
	padding-right: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 14px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav:after,
.nav:before {
	content: " ";
	display: table
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #fff
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #ff5722
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	display: inline-block;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default
}

.nav-pills>li {
	float: left
}

.nav-pills>li>a {
	border-radius: 4px
}

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #ff5722
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	text-align: center;
	margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media(min-width:768px) {

	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}

	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media(min-width:768px) {

	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}

	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:after,
.navbar:before {
	content: " ";
	display: table
}

.navbar:after {
	clear: both
}

@media(min-width:768px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:after,
.navbar-header:before {
	content: " ";
	display: table
}

.navbar-header:after {
	clear: both
}

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

.navbar-collapse {
	overflow-x: visible;
	padding-right: 20px;
	padding-left: 20px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
	content: " ";
	display: table
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media(min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important
	}

	.navbar-collapse.in {
		overflow-y: visible
	}

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-left: 0;
		padding-right: 0
	}
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -20px;
	margin-left: -20px
}

@media(min-width:768px) {

	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media(min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

@media(min-width:768px) {

	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.navbar-brand {
	float: left;
	padding: 15px 20px;
	font-size: 18px;
	line-height: 20px;
	height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media(min-width:768px) {

	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -20px
	}
}

.navbar-toggle {
	color: #fff !important;
	position: absolute;
	right: 0;
	padding: 13px 10px;
	margin-top: 0;
	margin-bottom: 8px;
	background: #660bf1;
	border: 1px solid #660bf1;
	border-radius: 49px;
	margin-right: 0;
	top: 0
}

.navbar-toggle:focus {
	outline: 0
}

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

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

@media(min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -20px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media(max-width:767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

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

	.navbar-nav>li {
		float: left
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	margin-left: -20px;
	margin-right: -20px;
	padding: 10px 20px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 0;
	margin-bottom: 0
}

@media(min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}

	.navbar-form .form-control-static {
		display: inline-block
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}

	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}

	.navbar-form .input-group>.form-control {
		width: 100%
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}

	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}

	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media(max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media(min-width:768px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 0;
	margin-bottom: 0
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media(min-width:768px) {
	.navbar-text {
		float: left;
		margin-left: 20px;
		margin-right: 20px
	}
}

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

	.navbar-right {
		float: right !important;
		margin-right: -20px
	}

	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: #e7e7e7;
	color: #555
}

@media(max-width:767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: #090909;
	color: #fff
}

@media(max-width:767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #090909
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	content: "/ ";
	padding: 0 5px;
	color: #ccc
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 14px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #ff5722;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 3;
	color: #d53300;
	background-color: #eee;
	border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	background-color: #ff5722;
	border-color: #ff5722;
	cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	background-color: #fff;
	border-color: #ddd;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
	text-align: center
}

.pager:after,
.pager:before {
	content: " ";
	display: table
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	background-color: #fff;
	cursor: not-allowed
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #ff5722
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #ee3900
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #ff5722;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}

	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-left: 60px;
		padding-right: 60px
	}

	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #ff5722
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
	font-size: 14px
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
	font-size: 14px
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}

	to {
		background-position: 0 0
	}
}

.progress {
	overflow: hidden;
	height: 20px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #ff5722;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	zoom: 1;
	overflow: hidden
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	text-decoration: none;
	color: #555;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #ff5722;
	border-color: #ff5722
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #fff2ee
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,
.panel-body:before {
	content: " ";
	display: table
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
	padding-left: 15px;
	padding-right: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-right-radius: 3px;
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	border: 0;
	margin-bottom: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #ff5722
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #ff5722;
	border-color: #ff5722
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ff5722
}

.panel-primary>.panel-heading .badge {
	color: #ff5722;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ff5722
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.close:focus,
.close:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	opacity: 1
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0;
	border: 0;
	appearance: none;
	font-weight: 400;
	line-height: normal;
	font-size: 22px;
	color: #fff;
	opacity: 1;
	font-family: "Duran-Regular", sans-serif;
	outline: 0
}

.modal-open {
	overflow: hidden
}

.modal {
	display: none;
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
	width: 720px;
	height: auto
}

@media screen and (max-width:768px) {
	.modal-content {
		width: auto;
		height: auto
	}
}

@media screen and (max-width:767px) {
	.modal-content {
		width: auto;
		height: auto
	}
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	padding: 12px 17px;
	border-bottom: 0;
	min-height: 16.42857px;
	padding-bottom: 0
}

.modal-header .close {
	margin-top: -2px;
	color: #000
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 0
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 0
}

.modal-footer:after,
.modal-footer:before {
	content: " ";
	display: table
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-left: 5px;
	margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media(min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}

	.modal-sm {
		width: 300px
	}
}

@media(min-width:992px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0
}

.tooltip.in {
	opacity: .9
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top>.arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	bottom: -11px
}

.popover.top>.arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom>.arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
	top: -11px
}

.popover.bottom>.arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%
}

.carousel-inner>.item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif
}

.carousel-control .icon-prev:before {
	content: '\2039'
}

.carousel-control .icon-next:before {
	content: '\203a'
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: transparent
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

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

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -15px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -15px
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none !important
}

.visible-sm {
	display: none !important
}

.visible-md {
	display: none !important
}

.visible-lg {
	display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none !important
}

@media(max-width:767px) {
	.visible-xs {
		display: block !important
	}

	table.visible-xs {
		display: table !important
	}

	tr.visible-xs {
		display: table-row !important
	}

	td.visible-xs,
	th.visible-xs {
		display: table-cell !important
	}
}

@media(max-width:767px) {
	.visible-xs-block {
		display: block !important
	}
}

@media(max-width:767px) {
	.visible-xs-inline {
		display: inline !important
	}
}

@media(max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm {
		display: block !important
	}

	table.visible-sm {
		display: table !important
	}

	tr.visible-sm {
		display: table-row !important
	}

	td.visible-sm,
	th.visible-sm {
		display: table-cell !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm-block {
		display: block !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm-inline {
		display: inline !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.visible-sm-inline-block {
		display: inline-block !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md {
		display: block !important
	}

	table.visible-md {
		display: table !important
	}

	tr.visible-md {
		display: table-row !important
	}

	td.visible-md,
	th.visible-md {
		display: table-cell !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md-block {
		display: block !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block !important
	}
}

@media(min-width:1200px) {
	.visible-lg {
		display: block !important
	}

	table.visible-lg {
		display: table !important
	}

	tr.visible-lg {
		display: table-row !important
	}

	td.visible-lg,
	th.visible-lg {
		display: table-cell !important
	}
}

@media(min-width:1200px) {
	.visible-lg-block {
		display: block !important
	}
}

@media(min-width:1200px) {
	.visible-lg-inline {
		display: inline !important
	}
}

@media(min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block !important
	}
}

@media(max-width:767px) {
	.hidden-xs {
		display: none !important
	}
}

@media(min-width:768px) and (max-width:991px) {
	.hidden-sm {
		display: none !important
	}
}

@media(min-width:992px) and (max-width:1199px) {
	.hidden-md {
		display: none !important
	}
}

@media(min-width:1200px) {
	.hidden-lg {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: block !important
	}

	table.visible-print {
		display: table !important
	}

	tr.visible-print {
		display: table-row !important
	}

	td.visible-print,
	th.visible-print {
		display: table-cell !important
	}
}

.visible-print-block {
	display: none !important
}

@media print {
	.visible-print-block {
		display: block !important
	}
}

.visible-print-inline {
	display: none !important
}

@media print {
	.visible-print-inline {
		display: inline !important
	}
}

.visible-print-inline-block {
	display: none !important
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important
	}
}

@media print {
	.hidden-print {
		display: none !important
	}
}

body {
	font-family: "Duran-Regular", sans-serif;
	line-height: normal;
	font-size: 16px;
	background: #fff;
	color: #848484;
	font-weight: 300;
	overflow-x: hidden;
	letter-spacing: 1px
}

body.fh5co-offcanvas {
	overflow: hidden
}

a {
	color: unset;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

a:hover {
	text-decoration: none !important;
	color: unset !important
}

ol,
p,
ul {
	margin-bottom: 1.5em;
	font-size: 18px;
	color: #848484;
	font-weight: 300;
	font-family: Roboto, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: rgba(0, 0, 0, .7);
	font-weight: 400;
	margin: 0 0 30px 0
}

figure {
	margin-bottom: 2em
}

::-webkit-selection {
	color: #660bf1;
	background: #ff5722
}

::-moz-selection {
	color: #fcfcfc;
	background: #ff5722
}

::selection {
	color: #fcfcfc;
	background: #660bf1
}

#fh5co-header {
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 20px
}

@media screen and (max-width:767px) {
	#fh5co-header {
		margin-bottom: 6px;
		margin-top: 0;
		position: relative;
		top: 28px
	}
}

.nav-header {
	position: relative;
	float: left;
	width: 100%
}

#fh5co-header-section {
	background: 0;
	padding: 0;
	width: 100%
}

@media screen and (max-width:768px) {
	#fh5co-header-section {
		padding: .5em 0
	}
}

@media screen and (max-width:767px) {
	#fh5co-header-section {
		padding: 1em 0;
		padding-bottom: 0
	}
}

.homecont_fldhea {
	width: 93%
}

@media screen and (max-width:1024px) {
	.homecont_fldhea {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}
}

.home_logosize {
	width: auto;
	height: 75px !important;
	user-select: none
}

@media screen and (max-width:1024px) {
	.home_logosize {
		width: 148px;
		height: 88px
	}
}

@media screen and (max-width:767px) {
	.home_logosize {
		width: 154px;
		height: 40px !important
	}
}

.nav-header {
	position: relative;
	float: left;
	width: 100%
}

#fh5co-logo {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	float: left;
	margin-bottom: 0;
	margin-top: 0
}

#fh5co-logo a {
	color: #fff;
	position: relative;
	text-decoration: none
}

#fh5co-logo a:focus,
#fh5co-logo a:hover {
	color: rgba(255, 255, 255, .9) !important;
	text-decoration: none
}

#fh5co-logo span {
	padding: 0;
	margin: 0;
	font-weight: 100
}

@media screen and (max-width:767px) {
	#fh5co-logo {
		width: 168px;
		float: none;
		margin-top: 0
	}
}

.sf-menu {
	margin: 0 !important
}

.sf-menu {
	float: right
}

.sf-menu ul {
	box-shadow: none;
	border: transparent;
	min-width: 12em
}

.sf-menu a {
	padding: 1.4em 0 22px 0 !important;
	border-left: none;
	border-top: 0;
	text-decoration: none;
	border-bottom: none !important;
	font-style: normal;
	line-height: normal;
	margin-left: 30px;
	font-size: 16px;
	color: #000;
	letter-spacing: 1.5px;
	font-weight: 400;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'BLMelody-Medium';
}

@media screen and (max-width:1024px) {
	.sf-menu a {
		letter-spacing: normal;
		border-left: none;
		border-top: 0;
		text-decoration: none;
		zoom: 1;
		border-bottom: none !important;
		font-style: normal;
		line-height: normal;
		color: #000;
		padding: 24px 0 !important;
		font-size: 14px;
		margin-left: 10px;
		margin-right: 10px
	}
}

@media screen and (max-width:768px) {
	.sf-menu a {
		padding: 24px 0 !important;
		font-size: 14px;
		margin-left: 10px;
		margin-right: 10px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1200px) and (orientation:landscape) {
	.sf-menu a {
		padding: 1.4em 0 22px 0 !important;
		border-left: none;
		border-top: 0;
		text-decoration: none;
		border-bottom: none !important;
		font-family: Lora, serif;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		font-size: 14px;
		color: #000;
		margin-left: 15px;
		letter-spacing: 1px
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.sf-menu a {
		padding: 2.4em 0 !important;
		font-size: 14px;
		margin-left: 12px;
		margin-right: 12px
	}
}

.sf-menu a.active,
.sf-menu a:focus,
.sf-menu a:hover {
	color: #000 !important
}

.sf-menu li,
.sf-menu li.sfHover,
.sf-menu li:hover,
.sf-menu ul li,
.sf-menu ul ul li {
	background: 0
}

.sf-menu ul li a,
.sf-menu ul ul li a {
	text-transform: none;
	padding: 0 0 !important;
	letter-spacing: 1px
}

.sf-menu li.active a,
.sf-menu li.sfHover a,
.sf-menu li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu ul li:hover a {
	color: #000
}

.sf-menu ul li.sfHover,
.sf-menu ul li:hover {
	background: 0
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc
}

.sf-arrows>.sfHover>.sf-with-ul:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color: #ccc
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc
}

.sf-arrows ul .sfHover>.sf-with-ul:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul li>.sf-with-ul:focus:after {
	border-left-color: #ccc
}

.nav-tabs>li {
	float: unset
}

#fh5co-menu-wrap {
	position: relative;
	z-index: 2;
	display: block;
	float: right;
	top: 12px;
	right: 0
}

@media screen and (max-width:768px) {
	#fh5co-menu-wrap {
		float: right;
		right: -8px;
		top: 14px;
		margin-bottom: -50px
	}
}

@media screen and (max-width:767px) {
	#fh5co-menu-wrap {
		float: left;
		top: 0;
		width: 100%;
		margin-bottom: 0;
		right: 37px
	}
}

#fh5co-primary-menu>li>.sf-with-ul:after {
	border: none !important;
	font-family: themify;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 3px;
	top: 50%;
	margin-top: -7px;
	content: "\e64b";
	color: #000;
	display: none
}

#fh5co-primary-menu>li>.sf-with-ul:focus:after,
#fh5co-primary-menu>li>.sf-with-ul:hover:after {
	color: #fff !important
}

#fh5co-primary-menu>li>.sf-with-ul.active:after {
	color: #fff
}

#fh5co-primary-menu>li>ul li {
	position: relative;
	display: block
}

#fh5co-primary-menu>li>ul li>.sf-with-ul:after {
	border: none !important;
	font-family: themify;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 20px;
	font-size: 16px;
	content: "\e649";
	color: rgba(255, 255, 255, .5)
}

#fh5co-primary-menu .fh5co-sub-menu {
	padding: 7px;
	background: #000;
	border-radius: 11px;
}

.dropnvmlt {
	left: -34px !important
}

.dropnvmlt2 {
	left: -28px !important
}

.dropnvmlt3 {
	left: -56px !important
}

.dropnvmlt4 {
	left: -54px !important
}

.dropnvmlt5 {
	left: -35px !important
}

@media screen and (max-width:768px) {
	.dropnvmlt3 {
		left: -56px !important
	}

	.dropnvmlt2 {
		left: -74px !important
	}

	.dropnvmlt {
		left: -67px !important
	}
}

#fh5co-primary-menu .fh5co-sub-menu:after {
	position: absolute;
	top: -8px;
	left: 96px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #000;
	border-left: 8px solid transparent;
	content: ''
}

#fh5co-primary-menu .fh5co-sub-menu>li>.fh5co-sub-menu {
	left: 103%
}

#fh5co-primary-menu .fh5co-sub-menu>li>.fh5co-sub-menu:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-bottom: 0 solid #fff;
	border-left: 0 solid transparent;
	content: ''
}

.site-header.has-image #primary-menu .sub-menu {
	border-color: #ebebeb;
	-webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .09);
	-moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .09);
	-ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .09);
	-o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .09);
	box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .09)
}

.site-header.has-image #primary-menu .sub-menu:before {
	display: none
}

#fh5co-primary-menu .fh5co-sub-menu a {
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 14px;
	line-height: 34px;
	color: #fff !important;
	text-transform: none;
	background: 0;
	font-weight: 400;
	margin-left: 0;
	text-align: center;
	letter-spacing: 1px
}

#fh5co-primary-menu .fh5co-sub-menu a:hover {
	color: #fff !important;
	background: 0 0 !important
}

#fh5co-hero {
	margin-bottom: 0;
	background: #fff url(../images/loader.gif) no-repeat center center;
	margin-bottom: 0 !important;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap
}

#fh5co-hero .flexslider {
	border: 0;
	z-index: 1;
	margin-bottom: 0
}

#fh5co-hero .flexslider .slides {
	position: relative;
	overflow: hidden
}

#fh5co-hero .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 800px !important;
	position: relative
}

@media screen and (max-width:768px) {
	#fh5co-hero .flexslider .slides li {
		height: 503px !important;
		background-image: none !important
	}
}

#fh5co-hero .flexslider .slides li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 1
}

#fh5co-hero .flexslider .flex-control-nav {
	bottom: 60px;
	z-index: 1000;
	right: 20px;
	width: 25px;
	float: right;
	top: 37%
}

@media screen and (max-width:768px) {
	#fh5co-hero .flexslider .flex-control-nav {
		bottom: 60px;
		z-index: 1000;
		right: 5px;
		width: 25px;
		float: right;
		top: 45%
	}
}

#fh5co-hero .flexslider .flex-control-nav li {
	display: block !important;
	margin-bottom: 20px;
	float: right
}

#fh5co-hero .flexslider .flex-control-nav li a {
	display: block !important;
	background: #000;
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
	border: 2px solid transparent
}

@media screen and (max-width:768px) {
	#fh5co-hero .flexslider .flex-control-nav li a {
		width: 8px;
		height: 8px
	}
}

#fh5co-hero .flexslider .flex-control-nav li a:active,
#fh5co-hero .flexslider .flex-control-nav li a:focus {
	outline: 0;
	border: 2px solid #000 !important
}

#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	border: 2px solid #000;
	background: 0
}

#fh5co-hero .flexslider .flex-direction-nav {
	display: none
}

.slider-text {
	display: table;
	height: auto;
	z-index: 999;
	min-height: 700px
}

@media screen and (max-width:768px) {
	.slider-text {
		min-height: 503px
	}
}

.slider-text>.slider-text-inner {
	vertical-align: middle;
	min-height: 700px;
	position: relative;
	top: 155px
}

.slider-text>.slider-text-inner h2 {
	font-size: 50px;
	font-weight: 400;
	color: #fff;
	line-height: 60px
}

@media screen and (max-width:768px) {
	.slider-text>.slider-text-inner h2 {
		font-size: 24px
	}
}

.slider-text>.slider-text-inner p {
	margin-bottom: 30px;
	font-size: 20px;
	color: rgba(255, 255, 255, .8);
	padding: 7px 0
}

.slider-text>.slider-text-inner p>span {
	text-transform: uppercase;
	letter-spacing: 5px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000
}

.slider-text>.slider-text-inner p .btn {
	font-size: 22px !important;
	bordeR: 1px solid transparent;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px
}

.slider-text>.slider-text-inner p .btn:hover {
	color: #fff !important
}

div.cs-select span {
	padding: 5px 10px
}

.cs-skin-border {
	font-size: 16px;
	color: #fff
}

@media screen and (max-width:829px) {
	.cs-skin-border {
		max-width: 829px !important
	}
}

@media screen and (max-width:30em) {
	.cs-skin-border {
		font-size: 16px
	}
}

.cs-skin-border>span {
	border: 2px solid rgba(255, 255, 255, .5)
}

.cs-skin-border>span::after {
	font-size: 14px !important
}

.cs-skin-border .cs-selected>span::after {
	font-size: 14px !important
}

.wrap {
	text-align: center;
	width: 100%;
	margin-top: 0;
	height: 100px;
	background: #f1f1f1
}

@media screen and (max-width:767px) {
	.wrap {
		height: 28px
	}
}

#availability {
	background: #ff5722;
	width: 100%;
	top: 1em;
	z-index: 99;
	position: relative;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width:1176px) {
	#availability {
		width: 100%
	}
}

@media screen and (max-width:1130px) {
	#availability {
		width: 100%
	}
}

@media screen and (max-width:915px) {
	#availability {
		width: 100%
	}
}

@media screen and (max-width:915px) {
	#availability {
		width: 100%;
		top: 0
	}
}

@media screen and (max-width:769px) {
	#availability {
		width: 100%
	}
}

#availability>form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

@media screen and (max-width:829px) {
	#availability>form {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap
	}
}

#availability .a-col {
	width: 20%;
	float: left;
	position: relative;
	padding: 14px
}

@media screen and (max-width:829px) {
	#availability .a-col {
		width: 100% !important
	}
}

#availability .a-col.alternate {
	width: 30%
}

@media screen and (max-width:829px) {
	#availability .a-col.alternate {
		width: 50% !important
	}
}

@media screen and (max-width:492px) {
	#availability .a-col.alternate {
		width: 100% !important
	}
}

#availability .a-col.action {
	padding: 0 !important;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center
}

#availability .a-col.action a {
	align-items: center;
	vertical-align: middle;
	heght: 100%;
	line-height: 20px;
	padding: 14px;
	display: block;
	width: 100%;
	color: #fff;
	text-align: left;
	background: #3c4146;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#availability .a-col.action a::after {
	font-family: themify;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	top: 50%;
	right: 20px;
	margin-top: -10px;
	content: "\e649";
	position: absolute;
	font-size: 16px;
	color: #ff5722;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

#availability .a-col.action a:hover {
	text-decoration: none;
	background: #24282b;
	outline: 0
}

#availability .a-col.action a:hover::after {
	right: 10px
}

#availability .a-col.action a:active,
#availability .a-col.action a:focus {
	outline: 0;
	text-decoration: none
}

#availability .a-col.action a span {
	display: block
}

#availability .a-col .input-field {
	width: 100%
}

#availability .a-col .input-field input[type=text],
#availability .a-col .input-field label {
	display: inline-block
}

#availability .a-col .input-field label {
	margin-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	float: left;
	margin-top: 7px
}

#availability .a-col .input-field input[type=text] {
	float: right;
	margin-right: 0;
	width: 60%;
	height: 42px;
	font-size: 15px;
	line-height: 36px;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	color: #fff;
	background: transparent url(../images/arrow_down_input.png) 98% 90% no-repeat;
	border: 2px solid rgba(255, 255, 255, .5);
	border-radius: 0;
	box-shadow: none
}

#availability .a-col .input-field input[type=text]:active,
#availability .a-col .input-field input[type=text]:focus {
	box-shadow: none;
	outline: 0
}

.fh5co-counters {
	padding: 3em 0;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center
}

.fh5co-counters .counter-wrap {
	border: 1px solid red !important
}

.fh5co-counters .fh5co-counter {
	font-size: 40px;
	display: block;
	color: rgba(0, 0, 0, .7);
	font-family: "Duran-Regular", sans-serif;
	width: 100%;
	font-weight: 700;
	margin-bottom: .3em
}

.fh5co-counters .fh5co-counter-label {
	color: rgba(0, 0, 0, .5);
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 2em;
	display: block
}

#featured-hotel {
	float: left;
	width: 100%
}

.feature-full-1col {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-bottom: 30px
}

.feature-full-1col .desc,
.feature-full-1col .image {
	float: left;
	width: 50%
}

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

	.feature-full-1col .desc,
	.feature-full-1col .image {
		flex-wrap: wrap;
		position: relative;
		width: 100%
	}
}

.feature-full-1col .image {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden
}

.feature-full-1col .image .descrip {
	width: 180px;
	position: absolute;
	top: 0;
	right: -180px;
	padding: 10px;
	background: #ff5722;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.feature-full-1col .image .descrip p {
	margin: 0;
	color: #fff
}

.feature-full-1col .image .descrip small,
.feature-full-1col .image .descrip span {
	display: block
}

.feature-full-1col .image .descrip small {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
	font-size: 12px
}

@media screen and (max-width:768px) {
	.feature-full-1col .image {
		height: 300px
	}
}

.feature-full-1col .desc {
	padding: 50px;
	background: #fff
}

@media screen and (max-width:768px) {
	.feature-full-1col .desc {
		padding: 30px
	}
}

.feature-full-1col:focus .image .descrip,
.feature-full-1col:hover .image .descrip {
	right: 0
}

.feature-full-2col {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

@media screen and (max-width:768px) {
	.feature-full-2col {
		flex-wrap: wrap;
		width: 100%
	}
}

.feature-full-2col .f-hotel {
	float: left;
	width: 50%;
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap
}

@media screen and (max-width:992px) {
	.feature-full-2col .f-hotel {
		width: 100%;
		flex-wrap: wrap;
		margin-bottom: 30px
	}
}

.feature-full-2col .f-hotel .descrip {
	width: 180px;
	position: absolute;
	top: 0;
	right: -180px;
	padding: 10px;
	background: #ff5722;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.feature-full-2col .f-hotel .descrip p {
	margin: 0;
	color: #fff
}

.feature-full-2col .f-hotel .descrip small,
.feature-full-2col .f-hotel .descrip span {
	display: block
}

.feature-full-2col .f-hotel .descrip small {
	color: rgba(255, 255, 255, .5);
	text-transform: uppercase;
	font-size: 12px
}

.feature-full-2col .f-hotel .image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0
}

@media screen and (max-width:480px) {
	.feature-full-2col .f-hotel .image {
		position: relative;
		height: 200px
	}
}

.feature-full-2col .f-hotel .desc,
.feature-full-2col .f-hotel .image {
	width: 50%
}

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

	.feature-full-2col .f-hotel .desc,
	.feature-full-2col .f-hotel .image {
		width: 100%
	}
}

.feature-full-2col .f-hotel .desc {
	padding: 30px;
	background: #fff
}

.feature-full-2col .f-hotel:focus .image .descrip,
.feature-full-2col .f-hotel:hover .image .descrip {
	right: 0
}

#featured-hotel,
#fh5co-blog-section,
#fh5co-contact-section,
#fh5co-hotel-section,
#fh5co-services-section,
#footer,
#hotel-facilities,
#testimonial {
	padding: 50px 0
}

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

	#featured-hotel,
	#fh5co-blog-section,
	#fh5co-contact-section,
	#fh5co-hotel-section,
	#fh5co-services-section,
	#footer,
	#hotel-facilities,
	#testimonial {
		padding: 15px 0
	}
}

#hotel-facilities {
	float: left;
	width: 100%;
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#tabs {
	float: left;
	width: 100%
}

#tabs .tabs-nav {
	border-bottom: 1px solid #f0f0f0;
	float: left;
	width: 100%
}

#tabs .tabs-nav>a {
	float: left;
	width: 16.666667%;
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #ccc;
	padding: 10px 0 40px 0;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#tabs .tabs-nav>a>.icon {
	margin-bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

#tabs .tabs-nav>a>.icon:before {
	font-size: 40px
}

#tabs .tabs-nav>a>.icon,
#tabs .tabs-nav>a>span {
	display: block
}

#tabs .tabs-nav>a>span {
	font-weight: 700
}

#tabs .tabs-nav>a.active {
	color: #ff5722;
	border-bottom: 1px solid #ff5722
}

#tabs .tabs-nav>a.active .icon {
	color: #ff5722
}

#tabs .tabs-nav>a:hover {
	text-decoration: none;
	color: #ff5722
}

#tabs .tabs-nav>a:hover .icon {
	color: #ff5722
}

#tabs .tabs-nav>a:active,
#tabs .tabs-nav>a:focus {
	outline: 0;
	text-decoration: none !important
}

#tabs .tabs-nav>a:active>.icon,
#tabs .tabs-nav>a:active>span,
#tabs .tabs-nav>a:focus>.icon,
#tabs .tabs-nav>a:focus>span {
	text-decoration: none !important
}

#tabs .tab-content-container {
	position: relative;
	width: 100%;
	float: left;
	padding-top: 40px
}

#tabs .tab-content-container .tab-content {
	position: absolute;
	width: 100%;
	float: left;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

#tabs .tab-content-container .tab-content.show {
	opacity: 1
}

#tabs .heading {
	font-size: 40px;
	color: #52565b;
	margin: 0 0 30px 0;
	padding: 0
}

#tabs .super-heading-sm {
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #bcbcbc;
	text-transform: uppercase;
	letter-spacing: 2px
}

#tabs .service-hour {
	padding-top: 20px
}

#tabs .service-hour>span {
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #bcbcbc;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block
}

#tabs .service-hour>strong {
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #52565b
}

#fh5co-hotel-section .hotel-content .hotel-grid {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 300px;
	position: relative;
	display: block;
	overflow: hidden
}

#fh5co-hotel-section .hotel-content .hotel-grid .price small {
	color: rgba(255, 255, 255, .5)
}

#fh5co-hotel-section .hotel-content .hotel-grid>div {
	width: 110px;
	position: absolute;
	top: 0;
	left: -110px;
	padding: 10px;
	background: #ff5722;
	color: #fff;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

#fh5co-hotel-section .hotel-content .hotel-grid>div small {
	display: block;
	text-transform: uppercase;
	font-size: 11px
}

#fh5co-hotel-section .hotel-content .hotel-grid>div span {
	display: block;
	font-size: 18px
}

#fh5co-hotel-section .hotel-content .hotel-grid .book-now {
	position: absolute;
	bottom: -47px;
	right: 0;
	color: #fff;
	width: 120px;
	padding: 7px 0;
	background: #3c4146;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

#fh5co-hotel-section .hotel-content .hotel-grid .book-now:focus,
#fh5co-hotel-section .hotel-content .hotel-grid .book-now:hover {
	color: #fff !important
}

#fh5co-hotel-section .hotel-content .desc {
	border: 1px solid #e6e6e6;
	border-top: 0;
	padding: 20px;
	margin-bottom: 40px;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s
}

@media screen and (max-width:992px) {
	#fh5co-hotel-section .hotel-content .desc {
		margin-bottom: 40px
	}
}

#fh5co-hotel-section .hotel-content .desc h3 {
	font-size: 20px;
	margin: 0 0 20px 0
}

#fh5co-hotel-section .hotel-content .desc h3 a {
	color: rgba(0, 0, 0, .7)
}

#fh5co-hotel-section .hotel-content:focus .hotel-grid>div,
#fh5co-hotel-section .hotel-content:hover .hotel-grid>div {
	left: 0
}

#fh5co-hotel-section .hotel-content:focus .hotel-grid .book-now,
#fh5co-hotel-section .hotel-content:hover .hotel-grid .book-now {
	bottom: 0
}

#fh5co-hotel-section .hotel-content:focus .desc,
#fh5co-hotel-section .hotel-content:hover .desc {
	-webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .06);
	-moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .06);
	-ms-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .06);
	-o-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .06);
	box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .06)
}

#testimonial {
	background: #ff5722;
	float: left;
	width: 100%;
	color: #52565b
}

#testimonial .section-title h2 {
	color: #f8e69f;
	font-size: 35px;
	font-weight: 300;
	letter-spacing: 3px
}

#testimonial blockquote {
	border-left: none;
	padding: 20px;
	background: #fff;
	-webkit-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	-ms-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	-o-box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	box-shadow: 1px 2px 2px 0 rgba(0, 0, 0, .2);
	position: relative
}

#testimonial blockquote:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -12px;
	left: 10%
}

#testimonial .author {
	margin-bottom: 0;
	margin-left: 10px;
	color: #f8e69f
}

#fh5co-blog-section {
	width: 100%;
	float: left
}

#fh5co-blog-section .blog-grid {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 417px;
	position: relative;
	border: 1px solid #e0dede
}

@media screen and (max-width:768px) {
	#fh5co-blog-section .blog-grid {
		height: 218px
	}
}

@media screen and (max-width:767px) {
	#fh5co-blog-section .blog-grid {
		height: 118px
	}
}

#fh5co-blog-section .blog-grid .date {
	width: 100%;
	padding: 10px 20px;
	background: #ececec;
	height: 497px;
	transition: all .8s ease;
	cursor: pointer;
	position: absolute;
	top: 0
}

@media screen and (max-width:768px) {
	#fh5co-blog-section .blog-grid .date {
		width: 100%;
		padding: 10px 0;
		background: #ececec;
		height: 286px;
		transition: all .8s ease;
		cursor: pointer;
		position: absolute;
		top: 0
	}
}

@media screen and (max-width:767px) {
	#fh5co-blog-section .blog-grid .date {
		width: 100%;
		padding: 10px 0;
		background: #ececec;
		height: 142px;
		transition: all .8s ease;
		cursor: pointer;
		position: absolute;
		top: 0
	}
}

#fh5co-blog-section .blog-grid .date:hover {
	opacity: 0;
	transition: all .8s ease
}

#fh5co-blog-section .blog-grid .date small,
#fh5co-blog-section .blog-grid .date span {
	display: block;
	text-transform: uppercase
}

#fh5co-blog-section .blog-grid .date small {
	font-size: 12px;
	letter-spacing: 2px
}

#fh5co-blog-section .desc {
	border: 1px solid #e0dede;
	border-top: 0;
	padding: 20px;
	margin-bottom: 40px;
	height: 82px;
	background: #f8f8f8
}

@media screen and (max-width:768px) {
	#fh5co-blog-section .desc {
		border: 1px solid #e0dede;
		border-top: 0;
		padding: 20px;
		margin-bottom: 40px;
		height: 70px;
		background: #f8f8f8
	}
}

@media screen and (max-width:767px) {
	#fh5co-blog-section .desc {
		margin-bottom: 40px;
		height: 24px;
		padding: 3px
	}
}

#fh5co-blog-section .desc h3 {
	margin: 0;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	font-style: italic
}

@media screen and (max-width:768px) {
	#fh5co-blog-section .desc h3 {
		font-size: 18px
	}
}

@media screen and (max-width:767px) {
	#fh5co-blog-section .desc h3 {
		font-size: 8px
	}
}

#fh5co-blog-section .desc h3 a {
	color: rgba(0, 0, 0, .7)
}

.services {
	position: relative;
	margin-bottom: 60px
}

.services span {
	position: absolute;
	top: 15px;
	left: 0
}

.services span>i {
	font-size: 50px;
	color: #ff5722;
	padding: 15px;
	background: rgba(0, 0, 0, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%
}

.services .desc {
	padding-left: 100px
}

.contact-info {
	margin: 0;
	padding: 0
}

.contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px
}

.contact-info li i {
	position: absolute;
	top: .3em;
	left: 0;
	font-size: 22px;
	color: rgba(0, 0, 0, .5)
}

.contact-info li a {
	font-weight: 400 !important;
	color: rgba(0, 0, 0, .3)
}

.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: 0;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 18px;
	font-weight: 400;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0
}

.form-control:active,
.form-control:focus {
	border-bottom: 1px solid rgba(0, 0, 0, .5)
}

.form-group {
	margin-bottom: 16px
}

#map {
	width: 100%;
	height: 700px;
	position: relative
}

@media screen and (max-width:768px) {
	#map {
		height: 200px
	}
}

#footer {
	float: left;
	width: 100%;
	margin-top: 100px
}

#footer ul.link {
	padding: 0;
	margin: 0 0 30px 0
}

#footer ul.link li {
	padding: 0;
	margin: 0;
	list-style: none
}

#footer .copyright {
	margin-top: 0
}

#footer #form-subscribe .form-field {
	position: relative
}

#footer .social-icons {
	padding: 0;
	margin: 0
}

#footer .social-icons li {
	padding: 0;
	margin: 0;
	list-style: none
}

#footer .social-icons li a {
	font-size: 30px;
	color: #b3b3b3 !important
}

#footer .social-icons li a:active,
#footer .social-icons li a:focus,
#footer .social-icons li a:hover {
	color: #ff5722 !important;
	outline: 0;
	text-decoration: none !important
}

#footer .social-icons li a:active i,
#footer .social-icons li a:focus i,
#footer .social-icons li a:hover i {
	text-decoration: none
}

.fh5co-bg-color {
	background: #000
}

.section-title {
	float: left;
	width: 100%;
	z-index: 99
}

@media screen and (max-width:768px) {
	.section-title {
		padding-top: 0
	}
}

.section-title h2 {
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 10px;
	margin-bottom: 41px;
	text-align: center;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	font-size: 35px;
	letter-spacing: 1px
}

@media screen and (max-width:767px) {
	.section-title h2 {
		font-size: 30px
	}
}

.googleplus-color {
	color: #dc4e41 !important
}

.facebook-color {
	color: #3b5998 !important
}

.twitter-color {
	color: #55acee !important
}

.fh5co-parallax,
.fh5co-table,
.fh5co-table-cell {
	height: 600px
}

.fh5co-parallax {
	background-color: #555;
	background-attachment: fixed;
	background-size: cover;
	position: relative
}

.fh5co-parallax .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .4)
}

@media screen and (max-width:768px) {
	.fh5co-parallax {
		height: inherit;
		padding: 4em 0
	}
}

.fh5co-parallax .fh5co-intro h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 10px
}

@media screen and (max-width:768px) {
	.fh5co-parallax .fh5co-intro h1 {
		font-size: 30px
	}
}

.fh5co-parallax .fh5co-intro p {
	color: #fff
}

.fh5co-parallax .fh5co-intro p a {
	color: #ff5722;
	border-bottom: 2px solid rgba(255, 87, 34, .2)
}

.fh5co-parallax .fh5co-intro p a:hover {
	color: #ff5722
}

.fh5co-parallax .fh5co-intro.box-area {
	padding: 40px;
	background: #222831
}

.fh5co-table {
	display: table
}

.fh5co-table-cell {
	display: table-cell;
	vertical-align: middle
}

.js .animate-box {
	opacity: 0
}

#fh5co-wrapper {
	overflow-x: hidden;
	position: relative
}

.fh5co-offcanvas {
	overflow: hidden
}

.fh5co-offcanvas #fh5co-wrapper {
	overflow: hidden !important
}

#fh5co-page {
	position: relative;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

.fh5co-offcanvas #fh5co-page {
	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px)
}

#offcanvas-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #222;
	right: -240px;
	width: 240px;
	padding: 20px;
	overflow-y: scroll !important;
	display: none
}

#offcanvas-menu ul {
	padding: 0;
	margin: 0
}

#offcanvas-menu ul li {
	padding: 0;
	margin: 0 0 10px 0;
	list-style: none
}

#offcanvas-menu ul li a {
	font-size: 18px;
	color: rgba(255, 255, 255, .4)
}

#offcanvas-menu ul li a:hover {
	color: #ff5722
}

#offcanvas-menu ul li>.fh5co-sub-menu {
	margin-top: 9px;
	padding-left: 20px
}

#offcanvas-menu ul li.active>a {
	color: #ff5722
}

#offcanvas-menu ul .fh5co-sub-menu {
	display: block !important
}

.cs-active .cs-options {
	-webkit-box-shadow: 0 17px 56px -25px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0 17px 56px -25px rgba(0, 0, 0, .75);
	box-shadow: 0 17px 56px -25px rgba(0, 0, 0, .75)
}

.fh5co-nav-toggle {
	margin-top: -8px !important;
	cursor: pointer;
	text-decoration: none
}

.fh5co-nav-toggle.active i::after,
.fh5co-nav-toggle.active i::before {
	background: #000
}

.fh5co-nav-toggle.dark.active i::after,
.fh5co-nav-toggle.dark.active i::before {
	background: #000
}

.fh5co-nav-toggle:active,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:hover {
	outline: 0;
	border-bottom: none !important
}

.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	width: 30px;
	height: 2px;
	color: #000;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #000;
	transition: all .2s ease-out
}

.fh5co-nav-toggle i::after,
.fh5co-nav-toggle i::before {
	content: '';
	width: 30px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.fh5co-nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out
}

.fh5co-nav-toggle.dark i::after,
.fh5co-nav-toggle.dark i::before {
	background: #000;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s
}

.fh5co-nav-toggle i::before {
	top: -7px
}

.fh5co-nav-toggle i::after {
	bottom: -7px
}

.fh5co-nav-toggle:hover i::before {
	top: -10px
}

.fh5co-nav-toggle:hover i::after {
	bottom: -10px
}

.fh5co-nav-toggle.active i {
	background: 0
}

.fh5co-nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.fh5co-nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg)
}

.fh5co-nav-toggle {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer
}

@media screen and (max-width:768px) {
	.fh5co-nav-toggle {
		display: none;
		top: 0
	}
}

@media screen and (max-width:480px) {
	.col-xxs-12 {
		float: none;
		width: 100%
	}
}

.row-bottom-padded-lg {
	padding-bottom: 7em
}

@media screen and (max-width:768px) {
	.row-bottom-padded-lg {
		padding-bottom: 2em
	}
}

.row-top-padded-lg {
	padding-top: 7em
}

@media screen and (max-width:768px) {
	.row-top-padded-lg {
		padding-top: 2em
	}
}

.row-bottom-padded-md {
	padding-bottom: 4em
}

@media screen and (max-width:768px) {
	.row-bottom-padded-md {
		padding-bottom: 2em
	}
}

.row-top-padded-md {
	padding-top: 4em
}

@media screen and (max-width:768px) {
	.row-top-padded-md {
		padding-top: 2em
	}
}

.row-bottom-padded-sm {
	padding-bottom: 2em
}

@media screen and (max-width:768px) {
	.row-bottom-padded-sm {
		padding-bottom: 2em
	}
}

.row-top-padded-sm {
	padding-top: 2em
}

@media screen and (max-width:768px) {
	.row-top-padded-sm {
		padding-top: 2em
	}
}

.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.lead {
	line-height: 1.8
}

.no-js #loader {
	display: none
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0
}

.fh5co-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/hourglass.svg) center no-repeat #222
}

.homebanTopTxt {
	float: left;
	margin-top: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	font-size: 14px;
	color: #000;
	margin-left: 1.5em;
	padding: .875rem 1.875rem;
	text-align: left;
	letter-spacing: 1px;
	font-family: Lora, serif
}

@media screen and (max-width:1024px) {
	.homebanTopTxt {
		margin-top: 1.3em
	}
}

@media screen and (max-width:768px) {
	.homebanTopTxt {
		margin-top: .8em;
		margin-left: -19px;
		font-size: 15px;
		line-height: 21px;
		position: absolute;
		top: 75px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.homebanTopTxt {
		margin-left: -19px;
		font-size: 15px;
		line-height: 21px;
		position: absolute;
		top: 75px
	}
}

@media screen and (max-width:767px) {
	.homebanTopTxt {
		position: absolute;
		top: -24px;
		left: 93px;
		font-size: 9px;
		line-height: 18px;
		margin-left: 0;
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.homebanTopTxt {
		margin-left: -19px;
		font-size: 15px;
		line-height: 21px;
		position: absolute;
		top: 70px
	}
}

.homebanSuperTxt {
	vertical-align: super;
	position: relative;
	font-size: 12px;
	top: 1px
}

@media screen and (max-width:767px) {
	.homebanSuperTxt {
		font-size: 6px
	}
}

.hometp-logbg {
	width: 97px;
	height: 75px;
	background: #000 !important;
	padding-top: 9px !important;
	position: relative;
	top: -25px
}

@media(max-width:767px) {
	.hometp-logbg {
		width: 54px;
		height: 41px
	}
}

.hometp-logbgTxt {
	font-weight: 400;
	line-height: normal;
	font-size: 15px;
	text-align: center;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	margin-top: 3px !important;
	margin-bottom: 7px !important;
	cursor: pointer
}

.hometp-logbdr {
	margin-bottom: 8px !important;
	margin-top: 9px !important;
	width: 70%;
	position: relative;
	border-top: 1px solid #eee;
	margin: 0 auto !important
}

@media(max-width:767px) {
	.hometp-logbdr {
		margin-bottom: 3px;
		margin-top: 6px;
		width: 70%;
		position: relative
	}
}

.homeslide1_cnbdr {
	width: 54%;
	height: 347px;
	border: 1px solid #000;
	box-sizing: border-box;
	position: relative;
	left: 26%;
	top: 38px;
	padding: 48px 64px
}

@media screen and (max-width:768px) {
	.homeslide1_cnbdr {
		width: 100%;
		height: auto;
		border: 1px solid #000;
		box-sizing: border-box;
		position: relative;
		left: 0;
		top: 38px;
		padding: 0
	}
}

.homeslide1_cnbg {
	background: rgba(255, 255, 255, .6);
	width: 100%;
	height: 247px;
	padding: 14px 62px
}

.homeslide1_cnbg h3 {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: Forum, cursive;
	margin-bottom: 0
}

@media screen and (max-width:768px) {
	.homeslide1_cnbg {
		background: rgba(255, 255, 255, .6);
		width: 100%;
		height: auto;
		padding: 22px 22px
	}

	.homeslide1_cnbg h3 {
		font-size: 14px
	}
}

.homeslide1_hdhr {
	width: 75px;
	border: 1px solid #f13d24;
	margin-top: 12px;
	margin-bottom: 15px
}

.homeslide1_cnsmalltxt {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #000;
	font-family: Forum, cursive
}

@media screen and (max-width:768px) {
	.homeslide1_cnsmalltxt {
		font-size: 14px
	}
}

.homeslide1_knmrbtn {
	width: 231px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .75);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	display: inline-block;
	position: relative;
	top: 60px;
	padding: 12px;
	margin-left: 57px;
	margin-right: 26px
}

@media screen and (max-width:768px) {
	.homeslide1_knmrbtn {
		width: auto;
		font-size: 12px;
		margin-left: 5px;
		margin-right: 5px;
		padding: 7px 24px
	}
}

.homeslide1_redzbtn {
	width: 231px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .75);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	display: inline-block;
	position: relative;
	top: 60px;
	padding: 12px;
	background: #000
}

@media screen and (max-width:768px) {
	.homeslide1_redzbtn {
		width: auto;
		font-size: 12px;
		margin-left: 5px;
		margin-right: 5px;
		padding: 7px 24px
	}
}

.homehighhover_txt {
	position: relative;
	top: 44%;
	margin: 0;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	font-style: italic
}

@media screen and (max-width:768px) {
	.homehighhover_txt {
		position: relative;
		font-size: 18px
	}
}

@media screen and (max-width:767px) {
	.homehighhover_txt {
		position: relative;
		font-size: 10px
	}
}

.homehighimg_plbtn {
	font-family: Helvetica;
	line-height: normal;
	font-size: 50px;
	color: #fbfbfb;
	position: absolute;
	right: 11px;
	top: -8px
}

@media screen and (max-width:768px) {
	.homehighimg_plbtn {
		font-family: Helvetica;
		line-height: normal;
		font-size: 28px;
		color: #fbfbfb;
		position: absolute;
		right: 15px;
		top: 5px
	}
}

@media screen and (max-width:767px) {
	.homehighimg_plbtn {
		font-family: "Duran-Regular", sans-serif;
		line-height: normal;
		font-size: 14px;
		color: #fbfbfb;
		position: absolute;
		right: 8px;
		top: 5px
	}
}

.homeSpk_headtxt {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 5px;
	margin-top: 28px
}

@media screen and (max-width:767px) {
	.homeSpk_headtxt {
		font-size: 12px;
		margin-top: 16px
	}
}

.homeSpk_smalltxt {
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	font-size: 15px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
}

@media screen and (max-width:767px) {
	.homeSpk_smalltxt {
		font-size: 10px
	}
}

.homeSpk_gradinnerbg {
	width: 145px;
	height: 145px;
	position: relative;
	top: 4px;
	padding: 2px;
	object-fit: cover;
	margin: 0 auto;
	filter: gray;
	-webkit-filter: grayscale(100%)
}

.homeSpk_gradinnerbg22 {
	width: 175px;
	height: 175px;
	position: relative;
	top: 4px;
	padding: 2px;
	object-fit: cover;
	margin: 0 auto;
	filter: gray;
	-webkit-filter: grayscale(100%)
}

@media screen and (max-width:768px) {
	.homeSpk_gradinnerbg22 {
		width: 85px;
		height: 85px
	}
}

.homenwupd_imgmain {
	padding-left: 10px;
	padding-right: 10px;
	height: 300px
}

@media screen and (max-width:768px) {
	.homenwupd_imgmain {
		padding-left: 0;
		padding-right: 0;
		height: 235px;
		margin-bottom: 40px
	}
}

@media screen and (max-width:468px) {
	.homenwupd_imgmain {
		padding-left: 0;
		padding-right: 0;
		height: 190px;
		margin-bottom: 40px
	}
}

.homenwupd_imgtxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	color: #000;
	padding-right: 16px;
	margin-top: 18px;
	text-align: left
}

.homenwupd_imgtxt a {
	color: #660bf1
}

@media screen and (max-width:767px) {
	.homenwupd_imgtxt {
		padding-right: 0;
		margin-top: 10px
	}
}

#footer ul.link li a {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	color: #fff !important;
	font-family: "Duran-Regular", sans-serif;
	list-style: none;
	white-space: nowrap;
	line-height: 26px
}

@media screen and (max-width:1024px) {
	#footer ul.link li a {
		letter-spacing: normal
	}
}

#footer ul.link li a:hover {
	text-decoration: underline !important
}

.ftr_redzbtn {
	border: 1px solid #fff;
	background: 0;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	padding: 13px 16px;
	outline: 0
}

.ftr_redzbtn:hover {
	background: #fff;
	color: #000
}

@media screen and (max-width:1024px) {
	.ftr_redzbtn {
		font-size: 14px;
		padding: 14px 28px;
		margin-bottom: 35px
	}
}

.socialicns {
	background: 0;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer
}

.socialicns:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff
}

.faa {
	padding: 8px;
	font-size: 18px;
	width: 35px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
	height: 35px;
	margin-bottom: 10px;
	margin-right: 10px
}

@media screen and (max-width:768px) {
	.faa {
		padding: 7px;
		font-size: 13px;
		width: 28px;
		text-align: center;
		text-decoration: none;
		border-radius: 50%;
		height: 28px;
		margin-bottom: 8px;
		margin-right: 8px
	}
}

@media screen and (max-width:767px) {
	.faa {
		padding: 7px;
		font-size: 13px;
		width: 28px;
		text-align: center;
		text-decoration: none;
		border-radius: 50%;
		height: 28px;
		margin-bottom: 8px;
		margin-right: 0;
		margin-left: 8px
	}
}

@media screen and (max-width:320px) {
	.faa {
		margin-left: 3px
	}
}

.footerline_ht {
	position: relative;
	top: -9px;
	margin-right: 5px
}

@media screen and (max-width:768px) {
	.footerline_ht {
		position: relative;
		top: -9px;
		margin-right: 5px;
		height: 85px
	}
}

@media screen and (max-width:320px) {
	.footerline_ht {
		height: 78px
	}
}

.footercopt_txt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 9px;
	color: #fff;
	margin-top: 10px;
	text-align: left;
	position: relative;
}

.wrap2 {
	text-align: center;
	width: 100%;
	margin-top: 0;
	padding: 76px 0px 76px 0;
	background: #660BF1 no-repeat center center;
	position: relative;
	margin-bottom: 20px
}

@media screen and (max-width:768px) {
	.wrap2 {
		margin-top: 76px
	}
}

@media screen and (max-width:767px) {
	.wrap2 {
		padding: 30px;
		text-align: center;
		width: 100%;
		margin-top: 38px;
		background: #660BF1 no-repeat center center;
		position: relative;
		top: 0
	}
}

.speakers-title h2 {
	font-family: lora, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 60px;
	color: #fff;
	padding-top: 23px;
	text-align: center;
	text-transform: uppercase
}

@media screen and (max-width:767px) {
	.speakers-title h2 {
		font-family: "Duran-Regular", sans-serif;
		font-size: 14px;
		color: #fff;
		padding-top: 16px
	}
}

.Speaker_headtxt {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 5px;
	margin-top: 28px
}

.Speaker_smalltxt {
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 80px
}

@media screen and (max-width:767px) {
	.Speaker_headtxt {
		font-size: 15px;
		margin-bottom: 5px;
		margin-top: 16px
	}

	.Speaker_smalltxt {
		font-size: 12px;
		margin-bottom: 50px
	}
}

.tabbable-panel {
	border: 0;
	padding: 10px
}

.tabbable-line>.nav-tabs {
	border: 0;
	margin: 0
}

@media screen and (max-width:768px) {
	.tabbable-line>.nav-tabs {
		padding-left: 30px
	}
}

.tabbable-line>.nav-tabs>li {
	margin-right: 20px;
	margin-left: 20px
}

.tabbable-line>.nav-tabs>li>a {
	border: 0;
	margin-right: 0;
	font-family: "Duran-Regular", sans-serif;
	font-style: italic;
	font-weight: 500;
	line-height: 2;
	font-size: 22px;
	color: #000;
	padding: 0
}

@media screen and (max-width:768px) {
	.tabbable-line>.nav-tabs>li>a {
		font-size: 16px
	}
}

.tabbable-line>.nav-tabs>li>a>i {
	color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open,
.tabbable-line>.nav-tabs>li:hover {
	border-bottom: 4px solid #fbcdcf
}

.tabbable-line>.nav-tabs>li.open>a,
.tabbable-line>.nav-tabs>li:hover>a {
	border: 0;
	background: 0 0 !important;
	color: #000 !important
}

.tabbable-line>.nav-tabs>li.open>a>i,
.tabbable-line>.nav-tabs>li:hover>a>i {
	color: #a6a6a6
}

.tabbable-line>.nav-tabs>li.open .dropdown-menu,
.tabbable-line>.nav-tabs>li:hover .dropdown-menu {
	margin-top: 0
}

.tabbable-line>.nav-tabs>li.active {
	border-bottom: 4px solid #f3565d;
	position: relative
}

.tabbable-line>.nav-tabs>li.active>a {
	border: 0;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 500;
	line-height: 2;
	font-size: 22px;
	color: #000;
	font-style: italic;
	padding: 0;
	outline: 0
}

@media screen and (max-width:768px) {
	.tabbable-line>.nav-tabs>li.active>a {
		font-size: 16px
	}
}

.tabbable-line>.nav-tabs>li.active>a>i {
	color: #404040
}

.portlet .tabbable-line>.tab-content {
	padding-bottom: 0
}

.tabbable-line.tabs-below>.nav-tabs>li {
	border-top: 4px solid transparent
}

.tabbable-line.tabs-below>.nav-tabs>li>a {
	margin-top: 0
}

.tabbable-line.tabs-below>.nav-tabs>li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf
}

.tabbable-line.tabs-below>.nav-tabs>li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d
}

.tabbable-line.tabs-below>.tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px
}

.tabbdr_right {
	border-right: 1px solid #000;
	position: absolute;
	top: 7px;
	right: -22px;
	height: 40px
}

@media screen and (max-width:768px) {
	.tabbdr_right {
		top: 0
	}
}

.smrvifull_txt {
	font-style: italic !important;
	font-weight: 400 !important;
	line-height: normal !important;
	font-size: 18px !important;
	color: #000 !important;
	font-family: Roboto, sans-serif !important;
	margin-top: 29px;
	margin-bottom: 66px
}

@media screen and (max-width:768px) {
	.smrvifull_txt {
		font-size: 16px;
		margin-bottom: 40px
	}
}

.smrlistbg {
	height: auto;
	background: #ebebeb;
	width: 100%;
	padding: 36px
}

@media screen and (max-width:768px) {
	.smrlistbg {
		padding: 15px 0
	}
}

.smrlist_head {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 15px
}

.smrlist_bdrline {
	border: 1px solid #f13d24;
	width: 134px;
	position: relative;
	left: -63px
}

.smrlist_small p {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 1.5em
}

.smrlist_small {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 1.5em
}

@media screen and (max-width:768px) {
	.smrlist_head {
		font-size: 16px;
		margin-bottom: 15px
	}

	.smrlist_bdrline {
		width: 85px;
		left: 0
	}

	.smrlist_small p {
		font-size: 14px
	}

	.smrlist_small {
		font-size: 14px
	}
}

.homeSpklist_gradbg {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: linear-gradient(to right, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%)
}

.homeSpklist_gradinnerbg {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	background: #dcdcdc;
	position: relative;
	top: 4px;
	object-fit: cover
}

@media screen and (max-width:768px) {
	.homeSpklist_gradbg {
		width: 96px;
		height: 96px
	}

	.homeSpklist_gradinnerbg {
		width: 92px;
		height: 92px;
		border-radius: 50%;
		background: #dcdcdc;
		position: relative;
		top: 2px
	}
}

.homeSpklist_gradbg2 {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: linear-gradient(to bottom, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%)
}

@media screen and (max-width:768px) {
	.homeSpklist_gradbg2 {
		width: 96px;
		height: 96px
	}
}

.homeSpklist_gradbg3 {
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background: linear-gradient(to left, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%)
}

@media screen and (max-width:768px) {
	.homeSpklist_gradbg3 {
		width: 96px;
		height: 96px
	}
}

.Speakerlst_headtxt {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: Roboto, sans-serif
}

.Speakerlst_smalltxt {
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	font-size: 15px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 51px;
	cursor: pointer
}

@media screen and (max-width:768px) {
	.Speakerlst_headtxt {
		margin-top: 16px;
		font-size: 12px
	}

	.Speakerlst_smalltxt {
		font-size: 11px;
		margin-bottom: 51px
	}
}

.SpkrDayTxt {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: Roboto, sans-serif
}

.spkrlst_day1txt {
	line-height: normal;
	font-size: 130px;
	color: #e4e4e4;
	font-weight: 700;
	font-family: "Duran-Regular", sans-serif;
	position: absolute;
	bottom: -15px;
	right: 0;
	margin-bottom: 0
}

@media screen and (max-width:768px) {
	.spkrlst_day1txt {
		font-size: 90px
	}
}

@media screen and (max-width:767px) {
	.spkrlst_day1txt {
		font-size: 36px
	}
}

.homehigh_imggrad {
	height: auto;
	width: auto;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.homehigh_imggrad {
		height: 10px;
		width: 37px
	}
}

@media screen and (max-width:768px) {
	.pdnmobi_left0 {
		padding-left: 0
	}

	.pdnmobi_right0 {
		padding-right: 0
	}
}

.smrlist_spkrmrg {
	margin-left: -24px !important
}

@media screen and (max-width:768px) {
	.smrlist_spkrmrg {
		margin-left: 0 !important
	}
}

.smrlist_viewnone {
	clear: both !important;
	display: block !important;
	border: 0 !important
}

.tabbable-panel {
	border: 0;
	padding: 10px
}

.tabbable-signup>.nav-tabs {
	border: 0;
	margin: 0
}

@media screen and (max-width:768px) {
	.tabbable-signup>.nav-tabs {
		padding-left: 0
	}
}

.tabbable-signup>.nav-tabs>li {
	margin-left: -4px;
	margin-right: -4px
}

@media screen and (max-width:768px) {
	.tabbable-signup>.nav-tabs>li {
		margin-left: -4px;
		margin-right: -4px
	}
}

.tabbable-signup>.nav-tabs>li>a {
	border: 1px solid #000;
	margin-right: 0;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 500;
	line-height: 2;
	font-size: 20px;
	color: #000;
	padding: 0;
	border-radius: 0;
	width: 110px;
	height: 42px;
	text-align: center
}

.tabbable-signup>.nav-tabs>li>a>i {
	color: #a6a6a6
}

.tabbable-signup>.nav-tabs>li.open,
.tabbable-signup>.nav-tabs>li:hover {
	border-bottom: 0;
	color: #000
}

.tabbable-signup>.nav-tabs>li.open>a,
.tabbable-signup>.nav-tabs>li:hover>a {
	background: 0 0 !important
}

.tabbable-signup>.nav-tabs>li.open>a>i,
.tabbable-signup>.nav-tabs>li:hover>a>i {
	color: #a6a6a6
}

.tabbable-signup>.nav-tabs>li.open .dropdown-menu,
.tabbable-signup>.nav-tabs>li:hover .dropdown-menu {
	margin-top: 0
}

.tabbable-signup>.nav-tabs>li.active {
	background: #000;
	color: #fff
}

.tabbable-signup>.nav-tabs>li.active>a {
	border: 1px solid #000;
	background: #000;
	color: #fff
}

.tabbable-signup>.nav-tabs>li.active>a>i {
	color: #404040
}

.portlet .tabbable-signup>.tab-content {
	padding-bottom: 0
}

.tabbable-signup.tabs-below>.nav-tabs>li {
	border-top: 4px solid transparent
}

.tabbable-signup.tabs-below>.nav-tabs>li>a {
	margin-top: 0
}

.tabbable-signup.tabs-below>.nav-tabs>li:hover {
	border-bottom: 0;
	border-top: 4px solid #fbcdcf
}

.tabbable-signup.tabs-below>.nav-tabs>li.active {
	margin-bottom: -2px;
	border-bottom: 0;
	border-top: 4px solid #f3565d
}

.tabbable-signup.tabs-below>.tab-content {
	margin-top: -10px;
	border-top: 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px
}

.sgup_head {
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	color: #000;
	margin-bottom: 20px;
	display: table;
	margin-top: 20px
}

@media screen and (max-width:767px) {
	.sgup_head {
		font-size: 18px
	}
}

.sgup_inputs {
	padding: 2px 15px;
	border:
		1px solid #000;
	height: 36px;
	line-height: 30px;
	width: 100%;
	border-radius: 30px !important;
	font-family: "Duran-Regular", sans-serif;
	outline: 0;
	color: #000;
	font-size: 13px
}

.sgup_inputs::placeholder {
	font-size: 13px
}

.sgup_textarea {
	background: #f3f3f3;
	padding: 5px 15px;
	border: 0;
	height: auto;
	line-height: 30px;
	width: 100%;
	border-radius: 0;
	font-family: "Duran-Regular", sans-serif;
	outline: 0;
	color: #000
}

.sgup_inputslabels {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #000;
	letter-spacing: 1px
}

.sgup_bdrline {
	width: 106px;
	position: relative;
	left: -54px;
	top: 8px;
	margin-bottom: 0
}

.sgnpchecbox {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: Roboto, sans-serif
}

.sgnpchecbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.sgnpcheckmark {
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0
}

.sgnpcheckmark:after {
	content: "";
	position: absolute;
	display: none
}

.sgnpchecbox input:checked~.sgnpcheckmark:after {
	display: block
}

.sgnpchecbox .sgnpcheckmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sgnpchecbox2 {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 12px;
	color: #000;
}

.sgnpchecbox2 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.sgnpcheckmark2 {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0px;
}

.sgnpcheckmark2:after {
	content: "";
	position: absolute;
	display: none
}

.sgnpchecbox2 input:checked~.sgnpcheckmark2:after {
	display: block
}

.sgnpchecbox2 .sgnpcheckmark2:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 7px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sgnp_upmebtn {
	border: 1px solid #000;
	background: #fff;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	padding: 8px 20px;
	outline: 0
}

.sgnp_upmebtn a {
	text-decoration: none
}

.sgnp_upmebtn:active {
	padding: 7.5px 19.5px;
	font-size: 15.5px
}

.sgnp_upmebtn:hover {
	background: #000;
	color: #fff
}

.sgnp_upmebtn.active {
	background: #000;
	color: #fff
}

@media screen and (max-width:768px) {
	.sgnp_upmebtn {
		font-size: 14px;
		padding: 5px 12px
	}

	.sgnp_upmebtn:active {
		padding: 4.5px 11.5px;
		font-size: 13.5px
	}
}

.sgnp_upmebtn11 {
	border: 1px solid #000;
	background: #fff;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	padding: 8px 20px;
	outline: 0;
	transition: all .5s ease;
	position: relative;
	right: 44px
}

.sgnp_upmebtn11:active {
	padding: 7px 19px;
	font-size: 15px
}

.sgnp_upmebtn11:hover {
	background: #000;
	color: #fff;
	transition: all .5s ease
}

.sgnp_upmebtn11.active {
	background: #000;
	color: #fff
}

.sgnp_resetbtn {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	color: #000;
	background: 0;
	border: 0;
	padding-top: 25px;
	text-decoration: underline;
	outline: 0;
	letter-spacing: 1px
}

.sgnp_exibitorplbtn {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 30px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	cursor: pointer
}

.sgnp_exibitorplbtn span {
	position: relative;
	top: -7px;
	left: 10px
}

.sgnp_exbapndClose {
	color: #000 !important;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
	right: 272px;
	margin-top: -171px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	padding: 9px 5px;
	line-height: 9px
}

@media screen and (max-width:768px) {
	.sgnp_exbapndClose {
		color: #000 !important;
		font-size: 30px;
		text-decoration: none;
		position: absolute;
		right: 9px;
		margin-top: -337px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		border: 1px solid #000;
		padding: 9px 5px;
		line-height: 9px
	}
}

.sgnp_exbapndClose2 {
	color: #000 !important;
	font-size: 30px;
	text-decoration: none;
	position: absolute;
	right: 365px;
	margin-top: -170px;
	font-weight: 600;
	width: 30px;
	height: 30px;
	border: 1px solid #000;
	padding: 9px 5px;
	line-height: 9px
}

@media screen and (max-width:768px) {
	.sgnp_exbapndClose2 {
		color: #000 !important;
		font-size: 30px;
		text-decoration: none;
		position: absolute;
		right: 9px;
		margin-top: -337px;
		font-weight: 600;
		width: 30px;
		height: 30px;
		border: 1px solid #000;
		padding: 9px 5px;
		line-height: 9px
	}
}

.loginpop_head {
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: Roboto, sans-serif
}

.loginpop_inputslabels {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	color: #fff;
	display: block;
	text-align: left;
	width: 313px
}

.loginpop_inputs {
	padding: 5px 15px;
	border: 0;
	width: 313px;
	outline: 0;
	color: #000;
	height: 40px;
	background: #fff;
	font-family: Roboto, sans-serif
}

.form-group2 {
	margin-bottom: 30px
}

.loginpop_fpwdtxt {
	font-family: "Duran-Regular", sans-serif;
	font-weight: 300;
	line-height: normal;
	font-size: 13px;
	text-align: right;
	color: #fff;
	width: 313px;
	margin-top: 3px;
	font-style: italic
}

.loginpop_btns {
	background: #fff;
	border: 0;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	padding: 10px 27px;
	line-height: 10px;
	outline: 0
}

.loginpop_btns:active {
	padding: 9px 26px;
	line-height: 9px
}

.loginpop_nusertxt {
	font-family: "Duran-Regular", sans-serif;
	font-weight: 300;
	line-height: normal;
	font-size: 12px;
	color: #fff;
	margin-top: 3px;
	font-style: italic;
	text-align: center
}

.loginpopup-btns {
	padding: 12px 15px;
	font-size: 14px;
	cursor: pointer;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: normal;
	border-radius: 4px;
	width: 134px;
	height: 45px;
	margin-bottom: 15px;
	outline: 0;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #000;
	background: 0;
	border: 1px solid #000;
	letter-spacing: 1px
}

@media screen and (max-width:767px) {
	.loginpopup-btns {
		width: 237px
	}
}

.loginpopup-btns:hover {
	background: #56b1dc;
	border: 0
}

.loginpopup-btns2 {
	padding: 12px 15px;
	font-size: 14px;
	cursor: pointer;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: normal;
	border-radius: 4px;
	width: 134px;
	height: 45px;
	margin-bottom: 15px;
	outline: 0;
	text-align: center;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	color: #000;
	background: 0;
	border: 1px solid #000;
	letter-spacing: 1px
}

@media screen and (max-width:767px) {
	.loginpopup-btns2 {
		width: 237px
	}
}

.loginpopup-btns2:hover {
	background: #f13d24;
	border: 0
}

.loginpopup-btns i {
	font-size: 22px;
	color: #fff;
	vertical-align: middle;
	margin-right: 10px
}

.loginpopup-btns span {
	font-weight: 900;
	font-family: Roboto, sans-serif
}

.loginpop_btmgdline {
	background: linear-gradient(90deg, #6acfff 0, #f13d24 100%);
	height: 8px;
	position: relative
}

.sdetail_headtxt {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 22px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 5px;
	margin-top: 28px
}

.sdetail_smalltxt {
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	font-size: 17px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 10px
}

@media screen and (max-width:767px) {
	.sdetail_headtxt {
		font-size: 15px;
		margin-bottom: 5px;
		margin-top: 16px
	}

	.sdetail_smalltxt {
		font-size: 12px
	}
}

.sdetail_mainbg {
	background: #f1f1f1;
	padding: 28px 60px 28px 60px;
	margin-top: 27px
}

.sdetail_headbdr {
	border-bottom: 1px solid #f03f27;
	width: 120px;
	position: relative;
	top: -7px
}

.sdetail_headcontent {
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-top: 13px
}

@media screen and (max-width:767px) {
	.sdetail_headcontent {
		line-height: 25px;
		font-size: 14px
	}
}

.sdetail_smheadbdr {
	border-bottom: 1px solid #6bcefe;
	width: 120px;
	position: relative;
	top: -7px;
	margin-bottom: 5px
}

.sdetail_rseatbtn {
	width: 115px;
	height: 35px;
	background: #000;
	padding: 12px 0;
	text-align: center;
	line-height: 12px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	cursor: pointer;
	user-select: none
}

.sdetail_rseatbtn:active {
	width: 114px;
	height: 34px;
	padding: 11px 0;
	line-height: 11px;
	font-size: 13px
}

.pressa_hdtxt {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 20px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
}

.pressa_notesbdr {
	border-bottom: 1.5px solid #f13d24;
	margin-bottom: 12px
}

.pressa_rstbdright {
	border-right: 1px solid #000;
	height: 35px;
	position: relative;
	top: 19px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px
}

.home_newsimg {
	width: 337px;
	height: 190px;
	object-fit: cover
}

@media screen and (max-width:768px) {
	.home_newsimg {
		width: 220px;
		height: 140px;
		object-fit: cover
	}
}

@media screen and (max-width:767px) {
	.home_newsimg {
		width: 337px;
		height: 90px;
		object-fit: cover
	}
}

.home_newsimgHM {
	width: 337px;
	height: 190px;
	object-fit: cover;
	border-radius: 32px;
}

@media screen and (max-width:768px) {
	.home_newsimgHM {
		width: 220px;
		height: 140px;
		object-fit: cover
	}
}

@media screen and (max-width:720px) {
	.home_newsimgHM {
		width: 337px;
		height: auto;
		object-fit: cover
	}
}

@media screen and (max-width:468px) {
	.home_newsimgHM {
		width: 337px;
		height: auto;
		object-fit: cover
	}
}

.lheight-normal {
	line-height: normal !important
}

.boder_none0 {
	border: 0 !important
}

.color_black {
	color: #000 !important
}

.color_white {
	color: #fff !important
}

.bdr_top0 {
	border-top: 0 !important
}

.bdr_bottom0 {
	border-bottom: 0 !important
}

.mrg_auto {
	margin: 0 auto !important
}

@media screen and (max-width:767px) {
	.mrgtop_mobi20px {
		margin-top: 20px
	}
}

.ASWtxtcenter {
	text-align: -webkit-center !important;
	text-align: -moz-center !important;
	text-align: -o-center !important;
	text-align: -ms-center !important;
}

@media screen and (max-width:767px) {
	.txtaln_mobicenter {
		text-align: -webkit-center !important;
		text-align: -moz-center !important;
		text-align: -o-center !important;
		text-align: -ms-center !important;
		text-align: center !important
	}
}

@media screen and (max-width:767px) {
	.mrg_imgautomobi {
		margin: 0 auto
	}
}

.ASWtxtleft {
	text-align: -webkit-left !important;
	text-align: -moz-left !important;
	text-align: -o-left !important;
	text-align: -ms-left !important;
	text-align: left !important
}

.ASWtxtright {
	text-align: -webkit-right !important;
	text-align: -moz-right !important;
	text-align: -o-right !important;
	text-align: -ms-right !important;
	text-align: right !important
}

.white_space {
	white-space: nowrap !important
}

@media screen and (max-width:768px) {
	.mrgtopmobi_0px {
		margin-top: 0 !important
	}
}

@media screen and (max-width:767px) {
	.mrgtopmobi_0px {
		margin-top: 36px !important
	}
}

.mrgleft_0px {
	margin-left: 0 !important
}

.mrgleft_15px {
	margin-left: 15px !important
}

.mrgtop_25px {
	margin-top: 25px !important
}

.mrgtop_min10px {
	margin-top: -10px
}

.mrgtop_0px {
	margin-top: 0 !important
}

@media screen and (max-width:767px) {
	.mrgtop_mn200px {
		margin-top: -200px
	}

	.mrgtop_mn310px {
		margin-top: -310px
	}
}

.mrgtop_90px {
	margin-top: 90px
}

.mrgtop_12px {
	margin-top: 12px !important
}

.mrgtop_45px {
	margin-top: 45px
}

.spkrmrgbtm_0px {
	margin-bottom: 0 !important
}

.spkrmrgbtm_5px {
	margin-bottom: 5px !important
}

.spkrmrgbtm_10px {
	margin-bottom: 10px !important
}

.spkrmrgbtm_15px {
	margin-bottom: 15px !important
}

.spkrmrgbtm_20px {
	margin-bottom: 20px !important
}

.spkrmrgbtm_30px {
	margin-bottom: 30px !important
}

.spkrmrgbtm_40px {
	margin-bottom: 40px !important
}

.spkrmrgbtm_50px {
	margin-bottom: 50px !important
}

.spkrmrgbtm_60px {
	margin-bottom: 60px !important
}

.spkrmrgbtm_70px {
	margin-bottom: 70px !important
}

.spkrmrgbtm_80px {
	margin-bottom: 80px !important
}

.spkrmrgbtm_90px {
	margin-bottom: 90px !important
}

.spkrmrgbtm_100px {
	margin-bottom: 100px !important
}

.spkrmrgbtm_102px {
	margin-bottom: 102px !important
}

.spkrmrgbtm_108px {
	margin-bottom: 108px !important
}

.spkrmrgbtm_114px {
	margin-bottom: 114px !important
}

.spkrmrgbtm_120px {
	margin-bottom: 120px !important
}

.spkrmrgbtm_128px {
	margin-bottom: 128px !important
}

.spkrmrgbtm_130px {
	margin-bottom: 130px !important
}

.spkrmrgbtm_135px {
	margin-bottom: 135px !important
}

.spkrmrgbtm_140px {
	margin-bottom: 140px !important
}

.spkrmrgbtm_12px {
	margin-bottom: 12px !important
}

.spkrmrgbtm_105px {
	margin-bottom: 105px !important
}

@media screen and (max-width:468px) {
	.mrgbtm_mobi {
		margin-bottom: 0 !important
	}
}

@media screen and (max-width:768px) {
	.spkrmrgbtm_105px {
		margin-bottom: 40px !important
	}
}

@media screen and (max-width:767px) {
	.pdnleft0mobi {
		padding-left: 0 !important
	}

	.pdnright0mobi {
		padding-right: 0 !important
	}
}

@media screen and (max-width:468px) {
	.pdnright30mobi {
		padding-right: 30px !important
	}
}

.pdn_left0 {
	padding-left: 0 !important
}

.pdn_all0 {
	padding: 0 !important
}

.pdn_all0mobi {
	padding: 0 !important
}

@media screen and (max-width:767px) {
	.pdn_all0mobi {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

.pdn_rightt0 {
	padding-right: 0 !important
}

.display_inline {
	display: inline-block;
	vertical-align: top
}

.clear {
	clear: both
}

.font_weight600 {
	font-weight: 600 !important
}

.dplyinl_mrg {
	display: inline-block;
	margin-right: 10px
}

@media screen and (max-width:1024px) {
	.txtalgn_rightmobi {
		text-align: -webkit-right
	}
}

@media screen and (max-width:768px) {
	.mobipdnleft_right5 {
		padding-right: 5px !important;
		padding-left: 5px !important
	}

	.txtalgn_rightmobi {
		text-align: -webkit-right
	}
}

.top14px {
	top: 14px !important
}

@media screen and (max-width:767px) {
	.pdn_lrmobi {
		padding-left: 0 !important;
		padding-right: 0 !important
	}
}

.sdetail_headcnt p {
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-top: 13px
}

@media screen and (max-width:767px) {
	.sdetail_headcnt p {
		line-height: 25px;
		font-size: 14px
	}
}

.smr_listhead {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 24px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 15px;
	margin-top: 140px
}

.smr_listheadsm {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	color: #000;
	font-family: Roboto, sans-serif
}

.smr_day1txt {
	line-height: normal;
	font-size: 130px;
	color: #e4e4e4;
	font-weight: 700;
	font-family: "Duran-Regular", sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(to TOP, #fff 20%, #e1e1e1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.smr_dtshareicn {
	height: 25px;
	margin-left: 72px;
	position: relative;
	top: -2px
}

.smr_dtcommentbg {
	background: #dcdcdc;
	padding: 19px 24px
}

@media screen and (max-width:768px) {
	.smr_day1txt {
		font-size: 49px;
		right: 9px;
		top: -22px
	}

	.smr_listhead {
		font-size: 18px;
		margin-bottom: 15px;
		margin-top: 50px
	}

	.smr_listheadsm {
		font-size: 14px;
		padding: 0
	}

	.smr_dtshareicn {
		height: 25px;
		margin-left: 5px;
		position: relative;
		top: -2px
	}
}

.news_mainbtmbg {
	background: #ececec;
	padding: 17px 20px;
	margin-top: -15px
}

.news_mainbtmbgtxt {
	font-style: italic;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

.newsdetail_head {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 28px;
	color: #660bf1;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 10px
}

@media screen and (max-width:767px) {
	.newsdetail_head {
		font-size: 18px
	}
}

.newsdetail_date {
	font-style: italic;
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	color: #660bf1;
	font-family: "Duran-Regular", sans-serif;
	display: inline-block
}

.newsdetail_datebdr {
	border-right: 1px solid #660bf1;
	margin-left: 10px;
	margin-right: 10px
}

.newsdt_socialicn {
	width: 40px;
	height: 40px;
	background: rgba(17, 17, 17, .85);
	border-radius: 100px;
	padding: 14px 11px;
	font-size: 22px;
	color: #fff;
	line-height: 13px;
	text-align: center;
	margin-right: 10px;
	margin-top: 8px
}

@media screen and (max-width:767px) {
	.newsdt_socialicn {
		width: 30px;
		height: 30px;
		background: rgba(17, 17, 17, .85);
		border-radius: 100px;
		padding: 11px 7px;
		font-size: 16px;
		color: #fff;
		line-height: 11px;
		text-align: center;
		margin-right: 4px;
		margin-top: 0
	}
}

.newsdt_mainimg {
	width: 806px;
	height: 453px;
	object-fit: cover;
	margin-bottom: 35px
}

@media screen and (max-width:767px) {
	.newsdt_mainimg {
		width: 100%;
		height: auto;
		object-fit: cover;
		margin-bottom: 35px
	}
}

.newsdt_conttxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	font-size: 16px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.newsdt_conttxt p {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	font-size: 16px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.newsdt_conttxt ul li {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	font-size: 16px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: .5em;
	letter-spacing: 1px
}

.newsdt_conttxt h1 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	font-size: 26px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.newsdt_conttxt h2 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	font-size: 24px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.newsdt_conttxt h3 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	font-size: 22px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.newsdt_conttxt h4 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	font-size: 20px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.newsdt_conttxt h5 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.newsdt_conttxt h6 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	font-size: 12px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.newsdt_conttxt td,
th {
	fontfont-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	padding-bottom: 1.5em;
	letter-spacing: 1px
}

@media screen and (max-width:767px) {
	.newsdt_conttxt {
		font-size: 16px
	}
}

.newsdt_txtindt52px {
	text-indent: 52px
}

.newsdt_intervtxt {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
	color: rgba(17, 17, 17, .8);
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 8px
}

.newsdt_intervsmtxt {
	font-style: italic;
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #f13d24;
	font-family: Roboto, sans-serif
}

.newsdt_intervsmtxt span {
	font-style: italic;
	font-weight: 700;
	line-height: normal;
	font-size: 32px;
	color: rgba(17, 17, 17, .8);
	font-family: "Duran-Regular", sans-serif;
	position: relative;
	vertical-align: middle
}

.newsdt_sidebarbdr {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 14px 20px
}

.newsdt_siderhead {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #1b1725;
	margin-bottom: 0
}

.newsdt_sideimgbg {
	width: 176px;
	height: 176px;
	border-radius: 50%;
	background: linear-gradient(to top, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%)
}

.newsdt_sideimg {
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #dcdcdc;
	position: relative;
	top: 3px;
	object-fit: cover
}

.newsdt_sidesocialicn {
	width: 40px;
	height: 40px;
	background: rgba(17, 17, 17, .85);
	border-radius: 4px;
	padding: 14px 6px;
	font-size: 20px;
	color: #fff;
	line-height: 13px;
	text-align: center;
	margin-right: 10px;
	margin-top: 8px;
	position: absolute;
	right: -24px;
	top: 48px
}

.newsdt_sidebtmadd {
	width: 320px;
	height: 389px;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 153px 119px;
	margin-top: 15px
}

.newsdt_sidebtmaddtxt {
	font-family: Muli, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 52px;
	text-align: center;
	color: #000
}

.sign_arhead {
	font-family: "Duran-Regular", sans-serif;
	font-weight: 600;
	line-height: normal;
	font-size: 22px;
	color: #000;
	margin-bottom: 20px
}

@media screen and (max-width:767px) {
	.sign_arhead {
		margin-right: 0;
		text-align: center;
		display: block;
		margin-bottom: 15px
	}
}

.sgnpchecbox3 {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	color: #000;
	font-family: Roboto, sans-serif
}

.sgnpchecbox3 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.sgnpcheckmark3 {
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0
}

.sgnpcheckmark3:after {
	content: "";
	position: absolute;
	display: none
}

.sgnpchecbox3 input:checked~.sgnpcheckmark3:after {
	display: block
}

.sgnpchecbox3 .sgnpcheckmark3:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sgnpchecbox4 {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-right: 30px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	color: #000;
	font-family: Roboto, sans-serif
}

.sgnpchecbox4 input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.sgnpcheckmark4 {
	position: absolute;
	top: 2px;
	left: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 0
}

.sgnpcheckmark4:after {
	content: "";
	position: absolute;
	display: none
}

.sgnpchecbox4 input:checked~.sgnpcheckmark4:after {
	display: block
}

.sgnpchecbox4 .sgnpcheckmark4:after {
	left: 3px;
	top: 1px;
	width: 4px;
	height: 7px;
	border: solid #000;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.sgnpwrel_txt {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	text-decoration-line: underline;
	color: #000;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.sgnpwrel_txt {
		margin-bottom: 14px
	}
}

.sgpobrand_txt {
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-left: 30px;
	margin-bottom: 0
}

.sgnp_plspecbtn {
	background: #f3f3f3;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: #000;
	margin-left: 12px;
	font-family: "Duran-Regular", sans-serif;
	line-height: 14px;
	padding: 14px 25px;
	cursor: pointer
}

@media screen and (max-width:767px) {
	.sgnp_plspecbtn {
		margin-top: 14px
	}
}

.display_inlinemiddle {
	display: inline-block;
	vertical-align: middle
}

.display_inlineonly {
	display: inline-block
}

.event_headtxt {
	font-family: "Duran-Regular", sans-serif;
	font-weight: 500;
	line-height: normal;
	font-size: 22px;
	text-align: center;
	color: #000;
	margin-bottom: 16px
}

.event_headtxtbdr {
	border-bottom: 1px solid #6acfff;
	width: 300px
}

.event_conttxtul {
	padding: 0;
	margin-top: 40px;
	list-style: none
}

.event_conttxtul li {
	list-style: none;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	font-size: 18px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 20px;
	list-style-image: url(../images/event_dots.svg);
	padding-left: 15px;
	margin-left: 15px
}

.home_highltdrppdn {
	padding: 39px 32px
}

.home_highltbdr {
	border-top: 1px solid #000;
	margin-top: 10px;
	margin-bottom: 14px
}

.envt_dinl {
	display: inline-block;
	vertical-align: middle;
	margin-left: 80px;
	margin-right: 80px;
	margin-top: 25px;
	margin-bottom: 45px
}

.envt_visitbdr {
	border-bottom: 1px solid #f13d24;
	width: 74px
}

.envt_dinpart {
	display: inline-block;
	vertical-align: middle;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 10px
}

.envt_visitpartbdr {
	border-bottom: 1px solid #f13d24;
	width: 250px
}

.event_parttxtul {
	padding: 0;
	margin-top: 40px;
	list-style: none
}

.event_parttxtul li {
	list-style: none;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	font-size: 18px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 20px;
	list-style-image: url(../images/event_partdot.svg);
	padding-left: 15px
}

.evnt_visiticnTxt {
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 18px;
	color: #000;
	font-family: Roboto, sans-serif
}

.evnt_visiticnTxt span {
	font-style: italic;
	font-weight: 600;
	line-height: 28px;
	font-size: 20px;
	color: #000;
	font-family: Roboto, sans-serif
}

.evnt_btmLogobdr {
	border: 2px solid #000;
	box-sizing: border-box;
	border-radius: 20px;
	height: auto;
	padding-bottom: 25px
}

.envt_dinlbtmLogo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 25px;
	margin-bottom: 0
}

.exb_input {
	border: 2px solid #d4d4d4;
	box-sizing: border-box;
	height: 45px;
	width: 100%;
	padding-left: 15px;
	outline: 0;
	font-family: "Duran-Regular", sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px
}

.exb_inputHeadtxt {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif
}

.exb_inputdropImg {
	position: absolute;
	top: 33px;
	right: 1px
}

.exb_searchbtn {
	background: radial-gradient(22.51px at 50% 50%, #abe4ff 0, #6acfff 100%);
	box-shadow: 0 0 6px rgba(0, 0, 0, .4);
	border: 0;
	padding: 12px 37px;
	margin-top: 25px;
	outline: 0
}

.exb_searchbtn span {
	font-size: 22px;
	color: #fff
}

@media screen and (max-width:768px) {
	.exb_tableMobi {
		overflow-x: auto;
		width: 100%;
		overflow-y: hidden
	}
}

.exb_gradbg {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	background: linear-gradient(to right, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%)
}

.exb_gradinnerbg {
	width: 242px;
	height: 242px;
	border-radius: 50%;
	background: #dcdcdc;
	position: relative;
	top: 4px
}

@media screen and (max-width:767px) {
	.exb_gradbg {
		width: 168px;
		height: 168px
	}

	.exb_gradinnerbg {
		width: 162px;
		height: 162px;
		top: 3px
	}
}

.exb_procontxt {
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-top: 12px
}

.exb_proconttx {
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 18px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

.exb_prolsthead {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	margin-top: 10px
}

.exb_prolstsmtxt {
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 13px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	text-transform: uppercase
}

.exb_probooksltbg {
	width: 530px;
	height: 53px;
	background: #000;
	line-height: normal;
	font-size: 24px;
	color: #fff;
	padding-top: 8px;
	margin-top: 60px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600
}

@media screen and (max-width:768px) {
	.exb_probooksltbg {
		width: auto;
		height: 46px;
		font-size: 20px
	}
}

.exb_probookinnerbg {
	width: 530px;
	height: auto;
	border: 1px solid #000;
	box-sizing: border-box;
	padding-bottom: 15px
}

@media screen and (max-width:768px) {
	.exb_probookinnerbg {
		width: auto;
		margin-bottom: 50px
	}
}

.exb_proavltxt {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: normal;
	font-size: 20px;
	color: #000;
	margin-bottom: 4px;
	font-weight: 600
}

.exb_proavltxtbdr {
	width: 244px;
	height: 0;
	border-bottom: 1px solid #000
}

.exb_prodaymchtxt {
	font-family: "Duran-Regular", sans-serif;
	line-height: normal;
	font-size: 14px;
	margin-bottom: 4px;
	color: #24a0da;
	margin-top: 10px;
	font-weight: 600
}

.exb_promnimgbtn {
	font-family: Helvetica;
	line-height: normal;
	font-size: 25px;
	color: #fbfbfb;
	position: absolute;
	right: 21px;
	top: 71px
}

@media screen and (max-width:768px) {
	.exb_promnimgbtn {
		right: 28px;
		top: 66px
	}
}

.exb_probtmcheck {
	font-size: 18px;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px
}

.exb_leftsidehead {
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	margin-top: 120px;
	margin-bottom: 8px
}

@media screen and (max-width:767px) {
	.exb_leftsidehead {
		margin-top: 20px
	}
}

.exb_leftsidebkbg {
	width: auto;
	height: 53px;
	background: #000;
	line-height: normal;
	font-size: 24px;
	color: #fff;
	padding-top: 8px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600
}

@media screen and (max-width:767px) {
	.exb_leftsidebkbg {
		margin-bottom: 30px
	}
}

.exb_leftsdmnicn {
	font-family: Helvetica;
	line-height: normal;
	font-size: 25px;
	color: #fbfbfb;
	position: relative;
	left: 62px;
	z-index: 9999
}

.exb_mainslotbtnbg {
	width: 158px;
	height: 29px;
	background: #000;
	border-radius: 10px;
	color: #fff;
	line-height: 25px
}

.exb_mainslotdontbtn {
	background: #000;
	border: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 14px 74px;
	line-height: 14px;
	margin-top: 21px
}

.cont_addhead {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.cont_addhead {
		font-size: 18px
	}
}

.cont_addheadbdr {
	width: 106px;
	border-bottom: 2px solid #6acfff;
	margin-bottom: 20px
}

.cont_addheadsmall {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 24px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.cont_addheadsmall {
		font-size: 14px;
		margin-bottom: 10px
	}
}

.cont_addsendbtn {
	width: 100px;
	height: 40px;
	background: #000;
	border: 0;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 22px;
	text-align: center;
	color: #fff;
	float: right;
	margin-top: 10px
}

.cont_wrap {
	height: auto;
	background: #00008b;
	position: relative;
	top: 18px;
	margin-bottom: 39px;
	margin-top: 30px;
	padding: 42px 67px
}

@media screen and (max-width:767px) {
	.cont_wrap {
		padding: 20px 0;
		margin-top: 50px
	}
}

.cont_wrap222 {
	height: auto;
	background: #660bf1;
	position: relative;
	top: 18px;
	margin-bottom: 39px;
	margin-top: 20px;
	padding: 45px 45px
}

@media screen and (max-width:767px) {
	.cont_wrap222 {
		padding: 20px 31px;
		margin-top: 50px
	}
}

.cont_wraphead {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 30px;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

.cont_wrapheadsmall {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	margin-top: 20px
}

.pr_authtxt {
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 8px
}

.pr_authtxt span {
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: Roboto, sans-serif
}

.pr_autubtmbdr {
	border-top: 1px solid #f13d24;
	margin-top: 10px;
	margin-bottom: 20px
}

.prdtl_head {
	font-family: "Duran-Regular", sans-serif;
	font-weight: 600;
	line-height: normal;
	font-size: 24px;
	text-align: left;
	color: #000;
	margin-bottom: 0
}

.prdtl_head span {
	font-family: "Duran-Regular", sans-serif;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	color: #660bf1;
	margin-bottom: 0;
	margin-left: 0px
}

@media screen and (max-width:767px) {
	.prdtl_head {
		font-size: 18px
	}

	.prdtl_head span {
		font-size: 18px
	}
}

.prdtl_intervsmtxt {
	font-style: italic;
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	color: #000;
	font-family: Roboto, sans-serif
}

@media screen and (max-width:767px) {
	.prdtl_intervsmtxt {
		font-size: 16px
	}
}

.leadlist_buyinbtncheck {
	position: absolute;
	right: 5px;
	opacity: 0
}

.dash_busipageTag {
	padding: 10px 16px;
	margin-bottom: 5px;
	outline: 0;
	cursor: pointer;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
	border: 1px solid #a5a5a5;
	width: 158px;
	text-align: center
}

.dash_busipageTag:hover {
	font-weight: 700;
	text-decoration: underline;
	background-color: #fff
}

@media screen and (max-width:767px) {
	.dash_busipageTag {
		padding: 3px 11px;
		font-size: 12px;
		width: 90px;
		line-height: 22px
	}
}

.dash_busipageTag.active {
	font-weight: 700;
	background-color: #000;
	color: #fff
}

.udash_mainbdr {
	border: 1px solid #000;
	padding: 18px 46px
}

.udash_gradbg {
	width: 175px;
	height: 175px;
	border-radius: 50%;
	background: linear-gradient(to bottom, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%)
}

.udash_gradinnerbg {
	width: 167px;
	height: 167px;
	border-radius: 50%;
	background: #dcdcdc;
	position: relative;
	top: 4px
}

.udash_headtxt {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-top: 12px;
	margin-bottom: 12px
}

.udash_smalltxt {
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 2px
}

.udash_smallBigtxt {
	font-weight: 600;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 23px
}

.udash_tabingmainbdr {
	border: 1px solid #000;
	padding: 0;
	background: rgba(246, 185, 177, .2);
	height: 413px
}

.udash_tabinguli {
	padding-left: 21px;
	padding-top: 23px
}

.udash_tabinguli li {
	list-style: none;
	padding-left: 0;
	text-align: left;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #000;
	margin-bottom: 30px;
	line-height: 25px
}

.udash_tabinguli li.active {
	border-bottom: 3px solid;
	-moz-border-image: linear-gradient(to left, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%);
	-webkit-border-image: linear-gradient(to left, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%);
	border-image: linear-gradient(to left, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%);
	border-image-slice: 1;
	line-height: 25px
}

.udash_tabinguli li a {
	text-decoration: none
}

.udash_tabsidebdr {
	border-right: 1px solid #000;
	background: #fff
}

.udash_pdnrside {
	padding: 18px 33px
}

.udash_headrsd {
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	text-align: left
}

.udash_smrsd {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	color: #000;
	margin-bottom: 5px
}

.udash_smrsdex {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	color: #000;
	text-align: left;
	margin-bottom: 8px
}

.udashDayTxt {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 18px
}

.Einvt_head {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 26px;
	color: #000;
	padding-top: 32px;
	margin-bottom: 7px
}

.Einvt_addheadbdr {
	width: 197px;
	border-bottom: 2px solid #6acfff;
	margin-bottom: 40px
}

.Einvt_addnmbtn {
	background: #eee;
	border-radius: 10px;
	font-style: italic;
	font-weight: 600;
	line-height: normal;
	font-size: 20px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	border: 0;
	padding: 11px 60px;
	outline: 0
}

.Einvt_btm2Atxt {
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	font-size: 22px;
	color: #ea3d20;
	font-family: Roboto, sans-serif
}

.Einvt_btmsohead {
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 18px;
	color: #000;
	font-family: Roboto, sans-serif
}

.Einvt_btmsourctxt {
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: Roboto, sans-serif
}

.Einvt_prolstsmtxt {
	font-style: italic;
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

.Einvt_addsendbtn {
	background: #000;
	border: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #fff;
	outline: 0;
	padding: 9px 42px
}

.Einvt_addsendbtn:active {
	font-size: 17px;
	padding: 8px 41px
}

.Einvt_addresetbtn {
	background: #fff;
	border: 1px solid #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #000;
	outline: 0;
	padding: 9px 42px
}

.Einvt_addresetbtn:active {
	font-size: 17px;
	padding: 8px 41px
}

.Einvt_lastbdrbtm {
	border-bottom: 12px solid;
	-moz-border-image: linear-gradient(to left, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%);
	-webkit-border-image: linear-gradient(to left, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%);
	border-image: linear-gradient(to left, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%);
	border-image-slice: 1;
	line-height: 25px
}

.Einvt_imgARchi {
	width: auto;
	height: 115px
}

@media screen and (max-width:767px) {
	.Einvt_head {
		font-size: 20px;
		padding-top: 0
	}

	.Einvt_addheadbdr {
		width: 128px;
		border-bottom: 2px solid #6acfff;
		margin-bottom: 25px
	}

	.Einvt_addnmbtn {
		border-radius: 4px;
		font-size: 14px;
		padding: 9px 16px;
		margin-left: 15px
	}

	.Einvt_imgARchi {
		width: 375px;
		height: 105px
	}

	.Einvt_btm2Atxt {
		font-size: 16px
	}

	.Einvt_btmsohead {
		font-size: 14px;
		padding-left: 15px
	}

	.Einvt_btmsourctxt {
		font-size: 12px;
		padding-left: 15px
	}

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

@media screen and (max-width:767px) {
	.Einvt_mrgmobilft {
		margin-left: 15px
	}
}

.home_highbgmain {
	background: #ececec;
	position: absolute;
	top: -33.69em;
	width: 97%
}

@media screen and (max-width:767px) {
	.home_highbgmain {
		background: #ececec;
		position: absolute;
		top: 3.14em;
		width: 97%
	}
}

.homeslide1_cntback {
	background: #fff;
	width: 460px;
	height: 250px;
	position: absolute;
	z-index: 9999;
	top: 27%;
	right: 0
}

.homeslide1_cntback tbody tr td {
	padding: 18px 18px;
	text-align: -webkit-center !important;
	text-align: -moz-center !important;
	text-align: -o-center !important;
	text-align: -ms-center !important
}

.homeslide1_cntback h3 {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
	text-align: -webkit-center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	border-bottom: 2px solid #f13d24;
	display: inline;
	text-align: -moz-center
}

@media screen and (max-width:767px) {
	.homeslide1_cntback {
		background: #fff;
		width: 65%;
		height: 118px;
		position: absolute;
		z-index: 9999;
		top: 24%;
		right: -3px;
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .09)
	}

	.homeslide1_cntback h3 {
		line-height: normal;
		font-size: 12px;
		font-weight: 600;
		border-bottom: 1px solid #f13d24
	}
}

.homeslide1_headhr {
	width: 75px;
	border: 1px solid #f13d24;
	margin-top: 5px;
	margin-bottom: 15px
}

.homeslide1_hdsmalltxt {
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	overflow-y: auto;
	overflow-x: hidden
}

@media screen and (max-width:767px) {
	.homeslide1_hdsmalltxt {
		font-style: normal;
		font-weight: 400;
		line-height: normal;
		font-size: 10px;
		text-align: center;
		color: #000;
		font-family: "Duran-Regular", sans-serif;
		overflow-y: auto;
		overflow-x: hidden
	}
}

.homeslide1_hdsmalltxt::-webkit-scrollbar {
	width: .4em
}

.homeslide1_hdsmalltxt::-webkit-scrollbar,
.overlay-item::-webkit-scrollbar-thumb {
	overflow: visible;
	border-radius: 4px
}

.homeslide1_hdsmalltxt::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2)
}

.homeslide1_innersldbg {
	width: 100%;
	height: 347px;
	padding: 15px 15px
}

.homeslide1_sd2bg {
	width: 100%;
	height: auto
}

.homeslide1_sd2bg h3 {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

.homeslide2_sd2mainbg {
	padding: 18px 30px;
	position: absolute;
	z-index: 9999;
	top: 27%;
	right: 0;
	background: #fff;
	width: 400px;
	height: 250px
}

.homeinsld_imgbg {
	width: 75px !important;
	height: 75px !important;
	background: #c4c4c4;
	border-radius: 50%;
	float: left;
	margin-right: 8px
}

.homeinsld_imgbgHead {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	float: left
}

.homeinsld_imgbgSmall {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	float: left
}

.homeinsld_imgbgEXSmall {
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	font-size: 14px;
	color: #000;
	float: left;
	width: 70%;
	font-family: "Duran-Regular", sans-serif;
	margin-top: 15px;
	height: 80px;
	overflow-y: auto;
	overflow-x: hidden
}

.homeinsld_imgbgEXSmall::-webkit-scrollbar {
	width: .4em
}

.homeinsld_imgbgEXSmall::-webkit-scrollbar,
.overlay-item::-webkit-scrollbar-thumb {
	overflow: visible;
	border-radius: 4px
}

.homeinsld_imgbgEXSmall::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2)
}

.homesmr_headday {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 20px
}

.homesmr_knowmrcnt {
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 15px
}

.home_semirmnbg {
	background: #ececec;
	padding: 15px 15px;
	border: 1px solid #e0dede;
	height: 715px
}

@media screen and (max-width:767px) {
	.home_semirmnbg {
		height: auto
	}
}

.home_semmainBack {
	background: #f9f9f9;
	padding: 20px
}

.homesmr_icnimg {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	height: 24px;
	margin-top: 5px
}

.homesmr_icnConts {
	display: inline-block;
	vertical-align: top;
	width: 90%
}

.homesmr_icnTime {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 12px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 7px;
	float: right
}

@media screen and (max-width:767px) {
	.homesmr_icnTime {
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		font-size: 12px;
		color: #000;
		font-family: "Duran-Regular", sans-serif;
		margin-bottom: 7px;
		float: unset;
		padding-left: 40px
	}
}

.homesmr_HdConts {
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 20px;
	margin-top: 8px
}

.homesmr_HeadTxt {
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 8px
}

@media screen and (max-width:767px) {
	.homesmr_HeadTxt {
		line-height: normal
	}
}

.homesmr_knwNew {
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	font-size: 12px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	cursor: pointer
}

.homesmr_knwNewOverfl {
	height: auto
}

.homesmr_knwNewOverfl::-webkit-scrollbar {
	width: .4em
}

.homesmr_knwNewOverfl::-webkit-scrollbar,
.overlay-item::-webkit-scrollbar-thumb {
	overflow: visible;
	border-radius: 4px
}

.homesmr_knwNewOverfl:hover::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, .2)
}

.homesmr_HdConts p {
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 20px
}

.cont_sideAddHead {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 22px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 2px solid #f13d24;
	display: inline
}

.cont_sideAddsmall {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 25px;
	margin-top: 20px;
	word-break: break-word
}

.footer_subTxtln {
	color: #fff;
	font-size: 15px;
	margin-bottom: 22px;
	font-weight: 700
}

.press_ttheadtxt {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 1.5em
}

.press_ttheadtxt i {
	font-size: 16px;
	cursor: pointer;
	color: #000
}

.press_ttheadtxt a:hover {
	color: #660bf1 !important;
	transition: 0s !important
}

.press_ttheadtxt a {
	color: #000
}

.press_ttheaddate {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	color: #000;
	margin-bottom: 1.5em;
	white-space: nowrap
}

.predet_tpsiprbg {
	top: 40px;
	padding-top: 9px;
	position: absolute;
	right: 0
}

.predet_tpsiprtxt {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	cursor: pointer;
	user-select: none;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px
}

.press_sidebgmn {
	border: 1px solid #fff;
	padding: 30px 0 30px 0;
	background: #fff;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: center
}

@media screen and (max-width:1024px) {
	.press_sidebgmn {
		padding: 30px 10px 30px 10px
	}
}

.rhs_gradbdr {
	background: linear-gradient(to top, #57bde2 0, #f45d48 100%);
	padding: 1px
}

.rhs_gradbdr2 {
	background: linear-gradient(to top, #57bde2 0, #f45d48 100%);
	padding: 1px;
	width: 152px
}

@media screen and (max-width:767px) {
	.press_sidebgmn {
		border: 1px solid #fff;
		text-align: -webkit-center;
		padding: 20px 0 20px 0;
		background: #fff;
		text-align: -moz-center
	}
}

.press_sideheadtx {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	margin-top: 0;
	border-bottom: 2px solid #f13d24;
	display: inline
}

.press_sidesmalltx {
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	font-size: 13px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 25px;
	margin-top: 20px
}

@media screen and (max-width:768px) {
	.press_sidesmalltx {
		font-size: 12px
	}
}

.press_sidesmalltx a {
	color: #337ab7;
	word-break: break-all
}

.press_sidesmalltx span {
	font-weight: 500;
	line-height: 25px
}

.rhs_btmbdr {
	border-top: 1px solid #cacaca;
	width: 92%;
	margin: 0 auto;
	margin-bottom: 14px;
	margin-top: 2px
}

.press_sidesubinpt {
	color: #000;
	outline: 0;
	padding: 3px 6px
}

.choosepay_plandrop {
	border-top: 1px solid #000;
	border-radius: 0px;
	height: auto;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 40px;
	letter-spacing: normal;
	padding-bottom: 12px;
	margin-bottom: 10px;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
	color: #660bf1;
	text-align: left
}

.rgpricing_dropbtn {
	position: absolute;
	right: 30px;
	top: 18px
}

.rgpricing_dropcontent {
	letter-spacing: normal;
	border-radius: 0 0 4px 4px;
	height: auto;
	padding-top: 12px;
	padding-left: 20px;
	border-top: 0;
	margin-top: -11px;
	padding-bottom: 12px;
	margin-bottom: 10px;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	font-size: 18px;
	color: #000;
	padding-right: 16px;
	text-align: left
}

#RGpanel {
	display: none
}

#RGpanel2 {
	display: none
}

#RGpanel3 {
	display: none
}

#RGpanel4 {
	display: none
}

#RGpanel5 {
	display: none
}

#RGpanel6 {
	display: none
}

#RGpanel7 {
	display: none
}

#RGpanel8 {
	display: none
}

#RGpanel9 {
	display: none
}

#RGpanel10 {
	display: none
}

#RGpanel11 {
	display: none
}

#RGpanel12 {
	display: none
}

#RGpanel13 {
	display: none
}

#RGpanel14 {
	display: none
}

#RGpanel15 {
	display: none
}

#RGpanel16 {
	display: none
}

#RGpanel17 {
	display: none
}

#RGpanel18 {
	display: none
}

#RGpanel19 {
	display: none
}

#RGpanel20 {
	display: none
}

#RGpanel21 {
	display: none
}

#RGpanel22 {
	display: none
}

#RGpanel21 {
	display: none
}

#RGpanel22 {
	display: none
}

#RGpanel23 {
	display: none
}

#RGpanel24 {
	display: none
}

#RGpanel25 {
	display: none
}

#RGpanel26 {
	display: none
}

#RGpanel27 {
	display: none
}

#RGpanel28 {
	display: none
}

#RGpanel29 {
	display: none
}

#RGpanel30 {
	display: none
}

#RGpanel31 {
	display: none
}

#RGpanel32 {
	display: none
}

#RGpanel33 {
	display: none
}

.news_listseeall {
	background: #000;
	border: 1px solid #000;
	padding: 12px 28px;
	color: #fff;
	font-size: 16px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	cursor: pointer
}

.news_listseeall a {
	color: #fff
}

.news_listseeall:active {
	padding: 11.5px 27.5px;
	color: #fff;
	font-size: 15.5px
}

.news_listseeall img {
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 5px;
	top: -2px;
	width: 20px
}

.nwdtl_sidehdtxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	font-size: 18px;
	color: #660bf1;
	margin-bottom: 6px
}

.nwdtl_sidesmtxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	color: rgba(17, 17, 17, .8)
}

.font_weightbold {
	font-weight: 700 !important
}

.font_weight500 {
	font-weight: 500 !important
}

.font_weight400 {
	font-weight: 400 !important
}

.font_weight300 {
	font-weight: 300 !important
}

.why_paratTxt {
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 20px;
	margin-top: 0;
	margin-left: -15px
}

.Homesgup_inputs {
	background: #fff;
	padding: 5px 15px;
	border: 0;
	height: 45px;
	line-height: 30px;
	width: 100%;
	border-radius: 0;
	font-family: "Duran-Regular", sans-serif;
	outline: 0;
	color: #000;
	border: 1px solid #000
}

.Art_headTxt {
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 8px
}

.pdnlefMob0 {
	padding-left: 0 !important
}

@media screen and (max-width:767px) {
	.pdnlefMob0 {
		padding-left: 15px !important
	}
}

.pdnrightMob0 {
	padding-right: 0 !important
}

@media screen and (max-width:767px) {
	.pdnrightMob0 {
		padding-right: 15px !important
	}
}

.home_smrheight {
	height: 56px
}

@media screen and (max-width:768px) {
	.home_smrheight {
		height: auto
	}
}

.home_smrheight2 {
	height: 145px
}

@media screen and (max-width:768px) {
	.home_smrheight2 {
		height: auto
	}
}

.nwd_authimgTxt {
	font-size: 14px;
	font-weight: 600;
	font-style: italic;
	color: rgba(17, 17, 17, .85);
	font-family: Roboto, sans-serif
}

.nwd_authimgTxt span {
	color: #595959
}

.whypr_vTxt {
	background: #f1f1f1;
	height: 50px;
	padding: 10px;
	margin-bottom: 25px
}

.sgnp_formapndbtn {
	right: 100px;
	text-align: right;
	top: -68px
}

@media screen and (max-width:768px) {
	.sgnp_formapndbtn {
		right: -27px;
		text-align: right
	}
}

.sgnp_formrgCross {
	color: #000 !important;
	font-size: 38px;
	text-decoration: none;
	position: absolute;
	margin-top: -371px;
	font-weight: 600;
	margin-left: 4px
}

@media screen and (max-width:768px) {
	.sgnp_formrgCross {
		color: #000 !important;
		font-size: 38px;
		text-decoration: none;
		position: absolute;
		margin-top: -375px;
		font-weight: 600;
		margin-left: -2px
	}
}

@media screen and (max-width:767px) {
	.sgnp_formrgCross {
		color: #000 !important;
		font-size: 38px;
		text-decoration: none;
		position: absolute;
		margin-top: -638px;
		font-weight: 600;
		margin-left: -39px
	}
}

.nws-trendheadbg {
	height: auto;
	background-color: #fcfcfc;
	padding: 20px 30px;
	text-align: left
}

.nws-trendheadbg h2 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	text-align: left;
	color: #1b1725;
	margin-bottom: 0
}

.nws-trendheadbg h2 img {
	float: right;
	margin-top: -12px
}

.cat-nw-animation {
	display: inline-block;
	border: 0;
	position: relative;
	-webkit-transition: all 155ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 155ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 155ms ease-in;
	-moz-transform: scale(1);
	transition: all 155ms ease-in;
	transform: scale(1)
}

.cat-nw-animation:hover {
	z-index: 2;
	-webkit-transition: all 155ms ease-in;
	-webkit-transform: scale(1.03);
	-ms-transition: all 155ms ease-in;
	-ms-transform: scale(1.03);
	-moz-transition: all 155ms ease-in;
	-moz-transform: scale(1.03);
	transition: all 110ms ease-in;
	transform: scale(1.03);
	cursor: pointer
}

.nws-trendarticalbg {
	height: auto;
	background-color: #e3e3e3;
	padding: 28px 19px;
	text-align: left
}

.thank_youmail {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
	color: #000;
	text-align: center
}

.has-error>input {
	border: 1px solid red
}

.has-error>select {
	border: 1px solid red
}

.has-error>textarea {
	border: 1px solid red
}

.has-error small {
	display: none !important
}

.has-error label .sgnpcheckmark2 {
	border: 1px solid red
}

.has-error label .order_pschkmrk {
	border: 1px solid red
}

.Aswevent-sidebar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1035;
	top: 0;
	right: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: .5s;
	padding-top: 60px;
	box-shadow: -3px 0 12px 0 rgba(0, 0, 0, .3)
}

.Aswevent-sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 18px;
	font-size: 30px;
	margin-left: 50px
}

.Aswevent-sidebar a {
	padding: 8px 8px 8px 20px;
	text-decoration: none;
	font-size: 15px;
	color: #000 !important;
	display: block;
	transition: .3s;
	font-weight: 400;
	font-family: Roboto, sans-serif
}

.navbar-toggle .icon-bar {
	background-color: #fff !important
}

.nwdtl_sidebg {
	width: 100%;
	height: auto;
	border-radius: 14px;
	padding: 2px;
	margin-bottom: 8px
}

@media screen and (max-width:767px) {
	.nwdtl_sidebg {
		width: 100%;
		height: auto;
		border-radius: 14px;
		padding: 2px;
		margin-bottom: 0;
		margin-top: 30px
	}
}

.nwdtl_sidebginsideBG {
	width: auto;
	height: auto;
	background: rgba(241, 61, 36, .9);
	border-radius: 12px;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	text-align: -webkit-center;
	color: #1b1725;
	padding: 32px 13px
}

.nwdtl_sidebginsideBG p {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: 22px;
	font-size: 15px;
	text-align: center;
	color: #fff
}

.nwdtl_sidebginsideBG a {
	color: #1b1725
}

.nwdtl_sidehdTxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 20px;
	text-align: left;
	color: #660bf1;
	margin-bottom: 20px;
	margin-top: 5px
}

.nwdtl_sidesmallTxt {
	border-bottom: 1px solid #660bf1;
	padding-bottom: 8px;
	margin-bottom: 20px
}

.nwdtl_sidesmcntTxt {
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	font-size: 15px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 8px
}

.sgup_headRmvbdr {
	border-bottom: 0 !important;
	padding-left: 15px !important
}

.sf-menu,
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none
}

.sf-menu li {
	position: relative
}

.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99
}

.sf-menu>li {
	float: left
}

.sf-menu li.sfHover>ul,
.sf-menu li:hover>ul {
	display: block
}

.sf-menu a {
	display: block;
	position: relative
}

.sf-menu ul ul {
	top: 0;
	left: 100%
}

.sf-menu {
	float: left;
	margin-bottom: 1em
}

.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0, 0, 0, .2);
	min-width: 12em
}

.sf-menu li {
	background: 0;
	white-space: nowrap;
	-webkit-transition: background .2s;
	transition: background .2s
}

.sf-menu ul ul li {
	background: #9aaedb
}

.sf-menu li.sfHover,
.sf-menu li:hover {
	-webkit-transition: none;
	transition: none
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #dfeeff;
	border-top-color: rgba(255, 255, 255, .5)
}

.sf-arrows>.sfHover>.sf-with-ul:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>li>.sf-with-ul:focus:after {
	border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dfeeff;
	border-left-color: rgba(255, 255, 255, .5)
}

.sf-arrows ul .sfHover>.sf-with-ul:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul li>.sf-with-ul:focus:after {
	border-left-color: #fff
}

.user_dashsidebr {
	padding: 0;
	list-style: none
}

.user_dashsidebr li a {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	font-size: 14px;
	color: #000 !important
}

.user_dashsdULchild {
	padding-left: 18px
}

.user_dashsdULchild li {
	list-style: none
}

.user_dashsdULchild li a {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	font-size: 14px;
	color: #000 !important
}

.Active_mydata {
	height: 14px;
	position: absolute;
	top: 10px;
	left: -10px
}

.Active_person {
	height: 14px;
	position: absolute;
	top: 41px;
	left: 11px
}

.Active_company {
	height: 14px;
	position: absolute;
	top: 65px;
	left: 11px
}

.Active_account {
	height: 14px;
	position: absolute;
	top: 89px;
	left: 11px
}

.dash_prsidBG {
	border: 1px solid #000;
	height: 150px;
	padding: 20px;
	text-align: center;
	border-radius: 4px
}

.mndry_red {
	color: red;
	position: absolute
}

.txt_leftalign {
	text-align: left !important
}

.order_psmainbg {
	background: #f8f8f8;
	border: 1px solid #eee;
	display: block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 1em;
	list-style: none;
	padding: 0
}

.order_psmainbg li {
	width: 32%;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	height: 40px;
	padding-left: 20px;
	padding-top: 6px;
	display: inline-block;
	vertical-align: top
}

.order_psmainbg li .wthactive {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	padding-right: 6px
}

.order_psmainbg .active {
	width: 33.303%;
	background: #000;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 13px;
	height: 40px;
	padding-left: 10px;
	padding-top: 6px;
	display: inline-block;
	vertical-align: top
}

.order_psmainbg .active span {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	padding-right: 6px
}

.order_psmainbg .active:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 10px solid #000;
	border-bottom: 20px solid transparent;
	position: absolute;
	z-index: 9999;
	top: 1px;
	left: 33.7%
}

@media screen and (max-width:768px) {
	.order_psmainbg .active:before {
		left: 34%
	}
}

@media screen and (max-width:767px) {
	.order_psmainbg .active {
		width: 30.303%
	}

	.order_psmainbg .active:before {
		left: 31.9%
	}
}

.dash_topDotIcon {
	position: absolute;
	left: 36%;
	top: 10%;
	height: 12px
}

@media screen and (max-width:768px) {
	.dash_topDotIcon {
		left: 54%
	}
}

@media screen and (max-width:468px) {
	.dash_topDotIcon {
		position: absolute;
		left: 56%;
		top: 13%;
		height: 12px
	}
}

.add_represenmsgbg {
	background: #000;
	height: 240px;
	position: absolute;
	top: -227px;
	border: 1px solid #d0d0d0;
	opacity: .6
}

a.tweetabletext {
	text-decoration: underline;
	color: #6a91ec !important;
	text-align: center;
	display: block
}

a.tweetabletext:hover {
	color: #000 !important;
	text-decoration: none
}

a.tweetabletext:after {
	display: block;
	background: url(../images/twittercustom.png) no-repeat center center;
	content: "\00a0";
	text-decoration: none !important;
	margin: 0;
	margin-left: 5px;
	right: 0;
	position: relative;
	padding: 0;
	top: 10px;
	background-size: 36px
}

blockquote:before {
	color: gray;
	content: '\201C';
	font-family: Sanchez;
	font-size: 5em;
	line-height: .1em;
	margin-right: -46px;
	vertical-align: -.37em;
	position: relative;
	left: -46px
}

blockquote:after {
	color: gray;
	content: '\201D';
	font-family: Sanchez;
	font-size: 5em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.5em;
	margin-left: -10px
}

@media screen and (max-width:767px) {
	blockquote:before {
		color: gray;
		content: '\201C';
		font-family: Sanchez;
		font-size: 3em;
		line-height: .1em;
		margin-right: -32px;
		vertical-align: -.37em;
		position: relative;
		left: -28px
	}

	blockquote:after {
		color: gray;
		content: '\201D';
		font-family: Sanchez;
		font-size: 3em;
		line-height: .1em;
		margin-right: .25em;
		vertical-align: -.5em;
		margin-left: -10px
	}
}

blockquote p {
	display: inline
}

.captioncustom {
	text-align: left !important;
	font-size: 12px !important;
	color: #999 !important;
	position: relative;
	top: -26px
}

.home_3imgbg {
	background: #f1f1f1;
	width: 100%;
	padding-bottom: 40px;
	padding-top: 10px
}

.home_topbangbdr {
	border-left: 1px solid #d3d3d3;
	height: 75px;
	position: absolute;
	top: 23px;
	left: 220px
}

@media screen and (max-width:1024px) {
	.home_topbangbdr {
		top: 7px;
		left: 163px
	}
}

@media screen and (max-width:768px) {
	.home_topbangbdr {
		top: 7px;
		left: 160px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.home_topbangbdr {
		top: 7px;
		left: 160px;
		border: 0
	}
}

@media screen and (max-width:767px) {
	.home_topbangbdr {
		border-left: 1px solid #d3d3d3;
		height: 55px;
		position: absolute;
		top: 6px;
		left: 105px
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.home_topbangbdr {
		top: 7px;
		left: 160px;
		border: 0
	}
}

.home_visecbg {
	width: 170px;
	height: 215px;
	object-fit: cover;
	padding: 3px;
	margin: 0 auto
}

.home_viexhead {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 5px;
	margin-top: 12px;
	letter-spacing: 1px
}

.home_viexheaddesig {
	font-weight: 400;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 20px;
	letter-spacing: 1px;
	height: 44px;
	text-transform: uppercase
}

.home_viexheadsmall {
	font-weight: 300;
	line-height: 22px;
	font-size: 15px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	letter-spacing: 1px
}

.tabbable-line2>.nav-tabs2>li.active {
	border-bottom: 0;
	position: relative
}

.tabbable-line2>.nav-tabs2>li:nth-child(1).active>a {
	border: 1px solid #000;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 16px;
	color: #fff !important;
	font-style: normal;
	width: 80%;
	text-transform: uppercase;
	background: #000;
	padding: 6px
}

.tabbable-line2>.nav-tabs2>li:nth-child(2).active>a {
	border: 1px solid #000;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 16px;
	color: #fff !important;
	font-style: normal;
	width: 80%;
	text-transform: uppercase;
	background: #000;
	padding: 6px
}

.tabbable-line2>.nav-tabs2>li:nth-child(3).active>a {
	border: 1px solid #000;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 16px;
	color: #fff !important;
	font-style: normal;
	width: 80%;
	text-transform: uppercase;
	background: #000;
	padding: 6px
}

@media screen and (max-width:768px) {
	.tabbable-line2>.nav-tabs2>li:nth-child(1).active>a {
		width: 100%
	}

	.tabbable-line2>.nav-tabs2>li:nth-child(2).active>a {
		width: 100%
	}

	.tabbable-line2>.nav-tabs2>li:nth-child(3).active>a {
		width: 100%
	}
}

.tabbable-line2>.nav-tabs2>li:nth-child(1)>a {
	margin-right: 0;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 16px;
	color: #000 !important;
	padding: 6px;
	font-style: normal;
	background: #fff;
	width: 80%;
	text-transform: uppercase;
	border: 1px solid #000
}

@media screen and (max-width:768px) {
	.tabbable-line2>.nav-tabs2>li:nth-child(1)>a {
		width: 100%
	}
}

.tabbable-line2>.nav-tabs2>li:nth-child(2)>a {
	margin-right: 0;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 16px;
	color: #000 !important;
	padding: 6px;
	font-style: normal;
	background: #fff;
	width: 80%;
	text-transform: uppercase;
	border: 1px solid #000;
	border-top: 0
}

@media screen and (max-width:768px) {
	.tabbable-line2>.nav-tabs2>li:nth-child(2)>a {
		width: 100%;
		border-top: 1px solid #000;
		border-right: 0
	}
}

.tabbable-line2>.nav-tabs2>li:nth-child(3)>a {
	margin-right: 0;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 16px;
	color: #000 !important;
	padding: 6px;
	font-style: normal;
	background: #fff;
	width: 80%;
	text-transform: uppercase;
	border: 1px solid #000;
	border-top: 0
}

@media screen and (max-width:768px) {
	.tabbable-line2>.nav-tabs2>li:nth-child(3)>a {
		width: 100%;
		border-top: 1px solid #000
	}
}

.tabbable-line2>.nav-tabs2>li.open,
.tabbable-line2>.nav-tabs2>li:hover {
	border-bottom: 0
}

.tabbable-line2>.nav-tabs2>li {
	padding-bottom: 0
}

.tabbable-line3>.nav-tabs3>li.active {
	border-bottom: 0;
	position: relative
}

.tabbable-line3>.nav-tabs3>li.active>a {
	border: 1px solid #f13d24;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 16px;
	color: #fff !important;
	font-style: normal;
	width: 80%;
	background: #f13d24;
	padding: 6px;
	border-radius: 4px
}

.tabbable-line3>.nav-tabs3>li>a {
	border: 1px solid #6acfff;
	margin-right: 0;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: 2;
	font-size: 16px;
	color: #fff !important;
	padding: 6px;
	font-style: normal;
	background: #6acfff;
	width: 80%;
	border-radius: 4px
}

.tabbable-line3>.nav-tabs3>li.open,
.tabbable-line3>.nav-tabs3>li:hover {
	border-bottom: 0
}

.tabbable-line3>.nav-tabs3>li {
	padding-bottom: 50px
}

.smnr_tablist {
	border-left: 1px solid #000;
	height: 1490px;
	width: 1px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.smnr_tablist {
		height: 1340px
	}
}

.smnr_tablistscd {
	border-left: 1px solid #000;
	height: 1470px;
	width: 1px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.smnr_tablistscd {
		height: 1360px
	}
}

.smnr_tablistrigt {
	border-top: 1px solid #000;
	height: 1px;
	width: 50px;
	display: inline-block;
	vertical-align: top;
	margin-left: -4px
}

.smnr_tabliicnimg {
	display: inline-block;
	vertical-align: top;
	margin-top: -22px;
	margin-left: -6px
}

.smnr_day1clock {
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	text-align: left;
	color: #6b6b6b;
	font-family: Roboto, sans-serif
}

.smnr_day1clock i {
	color: #f13d24;
	margin-right: 4px
}

.smnr_day1Head {
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 14px;
	margin-top: 8px
}

.smnr_day1Headsm {
	font-size: 15px;
	text-align: left;
	color: #4a4949;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 14px;
	line-height: 22px
}

.smnr_day1Headsm p {
	font-size: 15px;
	text-align: left;
	color: #4a4949;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 14px;
	line-height: 22px
}

.smnr_day1Headsm h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 15px;
	text-align: left;
	color: #4a4949;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 14px;
	line-height: 22px
}

.smnr_day1secongbdr {
	position: absolute;
	top: 256px;
	margin-left: 4px
}

.smnr_day1secongbdr2 {
	position: absolute;
	top: 640px;
	margin-left: 4px
}

.smnr_day1secongbdr2_1 {
	position: absolute;
	top: 918px;
	margin-left: 4px
}

.smnr_day1secongbdr2_2 {
	position: absolute;
	top: 1276px;
	margin-left: 4px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.smnr_day1secongbdr {
		top: 255px
	}

	.smnr_day1secongbdr2 {
		top: 590px
	}

	.smnr_day1secongbdr2_1 {
		top: 840px
	}

	.smnr_day1secongbdr2_2 {
		top: 1158px
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.smnr_day1secongbdr {
		top: 238px
	}

	.smnr_day1secongbdr2 {
		top: 560px
	}

	.smnr_day1secongbdr2_1 {
		top: 800px
	}

	.smnr_day1secongbdr2_2 {
		top: 1100px
	}
}

.smnr_day1secongbdr3 {
	position: absolute;
	top: 362px;
	margin-left: 4px
}

.smnr_day1secongbdr4 {
	position: absolute;
	top: 770px;
	margin-left: 4px
}

.smnr_day1secongbdr4_1 {
	position: absolute;
	top: 1022px;
	margin-left: 4px
}

.smnr_day1secongbdr4_2 {
	position: absolute;
	top: 1300px;
	margin-left: 4px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.smnr_day1secongbdr3 {
		top: 343px
	}

	.smnr_day1secongbdr4 {
		top: 700px
	}

	.smnr_day1secongbdr4_1 {
		top: 955px
	}

	.smnr_day1secongbdr4_2 {
		top: 1205px
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.smnr_day1secongbdr3 {
		top: 328px
	}

	.smnr_day1secongbdr4 {
		top: 670px
	}

	.smnr_day1secongbdr4_1 {
		top: 910px
	}

	.smnr_day1secongbdr4_2 {
		top: 1145px
	}
}

@media screen and (max-width:767px) {
	.smnr_day1clock {
		font-size: 12px
	}

	.smnr_day1Head {
		font-size: 16px;
		font-weight: 600
	}

	.smnr_day1Headsm {
		font-size: 13px
	}

	.smnr_day1Headsm p {
		font-size: 13px
	}

	.smnr_day1Headsm h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-size: 13px
	}
}

.smnr_mainbgbr {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 30px 30px
}

.smnr_2time {
	font-weight: 700;
	line-height: normal;
	font-size: 14px;
	text-align: left;
	color: #000;
	font-family: Roboto, sans-serif
}

.smnr_2day1Head {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 18px;
	text-align: left;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 14px;
	margin-top: 0
}

@media screen and (max-width:767px) {
	.smnr_mainbgbr {
		padding: 20px 0
	}

	.smnr_2time {
		font-size: 12px
	}

	.smnr_2day1Head {
		font-size: 16px
	}

	.smnr_cldimg {
		height: 28px;
		margin-bottom: 12px
	}
}

.smnr_1cntmrg {
	margin-top: -20px
}

@media screen and (max-width:768px) {
	.smnr_1cntmrg {
		margin-top: 58px
	}
}

@media screen and (max-width:767px) {
	.smnr_1cntmrg {
		margin-top: 35px
	}
}

.why_exmagzimg {
	display: inline-block;
	vertical-align: top;
	width: 165px;
	height: 225px;
	margin-right: 15px
}

@media screen and (max-width:768px) {
	.why_exmagzimg {
		margin-bottom: 20px
	}
}

@media screen and (max-width:767px) {
	.why_exmagzimg {
		display: inline-block;
		vertical-align: top;
		width: 121px;
		height: 165px;
		margin-right: 5px;
		margin-left: 5px;
		margin-bottom: 14px
	}
}

.why_eximgscd {
	display: inline-block;
	vertical-align: top;
	height: 182px;
	width: 348px
}

.why_exbdrcnt {
	border: 1px solid #b1b0b0;
	padding: 30px 60px
}

@media screen and (max-width:767px) {
	.why_exbdrcnt {
		border: 1px solid #b1b0b0;
		padding: 25px 30px
	}
}

.why_exbdrcntdot1 {
	position: absolute;
	top: -7px;
	left: 16px
}

.why_exbdrcntdot2 {
	position: absolute;
	bottom: -7px;
	right: 16px
}

.why_exdtcntm {
	color: #727171 !important;
	font-weight: 500 !important
}

.why_exdlogos {
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px
}

@media screen and (max-width:767px) {
	.why_exdlogos {
		display: inline-block;
		vertical-align: middle;
		margin-right: 8px;
		height: 30px;
		margin-left: 8px;
		margin-top: 8px;
		margin-bottom: 8px
	}
}

.under_lineasw {
	text-decoration: underline !important
}

.Home_timemain {
	position: absolute;
	top: 8px;
	z-index: 0;
	right: 16px
}

@media screen and (max-width:767px) {
	.Home_timemain {
		top: 107px;
		right: unset;
		position: relative
	}
}

.Home_timemainInline {
	display: inline-block;
	text-align: center
}

.Home_timemainbg1 {
	font-size: 12px;
	margin-left: 5px;
	color: #f44336;
	border-radius: 0;
	padding: 5px;
	background: #fff;
	border: 2px solid #f45d48;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	width: 30px;
	display: inline-block
}

@media screen and (max-width:320px) {
	.Home_timemainbg1 {
		width: 25px
	}
}

.Home_timemainbg1Txt {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 10px;
	color: #f45d48;
	margin-top: 4px
}

.Home_timedoted {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	text-align: right;
	color: #f45d48;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-left: 1px;
	margin-right: 1px
}

.Home_timemainbg2 {
	font-size: 12px;
	margin-left: 5px;
	color: #f44336;
	border-radius: 0;
	padding: 5px;
	background: #fff;
	border: 2px solid #f45d48;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	width: 50px;
	display: inline-block
}

@media screen and (max-width:320px) {
	.Home_timemainbg2 {
		width: 36px
	}
}

.home_tpmainbg {
	height: 850px;
	width: 100%;
	background-position: top;
	background-size: cover;
	background-image: url(../images/h-banner.jpg);
	background-repeat: no-repeat
}

@media screen and (max-width:768px) {
	.home_tpmainbg {
		height: 1024px
	}
}

@media screen and (max-width:720px) {
	.home_tpmainbg {
		height: 330px;
		margin-top: -32px
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.home_tpmainbg {
		height: 360px
	}
}

@media screen and (max-width:468px) {
	.home_tpmainbg {
		height: 300px;
		background-size: 270%;
		margin-top: -2px
	}
}

.home_tpmainbg22 {
	height: 600px;
	width: 100%;
	background-position: center 64%;
	background-size: cover;
	background-color: #f45d48;
	background-image: url(../images/h-banner.jpg)
}

@media screen and (max-width:767px) {
	.home_tpmainbg22 {
		height: 250px
	}
}

.slider1_mainBG {
	position: relative;
	top: 36px;
	overflow: hidden
}

.slider1_mainBG h3 {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 21px;
	text-align: center;
	color: #fff;
	margin-bottom: 0
}

.slider1_mainBG h4 {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 40px;
	text-align: center;
	color: #fff;
	position: relative;
	top: -16px;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.slider1_mainBG h4 {
		top: -23px
	}
}

.slider1_mainBG h5 {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	color: #fff;
	text-align: center
}

@media screen and (max-width:767px) {
	.slider1_mainBG h3 {
		font-size: 18px
	}

	.slider1_mainBG h5 {
		font-size: 14px;
		margin-bottom: 40px;
		margin-top: -18px
	}
}

.homerunnign_sld {
	padding: 0;
	text-align: center
}

.homerunnign_sld li {
	display: inline-block;
	vertical-align: top;
	margin-left: 22px;
	margin-right: 22px
}

@media screen and (max-width:767px) {
	.homerunnign_sld li {
		margin-left: 25px;
		margin-right: 25px
	}
}

@media screen and (max-width:320px) {
	.homerunnign_sld li {
		margin-left: 18px;
		margin-right: 18px
	}
}

@media screen and (max-width:767px) {
	.hm_mobislicn1 {
		height: 30px
	}

	.hm_mobislicn2 {
		height: 31px
	}

	.hm_mobislicn3 {
		height: 33px
	}

	.hm_mobislicn4 {
		height: 31px
	}
}

.slider1_50txt {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 34px;
	text-align: center;
	color: #fff;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 5px
}

.slider1_50GMtxt {
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-top: 10px
}

@media screen and (max-width:767px) {
	.slider1_50GMtxt {
		font-size: 12px
	}

	.slider1_50txt {
		font-size: 25px
	}
}

.slider1_50redzbtn {
	background: 0;
	border: 3px solid #fff;
	font-family: Montserrat, sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 12px 24px;
	outline: 0
}

.slider1_50redzbtn:active {
	font-size: 15.5px;
	padding: 11.5px 23.5px
}

.home_whyvist {
	background: #fff;
	width: 170px;
	height: 45px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 700;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #000;
	padding-top: 12px;
	cursor: pointer;
	margin-bottom: 25px;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
}

.home_whyvist:active {
	width: 169.5px;
	height: 44.5px;
	font-size: 15.5px
}

@media screen and (max-width:468px) {
	.home_whyvist {
		width: 170px;
		height: 50px;
		font-size: 18px;
		background: #660bf1 !important;
		color: #fff !important;
		border-radius: 16px;
		margin-top: 21px;
		margin-bottom: 42px;
		padding-top: 13px;
	}

	.home_whyvist:active {
		width: 170px;
		height: 50px;
		font-size: 18px
	}
}

#owl-demo2 .item img {
	display: block;
	width: 100%;
	height: 455px;
	object-fit: cover
}

#owl-demo2 .owl-wrapper .owl-item .owl-item {
	padding-top: 0;
	padding-left: 20px;
	padding-right: 20px
}

@media screen and (max-width:767px) {
	#owl-demo2 .owl-wrapper .owl-item .owl-item {
		padding-top: 0;
		padding-left: 15px;
		padding-right: 30px
	}
}

#owl-demo2 .owl-controls {
	margin-top: 20px;
	text-align: center
}

@media screen and (max-width:767px) {
	#owl-demo2 .owl-controls {
		margin-top: 20px
	}
}

#owl-demo2 .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	margin: 5px 7px;
	border-radius: 20px;
	background: #8a8a8a;
	box-shadow: none;
	width: 14px;
	height: 14px;
	cursor: pointer;
	border: 1px solid #fff;
	vertical-align: middle;
	display: inline-block
}

#owl-demo2 .owl-controls .owl-page span {
	margin: 5px 7px;
	border-radius: 20px;
	background: 0;
	box-shadow: none;
	width: 10px;
	height: 10px;
	cursor: pointer;
	border: 1px solid #8a8a8a;
	opacity: 1;
	vertical-align: middle;
	display: inline-block
}

.nwd_oredricns {
	width: 264px;
	height: 48px
}

.ordyps_steark {
	position: absolute;
	left: 7px;
	margin-top: -4px
}

@media screen and (max-width:767px) {
	.hmnu_ntdinner {
		position: relative;
		left: 10px
	}
}

.home_sponseLogo {
	height: 82px;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.home_sponseLogo {
		height: 85px;
		width: auto
	}
}

.newsdt_conttxt p img {
	width: 100% !important;
	height: auto !important;
	object-fit: cover;
	margin-bottom: 0
}

.peoples-letter ul {
	padding: 0;
	margin-bottom: 10px
}

.peoples-letter li {
	margin-bottom: 5px;
	list-style: none;
	display: inline-block
}

.peoples-letter li a {
	color: #847577;
	font-size: 18px;
	font-weight: 400;
	margin-right: 10px;
	font-family: Roboto, sans-serif
}

.peoples-letter li a.active {
	font-size: 20px;
	color: #fff !important;
	margin-right: 14px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 500;
	background: #000;
	padding: 2px 8px
}

@media screen and (max-width:767px) {
	.peoples-letter li a.active {
		font-size: 14px;
		color: #fff !important;
		margin-right: 5px;
		font-family: "Duran-Regular", sans-serif;
		font-weight: 500;
		background: #000;
		padding: 2px 7px
	}

	.peoples-letter li a {
		color: #847577;
		font-size: 12px;
		font-weight: 600;
		margin-right: 5px;
		font-family: Roboto, sans-serif
	}
}

.peoples-letter li a.active i {
	font-size: 18px;
	margin-right: 5px;
	display: none
}

.peoples-letter li i {
	font-size: 14px;
	margin-right: 5px;
	display: none
}

.exb_diresrbtn {
	margin-top: 23px !important;
	height: 44px
}

.news_dtsocial {
	padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 30px
}

.news_dtsocial li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 5px;
	color: #000;
	font-weight: 600;
	font-family: Roboto, sans-serif
}

.news_dtsocial li i:hover {
	color: #f13d24;
	cursor: pointer
}

.exhbtor-signup>.nav-tabs {
	border: 0;
	margin: 0
}

.exhbtor-signup>.nav-tabs>li.active {
	background: #000;
	color: #fff
}

.exhbtor-signup>.nav-tabs>li.active>a {
	border: 1px solid #660bf1;
	background: #660bf1;
	color: #fff
}

.exhbtor-signup>.nav-tabs>li>a {
	border: 1px solid #000;
	margin-right: 0;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 500;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	padding: 0;
	border-radius: 0;
	width: 130px;
	height: 42px;
	text-align: center
}

.exhbtor-signup>.nav-tabs>li {
	margin-left: 0;
	margin-right: 0;
	display: inline-block;
	margin-bottom: 8px
}

.exhbtor_promnBdr {
	border: 1px solid #e1e1e1;
	padding: 50px 30px 30px 30px
}

@media screen and (max-width:767px) {
	.exhbtor_promnBdr {
		padding: 28px 14px 24px 14px
	}
}

.exhbtor_promnImg {
	width: 130px;
	height: 130px;
	object-fit: cover;
	border-radius: 50%;
	margin-right: 20px;
	border: 1px solid #d2d2d2
}

@media screen and (max-width:767px) {
	.exhbtor_promnImg {
		width: 95px;
		height: 95px;
		margin-bottom: 10px
	}
}

.exbpr_mnbtmbr {
	border-top: 1px solid #e1e1e1;
	width: 92%;
	position: relative;
	left: 4%
}

.exbpr_mnbtmbr22 {
	border-top: 1px solid #660BF1;
	width: 100%;
	margin-bottom: 0;
	position: relative;
	top: -14px
}

.exbpr_prolsthead {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 2px;
	margin-top: 10px
}

.exbpr_prolstsmtxt {
	font-weight: 300;
	line-height: normal;
	font-size: 13px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

.exbpr_mcontent {
	background: #fff !important
}

.exbpr_mheader {
	background: #6acfff !important
}

.exbpr_mheaderHead {
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 3px
}

@media screen and (max-width:767px) {
	.exbpr_mheaderHead {
		font-size: 14px;
		font-weight: 500;
		margin-bottom: 0;
		margin-top: -6px;
		text-align: left !important
	}
}

.exbpr_mheaderCross {
	color: #178bc2 !important;
	box-shadow: none;
	outline: 0;
	border: 0;
	font-size: 27px;
	background: 0;
	font-weight: 400;
	text-align: right;
	margin-top: -7px;
	padding-bottom: 12px
}

.exbpr_poppdnleft {
	padding-left: 64px !important
}

.exhbtor_txtriht {
	text-align: -webkit-right !important
}

@media screen and (max-width:767px) {
	.exhbtor_txtriht {
		text-align: -webkit-center !important
	}
}

.exbpr_cnthd {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	font-size: 14px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.exbpr_cnthd {
		padding-right: 0
	}
}

.smnrlst-signup>.nav-tabs {
	border: 0;
	margin: 0
}

.smnrlst-signup>.nav-tabs>li.active {
	background: #5D15FF;
	color: #fff;
	border-radius: 30px;
}

.smnrlst-signup>.nav-tabs>li:nth-child(1).active>a {
	border: 1px solid #000;
	background: #000;
	color: #fff
}

.smnrlst-signup>.nav-tabs>li:nth-child(2).active>a {
	border: 1px solid #000;
	background: #000;
	color: #fff
}

.smnrlst-signup>.nav-tabs>li>a {
	border: 1px solid #d2d3d5;
	margin-right: -8px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 600;
	line-height: 32px;
	font-size: 16px;
	color: #fff !important;
	padding: 0 16px;
	border-radius: 0;
	text-align: center;
	background: #d2d3d5
}

.smnrlst-signup>.nav-tabs>li {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	margin-bottom: 8px
}

.whyexb_amzlogo {
	position: relative;
	top: 9px
}

.exb_mainLgBg {
	width: 158px;
	height: 158px;
	background: #fff;
	border-radius: 50%;
	position: relative;
	top: 2px;
	padding: 13px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	left: 2px;
	overflow: hidden
}

.exb_mainLgBgOut {
	background: linear-gradient(to right, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%);
	border-radius: 50%;
	width: 162px;
	height: 162px
}

@media screen and (max-width:767px) {
	.exb_mainLgBgOut {
		margin: 0 auto;
		margin-bottom: 30px
	}
}

.exb_mainLgBgImg {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.spondt_ardnicn {
	color: #50c7f2;
	position: relative;
	top: 3px;
	left: 5px
}

@media screen and (max-width:767px) {
	.spondt_sponseLogo {
		display: inline-block;
		vertical-align: top;
		height: 85px;
		margin-left: 2px;
		margin-right: 2px
	}
}

.exb_procadtxt {
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.exb_procadtxt {
		font-size: 13px
	}
}

.smr_dttabth {
	font-size: 10px;
	position: relative;
	top: -5px
}

.exb_schedlbtn {
	border: 1px solid #000;
	background: #fff;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	padding: 6px 8px;
	outline: 0;
	transition: all .5s ease;
	margin-top: -7px
}

.exb_schedlbtn:hover {
	background: #000;
	color: #fff
}

.exb_schedlprodbg {
	background: #f9f9f9;
	border: 1px solid #eceadb;
	height: auto;
	padding: 24px
}

.smnr_lsclock {
	font-size: 18px;
	color: #1c1c1c;
	padding-right: 6px;
	position: relative;
	top: 2px
}

.sponsors_logosH {
	margin: 0 auto;
	height: 40px;
	display: inline-block;
	margin-left: 38px;
	margin-right: 38px;
	vertical-align: bottom;
	margin-bottom: 4px
}

@media screen and (max-width:768px) {
	.sponsors_logosH {
		margin-left: 20px;
		margin-right: 20px
	}
}

@media screen and (max-width:767px) {
	.sponsors_logosH {
		height: 44px;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 3px
	}
}

.datepicker-days>td,
th {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	line-height: 26px;
	font-size: 14px;
	color: #000
}

.ASWbcrumb a {
	font-size: 16px;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	color: #660bf1 !important;
	font-family: Roboto, sans-serif
}

@media screen and (max-width:767px) {
	.ASWbcrumb a {
		font-size: 14px
	}
}

.ASWbcrumb a:hover {
	text-decoration: underline !important
}

.ASWbcrumb i {
	font-size: 14px;
	font-weight: 200;
	line-height: normal;
	text-align: left;
	color: #660bf1
}

@media screen and (max-width:767px) {
	.ASWbcrumb i {
		font-size: 12px
	}
}

.ASWbcrumb span {
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	text-align: left;
	color: #444;
	font-family: Roboto, sans-serif
}

@media screen and (max-width:767px) {
	.ASWbcrumb span {
		font-size: 14px
	}
}

.font_size12px {
	font-size: 12px !important
}

.font_size15px {
	font-size: 15px !important
}

.font_size16px {
	font-size: 16px !important
}

.font_size18px {
	font-size: 18px !important
}

.font_size20px {
	font-size: 20px !important
}

.font_size14px {
	font-size: 14px !important
}

.font_size13px {
	font-size: 13px !important
}

.OneDay_passbg {
	border: 1px solid #6acfff;
	background: #6acfff;
	color: #fff !important;
	padding: 16px 22px;
	width: 130px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	font-family: Roboto, sans-serif
}

.OneDay_Check {
	font-size: 18px;
	color: #18212c;
	font-family: "Duran-Regular", sans-serif;
	letter-spacing: normal;
	font-weight: 700;
	display: inline-block;
	margin-top: 26px
}

.OneDay_pamainbg {
	background: #f8f8f8;
	padding-top: 22px;
	padding-bottom: 22px
}

.OneDay_HR {
	border-top: 1px solid #000
}

.home_sprtxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	margin-top: 9px;
	text-align: center;
	margin-bottom: 6px
}

@media screen and (max-width:767px) {
	.home_sprtxt {
		font-size: 11px;
		margin-top: 5px;
		margin-bottom: 10px
	}
}

.home_spmrg {
	margin-left: 18px !important;
	margin-right: 18px !important;
	height: 60px
}

@media screen and (max-width:767px) {
	.home_spmrg {
		margin-left: 15px !important;
		margin-right: 15px !important;
		height: 44px
	}
}

#owl-demo3>.owl-controls>.owl-pagination {
	display: none
}

#owl-demo3>.owl-controls>.owl-buttons>.owl-prev {
	background: 0
}

#owl-demo3>.owl-controls>.owl-buttons>.owl-next {
	background: 0
}

#owl-demo4>.owl-controls>.owl-pagination {
	display: none
}

#owl-demo4>.owl-controls>.owl-buttons>.owl-prev {
	background: 0
}

#owl-demo4>.owl-controls>.owl-buttons>.owl-next {
	background: 0
}

#owl-demo5>.owl-controls>.owl-pagination {
	margin-top: -20px
}

#owl-demo5>.owl-controls>.owl-buttons>.owl-prev {
	background: 0
}

#owl-demo5>.owl-controls>.owl-buttons>.owl-next {
	background: 0
}

#speakers_2020>.owl-controls>.owl-pagination {
	display: none
}

#speakers_2020>.owl-controls>.owl-buttons>.owl-prev {
	background: 0
}

#speakers_2020>.owl-controls>.owl-buttons>.owl-next {
	background: 0
}

.spkrslid_rgtarrow {
	background-repeat: no-repeat;
	position: absolute;
	width: 58px;
	height: 62px;
	background: url(../images/slider_right-arrow.png) right top no-repeat;
	background-size: 40px;
	right: -20px;
	margin-top: -200px
}

@media screen and (max-width:768px) {
	.spkrslid_rgtarrow {
		right: 9px
	}
}

.spkrslid_lftarrow {
	background-repeat: no-repeat;
	position: absolute;
	width: 58px;
	height: 62px;
	background: url(../images/slider_left-arrow.png) right top no-repeat;
	background-size: 40px;
	left: -40px;
	margin-top: -200px
}

@media screen and (max-width:768px) {
	.spkrslid_lftarrow {
		left: -5px
	}
}

@media screen and (max-width:767px) {
	.spkrslid_lftarrow {
		left: 7px;
		margin-top: -160px
	}

	.spkrslid_rgtarrow {
		right: 27px;
		margin-top: -160px
	}
}

.home_vieall {
	margin-top: 0 !important;
	position: relative;
	top: -64px;
	color: gray;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
	font-family: Roboto, sans-serif
}

@media screen and (max-width:767px) {
	.home_vieall {
		top: -30px
	}
}

@media screen and (max-width:767px) {
	.hom_sprlogomobi {
		height: 44px !important
	}
}

#filterhtml>tr:nth-child(odd) {
	background-color: #f2f2f2
}

.color_gray {
	color: gray !important
}

.social_linke {
	position: relative;
	padding: 5px 0;
	background-color: #0077b5;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
	cursor: pointer;
	border: 0;
	outline: 0;
	text-align: center;
	height: 40px;
	width: 100%;
	left: 3px;
	vertical-align: middle
}

.ASWsocial_face:hover {
	background: #5480d7 !important
}

.ASWsocial_linked:hover {
	background: #035b89 !important
}

.ASWsocial_twitter:hover {
	background: #1180c5 !important
}

.ASWsocial_instaa:hover {
	background: #09416a !important
}

.social_linke i {
	font-size: 22px;
	padding-right: 12px;
	vertical-align: middle
}

.social_linke span {
	font-size: 17px;
	line-height: 26px;
	vertical-align: middle
}

.home_smrrgvbtn {
	border: 1px solid #000;
	background: #fff;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	padding: 7px 14px;
	outline: 0;
	transition: all .5s ease;
	position: relative;
	top: -9px
}

@media screen and (max-width:767px) {
	.home_smrrgvbtn {
		top: -25px
	}
}

.home_smrrgvbtn:active {
	padding: 6.5px 13.5px;
	font-size: 13.5px
}

.home_smrrgvbtn:hover {
	background: #000;
	color: #fff;
	transition: all .5s ease
}

.home_smrrgvbtn.active {
	background: #000;
	color: #fff
}

.spkr_list_star {
	font-size: 18px;
	position: absolute;
	margin-top: -3px;
	font-family: Roboto, sans-serif
}

.spkr_listcnf {
	font-size: 10px !important;
	position: relative;
	top: 85px
}

.spkr_listcnf2 {
	font-size: 10px !important;
	position: absolute;
	right: 0
}

.spkr_list_star2 {
	font-size: 24px;
	position: absolute;
	margin-top: -2px;
	margin-left: -4px
}

.smnrlist_vieall {
	margin-top: 0 !important;
	color: gray;
	font-weight: 500;
	font-size: 14px;
	text-decoration: underline;
	font-family: Roboto, sans-serif
}

.aswblink_me {
	animation: blinker 1s linear infinite;
	color: #f13d24
}

@keyframes blinker {
	50% {
		opacity: 0
	}
}

.h_suplogo {
	width: 99px;
	height: 85px
}

@media screen and (max-width:767px) {
	.h_suplogo {
		width: 160px;
		height: 138px
	}
}

.order_smrbackbg {
	width: 224px;
	height: 207px;
	background: #000;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-family: "Duran-Regular", sans-serif;
	padding: 30px;
	line-height: 23px
}

.order_smrbackbgimg {
	height: 9px;
	position: absolute;
	left: 43%;
	margin-top: -23px
}

.order_spkrhdt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	color: #f13d24;
	text-decoration: underline
}

.order_spkrsmt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	color: #000
}

.font_size11px {
	font-size: 11px !important
}

.ln_height {
	line-height: 18px !important
}

.pdn_left15 {
	padding-left: 15px !important
}

@media screen and (max-width:767px) {
	.home_sponinpar {
		height: 53px !important;
		margin-bottom: 0 !important
	}
}

@media screen and (max-width:768px) {
	.pr-tab-0 {
		padding-right: 0 !important
	}

	.pl-tab-0 {
		padding-left: 0 !important
	}
}

.quiz_tphd {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	display: inline-block
}

@media screen and (max-width:767px) {
	.quiz_tphd {
		font-size: 12px;
		margin-top: 0;
		line-height: 20px
	}

	.quiz_mobitxt {
		position: absolute;
		top: 19px;
		right: 15px
	}
}

.quiz_formplus2 {
	color: #000 !important;
	font-size: 38px;
	text-decoration: none;
	position: absolute;
	margin-top: -211px;
	font-weight: 600;
	margin-left: -33px
}

@media screen and (max-width:767px) {
	.quiz_formplus2 {
		margin-top: -320px
	}
}

.mt-30px {
	margin-top: 30px !important
}

.quiz_wgsnl {
	height: 18px;
	width: 75px;
	display: inline-block
}

.feed_tphd {
	font-size: 30px;
	color: rgba(0, 0, 0, .87);
	font-weight: 500
}

.feed_tpcheckhd {
	color: #000;
	font-size: 20px;
	font-weight: 500
}

.sgup_inputsfeed {
	background: #f3f3f3;
	padding: 5px 15px;
	border: 0;
	height: 36px;
	line-height: 30px;
	width: 100%;
	border-radius: 0 !important;
	font-family: "Duran-Regular", sans-serif;
	outline: 0;
	color: #000;
	font-size: 13px
}

.sgnpchecboxfeed {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	color: rgba(0, 0, 0, .87);
	font-family: Roboto, sans-serif
}

.sgnpchecboxfeed input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.sgnpcheckmarkfeed {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 2px solid rgba(0, 0, 0, .54);
	border-radius: 50%
}

.sgnpcheckmarkfeed:after {
	content: "";
	position: absolute;
	display: none
}

.sgnpchecboxfeed input:checked~.sgnpcheckmarkfeed:after {
	display: block
}

.sgnpchecboxfeed .sgnpcheckmarkfeed:after {
	left: 3px;
	top: 2.8px;
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, .87);
	border-radius: 50%
}

.sgnpchecboxfeedch {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 22px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	color: rgba(0, 0, 0, .87);
	font-family: Roboto, sans-serif
}

.sgnpchecboxfeedch input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.sgnpcheckmarkfeedch {
	position: absolute;
	left: 0;
	width: 20px;
	height: 20px;
	box-sizing: border-box;
	border: 2px solid rgba(0, 0, 0, .54);
	border-radius: 2px
}

.sgnpcheckmarkfeedch:after {
	content: "";
	position: absolute;
	display: none
}

.sgnpchecboxfeedch input:checked~.sgnpcheckmarkfeedch:after {
	display: block
}

.sgnpchecboxfeedch .sgnpcheckmarkfeedch:after {
	left: 5px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: solid rgba(0, 0, 0, .87);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.has-error .sgnpcheckmarkfeed {
	border-color: red
}

.has-error .sgnpcheckmarkfeedch {
	border-color: red
}

.feed_tx1 {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 24px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	position: absolute;
	top: -30px;
	right: 15px;
	text-decoration: underline
}

@media screen and (max-width:468px) {
	.feed_tx1 {
		font-size: 12px;
		margin-top: 5px;
		line-height: 20px
	}
}

.feed_topbangbdr {
	border-left: 1px solid #d3d3d3;
	height: 166px;
	position: absolute;
	top: 8px;
	left: 220px
}

.feedbanTopTxt {
	float: left;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	color: #000;
	font-family: Montserrat, sans-serif;
	margin-left: 1.5em;
	padding: .875rem 1.875rem;
	text-align: left;
	position: relative;
	top: 1.1em
}

@media screen and (max-width:768px) {
	.feedbanTopTxt {
		font-size: 16px
	}

	.feed_topbangbdr {
		border-left: 1px solid #d3d3d3;
		height: 144px;
		position: absolute;
		top: 2px;
		left: 170px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.feedbanTopTxt {
		font-size: 16px
	}

	.feed_topbangbdr {
		border-left: 1px solid #d3d3d3;
		height: 144px;
		position: absolute;
		top: 2px;
		left: 170px
	}
}

@media screen and (max-width:767px) {
	.feedbanTopTxt {
		position: absolute;
		top: -7px;
		left: 131px;
		font-size: 12px;
		line-height: 13px;
		margin-left: 0
	}

	.feed_topbangbdr {
		border-left: 1px solid #d3d3d3;
		height: 122px;
		position: absolute;
		top: -1px;
		left: 132px
	}
}

.fdpdn_left30px {
	padding-left: 30px !important
}

@media screen and (max-width:767px) {
	.fdpdn_left30px {
		padding-left: 15px !important
	}
}

.feed_qusWD {
	width: 16px !important
}

.feed_qusWD2 {
	width: 22px !important
}

.fdAns_30px {
	padding-left: 30px !important
}

.hashtag_top {
	position: absolute;
	top: 16px;
	z-index: 0;
	right: 108px;
	font-size: 16px;
	cursor: pointer;
	color: #000;
	font-weight: 600;
	font-family: Montserrat, sans-serif
}

.hashtag_top:hover {
	text-decoration: underline;
	color: #f13d24
}

@media screen and (max-width:767px) {
	.hashtag_top {
		position: relative;
		top: 14px;
		z-index: 1;
		margin-left: 196px;
		font-size: 12px
	}
}

.home_livecvrbtn {
	width: 74px;
	height: 24px;
	right: 17px;
	top: 13px;
	position: absolute
}

@media screen and (max-width:767px) {
	.home_livecvrbtn {
		width: 55px;
		height: 18px;
		top: 13px;
		position: absolute;
		z-index: 9999
	}
}

.d_inline {
	display: inline-flex !important;
	margin-right: 20px !important
}

.h_Aboutimg {
	width: 100%;
	height: 358px;
	object-fit: cover;
	object-position: center 36%
}

@media screen and (max-width:767px) {
	.h_Aboutimg {
		height: auto
	}
}

.filter_gray {
	filter: gray;
	-webkit-filter: grayscale(100%)
}

#owl-demo5 .spkrslid_rgtarrow {
	background-repeat: no-repeat;
	position: absolute;
	width: 58px;
	height: 62px;
	background: url(../images/slider_right-arrow.png) right top no-repeat;
	background-size: 40px;
	right: -20px;
	margin-top: -200px
}

#owl-demo5 .spkrslid_lftarrow {
	background-repeat: no-repeat;
	position: absolute;
	width: 58px;
	height: 62px;
	background: url(../images/slider_left-arrow.png) right top no-repeat;
	background-size: 40px;
	left: -40px;
	margin-top: -200px
}

@media screen and (max-width:768px) {
	#owl-demo5 .spkrslid_rgtarrow {
		right: 9px
	}

	#owl-demo5 .spkrslid_lftarrow {
		left: -5px
	}
}

@media screen and (max-width:767px) {
	#owl-demo5 .spkrslid_rgtarrow {
		right: 27px
	}

	#owl-demo5 .spkrslid_lftarrow {
		left: 7px
	}
}

.h_galleryimg {
	width: 100%;
	height: 125px;
	object-fit: cover;
	border-radius: 32px;
}

.h_gallerybigimg {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 32px;
}

@media screen and (max-width:767px) {
	.h_galleryimg {
		height: 70px
	}

	.h_gallerybigimg {
		height: 110px
	}
}

#baguetteBox-overlay .full-image img {
	max-height: 85% !important
}

#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0, 0, 0, .8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	white-space: normal;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0, 0, 0, .6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 7px;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, -webkit-transform .4s ease;
	transition: left .4s ease, transform .4s ease;
	transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@keyframes bounceFromRight {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}
}

@-webkit-keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

@keyframes bounceFromLeft {

	0%,
	100% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50, 50, 50, .5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
	background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2%+6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.baguetteBox-spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounce {

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

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {

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

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

.hdtop_sipr {
	position: absolute;
	right: 32px;
	top: 3px;
	z-index: 999
}

@media screen and (max-width:768px) {
	.hdtop_sipr {
		top: 18px
	}
}

@media screen and (max-width:767px) {
	.hdtop_sipr {
		position: absolute;
		right: 25%;
		top: 117px;
		z-index: 9;
		display: none
	}
}

.hdtop_social {
	padding: 2px;
	font-size: 14px;
	width: 22px;
	text-align: center;
	text-decoration: none;
	height: 30px;
	margin-bottom: 10px;
	margin-right: 0;
	position: relative;
	left: 6px
}

.hdtop_social_icns {
	background: 0;
	color: #000;
	cursor: pointer
}

.whyexb_hdtxt {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 24px;
	color: #000;
	font-family: Roboto, sans-serif
}

.whyexb_chdtxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	text-align: left;
	letter-spacing: normal;
	padding-bottom: 8px;
	margin-bottom: 0;
	letter-spacing: 1px
}

.showinfo_chdtxt {
	font-family: "BLMelody-Medium";
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	color: #000;
	text-align: center;
	padding-bottom: 40px;
	padding-top: 40px;
	margin-bottom: 0;
	letter-spacing: 1px
}

.whyv_prtxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	font-size: 18px;
	color: #000
}

.asw_dnw_inputs {
	background: #fff;
	padding: 5px 15px;
	line-height: 30px;
	width: 100%;
	border-radius: 0 !important;
	font-family: "Duran-Regular", sans-serif;
	outline: 0;
	color: #000;
	font-size: 14px;
	border: 1px solid #000;
	height: 42px;
	font-weight: 400
}

#seminar_sch>.smnrlst-signup>.nav-tabs>li:nth-child(1).active>a {
	border: 1px solid #6acfff;
	background: #6acfff;
	color: #fff !important
}

#seminar_sch>.smnrlst-signup>.nav-tabs>li:nth-child(1)>a {
	margin-right: -8px;
	font-family: Raleway, sans-serif;
	font-weight: 600;
	line-height: 40px;
	font-size: 16px;
	color: #000 !important;
	padding: 0 16px;
	border-radius: 0;
	height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #6acfff;
	border-right: 0
}

#seminar_sch>.smnrlst-signup>.nav-tabs>li:nth-child(1)>a:hover {
	background: #6acfff !important;
	color: #fff !important
}

#seminar_sch>.smnrlst-signup>.nav-tabs>li:nth-child(2).active>a {
	border: 1px solid #f13d24;
	background: #f13d24;
	color: #fff !important
}

#seminar_sch>.smnrlst-signup>.nav-tabs>li:nth-child(2)>a {
	margin-right: -8px;
	font-family: Raleway, sans-serif;
	font-weight: 600;
	line-height: 40px;
	font-size: 16px;
	color: #000 !important;
	padding: 0 16px;
	border-radius: 0;
	height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #f13d24;
	border-left: 0
}

#seminar_sch>.smnrlst-signup>.nav-tabs>li:nth-child(2)>a:hover {
	background: #f13d24 !important;
	color: #fff !important
}

@media screen and (max-width:767px) {
	#seminar_sch>.smnrlst-signup>.nav-tabs>li:nth-child(1)>a {
		margin-right: -8px;
		font-family: Raleway, sans-serif;
		font-weight: 600;
		line-height: 40px;
		font-size: 12px;
		color: #000 !important;
		padding: 0 8px;
		border-radius: 0;
		height: 40px;
		text-align: center;
		background: #fff;
		border: 1px solid #6acfff;
		border-right: 0
	}

	#seminar_sch>.smnrlst-signup>.nav-tabs>li:nth-child(2)>a {
		margin-right: -8px;
		font-family: Raleway, sans-serif;
		font-weight: 600;
		line-height: 40px;
		font-size: 12px;
		color: #000 !important;
		padding: 0 8px;
		border-radius: 0;
		height: 40px;
		text-align: center;
		background: #fff;
		border: 1px solid #f13d24;
		border-left: 0
	}
}

.font-lora {
	font-family: Lora, serif !important
}

.object_pglry {
	object-position: 70% 13% !important
}

.object_pglry2 {
	object-position: bottom !important
}

.past_edsfettxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	margin-bottom: 13px;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	color: #333
}

.past_edsfettxtbg {
	background: #fff;
	height: 480px;
	padding-top: 20px
}

@media screen and (max-width:1024px) {
	.past_edsfettxtbg {
		background: #fff;
		height: 470px;
		padding-top: 40px
	}
}

@media screen and (max-width:768px) {
	.past_edsfettxtbg {
		background: #fff;
		height: 400px;
		padding-top: 20px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1200px) and (orientation:landscape) {
	.past_edsfettxtbg {
		background: #fff;
		height: 580px;
		padding-top: 40px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.past_edsfettxtbg {
		height: 620px
	}
}

@media screen and (max-width:767px) {
	.past_edsfettxtbg {
		height: 275px
	}
}

@media screen and (max-width:468px) {
	.past_edsfettxtbg {
		height: auto;
		padding-top: 20px
	}
}

.past_bgoverflw {
	height: 265px;
	padding: 0 25px 20px 25px
}

.mt-5 {
	margin-top: 5px !important
}

.mt-7 {
	margin-top: 7px !important
}

.mt-21 {
	margin-top: 21px !important
}

.subc_hor {
	position: absolute;
	left: -3px;
	color: #000;
	font-weight: 500;
	top: 14px
}

.subc_hophn {
	width: 95%;
	float: right
}

@media screen and (max-width:767px) {
	.subc_hor {
		position: relative;
		left: unset;
		color: #000;
		font-weight: 500;
		top: -8px;
		text-align: center
	}

	.subc_hophn {
		width: 100%
	}
}

.h_pexlogo {
	width: auto !important;
	height: 110px !important;
	margin-top: 21px !important
}

.mb-20 {
	margin-bottom: 20px
}

.ped_padiimgbg {
	background: #fff;
	width: 103px;
	margin: 0 auto;
	margin-bottom: 14px
}

@media screen and (max-width:768px) {
	.ped_padiimgbg {
		right: 36%
	}
}

.ped_padiimg {
	height: 55px;
	margin: 0 auto
}

.pasted_hdtxt {
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 17px;
	text-align: center;
	color: #e5684d;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 5px;
	margin-top: 2px;
	letter-spacing: 1px;
	text-decoration: underline
}

.smrsdtpg_conttxt {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
	font-size: 14px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

.smrsdtpg_conttxt p {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
	font-size: 14px;
	color: #000;
	padding-right: 16px;
	text-align: left;
	margin-bottom: 1.5em;
	letter-spacing: 1px
}

#smlst_btnid>.smnrlst-signup>.nav-tabs>li.active>a {
	border: 1px solid #5D15FF;
	background: #5D15FF;
	color: #fff !important
}

#smlst_btnid>.smnrlst-signup>.nav-tabs>li>a {
	margin-right: -8px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 500;
	line-height: 40px;
	font-size: 16px;
	color: #000 !important;
	padding: 5px 60px;
	border-radius: 30px;
	text-align: center;
	background: #fff;
	border: 1px solid #000
}

@media screen and (max-width:768px) {
	#smlst_btnid>.smnrlst-signup>.nav-tabs>li>a {
		font-size: 16px
	}
}

#smlst_btnid>.smnrlst-signup>.nav-tabs>li:>a:hover {
	background: #000 !important;
	color: #fff !important
}

.day1pass_back {
	background: #fff;
	width: 150px;
	height: 105px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	padding-top: 10px
}

.day1pass_back div {
	height: 4px;
	width: 18px;
	background: #fff;
	margin-bottom: 2px;
	position: relative;
	left: 74%;
	display: none
}

.day1pass_back h3 {
	font-family: "Duran-Regular", sans-serif;
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 22px;
	font-weight: 500
}

.day1pa_pretxtsml {
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: 22px;
	font-size: 14px;
	color: #000
}

@media screen and (max-width:767px) {
	.day1pa_pretxtsml {
		margin-top: 8px
	}
}

.day1pa_inrtxt {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	text-align: left
}

.day1_day2left {
	left: 82% !important
}

.odrpass_rate {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 15px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	text-align: left;
	margin-top: 0
}

.odrpass_rate span {
	text-decoration: line-through;
	color: #ff522c;
	font-weight: 400;
	padding-left: 5px
}

#select-users>.modal-dialog>.modal-content {
	background-color: #000;
	box-shadow: none;
	border-radius: 0;
	width: 400px;
	height: auto;
	border: 0;
	margin: auto;
	position: relative;
	top: 110px
}

#select-users .modal-header .close {
	margin-top: -2px;
	color: #fff
}

.order_pschk {
	display: inline-block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	left: -13px
}

.order_pschk input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.order_pschkmrk {
	position: absolute;
	top: 3px;
	left: -27px;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0
}

.order_pschkmrk:after {
	content: "";
	position: absolute;
	display: none
}

.order_pschk input:checked~.order_pschkmrk:after {
	display: block
}

.order_pschk .order_pschkmrk:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 9px;
	border: solid #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.ordps_cartinr {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	text-align: left;
	letter-spacing: 1px;
	padding-left: 15px
}

.top-26px {
	top: 26px !important
}

.odrps_pkgrepbdr {
	width: 98%;
	height: auto;
	padding-top: 15px;
	float: right;
	padding-left: 15px
}

.odrps_crttamt {
	clear: both;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #000;
	text-align: center;
	border: 0;
	padding: 8px 0 12px 0;
	border-top: 0
}

.odrps_crttamt span {
	padding-left: 3px;
	border-top: 0
}

.odrps_crttamt span input {
	background: 0;
	border: 0;
	width: 70px;
	outline: 0;
	user-select: none;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	position: relative;
	top: 2px
}

@media screen and (max-width:768px) {
	.odrps_crttamt span input {
		width: 100px;
		text-align: center
	}
}

.odrps_crttamt span input::placeholder {
	color: #000
}

.ordps_hrb {
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
	border-top: 1px solid #000
}

.day1pa_dashinrtxt {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	text-align: right;
	font-size: 16.5px;
	margin-bottom: 10px
}

.ordps_hrbinner {
	margin-top: 30px;
	margin-bottom: 30px;
	border: 0;
	border-top: 1px solid #b3b3b3
}

.ordps_cartbtmbdr {
	border-top: 1px solid #a9a9a9;
	width: 228px;
	position: relative;
	top: 6px;
	margin-bottom: 14px
}

@media screen and (max-width:768px) {
	.ordps_cartbtmbdr {
		width: 184px
	}
}

.h_logoslogen {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-align: left;
	font-family: "Duran-Regular", sans-serif;
	clear: both;
	letter-spacing: .4px;
	position: relative;
	top: 8px
}

#filediv {
	border: 1px solid #979797;
	width: 117px;
	height: 115px;
	border-radius: 4px;
	margin-bottom: 12px;
	background: #fff;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top
}

#file {
	position: relative;
	cursor: pointer;
	width: 117px;
	height: 115px;
	opacity: 0;
	top: 0;
	left: 0
}

.file_lable {
	opacity: .8;
	cursor: pointer;
	margin: auto;
	color: #444;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 500;
	position: absolute;
	width: 117px;
	height: 52px;
	line-height: 18px;
	margin-top: 37px
}

.clr_graylht {
	color: #7d7d7d !important;
	letter-spacing: 1.2px
}

.clr_orglht {
	color: #e5684d !important
}

.clr_graylhtB {
	color: #7d7d7d !important;
	font-size: 16px !important;
	line-height: 24px
}

.odrst3_bdr {
	margin-top: 5px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #000
}

.h_subsCont {
	color: #000;
	text-align: left;
	margin-bottom: 4px;
	font-size: 14px;
	position: relative;
	left: -13px;
	margin-top: -5px
}

.mt-min5 {
	margin-top: -5px !important
}

.h_wvwxbtn {
	position: absolute;
	left: 7%;
	margin-top: 250px
}

@media screen and (max-width:468px) {
	.h_wvwxbtn {
		position: absolute;
		right: 6%;
		margin-top: 94px
	}
}

.h_rdmore {
	color: gray;
	font-weight: 400;
	font-size: 14px;
	text-decoration: underline;
	font-family: "Duran-Regular", sans-serif;
	position: absolute;
	right: 72px;
	margin-top: -12px
}

@media screen and (max-width:767px) {
	.h_rdmore {
		right: 30px;
		margin-top: -8px
	}
}

.overlap_bg {
	padding: 50px 80px 14px 80px;
	box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
	background: #fff;
	margin-top: -80px;
	width: 94%;
	float: right;
	height: 590px
}

@media only screen and (min-device-width:768px) and (max-device-width:1200px) and (orientation:landscape) {
	.overlap_bg {
		padding: 50px 70px 14px 70px;
		box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
		background: #fff;
		margin-top: -80px;
		width: 100%;
		float: right;
		height: auto
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1100px) and (orientation:landscape) {
	.overlap_bg {
		padding: 50px 50px 14px 50px;
		box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
		background: #fff;
		margin-top: -80px;
		width: 100%;
		float: right;
		height: auto
	}
}

@media screen and (max-width:1024px) {
	.overlap_bg {
		padding: 50px 50px 14px 50px;
		width: 100%
	}
}

@media screen and (max-width:768px) {
	.overlap_bg {
		padding: 50px 40px 14px 40px;
		box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
		background: #fff;
		width: 100%;
		float: unset;
		height: auto;
		margin: 0 auto;
		margin-top: -65px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.overlap_bg {
		padding: 50px 48px 14px 48px;
		height: auto
	}
}

@media screen and (max-width:720px) {
	.overlap_bg {
		padding: 50px 80px 14px 80px;
		box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
		background: #fff;
		width: 80%;
		float: unset;
		height: 553px;
		margin: 0 auto;
		margin-top: 65px
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.overlap_bg {
		padding: 50px 50px 14px 50px;
		box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
		background: #fff;
		width: 100%;
		float: unset;
		height: auto;
		margin: 0 auto;
		margin-top: -65px
	}
}

.overlap_bg ul {
	list-style: none;
	padding: 0;
	padding-top: 30px
}

@media screen and (max-width:767px) {
	.overlap_bg ul {
		list-style: none;
		padding: 0;
		padding-top: 0
	}
}

.overlap_bg ul li {
	padding-bottom: 10px;
	font-size: 18px;
	margin-bottom: 30px;
	padding-left: 0;
	margin-left: 0;
	color: #aaa;
	font-weight: 500;
	display: inline-block;
	vertical-align: top
}

.overlap_bg ul li strong {
	font-size: 60px;
	line-height: 72px;
	color: #f13d24;
	-webkit-text-stroke: 3.2px;
	-webkit-font-smoothing: antialiased
}

@media only screen and (min-device-width:768px) and (max-device-width:1100px) and (orientation:landscape) {
	.overlap_bg ul li strong {
		font-size: 60px;
		line-height: 72px;
		color: #f13d24;
		-webkit-text-stroke: 3.2px;
		-webkit-font-smoothing: antialiased
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.overlap_bg ul li strong {
		font-size: 60px;
		line-height: 72px;
		color: #f13d24;
		-webkit-text-stroke: 3.2px;
		-webkit-font-smoothing: antialiased
	}
}

@media screen and (max-width:468px) {
	.overlap_bg {
		padding: 30px 30px 4px 30px;
		margin-top: 50px;
		width: 88%;
		height: auto
	}

	.overlap_bg ul li {
		padding-bottom: 10px;
		font-size: 18px;
		margin-bottom: 30px;
		padding-left: 0;
		margin-left: 0
	}

	.overlap_bg ul li strong {
		font-size: 52px;
		line-height: 72px;
		-webkit-text-stroke: 1.2px
	}
}

.inpr_head {
	font-size: 38px;
	margin-bottom: 40px;
	line-height: 48px;
	margin-top: 0;
	font-weight: 700;
	font-family: "Duran-Regular", sans-serif;
	color: #333;
	-webkit-text-stroke: 1.2px;
	-webkit-font-smoothing: antialiased
}

@media screen and (max-width:768px) {
	.inpr_head {
		font-size: 32px;
		margin-bottom: 15px;
		line-height: 48px;
		margin-top: 0;
		font-weight: 700;
		font-family: "Duran-Regular", sans-serif;
		color: #333;
		-webkit-text-stroke: 1.2px;
		-webkit-font-smoothing: antialiased
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.inpr_head {
		font-size: 32px;
		line-height: normal
	}
}

@media screen and (max-width:767px) {
	.inpr_head {
		font-size: 30px;
		margin-bottom: 30px;
		line-height: 42px;
		-webkit-text-stroke: .2px
	}
}

.why_atndbg {
	background: #fff;
	border: 1px solid #660bf1;
	position: relative;
	padding: 40px 20px;
	border-radius: 14px;
	height: 400px;
}

@media screen and (max-width:1024px) {
	.why_atndbg {
		padding: 30px;
		height: 390px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1200px) and (orientation:landscape) {
	.why_atndbg {
		height: 460px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.why_atndbg {
		height: 448px
	}
}

@media screen and (max-width:768px) {
	.why_atndbg {
		background: #fff;
		position: relative;
		padding: 40px;
		height: auto;
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.why_atndbg {
		background: #fff;
		-webkit-box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
		position: relative;
		padding: 40px 15px;
	}

	.foot_ipadlogo {
		width: 100px;
		height: 59px
	}
}

.why_atndbg img {
	width: 185px;
	height: 125px;
	margin: 0 auto;
	margin-bottom: 10px
}

.why_atndbg h2 {
	font-size: 25px;
	color: #333;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 25px;
	font-family: "Duran-Regular", sans-serif;
	text-align: center
}

.why_atndbg p {
	font-size: 15px;
	line-height: 22px;
	color: #333
}

@media screen and (max-width:768px) {
	.why_atndbg p {
		font-size: 15px;
		line-height: 22px;
		color: #333;
		font-weight: 400
	}
}

@media screen and (max-width:767px) {
	.why_atndbg {
		height: auto;
		margin-bottom: 30px
	}
}

.h_videobg {
	height: 550px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-image: url(../images/ASW2022VideoCover1.jpg);
	text-align: -webkit-center;
	padding-top: 170px
}

.h_videobg img {
	margin: 0 auto;
	cursor: pointer
}

.h_videobg h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 700;
	letter-spacing: normal;
	text-align: center;
	margin-top: 40px;
	-webkit-font-smoothing: antialiased
}

@media screen and (max-width:767px) {
	.h_videobg {
		height: 250px
	}

	.h_videobg img {
		margin: 0 auto;
		cursor: pointer;
		margin-top: -108px;
		height: 76px
	}

	.h_videobg h3 {
		font-size: 22px;
		margin-top: 23px
	}
}

@media screen and (max-width:767px) {
	.youtb_ht250 {
		height: 250px !important
	}
}

.upload_docfl {
	padding: 0 10px;
	border: 1px solid #979797;
	width: 117px;
	height: 115px;
	border-radius: 4px;
	margin-bottom: 12px;
	background: #fff;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	color: #848484;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 500;
	line-height: 18px;
	padding-top: 31px
}

.upload_docflPL {
	display: inline-block;
	padding: 10px 10px;
	width: 241px;
	line-height: normal
}

@media screen and (max-width:768px) {
	.upload_docflPL {
		width: 150px
	}
}

.upload_docflIn {
	position: relative;
	cursor: pointer;
	width: 117px;
	height: 115px;
	opacity: 0;
	top: 0;
	left: 0;
	margin-top: -127px;
	margin-bottom: 10px
}

.h_asw2020M {
	position: relative;
	top: 90px
}

@media screen and (max-width:768px) {
	.h_asw2020M {
		position: relative;
		top: 63px;
		right: 18px
	}
}

.h_asw2020 {
	right: 15px;
	position: absolute;
	top: 0;
	z-index: 9
}

.h_asw2020 h2 {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	text-align: right;
	text-decoration: underline;
}

.h_asw2020 p {
	font-size: 18px;
	font-weight: 500;
	color: #4a4949;
	line-height: 22px
}

@media screen and (max-width:468px) {
	.h_asw2020M {
		top: 84px;
		right: 0;
	}

	.h_asw2020 {
		right: 20px;
		top: 20px
	}

	.h_asw2020 h2 {
		font-size: 16px;
		margin-bottom: 8px
	}

	.h_asw2020 p {
		font-size: 9px;
		line-height: 15px
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	.h_asw2020M {
		position: relative;
		top: 73px
	}
}

.h_150E {
	position: relative;
	left: -3px
}

.h_30In {
	position: relative;
	left: 11px
}

.thks_pophd {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	background: #000;
	padding: 5px;
	margin-top: 5px
}

@media screen and (max-width:767px) {
	.thks_pophd {
		font-size: 18px
	}
}

.thks_popWd {
	width: 92% !important
}

.thks_popWd2 {
	width: 86% !important
}

.thks_popWd3 {
	width: 80% !important
}

.thpop_rhsbgM {
	background: linear-gradient(to bottom, rgba(241, 60, 36, 1) 0, rgba(106, 208, 255, 1) 100%) !important;
	padding: 3px;
	width: 72%;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.thpop_rhsbgM {
		width: auto;
		margin-top: 30px
	}
}

.thpop_rhsbg {
	background: #fff;
	padding: 18px;
	text-align: -webkit-center
}

.thpop_rhsbg h2 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	color: #000;
	padding: 5px;
	margin-top: 5px;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: center;
	margin-bottom: 20px
}

.thpop_rhsbg img {
	height: 75px;
	width: 126px;
	margin: 0 auto
}

.thpop_dateM {
	padding-top: 20px;
	clear: both
}

.thpop_dateM span:nth-child(1) {
	display: block;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 8px;
	position: relative;
	left: 3px;
	margin-bottom: 2px
}

.thpop_dateM span:nth-child(2) {
	display: block;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2px
}

.thpop_dateM span:nth-child(3) {
	display: block;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 13px;
	position: relative;
	left: 6px;
	margin-bottom: 2px
}

.thpop_dateM span:nth-child(4) {
	display: block;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2px
}

.thpop_dateM span:nth-child(5) {
	display: block;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 11px;
	position: relative;
	left: 6px
}

.thpop_date-btns {
	padding: 6px 4px;
	font-size: 14px;
	cursor: pointer;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: normal;
	border-radius: 4px;
	width: 120px;
	height: 38px;
	margin-bottom: 15px;
	outline: 0;
	text-align: center;
	display: inline-block;
	color: #000;
	background: 0;
	border: 1px solid #000;
	letter-spacing: 1px;
	margin-top: 22px
}

.pack_check {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	color: #000;
	font-family: Roboto, sans-serif
}

.pack_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.packmark_check {
	position: absolute;
	top: 10px;
	left: 0;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0;
	padding: 6px 18px 5px 16px;
	font-size: 14px
}

.packmark_check:after {
	content: "";
	position: absolute;
	display: none
}

.pack_check input:checked~.packmark_check:after {
	display: block
}

.pack_check .packmark_check:after {
	left: 0;
	top: 0;
	width: 104px;
	height: 31px;
	background: 0;
	z-index: -2
}

@media screen and (max-width:767px) {
	.mobi-overflow {
		overflow-x: auto;
		width: 100%;
		overflow-y: hidden
	}
}

@media screen and (max-width:768px) {
	.odps_mobiamt {
		position: absolute;
		right: 0;
		top: -156px
	}
}

@media screen and (max-width:767px) {
	.odps_mobiamt {
		position: absolute;
		right: 0;
		top: -168px
	}
}

.d-inlineblock {
	display: inline-block !important
}

.width50px {
	width: 40px !important
}

@media screen and (max-width:768px) {
	.width50px {
		width: 28px !important
	}
}

@media screen and (max-width:468px) {
	.width50px {
		width: 20px !important
	}
}

.exhibit_formplus2 {
	color: #000 !important;
	font-size: 38px;
	text-decoration: none;
	position: absolute;
	margin-top: -699px;
	font-weight: 600;
	margin-left: 4px
}

.com_prorange {
	right: -36px;
	text-align: right;
	top: -74px
}

.com_prorangemin {
	color: #000 !important;
	font-size: 38px;
	text-decoration: none;
	position: absolute;
	margin-top: -62px;
	font-weight: 600;
	margin-left: 17px
}

@media screen and (max-width:468px) {
	.exhibit_formplus2 {
		margin-top: -965px
	}
}

#thanks_modal .modal-dialog {
	width: 800px;
	position: relative;
	margin: 0 auto;
	top: 110px
}

@media screen and (max-width:768px) {
	#thanks_modal .modal-dialog {
		width: auto;
		top: 0
	}
}

@media screen and (max-width:767px) {
	#thanks_modal .modal-dialog {
		width: auto;
		top: 0
	}
}

@media only screen and (min-device-width:720px) and (max-device-width:991px) and (orientation:landscape) {
	#thanks_modal .modal-dialog {
		width: 800px;
		position: relative;
		margin: 0 auto;
		top: 40px
	}
}

#thanks_modal .modal-content {
	background-color: #fff;
	box-shadow: none;
	border-radius: 0;
	width: auto;
	height: auto;
	padding: 25px;
	padding-top: 0
}

#thanks_modal .loginpop_btmgdline {
	background: linear-gradient(90deg, #6acfff 0, #f13d24 100%);
	height: 8px;
	position: absolute;
	top: 18px;
	z-index: 99999999;
	left: -10px;
	right: 25%;
	width: 102.6%
}

@media screen and (max-width:767px) {
	#thanks_modal .loginpop_btmgdline {
		width: 106.6%
	}
}

#thanks_modal .modal-header {
	padding-bottom: 13px;
	padding-right: 0
}

.cursor-pointer {
	cursor: pointer !important
}

.forget_pwd {
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	font-size: 11px;
	text-align: center;
	color: #000;
	font-family: Raleway, sans-serif
}

.press_list>caption+thead>tr:first-child>td,
.press_list>caption+thead>tr:first-child>th,
.press_list>colgroup+thead>tr:first-child>td,
.press_list>colgroup+thead>tr:first-child>th,
.press_list>thead:first-child>tr:first-child>td,
.press_list>thead:first-child>tr:first-child>th {
	border: 0
}

.press_list>tbody>tr>td,
.press_list>tbody>tr>th,
.press_list>tfoot>tr>td,
.press_list>tfoot>tr>th,
.press_list>thead>tr>td,
.press_list>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 0
}

.exhbtr_2019>caption+thead>tr:first-child>td,
.exhbtr_2019>caption+thead>tr:first-child>th,
.exhbtr_2019>colgroup+thead>tr:first-child>td,
.exhbtr_2019>colgroup+thead>tr:first-child>th,
.exhbtr_2019>thead:first-child>tr:first-child>td,
.exhbtr_2019>thead:first-child>tr:first-child>th {
	border-top: 0;
	background: #000;
	height: 55px;
	padding: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 15px;
	color: #fff;
	font-family: Raleway, sans-serif;
	text-align: center;
	border: 0;
	vertical-align: middle;
	border-right: 1px solid #9f9f9f
}

.exhbtr_2019>tbody>tr>td,
.exhbtr_2019>tbody>tr>th,
.exhbtr_2019>tfoot>tr>td,
.exhbtr_2019>tfoot>tr>th,
.exhbtr_2019>thead>tr>td,
.exhbtr_2019>thead>tr>th {
	padding: 10px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #9f9f9f;
	border-right: 1px solid #9f9f9f;
	font-family: Raleway, sans-serif;
	color: #000;
	font-weight: 500;
	font-size: 14px
}

.exhbtr_2019 {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid #9f9f9f
}

.rep_lists>caption+thead>tr:first-child>td,
.rep_lists>caption+thead>tr:first-child>th,
.rep_lists>colgroup+thead>tr:first-child>td,
.rep_lists>colgroup+thead>tr:first-child>th,
.rep_lists>thead:first-child>tr:first-child>td,
.rep_lists>thead:first-child>tr:first-child>th {
	border-top: 0;
	background: #f1f1f1;
	height: 55px;
	padding: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	color: #000;
	font-family: Raleway, sans-serif;
	text-align: center;
	border: 0;
	vertical-align: middle;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000
}

.rep_lists>tbody>tr>td,
.rep_lists>tbody>tr>th,
.rep_lists>tfoot>tr>td,
.rep_lists>tfoot>tr>th,
.rep_lists>thead>tr>td,
.rep_lists>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 0;
	border-right: 1px solid #000;
	color: #000;
	font-family: Raleway, sans-serif;
	font-weight: 400;
	font-size: 12px
}

.rep_lists {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	border: 1px solid #000
}

.add_netdinnrbg {
	background: #000;
	height: 240px;
	position: absolute;
	top: 37px;
	border: 1px solid #d0d0d0;
	opacity: .6
}

.dash_hdbdr {
	margin-top: 5px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #000
}

.upload_docflPL22 {
	display: inline-block;
	padding: 10px 10px;
	width: 196px;
	line-height: normal
}

@media screen and (max-width:468px) {
	.odps_mobiamtcnf {
		position: absolute;
		right: 0;
		top: -110px
	}
}

.folow_socicn {
	position: relative !important;
	right: 0 !important;
	top: 0 !important;
	display: block
}

.govt_logo {
	position: relative;
	top: 30px
}

@media screen and (max-width:468px) {
	.govt_logo {
		position: relative;
		top: 0
	}
}

.dash_MyNews {
	padding: 16px 15px;
	font-family: Raleway, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	color: #000 !important;
	background: #eaeaea;
	margin-bottom: 32px;
	margin-top: 20px;
	text-align: center
}

.dashactive {
	background: #000 !important;
	color: #fff !important
}

.dash_MyNewsDrop {
	padding: 0;
	text-align: center;
	list-style: none
}

.dash_MyNewsDrop li {
	display: inline-block
}

.dash_MyNewsDrop li a {
	color: #000 !important;
	font-weight: 500;
	border-right: 1px solid #000;
	border-radius: 0;
	line-height: 6px;
	font-size: 14px;
	padding: 8px
}

@media screen and (max-width:767px) {
	.dash_MyNewsDrop li a {
		padding: 5px
	}
}

@media screen and (max-width:320px) {
	.dash_MyNewsDrop li a {
		padding: 2px
	}
}

.dash_MyNewsDrop li a.active {
	font-weight: 700
}

.user_dashsdULchild li a.active {
	font-weight: 700;
	color: #f13d24 !important
}

.user_dashsidebr li a.active {
	font-weight: 700;
	color: #f13d24 !important
}

.display_inmlr {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-right: 10px
}

@media screen and (max-width:468px) {
	.display_inmlr {
		display: inline-block;
		vertical-align: top;
		margin-left: 15px;
		margin-right: 15px;
		margin-bottom: 30px
	}
}

@media screen and (max-width:768px) {
	.mobi-h55px {
		height: 60px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.mobi-h55px {
		height: 85px
	}
}

@media screen and (max-width:468px) {
	.mobi-h55px {
		height: 55px
	}
}

.pre_rebtn {
	position: relative;
	left: -6px
}

.video_poabt {
	position: absolute;
	left: -10000px;
	top: -10000px
}

.gallery_lstimg {
	width: 100%;
	height: 500px;
	object-fit: cover;
	object-position: center 60%
}

@media screen and (max-width:468px) {
	.gallery_lstimg {
		height: auto
	}
}

.sponsors_bg {
	background: #fff;
	width: 252px;
	height: 180px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 500;
	padding-top: 10px;
	border-image: linear-gradient(to top, #57bde2 0, #f45d48 100%) 1;
	border-width: 2px;
	border-style: solid
}

@media screen and (max-width:468px) {
	.sponsors_bg {
		width: 468px;
		height: 200px
	}
}

.sponsors_bg h3 {
	font-size: 26px;
	color: #586163;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	font-weight: 300;
	line-height: 30px
}

.sponsors_bg h4 {
	font-size: 22px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	font-weight: 700;
	letter-spacing: normal
}

.spo_contwrap {
	padding: 8px 20px 8px 20px;
	width: 82%;
	margin: 0 auto;
	margin-bottom: 24px;
	border-width: 1px;
	border-style: solid;
	background: #660BF1;
	border-radius: 30px;
}

.spo_contwrap h5 {
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	font-weight: 700
}

@media screen and (max-width:468px) {
	.spo_contwrap {
		padding: 12px 12px 12px 12px;
		width: 100%
	}

	.spo_contwrap h5 {
		font-size: 18px;
		line-height: 25px
	}
}

.spo_conttxt {
	padding-right: 6px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #fff
}

.spo_contname {
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid #fff;
	padding-left: 14px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #fff;
	line-height: 19px;
	font-size: 13px
}

.spo_contname a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
	font-family: "Duran-Regular", sans-serif;
}

@media screen and (max-width:468px) {
	.spo_contname {
		font-size: 14px;
		border: 0;
		padding: 0
	}

	.spo_contname a {
		font-size: 14px;
		letter-spacing: .5px
	}
}

.spo_check {
	position: absolute;
	top: 10px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0;
	padding: 6px 18px 5px 16px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	font-weight: 400;
	outline: 0;
	user-select: none;
	background: #fff;
	left: 72px
}

@media screen and (max-width:768px) {
	.spo_check {
		top: 60px
	}
}

@media screen and (max-width:720px) {
	.spo_check {
		top: 10px
	}
}

@media screen and (max-width:468px) {
	.spo_check {
		top: 10px
	}
}

.spo_check:active {
	padding: 5.8px 17.8px 4.8px 15.8px;
	font-size: 13.8px
}

.spo_check:hover {
	background: #000;
	color: #fff
}

.spo_shinbtn {
	border: 1px solid #000;
	border-radius: 0;
	padding: 6px 18px 5px 16px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	font-weight: 400;
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-bottom: 63px;
	margin-right: 75px;
	outline: 0;
	user-select: none
}

@media screen and (max-width:468px) {
	.spo_shinbtn {
		border: 1px solid #000;
		border-radius: 0;
		padding: 6px 18px 5px 16px;
		font-size: 14px;
		color: #000;
		cursor: pointer;
		font-weight: 400;
		display: block;
		vertical-align: unset;
		float: unset;
		outline: 0;
		user-select: none;
		width: 140px;
		margin: 0 auto;
		margin-bottom: 63px
	}
}

.spo_shinbtn:active {
	padding: 5.8px 17.8px 4.8px 15.8px;
	font-size: 13.8px
}

.spo_shinbtn:hover {
	background: #000;
	color: #fff
}

.spoLHS_head {
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	color: #000;
	font-family: Roboto, sans-serif
}

#sponsor_interest .modal-dialog {
	max-width: 1027px;
	margin: 30px auto;
	width: auto
}

#sponsor_interest .modal-content {
	width: auto;
	height: auto
}

#sponsor_interest .modal-header {
	background-color: #f8f9fa !important;
	padding: 0 3rem;
	border-bottom: 1px solid #e9ecef
}

#sponsor_interest .navbar-brand {
	height: auto
}

#sponsor_interest .navbar-brand>img {
	height: 60px
}

#sponsor_interest .modal-header .close {
	margin-top: -2px;
	color: #000;
	padding: 2rem 1rem;
	margin: .8rem -1rem -1rem auto
}

#sponsor_interest .modal-body {
	background-color: #fff;
	padding-top: 30px;
	height: 490px
}

#sponsor_interest .modal-img {
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 96px
}

#sponsor_interest .modal-img img {
	height: 70px;
	margin-bottom: 10px
}

.book_notptxt {
	font-size: 13px;
	color: #444;
	line-height: 1.7;
	margin-bottom: 12px;
	font-weight: 500
}

.form-control.prodetailotpinputpopup,
.prodetailotpinputpopup {
	border: 1px solid #979797;
	width: 55px;
	height: 55px;
	padding-left: 20px;
	font-size: 12px !important;
	color: #000;
	letter-spacing: 1px;
	font-weight: 500 !important;
	margin-right: 12px;
	margin-top: 10px;
	display: inline-block;
	border-radius: 50px !important;
}

.sponsor_otppdnt {
	padding-top: 105px
}

.sponr_resotp {
	font-size: 11px;
	color: #444;
	font-weight: 500;
	position: absolute;
	margin-top: -27px;
	margin-left: 185px;
	cursor: pointer
}

.inter_buyricn {
	color: #000;
	font-size: 16px;
	position: relative;
	top: 22px;
	cursor: pointer
}

@media screen and (max-width:468px) {
	.inter_buyricn {
		top: -18px;
		margin-right: -14px
	}
}

.inter_buyricnMN {
	color: #000 !important;
	font-size: 38px;
	text-decoration: none;
	position: absolute;
	margin-top: -391px;
	font-weight: 600;
	right: 233px
}

@media screen and (max-width:468px) {
	.inter_buyricnMN {
		margin-top: -633px;
		right: 17px
	}
}

.intbuyer_bg {
	background: #fff;
	width: 252px;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	padding-top: 2px
}

.intbuyer_prolstM {
	padding-left: 20px
}

.intbuyer_prolst {
	padding-left: 0
}

.intbuyer_prolst li {
	display: inline-block;
	vertical-align: top;
	width: 130px
}

.intbuyer_prolst li:last-child {
	width: auto
}

.intbuyer_prolst li span {
	width: 5px;
	height: 5px;
	background: #000;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px
}

.intbuyer_proRHS {
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	font-size: 13px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 25px;
	margin-top: 20px
}

.intbuyer_proRHS span {
	font-weight: 500;
	line-height: normal;
	font-size: 15px
}

.intbuyer_proRHS a {
	color: #337ab7;
	word-break: break-all;
	line-height: 28px
}

.spon_bltcnt {
	padding-left: 15px
}

.spon_bltcnt li {
	margin-bottom: 5px;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	font-size: 18px;
	color: #717171;
	padding-right: 16px;
	text-align: left;
	letter-spacing: 1px
}

.spon_VAbtn {
	color: #000;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	float: right;
	cursor: pointer
}

.spon_Sinterest {
	position: absolute;
	top: 30px;
	box-sizing: border-box;
	border: 1px solid #000;
	border-radius: 0;
	padding: 6px 18px 5px 16px;
	font-size: 14px;
	color: #000;
	cursor: pointer;
	font-weight: 400;
	outline: 0;
	user-select: none;
	background: #fff;
	left: 72px
}

@media screen and (max-width:768px) {
	.spon_Sinterest {
		position: relative;
		top: 10px;
		left: 48px;
		margin-bottom: 25px
	}
}

@media screen and (max-width:468px) {
	.spon_Sinterest {
		top: 10px;
		position: relative;
		margin-bottom: 30px;
		left: 29%
	}
}

.exbt_popmrg {
	margin-left: 35px
}

@media screen and (max-width:468px) {
	.exbt_popmrg {
		margin-left: 0
	}
}

@media screen and (max-width:468px) {
	.exbt_popmpdn {
		padding: 15px
	}
}

.sgup_inputsPop {
	background: 0;
	padding: 5px 15px;
	border: 1px solid #929292;
	height: 36px;
	line-height: 30px;
	width: 100%;
	border-radius: 0 !important;
	font-family: "Duran-Regular", sans-serif;
	outline: 0;
	color: #000;
	font-size: 13px
}

.sgup_inputsPop::placeholder {
	font-size: 13px;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .3;
	-ms-opacity: .5
}

.sgup_pretxt {
	color: #000;
	text-align: center;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 500
}

.buyer_bg {
	background: #000;
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase
}

@media screen and (max-width:468px) {
	.buyer_bg {
		font-size: 20px
	}
}

.buyer_inrbdr {
	padding: 18px;
	height: 2085px;
	border-image: linear-gradient(to top, #57bde2 0, #f45d48 100%) 1;
	border-width: 1px;
	border-style: solid;
	border-top: 0
}

@media screen and (max-width:768px) {
	.buyer_inrbdr {
		height: auto
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.buyer_inrbdr {
		height: 1170px
	}
}

@media screen and (max-width:468px) {
	.buyer_inrbdr {
		height: auto
	}
}

.buyer_inrbdr hr {
	border-top: 1px solid #ccc;
	clear: both;
	margin: 0
}

.buyer_fullacs {
	color: #000;
	padding: 14px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 4px solid #f13d24;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto
}

.buyer_pdnbottm {
	padding-bottom: 214px
}

@media screen and (max-width:468px) {
	.buyer_pdnbottm {
		padding-bottom: 0
	}
}

.buyer_check {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 15px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	padding: 15px 0 13px 10px;
	margin-bottom: 0;
	border-bottom: 1px solid #ff9e91
}

.buyer_check:hover {
	background-color: #e8f2f6
}

.buyer_check.active {
	background-color: #e8f2f6
}

.buyer_check p {
	width: 55%;
	font-size: 12px;
	clear: both
}

.buyer_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.buyermark_check {
	position: relative;
	box-sizing: border-box;
	border-radius: 0;
	width: 100%;
	color: #000
}

.buyermark_check:after {
	content: "";
	position: absolute;
	display: none
}

.buyer_check input:checked~.buyermark_check:after {
	display: block
}

.buyer_check .buyermark_check:after {
	left: 0;
	top: 0;
	width: 104px;
	height: 31px;
	background: 0;
	z-index: -2
}

@media screen and (max-width:468px) {
	.buyer_check .buyermark_check:after {
		width: auto
	}
}

.b_earlybrd {
	color: #000;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.4em;
	padding: 5px;
	text-align: center;
	width: 140px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 25px;
	border: 2px solid #bfbfbf;
	margin-bottom: 15px
}

@media screen and (max-width:468px) {
	.b_earlybrd {
		margin-left: 0;
		width: 90px
	}
}

.b_rate {
	font-size: 17px;
	font-weight: 400;
	color: #000;
	text-align: left;
	padding: 0;
	padding-right: 7px;
	position: relative;
	right: 16px
}

@media screen and (max-width:1024px) {
	.b_rate {
		white-space: nowrap;
		right: 0;
		text-align: right
	}
}

@media screen and (max-width:768px) {
	.b_rate {
		padding-right: 0;
		position: relative;
		left: -32px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.b_rate {
		white-space: nowrap;
		right: 0;
		text-align: right
	}
}

@media screen and (max-width:468px) {
	.b_rate {
		padding-right: 7px;
		position: relative;
		left: 0;
		white-space: unset;
		text-align: unset
	}
}

@media screen and (max-width:414px) {
	.b_rate {
		padding-right: 7px;
		position: relative;
		left: 15px;
		white-space: unset;
		text-align: unset
	}
}

.b_ratespan {
	color: #000;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	padding-left: 0;
	position: relative;
	right: 64px
}

@media screen and (max-width:1024px) {
	.b_ratespan {
		white-space: nowrap;
		right: 65px;
		text-align: right
	}
}

@media screen and (max-width:768px) {
	.b_ratespan {
		padding-left: 15px;
		padding-right: 0;
		right: 111px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.b_ratespan {
		white-space: nowrap;
		right: 65px;
		text-align: right
	}
}

@media screen and (max-width:468px) {
	.b_ratespan {
		padding-left: 0;
		padding-right: 11px;
		position: relative;
		right: 0;
		white-space: unset;
		text-align: unset
	}
}

@media screen and (max-width:414px) {
	.b_ratespan {
		padding-left: 0;
		padding-right: 11px;
		position: relative;
		right: -34px;
		white-space: unset;
		text-align: unset
	}
}

@media screen and (max-width:375px) {
	.b_ratespan {
		padding-left: 0;
		padding-right: 11px;
		position: relative;
		right: -8px;
		white-space: unset;
		text-align: unset
	}
}

.buyer_tooltip .buyer_tooltxt {
	visibility: hidden;
	width: 130px;
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;
	position: absolute;
	z-index: 1;
	bottom: 110%;
	left: 50%;
	margin-left: -40px;
	font-size: 12px
}

.buyer_tooltip .buyer_tooltxt::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #000 transparent transparent transparent
}

.buyer_tooltip:hover .buyer_tooltxt {
	visibility: visible
}

.spon_VAbtn .fa-caret-down:before {
	float: right;
	padding-left: 4px;
	font-size: 16px;
	position: relative;
	top: -1px
}

.spon_VAbtn .fa-caret-up:before {
	float: right;
	padding-left: 4px;
	font-size: 16px;
	position: relative;
	top: -1px
}

.dsbb {
	display: block !important
}

.head_date {
	font-size: 11px;
	color: #000;
	letter-spacing: 1.5px;
	position: absolute;
	top: 15px;
	font-weight: 400;
	left: 19px
}

@media screen and (max-width:468px) {
	.head_date {
		top: 7px;
		letter-spacing: normal
	}
}

.head_login {
	font-size: 12px;
	color: #000;
	letter-spacing: 1.5px;
	font-weight: 500;
	cursor: pointer
}

.head_register {
	right: 120px;
	top: -15px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	border-radius: 30px;
	outline: 0;
	position: relative;
	cursor: pointer;
	background: #660BF1;
	padding: 12px 14px;
	letter-spacing: .5px;
	text-transform: uppercase;
	width: 203px;
	height: 50px;
}

.head_register span {
	border-top: 1px solid #fff;
	padding-top: 5px;
	font-size: 12px
}

.head_register:hover {
	background: #000;
	color: #fff
}

.order_expobg {
	padding: 20px;
	height: 310px;
	margin-bottom: 0;
	border-image: linear-gradient(to top, #57bde2 0, #f45d48 100%) 1;
	border-width: 1px;
	border-style: solid
}

@media screen and (max-width:1024px) {
	.order_expobg {
		height: 350px
	}
}

@media screen and (max-width:768px) {
	.order_expobg {
		height: 380px;
		margin-bottom: 30px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.order_expobg {
		height: 360px
	}
}

@media screen and (max-width:468px) {
	.order_expobg {
		height: auto;
		margin-bottom: 30px;
		padding-bottom: 50px
	}
}

.nwNav_pr165 {
	position: relative;
	right: 60px
}

.nwNav_pr160 {
	position: relative;
	left: 160px;
	width: 230px;
}

@media screen and (max-width:768px) {
	.nwNav_pr160 {
		left: 46px
	}

	.nwNav_pr165 {
		right: 0
	}
}

.pstedt_bg {
	padding: 1px;
	box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
	position: relative
}

.asw2020_hdtxt {
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 32px;
	color: #000;
	font-family: Roboto, sans-serif
}

.asw2020_Ex150bg {
	padding: 40px 15px;
	box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
	border-radius: 14px;
	position: relative;
	background: #fff;
	height: 255px;
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.asw2020_Ex150bg {
		height: 270px
	}
}

@media screen and (max-width:468px) {
	.asw2020_Ex150bg {
		margin-bottom: 20px
	}
}

.asw2020_Ex150bg h2 {
	font-size: 60px;
	line-height: normal;
	color: #660BF1;
	-webkit-text-stroke: 3.2px;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	margin-bottom: 0;
	text-align: center
}

.asw2020_Ex150bg h3 {
	font-size: 18px;
	color: #000;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px
}

.asw2020_Ex150bg p {
	color: #000;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	font-family: "Duran-Regular", sans-serif;
	letter-spacing: 1px;
	text-align: center
}

.font_italic {
	font-style: italic
}

.odr_rate {
	position: absolute;
	bottom: 4px;
	left: 42%;
	transform: translate(0, -44%);
	-ms-transform: translate(0, -44%)
}

.odr_rate2 {
	position: relative;
	top: 49px
}

@media screen and (max-width:1024px) {
	.odr_rate2 {
		top: 70px
	}
}

@media screen and (max-width:768px) {
	.odr_rate {
		bottom: 36px
	}

	.odr_rate2 {
		top: 100px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.odr_rate2 {
		top: 73px
	}
}

@media screen and (max-width:468px) {
	.odr_rate {
		bottom: 36px
	}

	.odr_rate2 {
		position: relative;
		top: 0
	}
}

.oderpss_upmebtn {
	border: 1px solid #000;
	background: #000;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	padding: 8px 20px;
	outline: 0;
	width: 245px;
	margin-right: 15px;
	height: 50px
}

.oderpss_upmebtn:hover {
	border: 1px solid #000;
	background: #000;
	color: #fff
}

.oderpss_upmebtn.active {
	border: 1px solid #ff2d00;
	background: #ff2d00;
	color: #fff
}

@media screen and (max-width:768px) {
	.oderpss_upmebtn {
		margin-bottom: 20px
	}
}

.spkrlist_gradinnerbg {
	width: 160px;
	height: 160px;
	position: relative;
	top: 4px;
	padding: 2px;
	object-fit: cover;
	margin: 0 auto
}

@media screen and (max-width:767px) {
	.spkrlist_gradinnerbg {
		width: 100%;
		height: 76px
	}
}

.wd_100 {
	width: 100% !important
}

.hd_150 {
	height: 150px !important
}

.cart_tablebg {
	background: #fff
}

.cart_tablebg td {
	padding: 8px;
	border: 1px solid #000;
	color: #000;
	font-size: 20px;
	font-weight: 400;
	word-break: break-word
}

.cart_buyer_bg {
	background: #000;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase
}

.cart_upgrdbg {
	border-image: linear-gradient(to top, #57bde2 0, #f45d48 100%) 1;
	border-width: 1px;
	border-style: solid;
	height: 240px;
	display: table-cell;
	vertical-align: middle
}

.cart_upgrdbg h3 {
	padding: 8px;
	color: #444;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0
}

.cart_upgrdbg img {
	margin: 0 auto
}

.ASW_orange {
	background-color: #f13d24 !important
}

.orange_color {
	color: #f13d24 !important
}

.font-roboto {
	font-family: Roboto, sans-serif !important
}

@media screen and (max-width:468px) {
	.hw-auto {
		width: auto !important;
		height: auto !important
	}
}

.spkrlst_visecbg {
	width: 100%;
	height: 245px;
	object-fit: cover;
	padding: 3px;
	margin: 0 auto
}

.spkrlst_prolsthead {
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	color: #f13d24;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	margin-top: 0
}

.spkrlst_prolstsmtxt {
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	font-size: 15px;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 0;
	letter-spacing: 1.2px;
	text-transform: uppercase
}

.ordps_hd181 {
	height: 181px
}

.ordps_hd312 {
	height: 312px
}

.shfeat_hd612 {
	height: 400px !important;
	width: 95%
}

@media screen and (max-width:1024px) {
	.shfeat_hd612 {
		height: 460px !important
	}
}

@media screen and (max-width:768px) {
	.ordps_hd181 {
		height: auto
	}

	.ordps_hd312 {
		height: auto
	}

	.shfeat_hd612 {
		height: auto !important;
		width: 100%;
		margin-bottom: 50px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.ordps_hd312 {
		height: 370px
	}

	.ordps_hd181 {
		height: 200px
	}

	.shfeat_hd612 {
		height: 460px !important;
		width: 95%
	}
}

@media screen and (max-width:468px) {
	.ordps_hd181 {
		height: auto
	}

	.ordps_hd312 {
		height: 245px
	}

	.shfeat_hd612 {
		height: auto !important;
		width: 100%
	}
}

.allow_wd {
	width: 400px !important;
	height: 300px !important;
	border: 0;
	margin: 0 auto;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	padding: 15px
}

@media screen and (max-width:468px) {
	.allow_wd {
		width: auto !important
	}
}

.upgrade_popbtn {
	background: #56b1dc;
	width: 75px;
	height: 40px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-right: 7px;
	border: 0
}

.woocommerce table {
	display: inline-table
}

.cart-valueTable {
	width: 50%;
	float: right
}

.woocommerce-cart-form {
	text-align: left
}

.cart-SubTBdrleft {
	border-left: 1px solid #000 !important
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td {
	text-align: center;
	border-color: #000 !important;
	color: #000;
	background-color: #fff !important;
	height: 100px !important
}

.woocommerce table.shop_table td {
	border: 1px solid #000;
	padding: 6px 12px;
	vertical-align: middle;
	width: 20%;
	font-size: 20px;
	font-weight: 400
}

.woocommerce table.shop_table td:nth-child(1) {
	width: 15%
}

.woocommerce table.shop_table td:nth-child(2) {
	width: 15%
}

.woocommerce table.shop_table td:nth-child(3) {
	width: 15%
}

.sub-headbtn {
	cursor: pointer;
	display: inline-block;
	border-radius: 100px !important;
	background-color: #6a91ed !important;
	border: 1px solid #6a91ed !important;
	color: #fff !important;
	padding: 10px 12px !important;
	width: 188px !important;
	outline: 0;
	text-align: center;
	transition: all .1s ease
}

.woocommerce table.shop_table {
	width: 100% !important;
	border-radius: 0;
	margin-bottom: 0
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: auto
}

.actions,
.woocommerce-message {
	margin: 0;
	background: 0 0 !important;
	border: 0 !important;
	text-align: left;
	color: #000
}

.woocommerce-message::before {
	color: #6991ed
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #6991ed
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	opacity: .8;
	background: #6991ed
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 105px;
	height: 143px !important;
	object-fit: cover
}

.cart_totals h2 {
	display: none
}

.h3head {
	text-align: left;
	padding: 20px 0 0 0;
	margin-top: 0
}

.ccount,
.header-cart-count {
	color: #fff
}

table {
	display: inline-table
}

.woocommerce table th {
	border-top: 0;
	background: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	padding: 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th,
.woocommerce .table>tbody>tr>td {
	padding: 18px;
	border: 0;
	border: 1px solid #000
}

.table-bordered {
	border: 1px solid #000
}

@media screen and (max-width:480px) {
	.float-mobiUnset {
		float: unset !important
	}
}

.navbarback_desktop {
	display: -webkit-box
}

@media screen and (max-width:468px) {
	.mobi-wd100 {
		width: 100%
	}

	.cartdiv {
		width: 100%;
		white-space: normal;
		overflow-x: auto;
		overflow-y: hidden
	}
}

.upgrade_poptxt {
	width: 80% !important;
	margin: 0 auto !important;
	margin-bottom: 34px !important;
	font-weight: 400 !important
}

.agenda2020_hdtxt {
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 5px;
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	font-weight: 300;
	line-height: 26px;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	margin-top: 5px
}

.clr_9c9c9c {
	color: #9c9c9c !important
}

.login_position {
	position: relative;
	right: 24px
}

@media screen and (max-width:468px) {
	.login_position {
		right: 0
	}
}

.Nrhs_bdrbg {
	border: 1px solid #8e8e8e;
	height: auto;
	border-radius: 5px;
	padding: 20px
}

.Nrhs_bdrbg h3 {
	font-family: "Duran-Regular", sans-serif;
	font-style: normal;
	line-height: 22px;
	font-size: 16px;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px
}

.Nrhs_bdrbg button {
	background: #f13d24;
	width: 200px;
	height: 40px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: 12px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border: 0;
	border-radius: 30px;
	outline: 0;
	margin-bottom: 10px
}

.Nrhs_bdrbg button:active {
	width: 199.5px;
	height: 39.5px;
	font-size: 15.5px
}

@media screen and (max-width:1024px) {
	.Nrhs_bdrbg button {
		width: 175px;
		font-size: 13px
	}

	.Nrhs_bdrbg button:active {
		width: 174.5px;
		height: 39.5px;
		font-size: 12.5px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.Nrhs_bdrbg button {
		width: 175px;
		font-size: 13px
	}
}

.ml-min8 {
	margin-left: -8px
}

.scp_cliMSG {
	position: absolute;
	left: 415px;
	top: -5px;
	height: 0;
	width: 284px;
	font-size: 12px;
	color: #000
}

@media screen and (max-width:768px) {
	.scp_cliMSG {
		position: relative;
		left: 0;
		top: 1px;
		height: 0;
		width: 100% !important;
		font-size: 12px;
		color: #000;
		padding-bottom: 10px;
		display: none
	}
}

.OTP_upmebtn {
	border: 1px solid #000;
	background: #fff;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #000;
	font-family: "Duran-Regular", sans-serif;
	padding: 9px 6px;
	outline: 0
}

.OTP_upmebtn:hover {
	background: #000;
	color: #fff
}

.line-height20px {
	line-height: 20px !important
}

.addons_bgclr {
	background: #e6e6e6 !important;
	color: #000 !important;
	text-align: left !important
}

.asw2020_odrpsbox {
	padding: 20px;
	height: 285px;
	margin-bottom: 0;
	border-image: linear-gradient(to top, #57bde2 0, #f45d48 100%) 1;
	border-width: 1px;
	border-style: solid;
	padding-top: 15px;
	padding-left: 50px;
	padding-right: 50px
}

.asw2020_boxH {
	height: 350px !important
}

.asw2020_odrpsbox p {
	color: #717171;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	font-family: "Duran-Regular", sans-serif;
	letter-spacing: 1px;
	text-align: center
}

@media screen and (max-width:768px) {
	.asw2020_odrpsbox {
		height: 300px
	}
}

@media screen and (max-width:468px) {
	.asw2020_odrpsbox {
		height: auto
	}

	.asw2020_boxH {
		height: auto !important
	}
}

.pos_left30px {
	left: 30px !important
}

.createRHS_head {
	color: #000;
	padding: 8px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	border-bottom: 2px solid #f13d24;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	letter-spacing: normal
}

.exhibit_formplus {
	color: #000 !important;
	font-size: 38px;
	text-decoration: none;
	position: absolute;
	margin-top: -166px;
	font-weight: 600;
	margin-left: 17px
}

.Sponsor_logoWD {
	height: 134px;
	width: 175px
}

.Sponsor_logo2WD {
	height: 120px;
	width: 156px
}

.Dinline_2019 {
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
	margin-right: 25px
}

.DinlineWD_2019 {
	width: auto;
	height: 112px
}

@media screen and (max-width:768px) {
	.Sponsor_logoWD {
		height: 90px;
		width: auto
	}

	.Sponsor_logo2WD {
		height: 90px;
		width: auto
	}

	.display_inmlr {
		margin-left: 20px;
		margin-right: 20px
	}
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.Sponsor_logoWD {
		height: 90px;
		width: auto
	}

	.Sponsor_logo2WD {
		height: 90px;
		width: auto
	}

	.display_inmlr {
		margin-left: 20px;
		margin-right: 20px
	}
}

.spkr_namebg {
	width: 170px;
	height: 170px;
	background: #0259ff;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	padding-top: 71px;
	text-transform: uppercase
}

.spkr_RMtxt {
	color: #6acfff;
	font-weight: 400;
	font-size: 14px
}

.h_smnr_mainbdr1_1 {
	border-left: 1px solid #000;
	height: 1615px;
	width: 1px;
	display: inline-block;
	vertical-align: top
}

.h_smnr_bdr1_1 {
	position: absolute;
	top: 308px;
	margin-left: 4px
}

.h_smnr_bdr1_2 {
	position: absolute;
	top: 661px;
	margin-left: 4px
}

.h_smnr_bdr1_3 {
	position: absolute;
	top: 1022px;
	margin-left: 4px
}

.h_smnr_bdr1_4 {
	position: absolute;
	top: 1374px;
	margin-left: 4px
}

.h_smnr_mainbdr2_1 {
	border-left: 1px solid #000;
	height: 1645px;
	width: 1px;
	display: inline-block;
	vertical-align: top
}

.h_smnr_bdr2_1 {
	position: absolute;
	top: 336px;
	margin-left: 4px
}

.h_smnr_bdr2_2 {
	position: absolute;
	top: 690px;
	margin-left: 4px
}

.h_smnr_bdr2_3 {
	position: absolute;
	top: 1048px;
	margin-left: 4px
}

.h_smnr_bdr2_4 {
	position: absolute;
	top: 1402px;
	margin-left: 4px
}

.h_smnr_mainbdr3_1 {
	border-left: 1px solid #000;
	height: 1645px;
	width: 1px;
	display: inline-block;
	vertical-align: top
}

.h_smnr_bdr3_1 {
	position: absolute;
	top: 360px;
	margin-left: 4px
}

.h_smnr_bdr3_2 {
	position: absolute;
	top: 716px;
	margin-left: 4px
}

.h_smnr_bdr3_3 {
	position: absolute;
	top: 1048px;
	margin-left: 4px
}

.h_smnr_bdr3_4 {
	position: absolute;
	top: 1402px;
	margin-left: 4px
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
	.h_smnr_bdr1_1 {
		top: 360px
	}

	.h_smnr_bdr1_2 {
		top: 661px
	}

	.h_smnr_bdr1_2 {
		top: 768px
	}

	.h_smnr_mainbdr1_1 {
		height: 1100px
	}

	.h_smnr_bdr2_1 {
		top: 386px
	}

	.h_smnr_bdr2_2 {
		top: 766px
	}

	.h_smnr_mainbdr2_1 {
		height: 1092px
	}

	.h_smnr_bdr3_1 {
		top: 412px
	}

	.h_smnr_bdr3_2 {
		top: 820px
	}

	.h_smnr_mainbdr3_1 {
		height: 1145px
	}
}

.IBP_popwd {
	width: 600px !important
}

.IBP_popwd .modal-content {
	width: auto !important
}

.IBP_popwd .modal-content .modal-header {
	position: absolute;
	z-index: 999;
	right: -1px
}

@media screen and (max-width:468px) {
	.IBP_popwd {
		width: auto !important
	}
}

@media screen and (max-width:767px) {
	#pjAcceptCookieBar {
		display: none
	}
}

.upgradepass_btn {
	background: #fff;
	color: #000;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
	border: 1px solid #000;
	width: 100%
}

@media screen and (max-width:768px) {
	.upgradepass_btn {
		font-size: 16px
	}
}

.newsdt_conttxt p .captioncustom p {
	margin-top: -1.5em
}

.loader_ajax {
	position: absolute;
	height: 170px;
	width: 258px;
	margin-top: -67px;
	margin-left: -168px;
	opacity: .6
}

@media screen and (max-width:768px) {
	.loader_ajax {
		position: absolute;
		height: 106px;
		width: 160px;
		margin-top: -38px;
		margin-left: 0;
		opacity: .6;
		right: 0
	}
}

.font_size28px {
	font-size: 28px !important
}

.pdnLR65px {
	padding-left: 65px !important;
	padding-right: 65px !important
}

@media screen and (max-width:468px) {
	.pdnLR65px {
		padding-left: 15px !important;
		padding-right: 15px !important
	}
}

.bdr_bottom {
	border-bottom: 1px solid #000 !important
}

.pitch_cmptbg {
	background: #7fffd4;
	text-align: center;
	padding: 8px
}

.pitch_Wdogetbg {
	background: #f1f1f1;
	text-align: center;
	padding: 8px
}

.pitch_Wdogetbg2 {
	background: #c8f1ff;
	text-align: center;
	padding: 8px
}

.pitch_termsbg {
	background: #f5f5f5;
	padding: 20px
}

.lheight_20px {
	line-height: 22px !important
}

.lheight_32px {
	line-height: 32px !important
}

.pc_img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: top;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	-webkit-box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 16px -2px rgba(0, 0, 0, .5);
	position: relative;
	padding: 10px
}

.home_Exhibtcbg {
	width: 170px;
	height: 170px;
	object-fit: contain;
	padding: 3px;
	margin: 0 auto
}

.loader_ajax2 {
	position: absolute;
	height: 95px;
	width: 143px;
	margin-top: -27px;
	opacity: .6;
	right: -5px
}

.joingolf-img {
	height: 475px;
	object-fit: cover;
	width: 100%
}

@media screen and (max-width:468px) {
	.joingolf-img {
		height: 250px
	}
}

.spkr2020_namebg {
	width: 300px;
	height: 245px;
	background: #0259ff;
	background-color: #0259ff;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	margin: 0 auto;
	margin-left: auto;
	text-align: center;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle
}

.f-directionbtn {
	background: #56b1dc;
	width: 105px;
	height: 40px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: normal;
	font-size: 14px;
	text-align: center;
	color: #fff;
	padding-top: 9px;
	cursor: pointer;
	margin-bottom: 25px;
	display: inline-block;
	vertical-align: top
}

.pcover_imgbg {
	width: 158px;
	height: 158px;
	background: #fff;
	position: relative;
	top: 2px;
	padding: 13px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	left: 2px;
	overflow: hidden;
	border: 1px solid #9c9c9c;
	border-radius: 6px
}

.pcover_imgbg img {
	margin: 0 auto
}

.pcover_imgURL {
	height: 158px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle
}

@media screen and (max-width:468px) {
	.pcover_imgURL {
		vertical-align: top;
		padding-top: 15px;
		height: auto;
		padding-bottom: 20px
	}
}

.asw_popnewbn {
	padding: 30px;
	padding-top: 40px
}

.asw_popnewtxt {
	font-size: 15px;
	color: #000;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 10px
}

.asw_popnewimg {
	height: 13px;
	margin-top: -13px
}

.navbar2 {
	overflow: hidden;
	background-color: #333;
	margin-bottom: 0;
	min-height: 20px;
	border-radius: 0
}

.dropdown {
	float: left;
	overflow: hidden
}

.dropdown .dropbtn {
	font-size: 11px;
	border: 0;
	outline: 0;
	color: white;
	padding: 5px 15px;
	background-color: inherit;
	margin: 0;
	border-right: 1px solid #fff
}

.navbar2 a:hover,
.dropdown:hover .dropbtn {
	background: transparent !important
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	left: 0;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
	z-index: 1
}

.dropdown-content .header {
	background: red;
	padding: 16px;
	color: white
}

.dropdown:hover .dropdown-content {
	display: block
}

.column {
	float: left;
	width: 33.33%;
	padding: 10px;
	background-color: #ccc;
	height: 250px
}

.column a {
	float: none;
	color: black;
	padding: 16px;
	text-decoration: none;
	display: block;
	text-align: left
}

.column a:hover {
	background-color: #ddd
}

.row:after {
	content: "";
	display: table;
	clear: both
}

@media screen and (max-width:600px) {
	.column {
		width: 100%;
		height: auto
	}
}

@media screen and (max-width:468px) {
	.dropdown .dropbtn {
		font-size: 8px
	}
}

.nav_mobiClrs {
	color: #6acfff !important
}

.H_bannerCnt {
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 458px
}

@media screen and (max-width:768px) {
	.H_bannerCnt {
		width: 30%;
		margin-top: 15px
	}

	.H_bannerCntMrg540 {
		margin-top: 540px
	}
}

.H_bannerBtn {
	background: #fe8433;
	width: 170px;
	height: 45px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding-top: 12px;
	cursor: pointer
}

@media screen and (max-width:468px) {
	.Hbnr_txtBGMobi {
		background: #000e4c;
		padding-bottom: 40px
	}

	.H_bannerBtn {
		position: relative;
		bottom: 0
	}
}

.newhome_tpmainbg {
	height: 550px;
	width: 100%;
	background-position: center 0%;
	background-size: cover;
	background-image: url(https://apparelsourcingweek.com/images/01032025141152_asw_2025_banner_image.jpg);
}

.exhbtor-signup>.nav-tabs>li.active>a:hover {
	background: #000;
	color: #fff !important;
}

.expe a:hover {
	color: #000 !important;
}

.mr15 {
	margin-top: 9px;
	width: 20px;
	margin-right: 0px;
	margin-left: -30px;
}

.amr15 {
	margin-top: 9px;
	width: 20px;
	margin-right: 0px;
	margin-left: -15px;
}

.pamr15 {
	margin-top: 9px;
	width: 20px;
	margin-right: 0px;
	margin-left: -15px;
}

.pbamr15 {
	margin-top: 9px;
	width: 20px;
	margin-right: 0px;
	margin-left: -24px;
}

.lineh {
	line-height: 31px;
}

.pmr15 {
	margin-top: 9px;
	width: 26px;
	margin-right: 0px;
	margin-left: -30px;
}

.pbmr15 {
	width: 46px;
	margin-right: 15px;
	margin-left: -15px;
}

.buyerimg {
	margin-top: 8px;
	border-radius: 16px;
}

.arrosize {
	width: 11px;
	height: 11px;
}

.mr-70 {
	margin-right: -70px;
}

.passbannerform {
	position: absolute;
	border-radius: 0px;
	font-family: "Duran-Regular", sans-serif;
	text-align: center;
	border-radius: 14px;
	top: 55px;
}

.bannerform {
	background-color: #ffffff;
	position: absolute;
	transform: translate(3%, 3%);
	border-radius: 0px;
	font-family: "Duran-Regular", sans-serif;
	text-align: center;
	border-radius: 14px;
}

.leadform {
	background-color: #ffffff;
	position: absolute;
	transform: translate(3%, 0%);
	border-radius: 0px;
	font-family: "Duran-Regular", sans-serif;
	text-align: center;
	border-radius: 14px;
}

.g-recaptcha {
	padding-left: 33px;
}

.video-box {
	background-image: url(../images/Highlight.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 700px;
	position: relative;
	margin-bottom: 50px;
}

.play-btn {
	width: 94px;
	height: 94px;
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: calc(50% - 47px);
	top: calc(50% - 47px);
	overflow: hidden;
}

.thmesaage {
	color: black;
	font-weight: 400;
	font-size: 17px;
}

.banform p {
	text-transform: capitalize;
	font-size: 22px;
	font-weight: 700;
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	padding: 20px;
	line-height: 26px;
}

.mt-12 {
	margin-top: 12px;
}

.ad_board {
	width: 100%;
	background-position: center 0%;
	background-size: cover;
}

#newfh5co-header {
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	/* margin-bottom: 30px; */
	margin-top: 20px;
}

.menu {

	font-size: 13px;
	list-style-type: none;
	font-family: "Duran-Regular", sans-serif;
}

.menu>li {
	display: table-cell;
	vertical-align: middle;
}

.menu>li>a {
	display: inline-block;
	line-height: 1;
}

.menu>li>a {
	margin-right: 250px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.menu>li>a:hover {
	color: #fff !important;
}

.top-bar {
	background-color: #000;
	padding: 0.5rem;

}

.homenwupd_imgtxt a:hover {
	color: #000 !important;
}

.exhbtor-signup>.nav-tabs>li>a:hover {
	color: #660bf1 !important;
}

.top-bar::before,
.top-bar::after {
	display: table;
	content: ' ';
}

.top-bar::after {
	clear: both;
}

.top-bar,
.top-bar ul {
	height: 27px;

}

.top-bar-left {
	float: left;
}

.top-bar-right {
	float: right;
}

.h_wvwxbtn2 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.container-fluid2 {
	margin-right: auto !important;
	margin-left: auto !important;
}

.section-bgb {
	background-color: #000;
}

@media screen and (max-width: 768px) {
	.newhome_tpmainbg {
		height: 460px;
		background-image: url(https://apparelsourcingweek.com/images/01032025141152_asw_2025_m_banner_image.jpg) !important;
	}

	.bannerform {
		z-index: 100;
		background-color: #ffffff;
		/* position: absolute; */
		/* transform: translate(22%,4%); */
		border-radius: 0px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

	.sgnpchecbox2 {
		font-weight: 400;
		font-size: 11px;
		color: #000;
	}

}

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

	.mr15 {
		margin-top: 6px;
		width: 20px;
		margin-right: 0px;
		margin-left: -15px;
	}

	.pmr15 {
		width: 26px;
		margin-top: 6px;
		margin-right: 0px;
		margin-left: -15px;
	}

	.newhome_tpmainbg {

		height: 560px;
	}

	.home_whyvist {
		position: relative;
		top: 340px;
	}

	.bannerform {
		z-index: 100;
		background-color: #ffffff;
		/* position: absolute; */
		/* transform: translate(22%,4%); */
		border-radius: 0px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

}

@media screen and (max-width: 268px) {
	.newhome_tpmainbg {
		margin-top: 94px;
		height: 150px;
	}

	.h_wvwxbtn2 {
		top: -23px;
		position: absolute;
		left: 70%;
		margin-top: 103px;
	}

	.bannerform {
		z-index: 100;
		background-color: #ffffff;
		/* position: absolute; */
		/* transform: translate(22%,4%); */
		border-radius: 0px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

}

.popup {
	position: fixed;
	z-index: 100;
	background-color: #ffffff;
	width: 750px;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	border-radius: 16px;
	font-family: "Duran-Regular", sans-serif;
	display: none;
	text-align: center;
}

.mt-4 {
	margin-top: 1.5rem !important;
}

.popupbuttonclose {
	padding-bottom: 34px;
	margin-top: -18px;
	margin-right: -15px;
	font-size: 23px;
	color: #ffbb;
	background: #cccc;
	border-radius: 100%;
	width: 35px;
	height: 35px;
	border: none;
	outline: none;
	cursor: pointer;
	float: right;

}

.popup h2 {
	margin-top: -20px;
}

.popuppara {
	margin-bottom: 45px;
	padding-top: 73px;
	font-size: 18px;
	font-weight: 500;
	color: black;
	line-height: 22px;
}

#popup-logo {
	font-size: 20px;
	margin-bottom: -28px;

}


.popup_left {
	height: 75px;
	border-left: 1px solid #fff;
}

.bgline {
	background: #f13d24;
	height: 7px;
}

.bgcard {
	/* background: -webkit-gradient(linear, left top, left bottom, from(#1C7CE0), to(#150051));
    background: linear-gradient(to bottom, #CFE2FD 32%, #FAB3A8);*/
	background: #00008b;
	color: #fff;
}

.blog-graphic-text p {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 23px;
	font-weight: 700;
	/* background: -webkit-linear-gradient(45deg, #66b5e5 36%, #f13d24 42%); */
	background: #000;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 0;
	padding: 15px;
}

.popuplist {
	margin-right: -32px;
	margin-left: -80px;
}

.popuplist>li {
	text-transform: uppercase;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	display: inline;
	font-weight: 500;
}

.plocation {
	float: right;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	color: #fff;
}

.loading {
	margin-top: -35px;
	margin-bottom: 15px;
	height: 100px;
	width: 100px;
	margin-right: -95px;
}

.vertical-text {
	text-transform: uppercase;
	margin-top: 36px;
	font-size: 9px;
	margin-left: -200px;
	font-weight: 400;
	line-height: 0px;
	color: #fff;
	display: block;
	transform: rotate(268deg);
}

.powered {
	padding-right: 20px;
	text-transform: uppercase;
	margin-top: -24px;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	color: #fff;
}

.popuphome_logosize {
	width: auto;
	height: 60px;
	user-select: none;
}

.popuphomebanTopTxt {
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	font-size: 28px;
	color: #fff;
	letter-spacing: 0px;
	font-family: "Duran-Regular", sans-serif;
}

.popuphomebanTopBold {
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	font-size: 31px;
	color: #fff;
	letter-spacing: 0px;
	font-family: "Duran-Regular", sans-serif;
}

.popupHomesgup_inputs {
	font-size: 13px;
	font-weight: 400;
	background: none;
	padding: 0px 13px;
	height: 34px;
	line-height: 34px;
	width: 85%;
	border-radius: 0;
	font-family: "Duran-Regular", sans-serif;
	outline: 0;
	color: #000;
	border: 1px solid #848484;
	border-radius: 30px;
}

.popupHomesgup_inputs::placeholder {
	color: #000;

}

.popupHomesgup_inputs>option {
	color: #000;
	border-radius: 0px;

}

option:hover {
	background-color: yellow;
}

.popuphome_logoorg {
	margin-top: -60px;
	width: auto;
	height: 174px;
	user-select: none;
}

.orgimg {
	color: #fff;
	font-size: 11px;
	text-transform: none;
	font-weight: 500 !important;
}

.thanks {
	position: absolute;
	top: 49px;
	z-index: 999;
	width: 50%;
	height: 90%;
	background: #000;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	font-size: 11px;
	border-radius: 16px;
	left: 50%;
}

.repmessage {
	line-height: 22px;
	padding: 130px 30px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.topmesaage {
	padding: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	margin-top: 60px;
	margin-left: 8px;
}

/*.thanks:before {
  content: "Thanks For showing interest in participating at the";
}*/

.thanks-hidden {
	display: none;
}

.pwhy_atndbg {
	background: #F6F6F6;
	position: relative;
	padding: 40px;
	height: 660px;
}

.pwhy_atndbg p {

	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	font-weight: 400;
}

.pwhy_atndbg h2 {
	font-weight: 900;
	font-size: 23px;
	color: black;
	font-family: "Duran-Regular", sans-serif;
	text-align: center;

}

.c {
	font-size: 20px;
	color: black;
	text-decoration: line-through;
	font-weight: 400;
}

.atndbgprice {
	font-size: 24px;
	color: #000;
	font-weight: 900;
	line-height: 20px;
	margin-bottom: 25px;
	font-family: "Duran-Regular", sans-serif;
	text-align: center;
}

.pbutton {
	text-transform: uppercase;
	margin-bottom: 30px;
	position: relative;
	background-color: #000;
	border: none;
	font-size: 18px;
	color: #FFFFFF;
	padding: 18px;
	width: 197px;
	text-align: center;
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;

}

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

.subtitlep {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	font-family: "Duran-Regular", sans-serif;
}

.agendabutton {
	margin-top: 36px;
	margin-bottom: 40px;
	position: relative;
	background-color: #000;
	border: none;
	font-size: 18px;
	color: #FFFFFF;
	padding: 15px;
	width: 176px;
	text-align: center;
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}

.popnews_listseeall {
	margin-top: 5px;
	background: #660BF1;
	border: none;
	padding: 8px 20px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-family: "Duran-Regular", sans-serif;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	outline: 0;
	border-radius: 30px;
}

.pbutton:after {
	content: "";
	background: #56b1dc;
	display: block;
	position: absolute;
	padding-top: 300%;
	padding-left: 350%;
	margin-left: -20px !important;
	margin-top: -120%;
	opacity: 0;
	transition: all 0.8s
}

.pbutton:active:after {
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 0s
}

.ppwhy_atndbg {
	margin-bottom: 30px;
	background: #F6F6F6;
	position: relative;
	padding: 40px;
	height: 715px;
}

.ppwhy_atndbg p {
	margin-bottom: 9px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #333;
	font-weight: 400;

}

.hedingp {
	margin-top: 33px;
	text-align: center;
	font-weight: 700;
	color: black;
}

.subtitlep {
	text-align: center;
	margin-bottom: 1.5em;
	font-size: 18px;
	color: #000;
	font-weight: 700;
	font-family: "Duran-Regular", sans-serif;
}

.ppwhy_atndbg h2 {
	margin-top: 22px;
	font-weight: 900;
	font-size: 23px;
	color: black;
	font-family: "Duran-Regular", sans-serif;
	text-align: center;
}

.pp {
	top: 37px;
	left: 17%;
}

.margin-35 {
	margin-top: 35px;
}

.margin-13 {
	margin-top: 13px;
}

.marginb-150 {
	margin-bottom: 244px !important;

}

.marginb-160 {
	margin-bottom: 99px !important;

}

.marginb-16 {
	margin-bottom: 26px;
}

.marginb-73 {
	margin-bottom: 100px !important;
}

.hedinglh {
	line-height: 30px !important;
}

.pb {
	margin-bottom: 20px !important;
}

@media screen and (max-width: 768px) {
	.popup {
		z-index: 100;
		background-color: #ffffff;
		width: 490px;
		position: absolute;
		transform: translate(-50%, -50%);
		left: 49%;
		top: 50% !important;
		border-radius: 8px;
		font-family: "Duran-Regular", sans-serif;
		display: none;
		text-align: center;
	}

	.thanks {
		left: 0px;
		position: absolute;
		top: 46px !important;
		z-index: 999;
		width: 100%;
		height: 84%;
		background: #000;
		justify-content: center;
		font-size: 30px;
		color: #fff;
	}

	.popuphomebanTopTxt {
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
		font-size: 14px;
		color: #fff;
		letter-spacing: 0px;
		font-family: "Duran-Regular", sans-serif;
	}

	.plocation {
		float: right;
		font-size: 11px;
		font-weight: 700;
		line-height: 12px;
	}

	.vertical-text {
		font-size: 8px;
		margin-left: 15px;
		margin-top: 7px;
		display: block;
		transform: none;
	}

	.popup_left {
		border-left: none;
	}

	.orgimg {
		margin-left: -40px !important;
		font-size: 11px;
		text-transform: none;
		font-weight: 500 !important;
	}

	.popuphome_logoorg {
		margin-top: -46px;
		width: auto;
		height: 120px;
		user-select: none;
		margin-left: -22px;
	}

	.popupbuttonclose {
		padding-bottom: 34px;
		margin-top: -18px;
		margin-right: -15px;
		font-size: 23px;
		color: #ffbb;
		background: #cccc;
		border-radius: 100%;
		width: 35px;
		height: 35px;
		border: none;
		outline: none;
		cursor: pointer;
		float: right;
	}

	.blog-graphic-text p {
		line-height: 20px;
		font-size: 17px;
		font-weight: 700;
		background: #000;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0;
		padding: 10px;
	}

	.popuplist>li {
		text-align: left;
		font-size: 11px;
		color: #000;
		text-decoration: none;
		display: flex;
		font-weight: 500;
	}

	.popuphomebanTopBold {
		font-style: normal;
		font-weight: 900;
		line-height: 10px;
		font-size: 18px;
		color: #fff;
		letter-spacing: 0px;
		font-family: "Duran-Regular", sans-serif;
	}

	.popuphome_logosize {
		width: auto;
		height: 60px;
		user-select: none;
	}

	.popuppara {
		padding-top: 0px;
		font-size: 18px;
		font-weight: 400;
		color: black;
		margin-bottom: 30px;
		margin-top: 80px;
	}

	.popnews_listseeall {
		margin-top: 5px;
		background: #660bf1;
		border: none;
		padding: 8px 20px;
		text-transform: uppercase;
		color: #fff;
		font-size: 16px;
		font-family: "Duran-Regular", sans-serif;
		font-weight: 600;
		display: inline-block;
		vertical-align: middle;
		outline: 0;
		cursor: pointer;
	}

	.popupHomesgup_inputs {
		background: none;
		padding: 5px 15px;
		height: 45px;
		line-height: 30px;
		width: 100%;
		border-radius: 0;
		font-family: "Duran-Regular", sans-serif;
		outline: 0;
		color: #000;
		border: 1px solid #000;
	}

	.homebanTopTxt {
		position: absolute;
		top: -24px;
		left: 93 !important;
		font-size: 13px;
		line-height: 18px;
		margin-left: 0;
	}


	.pwhy_atndbg {
		background: #F6F6F6 !important;
		position: relative !important;
		padding: 40px !important;
		height: 577px !important;
		margin-bottom: 32px !important;
	}

	.marginb-160 {
		margin-bottom: 69px !important;
	}

	.marginb-150 {
		margin-bottom: 247px !important;
	}

	.pp {
		top: 0 !important;
		left: 0% !important;
	}

	.powered {
		margin-left: 18px;
		text-transform: uppercase;
		margin-top: 10px;
		font-size: 11px;
		font-weight: 400;
		line-height: 12px;
		color: #fff;
	}

}

@media screen and (max-width: 468px) {
	.mtf {
		margin-top: -18px !important;
	}

	.margint {
		margin-top: 30px !important;
	}

	.bannerform {
		z-index: 100;
		background-color: #ffffff;
		border-radius: 0px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

	.leadform {
		z-index: 100;
		background-color: #ffffff;
		border-radius: 0px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

	.popup {
		z-index: 100;
		background-color: #ffffff;
		width: 328px;
		position: absolute;
		transform: translate(-50%, -50%);
		left: 50%;
		top: 48% !important;
		border-radius: 22px;
		font-family: "Duran-Regular", sans-serif;
		display: none;
		text-align: center;
	}

	.pop_heading {
		line-height: 30px;
		padding-bottom: 0px;
		font-size: 24px !important;
		text-align: left;
	}

	.btn-pop {
		float: left;
		width: 100%;
		background: #660BF1;
		padding: 8px 5px !important;
		border: 2px solid #660BF1;
		border-radius: 52px;
		color: #fff;
		font-size: 14px !important;
		text-transform: uppercase;
	}

	.thanks {
		left: 0px;
		position: absolute;
		top: 45px !important;
		z-index: 999;
		width: 100%;
		height: 85%;
		background: #000;
		justify-content: center;
		font-size: 30px;
		color: #fff;
	}

	.orgimg {
		margin-left: 0px !important;
		font-size: 11px;
		text-transform: none;
		font-weight: 500 !important;
	}

	.popup_left {
		border-left: none;
	}

	.popuplist {
		margin-right: -43px;
		margin-left: -65px;
	}

	.vertical-text {
		text-transform: uppercase;
		margin-top: 20px;
		font-size: 6px;
		margin-left: -30px;
		font-weight: 400;
		line-height: 0px;
		color: #fff;
		display: block;
		transform: rotate(268deg);
	}

	.blog-graphic-text p {
		line-height: 15px;
		font-size: 15px;
		font-weight: 400;
		background: #000;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		margin: 0;
		padding: 5px;
	}

	.powered {
		text-transform: uppercase;
		margin-top: 0px;
		font-size: 9px;
		font-weight: 400;
		line-height: 12px;
		color: #fff;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		margin-left: 5px;
	}

	.mobclass {
		margin-top: -22px;
		height: 47px;
		border-left: 1px solid #fff;
		margin-right: -44px;
		margin-left: 14px;
	}

	.popuphome_logoorg {
		margin-top: -46px;
		width: auto;
		height: 120px;
		user-select: none;
		margin-left: 0px;
	}

	.popnews_listseeall {
		margin-top: 0px;
		background: #660bf1;
		border: none;
		padding: 5px 15px;
		color: #fff;
		font-size: 11px;
		font-family: "Duran-Regular", sans-serif;
		font-weight: 600;
		display: inline-block;
		vertical-align: middle;
		outline: 0;
		cursor: pointer;
	}

	.popupHomesgup_inputs {
		font-size: 12px;
		background: none;
		padding: 5px 15px;
		border: 0;
		height: 30px;
		line-height: 30px;
		width: 80%;
		border-radius: 16px;
		font-family: "Duran-Regular", sans-serif;
		outline: 0;
		color: #000;
		border: 1px solid #848484;
	}

	.interestedInput {
		line-height: 18px !important;
	}

	.popuphomebanTopTxt {
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
		font-size: 14px;
		color: #fff;
		letter-spacing: 0px;
		font-family: "Duran-Regular", sans-serif;
	}

	.pwhy_atndbg {
		background: #F6F6F6;
		position: relative;
		padding: 40px;
		height: 645px;
		margin-bottom: 15px;
	}

	.pbutton {
		text-transform: uppercase;
		margin-bottom: 30px;
		position: relative;
		background-color: #000;
		border: none;
		font-size: 18px;
		color: #FFFFFF;
		padding: 18px;
		width: 189px;
		text-align: center;
		transition-duration: 0.4s;
		text-decoration: none;
		overflow: hidden;
		cursor: pointer;

	}

	.pp {
		top: -6px;
		left: 0%;
	}

	.marginb-160 {
		margin-bottom: 100px !important;
	}

	.marginb-150 {
		margin-bottom: 228px !important;
	}

	.ppwhy_atndbg {
		margin-top: 15px;
		background: #F6F6F6;
		position: relative;
		padding: 40px;
		height: 700px;
	}

	.hedingp {
		font-size: 16px;
		margin-top: 33px;
		text-align: center;
		font-weight: 700;
		color: black;
	}

	.subtitlep {
		text-align: center;
		margin-bottom: 1.5em;
		font-size: 13px;
		color: #000;
		font-weight: 400;
		font-family: "Duran-Regular", sans-serif;
	}

	.popupbuttonclose {
		padding-bottom: 34px;
		margin-top: -18px;
		margin-right: -15px;
		font-size: 23px;
		color: #ffbb;
		background: #cccc;
		border-radius: 100%;
		width: 35px;
		height: 35px;
		border: none;
		outline: none;
		cursor: pointer;
		float: right;
	}

	.popuppara {
		padding-top: 0px;
		font-size: 14px;
		font-weight: 500;
		color: #4a4949;
		line-height: 20px;
		margin-bottom: 24px;
	}

	.plocation {
		font-size: 9px;
		font-weight: 600;
		line-height: 12px;
	}

	.popuphome_logosize {
		width: auto;
		height: 40px;
		user-select: none;
	}

	.repmessage {
		margin-left: -19px;
		margin-right: 0px;
		margin-top: 0px;
		font-size: 16px;

	}

	.topmesaage {
		font-size: 10px;
		margin-top: 60px;
		margin-left: -7px;

	}

	.marginb-73 {
		margin-bottom: 90px !important;
	}

}

@media screen and (max-width: 368px) {
	.pwhy_atndbg {
		background: #F6F6F6 !important;
		position: relative !important;
		padding: 40px !important;
		height: 600px !important;
		margin-bottom: 32px !important;
	}

	.bannerform {
		z-index: 100;
		background-color: #ffffff;
		border-radius: 0px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

	.leadform {
		z-index: 100;
		background-color: #ffffff;
		border-radius: 0px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

	.marginb-160 {
		margin-bottom: 71px !important;
	}

	.marginb-150 {
		margin-bottom: 241px !important;
	}

	.ppwhy_atndbg {
		margin-top: 15px;
		background: #F6F6F6;
		position: relative;
		padding: 40px;
		height: 760px;
	}

	.marginb-73 {
		margin-bottom: 105px !important;
	}

}

.newbannerimg {
	font-size: 55px;
	margin-bottom: 40px;
	line-height: 48px;
	margin-top: 0;
	font-weight: 400;
	font-family: "Duran-Regular", sans-serif;
	color: #fff;
	text-shadow: 5px 5px 10px #0f0f0f;
	-webkit-text-stroke: 1.2px;
	-webkit-font-smoothing: antialiased;
}

.newbannerpara {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	font-family: "Duran-Regular", sans-serif;
}

@media screen and (max-width: 767px) {
	.newbannerimg {
		font-weight: 700;
		font-size: 26px;
		margin-bottom: 30px;
		line-height: 28px;
		-webkit-text-stroke: 0.2px;
	}

	.bannerform {
		position: unset;
		transform: translate(0%, 0%);
		z-index: 100;
		background-color: #ffffff;
		border-radius: 16px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

	.leadform {
		position: unset;
		transform: translate(0%, 0%);
		z-index: 100;
		background-color: #ffffff;
		border-radius: 16px;
		font-family: "Duran-Regular", sans-serif;
		text-align: center;
	}

	.mobileposition {
		top: 150px;
		margin-bottom: 170px;
	}

	.newbannerpara {
		margin-top: 30px;
		margin-bottom: 1.5em;
		font-size: 14px;
		color: #fff;
		font-weight: 400;
		font-family: "Duran-Regular", sans-serif;
	}


	.lil {
		text-align: center;
		font-weight: 400;
		display: inline-block;
		font-size: 7px !important;
		list-style-type: none;
		text-transform: uppercase;
		border-width: medium;
		color: #fff;
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.lil span {
		display: block;
		font-size: 1.5rem !important;
	}

}

.ulstyle {
	border-radius: 4px;
	border: 1px solid #fff;
	padding: 8px;
	display: inline-block;
}


.lil {
	text-align: center;
	font-weight: 400;
	display: inline-block;
	font-size: 10px;
	list-style-type: none;
	text-transform: uppercase;
	border-width: medium;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
}

.lil span {
	display: block;
	font-size: 2.5rem;
}

.margint {
	margin-top: 43px;
}

.mtf {
	margin-top: 75px;
}

.h_bannerbg {
	height: 219px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-image: url(../images/WebsiteBanner.gif);
	text-align: -webkit-center;
	padding-top: 170px;
}

.popmodal-body {
	line-height: 24px;
	text-align: center;
	position: relative;
	padding: 15px;
}

.popmodal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.popmodal-header {
	padding: 15px;
	padding-bottom: 0;
}

.popmodal-title {
	font-size: 28px;
	margin: 0;
	line-height: 1.42857;
}


.agenda_bnr {
	text-align: center;
	padding: 170px 0px 76px 0;
	background-position: center !important;
	/* margin-top: 50px; */
}

.agenda_bnr h2 {
	font-size: 80px;
	font-weight: 700;
	font-family: "Duran-Regular", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.sponsors-partners-all {
	padding: 55px 0;
}

.spon_part {
	/*  padding: 35px;*/
	border: 1px solid #e3e3e3;
	text-align: center;
	margin: 15px 0px;
}

.spon_part figure {

	max-width: 200px;
	width: 100%;
	margin: 15px auto;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page.page-id-3530 .spon_part figure {
	max-width: 165px;
}

.spon_part figure img {
	width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

.board_a {
	text-align: center;
}


.ad_board .board_a {
	position: relative;
}

.ad_board .board_a {
	padding: 25px 12px;
	background: #fff;
	border-radius: 10px;
}

.ad_board .board_a a h6 {
	color: #010101;
	min-height: 48px;
}

.board_a h6 {
	text-align: left;
	color: #000;
	font-size: 18px;
	text-transform: capitalize;
	font-family: "Duran-Regular", sans-serif;
}

.ad_board .board_a span {
	color: #000;
}

.board_a span {
	font-weight: 400;
	text-align: left;
	font-family: "Duran-Regular", sans-serif;
	color: #000;
	font-size: 14px;
	text-transform: capitalize;
	display: block;
	line-height: 15px;
}

.board_b_img {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin: auto;
}

.board_a .board_b_img {
	display: block;
	height: auto;
	min-height: unset;
	max-width: unset;
	width: auto;
	border-radius: 0px;
	margin: 15px auto 0;
}

.board_a img {
	width: 100%;
	border-radius: 16px;
	margin-bottom: 20px;
}

a.view-all.bg-white.text-dark {
	color: #fff !important;
}

a.view-all {
	border: 1px solid #660bf1;
	background: #660bf1;
	font-weight: 400;
	color: #fff !important;
	line-height: 30px;
	padding: 8px 20px;
	border-radius: 30px;
	margin-top: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	text-align: center;
	font-size: 16px;
}

.view a:hover {
	color: #fff !important;
}

.bg-white {
	background-color: #fff !important;
}

.new_smnr_day1clock i {
	color: #000;
	margin-right: 4px;
}

.second_videobg {
	height: 300px;
	width: 95%;
	background-position: center;
	background-size: cover;
	text-align: -webkit-center;
	/* padding-top: 75px;*/
}

.speak-linkedin {
	height: unset !important;
	width: 24px !important;
	aspect-ratio: 1 / 1;
}

.mr-15 {
	margin-right: 0px !important;
}

.ml-15 {
	margin-left: 0px !important;
}

.tml-15 {
	margin-left: -15px !important;
}

.tmr-15 {
	margin-right: -15px !important;
}

.second_videobg h3 {
	font-size: 24px;
	text-align: center;
	color: #fff;
	font-family: "Duran-Regular", sans-serif;
	margin-bottom: 14px;
	line-height: 22px;
}

.home_videobg {
	margin-left: -17px;
	background: #660BF1;
	width: 75%;
	height: 40px;
	font-family: "BLMelody-Medium";
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding-top: 12px;
	cursor: pointer;
	margin-bottom: 25px;
	margin-top: 25px;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	border-radius: 30px;
}

.secondad_board {
	width: 100%;
	background-position: center 0%;
	background-size: cover;
	background-color: #000;
}

.secvideotxt {
	font-size: 35px;
	margin-bottom: 40px;
	line-height: 48px;
	margin-top: 0;
	font-weight: 400;
	font-family: "Duran-Regular", sans-serif;
	color: #fff;
	-webkit-text-stroke: 1.2px;
	-webkit-font-smoothing: antialiased;
}

.spansecvideotxt {
	font-size: 18px;
	line-height: 40px;
	font-family: "Duran-Regular", sans-serif;
	color: #fff;
}

.owl-pagination {
	display: none;
}