/*

Template 2100 Artist

http://www.tooplate.com/view/2100-artist

*/

@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700|Playfair+Display');

body {
    background: #f4f4f4;
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow-x: hidden;
}

html, body {
    width: 100%;
    height: 100%;
}


/*---------------------------------------
  Typorgraphy              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0px;
}

h1 {
    color: #3d3d3f;
    font-size: 40px;
    line-height: normal;
    font-weight: bold;
}

h2 {
    color: #575757;
    font-size: 30px;
    line-height: normal;
}

h3 {
    color: #6593d7;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

h4 {
    color: #797979;
    font-size: 20px;
    font-weight: 400;
}

h7 {
    color: #6593d7;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

p {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

strong, span {
    color: #878787;
    font-weight: normal;
}

.row1 {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -50px;
}


/*---------------------------------------
  Buttons               
-----------------------------------------*/

.arrow-btn i {
    background: #000000;
    border-radius: 50%;
    color: #ffffff;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 32px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.arrow-btn i:hover {
    background: #6593d7;
}


/*---------------------------------------
  General               
-----------------------------------------*/

html {
    -webkit-font-smoothing: antialiased;
}

a {
    color: #575757;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover, a:active, a:focus {
    color: #000000;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-title {
    margin: 0;
    padding-bottom: 4px;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

#about, #work,
#contact, footer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

#about1, #work1,
#contact1, footer1 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

/*---------------------------------------
  Pre loader section              
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 5px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #000000;
    border-top-color: #f9f9f9;
    animation: spinner .9s linear infinite;
}

@-webkit-keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}


/*---------------------------------------
  Home section              
-----------------------------------------*/

/*#home {*/
/*    background-size: cover;*/
/*    background: url('../images/u6.webp') repeat-y fixed center center;*/
/*    border-radius: 5px;*/
/*    display: -webkit-box;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -webkit-align-items: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    height: 75vh;*/
/*    text-align: center;*/
/*    position: relative;*/
/*    margin: 0px 12px 0 12px;;*/
/*}*/

#home1 {
    background-image: url('../images/u6.webp');
    background-attachment: fixed;  /* 关键！ */
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75vh;
    text-align: center;
    position: relative;
    margin: 0px 12px 0 12px;
}

.home-wrapper {
    background: rgba(250, 250, 250, 0.8);
    padding: 30px 30px 10px 30px;
    border-radius: 5px;
}

#home2 {
    background-image: url('../images/u183.webp');
    background-attachment: fixed;  /* 关键！ */
    background-position: 50% 0;
    background-repeat: repeat-y;
    background-size: cover;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75vh;
    text-align: center;
    position: relative;
    margin: 0px 12px 0 12px;
}


#home3 {
    background-size: cover;
    background: url('../images/u73.webp') repeat-y scroll center center;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 75vh;
    text-align: center;
    position: relative;
    margin: 0px 12px 0 12px;
}


#home4 {
    background-size: 200% 200%; /* 背景图片放大两倍，以便我们可以裁剪它 */
    background: url('../images/u278.webp') repeat-y fixed center center;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25vh;
    text-align: center;
    position: relative;
    margin: 0px 12px 0 12px;
    width: 100%;
}

#circle {
    background: url('../images/circle.webp');
    height: 20px;
    width: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*---------------------------------------
  About section              
-----------------------------------------*/

#about {
    padding-top: 100px;
}
#about1 {
    padding-top: 100px;
}
#aboutVr {
    padding-top: 100px;
    padding-bottom: 100px;
}

#about.col-md-4 img {
    border-radius: 5px;
    margin-bottom: 28px;
}
#about1.col-md-4 img {
    border-radius: 5px;
    margin-bottom: 28px;
}

#aboutVr .col-md-4 img {
    border-radius: 5px;
    height: 30.5em;
}

#about .col-md-4 a {
    background: #e8e8e8;
    border-radius: 8px;
    color: #000000;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 40px;
}

#about .col-md-4 a:hover {
    background: #000000;
    color: #ffffff;
}

#about .about-thumb {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 30px 30px 30px;
}
#about .about-thumb1 {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 30px 12px 30px;
}

#aboutVr .about-thumb {
    background: #ffffff;
    border-radius: 5px;
    padding: 3px 30px 15px 30px;
}
#about1 .col-md-4 a {
    background: #e8e8e8;
    border-radius: 8px;
    color: #000000;
    padding: 6px 12px;
    display: inline-block;
    margin-bottom: 40px;
}

#about1 .col-md-4 a:hover {
    background: #000000;
    color: #ffffff;
}

#about1 .about-thumb {
    background: #ffffff;
    border-radius: 5px;
    padding: 20px 30px 30px 30px;
}
/*---------------------------------------
  Work section              
-----------------------------------------*/

#work {
    background: #ffffff;
}

#work .work-thumb {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#work .work-thumb:hover {
    background: #ffffff;
    box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
    top: -5px;
}

#work .work-thumb img {
    border-radius: 5px;
    cursor: pointer;
}

/*---------------------------------------
  Contact section              
-----------------------------------------*/

#contact .form-control {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 5px;
    box-shadow: none;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#contact input {
    height: 55px;
}

#contact button#submit {
    background: #6593d7;
    border: none;
    border-radius: 40px;
    color: #ffffff;
    font-weight: bold;
    height: 55px;
    padding-bottom: 10px;
    margin-top: 24px;
}

#contact button#submit:hover {
    background: #3d3d3f;
    color: #ffffff;
}

.cont {
    padding-right: 150px;
    padding-left: 150px;
    margin-right: auto;
    margin-left: auto
}

/*---------------------------------------
  Footer section              
-----------------------------------------*/

footer {
    background: #000000;
}

footer h4 {
    color: #f9f9f9;
}

footer a {
    color: #aaa;
}

footer a:hover {
    color: #fff;
}

footer .col-md-4 .support-cus:last-child {
    padding-top: 12px;
}

footer .col-md-4 .support-cus p {
    line-height: 20px;
}

footer .newsletter .form-control {
    box-shadow: none;
    transition: all 0.4s ease-in-out;
    margin-top: 16px;
    margin-bottom: 2px;
}

footer .newsletter .form-control:focus {
    border-bottom-color: #f2f2f2;
}

footer .newsletter input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0px;
}

footer .newsletter button {
    background: #f9f9f9;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    height: 50px;
}

footer .newsletter button:hover {
    background: #6593d7;
    color: #ffffff;
}

footer .dash-line {
    border-top: 1px solid #292929;
    margin-top: 62px;
    padding-bottom: 52px;
    position: relative;
}


/*---------------------------------------
  Social icon             
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    text-align: center;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    background: #f9f9f9;
    border-radius: 100%;
    color: #3d3d3f;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    margin: 0px 6px 10px 6px;
}

.social-icon li a:hover {
    background: #6593d7;
    color: #ffffff;
    transform: scale(1.1);
}

/*---------------------------------------
  Mobile Responsive styles              
-----------------------------------------*/

@media (max-width: 980px) {

    h1 {
        font-size: 30px;
    }

    #about .about-thumb {
        padding-left: 0px;
    }
    #about .about-thumb1 {
        padding-left: 0px;
    }
    #about1 .about-thumb {
        padding-left: 0px;
    }

    #work .work-thumb {
        margin-top: 25px;
    }

}

@media (max-width: 768px) {

    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 25px;
    }

    footer .col-md-4 {
        margin-bottom: 35px;
    }

    footer .col-md-6 {
        text-align: center;
    }

    footer .copyright-text {
        padding-bottom: 10px;
    }

}

@media (max-width: 580px) {

    h3 {
        font-size: 14px;
        letter-spacing: 4px;
    }

    #about .about-thumb {
        padding: 22px 12px;
        margin-top: 0px;
    }
    #about .about-thumb1 {
        padding: 22px 12px;
        margin-top: 0px;
    }
    #about1 .about-thumb {
        padding: 22px 12px;
        margin-top: 0px;
    }

}

@media (max-width: 360px) {
    #home1 {
        height: 85vh;
    }
}

@media (max-width: 768px) {
    #home1, #home2, #home3, #home4 {
        background-attachment: scroll !important;
    }
}

/*定义标签文字一级样式*/
.title1 {
    color: #666666;
    font-weight: bold;
    font-size: 20px;
}

/*定义标签文字二级样式*/
.title2 {
    color: blue;
    font-size: 20px;
}

.title3 {
    color: #2e54a4;
    font-size: 15px;
}

.title4 {
    color: #2e54a4;
    font-weight: bold;
    font-size: 36px;
}

/* 确保视频在父容器内按比例缩放 */
.video-responsive {
    width: 100%;
    height: auto;
}

/*文字向左偏移*/
.Text-leftPad{
    margin-left: -15px;
}

/*定义div中多个p标签之间的行距*/
.row p{
    margin-bottom: 1px;
}
