@charset "utf-8";
/*======================================

 [ -Main Stylesheet-
  Theme: Outdoor
  Version: 1.0
  Last change: 28/09/2015 ]
  	+++Fonts +++
	++++General Styles++++
	++++Typography ++++
	++++Page preload ++++
	++++Content Styles ++++
	++++Section  ++++
	++++Fixed title ++++
	++++Separator ++++
	++++Links  ++++
	++++Video+++++
	++++Home  +++++
	++++Item hover  ++++
	++++Header  ++++
	++++Navigation ++++
	++++About ++++
	++++Services++++
	++++Facts  ++++
	++++Team++++
	++++Testimonials ++++
	++++Footer ++++
	++++Portfolio++++
	++++Share ++++
	++++Contacts++++
	++++Blog ++++
	++++Css-animation ++++
	++++Responsive++++
*/
/*-------------Import fonts ---------------------------------------*/
@font-face {
	font-family:'FuturaPT-Book';
	src: url('../fonts/FuturaPT-Book_gdi.eot');
	src: url('../fonts/FuturaPT-Book_gdi.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FuturaPT-Book_gdi.woff') format('woff'),
		url('../fonts/FuturaPT-Book_gdi.ttf') format('truetype'),
		url('../fonts/FuturaPT-Book_gdi.svg#FuturaPT-Book') format('svg');
}
@font-face {
	font-family:'futurastd-bold';
	src: url('../fonts/futurastd-bold.eot');
	src: url('../fonts/futurastd-bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/futurastd-bold.woff') format('woff'),
		url('../fonts/futurastd-bold.ttf') format('truetype'),
		url('../fonts/futurastd-bold.svg#FuturaPT-Book') format('svg');
}
@font-face {
	font-family:'majalla';
	src: url('../fonts/majalla-webfont.woff2') format('woff2'),
		url('../fonts/majalla-webfont.woff') format('woff'),
		url('../fonts/majalla.ttf') format('truetype');
}


@font-face {
	font-family:'TRAJANUS';
	src: url('../fonts/TRAJANUS.otf') format('opentype'),
		url('../fonts/TRAJANUS.woff') format('woff'),
		url('../fonts/TRAJANUS.svg') format('svg'),
		url('../fonts/TRAJANUS.ttf') format('truetype');
}



/*-------------General Style---------------------------------------*/
html{
	overflow-x:hidden !important;
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: 'FuturaPT-Book';
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#f9f9f9;
	height:100%;
	text-align:center;
}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
}
h2 {
	font-size: 3.2em;
	font-weight: 300;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 0.9em;
	font-weight: 200;
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
}
h6 {
	font-size: 0.6em;
	font-weight: 200;
}
p {
	text-align:left;
	font-size:15px;
	line-height:24px;
	padding-bottom:10px;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: 'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
/* ---------Page preload--------------------------------------*/
.loader {
	position:fixed;
	top:50%;
	left:50%;
	width:50px;
	height:50px;
	/*z-index:100;*/
	z-index:1;
	font-size:24px;
	line-height:50px;
	margin-left:-25px;
	margin-top:-25px;
	color:#000;
	/* opacity:0.8; */
	opacity:0;
}
.cn-loader {
	top:10px !important;
	left:0;
	font-size:18px;
	margin:0 !important;
}
.fa-spin{
	-webkit-animation:spin 0.5s infinite linear;
	-moz-animation:spin 0.5s infinite linear;
	-o-animation:spin 0.5s infinite linear;
	animation:spin 0.5s infinite linear
}
@-moz-keyframes spin{
	0%{-moz-transform:rotate(0deg)}
	100%{-moz-transform:rotate(359deg)}
}
@-webkit-keyframes spin{
	0%{-webkit-transform:rotate(0deg)}
	100%{-webkit-transform:rotate(359deg)
}
}
@-o-keyframes spin{
	0%{-o-transform:rotate(0deg)}
	100%{-o-transform:rotate(359deg)
}
}
@keyframes spin{
0%{
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg)
}
100%{-webkit-transform:rotate(359deg);
	transform:rotate(359deg)
}
}
/* ---------Content Styles--------------------------------------*/
#main{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:0;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
#wrapper{
	height:100%;
	margin-left:0;
	vertical-align:top;
	position: absolute;
	left:0;
	top:0;
	right:0;
	z-index:3;
	width:100%;
}
.left-decor , .right-decor , .fixed-wrap:before , .fixed-wrap:after{
	position:fixed;
	width:50px;
	height:100%;
	background:#fff;
	z-index:1;
	-webkit-transform: translate3d(0,0,0);
}
.fixed-wrap:before , .fixed-wrap:after {
	content:'';
	z-index:3;
}
.left-decor , .fixed-wrap:before {
	left:0;
}
.right-decor , .fixed-wrap:after {
	right:0;
}
.left-decor:before , .right-decor:before , .left-decor:after , .right-decor:after {
	content:'';
	position:absolute;
	width:30px;
	left:10px;
	height:1px;
	background:#eee;
}
.left-decor:before , .right-decor:before {
	top:70px;
}
.left-decor:after , .right-decor:after {
	bottom:50px;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 100%;
	padding:50px;
}
.slid-hol {
	padding-top:70px;
}
.container{
	max-width: 1024px;
	width:92%;
	margin:0 auto;
	position: relative;
	z-index:2;
}
.content {
	width:100%;
	position:relative;
	z-index:2;
	float:left;
}

.pl35 {padding-left: 3.5%;}


.mr-con {
	top:-50px;
}
.full-height {
	height:100%;
}
.wrapper-inner {
	float:left;
	width:70%;
	position:relative;
	background:#fff;
	padding:150px 0;
	z-index:3;
	opacity:0;
}
.full-width-wrap {
	width:100%;
}
.full-width-wrap:before {
	content:'';
	position:absolute;
	right:0;
	width:30%;
	background:#fff;
	top:-70px;
	height:70px;
}
.body-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#f4f4f4;
	z-index:2;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.full-height-parallax {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
	z-index:2;
}
/* ---------Section --------------------------------------*/
section {
	float:left;
	width:100%;
	position:relative;
	padding:90px 0;
	background:#f9f9f9;
}
.small-container {
	max-width:650px;
}
.parallax-section {
	float:left;
	width:100%;
	padding:50px 0;
	position:relative;
	overflow:hidden;
	z-index:2;
/* ------	height:600px;-----------*/
}
.parallax-section div.overlay {
	opacity:0.3 !important;
}
.sect-scroll {
	position:absolute;
	bottom:20px;
	left:50%;
	width:40px;
	height:40px;
	line-height:40px;
	margin-left:-20px;
	color:#fff;
	z-index:5;
	font-size:18px;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.sect-scroll:before {
	content:'';
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-30px;
	width:60px;
	background:#fff;
	height:1px;
	opacity:0.6;
}
.sect-scroll:hover {
	opacity:0.6;
}
.subtitle {
	color:#000;
	font-size:16px;
	font-style:italic;
	font-family:'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	padding-top:12px;
	opacity:0.8;
}

.subtitle u a {color:#000;}

.main-nav-top {
	position:absolute; top:15px; right:0px; width:180px;
}

.main-nav-left {
	position:absolute; top:0; right:0;
}


.topics-btn{
	font-size:17px;
}

.topics-top-inner{
	position:absolute; top:-10px; right:5%;
}
.ranking-top-inner{
	position:absolute; top:-10px; right:5%;
}

.parallax-section .bg {
	width:110%;
	left:-5%;
	height:110%;
	top:-12%;
}
.parallax-section h2 {
	color:#000;
	font-size:42px;
}
.align-text {
	text-align:left;
}

.no-border {
	border:none !important;
}
.no-padding {
	padding:0 !important;
}
/* ---------Fixed title --------------------------------------*/
.fixed-title  {
    position: fixed;
    width: 180px;
    height: 50px;
    top: 49%;
	left: 31px;
    margin-top: 115px;
    letter-spacing: 0.17em;
	font-size:14px;
    text-transform: uppercase;
	margin-left:-34px;
    text-align: center;
    cursor: default;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
	z-index:12;
}
.fixed-title span , .fixed-title a {
	position:relative;
	z-index:3;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	color:#000;
}
.fixed-title:after {
	content:'';
	position:absolute;
	bottom:46px;
	left:0;
	z-index:2;
	width:100%;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	height:160px;
	/* -----background:#292929;---------*/
}
.fixed-title:hover:after {
	height:0;
}
.fixed-title:hover span   , .fixed-title a{
	color:#000;
}
/* ---------Separator --------------------------------------*/
.separator {
	margin:0 auto;
	width:70px;
	height:4px;
	background:#fff;
	margin:10px auto 10px;
}
.bl-sep {
	background:#000;
}
.separator-image {
	background:none;
	width:auto;
}
/* --------- Links  --------------------------------------*/
.btn {
	display: inline-block;
	padding: 14px 35px 13px 35px;
	line-height: 1;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin:20px auto;
	color:#000;
	border:2px solid #000;
	position:relative;
}
.anim-button {
	overflow:hidden;
 	-moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
 	width: auto;
}
.anim-button i {
 	top:-100%;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	line-height:40px;
	text-align:center !important;
	font-size:16px;
}
.wt-btn {
	color:#fff;
	border:2px solid #fff;
}
.anim-button i , .anim-button span {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.anim-button span {
	float:left;
	width:100%;
	position:relative;
	top:0;
}
.anim-button:hover span{
	top:100px;
}
.anim-button:hover i{
	top:0;
}
/* --------- Video --------------------------------------*/
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-container {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.video-mask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.mob-bg {
	display:none;
}
/* --------- Home  --------------------------------------*/
.full-height-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.big-index  {
	z-index:6;
	overflow:hidden;
}
.hero-title{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:5;
}
.hero-logo {
	margin:0 auto 10px;
	max-width:200px;
	position:relative;
}
.hero-logo:before , .hero-logo:after {
	content:'';
	position:absolute;
	top:50%;
	width:70px;
	height:3px;
	background:#fff;
	opacity:0.6;
}
.hero-logo:before {
	left:-150px;
}
.hero-logo:after {
	right:-150px;
}
.hero-logo img {
	width:100%;
	height:auto;
}
.hero-title h3 {
	color:#fff !important;
	opacity:0.8;
}
.hero-title h2 , .hero-title a {
	color:#fff;
}
.hero-link {
	margin-top:30px;
	font-size:16px;
	display:inline-table;
	padding:10px 26px;
	min-width:150px;
	border:1px solid rgba(255,255,255,0.51);
}
.hero-link:hover {
	text-decoration:line-through;
}
.parallax-nav.swiper-nav-holder {
	z-index:6;
	position:absolute;
	top:50%;
	left:0;
	width:100%;
}
.parallax-nav.swiper-nav-holder .arrow-left {
	left:32px !important;
	color:#fff;
	position:absolute;
	font-size:18px;
}
.parallax-nav.swiper-nav-holder .arrow-right {
 	color:#fff;
	right:32px !important;
	position:absolute;
	font-size:18px;
}
.hs  {
	position:fixed;
	top:45%;
	right:10px;
	width:30px;
	z-index:20;
	height:60px;
	/*margin-top:-30px;*/
}
.hs a {
	position:relative;
	float:left;
	width:100%;
	height:30px;
	font-size:19px;
	margin-bottom:4px;
}
.slideshow-holder , .slideshow-item , .slideshow-item .item {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	z-index:1;
}
.slideshow-item .item {
	width:100%;
	height:100%;
	position:relative;
}
.slideshow-holder .overlay {
	opacity:0.4;
	z-index:3;
}
.slide-title-holder {
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	z-index:3;
}
.slide-title {
	top:50%;
	position:relative;
	z-index:5;
}
.slide-title  .separator-image {
	padding:10px 0;
}
.slide-title .subtitle {
	position:relative;
}
.slide-title .subtitle:before {
	content:'';
	position:absolute;
	top:-30px;
	left:50%;
	margin-left:-25px;
	height:25px;
    width:50px;
    border-radius: 90px 90px 0 0;
    -moz-border-radius: 90px 90px 0 0;
    -webkit-border-radius: 90px 90px 0 0;
	border:2px solid #fff;
	border-bottom:none;
}
.swiper-slide .overlay {
	opacity:0.3;
}
.slide-title h3 {
	font-size:40px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	margin-bottom:10px;
	color:#fff;
	display:inline-table;
}
.slide-title h3:before , .slide-title h3:after , .hero-text-holder:before , .hero-text-holder:after {
	content:'';
	position:absolute;
	top:50%;
	width:50px;
	height:1px;
	background:#fff;
	opacity:0.6;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.slide-title h3:before , .hero-text-holder:before {
	left:-70px;
}
.slide-title h3:after , .hero-text-holder:after {
	right:-70px;
}
.slide-title h3:hover:before  , .slide-title h3:hover:after{
	width:100%;
}
.slide-title h4 {
	font-size: 14px;
	text-transform:uppercase;
	letter-spacing:2px;
	position:relative;
	margin:6px 0 10px 0;
	width:100%;
	color:#fff;
}
.slide-title h3 a  , .slide-title h4 a{
	color:#fff;
}

.slide-title h4 a:hover , .slide-title h4 a:hover i {
	text-decoration:line-through;
}
.slide-title h4 a {
	padding-right:0;
}
.single-title h3{
	position:relative;
	opacity:1;
	top:0;
}
.single-title .slide-title {
	position:relative;
 	left:-50px;
}



.zoomimage {
	position:absolute;
	top:70px;
	right:70px;
	cursor:pointer;
	z-index:15;
	width:30px;
	height:30px;
	background:rgba(0,0,0,0.91);
}
.zoomimage  i {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	line-height:30px;
	color:#fff;
	-webkit-transition: all 0.4s  ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s   ease-in-out;
	transition: all 0.4s  ease-in-out;
}
.zoomimage:hover i {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.zoomimage img {
	width:30px;
	height:30px;
	opacity:0;
	position:relative;
	z-index:2;
}

.zm-img {
top:20px;
right:20px;
}

.hero-grid {
	float:left;
	width:50%;
	height:50%;
	position:relative;
}
.hero-grid .overlay {
	z-index:2;
	opacity:0.3;
}
.hero-slider , .hero-slider .item{
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.hero-text-holder{
	position:relative;
	text-align:center;
	color:#fff;
	font-size:40px;
	margin:0 auto 10px;
	max-width:450px;
	text-transform:uppercase;
}
.hero-text-holder .item {
	float:left;
	width:100%;
	overflow:hidden;
}
/*------item hover ------------------------------------------------*/
.box-item {
	float:left;
	width:100%;
}
.vertical-gallery  .box-item {
	margin-bottom:10px;
}
.box-item a {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.box-item a img {
	position:relative;
	z-index:1;
	-webkit-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
  	-moz-transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
  	transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.box-item a .overlay {
	opacity:0;
	z-index:2;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.box-item a:hover .overlay {
	opacity:0.3;
}
.box-item a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform:scale(1.05);
	transform: scale(1.05);
}
/*------ Header  ------------------------------------------------*/
header{
	position:fixed;
	top:0;
	left:0;
	z-index:20;
	height:70px;
	line-height:70px;
	width:100%;
	background:#fff;
	-webkit-transform: translate3d(0,0,0);
}
.header-inner {
	float:left;
	width:100%;
	padding:0 50px;
	padding-top:10px;
	position:relative;
}
/*
.logo-holder {
	position:absolute;
	top:10px;
	left:50px;
	width:100%;
	height:50px;
}
*/
.logo-holder a img{
	/*float:left;*/
	width:auto;
	height:100%;
}
/*------ navigation  ------------------------------------------------*/
.nav-holder {
	float:right;
	position:relative;
}
nav {
	position:relative;
	float:left;
	width:100%;
	top:10px;
}
nav li{
	float:left;
	position:relative;
}
nav li ul {
	margin: 30px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:150px;
	top: 38px;
	left: 0;
	z-index: 1;
	background: #fff;
	transition: all .2s ease-in-out;
}
nav li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
nav li ul li ul {
	top: 0;
	left: -100%;
}
nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
	right: 100%;
}
nav li ul li {
	float: none;
	display: block;
	border: 0;
}
nav li a {
	float: left;
	padding: 10px 22px;
	line-height: 1;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	top:0;
	position:relative;
	-webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    transition: all 100ms linear;
}
nav li a.act-link:before {
	 content:'';
	 position:absolute;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background:#f5f5f5;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	z-index:-1;
}

nav li a.act-link:hover  {
	color:#000;
}
nav li a:hover {
	color:#ccc;
}
nav li a.act-link:hover:before {
	height:0;
}
nav li ul a:before  {
	display:none;
}
nav li ul a.act-link {
	color:#000;
	font-weight:600;
}
.nav-button-holder {
	float:right;
	border-left:1px solid rgba(255,255,255,0.4);
	margin:0 0 0 10px;
	padding-left:22px;
	display:none;
}
.nav-button {
	float:right;
	width:30px;
	height:24px;
	position:relative;
	margin-top:9px;
	cursor:pointer;
}
.nav-button span {
	float:left;
	width:100%;
	height:4px;
	background:#000;
	margin-bottom:2px;
	position:relative;
}
 /*------ about -------------------------------------------------*/
 .scroll-page-nav {
	position:fixed;
	top:56%;
	right:0px;
	z-index:13;
	width:50px;
}
.scroll-page-nav li {
	width:100%;
	float:left;
	margin-bottom:4px;
}
.scroll-page-nav a {
	display:inline-table;
	width:7px;
	height:7px;
	border:1px solid #666;
	border-radius:100%;
}
.scroll-page-nav a.act-link {
	background:#666;
}
.fixed-wrap {
	 position:fixed;
}
.custom-inner {
	float:left;
	width:100%;
	padding :150px 0 70px 0;
	position:relative;
	z-index:5;
}
.custom-inner .container {
	max-width:1250px;
}
.custom-inner p , .custom-inner h2 {
	color:#fff;
	text-align:left;
}
.custom-inner h3 {
	float:left;
	width:100%;
	margin:10px  0 20px 0;
	text-align:left;
}
.custom-inner.error-page p , .custom-inner.error-page h2  {
	text-align:center !important;
}
.custom-inner.error-page h2 {
	font-size:180px;
}
.custom-inner.error-page h3 {
	color:#fff;
	font-size:22px;
	text-align:center;
}
.custom-inner .separator {
	float:left;
}
.custom-inner.error-page .separator {
	float:none;
}
.content-link {
	float:left;
	font-size:18px;
	margin-top:30px;
	color:#fff;
}
.content-link:hover {
	text-decoration:line-through;
}
.content-logo {
	margin-bottom:20px;
	opacity:0.8;
}
.signature {
	float:left;
	width:100%;
	margin-top:20px;
}
.signature img {
	float:left;
}
.section-columns {
	padding:50px 0 0 0;
}
.section-columns:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#fff;
	height:50px;
/* --	z-index:20;------*/
}
.section-columns-text {
	float:right;
	width:60%;
	position:relative;
	background:#292929;
	padding:50px 0;
}
.section-columns-text .custom-inner {
	padding:50px 0;
}
.section-columns-img {
	position:absolute;
	top:0;
	left:0;
	width:40%;
	height:100%;
}
/* --------- Services  --------------------------------------*/
.servicses-holder {
	float:left;
	width:100%;
}
.servicses-holder  li {
	width:50%;
	float:left;
	padding:20px 20px 20px 60px;
	position:relative;
	cursor:crosshair;
}
.servicses-holder  li i {
	position:absolute;
	top:22px;
	left:0;
	color:#ccc;
	font-size:22px;
}
.servicses-holder  li h4 {
	text-align:left;
	font-size: 16px;
	text-transform:uppercase;
	font-family:'FuturaPT-Book','futurastd-bold';
	color:#fff;
	padding-bottom:10px;
}
.servicses-holder li span {
	float:left;
	color:#fff;
	width:100%;
	font-size:16px;
	font-style:italic;
	text-align:left;
	font-family:'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	padding:12px 0 20px 0;
	opacity:0.8;
	border-bottom:1px solid #eee;
}
.order-holder{
	float:left;
	width:100%;
	position:relative;
	padding:30px 0;
	background:#fff;
}
.order-holder h3 {
	font-size:29px;
	position:relative;
	line-height:75px;
}
.order-holder h3:before {
	content:'';
	position:absolute;
	right:70px;
	top:12px;
	width:1px;
	height:50px;
	background:#eee;
}
/*------facts  -------------------------------------------------*/
.inline-facts {
	float:left;
	width:25%;
	padding:40px 0;
	position:relative;
	background:#fff;
}
 .inline-facts:before  {
	content:'';
	position:absolute;
	top:10%;
	right:1px;
	width:1px;
	height:80%;
	background:#eee;
}
.inline-facts:last-child:before {
	 display:none;
}
.inline-facts i {
	position:relative;
	color:#ccc;
	font-size:24px;
	opacity:0.4;
	padding-bottom:10px;
}
.inline-facts .num {
	font-size:34px;
	color:#000;
}
.inline-facts h6 {
	font-size: 12px;
	text-transform:uppercase;
	font-family:'FuturaPT-Book','futurastd-bold';
	padding-top:10px;
	color:#666;
}
.inline-facts h6 a {
	color:#666;
}
.inline-facts h6 a:hover {
	text-decoration:line-through;
}
/*------ Team  ------------------------------------------------*/
.team-holder {
	float:left;
	width:100%;
	margin-top:50px;
}
.team-holder li {
	float:left;
	width:33.3333%;
	padding:20px 20px 20px 0;
}
.team-box {
	float:left;
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.team-info {
	float:left;
	width:100%;
	margin-top:20px;
}
.team-info h3 {
	font-size:19px;
	padding-bottom:4px;
}
.team-photo {
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
}
.team-box .overlay {
	opacity:0;
	z-index:2;
	background:#000;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.team-box:hover .overlay {
	opacity:0.5;
}
.team-social {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:3;
	display:none;
}
.team-social li {
	float:none !important;
	display:inline-block !important;
	padding:6px;
	width:auto !important;
}
.team-social li a {
	color:#fff;
	font-size:16px;
	position:relative;
	top:50px;
	opacity:0;
}
.small-padding {
	padding:110px 0;
}
.small-padding2 {
	padding:30px 0 80px;
}
/* --------- Testimonials --------------------------------------*/
.testi-item {
	max-width:800px;
	margin:20px auto;
	text-align:center;
}
.testi-item h3 {
	font-size: 15px;
	text-transform:uppercase;
	font-family:inherit;
	padding:20px 0;
	color:#fff;
}
.testi-item p {
	text-align:center;
	font-size:16px;
	font-style:italic;
	font-family:'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	padding:10px 0;
	color:#fff;
}
.white-bg {
	background:#fff;
}
.testimonials-slider-holder {
	float:left;
	width:100%;
	position:relative;
}
.testimonials-slider-holder .customNavigation a {
	position:absolute;
	top:50%;
	width:20px;
	height:20px;
	margin-top:-10px;
	line-height:20px;
	font-size:19px;
	cursor:pointer;
	color:#fff;
	z-index:30;
}
.testimonials-slider-holder .customNavigation a.next-slide {
	right:0;
}
.testimonials-slider-holder .customNavigation a.prev-slide {
	left:0;
}
.testi-item a {
	display:inline-table;
	margin-top:30px;
	font-size: 12px;
	text-transform:uppercase;
	font-family:inherit;
	margin-top:30px;
	color:#fff;
	position:relative;
}
.testi-item a:hover {
	text-decoration:line-through;
}
 /*------ footer -------------------------------------------------*/
footer {
	 position:fixed;
	 bottom:0;
	 left:0;
	 width:100%;
	 height:50px;
	 background:#fff;
	 z-index:15;
	 padding:0 50px;
	 line-height:50px;
}
.footer-social {
	float:right;
	z-index:16;
}
.footer-social li {
	float:left;
}
.footer-social li a {
	padding:0 8px;
	font-size:13px;
	color: #666;
}
.policy-box {
	float:left;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}
.policy-box span {
	float:left;
}
.policy-box ul {
	position:relative;
	float:left;
	margin-left:10px;
}
.policy-box ul li {
	float:left;
}
.policy-box ul:before {
	content:'';
	position:absolute;
	top:16px;
	left:-2px;
	background:#eee;
	width:2px;
	height:20px;
}
.policy-box ul li a {
	padding:0 10px;
	color: #666;
}
.policy-box ul li a:hover {
	text-decoration:line-through;
}
.to-top {
	position:absolute;
	top:-41px;
	right:51px;
	opacity:0;
	width:40px;
	height:40px;
	margin-top:-12px;
	line-height:40px;
	cursor:pointer;
	font-size:20px;
	visibility:hidden;
	background: rgba(0,0,0,0.81);
	color:#fff;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.vistotop {
	opacity:1;
	margin-top:0;
	visibility:visible;
}
.to-top:hover {
	opacity:0.8;
}
/*-- portfolio ------------------*/
.gallery-items {
	float:left;
	width:100%;
	padding-bottom:50px;
}
.grid-item-holder {
	 float:left;
	 width:100%;
	 height:auto;
	 position:relative;
}


.grid-relate {
	 height:;

}

.grid-relate-inner {
	 height:;

}


.grid-relate-ttl {
	position: absolute;
	bottom: -20%;

}


.hid-port-info .grid-item-holder {
	overflow:hidden;
}
.grid-big-pad  .grid-item-holder{
	padding:20px;
}
.grid-small-pad  .grid-item-holder{
	padding:10px 20px 10px 0;
}
.gallery-item, .grid-sizer {
	width: 19.5%;
	position:relative;
}

#gallery-item-4p {
	width: 24.9%;
	position:relative;
}

#gallery-item-4p-name {
	width: 100%;
	position:absolute;
}


.gallery-item-second,
.grid-sizer-second {
	width: 49.8%;
}
.gallery-item-three,
.grid-sizer-three {
	width: 75%;
}
.gallery-item img, .grid-sizer img {
	width: 100%;
	height: auto;
	position:relative;
	z-index:1;
}
.content-column .gallery-item {
	padding:1px;
}
.content-column {
	padding-bottom:50px;
}
.four-coulms .gallery-item , .four-coulms .grid-sizer{
	width:25%;
}
.three-coulms .gallery-item , .three-coulms .grid-sizer{
	width:33.33333%;
}
.three-coulms .gallery-item-second {
	width:66.66666%;
}
.gallery-item .overlay {
	z-index:2;
	opacity:0;
}


.gallery-item-half {
		width:100%;
		height:20px;
}

.grid-item {
	position:absolute;
	width:100%;
	z-index:3;
	top:50%;
	left:0;
}

.rank-items .grid-item {
	width: 90%;
	left: 5%;
	padding: 0 3%;
	}

.gi-t38 {
top:38% !important;
padding: 0 18px;
}

 .grid-item-holder:hover .overlay {
	 opacity:0.7!important;
}
.grid-item h3 {
	font-size:12px;
	text-transform:uppercase;
	font-weight: 700;
	position:relative;
	float:left;
	width:100%;
	font-family:'FuturaPT-Book','futurastd-bold';
	color:#fff;
}
.grid-item h3 a {
	color:#fff;
}
.grid-item span {
	width:100%;
	float:left;
	font-size:14px;
	opacity:0.6;
	margin-top:6px;
	color:#fff;
}
.grid-item:before , .grid-item:after {
	content:'';
	position:absolute;
	left:50%;
	background:rgba(255,255,255,0.51);
	width:1px;
	height:0;
}
.grid-item:before , .grid-item:after {
	bottom:-50px;
}
.grid-item:after {
	top:-50px;
}
.grid-item h3 , .grid-item span {
	opacity:0;
}
.vis-port-info .grid-item {
	position:relative;
	float:left;
	top:0;
	margin-top:0 !important;
	color:#000;
	padding:20px 0;
}
.vis-port-info .grid-item h3 a , .vis-port-info .grid-item span {
	color:#000;
}
.vis-port-info .grid-item span{
	font-size:14px;
	font-style:italic;
	font-family:'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	padding-top:10px;
	color:#666;
	display:block;
	position:relative;
}
.vis-port-info .grid-item span:before {
	position:absolute;
	content:'';
	width:50px;
	height:1px;
	background:#000;
	left:50%;
	margin-left:-25px;
	top:2px;
}
.vis-port-info .grid-item:before  , .vis-port-info .grid-item:after{
	display:none;
}
.vis-port-info  .grid-item h3 , .vis-port-info  .grid-item span {
	opacity:1;
}
.grid-item-holder:hover .grid-item h3 , .grid-item-holder:hover .grid-item span , .port-desc-holder:hover  .grid-item span  , .port-desc-holder:hover .grid-item h3 , .horizontal_item:hover .grid-item span ,  .horizontal_item:hover .grid-item h3{
	opacity:1;
}
.grid-item-holder:hover   .grid-item:before ,   .grid-item-holder:hover   .grid-item:after  , .port-desc-holder:hover .grid-item:before , .port-desc-holder:hover .grid-item:after , .horizontal_item:hover .grid-item:after , .horizontal_item:hover .grid-item:before{
	 height:40px;
}
.st-3 .grid-item-holder a img , .gallery-item img, .grid-sizer img , .grid-item:after, .grid-item:before , .grid-item h3 , .grid-item span {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fixed-filter {
	position:fixed;
	left:80px;
	bottom:80px;
	z-index:5;
	background:rgba(0,0,0,0.51);
	padding:15px 20px;
}
.vis-filter {
	float:left;
	width:100%;
	padding: 0 50px;
	position:relative;
}
.fixed-filter a , .vis-filter a {
	float:left;
	margin-right:8px;
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
}
.vis-filter a {
	float:none;
	display:inline-block;
}
.fixed-filter a.gallery-filter-active  , .vis-filter a.gallery-filter-active , .inline-filters a.gallery-filter-active{
/*	text-decoration:line-through;*/
	text-decoration:underline;
	color:#000;
}
.inline-filters {
	float:left;
	width:100%;
	padding:30px 0;
	margin:20px 0 0;
	position:relative;
}
.inline-filters:before {
	content:'';
	position:absolute;
	top:10px;
	height:1px;
	background:#ccc;
	left:50%;
	width:120px;
	margin-left:-60px;
}
.inline-filters a {
	display:inline-block;
	padding:10px 18px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	margin:0 5px;
}




.gallery_horizontal {
	margin-top:20px;
	float:left;
	width:100%;
	position:relative;
}
.gallery_horizontal .owl-item img{
	width: auto;
	position:relative;
	z-index:1;
}
.gallery_horizontal {
	position:relative;
}
.zoomimage img , 	.gallery_horizontal .owl-item  .zoomimage img {
	width:30px;
	height:30px !important;
	opacity:0;
	position:relative;
	z-index:2;
}
.horizontal_item {
	overflow:hidden;
	position:relative;

}
.portfolio_item , .horizontal_item  , .swiper-slide{
	cursor:e-resize;
}
.horizontal_item  .port-desc-holder {
	 top:50%;
	 height:auto !important;
}
.resize-carousel-holder {
	float:left;
	width:100%;
	height:100%;
	position:relative;
}
.resize-carousel-holder .customNavigation {
	position:absolute;
 	top:50%;
	right:-45px;
	width:40px;
	z-index:5;
	height:80px;
	margin-top:-40px;
}
.resize-carousel-holder .customNavigation:before , .resize-carousel-holder .customNavigation:after , .hs:before , .hs:after {
	content:'';
	position:absolute;
	width:100%;
	height:2px;
	background:#eee;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.resize-carousel-holder .customNavigation:before , .hs:before {
	top:-10px;
	left:0;
}
.resize-carousel-holder .customNavigation:after , .hs:after {
	bottom:-8px;
	right:0;
}
.resize-carousel-holder .customNavigation:hover:before , .resize-carousel-holder .customNavigation:hover:after , .hs:hover:before , .hs:hover:after {
	width:0;
}
.resize-carousel-holder .customNavigation a {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:19px;
	cursor:pointer;
}
.vis-info {
	padding-left:350px;
}
.fixed-info-container {
	position:fixed;
	z-index:2;
	top:0;
	left:50px;
	height:100%;
	width:350px;
	background:#f9f9f9;
	padding:120px 30px 80px 30px;
	overflow:auto;
}
.hidden-column {
	left:-450px;
	opacity:0;
}
.show-hid-content {
	position:absolute;
	color:#fff;
	z-index:4;
	font-size:14px;
	cursor:pointer;
	padding:12px 42px;
    right: 5%;
}
.show-hid-content i {
	position:absolute;
	top:15px;
	right:20px;
	font-size:14px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.ishid i{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.fw-info-container {
	float:left;
	max-width:1450px !important;
	position:relative;
	background:#fff;
	padding:100px 50px 90px;
}
.fixed-info-container h3 , .fixed-info-container h4  , .fw-info-container h3 , .fw-info-container h4{
	float:left;
	text-align:left;
	font-size:25px;
	font-family:'FuturaPT-Book';
	width:100%;
	color:#292929;
	margin-top:20px;
}
.fixed-info-container h4 , .fw-info-container h4 {
	font-size:15px;
}
.fixed-info-container .separator  , .fw-info-container .separator{
	float:left;
	width:110px;
	height:3px;
	background:#000;
	margin:20px 0 20px;
	position:relative;
}
.project-details {
	float:left;
	width:100%;
	text-align:left;
	padding-top:10px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}
.project-details li {
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
.project-details li i {
	position:absolute;
	top:12px;
	left:0;
	width:40px;
	font-size:14px;
	color:#000;
}
.pd-holder {
	float:left;
	width:100%;
	padding-left:40px;
}

.pd-holder-1 {
    /*width: 40%;*/
    margin-right: 2%;

}

.pd-holder h5 {
	text-align:left;
	font-size:14px;
	font-style:italic;
	font-family:'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	padding-top:12px;
}
.pd-holder h5  a{
	font-style:italic;
	font-family:'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	opacity:0.8;
}
.project-details li a:hover {
	text-decoration:line-through;
}
.project-nav {
	float:left;
	width:100%;
	margin-top:30px;
}
.project-nav ul li {
	float:left;
	width:40px;
	height:40px;
	line-height:40px;
	border:1px solid #ccc;
	margin-right:40px;
}
.project-nav ul li a {
	font-size:18px;
	color:#292929;
}
.content-nav {
	float:left;
	width:100%;
	padding:20px 0;
	position:relative;
}
.content-nav ul {
	position:relative;
	left:0;
}
.content-nav li {
	float:left;
	margin-right:10px;
}
.content-nav li a {
	font-size:28px;
}
.content-nav li span {
	line-height:34px;
}
.p-all {
	position:absolute;
	right:0;
	top:30px;
	font-size:18px;
}
.p-all_ni {
	position:absolute;
	left:5%;
	top:30px;
	font-size:18px;
}
.content-nav a {
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.content-nav li a span {
	font-family:'FuturaPT-Book', 'futurastd-bold';
	text-transform:uppercase;
	padding-right:20px;
	font-size:18px;
	position:relative;
	top:-2px;
}
.content-nav a:hover {
	opacity:0.6;
}
.p_horizontal_wrap {
	float:left;
	width:100%;
	position:relative;
	background:#fff;
 	height: 100%;
}
#portfolio_horizontal_container {
  height: 100%;
 	float:left;
	width:100%;
	position:relative;
}
#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	float:left;
	padding:0 10px;
	overflow:hidden;
	position:relative;
}
#portfolio_horizontal_container .portfolio_item img {
	 float:left;
	 width:auto;
	 height:100%;
}
.port-subtitle-holder {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:0 10px;
}
.port-subtitle {
	float:left;
	width:100%;
	background:#fff;
	padding:20px 0;
	text-align:left;
}
.port-subtitle h3 {
	font-size:24px;
	letter-spacing:2px;
	text-transform:uppercase;
}
.port-subtitle span {
	float:left;
	width:100%;
	font-size:12px;
	padding-top:6px;
	position:relative;
	left:-10px;
}
.port-subtitle span a {
	padding:0 10px;
	color:#ccc;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.port-subtitle span a:hover , .port-subtitle h3:hover {
	color:#000;
	text-decoration:line-through;
}
.port-desc-holder {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding:0 10px;
	z-index:20;
}
.port-desc {
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
.port-desc-holder .grid-item span {
	font-size:18px;

}
.port-desc-holder .grid-item h3 {
	font-size:30px;
	font-family: 'FuturaPT-Book';
	letter-spacing:2px;
}
.port-desc-holder .grid-item h3:hover {
	opacity:0.8;
}
.port-desc .overlay , .horizontal_item .overlay {
	opacity:0;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.port-desc-holder:hover .overlay , .horizontal_item:hover .overlay{
	opacity:0.6;
}
.count-folio {
	position:fixed;
	top:48%;
	right:16px;
	z-index:10;
	font-size:18px;
}
.num-album {
	position:relative;
	padding-bottom:28px;
}
.num-album:before {
	content:"/";
	position:absolute;
	bottom:-2px;
	color:#ccc;
	left:2px;
}
.all-album {
	padding-top:8px;
}
.column-filter {
	position:fixed;
	top:90px;
	left:80px;
	z-index:23;
	width:150px;
}

.ttlH2 {color:#000; margin-top:5%;}



.filter-button {
	position:relative;
	float:left;
	margin-bottom:20px;
	background:rgba(51,51,51,0.61);
 	color:#fff;
	width:100%;
	padding:12px 0;
	cursor:pointer;
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.filter-button i {
	position:absolute;
	right:20px;
	top:15px;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.roticon {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.hid-filter {
	float:left;
	width:100%;
	background:rgba(51,51,51,0.61);
	padding:20px 0;
	display:none;
}
.hid-filter a {
 	color:#fff;
	float:left;
	width:100%;
	padding:6px 10px;
	font-size:13px;
	letter-spacing:1px;
	text-transform:uppercase;
}
.gallery-filter_active {
	text-decoration:line-through;
}
.bg-slider {
	z-index:1;
 display:block;

}
.fw-info-container , .project-nav {
	float:left;
	position:relative;
	width:100%;
}
.fw-info-container {
	margin-top:50px;
	bottom:0;
}
.show-info {
	position:absolute;
	bottom:50px;
	left:50px;
	width:40%;
	z-index:15;
}
.show-info span {
	text-transform:uppercase;
	font-size:16px;
	color:#fff;
	cursor:pointer;
	float:left;
}
.tooltip-info{
 	height: auto;
	line-height: 20px;
	padding: 10px 20px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background:rgba(0,0,0,0.91);
	bottom:0;
	opacity: 0;
	left:0;
	margin-bottom:30px;
	visibility: hidden;
	pointer-events: none;
	z-index:16;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tooltip-info p {
	font-size:13px;
	letter-spacing:1px;
}
.tooltip-info h5 {
	font-size:16px;
	margin-top:12px;
	padding:5px 0;
	position:relative;
	text-transform:uppercase;
 	font-family:'FuturaPT-Book', 'futurastd-bold';
	letter-spacing:2px;
	text-align:left;
}
.show-info:hover .tooltip-info {
	visibility:visible;
	opacity:1;
	bottom:0;
}
figure img {
	cursor:zoom-out;
}
.sections-bg {
	position:fixed;
	top:0;
	left:0;
	width:57%;
	height:100%;
	background:#fff;
	z-index:1;
}
.project-box  , .vertical-gallery{
	float:left;
	width:100%;
	padding:0 20px;
}
.project-box {
	margin-bottom:40px;
}
.project-box h3 {
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:20px;
	font-size:24px;
	color:#666;
	font-family:'FuturaPT-Book';
	letter-spacing:1px;
}
.column-container {
	max-width:1500px;
}
.custom-slider-holder {
	float:left;
	width:100%;
	margin-bottom:30px;
	position:relative;
}
.custom-slider-holder .customNavigation {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:40px;
	margin-top:-20px;
}
.custom-slider-holder .item {
	position:relative;
}
.custom-slider-holder a.next-slide , .custom-slider-holder a.prev-slide {
	width:40px;
	height:40px;
	background:rgba(255,255,255,0.21);
	z-index:5;
	position:absolute;
	top:0;
	cursor:pointer;
	color:#fff;
	line-height:40px;
	font-size:18px;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.custom-slider-holder a.prev-slide {
	left:10px;
}
.custom-slider-holder a.next-slide {
	right:10px;
}
.custom-slider-holder .customNavigation a:hover {
	background:rgba(255,255,255,1);
	color:#000;
}
.two-columns-box  .box-item{
	width:50%;
	padding:0 10px 0 5px;
}
/*------ share------------------------------------------------*/
.show-share {
	float:right;
	cursor:pointer;
	margin-left:20px;
	position:relative;
	top:-10px;
	padding:0 10px;
	text-transform:uppercase;
}
.show-share:before , .show-share:after{
	content:'';
	position:absolute;
	top:20px;
	left:-14px;
	width:2px;
	height:30px;
}
.isShare:after {
	height:0;
}
.show-share:before {
	background:#eee;
	z-index:1;
}
.show-share:after{
	z-index:2;
	background:#000;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.tshow-share {
	float:right;
	cursor:pointer;
	margin-left:20px;
	position:relative;
	top:-10px;
	padding:0 10px;
	text-transform:uppercase;
}
.tshow-share:before , .tshow-share:after{
	content:'';
	position:absolute;
	top:20px;
	left:-14px;
	width:2px;
	height:30px;
}
.tshow-share:before {
	background:#eee;
	z-index:1;
}
.tshow-share:after{
	z-index:2;
	background:#eee;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}



.share-container {
	position:fixed;
	z-index:20;
	right:64px;
	top:74px;
	width:30px;
	visibility:hidden;
}
.visshare {
	visibility:visible;
}
.share-icon {
    height:40px;
    width:40px;
	float:left;
    margin-bottom:1px;
	position:relative;
	font-size:15px;
	line-height:40px;
	background:#fff;
	color: #000;
	opacity:0;
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.share-icon:hover {
	opacity:0.6 !important;
}
.share-icon:before {
    font-family: 'FuturaPT-Book', FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.share-icon-digg:before {
    content: "\f1a6";
}
.share-icon-email:before  {
    content: "\f003";
}
.share-icon-flickr:before  {
    content: "\f16e";
}
.share-icon-foursquare:before  {
    content: "\f180";
}
.share-icon-rss:before {
    content: "\f09e";
}
.share-icon-facebook:before  {
    content: "\f09a";
}
.share-icon-twitter:before {
    content: "\f099";
}
.share-icon-tumblr:before {
   content: "\f173";
}
.share-icon-linkedin:before {
     content: "\f08c";
}
.share-icon-vimeo:before {
   content: "\f194";
}
.share-icon-instagram:before {
    content: "\f16d";
}
.share-icon-pinterest:before {
    content: "\f0d2";
}
.share-icon-googleplus:before {
   content: "\f0d5";
}
.share-icon-in1:before {
    content: "\f08c";
}
.share-icon-stumbleupon:before {
    content: "\f1a4";
}
/*------ Contacts ------------------------------------------------*/
.contact-inner .container {
	max-width:900px;
}
.contact-inner .row {
	padding-top:60px;
}
.contact-inner p {
	text-align:left;
}
.contact-list {
	float:left;
	width:100%;
	position:relative;
	padding-top:15px;
	margin-top:15px;
}
.contact-list:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:60px;
	height:2px;
	background:#fff;
}
.no-dec:before {
	display:none;
}
.contact-list li {
	float:left;
	width:100%;
	padding:6px 0;
	text-align:left;
}
.contact-list li a  , .contact-list li span{
	color:#fff;
	font-size:16px;
}
.contact-list li a:hover {
	text-decoration:line-through;
}
#contact-form {
	text-align:center!important;
	max-width:600px;
	float:left;
}
#contact-form input[type="text"], #contact-form  textarea {
	color: #fff;
	font-size: 12px;
	padding: 15px 0;
	width: 100%;
	padding-left:10px;
	background:none;
	background:rgba(255,255,255,0.2);
	margin-bottom:20px;
	border:0;
	border:1px solid #fff;
	position:relative;
}
#contact-form input[type=text]:focus, #contact-form textarea:focus, input[type=email]:focus {
	color:#fff;
}
#contact-form textarea {
	height:170px;
	resize:none;
}
#contact-form input[type="submit"] , .controls button	{
	background:none;
	border:none;
    border-radius: 0;
	padding:14px 20px;
	line-height:14px;
	cursor:pointer;
	font-size:13px;
	color:#fff;
	-webkit-appearance: none;
	float:right;
	background:rgba(49,49,49,1);
}
#contact-form input[type="submit"]:hover , .controls button {
	background:rgba(49,49,49,0.8);
}
.error_message {
	text-align:center;
	margin-bottom:30px;
	font-size:15px;
	color:#fff;
}
#success_page h3{
	text-align:center;
	font-size:18px;
}
#success_page p {
	color:#fff;
	margin-top:20px;
	text-align:center;
}
#message fieldset {
	border:none;
	color:#fff;
}
.flat-form {
	border-top:50px solid #fff;
}
.flat-form #contact-form {
	max-width:650px;
	margin:10px auto;
	float:none;
}
.flat-form #contact-form input[type="text"], .flat-form #contact-form  textarea {
	color: #000;
	font-size: 12px;
	padding: 15px 0;
	width: 100%;
	padding-left:10px;
	background:#fff;
	margin-bottom:20px;
	border:0;
	border:1px solid #eee;
	position:relative;
}
.flat-form #contact-form input[type="submit"] {
	float:none;
	margin:20px auto;
}

.flat-form .error_message {
	color:red;
}

.flat-form p  , .flat-form #success_page p {
	color:#666;
	/*text-align:center;*/
}
.flat-form #message fieldset {
	color:#000;
}
.map-box {
	float:left;
	width:100% ;
	height:400px;
	position:relative;
	overflow:hidden;
}
.map-holder {
	position:absolute;
	width:100%;
	height:550px;
	top:-50px;
	left:0;
	z-index:10;
}
#map-canvas {
	float:left;
	width:100%;
	height:550px;
	position:relative;
}

.clin {
	width:130px;
	}

.tNmbr {
	margin:0 6px 0 7px;
	color:#000 !important;
	font-size: 100% !important;
	}

.fNmbr {
	margin:0 5px 0 5px;
	color:#000 !important;
	font-size: 100% !important;
	}


/* ------blog------------------------------------------------------------ */
.blg-nav {
	margin-top:-20px;
	margin-bottom:20px;
}
.waimg {
	float:left;
	margin-bottom:20px;
}
article {
	float:left;
	margin-bottom:10px;
	width:100%;
	position:relative;
	border-bottom:1px solid #eee;
}
article .btn {
	float:left;
}
.post-author {
	margin-bottom:10px;
	margin-top:10px;
	float:left;
	border-bottom:1px solid #eee;
/*	padding:20px 0;*/
}
.author-img {
	float:left;
	width:15%;
}
.author-content {
	float:left;
	width:80%;
	padding-left:35px;
	padding-bottom: 20px;
}
.author-img img {
/*	border-radius:100%;*/
	float:left;
}
.author-content h5 {
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:14px;
	color:#000;
	display:block;
	float:left;
}
.author-content p {
	margin-bottom:8px;
	float:left;
	width:100%;
}
.widget {
	float:left;
	width:100%;
	margin-bottom:40px;
	text-align:left;
	border-bottom:2px solid #eee;
	padding-bottom:20px;
}
.widget h3 {
	float:left;
	width:100%;
	position:relative;
	font-size:20px;
	color:#666;
	font-family:inherit;
	letter-spacing:1px;
	padding-bottom:20px;
}

.widget-inner {
		width:100%;
		height:400px;
		overflow-y:scroll;
}

.widget-posts li {
	padding: 12px 0;
}
.widget-posts-img {
	float:left;
	width:30%;
}
.widget-comments-img  img{
	 border-radius:100%;
}
.widget-posts-descr{
	float:left;
	width:70%;
	padding-left:10px;
}
.widget-posts-descr a{
	font-size:14px;
	font-family:'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	color:#666;
}

.wdgt-shop {
padding-right:1vw;
	font-style:italic;
}


.widget-posts-date  {
	float:left;
	width:100%;
	margin-top:10px;
	color:#666;
	font-size:14px;
		font-family:inherit;
}
.searh-holder {
	max-width:450px;
	margin-top:20px;
	position:relative;
}
.searh-inner {
	float:left;
	width:100%;
	position:relative;
}
 .search {
	border:1px solid rgba(0,0,0,.07);
	float: left;
	background:#fff;
	border-radius:none;
	position:relative;
	outline: none;
	padding: 0px 0px 0px 10px;
	width: 100%;
	height: 40px;
	color: #000;
	-webkit-appearance: none;
}
.search-submit {
	border: none;
	outline: none;
	cursor: pointer;
	background:none;
	position:absolute;
	top:0;
	right:0;
	width: 28%;
	height: 40px;
}
.trnsp-search {
	border:1px solid #fff;
	border-radius:6px;
	color:#fff;
	background:rgba(255,255,255,0.21);
}
.trnsp_btn  {
	border-radius: 0 6px   6px 0;
}
.trnsp_btn i  {
	color:#fff !important;
}
.search-submit:hover i {
	opacity:0.5;
}
.tagcloud li {
	display:inline-block;
}
.tagcloud li a {
	padding:6px 10px;
	margin-right:2px;
	background:#292929;
	color:#fff;
}
.tagcloud li a:hover {
	background:#fff;
	color:#292929;
}
.cat-item{
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.cat-item a{
	font-size:14px;
	font-style:italic;
	font-family:'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	color:#666;}
.cat-item a , .tagcloud li a{
	font-weight: 400;
	font-size: 12px;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.sinnle-post h2 {
	float:left;
	font-size:32px;
	text-align:left;
	font-family:'FuturaPT-Book', 'futurastd-bold';
	text-transform:uppercase;
	width:100%;
}
.blog-title  , .blog-text{
	float:left;
	width:100%;
	padding:20px 0;
}
.blog-text {
	padding:0;
	padding-bottom:20px;
}
.blog-title   li {
	float:left;
	text-align:left;
	font-family:'FuturaPT-Book', 'futurastd-bold';
	text-transform:uppercase;
	margin-bottom:10px;
	color:#666;
	font-size:13px;
	color:#666;
	margin-right:4px;
}
.blog-title a {
	color:#666;
}
.blog-text {
	margin-top:10px;
	position:relative;
}
.sinnle-post .blog-text {
	max-width:900px;
}
.blog-text h3  , .comment-form-holder h3 , .comments-holder h3 , .project-details h3{
	font-size:16px;
	text-align:left;
	font-family:'FuturaPT-Book', 'futurastd-bold';
	text-transform:uppercase;
	margin-bottom:10px;
}
.comments-holder h3 span {
	font-family: 'FuturaPT-Book';
	font-weight: 400;
}
.project-details h3 {
	padding:20px 0 15px;
}
.blog-media {
	float:left;
	width:100%;
	position:relative;
}
.blog-text p {
	font-size:14px;
	padding-top:10px;
}
.pagination-blog {
	margin-top:20px;
	text-align:center;
	border:1px solid rgba(0,0,0,.07);
	float:left;
	width:100%;
	margin:15px 0;
}
.pagination-blog ul   {
	float:left;
	margin:20px 0 30px;
	border:1px solid rgba(0,0,0,.07);
}
.pagination-blog a {
	float:left;
	padding: 12px 18px;
	position:relative;
	font-size:13px;
	color:#666;
	letter-spacing:1px;
	border-right:1px solid rgba(0,0,0,.07);
}
.pagination-blog a.current-page, .pagination-blog a:hover {
    color:#fff;
	background:#000;
}
.sidebar {
	float:left;
	width:100%;
	padding:0 0 0 30px;
}
.sinnle-post p {
	font-size:16px;
}
.sinnle-post .blog-text h3 {
	margin-bottom:30px;
}
.commentlist {
	text-align:left;
	float:left;
	margin:30px 0px;
	max-width:900px;
	padding:20px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}
.comment-form-holder {
	max-width:800px;
	float:left;
}
#comments{
	text-align:left;
	padding-top: 10px;
	max-width:800px;
}
#comments-title , #reply-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
.comment{
	float: left;
}
.comment-body{
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}
.comment-author{
	position: absolute;
	top: 30px;
	left: -66px;
}
.comment-author img{
	border-radius: 100%;
}
.comment .children{
	margin-left: 70px;
}
.fn{
	display: block;
	margin-bottom: 10px;
}
.comment-meta, .comment-meta a{
	font-family: 'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:12px;
	letter-spacing:1px;
	color:#494949;
	padding-bottom:10px;
}
#respond{
	margin-top:40px;
	float:left;
	width:100%;
}
#reply-title{
	padding-bottom:30px;
	margin-bottom:5px;
}
#commentform {
	float:left;
	width:100%;
}
.comment-notes{
	margin-top: 10px; color: #a4a4a3;
}
.control-group label{
	margin-left: 10px;
	font-weight: 200;
	float:left;
	position:relative;
	top:25px;
}
.control-group .controls input {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #eee;
	color: #a4a4a3;
	text-decoration: none;
	border: 1px solid #ccc;
	float:left;
	max-width:600px;

}
.control-group .controls textarea {
	float:left;
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	max-width:600px;
	background: #eee;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	resize: vertical;
	text-decoration: none;
	border: 1px solid #ccc;

}
.controls button {
	 margin-top:30px;
}
/*------ css-animation - ------------------------------------------------*/
.transition{
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.transition2{
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.transition3{
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.fl-l {
	float:left;
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1036px) {
.mob-bg {
	display:block;
}
.inline-facts h6 {
	float: none;
	font-size:16px;
	text-align:center;
}
.num{
	float: none;
	text-align:center;
}
.nav-button-holder  {
	display:block;
}
.nav-holder {
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	background:#fff;
	padding:30px 0;
	display:none;
	height:300px;
	overflow:auto;
}
nav ul li  , nav ul li ul li , nav li ul li > ul    {
	float:left;
	width:100%;
	margin-bottom:10px;
	text-align:left;
	left:0;
	opacity:1;
	right: 0;
}
nav li ul {
	margin: 0;
	padding-left:20px;
	opacity: 1;
	visibility: hidden;
	position: relative;
	width:100%;
	display:none;
	top:0;
	left: 0;
	z-index: 1;
	border-bottom:none;
}
nav li:hover > ul {
	display: block;
}
nav li ul li:hover ul  {
	display: block;
}

.slide-title-holder {
	width:100%;
}
.slide-title {
	top:45%;
	float:none;
	margin: 0 auto;
	border-right:none;
	padding:50px;
}
.slide-title h3 {
	 font-size:22px;
}
.slide-title h4 {
	  font-size:12px
}
.page-title {
	padding-bottom:20px;
}
.page-title h2 {
	font-size:30px;
}
section {
	padding:30px 0;
}
.gallery-item {
	width:49% !important;
}

.rankno-staff-in {

font-size: 5.8vw !important;;
}

.gallery-item-r5 {
	width:50% !important;
}
.fixed-column {
	float:left;
	position:relative;
	width:100%;
	height:auto;
	right:0;
	left:0;
	top:0;
}
.media-container {
	float:left;
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.colum-w {
	padding-top:0 !important
}
.fw .zoomimage {
	top:150px;
}
.fixed-info-container {
	position:fixed;
	top:5%;
	left:-1000px;
	opacity:1;
	height:100%;
	width:;
	float:left;
	padding:20px 30px 120px 30px;
	overflow:auto;
}
.vis-info {
	padding-left:0;
}
.horizontal_item {
	padding:10px 20px;
}
.horizontal_item img {
	width:100%;
	height:auto !important;
}
.show-hid-content {
	display:none;
}
.section-columns-text {
	width:100%;
}
.section-columns-img {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	padding:150px 0;
}
.nav-button {
	margin-top:19px;
}
.sections-bg {
	width:100%;
}
.sidebar {
	padding:0;
}
.swiper-slide .show-info {
	bottom:70px;
}
.resize-carousel-holder .customNavigation{
	display:none;
}


.rank-name{
    height: 250px !important;
}

.h20 {
height:350px !important;
}

}





@media only screen and  (max-width: 756px) {
#portfolio_horizontal_container {
  height: auto !important;

}
#portfolio_horizontal_container .portfolio_item {
	width:  100% !important;
	height: auto !important;
	padding:0 10px;
	overflow:hidden;
	position:relative;
}
#portfolio_horizontal_container .portfolio_item img {
	width:100% !important;
	height: auto !important;
}
.port-subtitle-holder {
	position:relative;
	float:left;
	width:100%;
	padding:0 ;
}
.content-holder{
	padding:70px 0 50px 0;
}
.footer-social {
	margin:0 auto;
	float:none;
}
.footer-social li {
	display:inline-block;
	float:none;
}
.parallax-section {
	padding:150px 0;
}
.inline-facts {
	width:50%;
}
.to-top {
	right:21px;
}
.logo-holder {
	left:10px;
}
.scroll-page-nav {
	 width:30px;
}
.column-filter {
	top:74px;
	left:14px;
}
.count-folio  , .full-height-wrap:before , .full-height-wrap:after , .left-decor , .right-decor , .fixed-wrap:before , .fixed-wrap:after , .policy-box  , .portfolio_item .port-desc-holder {
	display:none;
}
.custom-inner {
	padding :100px 0 70px 0;
}
.custom-inner.error-page h2 {
	font-size:90px;
}
.gallery-item {
	width:50%;
}

.gallery-item-r5 {
	width:50%;
}
}




@media only screen and  (max-width: 540px) {
.page-title h2 {
	font-size:20px;
}
.team-holder li {
	float:left;
	width:100%;
	padding:20px 0;
}
.gallery-item {
	width:100%!important;
}

.gallery-item-r5 {
	width:100%!important;
}
.grid-small-pad  .grid-item-holder , .grid-big-pad  .grid-item-holder{
	padding:20px 0 !important;
}
.header-inner {
	float:left;
	width:100%;
	padding:0 10px;
	padding-top:10px;
	position:relative;
}
.servicses-holder li , .inline-facts {
	width:100%;
}
.gallery-item {
	width:100%;
}

.gallery-item-r5 {
	width:100%;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}


/* 相対要素の指定 */




/* 表示・非表示する要素の指定 */
#aaa {
    position:fixed;
    width:200px;
    height:200px;
    top:0;
    background:#000;
    color:#FFF;
    text-align:center;
    display:none;
}

/* テストテキスト用の指定 */
#hoge {
    position:fixed;
    right:50%;
    font-size:36px;
}

.about-inner{
background-image:url(../images/contactbg.jpg);
background-position: inherit;
}

.about-table{
width:100%; position:relative;
}
.about-td-l{
width: 270px;
}
.about-td-r{

width: 60%;
    padding: 14px;
    position: absolute;
	top:0;
    text-align: left;
    font-size: 15px;
    color: #fff;
}

#fixed-info-container-r {
	position: fixed !important;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 350px;
    background: #f9f9f9;
    padding: 120px 30px 80px 30px;
    overflow: auto;

}


.menu-right-l {
width:296px;
padding-bottom:10px;
}

.menu-right-l img {
width:100%;
}

.menu-right-r {
width:296px; margin-left: 10px;
padding-bottom:10px;
}

.menu-right-r img {
width:100%;
}

/*-------------ナビメニュー　左の内容---------------------------------*/

.side-menu-logo{
padding-left: 22%; padding-bottom: 15%;
}

.side-menu-inner{
margin-left:10%; margin-top:15%; position:relative; padding-bottom: 50px;
}

.subnav-0 {
font-size:16px; text-align:left;
}

.subnav-1 {
padding:4px 0; width:100%;
}
.subnav-2 {
padding:4px 0; width:100%; position:relative;
}

.subnav-w100 {
width:100%;
}

.subnav-img {
position:absolute; top:-10px; right:0;
}

.subnav-link1 {
margin-left: 10%; padding-right: 40%;
}
.subnav-link2 {
margin-left: 10%; padding-right: 60%;
}

.subnav-link3 {
margin-left: 10%; padding-right: 70%;
}

.subnav-link4 {
margin-left: 10%; padding-right: 80%;
}

.subnav-link5 {
padding-right: 40%;
}

.subnav-link6 {
padding-right: 60%;
}

.subnav-link7 {
padding-right: 80%;
}



.profile-menu-btn {
		position:absolute; top:0;
		left:125px;
		width:45px;
		height:45px;
}

.profile-menu-img {
		width:33px;
		height:33px;
}


/*------  ショップリスト ------------------------------------------------------*/

.shoplist-adress {
 color:#FFF !important;
}

/*------  ランキング ------------------------------------------------------*/

.rankno {
	position: absolute;
	top:0;
	left:0;
	z-index: 99;
	width: 19%;
	height: 28%;
	background-color:#FFC815;
}

.rankno-in {
	color:white;
	font-size: 2.8vw;
}

.rankno-staff {
	position: absolute;
	top:0;
	left:0;
	z-index: 99;
	width: 19%;
	height: 28%;
	background-color:#FFC815;
}

.rankno-staff-in {
	color:white;
	font-size: 2.6vw;
}

.rankno-staff-in-2 {
    letter-spacing: 0.1vw;
}





.travel {
		height:auto;
		width:19.5%;
		padding-bottom:20px;
}

.rank-person {
		height:auto;
		width:19.5%;
		padding-bottom:20px;
}


.rank-name{
    margin-bottom: 20%;
    height: 14vw;
    width: auto;
}

.rank-c-red{
	color:red;

}

/*--------------------イケメン--------------------------------*/
.mr5 {
margin-right: 50%;
}


/*--------------------非イケメン--------------------------------*/



.pbh3 {
margin-top: 30px;
}

.pdh {
position: relative; left:-40px;
}

.whm {
width:120px; height:42px; margin-right: 80%;
}

.pd5 {
padding-bottom:50px;
}




/*------  index ------------------------------------------------------*/


.news-inner{
	width:100%;
	height:820px;
	overflow-y:scroll;
}


.mt10 {
margin-top: 10%;
}

.p2040 {
padding: 20px 40px;
}

.tal {
text-align:left;
}

.p20 {
padding: 20px;
}


/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 2184px) {
.rankno-in {
	font-size: 3.0vw !important;
}
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 2084px) {
.rankno-in {
	font-size: 2.6vw !important;
}
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1804px) {
.rankno-in {
	font-size: 2.6vw !important;
}
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1704px) {
.rankno-in {
	font-size: 2.6vw !important;
}
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1084px) {
.rankno-in {
	font-size: 2.6vw !important;
}
}


/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1036px) {
.rankno-in {
	font-size: 6.8vw !important;
}
}

@media only screen and  (max-width: 756px) {
.rankno-in {
	font-size: 6.8vw !important;
}
}

@media only screen and  (max-width: 540px) {
.rankno-in {
	font-size: 14.2vw !important;
}
}

/*------  修正追加　10/31/2017 ------------------------------------------------------*/
ul.menu li {
	float: left;
	position: relative;
	width: 100%;
	background-color: #555555;
	display: block;
}
ul.sub {
	display: none;
	position: absolute;
	/*margin-left: -6px;*/
	padding: 0;
}
ul.sub li {
	color:#fff;
	z-index:2;
    padding: 3%;
}
ul.sub li a:hover {
	background: #ff9900;
	text-decoration:none;
}

.shopLst {
	display:flex;
	-webkit-justify-content: space-around;
	justify-content:space-around;
	margin-top: 5%;
	}

.shopLst_in {
	width:16%;
	/*font-weight:bold; */
	font-size: 1.3em;
	line-height: 28px;
	}

.shopLst_in img {
	width:100%;
	}

.shopLst_name {
	margin-top: 3%;
	}

.j_adrss {
	font-size: .9vw;
	line-height: 20px;
	}

.modal {
  position:absolute;
  width:100%;
  height:100vh;
  top:0;
  left:0;
  display:none;
	z-index:99;
}
.overLay {
  position:absolute;
  top:0;
  left:0;
  /*background:rgba(200,200,200,0.9);*/
  background:rgba(0,0,0,0.7);
  width:100%;
  height:100vh;
  z-index:10;
}
.modal .inner {
  position:relative;
  z-index:11;
  top:20%;
  left:0;
  /*transform:translate(-50%,-100%);*/
  background:#fff;
  padding:20px;
/*height:200px;*/
width:50%;
margin:auto;
}

.inTtl {padding: 3% 0;}
.inDtl {
	display: flex;
	justify-content:center;
	-webkit-justify-content: center;
	}

.inDtl div {
	padding:2%;
	width: 25%;
	/*text-align: left;*/
	}

.inIn {
	padding: 3% 5%;
	text-align: left;
	}

.offcl {
	/*padding: 3% 0 5%; */
	display: block;
	text-decoration: underline;
	}

@keyframes modal{
  0% {top:-100%}
  100% {top:50%}
}
@keyframes modalClose {
  0% {top:50%}
  100% {top:100%}
}


 .rnk-sl-ttl {
    position: absolute;
    top: -80px;
    text-align: center;
    width: 100%;
    font-size: 69%;
    white-space: nowrap;
    left: -10px;

	}


 .tpcs-sl-ttl {
    position: absolute;
    top: -80px;
    text-align: center;
    width: 100%;
    font-size: 69%;
    white-space: nowrap;
    left: -10px;
	}

 .tpco-sl-ttl {
    position: fixed;
    top: 43%;
    right: 5px;
    white-space: nowrap;
    color: #000;
    z-index: 1;
	}

.prfl-sl-ttl {
	position: absolute;
    top: 35%;
    right: -44px;
    white-space: nowrap;
    color: #000;
    z-index: 1;
	}

.hstry-sl-ttl {
	    position: absolute;
    top: 38%;
    right: 5px;
    white-space: nowrap;
    color: #000;
    z-index: 1;
	}

.sys-sl-ttl {
    position: fixed;
    top: 43%;
    text-align: center;
    white-space: nowrap;
    right: 5px;
	}

/*********************　新トピ　***********************/

.pb_in {
	width:100%;
	display:flex;
	padding: 0 20px;
	}
.pb_inLeft {
	white-space: nowrap;
	margin-right: 2%;
	}

.tpcsShopN {width:85px !important;}


.itemInnr {
	font-size: .9vw;
	margin-top: .8vw;
	}

/*********************　トップ　***********************/

.gShopList {
	height: 60vw;
	padding-top: 5%;
	}

.cntnrGSL {
	max-width: unset;
	width:100%;
	}

.mdlcls {
	margin-top:5%;
	}

/************************　リニューアル追加　**************************/

.abbreviation3 ul,
.abbreviation3 li {
	visibility: hidden;
}

.top-menu {position: relative; bottom: 10px; }
.top-menu li {float: right; /*padding: 0 20px;*/ position: relative; vertical-align: unset;}
.top-menu li:last-child:before {content:none;}
.top-menu > li:before {
    content: '';
    position: absolute;
    top: 20px;
    left: -2px;
    width: 2px;
    height: 30px;
    /*background: #eee;*/
	border-right:2px solid #eee;
    z-index: 1;
	}
.top-menu a {padding:0 20px; font-size: 105%;}
.top-menu div {position: relative;}
/* オリジナル .top-menu a:hover {color:#f5a000; font-weight: bold; margin:0; position:relative; left:0; width:98%;} */
.top-menu a:hover {color:#f5a000;}
/*+-
.top-menu a:hover {color:#FFC815;}

.top-menu li a:hover:after {
	content:"";
	position:absolute;
	  display: inline-block;
  width: 100%;
  height: 3px;

  -moz-transform: translateX(-85%);
  -webkit-transform: translateX(-85%);
  -ms-transform: translateX(-85%);
  transform: translateX(-85%);

  background-color: #FFC815;
top: 25px;
left:0;
}
*/


ul.child{
        display: none;
        position: absolute;
        margin-left: -10px;
		width:120px;
        padding: 0;
}
/*
ul.child a:hover:after {content:unset;}
*/
ul.child li {background:rgba(255,255,255,0.8); width:120px; line-height: 5; }
ul.child li a{
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
    /*margin-bottom: -5px;*/
    margin-bottom: 0;
    display: block;
    color: #000;
}


.inline-filters a {font-size:13px;}




/*-------------カレンダー/calendar ---------------------------------------*/

.pt80 {padding-top:80px;}
.w6h2 {width:600px; height:20px;}
.fixed-title2 {
    position: relative;
    width: 75px;
    top: 45%;
    left: -60px;
    margin-top: 0px;
    letter-spacing: 0.1em;
    font-size: 13px;
    cursor: default;
    z-index: 12;
}

#calendar-container {z-index:10;}



.fc-calendar-event,.fc-calendar-event a {font-size:12px;}
.fc-calendar .fc-row > div > div a {
 display:inline;
 padding:0;
 color:blue;
}
.fc-calendar .fc-row > div  {cursor : default;}
.fc-content {
	transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}


.fc-content:hover {
 overflow:visible !important;
 background-color:#FFF;
 z-index:999;
 padding:0 !important;
 min-height:100%;
}


.fc-content:hover .fc-calendar-events {
 background-color:#FFF;
 border-bottom:1px solid #CCC !important;
 padding:10px;
 font-size:14px;
 min-height: -webkit-calc(100% - 35px) ;
 min-height: calc(100% - 35px) ;
 box-shadow: 20px 20px 20px rgba(0,0,0,0.2);
}







/*------------- 修正↓　公開前 ---------------------------------------*/
/*
*/
.fxd-ttl-left,.fxd-ttl-right,.fixed-title2,.rnk-sl-ttl {display:none;}


.logo-holder {
    position: fixed;
    top: 0;
/*
    bottom: 40px;
	left:50px;
    width: 7%;
    height: 50px;
    margin: auto;
*/
}

.logo-holder a img {float:unset;}

#wrapper, .content-holder {z-index:-1;}

.left-image {display:none;}

.left-decor, .fixed-wrap:before,
.right-decor, .fixed-wrap:after {top:0;}

.sc-topdown {
	/*height: 230px; */
	/*margin-top: 1%;*/
	}

.sc-topdown img {width:100%;}

.sc-topdown .swiper-wrapper {padding-top:1.5%;}

.sc-pp {
	/*height:500px; */
	height:31vw;
	margin-top: 3%;
	}

.sl-ttl {
	position: absolute;
	top: -70px;
	text-align: center;
	width: 100%;
	}



.flat-form {
	border-top:0;
	border-bottom: 50px solid #fff;
}

#gallery-item-4p-name {top:43%;}

.sc-update {margin: 3% 0;}

.ss-update {
	display:flex;
	justify-content: center;
	align-items:center;
	height:auto;
	}

.ss-update div:nth-child(1) {width:30%;}
.ss-update div:nth-child(2) {width:49%; text-align:left;}
.ss-update div:nth-child(2) span {font-size:120%;}
.ss-update div:nth-child(2) span a {text-decoration:underline;}

.grid-big-pad .grid-item-holder,
.grid-small-pad .grid-item-holder {padding:20px;}
/*.vis-port-info .grid-item {padding: 10px 0 0;}*/

.scroll-page-nav {top: calc(40% + 30px); margin:0; z-index:3; right: unset;}
.scroll-page-nav ul {margin-top:5px;}

.fixed-title-bfr {
    position: fixed;
    left: 8px;
    top: 40.5%;
    font-size: 120%;
	z-index:1;
}

.fixed-title {top:40%;    z-index: 1;}

.fxd-ttl-left, .fxd-ttl-right {
position:fixed;
top:46.2%;

}


.fxd-ttl-left {left:0; z-index: 2;}
.fxd-ttl-right {right:50px; z-index: 4;}

/*
.fxd-ttl-left::before {
    content: "Menu";
    display: block;
    position: absolute;
    width: 50px;
    height: 20px;
    top: -18px;
    z-index: 9999;
    left: 0;
    color: #000;
    font-size: 120%;
}


.fxd-ttl-right::before {
    content: "Shop List";
    display: block;
    position: absolute;
    width: 50px;
    height: 20px;
    top: -18px;
    z-index: 9999;
    left: 0;
    color: #000;
    font-size: 90%;
}
*/

.fxd-ttl-right .show-hid-content.air-right {display:none;}

.show-hid-content.air-right {
	/*position: absolute;
	top: -53px; */
	right: 0;
	display: block;
	/*width:50px;*/
position: relative !important;
font-size:98%;
padding: 0;
}

.show-hid-content.air-left {
    display: block;
    /*width: 50px;*/
    padding: 0px;
    transform: inherit;
	top:0;
}
.show-hid-content.air-right img,
.show-hid-content.air-left img {
	width:100%;
	padding: 0px;
	margin-left: 0;
}


.main-nav-top {top:18px;}

#fixed-info-container-r {
	padding: 5% 3% 0 3%;
	/*width:100% !important;*/
	background: rgba(255,255,255,.9);
}

#fixed-info-container-r h2 {margin: 2.5% 0 3%;}
#fixed-info-container-r img {width:100%;}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.shop-list {
	width:100%;
	display:flex;
	justify-content:space-around;
	flex-wrap: wrap;
	}

.shop-list > div {width: calc(19.5% - 10px);}
.shoplist-name {font-size: 1.15em; line-height: 24px; margin-bottom: 4%;}
.shoplist-name a {color:#000; text-decoration:none;}
.box-item {margin-bottom:5%;}

.overlay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vis-port-info .overlay::after {
	content:attr(data-title);
	color: #fff;
	font-size: 105%;
	padding: 0 3% 0;
}

/*
.vis-port-info .grid-item .data {
    font-size: 14px;
    font-style: italic;
    font-family: 'FuturaPT-Book', Georgia, "Times New Roman", Times, serif;
    padding-top: 10px;
    margin-top: 6px;
    color: #666;
    display: block;
    position: relative;

}
*/

/*.vis-port-info .grid-item {padding:0;}*/
.vis-port-info .grid-item div::before {
 font-family: "FontAwesome";
content: "\f017"" " attr(data-time) "　";
font-style:normal;
font-size:12px;
}

.vis-port-info .grid-item div::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    background: #000;
    left: 50%;
    margin-left: -25px;
    top: 2px;
	}

.rank-items,
.contents-items  {
	margin-top: 3%;
	padding: 0px 10px 0px calc(10px + 0.6%) !important;
}

.sec-footer {
	font-size: 12px;
	line-height: 21px;
	color: #555;
	background: #fff;
}


.fixed-info-container {padding-top:100px;}
.side-menu-inner {margin-left:5%; margin-right:3%;}

ul.subnav-0 li {position:relative;}
ul.subnav-0 li a {
	padding: 4% 0 4% 0;
    width: 100%;
    display: block;
    height: 40px;
    margin-top: 2px;
  position: relative;
}

ul.subnav-0 li::before {
	content:"";
	display:block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
ul.subnav-0 li::after {
	content:"";
	display:block;
	width:100%;
	height: 1px;
    background: #ddd;
}

ul.subnav-0 li a::after {
  position: absolute;
  top: 10px;
  left: 0;
  content: attr(data-link);
  display: block;
  width: 100%;
  transition: .2s ease-in-out;
  opacity: 0;
    font-size: 85%;
}
ul.subnav-0 li a span {
  display: inline-block;
  transition: .2s ease-in-out;
}
ul.subnav-0 li a:hover::after,
ul.subnav-0 li a:focus::after {
  opacity: 1;
}
ul.subnav-0 li a:hover span,
ul.subnav-0 li a:focus span {
  opacity: 0;
}


ul.subnav-0 li:nth-child(4) a:before,
ul.subnav-0 li:nth-child(10) a:before {
	content:"└　";

}

ul.subnav-0 li:nth-child(6) a:before,
ul.subnav-0 li:nth-child(7) a:before,
ul.subnav-0 li:nth-child(8) a:before,
ul.subnav-0 li:nth-child(9) a:before {
	content:"├　";

}


ul.subnav-0 li:nth-child(4) a,
ul.subnav-0 li:nth-child(6) a,
ul.subnav-0 li:nth-child(7) a,
ul.subnav-0 li:nth-child(8) a,
ul.subnav-0 li:nth-child(9) a,
ul.subnav-0 li:nth-child(10) a
 {width: 90%; margin-left: 10%;}

ul.subnav-0 li:nth-child(4) a::after,
ul.subnav-0 li:nth-child(6) a::after,
ul.subnav-0 li:nth-child(7) a::after,
ul.subnav-0 li:nth-child(8) a::after,
ul.subnav-0 li:nth-child(9) a::after,
ul.subnav-0 li:nth-child(10) a::after
{top: 13px; left: 28px; width: 78%;}

ul.subnav-0 li:nth-child(3):after,
ul.subnav-0 li:nth-child(5):after,
ul.subnav-0 li:nth-child(6):after,
ul.subnav-0 li:nth-child(7):after,
ul.subnav-0 li:nth-child(8):after,
ul.subnav-0 li:nth-child(9):after {
	height: 3px;
    border-bottom: 1px solid #ddd;
    background: none;
}


/*　メニュー文字表示　*/
ul.top-menu li a::after {
  position: absolute;
  top: -26px;
  left: 2px;
  content: attr(data-link);
  display: block;
  width: 100%;
  transition: .2s ease-in-out;
  opacity: 0;
    font-size: 85%;
    height: 55px;
    border-bottom: 2px solid;
}
ul.top-menu li a span {
  display: inline-block;
  transition: .2s ease-in-out;
}
ul.top-menu li a:hover::after,
ul.top-menu li a:focus::after {
  opacity: 1;
}
ul.top-menu li a:hover span,
ul.top-menu li a:focus span {
  opacity: 0;
}



ul.child li a::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: attr(data-link);
  display: block;
  width: 100%;
  transition: .2s ease-in-out;
  opacity: 0;
    font-size: 90%;
    height: 55px;
    border-bottom: none;
	border:none;
}
ul.child li a span {
  display: inline-block;
  transition: .2s ease-in-out;
}
ul.child li a:hover::after,
ul.child li a:focus::after {
  opacity: 1;
}
ul.child li a:hover span,
ul.child li a:focus span {
  opacity: 0;
}


#sec4 .subtitle a {/*text-decoration:underline; color:#000;*/ margin: 0 .5%; font-size: 90%;}


.inline-filters:before {
 height:0;
}
.inline-filters {
 padding:15px 0;
 margin:0;
}
.link-block > a {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:5;
}


/*****************　TOPICS系　***********************/

.left-decor {z-index:2;}
.sections-bg {
    left: 50px;
    width: calc(57% - 50px);
}

.topcSns {
	width:50%;
	display:flex;
	padding-top: .8%;
    justify-content: center;
}

.flex-box {display:flex; margin-bottom: 4%;}
.flex-box h3 {width:50%; padding-bottom: 0; font-size: 1.4vw}
.project-box p {padding-bottom:25px;}
.p-link {position:relative; text-align: left;}
.p-link ol li {
	display: inline;
	list-style-type: none;
	text-align: left;
}
.p-link ol li:not( :first-child ) {margin-left: 1%;}

.p-link ol li a {margin:0 1%; text-decoration: underline;}
.p-link ol li:before {content: " > ";}
.p-link ol li:first-child:before {content:"";}
.p-link ol li:first-child a {margin-left:0;}
.p-link div {border-bottom:1px solid #ccc;  margin-top: 15px; margin-bottom:6%;}

.ctgry-link a,.shop-link a {opacity:1 !important; text-decoration:underline;color: #000;}
.ctgry-link a,.shop-link a:hover {text-decoration:underline !important;}

.rpost h3:after {
	content:attr(data-post)"";
	display:block;
    font-size: 12px;
    margin-top: 1%;
}





@media only screen and (max-width: 1036px) {
.gallery-item {width: 47% !important;}
.isShare, .ranking-top-inner, .topics-top-inner
 {display:none;}
/*.logo-holder {top:70px;}*/

.project-box:not(.no-box) {margin-bottom:40px;}
.sections-bg {width:100%; left:0;}


}
