@import "../../../atlanta/assets/css/rtl.min.css";
@import url('https://fonts.googleapis.com/css?family=Assistant:300,400,600,700&subset=hebrew');

h1,h2,h3,h4,h5,h6,p,div,input,textarea,button,label,a,th,td{font-family: 'Assistant', sans-serif !important;}

p{font-size:18px;color:#343434;}

.wrapper
{
	width: 1200px;
	margin:0 auto;
}
body{direction:rtl;}

/***********************
		HEADER
************************/
header .undercons{
	position: fixed;
	top:0;
	width:100%;
	background-color: #f99e54;
	height: 35px;
	text-align: center;
	line-height: 35px;
	font-size:25px;
	color:#383838;
	z-index: 200;
}
header .topbar
{
	height: 110px;
	background: #343434;	
	margin-top: 35px;
}	

header .topbar .logo
{
	display: inline-block;
}	

header .topbar .links
{
	display: inline-block;
	float: left;
	padding-top: 25px;
}

header .topbar .links a.addnew
{
	width: auto;
	display: inline-block;
	border:1px solid #fff;
	border-radius: 50px;
	height: 40px;
	line-height: 35px;
	padding:0px 20px;
	color:#fff;
	margin-right: 30px;
	font-size:25px;
}

header nav#nav
{
	height: 55px;
}

header nav#nav ul
{
	list-style: none;
	height: 55px;
	padding:0;
	text-align: center;
}

header nav#nav ul li
{
	display: inline-block;
	height: 100%;
	padding: 0 1.5%;
}

header nav#nav ul li a
{
	height: 100%;
	line-height: 55px;
	font-size: 18px;
	display: block;
}


header nav#nav ul li.current-menu-item,
header nav#nav ul li:hover
{
	background: #f99e54;
}

header nav#nav ul li.current-menu-item a,
header nav#nav ul li:hover a
{
	color:#fff;
}

.searchfilter
{
	height: 90px;
	background: #4288da;
	padding-top: 15px;
}




.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium{
	width: 100%;
}
.gform_wrapper .gform_page_footer .button.gform_button, .gform_wrapper .gform_page_footer .button.gform_next_button,.gform_wrapper .gform_page_footer .button.gform_previous_button{
	background-color: #f99e54;
	border:none;
	color:#fff;
}
#gform_1 #gform_page_1_1 #field_1_38 label{
	color:#f99e54;
	font-size: 13px;
	font-weight: 500;
}


/*************************
		  HOME
*************************/	
.home .searchfilter form ul li
{
	width: 23%;
    display: inline-block;
    /*float: right;*/
    margin-left: 2.6%;
}

.home .searchfilter form ul li:last-child
{
	float: left;
	margin-left: 0;
}

.home .searchfilter form ul li label,
.home .searchfilter form ul li label .chosen-rtl
{
	width: 100%;
}

.home .searchfilter form ul li label input, 
.home .searchfilter form ul li label .chosen-rtl .chosen-single
{
	border-radius: 25px;
    border: 2px solid #343434;
    height: 40px;
    background: #fff;
    width: 100%;
    font-size: 16px;
    color: #343434;
}

.home .searchfilter form ul li label .chosen-rtl div
{
	top:7px;
}

.home .searchfilter form ul li .chosen-drop ul li
{
	width: 100%;
}

.home .searchfilter form ul li label .chosen-rtl span
{
	height: 40px;
    line-height: 37px;
    font-size: 16px;
    font-weight: 600;
}

.home .searchfilter form ul li.sf-field-submit input
{
	background: #f99e54;
    border-radius: 20px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
    transition: linear 0.3s;
}

.home .searchfilter form ul li.sf-field-submit input:hover
{
	background: #343434;
}

.home .mainslider
{
	height: auto;
	border-bottom:10px solid #343434;
	background: #f2f1f6;
	position: relative;
}

.home .captionwrapper
{
	position: absolute;
	top:0;
	right:0;
	left:0;
}

.home .caption
{
	width: 40%;
	display: block;
	height: auto;
	margin:0 auto;
	margin-top: 45px;
	text-align: center;
	color:#fff;
}

.home .caption h1
{
	font-size:30px;
	font-weight: 700;
	text-align: center;
	color:#fff;
	line-height: 30px;
	margin-bottom: 30px;
}
.home .caption p{
	color:#fff;
	font-weight: 600;
}

.home .buttons
{
	position: relative;
	display: block;
	top:30px;
	left:0;
	right: -30px;
	margin:0 auto;
	text-align: center;
}

.home .buttons a
{
	width: 158px;
	height: auto;
	display: inline-block;
	text-align: center;
	margin-right: 50px;
	font-size:20px;
	color:#fff;
	font-weight: 600;
}

.home .buttons a img
{
	padding-bottom: 20px;
	transition: linear 0.3s;
}

.home .buttons a:hover 
{
	color:#289dcc;
}

.home .buttons a:hover img
{
	opacity: 0.6;
}

.home section.recentbusiness
{
	padding-bottom: 25px;
}

.home section.recentbusiness h3
{
	text-align: center;
	color:#343434;
	font-size:40px;
	font-weight: 500;
}

.home section.recentbusiness .businessmain
{
	margin-top: 40px;
}

.home section.recentbusiness .businessbox
{
	width: 22%;
	display: inline-block;
	float: right;
	margin-left:4%;
	-webkit-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
	border-radius: 6px 6px 0 0;
	transition: linear 0.3s;
}


.home section.recentbusiness .businessbox:nth-child(4)
{
	float: left;
	margin-left: 0;
}

.home section.recentbusiness .businessbox .title
{
	height: 60px;
	background: #343434;
	border-radius: 6px 6px 0 0;
	transition: linear 0.3s;
}

.home section.recentbusiness .businessbox:hover .title
{
	margin-top: -10px;
}


.home section.recentbusiness .businessbox .title h4
{
	margin-top: 0;
	text-align: center;
	line-height: 60px;
	color:#fff;
	font-size:22px;
}

.home section.recentbusiness .businessbox .image
{
	text-align: center;
	height: 80px;
}

.home section.recentbusiness .businessbox .image img
{
	width: auto;
	max-height: 60px;
	margin-top: 5px;
}

.home section.recentbusiness .businessbox .content
{
	padding:5px 8px;
	background: #f2f1f6;
	margin-bottom: 8px;
	min-height: 90px;
}

.home section.recentbusiness .businessbox .content p
{
	font-size: 16px;
	text-align: center;
	margin:0;
}

.home section.recentbusiness .businessbox .phone
{
	text-align: center;
}

.home section.recentbusiness .businessbox .phone a
{
	color:#343434;
	font-size:20px;
	transition: linear 0.3s;
}

.home section.recentbusiness .businessbox .phone a:hover
{
	color:#4288da;
}

.home section.recentbusiness .businessbox a.readmore
{
	display: block;
	text-align: center;
	padding:10px;
	border:1px solid #4288da;
	color:#4288da;
	font-size: 18px;
	width: 50%;
	margin:10px auto;
	border-radius: 50px;
	transition: linear 0.3s;
}

.home section.recentbusiness .businessbox a.readmore:hover
{
	color:#343434;
	border-color: #343434;
}

.home section.recentbusiness .businessmain a.morebusiness,
.home section.career .jobsmain a.morejobs
{
	display: block;
	width: 25%;
	margin:60px auto 0;
	text-align: center;
	padding:15px 0;
	background: #f99e54;
	color:#343434;
	transition: linear 0.5s;
	border-radius: 50px;
	font-size:25px;
}

.home section.recentbusiness .businessmain a.morebusiness:hover,
.home section.career .jobsmain a.morejobs:hover
{
	background: #343434;
	color:#fff;
}

.home section.career
{
	background: #f2f1f6;
	margin-top: 35px;
	margin-bottom: 35px;
	padding-bottom: 35px;
}

.home section.career h3
{
	text-align: center;
	color:#343434;
	font-size:40px;
	font-weight: 500;
}
.home section.career p{
	margin-bottom: 15px;
	text-align: center;
}

.home section.career .jobsmain table,
.page-template-jobs .jobsmain table,
.type-jobs .searchpage1 table
{
	width: 100%;
	-webkit-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
}

.home section.career .jobsmain table thead th,
.page-template-jobs .jobsmain table thead th,
.type-jobs .searchpage1 table thead th
{
	width: 13%;
	background: #343434;
	color:#fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-left:2px solid #fff;
	font-size:22px;
	font-weight: 300;
}

.home section.career .jobsmain table thead th:last-child,
.page-template-jobs .jobsmain table thead th:last-child,
.type-jobs .searchpage1 table thead th:last-child
{
	border:none;
}

.home section.career .jobsmain table tr,
.page-template-jobs .jobsmain table tr,
.type-jobs .searchpage1 table tr
{
	border-bottom:2px solid #fff;	
	background: #ffd75e;
	transition: linear 0.3s;
	cursor: pointer;
}

.home section.career .jobsmain table tr:last-child,
.page-template-jobs .jobsmain table tr:last-child,
.type-jobs .searchpage1 table tr:last-child
{
	border:none;
}

.home section.career .jobsmain table tr:hover,
.page-template-jobs .jobsmain table tr:hover,
.type-jobs .searchpage1 table tr:hover
{
	background: #f2f1f6;
}

.home section.career .jobsmain table tr td,
.page-template-jobs .jobsmain table tr td,
.type-jobs .searchpage1 table tr td
{
	text-align: center;
	border-left:2px solid #fff;
	padding: 5px 0;
}


.home section.career .jobsmain table tr td:last-child,
.page-template-jobs .jobsmain table tr td:last-child,
.type-jobs .searchpage1 table tr td:last-child
{
	border:none;
}


.home section.career .jobsmain table tr td p,
.page-template-jobs .jobsmain table tr td p,
.type-jobs .searchpage1 table tr td p
{
	margin:0;
}

.home section.career .jobsmain a.morejobs
{
	background: #dda0dd;
}


.home section.recentposts
{
	margin-top: 35px;
	margin-bottom: 35px;
	padding-bottom: 35px;
}

.home section.recentposts h3
{
	text-align: center;
	color:#343434;
	font-size:40px;
	font-weight: 500;
}

.home section.recentposts .postbox
{
	width: 30%;
	display: inline-block;
	float: right;
	margin-left: 5%;
	-webkit-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
	border-radius: 6px 6px 0 0;
	transition: linear 0.3s;
}

.home section.recentposts .postbox:nth-child(3)
{
	float: left;
	margin-left: 0;
}

.home section.recentposts .postbox .title
{
	height: 40px;
	background: #343434;
	border-radius: 6px 6px 0 0;
	transition: linear 0.3s;
}

.home section.recentposts .postbox:hover .title
{
	margin-top: -10px;
}

.home section.recentposts .postbox .title h4
{
	margin-top: 0;
	text-align: center;
	line-height: 40px;
	color:#fff;
	font-size:22px;
}	

.home section.recentposts .postbox .author
{
	background: #f2f1f6;	
	padding:5px;
}

.home section.recentposts .postbox .author h5
{
	font-size:14px;
	color:#343434;
	font-weight: 500;
	margin:0;
}

.home section.recentposts .postbox .content
{
	padding:5px;
	min-height: 100px;
}

.home section.recentposts .postbox .readmore
{
	background: #f2f1f6;
	height: 60px;
	padding-top: 1px;
}

.home section.recentposts .postbox .readmore a
{
    display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #4288da;
    color: #4288da;
    font-size: 18px;
    width: 40%;
    margin: 10px auto;
    border-radius: 50px;
    transition: linear 0.3s;
}

.home section.recentposts .postbox .readmore a:hover
{
	color: #343434;
    border-color: #343434;
}

.home section.recentposts a.moreposts
{
	display: block;
    width: 25%;
    margin: 60px auto 0;
    text-align: center;
    padding: 15px 0;
    background: #32c672;
    color: #fff;
    transition: linear 0.5s;
    border-radius: 50px;
    font-size: 25px;
}

.home section.recentposts a.moreposts:hover
{
	background: #343434;
    color: #fff;
}

.home section.customers_mobile{
	display: none;
	text-align: center;
	margin-bottom: 50px;
}

.home section.customers{
	text-align: center;
	margin-bottom: 50px;
}
.home section.customers h3,
.home section.customers_mobile h3{
    text-align: center;
    color: #343434;
    font-size: 40px;
    font-weight: 500;
}


/************************
		COLPHONE
************************/
.page-template-clophone .searchfilter,
.phones .searchfilter
{
	height: 90px;
	padding-top: 15px;
}

.page-template-clophone .searchfilter form ul li,
.phones .searchfilter form ul li
{
	width: 38%;
	display: inline-block;
	float: right;
	margin-left: 2%;
}

.page-template-clophone .searchfilter form ul li:last-child,
.phones .searchfilter form ul li:last-child
{
	margin-left: 0;
	float: left;
}

.page-template-clophone .searchfilter form ul li label,
.page-template-clophone .searchfilter form ul li input,
.page-template-clophone .searchfilter form ul li select,
.phones .searchfilter form ul li label,
.phones .searchfilter form ul li input,
.phones .searchfilter form ul li select
{
	width: 100%;
}

.page-template-clophone .searchfilter form ul li label .chosen-rtl,
.phones .searchfilter form ul li label .chosen-rtl
{
	width: 100%;
}

.page-template-clophone .searchfilter form ul li label input,
.page-template-clophone .searchfilter form ul li label .chosen-rtl .chosen-single,
.phones .searchfilter form ul li label input,
.phones .searchfilter form ul li label .chosen-rtl .chosen-single
{
	border-radius: 25px;
	border:2px solid #343434;
	height: 40px;
	background: #fff;
	width: 100%;
	font-size:16px;
	color:#343434;
}

.page-template-clophone .searchfilter form ul li label .chosen-rtl .chosen-single span,
.phones .searchfilter form ul li label .chosen-rtl .chosen-single span
{
	height: 40px;
	line-height: 37px;
	font-size:16px;
	font-weight: 600;
}

.page-template-clophone .searchfilter form ul li label .chosen-rtl .chosen-single div,
.phones .searchfilter form ul li label .chosen-rtl .chosen-single div
{
	top:7px;
}

.page-template-clophone .searchfilter form ul li .chosen-drop ul li,
.phones .searchfilter form ul li .chosen-drop ul li
{
	width: 100%;
}

.page-template-clophone .searchfilter form ul li label input::-webkit-input-placeholder,
.phones .searchfilter form ul li label input::-webkit-input-placeholder
{
	font-size:16px;
	color:#343434;
	font-weight: 600;
}

.page-template-clophone .searchfilter form ul li label input::-moz-placeholder,
.phones .searchfilter form ul li label input::-moz-placeholder
{
	font-size:16px;
	color:#343434;
	font-weight: 600;
}

.page-template-clophone .searchfilter form ul li label input:-ms-input-placeholder,
.phones .searchfilter form ul li label input:-ms-input-placeholder
{
	font-size:16px;
	color:#343434;
	font-weight: 600;
}

.page-template-clophone .searchfilter form ul li label input:-moz-placeholder,
.phones .searchfilter form ul li label input:-moz-placeholder
{
	font-size:16px;
	color:#343434;
	font-weight: 600;
}

.page-template-clophone .searchfilter form ul li.sf-field-submit,
.phones .searchfilter form ul li.sf-field-submit
{
	width: 20%;
}

.page-template-clophone .searchfilter form ul li.sf-field-submit input,
.phones .searchfilter form ul li.sf-field-submit input
{
	background: #f99e54;
    border-radius: 20px;
    height: 40px;
    border: none;
    color:#fff;
    font-size:25px;
    line-height: 25px;
    font-weight: 400;
    transition: linear 0.3s;
}

.page-template-clophone .searchfilter form ul li.sf-field-submit input:hover,
.phones .searchfilter form ul li.sf-field-submit input:hover
{
	background: #343434;
}

.page-template-clophone table
{
	width: 100%;
	margin-top: 35px;
}

.page-template-clophone table thead th
{
	font-size:18px;
	height: 35px;
	line-height: 35px;
	color:#fff;
	text-align: center;
}
.page-template-clophone table tr:hover{
	cursor: pointer;
	background-color: #383838;
}

.page-template-clophone table tr:nth-child(even)
{
	background: #ddd;
}
.page-template-clophone table tr:nth-child(even):hover{
	background-color: #383838;
}


.page-template-clophone table thead
{
	background: #343434;
}

.page-template-clophone table tr td
{
	width: 16%;
	font-size:16px;
	height: 30px;
	line-height: 30px;
	border-left:1px dashed #343434;
	text-align: center;
}
.page-template-clophone table tr:hover td,
.page-template-clophone table tr:nth-child(even):hover td{
	color:#fff;
}

.page-template-clophone table tr td:last-child
{
	border-left:none;
}

/* Pagination */
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
}
 
.pagination span, .pagination a {
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #555; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #6AAC70; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #6AAC70; /* Current page background */
    color:#fff;
}

/* Pagination */
.pagination {
    clear:both;
    position:relative;
    font-size:12px; /* Pagination text size */
    line-height:13px;
    float:right; /* Pagination float direction */
}
 
.pagination span, .pagination a {
    display:block;
    float:right;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#fff; /* Pagination text color */
    background: #343434; /* Pagination non-active background color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
 
.pagination a:hover{
    color:#fff;
    background: #4288da; /* Pagination background on hover */
}
 
.pagination .current{
    padding:6px 9px 5px 9px;
    background: #4288da; /* Current page background */
    color:#fff;
}	


/******************************
		SEARCH PAGE
******************************/
main h1
{
	text-align: center;
	color:#343434;
}
.page-id-27296 main h1{
	background: #4288da;
	color:#fff;
	margin-top: 0;
}

.searchpage .maincategories
{
	margin-bottom: 35px;
}

.searchpage .maincategories table
{
	width: 100%;
	margin-bottom: 30px;
}

.searchpage .maincategories table thead
{
	background: #343434;
}

.searchpage .maincategories table thead th
{
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
}

.searchpage .maincategories table tr td
{
	width: 16%;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-left: 1px dashed #343434;
    text-align: center;
}	

.searchpage .maincategories table tr:nth-child(even)
{
	background: #ddd;
}





/***************************
	BUSINESS SINGLE
****************************/
.single-business .maintitle h1,
.single-jobs .maintitle h1,
.single-phones .maintitle h1
{
	text-align: center;
	color:#343434;
}

.single-business .maincontent .businessbox,
.single-jobs .maincontent .jobbox,
.single-phones .maincontent .businessbox
{
	width: 100%;
	-webkit-box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 1px 2px 10px 0px rgba(0,0,0,0.75);
    border-radius: 6px 6px 0 0;
    margin-bottom: 50px;
}

.single-business .maincontent .businessbox .businesstitle,
.single-jobs .maincontent .jobbox .jobtitle,
.single-phones .maincontent .businessbox .businesstitle
{
	background: #343434;
	border-radius: 6px 6px 0 0;
}

.single-business .maincontent .businessbox .businesstitle h2,
.single-jobs .maincontent .jobbox .jobtitle h2,
.single-phones .maincontent .businessbox .businesstitle h2
{
	width: auto;
	display: inline-block;
	margin-right: 60px;
	color:#fff;
}

.single-business .maincontent .businessbox .businesstitle .logo,
.single-business .maincontent .businessbox .businesstitle .socialshare,
.single-jobs .maincontent .jobbox .jobtitle .logo,
.single-jobs .maincontent .jobbox .jobtitle .socialshare
{
	display: inline-block;
	float: left;
	height: 68px;
}

.single-business .maincontent .businessbox .businesstitle .socialshare ul,
.single-jobs .maincontent .jobbox .jobtitle .socialshare ul
{
	list-style: none;
	height: 100%;
	margin-bottom: 0;
	margin-left: 15px;
}

.single-business .maincontent .businessbox .businesstitle .socialshare ul li,
.single-jobs .maincontent .jobbox .jobtitle .socialshare ul li
{
	width: 45px;
	display: inline-block;
	float: left;
	background: url('../../img/facebook.png')center center no-repeat;
	height: 100%;
	transition: linear 0.3s;
}

.single-business .maincontent .businessbox .businesstitle .socialshare ul li:hover,
.single-jobs .maincontent .jobbox .jobtitle .socialshare ul li:hover
{
	opacity: 0.5;
}

.single-business .maincontent .businessbox .businesstitle .socialshare ul li.youtube,
.single-jobs .maincontent .jobbox .jobtitle .socialshare ul li.youtube
{
	background-image: url('../../img/youtube.png');
}

.single-business .maincontent .businessbox .businesstitle .socialshare ul li.twitter,
.single-jobs .maincontent .jobbox .jobtitle .socialshare ul li.twitter
{
	background-image: url('../../img/twiter.png');
}


.single-business .maincontent .businessbox .businesstitle .socialshare ul li.linkedin,
.single-jobs .maincontent .jobbox .jobtitle .socialshare ul li.linkedin
{
	background-image: url('../../img/linkdin.png');
}


.single-business .maincontent .businessbox .businesstitle .socialshare ul li a,
.single-jobs .maincontent .jobbox .jobtitle .socialshare ul li a
{
	display: inline-block;
	height: 100%;
	width: 100%;
}

.single-business .maincontent .businessbox .businesstitle .logo,
.single-jobs .maincontent .jobbox .jobtitle .logo
{
	margin-left: 60px;
	height: 70px;
	background: #fff;
}

.single-business .maincontent .businessbox .businesstitle .logo img,
.single-jobs .maincontent .jobbox .jobtitle .logo img
{
	height: 100%;
	width: auto;
}

.single-business .maincontent .businessbox .businesscontent,
.single-jobs .maincontent .jobbox .jobcontent,
.single-phones .maincontent .businessbox .businesscontent
{
	padding: 40px 60px;
}

.single-business .maincontent .businessbox .businesscontent .paragraph,
.single-business .maincontent .businessbox .businesscontent .contacts,
.single-jobs .maincontent .jobbox .jobcontent .paragraph,
.single-jobs .maincontent .jobbox .jobcontent .contacts,
.single-phones .maincontent .businessbox .businesscontent .paragraph,
.single-phones .maincontent .businessbox .businesscontent .contacts
{
	border-bottom:1px solid #343434;
	padding-bottom: 20px;
}

.single-business .maincontent .businessbox .businesscontent .paragraph h6
{
	color:#343434;
	font-weight: 500;
}

.single-business .maincontent .businessbox .businesscontent .contacts ul,
.single-jobs .maincontent .jobbox .jobcontent .contacts ul,
.single-phones .maincontent .businessbox .businesscontent .contacts ul
{
	list-style: none;
}

.single-business .maincontent .businessbox .businesscontent .contacts ul li,
.single-jobs .maincontent .jobbox .jobcontent .contacts ul li,
.single-phones .maincontent .businessbox .businesscontent .contacts ul li
{
	width: 25%;
	display: inline-block;
	float: right;
	background: url('../../img/name.png') no-repeat center right;	
	height: 43px;
	line-height: 43px;
	padding-right:40px;
	font-size:17px;
	color:#343434;
	font-weight: 600;
}

.single-business .maincontent .businessbox .businesscontent .contacts ul li a,
.single-jobs .maincontent .jobbox .jobcontent .contacts ul li a,
.single-phones .maincontent .businessbox .businesscontent .contacts ul li a
{
	color:#343434;
	transition: linear 0.3s;
}

.single-business .maincontent .businessbox .businesscontent .contacts ul li a:hover,
.single-jobs .maincontent .jobbox .jobcontent .contacts ul li a:hover
{
	color:#4288da;
}

.single-business .maincontent .businessbox .businesscontent .contacts ul li.phone,
.single-jobs .maincontent .jobbox .jobcontent .contacts ul li.phone,
.single-phones .maincontent .businessbox .businesscontent .contacts ul li.phone
{
	background-image: url('../../img/phone.png');
}

.single-business .maincontent .businessbox .businesscontent .contacts ul li.mail,
.single-jobs .maincontent .jobbox .jobcontent .contacts ul li.mail
{
	background-image: url('../../img/mail.png');
}

.single-business .maincontent .businessbox .businesscontent .contacts ul li.site,
.single-jobs .maincontent .jobbox .jobcontent .contacts ul li.site
{
	background-image: url('../../img/site.png');
}

.single-jobs .maincontent .jobbox .jobcontent .contacts ul li.city
{
	background-image: url('../../img/area.png');
}

.single-jobs .maincontent .jobbox .jobcontent .contacts ul li.local
{
	background-image: url('../../img/location.png');
}

.single-jobs .maincontent .jobbox .jobcontent .contacts ul li.occupation
{
	background-image: url('../../img/occupation.png');
}

.single-jobs .maincontent .jobbox .jobcontent .contacts ul li.type
{
	background-image: url('../../img/type.png');
}

.single-business .maincontent .businessbox .contactbusiness,
.single-jobs .maincontent .jobbox .contactjob
{
	margin-top: 40px;
	background: #f2f1f6;
	padding: 20px 60px;
}

.single-business .maincontent .businessbox .contactbusiness h3,
.single-jobs .maincontent .jobbox .contactjob h3
{
	color:#343434;
	text-align: center;
	font-size:25px;
	font-weight: 500;
}

.single-business .maincontent .businessbox .contactbusiness form p label,
.single-jobs .maincontent .jobbox .contactjob form p label
{	
	width: 33%;
	display: inline-block;
	float: right;
	margin-bottom: 30px;
}

.single-business .maincontent .businessbox .contactbusiness form p label input,
.single-jobs .maincontent .jobbox .contactjob form p label input
{
	border-radius: 30px;
	border:1px solid #343434;
	width: 90%;
}

.single-business .maincontent .businessbox .contactbusiness form input[type=submit],
.single-jobs .maincontent .jobbox .contactjob form input[type=submit]
{
	width: 10%;
	display: block;
	margin:0 auto;
	background: #f99e54;
	border:none;
	border-radius: 20px;
	padding:10px 0;
	transition: linear 0.3s;
}

.single-business .maincontent .businessbox .contactbusiness form input[type=submit]:hover,
.single-jobs .maincontent .jobbox .contactjob form input[type=submit]:hover
{
	background: #343434;
	color:#fff;
}

.single-business a.changedtl,
.single-jobs .maincontent a.changedtl{
	width: 15%;
    margin: 0 auto;
    display: block;
    background-color: #4288da;
    color:#fff;
    margin-bottom: 40px;
    border:none;
    padding:10px;
    border-radius: 7px;
    font-size: 18px;
    text-align: center;
    transition: linear 0.3s;
}
.single-business a.changedtl:hover,
.single-jobs .maincontent a.changedtl:hover{
	background-color: #343434;
}
.single-business a.changedtl{
	background-color: #ef1616;
    display: inline-block;
    float: left;
    clear: both;
    position: relative;
    top: -46px;
    margin-bottom: 0;
    font-size: 16px;
}
.single-business .maincontent{
	clear:both;
}
#ulp-OG7Sw5FXKljKPP2U #ulp-layer-254 .ulp-checkbox{
	background: transparent !important;
	background-color: transparent !important;
	border:1px solid #fff !important;
}


/***************************
		SINGLE JOB
****************************/
.single-jobs .maincontent .jobbox .date h6
{
	color:#343434;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 500;
}

.single-jobs .maincontent .jobbox .jobcontent .contacts
{
	padding-bottom: 0;
}

.single-jobs .maincontent .jobbox .jobcontent .contacts ul
{
	margin:0;
	padding:10px 0;
}

.single-jobs .maincontent .jobbox .jobcontent .contacts ul.second
{
	border-top:1px solid #343434;
}


/****************************
		ALL BUSINESSES
*****************************/

.page-template-businesses h1
{
	text-align: center;
    color: #343434;
}

.page-template-businesses .businessmain
{
	margin-top: 40px;
	margin-bottom: 40px;
}

.page-template-businesses .businessmain .businessbox,
.searchpage .businessbox
{
	width: 22%;
    display: inline-block;
    float: right;
    margin-left: 4%;
    -webkit-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
    border-radius: 6px 6px 0 0;
    transition: linear 0.3s;
    margin-bottom: 25px;
}	

.page-template-businesses .businessmain .businessbox:nth-child(4n+4),
.searchpage .businessbox:nth-child(4n+4)
{
	float: left;
	margin-left: 0;
}

.page-template-businesses .businessmain .businessbox:nth-child(4n+5),
.searchpage .businessbox:nth-child(4n+5)
{
	clear:both;
}

.page-template-businesses .businessmain .businessbox .title,
.searchpage .businessbox .title
{
	height: 60px;
    background: #343434;
    border-radius: 6px 6px 0 0;
    transition: linear 0.3s;
}

.page-template-businesses .businessmain .businessbox:hover .title,
.searchpage .businessbox:hover .title
{
	margin-top: -10px;
}


.page-template-businesses .businessmain .businessbox .title h3,
.searchpage .businessbox .title h4	
{
	margin-top: 0;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.page-template-businesses .businessmain .businessbox .image,
.searchpage .businessbox .image
{
	text-align: center;
    height: 80px;
}

.page-template-businesses .businessmain .businessbox .image img,
.searchpage .businessbox .image img
{
	width: auto;
    max-height: 60px;
    margin-top: 5px;
}

.page-template-businesses .businessmain .businessbox .content,
.searchpage .businessbox .content
{
    padding: 5px 8px;
    background: #f2f1f6;
    margin-bottom: 8px;
    min-height: 90px;
}

.page-template-businesses .businessmain .businessbox .content p,
.searchpage .businessbox .content p
{
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.page-template-businesses .businessmain .businessbox .phone,
.searchpage .businessbox .phone
{
	text-align: center;
}

.page-template-businesses .businessmain .businessbox .phone a,
.searchpage .businessbox .phone a
{
	color: #343434;
    font-size: 20px;
    transition: linear 0.3s;
}

.page-template-businesses .businessmain .businessbox a.readmore,
.searchpage .businessbox a.readmore
{
	display: block;
    text-align: center;
    padding: 10px;
    border: 1px solid #4288da;
    color: #4288da;
    font-size: 18px;
    width: 50%;
    margin: 10px auto;
    border-radius: 50px;
    transition: linear 0.3s;
}

.page-template-businesses .businessmain .businessbox a.readmore:hover,
.searchpage .businessbox a.readmore:hover
{
    color: #343434;
    border-color: #343434;
}

.page-template-businesses .searchfilter,
.type-business .searchfilter,
.page-template-blog .searchfilter,
.single-post .searchfilter
{
	padding-top: 15px;
	height: 90px;
}

.page-template-businesses .searchfilter form ul li,
.type-business .searchfilter form ul li,
.page-template-blog .searchfilter form ul li,
.single-post .searchfilter form ul li
{
	width: 23%;
	display: inline-block;
	/*float: right;*/
	margin-left: 2.6%;
}

.page-template-businesses .searchfilter form ul li:last-child,
.type-business .searchfilter form ul li:last-child,
.page-template-blog .searchfilter form ul li:last-child,
.single-post .searchfilter form ul li:last-child
{
	float: left;
	margin-left: 0;
}

.page-template-businesses .searchfilter form ul li label,
.page-template-businesses .searchfilter form ul li label .chosen-rtl,
.type-business .searchfilter form ul li label,
.type-business .searchfilter form ul li label .chosen-rtl,
.page-template-blog .searchfilter form ul li label,
.page-template-blog .searchfilter form ul li label .chosen-rtl,
.single-post .searchfilter form ul li label,
.single-post .searchfilter form ul li label .chosen-rtl
{
	width: 100%;
}

.page-template-businesses .searchfilter form ul li label input,
.page-template-businesses .searchfilter form ul li label .chosen-rtl .chosen-single,
.type-business .searchfilter form ul li label input,
.type-business .searchfilter form ul li label .chosen-rtl .chosen-single,
.page-template-blog .searchfilter form ul li label input,
.page-template-blog .searchfilter form ul li label .chosen-rtl .chosen-single,
.single-post .searchfilter form ul li label input,
.single-post .searchfilter form ul li label .chosen-rtl .chosen-single
{
    border-radius: 25px;
    border: 2px solid #343434;
    height: 40px;
    background: #fff;
    width: 100%;
    font-size: 16px;
    color: #343434;
}

.page-template-businesses .searchfilter form ul li label .chosen-rtl span,
.type-business .searchfilter form ul li label .chosen-rtl span,
.page-template-blog .searchfilter form ul li label .chosen-rtl span,
.single-post .searchfilter form ul li label .chosen-rtl span
{
	height: 40px;
    line-height: 37px;
    font-size: 16px;
    font-weight: 600;
}

.page-template-businesses .searchfilter form ul li label .chosen-rtl div,
.type-business .searchfilter form ul li label .chosen-rtl div,
.page-template-blog .searchfilter form ul li label .chosen-rtl div,
.single-post .searchfilter form ul li label .chosen-rtl div
{
	top:7px;
}

.page-template-businesses .searchfilter form ul li .chosen-drop ul li,
.type-business .searchfilter form ul li .chosen-drop ul li,
.page-template-blog .searchfilter form ul li .chosen-drop ul li,
.single-post .searchfilter form ul li .chosen-drop ul li
{
	width: 100%;
}

.page-template-businesses .searchfilter form ul li.sf-field-submit input,
.type-business .searchfilter form ul li.sf-field-submit input,
.page-template-blog .searchfilter form ul li.sf-field-submit input,
.single-post .searchfilter form ul li.sf-field-submit input
{
	background: #f99e54;
    border-radius: 20px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
    transition: linear 0.3s;
}

.page-template-businesses .searchfilter form ul li.sf-field-submit input:hover,
.type-business .searchfilter form ul li.sf-field-submit input:hover,
.page-template-blog .searchfilter form ul li.sf-field-submit input:hover,
.single-post .searchfilter form ul li.sf-field-submit input:hover
{
	background: #343434;
}

/***************************
		ALL JOBS
****************************/
.page-template-jobs .jobsmain
{
	margin-bottom: 35px;
}	


/**************************
		JOB SEARCH
**************************/
.type-jobs .searchpage1
{
	margin-bottom: 35px;
}

.page-template-jobs .searchfilter,
.type-jobs .searchfilter
{
	height: 90px;
	padding-top: 15px;
}	

.page-template-jobs .searchfilter form ul li,
.type-jobs .searchfilter form ul li
{
	width: 23%;
    display: inline-block;
    float: right;
    margin-left: 2.6%;
}

.page-template-jobs .searchfilter form ul li:last-child,
.type-jobs .searchfilter form ul li:last-child
{
	float: left;
    margin-left: 0;
}

.page-template-jobs .searchfilter form ul li label, 
.page-template-jobs .searchfilter form ul li label .chosen-rtl,
.type-jobs .searchfilter form ul li label, 
.type-jobs .searchfilter form ul li label .chosen-rtl
{
	width: 100%;
}

.page-template-jobs .searchfilter form ul li label input, 
.page-template-jobs .searchfilter form ul li label .chosen-rtl .chosen-single,
.type-jobs .searchfilter form ul li label input, 
.type-jobs .searchfilter form ul li label .chosen-rtl .chosen-single
{
    border-radius: 25px;
    border: 2px solid #343434;
    height: 40px;
    background: #fff;
    width: 100%;
    font-size: 16px;
    color: #343434;
}

.page-template-jobs .searchfilter form ul li.sf-field-submit input,
.type-jobs .searchfilter form ul li.sf-field-submit input
{
    background: #f99e54;
    border-radius: 20px;
    height: 40px;
    border: none;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: 400;
    width: 100%;
    transition: linear 0.3s;
}

.page-template-jobs .searchfilter form ul li.sf-field-submit input:hover,
.type-jobs .searchfilter form ul li.sf-field-submit input:hover
{
	background: #343434;
}

.page-template-jobs .searchfilter form ul li label .chosen-rtl div,
.type-jobs .searchfilter form ul li label .chosen-rtl div
{
	top:7px;
}

.page-template-jobs .searchfilter form ul li label .chosen-rtl span,
.type-jobs .searchfilter form ul li label .chosen-rtl span
{
	height: 40px;
    line-height: 37px;
    font-size: 16px;
    font-weight: 600;
}

.page-template-jobs .searchfilter form ul li .chosen-drop ul li,
.type-jobs .searchfilter form ul li .chosen-drop ul li
{
	width: 100%;
}

/****************************
			BLOG
****************************/
.page-template-blog .mainblog
{
	margin: 35px 0;
}

.page-template-blog .mainblog .blogpost
{
	margin: 50px 0;
	border-bottom:1px solid #4288da;
	padding-bottom: 50px;
}

.page-template-blog .mainblog .blogpost:last-child
{
	border-bottom:none;
}

.page-template-blog .blogpost .rightpost
{
	width: 40%;
	display: inline-block;
	float: right;
}	

.page-template-blog .blogpost .rightpost .postbox
{
	-webkit-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 18px 1px rgba(0,0,0,0.75);
    border-radius: 6px 6px 0 0;
    transition: linear 0.3s;
}

.page-template-blog .blogpost .rightpost .postbox .title
{
	height: 60px;
    background: #343434;
    border-radius: 6px 6px 0 0;
    transition: linear 0.3s;
}

.page-template-blog .blogpost .rightpost .postbox .title h3
{
	margin:0;
	padding:0 15px;
	color:#fff;
	line-height: 60px;
	font-size:25px;
}

.page-template-blog .blogpost .rightpost .postbox .author h5
{
	margin:0;
	padding:10px 15px;
	line-height: 25px;
	color:#343434;
	font-weight: 400;
}

.page-template-blog .blogpost .rightpost .postbox .image
{
	height: 200px;
	overflow: hidden;
}


.page-template-blog .blogpost .leftpost
{
	width: 55%;
	display: inline-block;
	float: left;
}

.page-template-blog .blogpost .leftpost p
{
	margin-top: 50px;
}

.page-template-blog .blogpost .leftpost a.readmore
{
	width: 20%;
	display: inline-block;
	margin-top: 50px;
	float: left;
	text-align: center;
	border:1px solid #4288da;
	color:#4288da;
	font-size:18px;
	border-radius: 30px;
	padding:10px;
	transition: linear 0.3s;
}

.page-template-blog .blogpost .leftpost a.readmore:hover
{
	color:#343434;
	border-color:#343434;
}


.type-post .maincontent
{
	margin-bottom: 25px;
}

.type-post .maincontent img
{
	float: right;
	padding-left: 15px;
}

.type-post .maincontent p img,
.type-post .maincontent strong img
{
	float: none;
	padding:0;
}

.type-post .maincontent img.alignleft
{
	float:left;
}


/*****************************
		ADD NEW BUSINESS
******************************/
.page-id-27296 #gform_wrapper_1,
.page-id-27562 #gform_wrapper_2{
	width: 1200px;
	margin:0 auto;
}
.page-id-27296 #gform_wrapper_1 form,
.page-id-27562 #gform_wrapper_2 form{
	width: 70%;
	margin:0 auto;
}
.page-id-27296 #gform_wrapper_1 form input,
.page-id-27562 #gform_wrapper_2 form input{
	width: 100%;
	border:2px solid #4288da;
}
.page-id-27296 #gform_wrapper_1 form ul li#field_1_1,
.page-id-27296 #gform_wrapper_1 form ul li#field_1_14,
.page-id-27296 #gform_wrapper_1 form li#field_1_9,
.page-id-27296 #gform_wrapper_1 form li#field_1_12,
.page-id-27296 #gform_wrapper_1 form li#field_1_10,
.page-id-27296 #gform_wrapper_1 form li#field_1_13,
.page-id-27296 #gform_fields_1_2 li#field_1_26,
.page-id-27296 #gform_fields_1_2 li#field_1_28,
.page-id-27296 #gform_fields_1_2 li#field_1_15,
.page-id-27296 #gform_fields_1_2 li#field_1_16{
	width:48%;
	display: inline-block;
	margin-left: 4% !important;
}
.page-id-27296 #gform_wrapper_1 form ul li#field_1_14,
.page-id-27296 #gform_wrapper_1 form li#field_1_9,
.page-id-27296 #gform_wrapper_1 form li#field_1_13,
.page-id-27296 #gform_fields_1_2 li#field_1_28,
.page-id-27296 #gform_fields_1_2 li#field_1_16{
	margin-left: 0 !important;
}
.page-id-27296 #gform_fields_1_2 li#field_1_26 select,
.page-id-27296 #gform_fields_1_2 li#field_1_28 select{
	width: 100%;
	border:2px solid #4288da;
}
.page-id-27296 .gform_wrapper .chosen-container-single .chosen-single{
	border-radius: 0;
	border:2px solid #4288da;
}
.page-id-27296 #gform_wrapper_1 form ul#input_1_20 li{
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	/*float: right;*/
	margin-bottom: 2px;
}
.page-id-27296 #gform_wrapper_1 form ul#input_1_8 li{
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	/*float: right;	*/
	margin-bottom: 2px;
}
.page-id-27296 #gform_wrapper_1 form ul#input_1_20 li label,
.page-id-27296 #gform_wrapper_1 form ul#input_1_8 li label{
	padding-right: 10px;
}
.page-id-27296 #gform_wrapper_1 form ul#input_1_20 li input[type=checkbox],
.page-id-27296 #gform_wrapper_1 form ul#input_1_8 li input[type=checkbox]{
	margin-top: 3px;
}
.page-id-27562 #gform_wrapper_2 form input#gform_submit_button_2{
	width: 30%;
	margin:0 auto;
	display: block;
	background: #f99e54;
	color:#fff;
	padding:10px 0;
	border-radius: 5px;
	text-align: center !important;
	border:none;
	font-size:25px;
}
.page-id-27296 #gform_wrapper_1 form input#gform_submit_button_1:hover,
.page-id-27562 #gform_wrapper_2 form input#gform_submit_button_2:hover,
.page-id-27296 #gform_wrapper_1 form input#gform_previous_button_1:hover,
.page-id-27296 #gform_wrapper_1 form input#gform_next_button_1_21:hover{
	background: #343434;
}
.page-id-27296 #gform_wrapper_1 form input#gform_next_button_1_21{
	width: 30%;
	margin:0 auto;
	display: block;
	background: #4288da;
	color:#fff;
	padding:10px 0;
	border-radius: 5px;
	text-align: center !important;
	border:none;
	font-size:25px;
}

.page-id-27296 #gform_wrapper_1 form input#gform_previous_button_1,
.page-id-27296 #gform_wrapper_1 form input#gform_submit_button_1{
	width: 30%;
	margin:0 auto;
	display: inline-block;
	background: #4288da;
	color:#fff;
	padding:10px 0;
	border-radius: 5px;
	text-align: center !important;
	border:none;
	font-size:25px;
	float: right;
	line-height: 1.5;
}
.page-id-27296 #gform_wrapper_1 form input#gform_submit_button_1{
	float: left;
}

.page-id-27562 #gform_wrapper_2 form li#field_2_2,
.page-id-27562 #gform_wrapper_2 form li#field_2_12{
	width: 48%;
	display: inline-block;
}
.page-id-27562 #gform_wrapper_2 form li#field_2_2{
	margin-left: 4% !important;
}
.page-id-27562 #gform_wrapper_2 form li#field_2_4,
.page-id-27562 #gform_wrapper_2 form li#field_2_5,
.page-id-27562 #gform_wrapper_2 form li#field_2_6,
.page-id-27562 #gform_wrapper_2 form li#field_2_7,
.page-id-27562 #gform_wrapper_2 form li#field_2_8,
.page-id-27562 #gform_wrapper_2 form li#field_2_9,
.page-id-27562 #gform_wrapper_2 form li#field_2_10,
.page-id-27562 #gform_wrapper_2 form li#field_2_11{
	width: 22%;
	display: inline-block;
}
.page-id-27562 #gform_wrapper_2 form li#field_2_4,
.page-id-27562 #gform_wrapper_2 form li#field_2_5,
.page-id-27562 #gform_wrapper_2 form li#field_2_6,
.page-id-27562 #gform_wrapper_2 form li#field_2_8,
.page-id-27562 #gform_wrapper_2 form li#field_2_9,
.page-id-27562 #gform_wrapper_2 form li#field_2_10{
	margin-left: 4% !important;
}
.page-id-27562 #gform_wrapper_2 form li#field_2_7 select{
	width: 100%;
}


/*****************************
		FOOTER
******************************/
footer
{
	border-top:1px solid #4288da;
	padding-top: 35px;
	clear:both;
	width: 100%;
}

footer .oneforth
{
	width: 25%;
	display: inline-block;
	float: right;
}

footer .oneforth h3
{
	font-weight: 500;
	font-size:22px;
}

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

footer .oneforth ul li a
{
	color:#343434;
	font-size:18px;
}

footer .credit
{
	background: #4288da;
	text-align: center;
	color:#fff;
	font-size:16px;
	padding:5px 0;
}	
footer .credit a{
	color:#fff;
}
.ulp-layer #fbLikeButton span{text-align: right !important;}


/*********************************************************
					M  O  B  I  L  E
**********************************************************/
@media screen and (min-width: 1440px)  and (max-width: 1780px){
	.home .caption{margin-top: 10px;}
	.home .caption h1{margin-top:0;margin-bottom: 10px;}
	.home .buttons a{width: 113px;}
}
@media screen and (min-width: 1025px)  and (max-width: 1440px){
	.wrapper{width: 98%;}
	.home .mainslider{overflow:hidden;}
	.home .mainslider img{max-width: none;height: 100%;}
	.home section.recentbusiness .businessbox .content{min-height: 150px;}
	.home section.recentbusiness .businessbox a.readmore{width: 70%;}
	.page-template-businesses .businessmain .businessbox .content, .searchpage .businessbox .content{min-height: 130px;}
	.page-template-businesses .businessmain .businessbox a.readmore, .searchpage .businessbox a.readmore{width: 70%;}
}
@media screen and (min-width: 769px)  and (max-width: 1024px){
	.wrapper{width: 98%;}
	.home .mainslider{overflow:hidden;}
	.home .mainslider img{max-width: none;height: 100%;}
	.home section.recentbusiness .businessbox{margin-left: 2.6%;width: 23%;}
	.home section.recentbusiness .businessbox .content{min-height: 150px;}
	.home section.recentbusiness .businessbox a.readmore{width: 70%;}
	.page-template-businesses .businessmain .businessbox a.readmore, .searchpage .businessbox a.readmore{width: 70%;}
	.page-template-businesses .businessmain .businessbox .content, .searchpage .businessbox .content{min-height: 127px;}

}
@media screen and (min-width: 481px)  and (max-width: 768px){
	.wrapper{width: 98%;}
	.home .caption{width: 80%;}
    .home .mainslider{overflow:hidden;}
	.home .mainslider img{max-width: none;height: 100%;}
	.home section.recentbusiness .businessbox{width: 46%;margin-bottom: 35px;min-height: 343px;}
	.home section.recentbusiness .businessbox:nth-child(2),
	.home section.recentbusiness .businessbox:nth-child(4){float: left;margin-left: 0;}
	.home section.recentbusiness .businessmain a.morebusiness, .home section.career .jobsmain a.morejobs{width: 55%;margin:30px auto 0;}
	.home section.recentposts .postbox .title h4{font-size: 16px;}
	.home section.recentposts .postbox .readmore a{width: 60%;}
	.page-template-businesses .businessmain .businessbox, .searchpage .businessbox{width: 46%;}
	.page-template-businesses .businessmain .businessbox:nth-child(2n+2), .searchpage .businessbox:nth-child(2n+2){float: left;margin-left: 0;}
	.home section.recentposts .postbox .content p{font-size:15px;}
	.home section.recentposts a.moreposts{width: 55%;}
	.single-business .maincontent .businessbox .contactbusiness form input[type=submit], .single-jobs .maincontent .jobbox .contactjob form input[type=submit]{width: 30%;}
	.single-business .maincontent a.changedtl{width: 25%;}
	.page-template-blog .blogpost .leftpost a.readmore{width: 40%;}
}
@media screen and (min-width: 320px)  and (max-width: 480px){
	.wrapper{width: 98%;}
	header .topbar .logo{width: 49%;text-align: center;margin:0 auto;display: block;}
	header .topbar .links{width: 100%;padding-top: 0;}
	header .topbar .links a.addnew{width: 36%;font-size:15px;margin-right: 12px;float: right;}
	header .topbar .links a.addnew.job{float: left;margin-right: 0;margin-left: 12px;}
	header nav#nav{display: none;height: auto;}
	.openmenu{width:40px;height: 40px;position: absolute;display: block;background: url('../../img/hamburger.png'); top:1%;right:5%;}
	header nav#nav ul{height: auto;}
	header nav#nav .wrapper{width: 100%;}
	header nav#nav ul li{width: 100%;}
	header nav#nav ul li a{line-height: 35px;}
	.searchfilter,.page-template-jobs .searchfilter, .type-jobs .searchfilter,.page-template-clophone .searchfilter, .phones .searchfilter{height: auto;overflow: auto;}
	.searchfilter form{width: 90%;margin:0 auto;}
	.searchandfilter ul{width: 100%;padding: 0;}
	.home .searchfilter form ul li,.page-template-jobs .searchfilter form ul li, .type-jobs .searchfilter form ul li,.page-template-clophone .searchfilter form ul li, .phones .searchfilter form ul li{width: 100%;float: none;margin-left: 0;}
	.page-template-clophone .searchfilter form ul li.sf-field-submit, .phones .searchfilter form ul li.sf-field-submit{width: 100%;}
	.home .mainslider{overflow: hidden;}
	.home .mainslider img{max-width: none;height: auto;}
	.home .caption{width: 100%;margin-top: 0;}
	.home .buttons{top:50px;right: 0;}
	.home .buttons a{width: 50%;margin-right: 0;float: right;text-align: center;}
	header .undercons{display: none;}
	header .topbar{margin-top: 0;}

	.home section.recentbusiness{padding-bottom: 0;}
	.home section.recentbusiness .businessmain{margin-top: 20px;width: 90%;margin:0 auto;}
	.home section.recentbusiness .businessbox{width: 100%;margin-left: 0;margin-bottom: 30px;}
	.home section.recentbusiness .businessbox .content p{font-size:18px;}
	.home section.recentbusiness .businessbox .content{min-height: 90px;}
	.home section.recentbusiness .businessmain a.morebusiness, .home section.career .jobsmain a.morejobs,.home section.recentposts a.moreposts{width: 95%;margin:10px auto 0;}

	.home section.career .jobsmain table tr th:first-child,.page-template-jobs .jobsmain table tr th:first-child{display: none;}
	.home section.career .jobsmain table tr td:first-child,.page-template-jobs .jobsmain table tr td:first-child{display: none;}

	.home section.recentposts .postbox{width: 100%;margin-bottom: 25px;}
	.home section.recentposts .postsmain{width: 90%;margin: 0 auto;}

	.home section.customers{display: none;}
	.home section.customers_mobile{display: block;}

	.page-template-businesses .businessmain{width: 90%;margin:0 auto;}
	.page-template-businesses .businessmain .businessbox{width: 100%;}
	.page-template-businesses .searchfilter,.single-business .searchfilter{height: auto;}
	.page-template-businesses .searchfilter form ul li,.single-business .searchfilter form ul li{width: 100%;float: none;margin-left: 0;}

	.single-business .maincontent .businessbox{width: 90%;margin:0 auto;}
	.single-business .maincontent .businessbox h2{margin-right: 10px;}
	.single-business .maincontent .businessbox .businesstitle .logo, .single-jobs .maincontent .jobbox .jobtitle .logo{margin-left: 15px;}
	.single-business .maincontent .businessbox .businesstitle h2, .single-jobs .maincontent .jobbox .jobtitle h2{margin-right: 20px;}
	.single-business .maincontent .businessbox .businesscontent, .single-jobs .maincontent .jobbox .jobcontent{padding:20px 30px;}
	.single-business .maincontent .businessbox .businesscontent .contacts ul li, .single-jobs .maincontent .jobbox .jobcontent .contacts ul li{width: 100%;}
	.single-business .maincontent .businessbox .contactbusiness form p label, .single-jobs .maincontent .jobbox .contactjob form p label{width: 100%;float: none;}
	.single-business .maincontent .businessbox .contactbusiness form p label input, .single-jobs .maincontent .jobbox .contactjob form p label input{width: 100%;}
	.single-business .maincontent .businessbox .contactbusiness form input[type=submit], .single-jobs .maincontent .jobbox .contactjob form input[type=submit]{width: 100%;}

	.type-business .searchfilter.filterpage{height: auto;}
	.type-business .searchfilter.filterpage form ul li{width: 100%;float: none;margin-left: 0;}
	.searchpage .maincontent{width: 90%;margin: 0 auto;}
	.searchpage .maincontent .businessbox{width: 100%;}
	.page-template-businesses .searchfilter, .type-business .searchfilter, .page-template-blog .searchfilter, .single-post .searchfilter{height: auto;}
	.page-template-businesses .searchfilter form ul li, .type-business .searchfilter form ul li, .page-template-blog .searchfilter form ul li, .single-post .searchfilter form ul li{width: 100%;float: none;margin-left: 0;}

	.page-template-blog .mainblog{width: 90%;margin:0 auto;}
	.page-template-blog .blogpost .rightpost,.page-template-blog .blogpost .leftpost{width: 100%;float: none;}
	.page-template-blog .blogpost .leftpost a.readmore{width: 50%;}

	.home section.career .jobsmain table thead th,.page-template-jobs .jobsmain table thead th,.type-jobs .searchpage1 table thead th{font-size: 17px;line-height: 22px;}
	.home section.career .jobsmain table tr td p, .page-template-jobs .jobsmain table tr td p, .type-jobs .searchpage1 table tr td p{font-size: 14px;}
	.single-business .maincontent .businessbox .businesscontent .contacts ul, .single-jobs .maincontent .jobbox .jobcontent .contacts ul, .single-phones .maincontent .businessbox .businesscontent .contacts ul{padding-right: 0;}
	.single-business .maincontent .businessbox .contactbusiness, .single-jobs .maincontent .jobbox .contactjob{padding:20px 15px;}
	.single-business .maincontent a.changedtl{width: 65%;}
	.page-template-clophone table thead th{font-size: 16px;line-height: 28px;}
	.page-template-clophone table tr td{font-size: 14px;word-break: break-all;line-height: 21px;}
	.page-template-clophone table thead th:last-child,.page-template-clophone table tr td:last-child{display: none;}
	.single-business a.changedtl{display: block;float:none;top:-10px;left:0;right: 0;width: 60%;}
}				