/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 1.General page/section customizations  */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body {
	height: 100%;
	max-width: 100%;
}
body {
	font-family: 'ralewaymedium', 'Open Sans', sans-serif;
	font-size: 14px;
	color: #121212;
}
/* Let's get this party started */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
   
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #dd3b14 ; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(5,149,224,0.4); 
}
.container-fluid {
	margin: 0;
	padding: 0;
}
section {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.sectionTitle {
	margin-bottom: 30px;
}
.heading h2 {
	margin-bottom: 5px;
}
.valign {
	position: relative;
	top: 225px;
}
@media screen and (max-width: 375px) {
.valign {
	top: 120px !important;
}
}


::-moz-selection {
 color: white;
 background: #4a0867;
}
::selection {
	color: white;
	background: #4a0867;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Main text styles and shortcodes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


p {
	font-family: 'ralewaymedium', 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	color: #121212;
}
h1, h2, h3, h4, h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h1 small, h2 small, h3 small, h4 small, h5 small {
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}
h1 {
	font-size: 64px;
	line-height: 50px;
	letter-spacing: -3px;
	color: #300743;
}
h1 small {
	font-size: 64px;
}
h2 {
	text-transform: none;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -3px;
	color: #300743;
}
h2 small {
	color: #300743;
	font-size: 50px;
}
h3 {
	text-transform: none;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -2px;
}
h3 small {
	font-weight: 200;
	font-size: 36px;
}
h4 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	color: #300743;
}
h4 small {
	color: #300743;
	font-size: 24px;
}
h5 {
	font-size: 24px;
	line-height: 26px;
}
img {
	max-width: 100%;
}
.fs-16 {
	font-size: 16px;
}
.fs-30 {
	font-size: 30px !important;
}
.fs-36 {
	font-size: 36px;
}
.intro-text {
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 23px;
	color: #d5d5d5;
	margin-bottom: 40px;
}
/*  small intro text  */
.sub {
	font-weight: 300;
	border: 1px solid #300743;
	padding: 6px 20px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #300743;
	font-style: normal;
}
.subWhite {
	padding: 20px 20px;
	color: white;
	font-style: normal;
	font-family: 'ralewaymedium';
	font-size: 18px;
}
.sectionTitleIcon {
	border: 2px solid#300743;
	border-radius: 100px;
	padding: 30px;
	color: #300743;
	margin-top: 30px;
}
.sectionTitleIcon-white {
	border: 2px solid white;
	border-radius: 100px;
	padding: 30px;
	color: white;
	margin-top: 30px;
}
.dropcap {
	background: #300743;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-size: 24px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 44px;
	margin-top: 7px;
	margin-right: 7px;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 10px;
	font-size: 20px;
	border-left: 7px solid #d5d5d5;
}
blockquote footer {
	background-color: transparent;
	font-size: 14px;
	margin-top: 0;
	padding: 0;
}
blockquote footer cite {
	font-style: italic;
}
.btn-default {
	border-radius: 0px;
	border: 1px solid #300743;
	font-size: 13px;
	color: #300743;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 20px;
	background: transparent;
	-webkit-transition: background-color 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in;
	-ms-transition: background-color 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in;
}
.btn-default:hover {
	background: #300743 !important;
	color: white !important;
	border: 1px solid #300743 !important;
}
.btn-default-white {
	border-radius: 3px !important;
	border: 1px solid white !important;
	font-size: 13px !important;
	color: white !important;
	font-family: 'ralewaysemibold';
	font-weight: 700 !important;
	text-transform: uppercase !important;
	padding: 5px 20px !important;
	background: transparent !important;
	-webkit-transition: background-color 0.3s ease-in !important;
	-moz-transition: background-color 0.3s ease-in !important;
	-ms-transition: background-color 0.3s ease-in !important;
	-o-transition: background-color 0.3s ease-in !important;
}
.btn-default-white:hover {
	background: #dd3b14 !important;
	color: white !important;
	border: 1px solid #dd3b14 !important;
}
.btn-white-2 {
	border-radius: 3px !important;
	border: 1px solid white !important;
	font-size: 14px !important;
	color: #80b8c5 !important;
	font-family: 'ralewaysemibold';
	font-weight: 700 !important;
	text-transform: uppercase !important;
	padding: 5px 20px !important;
	background: white !important;
	-webkit-transition: background-color 0.3s ease-in !important;
	-moz-transition: background-color 0.3s ease-in !important;
	-ms-transition: background-color 0.3s ease-in !important;
	-o-transition: background-color 0.3s ease-in !important;
}
.btn-white-2:hover {
	background: #dd3b14 !important;
	color: white !important;
	border: 1px solid #dd3b14 !important;
}
.btn-default-red {
	border-radius: 3px !important;
	border: 1px solid #dd3b14 !important;
	font-size: 13px !important;
	font-family: 'ralewaysemibold';
	color: white !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	padding: 5px 20px !important;
	background: #dd3b14 !important;
	-webkit-transition: background-color 0.3s ease-in !important;
	-moz-transition: background-color 0.3s ease-in !important;
	-ms-transition: background-color 0.3s ease-in !important;
	-o-transition: background-color 0.3s ease-in !important;
}
.btn-default-red:hover {
	background: white !important;
	color: #300743 !important;
	border: 1px solid white !important;
}
#bout:hover {
	background: white !important;
	color: #300743 !important;
	border: 1px solid white !important;
}
.btn-lg {
	padding: 10px 16px !important;
	font-size: 14px !important;
	line-height: 1.33 !important;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
}
.btn-group>.btn:first-child {
	border-right: 1px solid transparent;

}
.btn-group>.btn:last-child {
	border-left: 1px solid transparent;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-right: 1px solid #300743;
	border-left: 1px solid #300743;

}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background: #300743;
	color: white;
	border: 1px solid #300743;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0;
}
a {
	color: #282828;
	text-decoration: none;
}
a:hover, a:focus {
	color: #5c5c5c;
	text-decoration: none;
}
.btn:active {
	box-shadow: none;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
	outline: 0;
	outline-offset: 0;
}
.input-group {
	margin-bottom: 10px;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: white;
	text-align: center;
	background-color: #300743;
	border: 1px solid #300743;
	border-radius: 0px;
}
/* Form Focus */
.form-control:focus {
}
/* Progress bars */
.proress {
	background-color: #f8f8f8;
	border-radius: 4px;
}
.progress-bar-default {
	background-color: #300743;
	margin-bottom: 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
    /*  Navigation and logo */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.navbar-fixed-top {
	padding: 5px 0px;

}
/*Navigation*/

.navbar-brand {
	padding-top: 10px;
}
.navbar-brand img {
	width: 100%;
	height: auto;
}
.navbar-nav {
/*padding-right:200px;*/
}
.navbar-nav {
	float: right;
}
.navbar-nav>li .sep {
	background-color: #fff;
	width: 1px;
	height: 20px;
	margin: 15px 23px 20px 20px;
}
.navbar-nav>li>a {
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 0;
	padding: 4px 10px 4px 10px;
	background: transparent;
	text-align: center;
	color: white;
	letter-spacing: 0px;
	margin: 10px 2px;
	margin-right: 3px;
	border: 1px solid transparent;
	-webkit-transition: background-color 0.3s ease-in;
	-moz-transition: background-color 0.3s ease-in;
	-ms-transition: background-color 0.3s ease-in;
	-o-transition: background-color 0.3s ease-in;
	font-family: 'ralewaysemibold';
}
.nav>li.active>a {
	background-color: white;
	color: #300743;
	border-radius: 3px !important;
}
.nav>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background-color: transparent;
	color: white;
	border: 1px solid white;
	border-radius: 3px !important;
}
.nav>li.active>a:hover {
	background-color: white;
	color: #300743;
	border-radius: 3px !important;
}
.affix {
	background-color: #300743;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.affix-top {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.sm-nav-toggler {
	color: white;
	background-color: #300743;
	font-size: 24px;
	padding: 15px;
	margin: 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
            /*  #Intro */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#intro {
	padding: 0;
	height: 700px;
}
#intro .introItem h1 {
	font-size: 48px;
	font-family: ralewaylight;
	font-weight: 100;
	letter-spacing: 1px;
	padding-bottom: 0px;
}
#intro .introItem {
	padding-bottom: 10px;
}
#intro .introItem h1, #intro .introItem h1 small {
	color: white;
}
#intro .introItem i, #intro .next {
	color: white; /* #intro text icon color */
}
.maskWrapper {
	opacity: 0.7;
}
.simple-image-mask {
	/*background: #4c4c4c; *//* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGM0YzRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmMyYzJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMmIyYjJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjMWMxYzFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);*/
    /*background: -moz-linear-gradient(-45deg,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); *//* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); *//* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); *//* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); *//* Opera 11.10+ */
    /*background: -ms-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); *//* IE10+ */
    /*background: linear-gradient(135deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); *//* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); *//* IE6-8 fallback on horizontal gradient */

	background: #4c4c4c; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNGM0YzRjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTIlIiBzdG9wLWNvbG9yPSIjNTk1OTU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjNjY2NjY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzklIiBzdG9wLWNvbG9yPSIjNDc0NzQ3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmMyYzJjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTElIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjMTExMTExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSIjMmIyYjJiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjMWMxYzFjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzMTMxMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #4c4c4c), color-stop(12%, #595959), color-stop(25%, #666666), color-stop(39%, #474747), color-stop(50%, #2c2c2c), color-stop(51%, #000000), color-stop(60%, #111111), color-stop(76%, #2b2b2b), color-stop(91%, #1c1c1c), color-stop(100%, #131313)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* IE10+ */
	background: linear-gradient(135deg, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -9999;
	height: 100%;
	width: 100%;
	position: absolute;
}
/****************************************/
.mbr-arrow {
	margin-top: 65px;
}
.mbr-arrow__link {
	display: inline-block;
	font-size: 26px;
}
.mbr-arrow__link, .mbr-arrow__link:hover, .mbr-arrow__link:focus {
	color: #fff;
}
.mbr-arrow--floating .mbr-arrow__link {
	-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	-o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
@-webkit-keyframes floating-arrow {
 from {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 65% {
 -webkit-transform: translateY(11px);
 transform: translateY(11px);
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
@-o-keyframes floating-arrow {
 from {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 65% {
 -webkit-transform: translateY(11px);
 transform: translateY(11px);
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
@keyframes floating-arrow {
 from {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 65% {
 -webkit-transform: translateY(11px);
 transform: translateY(11px);
}
to {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
            /*  #about */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#about {
	background-color: white;
	position: relative;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
        /* .features */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.features {
	background-color: #8AC5D3;
	background-image: url(../img/bg-bloc-3.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #fff;
	padding-bottom: 0px;
}
.features h2, .features .sub {
	color: #fff;
}
.feature {
	text-align: center;
	color: #FFF;
	margin-top: 37px;
	height: 188px;
	padding: 30px 0px;
}
.feature .title {
	color: #FFF;
	font-family: ralewaymedium;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 100;
	margin: 0px;
	margin-top: -7px;
}
.feature p {
	color: #FFF;
	font-family: ralewaylight;
	font-size: 14px;
}
.desktop-bg {
	background-image: url(../img/desktop.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 465px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
          /*  .pricing */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.pricing {
	background: #eef4f6;
	color: #121212;
}
.pricing h3 {
	font-size: 18px;
	font-family: ralewaysemibold;
	line-height: 36px;
	vertical-align: middle;
	letter-spacing: 0px;
}
.pricing i {
	line-height: 47px;
	vertical-align: bottom;
	color: #17afcd;
	margin-right: 10px;
	margin-top: 3px;
}
.pricing .white-bg {
	background-color: #f5fafc;
	padding: 35px 30px;
	font-size: 18px;
	font-family: ralewaysemibold;
	line-height: 23px;
	vertical-align: middle;
	letter-spacing: 0px;
	min-height: 108px;
}
.price-tab {
	background-color: #ffffff;
	padding: 25px 15px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(217,217,217,0.56);
	-moz-box-shadow: 0px 0px 3px 0px rgba(217,217,217,0.56);
	box-shadow: 0px 0px 3px 0px rgba(217,217,217,0.56);
}
.price-tab .title {
	font-family: ralewayregular;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
}
.price-tab .price {
	color: #dd3b14;
	font-size: 60px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.price sup {
	margin-right: -22px;
	margin-left: -11px;
	font-size: 22px;
	top: -30px;
}
.price .sub {
	color: #dd3b14;
	font-size: 12px;
	text-align: center;
	font-weight: 600;
	margin-top: -18px;
}
.app-features {
	padding: 0px;
	margin-top: 22px;
	margin-left: 10px;
}
.app-features li {
	background-image: url(../img/puce2.png);
	background-position: left center;
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 20px;
	line-height: 30px;
	font-family: ralewaymedium;
	font-size: 14px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
          /*  .Separator */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.Separator {
	background-image: url(../img/bg-block3.jpg);
	background-position: top center;
	background-size: cover;
	height: 194px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.Separator .sectionTitle {
	margin-top: 20px;
}
.Separator h2 {
	font-family: ralewaylight;
	font-size: 27px;
	color: #fff;
	font-weight: 100;
	letter-spacing: 0px;
}
.Separator .sub {
	font-family: ralewaylight;
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	padding: 0px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
            /* #Footer */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
footer {
	background-color: #eef4f6;
	color: #6c7a83;
	font-size: 14px;
	padding: 60px 0px 0px 0px;
}
footer p {
	display: inline;
}
footer ul {
	list-style: none;
	padding: 0px;
}
footer li {
	line-height: 25px;
}
footer a.gray {
	color: #6c7a83;
}
footer a.gray:hover {
	color: #17afcd;
}
footer .fa {
	font-size: 20px;
	vertical-align: middle;
}
footer h4 {
	font-size: 16px;
	color: #463e3b;
	font-family: ralewaysemibold;
	letter-spacing: 0px;
}
footer .b-t {
	border-top: solid 1px #e0e0e0;
	padding-top: 30px;
	margin-top: 30px;
}
footer p {
	font-size: 12px;
	color: #6c7a83;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
          /* 16. #Preloader */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#preloader {
	background-image: url(../img/logo-gproo.png);
	background-position: 51% 42%;
	background-repeat: no-repeat;

}
/*loading after inscrip*/
.spinner {
	margin: 100px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	-webkit-animation: rotate 2.0s infinite linear;
	animation: rotate 2.0s infinite linear;

}
.modal-backdrop.in {
    opacity: 0.9;
	}
/*loading after inscrip*/
.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: white;
	border-radius: 100%;
	-webkit-animation: bounce 2.0s infinite ease-in-out;
	animation: bounce 2.0s infinite ease-in-out;
}
.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg)
}
}
@keyframes rotate {
 100% {
 transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes bounce {
 0%, 100% {
-webkit-transform: scale(0.0)
}
 50% {
-webkit-transform: scale(1.0)
}
}
@keyframes bounce {
 0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
50% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent; /* change if the mask should have another color then white */
	z-index: 9999; /* makes sure it stays on top */

}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	/*background-image:url(); *//* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px; /* is width and height divided by two */
}
.m-l-xxs {
	margin-left: 5px !important;
}
.m-l-xs {
	margin-left: 10px !important;
}
.m-l-sm {
	margin-left: 15px !important;
}
/*************************** Tabs ***************************/
.tabs {
	position: relative;
	width: 100%;
	padding: 0px;
}
.tabs input {
	position: absolute;
	z-index: 1000;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-1 {
	width: 160px;
	height: 80px;
	margin: 10px;
	margin-left: 12.7% !important;

}
.tabs input#tab-2 {
	width: 160px;
	height: 80px;
	margin: 10px;
}
.tabs input#tab-3 {
	width: 160px;
	height: 80px;
	margin: 10px;
}
.tabs input#tab-4 {
	width: 160px;
	height: 80px;
	margin: 10px;
}
.tabs label {
	background: #b8c6d6;
	font-size: 15px;
	line-height: 21px;
	height: 80px;
	position: relative;
	padding: 20px;
	float: left;
	display: block;
	width: 160px;
	color: #fff;
	text-align: left;
	border-radius: 3px;
	font-family: ralewaysemibold;
	margin: 10px;
	overflow: hidden;
}
.tabs .sep {
	position: relative;
	float: left;
	background-image: url(../img/dots.png);
	width: 30px;
	height: 8px;
	margin: 50px 10px 30px 10px;
	background-position: top left;
}
.tabs input:hover + label {
	background: #dd3b14;
}
.tabs label:first-of-type {
	z-index: 4;

}
.tab-label-2 {
	z-index: 3;
}
.tab-label-3 {
	z-index: 2;
}
.tab-label-4 {
	z-index: 1;
}
.tabs input:checked + label {
	background: #dd3b14;
	padding: 20px;
	z-index: 6;
	-webkit-animation: page 0.2s linear;
	-moz-animation: page 0.2s linear;
	-ms-animation: page 0.2s linear;
	-o-animation: page 0.2s linear;
	animation: page 0.2s linear;
}
.clear-shadow {
	clear: both;
}
.content {
	background: #fff;
	position: relative;
	width: 100%;
	height: 311px;
	z-index: 5;
	margin-top: 60px;
}
.content div[class^="content-"] {
	position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-o-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	transition: all linear 0.3s;
}
.content-1, .content-3 {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}
.content-2, .content-4 {
	-webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}
.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 {
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all ease-out 0.2s 0.1s;
	-moz-transition: all ease-out 0.2s 0.1s;
	-o-transition: all ease-out 0.2s 0.1s;
	-ms-transition: all ease-out 0.2s 0.1s;
	transition: all ease-out 0.2s 0.1s;
}
.content div h2, .content div h3 {
	color: #121212;
	font-family: ralewaymedium;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0px;
}
 @keyframes "page" {
 0% {
 left: 0;
}
 50% {
 left: 10px;
}
 100% {
 left: 0;
}
}
 @-moz-keyframes page {
 0% {
 left: 0;
}
 50% {
 left: 10px;
}
 100% {
 left: 0;
}
}
 @-webkit-keyframes "page" {
 0% {
 left: 0;
}
 50% {
 left: 10px;
}
 100% {
 left: 0;
}
}
 @-ms-keyframes "page" {
 0% {
 left: 0;
}
 50% {
 left: 10px;
}
 100% {
 left: 0;
}
}
 @-o-keyframes "page" {
 0% {
 left: 0;
}
 50% {
 left: 10px;
}
 100% {
 left: 0;
}
}
.tabs-icon {
	position: absolute;
	z-index: -1;
	right: 5px;
	bottom: -4px;
}
ul.features {
	padding: 0px;
	margin: 0px;
}
ul.features li {
	list-style: none;
	background-image: url(../img/puce.png);
	background-repeat: no-repeat;
	background-position: center left;
	line-height: 30px;
	padding-left: 30px;
	float: left;
	width: 50%;
	margin-top: 10px;
	color: #000000;
}
.m-t-n-5 {
	margin-top: -5px !important;
}
.m-t-0 {
	margin-top: 0px !important;
}
.m-t-10 {
	margin-top: 10px !important;
}
.m-t-20 {
	margin-top: 20px !important;
}
.m-t-30 {
	margin-top: 30px !important;
}
.m-t-40 {
	margin-top: 40px !important;
}
.m-t-50 {
	margin-top: 50px !important;
}
.m-t-60 {
	margin-top: 60px !important;
}
.m-t-80 {
	margin-top: 80px !important;
}
.m-t-96 {
	margin-top: 93px !important;
}
.w-167 {
	width: 167px;
}
/************************* Modal*****************/
.modal {
	position: fixed;
	top: 46%;
	left: 50%;
	z-index: 2050;
	width: 400px;
	margin: -250px 0 0 -200px;
	overflow: hidden;
}

.modal-dialog {
	width: 400px !important;
}
.modal-header {
	padding: 2px 36px;
	height: 50px;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	background-color: #efefef;
	border-bottom: 1px solid #eaeaea;
}
.modal-header h1 {
	font-size: 18px;
	font-weight: normal;
	color: #353535;
	line-height: 55px !important;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0px;
}
.modal.fade {
	transition: color opacity .2s ease-out, top .2s ease-out linear;
	-o-transition: color opacity .2s ease-out, top .2s ease-out linear;
	-moz-transition: color opacity .2s ease-out, top .2s ease-out linear;
	-webkit-transition: color opacity .2s ease-out, top .2s ease-out linear;
	-webkit-transition: opacity .2s ease-out, top .2s ease-out;
	-moz-transition: opacity .2s ease-out, top .2s ease-out;
	-ms-transition: opacity .2s ease-out, top .2s ease-out;
	-o-transition: opacity .2s ease-out, top .2s ease-out;
	transition: opacity .2s ease-out, top .2s ease-out;
	top: 40%
}
.modal.fade.in {
	transition: color opacity .2s ease-out, top .2s ease-out linear;
	-o-transition: color opacity .2s ease-out, top .2s ease-out linear;
	-moz-transition: color opacity .2s ease-out, top .2s ease-out linear;
	-webkit-transition: color opacity .2s ease-out, top .2s ease-out linear;
	-webkit-transition: opacity .2s ease-out, top .2s ease-out;
	-moz-transition: opacity .2s ease-out, top .2s ease-out;
	-ms-transition: opacity .2s ease-out, top .2s ease-out;
	-o-transition: opacity .2s ease-out, top .2s ease-out;
	transition: opacity .2s ease-out, top .2s ease-out;
	top: 46%
}

.modal-header .close {
	margin-top: 14px;
	color: #353535;
	text-shadow: none;
}
button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
}
.modal-body {
	min-height: 200px;
}
/*********************** Validation ***************/
label.error {
	color: #dd3b14;
	font-family: ralewaylight;
	font-weight: 100;
	font-size: 14px;
}
input.error {
	border: solid 1px #dd3b14;
}
.form-control.error:focus {
	border: solid 1px #dd3b14;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(221,59,20,1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(221,59,20,1);
	box-shadow: 0px 0px 5px 0px rgba(221,59,20,1);
}
/************************* Modal success message ************/
.msg {
}
.msg p {
	color: #7BB1BD;
}

/************part responsive**********/
@media(max-width: 320px){
.modal-dialog {
	width: 314px !important;
}

.modal {
	margin: -250px 0px 0px -167px !important;
}
.modal.fade.in{
	overflow:auto !important;
}
.navbar-fixed-top {
	width: 70px !important;
}
.tabs label{
	width: 48%;
}
.m-t-50{
	margin-top: 0px !important;
}
.Separator {
	min-height: 368px !important;
}
.text-left {
    text-align: center;
}
.content{
	margin-top: 5px;
}
}

@media(min-width:321px) and (max-width:375px) {
	.modal-dialog {
		width: 314px !important;
	}

	.modal {
		margin: -250px 0px 0px -167px;
	}
	.modal.fade.in{
		overflow:auto;
	}
	.navbar-fixed-top {
		width: 70px !important;
	}
	.tabs label{
		width: 48%;
	}
	.m-t-50{
		    margin-top: 0px !important;
	}
	.text-left {
	    text-align: center;
	}
	.content{
		margin-top: 5px;
	}
	}

	@media(min-width:376px) and (max-width:425px){
		.modal-dialog {
			width: 314px !important;
		}
		.modal.fade.in {
			overflow:auto;
		}

		.modal {
			margin: -250px 0px 0px -167px;
		}
		.navbar-fixed-top {
			width: 70px !important;
		}
		.m-t-50 {
			margin-top: 0px !important;
		}
		.text-left {
		  text-align: center;
		}
		.content{
			margin-top: 5px;
		}
	}

	@media (min-width: 426px) and (max-width: 768px){ /***tablet***/
		.modal.fade.in{
			overflow:auto;
		}
		.navbar-fixed-top {
			width: 70px !important;
		}
		.m-t-50{
					margin-top: 20px !important;
		}
		.text-left {
		    text-align: center;
		}
		.content{
			margin-top: 5px;
		}
    .Separator .sectionTitle {
    margin-top: 70px;
}

	}

/**************/
/* X-NAVIGATION FEATURES */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 190px;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-radius: 3px;
}
.dropdown-menu:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    color: transparent;
    border: 10px solid #CCC;
    border-color: transparent transparent #FFF;
    margin-top: -20px;
    float: right;
    margin-right: 16%;
}
.dropdown-menu .x-navigation li > a {
    padding: 11px 5px 10px 0px !important;
}
.dropdown-menu .x-navigation {
    padding: 3px 11px;
}
.dropdown-menu .x-navigation hr {
    margin: 0;
    margin-left: 0;
    margin-right: 0;
}
.x-navigation, .x-navigation ul {
    width: 100%;
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
    display: block;
    z-index: 3;
    background: transparent;
}
.x-navigation li > a .fa, .x-navigation li > a .glyphicon {
    color: #ffffff;
    text-align: center;
    width: 20px;
    font-size: 14px;
    margin-right: 10px;
    vertical-align: baseline;
    -webkit-transition: color 200ms ease;
    -moz-transition: color 200ms ease;
    -ms-transition: color 200ms ease;
    -o-transition: color 200ms ease;
    transition: color 200ms ease;
}
.dropdown-menu .fa {
    color: #000 !important;
    opacity: 0.7;
}
.x-navigation li {
    float: left;
    display: block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: relative;
}
.x-navigation li > a {
    display: block;
    float: left;
    width: 100%;
    line-height: 19px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 5px 15px 0px !important;
    text-decoration: none;
    vertical-align: text-bottom;
}
.x-navigation.x-navigation-minimized .profile {
    width: 220px;
    background: #33414e;
    position: absolute;
    top: 4px;
    right: -230px;
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.x-navigation.x-navigation-minimized li.active .profile {
    display: block;
}
.x-navigation.x-navigation-minimized .profile-mini {
    display: block;
    border-bottom: 0px;
}
/* END X-NAVIGATION FEATURES */
/* END PROFILE */

/*********dropdown image**********/

.img-banniere{
   background-position:center;
   background-size:cover;
   height: 249px;
}
.m-l-sm {
 margin-left: 15px !important;
}
  .avatar i.on {
    background-color: #6cc788;
  }
.avatar img {
  object-fit: cover;
  object-position: center;
}
.avatar {
position: relative;
display: inline-block;
width: 40px;
line-height: 1;
border-radius: 500px;
white-space: nowrap;
font-weight: bold;
top: -9px !important;
}
.avatar img {
border-radius: 500px;
width: 100%;
}
.w-32 {
width: 32px;
height: 32px;
line-height: 32px;
display: inline-block;
text-align: center;
}
.avatar i {
position: absolute;
left: 0;
top: 0;
width: 10px;
height: 10px;
margin: 1px;
border-width: 2px;
border-style: solid;
border-radius: 100%;
}
.avatar i.right {
left: auto;
right: 0;
}
.avatar i.bottom {
left: auto;
top: auto;
bottom: 0;
right: 0;
}
.avatar i.left {
top: auto;
bottom: 0;
}

.avatar.w-32 i {
margin: 0px;
}


.dropdown-menu-scale {
display: block;
opacity: 0;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden;
pointer-events: none;
}
.open > .dropdown-menu-scale {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
pointer-events: auto;
display: block !important;
}
.navbar-nav h1{
	color:#fff;
	letter-spacing:0px;
}