/* Reset
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, p, ul, ol, li, th, td, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	padding:0;
	margin:0;
}

/* Overall styles
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body {
	height: 100%;
}


body {
	//background:url("../img/header.png") repeat-x top center;
	background:url("../img/big_gradient_slice.png") repeat-x top center #d0d0d0;
	font-family:arial, sans-serif;
	font-size:13px;
	color:#3d3d3d;
}

body#blank {
	background:#fff;
}

body.c-print {
	background:none;
	padding:20px 0;
}

a {
	text-decoration:none;
	color:#0171bd;
}

a:hover, a:active {
	text-decoration:underline;
}

.clear {
	font-size:1px;
	height: 0px;
	clear:both;
}

.clear2 {
	display: none;
	font-size:1px;
	height: 0px;
	clear:both;
}

img {
	border:0;
}

h1 {
	font-weight:normal;
	font-size:26px;
	margin:0 0 10px 0;
}

h1 small {
	font-size: 16px;
}

h2 {
	font-weight:bold;
	padding:15px 0;
	font-size:14px;
	margin:0;
}

hr {
	background:url(../img/headline.png) repeat-x;
	margin:10px 0 7px 0;
	height:5px;
	border:0;
}

.c-print h1 {
	text-align:center;
}

.c-print #content {
	width:670px;
}

/* Main layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#container {
	margin:0 auto;
	min-height: 100%;
	position: relative;
	/*width:900px;*/
}

#content {
	margin:0 auto;
	width:1000px;
	padding-top: 10px;
	margin-top: 30px;
	padding-bottom: 160px;
	min-height: 100%;
}

#content-simple {
	margin:0 auto;
	width:420px;
	padding-bottom: 160px;
}

.c-block {
	float:left;
	margin-left:0px;
	min-height:300px;
	width: 760px;
	background: #fff;
	min-height: 100%;
	margin-bottom: 160px;
}

.c-block.box.cv {
	background: #fff !important;
}

.c-block.box {
	background: #fff !important;
}

#start-content {
	float: left;
	//width: 540px;
	width: 720px;
	margin-left: 20px;
}

#start-posts {
	background: #fff;
	float: left;
	width: 540px;
}

#premium-companies h2, #categories h2 {
	font-size: 11px;
	padding-top: 10px;
	padding-left: 13px;
}

#posts-narrow {
	float: left;
	width: 700px;
	margin-left: 20px;
}

#posts-narrow #start-posts {
	background: #fff;
	float: left;
	width: 700px !important;
}

ul#start-tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 540px;
	border-bottom: 3px solid #942c8c;
}

ul#start-tabs li {
	float: left;
	margin: 0;
	padding: 0;
}

ul#start-tabs li a {
	height: 32px;
	float: left;
	line-height: 32px;
	width: 177px;
	margin: 0 4px 0 0;
	display: inline;
	padding: 4px 0 0;
	text-align: center;
	background: #e6e6e6;
	font-size: 11px;
	text-decoration: none;
	color: #0171bd;
	-webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	outline: 0;
}

ul#start-tabs li a.last {
	margin: 0;
}

ul#start-tabs li a.active, ul#start-tabs li a:hover {
	background: #ac2ea2 url('../img/tab-bg.gif') repeat-x 0 0;
	color: #fff;
	text-decoration: none;
}

/* Boxes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.box {
	-webkit-box-shadow:1px 1px 2px #888;
	-moz-box-shadow:1px 1px 2px #888;
	box-shadow:1px 1px 2px #888;
	//-webkit-border-radius:5px;
	//-moz-border-radius:5px;
	//border--radius:5px;
	padding:20px 20px 35px 20px;
	background-color:#e7e7e7;
	border: 1px solid #e1e1e1;
}
.box2 {
	padding:20px 20px 35px 20px;
}

.box h2, .box2 h2 {
	padding:0 0 5px 0;
}
.box2 .headline {
	padding-left: 30px;
}

.tinybox {
	display:inline-block;
	margin:15px 0 0 15px;
	vertical-align:top;
	padding:13px;
	width:240px;
	min-height:250px;
}

.tinybox h2 {
	padding:0 0 15px 0;
}

.tinybox ol {
	margin-left:20px;
	font-weight:bold;
	color:red;
}

.tinybox li {
	margin-bottom:7px;
}

.tinybox li span {
	font-weight:normal;
	color:#3d3d3d;
}

.tinybox.child1 {
	background-color:#e7f9ad;
	margin-left:80px;
}
.tinybox.child1 h2,
.tinybox.child1 ol {
	color:#91c000
}

.tinybox.child2 h2,
.tinybox.child2 ol {
	color:#932c8b;
}

.tinybox.child3 {
	border-left:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	background-color:#ffffff;
}
.tinybox.child3 h2 {
	color:#818181;
}

.box_1_2 {
	display:inline-block;
	vertical-align:top;
	margin-left:5px;
	width:375px;
}

.box_1_2.first {
	margin-left:0;
}

/* Header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#header {
	position:relative;
	font-size:11px;
	color:#818181;
	height:128px;
	z-index:5;
}

#header #top {
	position: relative;
	margin: 0 auto;
	width: 970px;
}

#logo {
	position:absolute;
	left:20px;
	top:20px;
}

#header .stats {
	position:absolute;
	left:250px;
	right:10px;
	top:20px;
}


/* Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 100%;
	font-size:12pt;
	color: grey;
	position: absolute;
	bottom: 0px;
	height: 160px;
	background:url(../img/footer_gradient.png) repeat-x bottom;
}

#footer span {
	padding-left: 20px;
}

#footer_inner {
position: relative;
margin: auto auto;
margin-top: 50px;
width: 650px;
}

#count {
	margin-bottom: -40px;
	margin-right: 180px;
	display: none
	
}

#count a {
	margin: 0 !important;
	padding: 0 !important;
}

#count img {
	margin: 0 !important;
	padding: 0 !important;
}

#footer img {
	margin-bottom: -50px;
	padding-left: 20px;
}

#footer a {
	padding-left:20px;
	color: grey !important;
}

#footer .social {
	padding-left:10px;
}

#footer .social a {
	padding-left:0;
}

#footer .social img {
	vertical-align:top;
}


/* Main menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#mainmenu {
	background:url(../img/mainmenu2.png) #cc2fbf repeat-x bottom;
	//-webkit-box-shadow:-2px 1px 2px #888;
	//-moz-box-shadow:-2px 1px 2px #888;
	//box-shadow:-2px 1px 2px #888;
	/*-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;*/
	position:absolute;
	height:40px;
	bottom:0;
	width:100%;
}

#mainmenu ul {
	list-style:none;
	margin:0 auto;
	width:970px;
}

#mainmenu li {
	background:url(../img/navig_atdalitajs.png) no-repeat left center;
	float:left;
	margin:0;
}

#mainmenu li:first-child {
	background:none;
}

#mainmenu .n1 a {
	width:220px;
}
#mainmenu .n2 a {
	width:200px;
}
#mainmenu .n3 a {
	width:200px;
}
#mainmenu .n4 a {
	width:280px;
}

#mainmenu .nn a {
	width:70px;
	padding-top: 5px;
}

#mainmenu a {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	text-align:center;
	line-height:40px;
	font-size:18px;
	color:#fff;
	height:40px;
	float:left;
}

#mainmenu a:hover {
	text-decoration:underline;
}

#mainmenu .active {
	//background:url(../img/mainmenu-a.png) #932c8a repeat-x bottom;
	text-decoration: underline;
}

/* Side menu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidemenu {
	margin:50px 0 0 0;
	list-style:none;
	width:170px;
	float:left;
}

#sidemenu a {
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	padding:5px 10px;
	font-weight:bold;
	font-size:12px;
	display:block;
}


#sidemenu .active {
	background-color:#e7e7e7;
	text-decoration:none;
	color:#3d3d3d;
}


/* Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.input {
	margin-bottom:3px;
}

input[type=submit],
.button {
	background: #ac2ea2 no-repeat 7px center;
	background: -webkit-gradient(linear, left top, left bottom, from(#ac2ea2), to(#ac2ea2));
	background: -moz-linear-gradient(top,  #f8941e,  #f16521);
	vertical-align:middle;
	padding:0 10px 0 10px;
	display:inline-block;
	font-family:inherit;
	line-height:21px;
	white-space:nowrap;
	cursor:pointer;
	font-size:12px;
	height:21px;
	color:#fff;
	border:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

input[type=submit]:hover,
.button:hover {
	outline:1px solid #f8941e;
	text-decoration:none;
}

input[type=submit]:active,
.button:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#f16521), to(#f8941e));
	background: -moz-linear-gradient(top,  #f16521,  #f8941e);
	outline:1px solid #f8941e;
}

/* orange edit button */

.button.edit {
	background:url(../img/btn-edit.gif) #f57e1f no-repeat 5px center;
	background:url(../img/btn-edit.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#f8941e), to(#f16521));
	background:url(../img/btn-edit.gif) no-repeat 5px center, -moz-linear-gradient(top,  #f8941e,  #f16521);
}
.button.edit:active {
	background:url(../img/btn-edit.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#f16521), to(#f8941e));
	background:url(../img/btn-edit.gif) no-repeat 5px center, -moz-linear-gradient(top,  #f16521,  #f8941e);
	outline:1px solid #f8941e;
}

/* orange agree button */

.button.agree {
	background:url(../img/btn-agree.gif) #f57e1f no-repeat 5px center;
	background:url(../img/btn-agree.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#f8941e), to(#f16521));
	background:url(../img/btn-agree.gif) no-repeat 5px center, -moz-linear-gradient(top,  #f8941e,  #f16521);
}
.button.agree:active {
	background:url(../img/btn-agree.gif) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#f16521), to(#f8941e));
	background:url(../img/btn-agree.gif) no-repeat 5px center, -moz-linear-gradient(top,  #f16521,  #f8941e);
	outline:1px solid #f8941e;
}


/* green add button */

.button.add {
	background:url(../img/btn-add.gif) #a5cb05 no-repeat 6px center;
	background:url(../img/btn-add.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#cfe310), to(#91c000));
	background:url(../img/btn-add.gif) no-repeat 6px center, -moz-linear-gradient(top,  #cfe310,  #91c000);
	padding-left:22px;
}
.button.add:hover {
	outline:1px solid #cfe310;
}
.button.add:active {
	background:url(../img/btn-add.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#91c000), to(#cfe310));
	background:url(../img/btn-add.gif) no-repeat 6px center, -moz-linear-gradient(top,  #91c000,  #cfe310);
	outline:1px solid #cfe310;
}

/* gray print button */

.button.print {
	background:url(../img/btn-print.gif) #9d9d9d no-repeat 6px center;
	background:url(../img/btn-print.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:url(../img/btn-print.gif) no-repeat 6px center, -moz-linear-gradient(top,  #c0c0c0,  #818181);
	padding-left:23px;
	margin-left:5px;
	float:right;
}
.button.print:hover {
	outline:1px solid #c0c0c0;
}
.button.print:active {
	background:url(../img/btn-print.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:url(../img/btn-print.gif) no-repeat 6px center, -moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}

/* gray pdf button */

.button.pdf {
	background:url(../img/btn-pdf.gif) #9d9d9d no-repeat 4px center;
	background:url(../img/btn-pdf.gif) no-repeat 4px center, -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:url(../img/btn-pdf.gif) no-repeat 4px center, -moz-linear-gradient(top,  #c0c0c0,  #818181);
	padding-left:23px;
	margin-left:5px;
	float:right;
}
.button.pdf:hover {
	outline:1px solid #c0c0c0;
}
.button.pdf:active {
	background:url(../img/btn-pdf.gif) no-repeat 4px center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:url(../img/btn-pdf.gif) no-repeat 4px center, -moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}

/* gray send button */

.button.send {
	background:url(../img/btn-send.gif) #9d9d9d no-repeat 6px center;
	background:url(../img/btn-send.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:url(../img/btn-send.gif) no-repeat 6px center, -moz-linear-gradient(top,  #c0c0c0,  #818181);
	padding-left:23px;
	margin-left:5px;
}
.button.send:hover {
	outline:1px solid #c0c0c0;
}
.button.send:active {
	background:url(../img/btn-send.gif) no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:url(../img/btn-send.gif) no-repeat 6px center, -moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}

/* gray cancel button */

.button.cancel {
	background:url(../img/btn-cancel.gif) #9d9d9d no-repeat 7px center;
	background:url(../img/btn-cancel.gif) no-repeat 7px center, -webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:url(../img/btn-cancel.gif) no-repeat 7px center, -moz-linear-gradient(top,  #c0c0c0,  #818181);
	padding-left:23px;
	margin-left:5px;
}
.button.cancel:hover {
	outline:1px solid #c0c0c0;
}
.button.cancel:active {
	background:url(../img/btn-cancel.gif) no-repeat 7px center, -webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:url(../img/btn-cancel.gif) no-repeat 7px center, -moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}

/* big button */

input.big[type=submit],
.button.big {
	padding:0 10px 0 18px;
	display:inline-block;
	vertical-align:middle;
	line-height:25px;
	font-weight:bold;
	font-size:14px;
	height:25px;
}

input[type=password],
input[type=text],
.password input,
.text input,
textarea {
	border-bottom:1px solid #e3e9ef;
	border-right:1px solid #e3e9ef;
	border-left:1px solid #e3e9ef;
	border-top:1px solid #abadb3;
	vertical-align:middle;
	font-size:12px;
	font-family:inherit;
	padding:2px;
	width:155px;
}

select {
	vertical-align:middle;
}

.placeholder {
	color:#777;
}

.file input {
	width:230px;
}

input[type=text].calendar,
input[type=text].cal,
.ajax .text .calendar,
.ajax .text .cal,
.calendar,
.cal {
	background:url(../img/calendar.gif) #fff no-repeat right center;
	padding-right:20px;
	width:70px;
}

.submit {
	padding-left:107px;
}



form label {
	display:inline-block;
	position:relative;
	padding-right:7px;
	text-align:right;
	width:100px;
	top:3px;
}

label span {
	color:#d00;
}

.ajax .text password,
.ajax .text input,
textarea {
	width:210px;
}

.dl {
	margin-top:10px;
	line-height:130%;
}

.dl label {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:3px;
	padding-right:5px;
	text-align:right;
	width:135px;
}

.dl .input {
	margin-bottom:3px;
}

.dl .submit {
	padding-left:140px;
}

.important {
	color:#f00;
}

.captcha input[type=text] {
	margin-right:5px;
	text-align:center;
	width:65px;
}

.captcha img {
	vertical-align:middle;
}

/* Errors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.error-message {
	padding-left:107px;
	color:#f00;
}

.cv .error-message {
	padding-left:140px;
}

.warning {
	margin:-5px 0 15px 0;
	font-size:12px;
	color:#c00;
}

/* Categories
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#categories {
	padding:0 15px 15px 10px;
	float: left;
	width: 258px;
	display:inline-block;
	vertical-align:top;
	line-height:135%;
	width:220px;
}

#categories_head {
	background: url('../img/search_icon.png') no-repeat;
	width: 100%;
	height: 50px;
	margin-top: -18px;
	padding-bottom: 10px;
}

#categories h2 {
	padding:15px 0 6px 0;
	color:#818181;
}

#categories a {
	font-size:11px;
	display:block;
}

#categories a span {
	font-weight:normal;
	color:#818181;
	font-size:12px;
}

/* Paginator
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#paginator {
	padding: 20px 20px 20px 145px;
	//float: right;
	font-weight:bold;
	font-size:14px;
	//padding: 20px;
	background: #fff;
}

#paginator .prev {
	padding-right:10px;
}

#paginator .prev-disabled {
	padding-right:10px;
	color:#818181;
}

#paginator .next {
	padding-left:10px;
}

#paginator .next-disabled {
	padding-left:10px;
	color:#818181;
}

#paginator .numbers a, #paginator .current {
	padding:4px 8px;
}

#paginator .current {
	//background:-webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#e6e7e6));
	//background:-moz-linear-gradient(top,  #cdcdcd,  #e6e7e6);
	//background-color:#dadada;
	background: url('../img/rinkitis_pagerim.png') no-repeat;
	background-position: center right;
	color:#0171bd;
}


/* Breadcrumbs
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#breadcrumbs {
	padding:20px 0 10px 0;
	font-weight:bold;
	font-size:14px;
	color:#818181;
}

#breadcrumbs h1 {
	font-weight:normal;
	font-size:18px;
	display:inline;
}


/* Searchbox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#searchbox {
	background:url(../img/searchbox.png) #c1db00 repeat-x bottom;
	-webkit-box-shadow:-2px 1px 2px #888;
	-moz-box-shadow:-2px 1px 2px #888;
	box-shadow:-2px 1px 2px #888;
	position:relative;
	margin:0;
	height:70px;
	color:#fff;
	z-index:3;
}

#searchbox-inner {
	margin:0 auto;
	width:970px;
}

#searchbox.closed {
	height:25px;
	display: none;
}

#searchbox.closed form {
	display:none;
}

#searchbox.standalone .toggler {
	display:none;
}

#searchbox form {
	padding-top:15px;
}

#searchbox .input,
#searchbox .submit {
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
}

#searchbox .submit {
	margin-top:4px;
	padding-left:0;
}

#searchbox input[type=text] {
	border-bottom:1px solid #929191;
	border-right:1px solid #929191;
	border-left:1px solid #626263;
	border-top:1px solid #626263;
	vertical-align:top;
	padding:3px 5px;
	font-size:16px;
	width:260px;
}

#searchbox2 input[type=text] {
	border-bottom:1px solid #a2a5a6;
	border-right:1px solid #a2a5a6;
	border-left:1px solid #a2a5a6;
	border-top:1px solid #a2a5a6;
	vertical-align:top;
	padding:3px 5px;
	font-size:13px;
	width:130px;
	float: right;
}

#searchbox2 label {
	display:inline-block;
	padding:6px 15px 0 0;
	text-align:left;
	font-size:15px;
	color: #a2a5a6;
	width:60px;
	float: left;
}

.input.text.required {
	height: 35px;
}

.input.select {
	height: 35px;
}

.input.select label {
width: 125px;
padding: 0 !important;
}

#searchbox-inner2 .input.select label {
	width: 125px !important;
}

#searchbox-inner2 {
	height: 100px;
}

#searchbox-inner2 .submit {
	padding-left: 160px;
}

#searchbox2 #PostLocation {
	width:90px;

	float: right;
}

#searchbox .text:first-child input {
	width:270px;
}

#searchbox .note {
	font-size:11px;
	display:block;
	color:#E3E6DB;
}

#searchbox .note.padded {
	margin-left:170px;
}

#searchbox label {
	display:inline-block;
	padding:6px 5px 0 0;
	text-align:right;
	font-weight:bold;
	font-size:15px;
	width:155px;
}

.toggler {
	background:url(../img/scroll-up.gif) no-repeat right center;
	text-decoration:underline;
	padding-right:20px;
	position:absolute;
	font-size:11px;
	color:#fff;
	bottom:5px;
	left:10px;
}

.toggler.closed {
	background-image:url(../img/scroll-down.gif);
}

/* Intro slide
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.slide {
	position:relative;
	margin:0 auto;
	height:266px;
	width:870px;
}

#intro-slide {
	height:296px;
	width: 100%;
	background: url('../img/ena_zem_baneriem.png') no-repeat 0 0;
	background-position: bottom center;
	background-size: 1000px auto;
	margin-bottom: -30px;
}

#intro-slide-inner {
	width:1000px;
	margin: 0 auto;
	background: #a2a5a6;
	height: 285px;
}

#intro-slide-inner .slide-box {
	float: left;
	width: 705px;
	margin: 0 0 0 0;
	height: 271px;
}

#intro-slide-inner .slide-box.first {
	width: 350px;
	margin-bottom: -1px;
}

#intro-slide-inner .slide-box.last {
	width: 290px;
	height: 285px;
	background: #eee;
	margin-left: 5px;
	border: none;
}

#intro-slide-inner .slide-box.last h2 {
	color: grey;
}

.big-button,
.slide-box a.intro-button {
	background: url('../img/purp-button.png') no-repeat 0 0;
	width: 173px;
	height: 35px;
	display: block;
	margin: 6px 0 3px 40px;
	color: #fff;
	font-size: 14px;
	padding: 5px 0 5px 43px;
	line-height: 17px;
}

.big-button:hover,
.slide-box a.intro-button:hover {
	background: url('../img/purp-button.png') no-repeat 0 -46px;
	text-decoration: none;
}

.big-button,
.slide-box a.intro-button.large {
	font-size: 18px;
	line-height: 35px;
}

.slide-box h2 {
	color: #fff;
	padding: 20px 14px 3px 24px;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
}

.slide-box p.description {
	padding: 3px 20px 3px 40px;
	color: #701369;
	font-size: 13px;
}

.slide-box p.description.small {
	font-size: 12px;
}

.slide-box .menu {
	list-style: none;
	padding: 0 0;
	margin: 6px 10px 6px 40px;
}

.slide-box .menu li {
	font-size: 13px;
	padding: 1px 0 1px 12px;
	margin: 0 0;
	background: url('../img/intro-bullet.png') no-repeat 0 50%;
}

#companies-slide {
	background:url(../img/companies-slide1.jpg) no-repeat center;
	height: 283px;
}

#companies-slide a.price {
	position:absolute;
	left:90px;
	top:254px;
	font-size: 14px;
}

#companies-slide a.cvbutton {
	position:absolute;
	left:73px;
	top:180px;
}

#companies-slide a.cvbutton {
	background:url(../img/post-button.png) no-repeat left top;
	text-indent:-2000px;
	overflow:hidden;
	display:block;
	width:291px;
	height:65px;
	margin-left: -20px;
}

#companies-slide a.cvbutton:hover {
	background-position:left bottom;
	border: 0px !important;
}

/* Login
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#login {
	margin:20px 25px 0 0;
	position:relative;
	float:right;
}

#login .submit,
#login .input {
	display:inline-block;
	vertical-align:top;
	padding-left:0;
}

#login .password input,
#login .text input {
	width:115px;
}


#login .notes {
	text-align:left;
	padding-left: 60px;
}

#login .notes span {
	display:inline-block;
	text-align:left;
	width:100px;
}

#login .logout {
	background:url(../img/logout.gif) no-repeat left center;
	padding-left:18px;
	margin-left:5px;
}

#login .error-message {
	margin:-4px 0 4px 0;
	padding-left:3px;
}

/* Flash message
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


#flash-message {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#dcdcdc;
	border:1px solid #999;
	margin:0 auto 15px auto;
	text-align:center;
	color:#3d3d3d;
	padding:8px 0;
	width:840px;
}

#flash-message.failure {
	background-color:#fde5e5;
	border:1px solid #e50d2e;
}

#flash-message.success {
	background-color:#e7f9ad;
	border:1px solid #91c000;
}

#flash-message h2 {
	font-size:15px;
	color:#942c8b;
	padding:0;
	margin:0;
}

/* Content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#content-simple p,
#content p {
	margin:2px 0 10px;
}

#content-simple h1 {
	margin:30px 0 45px 0;
	text-align:center;
	font-size:24px;
}

.headline {
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px;
}

.headline-hr-top {
	background:url(../img/headline.png) repeat-x top;
	padding-top:10px;
	margin:0 0 15px 0;
}

.headline-hr {
	background:url(../img/headline.png) repeat-x bottom;
	padding-bottom:5px;
	margin:15px 0 0 0;
}

.headline-hr-top h2,
.headline-hr h2 {
	padding:0;
}

.help {
	background:url(../img/help.gif) no-repeat center left;
	padding-left:18px;
	font-size:11px;
	float:right;
}

dl {
	line-height:130%;
	padding: 0.5em;
}

dl dt {
	clear: left;
	float: left;
	width: 190px;
	margin: 0;
	padding: 5px;
	text-align: right;
}

dl dd {
	margin-left: 197px;
	padding: 5px;
}

dl .title {
	font-weight:bold;
	font-size:15px;
}

.section-intro {
	min-height:110px;
	padding-top:8px;
}

.section-intro img {
	margin-right:10px;
	height:100px;
	width:150px;
	float:left;
}

.section-intro a {
	background:url(../img/more.gif) no-repeat center left;
	display:inline-block;
	padding-left:18px;
	margin-top:3px;
}

/* Posts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.posts {
	border-collapse:collapse;
	font-size:12px;
	width:100%;
	background: #fff;
}

.posts tbody tr {
	border-bottom:1px solid #ac2ea2;
	border-top:1px solid #ac2ea2;
}

.posts tbody tr.premium {
	border-bottom:1px solid #942c8b;
	border-top:1px solid #942c8b;
}

.posts tbody tr td.first {
	border-left:1px solid #fff;
}

.posts tbody tr td.last {
	border-right:1px solid #fff;
}

.posts tbody tr td.last {
	border-bottom: none !important;
}

.posts tr td.first {
	border-top: none !important;
}

.posts tbody tr:first-child {
	border-top: none !important;
}

.posts tbody tr:last-child :hover {
	border-bottom: none !important;
}

.posts tbody tr:last-child {
	border-bottom: none !important;
}

.posts tbody tr:first-child :hover {
	border-top: none !important;
}

.posts tbody tr:first-child {
	border-top: none !important;
}

.posts tbody tr:hover td {
	border-top:1px solid #ac2ea2;
	border-bottom:1px solid #ac2ea2;
}

.posts tbody tr:first-child:hover td {
	border-top: none !important;
	border-bottom:none !important;
}

.posts tbody tr:last-child:hover td {
	border-bottom:none !important;
}

.posts tbody tr.premium:hover td {
	border-top:1px solid #ac2ea2;
	border-bottom:1px solid #ac2ea2;
}

.posts tbody tr:hover td.first {
	border-left:1px solid #ac2ea2;
}

.posts tbody tr.premium:hover td.first {
	border-left:1px solid #ac2ea2;
}

.posts tbody tr:hover td.last {
	border-right:1px solid #ac2ea2;
}

.posts tbody tr.premium:hover td.last {
	border-right:1px solid #942c8b;
}

.posts th {
	background:-webkit-gradient(linear, left top, left bottom, from(#e6e6e7), to(#cdcdcd));
	background:-moz-linear-gradient(top,  #e6e6e7,  #cdcdcd);
	background-color:#d6d6d5;
	font-weight:normal;
	text-align:left;
	padding:7px 10px;
}

.posts th.active {
	background:-webkit-gradient(linear, left top, left bottom, from(#cdcdcd), to(#e6e6e7));
	background:-moz-linear-gradient(top,  #cdcdcd,  #e6e6e7);
}

.posts th .desc {
	background:url(../img/sort-desc.gif) no-repeat right center;
	padding-right:17px;
}

.posts th .asc {
	background:url(../img/sort-asc.gif) no-repeat right center;
	padding-right:17px;
}

.posts td {
	vertical-align:top;
	padding:5px 10px;
}

.posts .position {
	font-weight:bold;
	font-size:13px;
}

.posts .premium .position {
	font-size:14px;
	line-height: 1.5;
}

.posts .logo {
	vertical-align:middle;
	width: 110px;
}

.posts .logo img {
	display:block;
	margin: 2px auto;
}

#start-content .logo img {
	margin:10px auto 2px;
}

.posts .premium .logo {
	vertical-align:top;
	padding-top: 0;
}

.posts .location div {
	font-weight:bold;
	font-size:13px;
}

.posts .expiring {
	color:#f00;
}

.posts .button {
	margin-bottom:3px;
	width:75px;
}

.posts .motivation-button {
	width:100px;
}

.open-applications {
	font-weight:bold;
	font-size:13px;
}

.posts .cancel {
	background:url(../img/logout.gif) no-repeat left center;
	padding-left:18px;
}

.posts .new, .posts span.premium {
	background-color:#f00;
	margin-right:5px;
	display:inline-block;
	font-size:10px;
	padding:0 3px;
	color:#fff;
	font-weight:normal;
}

.posts span.premium {
	background-color:#942c8b;
}

.posts .premium .last {
	font-size: 13px;
}

.posts .site {
	font-size:11px;
	font-weight:normal;
}

.posts .description {
	font-size: 11px;
}

#content .posts p {
	margin: 4px 0;
}

.posts span.post-count {
	float: right;
	background-image: url('/img/eye.png');
	background-repeat: no-repeat;
	padding-left: 19px;
}

.post-count {
	background-image: url('/img/eye.png');
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-left: 10px;
}

/* Candidates
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.candidates {
	border-top:1px solid #dadada;
	border-collapse:collapse;
	margin-top:3px;
	width:100%;
}

.candidates tr {
	border-bottom:1px solid #dadada;
}

.candidates td {
	vertical-align:middle;
	padding:2px 0 2px 10px;
}

.candidates .date {
	padding-left:0;
	width:1px;
}

.candidates .name {
	font-weight:bold;
}

/* SQL log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.cake-sql-log {
	background-color:#fff;
}

.cake-sql-log caption {
	background-color:#fff;
	padding:4px 0;
}

.cake-sql-log tr:nth-child(odd) {
	background-color:#ececec;
}

.cake-sql-log td {
	vertical-align:top;
	padding:2px;
}

/* Autosuggest
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#_suggestBox {
	-webkit-box-shadow:1px 1px 2px #888;
	-moz-box-shadow:1px 1px 2px #888;
	box-shadow:1px 1px 2px #888;
	background-color:#ffffff;
	margin:0;
	cursor:pointer;
	color:#000;
	padding:0;
	opacity:.9;
}

/* CV
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.prototype {
	display:none;
}

.frame {
	border:1px solid #d0d0d0;
	margin-bottom:10px;
	padding:5px;
}

.default-content {
	color:#818181;
}

.default-content p {
	padding:5px 0 0 2px;
	font-style:italic;
}

textarea.full {
	width:480px;
	height:75px;
}

.cv h3 {
	margin:0 5px 5px 0;
	font-size:13px;
}

.cv table {
	border-collapse:collapse;
	width:630px;
}

.cv .ajax .num,
.cv .num {
	text-align:center;
	width:35px;
}

.cv th {
	background-color:#dadada;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	padding:2px;
}

.cv td {
	padding:2px;
}

.add-row {
	padding:0 0 10px 2px;
}

.add {
	background:url(../img/add.gif) no-repeat center left;
	display:inline-block;
	padding-left:18px;
	margin-top:3px;
}

th.del,
td.del {
	text-align:center;
	width:20px;
}

a.del {
	background:url(../img/remove.gif) no-repeat center left;
	padding-left:20px;
	margin-right:5px;
	font-size:12px;
	float:right;
}

/*.cv .checkbox label {
	float:left;
}*/

.cv textarea {
	width:460px;
}

input[type=text].txt-computer-skill,
.txt-computer-skill {
	width:330px;
}

.cv .still-working label {
	vertical-align:baseline;
	font-size:12px;
	display:inline;
	width:auto;
}

.cv .still-working input {
	vertical-align:middle;
}

.post-edit textarea {
	width:430px;
	height:100px;
}

.post-edit .text input {
	width:330px;
}

.post-edit .error-message {
	padding-left:143px;
}

.chk-list {
	margin:0 0 10px 140px;
	overflow:auto;
	width:480px;
}

.chk-list label {
	text-align:left;
	width:445px;
}

.chk-list input {
	float:left;
}

#delete-step1 {
	margin-bottom:10px;
}

#delete-step2 {
	display:none;
}

/* Applications
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.applications {
	display:none;
}

/* Login
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.login a {
	font-size:12px;
}

.login .password a {
	position:relative;
	padding-left:5px;
	top:3px;
}

.login .note {
	margin:20px 0 0 107px;
	font-size:12px;
}

/* Full post
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.full-post {
	margin:20px auto;
	width:550px;
}

.full-post .block {
	border-bottom:1px solid #e7e7e7;
	padding-bottom:15px;
}

.full-post .company {
	text-align:center;
	font-weight:bold;
}

.full-post .company img {
	margin:5px auto;
	display:block;
}

.full-post h1 {
	text-align:center;
	color:#952c8c;
}

.full-post h2 {
	padding:5px 0;
}

.full-post ul {
	margin-left:5px;
	list-style:none;
}
.full-post ol {
	margin-left:30px;
}

.full-post ul li {
	background:url(../img/li.gif) no-repeat 0 4px;
	padding-left:15px;
}

.full-post .buttons {
	text-align:center;
	margin-top:5px;
}

.full-post .button {
	float:none;
}

.full-post .button.big {
	margin-left:15px;
}

.back {
	background:url(../img/back.gif) no-repeat left center;
	padding-left:15px;
	font-weight:bold;
}

.full-post .poster {
	margin-top:15px;
	text-align:center;
}

/* Post apply
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.post-apply h1 {
	text-align:center;
}

.post-apply .company {
	margin:5px 0 20px 0;
	text-align:center;
	font-weight:bold;
}

.post-apply .company .position {
	color:#952c8c;
}

.post-apply .first label {
	width:130px;
}

.post-apply .textarea label {
	text-align:left;
	display:block;
}

.post-apply textarea {
	margin-top:5px;
	height:150px;
	width:370px;
}

.post-apply .first .submit {
	text-align:center;
	padding-left:0;
}

.post-apply .error-message {
	padding-left:137px;
}

.post-apply .textarea .error-message {
	padding-left:0;
}

.cv-button {
	background:#9d9d9d;
	background:-webkit-gradient(linear, left top, left bottom, from(#c0c0c0), to(#818181));
	background:-moz-linear-gradient(top,  #c0c0c0,  #818181);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	min-height:46px;
	margin-top:5px;
	padding:3px 0;
	display:block;
	width:240px;

	color:#fff;
}

.cv-button img {
	margin:0 8px;
	float:left;
}

.cv-button .name {
	margin-left:54px;
	font-weight:bold;
	font-size:14px;
	display:block;
}

.cv-button .size {
	background:url(../img/btn-pdf.gif) no-repeat left center;
	padding-left:20px;
	margin-left:54px;
	display:block;
	font-size:12px;
	color:#3e3e3e;
}

.cv-button:hover {
	outline:1px solid #c0c0c0;
}
.cv-button:active {
	background:-webkit-gradient(linear, left top, left bottom, from(#818181), to(#c0c0c0));
	background:-moz-linear-gradient(top,  #818181,  #c0c0c0);
	outline:1px solid #c0c0c0;
}


/* Post suggestion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#PostSuggestion h1 {
	padding:5px 0 15px 0;
	text-align:center;
}


#PostSuggestion .input {
	margin-bottom:5px;
}

#PostSuggestion label {
	width:150px;
}

#PostSuggestion .text input {
	width:300px;
}

#PostSuggestion textarea {
	vertical-align:top;
	color:inherit;
	width:300px;
	height:70px;
	color:#000;
}

#PostSuggestion .submit {
	padding:10px 0 0 160px;
}

#PostSuggestion .error-message {
	padding-left:157px;
}

/* Confirm box
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#confirm-bg {
	background-color:#000;
	position:fixed;
	display:none;
	z-index:888;
	height:100%;
	width:100%;
	opacity:.1;
	left:0;
	top:0;
}

#confirm {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #f00;
	background-color:#fcc;
	text-align:center;
	position:fixed;
	display:none;
	z-index:999;
	width:380px;
	left:0;
	top:0;
}

#confirm h2 {
	padding:15px 0 5px 0;
	margin:0;
}

#confirm p {
	font-size:14px;
	margin:0;
}

#confirm div.controls {
	margin:30px 0 50px 0;
}

/* Alert box
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#alert {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:1px solid #91c000;
	background-color:#e7f9ad;
	padding:20px 10px;
	text-align:left;
	position:fixed;
	display:none;
	z-index:999;
	width:380px;
	left:0;
	top:0;
}

#alert.error {
	border:1px solid #f00;
	background-color:#fcc;
}

#alert p {
	margin:0;
}

#alert .close {
	background:url(../img/close.gif) no-repeat left center;
	padding-left:20px;
	position:absolute;
	font-size:11px;
	right:7px;
	top:5px;
}

/* Counters
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#counters {
	padding-bottom:25px;
	text-align:center;
	//display: none;
}

/* Companies
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#company-pcategories label,
#company-categories label {
	visibility:hidden;
}

#company-pcategories > .input:first-child a,
#company-categories > .input:first-child a {
	display:none;
}

#company-pcategories > .input:first-child label,
#company-categories > .input:first-child label {
	visibility:visible;
}

#company-categories img, #company-pcategories img {
	margin: 0 5px 0 5px;
}

/* Premium companies
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#premium-companies {
	float:left;
	width:150px;
	background: #fff;
	margin-top: -40px;
	margin-left: 15px;
	padding: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

#white_space {
	background: #fff;
	width: 734px;
	float: left;
}

#premium-companies .browse {
	width:150px;
	height:30px;
	display:block;
	cursor:pointer;
}

#premium-companies .top {
	background:url('../img/arrow_up.png') no-repeat center center;
}

#premium-companies .bottom {
	background:url('../img/arrow_down.png') no-repeat center center;
}

/* Scrollable
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.scrollable {
	position:relative;
	overflow:hidden;
	width:150px;
	height:510px;
	margin:0;
}

.scrollable .items {
	height:20000em;
	position:absolute;
}

.items .item {
	height:86px;
}

.items .item .imgc {
	display: block;
	margin: 3px auto;
}

.items .item a {
	width:150px;
	display: block;
	text-align:center;
	margin:0 6px;
	height:86px;
	font-size: 11px;
}
.items .item a:hover{
	text-decoration: none;
}
.items .item a:hover .ellipsis{
	text-decoration: underline;
}

.items .item a .ellipsis {
	text-align: center;
	overflow: hidden;
	float: none;
}


/* Slīdošā lenta
---------------------------------------- */
#catfish .catfish-outer {
	z-index:4250;
	height:35px;
	width:100%;
	overflow:visible;
}

#catfish .catfish-overlay {
	z-index:4251;
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:35px;
	overflow:hidden;
	visibility:visible;
}

#catfish .catfish-inner {
	position:relative;
	height:35px;
	white-space:nowrap;
	overflow:visible;
}

#catfish a.cb {
  display:block;
  height:35px;
  white-space:nowrap;
  width:100%;
	text-decoration:none;
	line-height:0;
}

#catfish .close {
	position:absolute;
	right:5px;
	top:5px;
	background:#fff;
	color:#000;
	padding:3px 5px;
	font-weight:bold;
	text-decoration:none;
}


/** CV meklēšanas rezultāti
 *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#cv-search-results {
	padding: 10px 0 10px 26px;
	margin: 0;
}

#cv-search-results li {
	padding: 6px 0;
	margin: 0;
	border-bottom: 1px dashed #ccc;
	color: #bbb;
	font-size: 16px;
	line-height: 20px;
}

#cv-search-results h3 {
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}

#cv-search-results p {
	color: #111;
	font-size: 12px;
	line-height: 16px;
}

/**
 * Akcijas baneri
 */
#akcija {
        background-color: #f2f2f2;
}

#akcija .inner {
        width: 800px;
        margin: 0 auto;
        position: relative;
}

#akcija h1 {
        position: absolute;
        left: 20px;
        top: 50px;
        color: #942B8A;
        font-size: 28px;
}

#akcija .intro-button {
        position: absolute;
        top: 60px;
        right: 90px;
}

#akcija .noteikumi {
        position: absolute;
        left: 20px;
        bottom: 20px;
}

/**
 * Darba piedāvājumu pirkšana
 */

#pay-for-posts {
	overflow: hidden;
	margin: 20px 0 0;
}

#pay-for-posts a {
	margin: 0 10px 0 0;
}

#pay-for-posts .premium {
	float: left;
	width: 220px;
	margin: 0 60px 0 0;
}

#pay-for-posts .premium .big-button {
	font-size: 17px;
	line-height: 17px;
}

#pay-for-posts .big-button {
	margin: 0 0 10px;
}

#muse-banner {
	display: block;
	width: 800px;
	height: 600px;
}

#facebook-forbes {
	display: block;
	width: 800px;
	height: 566px;	
}

#muse-header-banner {
	background-color: #000000;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
}

#positivus-header-banner {
	background-color: #bb3a13;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	height: 90px;
}

#patrick_wolf-header-banner {
	background-color: #000000;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	height: 90px;
}

#patssevlideris-header-banner {
	background-color: #666e7e;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	height: 90px;
}

#killers-header-banner {
	background: url("../img/killers_gradient.png") repeat-x scroll center top transparent;
	display: none;
	text-align: center;
	position: relative;
	z-index: 2;
	height: 90px;
}

#birojnica-header-banner {
	background-color: #676d7e;
	display: block;
	text-align: center;
	position: relative;
	z-index: 2;
	height: 90px;
}

.c-block ul {
	list-style-position: inside;
}

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{position:absolute; display:none;}
ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:999;}
ul.bjqs-controls.v-centered li a{position:absolute;}
ul.bjqs-controls.v-centered li.bjqs-next a{display: none;}
ul.bjqs-controls.v-centered li.bjqs-prev a{display: none;}
ol.bjqs-markers{list-style: none; padding: 0; margin: 0; margin-top: -30px; margin-left: 320px; z-index: 100; position: absolute}
ol.bjqs-markers.h-centered{text-align: right;}
ol.bjqs-markers li{display:inline; background: url('../img/ban_rotation_not_selected.png') 2px 2px no-repeat}
ol.bjqs-markers li a{display:inline-block; width: 14px; height: 13px; text-indent: 100%; white-space: nowrap; overflow: hidden;}
p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}
li.active-marker {
	background: url('../img/ban_rotation_selected.png') no-repeat !important;
}

#socialStuff {
	position: absolute;
	top: 250px;
}

.socialStuffSpace {
}

#fancybox-outer {
	//background: none;
}

.fancy-bg {
	//background-image: none !important;
}

.fancy-zoom {
	background: url('../img/zoom-icon.png') no-repeat !important;
	height: 40px;
	width: 40px;
	float: right;
	margin-top: -60px;
	border: none !important;
	position: relative;
	display: none;
}

#register-wrap {
	min-height: 500px;
}

#fancybox-outer {
	background: transparent !important;
}

.fancy-bg {
	background-image: none !important;
}

#publicationButton {
	width: 250px;
	margin: auto;
	margin-top: 40px;
}

#publicationButton .submit {
	padding: 0;
}

#publicationButton .button {
	font-size: 16px;
	padding: 11px 15px 11px 15px;
	//height: 45px;
	box-shadow: 4px 4px 5px #888888;
}

#publicationButton .button a {
	color: #ffffff;
}

.advice-block {
	position: relative;
	width: 290px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
	border: 1px solid #ffffff;
	padding: 10px;
	padding-top: 0px;
	min-height: 430px;
	background: #ffffff;
}

.advice-img {
	margin: 0 -10px;
	height: 150px;
}

.advice-text {
	margin: 10px 0;
}

.advice-title {
	position: relative;
	margin: 0 -10px;
	padding: 10px 10px;
	padding-bottom: 20px;
	color: #ffffff;
}

.advice-title2 {
	background-image: url('../img/sturitis_transparents.png');
	background-repeat: no-repeat;
	background-position: left center;
	height: 12px;
}

/*
.advice-title:after {
  position: absolute;
  bottom: -10px;
  left: 5%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #eeeeee;
  border-left: 10px solid transparent;
  content: '';
}
*/

.advice-title-left {
	width: 70%;
	float: left;
}

.advice-title-right {
	width: 29%;
	float: right;
	text-align: right;
}

.advice-title a {
	color: #ffffff;
}

.advice-block h1 {
	margin: 0;
	padding: 0;
	min-height: 57px;
	font-size: 23px;
}

.advice-block hr {
	background: none;
	border-top: 1px dotted #ffffff;
}

.advice-read-more {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.advice-share {
	position: absolute;
	bottom: 10px;
	right: 15px;
	background: url('../img/heart.png') no-repeat center left;
	cursor: pointer;
	width: 17px;
}

.advice-read-more a {
	background: url('../img/more.gif') no-repeat center left;
	padding-left: 18px;
}

.advice-cat-1 {
	background: #3caec7;
}

.advice-section-item {
	border-bottom: 1px dotted #bbbbbb;
	padding: 5px 0 5px 60px;
	min-height: 35px;
}

.advice-section {
	border: none;
	width: 292px;
	padding-bottom: 10px;
}

.advice-section h2 {
	text-align: center;
	margin-top: 5px;
	margin-bottom: -10px;
	font-size: 22px;
	font-weight: normal;
}

.advice-section .advice-title {
	margin-bottom: 10px;
}

.advice-share-content {
	display: none;
	position: absolute;
	bottom: 30px;
	right: -45%;
	//background: #eeeeee;
	background: url('../img/popup_social.png') no-repeat top center;
	background-size: 100%;
	width: 100%;
	padding: 12px 10px 7px 10px;
	z-index: 4;
	min-height: 35px;
}

/*
.advice-share-content:after {
  position: absolute;
  bottom: -10px;
  left: 47%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #eeeeee;
  border-left: 10px solid transparent;
  content: '';
}
*/

.advice-nofloat {
	float: none;
	margin: 0;
	min-height: 1px;
}

.advice-nofloat div:last-child {
	border: none;
}

.advice-view-left {
	width: 315px;
	float: left;
}

.advice-view-right {
	position: relative;
	float: right;
	//background: #ffffff;
}

.advice-view-content {
	width: 630px;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 60px;
	position: relative;
	background: #ffffff;
	margin-bottom: 20px;
}

.advice-view-right .advice-title {
	margin: 0 -20px;
	padding-right: 200px;

}

.advice-view-right .advice-title h1 {
	min-height: 62px;
}

.advice-view-right .advice-img {
	margin: 0 -20px;
	min-height: 300px;
}

.advice-view-right hr {
	background: none;
	border-top: 1px dotted #ffffff;
}

.advice-author {
	position: absolute;
	bottom: 32px;
	right: 10px;
	z-index: 4;
}

.advice-author-img {
	background: #eeeeee;
	width: 150px;
	height: 200px;
	border: 3px solid #ffffff;
}

.advice-view-top {
	position: relative;
}

.advice-author-name {
	color: #ffffff;
	margin-top: 10px;
	text-align: right;
}

#share2 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 650px;
	height: 20px;
	background: #f0f0f0;
	padding: 10px;
}

#share2 .share-text {
	position: absolute;
	left: 10px;
	bottom: 13px;
}

#share2 .share-ico {
	position: absolute;
	right: 10px;
	bottom: 7px;
}

.advice-aditional .advice-block:first-child {
	margin: 0;
}

.advice-aditional .advice-block {
	margin-top: 0;
	width: 303px;
}

.advice-aditional .advice-img {
	min-height: 150px;
}

.advice-aditional .advice-img, .advice-aditional .advice-title {
	margin: 0 -10px;
}

.advice-aditional .advice-title {
	padding-right: 10px;
}

.advice-block .hidden {
	display: none;
}

.more-advices {
	margin-top: 20px;
	text-align: center;
	cursor: pointer;
	color: #0171bd;
}

#new-register-wrap {
	position: relative;
	//top: 50%;
	//left: 50%;
	width: 850px;
	min-height: 450px;
	margin: auto;
	margin-top: 50px;
	//margin-top: -250px;
	//margin-left: -425px;
	background: #ffffff;
}

#new-register-left-top h1, #new-register-right-top h1 {
	text-align: left;
}

#new-register-left-top hr, #new-register-right-top hr {
	background: none;
	border-top: 1px dotted #ffffff;
}

#new-register-left {
	width: 75%;
	float: left;
	min-height: 450px;
}

#new-register-left-top {
	background: #8cbe30;
	padding: 20px;
	padding-bottom: 5px;
	color: #ffffff;
	position: relative;
	margin-bottom: 10px;
}

#new-register-left-top:after {
  position: absolute;
  bottom: -10px;
  left: 20px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #8cbe30;
  border-left: 10px solid transparent;
  content: '';
}

#new-register-left-top h1 {
	margin: 0;
	padding: 0;
	width: 60%;
}

#new-register-left-left {
	width: 32%;
	float: left;
	padding: 4%;
	text-align: left;
	position: relative;
	min-height: 250px;
}

#new-register-left-left input {
	padding: 7px 0;
	width: 100%;
}

#new-register-left-left .input {
	margin-bottom: 20px;
}

#new-register-left-left label {
	top: -5px;
	text-align: left;
}

#new-register-left-left .submit {
	position: absolute;
	bottom: 20px;
	left: 30px;
	min-height: 20px;
	width: 200px;
	padding-left: 0;
}

#new-register-left-left .submit input {
	//padding: 10px 0;
	height: 30px;
	line-height: 0;
	border-radius: 0;
}

#new-register-left-right {
	width: 56%;
	float: left;
	padding: 1.9%;
	border-left: 1px solid #dbdcdb;
	margin-top: 20px;
}

#new-register-left-right ul {
	width: 250px;
}

#new-register-left-right ul li {
	margin-left: 5px;
	margin-bottom: 15px;
	background: url('../img/check_icon.png') no-repeat center left;
	list-style-type: none;
	padding-left: 30px;
}

#new-register-right {
	width: 25%;
	float: left;
	min-height: 450px;
	background: #EEEFEE;
}

#new-register-right a {
	text-decoration: none;
}

#new-register-left-right img {
	margin-bottom: 10px;
}

#new-register-right-top {
	background: #3e4fa7;
	padding: 20px;
	padding-bottom: 5px;
	color: #ffffff;
	margin-bottom: 20px;
	position: relative;
}

#new-register-right-top:after {
  position: absolute;
  bottom: -10px;
  left: 5%;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #3e4fa7;
  border-left: 10px solid transparent;
  content: '';
}

#new-register-right-top h1 {
	margin: 0;
	padding: 0;
}

#new-register-img {
	background: url('../img/woman_thinking.png') no-repeat center bottom;
	width: 200px;
	height: 220px;
	position: absolute;
	bottom: 0;
	left: 58%;
}

.new-register-ico, .IN-widget {
	min-height: 35px;
	margin-bottom: 20px;
	cursor: pointer;
	opacity:0.80;
	filter:alpha(opacity=80);
}

.new-register-fb {
	background: url('../img/poga_fb.png') no-repeat center center;
}

.new-register-dr {
	background: url('../img/poga_dr.png') no-repeat center center;
}

.new-register-tw {
	background: url('../img/poga_twit.png') no-repeat center center;
}

.new-register-gp {
	background: url('../img/poga_google.png') no-repeat center center;
}

.new-register-li, .IN-widget {
	background: url('../img/poga_in.png') no-repeat center center;
	width: 100%;
}

.IN-widget span {
	width: 100%;
	
	//min-height: 35px;
}

.IN-widget a span {
	min-height: 35px !important;
	min-width: 100%;
	visibility: hidden;
	background: url('../img/poga_in.png') no-repeat center center;
}

.new-register-fb:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.new-register-dr:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.new-register-tw:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.new-register-gp:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

.new-register-li:hover, .IN-widget:hover {
	opacity:1;
	filter:alpha(opacity=100);
}

#email_popup {
	width: 400px;
	background: #ffffff;
}

.email_popup_top {
	background: #d74fc5;
	color: #ffffff;
	padding: 20px;
}

.email_popup_content {
	padding: 20px;
}

#email_popup h1 {
	font-size: 18px;
}

#email_popup h3 {
	font-size: 14px;
	font-weight: normal;
}
