@font-face {
    font-family: 'OstrichSansBlack';
    src: url('../webfonts/ostrich-black-webfont.eot');
    src: url('../webfonts/ostrich-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/ostrich-black-webfont.woff') format('woff'),
         url('../webfonts/ostrich-black-webfont.ttf') format('truetype'),
         url('../webfonts/ostrich-black-webfont.svg#OstrichSansBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OstrichSansMedium';
    src: url('../webfonts/ostrich-regular-webfont.eot');
    src: url('../webfonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/ostrich-regular-webfont.woff') format('woff'),
         url('../webfonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('../webfonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}






/* Override some defaults */
html, body {
  background-color: #fff;
  height: 100%;
  
  font-family: "jubilat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 22px;
  
}
body {
  padding-top: 40px;

}

h3, h4,
.input-append .add-on, .input-prepend .add-on,
.table th, 
strong{
  font-weight: 500;
}

label{
    font-weight: 400;
}

table ul{
  margin-bottom: 0;
}

h2 small {
  font-size: 14px;
  font-style: italic;
}

.container > footer p {
  text-align: center; /* center align it with the container */
}

footer{
  margin-top: 20px;
  padding-bottom: 50px;
  padding-top: 40px;
  background-color: #f3f3f3;
  border-top: 1px solid #dedede;
}

footer.public-footer{
  background-color: #fff;
  border-top: none;  
}

footer .more-links a{
  line-height: 1em;  
}

footer .more-links i{
  color: #bbb;
  width: 25px;
  display: inline-block;
}

.home-top{
  background-image: url(../img/layout/bg003.jpg);
  background-repeat: repeat;  
  position: relative;
}

.remaing-free-days{
  display: block;
}




.hero-unit{
  padding-top: 55px;
  padding-bottom: 0;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
  
#welcome-pic{
  position: absolute;
  right:0;
  top: 0;
  z-index: 600;
}  
  
.home-bottom{
  background-color: #fff;
  padding-top: 40px;

-webkit-box-shadow:  0px -2px 5px 0px rgba(100, 100, 100, 0.2);
        box-shadow:  0px -2px 5px 0px rgba(100, 100, 100, 0.2);
}  

.content.home{
  padding-bottom: 0;
}
  

.hero-unit h1{
  font-size: 26px;
  font-family: "adelle", Georgia, serif;
  letter-spacing: 0;
  font-weight: 100;
  padding-bottom: 20px;
  
}

.hero-unit p{
  padding-bottom: 10px;
}


.navbar .brand,
.navbar .cil-header{
  font-family: "adelle", Georgia, serif;
	font-weight: 100;
	font-style: normal;
	font-size: 22px;
  padding-bottom: 2px;
}

.navbar .cil-header{
  color: #fff;
  padding: 8px 20px 12px;
  font-size: 20px;
  font-weight: 200;
  line-height: 1;
}

.navbar .cil-header img{
  width: 126px;
  height: 20px;
}


h1{margin-bottom:18px;font-size:42px;line-height:48px; font-family: "adelle", Georgia, serif; font-weight: 100;}
h1 small{font-size:22px; color:#666; font-family: "adelle", Georgia, serif;font-weight: 100;}

h2{
  font-family: "adelle", Georgia, serif;
	font-weight: 100;
	font-style: normal;

}


.home-bottom h2{
  font-family: "adelle", Georgia, serif;
  font-weight: 100;
  font-size: 18px;
	font-style: normal;
	color: #333;
}



.home-bottom .span3{
  padding-bottom: 0px;
}

.home-bottom .span3 > *{
  padding-right: 40px;
}

.home-bottom .span3 > a{
  display: block;
  margin-top: 16px;
  margin-bottom: 50px;
}

.home-bottom .span3 h2{
  padding-top: 10px;
  padding-bottom: 7px;
  line-height: 1.2em;
}

.home-bottom .span3 p{
  color: #555;
}

.home-bottom .span3 strong{
  font-weight: 500;
}


/* The white background content wrapper */
.content {
  padding: 20px;
  margin: 0 -20px; /* negative indent the amount of the padding to maintain the grid system */
}

/* Page header tweaks */
.page-header {
  padding: 20px 20px 10px;
  margin: -20px -20px 20px;
}


.topbar .container{
  position: relative;
}

.topbar .brand:hover{
  text-decoration: none;
}

.home .brand{
  display: block;
  margin-top: 0px;
}

.navbar .loading{

  width: 20px;
  height: 20px;
  background-image: url(../img/layout/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  padding: 10px 0;
  right: -50px;
  display: none;
}

.uploading{
  float: right;
  padding-right: 128px;
  height: 20px;
  line-height: 24px;
  background-image: url(../img/layout/uploading.gif);
  background-repeat: no-repeat;
  background-position: right center;
  display: none;
  width: 1px;
}



#guest-list .page-header  h1{
  float: left;
  width: 60%;
}

#guest-list .page-header .invitation-stats{
  float: right;
  width: 30%;
}


ul.guest-list,
ul.task-list,
ul.gift-list{
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
     -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
          box-shadow: 0 1px 2px rgba(0,0,0,.15);
}

ul.task-list{
  margin-bottom: 30px;
}

ul.guest-list li,
ul.task-list li,
ul.gift-list li{
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 2px 5px;
  clear: both;
  height: 24px;
  margin-bottom: -1px;
  color: #999;
}

ul.guest-list .tooltip-inner li{
  background-color: inherit;
  
  
}

ul.gift-list li{
  padding: 0px;
  padding-top: 10px;
  height: auto;

}




ul.guest-list li.state-highlight,
ul.task-list li.state-highlight,
ul.gift-list li.state-highlight,
ul.guest-list li:hover{
  display: block;
  border: 1px solid #ccc;
  background-color: #ccc;
  margin-bottom: -1px;
  clear: both;
  height: 24px;
  line-height: 24px;
  
  color: #999;
}

ul.gift-list li.state-highlight{
  height: 92px;
}

ul.guest-list li.guest-editable{
  height: 68px;
}

ul.guest-list li.ui-selected,
ul.task-list li.ui-selected,
ul.gift-list li.ui-selected{
  background-color: #eee;
}

ul.guest-list li.ui-sortable-helper,
ul.task-list li.ui-sortable-helper,
ul.gift-list li.ui-sortable-helper{
  background-color: #eee;
}

ul.guest-list li:last-child,
ul.task-list li:last-child,
ul.gift-list li:last-child{
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

ul.guest-list li:first-child,
ul.task-list li:first-child,
ul.gift-list li:first-child{
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
} 
 


ul.guest-list li div{

  height: 24px;
  line-height: 24px;
}

ul.guest-list li.guest-editable div{
  height: 60px;
}

ul.guest-list li div.name{
  height: auto;
  color: #666;
}

ul.guest-list li div.name .name-text{

}  

ul.guest-list li div.position{
  width: 80px
}

ul.guest-list li div.rsvp{
  margin-top: -2px;
}

ul.guest-list li div.rsvp .rsvp-text{
  display: none;
}

ul.guest-list li div.invitation{
}

ul.guest-list li div.host{
}

ul.guest-list li div.guest-group{
}

ul.guest-list li div.drag{
  background-image: url(../img/layout/drag.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  float: right;
  cursor: pointer;
}

ul.guest-list li a.edit-guest{
  display: block;
  width: 25px;
  float: right;
  cursor: pointer;
  text-align: center;
  color: #666;
  text-decoration: none;
}

ul.guest-list li a.edit-guest:hover{
  color: #222;
}


ul.task-list > li{

  cursor: default;
}

ul.task-list li label.task-question{
  padding: 7px 10px 0px 10px;
}

ul.task-list li label.task-question input[type=checkbox]{
  margin-right: 4px;
}

ul.task-list li p.task-comment{
  margin: 0;
  padding: 0px 10px 7px 30px;
}

ul.gift-list > li {
  margin: 0;
  cursor: pointer;
  margin-bottom: -1px;
}

ul.gift-list > li:hover{
  background-color: #ebf7fd;
}


ul.gift-list li .span6{
  width: 66%;
}

ul.gift-list li .progress{
  width: 120px;
  float: left;
}

ul.gift-list li .progress .bar{
background-color: #bae1f5;
background-image: -moz-linear-gradient(top, #bae1f5, #a6dffb);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bae1f5), to(#a6dffb));
background-image: -webkit-linear-gradient(top, #bae1f5, #a6dffb);
background-image: -o-linear-gradient(top, #bae1f5, #a6dffb);
background-image: linear-gradient(to bottom, #bae1f5, #a6dffb);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbae1f5', endColorstr='#ffa6dffb', GradientType=0);
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.30);
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.30);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.30);
-webkit-box-sizing: border-box;

}

.progress-comment{
 padding-left: 15px; 
 font-size: 12px;
 color: #aaa;
  float: left;
}


ul.gift-list li > li a.preview img{
  margin: 0 auto;
  
}

ul.gift-list li a.preview{
  display: block;
  padding: 20px 10px;
  background-color: #fff;
}



ul.gift-list li .title{
  font-family: "adelle", Georgia, serif;

  color: #333;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}


ul.gift-list li .description{
  font-size: 12px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

ul.gift-list li .price{
  color: #aaa;
  font-weight: normal;
}

ul.gift-list li .edit-gift{
  display: block;
  float: right;
  margin-right: 10px;
  padding: 5px 0 0px 0;
  border: 0;
}

.form-submit-container.alert{
  padding: 15px 5px 10px 5px;
}

.gift-pic-upload{
  padding-bottom: 12px;
}

.gift-pic-upload form{
  margin-bottom: 0;
}

form.gift-form{
  margin-bottom: 0;
}



#gift-list .well{
  padding-bottom: 0;
}

.gift-form .control-group,
.gift-pic-upload .control-group{
  margin-bottom: 3px;
}

.gift-form .controls,
.gift-pic-upload .controls{
  margin-left: 0;
}

.gift-form .control-label,
.gift-pic-upload .control-label{
  width: 60px;
  padding-right: 7px;
}

.gift-form .form-actions{
  background-color: transparent;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
}

.guest-partner{
  padding-top: 3px;

  display: none;
}


ul.twipsy-editor{
  margin: 0;
  padding: 3px;
}

ul.twipsy-editor a{
  color: #aaa;
  display: block;
}

ul.twipsy-editor a:hover{
  color: #fff;
  text-decoration: none;
}

#edit-names-form{
  display: none;
  padding: 5px 0;
  margin-bottom: 0;
}


#edit-names-form .input-append label{
  display: inline-block !important;  
}


.logout{
  color: #666;
  display: block;
  line-height: 40px;
}

.logout:hover{
  color: #333;
  text-decoration: none;
}


.remaing-free-days{
  display: block;
  color: #fff;
  line-height: 40px;
  margin-right: 40px;
}

.remaing-free-days:hover{
  color: #fff;
  text-decoration: none;
}


.modal{
  max-height: 90%; 
}

.modal-body{
  max-height: 420px; 
}

.content-navigation{
  border: 1px solid #ccc;
  width: 218px;
  padding: 20px 30px;
  background-color: #eee;
}

#website-page-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

#website-page-list li{
  display: block;
  margin: 2px 0;
  padding: 0;
}

#website-page-list li a i.icon-eye-close{
  line-height: 3px;
}

#website-page-list li a{
  display: block;
  padding: 3px 5px;
  border: solid #ccc 1px;
  color: #aaa;
  background-color: #fff;
  background-image: url(../img/layout/drag.png);
  background-position: 195px center;
  background-repeat: no-repeat;
  
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
          


}

#website-page-list li a:hover{
  text-decoration: none;
  border: solid #aaa 1px;
  color: #666;
}

#website-page-list li.active a{
  color: rgb(82, 168, 236);
  border: solid rgb(82, 168, 236) 1px;
}


.input-uploader{
  /*margin-left: 150px;*/
}

.input-uploader .form-stacked{
  padding-left: 0;
}

.controls .thumbnails > li{
  margin-left: 20px;
}


.media-grid .close{
  position: absolute;
  right: 2px;
  top: 2px;
}


form .thumbnails input[type=radio]{
  display: none;
}

form .thumbnails a.thumbnail{
  font-size: 12px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
  color: inherit;
}

.thumbnails li.selected a.thumbnail{
  border-color:rgb(82, 168, 236);
  -webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
}


#font-chooser ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#font-chooser li{
  margin:  10px 0;
  padding: 10px 20px;
  
  border:1px solid #ddd;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
  -webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow:0 1px 1px rgba(0, 0, 0, 0.075);
}

#font-chooser li.selected{
  border-color:rgb(82, 168, 236);
  -webkit-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow:0 1px 4px rgba(0, 105, 214, 0.25);
}

#font-chooser li label{
  float: none;
  padding: 0;
  text-align: left;

}

#font-chooser li h3,
#font-chooser li p,
#font-chooser li div{
  display: block;
  padding-left: 32px;
}

.help-boxes > div{
  padding: 30px;
  margin-bottom: 20px;
  -webkit-border-radius:6px;
     -moz-border-radius:6px;
          border-radius:6px;
          
  background-color: #eee;
}


fieldset legend small{
  display: block;
  position: absolute;
  left: -80px;
  top: 14px;
  width: 60px;
  text-align: right;
  color: #999;
}

ul.rsvp-chooser,
ul.invitation-status-editor{
  margin: 0; 
  padding: 3px 0;
}

ul.rsvp-chooser a,
ul.invitation-status-editor a{
  display: block;
  text-align: left;
  padding: 2px 7px 3px 3px;
}

ul.rsvp-chooser a,
ul.rsvp-chooser a:hover,
ul.invitation-status-editor a,
ul.invitation-status-editor a:hover{
  color: #fff;
  text-decoration: none;
}

ul.rsvp-chooser a:hover,
ul.invitation-status-editor a:hover{
  background-color: #333;
}

.alert-error p{
  margin-bottom: 0;
}


a.giving-infos-link,
a.giving-delete-link{
  color: #aaa;
}

a.giving-infos-link:hover{
  color: #333;
  text-decoration: none;
}

.files.thumbnails{
  margin-left: -15px;
}

.files.thumbnails li{
  margin-left: 15px;
  position: relative;
}

.files.thumbnails li a.close{
  position: absolute;
  right: -4px;
  top: -4px;
  background-color: #999;
  color: #fff;
  font-weight: normal;
  height: 18px;
  width: 18px;
  line-height: 13px;
  text-align: center;
  opacity: 1;
  outline: none;
  
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

tbody.files .name{

}

tbody.files .name span{
  width: 180px !important;
  overflow: hidden;
  display: block;
}



tbody.files .progress{
  width: 100px;
}

#slide-upload{
  height: 45px;
  display: block;
  padding-top: 12px;
}

.gallery-content fieldset .row{
  padding-top: 20px;
}

.gallery-content fieldset textarea{
  margin-top: 30px;
}


#fileupload
#fileupload td,
#fileupload th,
#fileupload tr{
  font-size: 11px;
}

#fileupload .table td.preview{
  padding: 0px 8px;
  text-align: center;
}

#fileupload .table td.preview a{
  display: block;
}

#fileupload .preview img{
  height: 54px;
}


.modal-header{
  font-family: "adelle", Georgia, serif;
  font-weight: 100;
  font-size: 22px;
}


.success-page{
  
}

.navbar-inner{

}


.counter{
  padding-left: 10px;
  color: #468847;
}
.counter.warning{
  color: #f89406;
}

.counter.exceeded{
  color: #b94a48;
}


#rsvp-details .rsvp-createdat{
  font-size: 12px;
  color: #666;
}

.registration-answers li{
  margin-bottom: 3px;
}

.help-block{
  color: #aaa;
  font-size: 12px;
}


ul.marker-icon-list,
ul.marker-icon-list li{
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.marker-icon-list{
}

ul.marker-icon-list li{
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 20px;
}

ul.marker-icon-list a{
  display: block;
  border: solid #fff 2px;
}

ul.marker-icon-list a.active{
  border: solid #fcc 2px;
}

.marker-infos{
  padding: 0 !important;
  margin: 0 !important;
}

#marker-editor{
  max-height: 500px;
}

#marker-editor .modal-body{
  max-height: 420px;
}

.marker-editor-container{
}

.marker-editor-container textarea{
  width: 95%;
}

.marker-editor-container .actions{
  text-align: right;
}


.mce-first.mce-flow-layout-item{
  margin-left: 4px;
}

.mce-container.mce-panel{
  border: 1px solid #dddddd;

}

.mce-container .mce-panel {
    border: 0 solid #eeeeee;
    background-color: #eeeeee;
    background-image: none;
    filter: none;
}

.mce-panel .mce-btn {
    border: 1px solid #dddddd;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #fcfcfc;
    background-image: none;
    filter: none;
}

.mce-panel .mce-btn-group .mce-first{
  border-left: 0;
}

.marker-editor .mce-statusbar {
  display: none;
}

.marker-editor .mce-tinymce{
  margin-bottom: 20px;
}

.gm-style-iw p{
  margin-bottom: 0px;
}

