a, .contact .btn {
	transition: all .25s;
}
html {
	font-size: 16px;
}
body {
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	background: #000;
	color: #efefef;
}
.navbar {
	background: #000!important;
	color: #efefef!important;
}
.navbar a{
	text-align: center;
    color: #efefef!important;
}



.navbar a {
	font-size: 16px;
}
.navbar .fa-external-link {
	font-size: 10px;
}
.main-heading {
	font-family: 'Open sans', sans-serif;
	font-weight: 300;
	text-align: center;
	letter-spacing: 9px;
	text-transform: uppercase;
}
.container > h1 {
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
}
.navbar-brand {
	height: 60px;
}
.navbar-brand img{width:120px;}
@media (min-width: 768px){
.navbar-nav>li {
    margin-top:10px!important;
}
}
.navbar-toggle{}

p {
	font-size: 16px;
	line-height: 1.5;
}
.about a {
	text-decoration: underline;
}
.services h2, .services p {
	font-weight: 300;
	text-align: center;
}
.testimonials p {
	font-style: italic;
}
.contact .btn {
	text-transform: uppercase;
}
.soc-media-ul a {
	text-align: center;
	text-decoration: none;
}
section {
	padding: 9em 0;
}
footer {
	padding: 3em 0;
}

@media screen and (max-width: 768px) and (min-width: 485px) {
form {
	max-width: 70%;
}



}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
hr {
	margin-bottom: 3em;
	width: 7%;
}

/*Header*/
.navbar-default {}
.navbar .fa-external-link {
	vertical-align: top;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: powderblue;
}
.navbar-default .navbar-nav > li > a:active {
	color: #940000;
}
/*Main*/
.main {
	position: relative;
	height: 100vh;
	background: url(../img/pc01.jpg) no-repeat center center;
	background-size: contain;
}
.main:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

.main-heading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 0;
	margin: auto;
	height: 40px;
	color: #fff;
}
/*About*/
.about a {
	color: #fff;
}
.about a:hover, .about a:focus {
	color: powderblue;
}


/* Contact */
.contact .form-control:focus {
	border-color: powderblue;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(173, 0, 0, 0.6);
}
.contact .btn {
	padding: .5rem 1.75rem;
	background: #000;
	font-size: .95rem;
	color: #fff;
}
.contact .btn:hover, .contact .btn:focus {
	background: powderblue;
	border-color: #7a0000;
}
/*Footer*/
footer {
	background: #000;
}
.soc-media-ul {
	display: flex;
	justify-content: center;
}
.soc-media-ul li:not(:first-child) a {
	margin-left: 1em;
}
.soc-media-ul a {
	display: block;
	padding: 0.5em .65rem;
	font-size: 1rem;
	color: #fff;
}
.soc-media-ul a:hover, .soc-media-ul a:focus {
	color: powderblue;
}



/*caution*/
.caution h2{font-size:12px; text-align:center;}
.caution ul{display:block;border:2px solid #444;padding:1em;}
.caution li{display:block;margin:0 0 1em;}

/*contents*/
.brandlogo{width:100%;display:block;margin:0 auto;}
#flogo{display:block;margin:0 auto; max-width: 100px;margin-bottom:3em;}
.map{margin-top:24px;}

#contact{text-align:center;}
.phone{color:#fff;font-size: 26px;text-align: center!important;}
#contact span{font-size:11px;display:block;margin-bottom:20px;}
.text-right a{color:#fff;}



.catch1 p{font-size: 180%;
    letter-spacing: 0.2em;
    margin-top: -20px;
    width: 100%;
    margin-bottom: 4em;
    float: none;
    clear: both;
    text-align: center;    margin-left: 0;}
.catch1 small{font-size:11px;letter-spacing: 0!important;}

h2{text-align:center;    font-weight: 300;}

h3{text-align:center;    font-weight: 300;}

.more{border:solid 1px #fff; color:#fff; width:50%;padding:16px; text-align:center;display:block;margin:32px auto; text-decoration:none!important;}
.more:hover{background:#fff;color:#000!important; letter-spacing: 0.3em;}


a.apps{display:block;width:50%;margin:16px auto;}
a.apps img{width:100%;}
#apps p br{display:none;}

@media (min-width: 485px) {
	#apps p br{display:block;}
	
}






/*Main*/
.main-app {
	position: relative;
	height: 100vh;
	background: url(../img/mv-app.jpg) no-repeat center center;
	background-size: cover;
}
.main-app:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

/*animation*/
.navbar-nav li a:before,
.text-right a:before
{
    position: absolute;
    width: 100%;
    height: 0px;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #FFF;
    opacity: 0.2;
	transition: all 0.3s;
}

.navbar-nav li a:hover:before,
.text-right a:hover:before
{
    height: 100%;
}
.main:before{
	content:"";
	height:100vh;
	width: 0%;
	position: absolute;
	right:0;
	background:#000;
	animation: spin 2s;
	top:-30px;
	padding-bottom:30px;
  }
  @media screen and (max-width: 780px) {
  .main:before{
	content:"";
	height:100vh;
	width: 0%;
	position: absolute;
	right:0;
	background:#000;
	animation: spin 2s;
	top:0px;
	padding-bottom: 0;
} 
}



  @keyframes spin {
	0% {
		display:block;
		width: 100%;
	}
	100% {
	  width: 0%;
	  display:none;
	}
  }


.main{
	animation: spin2 0.9s;
  }
  @keyframes spin2 {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }





  .brandlogo{display:block;width:70%;margin-left:15%;}

  #news{text-align:center;}

  .bigfont{font-size:120%;line-height:180%;}
  
  .point{}

  .pointbox{padding:0.5em;margin-top:10px;}
  .pointbox small{     color: #777;
    /* margin-right: 1em; */
    display: block;
    text-align: center;
    float: left;}
  .pointbox em{    font-style: normal;
    display: block;
    text-align: center;
    clear: both;
    font-size: 20px;
    float: left;
    border: 1px solid #333;
    padding: 8px;
	margin-top: 8px;
	width: 9em;
}

.gimmick em{width: 19em;}

.gimmick .carousel-inner p{text-align: center;}

.pointbox p {
	text-align: center;
	color: #efefef!important;
	display: block;
	float: left;
	text-align: left;
	font-size: 11px;
	width: 63%;
	margin-top: 2em;
	margin-left: 3%;
}
.productpage .pointbox em{ width: 13em;}
.productpage .pointbox {margin: 10px auto;width: 640px;}
.productpage .pointbox p {width: 53%;}

	.pointbox:after {
		display: block;
		clear: both;
		content: " ";
	}
	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: 25px;
		font-size: 30px;
	}

.more2{margin-top:-60px;margin-bottom:9em;}


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

.carousel-indicators{display:none!important;}

.productspage .pointbox{padding:0 2em;}
.productspage .pointbox p{width:100%;float:none;margin-bottom:6em;}
.productspage .pointbox em{margin:0 auto;float:none;}
.productpage .pointbox{width:100%;}
.pointbox small {
    color: #777;
    /* margin-right: 1em; */
    display: block;
    text-align: center;
    float: none;
    margin: 0 auto;
}


.pointbox em {
    font-style: normal;
    display: block;
    text-align: center;
    clear: both;
    font-size: 20px;
    float: none;
    border: 1px solid #333;
    padding: 8px;
    margin: 8px auto;
    width: 9em;
}
.pointbox p {
    text-align: center;
    color: #efefef!important;
    display: block;
    float: none;
    text-align: center;
    font-size: 11px;
    width: 100%;
    margin-top: 2em;
    margin-left: 0;
}
}

.carousel-inner img{width:100%;}











.main-app{display:none!important;}


.carousel {
    width: 70%;
    margin: 0 auto;
}



  

@media screen and (max-width: 780px) {
	.carousel {
		width: auto;
		margin: 0 auto;
	}
	
}





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

/*Main*/
.main {
	position: relative;
	    height: 91vh;
    margin-top: 9vh;
	background: url(../img/sp01.jpg) no-repeat 70% center;
	background-size: cover;
}}