.left.full-width {
    width: auto;
    margin: 0 0 0 16px;
}
#calendar {
    /*border: 1px solid #d2d2d2;
    background: #fff;
    border-radius: 5px;*/
}
#calendar form {
    margin: 0 20px -23px 20px;
    position: relative;
    top: -23px;
}
#calendar form input {
    display: block;
}
#calendar form input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #114485;
    height: 75px;
    font-size: 19px;
    padding: 0 65px 0 57px;
    background: #114485 url('/img/layout/2015-input-text-2.png') no-repeat left center;
    color: #fff;
}
#calendar form input[type=submit] {
    height: 75px;
    width: 65px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: transparent;
}
#calendar .actions {
    position: relative;
}
#calendar .actions ul {
    overflow: hidden;
}
#calendar .actions ul li {
    float: left;
    padding: 0;
    background: none;
    width: 33.3333333333333333333%;
}
#calendar .actions ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 73px;
    line-height: 73px;
    color: #3d3d3d;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
#calendar .actions ul li a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    position: relative;
    top: -1px;
}
/*
#calendar .nav {
    position: relative;
    background: #f7f7f7;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}*/
#calendar .nav a {
    /*display: block;
    position: absolute;
    top: 0;
    width: 277px;*/
    height: 71px;
    line-height: 71px;
    background: #fff;
    font-size: 16px;
    font-style: italic;
    color: #8f8f8f;
    text-transform: uppercase;
    text-align: center;
}
#calendar .nav a:hover {
    color: #d99201;
}
#calendar .nav .prev {
    left: 0;
    /*border-right: 1px solid #d2d2d2;*/
    background: url('../img/2015-arrow-left.png') no-repeat left center;
}
#calendar .nav .next {
    right: 0;
    /*border-left: 1px solid #d2d2d2;*/
    background: url('../img/2015-arrow-right.png') no-repeat right center;
}
 #calendar .nav h3 {
    margin: 0;
    padding: 0;
    height: 71px;
    line-height: 71px;
    text-align: center;
    font-size: 18px;
    color: #3d3d3d;
}
#calendars-container {
    padding: 29px 0 27px 0;
    overflow: hidden;
}
#calendars-container .month {
    /*width: 257px; */
    /*float: left;*/
    /*margin: 0 20px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;*/
}
#calendars-container .month h3 {
    margin: 0;
    padding: 0 0 0 44px;
    height: 53px;
    line-height: 55px;
    color: #4c4c4c;
    font-size: 18px;
    text-transform: uppercase;
    background: url('../img/2015-month-h3.png') no-repeat left center;
}
#calendars-container .month h3 small {
    color: #9c9c9c;
    font-size: 18px;
}
#calendars-container .month ul{
    padding: 0px;
}
#calendars-container .month ul li {
    background: none;
    margin: 0;
    padding: 0;
    height: 34px;
    line-height: 34px;
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
}
#calendars-container .month ul li:last-child {
    border-radius: 0 0 5px 5px;
}
#calendars-container .month ul li strong {
    display: block;
    float: left;
    width: 43px;
    text-indent: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #5b5b5b;
}
#calendars-container .month ul li em {
    display: block;
    float: left;
    color: #b0b0b0;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
}
 #calendars-container .month ul .praznik {
    border: 1px solid #be3a31;
    position: relative;
    z-index: 1;
    margin-bottom: -1px;
    left: -1px;
}
#calendars-container .month ul .praznik1 {
    background: #f2f2f2;
}
#calendars-container .month ul .praznik1 strong {
    color: #be3a31;
}
#calendars-container .month ul .praznik1 em {
    color: #be3a31;
}
#calendars-container .month ul .praznik1 small {
    display: none;
}
#calendars-container .month ul .praznik strong {
    color: #be3a31;
}
#calendars-container .month ul .praznik em {
    color: #be3a31;
}
#calendars-container .month ul .praznik small {
    display: block;
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 19px;
    color: #be3a31;
}
#calendars-container .month ul li p {
    margin: 0;
    padding: 7px 0 0 0;
    float: right;
    overflow: hidden;
}
#calendars-container .month ul li p span {
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
    margin-right: 10px;
    border: 1px solid transparent;
    padding: 0 4px;
    min-width: 20px;
    text-align: center;
    cursor: default;
}
#calendars-container .month ul li p .bio,  #calendar .legend li .bio {
    background: #805215;
    border-color: #53360d;
}
#calendars-container .month ul li p .pap,  #calendar .legend li .pap {
    background: #1280ad;
    border-color: #115c79;
}
#calendars-container .month ul li p .pl,  #calendar .legend li .pl {
    background: #e2bf2a;
    border-color: #b99c21;
}
#calendars-container .month ul li p .mko,  #calendar .legend li .mko {
    background: #3f3f3f;
    border-color: #343434;
}
#calendars-container .month ul li p .gko,  #calendar .legend li .gko {
    background: #7f8c8d;
    border-color: #667071;
}
#calendars-container .month ul li p .rec,  #calendar .legend li .rec {
    background: #ef7c00;
    border-color: #ef7c00;
}
#calendars-container .month ul .subota {
    background: #f7f7f7;
}
#calendars-container .month ul .nedjelja {
    background: #f2f2f2;
}
#calendars-container .month ul .nedjelja strong {
    color: #be3a31;
}
#calendars-container .month ul .nedjelja em {
    color: #be3a31;
}
#calendar .legend {
    background: #f7f7f7;
    border-top: 1px solid #d2d2d2;
    border-radius: 0 0 5px 5px;
    padding: 27px 0 27px 21px;
    overflow: hidden;
}
#calendar .legend li {
    background: none;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    color: #5c5c5c;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 28px;
    float: left;
}
#calendar .legend li:last-child {
    margin-right: 0;
}
#calendar .legend li span {
    display: block;
    float: left;
    height: 18px;
    line-height: 18px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
    margin-right: 10px;
    border: 1px solid transparent;
    padding: 0 4px;
    min-width: 20px;
    text-align: center;
}
.calendar-schedule {
    width: 100%;
    height: 73px;
    padding: 20px 0 0 37px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background: #fff;
}
.calendar-schedule img {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 3px;
}
.calendar-schedule > img {
    margin-right: 13px;
}
.calendar-schedule .close {
    margin-right: 22px;
}
.calendar-schedule p {
    color: #4c4c4c;
    font-size: 16px;
    margin: 0;
    display: inline-block;
    line-height: 32px;
}
.calendar-schedule p a {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    color: #767676;
    font-size: 16px;
    margin: 0 6px;
}
.calendar-schedule p a:hover {
    border: 1px solid #f3a90b;
    color: #fff;
    background: #3f2c00;
    background: -moz-linear-gradient(top, #3f2c00 0%, #e99d02 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f2c00), color-stop(100%,#e99d02));
    background: -webkit-linear-gradient(top, #3f2c00 0%,#e99d02 100%);
    background: -o-linear-gradient(top, #3f2c00 0%,#e99d02 100%);
    background: -ms-linear-gradient(top, #3f2c00 0%,#e99d02 100%);
    background: linear-gradient(to bottom, #3f2c00 0%,#e99d02 100%);
}

#lightbox-mail-notifications{
    color: #d2d2d2 !important;
}

/* Select default */
.customSelect {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: normal!important;
    padding: 5px 6px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 60px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.9);
    font: 16px Arial, Helvetica, sans-serif;
}

.frontpage-search .customSelect{
	top: 65px;
	right: 65px;
	color: rgba(10, 10, 10, 0.9);
}

.sidebar-search .customSelect{
	color: gray;
	position: relative;
	margin: 10px!important;
	color: #748182;
	border: 1px solid #B7B7B7;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px rgba(214, 49, 50, 0.2);
	background-color: white;
	top: 0;
	right: 0;
}


.customSelect.customSelectHover {
}
.customSelect.customSelectOpen {
}
.customSelect option{
    color: rgba(0,0,0,0.9);
    font: 16px verdana, geneva, sans-serif, bold;
}
.customSelect.customSelectFocus {
}
.customSelectInner {
    display:none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: normal!important;
    padding: 5px 6px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 60px;
    cursor: pointer;
    color: rgba(255, 0, 0, 0.9);
    font: 16px verdana, geneva, sans-serif, bold;
}
