﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    outline: none;
}

body {
    font:14px/17px 'Open Sans', sans-serif;
    color: #000;
	background:#ce8d47 url('../images/bg.jpg') 0 0 repeat;
}

p {padding: 8px 0;}

img, a img {border: none;}

a {color: #669933; outline: none;}
a:hover {text-decoration: none;}

b {font-weight:600;}

textarea, input, select, button {
    font:14px 'Open Sans', sans-serif;;
}

input[type="text"] {
	border:1px solid #acacac;
	padding:0 3px 0 8px;
	margin-bottom:9px;
	width:360px; height:27px;
}
textarea {
	border:1px solid #acacac;
	padding:5px 0 5px 8px;
	margin-bottom:9px;
	width:585px;
}

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

    table th {
        text-align: left;
        vertical-align: top;
    }

    table td {
        vertical-align: top;
    }

.page {
	width:1070px;
	margin:0 auto;
	background:#fff;
	box-shadow: rgba(0,0,0,0.70) 0 0 20px;
    -moz-box-shadow: rgba(0,0,0,0.70) 0 0 20px;
    -webkit-box-shadow: rgba(0,0,0,0.70) 0 0 20px;
    -o-box-shadow: rgba(0,0,0,0.70) 0 0 20px;
}

/*--- header --*/
header {
	background:#fcf8db;
	position:relative;
	padding:17px 24px 18px 54px;
	color:#666;
}
	header .links {
		float:left;
		width:211px;
		padding-top:22px;
	}
		header .links a {
			font-size:15px;
			font-style:italic;
			padding-left:20px;
			line-height:20px;
		}
			header .links .post-vacancy {background:url('../images/post.png') 0px 3px no-repeat;}
			header .links .order-worker {background:url('../images/order.png') 0px 3px no-repeat;}

	header .logo {
		float:left;
		width:540px;
        text-align: center;

	}
		header .logo img {
            display: inline-block;
            position: relative;
            top: 10px;
		}
		header .logo .logo-left-text {
			text-align:right;
			color:#d24e2a;
			padding-top:17px;
            font-size: 16px;
            font-style: italic;
            font-family: Georgia, Times, "Times New Roman", serif;
            width: 150px;
            display: inline-block;
            padding-right: 12px;
		}
		header .logo .logo-right-text {
            font-size: 15px;
            font-style: italic;
            font-family: Georgia, Times, "Times New Roman", serif;
            padding-top: 17px;
            text-align: left;
            width: 150px;
            display: inline-block;
            padding-left: 12px;
		}

	header .contacts {
		float:right;
		width:220px;
		padding-top:24px;
	}
		header .contacts .phone {
			font-size:19px;
			display:block;
			padding-bottom:7px;
            text-align: right;
		}
			header .contacts .phone big {
				font-weight:600;
				font-size:28px;
			}
		header .contacts .email,
		header .contacts .skype,
		header .contacts .print {
			color:#666;
			background-image:url('../images/contacts-ico.png');
			background-repeat:no-repeat;
			padding:2px 0 0 24px;
			display:inline-block;
			margin:0 0 5px 50px;
		}
		header .contacts .email {background-position:0px 4px;}
		header .contacts .skype {background-position:0px -20px;}
		header .contacts .print {background-position:0px -43px;}

	header .language {
		position:absolute;
		top:0px; right:87px;
		font-size:16px;
	}
	header .language a {
		color:#666;
		padding:6px 6px 8px 6px;
		float:left;
	}
		header .language a.current {
			color:#fff;
			background:#93c183;
			text-decoration:none;
			cursor:default;
		}
/*--- /header --*/

/*--- slide ---*/

.homepage .slide {
	background:url('../images/slide-main.png') 0px 0px no-repeat;
	height:231px;
    width: 1088px;
    margin-left: -9px;
    margin-bottom: -5px;
    margin-top: -6px;
}
	.homepage .slide .welcome-block {
		color:#ffffff;
		font-size:14px;
		line-height:14px;
		background:rgba(148, 181, 102, 0.9);
		width:495px;
		padding:16px 10px 8px 15px;
		position:absolute;
		left:55px;
        top:25px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        margin-left: -54px;
        padding-left: 158px;
        background-image: url("../images/farmer-img.png");
        background-repeat: no-repeat;
        background-position: 11px 15px;
        box-shadow: rgba(0,0,0,0.70) 0 0 5px;
       -moz-box-shadow: rgba(0,0,0,0.70) 0 0 5px;
       -webkit-box-shadow: rgba(0,0,0,0.70) 0 0 5px;
       -o-box-shadow: rgba(0,0,0,0.70) 0 0 5px;
	}
    	.homepage .slide .welcome-block p {
            padding-top: 1px;
        }
		.homepage .slide .welcome-block h1 {
			color:#924f0b;
			font-size:18px;
            font-weight: normal;
			font-style:italic;
            padding-bottom: 10px;
            font-family: Georgia, Times, "Times New Roman", serif;
		}
			/*.homepage .slide .welcome-block h1 span {*/
				/*color:#b0881d;*/
			/*}*/
	/*.homepage .slide .post-vacancy-btn {margin-right:231px;}*/

.slide {
	height:175px;
	background:url('../images/slide.jpg') 0px 0px no-repeat;
	position:relative;
}
	.slide .contact-us {
		position: absolute;
        top: 55px;
        left: -41px;
        display: block;
        width: 114px;
        height: 33px;
        z-index: 100;
        line-height: 31px;
        background-color: #BE983C;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        text-align: center;
        text-decoration: none;
        text-transform: lowercase;
        color: #fff;
        font-size: 16px;
        transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        box-shadow: 3px 2px 2px RGBA(8, 8, 8, 0.1),
                    -3px 2px 2px RGBA(8, 8, 8, 0.1),
                    0 0 2px RGBA(8, 8, 8, 0.1),
                    0 0 5px RGBA(8, 8, 8, 0.1),
                    1px 0 2px RGBA(8, 8, 8, 0.1),
                    -1px 0 2px RGBA(8, 8, 8, 0.1);
	}
	.slide .post-vacancy-btn,
	.slide .order-worker-btn {
        position: absolute;
        right: 30px;
        bottom: 20px;
		display:inline-;
		vertical-align: baseline;
		cursor: pointer;
		white-space: nowrap;
		font-weight:700;
		font-size:14px;
		text-transform:uppercase;
		color:#fff;
        min-width: 220px;
        height:26px;
		padding:11px 0 0 24px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		text-align:center;
		text-decoration:none;
		background-image:url('../images/slide-btn-ico.gif');
		background-repeat:no-repeat;
		box-shadow: rgba(0,0,0,0.5) 0 0 4px;
		-moz-box-shadow: rgba(0,0,0,0.5) 0 0 4px;
		-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 4px;
		-o-box-shadow: rgba(0,0,0,0.5) 0 0 4px;
	}
	.slide .post-vacancy-btn {
		background-color:#6a949e;
		border-bottom:5px solid #56808b;
		background-position:16px 10px;
        bottom: 75px;
	}
		.slide .post-vacancy-btn:hover {
			background-color:#668d96;
		}
	.slide .order-worker-btn {
        background-image: url("../images/order-btn.png");
        background-repeat: no-repeat;
		background-color:#ac875a;
		border-bottom:5px solid #976a40;
        background-position: 14px 9px;
	}
		.slide .order-worker-btn:hover {
			background-color:#a97e4a;
		}
/*--- /slide ---*/
.homepage .main {
	padding:0px 20px 50px 20px;
}
.homepage .block-find-worker {
    margin: 0 20px 23px 10px;
    padding: 0 0 13px 11px;
    border: none;
    width: 1000px;
}
	.homepage .block-find-worker .group {
		float:left;
		width:135px;
		padding:0;
		margin-left:10px;
	}
	.homepage .block-find-worker .group .checkbox {
		width:auto;
		display:block;
	}
    .homepage .block-find-worker .group.experience .select2-container.select2-container-multi.select2-dropdown-open,
	.homepage .block-find-worker .group.kind_of_fork .select2-container.select2-container-multi.select2-dropdown-open,
	.homepage .block-find-worker .group.language .select2-container.select2-container-multi.select2-dropdown-open {
        width: 200px;
    }
    .homepage .block-find-worker .group.experience,
	.homepage .block-find-worker .group.kind_of_fork,
	.homepage .block-find-worker .group.language {
        width: inherit;
        margin-left: 10px;
        margin-right: 10px;
    }
	.homepage .block-find-worker .group.language {
		margin-right: 55px;
	}
    .homepage .block-find-worker .group.seasonal {
        width: inherit;
        margin-left: -10px;
        margin-right: 10px;
    }
    .homepage .block-find-worker .group.gender {
        border-left: 1px solid #cdcbce;
        padding-left: 30px;
        width: inherit;
        margin-left: -20px;
    }
    .homepage .block-find-worker .group.country {
        width: 170px;
    }
    .homepage .block-find-worker .group.status {
        padding-left: 10px;
    }
	.homepage .block-find-worker .col {
		float:left;
		width:210px;
	}

	.homepage .block-find-worker .select_fake {width: 207px;}
	.homepage .block-find-worker span.select_fake_text {width:175px;}
	.homepage .block-find-worker select.provider_select {width: 206px;}

	.homepage .block-find-worker .col:last-child {
		border-left:1px solid #ccc;
		/*padding-left:29px;*/
		/*margin-left:48px;*/
		min-height:125px;
	}
    .homepage .home-page-text {
        background:#f8f6ed;
        margin: 20px;
	    padding: 20px;
    }
.main {
	overflow:hidden;
     _zoom:1;
}

.main h3 {
	font-size:18px;
	font-weight:600;
}

.main ul {
	padding: 8px 0;
}
	.main ul li {
		position:relative;
		list-style:none;
		padding:3px 0 4px 0;
	}
		.main ul li:before {
			content: ".";
			display:block;
			color:#75a243;
			font-weight:700;
			line-height:17px;
			font-size:28px;
			position:absolute;
			top:-4px; left:-13px;
		}
	.main h1 {
		color:#669933;
		font-weight:700;
		font-size:21px;
		padding:14px 0 8px 0;
	}

button {
	outline: medium none;
    vertical-align: baseline;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
	font-weight:700;
	font-size:18px;
	padding-top:2px;
	text-transform:uppercase;
	color:#fff;
	background:#76ab5a;
	border:1px solid #669933;
	border-width:0px 0px 5px 0px;
	height:42px;
	width:166px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	button:hover {
		background:#71a556;
	}

label.checkbox {
    padding: 4px 0px 4px 22px;
    background: url('../images/checkbox.png') 0px 4px no-repeat;
}

	label.checkbox.checked {
		background: url('../images/checkbox2.png') 0px 1px no-repeat;
	}
	label.checkbox input[type="checkbox"] {
		display: none;
	}
/*--- select ---*/
.select_fake {
    background: #fff url('../images/select.gif') right 11px no-repeat;
    height: 27px;
    width: 371px;
    line-height: 17px;
    position: relative;
    border: 1px solid #acacac;
	margin-bottom:9px;
}
span.select_fake_text {
    overflow: hidden;
    padding: 5px 0 0 8px;
	width:363px;
    height: 22px;
    position: absolute;
}
select.provider_select {
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    height: 27px;
    line-height: 27px;
    padding: 0;
    width: 370px;
    cursor: pointer;
}

input.wid60 {width:52px; margin-right:3px; margin-left:3px;}
.select_fake.wid60 {width: 60px; display:inline-block; margin-right:5px; margin-left:5px;}
.select_fake.wid60 span.select_fake_text {width:52px;}
.select_fake.wid60 select.provider_select {width: 59px;}
/*--- /select ---*/

/*--- column left ---*/
.column-left {
	background:#fcf8db;
	width:278px;
	padding:15px 15px 10020px 15px;
    margin-bottom:-10000px;
	border-right:1px solid #d8d5bc;
	float:left;
	box-shadow:inset #dedbc1 -1px 0px 2px;
	-moz-box-shadow:inset #dedbc1 -1px 0px 2px;
	-webkit-box-shadow:inset #dedbc1 -1px 0px 2px;
	-o-box-shadow:inset #dedbc1 -1px 0px 2px;
}
    .column-left .select2-container.select2-container-multi{
        width: 245px!important;
    }
	.column-left h2 {
		text-transform:uppercase;
		font-size:18px;
		line-height:21px;
		color:#666;
		padding:13px 13px 15px 22px;
        text-align: center;
	}
	.column-left menu {
		padding-bottom:22px;
	}
		.column-left menu li {
			font-size:16px;
			line-height:19px;
			list-style:none;
			position:relative;
			padding:6px 6px 6px 22px;
		}
			.column-left menu li a {
				color:#333;
			}
			.column-left menu li a.active {
				color:#669933;
				text-decoration:none;
				cursor:default;
			}
	.column-left menu li:before {
		content: ".";
		display:block;
		color:#75a243;
		font-weight:700;
		line-height:17px;
		font-size:38px;
		position:absolute;
		top:-3px; left:7px;
	}

	.column-left .select_fake {width: 207px;}
	.column-left span.select_fake_text {width:175px;}
	.column-left select.provider_select {width: 206px;}

	.column-left .go-back {
		font:bold 18px Arial, sans-serif;
		color:#333;
		white-space: nowrap;
		display:inline-block;
			margin:6px 0 36px 0;
	}
		.column-left .go-back a {
			font:16px 'Open Sans', sans-serif;
			font-weight:600;
			color:#333;
		}

	.block-find-worker {
		font-size:16px;
		background:#f8f6ed;
		border:1px solid #669933;
		padding:0px 15px 11px 15px;
		overflow: hidden;
		margin-top:15px;
	}
		.block-find-worker h2 {
			padding:12px 15px 12px 15px;
			margin:0 -15px 17px -15px;
			background:#669933;
			color:#fff;
			text-align:center;
		}
		.block-find-worker label {
			display:inline-block;
		}
			.block-find-worker .checkbox.group-name {
				font-weight:600;
				font-size:18px;
				padding-bottom:5px;
				margin-top:-4px;
			}
			.block-find-worker .group {
				padding-bottom:12px;
                margin-top: 13px;
			}
				.block-find-worker .group .checkbox {
					display:inline-block;
					min-width:75px;
                    margin-right: 5px;
				}
		.block-find-worker	.workers {
			font-weight:700;
			color:#548721;
			padding-right:22px;
			position:relative;
			margin-top:1px;
		}
			.block-find-worker	.workers:after {
				content:'';
				position:absolute;
				top:5px; right:0px;
				background:url('../images/workers-ico.png') 0px 0px no-repeat;
				display:block;
				width:17px; height:16px;
			}
		.block-find-worker button {
			display:block;
            margin: 25px 20px 0;
            float: right;
        }
		.block-find-worker.mini button {
			display:block;
            margin: 25px auto 0;
            float: inherit;
        }

/*--- /column left ---*/

.column-base {
	width:610px;
	float:left;
	padding:38px 2px 37px 53px;
	text-align: justify;
	line-height: 1.5;
}
	.column-base .top-text {
		font-size:16px;
		line-height:19px;
		font-weight:600;
		color:#669933;
		padding-bottom:14px;
	}

/*--- comments ---*/
.comments {
	font-size:13px;
	line-height:16px;
	padding:28px 0 6px 0;
}
	.comments .user-photo {
		display:table-cell;
		vertical-align:top;
		width:200px;
	}
	.comment-text {
		display:table-cell;
		vertical-align:top;
		width:400px;
	}
		.comments .user-name {
			font-size:19px;
			font-weight:600;
			padding-bottom:2px;
		}
		.comments .user-profession {
			font-size:13px;
			font-weight:400;
			color:#666;
		}
		.comments p {padding:3px 0 2px 0;}
/*--- /comments ---*/

/*--- gallery ---*/
.gallery {
	width:680px;
	margin-right:-80px;
	padding-top:4px;
	position:relative;
}
	.gallery figure {
		width:314px;
		border:1px solid #dedbdb;
		overflow:hidden;
		float:left;
		margin:0 23px 28px 0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		box-shadow:#d4d2d2 0 0 3px;
		-moz-box-shadow:#d4d2d2 0 0 3px;
		-webkit-box-shadow:#d4d2d2 0 0 3px;
		-o-box-shadow:#d4d2d2 0 0 3px;
	}
		.gallery figure a {
			text-decoration:none;
		}
		.gallery figure img {
			display:block;
		}

		.gallery figure figcaption {
			text-align:center;
			font-weight:600;
			color:#333;
			background:#f8f6ed;
			padding:11px 5px 14px 5px;
		}
/*--- /gallery ---*/

.files-list {
	padding-bottom:7px;
}
.files-list p {
	padding:4px 0 7px 27px;
	margin-left:-27px;
	font-weight:600;
}
	.files-list p a {color:#000;}
	.files-list .pdf-file {
		background:url('../images/file-pdf.gif') 4px 0px no-repeat;
	}
	.files-list .zip-file {
		background:url('../images/file-zip.gif') 0px 4px no-repeat;
	}


.request-confirmation {
	color:#333;
	font-size:16px;
	line-height:19px;
	width:630px;
	margin-right:-30px;
}
	.request-confirmation h3 {padding:13px 0 12px 0;}
	.request-confirmation p {font-style:italic;}

/*--- season worker  ---*/
.worker-photo {
	float:left;
	margin:0 15px 14px 0;
	overflow:hidden;
    text-align: center;
}
	.worker-photo img {
        display:block;
	    -webkit-border-radius: 14px;
	    -moz-border-radius: 14px;
	    border-radius: 14px;
    }
    .worker-photo .get-resume {
        text-transform: uppercase;
        display: inline-block;
        margin-top: 6px;
        font-weight: bold;
        font-size: 18px;
    }

.worker-info {
	float:left;
	padding:2px 0 9px 0;
	max-width: 400px;
}
	.worker-info .worker-id, .worker-info .worker-hired, .worker-info .worker-status {
		color:#fff;
		font-weight:600;
		padding:2px 7px 3px 7px;
		display:inline-block;
		background:#ad9b6b;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
        font-size: 11px;
	}
    .worker-info .worker-hired {
        background: #87be87;
    }
    .worker-info .worker-status {
        background: #be9600;
    }
    .worker-info span.worker-status.trainee {
        background: #668d96;
    }
	.worker-info .worker-name {
		font-style:italic;
		padding:12px 0 7px 0;
		color:#669933;
		font-weight:700;
		font-size:21px;
	}
	.worker-info .personal {color:#5e5e5e; display:inline-block; padding-bottom:5px; display:block;}
	.worker-info p {color:#333; line-height:18px; padding:5px 0 11px 0;}
	.worker-info b {color:#000;}

    .worker-info .ua,
    .worker-info .ru,
    .worker-info .en,
	.worker-info .de,
    .worker-info .dn,
    .worker-info .no,
    .worker-info .fi{
		color:#5e5e5e;
		background-image: url('../images/lang-ico.png');
		background-repeat: no-repeat;
		padding: 0 10px 0 27px;
		margin-bottom: 1px;
	}
    .worker-info .ua {background-position:0 49%;}
    .worker-info .ru {background-position:0 33%;}
    .worker-info .en {background-position:0 -5%;}
	.worker-info .de {background-position:0 13%;}
    .worker-info .dn {background-position:0 67%;}
    .worker-info .no {background-position:0 86%;}
    .worker-info .fi {background-position:0 104%;}

	.worker-info button {margin-top:22px;}

.worker-resume {
	clear:both;
}
	.worker-resume p {
		padding:4px 0 3px 0;
	}
    p.preferred {
        padding-left: 20px;
    }
    p.expirience{
        padding-bottom: 0;
    }
/*--- /season worker  ---*/

/*--- FAQ ---*/
.faq-text {
	font-weight:600;
	font-size:16px;
	line-height:19px;
	color:#333;
	padding-bottom:5px;
}
.faq dt {
	font-weight:600;
	margin-top:16px;
	padding-bottom:6px;
	position:relative;
	cursor:pointer;
    font-size: 15px;
}
	.faq dt:before {
		content:'';
		position:absolute;
		top:3px; left:-19px;
		display:block;
		width:12px; height:12px;
		background:url('../images/accordion-arrow.gif') 0px 0px no-repeat;
	}
	.faq dt.open:before {background-position:0px -12px;}
.faq dd {
	color:#333;
	font-size:16px;
	line-height:19px;
}
	.faq dd p {padding:5px 0;}
/*--- /FAQ ---*/

/*--- pager ---*/
.pager {
	font-size:16px;
	font-weight:600;
	text-align:center;
}
.pager a {
	display:inline-block;
	padding:3px 8px 4px 7px;

}
.pager .current-page {
	text-decoration:none;
	background:#66a95e;
	color:#fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 12px;
}
.pager .other-page {text-decoration:none;}
/*--- /pager ---*/

.font15 {font-size:15px;}

.post-vacancy-block {
	width:586px;
	margin:11px -50px 24px 0;
	position:relative;
	background:#f8f6ed;
	padding:28px 37px 16px 27px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

	.post-vacancy-block input:-moz-placeholder {color: #000;}
	.post-vacancy-block input:-webkit-input-placeholder {color: #000;}
	.post-vacancy-block textarea {width: 360px;}

	.post-vacancy-block .col-text {
		float:left;
		width:200px;
		padding-top:31px;
		line-height:18px;
		font-style:italic;
	}
		.post-vacancy-block .col-text p {
			padding:0px 0 6px 0;
		}
		.post-vacancy-block p.required:before {top:0px;}
	.post-vacancy-block .col-inp  {
		float:right;
		width:375px;
	}
		.post-vacancy-block input[type="text"],
		.post-vacancy-block .select_fake {margin-bottom:14px;}

	.post-vacancy-block #other-spheres-block {display: none;}

/*--- forma ---*/
.forma {
	font-size:16px;
	display:block;
	width:650px;
	margin-right:-50px;
	position:relative;
}
.forma p {
	padding:12px 0;
}
.forma strong {
	font-weight:600;
	color:#669933;
	padding-right:11px;
}
.forma label {padding-right:15px;}
p.required,
.row {position:relative;}
p.required:before,
.row.required:before {
	content:'*';
	position:absolute;
	color:#669933;
	font:600 18px 'Open Sans', sans-serif;;
}
p.required:before {top:11px; left:-14px;}
.row.required:before {top:4px; right:-13px;}

.forma small {
	font-size:14px;
	line-height:15px;
	display:block;
	padding-top:6px;
	color:#666;
	font-style:italic;
}
.forma button {margin-top:24px;}
/*--- /forma ---*/

/*--- contacts ---*/
.uk-office {
	background:url('../images/flags.png') 0px 1px no-repeat;
	padding:0px 0 15px 50px;
	margin-left:-50px;
	font-size:16px;
	font-weight:600;
	color:#333;
}
.contact-date {
	font-weight:600;
	font-size:16px;
	line-height:24px;
	color:#333;
	margin-top:-3px;
	padding-bottom:13px;
}
.address {
	font-weight:600;
	font-size:16px;
	line-height:24px;
	display:block;
	padding-top:3px;
	color:#333;
}
.map {border:1px solid #669933; width:550px;}
	.map img {display:block;}

.contact-form {
	margin:37px auto 10px;
	width:375px;
	padding:8px 36px 13px 36px;
	text-align:center;
	background:#f8f6ed;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:#a3a3a3 0 0 5px;
    -moz-box-shadow:#a3a3a3 0 0 5px;
    -webkit-box-shadow:#a3a3a3 0 0 5px;
    -o-box-shadow:#a3a3a3 0 0 5px;
}
	.contact-form p {padding-bottom:15px;}
	.contact-form input {text-align:center; margin-bottom:11px;}
	.contact-form textarea {text-align:center; width:363px; height:135px; margin-bottom:11px;}
	.contact-form button {margin-top:25px; background:#cc9933; border-color:#b38221;}

.capcha {text-align:left; padding-top:2px;}
	.capcha span {display:inline-block; vertical-align:top;}
	.capcha input {width:90px; vertical-align:text-bottom; margin:5px 22px 0 5px; text-align:left;}
	.capcha img {vertical-align:top; margin-top:2px;}
/*--- /contacts ---*/

/*--- footer ---*/
footer {
	background:#608846;
	color:#fff;
	font-size:13px;
	line-height:15px;
	min-height:70px;
	padding:31px 44px 30px 54px;
	border-top:1px solid #374f28;
	box-shadow:inset #384f29 0 2px 3px;
    -moz-box-shadow:inset #384f29 0 2px 3px;
    -webkit-box-shadow:inset #384f29 0 2px 3px;
    -o-box-shadow:inset #384f29 0 2px 3px;
}
	footer a {color:#fff;}

	footer .copy {
		background:url('../images/flags.png') 0px 6px no-repeat;
		padding:3px 0 0px 55px;
		float:left;
	}
	footer .search {
		float:right;
		position:relative;
		width:305px;
	}
	footer .search input[type="text"] {
		width:291px;
		padding-left:13px;
		height:33px;
		border:1px solid #999;
		background:#ccc;
		margin-left:-12px;
	}
	footer .search input[type="submit"] {
		background: #ccc url('../images/search-ico.gif') 2px 7px no-repeat;
		outline:none;
		vertical-align: baseline;
		cursor: pointer;
		border:none;
		width:30px; height:30px;
		position:absolute;
		top:2px; right:12px;
	}
	footer .search p {padding-top:5px;}
/*--- /footer ---*/

.overlay {
	background:rgba(14, 21, 25, 0.5);
	position:fixed;
	top:0px; left:0px;
	bottom:0px; right:0px;
	width:100%; height:100%;
	z-index:900;
}

div.overflow div.carousel ul li section.worker-block{
	width: 290px;
	padding: 10px;
}

section.worker-block div.worker-info{
	position: relative;
	width: 175px;
	height: 171px;
}

section.worker-block div.worker-info p{
	font-size: 14px;
	text-overflow: ellipsis;
}

div.overflow div.carousel ul li section.worker-block span.lang-flag{
	padding: 0 10px;
}

div.worker-info p.languages-span span{
	padding: 0px 0px 0px 22px;
}

footer div button.footer a{
	text-decoration: none;
	text-overflow: ellipsis;
}

.show-contact-form.opacity{
    opacity: 0.8;
}
.show-contact-form.opacity:hover{
    opacity: 1.0;
}

.dialog {
	position:fixed;
	top:50%; left:50%;
	margin:-250px 0 0 -224px;
	padding:1px;
	width:445px;
	z-index:1000;
	overflow:hidden;
	background:#cc9933;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	box-shadow:rgba(0,0,0, 0.5) 0 0 10px;
    -moz-box-shadow:#a3a3a3 0 0 5px;
    -webkit-box-shadow:#a3a3a3 0 0 5px;
    -o-box-shadow:#a3a3a3 0 0 5px;
}
	.dialog .close {
		position:absolute;
		top:17px; right:15px;
		background:url('../images/close.gif') 0px 0px no-repeat;
		width:12px; height:12px;
		display:block;
		cursor:pointer;
	}
	.dialog-title {
		color:#fff;
		font-size:18px;
		font-weight:600;
		text-transform:uppercase;
		padding:15px 0 16px 0;
		text-align:center;
	}
	.dialog-content {
		background:#f8f6ed;
		padding:10px 35px 18px 35px;
	}
		.dialog .contact-form {
			width:auto;
			margin:0px;
			padding:0px;
			background:none;
			box-shadow:none;
			-moz-box-shadow:none;
			-webkit-box-shadow:none;
			-o-box-shadow:none;
		}

.clearfix:after,
header:after,
.main:after,
footer:after,
.gallery:after,
.fancybox-gallery:after,
.post-vacancy-block:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix,
header,
.main,
footer,
.gallery,
.fancybox-gallery,
.post-vacancy-block {
    display: inline-block;
    display: block;
    min-height: 1px;
}
.errorlist li { color: red; }
* html .clearfix {height: 1px;}
* html header    {height: 1px;}
* html .main     {height: 1px;}
* html footer    {height: 1px;}
* html .gallery  {height: 1px;}
* html .fancybox-gallery   {height: 1px;}
* html .post-vacancy-block {height: 1px;}

.main .select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #aaa;
    box-shadow: none;
}

body .select2-drop-active {
    border: 1px solid #aaa;
}

.main ul li.select2-search-choice:before, .main ul li.select2-search-field:before {
    display: none;
}

.block-find-worker .status li:before {
    display: none;
}

.justify{
    text-align: justify;
}
.centred{
    text-align: center;
}
header div.etc {
    position: absolute;
    left: 53px;
    top: 7px;
    color: #5d5d5d;
}
header div.etc a{
    color: #5d5d5d;
    font-size: 14px;
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-right: 21px;
}
header div.etc .print{
    background-image: url("../images/print.png");
}
header div.etc .home{
    background-image: url("../images/home.png");
}
div.group.experience, div.group.seasonal {
    margin-right: 25px
}
.td-bold{
    font-weight: 600;
    padding-right: 5px;
    white-space: nowrap;
}
.td-padding{
    padding-left: 20px;
}
.worker-resume tr{
    line-height: 24px;
}
table.hot-worker-detail {
    border: none;
    text-align: left;
}
.gallery-pre-text {
    width:655px;
    text-align: center;
}
.div-table{
  display:table;
  width:auto;
}
.div-table-row{
  display:table-row;
  width:auto;
  clear:both;
}
.div-table-col{
  float:left;/*fix for  buggy browsers*/
  display:table-column;
  width:75px;
}
.div-table-col span.label{
    line-height: 27px;
}
.div-table-col.big{
  width: 115px;
}
.div-table-col.wide{
  width: 170px;
}
.div-table-col.small{
  width: 30px;
  text-align: center;
}

.our-staff {
	width:930px;
	position:relative;
    margin-left: 52px;
}
.our-staff .overflow {overflow:hidden; position:relative;}
.carousel li {
	width:930px;
	height:auto;
    min-height: 500px;
}	
.carousel .worker-block {
	width:270px; 
	padding:20px;
	float:left;
}	

	.carousel .worker-photo {
		width:110px;
		margin:0px;
        text-align: center;
	}
	.carousel .worker-photo img {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
    }
	.carousel .worker-photo .get-resume {
        text-transform: uppercase;
        display: inline-block;
        margin-top: 15px;
        font-weight: bold;
        font-size: 13px;
    }
	.carousel .worker-info {
		font-size:13px;
		float:right;
		width:147px;
		padding-top:0px;
	}
		.carousel .worker-info .worker-name {
			font-size:16px;
			font-weight:normal;
			display:inline-block;
			padding:0px 5px 3px 0;
			vertical-align:top;
		}
		.carousel .worker-info .worker-id, .carousel .worker-info .worker-hired, .carousel .worker-info .worker-status {
			font-size:11px;
			font-weight:normal;
			padding:1px 7px 1px 7px;
			margin-top:1px;
		}
        span.worker-status.trainee.bg {
            background-color: #bd9520;
        }
        span.worker-status.skilled.bg {
            background-color: #67983a;
        }
        span.worker-status.seasonal.bg {
            background-color: #678d95;
        }
		.carousel .worker-info .personal {
			padding-bottom:2px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
		}
		.carousel .worker-info p {
			font-size:12px; 
			line-height:14px;
			padding-top:3px;
			padding-bottom:6px;
		}

        .carousel .worker-info .hired {
            background: #668d96;
        }

        .carousel .worker-info .ua,
        .carousel .worker-info .ru,
        .carousel .worker-info .en,
		.carousel .worker-info .de,
        .carousel .worker-info .dn,
        .carousel .worker-info .no,
        .carousel .worker-info .fi{
			font-size:13px; 
			padding-bottom:2px; 
			padding-top:1px;
			margin:0px;
			background-size: 16px 107px;
			-moz-background-size: 16px 97px;
			-o-background-size: 16px 97px;
			-webkit-background-size: 17px 107px;
		}
		.carousel .worker-info button {
            position: absolute;
            left: 0;
            bottom: 10px;
			border:none;
			width:147px; height:22px;
			font-weight:600;
			font-size:13px;
			margin-top:6px;
			background: #87be87;
			background: -moz-linear-gradient(top,  #87be87 0%, #87be87 50%, #73b373 50%, #73b373 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87be87), color-stop(50%,#87be87), color-stop(50%,#73b373), color-stop(100%,#73b373));
			background: -webkit-linear-gradient(top,  #87be87 0%,#87be87 50%,#73b373 50%,#73b373 100%);
			background: -o-linear-gradient(top,  #87be87 0%,#87be87 50%,#73b373 50%,#73b373 100%);
			background: -ms-linear-gradient(top,  #87be87 0%,#87be87 50%,#73b373 50%,#73b373 100%);
			background: linear-gradient(to bottom,  #87be87 0%,#87be87 50%,#73b373 50%,#73b373 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87be87', endColorstr='#73b373',GradientType=0 );
		}
		
.our-staff .prev,
.our-staff .next {
	width:28px;
	height:103px;
	background-image:url('../images/carousel.png');
	background-repeat:no-repeat;
	border:none;
	position:absolute;
	top:225px;
}		
.our-staff .prev {background-position:0px 0px; left:-40px;}
.our-staff .next {background-position:top right; right:-37px;}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f8f6ed;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {z-index: 8030;}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {position: relative;}

.fancybox-inner {overflow: hidden;}

.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background:url('../images/fancybox-nav.png') 0px -56px no-repeat;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../images/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {left: -97px; }
.fancybox-next {right: -97px;}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 46px;
	height: 54px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	background-image:url('../images/fancybox-nav.png');
	background-repeat:no-repeat;
}

.fancybox-prev span {left: 10px;  background-position: left top; }
.fancybox-next span {right: 10px; background-position: right top;}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {overflow: hidden !important;}

.fancybox-lock-test {overflow-y: hidden !important;}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font:14px/16px 'Open Sans', sans-serif;;
	position: relative;
	z-index: 8050;
	text-align:center;
	color:#333;
	padding-top:12px;
	margin-bottom:-6px;
}

	.fancybox-title p {padding:0px 0 9px 0;}
	.fancybox-title span {font-size:13px; color:#999;}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

.fancybox-gallery {
	width:680px;
	margin-right:-80px;
	position:relative;
}
	.fancybox-gallery img {
		display:block;
	}
	.fancybox-gallery li {
		list-style:none;
		float:left;
		padding:0px !important;
		margin:0 31px 31px 0;
		box-shadow:#919191 0 0 3px;
		-moz-box-shadow:#d4d2d2 0 0 3px;
		-webkit-box-shadow:#d4d2d2 0 0 3px;
		-o-box-shadow:#d4d2d2 0 0 3px;
		/*-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;*/
		overflow:hidden;
	}
		.fancybox-gallery li:before {display:none !important;}
		
/*--- work-photo ---*/		
.fancybox-gallery.work-photo {padding:3px 0 20px 0;}
	.fancybox-gallery.work-photo li {margin:0 15px 15px 0}
		.fancybox-gallery.work-photo li img {width:151px; height:106px;}
/*--- /work-photo ---*/


.pagination {
	width:100px;
	margin:0 auto;
	padding:13px 0 0 53px;
	clear:both;
}

.pagination a {
	display: block;
	float: left;
	height: 18px;
	width: 15px;
	margin-top:2px;
	text-align: center;
	text-decoration: none;
	outline: none;
	vertical-align: middle;
	background-image:url('../images/fancybox-nav.png');
	background-repeat:no-repeat;
}
.pagination a.previous {background-position:-63px -59px;}
.pagination a.next     {background-position:-81px -59px;}

.pagination a.disabled {
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:default;
}

.pagination input {
	border: none;
	float: left;
	text-align: center;
	height: 20px;
	outline: none;
	vertical-align: middle;
	width: 60px;
	padding: 0;
	margin: 0;
	color:#666;
	font-size:16px;
}

input.date-pick {
	border:none;
	background:url(../images/calendar-ico.png) right top no-repeat;
	width:108px; height:26px;
	cursor:pointer;
}

table.jCalendar {
    background: #b3b3b3;
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
}

    table.jCalendar th {
        padding: 8px 12px;
        background: #dadada;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkN2Q4ZDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #eeeeee 0%, #d7d8d9 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#d7d8d9));
        background: -webkit-linear-gradient(top, #eeeeee 0%,#d7d8d9 100%);
        background: -o-linear-gradient(top, #eeeeee 0%,#d7d8d9 100%);
        background: -ms-linear-gradient(top, #eeeeee 0%,#d7d8d9 100%);
        background: linear-gradient(to bottom, #eeeeee 0%,#d7d8d9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#d7d8d9',GradientType=0 );
        color: #aaa;
    }

    table.jCalendar td {
        background: #f6f6f6;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #fefefe 0%, #eeeeee 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#eeeeee));
        background: -webkit-linear-gradient(top, #fefefe 0%,#eeeeee 100%);
        background: -o-linear-gradient(top, #fefefe 0%,#eeeeee 100%);
        background: -ms-linear-gradient(top, #fefefe 0%,#eeeeee 100%);
        background: linear-gradient(to bottom, #fefefe 0%,#eeeeee 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#eeeeee',GradientType=0 );
        color: #444;
        padding: 8px 12px;
        text-align: center;
    }

        table.jCalendar td.today,
        table.jCalendar td.selected,
        table.jCalendar tr.selectedWeek td {
			background: #76ab5a;
			background: -moz-linear-gradient(top,  #76ab5a 0%, #608846 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76ab5a), color-stop(100%,#608846));
			background: -webkit-linear-gradient(top,  #76ab5a 0%,#608846 100%);
			background: -o-linear-gradient(top,  #76ab5a 0%,#608846 100%);
			background: -ms-linear-gradient(top,  #76ab5a 0%,#608846 100%);
			background: linear-gradient(to bottom,  #76ab5a 0%,#608846 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76ab5a', endColorstr='#608846',GradientType=0 );
            color: #fff;
        }

        table.jCalendar td.dp-hover,
        table.jCalendar tr.activeWeekHover td {
            background: #e2e2e2;
            color: #000;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYWRhZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #ececec 0%, #dadada 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#dadada));
            background: -webkit-linear-gradient(top, #ececec 0%,#dadada 100%);
            background: -o-linear-gradient(top, #ececec 0%,#dadada 100%);
            background: -ms-linear-gradient(top, #ececec 0%,#dadada 100%);
            background: linear-gradient(to bottom, #ececec 0%,#dadada 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#dadada',GradientType=0 );
        }

        table.jCalendar td.other-month,
        table.jCalendar td.disabled, table.jCalendar td.disabled.dp-hover {
            background: #ededed;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #f0f0f0 0%, #dddddd 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#dddddd));
            background: -webkit-linear-gradient(top, #f0f0f0 0%,#dddddd 100%);
            background: -o-linear-gradient(top, #f0f0f0 0%,#dddddd 100%);
            background: -ms-linear-gradient(top, #f0f0f0 0%,#dddddd 100%);
            background: linear-gradient(to bottom, #f0f0f0 0%,#dddddd 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dddddd',GradientType=0 );
            color: #b1b1b1;
        }

        table.jCalendar td.unselectable,
        table.jCalendar td.unselectable:hover,
        table.jCalendar td.unselectable.dp-hover {
            background: #bbb;
            color: #888;
        }
/* For the popup */
div.dp-popup {
    position: relative;
    background: #f2f2f2;
    font: 15px/17px 'Conv_ProximaNova-Sbold',Sans-Serif;
    width: 302px;
}

div#dp-popup {
    position: absolute;
    z-index: 199;
    margin-top: 35px;
}

div.dp-popup h2 {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    padding: 8px;
    border: 1px solid #b3b3b3;
    border-width: 1px 1px 0px 1px;
}

a#dp-close {
    font-size: 11px;
    padding: 4px 0;
    text-align: center;
    display: block;
}

    a#dp-close:hover {
        text-decoration: underline;
    }

div.dp-popup a {
    color: #000;
    text-decoration: none;
    padding: 3px 2px 0;
}

div.dp-popup div.dp-nav-prev {
    position: absolute;
    top: 6px;
    left: 4px;
    width: 100px;
}

    div.dp-popup div.dp-nav-prev a {
        float: left;
    }
    /* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
    div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
        cursor: pointer;
    }

        div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
            cursor: default;
        }

div.dp-popup div.dp-nav-next {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 100px;
}

    div.dp-popup div.dp-nav-next a {
        float: right;
    }

div.dp-popup a.disabled {
    cursor: default;
    color: #aaa;
}

div.dp-popup td {
    cursor: pointer;
}

    div.dp-popup td.disabled {
        cursor: default;
    }
