/* Config
-------------------------------------*/


/* Defaults
-------------------------------------*/

html {
	height: 100%;
}

body {
	font-family: 'Cabin', sans-serif;
	font-size: 17px;
	/*overflow: hidden;*/
	color: #34495e;
	height: 100%;
	/* margin-bottom: 200px; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Cabin', sans-serif;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 30px;
}

h3 {
	font-size: 30px;
	color: #95a5a6;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 30px;
}

h4 {
	font-size: 20px;
	color: #95a5a6;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 30px;
}

p {
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 30px;
}

a {
	color: #0f4897;
}

.btn {
	border-radius: 0;
	border: none;
	font-weight: bold;
	color: #fff;
}

.btn-color1 {
	background-color: #0f4897;
}

.btn-color2 {
	background-color: #0f4897;
}

.btn-color3 {
	background-color: #2DB42B;
	box-shadow: none;
	color: #fff;
}

.btn-color3:hover {
	background-color: #1C8F1A;
    color: #fff;
}

.label-default {
	border-radius: 0;
	background-color: #0f4897;
}

.alert {
	border-radius: 0;
	display: none;
}

.validation-error {
	background-color: #ffd0d2 !important;
}


/* Tooltip
-------------------------------------*/

.tooltip .tooltip-inner {
	background-color: #0f4897;
	padding: 5px 10px;
	font-size: 18px;
}

.tooltip .tooltip-arrow {
	border-top-color: #0f4897 !important;
}

.tooltip.in {
	opacity: 1;
}

.my-tooltip {
	border-bottom: 1px dotted #0f4897;
}


/* Scroll to Top Button
-------------------------------------*/

.scrollup {
	width: 44px;
	height: 44px;
	position: fixed;
	bottom: 44px;
	right: 64px;
	display: none;
	text-indent: -9999px;
	background: url('../img/icon_top.png') no-repeat;
}


/* Preloader
-------------------------------------*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	/* change if the mask should have another color then white */
	z-index: 99;
	/* makes sure it stays on top */
}

#preloader .spinner {
	margin: 10% auto 0 auto;
	width: 200px;
	height: 120px;
	text-align: center;
	font-size: 10px;
}

#preloader .spinner>div {
	background-color: #0f4897;
	height: 100%;
	width: 12px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out;
}

#preloader .spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

#preloader .spinner .rect3 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

#preloader .spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

#preloader .spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4);
	}
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
	}
	20% {
		transform: scaleY(1);
	}
}


/* Animation
-------------------------------------*/

.delay1 {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	/* Safari and Chrome */
}

.delay2 {
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	/* Safari and Chrome */
}


/* Navigation
-------------------------------------*/

.navbar-default {
	padding: 11px 0;
	background-color: #fff;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	display: none;
}

.navbar-default .navbar-brand {
	color: #485276;
	font-size: 24px;
}

.navbar-default .navbar-nav li a {
	color: #485276;
	font-weight: bold;
}

/*.navbar-default .navbar-nav li.active a {
	color: #fff;
	background-color: #0f4897;
}*/

.navbar-default .navbar-nav li.active a {
	color: #485276 !important;
	background-color: #ffffff !important;
}

.nav {
	font-size: 18px;
}

.navbar-default .navbar-nav li a:hover {
	background-color: #ecedf1;
}


/* Header
-------------------------------------*/

header {
	position: relative;
	overflow: hidden;
	margin-bottom: 90px;
}

header #header-bg-fade {
	position: relative;
	height: 650px;
	width: 100%;
	z-index: -1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow: hidden;
}

header #header-bg-fade img.img-fade {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	/*display: none;*/
	z-index: -1;
}

header .event-info {
	height: 200px;
	width: 946px;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -473px;
}

header .event-info-bg-left {
	position: absolute;
	top: 200px;
	left: -475px;
	width: 50%;
	height: 200px;
	background-color: rgba(255, 255, 255, 0.9);
}

header .event-info-bg-right {
	position: absolute;
	top: 200px;
	right: -475px;
	width: 50%;
	height: 200px;
	background-color: rgba(255, 255, 255, 0.9);
}

header .event-info .event-info-nav {
	width: 389px;
	float: left;
}

header .event-info .event-info-nav-button {
	width: 193px;
	height: 99px;
	float: left;
	background-color: #2DB42B;
	color: #fff;
	text-align: center;
}

header .event-info .event-info-nav-button:hover {
	background-color: #0f4897;
}

header .event-info .event-info-nav-button i {
	font-size: 30px;
	margin: 25px 0 5px 0;
}

header .event-info .event-info-nav-button a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

header .event-info .event-info-nav-button.top {
	margin-bottom: 2px;
}

header .event-info .event-info-nav-button.left {
	margin-right: 2px;
}

header .event-info .event-info-date {
	height: 200px;
	width: 556px;
	background-color: rgba(255, 255, 255, 0.9);
	float: right;
	text-align: right;
	padding: 35px 30px 0 0;
}

header .event-info .event-info-date .event-countdown {
	font-size: 16px;
	color: #838c97;
}

header .event-info .event-info-date .event-countdown span {
	display: inline-block;
	font-weight: bold;
}

header .event-info .event-info-date .event-countdown span.hours {
	width: 18px;
}

header .event-info .event-info-date .event-countdown span.minutes {
	width: 18px;
}

header .event-info .event-info-date .event-countdown span.seconds {
	width: 18px;
}

header .event-info .event-info-date h1 {
	text-transform: uppercase;
	font-size: 32px;
	font-weight: bold;
	color: #0f4897;
	margin: 12px 0 12px 0;
}

header .event-info .event-info-date h2 {
	font-size: 19px;
	font-weight: bold;
	color: #34495e;
	margin: 0;
}

header .event-info .event-info-register-btn {
	font-size: 20px;
	text-transform: uppercase;
	padding: 12px 30px 10px 30px;
	color: #fff;
}

header .event-info .event-info-register-btn:hover {
	background-color: #0f4897;
}

header .event-info .event-info-register-btn i {
	margin-left: 20px;
}


/* About
-------------------------------------*/

.section_about {
	margin-bottom: 90px;
}

.section_about .buttons {
	padding-top: 19px;
}

.section_about .buttons a {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 12px 30px 10px 30px;
	margin-right: 25px;
}

.section_about .buttons a:hover {
	opacity: 0.7;
}


/* Speakers
-------------------------------------*/

.section_speakers {
	padding: 90px 0;
	background-color: #F3F3F3;
	margin-bottom: 90px;
}

.section_speakers h2 {
	font-size: 51px;
}

.section_speakers .speakers .speaker {
	margin-top: 40px;
}

.section_speakers .speakers .speaker {
	background-color: #fff;
	padding: 9px 28px 28px 28px;
	/* normal padding: 28px; */
}

.section_speakers .speakers .speaker.active {
	border: 3px solid #b8e5e5;
	padding: 9px 31px 31px 31px;
	/* normal padding: 28px; */
}

.section_speakers .speakers .speaker .img {
	border-bottom: 8px solid #95a5a6;
	margin-bottom: 25px;
}

.section_speakers .speakers .speaker.active .img {
	border-bottom-color: #0f4897;
}

.section_speakers .speakers .speaker .name {
	font-size: 24px;
}

.section_speakers .speakers .speaker .company {
	color: #0f4897;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.section_speakers .speakers .speaker .description {
	line-height: 1.5;
}

.section_speakers .speakers .speaker .socialmedia {
	margin-top: 35px;
}

.section_speakers .speakers .speaker .socialmedia .btn {
	height: 40px;
	width: 40px;
	font-weight: normal;
	background-color: #95a5a6;
	margin: 0 10px;
}

.section_speakers .speakers .speaker .socialmedia .btn i {
	color: #fff;
	font-size: 20px;
	line-height: 31px;
}


/* Program
-------------------------------------*/

#program {
	margin-bottom: 90px;
}

#program .program-tabs {
	padding-top: 24px;
}

#program .program-tabs .nav-tabs {
	border-bottom: 7px solid #0f4897;
}

#program .program-tabs .nav-tabs li {
	margin-bottom: 2px;
}

#program .program-tabs .nav-tabs li.active a {
	background-color: #0f4897;
}

#program .program-tabs .nav-tabs .by-speakers a {
	background-color: #acb1c1;
}

#program .program-tabs .nav-tabs .by-speakers.active a {
	background-color: #0f4897;
}

#program .program-tabs .nav-tabs li a {
	border: none;
	border-radius: 0;
	background-color: #a0dcdd;
	color: #fff;
	font-size: 20px;
	padding: 13px 18px 12px 18px;
	text-transform: uppercase;
	font-weight: bold;
}

#program .program-tabs .nav-tabs li a .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
	margin-bottom: 4px;
	border-top: 8px solid #fff;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
}

#program .program-tabs .nav-tabs li ul {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	padding: 3px 0 0 0;
}

#program .program-tabs .tab-content .tab-pane .program-node {
	padding: 42px 0 8px 0;
	border-bottom: 5px solid #F3F3F3;
}

#program .program-tabs .tab-content .tab-pane .program-node .time {
	background-color: #0f4897;
	color: #fff;
	font-weight: bold;
	padding: 14px 0;
}

#program .program-tabs .tab-content .tab-pane .program-node .time {
	background-color: #0f4897;
	color: #fff;
	font-weight: bold;
	padding: 14px 0;
}

#program .program-tabs .tab-content .tab-pane .program-node .description {
	padding-top: 14px;
}


/* Sponsors
-------------------------------------*/

.section_sponsors {
	margin-bottom: 90px;
}

.section_sponsors .carousel {
	margin-top: 15px;
}

.section_sponsors .carousel .item .sponsor {
	border: 3px solid #F3F3F3;
	height: 72px;
	overflow: hidden;
	margin: 0;
}

.section_sponsors .carousel .item .sponsor img {
	margin-top: 0px;
}

.section_sponsors .carousel .item .sponsor.left {
	margin-left: 0;
}

.section_sponsors .carousel .item .sponsor.right {
	margin-right: 0;
}

.section_sponsors .carousel-control {
	background-image: none;
	background-color: #F3F3F3;
	width: 66px;
	height: 72px;
	text-align: center;
}

.section_sponsors .carousel-control i {
	font-size: 36px;
	text-shadow: none;
	margin-top: 20px;
}


/* Newsletter
-------------------------------------*/

.section_newsletter {
	padding: 90px 0;
	background-color: #0f4897;
	margin-bottom: 90px;
}

.section_newsletter h2 {
	color: #fff;
	font-size: 51px;
}

.section_newsletter h3 {
	color: #fff;
	margin-bottom: 0;
}

.section_newsletter form {
	margin-bottom: 50px;
	margin-top: 10px;
}

.section_newsletter form input {
	border: none;
	border-radius: 0;
	font-size: 24px;
	height: 59px;
	padding-left: 20px;
}

.section_newsletter form button {
	font-size: 30px;
	background-color: #0f4897;
	color: #fff;
	padding: 0 45px;
	height: 59px;
}

.section_newsletter form button:hover {
	background-color: #353e5e;
}


/* Info Slider
-------------------------------------*/

.section_info_slider {
	margin-bottom: 90px;
}

.section_info_slider .carousel-indicators {
	margin-left: 0;
	text-align: left;
	left: 19px;
	margin-bottom: 0;
	bottom: 5px;
}

.section_info_slider .carousel-indicators .active {
	background-color: #0f4897;
}

.section_info_slider .carousel-indicators li {
	border-radius: 0;
	height: 22px;
	width: 22px;
	border: 2px solid #fff;
	margin: 0 3px 0 0;
	background-color: #c3c3c3;
}

.section_info_slider .carousel-control {
	display: none;
}

.section_info_slider .btn {
	font-size: 20px;
	color: #fff;
	padding: 12px 30px 10px 30px;
}


/* Info Video
-------------------------------------*/

#info-video {
	margin-bottom: 90px;
}

#info-video .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

#info-video .video iframe,
#info-video .video object,
#info-video.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Location
-------------------------------------*/

#location {
	margin-bottom: 90px;
}

#location h2 {
	margin-bottom: 0;
	padding: 18px 10px 3px 10px;
	font-size: 24px;
	color: #0f4897;
}

#location p {
	font-size: 18px;
	margin: 0 0 20px 0;
	padding: 0 10px;
}


/* Register
-------------------------------------*/

.section_register {
	margin-bottom: 90px;
}

.section_register h2 {
	font-size: 30px;
	margin-bottom: 54px;
}

.section_register h3 {
	margin-bottom: 34px;
}

.section_register h4 {
	margin-bottom: 44px;
}

.section_register .plan {
	background-color: #F3F3F3;
	padding: 26px 19px;
	margin-bottom: 6px;
	cursor: pointer;
}

.section_register .plan.active {
	background-color: #D5DEF0;
}

.section_register .plan .checkbox {
	float: left;
	padding-top: 10px !important;
	padding-left: 20px;
}

.section_register .plan .checkbox i {
	font-size: 29px !important;
}

.section_register .plan .radio {
	float: left;
	padding-top: 10px !important;
	padding-left: 20px;
}

.section_register .plan .radio i {
	font-size: 29px !important;
}

.section_register .plan .offer {
	margin-left: 85px;
}

.section_register .plan .offer h4 {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 11px 0;
    line-height: 28px;
}

.section_register .plan .offer h4 .label {
	background-color: #0f4897;
	border-radius: 0;
	font-size: 100%;
	padding: 0 5px;
}

.section_register .plan .offer p {
	margin: 0;
	padding: 0;
}

.section_register form input {
	background-color: #F3F3F3;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 6px;
	font-size: 18px;
	padding: 0 15px;
	height: 54px;
}

.section_register form input.active {
	border-bottom: 5px solid #bae6e7;
}

.section_register form button {
	background-color: #2DB42B;
	box-shadow: none;
	color: #fff;
	font-size: 30px;
	padding: 11px 5px;
}

.section_register form button:hover {
	background-color: #1C8F1A;
    color: #fff;
}

.section_register form button.mini {
	background-color: #e5e5e5;
	box-shadow: none;
	color: #000;
	font-size: 17px;
	padding: 6px 3px;
    font-weight: normal;
    line-height: normal;
}

.section_register form button.mini:hover {
	background-color: #d5d5d5;
    color: #000;
}


/* Twitter
-------------------------------------*/

#twitter {
	padding: 90px 0;
	background-color: #c8cbd6;
}

#twitter i {
	font-size: 132px;
	color: #0f4897;
}

#twitter p {
	font-size: 36px;
	color: #fff;
}

#twitter a {
	color: #0f4897;
}

#tweets ul {
	margin: 0;
	padding: 0;
}

#tweets ul li {
	list-style: none;
}

#tweets ul li .interact {
	display: none;
}


/* Footer
-------------------------------------*/

footer {
	background-color: #0f4897;
	padding: 30px 0;
}

footer p {
	color: #fff;
	padding: 0;
	margin: 0;
}

footer .btn {
	height: 40px;
	width: 40px;
	font-weight: normal;
	background-color: #fff;
	margin: 0 10px;
}

footer .btn:hover {
	background-color: #0f4897;
}

footer .btn i {
	color: #0f4897;
	font-size: 20px;
	line-height: 31px;
}


/* Modal
-------------------------------------*/

.modal .modal-content {
	border-radius: 0;
	box-shadow: none;
}

.modal .modal-header {
	border-bottom: 5px solid #F3F3F3;
	color: #0f4897;
}

.modal .modal-footer {
	background-color: #F3F3F3;
}

.modal .modal-footer button {
	color: #fff;
}

.modal .modal-footer button.cancel {
	background-color: #0f4897;
}

.modal .modal-footer button.save {
	background-color: #0f4897;
}


/* Large devices (large desktops, 1200px and up) */

@media (max-width: 1200px) {
	/* Defaults
-------------------------------------*/
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 33px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 27px;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 27px;
		margin-bottom: 20px;
	}
	p {
		line-height: 1.5;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.tooltip .tooltip-inner {
		font-size: 14px;
	}
	.section_speakers h2,
	.section_newsletter h2,
	.section_register h2 {
		font-size: 30px;
	}
	.section_about .buttons {
		padding-top: 10px;
	}
	.section_about .buttons a {
		font-size: 17px;
	}
	.section_sponsors .carousel .item .sponsor img {
		margin-top: 7px;
	}
	.section_info_slider .btn {
		font-size: 17px;
	}
	.section_register form input {
		font-size: 18px;
		padding: 24px 15px;
	}
	#twitter i {
		font-size: 115px;
	}
	#twitter p {
		font-size: 30px;
	}
}


/* Medium devices (desktops, 992px and up) */

@media (max-width: 992px) {
	/* Defaults
	-------------------------------------*/
	body {
		font-size: 17px;
		text-align: center;
	}
	h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	h4 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	p {
		line-height: 1.5;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.nav {
		font-size: 14px;
	}
	.navbar-nav>li>a {
		padding: 15px 12px;
	}
	header .event-info {
		height: auto;
		width: 100%;
		top: 115px;
		left: 50%;
		margin-left: -50%;
	}
	header #header-bg-fade {
		height: 550px;
	}
	header .event-info .event-info-nav {
		width: 100%;
		float: none;
		display: block;
		height: 100px;
	}
	header .event-info .event-info-nav-button {
		margin: 0 !important;
		width: 25%;
		border: 1px solid #fff;
		height: 100px;
	}
	header .event-info .event-info-date {
		height: auto;
		width: 100%;
		float: none;
		text-align: center;
		display: block;
		padding: 30px 15px;
	}
	header .event-info .event-info-date h1 {
		margin: 12px 0 15px 0;
	}
	header .event-info .event-info-register-btn {
		float: none !important;
	}
	header .event-info-bg-left,
	header .event-info-bg-right {
		display: none;
	}
	.section_about img {
		width: 720px;
		margin-bottom: 40px;
	}
	.section_speakers .speakers .speaker .img {
		max-width: 304px;
		margin-left: auto;
		margin-right: auto;
	}
	#program .program-tabs .nav-tabs li,
	#program .program-tabs .nav-tabs li ul {
		margin-bottom: 2px;
		width: 100%;
	}
	.section_sponsors .carousel .item .sponsor {
		margin: 0 50px 5px 50px;
	}
	.section_sponsors .carousel .item .sponsor img {
		display: inline;
		margin-top: 0;
	}
	.section_info_slider .slider {
		margin-bottom: 40px;
	}
	.section_info_slider img {
		width: 720px;
	}
	.section_speakers h2,
	.section_newsletter h2,
	.section_register h2 {
		font-size: 30px;
	}
	.section_about .buttons {
		padding-top: 10px;
	}
	.section_about .buttons a {
		font-size: 20px;
	}
	.section_info_slider .btn {
		font-size: 20px;
	}
	.section_register .plans {
		margin-bottom: 40px;
	}
	.section_register .plan .offer {
		margin-left: 0;
	}
	.section_register .plan .checkbox {
		float: none;
		padding-top: 0px;
	}
	.section_register .plan .radio {
		float: none;
		padding-top: 0px;
	}
	footer p {
		margin-bottom: 30px;
	}
	footer .socialmedia {
		float: none !important;
	}
}


/* Small devices (480px and down) */

@media (max-width: 480px) {
	/* Defaults
	-------------------------------------*/
	body {
		font-size: 14px;
	}
	h2 {
		font-size: 33px;
		margin-bottom: 20px;
	}
	h3 {
		font-size: 27px;
		margin-bottom: 20px;
	}
	h4 {
		font-size: 27px;
		margin-bottom: 20px;
	}
	p {
		line-height: 1.5;
		margin-top: 0;
		margin-bottom: 20px;
	}
	header .event-info {
		top: 85px;
	}
	header .event-info .event-info-nav {
		height: 71px;
	}
	header .event-info .event-info-nav-button {
		height: 71px;
	}
	header .event-info .event-info-nav-button i {
		font-size: 23px;
		margin: 14px 0 5px 0;
	}
	header .event-info .event-info-nav-button a {
		font-size: 12px;
	}
	.section_speakers h2,
	.section_newsletter h2,
	.section_register h2 {
		font-size: 30px;
	}
	.section_about .buttons {
		padding-top: 10px;
	}
	.section_about .buttons a {
		font-size: 17px;
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.section_info_slider .btn {
		font-size: 17px;
	}
}


/* SELECT */


/*** custom checkboxes ***/

input[type=checkbox] {
	display: none;
}


/* to hide the checkbox itself */

input[type=checkbox]+label:before {
	font-family: FontAwesome;
	display: inline-block;
}

input[type=checkbox]+label:before {
	content: "\f096";
}


/* unchecked icon */

input[type=checkbox]+label:before {
	font-size: 29px;
}


/* space between checkbox and label */

input[type=checkbox]:checked+label:before {
	content: "\f046";
}


/* checked icon */

.select-form {
	background-color: #F3F3F3;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin-bottom: 6px;
	font-size: 18px;
	padding: 0 15px;
	height: 54px;
	/*-webkit-appearance: none;*/
	/*background: url(https://www.aides-en-ligne.com/images/arrow.png) no-repeat right;
    background-size: auto;
background-size: 30px 59px;*/
}

.select-form option {
	color: #000000;
	font-size: 16px;
	font-weight: 400;
}


/* Checkbox style */

.container_check {
	display: block;
	position: relative;
	font-size: 14px;
	/*font-size: 0.875rem;*/
	padding-left: 30px;
	line-height: 1.3;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.container_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.container_check input:checked~.checkmark {
	background-color: #059ce7;
	border: 1px solid transparent;
}

.container_check .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	border: 1px solid #d2d8dd;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.container_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.container_check.version_2 {
	padding: 6px 0 0 45px;
	min-height: 30px;
}

.container_check.version_2 .checkmark {
	height: 30px;
	width: 30px;
}

.container_check.version_2 .checkmark:after {
	left: 12px;
	top: 8px;
	width: 5px;
	height: 10px;
}

.container_check input:checked~.checkmark:after {
	display: block;
}

.modal-lg {
  max-width: 900px;
}

@media (min-width: 620px) {
  .modal-lg {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 920px) {
  .modal-lg {
    margin-right: auto;
    margin-left: auto;
  }
}

/**********************************************/

.zone_img_btn 
{
    margin: auto;
    text-align: center;
}

.img_btn 
{
    display: inline-block;
    width: 210px;
    height: 230px;
    margin: 10px;
    cursor: pointer;
}

.img_btn > img
{
    width: 210px;
    height: 230px;
    border: 3px solid #ffffff;
    border-radius: 8px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.img_btn > img:hover
{
    border: 3px solid #e9ecef;
    -webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.flouter_page {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.deflouter_page {
    -webkit-filter: inherit !important;
    -moz-filter: inherit !important;
    -o-filter: inherit !important;
    -ms-filter: inherit !important;
    filter: inherit !important;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}
.modal-content-reset {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
    overflow: hidden;
}
.modal-reset {
    overflow: hidden;
}


/********************************************************/



.section_register .plan {
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
    color: #34495e;
}

.section_register .plan:hover {
	background-color: #2DB42B !important;
	border: 1px solid #2DB42B !important;
    color: #ffffff !important;
}

.section_register .plan:hover font {
    color: #ffffff !important;
}

.section_register .plan:hover h4 {
    color: #ffffff !important;
}

.section_register .plan.active {
	border: 1px solid #2DB42B;
}

.section_register .plan .offer h4 .label {
	background-color: #2DB42B;
}

.btn:hover, .btn:focus {
    color: #ffffff;
}

.skiptranslate {
    display: none !important;
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden !important;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}