/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	width: 100%;
	height: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	background-color: #000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 35px;
	text-transform: uppercase;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bold;
	letter-spacing: 1px;
}

p {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #5083C6;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #5083C6;
}

.light {
	font-weight: 200;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-transform: capitalize;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
	font-size: 26px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-transform: capitalize;
}

.intro .intro-body .intro-text {
	font-size: 14px;
}

ul.qusetList {
    list-style: none;
    font-size: 1.5rem;
    padding-left: unset;
	margin-bottom: 50px;
	margin-top: 50px;
}

ul.qusetList li {
    margin-bottom: 10px;
    font-weight: bold;
    color: #ff2222;
}


.article-section {
    width: 45%;
    margin: auto;
}

.article {
    padding-bottom: 50px;
    border-bottom: 2px solid;
    padding-top: 150px;
    background: #fff;
    color: #000;
}

.article-section p {
    font-size: 1.5rem;
	margin-bottom: 2%;
}

#page-multigrill .navbar-custom {
    background: #000;
}

body#page-multigrill h1 {
    font-size: 3.5rem;
    text-align: center;
    border-bottom: 1px solid gray;
    padding-bottom: 15px;
    line-height: 1.3;
    font-family: meiryo;
    color: #3c3c3c;
    margin-bottom: 15px;
    position: relative;
    padding-top: 20px;
}

body#page-multigrill h1:before {
    content: "Article";
    position: absolute;
    font-size: 1.5rem;
    top: 0;
    color: #ff9191;
}

.index-box {
    border: 1px solid #cdcdcd;
    margin: 45px auto;
    padding: 10px;
    text-align: center;
    width: 70%;
}

p.indexTitle {
    font-size: 2rem;
    font-weight: bold;
}

.index-box ul {
    text-align: left;
    list-style: auto;
}

.index-box ul li {
    margin-bottom: 10px;
}

.index-box ul li ul {
    margin-top: 10px;
}

.article-section h2 {
    font-size: 3rem;
    font-family: meiryo;
    border-left: 10px solid #ff2222;
    padding-left: 10px;
    margin: 40px auto;
}

#page-multigrill h3 {
    margin: 30px auto;
    font-family: meiryo;
    padding: 10px;
}

ul.userBox {
    list-style: none;
    display: inline-flex;
    color: gray;
    padding-left: unset;
}

ul.userBox li {
    margin-right: 15px;
}

.articleUser {
    text-align: center;
}

figure {
    margin: 30px auto;
}

figcaption {
    text-align: center;
    font-size: 1.3rem;
    color: gray;
    margin-top: 5px;
}

span.marker {
    background: linear-gradient(transparent 60%, #7cfb98 60%);
    font-weight: bold;
}

@media screen and (max-width: 640px) {

    .article {
        padding-top: 80px;
    }
    
    .article-section {
        width: 90%;
    }

    body#page-multigrill h1 {
        font-size: 2.5rem;
    }

    body#page-multigrill h1:before {
        font-size: 1rem;
    }

    ul.userBox li {
        font-size: 1.1rem;
        margin-right: 10px;
    }

    .index-box {
        width: 100%;
    }

    .index-box ul {
        padding-left: 25px;
    }

    .article-section h2 {
        font-size: 2rem;
    }

    #page-multigrill h3 {
        font-size: 1.8rem;
    }

}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 60px;
    }

    .intro .intro-body .intro-text {
        font-size: 18px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.download-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/drone-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}


.download-section1 {
	width: 100%;
	padding: 150px 0;
	margin-top:20px;
	color: #fff;
	background-color:#FFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image:url(../gladius/Gladius%20Underwater%20Drone%20%20%20Chasing%20Innovation_files/top.png);
	background-repeat: no-repeat;
	background-position: center center;
}


.products-section {
	width: 100%;
	padding: 50px 0;
	color: #000;
	background-color: #EFEFEF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

.makuake-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background-color: #FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}


.brand-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background-color: #FFFFFF;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}
.powerray-section {
	width: 100%;
	padding: 50px 0;
	color: #fff;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-image: url(../images/drone2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }
    .brand-section {
        padding: 100px 0;
    }
    .powerray-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #5083C6;
    color: #5083C6;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
	border: 1px solid #5083C6;
	outline: 0;
	color: #000;
	background-color: #5083C6;
}

.btn-default2 {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-default2:hover,
.btn-default2:focus {
	border: 1px solid #fff;
	outline: 0;
	color: #000;
	background-color: #fff;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}




section#contact{
	background-color: #222;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 100px;
	padding-bottom: 100px;
	background-image: url(../images/footer.jpg);
	width: 100%;
	}
	
section#contact .section-heading{
	color:#fff;
	}

section#contact .form-group{
	margin-bottom:25px;
	}
	
section#contact .form-group input,section#contact .form-group textarea{
	padding:20px;
	}
	
section#contact .form-group input.form-control{
	height:auto;
	}
	
section#contact .form-group textarea.form-control{
	height:236px;
	}
	
section#contact .form-control:focus{
	border-color:#fed136;
	box-shadow:none;
	}
	
section#contact ::-webkit-input-placeholder{
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb;
	}
	
section#contact :-moz-placeholder{
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb;
	}
	
section#contact ::-moz-placeholder{
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb;
	}
	
section#contact :-ms-input-placeholder{
	font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb;
	}
	
section#contact .text-danger{
	color:#e74c3c;
	}
#page-top footer .container.text-center p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
#address {
	color:#fff;
	padding-top: 100px;
	width: 100%;
}

.gmap {
}

.gmap iframe{
pointer-events: none;
}


#wrap{width:100%;display:flex;justify-content: center;padding:0;list-style: none;}
.box1{width:calc(100% / 3);margin:2px;}
.box2{width:calc(100% / 4);margin:2px;}
.box1:hover, .box2:hover{opacity:0.8;}



 .sho {
	margin-top: 80px;
}
#page-top #brand .back {

}
#page-top #brand .back .brand-section .container .col-lg-8.col-lg-offset-2 .nn {
	color: #333;
}

#page-top #drone .download-section .container .col-lg-8.col-lg-offset-2 .nn {
	color: #333;
}
#page-top #drone2 .download-section .container .col-lg-8.col-lg-offset-2 .nn {
	color: #333;
}