html, body {
	border: 0px; 
	margin: 0px; 
	padding: 0px;
	min-height: 100%;
	height:100%; 
	position:relative; 
	width:100%;
}

body {
	min-width: 350px;
	background-color: #fff;
	position: relative;
	font-family: 'Raleway-Regular';
}

@font-face {
	font-family: 'Poppins-Light';
	src: url('../../fonts/public/Poppins-Light.eot'); /* IE9 Compat Modes */
	src: url('../../fonts/public/Poppins-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../fonts/public/Poppins-Light.woff2') format('woff2'), /* Modern Browsers */
		 url('../../fonts/public/Poppins-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Poppins-Bold';
	src: url('../../fonts/public/Poppins-Bold.eot'); /* IE9 Compat Modes */
	src: url('../../fonts/public/Poppins-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../fonts/public/Poppins-Bold.woff2') format('woff2'), /* Modern Browsers */
		 url('../../fonts/public/Poppins-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Raleway-Regular';
	src: url('../../fonts/public/Raleway-Regular.eot'); /* IE9 Compat Modes */
	src: url('../../fonts/public/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../fonts/public/Raleway-Regular.woff2') format('woff2'), /* Modern Browsers */
		 url('../../fonts/public/Raleway-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Raleway-Bold';
	src: url('../../fonts/public/Raleway-Bold.eot'); /* IE9 Compat Modes */
	src: url('../../fonts/public/Raleway-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../fonts/public/Raleway-Bold.woff2') format('woff2'), /* Modern Browsers */
		 url('../../fonts/public/Raleway-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
	font-family: 'Helvetica Neue';
	src: url('../../fonts/public/Helvetica-Neue-Regular.woff2') format('woff2'), url('../fonts/Helvetica-Neue-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Helvetica Neue Bold';
	src: url('../../fonts/public/Helvetica-Neue-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Neue-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Helvetica Neue LT';
	src: url('../../fonts/public/HelveticaNeueLTPro-Cn.ttf') format('truetype');
}
@font-face {
	font-family: 'Helvetica Neue LT Bold';
	src: url('../../fonts/public/HelveticaNeueLTPro-BdCn.ttf') format('truetype');
}
@font-face {
	font-family: 'Roboto';
	src: url('../../fonts/public/Roboto-Bold.ttf') format('truetype');
}


.navbar-default {
	border-radius: 0px;
	background-color: var(--accent-color);
	border: none;
	min-height: 40px;
	margin-bottom: 0px;
	z-index: 100;
}

.navbar-brand {
	padding-top: 5px;
}

.navbar-right {
	padding-top: 10px;
}

.navbar-right, .navbar-right i, .navbar-right i:focus, .navbar-right i:hover, .navbar-right a, .navbar-right a:focus, .navbar-right a:hover {
	color: #fff;
	text-decoration: none;
    font-size: 20px;
}

.navbar-right a {
    font-family: Raleway-Bold;
}

.title {
    text-transform: uppercase;
    font-size: 21px;
    color: #fff;
    font-family: 'Poppins-Bold';
    margin-bottom: 20px;
}

.payment_first {
    background-color: var(--accent-color);
    color: white;
    font-size: 22px;
    font-family: Raleway-Bold;
    padding: 10px;
    min-height: 40px;
    text-transform: uppercase;
    line-height: 1;
}

.payment_second::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: var(--vague-flip-icon);
	background-size: 100%;
	background-repeat: no-repeat;
	bottom: 0;
	height: 80px;
	z-index: 1;
	background-color: white;
}

.payment_second_new::after {
	background: var(--vague-flip-icon);
}



.payment_amount {
	font-size: 52px;
	font-family: 'Poppins-Light';
	min-height: 70px;
	display: inline-block;
}
.payment_second {
	background-color: var(--primary-color);
	color: white;	
}
.payment_ttc {
	font-size: 19px;
}

#wrap {
	margin: 0 auto -250px;
	padding: 0 0 120px;
	/* Firefox */
	min-height: -moz-calc(100% - 50px);
	/* WebKit */
	min-height: -webkit-calc(100% - 50px);
	/* Opera */
	min-height: -o-calc(100% - 50px);
	/* Standard */
	min-height: calc(100% - 50px);

}

.jumbotron {
	width: 100%;
	text-align: center;
	color: #FFF;
	padding-bottom: 10px;
	padding-top: 1px;
	background-size: cover;
	font-family: 'Raleway-Bold';
	text-transform: uppercase;
}

.jumbotron h2 {
	padding: 35px;
	margin: 0;
}


.iframe_container {
	text-align: center;
	
}

footer {
	color: #666;
	position: relative;
	left:0;
	right: 0;
	width: 100%;
	min-height: 100px;
}

.clearfix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}


.review a {
	color: #fff;
}

.review a:hover, .review a:focus {
	color: #fff;
	opacity: 0.6;
	text-decoration: none;
}

.footer .footer_vague {
	background: var(--vague-icon) no-repeat right top; 
	background-size: cover;
	height: 170px;
}

@media (min-width: 1200px) {
	.footer .footer_vague {
	   height: 250px;
	}
}

.footer_bottom a {
	color: #666;
}

.footer_bottom a:hover, .footer_bottom a:focus {
	color: #666;
	opacity: 0.6;
	text-decoration: none;
}

footer .review {
	width: 100%;
	padding: 15px;
	padding-left: 20%;
	position: relative;
	z-index: 100;
}

footer .footer_bottom {
	text-align: center;
	background-color: #0b0b0b;
	padding: 15px;
}




/*************** TECH ********************/
.tech {
	font-family: 'Helvetica Neue LT';
	color: white;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 100px;
	overflow: hidden;
}

.tech .tech_header {
	min-height: 150px;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	background-size: auto 200% !important;
}

.tech .tech_content {
	max-width: 400px;
	margin: 0 auto;
}

.tech .tile {
	border-radius: 10px;
	padding: 5px;
	margin: 20px 0px 0px 0px;
	height: 65px;
	font-family: 'Roboto';
	font-size: 18px;
	min-width: 170px;
}
.tech .full_tile {
	background-color: var(--primary-color);
}


.tech table {
	width: 100%;
	table-layout: fixed;
}

.tech a {
	color: white;
}

.tech .half_tile {
	background-color: var(--accent-color);
}
.tech .small_tile {
	font-size: 13px;
}

.tech .half_tile img {
	height: 25px;
	margin-top: 5px;
}

.tech .half_tile div, .tech .half_tile a {
	margin-top: 2px;
	display: block;
}

.tech .full_tile > a {
	margin-top: 16px;
	display: block;
}
.tech .full_tile div {
	margin-top: 2px;
}
.tech .full_tile_title {
	font-size: 20px;
	font-family: 'Helvetica Neue LT';
	color: var(--primary-color);
	text-align: left;
	margin-bottom: -15px;
	margin-top: 20px;
	padding: 0 20px;
}

.tech .social {
	width: 50px;
	height: 50px;
	display: inline-block;
	background-size: cover;
}

.social.facebook {
	background-image: var(--facebook-icon);
}
.social.linkedin {
	background-image: var(--linkedin-icon);
}
.social.instagram {
	background-image: var(--instagram-icon);
}
.social.youtube {
	background-image: var(--youtube-icon);
}

.tech .row {
	padding-left: 15px;
	padding-right: 15px;
}

.modal {
	color: var(--primary-color);
	font-family: 'Helvetica Neue';
}
.modal .modal-header {
	border-bottom: none;
}

.modal .modal-title {
	margin-top: 20px;
	font-size: 30px;
	font-family: 'Roboto';
	color: var(--accent-color);
}
.modal .modal-footer {
	border-top: none;
}
.modal input, .modal textarea {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	background-color: #f2f2f2;
	border: none;
	border-radius: 5px;
}

.modal textarea {
	min-height: 200px;
	padding: 10px;
	resize: vertical;
}

input:focus:not([type='checkbox']):not([type='radio']):not([type='submit']), textarea:focus {
	outline: none !important;
	box-shadow: 0px 0px 0px 2px var(--primary-color);
}

.modal .btn {
	font-family: 'Roboto';
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 35px;
	border-radius: 8px;
	color: var(--accent-color);
	border: 2px solid white;
	background-color: white;
}

.modal [type=submit] {
	color: white;
	border: 2px solid var(--accent-color);
	background-color: var(--accent-color);
}

.modal .btn:focus, .modal .btn:active, .modal .btn:hover {
	background-color: #eee;
	border-color: #eee;
}

.modal [type=submit]:focus, .modal [type=submit]:active, .modal [type=submit]:hover {
	background-color: var(--accent-color-dark);
	border-color: var(--accent-color-dark);
}
