@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #;
	overflow-x: hidden;
	line-height: 1.7em;
	color: #FFF;
}

.sep {
  max-width: 80px;
  border: 2px solid #cc0000;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #cc0000;
  margin-top: 40px;
  margin-bottom: 40px;
}

em {
	background-color: #cc0000;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px 4px;
}


.youtube iframe {
    width: 100%;
	max-width:600px
}


.time-count-container{
}
.time-box{
	display:table;
	margin:0px auto;
}
.time-box-inner{
	display:table;
	text-align:center;

}
.time-number{
	font-size:32px;
	width:100%;
	display:inline-block;
	font-weight:bold;
	-webkit-transition:all .25s;
	-moz-transition:all .25s;
	-ms-transition:all .25s;
	-o-transition:all .25s;
	transition:all .25s;
}
.time-number .digit{
	line-height: 40px;
	display: inline-block;	
	overflow: hidden;
}

.time-name{
	font-size:12px;
	text-transform:uppercase;
}
.time-until{
	text-align:center;
	margin:0;
}
.time-until span{
	color: #fff;
	font-size:18px;
	line-height:40px;
	display:inline-block;
	background-color:#3498db;
	text-transform:uppercase;
	padding:0px 25px;
}
/* 4 - Page Top Section End 


/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 90px;
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.16em;
  font-family: 'Raleway', sans-serif;
}

h2 {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.3em;
	font-family: 'Raleway', sans-serif;
	color: #333;
}

h3 {
	font-size: 14px;
	letter-spacing: 0.2em;
	color: #cc0000;
	margin-top: 20px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2em;
	font-weight: 400;
	color: #fff;
}

h5 {
	font-size: 24px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	color: #fff;
}

h6 {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

p {
	font-size: 12px;
	font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
	background: transparent;
	padding: 10px 20px;
	font-size: 12px;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.05em;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-gray {
	padding: 5px 10px;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #FFF;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.05em;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	background-color: #999;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
   background-color: #cc0000;
  color: #fff;
  text-decoration: none;
}

.btn-white {
	padding: 5px 10px;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #000;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.05em;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	background-color: #ffffff;
}

.btn-white:hover,
.btn-whute:focus,
.btn-white:active {
   background-color: #cc0000;
  color: #fff;
  text-decoration: none;
}

.btn-light {
	background: #FFF;
	border: 3px solid #fff;
	padding: 10px 20px;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #0d0d0d;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.05em;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}
.btn-light2 {
	background: #cc0000;
	border: 3px solid #fff;
	padding: 10px 20px;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.05em;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

.btn-light2:hover,
.btn-light2:focus,
.btn-light2:active {
	color: #fff;
	text-decoration: none;
	background-color: #666;
}

.btn-block {
	padding: 10px 0;
	font-size: 12px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	letter-spacing: 0.05em;
	background-color: #666;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #cc0000;
  color: #FFF;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}

    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  width: 28%;
  padding-right: 15px;
}
.navbar-default .nav-wrap {
	width: 100%;
}
.navbar-default .nav > li > a {
	font-size: 13px;
	color: #fff;
	font-weight: 700;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	letter-spacing: 0.2em;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
	color: #cc0000;
}
.navbar-default .social-media {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.navbar-default .social-media i {
  font-size: 18px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #cc0000;
}

.social-media li {
	float: left;
	list-style-type: none;
	padding-right: 10px;
	padding-left: 6px;
}

.social-media a {
	color: #FFF;
}


.top-nav-collapse {
	background-color: #666;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -180px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 200px;
  margin-bottom: 0px;
}
#owl-hero .item .caption h1 span {
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

    /* ==========================================================================
Welcome Style
========================================================================== */
#welcome {
	padding: 60px 0;
	text-align: center;
	background-color: #000;
}
#welcome h4 {
	color: #fff;
    font-family: "Raleway",sans-serif;
    font-size: 24px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
	font-weight: 700;
}
#welcome h2 span {
  font-weight: 700;
}
#welcome h5 {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, "メイリオ", Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color: #FFF;
	line-height: 1.6em;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.1em;
}

#welcome h3 {
	color: #cc0000;	
}

#welcome img {
  margin-top: 40px;
  margin-bottom: 40px;
}


    /* ==========================================================================
Photo Style
========================================================================== */
#photo {
background-image: url("../img/bg_photo.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}
#photo h2 {
}
#photo h2 span {
  font-weight: 700;
}
#photo img {
  margin-top: 40px;
  margin-bottom: 40px;
}


    /* ==========================================================================
Services Style
========================================================================== */
#services {
  padding: 60px 0;
  text-align: center;
}
#services h2 {
}
#services p {
  color: #fff;
}
#services .services-box {
  margin-top: 40px;
}
#services .services-box .col-md-4 {
  margin-bottom: 20px;
}
#services .services-box .col-md-4 .media-left,
#services .services-box .col-md-4 .media-right,
#services .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#services .services-box .col-md-4 .media-left p,
#services .services-box .col-md-4 .media-right p,
#services .services-box .col-md-4 .media-body p {
  text-align: left;
}
#services .services-box .col-md-4 .media-left h3,
#services .services-box .col-md-4 .media-right h3,
#services .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#services .services-box .col-md-4 .media-left span,
#services .services-box .col-md-4 .media-right span,
#services .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #fff;
}

    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
	padding: 60px 0;
	text-align: center;
	background-color: #000;
}
#portfolio h2 {
}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
	padding-left: 0;
	padding-right: 0;
	padding-top: 100px;
}
#portfolio .container-fluid .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 14px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  background-image: url("../img/bg_live.jpg");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px
	}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
}
#work-process span {
  font-size: 48px;
  color: #FFF;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts p {
  color: #fff;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}

    /* ==========================================================================
Our Team Style
========================================================================== */
#team {
  padding: 60px 0;
  text-align: center;
}
#team h2 {
}
#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#team .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#team .team p {
  color: #a3a3a3;
}
#team .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#team .team a:hover,
#team .team a:focus,
#team .team a:active {
  color: #a3a3a3;
}
    /* ==========================================================================
basic
========================================================================== */
#basic {
	padding: 60px 0;
	background-color: #FFF;
	color: #000;
}
#basic h3 {
	color: #999;
}


#basic p {
	float: left;
	text-align: left;
}

#basic img {
	margin-bottom: 20px;
}
#basic h4 {
    font-size: 110%;
    font-weight: bold;
    line-height: 2.2em;
    margin-top: 0;
    text-align: left;
}
#basic h5 {
	font-size: 95%;
	text-align: left;
	color: #999;
}
#basic p {
  
    line-height: 1.4em;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}
.row_news {
    margin-bottom: 30px;
}

    /* ==========================================================================
Video Style
========================================================================== */
#video{
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 60px 0;
	text-align: center;
	background-color: #EFEFEF;
}

    /* ==========================================================================
DTM Style
========================================================================== */
#dtm{
  background-image: url("../img/bg_dtm.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}


    /* ==========================================================================
Biography Style
========================================================================== */
#biography {
	text-align: center;
	background-color: #FFF;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}
#biography h4{
	color: #999;
	text-align: left;
	font-size: 12px;
}

#biography p{
	text-align: left;
}

    /* ==========================================================================
Discography Style
========================================================================== */
#discography {
	padding: 60px 0;
	text-align: center;
	background-color: #FFF;
}
#discography h3 {
	color: #999;
}
#discography em {
	float: left;
}


#discography p {
	float: left;
	text-align: left;
}

#discography img {
	margin-bottom: 20px;
}


    /* ==========================================================================
Live Style
========================================================================== */
#live {
	background-image: url("../img/bg_live.jpg");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}

#live h4 {
	text-align: left;
	font-size: 140%;
	margin-top: 0px;
}


#live h5 {
	font-weight: 500;
	font-size: 120%;
}

#live h6{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
}

#live em {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#live p {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.row_live hr {
    border-top: 1px solid #666;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 10px;	
}

.white{
	color: #FFF;
}



    /* ==========================================================================
News Style
========================================================================== */
#news {
	padding: 60px 0;
	text-align: center;
	background-color: #FFFFFF;
}

#news h4 {
	text-align: left;
	font-size: 140%;
	margin-top: 0px;
}


#news h5 {
	font-weight: 500;
	font-size: 120%;
}

#news h6{
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
}


#news em {
	background-color: #fff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#news p {
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #000;
}

.row_news hr {
    border-top: 1px solid #666;
    border-width: 1px 0 0;
    margin-bottom: 20px;
    margin-top: 10px;	
}


    /* ==========================================================================
Goods Style
========================================================================== */
#goods {
	background-image: url("../img/bg_goods.jpg");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}
#goods h2 {
	color: #FFF;
}

    /* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
	background-image: url("../img/bg_news.jpg");
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}
#testimonials h2 {
	color: #FFF;
}
#testimonials h4 {
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 700;
	margin-top: 40px;
	color: #FFBFAC;
}

#testimonials p {
	color: #fff;
	text-align: left;
}

#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  text-align: center;
}
#contact h2 {
}
#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 35px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #24242a;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}

    /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
	padding: 5px 0;
	text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
	color: #333;
	font-size: 10px;
}

    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  .advertise img {
    height: 320px;
    width: 191px;
}
  .navbar-default {
	background-color: #666;
  }
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
	padding-left: 10px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 2px;
    padding-bottom: 0px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
  .navbar-default .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }

  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 42px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
}
