/*
 * A Design by GraphBerry
 * Author: GraphBerry
 * Author URL: http://graphberry.com
 * License: http://graphberry.com/pages/license
 */

/* Table of content
1.General - This is created general styles and overide some bootstrap classes.
2.Layout
 2.1 Animations
 2.2 Buttons
 2.3 Thumbnail - overide bootstrap thumbnail and add mased efect
3 Sections - definition for section and subsection
 3.1 Services
 3.2 Portfolio
 3.3 About
 3.4 Clients
 3.5 Price table
 3.7 Contact
 3.8 Footer
4 Responsive 
**********************************************************************/

/*
1. General
**********************************************************************/
 body {
    color: #FFF;
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
    background: #000000;
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #327fff;
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
 	letter-spacing: 0.6em;
    padding:20px;
    margin-bottom: 30px;
}
p {
    padding: 10px;
    font-weight: 100;
    color: #fff;
}
.navbar {
    background: #000000;
    margin-bottom:0;
    min-height:94px;
	background: url("../images/brand-bg4.gif") repeat top center;
	background: url("../images/brand-bg4.gif") repeat-x top;
}

.navbar-fixed-top {
    min-height:60px;
    height:60px;
    padding-top:0;
}
.navbar-inner {
    background: #000000;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    width:80px;
    height:40px;
}
.navbar .brand2 img {
    width:26px;
    height:23px;
	margin-left:10px;
}
.navbar .nav > li > a {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.6em;
    font-size:11px;
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin:10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #000000;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}
.navbar .nav > li:hover> a, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    border: 1px solid #000;
    color: #fff;
    background-color: #000000;
    transition: border-color 1s ease;
}
.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#061a86;
    color: #fff;
}
/******
2. Layout
**********************************************************************/

p.resizeimage {
   max-width: 1024px; /* 最大幅 */
   margin:0 auto;
}
p.resizeimage img { width: 100%; }

p.resizeimage2 {
   max-width: 1024px; /* 最大幅 */
}
p.resizeimage2 img { width: 100%; }

p.resizeimage3 {
   max-width: 613px; /* 最大幅 */
}
p.resizeimage3 img { width: 100%; }

.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}

.sample3 tr td {
	padding-bottom:100px;
}
.tableright img {
	width:100%;
}
.tableright {
	background-color:#0d1225;
}
.tableright2 {
	background-color:#0e1434;
}
.tableright3 {
	background-color:#0c1745;
}
.tableright4 {
	background-color:#0d1b58;
}
.tableright5 {
	background-color:#0e1f6f;
}
.tableright6 {
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/

.episode {
	margin-top:0;
	padding:0;
	margin-bottom:20px;
}
.episode img {
	width:194px;
}
/*
3. Sections 
***************************************************************************/
 .section {
    padding-bottom: 50px;
}
.sectionfooter {
    padding-bottom: 10px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    padding:10px;
    margin-bottom: 30px;
}
.section .title2 {
    padding:10px;
    margin-bottom: 30px;
}
.section .title3 {
    padding:0;
    margin-bottom: 30px;
}
.title {
	background: url("../images/web_autcorn.png") no-repeat right bottom;
	background-size: 330px;
}
.section .title h1 {
    font-weight: normal;
    padding: 0;
}
.section .title > p {
    color: #FFF;
    font-weight: lighter;
}
.primary-section {
	background: url("../images/brand-bg2.png") repeat top center;
}
.eijitext {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.5em;
    font-size:14px;
	line-height:200%;
}
.kanatext {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.5em;
    font-size:14px;
	line-height:200%;
}
.primary-section .title2 {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.5em;
    font-size:14px;
	line-height:200%;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #FFFFFF;
}
.secondary-section {
    border-top:1px solid #ffb500;
	background: url("../images/brand-bg5.png") repeat-x top center;
	background-color:#011986;
}
.forth-section {
	padding-top:30px;
	background: url("../images/brand-bg3.png") repeat top center;
}
.secondary-section .title {
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    background: #000 url("../images/brand-bg.png") no-repeat center;
    border-top:1px solid #ff5699;
}
.fifth-section {
    border-top:1px solid #327fff;
    padding-bottom: 6em;
    background: #000 url("../images/brand-bg.png") no-repeat center;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {
    color: #FECE1A;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title2 {
    padding:0px 0;
    margin:0px 20px 30px 20px;
    border-bottom: 1px solid #ff579a;
}
.sub-section h3 {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.5em;
    font-size:15px;
	color:#FFF;
}
/*******
3.1 Services  
***************************************/
.mgB60{
    margin-bottom:60px;
}
.mgB50{
    margin-bottom:50px;
}
.mgB40{
    margin-bottom:40px;
}
.mgB30{
    margin-bottom:30px;
}
/*
3.2 Portfolio
***************************************/
.blueborder {
    width:100%;
	border-top:#327fff 3px solid;
}
.project-title h3 {
	font-family: 'Alegreya Sans', sans-serif;font-weight: 100;
 	letter-spacing: 0.2em;
	font-size:240%;
    padding:0;
	display:inline;
    border-bottom:1px dashed #ff00ff;
}
.tableleft {
	width:55%;
}
.tableright {
	width:45%;
}
.moviethumb {
	opacity: 0.95;
}

/*********************************************************************
                        STAFF
*********************************************************************/
 ul.staff li  {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.5em;
    font-size: 10.8px;
	line-height:350%;
	margin-right:2em;
	float:left;
	list-style:none;
}
/*
3.4 Clients
**********************************************************************/

.newstext {
	border-left:#327fff 2px solid;
	margin-bottom:2em;
	padding-left:1em;
	margin-left:10px;
}
.newsselect {
	border-left:#00fe00 2px solid;
}
.newstitle {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.4em;
	font-size:70%;
    padding:0;
    margin:0;
}
.newstext a {
	color:#327fff;
	text-decoration:none;
}
.newstext .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.newstext .newtitle {
    display:inline-block;
}
.newstext .newtitle img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.article {
 	letter-spacing: 0.3em;
    margin-top:10px;
    display:block;
	font-size:80%;
	line-height:none;
}
.newstext-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #000000;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
}
.contact-info p{
    margin-top:80px;
     font-weight:normal;
}
.contact-info p span {
    font-size: 200%;
	vertical-align:bottom;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.contact-info {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.6em;
    text-align:center;
    font-size:10px;
}
.black {
    color:#181A1C;
}
/*
3.8 Footer
********************************************************************/
 .footer {
    text-align: center;
}
.footer > p {
    color: #fff;
    margin:0;
}

.footer a{
    color:#FECE1A;
}

.footer a:hover, .footer a:focus{
    text-decoration: underline;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:0px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
    display:none;
    background: #061a86;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}
/*
4 Responsible
********************************************************************/

@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }
    .navbar-fixed-top, .navbar-fixed-bottom {
        position: fixed;
    }
    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }
    .nav-collapse .nav > li {
        float: none;
    }
    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
}
@media (max-width: 767px) {
    .price-column, .newstext {
        margin-top:30px;
    }
.navbar {
	background: url("../images/brand-bg4.gif") repeat-x bottom;
	background-size: 12px;
}
.navbar .brand img {
    margin-top:10px;
    width:66px;
    height:33px;
}
.navbar .brand2 img {
    margin-top:9px;
    width:20px;
    height:18px;
	margin-left:0;
}
.secondary-section {
	background: url("../images/brand-bg5.png") repeat-x top center;
	background-size: 4px;
}
.project-title {
    margin-bottom:16px;
	margin-left:0;
}
.episode {
    margin-bottom:-16px;
	margin-left:10px;
}
.episode img {
	width:97px;
	height:6px;
	margin-top:-15px;
}
.project-title h3 {
	font-family: 'Alegreya Sans', sans-serif;font-weight: 100;
 	letter-spacing: 0.2em;
	font-weight:normal;
	font-size:100%;
    padding:0;
	display:inline;
    border-bottom:1px dashed #ff00ff;
	margin-left:10px;
}
.blueborder {
    width:100%;
	border-top:#327fff 1px solid;
}
.sample3{
	margin-top:30px;
}
.sample3 tr td {
	padding-bottom:30px;
}
h1 {
    padding:0;
    margin: 0 0 0 10px;
}
h1 img { 
	width: 35%;
	}
.primary-section h1 {
	margin-bottom:20px;
}
.section .title {
    padding:0;
    margin-bottom: 0;
}
.mgB60{
    margin-bottom:30px;
}
.mgB40{
    margin-bottom:20px;
}
.mgB30{
    margin-bottom:15px;
}
.title {
	background: url("../images/web_autcorn.png") no-repeat right bottom;
	background-size: 140px;
}
.sub-section h3 {
 	letter-spacing: 0.5em;
    font-size:12px;
}
.eijitext {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.2em;
    font-size:60%;
	line-height:200%;
}
.kanatext {
 	letter-spacing: 0.3em;
    font-size:55%;
	line-height:200%;
}
.newstext {
	border-left:#327fff 1px solid;
	margin-bottom:2em;
	padding-left:1em;
	margin-left:10px;
}
.newsselect {
	border-left:#00fe00 1px solid;
}
.newstext .newtitle {
    display:inline-block;
}
.newstitle {
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.2em;
	font-size:50%;
    padding:0;
    margin:0;
}
.article {
 	letter-spacing: 0.3em;
	font-size:60%;
    margin-top:0;
}
.sub-section .title2 {
    padding:0px 0;
    margin:0px 10px 20px 10px;
    border-bottom: 1px solid #ff579a;
}
 ul.staff li  {
	list-style:none;
	font-family: 'Orbitron', sans-serif;
 	letter-spacing: 0.3em;
    font-size: 55%;
	line-height:200%;
	margin-right:2em;
	float:left;
	margin-left:-13px;
}
.forth-section {
	padding-top:0;
	background: url("../images/brand-bg3.png") top repeat ;
	background-size: 9px;
　　background-position:100px;
}
.contact-info p{
    margin-top:30px;
     font-weight:normal;
	 font-size:50%;
}

.title3 img {
	margin-top:5px;
	width:60px;
}
}