/*
Theme Name: Polo
Theme URI: http://themewagon.com/demo/polo-responsive-app-landing-page-template
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: One page app landing HTML5 CSS3 template powered by Bootstrap 3.
Version: 2.0
License: MPL v2.0
License URI: https://www.mozilla.org/MPL/2.0/
Tags: green, white, responsive-layout, one page, full-width-template
Text Domain: polo
*/
/**
* Table of Contents:
*
* 01.0 - Custom Fonts
* 02.0 - Global
* 03.0 - Side Menu
* 04.0 - Preloader
* 05.0 - Header
* 06.0 - Banner
* 07.0 - trouble
* 08.0 - howto
* 09.0 - voice Member
* 10.0 - Testimonial
* 11.0 - Subscribe
* 12.0 - Contact us
* 13.0 - Footer
* 14.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Custom Fonts 
/////////////////////////////////////////////////////////////////////*/
@font-face {
 font-family: 'caviar_dreams';
 src: url('../fonts/CaviarDreams-webfont.woff2') format('woff2'), url('../fonts/CaviarDreams-webfont.woff') format('woff'), url('../fonts/CaviarDreams-webfont.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}
/* ///////////////////////////////////////////////////////////////////// 
//  02 - Global 
/////////////////////////////////////////////////////////////////////*/
* {
 outline: none !important;
}
body {
 font-family: 'Zen Kaku Gothic New', Calibri, Arial, sans-serif;
 /*font-family: 'Lato', Calibri, Arial, sans-serif;*/
 color: #353535;
 font-weight: 400;
 letter-spacing: 0.08em;
 line-height: 1.6em;
}
h1, h2, h3, h4, h5, h6 {
 font-family: 'Zen Kaku Gothic New', sans-serif;
 letter-spacing: 0.08em;
 font-weight: 500;
 line-height: 1.6em;
}
p, a, li {
 font-family: 'Zen Kaku Gothic New', sans-serif;
 letter-spacing: 0.08em;
}
a {
 transition: all 0.3s ease-out;
 position: relative;
 color: #00c3ff;
 /* padding: .5em;
 margin: -.5em;
*/
}
a:focus, a:hover {
 text-decoration: none;
 color: #a473ff;
}
i {
 line-height: 1em;
}
.pc_br, .pc_img {
 display: block;
}
.sp_br, .sp_img {
 display: none;
}
@media all and (max-width: 991px) {
 .pc_br, .pc_img {
  display: none;
 }
 .sp_br, .sp_img {
  display: block;
 }
}
.img_res {
 display: block;
 width: 100%;
 height: auto;
 max-width: 100%;
}
.block-title {
 font-size: 30px;
 padding: 0 40px;
 margin: 0;
 line-height: 1.6;
 display: inline-block;
 position: relative;
 text-transform: uppercase;
}
.block-title p {
 font-size: 16px;
 color: #bbbbbb;
}
.block {
 padding: 80px 0px 50px 0px;
 overflow: hidden;
}
.title-box {
 text-align: center;
 margin-bottom: 50px;
}
.bb-top-left {
 position: absolute;
 width: 15px;
 height: 15px;
 top: 0;
 left: 0;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
}
.bb-bottom-left {
 position: absolute;
 width: 15px;
 height: 15px;
 bottom: 0;
 left: 0;
 border-bottom: 1px solid #000;
 border-left: 1px solid #000;
}
.bb-top-right {
 position: absolute;
 width: 15px;
 height: 15px;
 top: 0;
 right: 0;
 border-top: 1px solid #000;
 border-right: 1px solid #000;
}
.bb-bottom-right {
 position: absolute;
 width: 15px;
 height: 15px;
 bottom: 0;
 right: 0;
 border-bottom: 1px solid #000;
 border-right: 1px solid #000;
}
.polo-btn {
 display: block;
 text-align: center;
 font-size: 21px;
 font-weight: 100;
 height: 60px;
 line-height: 56px;
 margin: 0px 0px 20px 0px;
 transition: 0.4s ease all;
 border-radius: 30px;
 background: #FF9515;
 color: #fff;
 box-shadow: 0px 0px 14px 4px rgb(255 149 21 / 80%);
}
.polo-btn2 {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    height: 30px;
    line-height: 28px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
    border-radius: 30px;
    background: #FF9515;
    color: #fff;
    box-shadow: 0px 0px 14px 4px rgb(255 149 21 / 80%);
   }
.store:hover {
 box-shadow: none;
 color: #fff;
}
/* ///////////////////////////////////////////////////////////////////// 
//  03 - Side Menu
/////////////////////////////////////////////////////////////////////*/
#sidebar-wrapper {
 z-index: 1000;
 position: fixed;
 right: 0;
 width: 500px;
 height: 100%;
 margin-right: -500px;
 overflow-y: auto;
 background: #8f80ff;
 z-index: 99999999;
 -webkit-transition: all 0.4s ease 0s;
 -moz-transition: all 0.4s ease 0s;
 -ms-transition: all 0.4s ease 0s;
 -o-transition: all 0.4s ease 0s;
 transition: all 0.4s ease 0s;
}
.sidebar-nav {
 position: absolute;
 width: 100%;
 margin: 0;
 padding: 0;
 list-style: none;
}
.sidebar-nav li {
 line-height: 40px;
 border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}
.sidebar-nav li a {
 display: block;
 text-decoration: none;
 color: #FFF;
 font-size: 16px;
 padding: 15px 15px;
 box-sizing: border-box;
}
.sidebar-nav li a:hover {
 text-decoration: none;
 color: #FF9A2C;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
 text-decoration: none;
}
.sidebar-nav li i {
 margin-right: 0.5em;
}
.sidebar-nav > .sidebar-brand {
 height: 55px;
 font-size: 18px;
 line-height: 55px;
}
.sidebar-nav > .sidebar-brand a {
 color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
 color: #fff;
 background: none;
}
#sidebar-wrapper.active {
 right: 500px;
 width: 500px;
 -webkit-transition: all 0.4s ease 0s;
 -moz-transition: all 0.4s ease 0s;
 -ms-transition: all 0.4s ease 0s;
 -o-transition: all 0.4s ease 0s;
 transition: all 0.4s ease 0s;
}
.toggle {
 margin: 5px 5px 0 0;
}
.close-btn {
 display: block;
 color: #FFFFFF;
 font-size: 60px;
 margin: 0;
 padding: 0;
 text-align: right;
 width: 100%;
 padding-right: 20px;
}
.close-btn:hover {
 color: #FF9A2C;
}
/* ///////////////////////////////////////////////////////////////////// 
//  04 - Preloader
/////////////////////////////////////////////////////////////////////*/
#preloader {
 position: fixed;
 left: 0;
 top: 0;
 z-index: 99999999999;
 width: 100%;
 height: 100%;
 overflow: visible;
 background: #fff url('../img/preloader.gif') no-repeat center center;
}
/* ///////////////////////////////////////////////////////////////////// 
//  05 - Header
/////////////////////////////////////////////////////////////////////*/
.sticky {
 position: fixed;
 width: 100%;
 background: transparent;
 padding: 15px 0px;
 transition: all 0.5s;
 z-index: 99999;
}
.fixed {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 background: linear-gradient(to right, #59a4ff, #a473ff);
 padding: 0px;
}
.logo {
 color: #fff;
 font-size: 2.5em;
 line-height: 1.6;
 white-space: nowrap;
}
.logo:hover {
    color: #ededed;
   }
#logo_menu {
 padding: 5px 0px;
}
#menu-toggle {
 z-index: 1;
 font-size: 35px;
 float: right;
 border: 1px solid #fff;
 color: #fff;
 margin: 5px 0px;
 padding: 2px 10px;
 line-height: 0;
}
.store-btn-container {
 padding-top: 15px;
}
.store-btn:hover, #menu-toggle:hover {
 background: #8c83ff;
 /* border-color: #8f80ff; */
 color: #fff;
}
/* ///////////////////////////////////////////////////////////////////// 
//  06 - Banner
/////////////////////////////////////////////////////////////////////*/
#banner {
 background: url(../img/bg.jpg);
 background-position: center;
 background-size: cover;
 padding-top: 80px;
 background-attachment: fixed;
 position: relative;
}
.headings {
 padding: 25% 0 30% 0;
 color: #fff;
}
.headings h1 {
 font-size: 39px;
 font-weight: 500;
 padding-bottom: 20px;
}
.headings p {
 font-size: 18px;
 font-weight: 300;
 padding-bottom: 20px;
}
.hand-container {
 max-height: 500px;
 overflow: hidden;
 margin-top: 120px;
}
.iphone-hand {}
.polo-btn i {
 padding-right: 6px;
}
.slidedown {
 font-size: 50px;
 color: #fff;
 position: absolute;
 bottom: 20px;
 left: calc(50% - 20px);
 z-index: 99;
 cursor: pointer;
}
/* ///////////////////////////////////////////////////////////////////// 
//  07 - trouble
/////////////////////////////////////////////////////////////////////*/
.trouble-box {
 padding: 30px 0px;
 text-align: center;
 max-width: 360px;
 margin: 0 auto;
}
.trouble-box i {
 font-size: 7em;
 line-height: 0 !important;
 margin: 0;
 padding: 0;
}
.trouble-box p {
 padding: 0px 20px;
 text-align: left;
}
.trouble-box h3 {
 margin: 0;
 padding: 20px 0px;
 font-weight: 300;
}
/*追加*/
/* ///////////////////////////////////////////////////////////////////// 
//  about
/////////////////////////////////////////////////////////////////////*/
#about {
 background: url(../img/howto-bg.png) no-repeat;
 background-size: cover;
 background-attachment: fixed;
 padding-top: 180px;
 position: relative;
}
#about .kaiketu {
 position: absolute;
 left: 0%;
 right: 0%;
 margin: auto;
 top: 0;
 width: 600px;
 height: 140px;
 background: url("../img/kaiketu_arrow.svg")no-repeat;
 background-size: contain;
 background-position: center;
 display: flex;
 align-items: center;
 justify-content: center
}
#about .kaiketu p {
 line-height: 100px;
 text-align: center;
 font-size: 30px;
 font-weight: 500;
 text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
 position: relative;
 padding: 0 30px;
}
#about .kaiketu p:before {
 position: absolute;
 content: "";
 width: 20px;
 height: 38px;
 left: 0;
 top: 0%;
 bottom: 0%;
 margin: auto;
 background: url("../img/kaiketu_three.svg")no-repeat;
 background-size: cover;
}
#about .kaiketu p:after {
 position: absolute;
 content: "";
 width: 20px;
 height: 38px;
 right: 0;
 top: 0%;
 bottom: 0%;
 margin: auto;
 transform: rotateY(180deg);
 background: url("../img/kaiketu_three.svg")no-repeat;
 background-size: cover;
}
#about .col-xs-12 {
 display: flex;
 color: #fff;
}
#about .col-xs-12 figure {
 width: 40%;
 margin-right: 40px;
}
#about .col-xs-12 figure img {
 width: 100%;
 display: block;
 background: #fff;
}

#about .col-xs-12 dl dd figure {
    width: 100%;
    margin-right: 40px;
   }
   #about .col-xs-12 dl dd figure img {
    width: 97%;
    display: block;
    background: #fff;
   }
#about .col-xs-12 dl {
 width: calc(60% - 40px);
 margin:auto;
}
#about .col-xs-12 dl dt {
 font-size: 24px;
 margin-bottom: 20px;
	font-weight: 500;
}

#about .col-xs-12 dl2 {
    width: auto;
    color: #fff;
    text-align:center;
    margin:auto;
    font-size: 22px;
   }

/*追加*/
/* ///////////////////////////////////////////////////////////////////// 
//  what
/////////////////////////////////////////////////////////////////////*/
#what {
    background: url(../img/howto-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
   }
   #what .kaiketu {
    position: absolute;
    left: 0%;
    right: 0%;
    margin: auto;
    top: 0;
    width: 600px;
    height: 140px;
    background: url("../img/kaiketu_arrow.svg")no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center
   }
   #what .kaiketu p {
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    position: relative;
    padding: 0 30px;
   }
   #what .kaiketu p:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 38px;
    left: 0;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background: url("../img/kaiketu_three.svg")no-repeat;
    background-size: cover;
   }
   #what .kaiketu p:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 38px;
    right: 0;
    top: 0%;
    bottom: 0%;
    margin: auto;
    transform: rotateY(180deg);
    background: url("../img/kaiketu_three.svg")no-repeat;
    background-size: cover;
   }
   #what .col-xs-12 {
    display: flex;
    color: #fff;
   }
   #what .col-xs-12 figure {
    width: 40%;
    margin-right: 40px;
   }
   #what .col-xs-12 figure img {
    width: 100%;
    display: block;
    background: #fff;
   }
   
   #what .col-xs-12 dl dd figure {
       width: 100%;
       margin-right: 40px;
      }
      #what .col-xs-12 dl dd figure img {
       width: 97%;
       display: block;
       background: #fff;
      }
   #what .col-xs-12 dl {
    width: calc(60% - 40px);
    margin:auto;
   }
   #what .col-xs-12 dl dt {
    font-size: 24px;
    margin-bottom: 20px;
       font-weight: 500;
   }
   
   #what .col-xs-12 dl2 {
       width: auto;
       color: #fff;
       text-align:center;
       margin:auto;
       font-size: 22px;
      }
/* ///////////////////////////////////////////////////////////////////// 
//  08 - howto
/////////////////////////////////////////////////////////////////////*/
#howto,#howto2,#howto3,#howto4,#howto5,#howto6 {
 background: #353535;
}
#screenshots .item,#screenshots2 .item,#screenshots3 .item,#screenshots4 .item,#screenshots5 .item,#screenshots6 .item {
 padding: 0px 0px;
 margin: 10px 10px 20px;
 color: #FFF;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px;
 text-align: center;
}
#screenshots .item img,#screenshots2 .item img,#screenshots3 .item img,#screenshots4 .item img,#screenshots5 .item img,#screenshots6 .item img {
 display: block;
 margin-bottom: 20px;
}
#screenshots .item figcaption,#screenshots2 .item figcaption,#screenshots3 .item figcaption,#screenshots4 .item figcaption,#screenshots5 .item figcaption,#screenshots6 .item figcaption {
 text-align: left;
}
#screenshots .item figcaption h4,#screenshots2 .item figcaption h4,#screenshots3 .item figcaption h4,#screenshots4 .item figcaption h4,#screenshots5 .item figcaption h4,#screenshots6 .item figcaption h4 {
 display: block;
 position: relative;
}
#screenshots .item figcaption h4 i,#screenshots2 .item figcaption h4 i,#screenshots3 .item figcaption h4 i,#screenshots4 .item figcaption h4 i,#screenshots5 .item figcaption h4 i,#screenshots6 .item figcaption h4 i {
 background: #8C50FF;
 width: 40px;
 height: 40px;
 border-radius: 20px;
 vertical-align: middle;
 text-align: center;
 position: absolute;
 line-height: 40px;
 left: 0;
 top: 0;
}
#screenshots .item figcaption h4 p,#screenshots2 .item figcaption h4 p,#screenshots3 .item figcaption h4 p,#screenshots4 .item figcaption h4 p,#screenshots5 .item figcaption h4 p,#screenshots6 .item figcaption h4 p {
 padding-left: 50px;
 padding-top: 5px;
}
.customNavigation {
 text-align: center;
}
/*use styles below to disable ugly selection*/
.customNavigation a {
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.gallery-nav {
 color: #4186D8;
 font-size: 2em;
 margin: 0 1em;
 padding: 10px 19px;
 line-height: 0;
 border: 1px solid #4186D8;
 border-radius: 50%;
}
.gallery-nav:hover, .gallery-nav:focus, .gallery-nav:active {
 color: #fff;
 background: #4186D8;
 box-shadow: 0px 0px 14px 4px rgba(65, 134, 216, .8);
}

.contact-instructions {
    width:350px;
    background: #4186D8;
    color: #fff;
    line-height: center;
    box-sizing: border-box;
    margin: 0 auto;
    box-shadow: 0px 0px 14px 4px rgb(65 134 216 / 80%);
}
.contact-instructions:hover {
    box-shadow: none;
    color: #fff;
}
.contact-instructions:visited {
    color: #fff;
}
.contact-instructions input {
    border: none;
    background: none;
    font-size: 21px;
    line-height: 54px;
}
.contact-instructions a:hover {
    box-shadow: none;
    color: #fff;
}

/*追加*/
/* ///////////////////////////////////////////////////////////////////// 
//  os
/////////////////////////////////////////////////////////////////////*/
#os {
 background: url(../img/os-bg.png) no-repeat;
 background-size: cover;
 background-attachment: fixed;
 position: relative;
}
#os .col-xs-12 {
 width: 80%;
 margin: 0 auto;
 float: none;
}
#os .col-xs-12 h4 {
 color: #fff;
}
#os .col-xs-12 h4 i {
 margin-right: 0.5em;
}
#os table {
 width: 100%;
 border: 1px solid #fff;
}
#os table:first-of-type {
 margin-bottom: 40px;
}
#os table th, #os table td {
 padding: 10px;
 text-align: center;
 box-sizing: border-box;
 border: 1px solid #fff;
 vertical-align: middle;
}
#os table th {
 background: rgba(255, 255, 255, 0.8);
 width: 30%;
}
#os table td {
 text-align: left;
 width: 70%;
 color: #fff;
 background: rgba(53, 53, 53, 0.6);
}
/* ///////////////////////////////////////////////////////////////////// 
//  09 - voice Member
/////////////////////////////////////////////////////////////////////*/
.voice-member {
 text-align: center;
 margin-bottom: 40px;
 max-width: 360px;
 margin: 0 auto 40px;
}
.voice-member p {
 padding: 10px 10px 15px 10px;
 text-align: left;
}
.voice-member h4 {
 line-height: 1em;
}
.voice-member img {
 display: block;
 margin-bottom: 20px;
}
/*追加*/
/* ///////////////////////////////////////////////////////////////////// 
//  step
/////////////////////////////////////////////////////////////////////*/
#step {
 background: #F5F2F2;
}
.timeline {
 position: relative;
 padding: 0;
 list-style: none;
}
.timeline:before {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 40px;
 width: 2px;
 margin-left: -1.5px;
 content: "";
 background-color: #e5e5e5;
}
.timeline > li {
 position: relative;
 min-height: 50px;
 margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
 display: table;
 content: " ";
}
.timeline > li:after {
 clear: both;
}
.timeline > li .timeline-panel {
 position: relative;
 float: right;
 width: 100%;
 padding: 0 20px 0 100px;
 text-align: left;
}
.timeline > li .timeline-panel:before {
 right: auto;
 left: -15px;
 border-right-width: 15px;
 border-left-width: 0;
}
.timeline > li .timeline-panel:after {
 right: auto;
 left: -14px;
 border-right-width: 14px;
 border-left-width: 0;
}
.timeline > li .timeline-image {
 position: absolute;
 z-index: 100;
 left: 0;
 width: 80px;
 height: 80px;
 margin-left: 0;
 text-align: center;
 color: white;
 border: 7px solid #e5e5e5;
 border-radius: 100%;
 background-color: #ffc800;
}
.timeline > li .timeline-image img {
 border-radius: 50% !important;
 max-width: 100%;
 height: auto;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
 font-size: 10px;
 line-height: 14px;
 margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
 float: right;
 padding: 0 20px 0 100px;
 text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
 right: auto;
 left: -15px;
 border-right-width: 15px;
 border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
 right: auto;
 left: -14px;
 border-right-width: 14px;
 border-left-width: 0;
}
.timeline > li:last-child {
 margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
 margin-top: 0;
 color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
 text-transform: none;
}
.timeline .timeline-body > ul, .timeline .timeline-body > p {
 margin-bottom: 0;
}
@media (min-width: 768px) {
 .timeline:before {
  left: 50%;
 }
 .timeline > li {
  min-height: 100px;
  margin-bottom: 60px;
 }
 .timeline > li .timeline-panel {
  float: left;
  width: 41%;
  padding: 0 20px 20px 30px;
  text-align: right;
 }
 .timeline > li .timeline-image {
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
 }
 .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 13px;
  line-height: 18px;
  margin-top: 16px;
 }
 .timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 30px 20px 20px;
  text-align: left;
 }
}
@media (min-width: 992px) {
 .timeline > li {
  min-height: 150px;
 }
 .timeline > li .timeline-panel {
  padding: 0 20px 20px;
 }
 .timeline > li .timeline-image {
  width: 150px;
  height: 150px;
  margin-left: -75px;
 }
 .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 30px;
 }
 .timeline > li.timeline-inverted > .timeline-panel {
  padding: 0 20px 20px;
 }
}
@media (min-width: 1200px) {
 .timeline > li {
  min-height: 170px;
 }
 .timeline > li .timeline-panel {
  padding: 0 20px 20px 100px;
 }
 .timeline > li .timeline-image {
  width: 170px;
  height: 170px;
  margin-left: -85px;
 }
 .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  margin-top: 40px;
 }
 .timeline > li.timeline-inverted > .timeline-panel {
  padding: 0 100px 20px 20px;
 }
}
/* ///////////////////////////////////////////////////////////////////// 
//  11 - Subscribe Section
/////////////////////////////////////////////////////////////////////*/
#subscribe {
 background: url(../img/subs-bg.jpg);
 padding: 100px 0px;
 background-repeat: no-repeat;
 background-size: cover;
}
.susbcribe-text {
 text-align: center;
 font-size: 24px;
 font-weight: 300;
 padding-bottom: 30px;
}
.container.subscribe-wrap {
 max-width: 600px;
}
#exampleInputEmail1 {
 font-size: 20px;
 padding: 15px 30px;
 height: auto;
 border: 2px solid #4186D8;
 border-radius: 0px;
 box-shadow: none;
}
.btn-custom {
 width: 100%;
 padding: 5px 15px;
 font-size: 34px;
 margin-top: 0px;
 background: #4186D8;
 box-shadow: none;
 border: 2px solid #4186D8;
 margin-left: -16px;
 color: #fff;
}
.subscribe-wrap .form-group {
 margin-right: -16px;
}
/* ///////////////////////////////////////////////////////////////////// 
//  12 - Contact us Section
/////////////////////////////////////////////////////////////////////*/
.contact-box {
 display: flex;
}
.company {
 width: 50%;
 background: url("../img/company-bg.jpg");
 background-position: center;
 background-size: cover;
 color: #fff;
 padding: 60px;
 box-sizing: border-box;
}
.mailbox {
 width: 50%;
 background-image: url(../img/map-image.png);
 background-position: center;
 background-size: cover;
 background-color: #222;
 color: #fff;
 padding: 60px;
 box-sizing: border-box;
}
.company .container {
 max-width: 100%;
}
.mailbox .container {
 max-width: 100%;
}
.company h4 {
 text-align: center;
 margin-bottom: 20px;
}
.company table, .company table tr, .company table tbody {
 display: block;
}
.company table th, .company table td {
 width: 100%;
 display: block;
 padding: 10px;
 box-sizing: border-box;
}
.company table th {
 text-align: center;
 font-weight: 500;
 padding-bottom: 0;
}
.company table td {
 border-bottom: 2px solid #fff;
}
.company table td a {
 text-decoration: underline;
}
.mailbox .container {
 margin-bottom: 0px;
}
.ContactBox dl {
 margin: 0;
}
.ContactBox dl dt {
 margin-bottom: 5px;
}
.ContactBox dl dd {
 margin-bottom: 20px;
}
.ContactBox dd input, .ContactBox dd textarea {
 border-radius: 0px;
 box-shadow: none;
 border: 2px solid #C2C2C2;
 font-size: 18px;
 padding: 10px;
 width: 100%;
 box-sizing: border-box;
}
#contactForm dd input:active, #contactForm dd textarea:active, #contactForm dd input:hover, #contactForm dd textarea:hover {
 border: 2px solid #4186D8;
}
#contactForm #name, #contactForm #email, #contactForm #company-name {
 padding: 20px;
 height: auto;
}
#contactForm .form-group {
 margin-bottom: 25px;
}
#contactForm #message {
 height: 258px;
 padding-bottom: 40px;
}
.contact-submit {
 width: 160px;
 background: #4186D8;
 color: #fff;
 line-height: center;
 box-sizing: border-box;
 margin: 0 auto;
 box-shadow: 0px 0px 14px 4px rgb(65 134 216 / 80%);
}
.contact-submit:hover {
 box-shadow: none;
 color: #fff;
}
.contact-submit input {
 border: none;
 background: none;
 font-size: 21px;
 line-height: 54px;
}
.contact-submit:visited {
 color: #fff;
}
#contact {
 position: relative;
}
#contact .privacy {
 text-align: right;
 margin-top: 20px;
}
#contact .privacy a {
 text-decoration: underline;
 display: inline-block;
}
#contact .block-title span {
 border-color: #fff;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #4186D8;
}
input:-moz-placeholder, textarea:-moz-placeholder {
 color: #4186D8;
}
/* ///////////////////////////////////////////////////////////////////// 
//  13 - Footer Section
/////////////////////////////////////////////////////////////////////*/
#footer {
 background: #353535;
 padding: 20px 0px 22px 0px;
}
.footer-logo {
 font-size: 27px;
 color: #fff;
 font-weight: 300;
}
.footer-logo a:hover {
 color: #4186D8;
}
.footer-logo a {
 color: #dadada;
}
.copyright {
 color: #fff;
 text-align: center;
 font-size: 14px;
 margin-top: 40px;
}
#footer span {
 color: #e9e9e9;
 display: block;
 font-size: 20px;
 margin-bottom: -15px;
}
/* ///////////////////////////////////////////////////////////////////// 
//  14 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/
/*1170px - 992px*/
@media all and (max-width: 1170px) and (min-width: 992px) {
 .company {
  width: 100%;
 }
 .mailbox {
  width: 100%;
 }
 .company-list {
  padding: 200px 0px 70px 0px;
  width: 100%;
  max-width: 100%;
 }
 .company {
 }
 .mailbox .container {
  margin-top: 100px;
  height: auto;
 }
}
/*1170px*/
@media all and (max-width: 1170px) {
 .contact-box {
  display: block;
 }
 .company {
  width: 100%;
 }
 .mailbox {
  width: 100%;
 }
 .mailbox {
  padding-bottom: 111px;
  height: auto;
 }
 .mailbox .container {
  margin-top: 0;
  margin-bottom: 0px;
 }
}
/*992px*/
@media all and (max-width: 992px) {
 .headings {
  padding: 5% 0 20% 0;
 }
	.logo{
		font-size: 2em;
	}
 .hand-container {
  margin: 10% auto 0;
  width: 80%;
 }
	.headings h1{
		font-size: 1.6em;
	}
 .headings h1, .headings p {
  text-align: center;
 }
 .headings .col-sm-6 {
  float: none;
  margin: 0 auto;
		width: 80%;
		max-width: 500px;
		min-width: 300px;
 }
	.block{
		padding: 40px 0px 50px 0px;
	}
 .block-title {
  font-size: 1.4em;
		padding: 0 20px;
 }
 .title-box {
  padding: 0 20px;
 }
 #about .kaiketu {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  background-size: 100% 100%;
 }
 #about .kaiketu p {
		font-size: 1.4em;
  line-height: 1.6em;
  padding: 0 40px;
 }
 #about .kaiketu p:before, #about .kaiketu p:after {
  width: 30px;
  height: 57px;
 }
	#about .col-xs-12{
		display: block;
	}
	#about .col-xs-12 figure{
		width: 80%;
		max-width: 800px;
		margin: 0 auto;
	}
	#about .col-xs-12 dl{
		width: 100%;
	}
	#about .col-xs-12 dl dt{
		font-size: 1.2em;
	}
     #about .kaiketu {
  width: 100%;
  padding: 0 40px;
  box-sizing: border-box;
  background-size: 100% 100%;
 }
 #about .kaiketu p {
		font-size: 1.4em;
  line-height: 1.6em;
  padding: 0 40px;
 }
 #about .kaiketu p:before, #about .kaiketu p:after {
  width: 30px;
  height: 57px;
 }
	#about .col-xs-12{
		display: block;
	}
	#about .col-xs-12 figure{
		width: 80%;
		max-width: 800px;
		margin: 0 auto;
	}
	#about .col-xs-12 dl{
		width: 100%;
	}
	#about .col-xs-12 dl dt{
		font-size: 1.2em;
	}
	#screenshots .item figcaption h4 p{
		padding-top: 0;
	}
	#os .col-xs-12{
		width: 100%;
	}
	#voice .col-md-3:last-of-type .voice-member{
		margin-bottom: 0;
	}
 .company,.mailbox{
  padding: 40px 20px;
 }
	.company .container,.mailbox .container{
		padding: 0;
	}
 .company	.col-sm-12{
		padding: 0;
	}
	#sidebar-wrapper.active{
		width: 100%;
	}
}
/*768px*/
@media all and (max-width: 768px) {
 #footer, .copyright {
  text-align: center;
 }
}
/*480px*/
@media all and (max-width: 480px) {
 .btn-custom {
  padding: 5px 0px;
 }
}