/*

Template Name: Framer
Template Demo: http://awerest.com/demo/framer
Purchase: http://themeforest.net/user/awerest/portfolio?ref=awerest
Author: Awerest
Author website: http://awerest.com
Tags: Responsive, Framework, Components, Mobile First, Retina, Bootstrap 3, One Page, Multi Page, Multi-Purpose, Agency, Clean, Creative, Minimal,
Photography, Portfolio, Business, Corporate, White, Modern, Blog, Fullscreen, Parallax

Version: 1.0

---------------

Table of Contents:

01) Typography
  - Typography Themes
    - Theme One
    - Theme Two

02) Buttons
  - Button styles
    - Default button
    - Ghost button
    - Link button
    - Underlined button
    - Fill up button
    - Lines button
    - Strong style buttons
    - Subscribe

03) Background colors

04) General
  - Parallax
  - Minimum height on elements
  - Section overlays
  - Floating elements

05) Specific sections styles
  - Footer
  - Logo grid section
  - Instagram feed
  - Timeline
  - Image hover effects
    - Shoot effect
    - SlideUp effect
    - Squares swap effect
    - Grayscale effect
  - Counter section
  - Slider plugin
  - Bootstrap carousel
  - Dividers
  - Team
  - Blog
    - Sticky sidebar
    - Video image fallback
    - Inner pages backgrounds
    - Blog styling
  - Masonry
  - Squared elements

07) Navigation
  - Transparent navbar
  - Fullwidth navbar
  - Tabs

08) Lightbox / Modal

09) SVG icons

10) Preloader

11) Content images

---------------

*/
@import url("animate.css");

#coba-2015-migration{
/* ==== 01) Typography ==== */

html,
body,
button,
input,
select,
textarea {
font-family: 'Noto Sans Japanese',  YuGothic, 'Yu Gothic', "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif!important;
line-height:1.8;
color:#111;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 1.5;
}

a, a:hover {
	color: #111;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	transition: 0.2s;
}

* {
	outline: none !important;
}

a:focus {
	color: inherit !important;
}

.light {
	color: #fff !important;
}

.smoke {
	color: #aaa !important;
}

.dark-smoke {
	color: #4e4e4e !important;
}

/* --- Typography Themes --- */

/* Theme One */

.theme-one h1, .theme-one h2, .theme-one h3, .theme-one h4 {
line-height:1.4;
color:#111;
}

.theme-one h1 {
	font-size: 35px;
}

.theme-one h2 {
	font-size: 34px;
	font-weight:bold;
}

.theme-one h3 {
	font-size: 22px;
	font-weight:bold;
}

.theme-one h3 a {
	color:#111;
}

.theme-one h4 {
	font-size: 17px;
}

.theme-one h5 {
	margin: 5px 0 0;
}

.theme-one h6 {
	margin: 0 0 15px 0;
}

@media (max-width: 768px) {
	.theme-one h1 {
		font-size: 41px;
		letter-spacing: -1px;
	}
	.theme-one h2 {
		font-size: 33px;
		letter-spacing: 0;
	}
}

@media (max-width: 568px) {
	.theme-one h1 {
		font-size: 30px;
		letter-spacing: 0;
	}
	.theme-one h2 {
		font-size: 28px;
		letter-spacing: 0;
	}
}

/* Theme Two */

.theme-two h1, .theme-two h2, .theme-two h3, .theme-two h4, .theme-two h5 {
color:#111;
}

.theme-two h1 {
	font-size: 35px;
}

.theme-two h2 {
	font-size: 35px;
}
.theme-two h2.title {
	font-size: 29px;
	display:inline-block;
	border-bottom:1px solid #111;
	padding-bottom: 6px;
}

.theme-two h3 {
	font-size: 21px;
}

.theme-two h4 {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.theme-two h5 {
	font-size: 17px;
	font-weight: 300;
}

@media (max-width: 768px) {
	.theme-two h1 {
		font-size: 48px;
	}
	.theme-two h2 {
		font-size: 40px;
	}
}

@media (max-width: 568px) {
	.theme-two h1 {
		font-size: 36px;
	}
	.theme-two h2 {
		font-size: 32px;
	}
}

/* === 02) Buttons === */

/* --- Buttons styles --- */

.red {
	background: #e53935;
	color: #e53935;
	border: 1px solid #e53935;
	fill: #e53935;
}

.red:hover, .red:hover:after, .red.btn-fillup:after {
	background: #d32f2f;
	color: #d32f2f;
	border: 1px solid transparent;
}

.pink {
	background: #D81B60;
	color: #D81B60;
	border: 1px solid #D81B60;
	fill: #D81B60;
}

.pink:hover, .pink:hover:after, .pink.btn-fillup:after {
	background: #C2185B;
	color: #C2185B;
	border: 1px solid transparent;
}

.purple {
	background: #8E24AA;
	color: #8E24AA;
	border: 1px solid #8E24AA;
	fill: #8E24AA;
}

.purple:hover, .purple:hover:after, .purple.btn-fillup:after {
	background: #7B1FA2;
	color: #7B1FA2;
	border: 1px solid transparent;
}

.deep-purple {
	background: #5E35B1;
	color: #5E35B1;
	border: 1px solid #5E35B1;
	fill: #5E35B1;
}

.deep-purple:hover, .deep-purple:hover:after, .deep-purple.btn-fillup:after {
	background: #512DA8;
	color: #512DA8;
	border: 1px solid transparent;
}

.indigo {
	background: #3F51B5;
	color: #3F51B5;
	border: 1px solid #3F51B5;
	fill: #3F51B5;
}

.indigo:hover, .indigo:hover:after, .indigo.btn-fillup:after {
	background: #283593;
	color: #283593;
	border: 1px solid transparent;
}

.blue {
	background: #2196F3;
	color: #2196F3;
	border: 1px solid #2196F3;
	fill: #2196F3;
}

.blue:hover, .blue:hover:after, .blue.btn-fillup:after {
	background: #1E88E5;
	color: #1E88E5;
	border: 1px solid transparent;
}

.event-blue {
	background: #2196F3;
	color: #2196F3;
	border: 1px solid #2196F3;
	fill: #2196F3;
}

.event-blue:hover, .event-blue:hover:after, .event-blue.btn-fillup:after {
	background: #1E88E5;
	color: #1E88E5;
	border: 1px solid transparent;
}

.light-blue {
	background: #03A9F4;
	color: #03A9F4;
	border: 1px solid #03A9F4;
	fill: #03A9F4;
}

.light-blue:hover, .light-blue:hover:after, .light-blue.btn-fillup:after {
	background: #039BE5;
	color: #039BE5;
	border: 1px solid transparent;
}

.cyan {
	background: #00BCD4;
	color: #00BCD4;
	border: 1px solid #00BCD4;
	fill: #00BCD4;
}

.cyan:hover, .cyan:hover:after, .cyan.btn-fillup:after {
	background: #00ACC1;
	color: #00ACC1;
	border: 1px solid transparent;
}

.teal {
	background: #009688;
	color: #009688;
	border: 1px solid #009688;
	fill: #009688;
}

.teal:hover, .teal:hover:after, .teal.btn-fillup:after {
	background: #00796B;
	color: #00796B;
	border: 1px solid transparent;
}

.green {
	background: #4CAF50;
	color: #4CAF50;
	border: 1px solid #4CAF50;
	fill: #4CAF50;
}

.green:hover, .green:hover:after, .green.btn-fillup:after {
	background: #43A047;
	color: #43A047;
	border: 1px solid transparent;
}

.event-green {
	background: #3cac68;
	color: #3cac68;
	border: 1px solid #3cac68;
	fill: #3cac68;
}

.event-green:hover, .event-green:hover:after, .event-green.btn-fillup:after {
	background: #3cac68;
	color: #3cac68;
	border: 1px solid transparent;
}

.member-red {
	background: #f35151;
	color: #f35151;
	border: 1px solid #f35151;
	fill: #f35151;
}

.member-red:hover, .member-red:hover:after, .member-red.btn-fillup:after {
	background: #f35151;
	color: #f35151;
	border: 1px solid transparent;
}


.media-green {
	background: #3cac68;
	color: #3cac68;
	border: 1px solid #3cac68;
	fill: #3cac68;
}

.media-green:hover, .media-green:hover:after, .media-green.btn-fillup:after {
	background: #3cac68;
	color: #3cac68;
	border: 1px solid transparent;
}

.news-pink {
	background: #c24854;
	color: #c24854;
	border: 1px solid #c24854;
	fill: #c24854;
}

.news-pink:hover, .news-pink:hover:after, .news-pink.btn-fillup:after {
	background: #a51937;
	color: #a51937;
	border: 1px solid transparent;
}

.interview-orange {
	background: #df9400;
	color: #df9400;
	border: 1px solid #df9400;
	fill: #df9400;
}

.interview-orange:hover, .interview-orange:hover:after, .interview-orange.btn-fillup:after {
	background: #c86e11;
	color: #c86e11;
	border: 1px solid transparent;
}

.media-purple {
	background: #583d87;
	color: #583d87;
	border: 1px solid #583d87;
	fill: #583d87;
}

.media-purple:hover, .media-purple:hover:after, .media-purple.btn-fillup:after {
	background: #583d87;
	color: #583d87;
	border: 1px solid transparent;
}

.blog-blue {
	background: #117fa7;
	color: #117fa7;
	border: 1px solid #117fa7;
	fill: #117fa7;
}

.blog-blue:hover, .blog-blue:hover:after, .blog-blue.btn-fillup:after {
	background: #117fa7;
	color: #117fa7;
	border: 1px solid transparent;
}

.light-green {
	background: #8BC34A;
	color: #8BC34A;
	border: 1px solid #8BC34A;
	fill: #8BC34A;
}

.light-green:hover, .light-green:hover:after, .light-green.btn-fillup:after {
	background: #7CB342;
	color: #7CB342;
	border: 1px solid transparent;
}

.lime {
	background: #CDDC39;
	color: #CDDC39;
	border: 1px solid #CDDC39;
	fill: #CDDC39;
}

.lime:hover, .lime:hover:after, .lime.btn-fillup:after {
	background: #C0CA33;
	color: #C0CA33;
	border: 1px solid transparent;
}

.yellow {
	background: #FFEB3B;
	color: #FFEB3B;
	border: 1px solid #FFEB3B;
	fill: #FFEB3B;
}

.yellow:hover, .yellow:hover:after, .yellow.btn-fillup:after {
	background: #FDD835;
	color: #FDD835;
	border: 1px solid transparent;
}

.amber {
	background: #FFB300;
	color: #FFB300;
	border: 1px solid #FFB300;
	fill: #FFB300;
}

.amber:hover, .amber:hover:after, .amber.btn-fillup:after {
	background: #FFA000;
	color: #FFA000;
	border: 1px solid transparent;
}

.orange {
	background: #F57C00;
	color: #F57C00;
	border: 1px solid #F57C00;
	fill: #F57C00;
}

.orange:hover, .orange:hover:after, .orange.btn-fillup:after {
	background: #EF6C00;
	color: #EF6C00;
	border: 1px solid transparent;
}

.deep-orange {
	background: #E64A19;
	color: #E64A19;
	border: 1px solid #E64A19;
	fill: #E64A19;
}

.deep-orange:hover, .deep-orange:hover:after, .deep-orange.btn-fillup:after {
	background: #D84315;
	color: #D84315;
	border: 1px solid transparent;
}

.blue-gray {
	background: #455A64;
	color: #455A64;
	border: 1px solid #455A64;
	fill: #455A64;
}

.blue-gray:hover, .blue-gray:hover:after, .blue-gray.btn-fillup:after {
	background: #37474F;
	color: #37474F;
	border: 1px solid transparent;
}

.gray {
	background: #777;
	color: #777;
	border: 1px solid #777;
	fill: #777;
}

.gray:hover, .gray:hover:after, .gray.btn-fillup:after {
	background: #444;
	color: #444;
	border: 1px solid transparent;
}

.black {
	background: #000;
	color: #000;
	border: 1px solid #000;
	fill: #000;
}

.black:hover, .black:hover:after, .black.btn-fillup:after {
	background: #222;
	color: #222;
	border: 1px solid transparent;
}

.white {
	background: #fff;
	color: #fff;
	border: 1px solid #fff;
	fill: #fff;
}

.white:hover, .white:hover:after, .white.btn-fillup:after {
	background: #bbb;
	color: #bbb;
	border: 1px solid transparent;
}

/* --- Default button --- */

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
/*	padding: 6px 16px;*/
	padding: 12px 20px;
	margin: 15px 0;
	border: 1px solid transparent;
	border-radius: 0;
	outline: none;
}

.btn.white {
	color: #000;
	background: #fff;
}

.btn.white:hover {
	color: #000;
	background: #ddd;
}

/* --- Ghost button --- */

.btn-ghost {
	background: transparent;
	font-weight: 300;
	position: relative;
	display: inline-block;
	margin: 15px 0;
	padding: 12px 20px;
	border-radius: 3px;
	line-height: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-ghost:hover {
	color: #fff;
}

.btn-ghost.white:hover {
	background: #fff;
	color: #000;
}

/* --- Link button --- */

.btn-link, .btn-link:hover {
	background: transparent;
	border: 1px solid transparent;
}

/* --- Underlined button --- */

.btn-underline {
	background: transparent;
	font-weight: 300;
	position: relative;
	display: inline-block;
	margin: 15px 0;
	padding: 10px 0;
	border: 0px solid transparent;
	border-radius: 0;
}

.btn-underline:hover {
	background: transparent;
	border: 0px solid transparent;
}

.btn-underline:after {
	background: transparent;
	position: absolute;
	content: "";
	height: 1px;
	width: 0;
	bottom: 0;
	left: 50%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-underline.btn-strong-style:after {
	height: 2px;
}

.btn-underline:hover:after {
	width: 100%;
	left: 0;
	border: 0px solid transparent !important;
}

/* --- Fill up button --- */

.btn-fillup {
	color: #fff;
	font-weight: 300;
	text-align: center;
	position: relative;
	display: inline-block;
	padding: 12px 30px;
	margin: 15px auto 0;
	overflow: hidden;
	zoom: 1;
	border: 0;
	text-decoration: none;
	-webkit-transition: background .5s ease !important;
	-moz-transition: background .5s ease !important;
	-o-transition: background .5s ease !important;
	transition: background .5s ease !important;
}

.btn-fillup.light {
	background: rgba(255, 255, 255, .4);
}

.btn-fillup.dark {
	background: rgba(0, 0, 0, .4);
}

.btn-fillup.light:hover, .btn-fillup.dark:hover {
	background: transparent;
	color: #fff;
	border: 0px solid transparent;
}

.btn-fillup:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 60px;
	width: 200px;
	height: 200px;
	margin: 0 0 0 -100px;
	border: 0;
	z-index: -1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}

.btn-fillup:hover:after {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
}

/* --- Lines button --- */

.btn-lines {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 37px;
	margin: 15px 0;
	border: 1px solid #eee;
	text-align: center;
}

.btn-lines.dark {
	color: #777;
	border: 1px solid #444;
}

.btn-lines small {
	line-height: 34px;
}

.btn-lines .line-top {
	position: absolute;
	top: -1px;
	left: -1px;
	width: 0;
	height: 1px;
	border: 0px solid transparent;
}

.btn-lines .line-right {
	position: absolute;
	bottom: 0;
	right: -1px;
	width: 1px;
	height: 0;
	border: 0px solid transparent;
}

.btn-lines .line-bottom {
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 0;
	height: 1px;
	border: 0px solid transparent;
}

.btn-lines .line-left {
	position: absolute;
	top: 0;
	left: -1px;
	width: 1px;
	height: 0;
	border: 0px solid transparent;
}

.btn-lines:hover .line-top, .btn-lines:hover .line-bottom {
	width: 100px;
}

.btn-lines:hover .line-right, .btn-lines:hover .line-left {
	height: 36px;
}

.btn-lines:hover .line-top,
.btn-lines:hover .line-bottom,
.btn-lines:hover .line-right,
.btn-lines:hover .line-left,
.btn-lines .line-top,
.btn-lines .line-bottom,
.btn-lines .line-right,
.btn-lines .line-left {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

/* --- Strong style buttons --- */

.btn-strong-style {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 14px 25px;
	border-radius: 0;
}

.btn-strong-style:hover {
	font-weight: 400;
	padding: 14px 25px;
}

.btn.btn-strong-style, .btn.btn-strong-style:active, .btn.btn-strong-style:active:focus {
	font-size: 13px;
	border: 0px solid transparent;
	padding: 15px 25px;
	line-height: 1;
}

/* --- Subscribe button and input field --- */

.btn-sub, .btn-sub:hover, .btn-sub:focus, .btn-sub:active, .btn-sub:active:focus {
	background: #eee;
	margin: 0;
	border: 1px solid #eee !important;
}

.dark-footer .btn-sub, .dark-footer .btn-sub:hover, .dark-footer .btn-sub:focus, .dark-footer .btn-sub:active, .dark-footer .btn-sub:active:focus {
	background: #4e4e4e;
	border: 1px solid #4e4e4e !important;
}

.btn-sub:focus, .btn-sub:active, .btn-sub:active:focus {
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.framer-sub-icon {
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0;
	fill: #555;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.dark-footer .framer-sub-icon {
	fill: #999;
}

.form-control, .form-control:focus {
	font-weight: 300;
	background-color: #eee;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dark-footer .form-control, .dark-footer .form-control:focus {
	color: #999;
	background-color: #4e4e4e;
}
.footer-nav {
	margin-top: 0;
	margin-bottom: 2rem;
}
.footer-nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
}
.footer-nav ul li:not(:first-child) {
	margin-left: 1em;
}
.dark-footer .footer-nav a {
	color: #eee;
}

.input-lg {
	height: 39px;
	font-size: 15px;
}

.form-transparent .form-control {
	background: rgba(0, 0, 0, .6);
}

.form-line .input-group {
	border-bottom: 1px solid rgba(255, 255, 255, .8);
}

.form-line .form-control {
	background: transparent;
	color: #fff;
	height: 40px;
}

.form-line .btn, .form-line .btn, .form-line .btn:hover, .form-line .btn:focus, .form-line .btn:active, .form-line .btn:active:focus {
	background: transparent;
	margin: 0;
}

.input-group-btn .btn, .input-group-btn .btn:hover, .input-group-btn .btn:focus {
	padding: 6px 16px;
	margin: 0;
}

.form-line svg {
	fill: rgba(255, 255, 255, .8);
}

/* === 03) Background colors === */

.red-bg {
	background: #e53935;
}

.pink-bg {
	background: #D81B60;
}

.purple-bg {
	background: #8E24AA;
}

.deep-purple-bg {
	background: #5E35B1;
}

.indigo-bg {
	background: #3F51B5;
}

.blue-bg {
	background: #2196F3;
}

.light-blue-bg {
	background: #03A9F4;
}

.cyan-bg {
	background: #00BCD4;
}

.teal-bg {
	background: #009688;
}

.green-bg {
	background: #4CAF50;
}

.light-green-bg {
	background: #8BC34A;
}

.lime-bg {
	background: #CDDC39;
}

.yellow-bg {
	background: #FFEB3B;
}

.amber-bg {
	background: #FFB300;
}

.orange-bg {
	background: #F57C00;
}

.deep-orange-bg {
	background: #E64A19;
}

.blue-gray-bg {
	background: #455A64;
}

.light-gray-bg {
	background: #eee;
}

.gray-bg {
	background: #aaa;
}

.dark-gray-bg {
	background: #191919;
}

.black-gray-bg {
	background: #121212;
}

.black-bg {
	background: #000;
}

.smoke-bg {
	background: #efefef;
}

.blue-bg {
	background: #9fd2f1;
}

.dark-smoke-bg {
	background: #e3e3e3;
}

.white-bg {
	background: #fff;
}

/* === Footer === */

.light-footer a {
	color: #000;
}

.light-footer a:hover {
	color: #999;
}

.dark-footer a {
	color: #4e4e4e;
}

.dark-footer a:hover {
	color: #c2c2c2;
}

hr.dark, .dark-footer hr, .dark-footer .separator {
	border-top: 1px solid;
	border-color: #202020;
}

body.sticky-footer {
	margin-bottom: 50px;
}

.sticky-footer footer {
	position: absolute;
	height: 50px;
	width: 100%;
	bottom: 0;
	z-index: -1;
}

/* === 04) General === */

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

html {
	position: relative;
	min-height: 100%;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	background: #fff;
	color: #111;
	overflow-x: hidden;
	margin: 0;
	text-rendering: geometricPrecision;
/*	position: relative;*/
}

::selection {
	background: #ff6446;
	color: #fff;
	-webkit-text-stroke-color: #fff;
}

::-moz-selection {
	background: #ff6446;
	color: #fff;
}

section {
	position: relative;
}

article {
	margin-top: 59px;
}

.wh, .wh-half, .wh-twothirds, .wh-onethird {
	position: relative;
}

.row {
	position: relative;
}

.img-responsive {
	margin: auto;
}

.video-hero {
	background: #000;
	overflow: hidden;
}

.alert {
	margin: 0;
	padding: 0;
}

#contact {
	position: relative;
}

#gmap {
	height: 450px;
}

.sticky-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}

.media {
	margin-top: 0;
}

.media .pull-left {
	margin-right: 20px;
	padding: 0;
}

ul, .indent {
	list-style: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
}

.list-unstyled li {
	margin-bottom: 7px;
}

@media (max-width: 767px) {
	.col-xs-pullit-6 {
		right: 50%;
	}
	.col-xs-pushit-6 {
		left: 50%;
	}
}

#offgrid-left {
	background: #fff url('../img/offgrid-left.jpg') no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}

#offgrid-right {
	background: #fff url('../img/offgrid-right.jpg') no-repeat center;
	background-size: cover;
	-webkit-background-size: cover;
}

@media (max-width: 767px) {
	#offgrid-left, #offgrid-right {
		background: #fff;
	}
}

.testimonials h5 {
	margin: 0 0 10px 0;
}

.pricing-tables h1, .pricing-tables h2, .pricing-tables h3, .pricing-tables h4 {
	margin: 0;
}

.service h4 {
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.service:hover h4 {
	font-weight: 700;
	letter-spacing: 1px;
}

@media (min-width: 768px) {
	.v-align {
		float: none;
		vertical-align: middle;
		display: table-cell;
	}
}

.img-lefted {
	margin: 0;
}

.list-inline, .list-inline h4 {
	padding: 0;
	margin: 0;
}

.inline {
	display: inline-block;
	vertical-align: middle;
}

.video-thumb h3 {
	margin: 0;
	padding-left: 15px;
}

#hero {
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}

#big-video-wrap {
	position: absolute;
	overflow: hidden;
}

/* --- Parallax effect background fix --- */

.parallax {
	background-attachment: fixed;
}

@media screen and (max-device-width: 1024px) {
	.parallax {
		background-attachment: scroll;
	}
}

/* --- Minimum height of javascript given height on elements --- */

.wh {
	min-height: 450px;
}

.wh-half {
	min-height: 400px;

}

.wh-twothirds {
	min-height: 350px;
}

.wh-onethird {
	min-height: 300px;
}

.wh {
  height: 100vh;
}

.wh-half {
  height: 50vh;
}

.wh-twothirds {
  height: 66vh;
}

.wh-onethird {
  height: 33vh;
}
/* --- Section overlays --- */

.section-overlay, .section-overlay-soft, .section-overlay-hard, .section-overlay-light, .section-overlay-orange  {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-overlay {
	background: rgba(0, 0, 0, .5);
}

.section-overlay-soft {
	background: rgba(0, 0, 0, .2);
}

.section-overlay-hard {
	background: rgba(0, 0, 0, .8);
}

.section-overlay-light {
	background: rgba(255, 255, 255, .6);
}

.section-overlay-orange {
	background: rgba(249, 179, 60, .8);
}

/* --- Floating elements / Positioning element in center of parent element --- */

.float-content {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 1000;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.float-content-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 15px;
}

/* === 05) Specific sections styles === */

/* --- Logo grid section --- */

.logo-grid li {
	float: left;
	padding: 30px;
	text-align: center;
	height: 160px;
	display: table;
	background:#fff;
}

.logo-grid li a {
	vertical-align: middle;
	  display: table-cell;
}

.logo-grid .first-row {
	//border-right: 1px solid #e6e6e6;
	//border-bottom: 1px solid #e6e6e6;
}

.logo-grid .second-row {
	border-right: 1px solid #e6e6e6;
}

.logo-grid .first-row.last, .logo-grid .second-row.last {
	border-right: 1px solid transparent;
}

@media (max-width: 767px) {
	.logo-grid .second-row {
		border-bottom: 1px solid #e6e6e6;
	}
	.logo-grid .second-row.last {
		border-bottom: 1px solid transparent;
	}
	.logo-grid .second-last {
		border-bottom: 1px solid transparent;
	}
	.logo-grid .middle {
		border-right: 1px solid transparent;
	}
}

/* --- Instagram feed --- */

.instagram-lite a.load-more {
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0;
}

.instagram-lite {
	margin: 0;
	padding: 7px;
}

.instagram-lite li {
	padding: 7px;
	list-style: none;
}

.il-photo img {
	opacity: 1;
	border-radius: 7px;        /* CSS3草案 */
    	-webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
    	-moz-border-radius: 7px;   /* Firefox用 */
}

.il-photo {
	// background: #000;
}

.instagram-lite li img {
	display: block;
	width: 100%;
	height: auto;
}

.il-photo__img:hover, il-photo a:hover {
	cursor: pointer;
	display:block;
	opacity: 0.8;
}

/* --- Timeline --- */

.timeline {
	padding-left: 0;
	padding-right: 0;
}

.timeline ul {
	position: relative;
	overflow: hidden;
	margin: 30px auto;
	padding: 0;
	list-style: none;
}

.timeline ul:after {
	position: absolute;
	background-color: #ccc;
	content: "";
	top: 0;
	left: 50%;
	width: 1px;
	min-height: 100%;
	z-index: 1;
}

.timeline li {
	position: relative;
	width: 50%;
	margin-bottom: 30px;
	border-color: #fff;
	float: left;
	z-index: 2;
}

.timeline li .timesection {
	position: relative;
	background-color: #fff;
	margin-left: 25px;
	padding: 15px;
}

.timeline li.left .timesection {
	margin-left: auto;
	margin-right: 25px;
}

.timeline li.highlight .timesection {
	margin: auto;
}

.timeline li .timeline-content {
	display: block;
	// margin-right: 35%;
	padding: 10px;
}

.timeline-description {
	text-align: justify;
	font-size: 85%;
}

.timeline li.left .timeline-content {
	// margin-left: 35%;
	margin-right: auto;
	padding: 10px;
}

.timeline li .timeline-img {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 35%;
	z-index: 2;
	overflow: hidden;
}

.timeline-img img {
	height: 100%;
	width: auto;
}

.timeline li.left .timeline-img {
	left: 0;
	right: auto;
}

.timeline li.right .timeline-img {
	text-align: right;
}

.timeline li.left {
	clear: left;
	float: left;
}

.timeline li.right {
	clear: right;
	float: right;
}

.timeline li:before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	top: 8px;
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	z-index: 1;
}

.timeline li.left:before {
	left: auto;
	right: 15px;
	border-left: 10px solid;
	border-left-color: inherit;
}

.timeline li.right:before {
	left: 15px;
	border-right: 10px solid;
	border-right-color: inherit;
}

.timeline li.left + li.right:before {
	top: 30px;
}

.timeline li:after {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	position: absolute;
	content: "";
	width: 9px;
	height: 9px;
	margin-left: -4px;
	margin-right: -5px;
	top: 14px;
	left: 0;
	right: 0;
	border-radius: 50%;
	z-index: 0;
}

.timeline li.left + li.right:after {
	top: 36px;
}

.timeline li.left:after {
	left: auto;
}

.timeline li.right:after {
	right: auto;
}

.timeline li.history:after {
	display: none;
	visibility: hidden;
}

@media all and (max-width: 767px) {
	.timeline li {
		margin-bottom: 45px;
	}

	.timeline li.left .timesection,
	.timeline li.right .timesection {
		margin: auto;
	}

	.timeline li.left,
	.timeline li.right {
		clear: both;
		float: none;
		width: 100%;
	}

	.timeline li.left:before {
		margin-left: -10px;
		left: 50%;
		right: auto;
		top: -20px;
		border-bottom: 10px solid;
		border-bottom-color: inherit;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.timeline li.right:before {
		margin-left: -10px;
		left: 50%;
		right: auto;
		top: -20px;
		border-bottom: 10px solid;
		border-bottom-color: inherit;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
	}

	.timeline li.right + li.left:before {
		top: -20px;
	}

	.timeline li.left + li.right:before {
		top: -20px;
	}

	.timeline li.left:after {
		margin-left: -4px;
		left: 50%;
		right: auto;
		top: -30px;
	}

	.timeline li.right:after {
		margin-left: -4px;
		left: 50%;
		right: auto;
		top: -30px;
	}

	.timeline li.right + li.left:after {
		top: -30px;
	}

	.timeline li.left + li.right:after {
		top: -30px;
	}
}

/* --- Showcase / Slider image hover effects --- */

/* Shoot effect */

.effect-shoot {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 0;
	overflow: hidden;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.effect-shoot:hover h3, .effect-shoot:hover h4, .effect-shoot:hover h5 {
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.effect-shoot .thumb-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index:999;
}

.effect-shoot img {
	position: relative;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}

.smartphone.effect-shoot img {
	position: relative;
	display: block;
	opacity: .5;
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	-webkit-transform: scale3d(1.1,1.1,1);
	-moz-transform: scale3d(1.1,1.1,1);
	transform: scale3d(1.1,1.1,1);
}


.effect-shoot .post-cat {
	background:#111;
	margin:0;
	padding:7px;
}

.effect-shoot:hover img {
	opacity: .9;
	-webkit-transform: translate3d(0,0,0px);
	-moz-transform: translate3d(0,0,0px);
	transform: translate3d(0,0,0px);
}

.effect-shoot .thumb-caption::before {
	background: #fff;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: opacity 0.35s, width 0.5s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, width 0.5s, -moz-transform 0.35s;
	transition: opacity 0.35s, width 0.5s, transform 0.35s;
	-webkit-transform: translate3d(200px, 250px, 0) rotate(45deg);
	-moz-transform: translate3d(200px, 250px, 0) rotate(45deg);
	transform: translate3d(200px, 250px, 0) rotate(45deg);
}


.effect-shoot .thumb-caption::after {
	background: #fff;
	opacity: 0.7;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	-webkit-transition: opacity 0.35s, width 0.5s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, width 0.5s, -moz-transform 0.35s;
	transition: opacity 0.35s, width 0.5s, transform 0.35s;
	-webkit-transform: translate3d(-250px, 200px, 0) rotate(-45deg);
	-moz-transform: translate3d(-250px, 200px, 0) rotate(-45deg);
	transform: translate3d(-250px, 200px, 0) rotate(-45deg);
}

//.effect-shoot:hover .thumb-caption::before {
	height: 1px;
	width: 40%;
	-webkit-transform: translate3d(-50%, 0, 0) rotate(45deg);
	-moz-transform: translate3d(-50%, 0, 0) rotate(45deg);
	transform: translate3d(-50%, 0, 0) rotate(45deg);
}

//.effect-shoot:hover .thumb-caption::after {
	height: 1px;
	width: 40%;
	-webkit-transform: translate3d(-50%, 0, 0) rotate(-45deg);
	-moz-transform: translate3d(-50%, 0, 0) rotate(-45deg);
	transform: translate3d(-50%, 0, 0) rotate(-45deg);
}

.effect-shoot:active .thumb-caption::before {
	height: 3px;
	width: 20%;
	opacity: 1;
}

.effect-shoot:active .thumb-caption::after {
	height: 3px;
	width: 20%;
	opacity: 1;
}

/* SlideUp effect */

.effect-slideup .thumb-caption::before {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,50%,0);
	-moz-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

.effect-slideup:hover .thumb-caption::before {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-slideup h4 {
 	font-size: 18px;
  	text-align: center;
  	font-weight: bold;
	color: #fff;
	position: absolute;
	background: transparent;
	width: 100%;
	top: 100%;
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -moz-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.effect-slideup:hover h4 {
	-webkit-transform: translate3d(0,-120px,0);
	-moz-transform: translate3d(0,-120px,0);
	transform: translate3d(0,-120px,0);
}

.effect-slideup h5 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	-moz-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -moz-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.effect-slideup:hover h5 {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Squares swap effect */

.swap-square {
	overflow: hidden;
	padding: 0;
}

.swap-square h4 {
	margin: 0;
}

.swap-square-text {
	position: absolute !important;
	top: 0;
	right: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.swap-square:hover > .swap-square-text {
	right: 50%;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.swap-square-arrow {
	font-size: 20px;
	text-align: center;
	position: absolute !important;
	top: 0;
	right: -50%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.swap-square:hover > .swap-square-arrow {
	right: 0;
	opacity: 1;
}

#portfolio h3, #portfolio .squared h4, .squared-right h3 {
	margin: 15px;
}

.swap-square-img .squared-content {
	padding: 0;
}

.square-dark {
	background: rgba(0, 0, 0, .6);
}

.square-light {
	background: rgba(255, 255, 255, .5);
}

/* Grayscale effect */

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

/* --- Counter section --- */

.counter-section {
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	background-attachment: scroll;
}

.counter-section div[class^="col-"] {
	z-index: 1;
}

.counter {
	height: 50px;
	position: absolute;
	left: 50%;
	margin-top: 15px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.counter span {
	text-align: left!important;
	font-size: 42px;
	font-weight: 700;
}

.counter ul {
	margin: 0;
	padding: 0;
}

.counter-section h4 {
	margin-top: 75px;
}

/* --- Slider plugin --- */

#frame {
	width: 100%;
}

#frame .slidee {
	margin: 0;
	padding: 0;
	list-style: none;
}

#frame .slidee.bordered li {
	border-top: 6px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 6px solid #fff;
	border-right: 3px solid #fff;
}

#frame .slidee li {
	float: left;
	width: 290px;
}

@media (min-width: 1280px) {
	#frame .slidee li {
		width: 380px;
	}
}

@media (min-width: 1900px) {
	#frame .slidee li {
		width: 460px;
	}
}

.sly.carousel-control {
	background: rgb(51, 51, 51);
	color: #fff;
	opacity: .7;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	text-align: center;
	text-shadow: none;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.left.sly.carousel-control {
	left: 23px;
}

.right.sly.carousel-control {
	right: 23px;
}

.sly.carousel-control span.fa{
	padding: 15px;
}

.thumbnail {
	background: transparent;
	text-align: center;
	position: relative;
	padding: 0;
	margin: 0;
	border: 0;
}

.thumb-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.thumb-overlay:hover {
	background: rgba(0, 0, 0, .4);
}

.thumb-overlay .thumb-icons {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#slide-0 {
	background: #231815 url("../img/network/event-01.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-1 {
	background: #000 url("../img/network/vision.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#slide-10 {
	background: #000 url("../img/network/top_02.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#slide-11 {
	background: #000 url("../img/network/top_03.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#slide-12 {
	background: #000 url("../img/network/top_04.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#slide-13 {
	background: #000 url("../img/network/top_05.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-2 {
	background: #000 url("../img/network/vision_back.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-owner {
	background: #000 url("../img/network/owner.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-member {
	background: #000 url("../img/network/member.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-3 {
	background: #000 url("../img/satelite/slide_co-ba.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-4 {
	background: #000 url("../img/satelite/co-ba-library_28.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-5 {
	background: #000 url("../img/satelite/co-ba-library_29.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-6 {
	background: #000 url("../img/satelite/price-01.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-7 {
	background: #000 url("../img/satelite/price-02.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-8 {
	background: #000 url("../img/satelite/price-03.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#slide-9 {
	background: #000 url("../img/satelite/price-04.jpg") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}




.hero-1 {
	background-image: url("../img/slide02.jpg");
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-2 {
	background-image: url("http://placehold.it/1400x900");
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-3 {
	background-image: url("http://placehold.it/1400x900");
	-webkit-background-size: cover;
	background-size: cover;
}

.hero-content-1 {
	background: #000 url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

/* --- Bootstrap carousel --- */

.wh .carousel {
	position: relative;
}

.wh .carousel-control.left, .wh .carousel-control.right {
	background-image: none;
	background: none;
	width: 10%;
	border: none;
	text-shadow: none;
	color: #fff;
	z-index: 3;
}

.product-slider .carousel-control, .portfolio-slider .carousel-control {
	top: 45%;
	bottom: 55%;
	color: #333;
	text-align: center;
	text-shadow: none;
}

.wh .carousel-control {
	position: relative;
}

.carousel-indicators li {
	border: 1px solid #666;
}

.carousel-indicators {
	margin: 0;
	padding-top: 10px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: relative;
}

.carousel-indicators .active {
	background-color: #666;
}

.carousel-control.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.carousel-inner {
	overflow: inherit;
}

.carousel {
	opacity: 1;
}

.carousel .item {
	position: absolute;
	display: block !important;
	width: 100%;
	top: 0;
	left: 0 !important;
	opacity: 0;
	z-index: -1;
	-moz-transition: opacity ease-in-out .6s;
	-o-transition: opacity ease-in-out .6s;
	-webkit-transition: opacity ease-in-out .6s;
	transition: opacity ease-in-out .6s;
}

.carousel .item:first-child {
	position: relative;
	top: auto;
}

.carousel .item.active {
	opacity: 1;
	z-index: 0;
	-moz-transition: opacity ease-in-out .4s;
	-o-transition: opacity ease-in-out .4s;
	-webkit-transition: opacity ease-in-out .4s;
	transition: opacity ease-in-out .4s;
}

/* --- Dividers, separators and <hr> element --- */

.divide-xxs {
	padding-top: 5px;
	padding-bottom: 5px;
}

.divide-xs {
	padding-top: 15px;
	padding-bottom: 15px;
}

.divide-sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.divide-sm.shibuya-news {
	padding-top: 30px;
	padding-bottom: 13px;
	min-height: 350px;
}
.divide-sm.shibuya-news > a {
	display: block;
}
.shibuya-news .shibuya-news-text {
	padding-top: 8px;
	padding-bottom: 8px;
}

.divide-md {
	padding-top: 45px;
	padding-bottom: 45px;
}

.divide-lg {
	padding-top: 60px;
	padding-bottom: 60px;
}

.divide-xl {
	padding-top: 90px;
	padding-bottom: 90px;
}

.divide-h-sm {
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 767px) {
	.divide-sm {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.divide-md {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.divide-lg {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.divide-xl {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.divide-h-sm {
		padding-left: 0;
		padding-right: 0;
	}
}

.separator {
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}

.separator-vertical {
	border-left: 1px solid #eee;
}

.separator.dark {
	border-left: 1px solid #202020;
	border-top: 1px solid #202020;
}

.separator-vertical.dark {
	border-left: 1px solid #202020;
}

.separator h4, .separator ul, .separator-vertical h4, .separator-vertical ul {
	/* padding-left: 15px; */
	padding:15px 0 5px;
	margin:0;
}

.separator ul {
	margin-bottom: 0;
}

.separator:first-child, .separator-vertical:first-child {
	border-left: 1px solid transparent;
}

hr {
	/* max-width: 1140px; */
}

hr.no-line {
	border-top: 1px solid transparent;
}

hr.no-margin {
	margin-top: 0;
	margin-bottom: 0;
}

hr.no-line-margin {
	border-top: 1px solid transparent;
	margin-top: 0;
}

hr.no-margin-top {
	margin-top: 0;
	margin-bottom: 40px;
}

hr.no-margin-bottom {
	margin-top: 40px;
	margin-bottom: 0;
}

hr.content-divider {
	margin-top: 40px;
	margin-bottom: 40px;
}

hr.title-divider {
	border-width: 2px;
	max-width: 120px;
	margin-left: 0;
}

hr.title-divider-center {
	border-width: 2px;
	max-width: 160px;
}

hr.title-divider-thin {
	border-width: 1px;
	max-width: 80px;
	margin-left: 0;
}

hr.title-divider-center-thin {
	border-width: 1px;
	max-width: 160px;
}

hr.title-divider:hover, hr.title-divider-center:hover {
	border-width: 2px;
}

.horizontal-divider {
	display: inline-block;
	margin-left: 7px;
}

@media (min-width: 768px) {
	.squared-divider {
		border-left: 1px solid #f1f1f1;
	}
}

@media (max-width: 767px) {
	.squared-divider {
		border-top: 1px solid #f1f1f1;
	}
}

/* --- Team --- */

.caption h3, .caption h5, .caption .social {
	margin: 15px 0;
}

.caption .social {
	opacity: 0.1;
	filter: alpha(opacity=10);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.thumbnail:hover > .caption .social {
	opacity: 1;
	filter: alpha(opacity=100);
}

.team-thumb {
	position: relative;
	padding: 0;
	overflow: hidden;
}

#team-member-1 {
	background-image: url("http://placehold.it/1400x900");
	-webkit-background-size: cover;
	background-size: cover;
}

.team-member-single {
	height: 420px;
}

@media (max-width: 767px) {
	.team-member-single {
		height: 250px;
	}
}

/* --- Blog --- */

/* Sticky sidebar */

.affix {
	position: static
}

.affix-top {
	margin-top: 17px;
}

@media (min-width: 768px){
	.affix, .affix-bottom {
		width: 220px;
	}

	.affix {
		position: fixed;
		top: 149px;
	}

	.affix-bottom {
		position: absolute
	}
}

@media (min-width: 992px){
	.affix, .affix-bottom {
		width: 293px;
	}

	.affix {
		position: fixed;
		top: 149px;
	}

	.affix-bottom {
		position: absolute
	}
}

@media (min-width: 1200px) {
	.affix-bottom, .affix {
		width: 360px;
	}
}

/* Video image fallback */

.img-fallback {
	position: absolute;
	top: 0;
}

.portfolio-single img {
	width: 100%;
}

/* Inner pages headers and posts backgrounds */

#audio-post {
	background: url("http://placehold.it/1400x900") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#blog-posts-1 {
	background-image: url("http://placehold.it/1400x550");
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#blog-posts-2 {
	background-image: url("http://placehold.it/768x1200");
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#blog-post-1 {
	background-image: url("http://placehold.it/1400x550");
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

#blog-post-2 {
	background-image: url("http://placehold.it/768x1200");
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
}

/* Blog styling */

.blog-posts-h-feed div[class^="col-"], .blog-posts-v-feed div[class^="col-"] {
	border-bottom: 1px solid #eee;
}

.blog-posts-h-feed div[class^="col-"]:last-child, .blog-posts-v-feed div[class^="col-"]:last-child {
	border-bottom: 0px solid #eee;
}

.blog-posts-v-header {
	padding: 0;
}

@media (min-width: 768px) {
	.blog-posts-v-header {
		position: fixed;
	}
	.blog-posts-v-feed {
		margin-top: 70px;
	}
}

.blog-posts-h-feed h3, .blog-posts-v-feed h3 {
	text-transform: capitalize;
}

.blog-posts-h-header h5, .blog-posts-v-header h5 {
	margin-bottom: 0;
}

.blog-posts-h-header {
	margin-top: 70px;
}

.blog-posts-title i {
	font-size: 36px;
}

blockquote.pull-left {
	max-width: 260px;
	margin-left: -15px;
}

blockquote.pull-right {
	max-width: 250px;
	margin-right: -15px;
	padding-left: 20px;
	padding-right: 20px;
}

/* --- Masonry --- */

.masons .section-overlay {
	pointer-events: none;
}

.masons div {
	padding-left: 0;
	padding-right: 0;
}

.masons .section-overlay {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuNjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

.masons .col-sm-12 .squared {
	padding-top: 25%;
}

.masons .col-sm-8 .squared {
	padding-top: 38%;
}

.masons .col-sm-4 .squared {
	padding-top: 76%;
}

.masons .col-sm-3 .squared {
	padding-top: 100%;
}

.masons .col-sm-6 .squared {
	padding-top: 50%;
}

@media (max-width: 767px) {
	.masons .squared {
		padding-top: 50% !important;
	}
}

.masons h3 {
	font-weight: 700;
	margin: 0;
}

.masons p {
	font-style: italic;
	margin: 0 0 15px 0;
}

#masons-11 {
	background: url("http://placehold.it/1400x700") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-12 {
	background: url("http://placehold.it/600x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-13 {
	background: url("http://placehold.it/900x500") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-14 {
	background: url("http://placehold.it/450x450") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-15 {
	background: url("http://placehold.it/450x450") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-16 {
	background: url("http://placehold.it/1400x700") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-17 {
	background: url("http://placehold.it/1400x700") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#masons-18 {
	background: url("http://placehold.it/1400x700") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.masons-more {
	position: absolute;
	bottom: -50px;
	right: -50px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #E64A19 transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
}

.masons div:hover > .squared a .masons-more {
	bottom: 0;
	right: 0;
}

.masons-more i {
	color: #fff;
	position: absolute;
	right: -11px;
	bottom: -54px;
}

.masons div:hover > .squared a .masons-more i {
	right: 10px;
	bottom: -42px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	transition: all .6s ease;
}

/* --- Squared elements --- */

.squared video {
	object-fit: cover;
	position: absolute;
	max-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.squared {
	padding-top: 100%;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1400px) {
	.squared {
		padding-top: 80%;
	}
}

.squared.fully-squared {
	padding-top: 100%;
}

.squared-no-padding, .squared-no-padding .squared-content {
	padding-left: 0;
	padding-right: 0;
}

@media (max-width: 1199px) and (min-width: 992px) {
	.squared {
		padding-top: 133%;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.squared {
		padding-top: 166%;
	}
}

.squared.half {
	padding-top: 50%;
}

@media (max-width: 767px) {
	.squared.half {
		padding-top: 100%;
	}
}

.squared.top-square {
	padding-top: 75%;
}

.squared.bottom-square {
	margin-right: -15px;
	margin-left: -15px;
}

.squared-content {
	padding: 15px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.squared-content-bottom {
	position: absolute;
	bottom: 5px;
	left: 20px;
	right: 20px;
	z-index: 1;
}

.arrow-right:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -32px;
	border-bottom: 32px solid transparent;
	border-top: 32px solid transparent;
	border-left: 32px solid #fff;
	right: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow-left:after {
	position: absolute;
	content: "";
	top: 50%;
	margin-top: -32px;
	border-bottom: 32px solid transparent;
	border-top: 32px solid transparent;
	border-right: 32px solid #fff;
	left: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow-right.arrow-dark:after {
	border-left: 32px solid #191919;
}

.arrow-left.arrow-dark:after {
	border-right: 32px solid #191919;
}

.arrow-right:hover:after {
	right: -32px;
}

.arrow-left:hover:after {
	left: -32px;
}

@media (max-width: 767px) {
	.arrow-left:after, .arrow-right:after {
		display: none;
	}
}

.arrow-bottom {
	overflow: visible;
}

.arrow-bottom:after {
	position: absolute;
	content: "";
	left: 50%;
	margin-left: -24px;
	border-right: 24px solid transparent;
	border-left: 24px solid transparent;
	border-top: 24px solid #fff;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.arrow-bottom.arrow-dark:after {
	border-top: 24px solid #191919;
}

.arrow-bottom:hover:after {
	bottom: -24px;
}

/* ==== Navigation ==== */

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-collapse {
	border-color: #f8f8f8;
}

.navbar-fixed-top {
	position: fixed;
}

.nav a, .navbar-default .navbar-nav>li>a {
	color: #111;
	font-size: 13px;
	text-align: center;
}

.nav a:hover, .nav .active a {
	color: #999 !important;
}

.nav a, .nav .active a:hover, .nav .active a:focus {
	background-color: transparent !important;
	padding: 19px 15px !important;
}

@media (max-width: 767px) {
	.nav a, .nav .active a:hover, .nav .active a:focus {
		background-color: transparent !important;
		padding: 10px 15px !important;
	}
	.navbar-default {
		background-color: #fff!important;
	}
}

.navbar-brand {
	position: relative;
	padding: 9px 15px !important;
	height: auto;
	line-height: 0;
}

.navbar-brand img:nth-child(2) {
	position: absolute;
	top: 9px;
}

@media (max-width: 767px) {
	.navbar-brand img:nth-child(2) {
		opacity: 1 !important;
	}
}

.navbar-nav {
	padding: 0;
}

.navbar-toggle {
	padding: 10px 10px;
	margin-top: 11px;
	margin-bottom: 11px;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ddd;
}

.navbar-default .navbar-toggle {
	background-color: #000000;
	box-shadow: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #000000;
}

.vnavbar-collapse:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.fixed-navbar {
	margin-top: -59px;
}

.navbar-borderless {
	border: none;
}

/* --- Transparent navbar --- */

.navbar-transparent {
	background: transparent;
	margin-bottom: 0;
	z-index: 1000;
}

/* --- Fullwidth navbar --- */

.navbar-fullwidth .navbar-brand {
	background: #aaa !important;
	padding: 16px !important;
	margin-bottom: -1px;
}

.navbar-fullwidth .nav a, .navbar-fullwidth .nav .active a:hover, .navbar-fullwidth .nav .active a:focus {
	font-weight: 300;
	padding: 26px 30px 25px 30px !important;
}

.navbar-fullwidth .navbar-toggle {
	margin-top: 17px;
	margin-bottom: 17px;
}

@media (min-width: 768px) {
	.navbar-fullwidth .container .navbar-brand {
		margin-left: 0;
	}
}

@media (min-width: 768px) {
	.navbar-fullwidth .container .navbar-brand {
		margin-left: 15px;
	}
}

/* --- Tabs --- */

@media (max-width: 768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}
}

.nav-tabs a {
	border: none !important;
}

.nav-tabs .icon {
	margin: 20px 0;
}

.nav-tabs a:after {
	position: absolute;
	content: "";
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	z-index: 2;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 80px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-tabs.nav-tabs-top a:after {
	border-top: 32px solid #fff;
	bottom: 0;
}

.nav-tabs.nav-tabs-top .active a:after {
	bottom: -31px;
	opacity: 1;
}

.nav-tabs.nav-tabs-bottom a:after {
	border-bottom: 32px solid #fff;
	top: 0;
}

.nav-tabs.nav-tabs-bottom .active a:after {
	top: -31px;
	opacity: 1;
}

.nav-tabs.nav-tabs-bottom.smoke-arrow a:after {
	border-bottom: 32px solid #f5f5f5;
}

.nav-tabs.nav-tabs-top.smoke-arrow a:after {
	border-top: 32px solid #f5f5f5;
}

.nav-tabs.nav-tabs-bottom.dark-arrow a:after {
	border-bottom: 32px solid #191919;
}

.nav-tabs.nav-tabs-top.dark-arrow a:after {
	border-top: 32px solid #191919;
}

#tab-1 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-2 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-3 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-4 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-5 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#tab-6 {
	background: #000 url("http://placehold.it/1400x600") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

/* ==== Lightbox / Modal ==== */

.ekko-lightbox .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background-color: transparent;
}

.ekko-lightbox .modal-header {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

.ekko-lightbox .modal-body {
	padding: 0;
}

.modal-backdrop {
	background: transparent;
}

.ekko-lightbox .modal-backdrop {
	background: #000;
	opacity: .75;
}

.light-modal .modal-backdrop.in {
	background: #fff;
	opacity: 1;
}

.dark-modal .modal-backdrop.in {
	background: #000;
	opacity: .95;
}

.dark-modal hr {
	border-color: #202020;
}

.modal, .fade {
	-webkit-transition: all 0.2s ease-out !important;
	-moz-transition: all 0.2s ease-out !important;
	transition: all 0.2s ease-out !important;
}

.modal .modal-dialog {
	-webkit-transform: scale(.8, .8) !important;
	-moz-transform: scale(.8, .8) !important;
	transform: scale(.8, .8) !important;
}

.modal.in .modal-dialog {
	-webkit-transform: scale(1, 1) !important;
	-moz-transform: scale(1, 1) !important;
	transform: scale(1, 1) !important;
}

/* Modal close / X icon */

.close-icon {
	width: 30px;
	height: 30px;
	opacity: 1 !important;
}

.close-icon:after,
.close-icon:before {
	background-color: #000;
	display: block;
	content: '';
	height: 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.dark-modal .close-icon:after,
.dark-modal .close-icon:before {
	background-color: #f5f5f5;
}

.close-icon:before {
	-webkit-transform: translateY(15px) rotate(-45deg);
	-moz-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.close-icon:after {
	-webkit-transform: translateY(13px) rotate(45deg);
	-moz-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

.close-icon:hover:before {
	-webkit-transform: translateY(15px) rotate(0deg);
	-moz-transform: translateY(15px) rotate(0deg);
	transform: translateY(15px) rotate(0deg);
}

.close-icon:hover:after {
	-webkit-transform: translateY(13px) rotate(0deg);
	-moz-transform: translateY(13px) rotate(0deg);
	transform: translateY(13px) rotate(0deg);
}

/* ==== SVG icons ==== */

.icon {
	background: transparent;
	border: none;
	display: inline-block;
	position: relative;
	margin: auto;
	stroke-linecap: butt;
	stroke-linejoin: bevel;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}

.icon:hover, .icon:hover:after {
	background: transparent;
	border: none;
}

.icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon-draw {
	fill: rgba(255, 255, 255, 0);
	stroke: rgba(255, 255, 255, 1);
	stroke-width: 1px;
	stroke-opacity: 1;
	stroke-dasharray: 0, 150;
	-webkit-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	-moz-transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
	transition: fill 1.5s, stroke-dasharray .75s, stroke-opacity 1.5s ease;
}

.thumb-overlay:hover > .thumb-icons .icon-draw {
	fill: rgba(255, 255, 255, 1);
	stroke-dasharray: 150, 1;
	stroke-opacity: 0;
}

.icon-xs {
	width: 16px;
	height: 16px;
}

.icon-sm {
	width: 24px;
	height: 24px;
}

.icon-md {
	width: 32px;
	height: 32px;
}

.icon-lg {
	width: 48px;
	height: 48px;
}

.icon-xl {
	width: 64px;
	height: 64px;
}

.icon-xxl {
	width: 80px;
	height: 80px;
}

/* === Content images === */

#menu-1 {
	background: url("http://placehold.it/1456x1120") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu-2 {
	background: url("http://placehold.it/1456x1120") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu-3 {
	background: url("http://placehold.it/1456x1120") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#menu-4 {
	background: url("http://placehold.it/1456x1120") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content-half-img-1 {
	background: url(".http://placehold.it/960x960") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content-half-img-2 {
	background: url("http://placehold.it/960x960") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content-half-img-3 {
	background: url("http://placehold.it/960x960") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#content-half-img-4 {
	background: url("http://placehold.it/960x960") center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
#showcase-first .col-sm-3 {
// height:292px;
overflow: hidden;
}
.pt-small {padding-top:20px;}
.pb-small {padding-bottom:20px;}
.pt-medium {padding-top:40px;}
.pb-medium {padding-bottom:40px;}
.pt-large {padding-top:60px;}
.pb-large {padding-bottom:60px;}
.mt-small {margin-top:20px;}
.mb-small {margin-bottom:20px;}
.mt-medium {margin-top:40px;}
.mb-medium {margin-bottom:40px;}
.mt-large {margin-top:60px;}
.mb-large {margin-bottom:60px;}
.text-center {text-align:center;}
.text-right {text-align:right;}
.text-big {font-size:18px!important;line-height:1.8!important;}
.text-small {font-size:13px!important;line-height:1.5!important;}
.text-justfy {text-align:justify;}
.category {
  width: 100px;
  display: inline-table;
  height: 30px;
  color: #111;
  text-align: center;
  font-size: 13px;
  margin: 0 15px 0 0;
  padding: 7px 0 5px;
  font-weight: bold;
  border:1px solid #111;
}
//.category.news {background:#2fb2b9;}
//.category.media {background:#ec6d65;}
//.category.press {background:#574f9f;}
.news ul li {
  list-style: none;
  font-size: 15px;
  padding: 0 0 20px;
}
.tb-plan {
border: 2px solid #111;
text-align:center;
font-size:15px;
margin:40px 0 0;
color:#111;
}
.tb-plan tr td {
border-right: 1px solid #333;
border-bottom: 1px solid #333;
padding: 5px;
}
.tb-plan tr td.big {
width: 14%;
}
.tb-plan tr td.title {
font-weight:bold;
padding: 7px 0 5px;
}
.tb-plan tr td.line {
line-height: 1.5;
}
.tb-plan tr td .text {
font-size: 12px;
line-height: 1.5;
text-align: left;
}
#outline table {
border-left:1px solid #999;
border-right:1px solid #999;
border-bottom:1px solid #999;
width: 100%;
}
#outline table th {
width:25%;
text-align:center;
border-top:1px solid #999;
padding:10px 0;
}
#outline table td {
width:75%;
text-align:left;
border-top:1px solid #999;
border-left:1px solid #999;
padding:10px;
}


@media only screen and (max-width: 640px) {
.pt-small {padding-top:10px;}
.pb-small {padding-bottom:10px;}
.pt-medium {padding-top:20px;}
.pb-medium {padding-bottom:20px;}
.pt-large {padding-top:40px;}
.pb-large {padding-bottom:40px;}
.mt-small {margin-top:10px;}
.mb-small {margin-bottom:10px;}
.mt-medium {margin-top:20px;}
.mb-medium {margin-bottom:20px;}
.mt-large {margin-top:40px;}
.mb-large {margin-bottom:40px;}
.sp-nobr {}
}

.disnon{
	display: none;
}
body #uwpqsf_id {
    border: 0px solid #ccc;
    padding-top: 35px;
}

/* === Re sohko private office === */

#re-sohko-private-office {
}

#re-sohko-private-office img{
	width: 100%;
}

#re-sohko-private-office a{
	color: #111;
}

#re-sohko-private-office a:hover{
	color: #999;
}

#re-sohko-private-office hr.dots{
	border-top: 2px dotted #111 !important;
	background-color: #fff;
}

#re-sohko-private-office .title{
	padding-bottom:  50px;

}

#re-sohko-private-office .title h3{
	font-weight: bold;
	font-size: 28px;

}

#re-sohko-private-office .title h4{
	font-weight: bold;

}

#re-sohko-private-office .title hr{
	border-top:2px solid #111;
	width: 200px;
	margin-bottom: 10px;
	margin-top: 10px;

}

#re-sohko-private-office #top-area{
	padding: 150px 0px 100px;
}

#re-sohko-private-office #top-area .room-thumbnail-area a{
	font-size: 14px;
	font-weight: bold;
}

#re-sohko-private-office #top-area .room-thumbnail-area .col-md-offset-2{
	margin-left: 20.6666667%;
}

#re-sohko-private-office #room-area{
}

#re-sohko-private-office #room-area .room-box{
	padding: 60px 0px;
}

#re-sohko-private-office #room-area .room-box.gray-bg{
	background-color: #efefef !important;
}


#re-sohko-private-office #room-area .room-box .room-description{
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 10px;
}

#re-sohko-private-office #room-area .room-box a.to-link{
	font-size: 14px;
	font-weight: bold;
}


#re-sohko-private-office #room-area .room-box .states-box.contracted{
	background-color: #F7886E;
	padding: 3px 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

#re-sohko-private-office #room-area .room-box .states-box.recruitment{
	background-color: #008065;
	padding: 3px 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}

#re-sohko-private-office #room-area .room-box .room-detail{
	padding: 20px 0 10px;
}

#re-sohko-private-office #room-area .room-box .room-detail .room-name, #re-sohko-private-office #room-area .room-box .room-detail .room-size{
	border-bottom: 1px solid #111;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#re-sohko-private-office #room-area .room-box .room-detail span {
	margin-left: 50px;
}


#re-sohko-private-office #room-area .room-box .blueprint{
	padding: 10px 40px;
	border: 1px solid #111;
	display: inline-block;
	color: #111;
	margin: 20px;
}

#re-sohko-private-office #room-area .room-box .contact-btn-area .contact-attention {
	font-size: 11px;
	margin-bottom: 8px;
}

#re-sohko-private-office #room-area .room-box .contact-btn-area .contact-btn {
	color: #111;
	padding: 15px 60px;
	border: 2px solid #111;
	background-color: #fff;
	font-weight: bold;
	display: inline-block;
}

#re-sohko-private-office #room-area .room-box .contact-btn-area .contact-btn:hover {
	color: #fff;
	background-color: #111;
}

#re-sohko-private-office #customize-menu {
	padding: 70px 0px ;
}

#re-sohko-private-office .title p {
	font-size: 13px;
	line-height: 2;
	margin-top: 30px;
}

#re-sohko-private-office .box-wrap {
	padding: 0 100px;
}

#re-sohko-private-office .box {
	padding: 50px 0px 50px;
}

#re-sohko-private-office p {
	font-size: 14px;
	margin-top: 5px;
	line-height: 2;
}

#re-sohko-private-office .box .top-area{
	margin-bottom: 50px;
}

#re-sohko-private-office .box .customize-menu-title {
	margin-bottom: 30px;
}

#re-sohko-private-office .box .customize-menu-title h2{
	font-weight: normal;
	font-size: 50px;
}

#re-sohko-private-office .box .customize-menu-title h2 span {
	font-size: 14px;
	margin-left: 10px;
}

#re-sohko-private-office .box p.floor-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 15px;
	padding-top: 25px;
	margin-bottom: 0px;
}

.mv-cregit {
	font-size: 12px;
	padding: 5px 0px 0px;
	margin-bottom: 15px;
	position: absolute;
	bottom:10px;
	right: 10px;
	color: #fff;
	text-shadow: 0 0px 1px #000;
	font-weight: bold;
	z-index: 1000;
}

#volume {
	z-index: 1000;
}

.mv-cregit span{
	margin-right: 20px;
}

#advisers {
	padding: 80px 0px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

#advisers .top {
	padding: 30px 0px 0px;
}

#advisers .top h3{
	padding: 30px 0px;
}

#advisers .member ul{
	list-style: none;
	padding: 0px 100px;
}

#advisers .member ul li{
	margin-bottom: 40px;
}

#advisers .member p.profile{
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#advisers .member .sns{
	background-color: #fff;
	padding: 0px;
	overflow: hidden;
}

#advisers .member .sns img{
	float: left;
	width: 33px;
	margin-right: 3px;
	margin-top: 5px;
}

#advisers .member h3.copy{
	padding: 30px 0px;
}

#advisers .member h3.job{
	font-size: 26px;
}

#advisers hr {
	margin-top: 50px;
	height: 10px;
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	background-size: 40px 40px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #DCDDDD), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #DCDDDD),
            color-stop(.75, #DCDDDD), color-stop(.75, transparent),
            to(transparent));
      background-image: -webkit-linear-gradient(-45deg, #DCDDDD 25%, transparent 25%,
      transparent 50%, #DCDDDD 50%, #DCDDDD 75%,
      transparent 75%, transparent);
      background-image: -moz-linear-gradient(-45deg, #DCDDDD 25%, transparent 25%,
      transparent 50%, #DCDDDD 50%, #DCDDDD 75%,
      transparent 75%, transparent);
      background-image: -ms-linear-gradient(-45deg, #DCDDDD 25%, transparent 25%,
      transparent 50%, #DCDDDD 50%, #DCDDDD 75%,
      transparent 75%, transparent);
      background-image: -o-linear-gradient(-45deg, #DCDDDD 25%, transparent 25%,
      transparent 50%, #DCDDDD 50%, #DCDDDD 75%,
      transparent 75%, transparent);
      background-image: linear-gradient(-45deg, #DCDDDD 25%, transparent 25%,
      transparent 50%, #DCDDDD 50%, #DCDDDD 75%,
      transparent 75%, transparent);
}

@media only screen and (max-width: 479px) {
	#re-sohko-private-office #top-area {padding-top: 120px; padding-bottom: 30px;}
	#re-sohko-private-office #top-area .room-thumbnail-area .col-md-offset-2 {margin-left: 0px;}
	#re-sohko-private-office #top-area .room-thumbnail-area .col-xs-6 {margin-bottom: 10px;}
	#re-sohko-private-office p {text-align: left;}
	#re-sohko-private-office #room-area .room-box {padding: 30px 0px;}
	#re-sohko-private-office p {line-height: 1.5;}
	#re-sohko-private-office #room-area .room-box .contact-btn-area .contact-btn {display: block; text-align: center;}
	#re-sohko-private-office #room-area .room-box .states-box.contracted {display: block; padding: 7px 0px; margin: 10px 0px;}
	#re-sohko-private-office #room-area .room-box .states-box.recruitment {display: block; padding: 7px 0px; margin: 10px 0px;}
	#re-sohko-private-office .title {padding-bottom: 20px;}
	#re-sohko-private-office #customize-menu {padding: 30px 0px;}
	#re-sohko-private-office .box-wrap {padding: 0px;}
	#re-sohko-private-office .box-wrap .col-xs-4 {padding-left: 5px; padding-right: 5px;}
	#re-sohko-private-office p {font-size: 13px;}
	#re-sohko-private-office .box {padding: 20px 0px;}
	#advisers .member ul{padding: 0px 10px;}
	#advisers .member h3.job{text-align: center; font-size: 20px;}
}

/*original bootstrap*/
col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-1-5 {
	width: 20%;
	float: left;
}
.col-xs-2-5 {
	width: 40%;
	float: left;
}

.col-xs-3-5 {
	width: 60%;
	float: left;
}

.col-xs-4-5 {
	width: 80%;
	float: left;
}
@media (min-width: 768px) {
	.col-sm-1-5 {
		width: 20%;
		float: left;
	}
	col-sm-2-5 {
		width: 40%;
		float: left;
	}
	col-sm-3-5 {
		width: 60%;
		float: left;
	}
	col-sm-4-5 {
		width: 80%;
		float: left;
	}
}
@media (min-width: 992px) {
	.col-md-1-5 {
		width: 20%;
		float: left;
	}
	.col-md-2-5 {
		width: 40%;
		float: left;
	}
	.col-md-3-5 {
		width: 60%;
		float: left;
	}
	.col-md-4-5 {
		width: 80%;
		float: left;
	}
}
@media (min-width: 1200px) {
	.col-lg-1-5 {
		width: 20%;
		float: left;
	}
	.col-lg-2-5 {
		width: 40%;
		float: left;
	}
	.col-lg-3-5 {
		width: 60%;
		float: left;
	}
	.col-lg-4-5 {
		width: 80%;
		float: left;
	}
}
/*/original bootstrap*/

/*new added css at 09/15/2016 */
.topics{
	padding-right: 15px;
	padding-left: 15px;
}

.pinned-post {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	flex-direction: column;
}
.pinned-post_thumbnail {
	position: relative;
}
.pinned-post_thumbnail img {
	width: 100%;
}
.pinned-post_thumbnail svg {
	position: absolute;
	width: 32px;
	height: 32px;
	top: -24px;
	left: 6px;
	fill: #f35151;
}
.pinned-post_title {
	font-size: large;
	font-weight: 600;
}
@media (min-width: 768px) {
	.pinned-post {
		flex-direction: row;
	}
	.pinned-post_title {
		font-size: x-large;
	}
}

.default .divide-sm{
	min-height: 350px;
}

.not-found {
	background: white;
	padding: 3rem;
	margin-top: 20rem;
	margin-bottom: 10rem;
	text-align: center;
	min-height: 50vh;
}

.post-satellite-member {
	display: block;
}
.post-satellite-member_thumb {
	position: relative;
	padding-bottom: 66.6666667%;
}
.post-satellite-member_thumb > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.post-satellite-member_title {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: justify;
}

.shibuya-contact-lead {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.7;
}
.shibuya-contactbox {
	padding: 10px;
}
.shibuya-contactbox > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100px;
	border: 1px solid #000;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
.shibuya-contactbox > a:hover {
	background-color: #000;
	color: #fff;
}
@media (max-width: 640px) {
	.shibuya-contact-lead {
		padding-top: 20px;
		font-size: 13px;
		font-weight: 300;
	}
	.shibuya-contactbox > a {
		height: 50px;
	}
}

/* Utils */
.u-mt-sss {
  margin-top: 4px !important;
}
.u-mb-s {
  margin-bottom: 10px !important;
}
.u-mt-l {
  margin-top: 40px !important;
}
.u-mb-l {
  margin-bottom: 40px !important;
}
.u-mt-ll {
  margin-top: 60px !important;
}
.u-mb-ll {
  margin-bottom: 60px !important;
}

/* satelite_allpost テンプレートの改修スタイル */
.allpost_menu-anchor {
  font-weight: bold;
  padding: 5px 0;
  margin: 10px 0;
  width: 100%;
  text-align: center;
}
a.allpost_menu-anchor:hover {
  font-weight: bold;
  padding: 5px 0;
}
a.allpost_menu-anchor:active,
a.allpost_menu-anchor:focus {
  color: white;
  text-decoration: none;
}
}
