/*
Font import
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:900|Laila|Ek+Mukta:300,400,600,700');
/*@import url('https://fonts.googleapis.com/css?family=Laila|Mukta');*/

/*
Html, body
*/
html, body
{
	font-family: 'Ek Mukta', sans-serif
}

/*
Headers
*/
h1, h2, h3, h4, h5, h6
{
	font-family: 'Laila', serif;
}

/*
jQuery validate
*/
/* Error class */
.validate_error-class {
	color: hsla(1,44%,46%,1.00) !important;
}

/*
Form
*/
/* Require field */
.form_required-field
{
	color:hsla(359,100%,50%,1.00)
}

/*
Tools
*/
/* Margin top 0*/
.tools_margin-top-0px {margin-top:0}

/* Margin top 15px*/
.tools_margin-top-15px {margin-top:15px}

/* Margin bottom 15px*/
.tools_margin-bottom-15px {margin-bottom:15px}

/* Margin bottom 30px*/
.tools_margin-bottom-30px {margin-bottom:30px}

/* Display none */
.tools_display_none {display:none}

/*
Default
*/
/* Legend */
legend
{
	border-bottom:none;
	margin-bottom: 5px
}

/* Form input */
.form-control
{
    border: 1px solid hsla(208,56%,46%,1.00);
    border-radius: 16px;
}

/* Btn */
.btn
{
    border-radius: 16px;
}

/* Modal header/footer */
.modal-header,
.modal-footer
{
	background: hsla(0,0%,91%,1.00)
}

/* Modal content */
.modal-content {
	border-radius: 6px 
}

/* Modal header */
.modal-header {
	border-radius: 6px 6px 0 0
}

/* Modal footer */
.modal-footer {
	border-radius: 0 0 6px 6px
}

/*
Nav bar mobile
*/
/* Main nav */
.navbar-default
{
	background:none !important;
	border:none !important;
	background-image:none !important;
	box-shadow: none;
}

.navbar-collapse
{
	background: hsla(0,0%,91%,1.00)
}

/* Toggle */
.navbar-toggle
{
	background: hsla(0,0%,91%,1.00);
	z-index:9999
}

#navbar
{
	position:absolute;
	width:100%;
	top:0px
}
	
	