﻿

h1, h2, h3, h4, h4, h6{
	font-weight: 200;
} 

a{
	text-decoration: none;
	color: #fff;
}

a.link{
  color: #fff;
  background-color: #3f4c6b;
  margin-bottom: 20px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #3f4c6b;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a.link:hover{
  background-color: #fff;
  color: #3f4c6b;
}

/* CONTAINERS */

.container {max-width: 940px; width: 100%; margin: 0 auto; }

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%;}
.three { width: 23.8%; }
.two { width: 15.33%; }
.one{ width: 6.866%;}

/* COLUMNS */

.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-of-type { margin-left: 0; }

/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* CALENDAR */

.calendar-wrapper{
	width: 100%;
	height: 500px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
	background: #3f4c6b;
	color: #fff;
	background: -moz-linear-gradient(-45deg, #3f4c6b 0%, #3f4c6b 100%);
	background: -webkit-linear-gradient(-45deg, #3f4c6b 0%,#3f4c6b 100%);
	background: linear-gradient(135deg, #3f4c6b 0%,#3f4c6b 100%);
}

#calendar{
	width: 100%;
    text-align: center;
}

.ui-datepicker,
.ui-datepicker table,
.ui-datepicker tr,
.ui-datepicker td,
.ui-datepicker th {
    margin: 0;
    padding: 0;
    border: none;
    border-spacing: 0;
}

.ui-datepicker {
    display: none;
    width: 100%;
}

.ui-datepicker-header {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
}

.ui-datepicker-calendar{
	width: 100%;
}
 
.ui-datepicker-title { 
	text-align: center; 
	font-size: 30px;
	margin: 20px 0;
}
 
.ui-datepicker-calendar th {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.ui-datepicker-calendar td {
    padding: 0 10px;
    text-align: center;
}
 
.ui-datepicker-calendar .ui-state-default {
    display: block;
    outline: none;
    border: 1px solid transparent;
    font-size: 18px;
    line-height: 50px;
    cursor: default;
}

.ui-datepicker-prev{
	position: absolute;
	left: 15px;
	top: 10px;
	cursor: pointer;
}

.ui-datepicker-next{
	position: absolute;
	right: 15px;
	top: 10px;
	cursor: pointer;
}
.work-counter {
    padding: 10px 10px 10px 10px;
    background-color: #808080;
    /*border-radius: 50%;*/
    color: white;
    position: absolute;
    bottom: 10px;
    right:10px
}

