/*!
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-muted {
    color: #666;
}

.text-primary {
    color: #fff;
}

.col-lg-4-icon {
	color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
	font-size: 15px;
}
p.contact {
	font-size: 15px;
	margin: 30px auto;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
	color: #234CE2;
}

a:hover,
a:focus,
a:active,
a.active {
	color: #3399CC;
}

h1,
h2,
h3,
h4,
h6 {
	text-transform: uppercase;
	font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	color: #666;
}
h5 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #cecece;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
	border-color: #FFFFFF;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #000000;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	border-color: #FFFFFF;
	color: #fff;
	background-color: #999999;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	border-color: #3399CC;
	background-color: #993300;
}

.btn-primary .badge {
	color: #666666;
	background-color: #fff;
}

.btn-xl {
    padding: 10px 20px 5px 20px;
    border-color: #f1c633;
	border: 0px solid #f1c633;
    border-radius: 10px;
    color: #e2e2e2;
	box-shadow: -15px 30px 7px #c2c2c2;
	border: 1px solid #eee;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
	color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #666666;
    background-color: #fff;
}
.btn-xl2 {
	padding: 20px 40px;
	border-radius: 3px;
	text-transform: uppercase;
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	background-color: #999;
	margin-top: 20px;
}
.btn-xl2:hover,
.btn-xl2:focus,
.btn-xl2:active {
	color: #fff;
	background-color: #888;
}

.navbar-default {
	border-color: transparent;
	background-color: #000;
}
.navbar-default .navbar-brand {
	font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 700;
	color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
	color: #666666;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
	border-color: #FFFFFF;
	background-color: #000000;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #999999;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
	outline: 0;
	color: #FFFFFF;
}

.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #fff;
	background-color: #999999;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #999999;
}
.line{
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	height: 1px;
	background: #fff;
	background-image: -webkit-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -moz-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -ms-linear-gradient(left, #f1c633, #fff, #f1c633);
	background-image: -o-linear-gradient(left, #f1c633, #fff, #f1c633);
	opacity: 0.5;
}
#portfolio .line, #team .line {
	background-image: -webkit-linear-gradient(left, #cecece, #fff, #cecece);
	background-image: -moz-linear-gradient(left, #cecece, #fff, #cecece);
	background-image: -ms-linear-gradient(left, #cecece, #fff, #cecece);
	background-image: -o-linear-gradient(left, #cecece, #fff, #cecece);
}

@media(min-width:768px) {
    .navbar-default {
	padding: 0;
	border: 0;
	background-color: #000;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
    }
	
    .navbar-default .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 0;
        background-color: #000;
    }


header {
	text-align: center;
	color: #000;
	background-attachment: scroll;
	background-image: url(http://enterall.co.jp/img/header-bg.jpg);
	background-position: center center;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	height: 1000px;
}

header .intro-text {
	padding-top: auto;
	padding-bottom: auto;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
	margin-bottom: 25px;
	font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 40px;
	font-style: italic;
	line-height: 40px;
	text-shadow: -15px 30px 7px #c2c2c2;
    }
    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
		text-shadow: -15px 30px 7px #c2c2c2;
    }
}

section h2.section-heading {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 40px;
	color: #fff;
}
section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
	color: #666;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 150px;
	padding-left: 0;
    }
}

.service-heading {
	margin: 20px 0;
	text-transform: none;
	font-size: 22px;
	color: #666;
	font-weight: 500;
}
.about-heading {
	margin: 20px 0;
	text-transform: none;
	font-size: 22px;
	color: #666;
 	font-weight: 500;
}
#about p {
	margin: 0;
	font-size: 14px;
	color: #333;
}
#about img {
	margin-bottom: 25px;
}
#about ul {
	margin-top: 25px;
}
#about ul li {
	margin: 15px 0;
}
#about H4 {
	font-weight: 500;
}

section#services {
	background-color: #f5f5f5;
	text-align: center;
}

section#about {
	background-color: #CCF;
	text-align: center;
	height: 1000px;
}

section#contact {
	background-color: #CFF;
	text-align: center;
	height: 1000px;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 15px;
}

section#contact .form-group input.form-control {
    height: auto;
}

section#contact .form-group textarea.form-control {
    height: 206px;
}

section#contact .form-control:focus {
    border-color: #fed136;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

footer {
	padding: 5px 0;
	text-align: center;
	background-color: #000;
	color: #FFF;
}

footer span.copyright {
	text-transform: uppercase;
	text-transform: none;
	line-height: 40px;
	color: #FFF;
	font-weight: 400;
}
footer span.copyright a{
	color: #888;
	border-bottom: 1px dotted;
}
footer span.copyright a:hover {
	color: #555;
	text-decoration: none;
}

ul.social-buttons {
    margin-bottom: 0;
}

ul.social-buttons li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 40px;
	outline: 0;
	color: #fff;
	background-color: #000000;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	background-color: #FFFFFF;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #FFFFFF;
}

img::selection {
    background: 0 0;
}

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

body {
    webkit-tap-highlight-color: #FFFFFF;
}
.topbar {
   height: 40px;
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 10000;
   overflow: visible;
}

body {
  padding-top: 40px;
}
