/* ==================================================
   Basic Styles
================================================== */
html, body {
	font-family: 'Raleway', sans-serif;
	height: 100%;
	margin: 0;
}

html, hmtl a {
	width: 100%;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8em;
	color: #333;
}

p {
	font-weight: 400;
    line-height: 40px;
	margin: 0;
}

b {
	font-weight: bold;
}

a {
	color: #aa1b0d;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #372a19;
}


.margin5 {
	margin: 0 0 5px 0;	
}
.margin10 {
	margin: 0 0 10px 0;	
}
.margin15 {
	margin: 0 0 15px 0;	
}
.margin20 {
	margin: 0 0 20px 0;	
}
.margin30 {
	margin: 0 0 30px 0;	
}
.margin40 {
	margin: 0 0 40px 0;	
}
.margin50 {
	margin: 0 0 50px 0;	
}
.margin60 {
	margin: 0 0 60px 0;	
}
.margin80 {
	margin: 0 0 80px 0;	
}
.margin100 {
	margin: 0 0 100px 0;	
}

.margin-mobile-5, .margin-mobile-10, .margin-mobile-20, .margin-mobile-30, .margin-mobile-40, .margin-mobile-60, .margin-mobile-80 {
	margin: 0;	
}

.hr-01 {
  	border-top: 1px solid rgba(0,0,0,0.7);
	margin: 10px 0;	
}
.hr-02 {
  	border-top: 2px dotted #372a19;
	margin: 10px 0;	
}
.hr-03 {
  	border-top: 1px solid rgba(0,0,0,0.2);
	margin: 10px 0;	
}
.hr-04 {
  	border-top: 5px solid rgba(0,0,0,0.1);
	margin: 20px 0;	
}

.error {
	color: #ff0000;
	line-height: 1.3em;
}
.error-02 {
	color: #ff9933;
}

.strong-01 {
	font-weight: 500;
}
.strong-02 {
	font-weight: 600;
}
.strong-03 {
	font-weight: 700;
}
.strong-04 {
	font-size: 18px;
	font-weight: 700;
}

.color-01 {
	color: #fff;
}
.color-02 {
	color: #ccc;
}
.color-03 {
	color: #999;
}

.center {
	text-align: center!important;
}

/* ==================================================
   Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}


/* ==================================================
   Top bar
================================================== */
.top-bar {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
    display: table;
	width: 100%;	
	margin: 0 0 20px 0;
	vertical-align: middle;
}

.logo {
    display: table-cell;
    max-width: 400px;
	vertical-align: middle;
	padding: 20px 0 0 30px;
}
.logo img {
    width: 45%;
    height: auto;
	vertical-align: bottom;
}
.logo-1 {
    display: block;
}
.logo-2 {
    display: none;
}


.nav-01-button {
    display: none;
}
.nav-01 {
    display: table-cell;
	vertical-align: middle;
	padding: 20px 20px 0 0;
}
.nav-01 ul {
    display: table;
    width: 80%;
	list-style-type: none;
	list-style: none;
	overflow: hidden;
	padding: 0;
    margin: auto 0 auto auto;
}
.nav-01 li {
    display: table-cell;
	padding: 0;
	margin: 0;
}
.nav-01 li a {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	padding: 5px 10px;
	margin: 0 0 0 10px;
    border: 1px solid rgba(255,255,255,0);
}
.nav-01 li.current a {
	color: #fff;
    border: 1px solid #fff;
}
.nav-01 li a:hover {
	color: #43b9d2;
    border: 1px solid rgba(255,255,255,0);
}


/* ==================================================
   Main
================================================== */
.page-01 {
	display: table;
	width: 100%;
	height: 100%;
}



.parallax-1, 
.parallax-2, 
.parallax-3, 
.parallax-4, 
.parallax-1-solutions, 
.parallax-1-approach, 
.parallax-1-projects, 
.parallax-2-projects, 
.parallax-3-projects, 
.parallax-4-projects, 
.parallax-5-projects, 
.parallax-6-projects, 
.parallax-1-team, 
.parallax-2-team 
{
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: calc(50vw - 30vh);
}
.parallax-1 {
	background-image: url("../images/home-bg-1.jpg");
}
.parallax-2 {
	background-image: url("../images/home-bg-2.jpg");
}
.parallax-3 {
	background-image: url("../images/home-bg-3.jpg");
}
.parallax-4 {
	background-image: url("../images/home-bg-4.jpg");
}
.parallax-1-solutions {
	background-image: url("../images/solutions-bg-1.jpg");
}
.parallax-1-approach {
	background-image: url("../images/approach-bg-1.jpg");
}
.parallax-1-projects {
	background-image: url("../images/projects-bg-1.jpg");
}
.parallax-2-projects {
	background-image: url("../images/projects-bg-2.jpg");
}
.parallax-3-projects {
	background-image: url("../images/projects-bg-3.jpg");
}
.parallax-4-projects {
	background-image: url("../images/projects-bg-4.jpg");
}
.parallax-5-projects {
	background-image: url("../images/projects-bg-5.jpg");
}
.parallax-6-projects {
	background-image: url("../images/projects-bg-6.jpg");
}
.parallax-1-team {
	background-image: url("../images/team-bg-1.jpg");
}
.parallax-2-team {
	background-image: url("../images/team-bg-2.jpg");
}


.title-box {
	display: block;
	position: absolute;
	text-align: center;
	margin: 12% 10%;
}
.title-box h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 4em;
	font-weight: 700;
	letter-spacing: 2px;
    line-height: 1em;
	color: rgba(255,255,255,0.7);
}
.title-box h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: none;
    line-height: 1em;
	color: rgba(255,255,255,0.9);
}


.box-1 {
	padding: 3em 3em 2em 3em;
	background-image: url("../images/content-bg-1.jpg");
}
.box-1-content {
	display: table;
	margin: 0 5%;
}
.box-1-content h2 {
	font-size: 4em;
	font-weight: 700;
	letter-spacing: 2px;
    line-height: 1.2em;
	color: #372a19;
	margin: 0 0 0.8em 0;
}
.box-1-content h3 {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 0;
    line-height: 1.2em;
	color: #372a19;
	margin: 0 0 2em 0;
}
.box-1-content h4 {
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 0;
    line-height: 1.2em;
	color: #372a19;
	margin: 0 0 0.4em 0;
}
.box-1-content h5 {
	font-size: 1.4em;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
    line-height: 1.2em;
	color: #372a19;
	margin: 0 0 2em 0;
}
.box-1-content p {
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: 1px;
    line-height: 1.7em;
	color: #372a19;
	margin: 0 0 2em 0;
}
.box-1-content p.notice-1 {
	font-size: 1em;
	font-weight: 200;
    line-height: 1.5em;
	color: #372a19;
	margin: 0;
}
.box-1-content p a {
	font-weight: 600;
}
.box-1-content-pics {
    display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 1em;
	width: 100%;
	margin: 4em 0;
	vertical-align: baseline;
}
.box-1-content-pic {
	display: block;
}
.box-1-content-pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.box-1-content-pic-solo {
	display: block;
	width: 45%;
	margin: 0 0 4.4em 0;
}
.box-1-content-pic-solo img {
	display: block;
	width: 100%;
	height: 100%;
}
.box-1 a.link-1 {
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #372a19;
	margin: 0;
}
.box-1 a.link-1:hover {
	color: #aa1b0d;
}
.box-1 a.link-2 {
	font-weight: 600;
	color: #aa1b0d;
}
.box-1 a.link-2:hover {
	color: #372a19;
}
.box-1 a.link-3 {
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
    line-height: 2em;
	color: #990000;
	margin: 0 0 1.2em 0;
}
.box-1 a.link-3:hover {
	color: #000;
}
.box-1-content p.style-1 {
    line-height: 1em;
	margin: 0 0 1em 0;
}
.box-1-content p.style-2 {
	margin: -1.7em 0 3em 0;
}

.footer {
	display: block;
	text-align: right;
	padding: 0 8%;
	background-image: url("../images/content-bg-1.jpg");
}
.footer a {
	display: inline-block;
	font-size: 0.6em;
	font-weight: 300;
	letter-spacing: 1px;
    line-height: 2em;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fbe7a0;
	background: rgba(0,0,0,0.7);
	height: 100%;
	padding: 4px 20px;
	margin: 0;
}


/* ==================================================
   Media
================================================== */

@media (min-width: 961px) and (max-width: 1200px) {
.parallax-1, 
.parallax-2, 
.parallax-3, 
.parallax-4, 
.parallax-1-solutions, 
.parallax-1-approach, 
.parallax-1-projects, 
.parallax-2-projects, 
.parallax-3-projects, 
.parallax-4-projects, 
.parallax-5-projects, 
.parallax-6-projects, 
.parallax-1-team, 
.parallax-2-team {
	background-position: top;
}

.box-1-content h2 {
	font-size: 3em;
}
.box-1-content h5 {
	font-size: 1.2em;
}
.box-1-content p {
	font-size: 1.3em;
}
}


@media (min-width: 1px) and (max-width: 960px) {
.top-bar {
    position: absolute;
	top: 0;
	left: 0;
	right: 0;
    display: table;
	width: 100%;	
	margin: 0 0 20px 0;
	vertical-align: middle;
}

.logo {
    display: table-cell;
	vertical-align: middle;
	padding: 10px 0 0 17px;	
}
.logo img {
    width: 260px;
    height: auto;
	vertical-align: top;
}

.nav-01 {
    display: table-cell;
	vertical-align: top;
	padding: 0 10px 0 10px;
}
.nav-01-button {
    position: absolute;
	display: block;
	top: 1.2em;
	right: 0.8em;
	width: 30px;	
	cursor: pointer;
}
.nav-01-button img {
	display: block;
	width: 95%;
}
.nav-01 {
    position: absolute;
	display: none;
	top: 70px;
	left: 0;
	right: 0;
	vertical-align: top;
	text-align: middle;
	padding: 0 1em;
	margin: 0;
	text-align: middle;
	white-space: nowrap;
	overflow: auto;
}
.nav-01 ul {
	display: inline-block;
	list-style-type: none;
	list-style: none;
	overflow: hidden;
	padding: 1em 0;
	margin: 0 auto;
	width: 100%;
	background: rgba(255,255,255,0.9);
}
.nav-01 li {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
.nav-01 li a {
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4em;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	color: #206b92;
	width: 100%;
	padding: 1.3em 0;
	margin: 0;
    border: 0;
}
.nav-01 li.current a {
	color: #206b92;
    border: 0;
}
.nav-01 li a:hover {
	color: #206b92;
    border: 0;
}


.parallax-1, 
.parallax-2, 
.parallax-3, 
.parallax-4, 
.parallax-1-solutions, 
.parallax-1-approach, 
.parallax-1-projects, 
.parallax-2-projects, 
.parallax-3-projects, 
.parallax-4-projects, 
.parallax-5-projects, 
.parallax-6-projects, 
.parallax-1-team, 
.parallax-2-team {
	background-attachment: local;
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: calc(50vw - 1vh);
}
.parallax-1 {
	background-image: url("../images/home-bg-1-small.jpg");
}
.parallax-2 {
  background-image: url("../images/home-bg-2-small.jpg");
}
.parallax-3 {
  background-image: url("../images/home-bg-3-small.jpg");
}
.parallax-4 {
  background-image: url("../images/home-bg-4-small.jpg");
}
.parallax-1-solutions {
	background-image: url("../images/solutions-bg-1.jpg");
}
.parallax-1-approach {
	background-image: url("../images/approach-bg-1.jpg");
}
.parallax-1-projects {
	background-image: url("../images/projects-bg-1.jpg");
}
.parallax-2-projects {
	background-image: url("../images/projects-bg-2.jpg");
}
.parallax-3-projects {
	background-image: url("../images/projects-bg-3.jpg");
}
.parallax-4-projects {
	background-image: url("../images/projects-bg-4.jpg");
}
.parallax-5-projects {
	background-image: url("../images/projects-bg-5.jpg");
}
.parallax-6-projects {
	background-image: url("../images/projects-bg-6.jpg");
}
.parallax-1-team {
	background-image: url("../images/team-bg-1.jpg");
}
.parallax-2-team {
	background-image: url("../images/team-bg-2.jpg");
}


.box-1 {
	padding: 1.1em;
	background-image: url("../images/content-bg-1.jpg");
}
.box-1-content {
	display: table;
	margin: 0;
}
.box-1-content h2 {
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: 0;
    line-height: 1.1em;
	margin: 0.4em 0 1.2em 0;
}
.box-1-content h3 {
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: 0;
    line-height: 1.1em;
	margin: 0.4em 0 1.2em 0;
}
.box-1-content h4 {
	font-size: 1em;
    line-height: 1.7em;
	margin: 0 0 0.4em 0;
}
.box-1-content h5 {
	font-size: 1em;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
    line-height: 1.2em;
	margin: 0 0 1.4em 0;
}
.box-1-content p {
	font-size: 1em;
	font-weight: 400;
	letter-spacing: 0;
    line-height: 1.7em;
	margin: 0 0 1.8em 0;
}
.box-1-content-pics {
    display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0;
	width: 100%;
	margin: 0 0 2em 0;
	vertical-align: baseline;
}
.box-1-content-pic-solo {
	width: 100%;
	margin: 0 0 2em 0;
}
.box-1 a.link-1 {
	font-size: 0.9em;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0;
}
.box-1 a.link-1:hover {
}
.box-1 a.link-3 {
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 2px;
	text-transform: uppercase;
    line-height: 2em;
	color: #990000;
	margin: 0 0 1.2em 0;
}
.box-1 a.link-3:hover {
	color: #000;
}
.box-1-content p.style-1 {
    line-height: 1.7em;
	margin: 0 0 1em 0;
}
.box-1-content p.style-2 {
	margin: -0.8em 0 2.5em 0;
}


.footer {
	padding: 0 5%;
}

}



@media (min-width: 1px) and (max-width: 800px) { 

/* -------- aaa -------- */

.logo-1 {
    display: none;
}
.logo-2 {
    display: block;
}
.logo img {
    width: 220px;
}
.nav-01-button {
	top: 1.2em;
}



}

@media (min-width: 1px) and (max-width: 638px) {

}
