/*
Theme Name: Kurpaite
Author: UAB "InternetSolutions"
Author URI: http://internetsolutions.lt
Description: 
Version: 1.0
*/

@import url("css/superfish.css");
@import url("css/reset.css");
@import url("css/spec.css");
@import url("css/meniu.css");
@import url("css/style-sass.css");

html {}
body{}

#ftcalendar-div {
    margin: 20px 0px 0 0px !important;
    font-family: Open Sans, sans-serif !important;
    padding: 20px;
    border: 2px solid #fcb2c1 !important;
    background-color: #fff !important;
    border-radius: 5px;
}
#ftcalendar-nav #ftcalendar-current {
    float: left !important;
    height: 16px !important;
    position: relative !important;
    text-align: center !important;
    top: -10px !important;
    width: 230px !important;
}
.thumb #ftcalendar-table {
    background-color: #fff !important;
}
#ftcalendar-table tr th#ftcalendar-headings {
    background-color: #fff !important;
    height: 15px;
}
.thumb #ftcalendar-table tr td {
    height: 25px !important;
}
#ftcalendar-div {
    height:223px !important;
}
.thumb #ftcalendar-table {
    height:200px !important;
}

.thumb #ftcalendar-table tr td {
    background-color: #fff;
}
#ftcalendar-current{
    text-transform: capitalize !important;
}

#ftcalendar-nav #ftcalendar-current{
    margin-left: 7% !important;
   padding-top: 12px;
    font-size: 16px !important;
}

.thumb #ftcalendar-nav a{
    color: #000;
}

#ftcalendar-table tr td.current_day{
    background-color: #fff!important;
}

.month #ftcalendar-table tr th, .month #ftcalendar-table tr td, .week #ftcalendar-table tr th, .week #ftcalendar-table tr td, .thumb #ftcalendar-table tr th, .thumb #ftcalendar-table tr td{
    border: none !important;
}

#ftcalendar-prev{
    position: absolute;
    display: block;
        top: 15px;
    left: 75px;
    z-index: 9999;
}

#ftcalendar-next{
     position: absolute;
    display: block;
   top: 15px;
    left: 215px;
    z-index: 9999;
}

#ftcalendar-table tr td.current_day{
    background: #ec8121 !important;
    border-radius: 50%;
}

.thumb #ftcalendar-table tr td.ftcalendar-event-date{
    font-size: 14px !important;
    color: #000 !important;
}

#ftcalendar-headings{
   font-size: 14px !important; 
}
	
/*FS CONT FORM ~284px*/
.fscf-div-label {float:left;font-family:'Source Sans Pro';font-weight:bold;font-size:16px;}
.fscf-required-indicator{color:#cd3602;}
#fscf_form_error1{text-shadow:none !important;font-family:'Source Sans Pro';font-weight:bold;font-size:12px;padding-left:40px;color:#cd3602;display:block !important;}
.fscf-input-text{margin-top:5px;float:left;padding-left:10px;padding-right:10px;width:267px;height:35px;background:url(img/form/inputbg.png) no-repeat;border:none;}
.fscf-div-error{display:none !important;/*float:left;font-family:'Source Sans Pro';font-weight:bold;font-size:12px;padding-left:5px;color:#cd3602;*/}
.fscf-input-textarea{margin-top:5px;padding:10px;float:left;width:267px;height:75px;background:url(img/form/textareabg.png) no-repeat;border:none;resize:none;}
.fscf-div-captcha-sm{margin-top:27px;float:left;width:172px;padding-left:11px;padding-top:17px;height:62px;background:url(img/form/captchabg.png) no-repeat;}
#fscf_captcha_refresh1{float:right;margin-top:-17px;}
#fscf_captcha_field1{line-height:14px !important;text-shadow:none !important;float:left;width:100px;letter-spacing:-0.5px;margin-left:2px;font-family:'Source Sans Pro';font-weight:bold;font-size:12px;margin-top:27px;}
.fscf-div-submit{float:left;width:100px;border:none}
.fscf-button-submit{width:98px;margin-left:2px;font-family:'Source Sans Pro';font-weight:bold;font-size:12px;background:url(img/form/buttonbg.png) no-repeat;height:25px;border:none;height:25px;margin-top:4px}
.fscf-input-captcha{float:left;width:79px;padding-left:10px;padding-right:10px;margin-left:2px;border:none;background:url(img/form/inputcaptchabg.png) no-repeat; height:32px;}

/*CATEGORY NAV*/
.navigation{float: left;margin-top: 30px;text-align: center; width: 100%;}
.navigation li a,.navigation li a:hover,.navigation li.active a,.navigation li.disabled {color: #fff;	text-decoration:none;}
.navigation li {display: inline;}
.navigation li a,.navigation li a:hover,.navigation li.active a,.navigation li.disabled {background-color: #CCC; border-radius: 3px;cursor: pointer; padding: 5px 15px}
.navigation li a:hover,.navigation li.active a {background-color: #f18423;}