#ppt { display: none; }

.drop-zone {
    cursor: pointer;
    user-select: none;
    color: #555;
    font-size: 11px;
    width: 235px;
    padding: 50px 0;
    margin: 2px auto;
    border: 2px dashed #CCC;
    border-radius: 5px;
    background: white;
}

.drop-zone.hover {
  background: #ddd;
  border-color: #aaa;
}

.drop-zone.error {
  background: #faa;
  border-color: #f00;
}

.drop-zone.drop {
    background: #afa;
    border-color: #00a1ff;
    padding: 0;
    text-align: center;
}

.drop-zone.drop > .title { display: none; }

.preview-container canvas { width: 50px; }

.file-uploader-progress-bar { display:none; }

.file-uploader-progress-bar > * {
  background-color: #71a5f3;
  width: 0;
  height: 5px;
  border-radius: 5px;
}

.wrapper.uploading .progress { background-color: #8c8c8c; }



html {
	font-family:sans-serif;
	line-height:1.15;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
}
body {
	margin:0;
}
article, aside, footer, header, nav, section {
	display:block
}
h1 {
	font-size:2em;
	margin:.67em 0
}
figcaption, figure, main {
	display:block
}
figure {
	margin:1em 40px
}
hr {
	box-sizing:content-box;
	height:0;
	overflow:visible
}
pre {
	font-family:monospace, monospace;
	font-size:1em
}
a {
	background-color:transparent;
	-webkit-text-decoration-skip:objects
}
ul, ol {
	list-style-type:none;
	padding:0;
	margin:0;
}
a:active, a:hover {
	outline-width:0
}
abbr[title] {
	border-bottom:none;
	text-decoration:underline;
	text-decoration:underline dotted
}
b, strong {
	font-weight:inherit;
	font-weight:bolder
}
code, kbd, samp {
	font-family:monospace, monospace;
	font-size:1em
}
dfn {
	font-style:italic
}
mark {
	background-color:#ff0;
	color:#000
}
small {
	font-size:80%
}
sub, sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
sub {
	bottom:-.25em
}
sup {
	top:-.5em
}
audio, video {
	display:inline-block
}
audio:not([controls]) {
	display:none;
	height:0
}
img {
	border-style:none
}
svg:not(:root) {
	overflow:hidden
}
button, input, optgroup, select, textarea {
	font-family:sans-serif;
	font-size:100%;
	line-height:1.15;
	margin:0
}
button, input {
	overflow:visible
}
button, select {
	text-transform:none
}
 [type=reset], [type=submit], button, html [type=button] {
 -webkit-appearance:button
}
 [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
 border-style:none;
 padding:0
}
 [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
 outline:1px dotted ButtonText
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em
}
legend {
	box-sizing:border-box;
	color:inherit;
	display:table;
	max-width:100%;
	padding:0;
	white-space:normal
}
progress {
	display:inline-block;
	vertical-align:baseline
}
textarea {
	overflow:auto
}
 [type=checkbox], [type=radio] {
 box-sizing:border-box;
 padding:0
}
 [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
 height:auto
}
 [type=search] {
 -webkit-appearance:textfield;
 outline-offset:-2px
}
 [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
 -webkit-appearance:none
}

::-webkit-file-upload-button {
 -webkit-appearance:button;
 font:inherit
}
details, menu {
	display:block
}
summary {
	display:list-item
}
canvas {
	display:inline-block
}
 [hidden], template {
 display:none
}
 @media print {
*, :after, :before, blockquote:first-letter, blockquote:first-line, div:first-letter, div:first-line, li:first-letter, li:first-line, p:first-letter, p:first-line {
	text-shadow:none!important;
	box-shadow:none!important
}
a, a:visited {
	text-decoration:underline
}
abbr[title]:after {
	content:" (" attr(title) ")"
}
pre {
	white-space:pre-wrap!important
}
blockquote, pre {
	border:1px solid #999;
	page-break-inside:avoid
}
thead {
	display:table-header-group
}
img, tr {
	page-break-inside:avoid
}
h2, h3, p {
	orphans:3;
	widows:3
}
h2, h3 {
	page-break-after:avoid
}
.navbar {
	display:none
}
.badge {
	border:1px solid #000
}
.table {
	border-collapse:collapse!important
}
.table td, .table th {
	background-color:#fff!important
}
.table-bordered td, .table-bordered th {
	border:1px solid #ddd!important
}
}
html {
	box-sizing:border-box
}
*, :after, :before {
	box-sizing:inherit
}
 @-ms-viewport {
 width:device-width
}
html {
	-ms-overflow-style:scrollbar;
	-webkit-tap-highlight-color:transparent
}
body {
	font-family: 'Lato', sans-serif;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#292b2c;
	background-color:#fff
}
[tabindex="-1"]:focus {
	outline:none!important
}
h1, h2, h3, h4, h5, h6 {
	margin-top:0;
 margin-bottom:.5rem
}
p {
	margin-top:0;
	margin-bottom:1rem
}
abbr[data-original-title], abbr[title] {
	cursor:help
}
address {
	font-style:normal;
	line-height:inherit
}
address, dl, ol, ul {
	margin-bottom:1rem
}
dl, ol, ul {
	margin-top:0
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom:0
}
dt {
	font-weight:700
}
dd {
 margin-bottom:.5rem;
	margin-left:0
}
blockquote {
	margin:0 0 1rem
}
a {
	color:#0062cc;
	text-decoration:none
}
a:focus, a:hover {
	color:#af2a00;
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
	color:inherit;
	text-decoration:none
}
a:not([href]):not([tabindex]):focus {
	outline:0
}
pre {
	margin-top:0;
	margin-bottom:1rem;
	overflow:auto
}
figure {
	margin:0 0 1rem
}
img {
	vertical-align:middle
}
 [role=button] {
 cursor:pointer
}
 [role=button], a, area, button, input, label, select, summary, textarea {
 touch-action:manipulation
}
table {
	border-collapse:collapse;
	background-color:transparent
}
caption {
 padding-top:.75rem;
 padding-bottom:.75rem;
	color:#636c72;
	caption-side:bottom
}
caption, th {
	text-align:left
}
label {
	display:inline-block;
 margin-bottom:.5rem
}
button:focus {
	outline:1px dotted;
	outline:5px auto -webkit-focus-ring-color
}
button, input, select, textarea {
	line-height:inherit
}
input[type=checkbox]:disabled, input[type=radio]:disabled {
	cursor:not-allowed
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
	-webkit-appearance:listbox
}
textarea {
	resize:vertical
}
fieldset {
	min-width:0;
	padding:0;
	margin:0;
	border:0
}
legend {
	display:block;
	width:100%;
	padding:0;
 margin-bottom:.5rem;
	font-size:1.5rem;
	line-height:inherit
}
input[type=search] {
	-webkit-appearance:none
}
output {
	display:inline-block
}
 [hidden] {
 display:none!important
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 margin-bottom:.5rem;
	font-family:inherit;
	font-weight:500;
	line-height:1.1;
	color:inherit
}
.h1, h1 {
	font-size:2.5rem
}
.h2, h2 {
	font-size:2rem
}
.h3, h3 {
	font-size:1.75rem
}
.h4, h4 {
	font-size:1.5rem
}
.h5, h5 {
	font-size:1.25rem
}
.h6, h6 {
	font-size:1rem
}
.lead {
	font-size:1.25rem;
	font-weight:300
}
.display-1 {
	font-size:6rem
}
.display-1, .display-2 {
	font-weight:300;
	line-height:1.1
}
.display-2 {
	font-size:5.5rem
}
.display-3 {
	font-size:4.5rem
}
.display-3, .display-4 {
	font-weight:300;
	line-height:1.1
}
.display-4 {
	font-size:3.5rem
}
hr {
	margin-top:1rem;
	margin-bottom:1rem;
	border:0;
	border-top:1px solid rgba(0,0,0,.1)
}
.small, small {
	font-size:75%;
	font-weight:400
}
.mark, mark {
	padding:.2em;
	background-color:#fcf8e3
}
.list-inline, .list-unstyled {
	padding-left:0;
	list-style:none
}
.list-inline-item {
	display:inline-block
}
.list-inline-item:not(:last-child) {
	margin-right:5px
}
.initialism {
	font-size:90%;
	text-transform:uppercase
}
.blockquote {
 padding:.5rem 1rem;
	margin-bottom:1rem;
	font-size:1.25rem;
 border-left:.25rem solid #eceeef
}
.blockquote-footer {
	display:block;
	font-size:80%;
	color:#636c72
}
.blockquote-footer:before {
	content:"\2014 \00A0"
}
.blockquote-reverse {
	padding-right:1rem;
	padding-left:0;
	text-align:right;
 border-right:.25rem solid #eceeef;
	border-left:0
}
.blockquote-reverse .blockquote-footer:before {
	content:""
}
.blockquote-reverse .blockquote-footer:after {
	content:"\00A0 \2014"
}
.img-fluid, .img-thumbnail {
	max-width:100%;
	height:auto
}
.img-thumbnail {
 padding:.25rem;
	background-color:#fff;
	border:1px solid #ddd;
 border-radius:.25rem;
	transition:all .2s ease-in-out
}
.figure {
	display:inline-block
}
.figure-img {
 margin-bottom:.5rem;
	line-height:1
}
.figure-caption {
	font-size:90%;
	color:#636c72
}
code, kbd, pre, samp {
	font-family:Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}
code {
 padding:.2rem .4rem;
	font-size:90%;
	color:#bd4147;
	background-color:#f7f7f9;
 border-radius:.25rem
}
a>code {
	padding:0;
	color:inherit;
	background-color:inherit
}
kbd {
 padding:.2rem .4rem;
	font-size:90%;
	color:#fff;
	background-color:#292b2c;
 border-radius:.2rem
}
kbd kbd {
	padding:0;
	font-size:100%;
	font-weight:700
}
pre {
	display:block;
	margin-top:0;
	margin-bottom:1rem;
	font-size:90%;
	color:#292b2c
}
pre code {
	padding:0;
	font-size:inherit;
	color:inherit;
	background-color:transparent;
	border-radius:0
}
.pre-scrollable {
	max-height:340px;
	overflow-y:scroll
}
.container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-right:15px;
	padding-left:15px
}
.menu-item, .menu-item a {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	color:#0062cc;
}
.splash-container {
	height: 500px !important;
	background-color: #cccccc !important;
}
.home-header {
	text-shadow: 0.5px 0.5px 0.5px #000 !important;
	text-transform: uppercase;
}
.home-header h2 {
	font-size: 1.3rem !important;
	text-transform: capitalize;
}
.intrnatn_dv {
	padding: 0 0 40px;
}
.shipping-price {
	font-size: 39px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #010101;
	line-height: 39px !important;
	font-weight: 600;
}
.shipping-price:hover {
}
.shipping-destination a {
	font-weight: normal !important;
	font-size:19px;
}
.shipping-destination {
	padding: 0;
}
.hppricebox {
	background: #fff !important;
	padding: 40px 0 !important;
}
.footer-menu-title a {
	color: #010101 !important;
	font-size:18px !important;
	border:0 !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.cpryte {
	background:#fff;
	position: fixed;
    bottom: 0;
    width: 100%;
}
.col-md-2.wgte label {
	width: 59px;
	float:left;
	font-size:16px;
	color:#fff;
	padding-top:8px;
}
.col-md-4.csttme.tocont label {
	width: 27px;
	float:left;
	font-size:16px;
	color:#fff;
	padding-top:8px;
	position: relative;
}
.col-md-4.csttme.frmcont label {
	width: 47px;
	float:left;
	font-size:16px;
	color:#fff;
	padding-top:8px;
}
.col-md-2.wgte input:last-child {
	border-radius: 0 6px 6px 0;
	margin-left:-5px;
}
.col-md-2.wgte input {
	width: 31%;
	display: inline-block;
	height: calc(2.44rem + 3px);
	padding: 0 5px;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.15);
	border-top-color: rgba(0, 0, 0, 0.15);
	border-right-color: rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(0, 0, 0, 0.15);
	border-left-color: rgba(0, 0, 0, 0.15);
	border-radius: 6px 0 0 6px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-align:center;
}
.col-md-4.csttme.tocont select {
	width: 47%;
	background-color:#eaeaea;
	border-radius:6px 0 0 6px;
}
.col-md-4.csttme.tocont input {
	width: 45%;
	display: inline-block;
	height: calc(2.44rem + 3px);
	padding: 0 5px;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.15);
	border-top-color: rgba(0, 0, 0, 0.15);
	border-right-color: rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(0, 0, 0, 0.15);
	border-left-color: rgba(0, 0, 0, 0.15);
	border-radius:0 6px 6px 0;
	-moz-appearance: none;
	margin-left:-5px;
	-webkit-appearance: none;
}
.col-md-4.csttme.frmcont select {
	width: 41%;
	border-radius: 6px 0 0 6px;
	background-color:#eaeaea;
}
.col-md-4.csttme.frmcont input {
	width: 44%;
	display: inline-block;
	height: calc(2.44rem + 3px);
	padding: 0 5px;
	line-height: 1.25;
	color: #464a4c;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.15);
	border-top-color: rgba(0, 0, 0, 0.15);
	border-right-color: rgba(0, 0, 0, 0.15);
	border-bottom-color: rgba(0, 0, 0, 0.15);
	border-left-color: rgba(0, 0, 0, 0.15);
	border-radius:0 6px 6px 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-left:-4px;
}
.qute #btn-quick-quote, .qute #btn-quick-proceed {
	border-radius:6px;
	border:0;
	background: #000;
	height:calc(2.44rem + 3px);
}
.hme h3 {
	color: #0062cc;
	text-align: center;
	font-size: 34px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px !important;
	text-transform: capitalize;
	position:relative;
}
.hme h3::after {
	border-bottom: 4px solid #010101;
	width: 50px;
	content: "";
	position: absolute;
	height: 4px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all .45s ease 0s;
}
.hme h3.hwexp:hover::after {
	width: 350px;
}
.hmerror, .wrror {
	background-color: white;
	padding: 5px 20px;
	font-size: 12px;
	color: red;
	border-radius: 4px;
	display: block;
	width: 166px;
	margin: 0 0 2px 25px;
	font-family: inherit;
	z-index: 200;
	position: absolute;
	top: -30px;
	line-height: 14px
}
.wrror {
	margin-left: 0;
}
.hmerror::before {
	content: '♦';
	position: absolute;
	left: 0;
	bottom: -5px;
	color: #fff;
	font-size: 20px;
}
#hiw #hiw1 {
	background:url("../images/how-icon1.png") center center no-repeat;
}
#hiw #hiw2 {
	background:url("../images/how-icon2.png") center center no-repeat;
}
#hiw #hiw3 {
	background:url("../images/how-icon3.png") center center no-repeat;
}
#hiw #hiw4 {
	background:url("../images/how-icon4.png") center center no-repeat;
}
#hiw #hiw5 {
	background:url("../images/how-icon5.png") center center no-repeat;
}
#hiw #hiw6 {
	background:url("../images/how-icon6.png") center center no-repeat;
}
.hwwe_secn {
	padding:53px 0 60px;
}
.why_we_r li {
	display: inline-block;
	width: 40%;
	color:#010101;
	text-align:left;
	margin-bottom:20px !important;
}
.why_we_r p {
	text-align:center;
	color: #010101;
}
.nw-icn {
	background: url("../images/why-are-icon.png") center center no-repeat;
	width: 19px;
	height: 28px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 30px;
}
.why_we_r ul {
	margin: 50px auto 20px;
	padding: 0;
	text-align: center;
}
.why_blo_ind {
}
.rgste .why_blo_ind strong, .lfte .why_blo_ind strong {
	color: #010101;
	font-size: 20px;
	line-height: 20px;
}
.lfte .why_blo_ind {
	text-align: right;
	padding: 25px 104px 25px 0;
	margin-bottom:30px;
}
.rgste .why_blo_ind {
	text-align:left;
	padding: 25px 0 25px 104px;
	margin-bottom:30px;
}
.lfte .why_blo_ind:nth-child(1) {
	background:url("../images/why-icon1.png") 100% center no-repeat;
}
.lfte .why_blo_ind:nth-child(2) {
	background:url("../images/why-icon2.png") 100% center no-repeat;
}
.lfte .why_blo_ind:nth-child(3) {
	background:url("../images/why-icon3.png") 100% center no-repeat;
}
.rgste .why_blo_ind:nth-child(1) {
	background:url("../images/why-icon4.png") 0 center no-repeat;
}
.rgste .why_blo_ind:nth-child(2) {
	background:url("../images/why-icon5.png") 0 center no-repeat;
}
.rgste .why_blo_ind:nth-child(3) {
	background:url("../images/why-icon6.png") 0 center no-repeat;
}
.wyimgese img {
	display:block;
	margin:0 auto;
}
.why_blo {
	padding: 60px 0;
	background: #f2f2f2;
}
.flagiconukflag {
	background:url("../images/flg1.png") center center no-repeat;
}
.flagiconspainflag {
	background:url("../images/flg2.png") center center no-repeat;
}
.flagiconusflag {
	background:url("../images/flg3.png") center center no-repeat;
}
.flagiconozflag {
	background:url("../images/flg4.png") center center no-repeat;
}
.flagiconfrenchflag {
	background:url("../images/flg5.png") center center no-repeat;
}
.flagicongermanflag {
	background:url("../images/flg6.png") center center no-repeat;
}
.imgdv {
	width: 112px;
	height: 108px;
	margin: 0 auto 10px;
}
.exprs_myshop h3.text-uppercase {
	color: #0062cc;
	text-align: center;
	position: relative;
	margin:40px 0;
	width:100%;
	font-weight:600;
}
.intrnatn_dv h3.text-uppercase {
	margin: 40px 0;
}
.mrnfo {
	color: #fff;
	background: #0062cc;
	padding: 8px 15px;
	border-radius: 4px;
	display: inline;
	margin: 50px auto 0;
}
.regne_sec p {
	color:#666666;
	font-family: 'Lato', sans-serif;
}
.regne_sec strong {
	color:#010101;
}
.myshope .shopping-buy-now {
	float: none;
	background: #000;
	color: #fff;
	font-size: 16px;
	display: block;
	padding:9px 8px;
	margin: 37px 0 0;
	line-height: 20px;
	text-align: center;
	border-radius:4px;
}
.regne_sec {
	text-align: center;
	padding: 0 0 40px 0;
}
.shopping-experience-box {
	border-radius:4px;
}
.regne_sec h2.orangeheader {
	color: #010101;
	text-align: center;
	font-size: 1.75rem;
	position: relative;
	float: none;
	width: 48%;
	margin: 0 auto 40px;
}
.regne_sec h2.orangeheader::after {
	border-bottom: 4px solid #0062cc;
	width: 50px;
	content: "";
	position: absolute;
	height: 4px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.myshope h3 {
	display: block;
	width: 100%;
	margin: 0 auto 50px;
}
.shoppingleft, .shoppingright, .shoppinglast {
	float:left;
}
.exprs_myshop {
	background: #f2f2f2;
	padding-top: 30px;
}
.part_icon_top ul {
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: url("../images/prtn-bg.png") center center no-repeat;
	padding: 120px 0;
}
.part_icon_top ul li:nth-child(2) {
	padding: 0 120px;
}
.part_icon ul {
	padding: 0;
	list-style-type: none;
	text-align:center;
}
.part_icon_top ul li {
	display:inline-block;
}
.part_icon ul li {
	display:inline-block;
	border-left:1px dashed #010101;
	border-top:1px dashed #010101;
	margin-left:-6px;
}
.part_icon ul li:nth-child(1), .part_icon ul li:nth-child(9), .part_icon ul li:nth-child(17), .part_icon ul li:nth-child(25) {
	margin-left:0;
	border-left:0;
}
.part_icon ul li:nth-child(1), .part_icon ul li:nth-child(2), .part_icon ul li:nth-child(3), .part_icon ul li:nth-child(4), .part_icon ul li:nth-child(5), .part_icon ul li:nth-child(6), .part_icon ul li:nth-child(7), .part_icon ul li:nth-child(8) {
	border-top:0;
}
.home .row {
	margin-left: 0;
	margin-right: 0;
}
.exprs_myshop .mrnfo {
	display: block;
	text-align: center;
	margin: 40px auto;
	width: 200px;
}
.myshope {
	padding: 60px 0;
}
.why_we_r {
	background:#f2f2f2;
	padding: 60px 0 0;
	margin-top:60px;
}
.home #full-width-page-wrapper {
	padding-bottom: 0;
}
.foot_top {
	padding-bottom:40px;
}
.home #quote-wrap {
	margin-top: 0px;
	background: #fff;
	padding-bottom:5px;
	padding-top:12px;
}
.home .greybgheader {
	background-color: #000;
}
.ere_secn {
	overflow:hidden;
}
.ere_secn p {
	background: #fff;
	padding: 20px;
}
.ere_secn .col-md-6 {
	padding:0;
	float:left;
	width:49.5%;
}
.ere_secn .col-md-6:last-child {
	float:right;
}
.ere_secn .col-md-6 p {
	border-radius:5px 0 0 5px;
}
.ere_secn .col-md-6:last-child p {
	border-radius:0 5px 5px 0;
}
.regne_sec p:nth-child(6) {
	text-align: center;
	width:100%;
}
.regne_sec p:nth-child(6) strong {
	text-align: center;
	display:block;
}
 @media (min-width:576px) {
.container {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:768px) {
.container {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:992px) {
.container {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:1200px) {
.container {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:576px) {
.container {
	width:540px;
	max-width:100%
}
}
 @media (min-width:768px) {
.container {
	width:720px;
	max-width:100%
}
}
 @media (min-width:992px) {
.container {
	width:960px;
	max-width:100%
}
}
 @media (min-width:1200px) {
.container {
	width:1140px;
	max-width:100%
}
}
.container-fluid {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-right:15px;
	padding-left:15px
}
 @media (min-width:576px) {
.container-fluid {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:768px) {
.container-fluid {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:992px) {
.container-fluid {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:1200px) {
.container-fluid {
	padding-right:15px;
	padding-left:15px
}
}
.row {
	display:flex;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px
}
 @media (min-width:576px) {
.row {
	margin-right:-15px;
	margin-left:-15px
}
}
 @media (min-width:768px) {
.row {
	margin-right:-15px;
	margin-left:-15px
}
}
 @media (min-width:992px) {
.row {
	margin-right:-15px;
	margin-left:-15px
}
}
 @media (min-width:1200px) {
.row {
	margin-right:-15px;
	margin-left:-15px
}
}
.no-gutters {
	margin-right:0;
	margin-left:0
}
 .no-gutters>.col, .no-gutters>[class*=col-] {
 padding-right:0;
 padding-left:0
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	position:relative;
	width:100%;
	min-height:1px;
	padding-right:15px;
	padding-left:15px
}
 @media (min-width:576px) {
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:768px) {
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:992px) {
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	padding-right:15px;
	padding-left:15px
}
}
 @media (min-width:1200px) {
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
	padding-right:15px;
	padding-left:15px
}
}
.col {
	flex-basis:0;
	flex-grow:1;
	max-width:100%
}
.col-auto {
	flex:0 0 auto;
	width:auto
}
.col-1 {
	flex:0 0 8.33333%;
	max-width:8.33333%
}
.col-2 {
	flex:0 0 16.66667%;
	max-width:16.66667%
}
.col-3 {
	flex:0 0 25%;
	max-width:25%
}
.col-4 {
	flex:0 0 33.33333%;
	max-width:33.33333%
}
.col-5 {
	flex:0 0 41.66667%;
	max-width:41.66667%
}
.col-6 {
	flex:0 0 50%;
	max-width:50%
}
.col-7 {
	flex:0 0 58.33333%;
	max-width:58.33333%
}
.col-8 {
	flex:0 0 66.66667%;
	max-width:66.66667%
}
.col-9 {
	flex:0 0 75%;
	max-width:75%
}
.col-10 {
	flex:0 0 83.33333%;
	max-width:83.33333%
}
.col-11 {
	flex:0 0 91.66667%;
	max-width:91.66667%
}
.col-12 {
	flex:0 0 100%;
	max-width:100%
}
.pull-0 {
	right:auto
}
.pull-1 {
	right:8.33333%
}
.pull-2 {
	right:16.66667%
}
.pull-3 {
	right:25%
}
.pull-4 {
	right:33.33333%
}
.pull-5 {
	right:41.66667%
}
.pull-6 {
	right:50%
}
.pull-7 {
	right:58.33333%
}
.pull-8 {
	right:66.66667%
}
.pull-9 {
	right:75%
}
.pull-10 {
	right:83.33333%
}
.pull-11 {
	right:91.66667%
}
.pull-12 {
	right:100%
}
.push-0 {
	left:auto
}
.push-1 {
	left:8.33333%
}
.push-2 {
	left:16.66667%
}
.push-3 {
	left:25%
}
.push-4 {
	left:33.33333%
}
.push-5 {
	left:41.66667%
}
.push-6 {
	left:50%
}
.push-7 {
	left:58.33333%
}
.push-8 {
	left:66.66667%
}
.push-9 {
	left:75%
}
.push-10 {
	left:83.33333%
}
.push-11 {
	left:91.66667%
}
.push-12 {
	left:100%
}
.offset-1 {
	margin-left:8.33333%
}
.offset-2 {
	margin-left:16.66667%
}
.offset-3 {
	margin-left:25%
}
.offset-4 {
	margin-left:33.33333%
}
.offset-5 {
	margin-left:41.66667%
}
.offset-6 {
	margin-left:50%
}
.offset-7 {
	margin-left:58.33333%
}
.offset-8 {
	margin-left:66.66667%
}
.offset-9 {
	margin-left:75%
}
.offset-10 {
	margin-left:83.33333%
}
.offset-11 {
	margin-left:91.66667%
}
 @media (min-width:576px) {
.col-sm {
	flex-basis:0;
	flex-grow:1;
	max-width:100%
}
.col-sm-auto {
	flex:0 0 auto;
	width:auto
}
.col-sm-1 {
	flex:0 0 8.33333%;
	max-width:8.33333%
}
.col-sm-2 {
	flex:0 0 16.66667%;
	max-width:16.66667%
}
.col-sm-3 {
	flex:0 0 25%;
	max-width:25%
}
.col-sm-4 {
	flex:0 0 33.33333%;
	max-width:33.33333%
}
.col-sm-5 {
	flex:0 0 41.66667%;
	max-width:41.66667%
}
.col-sm-6 {
	flex:0 0 50%;
	max-width:50%
}
.col-sm-7 {
	flex:0 0 58.33333%;
	max-width:58.33333%
}
.col-sm-8 {
	flex:0 0 66.66667%;
	max-width:66.66667%
}
.col-sm-9 {
	flex:0 0 75%;
	max-width:75%
}
.col-sm-10 {
	flex:0 0 83.33333%;
	max-width:83.33333%
}
.col-sm-11 {
	flex:0 0 91.66667%;
	max-width:91.66667%
}
.col-sm-12 {
	flex:0 0 100%;
	max-width:100%
}
.pull-sm-0 {
	right:auto
}
.pull-sm-1 {
	right:8.33333%
}
.pull-sm-2 {
	right:16.66667%
}
.pull-sm-3 {
	right:25%
}
.pull-sm-4 {
	right:33.33333%
}
.pull-sm-5 {
	right:41.66667%
}
.pull-sm-6 {
	right:50%
}
.pull-sm-7 {
	right:58.33333%
}
.pull-sm-8 {
	right:66.66667%
}
.pull-sm-9 {
	right:75%
}
.pull-sm-10 {
	right:83.33333%
}
.pull-sm-11 {
	right:91.66667%
}
.pull-sm-12 {
	right:100%
}
.push-sm-0 {
	left:auto
}
.push-sm-1 {
	left:8.33333%
}
.push-sm-2 {
	left:16.66667%
}
.push-sm-3 {
	left:25%
}
.push-sm-4 {
	left:33.33333%
}
.push-sm-5 {
	left:41.66667%
}
.push-sm-6 {
	left:50%
}
.push-sm-7 {
	left:58.33333%
}
.push-sm-8 {
	left:66.66667%
}
.push-sm-9 {
	left:75%
}
.push-sm-10 {
	left:83.33333%
}
.push-sm-11 {
	left:91.66667%
}
.push-sm-12 {
	left:100%
}
.offset-sm-0 {
	margin-left:0
}
.offset-sm-1 {
	margin-left:8.33333%
}
.offset-sm-2 {
	margin-left:16.66667%
}
.offset-sm-3 {
	margin-left:25%
}
.offset-sm-4 {
	margin-left:33.33333%
}
.offset-sm-5 {
	margin-left:41.66667%
}
.offset-sm-6 {
	margin-left:50%
}
.offset-sm-7 {
	margin-left:58.33333%
}
.offset-sm-8 {
	margin-left:66.66667%
}
.offset-sm-9 {
	margin-left:75%
}
.offset-sm-10 {
	margin-left:83.33333%
}
.offset-sm-11 {
	margin-left:91.66667%
}
}
 @media (min-width:768px) {
.col-md {
	flex-basis:0;
	flex-grow:1;
	max-width:100%
}
.col-md-auto {
	flex:0 0 auto;
	width:auto
}
.col-md-1 {
	flex:0 0 8.33333%;
	max-width:8.33333%
}
.col-md-2 {
	flex:0 0 16.66667%;
	max-width:16.66667%
}
.col-md-3 {
	flex:0 0 25%;
	max-width:25%;
}
.col-md-4 {
	flex:0 0 33.33333%;
	max-width:33.33333%
}
.col-md-5 {
	flex:0 0 41.66667%;
	max-width:41.66667%
}
.col-md-6 {
	flex:0 0 50%;
	max-width:50%
}
.col-md-7 {
	flex:0 0 58.33333%;
	max-width:58.33333%
}
.col-md-8 {
	flex:0 0 66.66667%;
	max-width:66.66667%
}
.col-md-9 {
	flex:0 0 75%;
	max-width:75%
}
.col-md-10 {
	flex:0 0 83.33333%;
	max-width:83.33333%
}
.col-md-11 {
	flex:0 0 91.66667%;
	max-width:91.66667%
}
.col-md-12 {
	flex:0 0 100%;
	max-width:100%
}
.pull-md-0 {
	right:auto
}
.pull-md-1 {
	right:8.33333%
}
.pull-md-2 {
	right:16.66667%
}
.pull-md-3 {
	right:25%
}
.pull-md-4 {
	right:33.33333%
}
.pull-md-5 {
	right:41.66667%
}
.pull-md-6 {
	right:50%
}
.pull-md-7 {
	right:58.33333%
}
.pull-md-8 {
	right:66.66667%
}
.pull-md-9 {
	right:75%
}
.pull-md-10 {
	right:83.33333%
}
.pull-md-11 {
	right:91.66667%
}
.pull-md-12 {
	right:100%
}
.push-md-0 {
	left:auto
}
.push-md-1 {
	left:8.33333%
}
.push-md-2 {
	left:16.66667%
}
.push-md-3 {
	left:25%
}
.push-md-4 {
	left:33.33333%
}
.push-md-5 {
	left:41.66667%
}
.push-md-6 {
	left:50%
}
.push-md-7 {
	left:58.33333%
}
.push-md-8 {
	left:66.66667%
}
.push-md-9 {
	left:75%
}
.push-md-10 {
	left:83.33333%
}
.push-md-11 {
	left:91.66667%
}
.push-md-12 {
	left:100%
}
.offset-md-0 {
	margin-left:0
}
.offset-md-1 {
	margin-left:8.33333%
}
.offset-md-2 {
	margin-left:16.66667%
}
.offset-md-3 {
	margin-left:25%
}
.offset-md-4 {
	margin-left:33.33333%
}
.offset-md-5 {
	margin-left:41.66667%
}
.offset-md-6 {
	margin-left:50%
}
.offset-md-7 {
	margin-left:58.33333%
}
.offset-md-8 {
	margin-left:66.66667%
}
.offset-md-9 {
	margin-left:75%
}
.offset-md-10 {
	margin-left:83.33333%
}
.offset-md-11 {
	margin-left:91.66667%
}
}
 @media (min-width:992px) {
.col-lg {
	flex-basis:0;
	flex-grow:1;
	max-width:100%
}
.col-lg-auto {
	flex:0 0 auto;
	width:auto
}
.col-lg-1 {
	flex:0 0 8.33333%;
	max-width:8.33333%
}
.col-lg-2 {
	flex:0 0 16.66667%;
	max-width:16.66667%
}
.col-lg-3 {
	flex:0 0 25%;
	max-width:25%
}
.col-lg-4 {
	flex:0 0 33.33333%;
	max-width:33.33333%
}
.col-lg-5 {
	flex:0 0 41.66667%;
	max-width:41.66667%
}
.col-lg-6 {
	flex:0 0 50%;
	max-width:50%
}
.col-lg-7 {
	flex:0 0 58.33333%;
	max-width:58.33333%
}
.col-lg-8 {
	flex:0 0 66.66667%;
	max-width:66.66667%
}
.col-lg-9 {
	flex:0 0 75%;
	max-width:75%
}
.col-lg-10 {
	flex:0 0 83.33333%;
	max-width:83.33333%
}
.col-lg-11 {
	flex:0 0 91.66667%;
	max-width:91.66667%
}
.col-lg-12 {
	flex:0 0 100%;
	max-width:100%
}
.pull-lg-0 {
	right:auto
}
.pull-lg-1 {
	right:8.33333%
}
.pull-lg-2 {
	right:16.66667%
}
.pull-lg-3 {
	right:25%
}
.pull-lg-4 {
	right:33.33333%
}
.pull-lg-5 {
	right:41.66667%
}
.pull-lg-6 {
	right:50%
}
.pull-lg-7 {
	right:58.33333%
}
.pull-lg-8 {
	right:66.66667%
}
.pull-lg-9 {
	right:75%
}
.pull-lg-10 {
	right:83.33333%
}
.pull-lg-11 {
	right:91.66667%
}
.pull-lg-12 {
	right:100%
}
.push-lg-0 {
	left:auto
}
.push-lg-1 {
	left:8.33333%
}
.push-lg-2 {
	left:16.66667%
}
.push-lg-3 {
	left:25%
}
.push-lg-4 {
	left:33.33333%
}
.push-lg-5 {
	left:41.66667%
}
.push-lg-6 {
	left:50%
}
.push-lg-7 {
	left:58.33333%
}
.push-lg-8 {
	left:66.66667%
}
.push-lg-9 {
	left:75%
}
.push-lg-10 {
	left:83.33333%
}
.push-lg-11 {
	left:91.66667%
}
.push-lg-12 {
	left:100%
}
.offset-lg-0 {
	margin-left:0
}
.offset-lg-1 {
	margin-left:8.33333%
}
.offset-lg-2 {
	margin-left:16.66667%
}
.offset-lg-3 {
	margin-left:25%
}
.offset-lg-4 {
	margin-left:33.33333%
}
.offset-lg-5 {
	margin-left:41.66667%
}
.offset-lg-6 {
	margin-left:50%
}
.offset-lg-7 {
	margin-left:58.33333%
}
.offset-lg-8 {
	margin-left:66.66667%
}
.offset-lg-9 {
	margin-left:75%
}
.offset-lg-10 {
	margin-left:83.33333%
}
.offset-lg-11 {
	margin-left:91.66667%
}
}
 @media (min-width:1200px) {
.col-xl {
	flex-basis:0;
	flex-grow:1;
	max-width:100%
}
.col-xl-auto {
	flex:0 0 auto;
	width:auto
}
.col-xl-1 {
	flex:0 0 8.33333%;
	max-width:8.33333%
}
.col-xl-2 {
	flex:0 0 16.66667%;
	max-width:16.66667%
}
.col-xl-3 {
	flex:0 0 25%;
	max-width:25%
}
.col-xl-4 {
	flex:0 0 33.33333%;
	max-width:33.33333%
}
.col-xl-5 {
	flex:0 0 41.66667%;
	max-width:41.66667%
}
.col-xl-6 {
	flex:0 0 50%;
	max-width:50%
}
.col-xl-7 {
	flex:0 0 58.33333%;
	max-width:58.33333%
}
.col-xl-8 {
	flex:0 0 66.66667%;
	max-width:66.66667%
}
.col-xl-9 {
	flex:0 0 75%;
	max-width:75%
}
.col-xl-10 {
	flex:0 0 83.33333%;
	max-width:83.33333%
}
.col-xl-11 {
	flex:0 0 91.66667%;
	max-width:91.66667%
}
.col-xl-12 {
	flex:0 0 100%;
	max-width:100%
}
.pull-xl-0 {
	right:auto
}
.pull-xl-1 {
	right:8.33333%
}
.pull-xl-2 {
	right:16.66667%
}
.pull-xl-3 {
	right:25%
}
.pull-xl-4 {
	right:33.33333%
}
.pull-xl-5 {
	right:41.66667%
}
.pull-xl-6 {
	right:50%
}
.pull-xl-7 {
	right:58.33333%
}
.pull-xl-8 {
	right:66.66667%
}
.pull-xl-9 {
	right:75%
}
.pull-xl-10 {
	right:83.33333%
}
.pull-xl-11 {
	right:91.66667%
}
.pull-xl-12 {
	right:100%
}
.push-xl-0 {
	left:auto
}
.push-xl-1 {
	left:8.33333%
}
.push-xl-2 {
	left:16.66667%
}
.push-xl-3 {
	left:25%
}
.push-xl-4 {
	left:33.33333%
}
.push-xl-5 {
	left:41.66667%
}
.push-xl-6 {
	left:50%
}
.push-xl-7 {
	left:58.33333%
}
.push-xl-8 {
	left:66.66667%
}
.push-xl-9 {
	left:75%
}
.push-xl-10 {
	left:83.33333%
}
.push-xl-11 {
	left:91.66667%
}
.push-xl-12 {
	left:100%
}
.offset-xl-0 {
	margin-left:0
}
.offset-xl-1 {
	margin-left:8.33333%
}
.offset-xl-2 {
	margin-left:16.66667%
}
.offset-xl-3 {
	margin-left:25%
}
.offset-xl-4 {
	margin-left:33.33333%
}
.offset-xl-5 {
	margin-left:41.66667%
}
.offset-xl-6 {
	margin-left:50%
}
.offset-xl-7 {
	margin-left:58.33333%
}
.offset-xl-8 {
	margin-left:66.66667%
}
.offset-xl-9 {
	margin-left:75%
}
.offset-xl-10 {
	margin-left:83.33333%
}
.offset-xl-11 {
	margin-left:91.66667%
}
}
.table {
	width:100%;
	max-width:100%;
	margin-bottom:1rem
}
.table td, .table th {
 padding:.75rem;
	vertical-align:top;
	border-top:1px solid #eceeef
}
.table thead th {
	vertical-align:bottom;
	border-bottom:2px solid #eceeef
}
.table tbody+tbody {
	border-top:2px solid #eceeef
}
.table .table {
	background-color:#fff
}
.table-sm td, .table-sm th {
 padding:.3rem
}
.table-bordered, .table-bordered td, .table-bordered th {
	border:1px solid #fff
}
.table-bordered thead td, .table-bordered thead th {
	border-bottom-width:2px
}
.table-striped tbody tr:nth-of-type(odd) {
	background-color:rgba(0,0,0,.05)
}
.table-active, .table-active>td, .table-active>th, .table-hover .table-active:hover, .table-hover .table-active:hover>td, .table-hover .table-active:hover>th, .table-hover tbody tr:hover {
	background-color:#f2f2f2 !important;
}
.table-success, .table-success>td, .table-success>th {
	background:#f2f2f2
}
.table-hover .table-success:hover, .table-hover .table-success:hover>td, .table-hover .table-success:hover>th {
	background:#f2f2f2
}
.table-info, .table-info>td, .table-info>th {
	background:#f2f2f2
}
.table-hover .table-info:hover, .table-hover .table-info:hover>td, .table-hover .table-info:hover>th {
	background-color:#c4e3f3
}
.table-warning, .table-warning>td, .table-warning>th {
	background-color:#fcf8e3
}
.table-hover .table-warning:hover, .table-hover .table-warning:hover>td, .table-hover .table-warning:hover>th {
	background-color:#faf2cc
}
.table-danger, .table-danger>td, .table-danger>th {
	background-color:#f2dede
}
.table-hover .table-danger:hover, .table-hover .table-danger:hover>td, .table-hover .table-danger:hover>th {
	background-color:#ebcccc
}
.thead-inverse th {
	color:#fff;
	background-color:#292b2c
}
.thead-default th {
	color:#464a4c;
	background-color:#eceeef
}
.table-inverse {
	color:#fff;
	background-color:#292b2c
}
.table-inverse td, .table-inverse th, .table-inverse thead th {
	border-color:#fff
}
.table-inverse.table-bordered {
	border:0
}
.table-responsive {
	display:block;
	width:100%;
	overflow-x:auto;
	-ms-overflow-style:-ms-autohiding-scrollbar
}
.table-responsive.table-bordered {
	border:0
}
.form-control, .wpcf7 .wpcf7-validation-errors, .wpcf7 input[type=color], .wpcf7 input[type=date], .wpcf7 input[type=datetime-local], .wpcf7 input[type=datetime], .wpcf7 input[type=email], .wpcf7 input[type=file], .wpcf7 input[type=month], .wpcf7 input[type=number], .wpcf7 input[type=range], .wpcf7 input[type=search], .wpcf7 input[type=submit], .wpcf7 input[type=tel], .wpcf7 input[type=text], .wpcf7 input[type=time], .wpcf7 input[type=url], .wpcf7 input[type=week], .wpcf7 select, .wpcf7 textarea {
	display:block;
	width:100%;
 padding:.5rem .75rem;
	font-size:1rem;
	line-height:1.25;
	color:#464a4c;
	background-color:#fff;
	background-image:none;
	background-clip:padding-box;
	border:1px solid rgba(0,0,0,.15);
 border-radius:.25rem;
	transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out
}
 .form-control::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand, .wpcf7 input[type=color]::-ms-expand, .wpcf7 input[type=date]::-ms-expand, .wpcf7 input[type=datetime-local]::-ms-expand, .wpcf7 input[type=datetime]::-ms-expand, .wpcf7 input[type=email]::-ms-expand, .wpcf7 input[type=file]::-ms-expand, .wpcf7 input[type=month]::-ms-expand, .wpcf7 input[type=number]::-ms-expand, .wpcf7 input[type=range]::-ms-expand, .wpcf7 input[type=search]::-ms-expand, .wpcf7 input[type=submit]::-ms-expand, .wpcf7 input[type=tel]::-ms-expand, .wpcf7 input[type=text]::-ms-expand, .wpcf7 input[type=time]::-ms-expand, .wpcf7 input[type=url]::-ms-expand, .wpcf7 input[type=week]::-ms-expand, .wpcf7 select::-ms-expand, .wpcf7 textarea::-ms-expand {
 background-color:transparent;
 border:0
}
.form-control:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
	color:#464a4c;
	background-color:#fff;
	border-color:#ff9b7c;
	outline:none
}
 .form-control::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder, .wpcf7 input[type=color]::placeholder, .wpcf7 input[type=date]::placeholder, .wpcf7 input[type=datetime-local]::placeholder, .wpcf7 input[type=datetime]::placeholder, .wpcf7 input[type=email]::placeholder, .wpcf7 input[type=file]::placeholder, .wpcf7 input[type=month]::placeholder, .wpcf7 input[type=number]::placeholder, .wpcf7 input[type=range]::placeholder, .wpcf7 input[type=search]::placeholder, .wpcf7 input[type=submit]::placeholder, .wpcf7 input[type=tel]::placeholder, .wpcf7 input[type=text]::placeholder, .wpcf7 input[type=time]::placeholder, .wpcf7 input[type=url]::placeholder, .wpcf7 input[type=week]::placeholder, .wpcf7 select::placeholder, .wpcf7 textarea::placeholder {
 color:#636c72;
 opacity:1
}
.form-control:disabled, .form-control[readonly], .wpcf7 .wpcf7-validation-errors:disabled, .wpcf7 [readonly].wpcf7-validation-errors, .wpcf7 input[readonly][type=color], .wpcf7 input[readonly][type=date], .wpcf7 input[readonly][type=datetime-local], .wpcf7 input[readonly][type=datetime], .wpcf7 input[readonly][type=email], .wpcf7 input[readonly][type=file], .wpcf7 input[readonly][type=month], .wpcf7 input[readonly][type=number], .wpcf7 input[readonly][type=range], .wpcf7 input[readonly][type=search], .wpcf7 input[readonly][type=submit], .wpcf7 input[readonly][type=tel], .wpcf7 input[readonly][type=text], .wpcf7 input[readonly][type=time], .wpcf7 input[readonly][type=url], .wpcf7 input[readonly][type=week], .wpcf7 input[type=color]:disabled, .wpcf7 input[type=date]:disabled, .wpcf7 input[type=datetime-local]:disabled, .wpcf7 input[type=datetime]:disabled, .wpcf7 input[type=email]:disabled, .wpcf7 input[type=file]:disabled, .wpcf7 input[type=month]:disabled, .wpcf7 input[type=number]:disabled, .wpcf7 input[type=range]:disabled, .wpcf7 input[type=search]:disabled, .wpcf7 input[type=submit]:disabled, .wpcf7 input[type=tel]:disabled, .wpcf7 input[type=text]:disabled, .wpcf7 input[type=time]:disabled, .wpcf7 input[type=url]:disabled, .wpcf7 input[type=week]:disabled, .wpcf7 select:disabled, .wpcf7 select[readonly], .wpcf7 textarea:disabled, .wpcf7 textarea[readonly] {
	background-color:#eceeef;
	opacity:1
}
.form-control:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .wpcf7 input[type=color]:disabled, .wpcf7 input[type=date]:disabled, .wpcf7 input[type=datetime-local]:disabled, .wpcf7 input[type=datetime]:disabled, .wpcf7 input[type=email]:disabled, .wpcf7 input[type=file]:disabled, .wpcf7 input[type=month]:disabled, .wpcf7 input[type=number]:disabled, .wpcf7 input[type=range]:disabled, .wpcf7 input[type=search]:disabled, .wpcf7 input[type=submit]:disabled, .wpcf7 input[type=tel]:disabled, .wpcf7 input[type=text]:disabled, .wpcf7 input[type=time]:disabled, .wpcf7 input[type=url]:disabled, .wpcf7 input[type=week]:disabled, .wpcf7 select:disabled, .wpcf7 textarea:disabled {
	cursor:not-allowed
}
 .wpcf7 select:focus::-ms-value, select.form-control:focus::-ms-value {
 color:#464a4c;
 background-color:#fff
}
.form-control-file, .form-control-range {
	display:block
}
.col-form-label {
 padding-top:calc(.5rem - 1px * 2);
 padding-bottom:calc(.5rem - 1px * 2);
	margin-bottom:0
}
.col-form-label-lg {
 padding-top:calc(.75rem - 1px * 2);
 padding-bottom:calc(.75rem - 1px * 2);
	font-size:1.25rem
}
.col-form-label-sm {
 padding-top:calc(.25rem - 1px * 2);
 padding-bottom:calc(.25rem - 1px * 2);
 font-size:.875rem
}
.col-form-legend {
	font-size:1rem
}
.col-form-legend, .form-control-static {
 padding-top:.5rem;
 padding-bottom:.5rem;
	margin-bottom:0
}
.form-control-static {
	line-height:1.25;
	border:solid transparent;
	border-width:1px 0
}
.form-control-static.form-control-lg, .form-control-static.form-control-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, .wpcf7 .input-group-lg>.form-control-static.wpcf7-validation-errors, .wpcf7 .input-group-lg>.input-group-btn>input.form-control-static[type=submit], .wpcf7 .input-group-lg>input.form-control-static[type=color], .wpcf7 .input-group-lg>input.form-control-static[type=date], .wpcf7 .input-group-lg>input.form-control-static[type=datetime-local], .wpcf7 .input-group-lg>input.form-control-static[type=datetime], .wpcf7 .input-group-lg>input.form-control-static[type=email], .wpcf7 .input-group-lg>input.form-control-static[type=file], .wpcf7 .input-group-lg>input.form-control-static[type=month], .wpcf7 .input-group-lg>input.form-control-static[type=number], .wpcf7 .input-group-lg>input.form-control-static[type=range], .wpcf7 .input-group-lg>input.form-control-static[type=search], .wpcf7 .input-group-lg>input.form-control-static[type=submit], .wpcf7 .input-group-lg>input.form-control-static[type=tel], .wpcf7 .input-group-lg>input.form-control-static[type=text], .wpcf7 .input-group-lg>input.form-control-static[type=time], .wpcf7 .input-group-lg>input.form-control-static[type=url], .wpcf7 .input-group-lg>input.form-control-static[type=week], .wpcf7 .input-group-lg>select.form-control-static, .wpcf7 .input-group-lg>textarea.form-control-static, .wpcf7 .input-group-sm>.form-control-static.wpcf7-validation-errors, .wpcf7 .input-group-sm>.input-group-btn>input.form-control-static[type=submit], .wpcf7 .input-group-sm>input.form-control-static[type=color], .wpcf7 .input-group-sm>input.form-control-static[type=date], .wpcf7 .input-group-sm>input.form-control-static[type=datetime-local], .wpcf7 .input-group-sm>input.form-control-static[type=datetime], .wpcf7 .input-group-sm>input.form-control-static[type=email], .wpcf7 .input-group-sm>input.form-control-static[type=file], .wpcf7 .input-group-sm>input.form-control-static[type=month], .wpcf7 .input-group-sm>input.form-control-static[type=number], .wpcf7 .input-group-sm>input.form-control-static[type=range], .wpcf7 .input-group-sm>input.form-control-static[type=search], .wpcf7 .input-group-sm>input.form-control-static[type=submit], .wpcf7 .input-group-sm>input.form-control-static[type=tel], .wpcf7 .input-group-sm>input.form-control-static[type=text], .wpcf7 .input-group-sm>input.form-control-static[type=time], .wpcf7 .input-group-sm>input.form-control-static[type=url], .wpcf7 .input-group-sm>input.form-control-static[type=week], .wpcf7 .input-group-sm>select.form-control-static, .wpcf7 .input-group-sm>textarea.form-control-static {
	padding-right:0;
	padding-left:0
}
.form-control-sm, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .wpcf7 .input-group-sm>.input-group-btn>input[type=submit], .wpcf7 .input-group-sm>.wpcf7-validation-errors, .wpcf7 .input-group-sm>input[type=color], .wpcf7 .input-group-sm>input[type=date], .wpcf7 .input-group-sm>input[type=datetime-local], .wpcf7 .input-group-sm>input[type=datetime], .wpcf7 .input-group-sm>input[type=email], .wpcf7 .input-group-sm>input[type=file], .wpcf7 .input-group-sm>input[type=month], .wpcf7 .input-group-sm>input[type=number], .wpcf7 .input-group-sm>input[type=range], .wpcf7 .input-group-sm>input[type=search], .wpcf7 .input-group-sm>input[type=submit], .wpcf7 .input-group-sm>input[type=tel], .wpcf7 .input-group-sm>input[type=text], .wpcf7 .input-group-sm>input[type=time], .wpcf7 .input-group-sm>input[type=url], .wpcf7 .input-group-sm>input[type=week], .wpcf7 .input-group-sm>select, .wpcf7 .input-group-sm>textarea {
 padding:.25rem .5rem;
 font-size:.875rem;
 border-radius:.2rem
}
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]), .input-group-sm>select.form-control:not([size]):not([multiple]), .input-group-sm>select.input-group-addon:not([size]):not([multiple]), .wpcf7 .input-group-sm>select:not([size]):not([multiple]), select.form-control-sm:not([size]):not([multiple]) {
	height:1.8125rem
}
.form-control-lg, .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn, .wpcf7 .input-group-lg>.input-group-btn>input[type=submit], .wpcf7 .input-group-lg>.wpcf7-validation-errors, .wpcf7 .input-group-lg>input[type=color], .wpcf7 .input-group-lg>input[type=date], .wpcf7 .input-group-lg>input[type=datetime-local], .wpcf7 .input-group-lg>input[type=datetime], .wpcf7 .input-group-lg>input[type=email], .wpcf7 .input-group-lg>input[type=file], .wpcf7 .input-group-lg>input[type=month], .wpcf7 .input-group-lg>input[type=number], .wpcf7 .input-group-lg>input[type=range], .wpcf7 .input-group-lg>input[type=search], .wpcf7 .input-group-lg>input[type=submit], .wpcf7 .input-group-lg>input[type=tel], .wpcf7 .input-group-lg>input[type=text], .wpcf7 .input-group-lg>input[type=time], .wpcf7 .input-group-lg>input[type=url], .wpcf7 .input-group-lg>input[type=week], .wpcf7 .input-group-lg>select, .wpcf7 .input-group-lg>textarea {
 padding:.75rem 1.5rem;
	font-size:1.25rem;
 border-radius:.3rem
}
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]), .input-group-lg>select.form-control:not([size]):not([multiple]), .input-group-lg>select.input-group-addon:not([size]):not([multiple]), .wpcf7 .input-group-lg>select:not([size]):not([multiple]), select.form-control-lg:not([size]):not([multiple]) {
	height:3.16667rem
}
.form-group, .wpcf7 .wpcf7-form p {
	margin-bottom:1rem
}
.form-text {
	display:block;
 margin-top:.25rem
}
.form-check {
	position:relative;
	display:block;
 margin-bottom:.5rem
}
.form-check.disabled .form-check-label {
	color:#636c72;
	cursor:not-allowed
}
.form-check-label {
	padding-left:1.25rem;
	margin-bottom:0;
	cursor:pointer
}
.form-check-input {
	position:absolute;
 margin-top:.25rem;
	margin-left:-1.25rem
}
.form-check-input:only-child {
	position:static
}
.form-check-inline {
	display:inline-block
}
.form-check-inline .form-check-label {
	vertical-align:middle
}
.form-check-inline+.form-check-inline {
 margin-left:.75rem
}
.form-control-feedback {
 margin-top:.25rem
}
.form-control-danger, .form-control-success, .form-control-warning {
	padding-right:2.25rem;
	background-repeat:no-repeat;
 background-position:center right .5625rem;
	background-size:1.125rem 1.125rem
}
.has-success .col-form-label, .has-success .custom-control, .has-success .form-check-label, .has-success .form-control-feedback, .has-success .form-control-label {
	color:#5cb85c
}
.has-success .form-control, .has-success .wpcf7 .wpcf7-validation-errors, .has-success .wpcf7 input[type=color], .has-success .wpcf7 input[type=date], .has-success .wpcf7 input[type=datetime-local], .has-success .wpcf7 input[type=datetime], .has-success .wpcf7 input[type=email], .has-success .wpcf7 input[type=file], .has-success .wpcf7 input[type=month], .has-success .wpcf7 input[type=number], .has-success .wpcf7 input[type=range], .has-success .wpcf7 input[type=search], .has-success .wpcf7 input[type=submit], .has-success .wpcf7 input[type=tel], .has-success .wpcf7 input[type=text], .has-success .wpcf7 input[type=time], .has-success .wpcf7 input[type=url], .has-success .wpcf7 input[type=week], .has-success .wpcf7 select, .has-success .wpcf7 textarea, .wpcf7 .has-success .wpcf7-validation-errors, .wpcf7 .has-success input[type=color], .wpcf7 .has-success input[type=date], .wpcf7 .has-success input[type=datetime-local], .wpcf7 .has-success input[type=datetime], .wpcf7 .has-success input[type=email], .wpcf7 .has-success input[type=file], .wpcf7 .has-success input[type=month], .wpcf7 .has-success input[type=number], .wpcf7 .has-success input[type=range], .wpcf7 .has-success input[type=search], .wpcf7 .has-success input[type=submit], .wpcf7 .has-success input[type=tel], .wpcf7 .has-success input[type=text], .wpcf7 .has-success input[type=time], .wpcf7 .has-success input[type=url], .wpcf7 .has-success input[type=week], .wpcf7 .has-success select, .wpcf7 .has-success textarea {
	border-color:#5cb85c
}
.has-success .input-group-addon {
	color:#5cb85c;
	border-color:#5cb85c;
	background-color:#eaf6ea
}
.has-success .form-control-success {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
}
.has-warning .col-form-label, .has-warning .custom-control, .has-warning .form-check-label, .has-warning .form-control-feedback, .has-warning .form-control-label {
	color:#f0ad4e
}
.has-warning .form-control, .has-warning .wpcf7 .wpcf7-validation-errors, .has-warning .wpcf7 input[type=color], .has-warning .wpcf7 input[type=date], .has-warning .wpcf7 input[type=datetime-local], .has-warning .wpcf7 input[type=datetime], .has-warning .wpcf7 input[type=email], .has-warning .wpcf7 input[type=file], .has-warning .wpcf7 input[type=month], .has-warning .wpcf7 input[type=number], .has-warning .wpcf7 input[type=range], .has-warning .wpcf7 input[type=search], .has-warning .wpcf7 input[type=submit], .has-warning .wpcf7 input[type=tel], .has-warning .wpcf7 input[type=text], .has-warning .wpcf7 input[type=time], .has-warning .wpcf7 input[type=url], .has-warning .wpcf7 input[type=week], .has-warning .wpcf7 select, .has-warning .wpcf7 textarea, .wpcf7 .has-warning .wpcf7-validation-errors, .wpcf7 .has-warning input[type=color], .wpcf7 .has-warning input[type=date], .wpcf7 .has-warning input[type=datetime-local], .wpcf7 .has-warning input[type=datetime], .wpcf7 .has-warning input[type=email], .wpcf7 .has-warning input[type=file], .wpcf7 .has-warning input[type=month], .wpcf7 .has-warning input[type=number], .wpcf7 .has-warning input[type=range], .wpcf7 .has-warning input[type=search], .wpcf7 .has-warning input[type=submit], .wpcf7 .has-warning input[type=tel], .wpcf7 .has-warning input[type=text], .wpcf7 .has-warning input[type=time], .wpcf7 .has-warning input[type=url], .wpcf7 .has-warning input[type=week], .wpcf7 .has-warning select, .wpcf7 .has-warning textarea {
	border-color:#f0ad4e
}
.has-warning .input-group-addon {
	color:#f0ad4e;
	border-color:#f0ad4e;
	background-color:#fff
}
.has-warning .form-control-warning {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")
}
.has-danger .col-form-label, .has-danger .custom-control, .has-danger .form-check-label, .has-danger .form-control-feedback, .has-danger .form-control-label {
	color:#d9534f
}
.has-danger .form-control, .has-danger .wpcf7 .wpcf7-validation-errors, .has-danger .wpcf7 input[type=color], .has-danger .wpcf7 input[type=date], .has-danger .wpcf7 input[type=datetime-local], .has-danger .wpcf7 input[type=datetime], .has-danger .wpcf7 input[type=email], .has-danger .wpcf7 input[type=file], .has-danger .wpcf7 input[type=month], .has-danger .wpcf7 input[type=number], .has-danger .wpcf7 input[type=range], .has-danger .wpcf7 input[type=search], .has-danger .wpcf7 input[type=submit], .has-danger .wpcf7 input[type=tel], .has-danger .wpcf7 input[type=text], .has-danger .wpcf7 input[type=time], .has-danger .wpcf7 input[type=url], .has-danger .wpcf7 input[type=week], .has-danger .wpcf7 select, .has-danger .wpcf7 textarea, .wpcf7 .has-danger .wpcf7-validation-errors, .wpcf7 .has-danger input[type=color], .wpcf7 .has-danger input[type=date], .wpcf7 .has-danger input[type=datetime-local], .wpcf7 .has-danger input[type=datetime], .wpcf7 .has-danger input[type=email], .wpcf7 .has-danger input[type=file], .wpcf7 .has-danger input[type=month], .wpcf7 .has-danger input[type=number], .wpcf7 .has-danger input[type=range], .wpcf7 .has-danger input[type=search], .wpcf7 .has-danger input[type=submit], .wpcf7 .has-danger input[type=tel], .wpcf7 .has-danger input[type=text], .wpcf7 .has-danger input[type=time], .wpcf7 .has-danger input[type=url], .wpcf7 .has-danger input[type=week], .wpcf7 .has-danger select, .wpcf7 .has-danger textarea {
	border-color:#d9534f
}
.has-danger .input-group-addon {
	color:#d9534f;
	border-color:#d9534f;
	background-color:#fdf7f7
}
.has-danger .form-control-danger {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")
}
.form-inline {
	display:flex;
	flex-flow:row wrap;
	align-items:center
}
.form-inline .form-check {
	width:100%
}
 @media (min-width:576px) {
.form-inline label {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0
}
.form-inline .form-group, .form-inline .wpcf7 .wpcf7-form p, .wpcf7 .wpcf7-form .form-inline p {
	display:flex;
	flex:0 0 auto;
	flex-flow:row wrap;
	align-items:center;
	margin-bottom:0
}
.form-inline .form-control, .form-inline .wpcf7 .wpcf7-validation-errors, .form-inline .wpcf7 input[type=color], .form-inline .wpcf7 input[type=date], .form-inline .wpcf7 input[type=datetime-local], .form-inline .wpcf7 input[type=datetime], .form-inline .wpcf7 input[type=email], .form-inline .wpcf7 input[type=file], .form-inline .wpcf7 input[type=month], .form-inline .wpcf7 input[type=number], .form-inline .wpcf7 input[type=range], .form-inline .wpcf7 input[type=search], .form-inline .wpcf7 input[type=submit], .form-inline .wpcf7 input[type=tel], .form-inline .wpcf7 input[type=text], .form-inline .wpcf7 input[type=time], .form-inline .wpcf7 input[type=url], .form-inline .wpcf7 input[type=week], .form-inline .wpcf7 select, .form-inline .wpcf7 textarea, .wpcf7 .form-inline .wpcf7-validation-errors, .wpcf7 .form-inline input[type=color], .wpcf7 .form-inline input[type=date], .wpcf7 .form-inline input[type=datetime-local], .wpcf7 .form-inline input[type=datetime], .wpcf7 .form-inline input[type=email], .wpcf7 .form-inline input[type=file], .wpcf7 .form-inline input[type=month], .wpcf7 .form-inline input[type=number], .wpcf7 .form-inline input[type=range], .wpcf7 .form-inline input[type=search], .wpcf7 .form-inline input[type=submit], .wpcf7 .form-inline input[type=tel], .wpcf7 .form-inline input[type=text], .wpcf7 .form-inline input[type=time], .wpcf7 .form-inline input[type=url], .wpcf7 .form-inline input[type=week], .wpcf7 .form-inline select, .wpcf7 .form-inline textarea {
	display:inline-block;
	width:auto;
	vertical-align:middle
}
.form-inline .form-control-static {
	display:inline-block
}
.form-inline .input-group {
	width:auto
}
.form-inline .form-control-label {
	margin-bottom:0;
	vertical-align:middle
}
.form-inline .form-check {
	display:flex;
	align-items:center;
	justify-content:center;
	width:auto;
	margin-top:0;
	margin-bottom:0
}
.form-inline .form-check-label {
	padding-left:0
}
.form-inline .form-check-input {
	position:relative;
	margin-top:0;
 margin-right:.25rem;
	margin-left:0
}
.form-inline .custom-control {
	display:flex;
	align-items:center;
	justify-content:center;
	padding-left:0
}
.form-inline .custom-control-indicator {
	position:static;
	display:inline-block;
 margin-right:.25rem;
	vertical-align:text-bottom
}
.form-inline .has-feedback .form-control-feedback {
	top:0
}
}
.btn, .wpcf7 input[type=submit] {
	display:inline-block;
	font-weight:400;
	line-height:1.25;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	user-select:none;
	border:1px solid transparent;
 padding:.5rem 1rem;
	font-size:1rem;
 border-radius:.25rem;
	transition:all .2s ease-in-out
}
.btn:focus, .btn:hover, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:hover {
	text-decoration:none
}
.btn.focus, .btn:focus, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
	outline:0;
	box-shadow:0 0 0 2px rgba(251,60,0,.25)
}
.btn.disabled, .btn:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input[type=submit]:disabled {
	cursor:not-allowed;
	opacity:.65
}
.btn.active, .btn:active, .wpcf7 input.active[type=submit], .wpcf7 input[type=submit]:active {
	background-image:none
}
a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events:none
}
.btn-primary {
	color:#fff;
	background-color:#0062cc;
	border-color:#0062cc
}
.btn-primary:hover {
	color:#fff;
	background-color:#ffaa0f;
	border-color:#ffaa0f
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow:0 0 0 2px rgba(251,60,0,.5)
}
.btn-primary.disabled, .btn-primary:disabled {
	background-color:#0062cc;
	border-color:#0062cc
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
	color:#fff;
	background-color:#ffaa0f;
	background-image:none;
	border-color:#ffaa0f
}
.btn-secondary {
	color:#292b2c;
	background-color:#fff;
	border-color:#ccc
}
.btn-secondary:hover {
	color:#292b2c;
	background-color:#e6e6e6;
	border-color:#adadad
}
.btn-secondary.focus, .btn-secondary:focus {
	box-shadow:0 0 0 2px hsla(0,0%,80%,.5)
}
.btn-secondary.disabled, .btn-secondary:disabled {
	background-color:#fff;
	border-color:#ccc
}
.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
	color:#292b2c;
	background-color:#e6e6e6;
	background-image:none;
	border-color:#adadad
}
.btn-info {
	color:#fff;
	background-color:#5bc0de;
	border-color:#5bc0de
}
.btn-info:hover {
	color:#fff;
	background-color:#31b0d5;
	border-color:#2aabd2
}
.btn-info.focus, .btn-info:focus {
	box-shadow:0 0 0 2px rgba(91,192,222,.5)
}
.btn-info.disabled, .btn-info:disabled {
	background-color:#5bc0de;
	border-color:#5bc0de
}
.btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle {
	color:#fff;
	background-color:#31b0d5;
	background-image:none;
	border-color:#2aabd2
}
.btn-success {
	color:#fff;
	background-color:#5cb85c;
	border-color:#5cb85c
}
.btn-success:hover {
	color:#fff;
	background-color:#449d44;
	border-color:#419641
}
.btn-success.focus, .btn-success:focus {
	box-shadow:0 0 0 2px rgba(92,184,92,.5)
}
.btn-success.disabled, .btn-success:disabled {
	background-color:#5cb85c;
	border-color:#5cb85c
}
.btn-success.active, .btn-success:active, .show>.btn-success.dropdown-toggle {
	color:#fff;
	background-color:#449d44;
	background-image:none;
	border-color:#419641
}
.btn-warning {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#f0ad4e
}
.btn-warning:hover {
	color:#fff;
	background-color:#ec971f;
	border-color:#eb9316
}
.btn-warning.focus, .btn-warning:focus {
	box-shadow:0 0 0 2px rgba(240,173,78,.5)
}
.btn-warning.disabled, .btn-warning:disabled {
	background-color:#f0ad4e;
	border-color:#f0ad4e
}
.btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
	color:#fff;
	background-color:#ec971f;
	background-image:none;
	border-color:#eb9316
}
.btn-danger {
	color:#fff;
	background-color:#d9534f;
	border-color:#d9534f
}
.btn-danger:hover {
	color:#fff;
	background-color:#c9302c;
	border-color:#c12e2a
}
.btn-danger.focus, .btn-danger:focus {
	box-shadow:0 0 0 2px rgba(217,83,79,.5)
}
.btn-danger.disabled, .btn-danger:disabled {
	background-color:#d9534f;
	border-color:#d9534f
}
.btn-danger.active, .btn-danger:active, .show>.btn-danger.dropdown-toggle {
	color:#fff;
	background-color:#c9302c;
	background-image:none;
	border-color:#c12e2a
}
.btn-outline-primary, .wpcf7 input[type=submit] {
	color:#0062cc;
	background-image:none;
	background-color:transparent;
	border-color:#0062cc
}
.btn-outline-primary:hover, .wpcf7 input[type=submit]:hover {
	color:#fff;
	background-color:#0062cc;
	border-color:#0062cc
}
.btn-outline-primary.focus, .btn-outline-primary:focus, .wpcf7 input.focus[type=submit], .wpcf7 input[type=submit]:focus {
	box-shadow:0 0 0 2px rgba(251,60,0,.5)
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled, .wpcf7 input.disabled[type=submit], .wpcf7 input[type=submit]:disabled {
	color:#0062cc;
	background-color:transparent
}
.btn-outline-primary.active, .btn-outline-primary:active, .show>.btn-outline-primary.dropdown-toggle, .wpcf7 .show>input.dropdown-toggle[type=submit], .wpcf7 input.active[type=submit], .wpcf7 input[type=submit]:active {
	color:#fff;
	background-color:#0062cc;
	border-color:#0062cc
}
.btn-outline-secondary {
	color:#ccc;
	background-image:none;
	background-color:transparent;
	border-color:#ccc
}
.btn-outline-secondary:hover {
	color:#fff;
	background-color:#ccc;
	border-color:#ccc
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
	box-shadow:0 0 0 2px hsla(0,0%,80%,.5)
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
	color:#ccc;
	background-color:transparent
}
.btn-outline-secondary.active, .btn-outline-secondary:active, .show>.btn-outline-secondary.dropdown-toggle {
	color:#fff;
	background-color:#ccc;
	border-color:#ccc
}
.btn-outline-info {
	color:#5bc0de;
	background-image:none;
	background-color:transparent;
	border-color:#5bc0de
}
.btn-outline-info:hover {
	color:#fff;
	background-color:#5bc0de;
	border-color:#5bc0de
}
.btn-outline-info.focus, .btn-outline-info:focus {
	box-shadow:0 0 0 2px rgba(91,192,222,.5)
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
	color:#5bc0de;
	background-color:transparent
}
.btn-outline-info.active, .btn-outline-info:active, .show>.btn-outline-info.dropdown-toggle {
	color:#fff;
	background-color:#5bc0de;
	border-color:#5bc0de
}
.btn-outline-success {
	color:#5cb85c;
	background-image:none;
	background-color:transparent;
	border-color:#5cb85c
}
.btn-outline-success:hover {
	color:#fff;
	background-color:#5cb85c;
	border-color:#5cb85c
}
.btn-outline-success.focus, .btn-outline-success:focus {
	box-shadow:0 0 0 2px rgba(92,184,92,.5)
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
	color:#5cb85c;
	background-color:transparent
}
.btn-outline-success.active, .btn-outline-success:active, .show>.btn-outline-success.dropdown-toggle {
	color:#fff;
	background-color:#5cb85c;
	border-color:#5cb85c
}
.btn-outline-warning {
	color:#f0ad4e;
	background-image:none;
	background-color:transparent;
	border-color:#f0ad4e
}
.btn-outline-warning:hover {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#f0ad4e
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
	box-shadow:0 0 0 2px rgba(240,173,78,.5)
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
	color:#f0ad4e;
	background-color:transparent
}
.btn-outline-warning.active, .btn-outline-warning:active, .show>.btn-outline-warning.dropdown-toggle {
	color:#fff;
	background-color:#f0ad4e;
	border-color:#f0ad4e
}
.btn-outline-danger {
	color:#d9534f;
	background-image:none;
	background-color:transparent;
	border-color:#d9534f
}
.btn-outline-danger:hover {
	color:#fff;
	background-color:#d9534f;
	border-color:#d9534f
}
.btn-outline-danger.focus, .btn-outline-danger:focus {
	box-shadow:0 0 0 2px rgba(217,83,79,.5)
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
	color:#d9534f;
	background-color:transparent
}
.btn-outline-danger.active, .btn-outline-danger:active, .show>.btn-outline-danger.dropdown-toggle {
	color:#fff;
	background-color:#d9534f;
	border-color:#d9534f
}
.btn-link {
	font-weight:400;
	color:#0062cc;
	border-radius:0
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link:disabled {
	background-color:transparent
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color:transparent
}
.btn-link:focus, .btn-link:hover {
	color:#af2a00;
	text-decoration:underline;
	background-color:transparent
}
.btn-link:disabled {
	color:#636c72
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
	text-decoration:none
}
.btn-group-lg>.btn, .btn-lg, .wpcf7 .btn-group-lg>input[type=submit] {
 padding:.75rem 1.5rem;
	font-size:1.25rem;
 border-radius:.3rem
}
.btn-group-sm>.btn, .btn-sm, .wpcf7 .btn-group-sm>input[type=submit] {
 padding:.25rem .5rem;
 font-size:.875rem;
 border-radius:.2rem
}
.btn-block {
	display:block;
	width:100%
}
.btn-block+.btn-block {
 margin-top:.5rem
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width:100%
}
.fade {
	opacity:0;
	transition:opacity .15s linear
}
.fade.show {
	opacity:1
}
.collapse {
	display:none
}
.collapse.show {
	display:block
}
tr.collapse.show {
	display:table-row
}
tbody.collapse.show {
	display:table-row-group
}
.collapsing {
	height:0;
	overflow:hidden;
	transition:height .35s ease
}
.collapsing, .dropdown, .dropup {
	position:relative
}
.dropdown-toggle:after {
	display:inline-block;
	width:0;
	height:0;
	margin-left:.3em;
	vertical-align:middle;
	content:"";
	border-top:.3em solid;
	border-right:.3em solid transparent;
	border-left:.3em solid transparent
}
.dropdown-toggle:focus {
	outline:0
}
.dropup .dropdown-toggle:after {
	border-top:0;
	border-bottom:.3em solid
}
.dropdown-menu {
	position:absolute;
	top:100%;
	left:0;
	z-index:1000;
	display:none;
	float:left;
	min-width:10rem;
 padding:.5rem 0;
 margin:.125rem 0 0;
	font-size:1rem;
	color:#292b2c;
	text-align:left;
	list-style:none;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0,0,0,.15);
 border-radius:.25rem
}
.dropdown-divider {
	height:1px;
 margin:.5rem 0;
	overflow:hidden;
	background-color:#eceeef
}
.dropdown-item {
	display:block;
	width:100%;
	padding:3px 1.5rem;
	clear:both;
	font-weight:400;
	color:#292b2c;
	text-align:inherit;
	white-space:nowrap;
	background:none;
	border:0
}
.dropdown-item:focus, .dropdown-item:hover {
	color:#1d1e1f;
	text-decoration:none;
	background-color:#f7f7f9
}
.dropdown-item.active, .dropdown-item:active {
	color:#fff;
	text-decoration:none;
	background-color:#0062cc
}
.dropdown-item.disabled, .dropdown-item:disabled {
	color:#636c72;
	cursor:not-allowed;
	background-color:transparent
}
.show>.dropdown-menu {
	display:block
}
.show>a {
	outline:0
}
.dropdown-menu-right {
	right:0;
	left:auto
}
.dropdown-menu-left {
	right:auto;
	left:0
}
.dropdown-header {
	display:block;
 padding:.5rem 1.5rem;
	margin-bottom:0;
 font-size:.875rem;
	color:#636c72;
	white-space:nowrap
}
.dropdown-backdrop {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:990
}
.dropup .dropdown-menu {
	top:auto;
	bottom:100%;
 margin-bottom:.125rem
}
.btn-group, .btn-group-vertical {
	position:relative;
	display:inline-flex;
	vertical-align:middle
}
.btn-group-vertical>.btn, .btn-group>.btn, .wpcf7 .btn-group-vertical>input[type=submit], .wpcf7 .btn-group>input[type=submit] {
	position:relative;
	flex:0 1 auto
}
.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, .wpcf7 .btn-group-vertical>input.active[type=submit], .wpcf7 .btn-group-vertical>input[type=submit]:active, .wpcf7 .btn-group-vertical>input[type=submit]:focus, .wpcf7 .btn-group-vertical>input[type=submit]:hover, .wpcf7 .btn-group>input.active[type=submit], .wpcf7 .btn-group>input[type=submit]:active, .wpcf7 .btn-group>input[type=submit]:focus, .wpcf7 .btn-group>input[type=submit]:hover {
	z-index:2
}
.btn-group-vertical .btn+.btn, .btn-group-vertical .btn+.btn-group, .btn-group-vertical .btn-group+.btn, .btn-group-vertical .btn-group+.btn-group, .btn-group-vertical .wpcf7 .btn+input[type=submit], .btn-group-vertical .wpcf7 .btn-group+input[type=submit], .btn-group-vertical .wpcf7 input[type=submit]+.btn, .btn-group-vertical .wpcf7 input[type=submit]+.btn-group, .btn-group-vertical .wpcf7 input[type=submit]+input[type=submit], .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group, .btn-group .wpcf7 .btn+input[type=submit], .btn-group .wpcf7 .btn-group+input[type=submit], .btn-group .wpcf7 input[type=submit]+.btn, .btn-group .wpcf7 input[type=submit]+.btn-group, .btn-group .wpcf7 input[type=submit]+input[type=submit], .wpcf7 .btn-group-vertical .btn+input[type=submit], .wpcf7 .btn-group-vertical .btn-group+input[type=submit], .wpcf7 .btn-group-vertical input[type=submit]+.btn, .wpcf7 .btn-group-vertical input[type=submit]+.btn-group, .wpcf7 .btn-group-vertical input[type=submit]+input[type=submit], .wpcf7 .btn-group .btn+input[type=submit], .wpcf7 .btn-group .btn-group+input[type=submit], .wpcf7 .btn-group input[type=submit]+.btn, .wpcf7 .btn-group input[type=submit]+.btn-group, .wpcf7 .btn-group input[type=submit]+input[type=submit] {
	margin-left:-1px
}
.btn-toolbar {
	display:flex;
	justify-content:flex-start
}
.btn-toolbar .input-group {
	width:auto
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group>input[type=submit]:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius:0
}
.btn-group>.btn:first-child, .wpcf7 .btn-group>input[type=submit]:first-child {
	margin-left:0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle), .wpcf7 .btn-group>input[type=submit]: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), .wpcf7 .btn-group>input[type=submit]:last-child: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, .wpcf7 .btn-group>.btn-group:not(:first-child):not(:last-child)>input[type=submit] {
	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, .wpcf7 .btn-group>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child, .wpcf7 .btn-group>.btn-group:last-child:not(:first-child)>input[type=submit]: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+.dropdown-toggle-split, .wpcf7 input[type=submit]+.dropdown-toggle-split {
 padding-right:.75rem;
 padding-left:.75rem
}
.btn+.dropdown-toggle-split:after, .wpcf7 input[type=submit]+.dropdown-toggle-split:after {
	margin-left:0
}
.btn-group-sm>.btn+.dropdown-toggle-split, .btn-sm+.dropdown-toggle-split, .wpcf7 .btn-group-sm>input[type=submit]+.dropdown-toggle-split {
 padding-right:.375rem;
 padding-left:.375rem
}
.btn-group-lg>.btn+.dropdown-toggle-split, .btn-lg+.dropdown-toggle-split, .wpcf7 .btn-group-lg>input[type=submit]+.dropdown-toggle-split {
	padding-right:1.125rem;
	padding-left:1.125rem
}
.btn-group-vertical {
	display:inline-flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:center
}
.btn-group-vertical .btn, .btn-group-vertical .btn-group, .btn-group-vertical .wpcf7 input[type=submit], .wpcf7 .btn-group-vertical input[type=submit] {
	width:100%
}
.btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group, .wpcf7 .btn-group-vertical>.btn+input[type=submit], .wpcf7 .btn-group-vertical>.btn-group+input[type=submit], .wpcf7 .btn-group-vertical>input[type=submit]+.btn, .wpcf7 .btn-group-vertical>input[type=submit]+.btn-group, .wpcf7 .btn-group-vertical>input[type=submit]+input[type=submit] {
	margin-top:-1px;
	margin-left:0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child), .wpcf7 .btn-group-vertical>input[type=submit]:not(:first-child):not(:last-child) {
	border-radius:0
}
.btn-group-vertical>.btn:first-child:not(:last-child), .wpcf7 .btn-group-vertical>input[type=submit]:first-child:not(:last-child) {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.btn-group-vertical>.btn:last-child:not(:first-child), .wpcf7 .btn-group-vertical>input[type=submit]:last-child:not(:first-child) {
	border-top-right-radius:0;
	border-top-left-radius:0
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn, .wpcf7 .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>input[type=submit] {
	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, .wpcf7 .btn-group-vertical>.btn-group:first-child:not(:last-child)>input[type=submit]:last-child {
	border-bottom-right-radius:0;
	border-bottom-left-radius:0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child, .wpcf7 .btn-group-vertical>.btn-group:last-child:not(:first-child)>input[type=submit]:first-child {
	border-top-right-radius:0;
	border-top-left-radius:0
}
 .wpcf7 [data-toggle=buttons]>.btn-group>input[type=submit] input[type=checkbox], .wpcf7 [data-toggle=buttons]>.btn-group>input[type=submit] input[type=radio], .wpcf7 [data-toggle=buttons]>input[type=submit] input[type=checkbox], .wpcf7 [data-toggle=buttons]>input[type=submit] input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio], [data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio] {
 position:absolute;
 clip:rect(0,0,0,0);
 pointer-events:none
}
.input-group {
	position:relative;
	display:flex;
	width:100%
}
.input-group .form-control, .input-group .wpcf7 .wpcf7-validation-errors, .input-group .wpcf7 input[type=color], .input-group .wpcf7 input[type=date], .input-group .wpcf7 input[type=datetime-local], .input-group .wpcf7 input[type=datetime], .input-group .wpcf7 input[type=email], .input-group .wpcf7 input[type=file], .input-group .wpcf7 input[type=month], .input-group .wpcf7 input[type=number], .input-group .wpcf7 input[type=range], .input-group .wpcf7 input[type=search], .input-group .wpcf7 input[type=submit], .input-group .wpcf7 input[type=tel], .input-group .wpcf7 input[type=text], .input-group .wpcf7 input[type=time], .input-group .wpcf7 input[type=url], .input-group .wpcf7 input[type=week], .input-group .wpcf7 select, .input-group .wpcf7 textarea, .wpcf7 .input-group .wpcf7-validation-errors, .wpcf7 .input-group input[type=color], .wpcf7 .input-group input[type=date], .wpcf7 .input-group input[type=datetime-local], .wpcf7 .input-group input[type=datetime], .wpcf7 .input-group input[type=email], .wpcf7 .input-group input[type=file], .wpcf7 .input-group input[type=month], .wpcf7 .input-group input[type=number], .wpcf7 .input-group input[type=range], .wpcf7 .input-group input[type=search], .wpcf7 .input-group input[type=submit], .wpcf7 .input-group input[type=tel], .wpcf7 .input-group input[type=text], .wpcf7 .input-group input[type=time], .wpcf7 .input-group input[type=url], .wpcf7 .input-group input[type=week], .wpcf7 .input-group select, .wpcf7 .input-group textarea {
	position:relative;
	z-index:2;
	flex:1 1 auto;
	width:1%;
	margin-bottom:0
}
.input-group .form-control:active, .input-group .form-control:focus, .input-group .form-control:hover, .input-group .wpcf7 .wpcf7-validation-errors:active, .input-group .wpcf7 .wpcf7-validation-errors:focus, .input-group .wpcf7 .wpcf7-validation-errors:hover, .input-group .wpcf7 input[type=color]:active, .input-group .wpcf7 input[type=color]:focus, .input-group .wpcf7 input[type=color]:hover, .input-group .wpcf7 input[type=date]:active, .input-group .wpcf7 input[type=date]:focus, .input-group .wpcf7 input[type=date]:hover, .input-group .wpcf7 input[type=datetime-local]:active, .input-group .wpcf7 input[type=datetime-local]:focus, .input-group .wpcf7 input[type=datetime-local]:hover, .input-group .wpcf7 input[type=datetime]:active, .input-group .wpcf7 input[type=datetime]:focus, .input-group .wpcf7 input[type=datetime]:hover, .input-group .wpcf7 input[type=email]:active, .input-group .wpcf7 input[type=email]:focus, .input-group .wpcf7 input[type=email]:hover, .input-group .wpcf7 input[type=file]:active, .input-group .wpcf7 input[type=file]:focus, .input-group .wpcf7 input[type=file]:hover, .input-group .wpcf7 input[type=month]:active, .input-group .wpcf7 input[type=month]:focus, .input-group .wpcf7 input[type=month]:hover, .input-group .wpcf7 input[type=number]:active, .input-group .wpcf7 input[type=number]:focus, .input-group .wpcf7 input[type=number]:hover, .input-group .wpcf7 input[type=range]:active, .input-group .wpcf7 input[type=range]:focus, .input-group .wpcf7 input[type=range]:hover, .input-group .wpcf7 input[type=search]:active, .input-group .wpcf7 input[type=search]:focus, .input-group .wpcf7 input[type=search]:hover, .input-group .wpcf7 input[type=submit]:active, .input-group .wpcf7 input[type=submit]:focus, .input-group .wpcf7 input[type=submit]:hover, .input-group .wpcf7 input[type=tel]:active, .input-group .wpcf7 input[type=tel]:focus, .input-group .wpcf7 input[type=tel]:hover, .input-group .wpcf7 input[type=text]:active, .input-group .wpcf7 input[type=text]:focus, .input-group .wpcf7 input[type=text]:hover, .input-group .wpcf7 input[type=time]:active, .input-group .wpcf7 input[type=time]:focus, .input-group .wpcf7 input[type=time]:hover, .input-group .wpcf7 input[type=url]:active, .input-group .wpcf7 input[type=url]:focus, .input-group .wpcf7 input[type=url]:hover, .input-group .wpcf7 input[type=week]:active, .input-group .wpcf7 input[type=week]:focus, .input-group .wpcf7 input[type=week]:hover, .input-group .wpcf7 select:active, .input-group .wpcf7 select:focus, .input-group .wpcf7 select:hover, .input-group .wpcf7 textarea:active, .input-group .wpcf7 textarea:focus, .input-group .wpcf7 textarea:hover, .wpcf7 .input-group .wpcf7-validation-errors:active, .wpcf7 .input-group .wpcf7-validation-errors:focus, .wpcf7 .input-group .wpcf7-validation-errors:hover, .wpcf7 .input-group input[type=color]:active, .wpcf7 .input-group input[type=color]:focus, .wpcf7 .input-group input[type=color]:hover, .wpcf7 .input-group input[type=date]:active, .wpcf7 .input-group input[type=date]:focus, .wpcf7 .input-group input[type=date]:hover, .wpcf7 .input-group input[type=datetime-local]:active, .wpcf7 .input-group input[type=datetime-local]:focus, .wpcf7 .input-group input[type=datetime-local]:hover, .wpcf7 .input-group input[type=datetime]:active, .wpcf7 .input-group input[type=datetime]:focus, .wpcf7 .input-group input[type=datetime]:hover, .wpcf7 .input-group input[type=email]:active, .wpcf7 .input-group input[type=email]:focus, .wpcf7 .input-group input[type=email]:hover, .wpcf7 .input-group input[type=file]:active, .wpcf7 .input-group input[type=file]:focus, .wpcf7 .input-group input[type=file]:hover, .wpcf7 .input-group input[type=month]:active, .wpcf7 .input-group input[type=month]:focus, .wpcf7 .input-group input[type=month]:hover, .wpcf7 .input-group input[type=number]:active, .wpcf7 .input-group input[type=number]:focus, .wpcf7 .input-group input[type=number]:hover, .wpcf7 .input-group input[type=range]:active, .wpcf7 .input-group input[type=range]:focus, .wpcf7 .input-group input[type=range]:hover, .wpcf7 .input-group input[type=search]:active, .wpcf7 .input-group input[type=search]:focus, .wpcf7 .input-group input[type=search]:hover, .wpcf7 .input-group input[type=submit]:active, .wpcf7 .input-group input[type=submit]:focus, .wpcf7 .input-group input[type=submit]:hover, .wpcf7 .input-group input[type=tel]:active, .wpcf7 .input-group input[type=tel]:focus, .wpcf7 .input-group input[type=tel]:hover, .wpcf7 .input-group input[type=text]:active, .wpcf7 .input-group input[type=text]:focus, .wpcf7 .input-group input[type=text]:hover, .wpcf7 .input-group input[type=time]:active, .wpcf7 .input-group input[type=time]:focus, .wpcf7 .input-group input[type=time]:hover, .wpcf7 .input-group input[type=url]:active, .wpcf7 .input-group input[type=url]:focus, .wpcf7 .input-group input[type=url]:hover, .wpcf7 .input-group input[type=week]:active, .wpcf7 .input-group input[type=week]:focus, .wpcf7 .input-group input[type=week]:hover, .wpcf7 .input-group select:active, .wpcf7 .input-group select:focus, .wpcf7 .input-group select:hover, .wpcf7 .input-group textarea:active, .wpcf7 .input-group textarea:focus, .wpcf7 .input-group textarea:hover {
	z-index:3
}
.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .wpcf7 .wpcf7-validation-errors, .input-group .wpcf7 input[type=color], .input-group .wpcf7 input[type=date], .input-group .wpcf7 input[type=datetime-local], .input-group .wpcf7 input[type=datetime], .input-group .wpcf7 input[type=email], .input-group .wpcf7 input[type=file], .input-group .wpcf7 input[type=month], .input-group .wpcf7 input[type=number], .input-group .wpcf7 input[type=range], .input-group .wpcf7 input[type=search], .input-group .wpcf7 input[type=submit], .input-group .wpcf7 input[type=tel], .input-group .wpcf7 input[type=text], .input-group .wpcf7 input[type=time], .input-group .wpcf7 input[type=url], .input-group .wpcf7 input[type=week], .input-group .wpcf7 select, .input-group .wpcf7 textarea, .wpcf7 .input-group .wpcf7-validation-errors, .wpcf7 .input-group input[type=color], .wpcf7 .input-group input[type=date], .wpcf7 .input-group input[type=datetime-local], .wpcf7 .input-group input[type=datetime], .wpcf7 .input-group input[type=email], .wpcf7 .input-group input[type=file], .wpcf7 .input-group input[type=month], .wpcf7 .input-group input[type=number], .wpcf7 .input-group input[type=range], .wpcf7 .input-group input[type=search], .wpcf7 .input-group input[type=submit], .wpcf7 .input-group input[type=tel], .wpcf7 .input-group input[type=text], .wpcf7 .input-group input[type=time], .wpcf7 .input-group input[type=url], .wpcf7 .input-group input[type=week], .wpcf7 .input-group select, .wpcf7 .input-group textarea {
	display:flex;
	flex-direction:column;
	justify-content:center
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group .wpcf7 .wpcf7-validation-errors:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=color]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=date]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=datetime-local]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=datetime]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=email]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=file]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=month]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=number]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=range]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=search]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=submit]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=tel]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=text]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=time]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=url]:not(:first-child):not(:last-child), .input-group .wpcf7 input[type=week]:not(:first-child):not(:last-child), .input-group .wpcf7 select:not(:first-child):not(:last-child), .input-group .wpcf7 textarea:not(:first-child):not(:last-child), .wpcf7 .input-group .wpcf7-validation-errors:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=color]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=date]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=datetime-local]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=datetime]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=email]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=file]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=month]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=number]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=range]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=search]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=submit]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=tel]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=text]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=time]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=url]:not(:first-child):not(:last-child), .wpcf7 .input-group input[type=week]:not(:first-child):not(:last-child), .wpcf7 .input-group select:not(:first-child):not(:last-child), .wpcf7 .input-group textarea:not(:first-child):not(:last-child) {
	border-radius:0
}
.input-group-addon, .input-group-btn {
	white-space:nowrap;
	vertical-align:middle
}
.input-group-addon {
 padding:.5rem .75rem;
	margin-bottom:0;
	font-size:1rem;
	font-weight:400;
	line-height:1.25;
	color:#464a4c;
	text-align:center;
	background-color:#eceeef;
	border:1px solid rgba(0,0,0,.15);
 border-radius:.25rem
}
.input-group-addon.form-control-sm, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.input-group-addon.btn, .wpcf7 .input-group-sm>.input-group-addon.wpcf7-validation-errors, .wpcf7 .input-group-sm>.input-group-btn>input.input-group-addon[type=submit], .wpcf7 .input-group-sm>input.input-group-addon[type=color], .wpcf7 .input-group-sm>input.input-group-addon[type=date], .wpcf7 .input-group-sm>input.input-group-addon[type=datetime-local], .wpcf7 .input-group-sm>input.input-group-addon[type=datetime], .wpcf7 .input-group-sm>input.input-group-addon[type=email], .wpcf7 .input-group-sm>input.input-group-addon[type=file], .wpcf7 .input-group-sm>input.input-group-addon[type=month], .wpcf7 .input-group-sm>input.input-group-addon[type=number], .wpcf7 .input-group-sm>input.input-group-addon[type=range], .wpcf7 .input-group-sm>input.input-group-addon[type=search], .wpcf7 .input-group-sm>input.input-group-addon[type=submit], .wpcf7 .input-group-sm>input.input-group-addon[type=tel], .wpcf7 .input-group-sm>input.input-group-addon[type=text], .wpcf7 .input-group-sm>input.input-group-addon[type=time], .wpcf7 .input-group-sm>input.input-group-addon[type=url], .wpcf7 .input-group-sm>input.input-group-addon[type=week], .wpcf7 .input-group-sm>select.input-group-addon, .wpcf7 .input-group-sm>textarea.input-group-addon {
 padding:.25rem .5rem;
 font-size:.875rem;
 border-radius:.2rem
}
.input-group-addon.form-control-lg, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.input-group-addon.btn, .wpcf7 .input-group-lg>.input-group-addon.wpcf7-validation-errors, .wpcf7 .input-group-lg>.input-group-btn>input.input-group-addon[type=submit], .wpcf7 .input-group-lg>input.input-group-addon[type=color], .wpcf7 .input-group-lg>input.input-group-addon[type=date], .wpcf7 .input-group-lg>input.input-group-addon[type=datetime-local], .wpcf7 .input-group-lg>input.input-group-addon[type=datetime], .wpcf7 .input-group-lg>input.input-group-addon[type=email], .wpcf7 .input-group-lg>input.input-group-addon[type=file], .wpcf7 .input-group-lg>input.input-group-addon[type=month], .wpcf7 .input-group-lg>input.input-group-addon[type=number], .wpcf7 .input-group-lg>input.input-group-addon[type=range], .wpcf7 .input-group-lg>input.input-group-addon[type=search], .wpcf7 .input-group-lg>input.input-group-addon[type=submit], .wpcf7 .input-group-lg>input.input-group-addon[type=tel], .wpcf7 .input-group-lg>input.input-group-addon[type=text], .wpcf7 .input-group-lg>input.input-group-addon[type=time], .wpcf7 .input-group-lg>input.input-group-addon[type=url], .wpcf7 .input-group-lg>input.input-group-addon[type=week], .wpcf7 .input-group-lg>select.input-group-addon, .wpcf7 .input-group-lg>textarea.input-group-addon {
 padding:.75rem 1.5rem;
	font-size:1.25rem;
 border-radius:.3rem
}
.input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
	margin-top:0
}
.input-group-addon:not(:last-child), .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn, .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group>.btn, .input-group-btn:not(:last-child)>.dropdown-toggle, .input-group .form-control:not(:last-child), .input-group .wpcf7 .wpcf7-validation-errors:not(:last-child), .input-group .wpcf7 input[type=color]:not(:last-child), .input-group .wpcf7 input[type=date]:not(:last-child), .input-group .wpcf7 input[type=datetime-local]:not(:last-child), .input-group .wpcf7 input[type=datetime]:not(:last-child), .input-group .wpcf7 input[type=email]:not(:last-child), .input-group .wpcf7 input[type=file]:not(:last-child), .input-group .wpcf7 input[type=month]:not(:last-child), .input-group .wpcf7 input[type=number]:not(:last-child), .input-group .wpcf7 input[type=range]:not(:last-child), .input-group .wpcf7 input[type=search]:not(:last-child), .input-group .wpcf7 input[type=submit]:not(:last-child), .input-group .wpcf7 input[type=tel]:not(:last-child), .input-group .wpcf7 input[type=text]:not(:last-child), .input-group .wpcf7 input[type=time]:not(:last-child), .input-group .wpcf7 input[type=url]:not(:last-child), .input-group .wpcf7 input[type=week]:not(:last-child), .input-group .wpcf7 select:not(:last-child), .input-group .wpcf7 textarea:not(:last-child), .wpcf7 .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>input[type=submit], .wpcf7 .input-group-btn:not(:first-child)>input[type=submit]:not(:last-child):not(.dropdown-toggle), .wpcf7 .input-group-btn:not(:last-child)>.btn-group>input[type=submit], .wpcf7 .input-group-btn:not(:last-child)>input[type=submit], .wpcf7 .input-group .wpcf7-validation-errors:not(:last-child), .wpcf7 .input-group input[type=color]:not(:last-child), .wpcf7 .input-group input[type=date]:not(:last-child), .wpcf7 .input-group input[type=datetime-local]:not(:last-child), .wpcf7 .input-group input[type=datetime]:not(:last-child), .wpcf7 .input-group input[type=email]:not(:last-child), .wpcf7 .input-group input[type=file]:not(:last-child), .wpcf7 .input-group input[type=month]:not(:last-child), .wpcf7 .input-group input[type=number]:not(:last-child), .wpcf7 .input-group input[type=range]:not(:last-child), .wpcf7 .input-group input[type=search]:not(:last-child), .wpcf7 .input-group input[type=submit]:not(:last-child), .wpcf7 .input-group input[type=tel]:not(:last-child), .wpcf7 .input-group input[type=text]:not(:last-child), .wpcf7 .input-group input[type=time]:not(:last-child), .wpcf7 .input-group input[type=url]:not(:last-child), .wpcf7 .input-group input[type=week]:not(:last-child), .wpcf7 .input-group select:not(:last-child), .wpcf7 .input-group textarea:not(:last-child) {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.input-group-addon:not(:last-child) {
	border-right:0
}
.input-group-addon:not(:first-child), .input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group>.btn, .input-group-btn:not(:first-child)>.dropdown-toggle, .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn, .input-group-btn:not(:last-child)>.btn:not(:first-child), .input-group .form-control:not(:first-child), .input-group .wpcf7 .wpcf7-validation-errors:not(:first-child), .input-group .wpcf7 input[type=color]:not(:first-child), .input-group .wpcf7 input[type=date]:not(:first-child), .input-group .wpcf7 input[type=datetime-local]:not(:first-child), .input-group .wpcf7 input[type=datetime]:not(:first-child), .input-group .wpcf7 input[type=email]:not(:first-child), .input-group .wpcf7 input[type=file]:not(:first-child), .input-group .wpcf7 input[type=month]:not(:first-child), .input-group .wpcf7 input[type=number]:not(:first-child), .input-group .wpcf7 input[type=range]:not(:first-child), .input-group .wpcf7 input[type=search]:not(:first-child), .input-group .wpcf7 input[type=submit]:not(:first-child), .input-group .wpcf7 input[type=tel]:not(:first-child), .input-group .wpcf7 input[type=text]:not(:first-child), .input-group .wpcf7 input[type=time]:not(:first-child), .input-group .wpcf7 input[type=url]:not(:first-child), .input-group .wpcf7 input[type=week]:not(:first-child), .input-group .wpcf7 select:not(:first-child), .input-group .wpcf7 textarea:not(:first-child), .wpcf7 .input-group-btn:not(:first-child)>.btn-group>input[type=submit], .wpcf7 .input-group-btn:not(:first-child)>input[type=submit], .wpcf7 .input-group-btn:not(:last-child)>.btn-group:not(:first-child)>input[type=submit], .wpcf7 .input-group-btn:not(:last-child)>input[type=submit]:not(:first-child), .wpcf7 .input-group .wpcf7-validation-errors:not(:first-child), .wpcf7 .input-group input[type=color]:not(:first-child), .wpcf7 .input-group input[type=date]:not(:first-child), .wpcf7 .input-group input[type=datetime-local]:not(:first-child), .wpcf7 .input-group input[type=datetime]:not(:first-child), .wpcf7 .input-group input[type=email]:not(:first-child), .wpcf7 .input-group input[type=file]:not(:first-child), .wpcf7 .input-group input[type=month]:not(:first-child), .wpcf7 .input-group input[type=number]:not(:first-child), .wpcf7 .input-group input[type=range]:not(:first-child), .wpcf7 .input-group input[type=search]:not(:first-child), .wpcf7 .input-group input[type=submit]:not(:first-child), .wpcf7 .input-group input[type=tel]:not(:first-child), .wpcf7 .input-group input[type=text]:not(:first-child), .wpcf7 .input-group input[type=time]:not(:first-child), .wpcf7 .input-group input[type=url]:not(:first-child), .wpcf7 .input-group input[type=week]:not(:first-child), .wpcf7 .input-group select:not(:first-child), .wpcf7 .input-group textarea:not(:first-child) {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.form-control+.input-group-addon:not(:first-child), .wpcf7 .wpcf7-validation-errors+.input-group-addon:not(:first-child), .wpcf7 input[type=color]+.input-group-addon:not(:first-child), .wpcf7 input[type=date]+.input-group-addon:not(:first-child), .wpcf7 input[type=datetime-local]+.input-group-addon:not(:first-child), .wpcf7 input[type=datetime]+.input-group-addon:not(:first-child), .wpcf7 input[type=email]+.input-group-addon:not(:first-child), .wpcf7 input[type=file]+.input-group-addon:not(:first-child), .wpcf7 input[type=month]+.input-group-addon:not(:first-child), .wpcf7 input[type=number]+.input-group-addon:not(:first-child), .wpcf7 input[type=range]+.input-group-addon:not(:first-child), .wpcf7 input[type=search]+.input-group-addon:not(:first-child), .wpcf7 input[type=submit]+.input-group-addon:not(:first-child), .wpcf7 input[type=tel]+.input-group-addon:not(:first-child), .wpcf7 input[type=text]+.input-group-addon:not(:first-child), .wpcf7 input[type=time]+.input-group-addon:not(:first-child), .wpcf7 input[type=url]+.input-group-addon:not(:first-child), .wpcf7 input[type=week]+.input-group-addon:not(:first-child), .wpcf7 select+.input-group-addon:not(:first-child), .wpcf7 textarea+.input-group-addon:not(:first-child) {
	border-left:0
}
.input-group-btn {
	position:relative;
	font-size:0;
	white-space:nowrap
}
.input-group-btn>.btn, .wpcf7 .input-group-btn>input[type=submit] {
	position:relative;
	flex:1
}
.input-group-btn>.btn+.btn, .wpcf7 .input-group-btn>.btn+input[type=submit], .wpcf7 .input-group-btn>input[type=submit]+.btn, .wpcf7 .input-group-btn>input[type=submit]+input[type=submit] {
	margin-left:-1px
}
.input-group-btn>.btn:active, .input-group-btn>.btn:focus, .input-group-btn>.btn:hover, .wpcf7 .input-group-btn>input[type=submit]:active, .wpcf7 .input-group-btn>input[type=submit]:focus, .wpcf7 .input-group-btn>input[type=submit]:hover {
	z-index:3
}
.input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group, .wpcf7 .input-group-btn:not(:last-child)>input[type=submit] {
	margin-right:-1px
}
.input-group-btn:not(:first-child)>.btn, .input-group-btn:not(:first-child)>.btn-group, .wpcf7 .input-group-btn:not(:first-child)>input[type=submit] {
	z-index:2;
	margin-left:-1px
}
.input-group-btn:not(:first-child)>.btn-group:active, .input-group-btn:not(:first-child)>.btn-group:focus, .input-group-btn:not(:first-child)>.btn-group:hover, .input-group-btn:not(:first-child)>.btn:active, .input-group-btn:not(:first-child)>.btn:focus, .input-group-btn:not(:first-child)>.btn:hover, .wpcf7 .input-group-btn:not(:first-child)>input[type=submit]:active, .wpcf7 .input-group-btn:not(:first-child)>input[type=submit]:focus, .wpcf7 .input-group-btn:not(:first-child)>input[type=submit]:hover {
	z-index:3
}
.custom-control {
	position:relative;
	display:inline-flex;
	min-height:1.5rem;
	padding-left:1.5rem;
	margin-right:1rem;
	cursor:pointer
}
.custom-control-input {
	position:absolute;
	z-index:-1;
	opacity:0
}
 .custom-control-input:checked~.custom-control-indicator {
 color:#fff;
 background-color:#0062cc
}
 .custom-control-input:focus~.custom-control-indicator {
 box-shadow:0 0 0 1px #fff, 0 0 0 3px #0062cc
}
 .custom-control-input:active~.custom-control-indicator {
 color:#fff;
 background-color:#ffc2af
}
 .custom-control-input:disabled~.custom-control-indicator {
 cursor:not-allowed;
 background-color:#eceeef
}
 .custom-control-input:disabled~.custom-control-description {
 color:#636c72;
 cursor:not-allowed
}
.custom-control-indicator {
	position:absolute;
 top:.25rem;
	left:0;
	display:block;
	width:1rem;
	height:1rem;
	pointer-events:none;
	user-select:none;
	background-color:#ddd;
	background-repeat:no-repeat;
	background-position:50%;
	background-size:50% 50%
}
.custom-checkbox .custom-control-indicator {
 border-radius:.25rem
}
 .custom-checkbox .custom-control-input:checked~.custom-control-indicator {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}
 .custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
 background-color:#0062cc;
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}
.custom-radio .custom-control-indicator {
	border-radius:50%
}
 .custom-radio .custom-control-input:checked~.custom-control-indicator {
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.custom-controls-stacked {
	display:flex;
	flex-direction:column
}
.custom-controls-stacked .custom-control {
 margin-bottom:.25rem
}
.custom-controls-stacked .custom-control+.custom-control {
	margin-left:0
}
.custom-select {
	display:inline-block;
	max-width:100%;
	height:calc(2.44rem + 3px);
 padding:.375rem 1.75rem .375rem .75rem;
	line-height:1.25;
	color:#464a4c;
	vertical-align:middle;
 background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .40rem center;
	background-size:8px 10px;
	border:1px solid rgba(0,0,0,.15);
 border-radius:.25rem;
	-moz-appearance:none;
	-webkit-appearance:none
}
.custom-select:focus {
	border-color:#ff9b7c;
	outline:none
}
 .custom-select:focus::-ms-value {
 color:#464a4c;
 background-color:#fff
}
.custom-select:disabled {
	color:#636c72;
	cursor:not-allowed;
	background-color:#eceeef
}
 .custom-select::-ms-expand {
 opacity:0
}
.custom-select-sm {
 padding-top:.375rem;
 padding-bottom:.375rem;
	font-size:75%
}
.custom-file {
	position:relative;
	display:inline-block;
	max-width:100%;
	height:2.5rem;
	margin-bottom:0;
	cursor:pointer
}
.custom-file-input {
	min-width:14rem;
	max-width:100%;
	height:2.5rem;
	margin:0;
	filter:alpha(opacity=0);
	opacity:0
}
.custom-file-control {
	position:absolute;
	top:0;
	right:0;
	left:0;
	z-index:5;
	height:2.5rem;
 padding:.5rem 1rem;
	line-height:1.5;
	color:#464a4c;
	pointer-events:none;
	user-select:none;
	background-color:#fff;
	border:1px solid rgba(0,0,0,.15);
 border-radius:.25rem
}
.custom-file-control:lang(en):after {
	content:"Choose file..."
}
.custom-file-control:before {
	position:absolute;
	top:-1px;
	right:-1px;
	bottom:-1px;
	z-index:6;
	display:block;
	height:2.5rem;
 padding:.5rem 1rem;
	line-height:1.5;
	color:#464a4c;
	background-color:#eceeef;
	border:1px solid rgba(0,0,0,.15);
 border-radius:0 .25rem .25rem 0
}
.custom-file-control:lang(en):before {
	content:"Browse"
}
.nav {
	display:flex;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.nav-link {
	display:block;
	padding:.5em 1em
}
.nav-link:focus, .nav-link:hover {
	text-decoration:none
}
.nav-link.disabled {
	color:#636c72;
	cursor:not-allowed
}
.nav-tabs {
	border-bottom:1px solid #ddd
}
.nav-tabs .nav-item {
	margin-bottom:-1px
}
.nav-tabs .nav-link {
	border:1px solid transparent;
 border-top-right-radius:.25rem;
 border-top-left-radius:.25rem
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color:#eceeef #eceeef #ddd
}
.nav-tabs .nav-link.disabled {
	color:#636c72;
	background-color:transparent;
	border-color:transparent
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color:#464a4c;
	background-color:#fff;
	border-color:#ddd #ddd #fff
}
.nav-tabs .dropdown-menu {
	margin-top:-1px;
	border-top-right-radius:0;
	border-top-left-radius:0
}
.nav-pills .nav-link {
 border-radius:.25rem
}
.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active {
	color:#fff;
	cursor:default;
	background-color:#0062cc
}
.nav-fill .nav-item {
	flex:1 1 auto;
	text-align:center
}
.nav-justified .nav-item {
	flex:1 1 100%;
	text-align:center
}
.tab-content>.tab-pane {
	display:none
}
.tab-content>.active {
	display:block
}
.navbar {
	position:relative;
	display:flex;
	flex-direction:column;
 padding:.5rem 1rem
}
.navbar-brand {
	display:inline-block;
 padding-top:.25rem;
 padding-bottom:.25rem;
	margin-right:1rem;
	font-size:1.25rem;
	line-height:inherit;
	white-space:nowrap
}
.navbar-brand:focus, .navbar-brand:hover {
	text-decoration:none
}
.navbar-nav {
	display:flex;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.navbar-nav .nav-link {
	padding-right:0;
	padding-left:0
}
.navbar-text {
	display:inline-block;
 padding-top:.425rem;
 padding-bottom:.425rem
}
.navbar-toggler {
	align-self:flex-start;
 padding:.25rem .75rem;
	font-size:1.25rem;
	line-height:1;
	background:transparent;
	border:1px solid transparent;
 border-radius:.25rem
}
.navbar-toggler:focus, .navbar-toggler:hover {
	text-decoration:none
}
.navbar-toggler-icon {
	display:inline-block;
	width:1.5em;
	height:1.5em;
	vertical-align:middle;
	content:"";
	background:no-repeat 50%;
	background-size:100% 100%
}
.navbar-toggler-left {
	position:absolute;
	left:1rem
}
.navbar-toggler-right {
	position:absolute;
	right:1rem
}
 @media (max-width:575px) {
.navbar-toggleable .navbar-nav .dropdown-menu {
	position:static;
	float:none
}
.navbar-toggleable>.container {
	padding-right:0;
	padding-left:0
}
}
 @media (min-width:576px) {
.navbar-toggleable {
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable .navbar-nav {
	flex-direction:row
}
.navbar-toggleable .navbar-nav .nav-link {
 padding-right:.5rem;
 padding-left:.5rem
}
.navbar-toggleable>.container {
	display:flex;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable .navbar-collapse {
	display:flex!important;
	width:100%
}
.navbar-toggleable .navbar-toggler {
	display:none
}
}
 @media (max-width:767px) {
.navbar-toggleable-sm .navbar-nav .dropdown-menu {
	position:static;
	float:none
}
.navbar-toggleable-sm>.container {
	padding-right:0;
	padding-left:0
}
}
 @media (min-width:768px) {
.navbar-toggleable-sm {
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable-sm .navbar-nav {
	flex-direction:row
}
.navbar-toggleable-sm .navbar-nav .nav-link {
 padding-right:.5rem;
 padding-left:.5rem
}
.navbar-toggleable-sm>.container {
	display:flex;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable-sm .navbar-collapse {
	display:flex!important;
	width:100%
}
.navbar-toggleable-sm .navbar-toggler {
	display:none
}
}
 @media (max-width:991px) {
.navbar-toggleable-md .navbar-nav .dropdown-menu {
	position:static;
	float:none
}
.navbar-toggleable-md>.container {
	padding-right:0;
	padding-left:0
}
}
 @media (min-width:992px) {
.navbar-toggleable-md {
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable-md .navbar-nav {
	flex-direction:row
}
.navbar-toggleable-md .navbar-nav .nav-link {
 padding-right:.5rem;
 padding-left:.5rem
}
.navbar-toggleable-md>.container {
	display:flex;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable-md .navbar-collapse {
	display:flex!important;
	width:100%
}
.navbar-toggleable-md .navbar-toggler {
	display:none
}
}
 @media (max-width:1199px) {
.navbar-toggleable-lg .navbar-nav .dropdown-menu {
	position:static;
	float:none
}
.navbar-toggleable-lg>.container {
	padding-right:0;
	padding-left:0
}
}
 @media (min-width:1200px) {
.navbar-toggleable-lg {
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable-lg .navbar-nav {
	flex-direction:row
}
.navbar-toggleable-lg .navbar-nav .nav-link {
 padding-right:.5rem;
 padding-left:.5rem
}
.navbar-toggleable-lg>.container {
	display:flex;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable-lg .navbar-collapse {
	display:flex!important;
	width:100%
}
.navbar-toggleable-lg .navbar-toggler {
	display:none
}
}
.navbar-toggleable-xl {
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
	position:static;
	float:none
}
.navbar-toggleable-xl>.container {
	padding-right:0;
	padding-left:0
}
.navbar-toggleable-xl .navbar-nav {
	flex-direction:row
}
.navbar-toggleable-xl .navbar-nav .nav-link {
 padding-right:.5rem;
 padding-left:.5rem
}
.navbar-toggleable-xl>.container {
	display:flex;
	flex-wrap:nowrap;
	align-items:center
}
.navbar-toggleable-xl .navbar-collapse {
	display:flex!important;
	width:100%
}
.navbar-toggleable-xl .navbar-toggler {
	display:none
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover, .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
	color:rgba(0,0,0,.9)
}
.navbar-light .navbar-nav .nav-link {
	color:rgba(0,0,0,.5)
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color:rgba(0,0,0,.7)
}
.navbar-light .navbar-nav .nav-link.disabled {
	color:rgba(0,0,0,.3)
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.open, .navbar-light .navbar-nav .open>.nav-link {
	color:rgba(0,0,0,.9)
}
.navbar-light .navbar-toggler {
	border-color:rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}
.navbar-light .navbar-text {
	color:rgba(0,0,0,.5)
}
.navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-toggler, .navbar-inverse .navbar-toggler:focus, .navbar-inverse .navbar-toggler:hover {
	color:#fff
}
.navbar-inverse .navbar-nav .nav-link {
	color:hsla(0,0%,100%,.5)
}
.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
	color:hsla(0,0%,100%,.75)
}
.navbar-inverse .navbar-nav .nav-link.disabled {
	color:hsla(0,0%,100%,.25)
}
.navbar-inverse .navbar-nav .active>.nav-link, .navbar-inverse .navbar-nav .nav-link.active, .navbar-inverse .navbar-nav .nav-link.open, .navbar-inverse .navbar-nav .open>.nav-link {
	color:#fff
}
.navbar-inverse .navbar-toggler {
	border-color:hsla(0,0%,100%,.1)
}
.navbar-inverse .navbar-toggler-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}
.navbar-inverse .navbar-text {
	color:hsla(0,0%,100%,.5)
}
#loadingGIF {
	text-align: center;
	height: 76px;
	padding: 15px;
	position: fixed;
	top: 20%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: auto;
	z-index: 99999;
	display: none;
	transition: all 0.42s ease 0s;
}
#loadingGIF p {
	font-size: 14px !important;
	font-weight: 100 !important;
	margin-top: 9px;
}
#loadingGIF img.log_load {
	width: 168px;
	margin: -40px auto 0;
}
#loadingGIF img {
	width: 300px;
	display: block;
	margin: 0 auto;
}
#loadingGIF p strong {
	font-weight: 100;
	color: #000;
}
#myOverlay {
	background: #fff;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
	left: 0;
}
.card {
	position:relative;
	display:flex;
	flex-direction:column;
	background-color:#fff;
	border:1px solid rgba(0,0,0,.125);
 border-radius:.25rem
}
.card-block {
	flex:1 1 auto;
	padding:1.25rem
}
.card-title {
 margin-bottom:.75rem
}
.card-subtitle {
 margin-top:-.375rem
}
.card-subtitle, .card-text:last-child {
	margin-bottom:0
}
.card-link:hover {
	text-decoration:none
}
.card-link+.card-link {
	margin-left:1.25rem
}
.card>.list-group:first-child .list-group-item:first-child {
 border-top-right-radius:.25rem;
 border-top-left-radius:.25rem
}
.card>.list-group:last-child .list-group-item:last-child {
 border-bottom-right-radius:.25rem;
 border-bottom-left-radius:.25rem
}
.card-header {
 padding:.75rem 1.25rem;
	margin-bottom:0;
	background-color:#f7f7f9;
	border-bottom:1px solid rgba(0,0,0,.125)
}
.card-header:first-child {
 border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}
.card-footer {
 padding:.75rem 1.25rem;
	background-color:#f7f7f9;
	border-top:1px solid rgba(0,0,0,.125)
}
.card-footer:last-child {
 border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}
.card-header-tabs {
 margin-bottom:-.75rem;
	border-bottom:0
}
.card-header-pills, .card-header-tabs {
 margin-right:-.625rem;
 margin-left:-.625rem
}
.card-primary {
	background-color:#0062cc;
	border-color:#0062cc
}
.card-primary .card-footer, .card-primary .card-header {
	background-color:transparent
}
.card-success {
	background-color:#5cb85c;
	border-color:#5cb85c
}
.card-success .card-footer, .card-success .card-header {
	background-color:transparent
}
.card-info {
	background-color:#5bc0de;
	border-color:#5bc0de
}
.card-info .card-footer, .card-info .card-header {
	background-color:transparent
}
.card-warning {
	background-color:#f0ad4e;
	border-color:#f0ad4e
}
.card-warning .card-footer, .card-warning .card-header {
	background-color:transparent
}
.card-danger {
	background-color:#d9534f;
	border-color:#d9534f
}
.card-danger .card-footer, .card-danger .card-header, .card-outline-primary {
	background-color:transparent
}
.card-outline-primary {
	border-color:#0062cc
}
.card-outline-secondary {
	background-color:transparent;
	border-color:#ccc
}
.card-outline-info {
	background-color:transparent;
	border-color:#5bc0de
}
.card-outline-success {
	background-color:transparent;
	border-color:#5cb85c
}
.card-outline-warning {
	background-color:transparent;
	border-color:#f0ad4e
}
.card-outline-danger {
	background-color:transparent;
	border-color:#d9534f
}
.card-inverse {
	color:hsla(0,0%,100%,.65)
}
.card-inverse .card-footer, .card-inverse .card-header {
	background-color:transparent;
	border-color:hsla(0,0%,100%,.2)
}
.card-inverse .card-blockquote, .card-inverse .card-footer, .card-inverse .card-header, .card-inverse .card-title {
	color:#fff
}
.card-inverse .card-blockquote .blockquote-footer, .card-inverse .card-link, .card-inverse .card-subtitle, .card-inverse .card-text {
	color:hsla(0,0%,100%,.65)
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
	color:#fff
}
.card-blockquote {
	padding:0;
	margin-bottom:0;
	border-left:0
}
.card-img {
 border-radius:calc(.25rem - 1px)
}
.card-img-overlay {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	padding:1.25rem
}
.card-img-top {
 border-top-right-radius:calc(.25rem - 1px);
 border-top-left-radius:calc(.25rem - 1px)
}
.card-img-bottom {
 border-bottom-right-radius:calc(.25rem - 1px);
 border-bottom-left-radius:calc(.25rem - 1px)
}
 @media (min-width:576px) {
.card-deck {
	display:flex;
	flex-flow:row wrap
}
.card-deck .card {
	display:flex;
	flex:1 0 0;
	flex-direction:column
}
.card-deck .card:not(:first-child) {
	margin-left:15px
}
.card-deck .card:not(:last-child) {
	margin-right:15px
}
}
 @media (min-width:576px) {
.card-group {
	display:flex;
	flex-flow:row wrap
}
.card-group .card {
	flex:1 0 0
}
.card-group .card+.card {
	margin-left:0;
	border-left:0
}
.card-group .card:first-child {
	border-bottom-right-radius:0;
	border-top-right-radius:0
}
.card-group .card:first-child .card-img-top {
	border-top-right-radius:0
}
.card-group .card:first-child .card-img-bottom {
	border-bottom-right-radius:0
}
.card-group .card:last-child {
	border-bottom-left-radius:0;
	border-top-left-radius:0
}
.card-group .card:last-child .card-img-top {
	border-top-left-radius:0
}
.card-group .card:last-child .card-img-bottom {
	border-bottom-left-radius:0
}
.card-group .card:not(:first-child):not(:last-child), .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group .card:not(:first-child):not(:last-child) .card-img-top {
	border-radius:0
}
}
 @media (min-width:576px) {
.card-columns {
	column-count:3;
	column-gap:1.25rem
}
.card-columns .card {
	display:inline-block;
	width:100%;
 margin-bottom:.75rem
}
}
.breadcrumb {
 padding:.75rem 1rem;
	margin-bottom:1rem;
	list-style:none;
	background-color:#eceeef;
 border-radius:.25rem
}
.breadcrumb:after {
	display:block;
	content:"";
	clear:both
}
.breadcrumb-item {
	float:left
}
.breadcrumb-item+.breadcrumb-item:before {
	display:inline-block;
 padding-right:.5rem;
 padding-left:.5rem;
	color:#636c72;
	content:"/"
}
.breadcrumb-item+.breadcrumb-item:hover:before {
	text-decoration:underline;
	text-decoration:none
}
.breadcrumb-item.active {
	color:#636c72
}
.pagination {
	display:flex;
	padding-left:0;
	list-style:none;
 border-radius:.25rem
}
.page-item:first-child .page-link {
	margin-left:0;
 border-bottom-left-radius:.25rem;
 border-top-left-radius:.25rem
}
.page-item:last-child .page-link {
 border-bottom-right-radius:.25rem;
 border-top-right-radius:.25rem
}
.page-item.active .page-link {
	z-index:2;
	color:#fff;
	background-color:#0062cc;
	border-color:#0062cc
}
.page-item.disabled .page-link {
	color:#636c72;
	pointer-events:none;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}
.page-link {
	position:relative;
	display:block;
 padding:.5rem .75rem;
	margin-left:-1px;
	line-height:1.25;
	color:#0062cc;
	background-color:#fff;
	border:1px solid #ddd
}
.page-link:focus, .page-link:hover {
	color:#af2a00;
	text-decoration:none;
	background-color:#eceeef;
	border-color:#ddd
}
.pagination-lg .page-link {
 padding:.75rem 1.5rem;
	font-size:1.25rem
}
.pagination-lg .page-item:first-child .page-link {
 border-bottom-left-radius:.3rem;
 border-top-left-radius:.3rem
}
.pagination-lg .page-item:last-child .page-link {
 border-bottom-right-radius:.3rem;
 border-top-right-radius:.3rem
}
.pagination-sm .page-link {
 padding:.25rem .5rem;
 font-size:.875rem
}
.pagination-sm .page-item:first-child .page-link {
 border-bottom-left-radius:.2rem;
 border-top-left-radius:.2rem
}
.pagination-sm .page-item:last-child .page-link {
 border-bottom-right-radius:.2rem;
 border-top-right-radius:.2rem
}
.badge {
	display:inline-block;
	padding:.25em .4em;
	font-size:75%;
	font-weight:700;
	line-height:1;
	color:#fff;
	text-align:center;
	white-space:nowrap;
	vertical-align:baseline;
 border-radius:.25rem
}
.badge:empty {
	display:none
}
.btn .badge, .wpcf7 input[type=submit] .badge {
	position:relative;
	top:-1px
}
a.badge:focus, a.badge:hover {
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.badge-pill {
	padding-right:.6em;
	padding-left:.6em;
	border-radius:10rem
}
.badge-default {
	background-color:#636c72
}
.badge-default[href]:focus, .badge-default[href]:hover {
	background-color:#4b5257
}
.badge-primary {
	background-color:#0062cc
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
	background-color:#c83000
}
.badge-success {
	background-color:#5cb85c
}
.badge-success[href]:focus, .badge-success[href]:hover {
	background-color:#449d44
}
.badge-info {
	background-color:#5bc0de
}
.badge-info[href]:focus, .badge-info[href]:hover {
	background-color:#31b0d5
}
.badge-warning {
	background-color:#f0ad4e
}
.badge-warning[href]:focus, .badge-warning[href]:hover {
	background-color:#ec971f
}
.badge-danger {
	background-color:#d9534f
}
.badge-danger[href]:focus, .badge-danger[href]:hover {
	background-color:#c9302c
}
.jumbotron {
	padding:2rem 1rem;
	margin-bottom:2rem;
	background-color:#eceeef;
 border-radius:.3rem
}
 @media (min-width:576px) {
.jumbotron {
	padding:4rem 2rem
}
}
.jumbotron-hr {
	border-top-color:#d0d5d8
}
.jumbotron-fluid {
	padding-right:0;
	padding-left:0;
	border-radius:0
}
.alert {
 padding:.75rem 1.25rem;
	margin-bottom:1rem;
	border:1px solid transparent;
 border-radius:.25rem
}
.alert-heading {
	color:inherit
}
.alert-link {
	font-weight:700
}
.alert-dismissible .close {
	position:relative;
 top:-.75rem;
	right:-1.25rem;
 padding:.75rem 1.25rem;
	color:inherit
}
.alert-success {
	background-color:#dff0d8;
	border-color:#d0e9c6;
	color:#3c763d
}
.alert-success hr {
	border-top-color:#c1e2b3
}
.alert-success .alert-link {
	color:#2b542c
}
.alert-info {
	background-color:#d9edf7;
	border-color:#bcdff1;
	color:#31708f
}
.alert-info hr {
	border-top-color:#a6d5ec
}
.alert-info .alert-link {
	color:#245269
}
.alert-warning {
	background-color:#fcf8e3;
	border-color:#faf2cc;
	color:#8a6d3b
}
.alert-warning hr {
	border-top-color:#f7ecb5
}
.alert-warning .alert-link {
	color:#66512c
}
.alert-danger {
	background-color:#f2dede;
	border-color:#ebcccc;
	color:#a94442
}
.alert-danger hr {
	border-top-color:#e4b9b9
}
.alert-danger .alert-link {
	color:#843534
}
 @keyframes a {
 0% {
 background-position:1rem 0
}
to {
	background-position:0 0
}
}
.progress {
	display:flex;
	overflow:hidden;
    font-size:.75rem;
	line-height:5px;
	text-align:center;
	background-color:#eceeef;
    border-radius:.25rem;
    width: 58px !important;
}
.progress-bar {
	height:1rem;
	color:#fff;
	background-color:#0062cc
}
.progress-bar-striped {
	background-image:linear-gradient(45deg, hsla(0,0%,100%,.15) 25%, transparent 0, transparent 50%, hsla(0,0%,100%,.15) 0, hsla(0,0%,100%,.15) 75%, transparent 0, transparent);
	background-size:1rem 1rem
}
.progress-bar-animated {
	animation:a 1s linear infinite
}
.media {
	display:flex;
	align-items:flex-start
}
.media-body {
	flex:1
}
.list-group {
	display:flex;
	flex-direction:column;
	padding-left:0;
	margin-bottom:0
}
.list-group-item-action {
	width:100%;
	color:#464a4c;
	text-align:inherit
}
.list-group-item-action .list-group-item-heading {
	color:#292b2c
}
.list-group-item-action:focus, .list-group-item-action:hover {
	color:#464a4c;
	text-decoration:none;
	background-color:#f7f7f9
}
.list-group-item-action:active {
	color:#292b2c;
	background-color:#eceeef
}
.list-group-item {
	position:relative;
	display:flex;
	flex-flow:row wrap;
	align-items:center;
 padding:.75rem 1.25rem;
	margin-bottom:-1px;
	background-color:#fff;
	border:1px solid rgba(0,0,0,.125)
}
.list-group-item:first-child {
 border-top-right-radius:.25rem;
 border-top-left-radius:.25rem
}
.list-group-item:last-child {
	margin-bottom:0;
 border-bottom-right-radius:.25rem;
 border-bottom-left-radius:.25rem
}
.list-group-item:focus, .list-group-item:hover {
	text-decoration:none
}
.list-group-item.disabled, .list-group-item:disabled {
	color:#636c72;
	cursor:not-allowed;
	background-color:#fff
}
.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
	color:inherit
}
.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
	color:#636c72
}
.list-group-item.active {
	z-index:2;
	color:#fff;
	background-color:#0062cc;
	border-color:#0062cc
}
.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 {
	color:inherit
}
.list-group-item.active .list-group-item-text {
	color:#fffcfb
}
.list-group-flush .list-group-item {
	border-right:0;
	border-left:0;
	border-radius:0
}
.list-group-flush:first-child .list-group-item:first-child {
	border-top:0
}
.list-group-flush:last-child .list-group-item:last-child {
	border-bottom:0
}
.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, button.list-group-item-success.active {
	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, button.list-group-item-info.active {
	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, button.list-group-item-warning.active {
	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, button.list-group-item-danger.active {
	color:#fff;
	background-color:#a94442;
	border-color:#a94442
}
.embed-responsive {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	overflow:hidden
}
.embed-responsive:before {
	display:block;
	content:""
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	border:0
}
.embed-responsive-21by9:before {
	padding-top:42.85714%
}
.embed-responsive-16by9:before {
	padding-top:56.25%
}
.embed-responsive-4by3:before {
	padding-top:75%
}
.embed-responsive-1by1:before {
	padding-top:100%
}
.close {
	float:right;
	font-size:1.5rem;
	font-weight:700;
	line-height:1;
	color:#000;
	text-shadow:0 1px 0 #fff;
	opacity:.5
}
.close:focus, .close:hover {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:.75
}
button.close {
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none
}
.modal, .modal-open {
	overflow:hidden
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1050;
	display:none;
	outline:0
}
.modal.fade .modal-dialog {
	transition:transform .3s ease-out;
	transform:translateY(-25%)
}
.modal.show .modal-dialog {
	transform:translate(0)
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:10px
}
.modal-content {
	position:relative;
	display:flex;
	flex-direction:column;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0,0,0,.2);
 border-radius:.3rem;
	outline:0
}
.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.show {
	opacity:.5
}
.modal-header {
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:15px;
	border-bottom:1px solid #eceeef
}
.modal-title {
	margin-bottom:0;
	line-height:1.5
}
.modal-body {
	position:relative;
	flex:1 1 auto;
	padding:15px
}
.modal-footer {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	padding:15px;
	border-top:1px solid #eceeef
}
.modal-footer>:not(:first-child) {
 margin-left:.25rem
}
.modal-footer>:not(:last-child) {
 margin-right:.25rem
}
.modal-scrollbar-measure {
	position:absolute;
	top:-9999px;
	width:50px;
	height:50px;
	overflow:scroll
}
 @media (min-width:576px) {
.modal-dialog {
	max-width:500px;
	margin:30px auto
}
.modal-sm {
	max-width:300px
}
}
 @media (min-width:992px) {
.modal-lg {
	max-width:800px
}
}
.tooltip {
	position:absolute;
	z-index:1070;
	display:block;
	font-family:Montserrat, sans-serif;
	font-style:normal;
	font-weight:400;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.5;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
 font-size:.875rem;
	word-wrap:break-word;
	opacity:0
}
.tooltip.show {
	opacity:.9
}
.tooltip.bs-tether-element-attached-bottom, .tooltip.tooltip-top {
	padding:5px 0;
	margin-top:-3px
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before, .tooltip.tooltip-top .tooltip-inner:before {
	bottom:0;
	left:50%;
	margin-left:-5px;
	content:"";
	border-width:5px 5px 0;
	border-top-color:#000
}
.tooltip.bs-tether-element-attached-left, .tooltip.tooltip-right {
	padding:0 5px;
	margin-left:3px
}
.tooltip.bs-tether-element-attached-left .tooltip-inner:before, .tooltip.tooltip-right .tooltip-inner:before {
	top:50%;
	left:0;
	margin-top:-5px;
	content:"";
	border-width:5px 5px 5px 0;
	border-right-color:#000
}
.tooltip.bs-tether-element-attached-top, .tooltip.tooltip-bottom {
	padding:5px 0;
	margin-top:3px
}
.tooltip.bs-tether-element-attached-top .tooltip-inner:before, .tooltip.tooltip-bottom .tooltip-inner:before {
	top:0;
	left:50%;
	margin-left:-5px;
	content:"";
	border-width:0 5px 5px;
	border-bottom-color:#000
}
.tooltip.bs-tether-element-attached-right, .tooltip.tooltip-left {
	padding:0 5px;
	margin-left:-3px
}
.tooltip.bs-tether-element-attached-right .tooltip-inner:before, .tooltip.tooltip-left .tooltip-inner:before {
	top:50%;
	right:0;
	margin-top:-5px;
	content:"";
	border-width:5px 0 5px 5px;
	border-left-color:#000
}
.tooltip-inner {
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	background-color:#000;
 border-radius:.25rem
}
.tooltip-inner:before {
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover {
	position:absolute;
	top:0;
	left:0;
	z-index:1060;
	display:block;
	max-width:276px;
	padding:1px;
	font-family:Montserrat, sans-serif;
	font-style:normal;
	font-weight:400;
	letter-spacing:normal;
	line-break:auto;
	line-height:1.5;
	text-align:left;
	text-align:start;
	text-decoration:none;
	text-shadow:none;
	text-transform:none;
	white-space:normal;
	word-break:normal;
	word-spacing:normal;
 font-size:.875rem;
	word-wrap:break-word;
	background-color:#fff;
	background-clip:padding-box;
	border:1px solid rgba(0,0,0,.2);
 border-radius:.3rem
}
.popover.bs-tether-element-attached-bottom, .popover.popover-top {
	margin-top:-10px
}
.popover.bs-tether-element-attached-bottom:after, .popover.bs-tether-element-attached-bottom:before, .popover.popover-top:after, .popover.popover-top:before {
	left:50%;
	border-bottom-width:0
}
.popover.bs-tether-element-attached-bottom:before, .popover.popover-top:before {
	bottom:-11px;
	margin-left:-11px;
	border-top-color:rgba(0,0,0,.25)
}
.popover.bs-tether-element-attached-bottom:after, .popover.popover-top:after {
	bottom:-10px;
	margin-left:-10px;
	border-top-color:#fff
}
.popover.bs-tether-element-attached-left, .popover.popover-right {
	margin-left:10px
}
.popover.bs-tether-element-attached-left:after, .popover.bs-tether-element-attached-left:before, .popover.popover-right:after, .popover.popover-right:before {
	top:50%;
	border-left-width:0
}
.popover.bs-tether-element-attached-left:before, .popover.popover-right:before {
	left:-11px;
	margin-top:-11px;
	border-right-color:rgba(0,0,0,.25)
}
.popover.bs-tether-element-attached-left:after, .popover.popover-right:after {
	left:-10px;
	margin-top:-10px;
	border-right-color:#fff
}
.popover.bs-tether-element-attached-top, .popover.popover-bottom {
	margin-top:10px
}
.popover.bs-tether-element-attached-top:after, .popover.bs-tether-element-attached-top:before, .popover.popover-bottom:after, .popover.popover-bottom:before {
	left:50%;
	border-top-width:0
}
.popover.bs-tether-element-attached-top:before, .popover.popover-bottom:before {
	top:-11px;
	margin-left:-11px;
	border-bottom-color:rgba(0,0,0,.25)
}
.popover.bs-tether-element-attached-top:after, .popover.popover-bottom:after {
	top:-10px;
	margin-left:-10px;
	border-bottom-color:#f7f7f7
}
.popover.bs-tether-element-attached-top .popover-title:before, .popover.popover-bottom .popover-title:before {
	position:absolute;
	top:0;
	left:50%;
	display:block;
	width:20px;
	margin-left:-10px;
	content:"";
	border-bottom:1px solid #f7f7f7
}
.popover.bs-tether-element-attached-right, .popover.popover-left {
	margin-left:-10px
}
.popover.bs-tether-element-attached-right:after, .popover.bs-tether-element-attached-right:before, .popover.popover-left:after, .popover.popover-left:before {
	top:50%;
	border-right-width:0
}
.popover.bs-tether-element-attached-right:before, .popover.popover-left:before {
	right:-11px;
	margin-top:-11px;
	border-left-color:rgba(0,0,0,.25)
}
.popover.bs-tether-element-attached-right:after, .popover.popover-left:after {
	right:-10px;
	margin-top:-10px;
	border-left-color:#fff
}
.popover-title {
	padding:8px 14px;
	margin-bottom:0;
	font-size:1rem;
	background-color:#f7f7f7;
	border-bottom:1px solid #ebebeb;
 border-top-right-radius:calc(.3rem - 1px);
 border-top-left-radius:calc(.3rem - 1px)
}
.popover-title:empty {
	display:none
}
.popover-content {
	padding:9px 14px
}
.popover:after, .popover:before {
	position:absolute;
	display:block;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}
.popover:before {
	content:"";
	border-width:11px
}
.popover:after {
	content:"";
	border-width:10px
}
.carousel {
	position:relative
}
.carousel-inner {
	position:relative;
	width:100%;
	overflow:hidden
}
.carousel-item {
	position:relative;
	display:none;
	width:100%
}
 @media (-webkit-transform-3d) {
.carousel-item {
	transition:transform .6s ease-in-out;
	backface-visibility:hidden;
	perspective:1000px
}
}
 @supports (transform:translate3d(0, 0, 0)) {
 .carousel-item {
 transition:transform .6s ease-in-out;
 backface-visibility:hidden;
 perspective:1000px
}
}
.carousel-item-next, .carousel-item-prev, .carousel-item.active {
	display:flex
}
.carousel-item-next, .carousel-item-prev {
	position:absolute;
	top:0
}
 @media (-webkit-transform-3d) {
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	transform:translateZ(0)
}
.active.carousel-item-right, .carousel-item-next {
	transform:translate3d(100%, 0, 0)
}
.active.carousel-item-left, .carousel-item-prev {
	transform:translate3d(-100%, 0, 0)
}
}
 @supports (transform:translate3d(0, 0, 0)) {
 .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
 transform:translateZ(0)
}
 .active.carousel-item-right, .carousel-item-next {
 transform:translate3d(100%, 0, 0)
}
 .active.carousel-item-left, .carousel-item-prev {
 transform:translate3d(-100%, 0, 0)
}
}
.carousel-control-next, .carousel-control-prev {
	position:absolute;
	top:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	width:15%;
	color:#fff;
	text-align:center;
	opacity:.5
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	color:#fff;
	text-decoration:none;
	outline:0;
	opacity:.9
}
.carousel-control-prev {
	left:0
}
.carousel-control-next {
	right:0
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	display:inline-block;
	width:20px;
	height:20px;
	background:transparent no-repeat 50%;
	background-size:100% 100%
}
.carousel-control-prev-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}
.carousel-control-next-icon {
	background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}
.carousel-indicators {
	position:absolute;
	right:0;
	bottom:10px;
	left:0;
	z-index:15;
	display:flex;
	justify-content:center;
	padding-left:0;
	margin-right:15%;
	margin-left:15%;
	list-style:none
}
.carousel-indicators li {
	position:relative;
	flex:1 0 auto;
	max-width:30px;
	height:3px;
	margin-right:3px;
	margin-left:3px;
	text-indent:-999px;
	cursor:pointer;
	background-color:hsla(0,0%,100%,.5)
}
.carousel-indicators li:before {
	top:-10px
}
.carousel-indicators li:after, .carousel-indicators li:before {
	position:absolute;
	left:0;
	display:inline-block;
	width:100%;
	height:10px;
	content:""
}
.carousel-indicators li:after {
	bottom:-10px
}
.carousel-indicators .active {
	background-color:#fff
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center
}
.align-baseline {
	vertical-align:baseline!important
}
.align-top {
	vertical-align:top!important
}
.align-middle {
	vertical-align:middle!important
}
.align-bottom {
	vertical-align:bottom!important
}
.align-text-bottom {
	vertical-align:text-bottom!important
}
.align-text-top {
	vertical-align:text-top!important
}
.bg-faded {
	background-color:#f7f7f7
}
.bg-primary {
	background-color:#0062cc!important
}
a.bg-primary:focus, a.bg-primary:hover {
	background-color:#c83000!important
}
.bg-success {
	background-color:#5cb85c!important
}
a.bg-success:focus, a.bg-success:hover {
	background-color:#449d44!important
}
.bg-info {
	background-color:#5bc0de!important
}
a.bg-info:focus, a.bg-info:hover {
	background-color:#31b0d5!important
}
.bg-warning {
	background-color:#f0ad4e!important
}
a.bg-warning:focus, a.bg-warning:hover {
	background-color:#ec971f!important
}
.bg-danger {
	background-color:#d9534f!important
}
a.bg-danger:focus, a.bg-danger:hover {
	background-color:#c9302c!important
}
.bg-inverse {
	background-color:#292b2c!important
}
a.bg-inverse:focus, a.bg-inverse:hover {
	background-color:#101112!important
}
.border-0 {
	border:0!important
}
.border-top-0 {
	border-top:0!important
}
.border-right-0 {
	border-right:0!important
}
.border-bottom-0 {
	border-bottom:0!important
}
.border-left-0 {
	border-left:0!important
}
.rounded {
 border-radius:.25rem
}
.rounded-top {
 border-top-left-radius:.25rem
}
.rounded-right, .rounded-top {
 border-top-right-radius:.25rem
}
.rounded-bottom, .rounded-right {
 border-bottom-right-radius:.25rem
}
.rounded-bottom, .rounded-left {
 border-bottom-left-radius:.25rem
}
.rounded-left {
 border-top-left-radius:.25rem
}
.rounded-circle {
	border-radius:50%
}
.rounded-0 {
	border-radius:0
}
.clearfix:after {
	display:block;
	content:"";
	clear:both
}
.d-none {
	display:none!important
}
.d-inline {
	display:inline!important
}
.d-inline-block {
	display:inline-block!important
}
.d-block {
	display:block!important
}
.d-table {
	display:table!important
}
.d-table-cell {
	display:table-cell!important
}
.d-flex {
	display:flex!important
}
.d-inline-flex {
	display:inline-flex!important
}
 @media (min-width:576px) {
.d-sm-none {
	display:none!important
}
.d-sm-inline {
	display:inline!important
}
.d-sm-inline-block {
	display:inline-block!important
}
.d-sm-block {
	display:block!important
}
.d-sm-table {
	display:table!important
}
.d-sm-table-cell {
	display:table-cell!important
}
.d-sm-flex {
	display:flex!important
}
.d-sm-inline-flex {
	display:inline-flex!important
}
}
 @media (min-width:768px) {
.d-md-none {
	display:none!important
}
.d-md-inline {
	display:inline!important
}
.d-md-inline-block {
	display:inline-block!important
}
.d-md-block {
	display:block!important
}
.d-md-table {
	display:table!important
}
.d-md-table-cell {
	display:table-cell!important
}
.d-md-flex {
	display:flex!important
}
.d-md-inline-flex {
	display:inline-flex!important
}
}
 @media (min-width:992px) {
.d-lg-none {
	display:none!important
}
.d-lg-inline {
	display:inline!important
}
.d-lg-inline-block {
	display:inline-block!important
}
.d-lg-block {
	display:block!important
}
.d-lg-table {
	display:table!important
}
.d-lg-table-cell {
	display:table-cell!important
}
.d-lg-flex {
	display:flex!important
}
.d-lg-inline-flex {
	display:inline-flex!important
}
}
 @media (min-width:1200px) {
.d-xl-none {
	display:none!important
}
.d-xl-inline {
	display:inline!important
}
.d-xl-inline-block {
	display:inline-block!important
}
.d-xl-block {
	display:block!important
}
.d-xl-table {
	display:table!important
}
.d-xl-table-cell {
	display:table-cell!important
}
.d-xl-flex {
	display:flex!important
}
.d-xl-inline-flex {
	display:inline-flex!important
}
}
.flex-first {
	order:-1
}
.flex-last {
	order:1
}
.flex-unordered {
	order:0
}
.flex-row {
	flex-direction:row!important
}
.flex-column {
	flex-direction:column!important
}
.flex-row-reverse {
	flex-direction:row-reverse!important
}
.flex-column-reverse {
	flex-direction:column-reverse!important
}
.flex-wrap {
	flex-wrap:wrap!important
}
.flex-nowrap {
	flex-wrap:nowrap!important
}
.flex-wrap-reverse {
	flex-wrap:wrap-reverse!important
}
.justify-content-start {
	justify-content:flex-start!important
}
.justify-content-end {
	justify-content:flex-end!important
}
.justify-content-center {
	justify-content:center!important
}
.justify-content-between {
	justify-content:space-between!important
}
.justify-content-around {
	justify-content:space-around!important
}
.align-items-start {
	align-items:flex-start!important
}
.align-items-end {
	align-items:flex-end!important
}
.align-items-center {
	align-items:center!important
}
.align-items-baseline {
	align-items:baseline!important
}
.align-items-stretch {
	align-items:stretch!important
}
.align-content-start {
	align-content:flex-start!important
}
.align-content-end {
	align-content:flex-end!important
}
.align-content-center {
	align-content:center!important
}
.align-content-between {
	align-content:space-between!important
}
.align-content-around {
	align-content:space-around!important
}
.align-content-stretch {
	align-content:stretch!important
}
.align-self-auto {
	align-self:auto!important
}
.align-self-start {
	align-self:flex-start!important
}
.align-self-end {
	align-self:flex-end!important
}
.align-self-center {
	align-self:center!important
}
.align-self-baseline {
	align-self:baseline!important
}
.align-self-stretch {
	align-self:stretch!important
}
 @media (min-width:576px) {
.flex-sm-first {
	order:-1
}
.flex-sm-last {
	order:1
}
.flex-sm-unordered {
	order:0
}
.flex-sm-row {
	flex-direction:row!important
}
.flex-sm-column {
	flex-direction:column!important
}
.flex-sm-row-reverse {
	flex-direction:row-reverse!important
}
.flex-sm-column-reverse {
	flex-direction:column-reverse!important
}
.flex-sm-wrap {
	flex-wrap:wrap!important
}
.flex-sm-nowrap {
	flex-wrap:nowrap!important
}
.flex-sm-wrap-reverse {
	flex-wrap:wrap-reverse!important
}
.justify-content-sm-start {
	justify-content:flex-start!important
}
.justify-content-sm-end {
	justify-content:flex-end!important
}
.justify-content-sm-center {
	justify-content:center!important
}
.justify-content-sm-between {
	justify-content:space-between!important
}
.justify-content-sm-around {
	justify-content:space-around!important
}
.align-items-sm-start {
	align-items:flex-start!important
}
.align-items-sm-end {
	align-items:flex-end!important
}
.align-items-sm-center {
	align-items:center!important
}
.align-items-sm-baseline {
	align-items:baseline!important
}
.align-items-sm-stretch {
	align-items:stretch!important
}
.align-content-sm-start {
	align-content:flex-start!important
}
.align-content-sm-end {
	align-content:flex-end!important
}
.align-content-sm-center {
	align-content:center!important
}
.align-content-sm-between {
	align-content:space-between!important
}
.align-content-sm-around {
	align-content:space-around!important
}
.align-content-sm-stretch {
	align-content:stretch!important
}
.align-self-sm-auto {
	align-self:auto!important
}
.align-self-sm-start {
	align-self:flex-start!important
}
.align-self-sm-end {
	align-self:flex-end!important
}
.align-self-sm-center {
	align-self:center!important
}
.align-self-sm-baseline {
	align-self:baseline!important
}
.align-self-sm-stretch {
	align-self:stretch!important
}
}
 @media (min-width:768px) {
.flex-md-first {
	order:-1
}
.flex-md-last {
	order:1
}
.flex-md-unordered {
	order:0
}
.flex-md-row {
	flex-direction:row!important
}
.flex-md-column {
	flex-direction:column!important
}
.flex-md-row-reverse {
	flex-direction:row-reverse!important
}
.flex-md-column-reverse {
	flex-direction:column-reverse!important
}
.flex-md-wrap {
	flex-wrap:wrap!important
}
.flex-md-nowrap {
	flex-wrap:nowrap!important
}
.flex-md-wrap-reverse {
	flex-wrap:wrap-reverse!important
}
.justify-content-md-start {
	justify-content:flex-start!important
}
.justify-content-md-end {
	justify-content:flex-end!important
}
.justify-content-md-center {
	justify-content:center!important
}
.justify-content-md-between {
	justify-content:space-between!important
}
.justify-content-md-around {
	justify-content:space-around!important
}
.align-items-md-start {
	align-items:flex-start!important
}
.align-items-md-end {
	align-items:flex-end!important
}
.align-items-md-center {
	align-items:center!important
}
.align-items-md-baseline {
	align-items:baseline!important
}
.align-items-md-stretch {
	align-items:stretch!important
}
.align-content-md-start {
	align-content:flex-start!important
}
.align-content-md-end {
	align-content:flex-end!important
}
.align-content-md-center {
	align-content:center!important
}
.align-content-md-between {
	align-content:space-between!important
}
.align-content-md-around {
	align-content:space-around!important
}
.align-content-md-stretch {
	align-content:stretch!important
}
.align-self-md-auto {
	align-self:auto!important
}
.align-self-md-start {
	align-self:flex-start!important
}
.align-self-md-end {
	align-self:flex-end!important
}
.align-self-md-center {
	align-self:center!important
}
.align-self-md-baseline {
	align-self:baseline!important
}
.align-self-md-stretch {
	align-self:stretch!important
}
}
 @media (min-width:992px) {
.flex-lg-first {
	order:-1
}
.flex-lg-last {
	order:1
}
.flex-lg-unordered {
	order:0
}
.flex-lg-row {
	flex-direction:row!important
}
.flex-lg-column {
	flex-direction:column!important
}
.flex-lg-row-reverse {
	flex-direction:row-reverse!important
}
.flex-lg-column-reverse {
	flex-direction:column-reverse!important
}
.flex-lg-wrap {
	flex-wrap:wrap!important
}
.flex-lg-nowrap {
	flex-wrap:nowrap!important
}
.flex-lg-wrap-reverse {
	flex-wrap:wrap-reverse!important
}
.justify-content-lg-start {
	justify-content:flex-start!important
}
.justify-content-lg-end {
	justify-content:flex-end!important
}
.justify-content-lg-center {
	justify-content:center!important
}
.justify-content-lg-between {
	justify-content:space-between!important
}
.justify-content-lg-around {
	justify-content:space-around!important
}
.align-items-lg-start {
	align-items:flex-start!important
}
.align-items-lg-end {
	align-items:flex-end!important
}
.align-items-lg-center {
	align-items:center!important
}
.align-items-lg-baseline {
	align-items:baseline!important
}
.align-items-lg-stretch {
	align-items:stretch!important
}
.align-content-lg-start {
	align-content:flex-start!important
}
.align-content-lg-end {
	align-content:flex-end!important
}
.align-content-lg-center {
	align-content:center!important
}
.align-content-lg-between {
	align-content:space-between!important
}
.align-content-lg-around {
	align-content:space-around!important
}
.align-content-lg-stretch {
	align-content:stretch!important
}
.align-self-lg-auto {
	align-self:auto!important
}
.align-self-lg-start {
	align-self:flex-start!important
}
.align-self-lg-end {
	align-self:flex-end!important
}
.align-self-lg-center {
	align-self:center!important
}
.align-self-lg-baseline {
	align-self:baseline!important
}
.align-self-lg-stretch {
	align-self:stretch!important
}
}
 @media (min-width:1200px) {
.flex-xl-first {
	order:-1
}
.flex-xl-last {
	order:1
}
.flex-xl-unordered {
	order:0
}
.flex-xl-row {
	flex-direction:row!important
}
.flex-xl-column {
	flex-direction:column!important
}
.flex-xl-row-reverse {
	flex-direction:row-reverse!important
}
.flex-xl-column-reverse {
	flex-direction:column-reverse!important
}
.flex-xl-wrap {
	flex-wrap:wrap!important
}
.flex-xl-nowrap {
	flex-wrap:nowrap!important
}
.flex-xl-wrap-reverse {
	flex-wrap:wrap-reverse!important
}
.justify-content-xl-start {
	justify-content:flex-start!important
}
.justify-content-xl-end {
	justify-content:flex-end!important
}
.justify-content-xl-center {
	justify-content:center!important
}
.justify-content-xl-between {
	justify-content:space-between!important
}
.justify-content-xl-around {
	justify-content:space-around!important
}
.align-items-xl-start {
	align-items:flex-start!important
}
.align-items-xl-end {
	align-items:flex-end!important
}
.align-items-xl-center {
	align-items:center!important
}
.align-items-xl-baseline {
	align-items:baseline!important
}
.align-items-xl-stretch {
	align-items:stretch!important
}
.align-content-xl-start {
	align-content:flex-start!important
}
.align-content-xl-end {
	align-content:flex-end!important
}
.align-content-xl-center {
	align-content:center!important
}
.align-content-xl-between {
	align-content:space-between!important
}
.align-content-xl-around {
	align-content:space-around!important
}
.align-content-xl-stretch {
	align-content:stretch!important
}
.align-self-xl-auto {
	align-self:auto!important
}
.align-self-xl-start {
	align-self:flex-start!important
}
.align-self-xl-end {
	align-self:flex-end!important
}
.align-self-xl-center {
	align-self:center!important
}
.align-self-xl-baseline {
	align-self:baseline!important
}
.align-self-xl-stretch {
	align-self:stretch!important
}
}
.float-left {
	float:left!important
}
.float-right {
	float:right!important
}
.float-none {
	float:none!important
}
 @media (min-width:576px) {
.float-sm-left {
	float:left!important
}
.float-sm-right {
	float:right!important
}
.float-sm-none {
	float:none!important
}
}
 @media (min-width:768px) {
.float-md-left {
	float:left!important
}
.float-md-right {
	float:right!important
}
.float-md-none {
	float:none!important
}
}
 @media (min-width:992px) {
.float-lg-left {
	float:left!important
}
.float-lg-right {
	float:right!important
}
.float-lg-none {
	float:none!important
}
}
 @media (min-width:1200px) {
.float-xl-left {
	float:left!important
}
.float-xl-right {
	float:right!important
}
.float-xl-none {
	float:none!important
}
}
.fixed-top {
	top:0
}
.fixed-bottom, .fixed-top {
	position:fixed;
	right:0;
	left:0;
	z-index:1030
}
.fixed-bottom {
	bottom:0
}
.sticky-top {
	position:sticky;
	top:0;
	z-index:1030
}
.sr-only {
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position:static;
	width:auto;
	height:auto;
	margin:0;
	overflow:visible;
	clip:auto
}
.w-25 {
	width:25%!important
}
.w-50 {
	width:50%!important
}
.w-75 {
	width:75%!important
}
.w-100 {
	width:100%!important
}
.h-25 {
	height:25%!important
}
.h-50 {
	height:50%!important
}
.h-75 {
	height:75%!important
}
.h-100 {
	height:100%!important
}
.mw-100 {
	max-width:100%!important
}
.mh-100 {
	max-height:100%!important
}
.m-0 {
	margin:0!important
}
.mt-0 {
	margin-top:0!important
}
.mr-0 {
	margin-right:0!important
}
.mb-0 {
	margin-bottom:0!important
}
.ml-0, .mx-0 {
	margin-left:0!important
}
.mx-0 {
	margin-right:0!important
}
.my-0 {
	margin-top:0!important;
	margin-bottom:0!important
}
.m-1 {
 margin:.25rem!important
}
.mt-1 {
 margin-top:.25rem!important
}
.mr-1 {
 margin-right:.25rem!important
}
.mb-1 {
 margin-bottom:.25rem!important
}
.ml-1, .mx-1 {
 margin-left:.25rem!important
}
.mx-1 {
 margin-right:.25rem!important
}
.my-1 {
 margin-top:.25rem!important;
 margin-bottom:.25rem!important
}
.m-2 {
 margin:.5rem!important
}
.mt-2 {
 margin-top:.5rem!important
}
.mr-2 {
 margin-right:.5rem!important
}
.mb-2 {
 margin-bottom:.5rem!important
}
.ml-2, .mx-2 {
 margin-left:.5rem!important
}
.mx-2 {
 margin-right:.5rem!important
}
.my-2 {
 margin-top:.5rem!important;
 margin-bottom:.5rem!important
}
.m-3 {
	margin:1rem!important
}
.mt-3 {
	margin-top:1rem!important
}
.mr-3 {
	margin-right:1rem!important
}
.mb-3 {
	margin-bottom:1rem!important
}
.ml-3, .mx-3 {
	margin-left:1rem!important
}
.mx-3 {
	margin-right:1rem!important
}
.my-3 {
	margin-top:1rem!important;
	margin-bottom:1rem!important
}
.m-4 {
	margin:1.5rem!important
}
.mt-4 {
	margin-top:1.5rem!important
}
.mr-4 {
	margin-right:1.5rem!important
}
.mb-4 {
	margin-bottom:1.5rem!important
}
.ml-4, .mx-4 {
	margin-left:1.5rem!important
}
.mx-4 {
	margin-right:1.5rem!important
}
.my-4 {
	margin-top:1.5rem!important;
	margin-bottom:1.5rem!important
}
.m-5 {
	margin:3rem!important
}
.mt-5 {
	margin-top:3rem!important
}
.mr-5 {
	margin-right:3rem!important
}
.mb-5 {
	margin-bottom:3rem!important
}
.ml-5, .mx-5 {
	margin-left:3rem!important
}
.mx-5 {
	margin-right:3rem!important
}
.my-5 {
	margin-top:3rem!important;
	margin-bottom:3rem!important
}
.p-0 {
	padding:0!important
}
.pt-0 {
	padding-top:0!important
}
.pr-0 {
	padding-right:0!important
}
.pb-0 {
	padding-bottom:0!important
}
.pl-0, .px-0 {
	padding-left:0!important
}
.px-0 {
	padding-right:0!important
}
.py-0 {
	padding-top:0!important;
	padding-bottom:0!important
}
.p-1 {
 padding:.25rem!important
}
.pt-1 {
 padding-top:.25rem!important
}
.pr-1 {
 padding-right:.25rem!important
}
.pb-1 {
 padding-bottom:.25rem!important
}
.pl-1, .px-1 {
 padding-left:.25rem!important
}
.px-1 {
 padding-right:.25rem!important
}
.py-1 {
 padding-top:.25rem!important;
 padding-bottom:.25rem!important
}
.p-2 {
 padding:.5rem!important
}
.pt-2 {
 padding-top:.5rem!important
}
.pr-2 {
 padding-right:.5rem!important
}
.pb-2 {
 padding-bottom:.5rem!important
}
.pl-2, .px-2 {
 padding-left:.5rem!important
}
.px-2 {
 padding-right:.5rem!important
}
.py-2 {
 padding-top:.5rem!important;
 padding-bottom:.5rem!important
}
.p-3 {
	padding:1rem!important
}
.pt-3 {
	padding-top:1rem!important
}
.pr-3 {
	padding-right:1rem!important
}
.pb-3 {
	padding-bottom:1rem!important
}
.pl-3, .px-3 {
	padding-left:1rem!important
}
.px-3 {
	padding-right:1rem!important
}
.py-3 {
	padding-top:1rem!important;
	padding-bottom:1rem!important
}
.p-4 {
	padding:1.5rem!important
}
.pt-4 {
	padding-top:1.5rem!important
}
.pr-4 {
	padding-right:1.5rem!important
}
.pb-4 {
	padding-bottom:1.5rem!important
}
.pl-4, .px-4 {
	padding-left:1.5rem!important
}
.px-4 {
	padding-right:1.5rem!important
}
.py-4 {
	padding-top:1.5rem!important;
	padding-bottom:1.5rem!important
}
.p-5 {
	padding:3rem!important
}
.pt-5 {
	padding-top:3rem!important
}
.pr-5 {
	padding-right:3rem!important
}
.pb-5 {
	padding-bottom:3rem!important
}
.pl-5, .px-5 {
	padding-left:3rem!important
}
.px-5 {
	padding-right:3rem!important
}
.py-5 {
	padding-top:3rem!important;
	padding-bottom:3rem!important
}
.m-auto {
	margin:auto!important
}
.mt-auto {
	margin-top:auto!important
}
.mr-auto {
	margin-right:auto!important
}
.mb-auto {
	margin-bottom:auto!important
}
.ml-auto, .mx-auto {
	margin-left:auto!important
}
.mx-auto {
	margin-right:auto!important
}
.my-auto {
	margin-top:auto!important;
	margin-bottom:auto!important
}
 @media (min-width:576px) {
.m-sm-0 {
	margin:0!important
}
.mt-sm-0 {
	margin-top:0!important
}
.mr-sm-0 {
	margin-right:0!important
}
.mb-sm-0 {
	margin-bottom:0!important
}
.ml-sm-0, .mx-sm-0 {
	margin-left:0!important
}
.mx-sm-0 {
	margin-right:0!important
}
.my-sm-0 {
	margin-top:0!important;
	margin-bottom:0!important
}
.m-sm-1 {
 margin:.25rem!important
}
.mt-sm-1 {
 margin-top:.25rem!important
}
.mr-sm-1 {
 margin-right:.25rem!important
}
.mb-sm-1 {
 margin-bottom:.25rem!important
}
.ml-sm-1, .mx-sm-1 {
 margin-left:.25rem!important
}
.mx-sm-1 {
 margin-right:.25rem!important
}
.my-sm-1 {
 margin-top:.25rem!important;
 margin-bottom:.25rem!important
}
.m-sm-2 {
 margin:.5rem!important
}
.mt-sm-2 {
 margin-top:.5rem!important
}
.mr-sm-2 {
 margin-right:.5rem!important
}
.mb-sm-2 {
 margin-bottom:.5rem!important
}
.ml-sm-2, .mx-sm-2 {
 margin-left:.5rem!important
}
.mx-sm-2 {
 margin-right:.5rem!important
}
.my-sm-2 {
 margin-top:.5rem!important;
 margin-bottom:.5rem!important
}
.m-sm-3 {
	margin:1rem!important
}
.mt-sm-3 {
	margin-top:1rem!important
}
.mr-sm-3 {
	margin-right:1rem!important
}
.mb-sm-3 {
	margin-bottom:1rem!important
}
.ml-sm-3, .mx-sm-3 {
	margin-left:1rem!important
}
.mx-sm-3 {
	margin-right:1rem!important
}
.my-sm-3 {
	margin-top:1rem!important;
	margin-bottom:1rem!important
}
.m-sm-4 {
	margin:1.5rem!important
}
.mt-sm-4 {
	margin-top:1.5rem!important
}
.mr-sm-4 {
	margin-right:1.5rem!important
}
.mb-sm-4 {
	margin-bottom:1.5rem!important
}
.ml-sm-4, .mx-sm-4 {
	margin-left:1.5rem!important
}
.mx-sm-4 {
	margin-right:1.5rem!important
}
.my-sm-4 {
	margin-top:1.5rem!important;
	margin-bottom:1.5rem!important
}
.m-sm-5 {
	margin:3rem!important
}
.mt-sm-5 {
	margin-top:3rem!important
}
.mr-sm-5 {
	margin-right:3rem!important
}
.mb-sm-5 {
	margin-bottom:3rem!important
}
.ml-sm-5, .mx-sm-5 {
	margin-left:3rem!important
}
.mx-sm-5 {
	margin-right:3rem!important
}
.my-sm-5 {
	margin-top:3rem!important;
	margin-bottom:3rem!important
}
.p-sm-0 {
	padding:0!important
}
.pt-sm-0 {
	padding-top:0!important
}
.pr-sm-0 {
	padding-right:0!important
}
.pb-sm-0 {
	padding-bottom:0!important
}
.pl-sm-0, .px-sm-0 {
	padding-left:0!important
}
.px-sm-0 {
	padding-right:0!important
}
.py-sm-0 {
	padding-top:0!important;
	padding-bottom:0!important
}
.p-sm-1 {
 padding:.25rem!important
}
.pt-sm-1 {
 padding-top:.25rem!important
}
.pr-sm-1 {
 padding-right:.25rem!important
}
.pb-sm-1 {
 padding-bottom:.25rem!important
}
.pl-sm-1, .px-sm-1 {
 padding-left:.25rem!important
}
.px-sm-1 {
 padding-right:.25rem!important
}
.py-sm-1 {
 padding-top:.25rem!important;
 padding-bottom:.25rem!important
}
.p-sm-2 {
 padding:.5rem!important
}
.pt-sm-2 {
 padding-top:.5rem!important
}
.pr-sm-2 {
 padding-right:.5rem!important
}
.pb-sm-2 {
 padding-bottom:.5rem!important
}
.pl-sm-2, .px-sm-2 {
 padding-left:.5rem!important
}
.px-sm-2 {
 padding-right:.5rem!important
}
.py-sm-2 {
 padding-top:.5rem!important;
 padding-bottom:.5rem!important
}
.p-sm-3 {
	padding:1rem!important
}
.pt-sm-3 {
	padding-top:1rem!important
}
.pr-sm-3 {
	padding-right:1rem!important
}
.pb-sm-3 {
	padding-bottom:1rem!important
}
.pl-sm-3, .px-sm-3 {
	padding-left:1rem!important
}
.px-sm-3 {
	padding-right:1rem!important
}
.py-sm-3 {
	padding-top:1rem!important;
	padding-bottom:1rem!important
}
.p-sm-4 {
	padding:1.5rem!important
}
.pt-sm-4 {
	padding-top:1.5rem!important
}
.pr-sm-4 {
	padding-right:1.5rem!important
}
.pb-sm-4 {
	padding-bottom:1.5rem!important
}
.pl-sm-4, .px-sm-4 {
	padding-left:1.5rem!important
}
.px-sm-4 {
	padding-right:1.5rem!important
}
.py-sm-4 {
	padding-top:1.5rem!important;
	padding-bottom:1.5rem!important
}
.p-sm-5 {
	padding:3rem!important
}
.pt-sm-5 {
	padding-top:3rem!important
}
.pr-sm-5 {
	padding-right:3rem!important
}
.pb-sm-5 {
	padding-bottom:3rem!important
}
.pl-sm-5, .px-sm-5 {
	padding-left:3rem!important
}
.px-sm-5 {
	padding-right:3rem!important
}
.py-sm-5 {
	padding-top:3rem!important;
	padding-bottom:3rem!important
}
.m-sm-auto {
	margin:auto!important
}
.mt-sm-auto {
	margin-top:auto!important
}
.mr-sm-auto {
	margin-right:auto!important
}
.mb-sm-auto {
	margin-bottom:auto!important
}
.ml-sm-auto, .mx-sm-auto {
	margin-left:auto!important
}
.mx-sm-auto {
	margin-right:auto!important
}
.my-sm-auto {
	margin-top:auto!important;
	margin-bottom:auto!important
}
}
 @media (min-width:768px) {
.m-md-0 {
	margin:0!important
}
.mt-md-0 {
	margin-top:0!important
}
.mr-md-0 {
	margin-right:0!important
}
.mb-md-0 {
	margin-bottom:0!important
}
.ml-md-0, .mx-md-0 {
	margin-left:0!important
}
.mx-md-0 {
	margin-right:0!important
}
.my-md-0 {
	margin-top:0!important;
	margin-bottom:0!important
}
.m-md-1 {
 margin:.25rem!important
}
.mt-md-1 {
 margin-top:.25rem!important
}
.mr-md-1 {
 margin-right:.25rem!important
}
.mb-md-1 {
 margin-bottom:.25rem!important
}
.ml-md-1, .mx-md-1 {
 margin-left:.25rem!important
}
.mx-md-1 {
 margin-right:.25rem!important
}
.my-md-1 {
 margin-top:.25rem!important;
 margin-bottom:.25rem!important
}
.m-md-2 {
 margin:.5rem!important
}
.mt-md-2 {
 margin-top:.5rem!important
}
.mr-md-2 {
 margin-right:.5rem!important
}
.mb-md-2 {
 margin-bottom:.5rem!important
}
.ml-md-2, .mx-md-2 {
 margin-left:.5rem!important
}
.mx-md-2 {
 margin-right:.5rem!important
}
.my-md-2 {
 margin-top:.5rem!important;
 margin-bottom:.5rem!important
}
.m-md-3 {
	margin:1rem!important
}
.mt-md-3 {
	margin-top:1rem!important
}
.mr-md-3 {
	margin-right:1rem!important
}
.mb-md-3 {
	margin-bottom:1rem!important
}
.ml-md-3, .mx-md-3 {
	margin-left:1rem!important
}
.mx-md-3 {
	margin-right:1rem!important
}
.my-md-3 {
	margin-top:1rem!important;
	margin-bottom:1rem!important
}
.m-md-4 {
	margin:1.5rem!important
}
.mt-md-4 {
	margin-top:1.5rem!important
}
.mr-md-4 {
	margin-right:1.5rem!important
}
.mb-md-4 {
	margin-bottom:1.5rem!important
}
.ml-md-4, .mx-md-4 {
	margin-left:1.5rem!important
}
.mx-md-4 {
	margin-right:1.5rem!important
}
.my-md-4 {
	margin-top:1.5rem!important;
	margin-bottom:1.5rem!important
}
.m-md-5 {
	margin:3rem!important
}
.mt-md-5 {
	margin-top:3rem!important
}
.mr-md-5 {
	margin-right:3rem!important
}
.mb-md-5 {
	margin-bottom:3rem!important
}
.ml-md-5, .mx-md-5 {
	margin-left:3rem!important
}
.mx-md-5 {
	margin-right:3rem!important
}
.my-md-5 {
	margin-top:3rem!important;
	margin-bottom:3rem!important
}
.p-md-0 {
	padding:0!important
}
.pt-md-0 {
	padding-top:0!important
}
.pr-md-0 {
	padding-right:0!important
}
.pb-md-0 {
	padding-bottom:0!important
}
.pl-md-0, .px-md-0 {
	padding-left:0!important
}
.px-md-0 {
	padding-right:0!important
}
.py-md-0 {
	padding-top:0!important;
	padding-bottom:0!important
}
.p-md-1 {
 padding:.25rem!important
}
.pt-md-1 {
 padding-top:.25rem!important
}
.pr-md-1 {
 padding-right:.25rem!important
}
.pb-md-1 {
 padding-bottom:.25rem!important
}
.pl-md-1, .px-md-1 {
 padding-left:.25rem!important
}
.px-md-1 {
 padding-right:.25rem!important
}
.py-md-1 {
 padding-top:.25rem!important;
 padding-bottom:.25rem!important
}
.p-md-2 {
 padding:.5rem!important
}
.pt-md-2 {
 padding-top:.5rem!important
}
.pr-md-2 {
 padding-right:.5rem!important
}
.pb-md-2 {
 padding-bottom:.5rem!important
}
.pl-md-2, .px-md-2 {
 padding-left:.5rem!important
}
.px-md-2 {
 padding-right:.5rem!important
}
.py-md-2 {
 padding-top:.5rem!important;
 padding-bottom:.5rem!important
}
.p-md-3 {
	padding:1rem!important
}
.pt-md-3 {
	padding-top:1rem!important
}
.pr-md-3 {
	padding-right:1rem!important
}
.pb-md-3 {
	padding-bottom:1rem!important
}
.pl-md-3, .px-md-3 {
	padding-left:1rem!important
}
.px-md-3 {
	padding-right:1rem!important
}
.py-md-3 {
	padding-top:1rem!important;
	padding-bottom:1rem!important
}
.p-md-4 {
	padding:1.5rem!important
}
.pt-md-4 {
	padding-top:1.5rem!important
}
.pr-md-4 {
	padding-right:1.5rem!important
}
.pb-md-4 {
	padding-bottom:1.5rem!important
}
.pl-md-4, .px-md-4 {
	padding-left:1.5rem!important
}
.px-md-4 {
	padding-right:1.5rem!important
}
.py-md-4 {
	padding-top:1.5rem!important;
	padding-bottom:1.5rem!important
}
.p-md-5 {
	padding:3rem!important
}
.pt-md-5 {
	padding-top:3rem!important
}
.pr-md-5 {
	padding-right:3rem!important
}
.pb-md-5 {
	padding-bottom:3rem!important
}
.pl-md-5, .px-md-5 {
	padding-left:3rem!important
}
.px-md-5 {
	padding-right:3rem!important
}
.py-md-5 {
	padding-top:3rem!important;
	padding-bottom:3rem!important
}
.m-md-auto {
	margin:auto!important
}
.mt-md-auto {
	margin-top:auto!important
}
.mr-md-auto {
	margin-right:auto!important
}
.mb-md-auto {
	margin-bottom:auto!important
}
.ml-md-auto, .mx-md-auto {
	margin-left:auto!important
}
.mx-md-auto {
	margin-right:auto!important
}
.my-md-auto {
	margin-top:auto!important;
	margin-bottom:auto!important
}
}
 @media (min-width:992px) {
.m-lg-0 {
	margin:0!important
}
.mt-lg-0 {
	margin-top:0!important
}
.mr-lg-0 {
	margin-right:0!important
}
.mb-lg-0 {
	margin-bottom:0!important
}
.ml-lg-0, .mx-lg-0 {
	margin-left:0!important
}
.mx-lg-0 {
	margin-right:0!important
}
.my-lg-0 {
	margin-top:0!important;
	margin-bottom:0!important
}
.m-lg-1 {
 margin:.25rem!important
}
.mt-lg-1 {
 margin-top:.25rem!important
}
.mr-lg-1 {
 margin-right:.25rem!important
}
.mb-lg-1 {
 margin-bottom:.25rem!important
}
.ml-lg-1, .mx-lg-1 {
 margin-left:.25rem!important
}
.mx-lg-1 {
 margin-right:.25rem!important
}
.my-lg-1 {
 margin-top:.25rem!important;
 margin-bottom:.25rem!important
}
.m-lg-2 {
 margin:.5rem!important
}
.mt-lg-2 {
 margin-top:.5rem!important
}
.mr-lg-2 {
 margin-right:.5rem!important
}
.mb-lg-2 {
 margin-bottom:.5rem!important
}
.ml-lg-2, .mx-lg-2 {
 margin-left:.5rem!important
}
.mx-lg-2 {
 margin-right:.5rem!important
}
.my-lg-2 {
 margin-top:.5rem!important;
 margin-bottom:.5rem!important
}
.m-lg-3 {
	margin:1rem!important
}
.mt-lg-3 {
	margin-top:1rem!important
}
.mr-lg-3 {
	margin-right:1rem!important
}
.mb-lg-3 {
	margin-bottom:1rem!important
}
.ml-lg-3, .mx-lg-3 {
	margin-left:1rem!important
}
.mx-lg-3 {
	margin-right:1rem!important
}
.my-lg-3 {
	margin-top:1rem!important;
	margin-bottom:1rem!important
}
.m-lg-4 {
	margin:1.5rem!important
}
.mt-lg-4 {
	margin-top:1.5rem!important
}
.mr-lg-4 {
	margin-right:1.5rem!important
}
.mb-lg-4 {
	margin-bottom:1.5rem!important
}
.ml-lg-4, .mx-lg-4 {
	margin-left:1.5rem!important
}
.mx-lg-4 {
	margin-right:1.5rem!important
}
.my-lg-4 {
	margin-top:1.5rem!important;
	margin-bottom:1.5rem!important
}
.m-lg-5 {
	margin:3rem!important
}
.mt-lg-5 {
	margin-top:3rem!important
}
.mr-lg-5 {
	margin-right:3rem!important
}
.mb-lg-5 {
	margin-bottom:3rem!important
}
.ml-lg-5, .mx-lg-5 {
	margin-left:3rem!important
}
.mx-lg-5 {
	margin-right:3rem!important
}
.my-lg-5 {
	margin-top:3rem!important;
	margin-bottom:3rem!important
}
.p-lg-0 {
	padding:0!important
}
.pt-lg-0 {
	padding-top:0!important
}
.pr-lg-0 {
	padding-right:0!important
}
.pb-lg-0 {
	padding-bottom:0!important
}
.pl-lg-0, .px-lg-0 {
	padding-left:0!important
}
.px-lg-0 {
	padding-right:0!important
}
.py-lg-0 {
	padding-top:0!important;
	padding-bottom:0!important
}
.p-lg-1 {
 padding:.25rem!important
}
.pt-lg-1 {
 padding-top:.25rem!important
}
.pr-lg-1 {
 padding-right:.25rem!important
}
.pb-lg-1 {
 padding-bottom:.25rem!important
}
.pl-lg-1, .px-lg-1 {
 padding-left:.25rem!important
}
.px-lg-1 {
 padding-right:.25rem!important
}
.py-lg-1 {
 padding-top:.25rem!important;
 padding-bottom:.25rem!important
}
.p-lg-2 {
 padding:.5rem!important
}
.pt-lg-2 {
 padding-top:.5rem!important
}
.pr-lg-2 {
 padding-right:.5rem!important
}
.pb-lg-2 {
 padding-bottom:.5rem!important
}
.pl-lg-2, .px-lg-2 {
 padding-left:.5rem!important
}
.px-lg-2 {
 padding-right:.5rem!important
}
.py-lg-2 {
 padding-top:.5rem!important;
 padding-bottom:.5rem!important
}
.p-lg-3 {
	padding:1rem!important
}
.pt-lg-3 {
	padding-top:1rem!important
}
.pr-lg-3 {
	padding-right:1rem!important
}
.pb-lg-3 {
	padding-bottom:1rem!important
}
.pl-lg-3, .px-lg-3 {
	padding-left:1rem!important
}
.px-lg-3 {
	padding-right:1rem!important
}
.py-lg-3 {
	padding-top:1rem!important;
	padding-bottom:1rem!important
}
.p-lg-4 {
	padding:1.5rem!important
}
.pt-lg-4 {
	padding-top:1.5rem!important
}
.pr-lg-4 {
	padding-right:1.5rem!important
}
.pb-lg-4 {
	padding-bottom:1.5rem!important
}
.pl-lg-4, .px-lg-4 {
	padding-left:1.5rem!important
}
.px-lg-4 {
	padding-right:1.5rem!important
}
.py-lg-4 {
	padding-top:1.5rem!important;
	padding-bottom:1.5rem!important
}
.p-lg-5 {
	padding:3rem!important
}
.pt-lg-5 {
	padding-top:3rem!important
}
.pr-lg-5 {
	padding-right:3rem!important
}
.pb-lg-5 {
	padding-bottom:3rem!important
}
.pl-lg-5, .px-lg-5 {
	padding-left:3rem!important
}
.px-lg-5 {
	padding-right:3rem!important
}
.py-lg-5 {
	padding-top:3rem!important;
	padding-bottom:3rem!important
}
.m-lg-auto {
	margin:auto!important
}
.mt-lg-auto {
	margin-top:auto!important
}
.mr-lg-auto {
	margin-right:auto!important
}
.mb-lg-auto {
	margin-bottom:auto!important
}
.ml-lg-auto, .mx-lg-auto {
	margin-left:auto!important
}
.mx-lg-auto {
	margin-right:auto!important
}
.my-lg-auto {
	margin-top:auto!important;
	margin-bottom:auto!important
}
}
 @media (min-width:1200px) {
.m-xl-0 {
	margin:0!important
}
.mt-xl-0 {
	margin-top:0!important
}
.mr-xl-0 {
	margin-right:0!important
}
.mb-xl-0 {
	margin-bottom:0!important
}
.ml-xl-0, .mx-xl-0 {
	margin-left:0!important
}
.mx-xl-0 {
	margin-right:0!important
}
.my-xl-0 {
	margin-top:0!important;
	margin-bottom:0!important
}
.m-xl-1 {
 margin:.25rem!important
}
.mt-xl-1 {
 margin-top:.25rem!important
}
.mr-xl-1 {
 margin-right:.25rem!important
}
.mb-xl-1 {
 margin-bottom:.25rem!important
}
.ml-xl-1, .mx-xl-1 {
 margin-left:.25rem!important
}
.mx-xl-1 {
 margin-right:.25rem!important
}
.my-xl-1 {
 margin-top:.25rem!important;
 margin-bottom:.25rem!important
}
.m-xl-2 {
 margin:.5rem!important
}
.mt-xl-2 {
 margin-top:.5rem!important
}
.mr-xl-2 {
 margin-right:.5rem!important
}
.mb-xl-2 {
 margin-bottom:.5rem!important
}
.ml-xl-2, .mx-xl-2 {
 margin-left:.5rem!important
}
.mx-xl-2 {
 margin-right:.5rem!important
}
.my-xl-2 {
 margin-top:.5rem!important;
 margin-bottom:.5rem!important
}
.m-xl-3 {
	margin:1rem!important
}
.mt-xl-3 {
	margin-top:1rem!important
}
.mr-xl-3 {
	margin-right:1rem!important
}
.mb-xl-3 {
	margin-bottom:1rem!important
}
.ml-xl-3, .mx-xl-3 {
	margin-left:1rem!important
}
.mx-xl-3 {
	margin-right:1rem!important
}
.my-xl-3 {
	margin-top:1rem!important;
	margin-bottom:1rem!important
}
.m-xl-4 {
	margin:1.5rem!important
}
.mt-xl-4 {
	margin-top:1.5rem!important
}
.mr-xl-4 {
	margin-right:1.5rem!important
}
.mb-xl-4 {
	margin-bottom:1.5rem!important
}
.ml-xl-4, .mx-xl-4 {
	margin-left:1.5rem!important
}
.mx-xl-4 {
	margin-right:1.5rem!important
}
.my-xl-4 {
	margin-top:1.5rem!important;
	margin-bottom:1.5rem!important
}
.m-xl-5 {
	margin:3rem!important
}
.mt-xl-5 {
	margin-top:3rem!important
}
.mr-xl-5 {
	margin-right:3rem!important
}
.mb-xl-5 {
	margin-bottom:3rem!important
}
.ml-xl-5, .mx-xl-5 {
	margin-left:3rem!important
}
.mx-xl-5 {
	margin-right:3rem!important
}
.my-xl-5 {
	margin-top:3rem!important;
	margin-bottom:3rem!important
}
.p-xl-0 {
	padding:0!important
}
.pt-xl-0 {
	padding-top:0!important
}
.pr-xl-0 {
	padding-right:0!important
}
.pb-xl-0 {
	padding-bottom:0!important
}
.pl-xl-0, .px-xl-0 {
	padding-left:0!important
}
.px-xl-0 {
	padding-right:0!important
}
.py-xl-0 {
	padding-top:0!important;
	padding-bottom:0!important
}
.p-xl-1 {
 padding:.25rem!important
}
.pt-xl-1 {
 padding-top:.25rem!important
}
.pr-xl-1 {
 padding-right:.25rem!important
}
.pb-xl-1 {
 padding-bottom:.25rem!important
}
.pl-xl-1, .px-xl-1 {
 padding-left:.25rem!important
}
.px-xl-1 {
 padding-right:.25rem!important
}
.py-xl-1 {
 padding-top:.25rem!important;
 padding-bottom:.25rem!important
}
.p-xl-2 {
 padding:.5rem!important
}
.pt-xl-2 {
 padding-top:.5rem!important
}
.pr-xl-2 {
 padding-right:.5rem!important
}
.pb-xl-2 {
 padding-bottom:.5rem!important
}
.pl-xl-2, .px-xl-2 {
 padding-left:.5rem!important
}
.px-xl-2 {
 padding-right:.5rem!important
}
.py-xl-2 {
 padding-top:.5rem!important;
 padding-bottom:.5rem!important
}
.p-xl-3 {
	padding:1rem!important
}
.pt-xl-3 {
	padding-top:1rem!important
}
.pr-xl-3 {
	padding-right:1rem!important
}
.pb-xl-3 {
	padding-bottom:1rem!important
}
.pl-xl-3, .px-xl-3 {
	padding-left:1rem!important
}
.px-xl-3 {
	padding-right:1rem!important
}
.py-xl-3 {
	padding-top:1rem!important;
	padding-bottom:1rem!important
}
.p-xl-4 {
	padding:1.5rem!important
}
.pt-xl-4 {
	padding-top:1.5rem!important
}
.pr-xl-4 {
	padding-right:1.5rem!important
}
.pb-xl-4 {
	padding-bottom:1.5rem!important
}
.pl-xl-4, .px-xl-4 {
	padding-left:1.5rem!important
}
.px-xl-4 {
	padding-right:1.5rem!important
}
.py-xl-4 {
	padding-top:1.5rem!important;
	padding-bottom:1.5rem!important
}
.p-xl-5 {
	padding:3rem!important
}
.pt-xl-5 {
	padding-top:3rem!important
}
.pr-xl-5 {
	padding-right:3rem!important
}
.pb-xl-5 {
	padding-bottom:3rem!important
}
.pl-xl-5, .px-xl-5 {
	padding-left:3rem!important
}
.px-xl-5 {
	padding-right:3rem!important
}
.py-xl-5 {
	padding-top:3rem!important;
	padding-bottom:3rem!important
}
.m-xl-auto {
	margin:auto!important
}
.mt-xl-auto {
	margin-top:auto!important
}
.mr-xl-auto {
	margin-right:auto!important
}
.mb-xl-auto {
	margin-bottom:auto!important
}
.ml-xl-auto, .mx-xl-auto {
	margin-left:auto!important
}
.mx-xl-auto {
	margin-right:auto!important
}
.my-xl-auto {
	margin-top:auto!important;
	margin-bottom:auto!important
}
}
.text-justify {
	text-align:justify!important
}
.text-nowrap {
	white-space:nowrap!important
}
.text-truncate {
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}
.text-left {
	text-align:left!important
}
.text-right {
	text-align:right!important
}
.text-center {
	text-align:center!important
}
 @media (min-width:576px) {
.text-sm-left {
	text-align:left!important
}
.text-sm-right {
	text-align:right!important
}
.text-sm-center {
	text-align:center!important
}
}
 @media (min-width:768px) {
.text-md-left {
	text-align:left!important
}
.text-md-right {
	text-align:right!important
}
.text-md-center {
	text-align:center!important
}
}
 @media (min-width:992px) {
.text-lg-left {
	text-align:left!important
}
.text-lg-right {
	text-align:right!important
}
.text-lg-center {
	text-align:center!important
}
}
 @media (min-width:1200px) {
.text-xl-left {
	text-align:left!important
}
.text-xl-right {
	text-align:right!important
}
.text-xl-center {
	text-align:center!important
}
}
.text-lowercase {
	text-transform:lowercase!important
}
.text-uppercase {
/*text-transform:uppercase!important*/

}
.text-capitalize {
	text-transform:capitalize!important
}
.font-weight-normal {
	font-weight:400
}
.font-weight-bold {
	font-weight:700
}
.font-italic {
	font-style:italic
}
.text-white {
	color:#fff!important
}
.text-muted {
	color:#636c72!important
}
a.text-muted:focus, a.text-muted:hover {
	color:#4b5257!important
}
.text-primary {
	color:#0062cc!important
}
a.text-primary:focus, a.text-primary:hover {
	color:#c83000!important
}
.text-success {
	color:#5cb85c!important
}
a.text-success:focus, a.text-success:hover {
	color:#449d44!important
}
.text-info {
	color:#5bc0de!important
}
a.text-info:focus, a.text-info:hover {
	color:#31b0d5!important
}
.text-warning {
	color:#f0ad4e!important
}
a.text-warning:focus, a.text-warning:hover {
	color:#ec971f!important
}
.text-danger {
	color:#d9534f!important
}
a.text-danger:focus, a.text-danger:hover {
	color:#c9302c!important
}
.text-gray-dark {
	color:#292b2c!important
}
a.text-gray-dark:focus, a.text-gray-dark:hover {
	color:#101112!important
}
.text-hide {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0
}
.invisible {
	visibility:hidden!important
}
.hidden-xs-up {
	display:none!important
}
 @media (max-width:575px) {
.hidden-xs-down {
	display:none!important
}
}
 @media (min-width:576px) {
.hidden-sm-up {
	display:none!important
}
}
 @media (max-width:767px) {
.hidden-sm-down {
	display:none!important
}
}
 @media (min-width:768px) {
.hidden-md-up {
	display:none!important
}
}
 @media (max-width:991px) {
.hidden-md-down {
	display:none!important
}
}
 @media (min-width:992px) {
.hidden-lg-up {
	display:none!important
}
}
 @media (max-width:1199px) {
.hidden-lg-down {
	display:none!important
}
}
 @media (min-width:1200px) {
.hidden-xl-up {
	display:none!important
}
}
.hidden-xl-down, .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
}
}
.wrapper {
	padding:30px 0;
	
}
#wrapper-hero {
	padding:0!important
}
.bypostauthor, .gallery-caption, .sticky {
	font-size:inherit
}
.wrapper#wrapper-sticky {
	border-bottom:1px solid #636c72
}
#wrapper-footer-full, #wrapper-static-hero {
	background-color:#eceeef
}
.screen-reader-text, .wp-caption, .wp-caption-text {
	font-size:inherit
}
.alignright {
	float:right;
	padding-left:10px
}
.alignleft {
	float:left;
	padding-right:10px
}
.aligncenter {
	margin:0 auto
}
.entry-footer span {
	padding-right:10px
}
#secondary img, article img, figure, img, img.wp-post-image {
	max-width:100%;
	height:auto
}
a.skip-link {
	position:fixed;
	z-index:1000;
	top:0;
	right:0
}
.jumbotron {
	margin-bottom:0
}
.menu-item {
	float:left;
	display:inline;
	width:auto
}
.bg-primary .dropdown-menu {
	background-color:#0062cc
}
.bg-success .dropdown-menu {
	background-color:#5cb85c
}
.bg-inverse .dropdown-menu {
	background-color:#292b2c
}
.navbar-toggleable-md .navbar-nav .dropdown-menu {
	float:left
}
.dropdown-menu .dropdown-menu {
	position:relative;
	display:block;
	margin-left:10px;
	border:none;
	box-shadow:none
}
.dropdown-menu .dropdown-menu li {
	padding-left:0;
	list-style:square
}
.dropdown-menu .menu-item {
	width:100%
}
.dropdown-menu .menu-item a.nav-link {
	margin:0;
	padding:.5em 1em
}
.dropdown-menu .menu-item a.nav-link:hover {
	background-color:#0062cc
}
 [type=button], [type=reset], [type=submit], button {
 cursor:pointer
}
.gallery:after {
	content:"";
	display:table;
	clear:both
}
aside.widget {
	clear:both
}
#wrapper-hero .carousel-inner .textwidget {
	width:100%
}
.textwidget a {
	display:block
}
@font-face {
	font-family:FontAwesome;
	src:url(../fonts/fontawesome-webfont.eot?v=4.7.0);
	src:url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight:400;
	font-style:normal
}
.fa {
	display:inline-block;
	font:normal normal normal 14px/1 FontAwesome;
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}
.fa-lg {
	font-size:1.33333em;
	line-height:.75em;
	vertical-align:-15%
}
.fa-2x {
	font-size:2em
}
.fa-3x {
	font-size:3em
}
.fa-4x {
	font-size:4em
}
.fa-5x {
	font-size:5em
}
.fa-fw {
	width:1.28571em;
	text-align:center
}
.fa-ul {
	padding-left:0;
	margin-left:2.14286em;
	list-style-type:none
}
.fa-ul>li {
	position:relative
}
.fa-li {
	position:absolute;
	left:-2.14286em;
	width:2.14286em;
	top:.14286em;
	text-align:center
}
.fa-li.fa-lg {
	left:-1.85714em
}
.fa-border {
	padding:.2em .25em .15em;
	border:.08em solid #eee;
	border-radius:.1em
}
.fa-pull-left {
	float:left
}
.fa-pull-right {
	float:right
}
.fa.fa-pull-left {
	margin-right:.3em
}
.fa.fa-pull-right {
	margin-left:.3em
}
.pull-right {
	float:right
}
.pull-left {
	float:left
}
.fa.pull-left {
	margin-right:.3em
}
.fa.pull-right {
	margin-left:.3em
}
.fa-spin {
	-webkit-animation:b 2s infinite linear;
	animation:b 2s infinite linear
}
.fa-pulse {
	-webkit-animation:b 1s infinite steps(8);
	animation:b 1s infinite steps(8)
}
 @-webkit-keyframes b {
 0% {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
 @keyframes b {
 0% {
 -webkit-transform:rotate(0deg);
 transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
.fa-rotate-90 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg)
}
.fa-rotate-180 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg)
}
.fa-rotate-270 {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg)
}
.fa-flip-horizontal {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform:scaleX(-1);
	transform:scaleX(-1)
}
.fa-flip-vertical {
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform:scaleY(-1);
	transform:scaleY(-1)
}
:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
	filter:none
}
.fa-stack {
	position:relative;
	display:inline-block;
	width:2em;
	height:2em;
	line-height:2em;
	vertical-align:middle
}
.fa-stack-1x, .fa-stack-2x {
	position:absolute;
	left:0;
	width:100%;
	text-align:center
}
.fa-stack-1x {
	line-height:inherit
}
.fa-stack-2x {
	font-size:2em
}
.fa-inverse {
	color:#fff
}
.fa-glass:before {
	content:""
}
.fa-music:before {
	content:""
}
.fa-search:before {
	content:""
}
.fa-envelope-o:before {
	content:""
}
.fa-heart:before {
	content:""
}
.fa-star:before {
	content:""
}
.fa-star-o:before {
	content:""
}
.fa-user:before {
	content:""
}
.fa-film:before {
	content:""
}
.fa-th-large:before {
	content:""
}
.fa-th:before {
	content:""
}
.fa-th-list:before {
	content:""
}
.fa-check:before {
	content:""
}
.fa-close:before, .fa-remove:before, .fa-times:before {
	content:""
}
.fa-search-plus:before {
	content:""
}
.fa-search-minus:before {
	content:""
}
.fa-power-off:before {
	content:""
}
.fa-signal:before {
	content:""
}
.fa-cog:before, .fa-gear:before {
	content:""
}
.fa-trash-o:before {
	content:""
}
.fa-home:before {
	content:""
}
.fa-file-o:before {
	content:""
}
.fa-clock-o:before {
	content:""
}
.fa-road:before {
	content:""
}
.fa-download:before {
	content:""
}
.fa-arrow-circle-o-down:before {
	content:""
}
.fa-arrow-circle-o-up:before {
	content:""
}
.fa-inbox:before {
	content:""
}
.fa-play-circle-o:before {
	content:""
}
.fa-repeat:before, .fa-rotate-right:before {
	content:""
}
.fa-refresh:before {
	content:""
}
.fa-list-alt:before {
	content:""
}
.fa-lock:before {
	content:""
}
.fa-flag:before {
	content:""
}
.fa-headphones:before {
	content:""
}
.fa-volume-off:before {
	content:""
}
.fa-volume-down:before {
	content:""
}
.fa-volume-up:before {
	content:""
}
.fa-qrcode:before {
	content:""
}
.fa-barcode:before {
	content:""
}
.fa-tag:before {
	content:""
}
.fa-tags:before {
	content:""
}
.fa-book:before {
	content:""
}
.fa-bookmark:before {
	content:""
}
.fa-print:before {
	content:""
}
.fa-camera:before {
	content:""
}
.fa-font:before {
	content:""
}
.fa-bold:before {
	content:""
}
.fa-italic:before {
	content:""
}
.fa-text-height:before {
	content:""
}
.fa-text-width:before {
	content:""
}
.fa-align-left:before {
	content:""
}
.fa-align-center:before {
	content:""
}
.fa-align-right:before {
	content:""
}
.fa-align-justify:before {
	content:""
}
.fa-list:before {
	content:""
}
.fa-dedent:before, .fa-outdent:before {
	content:""
}
.fa-indent:before {
	content:""
}
.fa-video-camera:before {
	content:""
}
.fa-image:before, .fa-photo:before, .fa-picture-o:before {
	content:""
}
.fa-pencil:before {
	content:""
}
.fa-map-marker:before {
	content:""
}
.fa-adjust:before {
	content:""
}
.fa-tint:before {
	content:""
}
.fa-edit:before, .fa-pencil-square-o:before {
	content:""
}
.fa-share-square-o:before {
	content:""
}
.fa-check-square-o:before {
	content:""
}
.fa-arrows:before {
	content:""
}
.fa-step-backward:before {
	content:""
}
.fa-fast-backward:before {
	content:""
}
.fa-backward:before {
	content:""
}
.fa-play:before {
	content:""
}
.fa-pause:before {
	content:""
}
.fa-stop:before {
	content:""
}
.fa-forward:before {
	content:""
}
.fa-fast-forward:before {
	content:""
}
.fa-step-forward:before {
	content:""
}
.fa-eject:before {
	content:""
}
.fa-chevron-left:before {
	content:""
}
.fa-chevron-right:before {
	content:""
}
.fa-plus-circle:before {
	content:""
}
.fa-minus-circle:before {
	content:""
}
.fa-times-circle:before {
	content:""
}
.fa-check-circle:before {
	content:""
}
.fa-question-circle:before {
	content:""
}
.fa-info-circle:before {
	content:""
}
.fa-crosshairs:before {
	content:""
}
.fa-times-circle-o:before {
	content:""
}
.fa-check-circle-o:before {
	content:""
}
.fa-ban:before {
	content:""
}
.fa-arrow-left:before {
	content:""
}
.fa-arrow-right:before {
	content:""
}
.fa-arrow-up:before {
	content:""
}
.fa-arrow-down:before {
	content:""
}
.fa-mail-forward:before, .fa-share:before {
	content:""
}
.fa-expand:before {
	content:""
}
.fa-compress:before {
	content:""
}
.fa-plus:before {
	content:""
}
.fa-minus:before {
	content:""
}
.fa-asterisk:before {
	content:""
}
.fa-exclamation-circle:before {
	content:""
}
.fa-gift:before {
	content:""
}
.fa-leaf:before {
	content:""
}
.fa-fire:before {
	content:""
}
.fa-eye:before {
	content:""
}
.fa-eye-slash:before {
	content:""
}
.fa-exclamation-triangle:before, .fa-warning:before {
	content:""
}
.fa-plane:before {
	content:""
}
.fa-calendar:before {
	content:""
}
.fa-random:before {
	content:""
}
.fa-comment:before {
	content:""
}
.fa-magnet:before {
	content:""
}
.fa-chevron-up:before {
	content:""
}
.fa-chevron-down:before {
	content:""
}
.fa-retweet:before {
	content:""
}
.fa-shopping-cart:before {
	content:""
}
.fa-folder:before {
	content:""
}
.fa-folder-open:before {
	content:""
}
.fa-arrows-v:before {
	content:""
}
.fa-arrows-h:before {
	content:""
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
	content:""
}
.fa-twitter-square:before {
	content:""
}
.fa-facebook-square:before {
	content:""
}
.fa-camera-retro:before {
	content:""
}
.fa-key:before {
	content:""
}
.fa-cogs:before, .fa-gears:before {
	content:""
}
.fa-comments:before {
	content:""
}
.fa-thumbs-o-up:before {
	content:""
}
.fa-thumbs-o-down:before {
	content:""
}
.fa-star-half:before {
	content:""
}
.fa-heart-o:before {
	content:""
}
.fa-sign-out:before {
	content:""
}
.fa-linkedin-square:before {
	content:""
}
.fa-thumb-tack:before {
	content:""
}
.fa-external-link:before {
	content:""
}
.fa-sign-in:before {
	content:""
}
.fa-trophy:before {
	content:""
}
.fa-github-square:before {
	content:""
}
.fa-upload:before {
	content:""
}
.fa-lemon-o:before {
	content:""
}
.fa-phone:before {
	content:""
}
.fa-square-o:before {
	content:""
}
.fa-bookmark-o:before {
	content:""
}
.fa-phone-square:before {
	content:""
}
.fa-twitter:before {
	content:""
}
.fa-facebook-f:before, .fa-facebook:before {
	content:""
}
.fa-github:before {
	content:""
}
.fa-unlock:before {
	content:""
}
.fa-credit-card:before {
	content:""
}
.fa-feed:before, .fa-rss:before {
	content:""
}
.fa-hdd-o:before {
	content:""
}
.fa-bullhorn:before {
	content:""
}
.fa-bell:before {
	content:""
}
.fa-certificate:before {
	content:""
}
.fa-hand-o-right:before {
	content:""
}
.fa-hand-o-left:before {
	content:""
}
.fa-hand-o-up:before {
	content:""
}
.fa-hand-o-down:before {
	content:""
}
.fa-arrow-circle-left:before {
	content:""
}
.fa-arrow-circle-right:before {
	content:""
}
.fa-arrow-circle-up:before {
	content:""
}
.fa-arrow-circle-down:before {
	content:""
}
.fa-globe:before {
	content:""
}
.fa-wrench:before {
	content:""
}
.fa-tasks:before {
	content:""
}
.fa-filter:before {
	content:""
}
.fa-briefcase:before {
	content:""
}
.fa-arrows-alt:before {
	content:""
}
.fa-group:before, .fa-users:before {
	content:""
}
.fa-chain:before, .fa-link:before {
	content:""
}
.fa-cloud:before {
	content:""
}
.fa-flask:before {
	content:""
}
.fa-cut:before, .fa-scissors:before {
	content:""
}
.fa-copy:before, .fa-files-o:before {
	content:""
}
.fa-paperclip:before {
	content:""
}
.fa-floppy-o:before, .fa-save:before {
	content:""
}
.fa-square:before {
	content:""
}
.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
	content:""
}
.fa-list-ul:before {
	content:""
}
.fa-list-ol:before {
	content:""
}
.fa-strikethrough:before {
	content:""
}
.fa-underline:before {
	content:""
}
.fa-table:before {
	content:""
}
.fa-magic:before {
	content:""
}
.fa-truck:before {
	content:""
}
.fa-pinterest:before {
	content:""
}
.fa-pinterest-square:before {
	content:""
}
.fa-google-plus-square:before {
	content:""
}
.fa-google-plus:before {
	content:""
}
.fa-money:before {
	content:""
}
.fa-caret-down:before {
	content:""
}
.fa-caret-up:before {
	content:""
}
.fa-caret-left:before {
	content:""
}
.fa-caret-right:before {
	content:""
}
.fa-columns:before {
	content:""
}
.fa-sort:before, .fa-unsorted:before {
	content:""
}
.fa-sort-desc:before, .fa-sort-down:before {
	content:""
}
.fa-sort-asc:before, .fa-sort-up:before {
	content:""
}
.fa-envelope:before {
	content:""
}
.fa-linkedin:before {
	content:""
}
.fa-rotate-left:before, .fa-undo:before {
	content:""
}
.fa-gavel:before, .fa-legal:before {
	content:""
}
.fa-dashboard:before, .fa-tachometer:before {
	content:""
}
.fa-comment-o:before {
	content:""
}
.fa-comments-o:before {
	content:""
}
.fa-bolt:before, .fa-flash:before {
	content:""
}
.fa-sitemap:before {
	content:""
}
.fa-umbrella:before {
	content:""
}
.fa-clipboard:before, .fa-paste:before {
	content:""
}
.fa-lightbulb-o:before {
	content:""
}
.fa-exchange:before {
	content:""
}
.fa-cloud-download:before {
	content:""
}
.fa-cloud-upload:before {
	content:""
}
.fa-user-md:before {
	content:""
}
.fa-stethoscope:before {
	content:""
}
.fa-suitcase:before {
	content:""
}
.fa-bell-o:before {
	content:""
}
.fa-coffee:before {
	content:""
}
.fa-cutlery:before {
	content:""
}
.fa-file-text-o:before {
	content:""
}
.fa-building-o:before {
	content:""
}
.fa-hospital-o:before {
	content:""
}
.fa-ambulance:before {
	content:""
}
.fa-medkit:before {
	content:""
}
.fa-fighter-jet:before {
	content:""
}
.fa-beer:before {
	content:""
}
.fa-h-square:before {
	content:""
}
.fa-plus-square:before {
	content:""
}
.fa-angle-double-left:before {
	content:""
}
.fa-angle-double-right:before {
	content:""
}
.fa-angle-double-up:before {
	content:""
}
.fa-angle-double-down:before {
	content:""
}
.fa-angle-left:before {
	content:""
}
.fa-angle-right:before {
	content:""
}
.fa-angle-up:before {
	content:""
}
.fa-angle-down:before {
	content:""
}
.fa-desktop:before {
	content:""
}
.fa-laptop:before {
	content:""
}
.fa-tablet:before {
	content:""
}
.fa-mobile-phone:before, .fa-mobile:before {
	content:""
}
.fa-circle-o:before {
	content:""
}
.fa-quote-left:before {
	content:""
}
.fa-quote-right:before {
	content:""
}
.fa-spinner:before {
	content:""
}
.fa-circle:before {
	content:""
}
.fa-mail-reply:before, .fa-reply:before {
	content:""
}
.fa-github-alt:before {
	content:""
}
.fa-folder-o:before {
	content:""
}
.fa-folder-open-o:before {
	content:""
}
.fa-smile-o:before {
	content:""
}
.fa-frown-o:before {
	content:""
}
.fa-meh-o:before {
	content:""
}
.fa-gamepad:before {
	content:""
}
.fa-keyboard-o:before {
	content:""
}
.fa-flag-o:before {
	content:""
}
.fa-flag-checkered:before {
	content:""
}
.fa-terminal:before {
	content:""
}
.fa-code:before {
	content:""
}
.fa-mail-reply-all:before, .fa-reply-all:before {
	content:""
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content:""
}
.fa-location-arrow:before {
	content:""
}
.fa-crop:before {
	content:""
}
.fa-code-fork:before {
	content:""
}
.fa-chain-broken:before, .fa-unlink:before {
	content:""
}
.fa-question:before {
	content:""
}
.fa-info:before {
	content:""
}
.fa-exclamation:before {
	content:""
}
.fa-superscript:before {
	content:""
}
.fa-subscript:before {
	content:""
}
.fa-eraser:before {
	content:""
}
.fa-puzzle-piece:before {
	content:""
}
.fa-microphone:before {
	content:""
}
.fa-microphone-slash:before {
	content:""
}
.fa-shield:before {
	content:""
}
.fa-calendar-o:before {
	content:""
}
.fa-fire-extinguisher:before {
	content:""
}
.fa-rocket:before {
	content:""
}
.fa-maxcdn:before {
	content:""
}
.fa-chevron-circle-left:before {
	content:""
}
.fa-chevron-circle-right:before {
	content:""
}
.fa-chevron-circle-up:before {
	content:""
}
.fa-chevron-circle-down:before {
	content:""
}
.fa-html5:before {
	content:""
}
.fa-css3:before {
	content:""
}
.fa-anchor:before {
	content:""
}
.fa-unlock-alt:before {
	content:""
}
.fa-bullseye:before {
	content:""
}
.fa-ellipsis-h:before {
	content:""
}
.fa-ellipsis-v:before {
	content:""
}
.fa-rss-square:before {
	content:""
}
.fa-play-circle:before {
	content:""
}
.fa-ticket:before {
	content:""
}
.fa-minus-square:before {
	content:""
}
.fa-minus-square-o:before {
	content:""
}
.fa-level-up:before {
	content:""
}
.fa-level-down:before {
	content:""
}
.fa-check-square:before {
	content:""
}
.fa-pencil-square:before {
	content:""
}
.fa-external-link-square:before {
	content:""
}
.fa-share-square:before {
	content:""
}
.fa-compass:before {
	content:""
}
.fa-caret-square-o-down:before, .fa-toggle-down:before {
	content:""
}
.fa-caret-square-o-up:before, .fa-toggle-up:before {
	content:""
}
.fa-caret-square-o-right:before, .fa-toggle-right:before {
	content:""
}
.fa-eur:before, .fa-euro:before {
	content:""
}
.fa-gbp:before {
	content:""
}
.fa-dollar:before, .fa-usd:before {
	content:""
}
.fa-inr:before, .fa-rupee:before {
	content:""
}
.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
	content:""
}
.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
	content:""
}
.fa-krw:before, .fa-won:before {
	content:""
}
.fa-bitcoin:before, .fa-btc:before {
	content:""
}
.fa-file:before {
	content:""
}
.fa-file-text:before {
	content:""
}
.fa-sort-alpha-asc:before {
	content:""
}
.fa-sort-alpha-desc:before {
	content:""
}
.fa-sort-amount-asc:before {
	content:""
}
.fa-sort-amount-desc:before {
	content:""
}
.fa-sort-numeric-asc:before {
	content:""
}
.fa-sort-numeric-desc:before {
	content:""
}
.fa-thumbs-up:before {
	content:""
}
.fa-thumbs-down:before {
	content:""
}
.fa-youtube-square:before {
	content:""
}
.fa-youtube:before {
	content:""
}
.fa-xing:before {
	content:""
}
.fa-xing-square:before {
	content:""
}
.fa-youtube-play:before {
	content:""
}
.fa-dropbox:before {
	content:""
}
.fa-stack-overflow:before {
	content:""
}
.fa-instagram:before {
	content:""
}
.fa-flickr:before {
	content:""
}
.fa-adn:before {
	content:""
}
.fa-bitbucket:before {
	content:""
}
.fa-bitbucket-square:before {
	content:""
}
.fa-tumblr:before {
	content:""
}
.fa-tumblr-square:before {
	content:""
}
.fa-long-arrow-down:before {
	content:""
}
.fa-long-arrow-up:before {
	content:""
}
.fa-long-arrow-left:before {
	content:""
}
.fa-long-arrow-right:before {
	content:""
}
.fa-apple:before {
	content:""
}
.fa-windows:before {
	content:""
}
.fa-android:before {
	content:""
}
.fa-linux:before {
	content:""
}
.fa-dribbble:before {
	content:""
}
.fa-skype:before {
	content:""
}
.fa-foursquare:before {
	content:""
}
.fa-trello:before {
	content:""
}
.fa-female:before {
	content:""
}
.fa-male:before {
	content:""
}
.fa-gittip:before, .fa-gratipay:before {
	content:""
}
.fa-sun-o:before {
	content:""
}
.fa-moon-o:before {
	content:""
}
.fa-archive:before {
	content:""
}
.fa-bug:before {
	content:""
}
.fa-vk:before {
	content:""
}
.fa-weibo:before {
	content:""
}
.fa-renren:before {
	content:""
}
.fa-pagelines:before {
	content:""
}
.fa-stack-exchange:before {
	content:""
}
.fa-arrow-circle-o-right:before {
	content:""
}
.fa-arrow-circle-o-left:before {
	content:""
}
.fa-caret-square-o-left:before, .fa-toggle-left:before {
	content:""
}
.fa-dot-circle-o:before {
	content:""
}
.fa-wheelchair:before {
	content:""
}
.fa-vimeo-square:before {
	content:""
}
.fa-try:before, .fa-turkish-lira:before {
	content:""
}
.fa-plus-square-o:before {
	content:""
}
.fa-space-shuttle:before {
	content:""
}
.fa-slack:before {
	content:""
}
.fa-envelope-square:before {
	content:""
}
.fa-wordpress:before {
	content:""
}
.fa-openid:before {
	content:""
}
.fa-bank:before, .fa-institution:before, .fa-university:before {
	content:""
}
.fa-graduation-cap:before, .fa-mortar-board:before {
	content:""
}
.fa-yahoo:before {
	content:""
}
.fa-google:before {
	content:""
}
.fa-reddit:before {
	content:""
}
.fa-reddit-square:before {
	content:""
}
.fa-stumbleupon-circle:before {
	content:""
}
.fa-stumbleupon:before {
	content:""
}
.fa-delicious:before {
	content:""
}
.fa-digg:before {
	content:""
}
.fa-pied-piper-pp:before {
	content:""
}
.fa-pied-piper-alt:before {
	content:""
}
.fa-drupal:before {
	content:""
}
.fa-joomla:before {
	content:""
}
.fa-language:before {
	content:""
}
.fa-fax:before {
	content:""
}
.fa-building:before {
	content:""
}
.fa-child:before {
	content:""
}
.fa-paw:before {
	content:""
}
.fa-spoon:before {
	content:""
}
.fa-cube:before {
	content:""
}
.fa-cubes:before {
	content:""
}
.fa-behance:before {
	content:""
}
.fa-behance-square:before {
	content:""
}
.fa-steam:before {
	content:""
}
.fa-steam-square:before {
	content:""
}
.fa-recycle:before {
	content:""
}
.fa-automobile:before, .fa-car:before {
	content:""
}
.fa-cab:before, .fa-taxi:before {
	content:""
}
.fa-tree:before {
	content:""
}
.fa-spotify:before {
	content:""
}
.fa-deviantart:before {
	content:""
}
.fa-soundcloud:before {
	content:""
}
.fa-database:before {
	content:""
}
.fa-file-pdf-o:before {
	content:""
}
.fa-file-word-o:before {
	content:""
}
.fa-file-excel-o:before {
	content:""
}
.fa-file-powerpoint-o:before {
	content:""
}
.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
	content:""
}
.fa-file-archive-o:before, .fa-file-zip-o:before {
	content:""
}
.fa-file-audio-o:before, .fa-file-sound-o:before {
	content:""
}
.fa-file-movie-o:before, .fa-file-video-o:before {
	content:""
}
.fa-file-code-o:before {
	content:""
}
.fa-vine:before {
	content:""
}
.fa-codepen:before {
	content:""
}
.fa-jsfiddle:before {
	content:""
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
	content:""
}
.fa-circle-o-notch:before {
	content:""
}
.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
	content:""
}
.fa-empire:before, .fa-ge:before {
	content:""
}
.fa-git-square:before {
	content:""
}
.fa-git:before {
	content:""
}
.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
	content:""
}
.fa-tencent-weibo:before {
	content:""
}
.fa-qq:before {
	content:""
}
.fa-wechat:before, .fa-weixin:before {
	content:""
}
.fa-paper-plane:before, .fa-send:before {
	content:""
}
.fa-paper-plane-o:before, .fa-send-o:before {
	content:""
}
.fa-history:before {
	content:""
}
.fa-circle-thin:before {
	content:""
}
.fa-header:before {
	content:""
}
.fa-paragraph:before {
	content:""
}
.fa-sliders:before {
	content:""
}
.fa-share-alt:before {
	content:""
}
.fa-share-alt-square:before {
	content:""
}
.fa-bomb:before {
	content:""
}
.fa-futbol-o:before, .fa-soccer-ball-o:before {
	content:""
}
.fa-tty:before {
	content:""
}
.fa-binoculars:before {
	content:""
}
.fa-plug:before {
	content:""
}
.fa-slideshare:before {
	content:""
}
.fa-twitch:before {
	content:""
}
.fa-yelp:before {
	content:""
}
.fa-newspaper-o:before {
	content:""
}
.fa-wifi:before {
	content:""
}
.fa-calculator:before {
	content:""
}
.fa-paypal:before {
	content:""
}
.fa-google-wallet:before {
	content:""
}
.fa-cc-visa:before {
	content:""
}
.fa-cc-mastercard:before {
	content:""
}
.fa-cc-discover:before {
	content:""
}
.fa-cc-amex:before {
	content:""
}
.fa-cc-paypal:before {
	content:""
}
.fa-cc-stripe:before {
	content:""
}
.fa-bell-slash:before {
	content:""
}
.fa-bell-slash-o:before {
	content:""
}
.fa-trash:before {
	content:""
}
.fa-copyright:before {
	content:""
}
.fa-at:before {
	content:""
}
.fa-eyedropper:before {
	content:""
}
.fa-paint-brush:before {
	content:""
}
.fa-birthday-cake:before {
	content:""
}
.fa-area-chart:before {
	content:""
}
.fa-pie-chart:before {
	content:""
}
.fa-line-chart:before {
	content:""
}
.fa-lastfm:before {
	content:""
}
.fa-lastfm-square:before {
	content:""
}
.fa-toggle-off:before {
	content:""
}
.fa-toggle-on:before {
	content:""
}
.fa-bicycle:before {
	content:""
}
.fa-bus:before {
	content:""
}
.fa-ioxhost:before {
	content:""
}
.fa-angellist:before {
	content:""
}
.fa-cc:before {
	content:""
}
.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
	content:""
}
.fa-meanpath:before {
	content:""
}
.fa-buysellads:before {
	content:""
}
.fa-connectdevelop:before {
	content:""
}
.fa-dashcube:before {
	content:""
}
.fa-forumbee:before {
	content:""
}
.fa-leanpub:before {
	content:""
}
.fa-sellsy:before {
	content:""
}
.fa-shirtsinbulk:before {
	content:""
}
.fa-simplybuilt:before {
	content:""
}
.fa-skyatlas:before {
	content:""
}
.fa-cart-plus:before {
	content:""
}
.fa-cart-arrow-down:before {
	content:""
}
.fa-diamond:before {
	content:""
}
.fa-ship:before {
	content:""
}
.fa-user-secret:before {
	content:""
}
.fa-motorcycle:before {
	content:""
}
.fa-street-view:before {
	content:""
}
.fa-heartbeat:before {
	content:""
}
.fa-venus:before {
	content:""
}
.fa-mars:before {
	content:""
}
.fa-mercury:before {
	content:""
}
.fa-intersex:before, .fa-transgender:before {
	content:""
}
.fa-transgender-alt:before {
	content:""
}
.fa-venus-double:before {
	content:""
}
.fa-mars-double:before {
	content:""
}
.fa-venus-mars:before {
	content:""
}
.fa-mars-stroke:before {
	content:""
}
.fa-mars-stroke-v:before {
	content:""
}
.fa-mars-stroke-h:before {
	content:""
}
.fa-neuter:before {
	content:""
}
.fa-genderless:before {
	content:""
}
.fa-facebook-official:before {
	content:""
}
.fa-pinterest-p:before {
	content:""
}
.fa-whatsapp:before {
	content:""
}
.fa-server:before {
	content:""
}
.fa-user-plus:before {
	content:""
}
.fa-user-times:before {
	content:""
}
.fa-bed:before, .fa-hotel:before {
	content:""
}
.fa-viacoin:before {
	content:""
}
.fa-train:before {
	content:""
}
.fa-subway:before {
	content:""
}
.fa-medium:before {
	content:""
}
.fa-y-combinator:before, .fa-yc:before {
	content:""
}
.fa-optin-monster:before {
	content:""
}
.fa-opencart:before {
	content:""
}
.fa-expeditedssl:before {
	content:""
}
.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
	content:""
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
	content:""
}
.fa-battery-2:before, .fa-battery-half:before {
	content:""
}
.fa-battery-1:before, .fa-battery-quarter:before {
	content:""
}
.fa-battery-0:before, .fa-battery-empty:before {
	content:""
}
.fa-mouse-pointer:before {
	content:""
}
.fa-i-cursor:before {
	content:""
}
.fa-object-group:before {
	content:""
}
.fa-object-ungroup:before {
	content:""
}
.fa-sticky-note:before {
	content:""
}
.fa-sticky-note-o:before {
	content:""
}
.fa-cc-jcb:before {
	content:""
}
.fa-cc-diners-club:before {
	content:""
}
.fa-clone:before {
	content:""
}
.fa-balance-scale:before {
	content:""
}
.fa-hourglass-o:before {
	content:""
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
	content:""
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
	content:""
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
	content:""
}
.fa-hourglass:before {
	content:""
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
	content:""
}
.fa-hand-paper-o:before, .fa-hand-stop-o:before {
	content:""
}
.fa-hand-scissors-o:before {
	content:""
}
.fa-hand-lizard-o:before {
	content:""
}
.fa-hand-spock-o:before {
	content:""
}
.fa-hand-pointer-o:before {
	content:""
}
.fa-hand-peace-o:before {
	content:""
}
.fa-trademark:before {
	content:""
}
.fa-registered:before {
	content:""
}
.fa-creative-commons:before {
	content:""
}
.fa-gg:before {
	content:""
}
.fa-gg-circle:before {
	content:""
}
.fa-tripadvisor:before {
	content:""
}
.fa-odnoklassniki:before {
	content:""
}
.fa-odnoklassniki-square:before {
	content:""
}
.fa-get-pocket:before {
	content:""
}
.fa-wikipedia-w:before {
	content:""
}
.fa-safari:before {
	content:""
}
.fa-chrome:before {
	content:""
}
.fa-firefox:before {
	content:""
}
.fa-opera:before {
	content:""
}
.fa-internet-explorer:before {
	content:""
}
.fa-television:before, .fa-tv:before {
	content:""
}
.fa-contao:before {
	content:""
}
.fa-500px:before {
	content:""
}
.fa-amazon:before {
	content:""
}
.fa-calendar-plus-o:before {
	content:""
}
.fa-calendar-minus-o:before {
	content:""
}
.fa-calendar-times-o:before {
	content:""
}
.fa-calendar-check-o:before {
	content:""
}
.fa-industry:before {
	content:""
}
.fa-map-pin:before {
	content:""
}
.fa-map-signs:before {
	content:""
}
.fa-map-o:before {
	content:""
}
.fa-map:before {
	content:""
}
.fa-commenting:before {
	content:""
}
.fa-commenting-o:before {
	content:""
}
.fa-houzz:before {
	content:""
}
.fa-vimeo:before {
	content:""
}
.fa-black-tie:before {
	content:""
}
.fa-fonticons:before {
	content:""
}
.fa-reddit-alien:before {
	content:""
}
.fa-edge:before {
	content:""
}
.fa-credit-card-alt:before {
	content:""
}
.fa-codiepie:before {
	content:""
}
.fa-modx:before {
	content:""
}
.fa-fort-awesome:before {
	content:""
}
.fa-usb:before {
	content:""
}
.fa-product-hunt:before {
	content:""
}
.fa-mixcloud:before {
	content:""
}
.fa-scribd:before {
	content:""
}
.fa-pause-circle:before {
	content:""
}
.fa-pause-circle-o:before {
	content:""
}
.fa-stop-circle:before {
	content:""
}
.fa-stop-circle-o:before {
	content:""
}
.fa-shopping-bag:before {
	content:""
}
.fa-shopping-basket:before {
	content:""
}
.fa-hashtag:before {
	content:""
}
.fa-bluetooth:before {
	content:""
}
.fa-bluetooth-b:before {
	content:""
}
.fa-percent:before {
	content:""
}
.fa-gitlab:before {
	content:""
}
.fa-wpbeginner:before {
	content:""
}
.fa-wpforms:before {
	content:""
}
.fa-envira:before {
	content:""
}
.fa-universal-access:before {
	content:""
}
.fa-wheelchair-alt:before {
	content:""
}
.fa-question-circle-o:before {
	content:""
}
.fa-blind:before {
	content:""
}
.fa-audio-description:before {
	content:""
}
.fa-volume-control-phone:before {
	content:""
}
.fa-braille:before {
	content:""
}
.fa-assistive-listening-systems:before {
	content:""
}
.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
	content:""
}
.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
	content:""
}
.fa-glide:before {
	content:""
}
.fa-glide-g:before {
	content:""
}
.fa-sign-language:before, .fa-signing:before {
	content:""
}
.fa-low-vision:before {
	content:""
}
.fa-viadeo:before {
	content:""
}
.fa-viadeo-square:before {
	content:""
}
.fa-snapchat:before {
	content:""
}
.fa-snapchat-ghost:before {
	content:""
}
.fa-snapchat-square:before {
	content:""
}
.fa-pied-piper:before {
	content:""
}
.fa-first-order:before {
	content:""
}
.fa-yoast:before {
	content:""
}
.fa-themeisle:before {
	content:""
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
	content:""
}
.fa-fa:before, .fa-font-awesome:before {
	content:""
}
.fa-handshake-o:before {
	content:""
}
.fa-envelope-open:before {
	content:""
}
.fa-envelope-open-o:before {
	content:""
}
.fa-linode:before {
	content:""
}
.fa-address-book:before {
	content:""
}
.fa-address-book-o:before {
	content:""
}
.fa-address-card:before, .fa-vcard:before {
	content:""
}
.fa-address-card-o:before, .fa-vcard-o:before {
	content:""
}
.fa-user-circle:before {
	content:""
}
.fa-user-circle-o:before {
	content:""
}
.fa-user-o:before {
	content:""
}
.fa-id-badge:before {
	content:""
}
.fa-drivers-license:before, .fa-id-card:before {
	content:""
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
	content:""
}
.fa-quora:before {
	content:""
}
.fa-free-code-camp:before {
	content:""
}
.fa-telegram:before {
	content:""
}
.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
	content:""
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
	content:""
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
	content:""
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
	content:""
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
	content:""
}
.fa-shower:before {
	content:""
}
.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
	content:""
}
.fa-podcast:before {
	content:""
}
.fa-window-maximize:before {
	content:""
}
.fa-window-minimize:before {
	content:""
}
.fa-window-restore:before {
	content:""
}
.fa-times-rectangle:before, .fa-window-close:before {
	content:""
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
	content:""
}
.fa-bandcamp:before {
	content:""
}
.fa-grav:before {
	content:""
}
.fa-etsy:before {
	content:""
}
.fa-imdb:before {
	content:""
}
.fa-ravelry:before {
	content:""
}
.fa-eercast:before {
	content:""
}
.fa-microchip:before {
	content:""
}
.fa-snowflake-o:before {
	content:""
}
.fa-superpowers:before {
	content:""
}
.fa-wpexplorer:before {
	content:""
}
.fa-meetup:before {
	content:""
}
.gallery {
	margin-bottom:1.5em
}
.gallery-item {
	display:inline-block;
	text-align:center;
	vertical-align:top;
	width:100%
}
.gallery-columns-2 .gallery-item {
	max-width:50%
}
.gallery-columns-3 .gallery-item {
	max-width:33.33%
}
.gallery-columns-4 .gallery-item {
	max-width:25%
}
.gallery-columns-5 .gallery-item {
	max-width:20%
}
.gallery-columns-6 .gallery-item {
	max-width:16.66%
}
.gallery-columns-7 .gallery-item {
	max-width:14.28%
}
.gallery-columns-8 .gallery-item {
	max-width:12.5%
}
.gallery-columns-9 .gallery-item {
	max-width:11.11%
}
.gallery-caption {
	display:block
}
.quick-quote-container {
	background-color: rgba(244,66,3,0.9);
	padding: 40px 0px;
	border-radius:0 4px 0 0;
}
.quick-quote-container .form-inline label {
	justify-content:inherit
}
.hiw-icon {
	width: 110px;
	height: 106px;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	border: 2px solid #0062cc;
	border-radius: 50%;
}
#hiw a {
	color: #010101;
	font-size: 19px;
}
.ere_secn {
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: -77px;
}
.frme_sec {
	position:relative;
}
#hiw.row.mt-4 {
	margin-top: 60px !important;
	position:relative;
}
#hiw.row.mt-4 h3 {
	margin:90px 0;
}
.arodwn {
	background: rgba(0, 0, 0, 0) url("../images/aro-down.png") no-repeat scroll center center;
	top: -34px;
	height: 88px;
	left: 0;
	right: 0;
	margin: 0px auto 0;
	position: absolute;
	transition: all 0.5s ease 0s;
	width: 88px;
	z-index: 99999999;
	transition: all .5s;
	-webkit-transition: all .5s;
	-webkit-animation: ani2 5s infinite;
	-moz-animation: ani2 5s infinite;
	-o-animation: ani2 5s infinite;
	animation: ani2 5s infinite;
	display: inline-block;
	animation-name: hover;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
 @keyframes ani2 {
 0%, 100% {
 top:-120px
}
 50%, 80% {
 top:-100px
}
}
 @keyframes hover {
 50% {
 -webkit-transform: translateY(-3px);
 -ms-transform: translateY(-3px);
 transform: translateY(-3px);
}
 100% {
 -webkit-transform: translateY(-6px);
 -ms-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
 @-webkit-keyframes hover-shadow {
 0% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
 opacity: .4;
}
 50% {
 -webkit-transform: translateY(3px);
 transform: translateY(3px);
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(6px);
 transform: translateY(6px);
 opacity: .4;
}
}
 @keyframes hover-shadow {
 0% {
 -webkit-transform: translateY(6px);
 -ms-transform: translateY(6px);
 transform: translateY(6px);
 opacity: .4;
}
 50% {
 -webkit-transform: translateY(3px);
 -ms-transform: translateY(3px);
 transform: translateY(3px);
 opacity: 1;
}
 100% {
 -webkit-transform: translateY(6px);
 -ms-transform: translateY(6px);
 transform: translateY(6px);
 opacity: .4;
}
}
 @-webkit-keyframes hover {
 50% {
 -webkit-transform: translateY(-3px);
 transform: translateY(-3px);
}
 100% {
 -webkit-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
 @keyframes hover {
 50% {
 -webkit-transform: translateY(-3px);
 -ms-transform: translateY(-3px);
 transform: translateY(-3px);
}
 100% {
 -webkit-transform: translateY(-6px);
 -ms-transform: translateY(-6px);
 transform: translateY(-6px);
}
}
#hiw .hiw-label.mt-4.text-center {
	margin-top:10px !important;
}
#hiw a:hover .hiw-icon {
	-webkit-transform:translateY(5px);
	transform:translateY(5px)
}
#hiw1 {
	background-position:0 0
}
#hiw2 {
	background-position:0 -82px
}
#hiw3 {
	background-position:0 -164px
}
#hiw4 {
	background-position:0 -246px
}
#hiw5 {
	background-position:0 -329px
}
#hiw6 {
	background-position:0 -410px
}
.flagicon {
	width:46px;
	height:32px;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/flags.png)
}
.ukflag {
	background-position:-577px -200px
}
.spainflag {
	background-position:-97px -200px
}
.usflag {
	background-position:-1px -680px
}
.ozflag {
	background-position:-625px -8px
}
.frenchflag {
	background-position:-481px -200px
}
.germanflag {
	background-position:-337px -152px
}
.entry-content, .navbar-light {
	background:#fff
}
.entry-content {
	padding:20px
}
body {
	background:#eceeef
}
a {
	-webkit-transition:color .6s ease-in-out;
	transition:color .6s ease-in-out;
	color:#0062cc
}
a:hover {
	color:#000;
	text-decoration:none
}
.home-header, .splash-container {
	display:none
}
.navbar-brand {
	max-width:70%
}
.orangebutton {
	background-color:#0062cc;
	color:#fff!important
}
.orangebutton:hover {
	background-color:#a62900
}
.orangebgheader {
	background-color:#0062cc;
	color:#fff;
	padding:6px 9px
}
.orangebgheader, .orangeheader {
	font-size:1.2rem;
	font-weight:700
}
.orangeheader {
	color:#0062cc
}
.blackbgheader {
	background-color:#000
}
.blackbgheader, .greybgheader {
	color:#fff;
	padding:6px 9px;
	font-size:1.2rem;
	font-weight:700
}
.greybgheader {
	background-color:#333
}
.orangetext {
	color:#0062cc
}
.orangetextbox {
	background-color:#0062cc;
	color:#fff;
	padding:20px
}
.orangetextbox a {
	color:#000
}
.orangetextbox a:hover {
	color:#fff
}
.whitetextbox {
	padding:20px
}
.whitetextbox, .whitetextboxlp {
	color:#000
}
.whitetextboxlp {
	padding:9px
}
.lightgreytextboxlp {
	background-color:#f7f7f9;
	color:#000;
	padding:9px
}
a.whitetextboxlp:hover {
	color:#0062cc
}
.hppricebox {
	position:relative;
	background:#333;
	padding:20px 0;
	color:#fff
}
#main-menu.navbar-nav {
	flex-direction:column-reverse
}
#topnavbar {
	background:#fff;
	font-size:75%
}
#topnavbar .dropdown-menu {
	right:0;
	left:auto
}
#primaryNav #navbarNavDropdown .nav-link {
	text-indent:0;
	-webkit-transition:text-indent .15s linear, color .6s ease-in-out, background-color .6s ease-in-out;
	transition:text-indent .15s linear, color ease-in-ou .6s, background-color ease-in-outt .6s
}
#primaryNav #navbarNavDropdown.show .nav-link {
	text-indent:15%
}
.nav-link {
	padding:.5em
}
.shipping-destination {
	text-align:center;
	-webkit-transition:-webkit-transform .5s ease 0s;
	transition:transform .5s ease 0s
}
.shipping-destination:hover {
}
.shipping-destination a {
	color:#010101;
	font-weight:700
}
.shipping-price {
	font-size:74px;
	line-height:1em
}
.textposition {
	position:absolute;
	max-width:280px
}
.bgfadein {
	opacity:.9;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
.bgfadein:hover {
	opacity:1
}
.hp-widget {
	background-repeat:no-repeat;
	background-size:cover;
	height:350px;
	position:relative
}
.hp-widget h2 {
	font-size:1.3rem
}
.hp-student {
	background-image:url(/wp-content/themes/EMSTheme/images/students.jpg)
}
.hp-student .textposition {
	bottom:30px;
	right:30px
}
.hp-business {
	background-image:url(/wp-content/themes/EMSTheme/images/business.jpg)
}
.hp-business .textposition {
	bottom:30px;
	left:30px
}
#wrapper-footer {
	background-color:#0062cc;
	padding-bottom:0;
}
#wrapper-footer ul {
	padding:0;
	margin:0
}
#wrapper-footer .menu-item {
	width:100%;
	padding-bottom:12px
}
#wrapper-footer h3 {
	font-size:1rem;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:15px
}
.footer-menu-title {
	font-size:1rem;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:5px
}
.footer-social-widget {
	font-size:3rem
}
.footer-social-widget h3 {
	padding-bottom:3px;
	line-height:1.5
}
a.fblink:hover {
	color:#3b5998
}
a.twitlink:hover {
	color:#00aced
}
.quick-quote-price-weight {
	width:90px;
	display:inline-block
}
.quick-quote-price {
	color:#0062cc
}
.biggreencheck {
	font-size:3.1rem;
	color:#209f21
}
.bigredcross {
	font-size:3.1rem;
	color:#f03a3b
}
.smallredcross {
	font-size:1.5rem;
	color:#f03a3b
}
.order-progress {
	font-size:24px;
	font-size:1.5rem;
	font-weight:700;
	text-transform:uppercase
}
.stickysticky {
	position:fixed;
	top:0
}
#basket {
	border:1px solid #0062cc;
	background:#fff;
	z-index:9;
}
.order-summary-total-to-pay {
	display:none
}
.order-summary-total {
	font-size:2rem
}
#orderStep3 .ui-datepicker {
	width:100%!important
}
#searchform .assistive-text {
	display:none
}
 @media (min-width:576px) {
#orderForm {
 font-size:.9rem
}
#primaryNav .navbar-toggler {
	margin-top:2%
}
#topnavbar {
	background:#fff;
	font-size:80%
}
.nav-link {
	padding:.5em 1em
}
}
 @media (min-width:768px) {
.splash-container {
	width:100%;
	height:800px;
	overflow:hidden;
	position:absolute;
	background-color:#0062cc;
	z-index:0;
	display:block
}
.splash-container .splash-inner-container {
	position:absolute;
	width:2000px;
	height:800px;
	overflow:hidden;
	left:50%;
	margin-left:-850px
}
.splash-image {
	position:absolute;
	animation:c 35s infinite;
	opacity:0
}
 @keyframes c {
 25% {
 opacity:1
}
 40% {
 opacity:0
}
}
img:first-child {
	animation-delay:28s
}
img:nth-child(2) {
	animation-delay:21s
}
img:nth-child(3) {
	animation-delay:14s
}
img:nth-child(4) {
	animation-delay:7s
}
img:nth-child(5) {
	animation-delay:0s
}
.home-header {
	margin:125px 0 10px;
	color:#fff;
	font-weight:700;
	font-size:40px;
	font-size:2.5rem;
	padding:0 0 8px 20px;
	text-shadow:1px 1px 2px #000, 0 0 20px #000;
	display:block
}
.home-header h2 {
	font-size:24px;
	font-size:1.5rem
}
.home .entry-content {
	margin-top:0px;
	padding:0;
}
 @keyframes d {
 0% {
 background-position:0 20px
}
to {
	background-position:100% 20px
}
}
 @-webkit-keyframes d {
 0% {
 background-position:0 20px
}
to {
	background-position:100% 20px
}
}
#hiw {
/*background-image:url(/wp-content/themes/EMSTheme/images/arrow.png);

	background-position:0 50px;

	background-repeat:no-repeat;

	animation:d 10s linear infinite;

	-moz-animation:d 10s linear infinite;

	-webkit-animation:d 10s linear infinite;

	-ms-animation:d 10s linear infinite;

	-o-animation:d 10s linear infinite*/

}
}
 @media (min-width:992px) {
#orderForm {
	font-size:1rem
}
#main-menu {
	width:100%
}
#main-menu.navbar-nav {
	flex-direction:row-reverse!important
}
#primaryNav .navbar-brand {
	margin-top:-30px
}
#primaryNav .navbar-nav .nav-link {
	padding-right:1rem;
	padding-left:1rem
}
}
 @media (min-width:1200px) {
#basket {
	min-width:255px;
	z-index:9;
}
}
.wpcf7 {
	max-width:600px;
	margin:0 auto!important
}
.wpcf7 .wpcf7-form label {
	width:100%
}
.wpcf7 .wpcf7-not-valid-tip {
	color:#d9534f!important
}
.wpcf7 .wpcf7-validation-errors {
	color:#d9534f!important;
	border:1px solid #eceeef!important
}
.waiting-cover {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:hsla(0,0%,100%,.8)
}
input[type=text].form-control.errors, select.form-control.errors {
	border:1px solid red!important
}
#return-date-select {
	margin-top:40px;
	display:none
}
.destinations-sidebar #ajax-show-info .col-md-5 {
	display:block;
	flex:unset!important;
	max-width:60%!important;
	width:60%!important
}
.footslink {
	float:left;
	padding:0 5px
}
button.stripe-button-el {
	border-radius: 0;
	border-color: #0062cc;
	background-color: #0062cc !important;
	background-image: none !important;
}
.stripe-button-el span {
	background: #0062cc !important;
	padding: 5px 40px !important;
	text-shadow: none !important;
	height: auto !important;
	font-size: 18px !important;
	font-weight: 100 !important;
	font-family: 'Roboto', sans-serif !important;
}
.secure img {
	float: left;
	height: 33px;
	margin: 5px;
	width: auto;
}
 @media screen and (max-width:767px) {
#hiw .col-md-2 {
	width: 50%;
}
.home .col-7 h3 {
	font-size: 15px;
	font-weight: 700;
}
.home .entry-content {
	padding: 0;
}
}
#wk_content li.view_all a {
	background-color: #0062cc !important;
	color: #ffffff !important;
}
#wk_content .wk_article_list li a {
	color: #000000;
}
.wk-breadcrumb li {
	padding: 0px 10px !important;
}
.wk-text-wrap {
	background-color: #0062cc !important;
}
.wk-like {
	background-color: #000000 !important;
}
p {
	font-size: 14px;
}
#wrapper-footer .menu-item {
	font-size: 14px;
	color: #0062cc !important;
}
#wrapper-footer .menu-item a {
	font-size: 13px;
	color: #666666;
	text-transform: capitalize;
	font-weight: normal;
	border-bottom: 1px dashed #c2c2c2;
	display: block;
	padding: 0 0 14px 0;
	position: relative;
	line-height: 14px;
}
#footer-menu-2 #menu-item-105 {
	margin-top: 16px !important;
	display: block;
}
#wrapper-footer .menu-item a:hover {
	color: #0062cc;
}
#wrapper-footer {
	background-color: #f2f2f2 !important;
}
#wrapper-footer h3 {
	position:relative;
}
#wrapper-footer h3::after, .footer-menu-title a::after {
	border-bottom: 4px solid #0062cc;
	width: 50px;
	content: "";
	position: absolute;
	height: 4px;
	bottom: -2px;
	left: 0;
}
.site-info, .site-info a {
	font-size: 11px;
	color: #666666;
	text-align:center;
}
/*---------------26-june-2018--------------------*/

.pricng_org_sec {
}
.oger {
	background:#fb470f;
}
.pricng_org_sec_blos h3 {
	color:#1b2023;
	font-size:32px;
	line-height:34px;
	text-align:center;
	margin:90px auto;
}
.pricng_org_sec_blos .col-md-12 {
	margin-bottom:60px;
}
.pricng_org_sec_blos .col-md-2 {
	float: left;
	margin-right:3%;
}
.pricng_org_sec_blos .col-md-10 p {
	line-height:28px;
	padding-top:8px;
}
.midle .col-md-6 {
	width: 34%;
	box-shadow: 0 0 5px #aaa;
	display: inline-block;
	padding: 3%;
	margin: 3%;
	background: #fff;
	border-radius: 5px;
	vertical-align:top;
	min-height: 845px;
}
.midle {
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding-top:50px;
}
.oger.ogerinr {
	position:absolute;
	width:100%;
	top:0;
	height:556px;
}
.oger.ogerinr.landinge {
	height:300px;
}
.midle .col-md-6 ul {
	list-style-type:none;
}
.midle .col-md-6 ul li {
	color:#565c60;
	font-size:16px;
	padding:7px 0 7px 28px;
	background:url(../images/bult-dot.png) 0 11px no-repeat;
}
.midle .col-md-6 ul {
	padding:0;
	margin:0;
	text-align:left;
}
.midle_dv h3 {
	color:#133142;
	font-size:60px;
	line-height:60px;
}
.midle_dv h3 strong {
	display:block;
	font-size:20px;
	line-height:20px;
	color:#565c60;
	font-weight:400;
}
.midle_dv h4 {
	color:#133142;
	text-transform:uppercase;
	font-weight:100;
	font-size:32px;
	margin-bottom:55px;
}
.pricng_org_sec_blos h4 strong {
	color:#fb470f;
}
.midle_dv h5 {
	margin-top:47px;
	font-size:28px;
	color:#030303;
	margin-bottom:30px;
}
.midle_dv button {
	display:block;
	font-size:26px;
	line-height:30px;
	background:#030303;
	padding:12px 0;
	border-radius:5px;
	margin:55px auto 0;
	width:100%;
	border:0;
	color:#fff;
}
.midle_hdng h3 {
	text-transform:uppercase;
	font-size:28px;
	line-height:28px;
	color:#fff;
	padding:12px 0;
	font-weight:100;
}
.midle_hdng h3 strong {
	font-size:98px;
	line-height:98px;
	display:block;
	font-weight:600;
}
.pricng_org_sec.middleee {
	position:relative;
	background:#f8f8f8;
}
.pricng_org_sec.botme {
	background: #fb470f;
	padding: 40px 0;
	overflow: hidden;
	width: 100%;
	border-radius:0;
}
.botme h3 {
	font-size: 38px;
	color: #030303;
	font-weight: 800;
	text-transform:uppercase;
}
.botme h3 strong {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}
.botme button {
	display:block;
	font-size:26px;
	line-height:30px;
	background:#030303;
	padding:12px 0;
	border-radius:5px;
	margin:35px auto 0;
	width:200px;
	border:0;
	color:#fff;
}
.botme {
	margin: 0 auto;
	background: #fff;
	padding: 30px 50px;
	text-align: center;
	width: 60%;
	border-radius: 5px;
}
.pricng_org_sec_blos {
	background: #f8f8f8;
}
.simp_stp strong {
	font-size: 90px;
	color: #fff;
	background: #133142;
	line-height: 90px;
	font-weight: 100;
	border-radius: 50%;
	padding: 5px 0 12px 0;
	width: 110px;
	display: block;
	margin: -50px auto 0;
}
.simp_stp p {
	font-size:38px;
	line-height:40px;
	color:#133142;
	font-weight:600;
	margin:0;
	text-transform:uppercase;
	margin:20px auto;
}
.simp_stp span {
	border-bottom: 2px solid #fb470f;
	width: 60px;
	display: block;
	margin: 16px auto;
	height: 3px;
}
.simp_stp {
	background: #fff;
	padding: 30px 0;
	box-shadow: 0 0 6px #aaa;
	border-radius: 8px;
	margin: 50px auto 10px;
}
.landing_org_sec_blos {
	background:#f8f8f8;
	padding-bottom:100px;
}
.landing_org_sec_blos .col-md-12 {
	overflow: hidden;
}
.landing_org_sec_blos .col-md-9 {
	float: left;
}
.landing_org_sec_blos .col-md-3 {
	float: left;
	min-height: 300px;
}
.landing_org_sec_blos .col-md-3 strong {
	color: #1b2023;
	font-size: 26px;
	line-height: 26px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 14px;
}
.landing_org_sec_blos .col-md-9 p {
	color: #565c60;
	font-size: 18px;
	line-height: 30px;
	margin-bottom:50px;
}
.landing_org_sec_blos .col-md-12 {
	margin-top:80px;
}
.botme button:hover, .midle_dv button:hover {
	background:#fb470f;
}
/*--------------anout page css 17/11/18-------------------*/

.ban-img img {
	width:100%;
	display:block;
	border-bottom:5px solid #f33b01;
}
.main-pag-sec {
	padding:70px 0;
	background:#fff;
}
.onnectToUs {
	padding:0 0 70px 0;
	background:#fff;
}
.main-pag-sec h3 {
	font-size:38px;
	line-height:38px;
	color:#0062cc;
	text-align:center;
	font-weight:400;
	margin-bottom:50px;
}
.main-pag-sec h3 strong {
	display:block;
	border-bottom:3px solid #000;
	margin:10px auto 0;
	width:80px;
}
.abt-pge p {
	font-size:16px;
	line-height:24px;
	color:#666666;
	padding-bottom:20px;
	text-align:justify;
}
.abut-cont-us {
	padding-top:34px;
}
.abut-cont-us h4 {
	font-size:20px;
	text-align:center;
	font-weight:600;
	margin-bottom:20px;
	color:#000;
	margin-bottom:55px;
	text-transform:uppercase;
}
.abut-cont-indv {
	text-align:center;
}
.abut-cont-indv img {
	display:block;
	margin:0 auto;
}
.abut-cont-indv strong {
	display:block;
	color:#000;
	font-weight:700;
	font-size:16px;
	text-transform:uppercase;
	margin-top:20px;
}
.abut-cont-indv a {
	display:block;
	color:#0062cc;
	font-weight:700;
	font-size:14px;
	text-decoration:underline;
	margin-bottom:20px;
}
.abut-cont-indv a:hover {
	text-decoration:none;
}
.abut-cont-indv p {
	text-align:center;
}
.abut-cont-us .col-lg-4.col-md-12:nth-child(2) {
	border-right:1px dashed #a9a9a9;
	border-left:1px dashed #a9a9a9;
}
/*--------------address detail page css 17/11/18-------------------*/

.list_inr {
	background: #fff;
	border: 5px solid #0062cc;
	border-radius: 50%;
	width: 57px;
	height: 57px;
	padding: 10px 10px 0;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.addres-liste i {
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #181c1e;
	margin: 0 auto;
	text-align: center;
}
.addres-liste strong {
	color: #181c1e;
	font-size: 13px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 14px;
	display: block;
}
.borsr.bd-right {
	border-top: 6px solid #0062cc;
	height: 6px;
	width: 41%;
	display: block;
	position: absolute;
	top: 30%;
	right: 0;
}
.borsr.bd-left {
	border-top: 6px solid #0062cc;
	height: 6px;
	width: 41%;
	display: block;
	position: absolute;
	top: 30%;
	left: 0;
}
.list_inr::after {
	border-top: 7px solid #0062cc;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:7px;
}
.list_inr.greey::after {
	border-top: 7px solid #d0d0d0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width:7px;
}
.list_inr.greey, .borsr.bd-right.greey, .borsr.bd-left.greey {
	border-color: #d0d0d0;
}
.addres-liste {
	background: #f2f2f2;
	padding:50px 0;
}
.addrse-dtls-pge .card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
 border-radius: .25rem;
	background: #f2f2f2;
	border:0;
	margin-bottom:10px;
	width:100%;
}
.addrse-dtls-pge .card-header {
	border:none;
	background:none;
}
.addrse-dtls-pge .collapse.show {
	border-top:1px solid #fff;
}
.addrse-dtls-pge .card-header a h5, .addrse-dtls-pge .card-header a {
	color:#191d20;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
}
.addrse-dtls-pge .card-header a h5 i {
	float:right;
	color:#0062cc;
}
.addrse-dtls-pge .accordion.md-accordion {
	width:100%;
}
.below_form {
	width:100%;
	margin-top:36px;
}
.below_form h3 {
	font-size:16px;
	color:#fff;
	margin: 12px 0 0;
}
.below_form .col-md-5.ttlese {
	width:335px;
	display:inline-block;
	vertical-align:top;
}
.below_form .col-md-2.wgte {
	display:inline-block;
	vertical-align:top;
}
.below_form .col-md-2.wgte.wgthes input, .below_form .col-md-2.wgte.lngth input {
}
.below_form .col-md-2.wgte.wgthes, .below_form .col-md-2.wgte.lngth {
/*max-width: 195px;*/

}
.below_form .col-md-2.wgte.wgthes {
	margin-right:3px;
}
.belo_mst_sec {
	width: 100%;
	text-align:center;
	background:rgba(255,255,255,0.5);
	border-bottom:1px solid #fff;
	padding-top:10px;
	padding-bottom:10px;
}
.belo_mst_sec .col-md-3 {
	display:inline-table;
	text-align:left;
	background:#000;
	border-radius:3px;
}
.belo_mst_sec .col-md-3 a {
	padding:7px 0px;
	display:block;
	text-align:center;
}
.home-header {
	margin:20px 0 10px !important;
}
.belo_mst_sec .col-md-3 i {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
.col-md-3.isyurlon i {
	background:url(../images/frm-icne1.png) center center no-repeat;
}
.col-md-3.senmult i {
	background:url(../images/frm-icne2.png) center center no-repeat;
}
.col-md-3.sndltr i {
	background:url(../images/frm-icne3.png) center center no-repeat;
}
.belo_mst_sec .col-md-3 strong {
	color:#fff;
	text-transform:lowercase;
	font-size:11.5px;
	padding:0px 7px;
	font-weight:400;
}
.col-md-3.vatest {
	width: 21.5%;
}
.col-md-3.vatest i {
	background: url(../images/frm-icne2.png) center center no-repeat;
}
.jrny_lst_dv {
	padding: 30px 0;
	background:#fff;
}
.jrny_lst_top {
	border-top:1px dashed #999999;
	padding-top:10px;
}
.jrny_lst_btm {
	padding:10px 0;
}
.jrny_lst_top_dv {
	border: 1px dashed #999999;
	padding:10px 0;
	background:#f2f2f2;
}
.jrny_lst_btm_dv {
	border-left: 1px dashed #999999;
}
.jrny_lst_btm_dv .col-md-4 {
	background:#f2f2f2;
	display: inline-block;
	width: 32%;
	border-radius: 0;
	border-right: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	padding-bottom: 16px;
	padding-top: 16px;
	font-size: 14px;
	color: #666666;
	font-weight: 400;
	margin-left:-5px;
	border-top: 1px dashed #999999;
}
.jrny_lst_rit_secn {
}
.jrny_lst_rit_l h3, .jrny_lst_rit h3 {
}
.jrny_lst_rit_l h3 strong, .jrny_lst_rit h3 strong {
	font-weight: 400;
	font-size:18px;
}
.jrny_lst_rit_l h3 strong span, .jrny_lst_rit h3 strong span {
	font-size: 12px;
}
.jrny_lst_rit_l p strong span {
	font-size: 32px;
}
.jrny_lst_rit_l {
	text-align: center;
}
.jrny_lst_lft {
	display:inline-block;
	vertical-align:top;
}
.jrny_lst_rit_l {
	display:inline-block;
	vertical-align:top;
	margin:0 24px;
}
.jrny_lst_btm_dv .col-md-4 strong {
	color:#000;
}
.jrny_lst_btm_dv .col-md-4:first-child {
	margin-left:0;
}
.jrny_lst_btm_dv .col-md-4:last-child {
	border-right: 1px dashed #999999;
	;
}
.jrny_lst_lft {
	display:inline-block;
	vertical-align:top;
}
.jrny_lst_rit {
	text-align:center;
	display:inline-block;
	vertical-align:top;
}
.jrny_lst_rit_secn {
	text-align:center;
	display: inline-block;
	vertical-align: top;
	float: right;
	overflow: hidden;
}
.jrny_lst_rit_l img, .jrny_lst_rit img {
	margin-bottom: 6px;
	width: 50px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.jrny_lst_rit_l h3 strong span.price, .jrny_lst_rit h3 strong span.price {
	font-size: 32px;
}
.jrny_lst_rit_l p, .jrny_lst_rit p {
	font-size:16px;
	color:#010101;
	font-weight:700;
}
.jrny_lst_rit_l p strong, .jrny_lst_rit p strong {
	font-size:32px !important;
	color:#0062cc !important;
	font-weight:600 !important;
}
.jrny_lst_rit_l a, .jrny_lst_rit a {
	font-size:16px;
	background:#0062cc;
	display:block;
	padding:5px 20px;
	border-radius:5px;
	color:#fff;
}
 @media screen and (max-width:767px) {
.belo_mst_sec .col-md-3 {
	margin-bottom:7px;
}
.jrny_lst_btm_dv .col-md-4 {
	width:100%;
	border-right:0;
}
.col-md-3.jrny_lst_rit {
	max-width: inherit;
}
.below_form .col-md-5.ttlese {
	width:auto;
}
.jrny_lst_top strong {
	display:block;
}
.col-md-3.vatest {
	width: auto;
}
.why_we_r li {
	display: block;
	width: auto;
}
}
.ppop_dv {
	background:rgba(0,0,0,0.5);
	/*position:fixed;*/

	width:100%;
	height:100%;
	font-family: 'Open Sans', sans-serif;
}
.ppop_dv_in {
	background:#fff;
	padding:50px;
	margin:0 auto;
}
.ppop_dv_in h3 {
	color:#d43200;
	font-size:20px;
	line-height:24px;
	font-weight:100;
	text-transform:uppercase;
	margin:0;
	margin-bottom:26px;
}
.ppop_dv_cont ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.ppop_dv_cont ul li {
	font-size:16px;
	color:#7e7e7e;
	line-height:20px;
	background:url(../images/li-aro-org.png) 0 center no-repeat;
	padding: 5px 0 5px 35px;
	margin-bottom:5px;
}
.ppop_dv_in_eml {
	position:relative;
	margin-bottom:34px;
	border-bottom:1px solid #000;
	padding-bottom:4px;
}
.ppop_dv_in_eml input[type="text"] {
	border:1px solid #b2b2b2;
	padding:9px 1%;
	width:98%;
	margin-bottom:30px;
}
.ppop_dv_in_eml input[type="button"] {
	position:absolute;
	color:#ff5722;
	font-size:16px;
	text-transform:uppercase;
	text-align:center;
	right:16px;
	top:0;
	background:#ff5722;
	padding:10px 25px;
	color:#fff;
	border:0;
	cursor:pointer;
}
.ppop_dv_in_eml p {
	font-size:16px;
	color:#7e7e7e;
	line-height:20px;
}
.ppop_dv_in_eml p strong {
	font-weight:600;
}
.customPop .modal-dialog {
	max-width: 100%;
	width: 65%;
}
.customPop .modal-content {
	border-radius: 0;
	width:100.2%;
}
.customPop {
	z-index:999999999;
}
.imp_shop {
	margin: 0 auto 20px;
	display: block;
}
.pricng_org_sec.botme {
	background: #fb470f;
	padding: 40px 0;
	overflow: hidden;
	width: 100%;
	border-radius: 0;
}
.botme {
	margin: 0 auto;
	background: #fff;
	padding: 30px 50px;
	text-align: center;
	width: 60%;
	border-radius: 5px;
}
.botme h3 {
	font-size: 38px;
	color: #030303;
	font-weight: 800;
	text-transform: uppercase;
}
.botme button {
	display: block;
	font-size: 26px;
	line-height: 30px;
	background: #030303;
	padding: 12px 32px;
	border-radius: 5px;
	margin: 35px auto 0;
	width: auto;
	border: 0;
	color: #fff;
}
.botme h3 strong {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 18px;
}
.stre_rtng_sec {
/*margin-top:-20px;*/

}
.stre_rtng_sec i {
	display:inline-block;
	margin:0 5px;
	color:#cdcdcd;
	font-size:38px;
}
.stre_rtng_sec i.active {
	color:#fb470f;
}
.stre_rtng_sec strong {
	display:block;
	font-weight:400;
	padding-top:10px;
	font-size:22px;
}
ul.resp-tabs-list {
	margin:0;
	padding: 0px;
	text-align:left;
}
.tab_dgre h3 {
	font-size:39px;
	line-height:39px;
	font-weight:100;
	text-align:right;
	margin-bottom:10px;
}
.recomended_jobs {
	padding:30px 0;
	background:#fff;
}
.resp-tabs-list li {
	font-size: 15px;
	display: inline-block;
	padding: 13px 15px;
	margin: 0 4px 0 0;
	list-style: none;
	cursor: pointer;
	text-transform:none;
	background:#fff !important;
	border-radius:3px 3px 0 0;
}
.resp-tabs-list li a {
	color:#000;
	text-decoration:none;
}
.resp-tabs-container {
	padding: 0px;
	clear: left;
}
.resp-tabs-list li.resp-tab-active {
	border-bottom:0 !important;
	background:rgba(244,66,3,0.9) !important;
}
.resp-tabs-list li.resp-tab-active a {
	color:#fff;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
#parentHorizontalTab .owl-carousel .owl-wrapper-outer {
	position: relative;
	width: 100%;
	overflow:hidden;
	height:395px;
}
#parentHorizontalTab .owl-carousel .owl-controls.clickable {
	bottom:50%;
}
#parentHorizontalTab .owl-carousel .owl-controls .owl-buttons .owl-prev i {
	background:url(../images/pag-lft.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	display: block;
}
#parentHorizontalTab .owl-carousel .owl-controls .owl-buttons .owl-next i {
	background:url(../images/pag-rit.png) 0 0 no-repeat;
	width: 25px;
	height: 25px;
	display: block;
}
#parentHorizontalTab .owl-carousel .owl-item, #parentHorizontalTab .owl-item {
	text-align:center;
}
.resp-tab-active {
	padding: 12px 14px 14px 14px !important;
	border-bottom: none;
	background-color: #fff;
}
.resp-content-active, .resp-accordion-active {
	display: block;
}
h2.resp-accordion {
	font-size: 13px;
	border: 1px solid #c1c1c1;
	border-top: 0px solid #c1c1c1;
	margin: 0px;
	padding: 10px 15px;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
h2.resp-tab-title:last-child {
	border-bottom: 12px solid #c1c1c1 !important;
	background: blue;
}
h2.resp-tab-active {
	background: #DBDBDB;
}
.resp-easy-accordion h2.resp-accordion {
	display: block;
}
.resp-easy-accordion .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1;
}
.resp-jfit {
	width: 100%;
	margin: 0px;
}
.resp-tab-content-active {
	display: block;
}
h2.resp-accordion:first-child {
	border-top: 1px solid #c1c1c1;
}
 @media only screen and (max-width: 768px) {
ul.resp-tabs-list {
	display: none;
}
h2.resp-accordion {
	display: block;
}
.resp-vtabs .resp-tab-content {
	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: 100px;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}
.adr-npt {
	margin-bottom:10px;
	position:relative;
}
.adr-npt input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 2% 3%;
}
.adr-npt textarea {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 2% 3%;
}
.adr-npt select {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 2% 2%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: inherit;
	height: 50px;
	line-height: calc(1.05rem + 2px);
	background: #fff url(../images/select-aro.png) 97% center no-repeat;
	margin-bottom: 10px;
	color: #838383;
}
.adr-npt .fa.fa-calendar {
	position: absolute;
	right: 10px;
	top: 16px;
	color: #f00;
}
.rdeosec .adr-npt strong {
	display:inline-block;
	font-weight:400;
}
.rdeosec .adr-npt input {
	display: inline-block;
	width: auto;
	margin: 0 0px 0 0;
}
.rdeosec .adr-npt label {
	margin-right:10px;
}
.rdeosec .adr-npt label:last-child {
	margin-right:0px;
}
.rdeosec h4, .adr-npt h4 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin-top: 10px;
}
.adr-npt.slect-dlvry .fa.fa-calendar {
	top:38px;
}
.rdeosec .adr-npt {
	margin-top: 20px;
}
.nxt-btn {
	text-align:right;
}
.textwidget a.footslink {
	color: #0062cc;
}
.nxt-btn .btn.bg-primary {
	background:#0062cc !important;
	color:#fff;
}
.rit-card {
 border-radius: .25rem;
	background: #f2f2f2;
	border: 0;
	margin-bottom: 10px;
	padding:10px 0px;
}
.board_highlight{
	border: 1px solid #0062cc;
}
.rit-card1 {
	color:#191d20;
	font-size:14px;
	border-bottom:1px solid #fff;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
}
.rit-card2 {
	color:#191d20;
	font-size:14px;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
}
.rit-card2 strong {
	color: #0062cc;
	border-bottom: 1px solid #fff;
	display: block;
	padding: 15px 20px;
}
.rit-card2 ul {
	list-style-type:none;
	padding:10px 20px;
	margin:0;
}
.rit-card2 ul li {
	overflow:hidden;
	padding-top:5px;
	padding-bottom:5px;
}
.rit-card2 ul li span {
	color:#191d20;
	float:right;
	border-bottom:0;
	float:left;
}
.rit-card2 ul li strong {
	color:#191d20;
	float:right;
	border-bottom:0;
	float:right;
	padding:0;
}
.rit-card3 {
	color: #191d20;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
	padding-top: 20px;
}
.rit-card3 strong {
	float: right;
	font-size: 20px;
	color: #0062cc;
	line-height: 24px;
	display: block;
	padding: 0;
}
.vew-crddtl {
 border-radius: .25rem;
	background: #f2f2f2;
	border: 0;
	margin-bottom: 10px;
	padding:0;
}
.vew-crddtl p {
	padding:0 20px 20px 50px;
	font-style:italic;
	line-height:20px;
	border-bottom:1px solid #fff;
}
.vew-crddtl p strong {
	font-style:normal;
}
.vew-crddtl p:nth-child(1) {
	background:url(../images/rit-blow-icn1.png) 20px 22px no-repeat;
	padding-top:20px;
}
.vew-crddtl p:nth-child(2) {
	background:url(../images/rit-blow-icn2.png) 20px 5px no-repeat;
}
.vew-crddtl p:nth-child(3) {
	background:url(../images/rit-blow-icn3.png) 20px 5px no-repeat;
}
/*faq page 15-11-18*/

.blog_inre span {
	display:block;
	border-radius:50px;
	border:1px solid #0062cc;
	padding:20px 10px 10px;
	text-align:center;
	width:100px;
	height:100px;
	margin:0 auto;
}
.blog_inre strong {
	display:block;
	text-align:center;
	font-size:18px;
	font-weight:700;
	color:#010101;
	margin:20px 0;
}
.blog_inre ul {
	list-style-type:none;
	padding:0;
}
.blog_inre ul li a {
	font-size: 15px;
	font-weight: 100;
	color: #666666;
	background: url(../images/faq-li-icn.png) 0 7px no-repeat;
	padding: 0 0 6px 16px;
	border-bottom: 1px dashed #c1c1c1;
	margin-bottom: 6px;
	display: block;
	position: inherit;
	width: 100%;
}
.blog_inre button {
	display: block;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.blog_inre ul li:hover a {
	color: #f00;
}
.btn-grye {
	background-color: #b7b7b7;
	border-color: #b7b7b7;
	color:#fff;
}
.faq-serc {
	background:#0062cc;
	padding:20px 0;
}
.faq-blo-sec {
	margin-top:60px;
}
.faq-src strong {
	font-size:20px;
	line-height:24px;
	display:inline-block;
	color:#fff;
	width:240px;
	vertical-align:middle;
}
.inp_src {
	display:inline-block;
	vertical-align:middle;
	width:78%;
	position:relative;
}
.inp_src i {
	position: absolute;
	left: 10px;
	top: 5px;
	color: #e5e5e5;
	font-size: 30px;
}
.inp_src input {
	background:#fff;
	padding:10px 10px 10px 45px;
	border:0;
	border-radius:5px;
	width:89%;
	display:inline-block;
}
.inp_src button {
	background:#010101;
	padding:10px;
	border:0;
	border-radius:5px;
	display:inline-block;
	color:#fff;
	width:92px;
}
section.main-pag-sec.faq-page {
	padding: 0;
}
.blog_inre {
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 30px 20px;
	min-height: 526px;
	display: block;
	margin-bottom:30px;
	position:relative;
}
.blog_inre a {
	color: #fff;
	display: block;
	width: 144px;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.blog_inre a.btn-primary {
	background: #0062cc;
	border: 1px solid #0062cc;
}
.blog_inre a.btn-grye {
	background: #b7b7b7;
	border: 1px solid #b7b7b7;
}
.link_cat_art {
	background:#0062cc;
	padding:60px 0;
	text-align:center;
	position:relative;
}
.brdder {
	background:url(../images/link-dot-bg.png) center center no-repeat;
	height:10px;
	width:100%;
	position:absolute;
	top:35%;
	display:none;
}
.link_cat_inr span {
	color:#0062cc;
	background:#fff;
	font-size:48px;
	text-align:center;
	font-weight:700;
	width:108px;
	height:108px;
	display:block;
	border-radius:50%;
	padding-top:16px;
}
.link_cat_inr {
	display:inline-block;
	margin:0 90px;
}
.brdder_blo {
	text-align:center;
	width:100%;
	position:relative;
	z-index:9;
}
.link_cat_inr strong {
	color:#fff;
	font-size:19px;
	text-align:center;
	font-weight:400;
	display:block;
	padding-top:10px;
}
/*faq detail page 16-11-18*/

.wk-list-help {
	margin: 33px 0 45px;
}
.wk-help {
	width: 78%;
	display:inline-block;
	vertical-align:top;
}
.wk-text-wrap {
	background-color: #32be79;
	padding: 12px 16px;
}
.wk-help p {
	color: #fff !important;
	display: inline-block;
	font-size: 16px !important;
	margin: 0px 0px 0px 15px;
}
.wk-text-wrap span span {
	font-size: 18px;
	padding-top: 11px;
	display: inline-block;
	margin-top: 10px;
	margin-left: 4px;
}
.wk-help a {
	display: inline-block;
	margin-right: 9px;
	border: 2px solid #fff;
	padding: 0 6px;
	border-radius: 50%;
	width: 39px;
	height: 36px;
	vertical-align: middle;
}
.yes {
	background-image: url(../images/sprite-knw.png);
	height: 12px;
	width: 19px;
	display: inline-block;
	background-position: -198px 0;
}
.no {
	background-image: url(../images/sprite-knw.png);
	height: 16px;
	width: 15px;
	display: inline-block;
	background-position: -183px 0;
	margin: 0 2px -2px;
}
#feedback-text {
	color: #000;
	margin-left: 15px;
	display: inline-block;
	margin-bottom: 4px;
}
.wk-main-wrapper a {
	text-decoration: none;
}
.wk-like {
	background-color: #0288D1;
	margin-left: -5px;
	padding: 18px;
	width: 21%;
	display:inline-block;
	vertical-align:top;
}
.wk-like span::before {
	background-position: -376px -58px;
}
.wk-entry-wrap span::before, .wk-like span::before {
	height: 15px;
	width: 17px;
	display: inline-block;
	margin-right: 3px;
	content: "";
	background-image: url(../images/sprite-knw.png);
}
.wk-help, .wk-like {
	color: #fff;
}
.wk-feedback textarea {
	width: 100%;
	color: #37474f;
	font-size: 18px;
	margin: 10px 0;
	padding: 20px;
}
.wk-btn-sm {
	padding: 5px 50px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background-color: #0288D1;
	border: none;
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
	border-radius: 3px;
	vertical-align: top;
	outline: 0;
}
.wk-feedback {
	border: 2px solid #0062cc;
	border-top-color: rgb(50, 190, 121);
	border-top-style: solid;
	border-top-width: 2px;
	border-top: none;
	padding: 10px 20px;
	background-color: #fff;
	width: 98.9%;
	display:block;
}
#wk_articles_meta, .faq-detl-dv {
	border-right: 1px solid #cdcdcd;
	padding-right: 30px;
}
.wk_trend h2 {
	font-weight: 700;
	color: #37374f;
	font-size: 18px;
	margin: 0 0 17px 24px;
}
.faq-detl-top h3 {
	text-align:left;
	font-size: 30px;
	line-height:26px;
	margin-bottom: 24px;
	text-transform: capitalize;
	font-weight: 500;
	color: #37374f;
}
.wk_trend ul {
	list-style-type:none;
	padding-left:24px;
}
.wk_trend li {
	padding-bottom:5px;
}
.wk_trend li a {
	font-size: 15px;
	font-weight: 100;
	color: #666666;
	background: url(../images/faq-li-icn.png) 0 7px no-repeat;
	padding: 0 0 6px 16px;
	border-bottom: 1px dashed #c1c1c1;
	margin-bottom: 6px;
	display: block;
	position: relative;
	width: 100%;
}
.wk-cat-article-wrapper li:hover a, .wk_trend li:hover a {
	color: #0062cc;
}
ul.wk-cat-article-wrapper {
	list-style-type:none;
}
.wk-cat-article-wrapper li a {
	font-size: 15px;
	font-weight: 100;
	color: #666666;
	background: url(../images/faq-li-icn.png) 0 11px no-repeat;
	padding: 0 0 6px 16px;
	border-bottom: 1px dashed #c1c1c1;
	margin-bottom: 6px;
	display: block;
	position: relative;
	width: 100%;
}
#wk_articles_meta ul.wk-cat-article-wrapper > li {
	line-height: 30px;
	font-size: 16px;
}
.wk-knw-title-cat h3 span {
	font-size: 16px;
}
.wk-knw-title-cat h3 {
	margin-bottom: 20px;
	font-size: 18px;
	text-align: left;
	color:#292b2c;
}
.wk-cat-article-wrapper {
	padding: 0px;
}
.sub_rqst {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 20px;
}
.sub_rqst a {
	color:#fff;
	text-decoration:underline;
}
.sub_rqst a:hover {
	color:#000;
	text-decoration:none;
}
.wk-modal {
	z-index: 10000;
	width: 645px;
	height: auto;
	margin: 35px auto;
	background-color: #fff;
	padding: 30px;
}
.wk-modal .close-modal::before {
	content: "";
	background-image: url(../images/sprite-knw.png);
	height: 25px;
	width: 22px;
	display: inline-block;
	background-position: 114px -56px;
}
.close-modal {
	float: right;
}
.wk-modal h2 {
	margin: 0 0 25px;
	text-align:center;
}
.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 15px;
}
#blind {
	position: fixed;
	display: none;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(2,0,0,.6);
}
.jsError {
	position: absolute;
	right: 0;
	top: 3px;
	background: red;
	color: #fff !important;
	padding: 0 10px 0 6px;
	border-radius: 3px;
	font-size: 14px;
	transition-duration: 1s;
	z-index:9;
}
.form-group {
	position:relative;
}
.jsError::before {
	border-top: 5px solid #f00;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: relative;
	bottom: -23.5px;
	z-index: 99;
	left: 0;
}
select.sel_gbp {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 0;
	color: #0062cc;
	line-height: 20px;
	display: block;
	margin-top: 7px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
select.sel_gbp::after {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .3em;
	vertical-align: middle;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.prclnxt-btn .btn.bg-primary {
	background: #0062cc !important;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
}
.top-par-bg {
	margin-bottom: 40px;
}
.top-par-bg img {
	display: block;
	margin: 0 auto;
}
.prclnxt-btn {
	text-align: center;
}
.navbar > .container {
	flex-wrap: wrap-reverse !important;
	display: inherit !important;
}
/*order summery page 27-11-18*/

.ful_protn, .liv_chates, .sub_tolt, .del_addr {
	background:#f2f2f2;
	padding:10px;
	margin-bottom:20px;
	min-height:138px;
}
.del_addr strong {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	color: #191d20;
	font-weight: 700;
}
.menu-item a {
	font-size: 15px;
}
.regne_sec .row.mt-4 h2 {
	position:relative;
	font-size: 24px;
	text-align: center;
	display: block;
	width: 508px;
	margin: 0 auto 40px;
}
.parcel_details_inr h3 {
	font-size: 24px;
	line-height: 30px;
	color: #0062cc;
	text-align: left;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
}
.parcel_details_inr h3::after {
	position: absolute;
	border-bottom: 3px solid #000;
	width: 60px;
	content: "";
	bottom: -10px;
	left: 0;
}
.parcel_details_inr {
	background:#f2f2f2;
	padding:10px 20px;
}
.regne_sec .row.mt-4 h2::after {
	position: absolute;
	border-bottom: 5px solid #0062cc;
	width: 60px;
	content: "";
	bottom: -14px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.del_addr p {
	display: inline-block;
	vertical-align: top;
	width: 62%;
	font-size: 14px;
	color: #191d20;
	font-weight: 100;
	margin-bottom:0;
}
.del_addr span {
	display: block;
	color: #0062cc;
}
.ful_protn strong {
	display: block;
	color: #191d20;
	font-size: 13px;
	line-height:20px;
	font-weight: 700;
	margin-top: 10px;
	padding-left: 30px;
	background:url(../images/protc-icn.png) 0 0 no-repeat;
}
.ful_protn strong:last-child {
	background:url(../images/protc-icn2.png) 0 0 no-repeat;
}
.btn_snc_ordr {
	text-align:right;
}
.clk_promo, .clk_trm, .prclnxt-btn {
	text-align:left;
	display: inline-block;
	margin-left:50px;
}
.sub_tolt span {
	color:#191d20;
	font-size:16px;
	font-weight:700;
}
.sub_tolt strong {
	color:#0062cc;
	font-size:26px;
	font-weight:700;
}
.sub_tolt p strong span {
	color:#0062cc;
	font-size:26px;
	font-weight:700;
}
.sub_tolt p {
	margin-bottom:0;
}
.sub_tolt {
	text-align: right;
}
.liv_chates {
	text-align: center;
}
.clk_promo a, .clk_trm a {
	color:#0062cc;
	text-decoration:underline;
}
.clk_promo a:hover, .clk_trm a:hover {
	text-decoration:none;
}
.liv_chates p {
	display: inline-block;
	vertical-align:middle;
	padding-top:15px;
	text-align:left;
}
.liv_chates img {
	display: inline-block;
	vertical-align:middle;
	margin-right:14px;
}
.liv_chates strong {
	display: block;
	font-size:20px;
	color:#191d20;
	line-height:22px;
	text-transform:uppercase;
}
.navbar-toggleable-md .navbar-collapse {
	display: inline-block !important;
	width: 30%;
	vertical-align: top;
	flex: inherit;
}
#primaryNav .navbar-brand {
	margin-top: -30px;
	display: inline-block;
	vertical-align: top;
	width: 26%;
}
.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
}
.woocommerce form .form-row .required {
	color: red;
	font-weight: 700;
	border: 0 !important;
	text-decoration: none;/*visibility: hidden;*/
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	outline: 0;
	line-height: normal;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
	float: left;
}
#billing_country, #shipping_country {
 padding: .5rem .75rem;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	width:100%;
}
.woocommerce table.shop_table span {
	color:#6c6c6c;
	font-size:13px;
	font-weight:600;
}
.woocommerce table.shop_table {
	border: 1px solid #fff;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 0;
}
.woocommerce table.shop_table th {
	font-weight: 700;
	padding: 9px 12px;
}
.woocommerce table.shop_table tr:first-child th {
	border-top: 0;
}
#customer_details {
	overflow: hidden;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	border-top: 1px solid #fff;
	padding: 6px 12px;
	vertical-align: middle;
	background:#f2f2f2;
}
button.stripe-button-el {
	color:#fff;
	border-radius: 0;
	border:1px solid #0062cc;
	background-image: none !important;
}
.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
}
.woocommerce form .form-row label {
	line-height: 2;
	display: block;
	width: 100%;
}
.woocommerce form .form-row textarea {
	height: 4em;
	line-height: 1.5;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-group span.woocommerce-input-wrapper, #order_comments_field span.woocommerce-input-wrapper {
	display: block;
	float: none;
	width: 100%;
}
.adr-npt .cood_rr {
	width: 83%;
	display: inline-block;
	vertical-align:top;
}
.adr-npt .cood_ll {
	width: 16%;
	display: inline-block;
	vertical-align:top;
}
.adr-npt .cood_rr input {
	padding:2% 3%;
}
.col-lg-12.col-md-12.col-sm-12.prclnxt-btn {
	text-align: center;
	margin:0;
}
.prom_code span {
	display: inline-block;
	vertical-align: middle;
}
.prom_code span.pro_txt {
	font-size: 12px;
	font-weight: 400;
	margin-right: 5px;
}
.pro_txt_inp #shipping_promo_code {
	border: 1px solid #0062cc;
	width: 100px;
}
.pro_txt_btne #shipping_apply {
	background: #0062cc;
	color: #fff;
	padding: 1px 10px;
	border: 1px solid #0062cc;
	text-align: center;
	display: block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
}
.prom_code {
	margin: 5px 0 0;
}
.pay_selt_btn .paypal_payment {
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-bottom:3px;
}
.pay_selt_btn .float-md-right {
	float:none !important;
	display:inline-block;
	vertical-align:top;
	margin-bottom:3px;
}
.pay_selt_btn .float-md-right button.stripe-button-el {
	border-radius:5px;
}
.pay_selt_btn .paypal_payment button.btn.bg-primary {
	border-radius: 5px;
	color: #fff;
	padding: 8px 20px;
	background: #000 !important;
	font-size: 18px;
}
.pay_selt_btn {
	background:#f2f2f2;
	padding:10px;
	text-align:center;
}
.pay_selt_btn h4 {
	text-align:left;
	color: #191d20;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 1px solid #fff;
	padding-bottom: 16px;
	margin-bottom: 16px;
	padding-top: 5px;
}
/*.paynment .sub_tolt p:first-child {

	border-bottom: 1px solid #fff;

	padding-bottom: 16px;

	margin-bottom: 16px;

	padding-top: 5px;

}*/

.paynment .sub_tolt p:first-child {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
	margin-bottom: 0;
	padding-top: 0;
}
.paynment .sub_tolt p:last-child {
	text-align: left;
	overflow: hidden;
	line-height: 40px;
}
.paynment .sub_tolt p:last-child strong {
	float: right;
	line-height: 38px;
}
.card .col-md-2.wgte label {
	color:#000;
	display:block;
	float: none;
}
.card .col-md-2.wgte input {
	width: 48%;
}
.card .col-md-2 wgte {
	text-align:center;
	width:auto;
}
.card .table.dedde td a {
	background: #f00;
	padding: 5px 12px;
	color: #fff;
}
.card .table.dedde tr:last-child td {
	/*padding: 12px 0 0;*/

	border:0;
}
.card .table.dedde td {
	border-top: 0;
	border-bottom: 1px solid #dee2e6;
}
.below_form_dv_in {
	background: #eee;
	padding: 0 0 10px;
}
.adr-npt_con input {
	width: 100%;
	border: 1px solid #0062cc;
	border-radius: 5px;
	padding: 1.5% 4%;
	font-size:15px;
	line-height:24px;
}
.adr-npt_con textarea {
	width: 100%;
	border: 1px solid #0062cc;
	border-radius: 5px;
	padding: 1.5% 4%;
	font-size:15px;
	line-height:24px;
	height:150px;
}
.adr-npt_con {
	margin-bottom:10px;
	position:relative;
}
.adr-npt_con .jsError {
	top:-25px;
}
.cont_top {
	padding-bottom:50px;
}
.cont_bmmt {
	border-top:1px dashed #aaa;
	padding-top:50px;
}
.cont_top strong {
	color:#010101;
	font-size:16px;
	font-weight:600;
	display:block;
}
.cont_top .col-lg-6.col-md-6.col-sm-12.text-left {
	padding:14px 0 14px 100px;
	background: url(../images/cont-icon2.png) 7% center no-repeat;
}
.cont_top .col-lg-6.col-md-6.col-sm-12.text-right {
	background: url(../images/cont-icon1.png) 93% center no-repeat;
	padding:14px 100px 14px 0;
	border-right:1px dashed #aaa;
}
.cont_top a {
	color:#0062cc;
	font-size:16px;
	font-weight:600;
	display:block;
	text-decoration:underline;
}
.cont_pgese h1 {
	color: #0062cc;
	text-align: center;
	font-size: 34px;
	margin-left: auto;
	margin-bottom: 60px !important;
	text-transform: capitalize;
	position: relative;
}
.cont_pgese h1::after {
	border-bottom: 4px solid #010101;
	width: 100px;
	position: absolute;
	height: 4px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all .45s ease 0s;
	content: "";
}
.main-pag-sec.abt-pge.cont_pgese {
	padding-top: 0;
}
.map_cont {
	border-bottom: 4px solid #0062cc;
	margin-bottom:60px;
}
.btn.bg-primary.con_btn {
	background-color: #0062cc !important;
	color: #fff !important;
	padding: 10px 40px;
	margin: 20px auto 0;
}
h1.entry-title {
	color: #0062cc;
	text-align: center;
	font-size: 34px;
	margin-left: auto;
	margin-bottom: 20px !important;
	text-transform: capitalize;
	position: relative;
}
h1.entry-title::after {
	border-bottom: 4px solid #010101;
	width: 50px;
	position: absolute;
	height: 4px;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all .45s ease 0s;
	content: "";
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
	width: 100%;
}
.woocommerce table.shop_table th {
	border-right: 1px solid #fff;
}
.woocommerce table.shop_table td {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 6px 12px;
	vertical-align: middle;
}
.woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
	border-top: 0;
}
.woocommerce .quantity .qty {
	width: 3.631em;
	text-align: center;
	border-radius:5px;
	width: 60px;
	color: #7a7a7a;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	line-height: 1.5;
	vertical-align: top;
	background: #fff;
	border: 1px solid #a6a6a6;
}
.coupon input#promo_code {
	border-radius:5px;
	width: 100px;
	color: #7a7a7a;
	padding: 6px 6px 5px;
	margin: 0 4px 0 0;
	line-height: 1.5;
	vertical-align: top;
	background: #fff;
	border: 1px solid #a6a6a6;
}
#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
	margin: 0;
	vertical-align: middle;
	color: #0062cc;
	background-image: none;
	background-color: transparent;
	border-color: #0062cc;
}
.woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
	display: none;
}
.update_bttn.product-subtotal {
	color: #010101;
	font-size: 14px;
	background-color: transparent;
	font-weight: 600;
	background-image: none;
	border: 2px solid #0062cc;
	padding: 6px 20px;
	border-radius:5px;
	float:right;
}
#promo_app.btn-outline-primary {
	color: #010101;
	font-size: 14px;
	background-color: transparent;
	font-weight: 600;
	background-image: none;
	border: 2px solid #0062cc;
	padding: 6px 20px;
}
.hentry p strong {
	font-size: 18px;
	color: #0062cc;
}
.midle_dv .btn-outline-primary {
	background:#0062cc;
	color:#fff;
	border-color: #0062cc;
}
.woocommerce table.shop_table td.product-name a {
	color: #191d20;
	text-transform: uppercase;
	font-weight: 600;
}
.update_bttn.product-subtotal:hover, #promo_app.btn-outline-primary:hover {
	background:#0062cc;
	color:#fff;
}
.ordr_tble, .ordr_hdnge_top {
	background: #f2f2f2;
	margin-bottom:10px;
	border-radius:5px;
}
.my_acc_frm h4, .ordr_hdnge_top h4 {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-size: 18px;
	color: #191d20;
	font-weight: 600;
	border-bottom:1px solid #fff;
	padding-bottom:14px;
}
.ordr_hdnge_top p {
	padding:10px;
	font-size:13px;
	font-weight:400;
}
.ordr_hdnge_top p strong {
	display:block;
	padding-bottom:5px;
}
.ordr_hdnge_top p a {
	color:#0062cc;
	text-decoration:underline;
}
.ordr_hdnge_top p a:hover {
	text-decoration:none;
}
.ordr_tble strong {
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-size: 16px;
	color: #191d20;
	display:block;
	font-weight: 600;
	border-bottom:1px solid #fff;
	padding-bottom:14px;
}
.ordr_tble th {
	padding:10px 20px;
	font-weight:700;
	font-size:14px;
	line-height:16px;
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}
.ordr_tble td {
	padding:18px 20px;
	font-size:14px;
	line-height:16px;
	border-bottom:1px solid #fff;
	color:#6c6c6c;
	font-weight:600;
	border-right:1px solid #fff;
}
.ordr_tble th:last-child, .ordr_tble td:last-child {
	border-right:0;
}
.my_accnt ul.resp-tabs-list {
	text-align:left;
	margin-bottom:10px;
	border-bottom:1px solid #0062cc;
}
.my_accnt .resp-tabs-list li {
	border-radius: 5px 5px 0 0;
	background: #f2f2f2 !important;
	font-weight:700;
}
.my_accnt .resp-tabs-list li.resp-tab-active {
	background: #0062cc !important;
}
.my_acc_frm {
	background: #f2f2f2;
	margin-bottom:10px;
	border-radius:5px;
}
.my_acc_frm form {
	padding:10px;
}
.my_acc_frm form .btn-primary {
	text-transform:uppercase;
}
.my_accnt {
	padding-top:60px;
}
/*==================================submit popup===================*/

.pop_blk {
	background: rgba(2,0,0,.6);
	width:100%;
	height:100%;
	left: 0;
	right: 0;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9;
}
.subm_popup {
	width: 650px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	position: fixed;
	left: 0;
	right: 0;
	top: 7%;
	z-index: 99;
}
.subm_popup h2 {
	text-align: center;
	padding-bottom: 15px;
	font-size: 30px;
}
.subm_popup input[type="text"], .subm_popup textarea {
	border: 1px solid #aaa;
	border-radius: 0;
	min-height: 40px;
	padding: 10px 8px;
	margin: 0 0 15px;
	background-color: #fff;
	display: block;
	width: 100%;
}
.subm_popup textarea {
	height:90px;
	resize: none;
}
.subm_popup input[type="submit"] {
	background: #000;
	color: #fff;
	border: 0;
	width: 100px;
	height: 40px;
	border-radius: 3px;
	font-size: 16px;
}
.close_submpop {
	position: absolute;
	right: -10px;
	top: -10px;
}
.card-body.mb-1.rgba-grey-light.white-text a.add_more {
	background: #0062cc;
	color: #fff;
	border-color: #0062cc;
	padding: 5px 14px;
	margin: 10px 0 0;
	display: inline-block;
	text-transform: uppercase;
	border-radius:3px;
}
.card-body.mb-1.rgba-grey-light.white-text a.add_more:hover {
	background: #0069d9;
	color: #fff;
	border-color: #0069d9;
	text-decoration:none;
}
/*==================================submit popup end===================*/

.adr-npt .cood_ll select {
	background-position:80% center;
	padding: 0 10px;
	height: 43px;
}
#parcel_details .prclnxt-btn .btn.bg-primary {
	width: 200px;
	margin-top: 20px;
}
#parcel_details .prclnxt-btn .btn.bg-primary {
}
.woocommerce table.shop_table tr.cart-subtotal th {
	border-top: 1px solid rgba(0,0,0,.1);
}
/*===========================06-12-18===================*/

.listing_dv {
	background:#0062cc;
	padding:30px 0;
	position:relative;
}
.top_brd {
	position: absolute;
	top: 127px;
	left: 110px;
	background: url(../images/bbrrdd.png) 0 0 repeat-x;
	height: 10px;
	width: 77%;
	z-index: 0;
}
.listing_dv strong {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 18px;
	margin-bottom: 40px;
}
.midl_brd {
	position: absolute;
	top: 121px;
	right: 142px;
	background: url(../images/bbrrddh.png) 0 0 repeat-y;
	width: 10px;
	height: 40%;
}
.btm_brd {
	position: absolute;
	bottom: 190px;
	left: 110px;
	background: url(../images/bbrrdd.png) 0 0 repeat-x;
	height: 10px;
	width: 77%;
	z-index: 0;
}
.listing_dv ul {
	list-style-type:none;
	padding:0;
	margin:0;
	position:relative;
	z-index:9;
}
.listing_dv ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	margin: 0 25px 20px;
}
.listing_dv p:last-child {
	display: none;
}
.listing_dv ul li p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 18px;
	margin-top: 14px;
	margin-bottom:0;
	display: block !important;
}
.listing_dv ul li strong {
	display:block;
	width:74px;
	height:74px;
	color:#0062cc;
	background:#fff;
	border-radius:50%;
	font-size:40px;
	font-weight:700;
	text-align:center;
	margin:0 auto;
}
.lets_seen {
	background:#e5e5e5;
	padding:30px 10px;
}
.lets_seen strong {
	margin-bottom: 20px;
	display: block;
}
.vvbsk {
	color: #777777;
	font-size: 14px;
	background-color: transparent;
	font-weight: 600;
	background-image: none;
	border: 2px solid #b0b0b0;
	padding: 6px 20px;
	border-radius:5px;
	float:right;
}
.add_vwe_bs {
	background: #f2f2f2;
	padding: 10px 14px;
	overflow:hidden;
	margin-bottom:10px;
}
.ur_crd {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-right: 1px solid #ced0d1;
	padding-right: 14px;
	line-height:14px;
}
.ur_crd strong {
	line-height:14px;
}
.ur_crd span {
	color:#0062cc;
	font-weight:700;
}
.stnd_rd {
	display:inline-block;
	vertical-align:middle;
}
.stnd_rd strong {
	background: url(../images/stnd-icn.png) 5px center no-repeat;
	font-weight: bold;
	padding: 0 0 0 30px;
}
.stnd_rd p {
	margin: 0;
}
.ur_crd, .stnd_rd {
	margin-top: 10px;
}
.cart_totals {
	background: #f2f2f2;
	padding: 14px 0 0;
	margin-bottom:10px;
}
.product-remove {
	text-align:center;
}
.cart_totals h2 {
	font-size:18px;
	color:#191d20;
	font-weight:700;
	border-bottom:1px solid #fff;
	margin:0;
	padding:8px 14px 15px;
	line-height:20px;
}
.cart-subtotal th, .order-total th {
	font-weight:400;
	padding:9px 0 9px 14px;
}
.cart-subtotal td, .order-total td {
	padding:9px 14px;
}
.cart-subtotal, .order-total {
	border-bottom:1px solid #fff;
}
.pay_selt_btn_se {
	display: inline-block;
	margin-right:20px;
}
.pay_selt_btn_se img {
	display: block;
	margin: 0 auto 10px;
}
#regist_div.addbevrg, #login_div.user_signin {
	width: 100%;
}
#regist_div, #login_div {
	display:inline-block;
	vertical-align:top;
	width: 48%;
}
#login_div.user_signin .soaclelog {
	display:block;
}
#login_div .soaclelog {
}
#login_div.user_signin .col-lg-6.col-md-6.col-sm-12.soaclelog {
	width: 50%;
	max-width: 50%;
	flex: 0 0 50%;
	margin-left: 0;
	margin-top: 0px;
}
#login_div .col-lg-6.col-md-6.col-sm-12.soaclelog {
	width: 90%;
	max-width: 90%;
	flex: 0 0 90%;
	margin-left: 0;
	margin-top: 20px;
}
#login_div .col-lg-6.col-md-6.col-sm-12.lgn_acne {
	width: 90%;
	max-width: 90%;
	flex: 0 0 90%;
}
#login_div.user_signin .col-lg-6.col-md-6.col-sm-12.lgn_acne {
	width: 48%;
	max-width: 48%;
	flex: 0 0 48%;
}
.lgn_acne {
	background:#f2f2f2;
	padding:10px;
	margin-right:10px;
}
.soaclelog {
	background:#f2f2f2;
	padding:10px;
	margin-left:10px;
}
.cap_img #payment_login.btn.btn-primary {
	padding: 20px 40px;
	margin-left: 38px;
	font-weight: 700;
}
#login_div .cap_img #payment_login.btn.btn-primary {
	/*width: 160px;*/

	width: 150px;
	margin: 0;
	vertical-align: top;
	line-height: 34px;
}
#login_div.user_signin .cap_img #payment_login.btn.btn-primary {
	/*width:200px;*/

	width: 198px;
	vertical-align: top;
	line-height: 36px;
	margin-left: 0;
}
.cap_img_dv {
	display: inline-block;
}
.forg_passdv {
	overflow:hidden;
	margin-top:20px;
	margin-left:180px;
}
.forg_passdv button {
	padding: 10px 20px;
	border: 2px solid #278bcb;
	background: #fff;
	color: #000;
	font-weight: 700;
}
#bevgform input.form-control {
	border: 1px solid #ccc;
	background: #fff !important;
	color: #666666;
	padding: 11px 10px;
	background: #fff;
}
#bevgform input.form-control.disbl {
	border: 1px solid #ccc;
	background: #eae6e6 !important;
	color: #666666;
	padding: 11px 10px;
}
.login_div_inr input[type="email"], .login_div_inr input[type="password"] {
	border:1px solid #ccc;
	background:#fff;
	color:#666666;
}
#regist_div h2, .login_div_inr h2 {
	color:#000;
	font-size:24px;
	font-weight:400;
	margin-bottom:20px;
	line-height:24px;
	text-align:center;
}
.forg_passdv a {
	float:right;
	color:#999;
	text-decoration:underline;
	font-weight:700;
	margin:10px 0 0;
}
#regist_div {
	background: #f2f2f2;
	padding: 10px;
}
.soaclelog ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.soaclelog ul li {
	display:block;
}
.soaclelog ul li a {
	display:block;
	padding:10px;
	color:#fff;
	margin-bottom:10px;
	border-radius:5px;
}
.soaclelog ul li a i {
	margin-right:14px;
	vertical-align: middle;
}
.soaclelog ul li:nth-child(1) a {
	background:#d6492f;
}
.soaclelog ul li:nth-child(2) a {
	background:#39599a;
}
.soaclelog ul li:nth-child(3) a {
	background:#2aaae0;
}
.soaclelog ul li a i {
	width:30px;
	height:30px;
	border-radius:50%;
}
.soaclelog ul li:nth-child(1) a i {
	background: url(../images/socl-i-1.png) center center no-repeat;
}
.soaclelog ul li:nth-child(2) a i {
	background: url(../images/socl-i-2.png) center center no-repeat;
}
.soaclelog ul li:nth-child(3) a i {
	background: url(../images/socl-i-3.png) center center no-repeat;
}
#regist_div.addbevrg {
	background: #fff;
	padding: 0;
}
.addbevrg #payment_register {
	display: inline-block;
	width: 11%;
	vertical-align: top;
	height: 104px;
}
.addbevrg .cnfpasw .jsError {
	font-size:11px;
	line-height:22px;
}
.addbevrg .in_ptes {
	display: inline-block;
	width: 70%;
	vertical-align: top;
	margin-left: 30px;
	margin-right: 5px;
	margin-top: 0;
	margin-bottom: 0;
}
.addbevrg .fm_icne {
	background: url(../images/fm-icne.png) left center no-repeat;
	width: 140px;
	/*height: 110px;*/
	height: 354px;
	display: inline-block;
	vertical-align: top;
	border-right: 1px dashed #aaa;
	padding-right: 30px;
}
.addbevrg .fstnm {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-bottom:7px;
}
.addbevrg .lstnm {
	width: 50%;
	margin-bottom:7px;
	display: inline-block;
	vertical-align: top;
}
.addbevrg .emmml {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	margin-bottom:0;
}
.addbevrg .psder {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin-bottom:0;
}
.addbevrg .threecolm {
	display: inline-block;
	vertical-align: top;
	width: 24.2%;
	margin-bottom: 6px;
}
.addbevrg .cnfpasw {
	display: inline-block;
	width: 24.5%;
	vertical-align: top;
	margin-bottom:0;
}
#regist_div.addbevrg h2 {
	text-align:center;
	margin-bottom:20px;
}
.col-md-2.qute.proceed {
	width: 124px;
	display: inline-block;
	margin-top: 4px;
}
/*.col-md-3.isyurlon.active strong{-webkit-animation: fade 4s infinite 600ms;

        animation: fade 4s infinite 600ms;} */



.card #collapse2 p {
	font-size: 16px;
}
.card #collapse2 h4 {
	font-weight: 700;
}
.belo_mst_sec .col-md-3 span {
	display:none;
}
.belo_mst_sec .col-md-3.isyurlon.active span {
	background: #437600;
	display: block;
	width: 100px;
	position: absolute;
	top: -31px;
	left: 0;
	text-align: center;
	right: 0;
	margin: 0 auto;
	border-radius: 3px;
	animation-name: example;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	border:1px solid #437600;
}
.belo_mst_sec .col-md-3.isyurlon.active span:after {
	border-top:5px solid #437600;
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:-5px;
	width:5px;
}
.belo_mst_sec .col-md-3.isyurlon.active span em {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}
 @keyframes example {
 0% {
 background-color:red;
}
 25% {
 background-color:black;
}
 50% {
 background-color:blue;
}
 100% {
 background-color:#437600;
}
}
.parcel_details_inr h3 {
	font-size: 24px;
	line-height: 30px;
	color: #0062cc;
	text-align: left;
	font-weight: 400;
	margin-bottom: 30px;
	position: relative;
}
#myModal1 {
	z-index: 999999999;
	position: fixed;
	background: rgba(0,0,0,0.8);
	height: 100%;
	top: 0;
	width: 100%;
	padding-top:7%;
}
.vgdfgd {
	width:900px;
	margin:0 auto;
	border-radius:5px;
	background: #fff;
	padding:20px 0;
	position: relative;
}
.vgdfgd .col-md-6 {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.pop_inres {
	background: #f2f2f2;
	padding: 20px 20px;
}
.close1 {
	position: absolute;
	right: 30px;
	top: 10px;
	border: 0;
	background: none;
	font-size: 28px;
	color: #c2c2c2;
	font-weight: 700;
	line-height: 28px;
}
.vgdfgd h3.dt_pop {
	padding: 0 0 0 15px;
	font-size: 24px;
	line-height: 24px;
	color: #0062cc;
	margin-bottom: 10px;
}
.sbmnt {
	width: 100%;
	color: #fff;
	font-weight: 700;
	padding-top:5px;
	padding-bottom:5px;
	height:50px;
}
.pop_inres h3 {
	background:url(../images/irn-ppf.png) 0 0 no-repeat;
	font-size: 17px;
	font-weight: 700;
	color: #191d20;
	text-transform: uppercase;
	line-height: 17px;
	margin-bottom: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
	padding-left:28px;
}
.parcel_details_inr1 .adr-npt input {
	height: 50px;
}
.ukkr_usr {
	overflow:hidden;
}
.ukkr_usr strong {
	float: right;
}
#menu-item-18 ul {
	display: none;
	position: absolute;
	z-index: 9;
	background: rgba(244,66,3,1);
	list-style-type: none;
	margin: 0;
	padding: 10px;
	width:162px;
}
#menu-item-18 ul li a {
	display:block;
	border-bottom:1px dashed #fff;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#fff;
}
#menu-item-18 ul li:hover a {
	color:#000;
}
#menu-item-18 ul li:last-child a {
	border-bottom:0;
	padding-bottom:0;
	margin-bottom:0;
}
#menu-item-18 {
	position: relative;
}
#menu-item-18 a.nav-link.orangebutton {
	padding-right:22px;
}
#menu-item-18 .nav-link.orangebutton::after {
	content: "";
	position: absolute;
	border-top: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	top: 16px;
	right: 6px;
}
#menu-item-18:hover ul {
	display:block;
}
#miniload {
	text-align: center;
	padding-bottom: 20px;
	position: fixed;
	z-index: 999999999;
	background: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
	top: 0;
	padding-top: 10%;
}
.rv_dv_top ul {
	margin-bottom:0 !important;
}
.rv_dv_top ul li {
	display: inline-block;
	vertical-align: middle;
	color: #44494d;
}
.rv_dv_top {
	border-bottom:1px solid #fff;
	padding: 0 0 10px;
	margin-bottom:10px;
}
.rv_dv_top strong {
	font-size:18px;
	color:#191d20;
	line-height:20px;
	font-weight:700;
}
.rv_dv {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
	border-radius:5px;
}
.rv_dv .stre_rtng_sec {
	border-top:1px solid #fff;
	padding: 20px 0 0 0;
}
.rv_dv .stre_rtng_sec i {
	display: inline-block;
	margin: 0 5px;
	color: #cdcdcd;
	font-size: 22px;
}
.stre_rtng_sec strong {
	color: #44494d;
	font-size:14px;
	font-weight:400;
}
.rv_dv .stre_rtng_sec i.fa.fa-star.active {
	color:#0062cc;
}
.parcel_details_inr1 .adr-npt.fstnm {
	display: inline-block;
	width: 50%;
	margin-right:5px !important;
}
.parcel_details_inr1 .adr-npt.lstnme {
	display: inline-block;
	width: 49%;
	margin-right: 0 !important;
}
.parcel_details_inr1 .adr-npt.txtsr {
	clear: left;
	width: 100%;
	margin-right: 0 !important;
}
.parcel_details_inr1 .adr-npt.emles {
	clear: left;
	width: 100%;
	margin-right:0;
}
.parcel_details_inr1 .adr-npt.emles input {
	padding: 2% 1.5%;
}
.parcel_details_inr1 .adr-npt.txtsr {
}
.parcel_details_inr1.vat_estm .adr-npt:first-child, .parcel_details_inr1.vat_estm .adr-npt:nth-child(2) {
	width: 100%;
}
.parcel_details_inr1 .adr-npt:first-child {
	margin-right:5px;
}
.parcel_details_inr1 .adr-npt textarea {
	padding:1%;
	height:110px;
}
.parcel_details_inr1 .adr-npt #form_rdeo {
	display: inline-block;
	vertical-align: middle;
}
#form_rdeo div {
	display: inline-block;
	vertical-align: top;
	margin-right: 16px;
}
.adr-npt.rdeo {
	border-top: 1px solid #fff;
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 0;
	width:100%;
}
.btn.bg-primary.sbmnt {
	background: #0062cc !important;
	width: 200px;
	margin: 0 auto;
	display: block;
	cursor: pointer;
}
.rv_fm_mn {
	padding: 20px 20px 10px;
	background: #f2f2f2;
	overflow: hidden;
	margin-bottom: 20px;
	border-radius:5px;
}
.rdeo strong {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	line-height: 16px;
}
.parcel_details_inr1 input[type="radio"]:checked, .parcel_details_inr1 input[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}
.parcel_details_inr1 input[type="radio"]:checked + label, .parcel_details_inr1 input[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666;
}
.parcel_details_inr1 input[type="radio"]:checked + label:before, .parcel_details_inr1 input[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #0062cc;
	border-radius: 100%;
	background: #fff;
}
.parcel_details_inr1 input[type="radio"]:checked + label:after, .parcel_details_inr1 input[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #0062cc;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.parcel_details_inr1 input[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.parcel_details_inr1 input[type="radio"]:checked + label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.pag {
	float: right;
	margin-top:16px;
}
.heading_div {
	overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 14px;
}
.ordr_hdnge_top h4 {
	float:left;
	border:0;
	margin-bottom:0;
	padding-bottom:0;
}

.ordr_tble {
	overflow-y: auto;
	height: 320px;
	clear:both;
}
.pag .pagination.pagination-sm {
	margin-bottom:0;
}
.pag .pagination.pagination-sm a {
	background: #0062cc;
	margin: 0 3px;
	padding: 4px 10px;
	color: #fff;
	border-radius: 3px;
}
.pag .pagination.pagination-sm .active a, .pag .pagination.pagination-sm a:hover {
	background: #b7b7b7;
	text-decoration:none;
}
.del_boxlft {
	background: #f2f2f2;
	width: 49%;
	text-align: center;
	padding: 40px;
	display: inline-block;
	margin-bottom: 30px;
	min-height: 457px;
}
.alphabet{list-style: none;}
.alphabet li { font-size:16px; float:left; margin:10px 4px;}
.alphabet li a { cursor:pointer; }
.del_boxlft h3 {
	font-size: 21px;
	color: #191d20;
	text-transform: uppercase;
	padding: 14px 0;
}
.del_boxlft h4 {
	font-size: 15px;
	color: #191d20;
	padding:0;
}
.del_boxlft p {
	font-size: 15px;
	color: #666666;
	padding:14px 0 0 0;
}
.del_boxlft.rgt {
	float:right;
}
.del_boxlft.rgt h4 {
	padding-bottom: 15px;
}
.del_boxlft.rgt p {
	padding:0;
	text-align:left;
}
.csv_uploadsec {
	background: #f2f2f2;
	padding: 20px 0;
}
.csv_uploadsec h3 {
	background: url(../images/csvupload_icon.png) 20px 0 no-repeat;
	font-size: 14px;
	color: #191d20;
	border-bottom: 1px solid #fff;
	padding: 0 20px 20px 120px;
	text-align: left;
	font-weight: bold;
	line-height: 22px;
	margin-bottom: 20px;
}
.csv_uploadsec h3 span {
	display:block;
	font-weight:normal;
	padding-top:10px;
}
.csv_uploadsec h3 span a {
	color:#0062cc;
	text-decoration:underline;
}
.csv_uploadsec form {
	padding:0 20px;
	position: relative;
}
.inputfile {
	display: block;
	margin-left:10px;
}
.inputthumbfile {
	display: block;
	margin-left:10px;
}
.file-box, .inputfile-box .ruFakeInput {
	display: inline-block;
	width: 370px;
	border: 1px solid #0062cc;
	padding: 5px 0px 5px 9px;
	height: 44px;
	line-height: 34px;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	font-size: 15px;
	font-style: italic;
	margin-right:5px;
}
.file-button, .inputfile-box .ruBrowse {
	background: #0062cc;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	width: 100px;
	display: inline-block;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	position: absolute;
	left: 262px;
	top: 4px;
}
.file2-box, .inputthumbfile-box .ruFakeInput {
	display: inline-block;
	width: 370px;
	border: 1px solid #0062cc;
	padding: 5px 0px 5px 9px;
	height: 44px;
	line-height: 34px;
	cursor: pointer;
	background: #fff;
	border-radius: 5px;
	font-size: 15px;
	font-style: italic;
	margin-right:5px;
}
.file2-button, .inputthumbfile-box .ruBrowse {
	background: #0062cc;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	width: 100px;
	display: inline-block;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 5px;
	position: absolute;
	left: 262px;
	top: 4px;
}
.uploadmyspreedsheet {
	background: #0062cc;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
	width: 220px;
	display: inline-block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	display: inline-block;
}
.inputfile-box {
	display: inline-block;
}
.inputthumbfile-box {
	display: inline-block;
}
.checkbox_filediv {
	display:inline-block;
}
.checkbox_filediv input[type="checkbox"] {
	margin: 0 8px;
}
.checkbox_filediv span {
	font-size:14px;
	color:#191d20;
}
.ebaydelvry {
	padding:20px;
}
.ebaydelvry h3 {
	background: url(../images/link_icon.png) 20px 0 no-repeat;
	display: inline-block;
	border-bottom: 0;
	padding-bottom: 16px;
	margin-bottom: 0;
	font-size: 20px;
	padding-top: 18px;
}
.ebaydelvry h3 span {
	font-size:14px;
}
.likemeebayaccount {
	background: #0062cc;
	color: #fff !important;
	font-size: 15px;
	cursor: pointer;
	width: 240px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	display: inline-block;
	float: right;
	margin-top: 20px;
}
.start_sendingleft {
	width:848px;
	float:left;
}
.send_detailspan {
	background:#f2f2f2;
	padding:20px 0;
	margin-bottom:20px;
}
.start_sendingright {
	width:228px;
	float:right;
}
.sendlinks {
	padding:0 20px;
}
.sendlinks ul {
	padding: 12px 0 12px 60px;
	margin: 0;
	background: url(../images/sending_icon1.png) 0 0 no-repeat;
	display: inline-block;
}
.sendlinks ul li {
	background: url(../images/send_divider.png) 0 5px no-repeat;
	font-size: 13px;
	color: #0062cc;
	display: inline-block;
	font-style: italic;
	padding: 0 7px;
}
.sendlinks ul li:first-child {
	background-image:none;
	padding-left:0;
}
.sendlinks ul li a {
	color:#0062cc;
	text-decoration:underline;
}
.sendlinks a.pop_link {
	display:inline-block;
	float:right;
	margin-top: 20px;
}
.send_addressdetailsdsec {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	padding:20px;
	margin:20px 0;
}
.send_addressdetailsdsec ul {
	padding:0;
	background: url(../images/send_dottedgry.png) center center no-repeat;
	width:320px;
	margin:0 auto;
}
.send_addressdetailsdsec ul li {
	font-size: 13px;
	color: #191d20;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	width: 60px;
}
.send_addressdetailsdsec ul li a {
	color: #191d20;
	text-decoration:none;
}
.send_addressdetailsdsec ul li.inact {
}
.send_addressdetailsdsec ul li.inact.blankadds {
	background: url(../images/send_adress.png) center 0 no-repeat !important;
}
.send_addressdetailsdsec ul li.inact a {
	color:#818181;
}
.send_addressdetailsdsec ul li:first-child {
	background: url(../images/send_adress_active.png) center 0 no-repeat;
	float: left;
	padding-top: 60px;
	margin-left: 15px;
}
.send_addressdetailsdsec ul li.detls.blankdetails {
	background: url(../images/details-icon.png) center 4px no-repeat;
	float:right;
	padding-top: 60px;
}
.send_addressdetailsdsec ul li.detls {
	background: url(../images/send_detailsicon.png) center 4px no-repeat;
	float:right;
	padding-top: 60px;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
.viewaddress_sec {
	padding:0 20px;
}
.viewaddress_sec p {
	font-size:14px;
	color:#191d20;
	display:inline-block;
}
.viewaddress_sec a.viewaddress {
	background: #0062cc;
	color: #fff !important;
	font-size: 15px;
	cursor: pointer;
	width: 240px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	display: inline-block;
	float: right;
}
.viewaddress_sec button.viewaddress {
	background: #cccccc;
	color: #fff !important;
	font-size: 15px;
	cursor: pointer;
	width: 228px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	display: inline-block;
	float: right;
}
.viewaddress_sec button.viewaddress.pay {
	background: #0062cc;
	color: #fff !important;
	font-size: 15px;
	cursor: pointer;
	width: 228px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	display: inline-block;
	float: right;
}
.backet_total {
	background:#f2f2f2;
}
.backet_total h2 {
	font-size: 18px;
	color: #191d20;
	padding: 18px 20px 12px 20px;
	border-bottom: 1px solid #fff;
}
.backet_total p {
	font-size: 14px;
	color: #191d20;
	padding: 0 20px;
}
.backet_total span {
	display:inline-block;
	float:right;
	font-weight:bold;
}
.backet_total p.total_price {
	border-top: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 15px;
}
.backet_total p.total_price span {
	font-size:20px;
	color:#0062cc;
	line-height: 26px;
}
.send_chatrgt {
	background: #f2f2f2;
	padding:20px 12px 12px 12px;
}
.send_chatrgt h2 {
	font-size: 20px;
	color: #191d20;
	text-transform: uppercase;
	background: url(../images/send_chaticon.png) left 0 no-repeat;
	padding-left: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.send_chatrgt h2 span {
	display:block;
	font-size: 14px;
	color: #191d20;
	text-transform: none;
}
.send_nexttable {
	font-size: 14px;
	color: #191d20;
	margin-top: 20px;
}
.send_nexttable td {
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	padding: 0 15px;
}
.send_detailspan.next {
	padding-bottom:0;
}
.sendmultiplepersalform {
	background: #f2f2f2;
	padding-top: 20px;
}
.sendmultiplepersalform h2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #191d20;
	padding: 15px 20px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
.sendmultiplepersalform .col-md-2.wgte label, .sendmultiplepersalform .col-md-4.csttme.frmcont label, .sendmultiplepersalform .col-md-4.csttme.tocont label {
	color:#191d20;
}
.sendmultiplepersalform .col-md-4.csttme.frmcont, .sendmultiplepersalform .col-md-4.csttme.tocont {
	flex: auto;
	max-width: inherit;
	width: 50%;
}
.sendmultiplepersalform .col-md-4.csttme.frmcont select, .sendmultiplepersalform .col-md-4.csttme.tocont select {
	background-color: #0062cc;
	color: #fff;
	border: 1px solid #0062cc;
	margin-right: -1px;
	width: 47%;
}
.sendmultiplepersalform .col-md-2.wgte input {
	width:30%;
}
.sendmultiplepersalform .col-md-4.csttme.frmcont input, .sendmultiplepersalform .col-md-4.csttme.tocont input {
	border: 1px solid #0062cc;
	border-left:0;
}
.sendmultiplepersalform .below_form .col-md-2.wgte input:last-child {
	background-color: #0062cc;
	border: 1px solid #0062cc;
	color:#fff;
}
.sendmultiplepersalform .below_form .col-md-2.wgte input {
	border: 1px solid #0062cc;
}
.sendmultiplepersalform .below_form #qty {
	width:90px;
	border: 1px solid #0062cc;
}
.sendmultiplepersalform .below_form .col-md-2.wgte.wgthes, .sendmultiplepersalform .below_form .col-md-2.wgte.lngth {
	max-width: 179px;
}
.sendmultiplepersalform .below_form .btn-primary {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
.below_form.newddeta .col-md-2.wgte.wgthes, .below_form.newddeta .col-md-2.wgte.lngth {
/*max-width: 168px;*/

}
.below_form.newddeta .col-md-2.wgte.hhgst #qty {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	padding: 2% 2%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: inherit;
	height: 42px;
	line-height: calc(1.05rem + 2px);
	background: #fff url(../images/select-aro.png) 83% center no-repeat;
	background-position-x: 83%;
	background-position-y: center;
	margin-bottom: 10px;
	color: #838383;
}
/*=====================================review slider =================*/

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls .owl-buttons div {
	position: absolute;
}
.owl-controls .owl-buttons .owl-prev {
	left: 10px;
	top: 50%;
}
.owl-controls .owl-buttons .owl-next {
	right: 10px;
	top: 50%;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel {
	margin: 0 0 20px;
	direction: ltr !important;
	z-index: 1;
}
.owl-wrapper-outer {
}
.owl-carousel .owl-buttons div {
	color: rgba(0,0,0,0.8);
	transition: all .3s ease;
}
.owl-carousel:hover .owl-buttons div {
}
.owl-carousel .owl-buttons .owl-prev {
	left: -50px;
}
.owl-carousel .owl-buttons .owl-next {
	right: -50px;
}
.owl-carousel .owl-buttons div i.fa.fa-chevron-left {
	padding:6px 0px;
}
.owl-carousel .owl-buttons div i.fa.fa-chevron-right {
	padding:6px 0px;
}
.owl-carousel .owl-buttons div i.fa.fa-chevron-left::before {
	position: relative;
	left: -2px;
	top: 1px;
}
.owl-carousel .owl-buttons div i.fa.fa-chevron-right::before {
	position: relative;
	right: -2px;
	top: 1px;
}
.owl-carousel .owl-buttons div i {
	font-size: 22px;
	margin: 0;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	width: 36px;
	height: 36px;
	color: #fff;
	text-align: center;
}
.owl-pagination {
	text-align: center;
	top: 20px;
	position: relative;
}
.owl-controls .owl-page {
	display: inline-block;
	margin: 0px 6px;
}
.owl-controls .owl-page span {
	display: block;
	width: 11px;
	height: 11px;
	background: #e8eaea;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.owl-controls .owl-page.active span {
	background:#0c8281;
}
.fa-chevron-left::before {
	content: "<";
}
.fa-chevron-right::before {
	content: ">";
}
.owl-controls.clickable {
	display:none !important;
}
/*=====================================review slider end=================*/

.get_pricecheckbox {
	display: inline-block;
	margin-left: 20px;
	float:right;
}
.input_check {
	float: left;
	margin-top: 11px;
	margin-right: 15px;
	color: #0062cc;
	font-size: 15px;
}
.input_check input[type="checkbox"] {
	margin-right: 7px;
}
#addtressModal1, #detailsModal1, #coladdtressModal1 {
	background: rgba(8, 8, 8, 0.9);
	z-index: 99;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
}
#addtressModal1 .adr-npt, #detailsModal1 .adr-npt, #coladdtressModal1 .adr-npt {
	display:inline-block;
	width: 49.7%;
}
#addtressModal1 .adr-npt.full, #detailsModal1 .adr-npt.full, #coladdtressModal1 .adr-npt.full {
	width:100%;
}
#addtressModal1 .adr-npt.countrycode, #coladdtressModal1 .adr-npt.countrycode {
	width:10%;
}
#addtressModal1 .adr-npt.countrycode select, #addtressModal1 .adr-npt.countrycode select, #coladdtressModal1 .adr-npt.countrycode select {
	background-position:80% center;
}
#addtressModal1 .adr-npt.delmobilenumber, #coladdtressModal1 .adr-npt.delmobilenumber {
	width:39%;
}
#addtressModal1 .vgdfgd, #detailsModal1 .vgdfgd, #addtressModal1 .vgdfgd, #coladdtressModal1 .vgdfgd {
	width:812px;
	margin-top: 20px;
}
.adr-npt .jsError {
	top: -27px;
}
#detailsModal1 .adr-npt label {
	position: absolute;
	right: 1px;
	top: 1px;
	font-size: 16px;
	font-weight: normal;
	background: #eeeeee;
	border-radius: 0 5px 5px 0;
	height: 48px;
	line-height: 48px;
	width: 70px;
	text-align: center;
}
.rapidbooktoll_titlebar {
	background:#f2f2f2;
	margin:15px 0;
	padding:20px;
}
.rapidbooktoll_titlebar h2 {
	font-size:18px;
	color:#191d20;
	display:inline-block;
}
.rapidbooktoll_titlebar h3 {
	font-size: 15px;
	color: #191d20;
	display: inline-block;
	text-align: center;
	width: 75%;
}
.rapidbooktoll_titlebar h4 {
	font-size:18px;
	color:#191d20;
	display:inline-block;
	float:right;
	padding-top: 8px;
	text-align: left;
	width: 120px;
}
.rapidbooktoll_titlebar h3 select {
	border:1px solid #0062cc;
	width:130px;
	height:46px;
	border-radius:5px;
	background:url("../images/select-aro.png") no-repeat 90% center #fff;
	font-size:15px;
	color:#666666;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-left:10px;
}
.btn.btn-outline-primary.btn-block.signin_shipping {
	position: absolute;
	bottom: 34px;
	left: 0;
	width: 85%;
	margin: 0 auto;
	right: 0;
}
.rapid_minsec .steps {
	float:left;
	width:31.6%;
	background:#f2f2f2;
	border-radius:3px;
	margin:0 0.5%;
	min-height:200px;
	padding:20px;
}
.rapid_minsec .steps.three {
	width:34%;
	margin-right:0;
}
.rapid_minsec .steps h3 {
	font-size: 13px;
	color: #191d20;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
	margin-bottom: 20px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
}
.rapid_minsec .steps input[type="text"] {
	border: 1px solid #0062cc;
	width: 100%;
	height: 46px;
	border-radius: 5px;
	background:#fff;
	font-size: 15px;
	color: #666666;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-bottom:10px;
	padding-left:5px;
}
.rapid_minsec .steps textarea {
	border: 1px solid #0062cc;
	width: 100%;
	height: 46px;
	border-radius: 5px;
	background:#fff;
	font-size: 15px;
	color: #666666;
	-moz-appearance: none;
	-webkit-appearance: none;
	height:82px;
	margin-bottom:10px;
	padding:5px;
}
.rapid_minsec .steps select {
	border: 1px solid #0062cc;
	width: 100%;
	height: 46px;
	border-radius: 5px;
	background: url("../images/select-aro.png") no-repeat 96% center #fff;
	font-size: 15px;
	color: #666666;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-bottom:10px;
	padding-left:5px;
}
.rapid_minsec input[type="submit"], .rapid_minsec button {
	background: #0062cc !important;
	width: 205px;
	height: 50px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	border: 0;
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 20px;
	opacity: 1 !important;
}
.rapid_minsec p.terms_coditiontxt {
	font-size:16px;
	color:#666666;
	line-height:20px;
}
.rapid_minsec p.terms_coditiontxt a {
	text-decoration:underline;
	color:#0062cc;
}
.rapid_minsec .steps.three {
	padding:20px 0;
}
.rapid_minsec .steps.three h3 {
	margin:0;
	margin-bottom:20px;
}
.rapid_minsec .steps.three h4 {
	font-size: 13px;
	color: #191d20;
	padding: 0 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.percel_size, .percel_length, .percel_details {
	padding:15px 20px;
	border-bottom: 1px solid #fff;
}
.rapid_minsec .steps.three p.terms {
	padding:15px 20px;
	font-size:13px;
	font-style:italic;
	padding-bottom:0;
}
.rapid_minsec .steps.three input[type="submit"], .rapid_minsec .steps.three button {
	background: #0062cc;
	width: 89%;
	height: 50px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	border: 0;
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 20px;
}
.percel_size label {
	display:inline-block;
	padding-right:20px;
}
.percel_size label p {
	font-size: 13px;
	color: #191d20;
	display: inline-block;
	font-weight: bold;
}
.percel_size label input[type="text"] {
	width: 56px !important;
	height: 44px !important;
	display: inline-block;
	font-size: 13px !important;
}
.percel_length label {
	display:inline-block;
	position:relative;
}
.percel_length label input[type="text"], .percel_length label select {
	width: 52px !important;
	height: 26px !important;
	display: inline-block;
	font-size: 13px !important;
}
.percel_length label select {
	background-position:84% center !important;
}
.percel_details h4 {
	padding-left:0 !important;
}
.percel_details label {
	display:block;
	position:relative;
}
.percel_details label .jsError {
	top:-19px;
}
.percel_details label p {
	font-size: 13px;
	color: #191d20;
	display: inline-block;
	font-weight: bold;
	width:20%;
}
.percel_details label input[type="text"] {
	width:78% !important;
}
.total_sec {
	font-size: 18px;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #fff;
}
.percel_length label p {
	padding-bottom: 0 !important;
	margin-bottom: 10px;
}
.total_sec span {
	float:right;
	color: #0062cc;
	font-size:20px;
}
/*===========Checkbox==============*/

.rapid_minsec input[type=checkbox].css-checkbox {
	position:absolute;
	z-index:-1000;
	left:-1000px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height:1px;
	width:1px;
	margin:-1px;
	padding:0;
	border:0;
}
.rapid_minsec input[type=checkbox].css-checkbox + label.css-label {
	padding-left: 40px;
	height: 28px;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #35363a;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	vertical-align: top;
	text-transform: none;
}
.rapid_minsec input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -29px;
}
.rapid_minsec label.css-label {
	background-image:url(../images/checkbox_cutom.png);
}
.terms_sec {
	position: relative;
	padding-bottom: 70px;
	margin-top: 30px;
}
/*===========Checkbox==============*/

.rapid_minsec .steps.inactive input[type="text"], .rapid_minsec .steps.inactive textarea, .rapid_minsec .steps.inactive select {
	border:1px solid #969696;
}
.howtolink_ebay {
	padding-top:20px;
	background:#f2f2f2;
	margin-top: 20px;
}
.howtolink_ebay h2 {
	text-align: center;
	font-size: 30px;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
}
.howtolink_ebay ul {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0;
}
.howtolink_ebay ul li {
	background: #fff;
	padding: 15px;
	margin-bottom: 10px;
	font-size: 15px;
	counter-increment: item;
	overflow: hidden;
}
.howtolink_ebay ul li:before {
	margin-right: 10px;
	content: counter(item);
	border: 1px solid #0062cc;
	border-radius: 100%;
	color: #000;
	width: 40px;
	text-align: center;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	float: left;
}
.howtolink_ebay ul li:first-child, .howtolink_ebay ul li:nth-child(2) {
	line-height: 40px;
}
.importtext {
	text-align: center;
	padding-top: 35px;
	font-size: 16px;
	padding-bottom: 0;
	margin: 0;
}
.linking_text {
	background: url(../images/link_icon.png) 20px center no-repeat;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto auto;
	text-align: left;
	background-color: #f2f2f2;
	padding: 20px;
	padding-left: 20px;
	background-size: 3%;
	padding-left: 64px;
	margin-top: 20px;
	font-size: 16px;
}
.csv_sample {
	padding:20px 0;
}
.csv_sample .table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
	font-size:16px;
}
.csv_sample table tr td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
	font-size:14px;
}
.csv_sample tr.error > td {
	background-color: #f66;
	border-color: #fff;
}
.csv_sample .table .info td {
	background-color: #c5dfef;
	border-color: #fff;
}
.form_div {
	position:relative;
}
.form_div .jsError {
	top: -24px;
}
#header-to {
	margin-top: -30px;
	text-align: left;
	width: 120px;
}
.percel_lengthtitle {
	padding: 20px;
	padding-bottom: 20px;
	padding-bottom: 0;
	margin-bottom: -24px;
}
.percel_lengthtitle p {
	display:inline-block;
	min-width: 56px;
}
.percel_lengthtitle p:nth-child(3) {
	min-width:113px;
}
.collection_datetabb .fa {
	position: absolute;
	top: 20px;
	right: 10px;
}
.allsize {
	position:relative;
	width: 165px;
}
.allsize .terms_sec {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 12px;
	right: 30px;
}
.derror {
	position: absolute;
	right: 0;
	top: -25px;
	background: url("../images/error_icon.png") 50% center no-repeat red;
	color: #fff !important;
	padding: 0 10px 0 6px;
	border-radius: 3px;
	font-size: 14px;
	transition-duration: 1s;
	border: 1px solid red;
	text-align: center;
}
.derror::before {
	border-top: 5px solid red;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: relative;
	bottom: -23.5px;
	z-index: 99;
	left: 0;
}
.clearfix:after, .clearfix:before {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 opacity: 1;
}
/*.splash-container {height: 540px !important;}*/

.height_err .derror {
	left:26px;
	right:auto;
}
ul.resp-tabs-list {
	margin-bottom: -10px;
}
.resp-tabs-list li {
	border-radius: 5px;
	margin-bottom: 20px;
	background: rgba(0, 0, 0, 0.6) !important;
}
.resp-tabs-list li a {
	color: #fff;
}
.resp-tabs-list li.resp-tab-active {
	margin-bottom: 0px;
	padding-bottom: 33px !important;
	background: rgb(244, 66, 3) !important;
}
.quick-quote-container {
	background-color: rgb(244, 66, 3);
	padding: 25px 0px;
}
.belo_mst_sec {
	background: none;
	border-bottom:none;
	padding-top: 0px;
}
.dfsd {
	display: none;
}
.belo_mst_sec .col-md-3 {
	border-radius: 100px;
	background: #f44203;
	margin: 0 3px;
	margin-top: 20px
}
.belo_mst_sec .col-md-3 a {
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
	padding: 10px 0px;
	font-weight:400;
	text-align: center;
}
.belo_mst_sec .col-md-3 a i {
	width: 22px;
	float: left;
}
.custom-select {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 13px;
	height: calc(2.44rem + 9px);
}
.col-md-4.csttme.frmcont select, .col-md-4.csttme.tocont select {
	background-color: #fff;
}
.col-md-4.csttme.frmcont input, .col-md-4.csttme.tocont input {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 13.5px;
	height: calc(2.44rem + 9px);
	padding: 0 15px;
}
.col-md-2.wgte label {
	width: auto;
}
.col-md-2.wgte input:last-child {
	border-radius:6px;
	margin-left: 5px;
}
.col-md-2.wgte input {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 13.5px;
}
.col-md-2.wgte input[value="Kg"] {
	background-color: #eee;
}
.qute #btn-quick-quote, .qute #btn-quick-proceed {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	border-radius: 100px;
	font-size: 18px;
	transition: background-color .5s ease-out;
}
.below_form {
	margin-top: 20px;
}
.adr-npt select {
	margin-bottom: 0px;
}
.adr-npt input.postcode_lookup_input {
	float: left;
	width: 70%;
}
.lookupbtn {
	background: #2a2a2a none repeat scroll 0 0;
	border: medium none transparent;
	border-radius: 5px;
	color: #fff;
	padding: 2% 0;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	transition: background-color 0.3s ease-in;
	float: left;
	width: 25%;
	margin-left: 5%;
}
.lookupbtn:hover {
	text-decoration: none;
	background-color:#0062cc;
	color: #fff;
}
.lookupbtn:focus {
	text-decoration: none;
	color: #fff;
	outline: none;
}
.selectaddress_show {
	background: #fff;
	border-radius: 5px;
	padding:2% 3%;
}
.selectaddress_show p {
	font-size: 14px;
	color: #777;
	margin-bottom: 0px;
}
.below_form_dv_in {
	background-color: transparent;
}
button, input {
	outline: none;
}
.card-body.mb-1.rgba-grey-light.white-text a.add_more {
	transition: background-color 0.3s ease-in;
}
.card-body.mb-1.rgba-grey-light.white-text a.add_more:hover {
	background: #d4330e;
	color: #fff;
	border-color: #d4330e;
	text-decoration: none;
}
.card .col-md-2.wgte label {
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 500;
	color: #777;
}
.card .col-md-2.wgte label span {
	color: #0062cc;
	display: inline-block;
}
.card .col-md-2.wgte input {
	width: 100%;
	text-align: left;
}
.card .col-md-2.wgte input:last-child {
	margin-left: 0px;
}
.below_form.newddeta .col-md-2.wgte.hhgst #qty {
	font-family: 'Trebuchet MS', 'Arial', sans-serif;
	font-size: 13px;
	padding-left: 10px;
}
#regist_div, #login_div {
	width: 100%;
}
.login_page_part .lgn_acne {
	margin:0 auto;
	background:none;
}
.login_page_part .soaclelog {
	margin-left:0px;
	background:none;
}
.login_page_part .login_div_inr {
	background: #f2f2f2;
	padding: 30px;
}
.cap_img_dv {
	display: block;
	width: 100%;
}
.g-recaptcha > div {
	width: 470px !important;
}
.g-recaptcha > div div > iframe {
	width: 470px !important;
}
.forgotpass_link {
	color: #0062cc;
	text-decoration: underline;
	font-weight: 700;
	margin-top: 10px;
	display: block;
}
.forg_passdv button.login_btn {
	float: left;
	background-color: #278bcb;
	width: 100px;
	color: #fff;
}
#pageheading{
    text-align: center;
}
.forg_passdv button.login_btn:hover {
	border-color: #278bcb;
}
.forg_passdv button.register_btn {
	float: right;
	transition: all 0.3s ease-in;
}
.forg_passdv button.register_btn:hover {
}
.soaclelog ul li {
	display: inline-block;
	margin: 3px;
}
.soaclelog ul li a {
	text-transform: capitalize;
}
.soaclelog ul li a:hover {
	text-decoration: none;
}
.soaclelog ul li a i {
	margin-right: 10px;
}
.adr-npt .uk_hide_lookupbtn input.postcode_lookup_input {
	float: none;
	width: 100%;
}
.uk_hide_lookupbtn .lookupbtn {
	display: none !important;
}
.uk_show, .otheraddress {
	display: none;
}
.border-line {
	border-top: 1px solid #fff;
	padding: 15px 25px;
}
.border-line p.price span {
	color: #0062cc;
	float: right;
	font-size: 24px;
}
.border-line p.price {
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
}
.accordian_tabopen h5 {
	font-size: 16px;
	font-weight: 400;
}
.one_rowtextbox label {
	width: 46%;
	font-size: 16px;
	font-weight: 400;
}
.one_rowtextbox select {
	display: inline-block;
	width: 53% !important;
	height: 51px !important;
}
.accordian_tabopen p a {
	color: #0062cc;
	font-weight: 600;
	text-decoration: underline;
}
.accordian_tabopen .lightgreytextboxlp.mt-4 .col-md-4.mt-2 select, .accordian_tabopen .lightgreytextboxlp.mt-4 .col-md-4.mt-2 input[type="text"] {
	border: 1px solid #0062cc;
}
.accordian_tabopen .lightgreytextboxlp.mt-4 .col-md-4.mt-2.yesnobox select {
	border-radius: 5px;
	padding: 2% 2%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: inherit;
	line-height: calc(1.05rem + 2px);
	background: #fff url(../images/select-aro.png) 86% center no-repeat;
	margin-bottom: 10px;
	color: #838383;
	display: inline-block;
	width: 108px;
}
.accordian_tabopen .lightgreytextboxlp.mt-4 .col-md-4.mt-2.yesnobox label {
	font-size: 12px;
	color: #666666;
	width: 120px;
	line-height: 14px;
	display: inline-block;
	float: right;
}
.accordian_tabopen .lightgreytextboxlp.mt-4 {
	background: none;
	margin-top: 0 !important;
}
.accordian_tabopen .lightgreytextboxlp.your_luggage {
	background: #e3e3e3;
	border-radius: 5px;
	padding: 15px;
}
.accordian_tabopen .lightgreytextboxlp.mt-4 .col-md-4.mt-2 {
	padding: 0 6px;
	margin: 0;
}
.prcce .price_symb {
	float: right;
}
.prcce {
	overflow:hidden;
}
.prcce .price {
	float: left;
}
.prcce .price_symb span {
	color: #0062cc;
	font-size: 24px;
}
span.highlight_text{
	
	color: #0062cc;
}
/*--------------------01-03-2019-----------------------*/
#main_middel_div.mai_dv_sc {
	margin: 0 10px;
	width: 49%;
}
#main_right_div.mai_dv_sc {
	width: 30%;
}
#main_left_div.mai_dv_sc {
	width: 18%;
}
.mai_dv_sc {
	display: inline-block;
	vertical-align: top;
}
#bottom_left_div, #bottom_right_div, #bottom_middle_div {
	background: #f1f1f1;
}
#top_right_div, #top_middle_div {
	background: #f2f2f2;
	margin: 0 0 10px;
	padding: 10px;
	height:44px;
}
.bottom_left_div_in {
	overflow:hidden;
	line-height:14px;
	color:#6c6c6c;
	font-size:13px;
	padding: 0 10px;
}
#bottom_left_div .fa.confirm-tick.fa-3x.fa-check {
	background:url(../images/org-aro.png) 0 2px no-repeat;
	float:left;
	display:block;
	padding-right:10px;
}
#bottom_left_div .fa.confirm-tick.fa-3x.fa-check::before {
	content:'';
}
#myletter_div table h5,
#bottom_middle_div table h5 {
	color:#191d20;
	font-size:14px;
	line-height:14px;
	font-weight:600;
	margin-bottom:0;
	position:relative;
}
.bld_btnr .btn.btn-primary.btn-lg {
	font-size: 15px;
	margin-bottom:10px;
}
#myletter_div table th strong,
#bottom_middle_div table th strong {
	font-size: 14px;
	display: block;
}
#myletter_div table th,
#bottom_right_div table th {
	background: #e2e2e2;
	border-right:1px solid #fff;
	padding:10px;
}

#bottom_middle_div table th {
	background: #e2e2e2;
	border-right:1px solid #fff;
	padding:12px 10px;
}
#myletter_div table td,
#bottom_right_div table td, #bottom_middle_div table td {
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#6c6c6c;
	font-size:13px;
	font-weight:700;
	padding:10px;
}
#myletter_div table td:nth-child(2),
#bottom_middle_div table td:nth-child(2) {
	font-weight:700;
}
#myletter_div table td:last-child,
#bottom_middle_div table td:last-child {
	border-right:0;
	font-weight:700;
}
#myletter_div table{background:#f1f1f1;}
#myletter_div table td p,
#bottom_right_div table td p, #bottom_middle_div table h5 p {
	font-size:12px;
	color:#40464b;
	line-height:12px;
	font-weight:100;
	margin-bottom:0;
}
#bottom_middle_div table h5 p span {
	display:block;
}
#bottom_middle_div table td input[type="text"] {
	width: 100%;
	border: 1px solid #a6a6a6;
	border-radius: 2px;
	padding: 0% 3%;
}
.drep {
	border:1px solid #0062cc;
	display: inline-block;
	padding: 10px;
	color:#000;
	width:48%;
	vertical-align:top;
	height:70px;
	background:#fff;
}
.drep.activeck{background:#0062cc;}
#bottom_middle_div .drep.activeck label,
#bottom_middle_div .drep.activeck p{color:#fff;}
#bottom_left_div h4 {
	color: #000;
	background: #e2e2e2;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	padding:10px 14px;
	text-transform:uppercase;
}
.info_icn {
	background:url(../images/org-info.png) 90% 0 no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	font-size:0;
}
#saveupto {
	color: #0062cc;
	font-weight: 600;
}
.savstr {
	display: inline-block;
	width: 48%;
}
.savstr_prc {
	display: inline-block;
	text-align: right;
	width: 48%;
}
#bottom_middle_div p {
	margin-bottom:0;
}
#bottom_left_div {
	margin-top: 54px;
}
#bottom_right_div {
	margin-top: 10px;
}
#top_right_div p {
	margin: 0;
}
#top_middle_div label {
	margin: 0;
}
.buy_dv_cs {
	width: 100%;
	clear: both;
	margin: 10px auto;
}
.buy_dv_cs a {
	display:block;
	width:130px;
	margin:0 auto;
}

.pop_pne .modal.in .modal-dialog {
    border: 2px solid #15537d;
    outline: 10px solid rgba(255,255,255,.75);
    -webkit-animation: modalkey .5s ease-in;
    animation: modalkey .5s ease-in;
}
.pop_pne .modal-header {
    border: 0;
    padding: 15px 0 2px 25px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.pop_pne .modal-body {
    padding: 30px;
    .close { position: relative;
    top: -30px;
    right: -30px;
    color: #ffffff;
    } 
@media (max-width: @screen-xs-max) { padding: 10px;
    h2 { font-size: @font-size-h4;
    } .gutter-top-lg { margin-top: 0;
    } .close { position: relative;
    top: -10px;
    right: -10px;
    } }: ;
}
.pop_pne table.table-alternate thead {
    background-color: #fff3dd;
}
.pop_pne .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.pop_pne table.table-alternate thead th h4 {
    font-size: 15px;
    white-space: nowrap;
}
.pop_pne table.table-alternate tbody td .fa {
    float: left;
    font-size: 45px;
    color: #15537d;
    margin: 0 20px 15px 0;
}
.pop_pne_top {
    background: rgba(0,0,0,0.8);
    width: 100%;
	height:100%;
    top: 0;
	position:fixed;
    z-index: 9;
}
.pop_pne .modal-lg {
    background: #fff;
	position: relative;
	z-index: 9999999;
}
.pop_pne table.table-alternate tbody td:first-of-type p{
	margin-bottom:0;
}
#bottom_middle_div .drep label {
    margin: 0;
	text-transform:uppercase;
}
#bottom_middle_div .drep p {
    padding-left: 28px;
    font-size: 12px;
    line-height: 12px;
    color: #40464b;
	
}
.modal_r {

    overflow: hidden;

}
.pop_pne .pop_pne_close {
   float: none;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: #0062cc;
    border: 0;
    color: #fff;

}
.dws {
    background: #fff;
    position: relative;
    z-index: 99;
    width:800px;
    margin: 2% auto 0;
	border: 10px solid #aaa;
}
.modal_t {
    float: left;
}
.modal_t {

    float: left;
    padding: 14px 0 0 27px;
    margin: 0;

}
#graph div img {

    display: none !important;

}
#graph canvas#JSChart_graph {
    width: 100% !important;
    height: 182px !important;
}
.sprc_dtl_lf {
    width: 76%;
    float: left;
}
.sprc_dtl {
    width: 100%;
}
.sprc_dtl_rt {
    width: 22%;
    float: right;
}
.sprc_dtl_lf_frm .parcel_details_inr1.dlbl .adr-npt:first-child {
    display: block;
    width: 100%;
}
.sprc_dtl_lf_frm .parcel_details_inr1.dlbl .adr-npt:nth-child(3),
.sprc_dtl_lf_frm .parcel_details_inr1.dlbl .adr-npt:nth-child(5){margin-right:0;}
.sprc_dtl_lf_frm .parcel_details_inr1.dlbl .adr-npt {
    width: 49.2%;
    display: inline-block;
	vertical-align:top;
	margin-right:1%;
}
.sprc_dtl_lf_frm .parcel_details_inr1.dlbl .adr-npt.dlvryad input{height:100px;}
.sprc_dtl_lf_frm .parcel_details_inr1.vat_estm .adr-npt{width: 49.2%;
    display: inline-block;
	vertical-align:top;
	margin-right:1%;}
.sprc_dtl_lf_frm .parcel_details_inr1.vat_estm .adr-npt:nth-child(5) {
    display: block;
    width: 100%;
}
.sprc_dtl_lf_frm .parcel_details_inr1.vat_estm .adr-npt:nth-child(4){margin-right:0;}
#myletter_div table td input[type="text"] {
    width: 100%;
    border: 1px solid #a6a6a6;
    border-radius: 2px;
    padding: 1% 3%;
}
#localdropoffpoint_div,
#mydetails_div,
#sprc_dtl_lf_frm,
#myletter_div{background:#f2f2f2; margin-bottom:10px; border-radius:10px;}
.lat_dv_btm{margin:10px;}
.lat_dv_btm_md p,
.lat_dv_btm_to p {
    margin: 0;
}
.lat_dv_btm_bm,.lat_dv_btm_to {
    background: #e3e3e3;
    padding: 10px;
}
.lat_dv_btm_md{margin:10px 0;}
.box_sprc {
	border-radius:5px;
    overflow: hidden;
    background: #e2e2e2;
    text-align: center;
    padding: 10px;

}
.sprc_dtl_lf #myletter_div .info_icn{left:50%; right:0;}
.box_sprc_in .boxspan {
    float: right;
    display: block;
    margin-left: 10px;
    line-height: 16px;
    font-size: 16px;
    text-align: left;
}
.box_sprc_in:last-child{margin-right:0;}
.box_sprc_in {
    display: inline-block;
    overflow: hidden;
    margin-right: 80px;
    vertical-align: top;
	width:11%;

}
.box_sprc_in .boxspan strong {
    display: block;
    text-transform: uppercase;
    font-weight: 600;
}
.bb-icn{background:#e2e2e2 url("../images/box-ic.png") center center no-repeat; border:1px solid #cbcbcb; width:90px; height:90px; border-radius:50px; margin: 0 auto 10px;}
.box_sprc_in.activeck .bb-icn{background:#fff url("../images/box-ic-h.png") center center no-repeat;}
#mydetails_div .parcel_details_inr1.vat_estm,
.parcel_details_inr1.dlbl {
    margin: 10px;
}
.sprc_dtl_lf h5 {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 14px;
	font-size:16px;
	color:#191d20;
	font-weight:600;
}
.sprc_dtl_lf td h5{padding:0; border:0;}
#savecost {
    padding: 0 10px;
}
#box_div{background: #f2f2f2;
    padding: 10px;}
.spnd_spb{background: #e2e2e2;
    padding: 10px; margin:10px 0; border-radius:5px;}
	.spnd_spb p{margin:0;}
	.container1 {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border: 1px solid #fa4005;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container1:hover input ~ .checkmark {
  background-color: #fa4005;
}

/* When the checkbox is checked, add a blue background */
.container1 input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container1 .checkmark:after {
  left: 12px;
  top: 9px;
  width: 5px;
  height: 10px;
  border: solid #fa4005;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nextstep_div_l p {
    padding-left: 40px;
    padding-top: 5px;
}
.nextstep_div_l .checkmark{border-radius:5px;}
#nextstep_div {
    margin: 30px 0;
	
}
.bntsp {
    float: right;
}
.nextstep_div_l {
    float: left;
}
.lat_dv_btm_bm a,
.lat_dv_btm_md a{font-size:16px; color:#0062cc;}
.nextstep_div_l a{font-size:16px; color:#0062cc; text-decoration:underline;}
#ordersummer{background: #f2f2f2; border-radius:10px;}
#ordersummer h4{padding: 10px 10px;
    border-bottom: 1px solid #fff;
	font-size:16px;
	color:#191d20;
	margin-bottom:0;
	font-weight:600;
}
.ordersummer_inr {
    border-bottom: 1px solid #fff;
    padding: 10px 10px;
}
#top.to_imges_sec {
    background: #0062cc;
	padding:20px 0;
	text-align:center;
	border-radius:10px;
	margin-bottom:10px;
}
.to_imges_sec_in {
    display: inline-block;
    vertical-align: top;
    width: 28%;
    padding: 0 20px;
	position:relative;
}
.brrd_dts {
    position: absolute;
    top: 36px;
    background: url("../images/botdt-bord.png") 0 center repeat-x;
    height: 10px;
    width: 38%;
}
.brrd_dts.lfe_b{right:0;}
.brrd_dts.rte_b{left:0;}
.to_imges_sec_in p{color:#fff; line-height:14px; padding-top:12px;}
.ordersummer_inr strong {float: right;}
.ordersummer_inr.ttles strong{color:#0062cc; font-size:24px; font-weight:700;}
.secr_ue{background: #f2f2f2; margin-top:10px; border-radius:10px;}
.secr_ue_in:nth-child(1){background: url("../images/sec-icn-1.png") 0 center no-repeat;border-bottom: 1px solid #fff;
     line-height:16px;}
.secr_ue_in:nth-child(2){background: url("../images/sec-icn-2.png") 0 center no-repeat;border-bottom: 1px solid #fff;
     line-height:16px;}
.secr_ue_in:nth-child(3){background: url("../images/sec-icn-3.png") 0 center no-repeat;border-bottom: 1px solid #fff;
 line-height:16px;}
.secr_ue_in {
    padding: 20px 0 20px 28px;
}
.lat_dv_btm_to{overflow:hidden;}
.lat_dv_btm_to p{float:left; width:70%;}
.lat_dv_btm_to div{float:right;}
.lat_dv_btm_to .not_ml {

    margin-top: 9px;

}
.lat_dv_btm_to .not_ml .container1{display:inline-block; margin-left:10px; font-size:16px; line-height:16px;}
.lat_dv_btm_to .not_ml .container1 .boxspan {

    padding-top: 6px;
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    color: #666;

}
.lat_dv_btm_to .not_ml .container1 .checkmark{border-radius:5px;}
.pop_pne2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
	z-index:99;
}
.pop_pne2 .col-padding-md.gutter-top-md {
    background: #fff;
    width: 700px;
    margin: 2% auto;
    padding: 1%;
    max-height: 612px;
    overflow-y: scroll;
    overflow-x: hidden;
	position:relative;
	border: 10px solid #aaa;

}
.pop_pne2_inre h1{font-size:24px; color:#0062cc;}
.pop_pne2_inre h3,
.pop_pne2_inre h2{
	font-size: 18px;
	color: #000;
	line-height: 18px;
	font-weight: 600;
}
.pop_pne2_inre ul {
    list-style-type: disc;
    padding-left: 15px;
}
.pop_pne2_inre ul li{font-size:14px;}
.pop_pne_close2 {
    position: absolute;
    right: 2px;
    top: 4px;
    border: 0;
    background: #0062cc;
    color: #fff;
    border-radius: 10%;
    width: 30px;
    height: 30px;
    text-align: center;
}
.slc_adr.adr-npt,
.cood_ll.zppc.adr-npt {

    

}
.slc_adr.adr-npt select{
    float: left;
    width: 75%;
}
.cood_ll.zppc.adr-npt input {
    float: left;
    width: 78%;
}
.slc_adr.adr-npt button.btn.bg-primary{
   float: left;
    width: 23%;
    margin-left: 10px;
    color: #fff;
    outline: none;
    background: #2a2a2a !important;
    cursor: pointer;
    padding: 12px 10px;

}
.cood_ll.zppc.adr-npt button.btn.bg-primary {

    float: left;
    width: 20%;
    margin-left: 10px;
    color: #fff;
    outline: none;
    background: #2a2a2a !important;
    cursor: pointer;
    padding: 10px;

}
.slc_adr.adr-npt button.btn.bg-primary:hover,
.cood_ll.zppc.adr-npt button.btn.bg-primary:hover {
    text-decoration: none;
    background: #0062cc !important;
    color: #fff;
}
#nextstep_div .jsError {
    top: -49px;
    text-align: left;
    padding: 10px 7px;
    line-height: 14px;
}
#nextstep_div .jsError::before {
    bottom: -45.5px;
}
#wrapper-navbar {
    position: relative;
    z-index: 99;
}
#uploadcsvfrom .jsError{top: 4px;

right: 110px;}
.sprc_dtl_lf_frm .parcel_details_inr1.dlbl.spdtl #dlvry_addresses.cood_ll.zppc.adr-npt,.sprc_dtl_lf_frm .parcel_details_inr1.dlbl.spdtl .cood_ll.zppc.adr-npt {
    width: 100%;
}
.sprc_dtl_lf_frm .parcel_details_inr1.dlbl.spdtl #dlvry_addresses.cood_ll.zppc.adr-npt{}
.sprc_dtl_lf_frm .parcel_details_inr1.dlbl.spdtl #dlvry_addresses.cood_ll.zppc .slc_adr.adr-npt select {
    width: 78%;
}
#regform .btn.btn-primary.register_btn {

    background: none;
    color: #000;
    padding: 11px 10px;
    box-shadow: 0 0;

}
#regform .btn.btn-primary.register_btn:hover {background: #005cbf; color:#fff;}
#regform {

    position: absolute;
    bottom: 40px;
    right: 44px;

}
#add_bttn {
	
	color: #fff;
}
#update_bttn {
	
	color: #fff;
}
#navbarNavDropdown {
    width: 100%;
    text-align: right;
    padding-right: 16%;
}
#drop_zone .wrapper{
    display: block;
    position: relative;
    top: 20px;
    padding-top: 10px;
    padding-right: 14px;
    padding-top: 10px;
}

@media only screen and (min-width: 1200px) {
  #guide {
    position:absolute;
    margin-left: 18px;
  }
}