
body{
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight: 400;
	line-height: 31px;
	color: #444D68;
	background: #F1F1F1;
}

h1, h2, h3, h4{
	font-family: inherit;
  font-weight: 800 !important;
	margin-bottom: 15px;
}
h1{ font-size: 2.75em; }
h2{ font-size: 2.5em; font-size: 38px; }
h3{ font-size: 2em; font-size: 25px;}
h4{ font-size: 1.4em; font-size: 19px;}

underline{text-decoration: underline;}

img{max-width: 100%;}

a, a:hover{color: inherit; text-decoration: none; transition: all 0.2s ease 0s;}
a, a:hover, a:active, a:focus, button:focus, button:active{color: inherit; text-decoration: none; outline: 0 !important; box-shadow:none !important; outline: 0 !important;}

strong{font-weight: 700;}

.bg-black{background-color: #1D1E20 !important;}
.bg-white{background-color: #fff !important;}
.bg-blue{background-color: #444D68 !important;}

.text-black{color: #1D1E20 !important;}
.text-white{color: #fff !important;}
.text-blue{color: #444D68 !important;}

.font-size-lg{
	font-size: 1.5em;
}

.btn{
	border: 2px solid;
	font-weight: 700;
	padding: .9rem 1.25rem;
	border-radius: 0;
	border: 0 !important;
}
.btn > i{
	margin-left: .5rem;
}
.btn.btn-primary{
	color: #fff;
	background-color: #444D68;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus{
	background: #576282 !important;
	color: #fff !important;
}
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-success:focus{
	background-color:#49ca66;
	color: #fff !important;
}
.btn.btn-transparent{
	color: #012F63;
	background-color: transparent;
	border-bottom: 3px solid transparent !important;
}
.btn.btn-transparent:hover, .btn.btn-transparent:active, .btn.btn-transparent:focus{
	background-color: transparent !important;
	color: #012F63 !important;
	border-bottom-color: #012F63 !important;
}

.btn-sm{
	padding: .3rem .7rem;
	font-weight: 700;
}

.drop-shadow{
	box-shadow: 0 3px 6px rgba(0,0,0,.1);
}

hr{border-top: 2px solid #1D1E20;}

.form-control{
	background: #E7E8EC;
  border: 0;
  color: #444D68;
  padding: 1rem 1.5rem;
  font-size: inherit !important;
}

.tooltip-inner{
	background: #444D68;
	color: #fff;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #444D68;
}

/*------------------------------------*\
	Header & main menu
\*------------------------------------*/

.navbar-brand img{
	width: 250px;
	height: 114px;
}

#navigation li{
	line-height: 0;
  text-align: center;
}
#navigation li:last-of-type{border: 0;}
#navigation li > a {
	font-weight: 700;
	padding: .5rem 1rem;
	line-height: 1.3em;
	text-align: center;
	transition: all .15s ease-in-out;
	text-transform: uppercase;
	letter-spacing: .13rem;
	font-size: 1rem;
	position: relative;
	border-bottom: 2px solid rgba(255, 255, 255, 0);
}
#navigation li > a:hover{
	border-bottom-color: rgba(68, 77, 104, 1);
}
.home #navigation li > a:hover{
	border-bottom-color: rgba(255, 255, 255, 1);
}
#navigation li.current_page_item > a{
	border-top: 2px solid rgba(68, 77, 104, 1);
}
.home #navigation li.current_page_item > a{
	border-top: 2px solid rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 991px) {
	#navigation > ul{
		padding-top:2rem;
		padding-bottom:2rem;
		overflow-y: auto;
	}
	#navigation li{
		border: 0;
		max-width: inherit;
	}
	#navigation li > a{
		font-size: inherit;
		padding-top:1rem;
		padding-bottom:1rem;
	}
}

.navbar-toggler {
    padding: 0 .4rem;
    font-size: 2rem;
    line-height: 0;
	 color: #012F63;
}

.padding-header{
	padding-top: 162px;
}

/*------------------------------------*\
	Jumbotron - Index
\*------------------------------------*/
#jumbotron{
	background: url('../img/bg.jpg') no-repeat;
	background-size: cover;
}
#jumbotron .headline{
	height: 80vh;
	min-height: 500px;
}

/*------------------------------------*\
	Preview - Index
\*------------------------------------*/
#preview{
	/* transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
}

#preview .row{
	/* pointer-events:none; */
}
#preview .row *{
	/* pointer-events: none; */
}

#preview img.click-text{
	width: 477px;
	height: auto;
}
#preview img.arrow{
	width: 214px;
	height: 108px;
	max-width: 11vw;
}
.home #preview .preview{
	margin-top: -50%;
}
#preview .preview img{
	width: 550px;
	height: 775px;
}
#preview .preview svg{max-width: 500px;}
.home #preview .preview svg #editable text, .home #preview .preview svg #editable #image{
	cursor: pointer;
}
#preview .preview:after{
	content: "";
	width: 100%;
	position: absolute;
	bottom: -90px;
	left: 0;
	background: transparent url('../img/preview-shadow.png') no-repeat;
	height: 80px;
	background-size: contain;
	z-index: -1;
}

.preview-input{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 13px 0px;
	transform: translateX(-390px);
  padding: 1rem 1rem .5rem;
  border: 0px;
}
.preview-input h4{
	font-weight: 400 !important;
  margin-bottom: 0.5rem;
}
.preview-input i{
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 10px;
	cursor: pointer;
}
.preview-input > textarea{
	resize: none;
	outline: none !important;
	border: 0;
	width: 400px;
	text-align: center;
	overflow: hidden;
	height: auto;
	padding: 1rem;
	color:inherit;
  line-height: 22px;
	font-size: 15px;
	min-height: 100px;
	background: rgba(153, 159, 177, 0.24);
  border-radius: 4px;
}
.preview-input > textarea[name$=surv]{
	line-height: 31px;
  font-weight: 700;
  font-size: 24px;
}
#preview .preview-submit{display: none;}
#preview .preview-submit > a.submit > i:last-of-type{
	margin-left: -.1rem;
}
#preview .preview-submit > a > i{
	transition: all .15s ease-in-out;
}
#preview .preview-submit > a:hover > i{
	transform: rotate(-90deg);
}
#preview .preview-submit > a.submit:hover > i{
	transform: translateX(5px);
}

/*------------------------------------*\
	Order page
\*------------------------------------*/
#ks-form label{
	display: block;
	width: 100%;
	margin: 0;
	line-height: 0;
	font-weight: 800;
}
#ks-form label > i{
	cursor: pointer;
}
#ks-form img.add-logo{
	max-width: 300px;
	max-height: 200px;
	display: block;
	margin-bottom: 1rem;
	cursor: pointer;
}
#ks-form img.remove-logo{}
#ks-form small{
	line-height: 1.4rem;
	display: block;
}
#ks-form .price-span input::-webkit-outer-spin-button,
#ks-form .price-span input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#ks-form .price-span input[type=number] {
  -moz-appearance:number;
	padding: .5rem;
	text-align: center;
	width: 60px;
	margin: 0 .5rem;
}
#ks-form .price-span span, #ks-form .price-span input[type=number]{
	display: inline-block;
}
#ks-form .price-span span{
	cursor: pointer;
}


#ks-order-total a.submit > i:last-of-type{
	margin-left: -.1rem;
}
#ks-order-total a.submit > i{
	transition: all .15s ease-in-out;
}
#ks-order-total a.submit:hover > i{
	transform: translateX(5px);
}
#ks-order-total a.submit.loading{
	position: relative;
	padding-right: 50px;
	background-color: #7fbd8d !important;
	cursor: no-drop;
}
#ks-order-total a.submit[disabled]{

	background-color: #7fbd8d !important;
	cursor: no-drop;
}
#ks-order-total a.submit.loading:after{
	background: transparent url(../img/loader-g.gif) no-repeat;
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-size: contain;
  /* top: 0; */
  /* margin: auto 0; */
  /* bottom: 0; */
  transform: translate(-17px, -1px);
  right: 0;
}
#ks-order-total a.submit.loading > i{
	display: none;
}
#ks-order-total hr{
	border-top-color: #D1D2D7;
	margin: .5rem 0;
}
#ks-order-total .price-total-label{line-height: 1;}
#ks-order-total .price-total-label > div{
	font-size: .55em;
	margin-top: .1rem;
}


/*------------------------------------*\
	Footer
\*------------------------------------*/
footer {
	font-size: .9rem;
	line-height: 1.7rem;
}
footer a{
	font-weight: 700;
	color: #999FB1;
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 2rem;
}
footer .contact strong{
	display: block;
	line-height: 1;
}
