/* CSS Document */

/*
	Theme Name: Horiba
	Description: Horiba - Responsive Template
	Version: 1.0
	Author: dmc
*/

/* ------------------------------------------ */
/*			 TABLE OF CONTENTS
/* ------------------------------------------ */
/*	 01 - General & Basic Styles			*/
/*	 02 - Container Styles					*/
/*	 03 - Titles Styles						*/
/*	 04 - Content01 Styles					*/
/*	 05 - Content02 Styles					*/
/*	 06 - Content03 Styles					*/
/*	 07 - Content04 Styles					*/
/*	 08 - Footer Styles						*/
/*	 09 - Responsive Styles					*/



/*------------------------------------------*/
/*		 01 - General & Basic Styles
/*------------------------------------------*/
body {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	color: #000;
}
strong, b {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

ul, ol {
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

a {
	transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
}

a:hover ,
a:hover small {
	color: #444;
}

a, a:hover {
	text-decoration: none;
}

i {
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-weight: 500;
	margin: 0;
	color: #444;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 22px;
	line-height: 28px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
}

h4 {
	font-size: 16px;
	line-height: 22px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 12px;
	line-height: 18px;
}

p {
	color: #000;
	font-size: 16px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	line-height: 24px;
	margin: 0;
}

p strong {
	font-weight: 600;
}

.accent-color-bg {
	color: #fff;
}

.fittext {
	font-size: 38px;
	font-weight: 300;
	line-height: 1.6em;
	margin-bottom: 35px;
	color: rgba(0,0,0, 0.8);
}

.fittext strong {
	font-weight: 700;
}

.page-content p {
	margin-bottom: 15px;
}

.wite-text {
	color: #fff;
}

.uppercase {
	text-transform: uppercase;
}

.image-text {
	margin-right: 10px;
}

a.main-button, input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	padding: 6px 16px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

a.main-button:hover, input[type="submit"]:hover {
	background: #444;
	color: #fff;
}

a.main-button i {
	font-size: 1.2em;
}

input[type="submit"] {
	border: none;
}

.tooltip .tooltip-inner {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}

#content {
	padding: 60px 0;
}

#content.full-sections {
	padding: 0;
}

.section {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.section.repeat-bg {
	background-repeat: repeat;
	-webkit-background-size: auto !important;
	-moz-background-size: auto !important;
	-o-background-size: auto !important;
	background-size: auto !important;
}

.bg-parallax {
	background-attachment: fixed;
}

.section-video {
	position: absolute;
	z-index: 33;
	left: 0;
	top: -100px;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.section-video object {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

.section-video-content {
	z-index: 35;
	position: relative;
	opacity: 0.98;
}

.section-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 34;
	opacity: 0.7;
}

.light-section {
	color: #fff;
}

.light-section .testimonials {
	color: #666;
}

.light-section .testimonials .testimonial-content p {
	color: #c4c4c4;
}

#container {
	background-color: #fff;
}

.boxed-page {
	position: relative;
	width: 1220px;
	margin: 0 auto;
	background-color: #fff;
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.boxed-page header {
	width: 1220px;
}

#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
	transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
	transform: scale(0.0);
		-webkit-transform: scale(0.0);
	} 50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		}
}

.back-to-top {
	display: none;
	position: fixed;
	bottom: 18px;
	right: 15px;
}

.back-to-top i {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	text-align: center;
	background-color: #444;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.back-to-top i:hover {
	background-color: #2486CB;
}



/*------------------------------------------*/
/*		 02 - Container Styles
/*------------------------------------------*/


/*------------------------------------------*/
/*		 03 - Titles Styles
/*------------------------------------------*/

.title01 {
	color: #fff;
	background: linear-gradient(0deg, #000000, #999999);
	margin-bottom: 20px;
}
.title02 {
	color: #628392;
	margin-bottom: 0.5em;
	font-weight: 500;
}
h4.title02 {
	font-weight: normal;
}
.title03 {
	background-color: #000;
}
.title06 {
	color: #327896;
	font-size: 17px;
	font-weight: bold;
}
.title07 {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333;
	background-image: url(../img/spectrum_27.png);
	background-position: center center;
	background-size: 100% 100%;
	padding: 8px 5px 5px 5px;
}
.title08 {
	color: #1374BF;
	font-size: 17px;
	border-bottom: 1px dotted #1374BF;
}
.title09 {
	line-height: 1.3;
	color: #1374BF;
	font-size: 22px;
}
.title09 small {
	line-height: 1.3;
	font-size: 14px;
	color: #1374BF;
	display: block;
}


/*------------------------------------------*/
/*		 02 - Overview Styles
/*------------------------------------------*/

#overview {
	margin-bottom: 30px;
}
#overview .overview-head .navbar-brand {
	max-width: 75%;
	height: auto ! important;
}
.navbar-nav li a,
.navbar-brand ,
.dropdown-toggle {
	padding-top: 15px ! important;
	padding-bottom: 15px ! important;
}
.navbar {
    min-height: 50px;
    margin-bottom: 0px;
    border: none;
    border-radius: 0px;
}
.navbar-default {
    background-color: #000;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #666;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #fff;
}
#overview .overview-body {
	background-image: url(../img/spectrum_bg.png);
	background-position: center center;
	background-size: 100% 100%;
}
#overview .row p:not(.text-center) {
	color: #fff;
	padding: 0 50px;
}



/*------------------------------------------*/
/*		 04 - Content01 Styles
/*------------------------------------------*/

.row.cont01 {
	padding-left: 30px;
	padding-right: 30px;

}
.cont01 div {
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 25px;
	padding-bottom: 30px;
	background-color: #ededed;
}
.cont01 h3 ,
.cont01 h4 ,
.cont01 p {
	padding-left: 30px;
	padding-right: 30px;
}
.cont01 h4 {
	margin-top: 15px;
	margin-bottom: 0;
}
.cont01 hr {
	border-color: transparent;
	margin-top: 15px;
	margin-bottom: 15px;
}
.cont01 p + p.text-center {
	margin-top: 15px;
}
.cont01 .col-sm-6:nth-child(2) p {
	font-size: 14px;
	line-height: 150%;
}



/*------------------------------------------*/
/*		 05 - Content02 Styles
/*------------------------------------------*/

.row.cont02 {
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 25px;
}
.cont02 h2 {
	margin-bottom: 25px;
}
.cont02 .row {
	background: linear-gradient(90deg, #327896, #98bbca);
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.cont02 .row:nth-child(odd) {
	background: linear-gradient(90deg, #5a6e8c, #acb6c5);
}
.cont02 .row .col-sm-4 {
	padding-left: 25px;
	padding-right: 25px;
}
.cont02 .row .col-sm-4 p {
	color: white;
}
.cont02 .row h3 ,
.cont02 .row h4 {
	margin-left: -25px;
	margin-right: -25px;
}
.cont02 .row h4 {
	margin-bottom: 10px;
}
.cont02 .row .col-sm-8 div {
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.bg-white {
	background-color: #fff;
	margin-left: -20px;
	margin-right: -20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.cont02 .row h5 {
	padding-top: 20px;
	margin-bottom: 10px;
}


/*------------------------------------------*/
/*		 06 - Content03 Styles
/*------------------------------------------*/

.row.cont03 {
	margin-left: 15px;
	margin-right: 15px;
	padding: 30px;
	margin-bottom: 50px;
	border: 1px solid #000;
}
.cont03 h2 {
	margin-bottom: 25px;
}
.cont03 ul {
	list-style: disc;
	margin-left: 1.5em;
}
.cont03 ul li:last-child {
	list-style: none;
	margin-left: -1.5em;
}
.cont03 img.pull-right {
	max-width: 60%;
	margin-left: 15px;
	margin-right: -30px;
}



/*------------------------------------------*/
/*		 07 - Content04 Styles
/*------------------------------------------*/

.cont04 .row {
	margin-left: 20px;
	margin-right: 20px;
}
.cont04 p.small {
	line-height: 20px;
}
.cont04 .row .bg-gray {
	margin-bottom: 40px;
}
.cont04 h3 {
	margin-bottom: 10px;
}
.cont04 h4 {
	margin-top: 20px;
	margin-bottom: 5px;
}
.cont04 p.pull-left {
	margin-right: 15px;
	max-width: 150px;
}



/*------------------------------------------*/
/*		 08 - Footer Styles
/*------------------------------------------*/

footer .row {
	padding-top: 20px;
	padding-bottom: 50px;
	margin-left: 20px;
	margin-right: 20px;
}
footer .footer-widget {
	padding-bottom: 25px;
	border-bottom: 1px dashed #616161;
	max-width: 350px;
	margin: 0 auto 25px auto;
}
footer .footer-widget.web-widget {
	border: none;
}
footer p {
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
}
footer h2 {
	font-size: 30px;
	line-height: 38px;
	font-weight: normal;
	color: #2486CB;
	border-bottom: 1px solid #2486CB;
	margin-bottom: 30px;
}
footer h4 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
}
footer h4 img {
	margin-right: 5px;
}



/*------------------------------------------*/
/*		 09 - Responsive Styles
/*------------------------------------------*/

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
@media (max-width: 1199px) {
	.container {
		width: auto;
	}
}
@media (min-width : 768px) {
	#overview .row p:not(.text-center) {
		padding: 0 140px;
	}
	#overview .overview-head .navbar-brand {
		max-width: 100%;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
	    margin-left: 0px;
	}
	.navbar {
	    min-height: auto;
	}
	.cont01 div {
		padding-left: 20px;
		padding-right: 20px;
		background-color: #fff;
	}
	.cont01 h3 ,
	.cont01 h4 ,
	.cont01 p {
		padding-left: 0px;
		padding-right: 0px;
	}
	.cont01 p.pull-right img {
		margin-left: 10px;
		margin-bottom: 10px;
	}
	.cont01 hr {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.cont02 .row h3 {
		margin-bottom: 20px;
	}
	.cont02 .row .col-sm-8 {
		padding-left: 5px;
	}
	.bg-white {
		padding-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.cont02 .row p.pull-right {
		margin-right: -20px;
	}
	.cont03 img.pull-right {
		max-width: 100%;
		margin-left: 15px;
		margin-right: 0px;
	}
	.cont04 .row .col-sm-3 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.cont04 .row .bg-gray {
		background: linear-gradient(0deg, #ccc, #f9f9f9);
		padding: 10px;
	}
	.cont04 h3 {
		text-align: center;
	}
	.cont04 h4 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	footer .footer-widget {
		padding-bottom: 15px;
		padding-right: 15px;
		margin-bottom: 15px;
		border-right: 1px dashed #616161;
		border-bottom: none;
	}
	footer .footer-widget.tel-widget {
		padding-left: 15px;
	}
	footer .footer-widget.web-widget {
		border-right: none;
	}
	footer h4 img {
		width: 30px;
	}
}
