@font-face { font-family: 'Prelo'; src: url('../font/Prelo-Medium.otf'); }
@font-face { font-family: 'Prelo'; font-weight: bold; src: url('../font/Prelo-SemiBold.otf'); }


body {
    min-height: 100%;
    font: 14px/1.3 "Prelo",  Helvetica,  Arial,  sans-serif;
    background: #ffffff url(../img/bg.png) no-repeat center 100px;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
}

a {
    color: #4782ac;
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus {
    color: #40759b;
}
a.close {
    font-size: 18px;
}
p {
    margin: 15px 0;
    line-height: 16px;
}
address {
    line-height: 1.5;
}

#homemap {
    background: transparent url(../img/homemap.png) no-repeat;
    width: 851px;
    height: 328px;
    display: block;
    margin: 150px auto 0px auto;
}

#mapdata {
    position: relative;
}

#mapdata a.bubble:hover {
    background: #00aae7;
    border: 1px solid #00aae7;
    color: #ffffff;
}

#mapdata a.bubble {
    position: absolute;

    border: 1px solid #d8d8d8;
    color: #000;
    font-size: 16px;
    line-height: 17px;
    text-decoration: none;
    display: table;
    vertical-align: middle;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#mapdata a.bubble > p {
    text-align: center;
    display: table-cell;
    vertical-align: middle; 
}


#mapdata .tm { top: 100px; left: 491px;
    -moz-border-radius: 40px;
    webkit-border-radius: 40px;
    border-radius: 40px;
    height: 80px;
    width: 80px;
}

#mapdata .tl { top: 98px; left: 230px;
    -moz-border-radius: 60px;
    webkit-border-radius: 60px;
    border-radius: 60px;
    height: 120px;
    width: 120px;
}
#mapdata .ml { top: 272px; left: 25px;
    -moz-border-radius: 40px;
    webkit-border-radius: 40px;
    border-radius: 40px;
    height: 80px;
    width: 80px;
}
#mapdata .bl { top: 424px; left: 233px;
    -moz-border-radius: 50px;
    webkit-border-radius: 50px;
    border-radius: 50px;
    height: 100px;
    width: 100px;
}
#mapdata .bm { top: 458px; left: 491px;
    -moz-border-radius: 40px;
    webkit-border-radius: 40px;
    border-radius: 40px;
    height: 80px;
    width: 80px;
}
#mapdata .br { top: 453px; left: 708px;
    -moz-border-radius: 50px;
    webkit-border-radius: 50px;
    border-radius: 50px;
    height: 100px;
    width: 100px;
}
#mapdata .mr { top: 244px; left: 838px;
    -moz-border-radius: 60px;
    webkit-border-radius: 60px;
    border-radius: 60px;
    height: 120px;
    width: 120px;
}
#mapdata .tr { top: 70px; left: 700px;
    -moz-border-radius: 40px;
    webkit-border-radius: 40px;
    border-radius: 40px;
    height: 80px;
    width: 80px;
}




.logo {
    margin: 0px auto;
    width: 233px;
    height: 185px;
    /*background: transparent url(../img/logo.png) no-repeat;*/
    display: block;
}

#contentTop {
    padding-top: 50px;
}

#contentMain {
    padding-top: 50px;
}




.navbar {
    margin: 40px 0px 0px 0px;
}

.navbar-inner {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
    padding-right: 0px;
    padding-left: 0px;
}

.navbar .container {
    position: relative;
}
/*  * * * * * * * * * * * * * * * * * * * * * * * */
.navbar .nav li {
    margin: 0px 9px;
}
.navbar .nav li.divider {
    color: #b3b3b3;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}
.navbar .nav li:first-child { margin: 0 9px 0 0; }

.navbar .nav li a {
    padding: 10px 0px;
    text-shadow: none;
    color: #000;
    font-size: 16px;
}
.navbar .nav li a:hover {
    color: #6bb3ee;
}

.navbar .nav li.active {
    -webkit-box-shadow: 0px 5px 0px rgba(107,179,238,1);
    box-shadow: 0px 5px 0px rgba(107,179,238,1);
}

.navbar .nav .active > a, .navbar .nav .active > a:hover {
    color: #6bb3ee;
}
/*  * * * * * * * * * * * * * * * * * * * * * * * */
.navbar .nav.footer li {
    margin: 0px 4px;
}
.navbar .nav.footer li.divider {
    color: #b3b3b3;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px;
}
.navbar .nav.footer li:first-child { margin: 0 4px 0 0; }

.navbar .nav.footer li a {
    padding: 10px 0px;
    text-shadow: none;
    color: #000;
    font-size: 13px;
}
.navbar .nav.footer li a:hover {
    color: #6bb3ee;
}

.navbar .nav.footer li.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .nav.footer .active > a, .navbar .nav.footer .active > a:hover {
    color: #6bb3ee;
}





/*  * * * * * * * * * * * * * * * * * * * * * * * */

h1 {
    background: transparent;
    margin: 0px;
    padding: 10px 20px;
    color: #26ade4;
    font-size: 25px;
}
h1 > .icon {
    float: right;
    padding-top: 5px;
}

.bar {
    margin: 0px;
    padding: 0px;
    float: left;
}



.nav-tabs {

}

.nav-tabs.nav-stacked {
		max-width: 210px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

.nav-tabs.nav-stacked li > a {
    background: #fff;
    border: none;
    border-radius: 0px;
    color: #000;
    font-size: 13px;
    border-top: 1px dotted #8d8d8d;
    padding: 12px 20px;
}

.nav-tabs.nav-stacked li > a:hover {
    background: #6bb3ee;]
    border-radius: 0px;
    border: none;
    color: #000;
    font-size: 13px;
    border-top: 1px dotted #8d8d8d;
}

.nav-tabs.nav-stacked li.active > a, .nav-tabs.nav-stacked li.active > a:hover {
    background: #6bb3ee;
    border: none;
    border-radius: 0px;
    color: #000;
    font-size: 13px;
    border-top: 1px dotted #8d8d8d;
    cursor: pointer;
}

.nav-tabs.nav-stacked li:first-child > a, .nav-tabs.nav-stacked li.active:first-child > a, .nav-tabs.nav-stacked li:first-child > a:hover, .nav-tabs.nav-stacked li.active:first-child > a:hover {
    border-top: none;
    border-radius: 0px;
}

.nav-tabs.nav-stacked li:last-child > a, .nav-tabs.nav-stacked li.active:last-child > a, .nav-tabs.nav-stacked li:last-child > a:hover, .nav-tabs.nav-stacked li.active:last-child > a:hover {
    border-radius: 0px;
}

.row-fluid .fixfifth > li:nth-child(4n+5) {
	margin-left: 0px;
}

.row-fluid .fixfourth > li:nth-child(3n+4) {
	margin-left: 0px;
}

.row-fluid .fixthird > li:nth-child(2n+3) {
	margin-left: 0px;
}

.box-holder {
	background: #fff;
	position: relative;
	text-align: center;
	width: 100%;
	height: 281px;
}
.box-holder > div {
	padding-top: 111px;
	font-size: 38px;
	color: #999;
}

.description > p {
    margin-top: 0px;
}

.prevnext {
    margin: 10px 0px 20px 0px;
    height: 45px;
}

.prevnext > a {
    background: #fff;
    text-align: center;
    width: 50px;
    height: 30px;
    padding: 14px 0px 0px 0px;
    color: #6bb3ee;
    font-size: 24px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
}

.prevnext > a > i {
    width: 8px;
}

.prevnext > a:active {
    margin-top: 1px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

.prevnext > a.prev {
    float: left;
}
.prevnext > a.next {
    float: right;
}