/*
Theme Name: Jiecang-USA
*/

/**
* Table of Contents:
*
* 01.0 - Global
* 02.0 - Side Menu
* 03.0 - Preloader
* 04.0 - Header
* 05.0 - Banner
* 06.0 - Schedule
* 07.0 - About
* 08.0 - Online
* 09.0 - Contact
* 10.0 - Footer
* 11.0 - Responsive Fixes
* -----------------------------------------------------------------------------
*/


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {
    outline: none !important;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #222;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}
p, a, li{
    font-family: 'Oxygen', sans-serif;
}
a {
    transition: all 0.3s ease-out;
    position: relative;
    padding: .5em;
    margin: -.5em;
}

a:focus, 
a:hover {
    text-decoration: none;
    color: #d95024;
}

.img_res{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}

.img_res2	{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
	padding-left: 100px;
	padding-right: 100px;
}

.block-title {
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 3.8em;
    padding: 0 40px;
    margin: 0;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
}

.block {
    padding: 80px 0px 50px 0px;
    overflow: hidden;
}

.block h1	{
	text-align: center;
}

.title-box{
    text-align: center;
    margin-bottom: 50px;
}

.bb-top-left {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}

.bb-bottom-left {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.bb-top-right {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0;
    right: 0;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.bb-bottom-right {
    position: absolute;
    width: 15px;
    height: 15px;
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.polo-btn {
    display: block;
    color: #fff;
    border: 1px solid;
    text-align: center;
    font-size: 26px;
    font-weight: 100;
    padding: 15px 0px;
    margin: 0px 0px 20px 0px;
    transition: 0.4s ease all;
}

.float-right	{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  02 - Side Menu
/////////////////////////////////////////////////////////////////////*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 260px;
    height: 330px;
    margin-right: -260px;
    overflow-y: auto;
    background: #d95024;
    z-index: 99999999;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.sidebar-nav {
    position: absolute;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.27);
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-size: 16px;
    padding: 15px 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #d95024;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
#sidebar-wrapper.active {
    right: 250px;
    width: 260px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}
.close-btn {
    display: block;
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 100%;
    padding-right: 25px;
}
.close-btn:hover {
    color: #84FFB0;
}

/* ///////////////////////////////////////////////////////////////////// 
//  03 - Preloader
/////////////////////////////////////////////////////////////////////*/

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 99999999999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #fff url('../img/preloader.gif') 
    no-repeat center center; 
}

/* ///////////////////////////////////////////////////////////////////// 
//  04 - Header
/////////////////////////////////////////////////////////////////////*/

.sticky{
    position: fixed;
    width: 100%;
    background: transparent;
    padding: 15px 0px;
    transition: all 0.5s;
    z-index: 99999;
}
.fixed {
    position: fixed;
    top:0; 
    left:0;
    width: 100%; 
	background-color: #d95024;
    padding: 0px;
}
.logo {
    font-family: 'caviar_dreams';
    color: #fff;
    font-size: 2.5em;
    line-height: 1.6;
}
#logo_menu {
    padding: 5px 0px;
}

#menu-toggle {
    z-index: 1;
    font-size: 35px;
    float: right;
    border: 1px solid #fff;
    color: #fff;
    margin: 5px 0px;
    padding: 2px 10px;
    line-height: 0;
}
.store-btn-container {
    padding-top: 15px;
}
.store-btn:hover,#menu-toggle:hover {
    background: #d95024;
    border-color: #00ceb8;
    color: #fff;
}

/* ///////////////////////////////////////////////////////////////////// 
//  05 - Banner
/////////////////////////////////////////////////////////////////////*/

#banner {
    padding-top: 80px;
    position: relative;
}

.banner	{
    background: url(../img/header-pic.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.headings {
    padding: 25% 0 30% 0;
    color: #fff;
}

/* heading-banner is new replaces headings */
.heading-banner {
    padding: 10% 0 25% 0;
    color: #fff;
}

.banner h1 {
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 20px;
}
.banner p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}
.hand-container {
    max-height: 630px;
	width: 800px;
    overflow: hidden;
}
.iphone-hand {
    padding: 20px 30px 0px 30px;
}
.store:hover{
    background: #000000;
    border-color: #000000;
    color: #fff; 
}
.polo-btn i {
    padding-right: 6px;
}
.slidedown {
    font-size: 50px;
    color: #fff;
    position: absolute;
    bottom: 0%;
    left: 50%;
    z-index: 99;
    cursor: pointer;
}

/* ///////////////////////////////////////////////////////////////////// 
//  06 - Schedule
/////////////////////////////////////////////////////////////////////*/

.schedule	{
    background: url(../img/om-symbol.png) no-repeat;
    background-size: cover;
    background-attachment: scroll;
	padding: 80px 0px 0px 0px;
    overflow: hidden;

}

.schedule-box {
    padding: 0px 0px 20px 0px;
    text-align: center;
    /*max-width: 360px;*/
    margin: 0 auto;
}
.schedule-box i {
    font-size: 7em;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
}
.schedule-box p {
    padding: 0px 0px;
}
.schedule-box h2 {
    margin: 0;
    padding: 0px 0px;
    /*font-weight: 300;*/
}


/* ///////////////////////////////////////////////////////////////////// 
//  07 - About
/////////////////////////////////////////////////////////////////////*/

#about {
    padding-top: 80px;
    position: relative;
}

.headings {
    padding: 25% 0 30% 0;
    color: #fff;
}

/* heading-banner is new replaces headings */
.heading-banner {
    padding: 10% 0 25% 0;
    color: #fff;
}

.banner h1 {
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 20px;
}

.about p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}

.about	{
	text-align: center;
	color: #000000;
	font-size: 18px;
	padding-top: 20px;
	padding-left: 25px;
	padding-right: 25px;
    background: url(../img/about-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
	padding: 80px 0px 50px 0px;
    overflow: hidden;
}

/* ///////////////////////////////////////////////////////////////////// 
//  08 - Online
/////////////////////////////////////////////////////////////////////*/

#online {
    padding-top: 80px;
    position: relative;
}

.online	{
    background-color: #ffffff;
	padding: 80px 0px 50px 0px;
    overflow: hidden;
}

.headings {
    padding: 25% 0 30% 0;
    color: #fff;
}

.videocon	{
	position:relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video	{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	padding-left: 25px;
	padding-right: 25px;
	margin: 0 auto;
	border: 0;
}


/* heading-banner is new replaces headings */
.heading-banner {
    padding: 10% 0 25% 0;
    color: #fff;
}

.banner h1 {
    font-size: 60px;
    font-weight: 300;
    padding-bottom: 20px;
}
.online p {
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 20px;
}

/* ///////////////////////////////////////////////////////////////////// 
//  09 - Contact us Section
/////////////////////////////////////////////////////////////////////*/

.mailbox {
    background: url(../img/contact-bg.jpg) no-repeat;
	background-size: cover;
    background-attachment: fixed;
    height: 700px;
	padding: 80px 0px 25px 0px;
    overflow: hidden;
}

.mailbox .container {
    max-width: 100%;
}
.mailbox .container {
	margin-top: 50px;
    margin-bottom: 0px;
}
#contactForm input,#contactForm textarea {
    border-radius: 0px;
    box-shadow: none;
    border: 2px solid #C2C2C2;
    font-size: 18px;
}
#contactForm input:active,#contactForm textarea:active,#contactForm input:hover,#contactForm textarea:hover {
    border: 2px solid #00ceb8;
}

#contactForm #name, #contactForm #email, #contactForm #phone {
    padding: 20px;
    height: auto;
}
#contactForm .form-group {
    margin-bottom: 25px;
}
#contactForm #message {
    height: 258px;
    padding-bottom: 40px;
}
.contact-submit {
	margin: 15px 0px 0px 0px;
    width: 160px;
    background: #fff;
    color: #00ceb8;
    border: 2px solid #00ceb8;
    font-size: 46px;
    padding: 0;
}
.contact-submit:hover {
    background: #00ceb8;
    color: #fff;
}
#contact {
    position: relative;
}
.contact-wrap {
    position: absolute;
    z-index: 9999;
    color: #fff;
    width: 100%;
    top: 50px;
}

#contact .block-title span {
    border-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6ecba9;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #6ecba9;
}

/* ///////////////////////////////////////////////////////////////////// 
//  10 - Footer Section
/////////////////////////////////////////////////////////////////////*/

#footer {
    background: #d95024;
    padding: 20px 0px 22px 0px;
}

.footer-menu {
    font-size: 27px;
    color: #fff;
    font-weight: 300;
	text-align:center;
}

.footer-menu a:hover {
    color: #00ceb8;
}

.footer	{
	text-align: center;
}

.footer-menu a {
	font-size: 18px;
    color: #ffffff;
}

.copyright {
    color: #fff;
    text-align: center;
    font-size: 14px;
}
#footer span{
    color: #e9e9e9;
    display: block;
    font-size: 20px;
    /*margin-bottom: -15px; */
}

/* ///////////////////////////////////////////////////////////////////// 
//  11 - Responsive Fixes
/////////////////////////////////////////////////////////////////////*/

/*1340px - 1170px*/
/*1170px - 992px*/
@media all and (max-width: 1170px) and (min-width: 992px) {
    .address{
        width: 100%;
    }
    .mailbox{
        width: 100%;
    }
    .mailbox .container{
        margin-top: 100px;
        height: auto;
    }
}

/*1170px*/
@media all and (max-width: 1170px) {
    }
    .mailbox{
        width: 100%;
    }
    .mailbox {
        padding-bottom: 111px;
        height: auto;
    }
    .mailbox .container {
        margin-top: 130px;
        margin-bottom: 0px;
    }
}

/*992px*/
@media all and (max-width: 992px) {
    .headings h1,.headings p{
        text-align: center;
    }
    .block-title {
        font-size: 2.8em;
    }
}

/*768px*/
@media all and (max-width: 768px) {
    #footer , .copyright{
        text-align: center;
    }
	.banner	{
		background-attachment: scroll;
	}
}

/*480px*/
@media all and (max-width: 480px) {
    .btn-custom {
        padding: 5px 0px;
    }
}

@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) {
	.banner	{
		background-attachment: scroll;
	}
}