
#curtains span{background:#ffdc00;position:fixed;z-index:99999}
#curtains span.top{height:7px;left:0;top:0;width:100%}
#curtains span.bottom{height:7px;left:0;bottom:0;width:100%}
#curtains span.left{height:100%;left:0;top:0;width:7px}
#curtains span.right{height:100%;right:0;top:0;width:7px}

.tit_mb{ margin-bottom:30px;}

.fnt_org{ color: #F30 !important;}

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

iframe{
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}


body {
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #333;
}

h1 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 30px;
}

#omoshiro{
  margin-bottom: 30px;}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-size: 16px;
}

.centered {
    text-align: center;
}

.mt10{margin-top: 10px!important;}
.mt20{margin-top: 20px!important;}
.mt30{margin-top: 30px!important;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}

/* Links */
a {
    color: #1abc9c;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #7b7b7b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


.navbar {
  text-transform: uppercase;
  margin-bottom: 0px;
}

.navbar-inverse {
  padding-bottom: 20px;
  padding-top: 40px;
}

.navbar-inverse {
  background-color: #faf9f4;
  border-color: #faf9f4;
}

.navbar-inverse .navbar-nav > li > a {
  color: #222222;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #7b7b7b;
}

.navbar-brand {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 2px;
}

.navbar-inverse .navbar-brand {
  color: #222222;
}

.navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.progress-bar-theme {
  background-color: #faf9f4;
}


/* Helpers */

.mt {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pt {
  padding-top: 50px;
  padding-bottom: 50px;
}


/* +++++ WRAP SECTIONS +++++ */

#ww {
  padding-top: 0;
  padding-bottom: 70px;
  background-color: #faf9f4;
}

#footer {
  background-color: #ffdc00;
  padding-top: 50px;
  padding-bottom: 50px; 
}

#footer p {
  color: #222222;
}

#footer h4 {
  color: #222222;
  text-transform: uppercase;
  padding-bottom: 20px;
}


/* +++++ Color Wraps / Blog Page +++++ */

#grey {
  padding: 0;
  background-color: #f2f2f2;
}

#blue {
  padding: 0;
  background-color: #80d4ff;
}

#white {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}



/* Blog Date*/
bd {
  font-size: 12px;
  text-transform: uppercase;
  color: #d2d2d2;
  font-weight: 700;
}

/* Blog Author*/
ba {
  font-size: 12px;
  text-transform: uppercase;
}

/* Blog Quote */
.bq {
  font-size: 22px;
  padding-top: 30px;
}


/* ================== PORTFOLIO IMAGES HOVER EFFECT ================== */
/* Effects also are controled by hover.zoom.js */
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:transparent url(../img/loader.gif) no-repeat center;
}


    .zoomOverlay {
        position:absolute;
        top:0; left:0;
        bottom:0; right:0;
        display:none;
        background-image:url(../img/zoom.png);
        background-repeat:no-repeat;
        background-position:center;
    }

.zoom2 {
  opacity: 1;
}

.zoom2:hover {
  opacity: 0.5;
}

/* glyphicon Configuration */

.glyphicon {
  font-size: 40px;
  color: #1abc9c;
}

.table01, .table02 {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.8;
}
.table01 thead th {
  text-align: left;
  vertical-align: middle;
  padding: 13px 13px 11px 13px;
  border: solid 1px #999;
  background-color: #00765a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.table02 thead th {
  text-align: left;
  vertical-align: middle;
  padding: 13px 13px 11px 13px;
  border: solid 1px #999;
  background-color: #005a8f;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.table01 tbody th,.table02 tbody th {
  background-color: #efefef;
  text-align: left;
  vertical-align: middle;
  padding: 10px 13px 8px 13px;
  border: solid 1px #999;
  font-weight: bold;
  font-size: 15px;
}
.table01 tbody td,.table02 tbody td {
  background-color: #fff;
  text-align: left;
  vertical-align: top;
  padding: 10px 13px 8px 13px;
  border: solid 1px #999;
  font-size: 15px;
}

.pre-registration {
  width: 150px;
  position: absolute;     
  top: -30px;               
  right: 30px;          
  z-index: 9999;          
}