
/* ==================================================
   Grid System
================================================== */



html, body {
	height: 100%;
}

div.page-wrapper{
	width:100%;
	margin:0;
	padding:0;
	background:#FFF;
	display:block;
	min-height:1200px;
	height:auto !important;
}

#main-contents{
    min-height: 100%;
    height:auto;
}


/* ==================================================
   Futura Font Face
================================================== */
@font-face {
    font-family: 'Light';
    src: url('../fonts/287A50_0_0.eot?#iefix') format('embedded-opentype'), /* IE6～IE8 向け */
        url('../fonts/287A50_0_0.woff') format('woff'), /* 主要最新ブラウザ向け */
        url('../fonts/287A50_0_0.ttf')  format('truetype'), /* IE以外の旧ブラウザ向け */
        url('../fonts/287A50_0_0.svg#svgId') format('svg'); /* モバイル等その他のブラウザ向け */
}

@font-face {
    font-family: 'Medium';
    src: url('../fonts/287A50_1_0.eot?#iefix') format('embedded-opentype'), /* IE6～IE8 向け */
        url('../fonts/287A50_1_0.woff') format('woff'), /* 主要最新ブラウザ向け */
        url('../fonts/287A50_1_0.ttf')  format('truetype'), /* IE以外の旧ブラウザ向け */
        url('../fonts/287A50_1_0.svg#svgId') format('svg'); /* モバイル等その他のブラウザ向け */
}

body{
	font-family: 'Light', "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Medium', "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

a, a:hover {
	color: #F90808;
        outline: none;
}

td {
    font-family: 'Light', "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana, sans-serif;
}

/* ==================================================
   navbar
================================================== */
.navbar-j {
	background:#FFF;
	border-bottom: 1px dotted #ccc;
        height:60px;
}

.navbar-j .navbar-brand,
.navbar-j .navbar-brand a,
.navbar-j .navbar-brand a:hover{
        padding:16px 15px;
	font-family:'Medium';
	font-size:26px;
	color:#000;
	letter-spacing: 2px;
        line-height:28px;
}

.navbar-j .navbar-header{
	margin: 0 -15px;
        height:60px;
}
.navbar{
    border:none;
    border-bottom: 1px dotted #CCC;
}
.navbar-j .navbar-toggle{
        margin-top:10px;
        margin-bottom: 10px;
        height:40px;
	border:1px solid #EEE;
	width:40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
}

.navbar-j .navbar-toggle i{
	-webkit-transform: rotate(-180deg);
	   -moz-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		 -o-transform: rotate(-180deg);
			transform: rotate(-180deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.navbar-collapse{
    margin-top:0px;
    padding-top:-4px;
    border:none;
}

.navbar-j .navbar-toggle:hover{
	color:#F90808;
}
.navbar-j .nav{
	background: #FFF;
        margin:0 -15px;
}



.navbar-j .collapsed i{
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		 -o-transform: rotate(0deg);
			transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 250ms ease-out 0s;	
	   -moz-transition: -moz-transform 250ms ease-out 0s;
		 -o-transition: -o-transform 250ms ease-out 0s;
		    transition: transform 250ms ease-out 0s;
}

.navbar-j .nav li a{
	font-family:'Medium';
	font-weight: normal;
	font-size:14px;
	color:#000;
	border-bottom: 1px dotted #ccc;
        line-height: 20px;
}

.navbar-j .nav li.active a{
	color : #F90808;
}

.navbar-j .navbar-collapse{
	margin: 0 -15px;
}



.navbar-j .nav li a:hover{
	color:#F90808;
	background:#FFF;	
}



.top-space{
	width:100%;
	height:120px;
}

.h-space{
	width:100%;
	height:50px;
}

.h-space-20{
    width:100%;
    height:20px;
}

.h-space-30{
    width:100%;
    height:30px;
}
.h-space-40{
    width:100%;
    height:40px;
}
/* ==================================================
   Home Slider
================================================== */

#home-slider {
	position: relative;
	overflow: hidden;
	height: 100%;
}

#home-slider .overlay { 
	position: absolute;
	width: 100%;
	height: 100%;
	background: #FFF;
	/*background: #26292E;*/
	opacity: 0.3;
	filter: alpha(opacity=30);
	z-index: 0;
}

#home-slider .slider-text {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -585px;
	width: 1170px;
	height: 250px;
	text-align: center;
	z-index: 2;	
}

#home-slider #slidecaption {
	width: 100%;
	line-height: 250px;
	margin: 0;
	text-align: center;
	text-shadow: none;
}

#home-slider .slide-content {
        font-family: 'Medium', sans-serif;
	font-size: 40px;
	color: #000;
	/*color: #FFFFFF;*/
	letter-spacing: 2px;
	text-transform: uppercase;
}

#logo-link{
    cursor: pointer;
}

#home-slider .control-nav {
	position: absolute;
	width: 100%;
	background: transparent;
	/*background: #2F3238;*/
	height: 50px;
	bottom: 0;
	z-index: 2;
	opacity: 1;
	filter: alpha(opacity=100);
}

#home-slider #nextslide,
#home-slider #prevslide {
        display:hidden;
	background-image: none;
	background-color: transparent;
	/*background-color: #26292E;*/
	display: inline-block;
	margin: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 50px;
	height: 50px;
	opacity: 1;
	filter: alpha(opacity=100);
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextslide {
	margin-left: -3px;	
}

#home-slider #nextsection {
	float:right;
}

#home-slider #nextslide:hover,
#home-slider #prevslide:hover {
	background-color: #DDD;
	color: transparent;
	/*background-color:#F90808;*/
}

#home-slider #nextslide i,
#home-slider #prevslide i {
        display:none;
	font-size: 16px;
	color: #999;
	/*color: #FFFFFF;*/
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextslide i {
	margin-left: -8px;	
}

#home-slider #prevslide i {
	margin-left: -9px;	
}

#home-slider ul#slide-list {
	top: 50%;
	padding: 0;
	margin:-6px 0 0 0;	
}

#home-slider ul#slide-list li {
	margin-right: 12px;
}

#home-slider ul#slide-list li:last-child {
	margin-right: 0;	
}

#home-slider ul#slide-list li a {
	background-color: #DDD;
	background-image: none;
	width: 12px;
	height: 12px;
	
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;	
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider ul#slide-list li a:hover {
	background-color: #999;	
}

#home-slider ul#slide-list li.current-slide a,
#home-slider ul#slide-list li.current-slide a:hover {
	background-color:#F90808;
}

#home-slider #nextsection {
    display:none;
	background-color: transparent;
	margin: 0;
	position: relative;
	float:right;
	width: 50px;
	height: 50px;
	
	-webkit-transition: background 0.1s linear 0s;	
	   -moz-transition: background 0.1s linear 0s;
		 -o-transition: background 0.1s linear 0s;
		    transition: background 0.1s linear 0s;
}

#home-slider #nextsection:hover {
	background-color:#DDD;
}

#home-slider #nextsection i {
	font-size: 16px;
	color: #F90808;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	line-height: 1em;
}

#home-slider #nextsection i {
	margin-left: -7px;	
}


/* ==================================================
   footer
================================================== */
footer{
	background:#FFF;
	width:100%;
	border-top:1px dotted #CCC;
	text-align:center;
	font-size: 12px;
	margin:0;
	padding:20px 15px;
}

.credits{
	margin-top:10px;
}

/* ==================================================
   Preloader
================================================== */

#jpreOverlay,
#jSplash {
	background-color: #FFF;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 9997;
}

#jpreSlide{
	position: absolute;
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px;
	width: 100px;
	height: 100px;
}

#jpreLoader {
	position: relative !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;	
}

#jprePercentage {
	width: 50px;
	height: 50px !important;
	line-height: 50px;
	position: absolute !important;
	text-align: center;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 9998;
	
	font-size: 24px;
	color: #FFF;	
        display:none;

	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
		 -o-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

#circle {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	margin: -37px 0 0 -37px;
	width: 75px;
	height: 75px;
	background:url('/_include/img/timer.gif') no-repeat center center;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
	opacity: 0.5;
	filter: alpha(opacity=50);
		/*	
	-webkit-animation: circle 1s infinite forwards;
	   -moz-animation: circle 1s infinite forwards;
		-ms-animation: circle 1s infinite forwards;
			animation: circle 1s infinite forwards;
}

@-webkit-keyframes circle {
	0% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
	50% {-webkit-transform: rotateY(180deg);
		-webkit-animation-timing-function: ease-out;
	}
	100% {-webkit-transform: rotateY(0deg);
		-webkit-animation-timing-function: ease-in;
	}
}

@-moz-keyframes circle {
	0% {-moz-transform: rotateY(0deg);
	}
	50% {-moz-transform: rotateY(180deg);
		-moz-animation-timing-function: ease-out;
	}
	100% {-moz-transform: rotateY(0deg);
		-moz-animation-timing-function: ease-in;
	}
}

@-ms-keyframes circle {
	0% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
	50% {-ms-transform: rotateY(180deg);
		-ms-animation-timing-function: ease-out;
	}
	100% {-ms-transform: rotateY(0deg);
		-ms-animation-timing-function: ease-in;
	}
}

@-o-keyframes circle {
	0% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
	50% {-o-transform: rotateY(180deg);
		-o-animation-timing-function: ease-out;
	}
	100% {-o-transform: rotateY(0deg);
		-o-animation-timing-function: ease-in;
	}
}

@keyframes circle {
	0% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
	50% {transform: rotateY(180deg);
		animation-timing-function: ease-out;
	}
	100% {transform: rotateY(0deg);
		animation-timing-function: ease-in;
	}
  */
}

/* ==================================================
   Video
================================================== */
    .video-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    /*padding-top: 30px; */
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    height: auto; 
    } 
    .video-container iframe, 
    .video-container object, 
    .video-container embed 
    { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    border:none;
    }


/* ==================================================
   button
================================================== */
.btn-tool{
	border:1px solid #EEE;
	width:40px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	color: #000;
	height:40px;
	background:#FFF;
}
.btn-tool:hover{
	color: #F90808;
}

/* ==================================================
   filter menu
================================================== */

ul.filter-menu-h,
ul.filter-menu-v{
    position:relative;
	list-style: none;
	margin:0;
	padding:0;
}
ul.filter-menu-h li,
ul.filter-menu-v li{
	display:inline-block;
	margin-right:30px;
	margin-bottom:20px;
        text-transform: uppercase;
}
ul.filter-menu-h li a,
ul.filter-menu-v li a{
	font-family: 'Medium';
	color:#000;
	line-height: 1;
}
ul.filter-menu-h li.active a,
ul.filter-menu-h li a:hover,
ul.filter-menu-v li.active a,
ul.filter-menu-v li a:hover
{
	color:#F90808;
	text-decoration: none;
	border:none;
	outline:none;
}

/* ==================================================
   thumbnail-list
================================================== */
.thumbnail-list1,
.thumbnail-list2{
    min-height:100%;
    height:auto;
    border:0px;
    padding:0px;
    margin:0px;
    outline:none;
}

        
.thumbnail-list1 div:first-child,
.thumbnail-list2 div:first-child{
	/*margin-left:-15px;*/



}

.works-list{
    margin:0 10px;
}

.works-panel{ /* col-sm-4 */
    width:49.9%;
    padding:0 5px;
    outline:0;
    height:auto;
    cursor: pointer;
    border:none;
    margin-bottom: 10px;
}
.works-panel-big{
    width:100%
}

.works-overlay{
    position:relative;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:none;
}
#stage{
    width:100%;
    padding:0px;
    margin:0px;
}
.works-title-upper{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: transparent;
    z-index:6;
    margin:0;
    padding:0;
}
.works-title-bg{
    position:absolute;
    bottom:0px;
    display:none;
    padding:0px;
    margin-right: 10px;
    width:100%;
    height:30%;
    z-index: 4;
    background:#EEE;
    opacity: 0.7;
}
.works-title-link{
    position:absolute;
    bottom:0px;
    display:none;
    padding:0px;
    margin-right: 10px;
    width:100%;
    height:30%;
    z-index: 5;
    background:transparent;
}
.works-title-link a{
    position:absolute;
    top:50%;
    margin-top:-0.5em;
    left:0;
    font-family: 'Medium',sans-serif;
    opacity: 1;
    width:100%;
    height:100%;
    padding:0 15px;
    z-index: 6;
    text-decoration: none;
    border:none;
    color:#000;
}
.works-title-link a:hover{
    color:#F90808;
    text-decoration: none;
    border:none;
}
.works-title-link a{
    color:#000;
vertical-align: middle;
}
.works-title-link a span{
    margin-left: 16px;
}
.works-title-link a span i{
}

.thumbnail-list1 div:hover,
.thumbnail-list2 div:hover{
    
}

.thumbnail-list2 div img {
    
}

.isotope-filter-menu{

}
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

table.table-news tbody tr td{
    border:none;

}
table.table-news{
    border:none;
}

.line-news-article{
    width:100%;
    border: none;
    border-top: 1px dotted #ccc;
    margin-bottom:30px;
}

/* ==================================================
    carousel slide
================================================== */

.carousel-inner{
    overflow:hidden;
}
.carousel-control{
text-shadow: none;
outline:none;
}

.slide-controler{
    margin-top:20px;
    text-align: center;
}

.slide-controler button{
    border:none;
    color:#999;
    background: transparent;
}

.carousel-circle{
    background:#DDD;
    width:12px;
    height:12px;
    margin-left: -6px;
    display:block;
    border:none;
    margin:0;
    padding:0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.slide-controler button:hover{
    color: #F90808;
    background:transparent;
}

.slide-controler button:active,
.slide-controler button:visited,
.slide-controler button:focus{
    color:#999;
    background: transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    outline: none;
}

.slide-controler button.active{
    border:none;
    color:#F90808;
    background: transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.slide-controler button.active div.carousel-circle,
.slide-controler button:hover div.carousel-circle{
    background:#F90808;
}

.slide-indicator{
    display:inline-block;
    margin-left:auto;
    margin-right:auto;
    height:24px;
}

.slide-indicator button{
    width:24px;
}

.carousel-control.left,
.carousel-control.right{
    background:transparent;
    background-image:none;
    opacity:0;
    height:100%;
    width:50%
}

.carousel-control.left i{
    position:absolute;
    top:50%;
    left:20%;
    margin-top:-24px;
    margin-left:-17px;
    font-size:48px;
}
.carousel-control.right i{
    position:absolute;
    top:50%;
    left:80%;
    margin-top:-24px;
    font-size:48px;
}

.carousel-control.left:hover,
.carousel-control.right:hover{
    background: transparent;
    background-image: none;
    color: #F90808;
    opacity:1;
}

.carousel-control.left:hover i,
.carousel-control.right:hover i{
    background: transparent;
    background-image: none;
    color: #F90808;
    opacity:1;
}

.carousel-indicators{
}
.carousel-indicators li{
    border:1px solid #DDD;
    background:#DDD;
}
.carousel-indicators li:hover{
    border:1px solid #999;
    background:#999;
}
.carousel-indicators li.active{
    border:1px solid #F90808;
    background:#F90808;
}



/* info area */
#works-overlay{
    width:100%;
    height:100%;
    z-index:100;
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
#info-content{
    background:transparent;
    width:100%;
    position:absolute;
    color:#000;
    top:0;
    left:0;
    padding:15px;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
#info-bg{
    background:#FFF;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    padding:15px;
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.bg-hide{
    height:0;
    opacity:0;
  -webkit-transition-property: height, -webkit-transform, opacity;
     -moz-transition-property: height,    -moz-transform, opacity;
      -ms-transition-property: height,     -ms-transform, opacity;
       -o-transition-property: height,      -o-transform, opacity;
          transition-property: height,         transform, opacity;
}
.bg-show{
    height:100%;
    opacity:0.5;
  -webkit-transition-property: height, -webkit-transform, opacity;
     -moz-transition-property: height,    -moz-transform, opacity;
      -ms-transition-property: height,     -ms-transform, opacity;
       -o-transition-property: height,      -o-transform, opacity;
          transition-property: height,         transform, opacity;
}
.info-hide{
    height:0;
    opacity:0;
  -webkit-transition-property: height, -webkit-transform, opacity;
     -moz-transition-property: height,    -moz-transform, opacity;
      -ms-transition-property: height,     -ms-transform, opacity;
       -o-transition-property: height,      -o-transform, opacity;
          transition-property: height,         transform, opacity;

}
.info-show{
    height:100%;
    opacity:1;
  -webkit-transition-property: height, -webkit-transform, opacity;
     -moz-transition-property: height,    -moz-transform, opacity;
      -ms-transition-property: height,     -ms-transform, opacity;
       -o-transition-property: height,      -o-transform, opacity;
          transition-property: height,         transform, opacity;

}

/* ==================================================
    link
================================================== */
/* lupe */


#webpage{
	/* Contains the webpage screenshot */
	width:100%;
	min-height:100%;
        height:auto;
	position:relative;
        top:0px;
        left:0px;
	margin:0;
}
#webpage img{
    opacity:0.8;
}
#img-map{
    position:relative;
    top:0px;
    left:0px;
}
#marker-area{
    width:100%;
    height: 100%;
    margin:0px;
    position:absolute;
    top:0px;
    left:0px;
}

#target{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    
}
.lock-on{
    background:url('/_include/img/targeton.png') no-repeat center center;
}
.lock-off{
    background:url('/_include/img/target.png') no-repeat center center;
}

#retina{
	/* The Retina effect */
	background:url('/_include/img/worldmap.png') no-repeat center center white;
	border:2px solid white;

	/* Positioned absolutely, so we can move it around */
	position:absolute;
        top:50%;
        left:50%;
	height:180px;
	width:180px;

	/* Hidden by default */
	display:block;

	/* A blank cursor, notice the default fallback */
	cursor:url('/_include/img/blank.cur'),default;
	
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 5px #777, 0 0 10px #aaa inset;
	-webkit-box-shadow:0 0 5px #777;
	box-shadow:0 0 5px #777, 0 0 10px #aaa inset;
	
	/* CSS3 rounded corners */
	-moz-border-radius:90px;
	-webkit-border-radius:90px;
	border-radius:90px;
        overflow: hidden;
}
#target-map{
    position:absolute;
    top:50%;
    left:50%;
    width:1600px;
    height:900px;
}

#retina.chrome{
	/* A special chrome version of the cursor */
	cursor:url('/_include/img/blank_google_chrome.cur'),default;
}
.map-marker,
.map-marked{
    position:absolute;
    margin-left:-4px;
    margin-top:-14px;
}
.map-marked{
        font-size:140%;
}
.map-snake{
    position:absolute;
    display:inline-block;
    color:#F90808;
}
.map-snake i{
    margin-left:1px;
}

.map-snake:hover{
    font-size:120%;
    color:forestgreen;
}
.map-marked.active,
.map-marker.active,
.map-marked.active:hover,
.map-marker.active:hover{
    color:#F90808;
    font-size:140%;
    margin-left:-6px;
    margin-top:-20px;
}


.map-marker:hover,
.map-marked:hover{
    color:forestgreen;

}

.link-pos{
    font-family: 'Medium', sans-serif;
    text-transform: uppercase;
}

/* ==================================================
    contact
================================================== */
.contact_info{
    position:absolute;
    top:0px;
    left:15px;
    width:50%;
    height:100%;
    background:#FFFCCC;
    opacity:0.3;
}
.contact_txt{
    position:absolute;
    top:0px;
    left:15px;
    width:100%;
    height:100%;
    background:transparent;
    opacity:1;
}
.contact_txt table{
    width:100%;
    margin:20px;
}
.contact_txt table tr{
    
}


/* ==================================================
    snake
================================================== */
#snake{
    width:100%;
    height:auto;
    background:#000;
}

#snake-container{
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}

.btn-square{
    -webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.snake-panel{
    margin-top:15px;
}

#snake-post{
    display:none;
    margin-top:15px;
}

#point{
    width:100%;
    background:#FFF;
    color:#FF0000;
    border:none;
    outline:none;
}

#snake-btn{
    display:block;
    text-align: center;
}
#snake-btn button{
    margin: 0 8px;
}

#ranking-list table tbody tr td{
    vertical-align: middle;
}

#ranking-list table tbody tr.active td:first-child{
border-left : 3px solid #FF0000;
}
/* ==================================================
   about
================================================== */
.about-title{
    margin-top:0px;
}

a.lang-button{
    font-family: 'Medium', sans-serif;
    color:#000;
    text-decoration: none;
    border:none;
    outline:none;
    cursor: pointer;
}
a.lang-button:hover,
a.lang-button.active{
    color:#F90808;
}
/* ==================================================
   responsive
================================================== */
/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) and (max-width: 992px){
    .container{
        max-width:100%;
        margin:0 auto;
    }

    .map-marked{
        font-size:100%;
    }
    
    .navbar-j .navbar-header{
        margin:0px;
    }

    .navbar-j .nav li a{
        border:none;
        padding-top:20px;
    }
    
    ul.filter-menu-v{
        margin-top:60px;
    }

    ul.filter-menu-v li{
            margin:8px 0;
            text-transform: uppercase;
            display: block;
            width:100%;
    }
    ul.filter-menu-v li a{
            font-family: 'Medium';
            color:#000;
    }
    ul.filter-menu-v li.active a,
    ul.filter-menu-v li a:hover{
            color:#F90808;
            text-decoration: none;
            border:none;
            outline:none;
    }
    
    .works-panel{ /* col-sm-4 */
        width:24.9%;
        padding:0 5px;
        outline:0;
        height:auto;
        cursor: pointer;
        border:none;
        margin-bottom: 10px;
    }
    .works-panel-big{
        width:49.9%
    }
    
    #info-content{
        background:transparent;
        width:100%;
        position:absolute;
        color:#000;
        top:70%;
        left:0;
        padding:15px;
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }
    #info-bg{
        background:#FFF;
        width:100%;
        position:absolute;
        top:70%;
        left:0;
        padding:15px;
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 992px) and (max-width: 1600px){
    .container{
        max-width:75%;
        margin:0 auto;
    }

    #snake-btn{
        display:none;
    }
    .map-marked{
        font-size:100%;
    }
    
    .navbar-j .navbar-header{
        margin:0px;
    }

    .navbar-j .nav li a{
        border:none;
        padding-top:20px;
    }
    
    ul.filter-menu-v{
        margin-top:60px;
    }

    ul.filter-menu-v li{
            margin:8px 0;
            text-transform: uppercase;
            display: block;
            width:100%;
    }
    ul.filter-menu-v li a{
            font-family: 'Medium';
            color:#000;
    }
    ul.filter-menu-v li.active a,
    ul.filter-menu-v li a:hover{
            color:#F90808;
            text-decoration: none;
            border:none;
            outline:none;
    }
.works-panel{ /* col-sm-4 */
        width:24.9%;
        padding:0 5px;
        outline:0;
        height:auto;
        cursor: pointer;
        border:none;
        margin-bottom: 10px;
    }
    .works-panel-big{
        width:49.9%
    }
    
    #info-content{
        background:transparent;
        width:100%;
        position:absolute;
        color:#000;
        top:70%;
        left:0;
        padding:15px;
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }
    #info-bg{
        background:#FFF;
        width:100%;
        position:absolute;
        top:70%;
        left:0;
        padding:15px;
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }
    
}

@media (min-width: 1600px){
	
    .container{
        max-width:1440px;
        margin:0 auto;
    }
    
    
  #snake-btn{
        display:none;
    }
    .map-marked{
        font-size:100%;
    }
    
    .navbar-j .navbar-header{
        margin:0px;
    }

    .navbar-j .nav li a{
        border:none;
        padding-top:20px;
    }
    
    ul.filter-menu-v{
        margin-top:60px;
    }

    ul.filter-menu-v li{
            margin:8px 0;
            text-transform: uppercase;
            display: block;
            width:100%;
    }
    ul.filter-menu-v li a{
            font-family: 'Medium';
            color:#000;
    }
    ul.filter-menu-v li.active a,
    ul.filter-menu-v li a:hover{
            color:#F90808;
            text-decoration: none;
            border:none;
            outline:none;
    }
.works-panel{ /* col-sm-4 */
        width:24.9%;
        padding:0 5px;
        outline:0;
        height:auto;
        cursor: pointer;
        border:none;
        margin-bottom: 10px;
    }
    .works-panel-big{
        width:49.9%
    }
    
    #info-content{
        background:transparent;
        width:100%;
        position:absolute;
        color:#000;
        top:70%;
        left:0;
        padding:15px;
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }
    #info-bg{
        background:#FFF;
        width:100%;
        position:absolute;
        top:70%;
        left:0;
        padding:15px;
      -webkit-transition-duration: 0.8s;
         -moz-transition-duration: 0.8s;
          -ms-transition-duration: 0.8s;
           -o-transition-duration: 0.8s;
              transition-duration: 0.8s;
    }

}

