body {
	font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;background: #f9f9f9;
	
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
/* FORM STUFF */
input {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #9f9f9f;
	font-size:18px;
}
label{
	font-weight: normal;
	color:#9f9f9f;
}
.customerDetailsFull{
	width:100%;
}
.position-select {margin-top:-11px; font-size:18px;}

.offset-10{
	margin-top:10px;
}
.offset-15{
	margin-top:15px;
}
.offset-20{
	margin-top:20px;
}
.offset-30{
	margin-top:30px;
}
.offset-50{
	margin-top:50px;
}
.offset-bottom-10{
	margin-bottom:10px;
}
.offset-bottom-15{
	margin-bottom:15px;
}
.offset-bottom-20{
	margin-bottom:20px;
}
.offset-bottom-30{
	margin-bottom:30px;
}
.offset-bottom-50{
	margin-bottom:50px;
}
.offset-bottom-60{
	margin-bottom:60px;
}
/*  Uploader */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	cursor: pointer;
}
.inputfile + label {
    font-size: 15px;
    font-weight: normal;
	padding: 8px 12px 8px 0px;
	border-radius: 8px;
    color: #555;
    background-color: #fff;
    display: inline-block;
	text-align:left;
	width:100%;
	cursor: pointer;
}
.inputfile + label svg{
	fill:#fff;
	margin-right:5px;
	cursor: pointer;
	
}
.uploadIcon{
	background:#297dc1;
	border:1px solid #297dc1;
	padding: 9px 5px 9px 9px;
	border-radius: 8px 0px 0px 8px;
	cursor: pointer;
}
.uploadtextbox{
	padding-left: 12px;
	cursor: pointer;
}
/*  POPOVER */
.popover {
	 font-family: "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
	 max-width: 500px;
	 background:#000;
	 color:#fff;
}
.popover.top > .arrow {
  border-top-color: #000;
  border-top-color: rgba(0, 0, 0, 0);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #000;
  border-bottom-width: 0;
}
/* .inputfile:focus + label,
.inputfile + label:hover {
    background-color: #58c4a7;
	
}
 End Uploader */
.header{background:#297dc1;	padding:15px 5px;}
.headerSVG{max-width:350px;}
.headerimage{text-align: left;}
.footerimage{text-align: left;}
.footerCC{width:100px;text-align:right;}
.footerCCholder{text-align:center;}
.footer{background:#ebebeb;	padding: 0px 5px 15px;}
.headertext{color:#fff;	line-height:33px; font-size:33px; text-align:right;}
.vertical-align {display: flex;display: -webkit-flex;align-items: center;}
.choicesholder{width:425px;margin: 0 auto;}
.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}
.phonesymbolholder{margin-right: 5px;top: -1px;position: relative;}
.phonesymbol{width:27px}
/*  Enlarged Image settings*/
.enlheading{font-size:50px;margin-bottom:20px}
.proofimageholder{width:80%;margin: 0 auto;}
.enlproofimage{/*max-height:450px;max-width:450px;*/max-width:100%;height:auto;-webkit-filter: drop-shadow( 0px 0px 3px #555 );filter: drop-shadow( 0px 0px 3px #555 );}
.enlproductheading{font-size:25px;font-weight:500}
.enlsizeheading{font-size:25px;}
.enlpeicesheading{font-size:25px;}
.largebutton {font-size: 30px;border: none;padding: 12px 30px;color: #fff;background: #297dc1;border-radius: 8px;text-transform: uppercase;}
.billingGreenbutton {font-size: 25px;border: none;padding: 12px 20px;color: #fff;background: #297dc1;border-radius: 8px;text-transform: uppercase;}
.whitebutton {font-size: 25px;border: none;padding: 12px 20px;color: #9f9f9f;background: #fff;border-radius: 8px;text-transform: uppercase;border:1px solid #000;}
.requesttext{font-size:15px;cursor:pointer}
.requestchangesLink{cursor:pointer}
.makegreen{color:#297dc1;}
.ourcommentsholder {width:100%;border-radius:8px;height: 90px;overflow-y: scroll;margin:0 auto;-webkit-filter: drop-shadow( 0px 0px 3px #eee );filter: drop-shadow( 0px 0px 3px #eee );box-shadow: 0px 0px 3px #eee;background:#fff}
.commentsarea {	text-align: left;margin: 5px 15px 5px 8px;}
.commentscontainer{width:100%;height:100px;}
.artworkbreak{width:45%;height:1px;background:#dddddd;margin:0 auto;}
.historylink{cursor:pointer}
.approvedSVG{width: 60%;transform: rotate(-4deg);}
.changesrequestedSVG{width: 90%;transform: rotate(-4deg);}
.changesEntry{width:100%;border-radius: 8px;border: none;-webkit-filter: drop-shadow( 0px 0px 3px #eee );filter: drop-shadow( 0px 0px 3px #eee );padding: 10px;box-shadow: 0px 0px 3px #eee;height:80px;}
.cancelChangesLink{margin-right:15px;}
.center-block {float: none !important}
/*   Show order */
.shadowBox{border-radius: 8px;border: none;-webkit-filter: drop-shadow( 0px 0px 3px #eee );filter: drop-shadow( 0px 0px 3px #eee );padding: 10px;box-shadow: 0px 0px 3px #eee;font-size:16px;background:#fff}
.shadowBoxforms{border-radius: 8px;border: none;-webkit-filter: drop-shadow( 0px 0px 3px #eee );filter: drop-shadow( 0px 0px 3px #eee );padding: 10px;box-shadow: 0px 0px 3px #eee;background:#fff;padding-top:40px}
.billShipHeading{font-size:18px;color:#297dc1;text-transform: uppercase}
.orderItems{font-size:18px;}
.enlcartimage{/*max-height:450px;max-width:450px;*/max-width:100%;height:auto;-webkit-filter: drop-shadow( 0px 0px 3px #555 );filter: drop-shadow( 0px 0px 3px #555 );}
.financialsrow{/*padding-right:10px*/}
.financialstext{font-size:18px}
.financialheading{min-width: 200px;text-align:right}
.financialdata{width: 100px;display: inline-block;text-align:right}
#backtoartartworksfromorderMobile{display:none;text-align:center}
#backtoartartworksfromorder{display:inline-block;float:left}
#directdesposit{margin-right:15px}
#creditcard,#directdesposit{float:right}
.delivertosameHolder{text-align:right;}
.returntoOrderlink{text-decoration: underline;cursor: pointer;}
/*  Finish Screens */
.positionCenter{
	margin: 0 auto;
}
.finishText{
	font-size:20px;
}
.widtheighty{
	width:80%;
}
.makebold{font-weight: 500;}
.paymentinfoheading{width:150px;display:inline-block}
.footerPaymentTypes {
    max-width: 55px;
    width: 55px;
	padding-top:15px;
}
.FAFooter {
    color: #999999;
    margin-right: 40px;
    font-size: 30px;
    margin-top: 10px;
}
.footerPaymentTypes2 {
    width: 90px !important;
    max-width: 90px;
	padding-top:26px;
}

@media (max-width:400px) {
	.header{padding:7px 5px;}
	.headerSVG{width:250px;}
 	.headertext{line-height:25px;font-size:25px; text-align:center;}
	.vertical-align {display: block;align-items: center;}	
	.headerimage{text-align: center;}
	.footerimage{text-align: center;}
	.footerCCholder{text-align:center;margin-top:0px}
	.footerCC{width:150px;}
	.enlheading{font-size:30px;}
	.changesrequestedSVG{width: 300px;}
	.largebutton{font-size:14px;}
	.choicesholder{width:300px;}
	/*.enlproofimage{max-width:300px;-webkit-filter: drop-shadow( 0px 0px 3px #555 );filter: drop-shadow( 0px 0px 3px #555 );padding-bottom:10px;}*/
	.ourcommentsholder {width:auto;}
	.orderqty{text-align: left;}
	#backtoartartworksfromorderMobile{display:inline-block;}
	#backtoartartworksfromorder{display:none;}
	.delivertosameHolder{text-align:center;font-size:17px;}
	.directdepositHolder, .creditcardHolder,.backmobileHolder{text-align:center;}
	.billingnoButton,.billingyesButton,.backmobileButton{width:80%}
}
@media (min-width:401px) and (max-width:599px) {
	.header{padding:7px 5px;}
	.headertext{line-height:33px;font-size:33px; text-align:center;}
	.vertical-align {display: block;align-items: center;}	
	.headerimage{text-align: center;}
	.footerimage{text-align: center;}
	.footerCCholder{text-align:center;margin-top:15px}
	.footerCC{width:230px;text-align:right;}
	.enlheading{font-size:30px !important;}
	.largebutton{font-size:25px !important;}
	.choicesholder{width:350px;}
	/*.enlproofimage{max-width:300px;-webkit-filter: drop-shadow( 0px 0px 3px #555 );filter: drop-shadow( 0px 0px 3px #555 );padding-bottom:10px;}*/
	.ourcommentsholder {width:auto;}
	.orderqty{text-align: left;}
	#backtoartartworksfromorderMobile{display:inline-block;}
	#backtoartartworksfromorder{display:none;}
	#creditcard,#directdesposit{float:none}
	#directdesposit{margin-right:0px}
	.delivertosameHolder{text-align:center;font-size:18px;}
	.directdepositHolder, .creditcardHolder,.backmobileHolder{text-align:center;}
	.creditcardButton,.directdespositButton,.backmobileButton{width:80%}
}
@media (min-width:600px) and (max-width:767px) {
	.header{padding:7px 5px;}
	.headertext{line-height:33px;font-size:33px; text-align:center;}
	.vertical-align {display: block;align-items: center;}	
	.headerimage{text-align: center;}
	.footerimage{text-align: center;}
	.footerCCholder{text-align:center;margin-top:15px}
	.footerCC{width:230px;text-align:right;}
	.enlheading{font-size:30px;}
	.orderqty{text-align: left;}
	#backtoartartworksfromorderMobile{display:inline-block;}
	#backtoartartworksfromorder{display:none;}
	#directdesposit{margin-right:0px}
	#creditcard,#directdesposit{float:none}
	.delivertosameHolder{text-align:center;font-size:20px;}
	.directdepositHolder, .creditcardHolder,.backmobileHolder{text-align:center;}
	.creditcardButton,.directdespositButton,.backmobileButton{width:60%}
	
}
@media (min-width:768px) and (max-width:950px) {
	.choicesholder{width:300px;}
		.ourcommentsholder {width:auto;}
	.orderqty{text-align: left;}
	/*.enlproofimage{max-height:350px;max-width:350px;}*/
}
@media (max-height:600px){
	/*.enlproofimage{max-height:350px;max-width:350px;width:auto;}*/
	
}
@media (min-width:951px) and (max-width:1050px) {
	.choicesholder{width:350px;}
	.ourcommentsholder {width:auto;}
	/*.enlproofimage{max-height:380px;max-width:380px;}*/
	.ourcommentsholder {width:auto;}	
}
@media (min-width:1051px) {}
	
	
/*  3rd Party Styles*/
/*!
 * jquery-confirm v3.0.3 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2016 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */@-webkit-keyframes jconfirm-spin {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes jconfirm-spin {
from {
-webkit-transform:rotate(0deg);
transform:rotate(0deg)
}
to {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
body[class*=jconfirm-no-scroll-] {
	overflow: hidden!important
}
.jconfirm {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999999;
	font-family: inherit;
	overflow: hidden
}
.jconfirm .jconfirm-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity .4s;
	transition: opacity .4s
}
.jconfirm .jconfirm-bg.jconfirm-bg-h {
	opacity: 0!important
}
.jconfirm .jconfirm-scrollpane {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-perspective-origin: center;
	perspective-origin: center
}
.jconfirm .jconfirm-box {
	background: white;
	border-radius: 4px;
	position: relative;
	outline: 0;
	padding: 15px 15px 0;
	overflow: hidden
}
@-webkit-keyframes type-blue {
1%, 100% {
border-color:#3498db
}
50% {
border-color:#5faee3
}
}
@keyframes type-blue {
1%, 100% {
border-color:#3498db
}
50% {
border-color:#5faee3
}
}
@-webkit-keyframes type-green {
1%, 100% {
border-color:#2ecc71
}
50% {
border-color:#54d98c
}
}
@keyframes type-green {
1%, 100% {
border-color:#2ecc71
}
50% {
border-color:#54d98c
}
}
@-webkit-keyframes type-red {
1%, 100% {
border-color:#e74c3c
}
50% {
border-color:#ed7669
}
}
@keyframes type-red {
1%, 100% {
border-color:#e74c3c
}
50% {
border-color:#ed7669
}
}
@-webkit-keyframes type-orange {
1%, 100% {
border-color:#f1c40f
}
50% {
border-color:#f4d03f
}
}
@keyframes type-orange {
1%, 100% {
border-color:#f1c40f
}
50% {
border-color:#f4d03f
}
}
@-webkit-keyframes type-purple {
1%, 100% {
border-color:#9b59b6
}
50% {
border-color:#b07cc6
}
}
@keyframes type-purple {
1%, 100% {
border-color:#9b59b6
}
50% {
border-color:#b07cc6
}
}
@-webkit-keyframes type-dark {
1%, 100% {
border-color:#34495e
}
50% {
border-color:#46627f
}
}
@keyframes type-dark {
1%, 100% {
border-color:#34495e
}
50% {
border-color:#46627f
}
}
.jconfirm .jconfirm-box.jconfirm-type-animated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.jconfirm .jconfirm-box.jconfirm-blue {
	border-top: solid 7px #3498db;
	-webkit-animation-name: type-blue;
	animation-name: type-blue
}
.jconfirm .jconfirm-box.jconfirm-green {
	border-top: solid 7px #2ecc71;
	-webkit-animation-name: type-green;
	animation-name: type-green
}
.jconfirm .jconfirm-box.jconfirm-red {
	border-top: solid 7px #e74c3c;
	-webkit-animation-name: type-red;
	animation-name: type-red
}
.jconfirm .jconfirm-box.jconfirm-orange {
	border-top: solid 7px #f1c40f;
	-webkit-animation-name: type-orange;
	animation-name: type-orange
}
.jconfirm .jconfirm-box.jconfirm-purple {
	border-top: solid 7px #9b59b6;
	-webkit-animation-name: type-purple;
	animation-name: type-purple
}
.jconfirm .jconfirm-box.jconfirm-dark {
	border-top: solid 7px #34495e;
	-webkit-animation-name: type-dark;
	animation-name: type-dark
}
.jconfirm .jconfirm-box.loading {
	height: 120px
}
.jconfirm .jconfirm-box.loading:before {
	content: '';
	position: absolute;
	left: 0;
	background: white;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 10px;
	z-index: 1
}
.jconfirm .jconfirm-box.loading:after {
	opacity: .6;
	content: '';
	height: 30px;
	width: 30px;
	border: solid 3px transparent;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	border-radius: 50%;
	-webkit-animation: jconfirm-spin 1s infinite linear;
	animation: jconfirm-spin 1s infinite linear;
	border-bottom-color: dodgerblue;
	top: 50%;
	margin-top: -15px;
	z-index: 2
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 15px;
	right: 5px;
	cursor: pointer;
	opacity: .6;
	text-align: center;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in;
	font-size: 27px!important;
	line-height: 14px!important;
	display: none
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
	display: none
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
	font-size: 16px
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
	font-size: 16px
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
	font-size: 16px
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
	opacity: 1
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
	display: block;
	font-size: 22px;
	line-height: 20px
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
	font-size: inherit;
	padding-bottom: 15px;
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
	vertical-align: middle
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
	display: none
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
	font-size: inherit;
	font-family: inherit;
	display: inline-block;
	vertical-align: middle;
	padding-bottom: 15px
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
	display: none
}
.jconfirm .jconfirm-box div.jconfirm-content-pane {
	margin-bottom: 15px;
	height: auto;
	-webkit-transition: height .4s ease-in;
	transition: height .4s ease-in;
	display: inline-block;
	width: 100%;
	position: relative;
	overflow: hidden
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
	max-width: 100%;
	height: auto
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
	display: none
}
.jconfirm .jconfirm-box .jconfirm-buttons {
	padding-bottom: 11px
}
.jconfirm .jconfirm-box .jconfirm-buttons>button {
	margin-bottom: 4px;
	margin-left: 2px;
	margin-right: 2px
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
	display: inline-block;
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	border-radius: 4px;
	min-height: 1em;
	outline: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
	transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
	-webkit-tap-highlight-color: transparent;
	border: 0;
	background-image: none
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
	background-color: #3498db;
	color: #FFF;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
	background-color: #2980b9;
	color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
	background-color: #297dc1;
	color: #FFF;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
	background-color: #297dc1;
	color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
	background-color: #e74c3c;
	color: #FFF;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
	background-color: #c0392b;
	color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
	background-color: #f1c40f;
	color: #FFF;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
	background-color: #f39c12;
	color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
	margin-top:0px !important;
	background-color: #ecf0f1;
	color: #000;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background-color: #bdc3c7;
	color: #000
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
	background-color: #9b59b6;
	color: #FFF;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
	background-color: #8e44ad;
	color: #FFF
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
	background-color: #34495e;
	color: #FFF;
	text-shadow: none;
	-webkit-transition: background .2s;
	transition: background .2s
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
	background-color: #2c3e50;
	color: #FFF
}
.jconfirm .jconfirm-clear {
	clear: both
}
.jconfirm.jconfirm-rtl {
	direction: rtl
}
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
	left: 5px;
	right: auto
}
.jconfirm.jconfirm-white .jconfirm-bg, .jconfirm.jconfirm-light .jconfirm-bg {
	background-color: #444;
	opacity: .2
}
.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
	margin: 0 auto;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	border-radius: 5px
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
	float: right
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	text-shadow: none
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
	box-shadow: none;
	color: #333
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: #ddd
}
.jconfirm.jconfirm-black .jconfirm-bg, .jconfirm.jconfirm-dark .jconfirm-bg {
	background-color: darkslategray;
	opacity: .4
}
.jconfirm.jconfirm-black .jconfirm-box, .jconfirm.jconfirm-dark .jconfirm-box {
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	background: #444;
	border-radius: 5px;
	color: white
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
	float: right
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
	border: 0;
	background-image: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	-webkit-transition: background .1s;
	transition: background .1s;
	color: white
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
	box-shadow: none;
	color: #fff;
	background: 0
}
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
	background: #666
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
	-webkit-animation: shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation: shake .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
	-webkit-animation: glow .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	animation: glow .82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
@-webkit-keyframes shake {
10%, 90% {
-webkit-transform:translate3d(-2px, 0, 0);
transform:translate3d(-2px, 0, 0)
}
20%, 80% {
-webkit-transform:translate3d(4px, 0, 0);
transform:translate3d(4px, 0, 0)
}
30%, 50%, 70% {
-webkit-transform:translate3d(-8px, 0, 0);
transform:translate3d(-8px, 0, 0)
}
40%, 60% {
-webkit-transform:translate3d(8px, 0, 0);
transform:translate3d(8px, 0, 0)
}
}
@keyframes shake {
10%, 90% {
-webkit-transform:translate3d(-2px, 0, 0);
transform:translate3d(-2px, 0, 0)
}
20%, 80% {
-webkit-transform:translate3d(4px, 0, 0);
transform:translate3d(4px, 0, 0)
}
30%, 50%, 70% {
-webkit-transform:translate3d(-8px, 0, 0);
transform:translate3d(-8px, 0, 0)
}
40%, 60% {
-webkit-transform:translate3d(8px, 0, 0);
transform:translate3d(8px, 0, 0)
}
}
@-webkit-keyframes glow {
0%, 100% {
box-shadow:0 0 3px red
}
50% {
box-shadow:0 0 30px red
}
}
@keyframes glow {
0%, 100% {
box-shadow:0 0 3px red
}
50% {
box-shadow:0 0 30px red
}
}
.jconfirm {
	-webkit-perspective: 400px;
	perspective: 400px
}
.jconfirm .jconfirm-box {
	opacity: 1;
	-webkit-transition-property: all;
	transition-property: all
}
.jconfirm .jconfirm-box.jconfirm-animation-top, .jconfirm .jconfirm-box.jconfirm-animation-left, .jconfirm .jconfirm-box.jconfirm-animation-right, .jconfirm .jconfirm-box.jconfirm-animation-bottom, .jconfirm .jconfirm-box.jconfirm-animation-opacity, .jconfirm .jconfirm-box.jconfirm-animation-zoom, .jconfirm .jconfirm-box.jconfirm-animation-scale, .jconfirm .jconfirm-box.jconfirm-animation-none, .jconfirm .jconfirm-box.jconfirm-animation-rotate, .jconfirm .jconfirm-box.jconfirm-animation-rotatex, .jconfirm .jconfirm-box.jconfirm-animation-rotatey, .jconfirm .jconfirm-box.jconfirm-animation-scaley, .jconfirm .jconfirm-box.jconfirm-animation-scalex {
	opacity: 0
}
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
	-webkit-transform: rotatey(90deg);
	-ms-transform: rotatey(90deg);
	transform: rotatey(90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
	-webkit-transform: rotatey(-90deg);
	-ms-transform: rotatey(-90deg);
	transform: rotatey(-90deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
	-webkit-transform: scaley(1.5);
	-ms-transform: scaley(1.5);
	transform: scaley(1.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
	-webkit-transform: scalex(1.5);
	-ms-transform: scalex(1.5);
	transform: scalex(1.5);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}
.jconfirm .jconfirm-box.jconfirm-animation-top {
	-webkit-transform: translate(0px, -100px);
	-ms-transform: translate(0px, -100px);
	transform: translate(0px, -100px)
}
.jconfirm .jconfirm-box.jconfirm-animation-left {
	-webkit-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate(-100px, 0px)
}
.jconfirm .jconfirm-box.jconfirm-animation-right {
	-webkit-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate(100px, 0px)
}
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
	-webkit-transform: translate(0px, 100px);
	-ms-transform: translate(0px, 100px);
	transform: translate(0px, 100px)
}
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}
.jconfirm .jconfirm-box.jconfirm-animation-scale {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5)
}
.jconfirm .jconfirm-box.jconfirm-animation-none {
	visibility: hidden
}
.jconfirm.jconfirm-supervan .jconfirm-bg {
	background-color: rgba(54,70,93,0.95)
}
.jconfirm.jconfirm-supervan .jconfirm-box {
	background-color: transparent
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
	color: white
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
	text-align: center;
	color: white;
	font-size: 28px;
	font-weight: normal
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c>* {
	padding-bottom: 25px
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
	margin-bottom: 25px
}
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
	text-align: center;
	color: white
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
	text-align: center
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
	font-size: 16px;
	border-radius: 2px;
	background: #303f53;
	text-shadow: none;
	border: 0;
	color: white;
	padding: 10px;
	min-width: 100px
}
.jconfirm.jconfirm-material .jconfirm-bg {
	background-color: rgba(0,0,0,0.67)
}
.jconfirm.jconfirm-material .jconfirm-box {
	background-color: white;
	box-shadow: 0 7px 8px -4px rgba(0,0,0,0.2), 0 13px 19px 2px rgba(0,0,0,0.14), 0 5px 24px 4px rgba(0,0,0,0.12);
	padding: 30px 25px 10px 25px
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
	color: rgba(0,0,0,0.87)
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
	color: rgba(0,0,0,0.87);
	font-size: 22px;
	font-weight: bold
}
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
	text-align: left;
	color: rgba(0,0,0,0.87)
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
	text-align: right
}
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
	text-transform: uppercase;
	font-weight: 500
}
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
	background-color: rgba(0,0,0,0.21)
}
.jconfirm.jconfirm-bootstrap .jconfirm-box {
	background-color: white;
	box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2);
	border: solid 1px rgba(0,0,0,0.4);
	padding: 15px 0 0
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
	color: rgba(0,0,0,0.87)
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
	color: rgba(0,0,0,0.87);
	font-size: 22px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px
}
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
	text-align: left;
	color: rgba(0,0,0,0.87);
	padding: 0 15px
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
	text-align: right;
	padding: 0;
	margin: -5px 0 0;
	border-top: solid 1px #ddd;
	overflow: hidden;
	border-radius: 0 0 4px 4px
}
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
	font-weight: 500;
	border-radius: 0;
	margin: 0;
	border-left: solid 1px #ddd
}




 /* The snackbar - position it at the bottom and in the middle of the screen */
.snackiconError{
	font-size: 30px;
	color: #f00;
	margin-right:15px;
}
.snackiconOK{
	font-size: 30px;
	color: #297dc1;
	margin-right:15px;
}
.snackerrormessage{
	top: -10px;
position: relative;
}
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 320px; /* Set a default minimum width */
    margin-left: -160px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 8px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 10000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
	font-size:15px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */

/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

/*
Facebox
*/
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}


#facebox .popup{
  position:relative;
 /* border:3px solid rgba(0,0,0,0);
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  -webkit-box-shadow:0 0 18px rgba(0,0,0,0.4);
  -moz-box-shadow:0 0 18px rgba(0,0,0,0.4);
  box-shadow:0 0 18px rgba(0,0,0,0.4);*/
}

#facebox .content {
  display:table;
  width: 370px;
  padding: 10px;
  background: transparent;/* #fff;*/
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .close{
  position:absolute;
  top:5px;
  right:-35px;
  padding:2px;
  opacity: 1;
  /*background:#fff;*/
}
#facebox .close img{
 /* opacity:0.3;*/
}
#facebox .close:hover img{
  opacity:1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
  -webkit-filter: drop-shadow( 0px 0px 3px #555 );filter: drop-shadow( 0px 0px 3px #555 );	
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #d0d0d0;
  z-index: 99;
}
/*
Acordions
*/
.panel-group.panel-group-custom {
  margin-bottom: 0;
}

.panel-group.panel-group-custom .panel-heading + .panel-collapse > .panel-body,
.panel-group.panel-group-custom .panel-heading + .panel-collapse > .list-group {
  border-top: 0;
}

.panel-group.panel-group-custom .panel + .panel {
  margin-top: 0;
}

.panel-group.panel-group-corporate .panel + .panel {
  margin-top: 30px;
}

.panel-custom {
  margin: 0;
  background: inherit;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-custom a {
  display: block;
}

.panel-custom .panel-heading {
  padding: 0;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-custom .panel-body {
  padding: 0;
  border: 0;
}

* + .panel-group-custom {
  margin-top: 35px;
}

@media (min-width: 768px) {
  * + .panel-group-custom {
    margin-top: 50px;
  }
}

.panel-light:first-child .panel-title {
  border-top: 1px solid #dedede;
}

.panel-light .panel-title {
 /* border-bottom: 1px solid #dedede;*/
  border-top: 1px solid #dedede;	
}

.panel-light .panel-title:nth-child(n + 2) {
  margin-top: -1px;
}

.panel-light .panel-title a {
  position: relative;
  padding: 30px 55px 22px 32px;
  font: 500 16px/24px "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  color: #000;
  transition: 1.5s all ease;
  
}

.panel-light .panel-title a .panel-arrow:after {
  opacity: 0;
  visibility: hidden;
}

.panel-light .panel-title a.collapsed .panel-arrow:after {
  opacity: 1;
  visibility: visible;
}

.panel-light .panel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 26px;
  transition: .33s;
  will-change: transform;
}

.panel-light .panel-arrow:before, .panel-light .panel-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #297dc1;
}

.panel-light .panel-arrow:before {
  width: 14px;
  height: 2px;
  right: 0;
}

.panel-light .panel-arrow:after {
  width: 2px;
  height: 14px;
  right: 6px;
  transition: .2s all ease;
}

.panel-light .panel-collapse {
  position: relative;
  margin-top: -1px;
  border-bottom: 1px solid #dedede;
  color: #000;
  will-change: transform;
}

.panel-light .panel-body {
  padding: 0px 44px 25px 32px;
}

@media (max-width: 767px) {
  .panel-light .panel-title a,
  .panel-light .panel-body {
    padding-left: 15px;
  }
}

.panel-corporate .panel-title a,
.panel-corporate .panel-collapse {
  background: #fff;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
}

.panel-corporate .panel-title a {
  position: relative;
  z-index: 1;
  padding: 24px 82px 22px 32px;
  font: normal 16px/24px "Fira Sans Extra Condensed", Helvetica, Arial, sans-serif;
  color: #000;
  transition: 1.3s all ease;
  border-radius: 6px 6px 0 0;
  text-transform: uppercase;
  text-decoration: none;
}

.panel-corporate .panel-title a .panel-arrow:after {
  opacity: 0;
  visibility: hidden;
}

.panel-corporate .panel-title a.collapsed {
  border-radius: 6px;
}

.panel-corporate .panel-title a.collapsed .panel-arrow {
  border-radius: 0 6px 6px 0;
}

.panel-corporate .panel-title a.collapsed .panel-arrow:after {
  opacity: 1;
  visibility: visible;
}

.panel-corporate .panel-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 70px;
  background: #297dc1;
  border-radius: 0 6px 0 0;
  transition: 1.3s all ease;
}

.panel-corporate .panel-arrow:before, .panel-corporate .panel-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 4;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
}

.panel-corporate .panel-arrow:before {
  width: 14px;
  height: 2px;
  right: 28px;
}

.panel-corporate .panel-arrow:after {
  width: 2px;
  height: 14px;
  right: 34px;
}

.panel-corporate .panel-collapse {
  position: relative;
  z-index: 2;
  color: #000;
  border-radius: 0 0 6px 6px;
}

.panel-corporate .panel-body {
  padding: 25px 44px 25px 32px;
}

@media (max-width: 767px) {
  .panel-corporate .panel-title a,
  .panel-corporate .panel-body {
    padding-left: 25px;
  }
}

#spinningSquaresG {
  position: relative;
  width: 150px;
  height: 18px;
  margin: auto;
}
#spinningSquaresG_1 {
  left: 0;
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#spinningSquaresG_2 {
  left: 19px;
  animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
}

#spinningSquaresG_3 {
  left: 37px;
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

#spinningSquaresG_4 {
  left: 56px;
  animation-delay: 1.05s;
  -o-animation-delay: 1.05s;
  -webkit-animation-delay: 1.05s;
  -moz-animation-delay: 1.05s;
}

#spinningSquaresG_5 {
  left: 75px;
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

#spinningSquaresG_6 {
  left: 94px;
  animation-delay: 1.35s;
  -o-animation-delay: 1.35s;
  -webkit-animation-delay: 1.35s;
  -moz-animation-delay: 1.35s;
}

#spinningSquaresG_7 {
  left: 112px;
  animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

#spinningSquaresG_8 {
  left: 131px;
  animation-delay: 1.64s;
  -o-animation-delay: 1.64s;
  -webkit-animation-delay: 1.64s;
  -moz-animation-delay: 1.64s;
}
.spinningSquaresG {
  position: absolute;
  top: 0;
  background-color: #f9f9f9;
  width: 18px;
  height: 18px;
  animation-name: bounce_spinningSquaresG;
  -o-animation-name: bounce_spinningSquaresG;
  -ms-animation-name: bounce_spinningSquaresG;
  -webkit-animation-name: bounce_spinningSquaresG;
  -moz-animation-name: bounce_spinningSquaresG;
  animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
  transform: scale(0.3);
  -o-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
}
@keyframes bounce_spinningSquaresG {
  0% {
    transform: scale(1);
    background-color: #297dc1;
  }
  100% {
    transform: scale(0.3) rotate(90deg);
    background-color: #f9f9f9;
  }
}

@-o-keyframes bounce_spinningSquaresG {
  0% {
    -o-transform: scale(1);
    background-color: #297dc1;
  }
  100% {
    -o-transform: scale(0.3) rotate(90deg);
    background-color: #f9f9f9;
  }
}

@-webkit-keyframes bounce_spinningSquaresG {
  0% {
    -webkit-transform: scale(1);
    background-color: #297dc1;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(90deg);
    background-color: #f9f9f9;
  }
}

@-moz-keyframes bounce_spinningSquaresG {
  0% {
    -moz-transform: scale(1);
    background-color: #297dc1;
  }
  100% {
    -moz-transform: scale(0.3) rotate(90deg);
    background-color: #f9f9f9;
  }
}