@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
@import url("font-awesome.min.css");

@font-face {
  font-family:'BlockBE-Condensed';
  src: url('../fonts/BlockBE-Condensed_gdi.eot');
  src: url('../fonts/BlockBE-Condensed_gdi.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BlockBE-Condensed_gdi.woff') format('woff'),
    url('../fonts/BlockBE-Condensed_gdi.ttf') format('truetype'),
    url('../fonts/BlockBE-Condensed_gdi.svg#BlockBE-Condensed') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}
@font-face {
  font-family:'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Regular.woff') format('woff'),
    url('../fonts/Montserrat-Regular.ttf') format('truetype'),
    url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}
@font-face {
  font-family:'Montserrat-Bold';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Montserrat-Bold.woff') format('woff'),
    url('../fonts/Montserrat-Bold.ttf') format('truetype'),
    url('../fonts/Montserrat-Bold.svg#BlockBE-Condensed') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2122;
}

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}
input:disabled,
input[type="email"]:disabled
input[type="number"]:disabled
input[type="text"]:disabled{background: #dee1e6;cursor: no-drop !important;opacity: 0.6;border-color: #d8d9db}
.select .disabled {background: #dee1e6;cursor: no-drop !important;opacity: 0.6;border-color: #d8d9db}
.select-1 .disabled {background: #dee1e6;cursor: no-drop !important;opacity: 0.6;border-color: #d8d9db}
/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
.fadeIn
{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.center{text-align: center !important;}


.animated 
{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* Rotate */
.rotate
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:hidden;
}

.rotate:hover
{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
}

/*loader*/
.loader
{
	position: absolute;
	z-index: 999;
	top: 2px;
	left: 170px;
	width: 34px;
	height: 34px; 
}

#search_loader
{
	position: absolute;
	z-index: 999;
	top: 1px;
	left: 77px;
	width: 34px;
	height: 34px; 
}

.loader img {
    height: 34px!important;
}

#jobs_loader
{
	position: absolute;
	z-index: 999;
	top: 2px;
	left: 150px;
}

#jobs_loader img
{
	height: 34px!important;
}

/* Enlarge */
.thumbnail:hover 
{
    position:relative;
    top:-25px;
    left:-35px;
    width:250px;
    height:auto;
    display:block;
    z-index:999;
}

/* Zoom */
.item 
{
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item:hover 
{
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.hide
{
	display: none!important;
}

/* Containers */

.container 
{
	margin-left: auto;
	margin-right: auto;
}

.container.\31 25\25 
{
	width: 100%;
	max-width: 1425px;
	min-width: 1140px;
}

.container.\37 5\25 
{
	width: 855px;
}

.container.\35 0\25 
{
	width: 570px;
}

.container.\32 5\25 
{
	width: 285px;
}

.container 
{
	width: 1140px;
}

@media screen and (max-width: 1680px) 
{

	.container.\31 25\25 
	{
		width: 100%;
		max-width: 1200px;
		min-width: 960px;
	}

	.container.\37 5\25 
	{
		width: 720px;
	}

	.container.\35 0\25 
	{
		width: 480px;
	}

	.container.\32 5\25 
	{
		width: 240px;
	}

	.container 
	{
		width: 960px!important;
	}

}

@media screen and (max-width: 1080px) 
{

	.container.\31 25\25 
	{
		width: 100%;
		max-width: 118.75%;
		min-width: 95%;
	}

	.container.\37 5\25 
	{
		width: 71.25%;
	}

	.container.\35 0\25 
	{
		width: 47.5%;
	}

	.container.\32 5\25 
	{
		width: 23.75%;
	}

	.container
	{
		width: 95%!important;
	}

}

@media screen and (max-width: 840px) 
{

	.container.\31 25\25 
	{
		width: 100%;
		max-width: 118.75%;
		min-width: 95%;
	}

	.container.\37 5\25 
	{
		width: 71.25%;
	}

	.container.\35 0\25 
	{
		width: 47.5%;
	}

	.container.\32 5\25 
	{
		width: 23.75%;
	}

	.container 
	{
		width: 95%!important;
	}

}

@media screen and (max-width: 736px) 
{

	.container.\31 25\25 
	{
		width: 100%;
		max-width: 118.75%;
		min-width: 95%;
	}

	.container.\37 5\25 
	{
		width: 71.25%;
	}

	.container.\35 0\25 
	{
		width: 47.5%;
	}

	.container.\32 5\25 
	{
		width: 23.75%;
	}

	.container 
	{
		width: 95% !important;
	}

}

/* Grid */

.row 
{
	border-bottom: solid 1px transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row > * 
{
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.row:after, .row:before 
{
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.row.uniform > * > :first-child 
{
	margin-top: 0;
}

.row.uniform > * > :last-child 
{
	margin-bottom: 0;
}

.row.\30 \25 > * 
{
	padding: 0px 0 0 0px;
}

.row.\30 \25 
{
	margin: 0px 0 -1px 0px;
}

.row.uniform.\30 \25 > * 
{
	padding: 0px 0 0 0px;
}

.row.uniform.\30 \25 
{
	margin: 0px 0 -1px 0px;
}

.row > * 
{
	padding: 40px 0 0 40px;
}

.row 
{
	margin: -40px 0 -1px -40px;
}

.row.uniform > * 
{
	padding: 40px 0 0 40px;
}

.row.uniform 
{
	margin: -40px 0 -1px -40px;
}

.row.\32 00\25 > * 
{
	padding: 80px 0 0 80px;
}

.row.\32 00\25 
{
	margin: -80px 0 -1px -80px;
}

.row.uniform.\32 00\25 > * 
{
	padding: 80px 0 0 80px;
}

.row.uniform.\32 00\25 
{
	margin: -80px 0 -1px -80px;
}

.row.\31 50\25 > *
{
	padding: 60px 0 0 60px;
}

.row.\31 50\25 
{
	margin: -60px 0 -1px -60px;
}

.row.uniform.\31 50\25 > * 
{
	padding: 60px 0 0 60px;
}

.row.uniform.\31 50\25
{
	margin: -60px 0 -1px -60px;
}

.row.\35 0\25 > * 
{
	padding: 20px 0 0 20px;
}

.row.\35 0\25 
{
	margin: -20px 0 -1px -20px;
}

.row.uniform.\35 0\25 > * 
{
	padding: 20px 0 0 20px;
}

.row.uniform.\35 0\25 
{
	margin: -20px 0 -1px -20px;
}

.row.\32 5\25 > * 
{
	padding: 10px 0 0 10px;
}

.row.\32 5\25 
{
	margin: -10px 0 -1px -10px;
}

.row.uniform.\32 5\25 > * 
{
	padding: 10px 0 0 10px;
}

.row.uniform.\32 5\25 
{
	margin: -10px 0 -1px -10px;
}

.\31 2u, .\31 2u\24 
{
	width: 100%;
	clear: none;
	margin-left: 0;
}

.\31 1u, .\31 1u\24 
{
	width: 91.6666666667%;
	clear: none;
	margin-left: 0;
}

.\31 0u, .\31 0u\24 
{
	width: 83.3333333333%;
	clear: none;
	margin-left: 0;
}

.\39 u, .\39 u\24 
{
	width: 75%;
	clear: none;
	margin-left: 0;
}

.\38 u, .\38 u\24 
{
	width: 66.6666666667%;
	clear: none;
	margin-left: 0;
}

.\37 u, .\37 u\24 
{
	width: 58.3333333333%;
	clear: none;
	margin-left: 0;
}

.\36 u, .\36 u\24 
{
	width: 50%;
	clear: none;
	margin-left: 0;
}

.\35 u, .\35 u\24 
{
	width: 41.6666666667%;
	clear: none;
	margin-left: 0;
}

.\34 u, .\34 u\24 
{
	width: 33.3333333333%;
	clear: none;
	margin-left: 0;
}

.\33 u, .\33 u\24 
{
	width: 22%;
	clear: none;
	margin-left: 0;
	display: inline-block;
}

.\32 u, .\32 u\24 
{
	width: 16.6666666667%;
	clear: none;
	margin-left: 0;
}

.\31 u, .\31 u\24 
{
	width: 8.3333333333%;
	clear: none;
	margin-left: 0;
}

.\31 2u\24 + *,
.\31 1u\24 + *,
.\31 0u\24 + *,
.\39 u\24 + *,
.\38 u\24 + *,
.\37 u\24 + *,
.\36 u\24 + *,
.\35 u\24 + *,
.\34 u\24 + *,
.\33 u\24 + *,
.\32 u\24 + *,
.\31 u\24 + * 
{
	clear: left;
}

/*.\-11u 
{
	margin-left: 91.66667%;
}

.\-10u 
{
	margin-left: 83.33333%;
}

.\-9u 
{
	margin-left: 75%;
}

.\-8u 
{
	margin-left: 66.66667%;
}

.\-7u 
{
	margin-left: 58.33333%;
}

.\-6u 
{
	margin-left: 50%;
}

.\-5u 
{
	margin-left: 41.66667%;
}

.\-4u 
{
	margin-left: 33.33333%;
}*/

.\-3u 
{
	margin-left: 25%;
}
/*
.\-2u 
{
	margin-left: 16.66667%;
}

.\-1u 
{
	margin-left: 8.33333%;
}*/

@media screen and (max-width: 1680px) 
{

	.row > * {
		padding: 40px 0 0 40px;
	}

	.row {
		margin: -40px 0 -1px -40px;
	}

/*	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}*/

/*	.\31 2u\28wide\29, .\31 2u\24\28wide\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28wide\29, .\31 1u\24\28wide\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28wide\29, .\31 0u\24\28wide\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28wide\29, .\39 u\24\28wide\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28wide\29, .\38 u\24\28wide\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28wide\29, .\37 u\24\28wide\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28wide\29, .\36 u\24\28wide\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28wide\29, .\35 u\24\28wide\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28wide\29, .\34 u\24\28wide\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28wide\29, .\33 u\24\28wide\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28wide\29, .\32 u\24\28wide\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28wide\29, .\31 u\24\28wide\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28wide\29 + *,
	.\31 1u\24\28wide\29 + *,
	.\31 0u\24\28wide\29 + *,
	.\39 u\24\28wide\29 + *,
	.\38 u\24\28wide\29 + *,
	.\37 u\24\28wide\29 + *,
	.\36 u\24\28wide\29 + *,
	.\35 u\24\28wide\29 + *,
	.\34 u\24\28wide\29 + *,
	.\33 u\24\28wide\29 + *,
	.\32 u\24\28wide\29 + *,
	.\31 u\24\28wide\29 + * {
		clear: left;
	}

	.\-11u\28wide\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28wide\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28wide\29 {
		margin-left: 75%;
	}

	.\-8u\28wide\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28wide\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28wide\29 {
		margin-left: 50%;
	}

	.\-5u\28wide\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28wide\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28wide\29 {
		margin-left: 25%;
	}

	.\-2u\28wide\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28wide\29 {
		margin-left: 8.33333%;
	}*/

}

@media screen and (max-width: 1080px) {

	.row > * {
		padding: 40px 0 0 40px;
	}

	.row {
		margin: -40px 0 -1px -40px;
	}

/*	.row.uniform > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform {
		margin: -40px 0 -1px -40px;
	}

	.row.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 80px 0 0 80px;
	}

	.row.uniform.\32 00\25 {
		margin: -80px 0 -1px -80px;
	}

	.row.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\31 50\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform.\35 0\25 {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\32 5\25 {
		margin: -10px 0 -1px -10px;
	}

	.\31 2u\28normal\29, .\31 2u\24\28normal\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28normal\29, .\31 1u\24\28normal\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28normal\29, .\31 0u\24\28normal\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28normal\29, .\39 u\24\28normal\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28normal\29, .\38 u\24\28normal\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28normal\29, .\37 u\24\28normal\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28normal\29, .\36 u\24\28normal\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28normal\29, .\35 u\24\28normal\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28normal\29, .\34 u\24\28normal\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28normal\29, .\33 u\24\28normal\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28normal\29, .\32 u\24\28normal\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28normal\29, .\31 u\24\28normal\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28normal\29 + *,
	.\31 1u\24\28normal\29 + *,
	.\31 0u\24\28normal\29 + *,
	.\39 u\24\28normal\29 + *,
	.\38 u\24\28normal\29 + *,
	.\37 u\24\28normal\29 + *,
	.\36 u\24\28normal\29 + *,
	.\35 u\24\28normal\29 + *,
	.\34 u\24\28normal\29 + *,
	.\33 u\24\28normal\29 + *,
	.\32 u\24\28normal\29 + *,
	.\31 u\24\28normal\29 + * {
		clear: left;
	}

	.\-11u\28normal\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28normal\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28normal\29 {
		margin-left: 75%;
	}

	.\-8u\28normal\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28normal\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28normal\29 {
		margin-left: 50%;
	}

	.\-5u\28normal\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28normal\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28normal\29 {
		margin-left: 25%;
	}

	.\-2u\28normal\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28normal\29 {
		margin-left: 8.33333%;
	}*/

}

@media screen and (max-width: 840px) {

	.row > * {
		padding: 30px 0 0 30px;
	}

	.row {
		margin: -30px 0 -1px -30px;
	}

/*	.row.uniform > * {
		padding: 30px 0 0 30px;
	}

	.row.uniform {
		margin: -30px 0 -1px -30px;
	}

	.row.\32 00\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.\32 00\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 60px 0 0 60px;
	}

	.row.uniform.\32 00\25 {
		margin: -60px 0 -1px -60px;
	}

	.row.\31 50\25 > * {
		padding: 45px 0 0 45px;
	}

	.row.\31 50\25 {
		margin: -45px 0 -1px -45px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 45px 0 0 45px;
	}

	.row.uniform.\31 50\25 {
		margin: -45px 0 -1px -45px;
	}

	.row.\35 0\25 > * {
		padding: 15px 0 0 15px;
	}

	.row.\35 0\25 {
		margin: -15px 0 -1px -15px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 15px 0 0 15px;
	}

	.row.uniform.\35 0\25 {
		margin: -15px 0 -1px -15px;
	}

	.row.\32 5\25 > * {
		padding: 7.5px 0 0 7.5px;
	}

	.row.\32 5\25 {
		margin: -7.5px 0 -1px -7.5px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 7.5px 0 0 7.5px;
	}

	.row.uniform.\32 5\25 {
		margin: -7.5px 0 -1px -7.5px;
	}

	.\31 2u\28narrow\29, .\31 2u\24\28narrow\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28narrow\29, .\31 1u\24\28narrow\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28narrow\29, .\31 0u\24\28narrow\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28narrow\29, .\39 u\24\28narrow\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28narrow\29, .\38 u\24\28narrow\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28narrow\29, .\37 u\24\28narrow\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28narrow\29, .\36 u\24\28narrow\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28narrow\29, .\35 u\24\28narrow\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28narrow\29, .\34 u\24\28narrow\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28narrow\29, .\33 u\24\28narrow\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28narrow\29, .\32 u\24\28narrow\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28narrow\29, .\31 u\24\28narrow\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28narrow\29 + *,
	.\31 1u\24\28narrow\29 + *,
	.\31 0u\24\28narrow\29 + *,
	.\39 u\24\28narrow\29 + *,
	.\38 u\24\28narrow\29 + *,
	.\37 u\24\28narrow\29 + *,
	.\36 u\24\28narrow\29 + *,
	.\35 u\24\28narrow\29 + *,
	.\34 u\24\28narrow\29 + *,
	.\33 u\24\28narrow\29 + *,
	.\32 u\24\28narrow\29 + *,
	.\31 u\24\28narrow\29 + * {
		clear: left;
	}

	.\-11u\28narrow\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28narrow\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28narrow\29 {
		margin-left: 75%;
	}

	.\-8u\28narrow\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28narrow\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28narrow\29 {
		margin-left: 50%;
	}

	.\-5u\28narrow\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28narrow\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28narrow\29 {
		margin-left: 25%;
	}

	.\-2u\28narrow\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28narrow\29 {
		margin-left: 8.33333%;
	}*/

}

@media screen and (max-width: 736px) {

	.row > * {
		padding: 20px 0 0 20px;
	}

	.row {
		margin: -20px 0 -1px -20px;
	}

	.row.uniform > * {
		padding: 20px 0 0 20px;
	}

	.row.uniform {
		margin: -20px 0 -1px -20px;
	}

	.row.\32 00\25 > * {
		padding: 40px 0 0 40px;
	}

	.row.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}

	.row.uniform.\32 00\25 > * {
		padding: 40px 0 0 40px;
	}

	.row.uniform.\32 00\25 {
		margin: -40px 0 -1px -40px;
	}

	.row.\31 50\25 > * {
		padding: 30px 0 0 30px;
	}

	.row.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}

	.row.uniform.\31 50\25 > * {
		padding: 30px 0 0 30px;
	}

	.row.uniform.\31 50\25 {
		margin: -30px 0 -1px -30px;
	}

	.row.\35 0\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.uniform.\35 0\25 > * {
		padding: 10px 0 0 10px;
	}

	.row.uniform.\35 0\25 {
		margin: -10px 0 -1px -10px;
	}

	.row.\32 5\25 > * {
		padding: 5px 0 0 5px;
	}

	.row.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}

	.row.uniform.\32 5\25 > * {
		padding: 5px 0 0 5px;
	}

	.row.uniform.\32 5\25 {
		margin: -5px 0 -1px -5px;
	}

	.\31 2u\28mobile\29, .\31 2u\24\28mobile\29 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u\28mobile\29, .\31 1u\24\28mobile\29 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u\28mobile\29, .\31 0u\24\28mobile\29 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u\28mobile\29, .\39 u\24\28mobile\29 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u\28mobile\29, .\38 u\24\28mobile\29 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u\28mobile\29, .\37 u\24\28mobile\29 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u\28mobile\29, .\36 u\24\28mobile\29 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u\28mobile\29, .\35 u\24\28mobile\29 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u\28mobile\29, .\34 u\24\28mobile\29 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u\28mobile\29, .\33 u\24\28mobile\29 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u\28mobile\29, .\32 u\24\28mobile\29 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u\28mobile\29, .\31 u\24\28mobile\29 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24\28mobile\29 + *,
	.\31 1u\24\28mobile\29 + *,
	.\31 0u\24\28mobile\29 + *,
	.\39 u\24\28mobile\29 + *,
	.\38 u\24\28mobile\29 + *,
	.\37 u\24\28mobile\29 + *,
	.\36 u\24\28mobile\29 + *,
	.\35 u\24\28mobile\29 + *,
	.\34 u\24\28mobile\29 + *,
	.\33 u\24\28mobile\29 + *,
	.\32 u\24\28mobile\29 + *,
	.\31 u\24\28mobile\29 + * {
		clear: left;
	}

	.\-11u\28mobile\29 {
		margin-left: 91.66667%;
	}

	.\-10u\28mobile\29 {
		margin-left: 83.33333%;
	}

	.\-9u\28mobile\29 {
		margin-left: 75%;
	}

	.\-8u\28mobile\29 {
		margin-left: 66.66667%;
	}

	.\-7u\28mobile\29 {
		margin-left: 58.33333%;
	}

	.\-6u\28mobile\29 {
		margin-left: 50%;
	}

	.\-5u\28mobile\29 {
		margin-left: 41.66667%;
	}

	.\-4u\28mobile\29 {
		margin-left: 33.33333%;
	}

	.\-3u\28mobile\29 {
		margin-left: 25%;
	}

	.\-2u\28mobile\29 {
		margin-left: 16.66667%;
	}

	.\-1u\28mobile\29 {
		margin-left: 8.33333%;
	}

}

/* Basic */

body 
{
	background-color: #f2f2f3;
	background-position: top left, center 0;
	background-attachment: fixed, fixed;
	font-family: 'Montserrat-Regular', sans-serif!important;
	font-size: 18pt;
	line-height: 1.75em;
	font-weight: 300;
	letter-spacing: 1px;
	color: #3a3939;
	text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
	-webkit-text-stroke: 0.25px;
}

body.is-scroll 
{
	background-attachment: scroll, scroll;
	background-size: cover;
}

body.is-loading * 
{
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

input, textarea, select 
{
	font-family: 'Montserrat-Regular', sans-serif!important;
	font-size: 18pt;
	line-height: 1.75em;
	font-weight: 300;
	letter-spacing: 0.3px;
	color: #3a3939;
	text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
	-webkit-text-stroke: 0.25px;
}

h1, h2, h3, h4, h5, h6 
{
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.75em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a 
{
	color: inherit;
	text-decoration: none;
}

h2 
{
	font-size: 1.25em;
	letter-spacing: 8px;
}

h3 
{
	font-size: 1em;
	letter-spacing: 5px;
}

strong, b 
{
	font-weight: 400;
}

em, i 
{
	font-style: italic;
}

a {
	-moz-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-webkit-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-ms-transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	transition: border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	color: #35b88f;
	text-shadow: 0 0 0.5px rgba(53, 184, 143, 0.25);
	text-decoration: none;/*
	border-bottom: dotted 1px rgba(53, 184, 143, 0.5);*/
}

a:hover 
{
	border-bottom-color: rgba(53, 184, 143, 0);
}

sub 
{
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}

sup 
{
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}

hr 
{
	border: 0;
	border-top: solid 1px #dad9d9;
	margin: 2em 0 2em 0;
}

blockquote 
{
	border-left: solid 0.5em #eae9e9;
	padding: 1em 0 1em 2em;
	font-style: italic;
}

p, ul, ol, dl, table 
{
	margin-bottom: 1em;
}

header 
{
	margin-bottom: 1em;
}

header p 
{
	display: block;
	margin: 0.5em 0 0 0;
	padding: 0 0 1.5em 0;
}

footer 
{
	margin-top: 1em;
}

br.clear 
{
	clear: both;
}

/* Sections/Article */

section, article 
{
	margin-bottom: 3em;
}

section > :last-child,
article > :last-child,
section:last-child,
article:last-child 
{
	margin-bottom: 0;
}

.row > section, .row > article 
{
	margin-bottom: 0;
}

.main 
{
    padding: 0px 15px;
    max-width: 850px;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.search
{
	font-family: 'Montserrat-Regular', sans-serif;
    text-align: center;
    width: 100%;
    position: relative;
    -webkit-animation: slide-down 1s ease-out;
    -moz-animation: slide-down 1s ease-out;
}

.form-group-inline 
{
    margin-left: -5px;
    margin-right: -5px;
}

.form-group:before, .form-group:after 
{
    content: " ";
    display: table;
}

.form-group 
{
    position: relative;
    font-size: 0;
}

.form-inline 
{
    display: inline-block!important;
    padding: 0 5px;
    vertical-align: top!important;
}

.form-inline .btn
{
	display: block;
}

.form-inline .button
{
	-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
	transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
	-webkit-appearance: none;
	position: relative;
	display: inline-block;
	border: 0;
	background: #20B795;
	color: #fff;
	text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
	cursor: pointer;
	text-decoration: none;
	outline: 0;
	/*padding: 0 3em 0 3em!important;*/
	padding-top: 0px;
	text-align: center;
	border-radius: 4px;
	font-weight: 400;
	font-size: 14px!important;
	line-height: 2.9;
}

.btn-primary 
{
    color: #000!important;
    padding-top: 8px;
    padding-bottom: 10px;
    position: relative;
    color: #FFF;
    cursor: pointer;
    background: #35b88f linear-gradient(#35b88f,#35b88f) repeat scroll 0% 0%!important;
    border-radius: 4px!important;
    border: 0px none;
}



.btn-primary-2,.btn-primary-2.disabled,.btn-primary-2:focus
{
	background-color: #20B795 !important;
	border-color: #20B795 !important;
	color: #fff!important;
	position: relative;
    cursor: pointer;
    border-radius: 4px!important;
    border: 0px none;
    text-decoration: none;
} 


.btn-2 a
{
	text-decoration: none!important;
}

.btn-primary-2:hover
{
	opacity: 0.7!important; border-color:rgba(53, 184, 143, .1) !important; transition: all 0.2s ease;

}

.btn-primary-2:active{background-color: #35b88f !important;border-color: #35b88f !important;box-shadow: none !important;} 


.btn-apply 
{
    background-color: #20B795 !important;
	border-color: #20B795 !important;
	color: #fff!important;
    padding-top: 8px;
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    border-radius: 4px!important;
    border: 0px none;
    text-decoration: none!important;
}

.btn-apply:hover
{
	opacity: 0.7!important; border-color:rgba(53, 184, 143, .1) !important; transition: all 0.2s ease;

}

.btn-apply:active{background-color: #35b88f !important;border-color: #35b88f !important;box-shadow: none !important;} 


.btn-2 
{
    line-height: 1.4!important;
    letter-spacing: 0.3px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 9px 25px!important;
    cursor: pointer;
    color: #fff!important;
    border: none;
    outline: 0;
    display: inline-block;
    position: relative;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn 
{
    line-height: 1.4!important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 8px 12px!important;
    cursor: pointer;
    background-color: transparent;
    color: #fff!important;
    border: none;
    outline: 0;
    display: inline-block;
    position: relative;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-search 
{
    line-height: 1.4!important;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 8px 12px;
    cursor: pointer;
    background-color: transparent;
    color: #fff!important;
    border: none;
    outline: 0;
    display: inline-block;
    position: relative;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#header footer .select-1 .btn-search 
{
    width: 100%;
}
.select .btn 
{
	font-family: 'Montserrat-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 300;
	letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 0px 12px!important;
    cursor: pointer;
    background-color: transparent;
    font-style: #7c7d7f;
    color: #3a3939!important;
    height: 36px!important;
    border: none;
    outline: 0;
    display: inline-block;
    position: relative;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-1 .btn 
{
	font-family: 'Montserrat-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 300;
	letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    padding: 0px 12px!important;
    cursor: pointer;
    background-color: transparent;
    font-style: #7c7d7f;
    color: #3a3939!important;
    height: 36px!important;
    border: none;
    outline: 0;
    display: inline-block;
    position: relative;
    border-radius: 0px;
    border: 1px solid transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#header footer .select-1 .btn
{
	line-height: 1!important;
}

.caret 
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/*.dropdown-menu 
{
	font-family: 'Montserrat-Regular', sans-serif;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px!important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu 
{
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border-radius: 0px;
}

.select .bootstrap-select .dropdown-toggle 
{
    background: #ffffff !important;
    font-family: 'Montserrat-Regular', sans-serif!important;
    box-shadow: none;
    color: #3a3939!important;
    padding-right: 35px !important;
    border-radius: 4px!important;
    padding: 8px 14px;
    height: 40px;
}*/

.col-3-11 {
    width: 27.27%;
}

.col-1-2 {
	width: 45.27%!important;
}

.col-2-3 {
	width: 80%!important;
}

.col-1-3
{
	width: 17.18%!important;
}

.col-5-11 {
    width: 30.27%!important;
}

.col-2-11 {
    width: 15.18%;
}

[class*='col'] {/*
    display: block;*//*
    float: left;*/
}

/*.w-hide {
    display: none!important;
}*/

.form-group .select {
    width: 100%!important;
}

.form-group .select-1 {
    width: 100%!important;
}

.select input
{
	border-radius: 4px!important;
}

.select-1 input
{
	border-radius: 4px!important;
}

.select-1 input
{
	font-size: 12px !important;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 3.8px 12px;
    outline: none;
    padding-right: 28px;
    border: 2px solid #6B5682;
    color: #757374!important;
    border-radius: 0px;
    height: 36px;
    width: 100%;
    transition: all 0.2s ease-out;
    background: #f2f2f3;
}

.select-1 input:focus
{
	border: 1px solid #000;
}

.select input
{
	font-size: 12px !important;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 3.8px 12px;
    outline: none;
    padding-left: 46px;
    padding-right: 28px;
    border: 1px solid #6B5682;
    color: #929496!important;
    border-radius: 0px;
    height: 36px;
    width: 100%;
    transition: all 0.2s ease-out;
    background: #f2f2f3;
}

.icon-pos
{
	position: absolute;
	color: white;
	left: 13px;
	bottom: 10px;
    font: normal normal normal 15px/1 FontAwesome!important;
}

.icon-pos#map-marker
{
	left:17px;
}

.icon-div {
    position: absolute;
    width: 40px;
    height: 36px;
    background: #6B5682;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.select input:focus
{
	border: 1px solid #000;
}

.select select
{
	border-radius: 4px!important;
}

.select select
{
    font-size: 12px !important;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-appearance: none;
    -webkit-appearance: menulist;
    -moz-appearance: none;
    outline: none;
    padding-left: 46px!important;
    padding-right: 28px;
    border: 1px solid #6B5682!important;
    color: #929496;
    border-radius: 0px;
    height: 36px!important;
    width: 100%;
    transition: all 0.2s ease-out;
    background: #f2f2f3!important;
}

.select select option
{
	background: #fff;
	padding-left: 0px;
}

.select.error select
{
	color:#fff!important;
	background: #ca4438!important;
}

.select.error select option
{
	color:#fff!important;
	background: #ca4438!important;
}

.select.error input
{
	border-color: #ca4438;
    background: #ca4438!important;
	color:#fff!important;
}
/* Image */

.image 
{
	display: inline-block;
    -webkit-transition: border-color 150ms ease;
    transition: 150ms ease;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    -webkit-border-radius:0;
	-moz-border-radius:0;
    border-radius:0;
}
.image:hover
{
    text-decoration: none;
    background: #bba9c0;
    border-radius: 4px;
}

.image:focus
{
	outline: none;
	color: #000;
}

.image img 
{
	width: 90%;
}

img.image-show
{
    -webkit-animation: slide-x 1s ease-out;
    -moz-animation: slide-x 1s ease-out;
    width: 90%;
}

.image:hover img.image-show
{
	display:none;
	width: 90%;
    -webkit-animation: slide-x 1s ease-out;
    -moz-animation: slide-x 1s ease-out;

}

.image:hover img.image-hide
{
	display: inline-block;
    -webkit-animation: slide-x 1s ease-out;
    -moz-animation: slide-x 1s ease-out;
}

img.image-hide
{
	display: none;
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	width:90%;
}

@-webkit-keyframes slide-x {
      0% { opacity: 0;/* -webkit-transform: translateX(-50%);*/ }   
    100% { opacity: 1;/* -webkit-transform: translateX(0); */}
}
@-moz-keyframes slide-x {
      0% { opacity: 0;/* -moz-transform: translateX(-50%);*/ }   
    100% { opacity: 1; /*-moz-transform: translateX(0);*/ }
}

@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-50%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
@-moz-keyframes slide-down {
      0% { opacity: 0; -moz-transform: translateY(-50%); }   
    100% { opacity: 1; -moz-transform: translateY(0); }
}

.image.featured 
{
	display: block;
	width: 100%;
	margin: 0 0 2em 0;
}

.image.fit 
{
	display: block;
	width: 100%;
	height: auto;
}

.image.left 
{
	float: left;
	margin: 0 2em 2em 0;
}

.image.centered 
{
	display: block;
	margin: 0 0 2em 0;
}

.image.centered img 
{
	margin: 0 auto;
	width: auto;
}

/* List */

ul.default 
{
	list-style: disc;
	padding-left: 1em;
}

ul.default li 
{
	padding-left: 1.5em;
	margin-top: 1.5em;
}

ul.default li:first-child 
{
	margin-top: 0;
}

ul.icons 
{
	cursor: default;
}

ul.icons li 
{
	display: inline-block;
}

ul.icons a 
{
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border: 0;
}

ul.menu 
{
	cursor: default;
}

ul.menu li 
{
	display: inline-block;
	line-height: 1em;
	border-left: solid 1px #dad9d9;
	padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
	letter-spacing: 1px;
	font-size: 11.5px;
}

ul.menu li:first-child 
{
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}

ul.actions 
{
	cursor: default;
}

ul.actions li 
{
	display: inline-block;
	margin: 0 0 0 0.5em;
}

ul.actions li:first-child 
{
	margin-left: 0;
}

ol.default 
{
	list-style: decimal;
	padding-left: 1.25em;
}

ol.default li 
{
	padding-left: 1.25em;
	margin-top: 1.5em;
}

/*Pagination*/
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff!important;
    cursor: default;
    background-color: #6B5682!important;
    border-color: #6B5682!important;
}

.pagination > li {
	display: inline-block!important;
    margin: 0 2px;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6B5682!important;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50px!important;
    border: 1px solid #ddd;
}

.pagination
{
	margin: 0px!important;
}

/* Form */

	form label {
		display: block;
		margin: 0 0 0.5em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		-moz-transition: background-color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out;
		-webkit-appearance: none;
		display: block;
		border: 0;
		background: #f1f1f1;
		width: 100%;
		padding: 0.75em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			background: #f8f8f8;
		}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select {
		line-height: 1em;
	}

	form textarea {
		min-height: 12em;
	}

	form .formerize-placeholder {
		color: #5a5959 !important;
	}

	form ::-webkit-input-placeholder {
		color: #5a5959 !important;
	}

	form :-moz-placeholder {
		color: #5a5959 !important;
	}

	form ::-moz-placeholder {
		color: #5a5959 !important;
	}

	form :-ms-input-placeholder {
		color: #5a5959 !important;
	}

	form ::-moz-focus-inner {
		border: 0;
	}

	form ul.actions {
		margin-bottom: 0;
		text-align: center;
	}

/* Table */

	.table-wrapper {
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
		}

			table.default tbody tr {
				border-top: solid 1px #eae9e9;
			}

				table.default tbody tr:first-child {
					border-top: 0;
				}

			table.default td {
				padding: 0.75em 1.25em 0.75em 1.25em;
			}

			table.default th {
				text-align: left;
				font-weight: 400;
				padding: 0.75em 1.25em 0.75em 1.25em;
			}

			table.default thead {
				background: #f5f5f5;
			}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		border: 0;
		background: #35b88f;
		color: #fff;
		text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
		cursor: pointer;
		text-decoration: none;
		outline: 0;
		padding: 1em 3em 1em 3em;
		text-align: center;
		border-radius: 3em;
		font-weight: 400;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #45c89f;
		}

		input[type="button"].style2,
		input[type="submit"].style2,
		input[type="reset"].style2,
		button.style2,
		.button.style2 {
			color: #fff;
			background: #20B795;
			box-shadow: inset 0 0 0 1px #20B795;
			height: 36px;
			font-size: 13px!important;
			font-weight: 100!important;
		}

			input[type="button"].style2:hover,
			input[type="submit"].style2:hover,
			input[type="reset"].style2:hover,
			button.style2:hover,
			.button.style2:hover {
				background: #20B795;
				opacity: 0.6;
				color: #fff !important;
			}

		input[type="button"].style3,
		input[type="submit"].style3,
		input[type="reset"].style3,
		button.style3,
		.button.style3 {
			background: none;
			color: #3a3939;
			box-shadow: inset 0 0 0 1px #dad9d9;
		}

			input[type="button"].style3:hover,
			input[type="submit"].style3:hover,
			input[type="reset"].style3:hover,
			button.style3:hover,
			.button.style3:hover {
				background: rgba(58, 57, 57, 0.025);
			}

			.button-search {
			  display: inline-block;
			  -webkit-box-sizing: border-box;
			  -moz-box-sizing: border-box;
			  box-sizing: border-box;
			  width: 250px;
			  height: 42px;
			  cursor: I-beam;
			  top: 0;
			  right: 0;
			  bottom: 0;
			  left: 0;
			  padding: 0 20px;
			  overflow: hidden;
			  border: none;
			  -webkit-border-radius: 21px;
			  border-radius:10px;
			  font: normal 20px/normal "Antic", Helvetica, sans-serif;
			  color: rgba(140, 140, 140, 1);
			  text-decoration: normal;
			  -o-text-overflow: ellipsis;
			  text-overflow: ellipsis;
			  background: rgba(40, 40, 40, 0.4);
			  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
			  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5) inset;
			  -webkit-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  -moz-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  -o-transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  transition: all 502ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			}

			.button-search:hover {
			  width: 350px;
			  opacity: 0.82;
			  color: rgba(181, 181, 181, 1);
			  background: rgba(0, 0, 0, 0.4);
			  -webkit-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  -moz-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  -o-transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  transition: all 500ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			}

			.button-search:focus {
			  width: 350px;
			  cursor: default;
			  padding: -13px 20px 0;
			  color: rgba(255, 255, 255, 1);
			  -webkit-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  -moz-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  -o-transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			  transition: all 601ms cubic-bezier(0.68, -0.75, 0.265, 1.75);
			}

			.text-search {
			  -webkit-box-sizing: content-box;
			  -moz-box-sizing: content-box;
			  box-sizing: content-box;
			  border: none;
			  font: normal 25px/1 "amaranth", Helvetica, sans-serif;
			  color: #ffffff;
			  text-align: center;
			  -o-text-overflow: ellipsis;
			  text-overflow: ellipsis;
			  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
			}


/*Search */



#search input[type="text"] {
    background: url(search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
/*    font: bold 12px Arial,Helvetica,Sans-serif;
*/    background: rgba(255, 255, 255, 0.4);
	color:#fff;
    width:250px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(255, 255, 255, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    background: url(search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 300px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

/* Box */

	.box {
		position: relative;
		margin-top: 1em;
		margin-bottom: 0;
	}

		.box :last-child {
			margin-bottom: 0;
		}

		.box.style1 {
			background: #fff;
			padding: 3em;
		}

			.box.style1 .image {
				display: block;
				position: absolute;
				top: 0;
				width: 50%;
				height: 100%;
				background: #152E33;
				overflow: hidden;
			}

				.box.style1 .image img {
					position: absolute;
					top: 0;
					height: 100%;
					width: auto;
				}

			.box.style1 .inner > :last-child {
				margin: 0;
			}

			.box.style1.right .image {
				left: 0;
			}

				.box.style1.right .image img {
					right: 0;
				}

			.box.style1.right .inner {
				margin-left: 50%;
				padding-left: 3em;
			}

			.box.style1.left .image {
				right: 0;
			}

				.box.style1.left .image img {
					left: 0;
				}

			.box.style1.left .inner {
				margin-right: 50%;
				padding-right: 3em;
			}

		.box.style2 {
			text-align: center;
			padding-right: 25px;
		    padding-left: 25px;/*25px*/
		    margin-right: auto;
		    margin-left: auto;
		}

			.box.style2 header {
				display: inline-block;
				background: #fff;
				padding: 2em 3em 2em 3em;
				margin: 0;
			}

				.box.style2 header p {
					padding: 0;
				}

			.box.style2 .inner {
				position: relative;
				padding: 40px 30px 40px 30px;
				margin-bottom: 10px;
			}

				.box.style2 .inner .row {
					position: relative;
				}


				.box.style2 .inner .image {
					position: relative;
					z-index: 1;
					padding: 25px;
				}

		.box.style3 {
			background: #fff;
			padding: 3em;
		}

			.box.style3 header {
				text-align: center;
			}

/* Icons */

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon > .label {
			display: none;
		}

/* Logo */



body {
	margin:0;
	padding:0;
}

@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,700');

html{
/*	background-color: #eaf0f2;
*/}

body{
	padding:0;
	margin:0;
}

.menu{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
}

.menu img{
	opacity: 0.4;
	margin: 20px auto;
}

.menu h1{
	margin-top:0;
	font: normal 32px/1.5 'Open Sans', sans-serif;
	color: #3F71AE;
	padding-bottom: 16px;
}

.menu h2{
	color: #F05283;
}

.menu h2 a{
	color:inherit;
	text-decoration: none;
	display: inline-block;
	border: 1px solid #F05283;
	padding: 10px 15px;
	border-radius: 3px;
	font: bold 14px/1 'Open Sans', sans-serif;
	text-transform: uppercase;
}

.menu h2 a:hover{
	background-color:#F05283;
	transition:0.2s;
	color:#fff;
}

.menu ul {
	max-width: 600px;
	margin: 60px auto 0;
}

.menu ul a{
	text-decoration: none;
	color: #FFF;
	text-align: left;
	background-color: #B9C1CA;
	padding: 10px 16px;
	border-radius: 2px;
	opacity: 0.8;
	font-size: 16px;
	display: inline-block;
	margin: 4px;
	line-height: 1;
	outline: none;

	transition: 0.2s ease;
}

.menu ul li a.active{
	background-color: #66B650;
	pointer-events: none;
}

.menu ul li a:hover {
	opacity: 1;
}

.menu ul{
	list-style: none;
	padding: 0;
}

.menu ul li{
	display: inline-block;
}

@media (max-height:800px){
}


/* -- Demo ads -- */

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}

/* -- Link to Tutorialzine -- */

.tz-link{
	text-decoration: none;
	color: #fff !important;
	font: bold 36px Arial,Helvetica,sans-serif !important;
}

.tz-link span{
	color: #da431c;
}

	.homepage
	{
		background: #35b88f url("images/banner.svg") bottom center no-repeat!important;
		background-size: cover!important;
	}

	#header {
		color: #000;
		text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
		text-align: center;
		margin: 0;
		padding: 0em 6em 5em 8em!important;
		cursor: default;
		

		/*background-size: cover;*/
	}

	#background-1
	{
		height: 450px;
		width: 100%;
		background-size: cover;
		text-align: center;
		background-image: url("/searchJob/images/banner.png");
	}

	#background-1 img
	{
		width: 170px;
		margin-top: 45px
	}

	#background-2
	{
		height: auto;
		width: 100%;
		background-color:#6b5682;
	}

		#header header {
			display: inline-block;
			padding: 0 0 4.5em 0;
		}

		#header img{
			height: 200px;
			width: auto;
		}

			#header header h1 {
				font-weight: 600;
				letter-spacing: 5px;
				padding: 0 2px 0 2px;
			}

			#header header h2
			{
			    font-family: 'Montserrat-Bold', sans-serif;
				text-transform: capitalize;
				font-weight: bold;
				font-size: 25px;
				letter-spacing: inherit;
			}

			#header header p {
			    font-family: 'Montserrat-Regular', sans-serif;
			    color: #000;
			    font-size: 14px;
			    text-transform: capitalize;
			    /*letter-spacing: 2px;*/
			    padding: 0;
			    margin-top: 1em;
			    line-height: 1.5em;
			}


		#header footer {
			margin: 0;
			width: 100%;
		}

/*platform*/
#platform
{
	text-align: center;
	background: #f2f2f3;
	padding-top:40px;
	padding-bottom: 60px;
	overflow: hidden;
}

#platform h4
{
	text-transform: none;
	padding: 30px;
	color: #544168;
}

#platform .col-1-2
{
	text-align: left;
	border: 1px solid #d1d2d3;
	background: #fff;
	margin: 30px;
	width: 37%!important;
	height: 250px;
}

#platform .col-1-2 p
{
    float: left;
    width: 82%;
    margin-top: 20px;
}

#platform .col-1-2 img#image-maukerja
{
    width: auto;
    height: 263px;
    float: right;
    top: -15px;
    position: relative;
}

#platform .col-1-2 img#logo-maukerja
{
    width: 170px;
    margin-top: 20px;
    float: left;
}

#platform .col-1-2 img#image-ricebowl
{
    width: auto;
    height: 278px;
/*    float: right;
*/    top: -30px;
    position: relative;
}

#platform .col-1-2 img#logo-ricebowl
{
    width: 120px;
    margin-top: 8px;
    float: left;
}


.first
{
    width: 52%;
    padding-left: 20px;
    padding-top: 20px;
    margin-left: 20px;
    position: relative;
    float: left;
}

.first .button.style2
{
	margin-top: 20px;
	margin-right: 20px;
	background: #6B5682;
	box-shadow: inset 0 0 0 1px #6B5682;
}

.second
{
    width: 39%;
    float: right;
}

/* Banner */

	#banner {
		position: relative;
		text-align: center;
		padding: 10em 0 0 0;
		margin: 0;
	}

		#banner .button {
			color: #35b882;
			text-shadow: 0 0 0.5px rgba(53, 184, 130, 0.25);
		}

		#banner header {display: inline-block;
				color: #fff;
				padding: 2em 3em 2em 3em;
				margin-top: 20px;
				width: 50%;
		}

		#banner header h2{
		    font-size: 18px;
		    text-transform: none;
		    letter-spacing: inherit;
		    line-height: 1.5em;
		}

		#banner header h3
		{
		    font-family: 'BlockBE-Condensed';
		    color: #74cabe;
		    margin-top: 75px;
		    letter-spacing: inherit;
		}

		#banner-search {
		    background: #f2f2f3;
		    width: 1010px;
		    left: 0;
		    right:0;
		    top: 255px;
		    margin-right: auto;
		    margin-left: auto;
		    height: auto;
		    position: absolute;
		    text-align: center;
		}

		#banner-search header {
			display: inline-block;
			padding: 2.8em 4em 2.8em 4em;
			margin-bottom: 1em;
		}


		#banner-result {
			position: relative;
			text-align: center;
			padding: 1em 0 0 0;
			margin: 0;
			border: 1px solid transparent;
		}

		#banner-result header {
			font-family: 'Montserrat-Regular', sans-serif;
			background: rgba(255,255,255,.9);
			width:auto;
			margin-bottom: 1em;
			font-size: 14px;
			padding: 50px;
			border-radius: 4px;
			text-align: center;
		}


		#error-div {
			position: relative;
			text-align: center;
			padding: 1em 0 0 0;
			margin: 0;
			border: 1px solid transparent;
		}

		#error-div header {
			font-family: 'Montserrat-Regular', sans-serif;
			background: rgba(255,255,255,.9);
			width:auto;
			margin-bottom: 1em;
			font-size: 14px;
			padding: 50px;
			border-radius: 4px;
			text-align: center;
		}

		#banner-result-display {
			font-family: 'Montserrat-Regular', sans-serif;
			position: relative;
			text-align: center;
			padding: 1em 0 0 0;
			margin: 0;
			border: 1px solid transparent;
			background: #f2f2f3
		}

		#banner-result-display header {
			background: rgba(255,255,255,.9);
			width:auto;
			margin-bottom: 1em;
			font-size: 14px;
			padding: 50px;
			border-radius: 4px;
			text-align: left;
		}

		#result-display
		{
		    padding: 5em 0 0 0;
		}

		.job-detail{
			background: #f2f2f3;
			width:auto;
			margin-bottom: 2em;
			font-size: 14px;
			border-radius: 4px;
			text-align: left;
		}

		.job-detail header{
			background: none!important;
			padding: 0px!important;
			text-align: left!important;
			font-size: 18px!important;
			letter-spacing: .1em!important;
		}

		.job-detail p{
		    margin: 0!important;
		    text-align: left;
		}

		.job-content ul {
		    margin: 0!important;
		    padding: 0!important;
		    margin-bottom: 15px!important;
		    list-style-type: square!important;
		    padding-left: 30px!important;
		    letter-spacing: 0px !important;
		    color: #6e6f71;
		}

		.job-content li {
		    margin: 0!important;
		    padding: 0!important;
		    letter-spacing: 0px !important;
		    line-height: 20px;
		}

		.store-list {
		    padding: 10px;
		    margin-bottom: 30px;
		    padding-bottom: 5px;
		    border-radius: 4px;
		    background: #e7e7e7;
		    position: relative;
		    line-height: 20px;
		}

		.store-lists .button.style2
		{
			color: #fff!important;
			width: 100%;
			line-height: 0;
			margin-bottom: 10px;
			background-color: #35b88f;
		}

		.store-lists .button.style2:hover
		{
			color: #3a3939!important;
    		background-color: rgba(53, 184, 143, .1)
		}

		.store-list p {
		    padding-left: 10px;
		    letter-spacing: 1px;
		    padding-bottom: 10px;
		    color: #6e6f71;
		}

		.store-list .content-wrap {
		    text-align: center;
		    margin-top: 40px;
    		margin-bottom: 20px;
		}

		.store-list.no-store p.title
		{
			font-family: 'Montserrat-Bold', sans-serif;
			width:auto;
			font-size: 22px;
			border-radius: 4px;
			text-align: center;
		}

		.store-list.no-store p {
		    font-size: 15px;
		    text-align: center;
		    padding-bottom: 15px;
		}

		.store-list.no-store .btn-apply {
			margin-left: 25px!important;
		}

		.content-info, .store-list .content-pic {
		    text-align: center;
		    position: relative;
		    height: 100%;
		}


		.store-list .content-info {
		    text-decoration: none;
		    text-align: left;
		}

		.store-list .pic-wrap img{
			margin: 10px;
			width: 110px!important;
			height: auto!important;
			text-align: center;
		}

		.store-list .pic-wrap{
		    position: relative;
		}

		.no-results
		{
			color: #3a3939;
		}

		.read-more {
			padding-left: 10px;
		    margin-bottom: 10px;
		    font-size: 14px;
		}

		.read-less {
			padding-left: 10px;
		    margin-bottom: 5px;
		    font-size: 14px;
		}

		.read-more a{
			color: #418178!important;
		}

		.read-less a{
			color: #418178!important;
		}

		.store-list a{
			letter-spacing: 0px!important;
		}

		.store-list .read-more a:hover{
			text-decoration: underline;
			cursor: pointer;
		}

		.store-list .read-less a:hover{
			text-decoration: underline;
			cursor: pointer;
		}

		#starting
		{
			max-width: 835px;
		}

		#job-detail
		{
			max-width: 835px;
		}

		#error
		{
			max-width: 835px;
		}

		.store-title {
		    font-size:15px;
		}

		.store-location {
			font-size: 14px;
			padding-right: 30px;
		}

		.company-name {
		    font-family: 'Montserrat-Bold';
    		font-size: 18px;
		}
		.job-content{
			padding: 10px 0;
			font-size: 13px;
		}


/* Footer */

	#footer {
		background: #6B5682;
		position: relative;
		color: #fff;
		text-align: center;
	}

		#footer a {
			color: #fff;
			text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
			border-bottom-color: rgba(255, 255, 255, 0.5);
		}

			#footer a:hover {
				color: #35b88f;
				text-shadow: 0 0 0.5px rgba(69, 200, 159, 0.25);
				border-bottom-color: rgba(53, 184, 143, 0.5);
			}

		#footer .icons {
			padding: 0.75em 2em 0.75em 2em;
			border-radius: 3em;
			border: solid 1px #fff;
			display: inline-block;
			margin: 0 0 3em 0;
		}

		#footer .copyright {
			font-size: 0.8em;
		}

/* Notify */
[data-notify="container"]{
    padding: 15px 10px;
    padding-right: 30px;
    max-width: 500px;
    width: 100%;
}

[data-notify="dismiss"]{
    top: 15px !important;
    right:12px !important;
}

 [data-notify="icon"]{
    font-weight: 700;
 } 
 [data-notify="title"]{
    font-weight: 700;
 } 
 [data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
    border-radius: 0px;
}

[data-notify="message"] {
    font-size: 18px;
}

/* alert */
.alert{padding:10px;margin-bottom: 10px;}
.alert-danger strong a{color: #a94442;text-decoration: underline;}

/* Wide */

@media screen and (max-width: 1680px) {

	/* Basic */

		body, input, textarea, select {
			font-size: 16pt;
		}

}

/* Normal */

@media screen and (max-width: 1080px) {

#header {
	padding: 0em 1em 2em 2em!important;
}

#banner {
	padding: 4em 0 0 0;
	background-size: auto, 175% auto;
}

#banner header {
	margin-top: 70px;
	width: 70%;
}

#banner-search {
	max-width: 80%;
}

footer .col-2-11{
}

.form-inline {
	display: inline-block!important;
    margin-bottom: 10px;
    padding: 0px;
}

.col-3-11 {
    width: 100%;
}
.col-2-11{
    width: 100%!important;
}

#platform .col-1-2 img#logo-maukerja {
    width: 135px;
}

#platform .col-1-2 p {
    margin-top: 15px;
}

#platform .col-1-2 img#image-maukerja {
    height: 248px;
    float: none;
    top: 0px;
}
#platform .col-1-2 img#logo-ricebowl {
    width: 95px;
    margin-top: 9px;
}
#platform .col-1-2 img#image-ricebowl {
    height: 269px;
    top: -21px;
}

.first .button.style2 {
    width: 90%;
    padding: 0;
    font-size: 12px!important;
}
.first {
    padding-left: 14px;
    padding-top: 15px;
}

#result-display {
	padding: 14em 0 0 0;
}

.btn-2.btn-primary-2 {
    width: 100%;
}

.col-2-11 .button {
    width: 45%;
}

#search_loader {
    top: 1px;
    left: 421px;
}

}

/* Narrow */

@media screen and (max-width: 840px) {

	/* Basic */

body {
	background-color: #203936;
	background-repeat: repeat, no-repeat;
	background-size: cover!important;
	background-position: top left, top center;
	background-attachment: scroll, scroll;
	font-size: 14pt;
}

input, textarea, select {
	font-size: 14pt;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
}

header p {
	margin: 0.25em 0 0 0;
	padding: 0 0 0.5em 0;
}

/* Box */

.box {
	position: relative;
}

.box section {
	margin: 0 0 2em 0;
}

.box.style1 {
	padding: 2.5em 2em 2.5em 2em;
}

.box.style1.right .inner {
	padding-left: 2em;
}

.box.style1.left .inner {
	padding-right: 2em;
}

.box.style2 header {
	padding: 2em;
}

.box.style2 .inner {
	position: relative;
	padding: 30px 0 0 0;
}

.box.style3 {
	padding: 2.5em 2em 2.5em 2em;
}

/*Header*/
#header {
    padding: 0em 4em 2em 4em!important;
}

#header header p {
	font-size: 13px;
}

#header header h2 {
	font-size: 20px;
}

#result-display {
	padding: 15em 0 0 0;
}

/* Banner */

#banner {
	padding: 3.5em 0 0 0;
	background-size: 400% auto;
}

#banner header {
    margin-top: 160px;
}

#banner br {
	display: none;
}


/* platform */
#platform .col-1-2 {
    height: 230px;
}

#platform .col-1-2 img#logo-maukerja {
    width: 120px;
}

#platform .col-1-2 p {
    width: 85%;
}

.first .button.style2 {
    width: 100%;
    padding: 0;
    font-size: 12px!important;
}

#platform .col-1-2 img#image-maukerja {
    height: 223px;
    top: 5px;
}

#platform .col-1-2 img#image-ricebowl {
    height: 250px;
    top: -22px;
}

.col-2-11 .button{
	width: 70%;
}

.form-inline {
	display: inline-block!important;
    margin-bottom: 10px;
    padding: 0px;
}

.col-3-11 {
    width: 100%;
}

.col-5-11{
	width: 70%!important;
}

.col-1-2{
	width: 70%!important;
}

.col-2-11{
    width: 100%!important;
}

.btn-2{
	width: 100%;
}

#banner-search header {
	margin-bottom: 0;
}

.search-input {
/*	margin-bottom: 0px!important;
*/	margin-top: 0px!important;
}

.search_banner .search-input {
	margin-bottom: 10px!important;

}

.store-list.no-store .btn-apply {
    margin-left: 0px!important;
    margin-bottom: 15px;
    width: 90%;
}

#search_loader {
    left: 400px;
}

}

/* Mobile */

@media screen and (max-width: 768px) {

	/* Basic */

	* {
		text-shadow: none !important;
	}

	body, input, textarea, select {
		line-height: 1.5em;
		font-size: 12px;
		letter-spacing: 0;
	}

	h2, h3, h4, h5, h6 {
		font-size: 1em;
	}

	h2 {
		font-size: 1.25em;
		letter-spacing: 4px;
	}

	.select .btn{
		letter-spacing: 0!important;
		margin-bottom: -10px!important;
	}

	.select-1 .btn{
		letter-spacing: 0!important;
		margin-bottom: -10px!important;
	}
	.select select {
	    margin-bottom: -30px!important;
	}


	/* List */

	ul.default li {
		padding-left: 0.5em;
	}

	ul.icons a {
		width: 2em;
		height: 2em;
		line-height: 2em;
	}

	ul.menu li {
		display: block;
		padding: 0;
		border: 0;
		margin: 1em 0 0 0;
	}

	ul.menu li:first-child {
		margin-top: 0;
		line-height: 15px;
	}

	ul.actions li {
		display: block;
		margin: 1em 0 0 0;
	}

		ul.actions li:first-child {
			margin-top: 0;
		}

	ol.default li {
		padding-left: 0.25em;
	}

	/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		padding: 0.75em 0 0.75em 0;
		width: 100%;
	}

	.button.style2 {
		width: 40%;
		font-size: 14px;
	}
	.btn .btn-default{
		font-size: 10px;
	}
		/* Box */

	.box {
	}

	.box:after {
		top: -4.5em;
		height: 4.5em;
	}

	.box:before {
		width: 45px;
		height: 33px;
		top: -2.25em;
		margin-left: -22.5px;
		margin-top: -16.5px;
		background-size: 45px 33px;
	}

	.box.style1 {
		padding: 0;
		text-align: center;
	}

	.box.style1 .image {
		position: relative !important;
		left: 0 !important;
		width: 100% !important;
		height: auto !important;
	}

	.box.style1 .image img {
		position: relative;
		height: auto;
		width: 100%;
	}

	.box.style1 .inner {
		margin: 0 !important;
		padding: 2em 1.25em 2em 1.25em !important;
	}

	.box.style2 .inner .row:before {
		display: none;
	}

	.box.style2 .inner .image {
		padding: 0;
		max-width: 250px;
		margin: 0 auto 20px auto;
	}

	.box.style3 {
		padding: 2em 1.25em 2em 1.25em;
	}

		/* Header */

	#header {
		height: 100%;
		padding: 0em 1em 2em 1em!important;
	}

	#header header {
		padding-left: 2em;
		padding-right: 2em;
		padding: 0 0 4.5em 0;
	}

	#header img{
		width: auto;
		height: 150px;
	}
	#header header h1 {
		font-size: 1.75em;
		letter-spacing: 6px;
	}

	#header footer {/*
		bottom: 4.5em;*/
		/*padding: 0 2em 0 2em;*/
	}

	#header footer:after {
		bottom: -10.5em;
		left: 50%;
		height: 11.5em;
	}

	#header footer:before {
		width: 45px;
		height: 33px;
		bottom: -2.25em;
		margin-left: -22.5px;
		margin-bottom: -16.5px;
		background-size: 45px 33px;
	}

	#background-1 img {
		width: 140px;
	}

	/* Banner */

	#banner {
		padding: 3em 0 0 0;
		background-size: auto 150%;
	}

	#banner header {
		margin-left: 30px;
		margin-right: 30px;
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 115px;
	}

	#banner header h2 {
		font-size: 1em;
	}

	#banner header h3 {
		font-size: 20px;
	}

	#banner-search 
	{
		max-width: 80%;
		top: 250px;
	}

	.box.style2 .inner .image {
		padding: 0;
		max-width: 150px;
		margin: 0 auto 20px auto;
	}

	.box.style2 .inner {
	    position: relative;
	    padding: 40px 30px 40px 30px!important;
	    border-radius: 4px!important;
	    margin: 20px;
	}
		/* Footer */

	#footer .icons {
		padding: 0.5em 1.25em 0.5em 1.25em;
	}

	#footer .copyright {
		font-size: 1em;
	}

	.form-group-inline {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	.form-inline {
	    margin-top: 10px;
	    padding: 0px;
	}

	.col-3-11 {
	    width: 100%;
	}

	.col-5-11{
		width: 100%!important;
	}

	.col-1-2{
		width: 100%!important;
	}


	.col-2-11 {
	    width: 100%!important;
	}

	.btn-2{
		width: 100%;
		margin-bottom: 15px;
	}

	.col-2-11 .button{
		width: 100%;font-size: 12px!important;
	}

	.col-sm-12
	{
		width: 100%!important;
	}


	.store-list{
		padding: 10px;
		font-size: 13px;
		letter-spacing: 0px;
	}

	.store-list .content-pic {
	    display: none!important;
	}
	#banner-search header{
		margin-top: 20px;
		padding: 1em 1em 2em 1em;
	}

	#banner-search header h3{
		font-size: 16px;
	}

	.search-input{
		width: 100%!important;
		margin-bottom: 0px!important;
		margin-top: 20px!important;
	}

	.store-lists .button.style2
	{
		color: #fff!important;
		width: 100%;
		line-height: 1;
		margin-bottom: 10px;
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .4);
		background-color: #35b88f;
	}
	.loader
	{
		position: absolute;
		z-index: 999;
		top: 5px;
		left: 230px;
		width: 34px;
		height: 34px; 
	}

	#search_loader
	{
	    top: 1px;
    	left: 300px
	}
	.image img 
	{
		padding: 5px;
	}

	.select input
	{
		margin-bottom: -15px;
	}

	.select-1 input
	{
		margin-bottom: -15px;
	}

	#platform .col-1-2 {
		width: 85%!important;
	    margin: 0px 0px 30px 0px;
		height:222px;
	}

	.first {
		padding-left:10px;
		padding-top: 15px;
	}

	#platform .col-1-2 img#logo-maukerja {
	    width: 120px;
	}

	.first .button.style2 {
		width: 80%!important;
	}

	#platform .col-1-2 img#image-maukerja {
	    height: 215px;
	    right: 15px;
	    top: -4px;
	}

	#platform .col-1-2 img#logo-ricebowl {
	    width: 87px;
	    margin-top: 9px;
	}

	#platform .col-1-2 img#image-ricebowl {
	    height: 240px;
	    top: -29px;
	}

	.content-info {
		width: 95%!important;
	}

	.store-list.no-store p.title {
	    line-height: initial;
	    padding-top: 20px;
	}

	.store-location {
		padding-right: 0px;
	}
}

@media all and (max-width: 600px) {

	.select select {
	    font-size: 12px!important;
	    padding-top: 8px;
	    padding-bottom: 7px;
	    margin-bottom: -30px!important;
	}

	.select input {
	    font-size: 12px!important;
	    padding-top: 8px;
	    padding-bottom: 7px;
	}

	.select .btn{
		font-size: 12px!important;

	}

	.select-1 input {
	    font-size: 12px!important;
	    padding-top: 8px;
	    padding-bottom: 7px;
	}

	.select-1 .btn{
		font-size: 12px!important;

	}

	#banner-search 
	{
		max-width: 80%;
	}

	#platform .col-1-2 img#image-maukerja {
	    height: 200px;
	    right: 17px;
	    top: 11px;
	}

	#platform .col-1-2 img#logo-maukerja {
	    width: 110px;
	}

	#search_loader {
		left: 225px;
	}
}