/*!
 * Payz 0.5
 *
 *
 * Designed by CE & Co.
 */

/* @import url(http://fonts.googleapis.com/css?family=Montserrat); */
@import url(//fonts.googleapis.com/css?family=Montserrat);
 
@font-face{
	font-family:'proxima_nova_semibold';
	src:url("fonts/proximanova-semibold-webfont.eot");
	src:url("fonts/proximanova-semibold-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/proximanova-semibold-webfont.woff") format("woff"),url("fonts/proximanova-semibold-webfont.ttf") format("truetype"),url("fonts/proximanova-semibold-webfont.svg#proxima_novasemibold") format("svg");
	font-weight:normal;font-style:normal
}

@font-face{
	font-family:'proxima_nova_bold';
	src:url("fonts/proximanova-bold-webfont.eot");
	src:url("fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/proximanova-bold-webfont.woff") format("woff"),url("fonts/proximanova-bold-webfont.ttf") format("truetype"),url("fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold") format("svg");
	font-weight:normal;font-style:normal
} 

@font-face{
	font-family:'proxima_nova_regular';
	src:url("fonts/proximanova-regular-webfont.eot");
	src:url("fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"),url("fonts/proximanova-regular-webfont.woff") format("woff"),url("fonts/proximanova-regular-webfont.ttf") format("truetype"),url("fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular") format("svg");
	font-weight:normal;font-style:normal
} 
 
 
 body {
  /* background: #f1efeb; */
  
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  padding: 0px 0 0 0;
  color: #434a54;
 }

h1{
	/* font-family: 'Montserrat'; */
	 
	 font-family: "proxima_nova_bold"; 
	/*color: #fff; 
	font-weight:bold;*/
	font-weight: 300;	
	font-size: 52px; /* 44 52 */

	line-height: 1.3;
	margin-bottom: 15px;  
	
}

h2{
	 font-family: 'Montserrat'; 
	/* font-family: "proxima_nova_bold"; */
	/*color: #fff; 
	font-weight:bold;*/
	font-weight: 300;	
	font-size: 32px; /* 44 52 */

	line-height: 1.3;
	margin-bottom: 15px;  
	
}

h4, h3 {

	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.3;
}

h5 {

	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 0px;  

}

h6 {

	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 0px;
	margin-bottom: 0px;  

}

h7 {

	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 11px;
	font-weight: 300;
	line-height: 1.3;
	margin-top: 3px;
	margin-bottom: 0px;  

}


@media (max-width: 480px) {

h1{
	font-size: 42px;
}


}


/*
.navbar-inverse {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 0px; 

}


.navbar-inverse {
	background-color: #000;  
   	border-color: #000; 
   	border-color: transparent;
    color: #fff; 
    font-size: 16px;
}
*/

.navbar-brand {
	padding:10px; 
	padding-left: 20px;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #fff; /* f5f5f5 */
}

.payment_background {

	background: #ffffff; 
	color: #434a54;
	padding:15px; 
	/*
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); 
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	*/
	
	min-height: 400px;

}

.payment_background2 {

	background: #363e45; 
	color: #ffffff;
	padding-left:0px;
	padding-right:0px;
	/*padding:15px; 
	*/
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.115); 
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.115); 

}

	.payment_background_left{ 
		padding:15px;
	}


label {
  font-size: 14px;
  font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif; 
 /*
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
  */
}




.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 65px;
  padding: 10px 16px;

}

#home_header{
	padding: 110px 0 30px;
	margin: 0;
	background: #ffffff;
	/* margin-bottom: 90px; */
	
	min-height: 200px;
}





@media (max-width: 768px) {

	 body {
	  background: #ffffff; 
	  padding-top:15px;
	 }

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

	.payment_top {
		background: none; 
		padding:0px; 
		-webkit-box-shadow: none; 
		box-shadow: none;	
	}

	.payment_background {
		background: #ffffff; 
		
		-webkit-box-shadow: none; 
		box-shadow: none;
		
		padding-left: 15px;
		padding-right: 15px;
  		
	}

.payment_background2 {

	top: -5px;
	/* background: #ffffff;  */
	color: #ffffff;
	padding-left:0px;
	padding-right:0px;
	/*padding:15px; 
	*/
	-webkit-box-shadow: none; 
	box-shadow: none; 

}

	.payment_background_left{ 
		display:none;
		padding:0px;
	}

#home_header{
	padding: 20px 0 20px;
	margin: 0;
	background: #ffffff;
	/* margin-bottom: 90px; */
	
	min-height: 200px;
}







	
}
 
 //INPUT FIELDS
 
input[type=text], input[type=password] {
    min-height: 38px;
}  

input.full-width {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
}
 
textarea.full-width {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}

input.full-width-80 {
    box-sizing: border-box;
    width: 80%;
    height: 38px;
}

input.full-width-90 {
    box-sizing: border-box;
    width: 90%;
    height: 38px;
}

textarea.full-width {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}



.noglow
{
  outline: none;
  border:none !important;
  box-shadow:none !important;
}	

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #bdc3c7; /* 2px chuka */
  color: #34495e;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  padding: 8px 5px;
  height: 41px; /* chuka 21 */
  text-indent: 6px; /* add space to left */
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear;
  -moz-transition: border .25s linear, color .25s linear;
  -o-transition: border .25s linear, color .25s linear;
  transition: border .25s linear, color .25s linear;
  -webkit-backface-visibility: hidden;
  
  /* remove glow */
  outline: none;
  box-shadow:none !important;
}

/* remove the glow */

textarea:hover, 
textarea:active, 
textarea:focus, 
input:focus {
    outline:0px !important;
    -webkit-appearance:none;
}

input[type="text"].noborder{
	border: 0px;
}

/*FONTS SECTION */

.flogo {
	/* font-family: "Montserrat"; */
	/*color: #fff; */
	color: #3498db;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 15px;  
	text-decoration: none;
}

.flogo_white {
	font-family: "Montserrat";
	/*color: #fff; */
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 15px;  
	text-decoration: none;
}

.flogo_form {
	font-family: "Montserrat";
	/*color: #fff; */
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 15px;  
	text-decoration: none;
}

.form_title {
	font-family: "Montserrat";
	/*color: #fff; */
	color: #3498db;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 15px;  
	text-decoration: none;
}


.flogo_back {
	font-family: "Montserrat";
	/*color: #fff; */
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 15px;
	text-decoration: none;  
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.f1 {

	font-family: "proxima_nova_semibold", "Helvetica Neue", Helvetica, sans-serif;
	/* font-family: "Helvetica Neue", Helvetica, sans-serif; */
	/*color: #fff; */
	font-size: 46px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}

.f2 {

	font-family: "proxima_nova_semibold", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 36px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}

.f3 {

	font-family: "proxima_nova_semibold", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 32px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}

.f4 {

	font-family: "proxima_nova_semibold", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 26px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}
.f5 {

	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}

.f6 {

	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}

.f7 {
	font-family: "Montserrat";
	/* font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif; */
	/*color: #fff; */
	font-size: 13px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}

.f8 {

	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}


.fcontent {

	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}

.fbold {

	font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 700;

}

.fcolor_blue {
	color:#3AB4DB;
}


.fleft {
	text-align: left;
}

.fwhite{
	color: #fff;
}

.fblue{
	color: #3498db;
}

.forange{
	color: #ff8d00;
}

.fdarkblue{
	color: #2d81ba;
}

.fgreen{
	color: #1abc9c;
}

.flightgrey{
	color: #acacac;
}

.fblack{
	color: #000;
}

.fmessagetitle{
	/* font-family: "Helvetica Neue", Helvetica, sans-serif; */
	font-family: "proxima_nova_regular", "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
		
	font-size: 20px; /* 22 */
	line-height: 1.3;
	margin-bottom: 15px;  
}

.fmessagetitle_new{
	/* font-family: "Helvetica Neue", Helvetica, sans-serif; */
	font-family: "proxima_nova_bold", "Helvetica Neue", Helvetica, sans-serif;
	color: #000;	
	/*font-weight:bold;
	font-weight: 700;*/
	font-size: 20px; /* 22 */
	line-height: 1.3;
	margin-bottom: 15px;  
}

/*
hr {
  margin-top: 10px;
  margin-bottom: 2px;
  border: 0;
  border-top: 1px solid #eeeeee;
} */


@media (min-width: 781px) { /* 480 */

	.mobilemenu{ /* ce */
		display:none;
	}
	

	.webhide{ /* ce */
		display:none;
	}	
		
}


@media (max-width: 768px) { 

	.webmenu{ /* ce */
		display:none;
	}

	.webline{
		display:none;
	}	

	.mobilehide{ /* ce */
		display:none;
	}

	/* control header font size on mobile */
	.header_h3{
		font-size: 35px;
	}

	.header_h2{
		font-size: 26px;
	}

	.header_h1{
		font-size: 40px;
	}

}

@media (max-width: 480px) {


.f2 {

	font-family: "proxima_nova_semibold", "Helvetica Neue", Helvetica, sans-serif;
	/*color: #fff; */
	font-size: 26px;
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 15px;  

}

/*
h1{
	 font-family: 'Montserrat'; 
	 

	font-weight: 300;	
	font-size: 28px; 

	line-height: 1.3;
	margin-bottom: 15px;

	
}
*/

}












/* BUTTONS */


.btn-small {
	font-weight: bold;
}


.btn-block-dropdown {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block-dropdown + .btn-block-dropdown {
  margin-top: 5px;
}

input[type="submit"].btn-block-dropdown,
input[type="reset"].btn-block-dropdown,
input[type="button"].btn-block-dropdown {
  width: 100%;
}


/* DROPDOWN SECTION */


.dropdown .drop-right {
    left:auto;
    right:0;
    &::before {left:auto !important; right:9px;}
    &::after {left:auto !important; right:10px;}
}




/* TABLES */



.table-box {

	border: 1px solid #dddddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 2px #ccc;

}

.table-grey {
	/*background:#f4f4f4 */
}

.table-image-cell {

	width: 60px;
	vertical-align: middle; 
	padding:10px;
}

	/* helps make tables clickable */
	tr.rowlink td {
	  cursor: pointer;
	}
	
	tr.rowlink td.nolink {
	  cursor: auto;
	}
	
	.table tbody tr.rowlink:hover td {
	  /*background-color: #f4f4f4;  dedede e1f3fd */
	}
	
	a.rowlink {
	  font: inherit;
	  color: inherit;
	  text-decoration: inherit;
	}
	
	.hoverit:hover td {
		background-color: #e1f3fd;  /* dedede e1f3fd */
	}
	
	.hoverit_grey:hover td {
		background-color: #f8f8f8;  /* f8f8f8 dedede e1f3fd */
	}
	/* end make tables clickable */






/* FLAT UI */

/* FLAT UI BUTTONS */

.btn,
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14.994px;
  /* 15px */

  font-weight: 500;
}
.btn {
  border: none;
  background: #bdc3c7; 
  color: #ffffff;
  padding: 9px 12px 10px;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:hover,
.btn:focus,
.btn-group:focus .btn.dropdown-toggle {
  background-color: #cacfd2;
  color: #ffffff;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active,
.btn-group.open .btn.dropdown-toggle,
.btn.active {
  background-color: #a1a6a9;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn.btn-huge {
  font-size: 21.994px;
  /* 22px */

  line-height: 22px;
  padding: 15px 20px 16px;
}
.btn.btn-huge > [class^="fui-"] {
  top: 1px;
}
.btn.btn-huge > [class^="fui-"].pull-right {
  margin-right: -2px;
}
.btn.btn-large {
  font-size: 16.996px;
  /* 17px */

  line-height: 20px;
  padding: 12px 18px 13px;
}
.btn.btn-large > [class^="fui-"] {
  top: 0;
}
.btn.btn-large > [class^="fui-"].pull-right {
  margin-right: -2px;
}
.btn.btn-small {
  font-size: 12.992px;
  /* 13px */

  line-height: 20px;
  padding: 6px 13px 8px;
}
.btn.btn-small > [class^="fui-"] {
  top: 1px;
}
.btn.btn-mini {
  font-size: 11.998px;
  /* 12px */

  padding: 6px 13px 7px; /* padding: 8px 13px 9px; */
  line-height: 1.2;
}
.btn.btn-mini > [class^="fui-"] {
  top: 0;
}
.btn.btn-embossed {
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-embossed.active,
.btn.btn-embossed:active {
  -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.15);
}
.btn.btn-wide {
  min-width: 140px;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.btn-primary {
  background-color: #1abc9c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-group:focus .btn.btn-primary.dropdown-toggle {
  background-color: #48c9b0;
}
.btn.btn-primary:active,
.btn-group.open .btn.btn-primary.dropdown-toggle,
.btn.btn-primary.active {
  background-color: #16a085;
}
.btn.btn-info {
  background-color: #3498db;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn-group:focus .btn.btn-info.dropdown-toggle {
  background-color: #5dade2;
}
.btn.btn-info:active,
.btn-group.open .btn.btn-info.dropdown-toggle,
.btn.btn-info.active {
  background-color: #2c81ba;
}
.btn.btn-danger {
  background-color: #e74c3c;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn-group:focus .btn.btn-danger.dropdown-toggle {
  background-color: #ec7063;
}
.btn.btn-danger:active,
.btn-group.open .btn.btn-danger.dropdown-toggle,
.btn.btn-danger.active {
  background-color: #c44133;
}
.btn.btn-success {
  background-color: #2ecc71;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn-group:focus .btn.btn-success.dropdown-toggle {
  background-color: #58d68d;
}
.btn.btn-success:active,
.btn-group.open .btn.btn-success.dropdown-toggle,
.btn.btn-success.active {
  background-color: #27ad60;
}
.btn.btn-warning {
  background-color: #f1c40f;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn-group:focus .btn.btn-warning.dropdown-toggle {
  background-color: #f5d313;
}
.btn.btn-warning:active,
.btn-group.open .btn.btn-warning.dropdown-toggle,
.btn.btn-warning.active {
  background-color: #cda70d;
}
.btn.btn-inverse {
  background-color: #34495e;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn-group:focus .btn.btn-inverse.dropdown-toggle {
  background-color: #415b76;
}
.btn.btn-inverse:active,
.btn-group.open .btn.btn-inverse.dropdown-toggle,
.btn.btn-inverse.active {
  background-color: #2c3e50;
}

/* chuka */
.btn.btn-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #adadad; 
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn-group:focus .btn.btn-white.dropdown-toggle {
  background-color: #fff;
  color: #000;
}
.btn.btn-white:active,
.btn-group.open .btn.btn-white.dropdown-toggle,
.btn.btn-white.active {
  background-color: #fff;
  color: #000;
}

.btn.btn-clear {
  background-color: #fff;
  color: #000;
  /*border: 1px solid #dddddd; */
}
.btn.btn-clear:hover,
.btn.btn-clear:focus,
.btn-group:focus .btn.btn-clear.dropdown-toggle {
  background-color: #fff;
  color: #000;
}
.btn.btn-clear:active,
.btn-group.open .btn.btn-clear.dropdown-toggle,
.btn.btn-clear.active {
  background-color: #fff;
  color: #000;
}


.btn.btn-lightbrown {
  background-color: #f1efeb;
  color: #9ca9b2;
  border: 1px solid #9ca9b2; 
}
.btn.btn-lightbrown:hover,
.btn.btn-lightbrown:focus,
.btn-group:focus .btn.btn-lightbrown.dropdown-toggle {
  background-color: #9ca9b2;
  color: #f1efeb;
}
.btn.btn-lightbrown:active,
.btn-group.open .btn.btn-lightbrown.dropdown-toggle,
.btn.btn-lightbrown.active {
  background-color: #fff;
  color: #000;
}


@media (max-width: 480px) {

	.btn.btn-lightbrown {
	  background-color: #ffffff;
	  color: #9ca9b2;
	  border: 1px solid #9ca9b2; 
	}
	.btn.btn-lightbrown:hover,
	.btn.btn-lightbrown:focus,
	.btn-group:focus .btn.btn-lightbrown.dropdown-toggle {
	  background-color: #fff;
	  color: #000;
	}
	.btn.btn-lightbrown:active,
	.btn-group.open .btn.btn-lightbrown.dropdown-toggle,
	.btn.btn-lightbrown.active {
	  background-color: #fff;
	  color: #000;
	}
	
}



.btn > [class^="fui-"] {
  margin: 0 4px;
  position: relative;
  top: 1px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btn > [class^="fui-"].pull-right {
  margin-right: 0px;
}
.btn-toolbar .btn.active {
  color: #ffffff;
}
.btn-toolbar .btn:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.btn-toolbar .btn:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.btn-toolbar .btn > [class^="fui-"] {
  font-size: 16px;
  top: 0;
}
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
}
.btn-group > .btn {
  border-radius: 0;
  text-align: center;
}
.btn-group > .btn:active + .btn,
.btn-group > .btn.active + .btn {
  border-left-color: transparent;
}
.btn-group > .btn:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding-left: 13px;
  padding-right: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-group > .btn.btn-huge + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}
.btn-group > .btn.btn-small + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}



.modal-header {
  padding: 17px 19px 15px 24px;
  background-color: #ebedef;
  border-bottom: 1px solid #ebedef;
}

.modal-header h3 {
  font-size: 24px;
}
.modal-body {
  padding: 20px 24px 20px;
}
.modal-body p {
  font-size: 16.002px;
  line-height: 1.6249200000000001;
}

.modal-footer {
  padding: 19px 22px 20px;
  background-color: #ebedef;
  border-top: none;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-footer .btn + .btn {
  margin-left: 12px;
}
@media (max-width: 480px) {
  .modal-footer .btn {
    display: block;
    min-width: auto;
    margin-bottom: 15px;
  }
  .modal-footer .btn:last-child {
    margin-bottom: 0;
  }
  .modal-footer .btn + .btn {
    margin-left: 0;
  }
}


/* Sections */

/* PRIMARY IMAGE ON HOMEPAGE */

#fullbody_header{
	padding: 20px 15px 20px;
	margin: 0;
	background: #063d54; /*3498db */
	/* margin-bottom: 90px; */

color: #fff;

	 background:url('../img/women.jpg'); 
	background-size: cover;
	
	 min-height: 500px;
}

#fullbody_header2{
	padding: 20px 15px 20px;
	margin: 0;
	background: #063d54; /*3498db */
	/* margin-bottom: 90px; */

color: #fff;

	 background:url('../img/header_female.jpg'); 
	background-size: cover;
	
	 min-height: 200px;
}


#fullbody_image{
	padding: 20px 10px 20px;
	margin: 0;
	background: #063d54; /*3498db */
	/* margin-bottom: 90px; */

color: #fff;

	 background:url('../img/girl_headphones.jpg'); 
	background-size: cover;
	
	 min-height: 400px;
}

#fullbody_office{
	padding: 20px 10px 20px;
	margin: 0;
	background: #063d54; /*3498db */
	/* margin-bottom: 90px; */

color: #fff;

	 background:url('../img/relaxed.jpg'); 
	background-size: cover;
	
	 min-height: 400px;
}

#fullbody_aveya{
	padding: 60px 10px 0px;
	margin: 0;
	background: #063d54; /*3498db */
	/* margin-bottom: 90px; */

	color: #000;
	font-size: 16px;
	
	 background:url('../img/research.jpg');  
	/* background:url('../img/header_learn.jpg'); */
	background-size: cover;
	
	 min-height: 400px;
}



#fullbody_paris{
	padding: 20px 10px 20px;
	margin: 0;
	background: #063d54; /*3498db */
	/* margin-bottom: 90px; */

color: #fff;

	 background:url('../img/paris.jpg'); 
	background-size: cover;
	
	 min-height: 400px;
} 



#fullbody_chart{
	padding: 20px 0px 0px;
	margin: 0;
	background: #ffffff;
	/* margin-bottom: 90px; */
	
	min-height: 200px;
}


#fullbody_blue{
	padding: 20px 10px 20px;
	margin: 0;
	
/*
background-color:#4d6886;
background-image:-webkit-linear-gradient(90deg,#788fa8 0,#1d3d61 100%);
background-image:linear-gradient(0deg,#788fa8 0,#1d3d61 100%)
*/	
	 background: #61b9e7; /* 3498db; 063d54 */
	/* margin-bottom: 90px; */

color: #fff;
	
	 min-height: 400px;
}

#fullbody_white{
	padding: 20px 10px 0px;
	margin: 0;
	background: #ffffff;
	/* margin-bottom: 90px; */
	
	min-height: 200px;
}


#fullbody_grey{
	padding: 20px 10px 0px;
	margin: 0;
	background: #f1efeb; /* f4f4f4; */
	/* margin-bottom: 90px; 
	
	min-height: 400px;*/
}

#fullbody_darkgrey{
	padding: 20px 10px 20px;
	margin: 0;
	background: #1b1e26; /* #434a54; */
	color: #fff;
	
	a {
    color: #fff;
	}	
	/* margin-bottom: 90px; 

	
	min-height: 400px;*/
}

#fullbody_black{
	padding: 60px 0 0px;
	margin: 0;
	
	color: #fff;
	background: #1b2224;
	/* margin-bottom: 90px; */
	
	min-height: 200px;
}


#fullbody_size400{
	padding: 60px 0 60px;
	min-height: 200px;
}


.header_h6{
	margin: 0px;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 0px;
}

.header_h5{
	margin: 0px;
	font-family: 'Montserrat';
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 0px;
}

.header_h4{
	margin: 0px;
	font-family: 'Montserrat';
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 0px;
}

.header_h3{
	margin: 0px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 0px;

}

.header_h2{
	
	 font-family: 'Montserrat'; 
	
	/*font-family: "proxima_nova_regular", Helvetica, sans-serif;*/
	/*color: #fff; */
	font-weight: 300;
	font-size: 36px; /* 26 */
	
	line-height: 1.3;
	margin-bottom: 15px;  
	
}

.header_h1{
	 font-family: 'Montserrat'; 
	 
	/* font-family: "proxima_nova_bold"; */
	/*color: #fff; 
	font-weight:bold;*/
	font-weight: 300;	
	font-size: 48px; /* 44 52 */

	line-height: 1.3;
	margin-bottom: 15px;  
	
}

@media (max-width: 768px) { 

	.header_h1{
		font-size: 28px;
	}
}



/* FOR easydropdown.css */
/*
ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

 */



/*

.select {
  display: inline-block;
  margin-bottom: 10px;
}
[class*="span"] > .select[class*="span"] {
  margin-left: 0;
}
.select[class*="span"] .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select.select-block {
  display: block;
  float: none;
  margin-left: 0;
  width: auto;
}
.select.select-block .btn {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select .btn {
  width: 220px;
}
.select .btn.btn-huge .filter-option {
  left: 20px;
  right: 40px;
  top: 16px;
}
.select .btn.btn-huge .caret {
  right: 20px;
}
.select .btn.btn-large .filter-option {
  left: 18px;
  right: 38px;
  top: 12px;
}
.select .btn.btn-small .filter-option {
  left: 13px;
  right: 33px;
  top: 7px;
}
.select .btn.btn-small .caret {
  right: 13px;
}
.select .btn.btn-mini .filter-option {
  left: 13px;
  right: 33px;
  top: 5px;
}
.select .btn.btn-mini .caret {
  right: 13px;
}
.select .btn .filter-option {
  height: 26px;
  left: 13px;
  overflow: hidden;
  position: absolute;
  right: 33px;
  text-align: left;
  top: 10px;
}
.select .btn .caret {
  position: absolute;
  right: 16px;
}
.select .btn .dropdown-toggle {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.select .btn .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.select .btn .dropdown-menu dt {
  cursor: default;
  display: block;
  padding: 3px 20px;
}
.select .btn .dropdown-menu li:not(.disabled) > a:hover small {
  color: rgba(255, 255, 255, 0.004);
}
.select .btn .dropdown-menu li > a {
  min-height: 20px;
}
.select .btn .dropdown-menu li > a.opt {
  padding-left: 35px;
}
.select .btn .dropdown-menu li small {
  padding-left: 0.5em;
}
.select .btn .dropdown-menu li > dt small {
  font-weight: normal;
}
.select .btn > .disabled,
.select .btn .dropdown-menu li.disabled > a {
  cursor: default;
}
.select .caret {
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 8px;
  border-bottom-color: #ffffff;
  border-style: solid;
  border-bottom-style: none;
  border-top-color: #ffffff;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}








.dropdown-menu {
  background-color: #f3f4f5;
  border: none;
  display: block;
  margin-top: 8px;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-menu.typeahead {
  display: none;
  opacity: 1;
  visibility: visible;
  width: auto;
  margin-top: 5px;
  border: 2px solid #1abc9c;
  padding: 5px 0;
  background-color: #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.dropdown-menu.typeahead li a {
  padding: 6px 14px;
}
.dropdown-menu.typeahead li:first-child a,
.dropdown-menu.typeahead li:last-child a {
  padding: 6px 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.open > .dropdown-menu {
  margin-top: 18px;
  opacity: 1;
  visibility: visible;
}
.dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.dropdown-menu li:first-child > a {
  border-radius: 6px 6px 0 0;
  padding-top: 8px;
}
.dropdown-menu li:last-child > a {
  border-radius: 0 0 6px 6px;
  padding-bottom: 10px;
}
.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
  background: #1abc9c;
  color: #ffffff;
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
  background: #16a085;
  color: #ffffff;
}
.dropdown-menu li > a {
  color: rgba(52, 73, 94, 0.75);
  padding: 6px 15px 8px;
  text-decoration: none;
  *zoom: 1;
  -webkit-transition: background-color 0.25s;
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  display: table;
  content: "";
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
  background: #e1e4e7;
  color: inherit;
  outline: none;
}
.dropdown-menu li > a.highlighted {
  background: #c9cfd4;
  color: #ffffff;
}
.dropdown-menu li > a.highlighted:hover,
.dropdown-menu li > a.highlighted:focus {
  background: #bac1c8;
  color: #ffffff;
}
.dropdown-menu li > a:before {
  float: right;
  margin-top: 3px;
}
.dropdown-menu li dt {
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}
@media (max-width: 480px) {
  .dropdown-menu {
    -webkit-border-radius: 0 0 6px 6px !important;
    -moz-border-radius: 0 0 6px 6px !important;
    border-radius: 0 0 6px 6px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  margin-bottom: 8px;
}
.dropup .dropdown-arrow,
.navbar-fixed-bottom .dropdown .dropdown-arrow {
  border-bottom: none;
  border-top: 8px outset #f3f4f5;
  bottom: 100%;
  top: auto;
}
.navbar-fixed-bottom .nav > li > ul:before {
  border-bottom: none;
  border-top: 9px outset #34495e;
  bottom: 4px;
  top: auto;
}
.open.dropup > .dropdown-menu {
  margin-bottom: 18px;
}
.open.dropup > .dropdown-arrow {
  margin-bottom: 10px;
}
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
  border-top-color: #34495e;
}
.open > .dropdown-arrow {
  margin-top: 9px;
  opacity: 1;
}
.dropdown-arrow {
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #f3f4f5 transparent;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 13px;
  top: 100%;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.dropdown-inverse {
  background-color: #34495e;
  color: #cccccc;
  padding: 4px 0 6px;
}
.dropdown-inverse li {
  margin: 0 4px -2px;
}
.dropdown-inverse li:first-child > a,
.dropdown-inverse li:last-child > a {
  border-radius: 2px;
  padding-bottom: 7px;
  padding-top: 5px;
}
.dropdown-inverse li:first-child dt + a,
.dropdown-inverse li:last-child dt + a {
  border-radius: 2px;
}
.dropdown-inverse li.active > a,
.dropdown-inverse li.selected > a {
  background: #1abc9c;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.dropdown-inverse li dt {
  padding-left: 11px;
  padding-right: 11px;
}
.dropdown-inverse li .divider {
  margin-left: 11px;
  margin-right: 11px;
}
.dropdown-inverse li > a {
  border-radius: 2px;
  color: #ffffff;
  padding: 5px 11px 7px;
}
.dropdown-inverse li > a:hover,
.dropdown-inverse li > a:active,
.dropdown-inverse li > a:focus {
  background: #2c3e50;
}
.dropdown-inverse li > a.highlighted {
  background: #526476;
}
.dropdown-inverse li > a.highlighted:hover,
.dropdown-inverse li > a.highlighted:focus {
  background: #677786;
}
.dropdown-inverse li .divider {
  background-color: #526476;
  border-bottom-color: #526476;
}
@media (max-width: 480px) {
  .dropdown-menu li a i[class*="icon-"] {
    display: none;
  }
}

*/

/* make sure input radios show in Chrome */

input[type="checkbox"]{
	-webkit-appearance: checkbox;
}
input[type="radio"]{
	-webkit-appearance: radio;
}


