body {
	background: url(../imgs/blue-bg.jpg)repeat-x top left #e8e5c0 ; 
}

.container {
	max-width: 1000px;
	
}

header {
	background:url(../imgs/header-bg.png)no-repeat;
	height: 175px;
}

.navbar-toggle {
	margin-right: 0;
}

.nav li a {
	
	color: #eeeeee;
	text-decoration: none;
    font-size: 12px;
    line-height: auto;
    font-family: arial;
    padding: 15px 12px;
}

.nav li a:hover {
	text-decoration: underline;
	background:none;
	color: #eeeeee;
}

.nav li a:focus {
	background-color: #2a719d;
	margin-top: 15px;
	padding-top: 0;
}

h1 {
     padding:0 0 0 170px;
     margin-top: 0;
}

#white-paper {
	background: url(../imgs/gore.jpg) no-repeat top left white;	
	padding:0 20px 50px;
	border:1px solid #e8e561;
	position: relative;
	z-index: 5;	
}

.list {
	margin-top: 20px;
}

.list ul {
padding-left: 0;
float: left;
}

.list ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0 9px;
}

.list a {
	font-size: 14px;
	line-height: auto;
	font-family: Georgia;
	color: black;
	padding:0;
	border-bottom: 1px solid #c6ddd9;
}

.list li:first-child {
	margin-left: 0px;
}

.list a:hover {
  text-decoration: none;
  border-bottom: 1px solid #99cccc;
}

.list form { 
	float: right;	
	margin: -5px 0 0 0;
}

.list .form-control {
	border-radius: 0;
    background: url(../imgs/input.gif) repeat-x left bottom;
}

.help-block {
	margin-top: 5px;
	font: 10px "courier new";
	color:#999;
}

h2 {
	color: #999;
	font-size: 16px;
	line-height: auto;
	font-family: Georgia;
	border-bottom: 2px solid #eee;
	margin:6px 0 15px 0;
	padding: 2px 0;
	letter-spacing: 1px;
	font-weight: normal;
	word-spacing: 2px;
}

.job-line  {
	padding: 10px 15px;
	border-bottom: 1px solid #eeeeee;

}

.highlighted {
	     background: #fff9c7;
	}


.grey-white:nth-child(odd) {
	     background: #f6f6f6;

	}


.white-grey:nth-child(even) {
	     background: #f6f6f6;
	    
	}

.majstor {
	padding: 10px 0;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	margin: 40px 0 40px 0;
	text-align: center;

}

.majstor .img-responsive {
	display: inline-block;
}

.blue, .stalni {
	background-color: #c4daf0;
	color: #555555;
	font-size: 11px;
	line-height: 18px;
	width: 70px;
	text-align: center;
	margin: 0px;
	text-transform: uppercase;
	 }

.pink, .honorarni {
    background-color: #f5d9dd;
    color: #555555;
	font-size: 11px;
	line-height: 18px;
	width: 70px;
	text-align: center;
	margin: 0;	
	text-transform: uppercase;
}

.green, .freelance {
	background-color: #d0e6a5; 
    color: #555555;
	font-size: 11px;
	line-height: 18px;
	width: 70px;
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}


.with-border {
	border-right: 1px solid #eeeeee;
}

.position {
	margin-top: 3px;
}

.position span {
	color: #555555;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 2px;
	display: block;	
	text-align: center;
	 }

.describe-job a {
	font-weight: bold;
	font-size: 15px;
	line-height: 14px;
	color: #1c6c9c;
	font-family: arial;
	margin: 0;
	cursor: pointer;
}

.describe-job a:hover {
	color: black;
	text-decoration: none;
}

.describe-job span {
	color:#666666;
	font-size: 12px;
	line-height: auto;
	display: block;
}

.board {	
	margin: 27px 0 10px 0;
	padding: 20px 0 0 0;
	border: 1px solid #ededed;
	text-align: center;
	
	}

.social-link {
	padding:0;
	margin-bottom:20px;	
	
}

.social-img {
	display: inline-block;
	width: 22%;
}

.social-link a {
	padding: 0;
}

.board-img {
	display: inline;
	margin-bottom: 20px;
}

.put-newjob {
	margin-left: 0;
	margin-top: -33px;

}

.new-job-xs  {
   	color: #246d9a!important;
   	font-weight: bold;
   	font-size: 20px;
   	
   }

.advertisement  {
	margin-bottom: 10px;

}

.advertising-link {
	text-decoration: underline;
	font-size: 11px;
	line-height: 18px;
	color: #10587a;
	margin-bottom: 10px;
	float: right;
}

.advertising-link:hover {
	color: black;
}


footer {
	z-index: 10;
	margin-top: -10px;

}



footer .footer-link ul {
	text-decoration: none;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
}

footer a {
	color: #10587a;
}

footer a:hover {
	color: black;
	text-decoration: none;
}

.footer-paper {
	background: url(../imgs/papiric.png) right top no-repeat;
	z-index: 5;
	margin-top: -5px;
	float: left;
	margin-bottom: 25px;
}

.all-links {
	margin-top: 15px;
	padding: 10px 0 0 0;
}

.footer-info {

    font-size: 12px;
	line-height: 18px;
	margin-top: 50px;
	
}

.footer-info p:first-child {
	margin-bottom: 0px;
}

#about-page  {
    
    font: 12px arial;
    word-spacing: 2px;
    color: #555;
    line-height: 20px;
    margin:0 0 10px 0;
    
}

#about-page p:last-child {
	margin-top:40px;
}

h2 span {
	font: 11px arial;
	float: right; 
}

h2 span a {
	color: #10587a;
	
}

h2 span a:hover {
	color: black;
	text-decoration: none;

}
.no-rounded {
	border-radius: 0;
}

#contact .form-control {
	width: 45%; 
	font: 12px arial;
	border-radius: 0;
	border: 1px solid #99cccc;
	background: url(../imgs/input.gif) repeat-x left bottom;
} 

#contact label {
	font-style: normal;
	font: 12px arial;
}

#contact {
	margin-top: 40px;
}

#contact button {
	font: 12px arial;
    color: #666;
	padding: 5px 103px;
	border-radius: 0;
	width: 47%;
	margin-top: 20px;
	margin-left: 89px;
	border:1px solid #99cccc;

}

#contact button:hover {
	background: none;
	border:1px solid #99cccc;
}

.step-active {
    color: #882207;
}

.step {
	display: inline;
	padding-right: 50px;
}

h4 {
	color: #10587A;
    padding: 0px;
    margin: 20px 0 30px 0;
    font-size: 15px;
    font-weight: bold;
}

.details a {
	text-decoration: none;
	font-size: 12px;
	line-height: 18px;
	color: #10587a;
}

.details a:hover {
	color: black;
	text-decoration: none;
}

#form-general label, .control-label {
	font-weight: normal;
	font: 12px arial;
	text-align: left;

}

 #form-general .form-control {
	font: 12px arial;
	border-radius: 0;
	border: 1px solid #99cccc;
	background: url(../imgs/input.gif) repeat-x left bottom;
	
}

#form-general .form-size {
	width: 140px;
	display: inline;
	margin-right: 5px;
}

#form-general button {
	background: #fefbd6;
	border-radius: 0;
	border: 1px solid #eee98e;
	width: 50%;
	padding: 5px;
	font: 12px arial;
	margin-top: 40px;
}  

#form-general button:hover {
    background: #fefbd6;
    border: 1px solid #99cccc;
}

.wanted-job {
	float: right; 
	font: 28px georgia;
    color: #dad7d7;
    font-style: italic;
}

.on-this-address {
	font-size: 11px;
}

#form-general input[type=checkbox] { 
	margin-top: 0px;

} 

#form-general input[type=radio] { 
	margin-top: 2px;
} 

.pagenumber-link {
   margin-top: 10px;
   margin-left: 10px;
}

.pagenumber-link a {
	display: inline;
	text-decoration: none;
	font: 12px arial;
    padding-right: 8px;
	line-height: 18px;
	color: #10587a;
}

.pagenumber-link a:hover {
	color: black;
	text-decoration: none;
} 

#job-step2 h4 {
    font: 18px arial;
    color: #882207;
    margin: 0;
}

#job-step2 {
	font: 12px arial;
    word-spacing: 2px;
	border-bottom: 1px dashed #eee;
    margin: 40px 0 20px 0;
    padding: 0px 0 5px 0;
    letter-spacing: 1px;
    font-weight: normal;
    color: #333;
}

#job-step2 a {
   text-decoration: none;
	font: 12px arial;
	line-height: 18px;
	color: #10587a;
}

#job-step2 a:hover {
    color: black;
	text-decoration: none;
}

.textjob-step2 {
	font: 12px arial;
    word-spacing: 2px;
    color: #555;
}

.yellow-button {
    color: #666; 
    background: #fefbd6;
	border-radius: 0;
	border: 1px solid #eee98e;
	width: 150px;
	padding: 3px 0;
	font: 12px arial;
    height: 23px;	
}

.yellow-button:hover {
	background: #fefbd6;
	border: 1px solid #99cccc;

}

.button-line{
	color: #777;
	font: 11px arial;
    word-spacing: 2px;
    padding: 10px 0;
    margin: 20px 0;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.button-line a {
   text-decoration: none;
	font: 11px arial;
	line-height: 18px;
	color: #10587a;
}

.button-line a:hover {
    color: black;
	text-decoration: none;
}

.delete-job-md {
	display: none;
}

.step-by-step {
	color: #999;
	font-size: 16px;
	line-height: auto;
	font-family: Georgia;
	border-bottom: 2px solid #eee;
	margin:6px 0 15px 0;
	padding: 2px 0;
	letter-spacing: 1px;
	font-weight: normal;
	word-spacing: 2px;
}

.link-step3  {
	margin:20px 0 10px 0;
	line-height: 20px;
}

.link-step3 a {
	
	text-decoration: none;
	font: 12px arial;
	line-height: 18px;
	color: #10587a;
	
}

.link-step3 a:hover {
	color: black;
	text-decoration: none;
}

#job h4 {
    font: 18px arial;
    color: #882207;
    margin: 0;
    line-height: 32px;
}

#job {
	font: 12px arial;
    word-spacing: 2px;
	border-bottom: 1px dashed #eee;
    margin: 0 0 20px 0;
    padding: 0px 0 5px 0;
    letter-spacing: 1px;
    font-weight: normal;
    color: #333;
    position: relative;
}

.img-margin {
	margin-bottom: 5px;
}

#job span {
	font: 12px arial;
    margin: 0px;
    padding: 0;
}

#job .candidate span {
    display: block;
}

#job a {
   text-decoration: none;
	font: 12px arial;
	line-height: 18px;
	color: #10587a;

}

#job a:hover {
    color: black;
	text-decoration: none;
}

.job-description {
	font: 12px arial;
    word-spacing: 2px;
    color: #555;
    line-height: 20px;
}

.candidate {
	float: right;
	color: #666;
    font-size: 20px;
    height: 51px;
    padding: 4px 0 0;
    text-align: center;
    width: 60px;
    background: #fefbd6;
}
.job-description h4 {
   border-top: 1px dashed #eee;
   margin: 15px 0 0 0;
   padding: 20px 0 0 0;
   font-size: 16px;
   font-weight: bold;
}

.job-description h4 a {
    border-bottom: 1px solid #eee;
    color: #10587a;
     text-decoration: none;

}

.job-description h4 a:hover {
    color: black;
	text-decoration: none;
}

.job-description span {
	padding-left: 2px;
}

.job-description span a {
	text-decoration: none;
	font: 12px arial;
	color: #10587a;
}

.job-description span a:hover {
    color: black;
	text-decoration: none;
}

.job-description button {
	background: #fefbd6;
	border-radius: 0;
	border: 1px solid #eee98e;
	width: 45%;
	padding: 5px;
	font: 12px arial;
	color: #666;
}

.job-description button:hover {
	background: #fefbd6;
	border:1px solid #99cccc;
}

.apply .form-control {
	width: 45%; 
	font: 12px arial;
	border-radius: 0;
	border: 1px solid #99cccc;
	background: url(../imgs/input.gif) repeat-x left bottom;
} 

.apply label {
	font-style: normal;
	font: 12px arial;
	
}

.apply {
	margin-top: 40px;
}

.apply .control-label {
	font-weight: normal;
	font: 12px arial;
	text-align: left;

}

#back {
	margin: 20px 0;
	font-size: 11px;
    background: #f9f9f9;
    padding: 4px;
    color: #777;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#back span {
	margin: 0;
	display: block;
	font-size: 11px;
}

#back span a {
    color: #10587a;
}

#back span a:hover {
	text-decoration: none;
	color: black;
}

.about-job {
	margin-top: 7px;
	text-align: right;
}

.tell-friend button {
	background: #fefbd6;
	border-radius: 0;
	border: 1px solid #eee98e;
	padding: 5px;
	width: 70px;
	font: 12px arial;
	color: #666;
}

.tell-friend button:hover {
	background: #fefbd6;
	border:1px solid #99cccc;
}

.tell-friend .col-md-3 {
	width: 20%;

}

dt p {
	margin-bottom: 0px;
}

.left-margin {
	margin-left: 100px;
}

.link-style {
	text-decoration: none;
	font: 12px arial;
	color: #10587a;
}

.link-style:hover {
	text-decoration: none;
	color: black;
}











@media (max-width: 992px) {
	.put-newjob {
		max-width: 100%;
		margin-top: -20px;
		margin-left: 0px;
	}

	.job-line .with-border {
		border-right:none; 
		
	}
     .blue, 
     .green,
     .pink {
     	float: left;

     }

     .stalni, 
     .honorarni,
     .freelance {
     	float: left;

     }

     .position {
     	margin-bottom: 5px;

     }
    .position span {
    	text-align: left;
    	margin-left: 90px;
    }

     .wanted-job {
     	float: right;
     }

      .list form { 
	width: 100%;	
	margin: 0;

}



    #contact .form-control {
		width: 100%; 

} 

	#contact .form-horizontal .form-group  {
		margin-right: 0;
		margin-left: 0;
}

	#contact button {
		margin: 0;
		padding: 6px 12px;

	}

	#contact {
		margin-top: 30px; 
}

	.step {
		padding-right: 8px;
}
  
	.delete-job {
		display: none;
	}
     
	.delete-job-md {
	display: block;
	margin-top: 5px;
}

.apply .form-control {
	width: 100%;
}

}


@media (max-width: 768px) {
	
	.container {
		padding-right: 5px;
		padding-left: 5px;
	}

	#white-paper {
		padding-left: 10px;
		padding-right: 10px;
	}

	header {
     background:none; 
      height: auto;		
	}
    
    header .pull-right {
      float: left!important;
    }

    .nav li a {
    	padding: 10px 12px;

    }
    
   header button   {
       color: white;
   }

	h1 {
	text-align: left;
     padding:0;
     margin: 10px 0;
	}

	.footer-paper {
		margin-bottom: 0;
	}

	.put-newjob {
		display: none;
	}

	.advertisement,
	.advertising-link
	    {
		display: none;
	}
	
     .blue, 
     .green,
     .pink {
     	float: left;

     }

    .list form { 
	
		width: 100%;	
		margin: 5px 0;
	}

   

   .help-block {
   	display: none;
   }

   .list ul {
   	margin-top: 10px;
   }    

	 .social-img {
		margin: 0 5px;
		width: 10%;
	}

	#contact {
			margin-top: 20px; 
	}

	.step {
		display: block;
	}


	.change-job {
		display: block;
		margin-top: 5px;
	}

	.button-line {
		text-align: center;
	}

	.apply .form-horizontal .form-group {
		padding: 6px 12px;
	}

	.tell-friend .col-md-3 {
	 width: 100%;
	}

	.about-job  {
	  		display: none;
		}

	.about-job-xs  {
  		margin-bottom: 5px;
  		padding-bottom: 5px;
  		border-bottom: 1px solid #eee;
	}

	.list ul li {
    	margin: 0 5px;
    }

    .list {
    	margin-top: 0;
    }

    h2 span {
    	float: none;
    	display: block;
    	margin-bottom: 5px;
    }

}    

@media(max-width: 480px) {
	.job-description span  {
		display: block;
	}

	.job-description button {
		width: 100%;
	}

	#form-general button {
		width: 100%;
	}

	.left-margin {
		margin-left: 0;
	}
	
 	#form-general .radio-inline {
 		display: block;
 		margin-left: 0;
 	}

}


.current_page {
	color: #111;
}



.has-error .form-control, .form-control.error {
	border: 1px solid rgb(185, 1, 1) !important;
} 

/* tag heights */

.company-tag-1 {

	font-size: 12px;

}

.company-tag-2 {

	font-size: 14px;

}

.company-tag-3 {

	font-size: 16px;

}

.company-tag-4 {

	font-size: 18px;

}

.company-tag-5 {

	font-size: 20px;

}

.company-tag-6 {

	font-size: 24px;

}

label.error {
	display: block;
	color:rgb(185, 1, 1);
}

.bg-warning {
	background-color: #fefbd6;
}