@charset "utf-8";
/* CSS Document */

body{
    background-color:#181b20;
}

.magnify-modal {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.magnify-header .magnify-toolbar {
    width: 40px;
    background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-width: 0;
}

.magnify-footer .magnify-toolbar {
    display: inline-block;
    height: 40px;
    background-color: rgba(0, 0, 0, .5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.magnify-stage img{
    width: 0;
}

.magnify-loading{
    background-color: transparent;
}

.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
.title_c{
    font-size:1em;
}
.title_d{
    font-size:0.70em; margin-left:-1px;
}
.index_title{
    font-size:2em;
}
.index_location{
    font-size:1.4em;
}
.intro_min_height{
    min-height: 300px;
}
.index_section{
    background-color:#181b20; margin:20px 0 20px 0;
}