/*********************/
/*  Applied - Theme  */
/*********************/

html,
body {
   margin:0;
   padding:0;
   height:100%;
   max-width: 100%;
   overflow-x: hidden;
   background: #f0f0f0; /* themed BACKGROUND color */
   font-family: Tahoma, Arial, Helvetica, sans-serif;
}
a {
  color: #155852; /* themed link color */
  text-decoration: none;
}
a:hover,
a:focus {
  color: #192131; 
  text-decoration: underline;
}
pre{
  overflow-y:scroll;
  max-height: 300px;
  white-space:normal;   
  background-color: #e9f0f1;
}
h1{
  font-size:24px;
}
h2{
  font-size:22px;
}
h3{
  font-size:18px;
}
h4{
  font-size:14px;
}
h5{
  font-size:13px;
}
h6{
  font-size:12px;
}
p{
  font-size:12px;
} 
.btn-custom{
  background-color: #266D75; /* themed BUTTON color */
  border: 1px solid #226269;
  color: #fff;
}

.btn-group .btn-custom{
  background-color: #266D75;
  border: 1px solid #226269;
  color: #fff;
}
.btn-custom:hover    {
  background-color: #1f5056;
  color: #fff;
}
.label-custom{
  color: #fff;
  background-color: #266d75; /* themed label color */
}
.label{
  border: 1px solid transparent;
  border-radius: 0;
}

.fc-event {
  position: relative; /* for resize handle and other inner positioning */
  display: block; /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #266d75; /* default BORDER color */
  font-weight: normal; /* undo jqui's ui-widget-header bold */
}

.fc-event,
.fc-event-dot {
  background-color: #266d75; /* default BACKGROUND color */
}

.fc-unthemed td.fc-today {
  background: #e7f4f2;
}

.fc-highlight { /* when user is selecting cells */
  background: #bac096;
  opacity: .3;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #266D75;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #e7e7e7;
}

.mastfoot{
  background: #294651;
}

.mastfooter{
  background-color: #294651;
  color:#f1f2f2;
}

.mastfooter a{
   color: #f1f2f2;
}

.panel-table.custom{
  font-weight: 400;
  border: 1px solid #92b1b4;
}
.panel-table.custom .heading {
  background: #266D75;
}
.panel-table.custom .panel-table-header .subheading {
  background: #dee7e8;
  color:#333;
}

/*Rules @zakki*/
@charset "utf-8";
	
	* {
	padding:0; 
	margin:0; 
	border:0;
}
body {
   background: #d5d5d5;
	font-family:trebuchet MS;
	color:#266D75;
   border: 0 none;
   margin: 0;
	font-size: 16px;
   padding: 0;
}
#wrapper{
  padding: 60px 0px;
}
.container{}
.row{}
.circle{
  background: #ffffff;
  padding: 1.5em;
  text-align: center;
  height: 10em;
  width: 10em;
  border: 0.5em solid #266D75;
    
    transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
 
}
.circle h3{
  margin: 0;
  padding: 0;
}
.circle p{}
.circle span{}
.circle span.icon{
}
.circle span.icon i{
  font-size: 5em
}
.circle span.price-large{
  font-size: 3em;
  margin-left: 0em;
  margin-top: -0.5em;
}
.circle span.price-medium{
  font-size: 2.5em;
  margin-left: 0em;
  margin-top: -0.5em;
  margin-left: -0.3em;
}

span.price-large{
  font-size: 3em;
  margin-left: 0em;
  margin-top: -0.5em;
}

.c1:hover{
  background: #266D75;
  color: #ffffff;
}
.c1 .blue{
  color: #266D75;
}
.c1:hover .blue{
  color: #ffffff;
}
