/* ESSENTIALS */

@font-face {
    font-family: 'light';
    src: url('fonts/Lato-Light.eot');
    src: url('fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Light.woff') format('woff'),
        url('fonts/Lato-Light.ttf') format('truetype'),
        url('fonts/Lato-Light.svg#Lato-Light') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'regular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'black';
    src: url('fonts/Lato-Black.eot');
    src: url('fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Black.woff') format('woff'),
        url('fonts/Lato-Black.ttf') format('truetype'),
        url('fonts/Lato-Black.svg#Lato-Black') format('svg');
    font-weight: normal;
    font-style: normal;

}

html
{
}

body
{
	padding: 0px;
	margin: 0px;
	font-family: 'light';
	overflow-x:hidden;  
	background: #f1f1f1;
	color: #666;
	font-size: 14px;
}

a
{
	color: #333;
}

h1, h2, h3, h4, h5
{
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #2CB8D2;
	font-size: 32px;
	font-family: 'black';
	line-height: 1.2em;
}

h2
{
	color: #000;
	font-size: 24px;
	font-family: 'regular';
}

.mobile_bar
{
	display: none;
}

.mobile_menu
{
	display: none;
}

.left_nav
{
	background: #2CB8D2;
	height: 100%;
	width: 10%;
	float: left;
	position: fixed;
	z-index: 999;
}

.left_nav_item
{
	/* display: block; */
	color: #fff;
	width: 100%;
}

.left_nav_item_a
{
	padding: 5%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #2CB8D2;
	display: inline-block;
	color: #fff;
	width: 90%;
	font-family: black;
	text-decoration: none;
	font-size: 14px;
}

.left_nav_item_a:hover
{
	background: #2CB8D2;
}

.index_left
{
	width: 80%;
	float: left;
}

.index_right
{
	width: 20%;
	float: right;
}

.menu_post
{
	/* display: none; */
}

.central_content
{
	width: 90%;
	float: right;
}

.top_bar
{
	background: #fff;
	border-bottom: 1px solid #eee;
	height: 57px;
	position: fixed;
	z-index: 10;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.goog-te-gadget {
  color: transparent !important;
}

#google_translate_element a {
  display: none !important;
}

.goog-te-combo
{
	border: 1px solid #ddd;
	padding: 4%;
	background: #f1f1f1;
	border-radius: 4px;
	width: initial;
	margin: 0px 4px 0px 4px !important;
}

input[type=text], input[type=password], input[type=date], input[type=number], select, textarea
{
	border: 1px solid #ddd;
	padding: 1.5%;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 97%;
	background: #f1f1f1;
	border-radius: 4px;
	font-family: 'black', Verdana, Arial;
}

input[type=submit], .submit_button, .cancel_button {
    padding: 10px;
    color: #fff;
    background: #000;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'black', Verdana, Arial !important;
}

.submit_button, .cancel_button
{
	display: inline-block;
}

.cancel_button
{
	background: #C92434;
}

.top_bar_left_item
{
	display: inline-block;
	padding: 20px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-family: 'regular';
}

.main_content
{
	/* padding: 20px; */
	margin-top: 57px;
}

/* INDEX */

.index_category_container
{
	width: 23%;
	display:inline-block;
	margin: 1%;
	font-size: 13px;
}

.index_category_container h3
{
	color: #C92433;
	font-size: 20px;
	font-family: 'black';
	/* margin-top: 10px; */
	padding:15px;
}

.index_category_container img
{
	width: 100%;
}

.page_content
{
	padding: 40px;
	margin: 20px;
	margin-top: 80px;
	background: #fff;
}

/* ACCOUNT */

.account_content
{
	padding: 4%;
	background: #fff;	
	line-height: 1.8em;
}

.account_content h1
{	
}

.account_content h3, h4, h5
{	
	color: #666;
}

.account_content h4
{
	font-family: 'black', Verdana, Arial;
	color: #888;
}

.account_content hr
{
	border: none;
	border-bottom: 1px dotted #aaa;
}

.account_content input[type=text], .account_content input[type=password], .account_content input[type=date], .account_content select
{
	padding: 2%;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #ddd;
	background: #f1f1f1;
	border-radius: 4px;
	width: 96%;
	font-family: 'bold', Verdana, Arial;
}

.account_content select
{
}

.account_info
{
	font-size: 14px;
	color: #aaa;
}

.account_content input[type=submit]
{
	padding: 10px;
	color: #fff;
	background: #000;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-family: 'bold', Verdana, Arial;
}

.account_content textarea
{
	padding: 2%;
	border: 1px solid #ddd;
	background: #f1f1f1;
	border-radius: 4px;
	width: 96%;
	font-family: 'bold', Verdana, Arial;
}

.left_account_pane
{
	float: left;
	width: 48%;
}

.right_account_pane
{
	float: right;
	width: 48%;
}

.split_pane
{
	float: left;
	width: 48%;
	margin-right: 2%;
}

.split_pane a
{
	background: #000; 
	color: #fff; 
	padding: 5px; 
	font-size: 12px; 
	padding-left: 20px; 
	padding-right: 20px;
}

.split_pane input[type=text], .split_pane input[type=password], .split_pane input[type=date],  .split_pane select, .split_pane input[type=datetime-local]
{
	padding: 4%;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 92%;
}

.split_pane select
{
	width: 100%;
}

.account_navigation a
{
	display: block;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #666;
	float: left;
	background: #ddd;
	font-family: 'black';
	font-size: 12px;
	margin-right: 2px;
}

.account_navigation a:hover
{
	background: #ccc;
}

.account_navigation a img
{
	vertical-align: middle;
	margin-left: 10px;
}

.account_navigation_active
{
	background: #fff !important;
	color: #2CB8D2 !important;
}

.dropbtn {
    float:none !important;
    cursor: pointer;
}

.dropdown {
    position: relative;
    float:left;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width:235px;
}

.dropdown-content a {
    display: block;
	float:none !important;
	background-color: #fff;
	margin-right:0px !important;
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ccc;
}

.centralContent 
{
    float: left;
}

.leftNavigation
{
    width: 280px;
    display:inline-block;
    min-height: 500px;
    border-radius: 14px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    margin-bottom: 30px;
	margin-right: 2%;
	float: left;
}

.category_item
{
	width: 250px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

.category_item_image_container
{
	display: block;
	width: 100%;
	position: relative;
	height: 0;
	padding: 80.6% 0 0 0;
	overflow: hidden;
	background: #fff;
}

.category_item_image
{
	position: absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.category_item_closed
{
	position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    background: #f33;
    padding: 5px;
    font-family: black;
    width: 75px;
    text-align: center;
}

.image_full
{
	width: 100%;
}

.category_item_title
{
	font-family: 'black';
	color: #C92433;
	display: block;
	/* min-height: 50px; */
	margin-top: 5px;
	font-size: 14px;
	
}

.category_item_title, .category_item_posted, .category_item_description
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category_item_posted
{
	color: #999;
	font-size: 12px;
	font-family: 'black';
}

.category_item_posted img
{
	vertical-align: middle;
	margin-right: 5px;
}

.category_item_description
{
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 5px;
	min-height: 45px;
}

.request_content_left
{
	float: left;
	background: #fff;
	width: 46%;
	padding: 2%;
}

.request_content_right
{
	float: right;
	background: #fff;
	width: 44%;
	padding: 2%;
}

.request_list_image
{
	position: relative;
}

.request_list_closed
{
    position: absolute;
    color: #fff;
    font-family: black;
    background: #f33;
    top: 0px;
    left: 0px;
	padding: 2px;
	width: 40px;
	text-align: center;
    font-size: 11px;
	z-index: 1;
}

.back_button
{
	background: #000;
	color: #fff;
	font-family: 'black';
	font-size: 14px;
	padding: 10px;
	text-align: center;
	display: inline-block;
}


.payment_voucher_box
{
	padding: 20px;
	margin-bottom: 20px;
	background: #f1f1f1;
}

.payment_voucher_box input,.payment_voucher_box select
{
	background: #fff;
}

.footer
{
	width: 100%;
	background: #fff;
	/* margin-top: 20px; */
	border-bottom: 1px solid #eee;
	/* min-height: 300px; */
}

.footer_container
{
	width: 96%;
	padding: 2%;
}

.footerColumn h2
{
	font-family: 'black';
	font-size: 14px;
	color: #C92434;
}

.footerColumn ul
{
	list-style: none;
	margin-left: -40px;
	line-height: normal;
}

.footerColumn ul li a
{
	text-decoration: none;
	font-size: 14px;
	color: #999;
}

.footerColumn ul li a:hover
{
	color: #f2002b;
}

.footerColumn a
{
	text-decoration: none;
	font-size: 12px;
}

.footerColumn img
{
	vertical-align: middle;
}

.prefooter
{
	background: #fff;
}

.prefooter_container
{
	width: 96%;
	padding: 2%;
	color: #ccc;
	font-size: 12px;
	font-family: 'light';
	border-bottom: 1px dotted #ccc;
}

.prefooter_container a
{
	text-decoration: none;
	color: #C92434;
}

.prefooter_container hr
{
	border: 0px;
	border-bottom: 1px dotted #ccc;
}

.footerColumn
{
	width: 20%;
	float: left;
}

.category_description
{
	/* min-height: 5vh; */
	font-family: 'regular';
	/* margin-top: 5px; */
	color: #666;
}

.office_dashboard_item
{
	float: left;
	width: 128px;
	padding: 20px;
	display: block;
	background: #000;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
}

.office_dashboard_item h2
{
	font-size: 14px;
	color: #fff;
}

.office_dashboard_item:hover
{
	background: #CA2535;
}



/* Office Navigation */
.dropbtn {
    float:none !important;
    cursor: pointer;
}

.dropdown {
    position: relative;
    float:left;
}

.dropdown-content {
    display: none;
    position: absolute;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	width:235px;
	z-index: 1;
	height: 300px;
    overflow-y: scroll;
    background: #fff;
}

.dropdown-content a {
    display: block;
	float:none !important;
	background-color: #fff;
	margin-right:0px !important;
}

.dropdown-content a:hover {background-color: #ddd}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #ccc;
}

#mobile_menu
{
	display:none;	
}

#desktop_menu
{
	display:block;	
}

#mobile_menu_list
{
	list-style:none; 
	padding-left: 0px;
    text-decoration: none;
    color: #666;
    background: #ddd;
    font-family: 'black';
    font-size: 12px;
    margin: 0px;
}

#mobile_menu_list li
{
	padding:10px;
	border-bottom: 1px solid #f1f1f1;
}

#mobile_menu_list li a
{
	background: none; 
	padding: 0px; 
	width: auto;
}

.dropdown_menu
{
	list-style:none;
	padding-left:0px;
}

.dropdown_menu li a
{
	float:none; 
	text-align:left; 
	padding-left:30px !important;
}

.desktop_view
{
	display:block;
}

.mobile_view
{
	display:none;
}



/* PROGRESS BAR FOR CARTS */
.container {
  width: 100%;
  margin: 0; 
}
.progressbar {
  counter-reset: step;
  margin:0;
  padding:0px;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  /* text-transform: uppercase; */
  color: #666;
  margin-bottom:40px;
  font-family:black;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #666;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #666;
  font-family:black;
  color:#fff;
  font-size:14px;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: #d70000;
}
.progressbar li.active:before {
  border-color: #CA2535;
  background-color: #CA2535;
}
.progressbar li.active2 + li:after {
  background-color: #CA2535;
}

@media only screen and (min-width: 1100px) and (max-width: 1400px)
{
	
	.index_category_container h3
	{
		font-size: 18px;
	}
	.index_left
	{
		width: 70%;
		float: left;
	}

	.index_right
	{
		width: 30%;
		float: right;
	}
	
	.index_category_container {
		width: 31%;
	}
	
}

@media only screen and (min-width: 800px) and (max-width: 1100px)
{
	.index_category_container h3
	{
		font-size: 13px;
	}
	
	.category_description
	{
		display:none;
	}
	
	.index_left
	{
		width: 60%;
		float: left;
	}

	.index_right
	{
		width: 40%;
		float: right;
	}
	
	.index_category_container {
		width: 100%;
	}
	
	.top_bar_left_item
	{
		padding:12px;
	}
	
	.top_bar
	{
		height:42px;
	}
	
	.main_content
	{
		margin-top:42px;
	}
	
	#home_search
	{
		padding: 4% !important;
		width: 92% !important;
	}
	
	#home_search_button
	{
		padding: 4% !important;
		width: 92% !important;
		margin-top: 5px;
	}
	
	.left_nav_item_a
	{
		font-size: 16px;
	}
	
}

@media only screen and (min-width: 690px) and (max-width: 800px)
{
	
	.index_category_container h3
	{
		font-size: 11px;
	}
	.category_description
	{
		display:none;
	}
	
	.index_left
	{
		width: 100%;
		float: none;
	}

	.index_right
	{
		width: 100%;
		float: none;
	}
	
	.index_category_container {
		width: 100%;
	}
	
	#home_search
	{
		padding: 4% !important;
		width: 92% !important;
	}
	
	#home_search_button
	{
		padding: 4% !important;
		width: 92% !important;
		margin-top: 5px;
	}
	
	#home_contractor_button
	{
		display: none;
	}
	
	.left_nav_item_a
	{
		font-size: 16px;
	}
}



@media only screen and (min-width: 400px) and (max-width: 690px)
{

	.category_description
	{
		display:none;
	}
	.index_category_container h3
	{
		font-size: 0.9em;
	}
	.index_category_container
	{
		width: 100%;
	}
	
	
	.index_left
	{
		width: 100%;
		float: none;
	}

	.index_right
	{
		width: 100%;
		float: none;
	}
	
}

@media only screen and (min-width: 150px) and (max-width: 400px)
{

	.category_description
	{
		display:none;
	}
	.index_category_container h3
	{
		font-size: 1.4em;
		font-family: 'regular';
	}
	.index_category_container
	{
		width: 99%;
	}
	
	
	.index_left
	{
		width: 96%;
		padding: 2%;
		float: none;
	}

	.index_right
	{
		width: 100%;
		float: none;
	}
	
	#home_search
	{
		padding: 4% !important;
		width: 92% !important;
		background: #fff;
	}
	
	#home_search_button
	{
		padding: 4% !important;
		width: 92% !important;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	
	#home_contractor_button
	{
		display: none;
	}
	
	.left_nav_item_a
	{
		font-size: 16px;
	}
	
	.footerColumn
	{
		width: 90%;
		padding: 5%;
	}
	
	.left_nav
	{
		width: 0px;
	}
	
	.central_content
	{
		width: 100% !important;
	}
	
	#index_search_padding
	{
		padding: 0px !important;
		background: none !important;
	}
	
	.top_bar
	{
		background: #C92434;
	}
	
	.top_bar_left_item
	{
		color: #fff !important;
	}
	
	.header_left
	{
		float: right;
		font-family: "black";
	}
	
	.header_left a
	{
		font-family: "black";
	}
	
	.mobile_menu
	{
		display: block;
		position: absolute;
		top: 5px;
		left: 0px;
	}
	
	.main_content
	{
		/* padding: 10px; */
	}
	
	.menu_pre
	{
		display: none !important;
	}
	
	.leftNavigation
	{
		display: none;
	}
	
	#category_new_request_button
	{
		width: 92%;
		padding: 4%;
		display: inline-block;
		margin-top: 10px;
	}
	
	#category_top_left
	{
		float: none;
		width: 100%;
	}
	
	.category_container
	{
		width: 100%;
	}
	
	.category_item
	{
		width: 100%;
	}
	
	.category_item_title
	{
		font-size: 1.4em;
	}
	
	.request_content_left
	{
		float: none;
		width: 92%;
		padding: 4%;
	}
	
	.request_content_right
	{
		float: none;
		width: 92%;
		padding: 4%;
	}
	
	.split_pane
	{
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	
	.left_account_pane
	{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.right_account_pane
	{
		width: 100%;
		float: none;
	}
	
}


@media only screen and (min-width: 691px) and (max-width: 960px)
{
	.top_bar
	{
		display: none;
	}
	
	.mobile_bar
	{
		display: block;
		background: #C92434;
		color: #fff;
		padding-left: 1%;
		padding-right: 1%;
		position: fixed;
		width: 98%;
		top: 0px;
		left: 0px;
		z-index: 999;
	}
	
	#home_search_button
	{
		padding: 4% !important;
		width: 92% !important;
		margin-top: 5px;
	}
	
	.main_content
	{
		/* padding: 10px; */
	}
	
	
	.mobile_hide
	{
		display: none !important;
	}
	
	.left_nav
	{
		display: none;
	}
	
	.central_content
	{
		width: 100%;
		float: none;
		margin-top: 69px;
	}
	
	.leftNavigation
	{
		display: none;
	}
	
	#category_new_request_button
	{
		display: none;
	}
	
	.category_item
	{
		width: 46%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	#home_search
	{
		width: 90% !important;
	}

	#home_contractor_button
	{
		display: none;
	}
	
	.account_navigation a
	{
		width: 28%;
		padding: 2%;
		text-align: center;
		margin-bottom: 2px;
	}
	
	.account_container
	{
		width: 88% !important;
		padding: 6% !important;
		margin-top: 5px;
	}
	
	.account_navigation a img
	{
		display: none;
	}
	
	.left_account_pane
	{
		display: none;
	}

	.right_account_pane
	{
		float: none;
		width: 100%;
	}
	
	.payslip_edit_left, .payslip_edit_right
	{
		width: 100% !important;
		float: none !important;
	}
	
	.payslip_edit_right
	{
		margin-top: 50px;
	}
	
	.footer_container
	{
		width: 92%;
		padding: 4%;
		font-size: 16px;
	}
	
	.footerColumn ul li a
	{
		font-size: 14px;
		color: #666;
	}
	
	.footerColumn
	{
		width: 100%;
		float: none;
	}
	
	.desktop_view
	{
		display:none;
	}

	.mobile_view
	{
		display:block;
	}
}

@media only screen and (min-width: 150px) and (max-width: 690px)
{
	.top_bar
	{
		display: none;
	}
	
	.mobile_bar
	{
		display: block;
		background: #2CB8D2;
		color: #fff;
		padding-left: 1%;
		padding-right: 1%;
		position: fixed;
		width: 98%;
		top: 0px;
		left: 0px;
		z-index: 999;
	}
	
	#home_search_button
	{
		padding: 4% !important;
		width: 92% !important;
		margin-top: 5px;
	}
	
	.main_content
	{
		/* padding: 10px; */
	}
	
	.mainContentTopRight
	{
		display: none;
	}
	
	#cat_header_mobile
	{
		display: block !important;
	}
	
	
	.mobile_hide
	{
		display: none !important;
	}
	
	.left_nav
	{
		display: none;
	}
	
	.central_content
	{
		width: 100%;
		float: none;
		margin-top: 69px;
	}
	
	.leftNavigation
	{
		display: none;
	}
	
	#category_new_request_button
	{
		display: none;
	}
	
	.category_item
	{
		width: 100%;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	#home_search
	{
		width: 90% !important;
	}

	#home_contractor_button
	{
		display: none;
	}
	
	.account_navigation a
	{
		width: 28%;
		padding: 2%;
		text-align: center;
		margin-bottom: 2px;
	}
	
	.account_container
	{
		width: 88% !important;
		padding: 6% !important;
		margin-top: 5px;
	}
	
	.account_navigation a img
	{
		display: none;
	}
	
	.left_account_pane
	{
		display: none;
	}

	.right_account_pane
	{
		float: none;
		width: 100%;
	}
	
	.payslip_edit_left, .payslip_edit_right
	{
		width: 100% !important;
		float: none !important;
	}
	
	.payslip_edit_right
	{
		margin-top: 50px;
	}
	
	.footer_container
	{
		width: 92%;
		padding: 4%;
		font-size: 16px;
	}
	
	.footerColumn ul li a
	{
		font-size: 14px;
		color: #666;
	}
	
	.footerColumn
	{
		width: 100%;
		float: none;
	}
	
	.desktop_view
	{
		display:none;
	}

	.mobile_view
	{
		display:block;
	}
	
	.home_divs
	{
		width:90% !important;
	}
}

@media only screen and (min-width: 150px) and (max-width: 960px)
{
	#mobile_menu
	{
		display:block;	
	}

	#desktop_menu
	{
		display:none;	
	}
}