﻿/*==========================================================================================
	
This file contains styles related to the colour scheme of the theme

==========================================================================================*/

body {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	background: url('../img/india_grey_bg.jpg') no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}
.main-content li {
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 50px;
}
.main-content li:before {
	content: "\f0c8";
	font-family: FontAwesome;
	color: #ff9900;
	left: 20px;
	position: absolute;
}
.homeTeaser {
	background-color: rgba(230, 230, 230, 0.5);
	border-width: 1px medium 1px 1px;
	border-style: solid none;
	border-bottom-color: #d9d9d9;
	border-top-color: #efefef;
	border-left-color: #d9d9d9;
	border-right-color: #efefef;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.4);
}
.homeTeaser::after {
	border-style: solid;
	border-color: transparent rgba(90, 90, 90, 1);
}
.wusstenSie {
	color: #fff;
	font-size: 12px;
	background-color: rgba(19, 136, 8, 0.8);
	border-width: 1px medium 1px;
	border-style: solid none;
	border-bottom-color: #3c9934;
	border-top-color: #47b33d;
	border-left-color: #47b33d;
	border-right-color: #3c9934;
}
.wusstenSie::after {
	border-style: solid;
	border-color: transparent #094004;
}
.teaserRight {
	background-color: rgba(230, 230, 230, 0.5);
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #d9d9d9;
	border-top-color: #efefef;
	border-left-color: #efefef;
	border-right-color: #d9d9d9;
}
.teaserRight::after {
	border-style: solid;
	border-color: transparent rgba(90, 90, 90, 1);
}
.teaserRight h4 {
	color: rgb(51, 51, 51);
	font-size: 20px;
}
.header {
	background: url(../img/head_beam_martina_lg_neu.png) no-repeat center bottom;
	-webkit-background-size: 1090px;
	-moz-background-size: 1090px;
	background-size: 1090px;
	-o-background-size: 1090px;
}
.nav li {
	background: url("../img/menu-separator.gif") no-repeat scroll right center transparent;
}
.sub.nav li a {
	color: #ce7b00!important;
}
.sub.nav li a:hover {
	color: #CE7B00!important;
}
a, a:hover, .post-title a:hover, .post-info a:hover, .open-text, .open-title  {
	color: #ff9900;
}
.navbar, .home-title, .portfolio-categ li, .item_price, .item_price2 {
	background: rgb(255,153,0);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2ZmY2M2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZmOTkwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNjNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,204,102,1) 33%, rgba(255,153,0,1) 66%, rgba(255,204,102,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,153,0,1) 0%, rgba(255,204,102,1) 33%, rgba(255,153,0,1) 66%, rgba(255,204,102,1) 100%);
	background: linear-gradient(to right, rgba(255,153,0,1) 0%, rgba(255,204,102,1) 33%, rgba(255,153,0,1) 66%, rgba(255,204,102,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ffcc66', GradientType=1 );
	border-width: 1px medium 0px;
	border-style: solid none;
	border-radius: 0px;
	border-top-color: #e5e5e5;
	border-bottom-color: #bfbfbf;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.navbar-toggle {
	border-color: #ce7b00;
}
.navbar-toggle .icon-bar {
	background-color: #ce7b00;
}
.home-title:after {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	right: -34px;
	z-index: 0;
	border-width: 20px 30px;
	border: 20px solid #ff9900;
	border-right-color: transparent;
}
.navbar:before, .navbar:after {
	content: "";
	position: absolute;
	display: block;
	bottom: -14px;
	z-index: 2;
	border: transparent;
}
/* .navbar:before {
	left: -50px;
	border-width: 25px 30px;
	border-left-color: transparent;
}
.navbar:after {
	right: -50px;
	border-width: 25px 30px;
	border-right-color: transparent;
} */
.navbar .nav:before, .navbar .nav:after {
	z-index: 4;
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #996600 transparent transparent transparent;
	bottom: -11px;
	}
.navbar .nav:before {
	left: -25px;
	border-width: 12px 0px 0px 10px;
}
.navbar .nav:after {
	right: 25px;
	border-width: 12px 10px 0 0;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
}
navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #333!important;
    background-color: #ce7b00!important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #333!important;
    background-color: #ce7b00!important;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:active {
    color: #fff!important;
    background-color: #ce7b00!important;
}
.nav li a {
	color: #ce7b00;
}
.mobile-navigation {
	background-color: #F8F8F8;
	color: #8F8F8F;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 1.5;
	padding: 5px 10px;
	width: 100%;
	display: none;
}
.flex-caption h2 {
	color: #ffffff;
}
.fa-bars {
	color: #fff;
	padding: 0 10px 0 0;
}
.btn-group {
	width: 100%;
}
.btn-warning {
	text-shadow: 0px 1px 0px rgba(30, 30, 30, 0.8);
	color: #FFF;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 1px 0px rgba(255, 255, 255, 0.4) inset;
	border-radius: 3px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #ff9900;
	border-color: #f90;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	text-transform: uppercase;
	font-size: 18px;
}
.btn-warning:hover {
	background-color: #ce7b00;
}
.btn-default.disabled {
	background-color: #ccc;
	border-color: #666;
}
.asterisk {
	font-weight: bold;
	color: #ff9900;
}
.form-control:focus {
    border-color: #ff9900;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,153,0,0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255,153,0,0.6);
}
.text-danger {
	color: cc0000;
}
.dropdown.nav > li > a {
	color: #CE7B00;
	font-size: 13px;
	text-transform: uppercase;
	text-shadow: none;
}
.dropdown.nav > li > a:focus, .dropdown.nav > li > a:hover {
	color: #CE7B00;
}
/*#footer::before, #footer::after {
	content: "";
	position: absolute;
	display: block;
	bottom: -12px;
	z-index: 2;
	border: medium none transparent;
}
#footer .footer-holder::before, #footer .footer-holder::after {
	z-index: 4;
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	top: -32px;
}
#footer .footer-holder::before {
	right: 0px;
	border-width: 12px 0px 0px 10px;
	border-color: transparent #333;
}
#footer .footer-holder::after {
	left: 0;
	border-width: 12px 10px 0 0;
	border-color: transparent #333;
} */
.home-img:hover, .col4_img:hover img, .colmenu_img:hover img, .service-img:hover {
 border: 2px solid #;
}
.service-img {
	background-color: rgba(230, 230, 230, 0.3);
	-webkit-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
	-moz-box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
	box-shadow: 5px 5px 5px 0px rgba(204,204,204,1);
	height: 100px;
}
.service-img h3 {
	padding: 5px 15px 15px 15px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.services {
	background-color: rgba(255, 255, 255, 0.5);
}
.serviceTitle {
	text-align: center;
	font-size: 28px;
}
.ref-img {
	background-color: rgba(230, 230, 230, 0.3);
}
.ref-text {
	background-color: rgba(255, 255, 255, 0.6);
}
.ref-text .ref {
	color: #ff9900; 
	text-align: left; 
	font-size: 12px; 
	font-weight: normal;
	min-height: 50px;
	padding-left: 55px;
	background: url(../img/icons/quote.png) no-repeat;
	-webkit-background-size: 50px;
	-moz-background-size: 50px;
	background-size: 50px;
	-o-background-size: 50px; 
	margin-bottom: 16px;
}
.ref-text p {
	text-align: justify; 
	font-size: 10px;
	margin-bottom: 0;
}

.teaserNutzen {
	background-color: rgba(230, 230, 230, 0.35);
	border-width: 1px medium 1px;
	border-style: solid;
	border-bottom-color: #d9d9d9;
	border-top-color: #efefef;
	border-left-color: #d9d9d9;
	border-right-color: #efefef;
}
.teaserNutzen::after {
	z-index: 4;
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	top: -13px;
	left: 0px;
	border-width: 12px 10px 0px 0px;
	border-color: transparent rgba(90, 90, 90, 1);
}
.teaserNutzen p {
	font-size: 15px;
}
.teaserNutzen h3 {
	font-size: 20px;
}
.textStoerer {
	background-color: rgba(230, 230, 230, 0.5);
	border-color: rgba(255, 255, 255, 0.7) -moz-use-text-color rgba(92, 92, 92, 0.2);
	left: -25px;
}
.textStoerer::after {
	border-color: transparent #333;
}
.textStoerer h3 {
	color: #333;
	text-shadow: none;
}
.img-left-post a img:hover {
	border: 1px solid #ff9900;
}
.post-title a {
	color: #634B47;
}
.post_image:hover img {
	border: 5px solid #ff9900;
}
.post-title-page {
	background: #ff9900;
	border-width: 1px;
	border-style: solid;
	border-bottom-color: #cc7a00;
	border-top-color: #ffcc66;
	border-left-color: #ffcc66;
	border-right-color: #cc7a00;
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.post-title-page::before {
	left: 0px;
	border-width: 12px 0px 0px 10px;
	z-index: 4;
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #960 transparent transparent;
	bottom: -13px;
}
.explore, #submit, #submit-comm, .btn-default {
	border: 1px solid #ff9900;
	background: #ff9900;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ffcc66), to(#ff9900));
	background: -moz-linear-gradient(top, #ffcc66, #ff9900);
	background: linear-gradient(#ffcc66, #ff9900); */
}
.read-more {
	border: 1px solid #ff9900;
	background: #ff9900;
	font-size: 15px;
}
.explore:hover, .explore:active, #submit:hover, #submit:active, #submit-comm:hover, #submit-comm:active, .btn-default:hover, .btn-default:active {
	border-color: #ce7b00;
	background: #ce7b00;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#ce7b00), to(#ffcc66));
	background: -moz-linear-gradient(top, #ce7b00, #ffcc66);
	background: linear-gradient(#ce7b00, #ffcc66); */
}
.read-more:hover, .read-more:active, read-more:focus {
	border-color: #ce7b00;
	background: #ce7b00;
	color: #ffffff !important;
}
#footer {
	color: #a5a5a5;
	background: rgba(51,51,51,0.8);
}
.home-bottom .slide_title {
	color: #D67878;
}
.home-bottom .slide_title span {
	color: #473030;
}
.home-bottom .slide_image img {
	border: 2px solid #D67878;
	display: block;
}
#backTop {
	background: #ff9900;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	width: 50px;
	height: 50px;
	padding: 5px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	z-index: 999;
}
#backTop a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	margin-top: 10px;
	display: block;
}
#backTop:hover {
	background: #CE7B00;
}
input.comm-field, #commentform textarea, input.reservation-fields, #message2, select.reservation-fields {
	border: 1px solid #cccccc;
}
input.comm-field:focus, #commentform textarea:focus, input.reservation-fields:focus, #message2:focus {
	border-color: #ff9900;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #A64646;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #A64646;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #A64646;
}
 @media (min-width: 1600px) {
	 .nav li:hover > a, .nav li.current_page_item a, .nav li.current-menu-item a {
	background: #CE7B00;
	text-decoration: none;
	color: #fff;
	border-width: 0px medium 1px;
	border-color: rgba(255, 255, 255, 0.7) -moz-use-text-color rgba(153, 102, 0, 0.2);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
 }
 @media (min-width: 992px) and (max-width: 1599px) {
.header {
	background: url(../img/head_beam_martina_md_neu.png) no-repeat center top;
	-webkit-background-size: 990px;
	-moz-background-size: 990px;
	background-size: 990px;
	-o-background-size: 990px;
}
.nav li:hover > a, .nav li.current_page_item a, .nav li.current-menu-item a {
	background: #CE7B00;
	text-decoration: none;
	color: #fff;
	border-width: 0px medium 1px;
	border-color: rgba(255, 255, 255, 0.7) -moz-use-text-color rgba(153, 102, 0, 0.2);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.serviceTitle {
	font-size: 30px;
}
.service-img h3 {
	line-height: normal;
	font-size: 13px;
}
.teaserNutzen p { 
	font-size: 15px;
	margin-bottom: 10px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
body {
	-webkit-background-size: 1600px;
	-moz-background-size: 1600px;
	background-size: 1600px;
	-o-background-size: 1600px;
}
.navbar:before, .navbar:after, .navbar .nav:before, .navbar .nav:after {
	display: block;
}
#logo img {
	width: 350px;
}
.header {
	background: url(../img/head_beam_martina_sm_neu.png) no-repeat center top;
	-webkit-background-size: 788px;
	-moz-background-size: 788px;
	background-size: 788px;
	-o-background-size: 788px;
}
.nav li:hover > a, .nav li.current_page_item a, .nav li.current-menu-item a {
	background: #CE7B00;
	text-decoration: none;
	color: #fff;
	border-width: 0px medium 1px;
	border-color: rgba(255, 255, 255, 0.7) -moz-use-text-color rgba(153, 102, 0, 0.2);
	-moz-border-top-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	border-image: none;
}
.serviceTitle {
	font-size: 30px;
}
.vorgehen-dtl {
	background-color: rgba(230, 230, 230, 0.3);
}
.homeTeaser::after {
	display: none;
}
.service-img h3 {
	line-height: normal;
	font-size: 13px;
}
.teaserNutzen p { 
	margin-bottom: 10px;
}
.wusstenSie::before {
	border-style: solid;
	border-color: transparent #094004;
}
.teaserRight::before {
	border-style: solid;
	border-color: transparent rgba(90, 90, 90, 1);
}
}
 @media (max-width: 767px) {
body {
	background: url('../img/india_grey_bg_mobil.jpg') no-repeat center top;
	background-position: top!important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#logo {
	margin: 20px 0px 65px;
}
.navbar:before, .navbar:after, .navbar .nav:before, .navbar .nav:after {
	display: none;
} 
.navbar-default, .navbar-brand {
	color: #fff!important;
}
.navbar-default .navbar-toggle {
    border-color: #fff!important;
}
.navbar-default .navbar-toggle:hover {
    background-color: #ce7b00;
}
.navbar-default .navbar-toggle:focus {
	background-color: transparent!important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px!important;
}
.nav li {
	background-color: rgba(255,153,0,0.8);
	background-image:none;
	border-bottom: 1px solid white;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
    margin: 0 auto;
    padding: 5px 0;
    width: auto;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #fff!important;
    background-color: #ce7b00!important;
}
.home-title:after {
	border: none;
}
.homeTeaser::after {
	display: none;
}
.header {
	background: none;
}
.header-mobile {
	display: block !important;
}
.header-mobile img {
	width: 100%;
}
#logo {
	margin: 20px 0 0 0;
}
#logo img {
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}
.post-title-page {
	bottom: 0px;
}
.post-title-page::before {
	border-style: none;
}
.serviceTitle {
	margin-top: 40px;
}
.vorgehen-dtl {
	background-color: rgba(230, 230, 230, 0.3);
}
.hovereffect {
	display: table;
}
.ref-text p, .ref-text .ref {
	text-align: center;
}
.teaserNutzen .col-xs-5 {
	float: right;
}
.teaserNutzen img {
	float: right; 
}
.teaserNutzen {
	left: 0px;
}
.teaserNutzen::after {
	border-style: none;
}
.wusstenSie::after, .teaserRight::after {
	border-style: none;
}
#footer .footer-holder::before, #footer .footer-holder::after {
	display: none;
}
}
 @media (max-width: 480px) {
.post-title-page:after {
	display: none;
}
.teaserNutzen p { 
	font-size: 12px;
	margin-bottom: 5px;
}
.teaserNutzen h3 {
	font-size: 18px;
	line-height: 1.1;
	padding: 5px 0 0 0;
}
.teaserNutzen .col-xs-7 {
	padding-left: 5px;
	padding-right: 5px;
}
 }
 @media (max-width: 320px) {
.item_price:after {
	display: none;
}
.teaserNutzen .col-xs-5 {
	display:none;
}
.teaserNutzen .col-xs-7 {
	width: 100%;
}
 }
 /* Datepicker styles */
.ui-widget-header {
	color: #ffffff;
	font-weight: bold;
	background-color: #994040;
}
.ui-datepicker-calendar .ui-state-hover {
	color: #fff;
	font-weight: bold;
	background-color: #994040 !important;
}
.ui-datepicker-calendar .ui-state-hover a, .ui-datepicker-calendar .ui-state-hover a:hover {
	color: #50505a;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid #994040;
}
.ui-datepicker-calendar .ui-state-active {
	background: #ffffff;
	font-weight: bold;
	border: 2px solid #994040;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: #ffffff;
	background-color: #994040 !important;
}
/* Datepicker */
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.ui-helper-clearfix {
	display: inline-block;
}
* html .ui-helper-clearfix {
	height: 1%;
}
.ui-helper-clearfix {
	display: block;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0);
}
.ui-state-disabled {
	cursor: default !important;
}
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-widget .ui-widget {
	font-size: 1.2em;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-size: 1em;
}
.ui-widget-content {
	background: white;
	color: #50505a;
}
.ui-widget-content a {
	color: #50505a;
}
.ui-widget-header a {
	color: #ffffff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	text-decoration: none;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
.ui-state-highlight.ui-state-active {
	color: #ffffff !important;
}
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	color: #8c8c90;
}
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900;
	color: #ffffff;
}
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none;
}
.ui-datepicker-header .ui-icon {
	width: 20px;
	height: 20px;
}
.ui-icon-circle-triangle-e {
	background: url("../images/icon-next.png") no-repeat scroll center center transparent;
}
.ui-icon-circle-triangle-w {
	background: url("../images/icon-prev.png") no-repeat scroll center center transparent;
}
.ui-datepicker {
	width: 300px;
	display: none;
	-moz-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,0.4);
	box-shadow: 0 0 7px rgba(0,0,0,0.4);
	z-index: 999 !important;
}
.ui-datepicker thead th {
	font-weight: normal !important;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 10px 15px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 12px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
	top: 12px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 10px;
}
.ui-datepicker .ui-datepicker-next {
	right: 10px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 10px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 10px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
	font-family: Georgia, Times, serif;
	font-size: 14px;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1.2em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: 1em;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	border: 0;
}
.ui-datepicker td {
	border: 1px solid #e2e2e6;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	padding: .5em;
	text-align: center;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0em;
}
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 0;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 0;
}
.ui-datepicker-cover {
	display: none;
	display: block;
	position: absolute;
	z-index: -1;
	filter: mask();
	top: -4px;
	left: -4px;
	width: 200px;
	height: 200px;
}
