
/*------------------------------------*\
	General
\*------------------------------------*/


.videolist { }
.videolist:hover{ cursor: pointer; }
.videoed { width:50px; height:50px; position: absolute; left:45%; top:40%; z-index:99; border-radius:100%; }
.videos{     
    display: none;
    border: 1px solid #080808;
    margin: 200px 0 0 -480px;
    z-index: 100;
    width: 960px;
    position: absolute;
    left: 50%;
    height: 540px;
}
.vclose {
    position: absolute;
    right: -54px;
    top: 0px;
    border-radius: 100%;
    cursor: pointer;
}
.con{height: 430px; width: 1000px;margin: 0 auto;}
.masklayer{position: fixed;display: none;width: 100%;height: 1000px;top: 0px;left: 0px;background-color: rgba(0, 0, 0, 0.8);z-index: 1000;-webkit-user-select: none;-ms-user-select: none;}

/* -- typography -- */

body {
    font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow-x: paged-x-controls;
    color: #868F9B;
    min-width: 1280px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    font-size: 20px;
    color: #777;
    text-decoration: none;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    opacity: 0.8;
    color: #6195FF;
}

.main-color {
    color: #6195FF;
}

.white-text {
    color: #FFF;
}

.back-text {
    font-size: 54px;
    color: #222222;
}

.text-line {
    width: 70px;
    border: 1px solid rgba(255,255,255,.4);
    position: absolute;
}

.text-line-1 {
    left: 56px;
    top: 15px;
}

.text-line-2 {
    right: 56px;
    top: 15px;
}

.text-line-3 {
    height: 230px;
    width: 0px;
    border-left: 1px solid rgba(255,255,255,.15) !important;
    border-right: none;
    border-top: none;
    border-bottom: none;
    right: 4px;
    top: 0px;
}

.point-right-text {
    margin: 250px 0;
    width: 10px;
    height: auto;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 9px;
    color: #FFFFFF;
    line-height: 10px;
    transform:rotate(90deg);
    -ms-transform:rotate(90deg);    /* IE 9 */
    -moz-transform:rotate(90deg);   /* Firefox */
    -webkit-transform:rotate(90deg); /* Safari 和 Chrome */
    -o-transform:rotate(90deg); 
}

::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}

::selection {
    background-color: #6195FF;
    color: #FFF;
}

.play {
    display: inline-block;
    margin-left: 18px;
    width: 32px;
    height: 32px;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* -- section  -- */

.section {
    position: relative;
}

.md-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}

.sm-padding {
    padding-top: 72px;
    padding-bottom: 72px;
}

.videoWrapper {
    margin-top: 42px;
    width: 100%;
    height: 640px;
    /*border-radius: 4px;*/
    /*box-shadow: 0px 20px 40px rgba(0,0,0,0.05);*/
}

.placeholder {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

#indexVideo {
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    z-index: 0;
    width: 100%;
    height: 100vh;
    min-height: 980px;
    object-fit: cover;
}




/* side content */

.side-content__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.7s ease;
    transition: -webkit-transform 0.7s ease;
    transition: transform 0.7s ease;
    transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-content__block.active {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.side-content__block-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: 0.7;
}

.side-content__block-inner {
    position: relative;
    width: 420px;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    overflow-y: auto;
    padding: 24px 22px;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    align-content: space-between;
}

.side-content__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-content__block .main-navigation .submenu {
    display: none;
}

.side-content__block__text {
    /*text-align: center;*/
    font-size: 14px;
}

.side-content__block__title {
    font-size: 18px;
    color: #555555;
    margin: 0;
    margin-bottom: 15px;
}

.side-content__block-line {
    margin: 40px 0;
    border-color: rgba(48, 46, 47, 0.05);
}

.side-content__block-about {
    margin-top: 40px;
}

.side-content__block-about__btn:hover {
    background-color: var(--thm-black);
    color: #fff;
}

.side-content__block-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.side-content__block-contact__list-item {
    color: var(--thm-black);
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

.side-content__block-contact__list-item a {
    font-size: 15px;
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.side-content__block-contact__list-item a:hover {
    color: var(--thm-black);
}

.side-content__block-contact__list-item i {
    font-size: 17px;
    color: var(--thm-black);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-content__block-contact__list-item+.side-content__block-contact__list-item {
    margin-top: 10px;
}

.side-content__block__text-copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.side-content__block__text-copy a {
    color: inherit;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.side-content__block__text-copy a:hover {
    color: var(--thm-black);
}

.side-content__block__text a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size:14px;
    color:#57A3FF;
}

.side-content__block__text a:hover {
    color: var(--thm-black);
}
.side-content__block-about__text {
    font-size: 15px;
    line-height: 26px;
    color: #777777;
    padding: 0 3px;
}
.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform,
        0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity,
        0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* --  background section  -- */


.bg-grey {
    background-color: #FAFAFA;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}

.bg-dark {
    background-color: #1C1D21;
}

.grid-gray-bg {
    background: url("../assets/icon/bg.png") repeat;
    background-color: #f5f6f7;
}


.grid-white-bg  {
    background: url("../assets/icon/bg.png") repeat;
    background-color: #fff;
}


/* --  background image section  -- */

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    /*background-attachment: fixed;*/

}


.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #fff;
    /*-moz-filter: blur(1px);*/
    /*-webkit-filter: blur(1px);*/
    /*-o-filter: blur(1px);*/
    /*-ms-filter: blur(1px);*/
    /*filter: blur(1px);*/
}
/* --  Buttons  -- */

.main-btn, .white-btn, .outline-btn {
    display: inline-block;
    padding: 10px 35px;
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 3px;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.play-ddder-video {
    padding: 0;
    width: 100%
}

.play-ddder-video button{
    padding: 0;
    background: none;
    border: none;
    border-radius: 0px;
    width: 90px;
    height: 90px;
    vertical-align: middle;
}

.play-ddder-video button:focus{
    outline: none;
}

.play-ddder-video h4{
    margin-top: 20px; 
    font-weight: 300;
    font-size: 17px;
    letter-spacing: 5px;
    color: rgba(255,255,255,.6);
}

.download-btn {
    background: #57A3FF;
    border: 0px solid #777;
    border-radius: 0px;
    width: 290px;
    height: 80px;
    vertical-align: middle;
}

.btnLeft{
  background: #57A3FF;
}

.btnRight{
  background: #333333;
}

button:focus {
    outline: none;
}

.download-btn a {
    font-size: 20px;
    height: 48px;
    color: #FFFFFF;
    line-height: 24px;
    letter-spacing: 5px;
    font-weight: 300;
}

.main-btn {
    background: #6195FF;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #10161A !important;
}

.outline-btn {
    background: transparent;
    color: #6195FF !important;
    border-color: #6195FF;
}

.main-btn:hover, .white-btn:hover, .outline-btn:hover {
    opacity: 0.8;
}


/*------------------------------------*\
	Logo
\*------------------------------------*/

.navbar-header {
    /*position: fixed;*/
    /*left: 40px;*/
}

.fixed-nav .navbar-header {
    /*position: fixed;*/
    /*left: 140px;*/
}

.navbar-brand {
    padding: 0;
}



.navbar-brand .logo, .navbar-brand .logo-alt {
    max-height: 36px;
    height: 100%;
    line-height: 100%;
    margin-top: 4px;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-brand .logo-alt {
	display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-brand .logo {
	display: none;
}

#nav.fixed-nav .navbar-brand .logo-alt {
    display: none;
}

#nav:not(.nav-transparent):not(.fixed-nav) .navbar-more .logo-alt {
    display: none;
}

#nav.nav-transparent:not(.fixed-nav) .navbar-more .logo {
    display: none;
}

#nav.fixed-nav .navbar-more .logo-alt {
    display: none;
}



.navbar-more {
    width: 56px;
    height: 56px;
    background-color: #57A3FF;
    padding: 11px 15px;
    position: absolute;
    right: 64px;
}

.fixed-nav .navbar-more {
    width: 56px;
    height: 56px;
    background-color: #ffffff;
    padding: 11px 15px;
    position: absolute;
    border: 1px solid #EDEEF2;
    right: 8px;
}

/*------------------------------------*\
	Navigation
\*------------------------------------*/

#nav {
    padding: 0;
    /*background: rgba(255,255,255,0.96);*/
    -webkit-transition: 0.2s padding;
    transition: 0.2s padding;
    z-index: 999;
    /*position: fixed;*/
    width: 100%;
    height: 116px;

}

.navbar-vigo {
    width: 100%;
    height: 100%;
    padding: 0px 64px;
    display: flex;
    align-items: center;
    position: relative;
}

.fixed-nav .navbar-vigo {
    min-width: 1280px;
    width: 1280px;
    padding: 0px 8px;
    margin: 0 auto;
    position: relative;
}

.bottom {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 82px;
}


.nav-blur {
    position: fixed;
    z-index: 1;
    height: 78px;
    width: 100%;
    -moz-filter: blur(10px);
    -webkit-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10x);
}



#nav.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}


#nav.fixed-nav {
    position: fixed;
    left: 0;
    top: 0;
    height: 90px;
    padding: 0px 0px;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #EEE;
}

#nav.nav-transparent {
    /*background: rgba(255,255,255,0.65);*/
}

#header-video {
    width: 70%;
    display: none;

    position: relative;
    top: 42px;
    left: 50%;
    transform: translateX(-50%)
}


.main-nav {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.main-nav li {
    width: 106px;
    text-align: center;
}
.main-nav li a {
    font-size: 19px;
    line-height: 34px;
    height: 65px;
    color: #444444;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.fixed-nav li a {
    height: 48px;
    color: rgba(0,0,0,.6) !important;
    line-height: 12px !important;
}
.main-nav>li>a {
    color: #fff;
    padding: 15px 0px;
}

.fixed-nav li {
    width: 96px;
    height: 42px;
}

#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a {
    color: rgba(255,255,255,.6);
}
#nav.nav-transparent:not(.fixed-nav) .main-nav>li>a:after {
    background-color: #FFFFFF;
}

.main-nav>li>a:hover, .main-nav>li>a:focus, .main-nav>li.active>a {
    background: transparent;
    font-weight: 800;
    color: rgba(255,255,255,1) !important;
}

.fixed-nav .navbar-vigo>ul>li>a:hover {
    background: transparent;
    font-weight: 800;
    color: rgba(0,0,0,1) !important;
}
.fixed-nav .navbar-vigo>ul>li>a:focus {
    background: transparent;
    font-weight: 800;
    color: rgba(0,0,0,1) !important;
}
.fixed-nav .navbar-vigo>ul>li.active>a {
    background: transparent;
    font-weight: 800;
    color: rgba(0,0,0,1) !important;
}

.main-nav>li>a:after {
    content: "";
    display: block;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    height: 3px;
    width: 0%;
    /*-webkit-transition: 0.2s width;*/
    /*transition: 0.2s width;*/
}

.fixed-nav .navbar-vigo>ul.main-nav>li>a:after {
    content: "";
    display: block;
    background-color: #57A3FF !important;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    height: 4px;
    width: 0%;
    /*-webkit-transition: 0.2s width;*/
    /*transition: 0.2s width;*/
}

.fixed-nav .navbar-vigo>ul.main-nav>li>a:hover:after, .fixed-nav .navbar-vigo>ul.main-nav>li.active>a:after {
    width: 48px;
}

.main-nav>li>a:hover:after, .main-nav>li.active>a:after {
    width: 48px;
}

.active_icon {
    width: 20px;
    height: 20px;
}


/*------------------------------------*\
	Header
\*------------------------------------*/

header {
    position: relative;
}

#home {
    height: 100vh;
    min-height: 980px;
    background: url("../assets/video-background.png") repeat;
    background-position: center;
    background-size: cover;
}

#home .home-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    min-height: 980px;
    /*-webkit-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    text-align: center;
    background: url("../assets/video-mask.png") repeat;
    background-size: contain;
}

.home-wrapper .point-icon {
    position: absolute;
}

.point-icon-left{
    width: 14px;
    height: 196px;
    left: 72px;
    bottom: 56px;
    background: url("../assets/icon/ddder-icon-pointL.png");
}

.point-icon-right{
    width: 10px;
    height: 470px;
    right: 72px;
    bottom: 56px;
}

.home-content h1 {
  text-transform: uppercase;
}
.home-content button {
  margin-top: 8%;
}

.header-wrapper h2 {
    display: inline-block;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb {
    float: right;
    background: transparent;
    margin-bottom: 0px;
}

.header-wrapper .breadcrumb .breadcrumb-item.active {
    color: #868F9B;
}

.breadcrumb>li+li:before {
    color: #868F9B;
}

.home-content-slagon {
    width: 842px;
    height: 116px;
    margin: 23% auto 0 auto;
    background: url("../assets/icon/ddder-icon-slogan.png") no-repeat;
}

/*------------------------------------*\
	Features
\*------------------------------------*/


.feature {
    width: 100%;
    height: 694px;
    clear: both;
    border-bottom: 1px solid #EDEEF2;
}

#features li {
    padding: 0;
    margin: 0;
}

.feature p {
    font-size: 22px;
    font-weight: 400;
    color: #444444;
    letter-spacing: 0;
    line-height: 36px;
    padding: 43px 0;
}


.feature a {
    font-size: 24px;
    color: #57A3FF;
}

#fixed-features {
    background-color: rgba(255,255,255,1);
    min-width: 1280px;
    width: 100%;
    height: 188px;
    border-bottom: 1px solid #D4D6DA;

    position: fixed;
    left: 0;
    top: 90px;
    z-index: 999;
    display: none;
}

#fixed-features span  {
    width: 100%;
    text-align: center;
    display: block
}

#fixed-features li:hover {
    cursor: pointer;
}

#features li:hover {
    cursor: pointer;
}


.features-nav {
    border-left: 1px solid #EDEEF2;
    border-right: 1px solid #EDEEF2;
    padding: 0px 1px;
    width: 1280px;
    height: 188px;
    margin: 0 auto;
}
}

#features {
    background-color: rgba(255,255,255,1);
    min-width: 1280px;
    height: 188px;
    border-bottom: 1px solid #D4D6DA;
    margin: auto;
}

#features>ul {
    border-left: 1px solid #EDEEF2;
    border-right: 1px solid #EDEEF2;
    padding: 0px 1px;
    width: 1280px;
    height: 188px;
    margin: 0 auto;
}

#features li {
    float: left;
    /*display: inline-block;*/
    width: 255px;
    height: 188px;
}

#features li a {
    display: block;
    color: #777777;
    padding: 26px 0 22px 0;
}

.section-active {
    background: rgba(68,68,68,.03);
    height: 188px;
}

.workspace-normal {
    display: inline-block;
    width: 112px;
    height: 78px;
    background-image: url("../assets/icon/workspaceNormal.png");
}

.workspace-active {
    background-image: url("../assets/icon/workspaceSelect.png");
}

.edit-normal {
    display: inline-block;
    width: 86px;
    height: 78px;
    background-image: url("../assets/icon/creationNormal.png");
}

.edit-active {
    background-image: url("../assets/icon/creationSelect.png");
}

.cooperate-normal {
    display: inline-block;
    width: 106px;
    height: 82px;
    background-image: url("../assets/icon/teamworkNormal.png");
}

.cooperate-active {
    background-image: url("../assets/icon/teamworkSelect.png");
}

.talk-normal {
    display: inline-block;
    width: 81px;
    height: 67px;
    background-image: url("../assets/icon/communicateNormal.png");
}

.talk-active {
    background-image: url("../assets/icon/communicateSelect.png");
}

.remark-normal {
    display: inline-block;
    width: 100px;
    height: 72px;
    background-image: url("../assets/icon/labelNormal.png");
}

.remark-active {
    background-image: url("../assets/icon/labelSelect.png");
}

.record-normal {
    display: inline-block;
    width: 108px;
    height: 78px;
    background-image: url("../assets/icon/recordingNormal.png");
}

.record-active {
    background-image: url("../assets/icon/recordingSelect.png");
}


.currentSection {
    width: 214px;
    height: 214px;
    background-color: rgba(68,68,68,0.06);
    border-radius: 4px;
    position: fixed;
    display: none;
    top: 54px;
    z-index: 10000;
}

#fixed-features li {
    float: left;
    text-align: center;
    width: 255px;
    height: 188px;
    /*background-color: pink;*/
}

#fixed-features li a {
    display: block;
    padding: 26px 0 22px 0;
}

/*------------------------------------*\
	Footer
\*------------------------------------*/

#footer {
    position: relative;
    height: 344px;
    background: #F8F9FA;
}

.footer-nav {
    text-align: left;
    float: left;
}

.footer-nav span {
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
}

.footer-nav a {
    font-size: 14px;
    color: #777777;
    line-height: 28px;
    display: inline-block;
    padding-bottom: 4px;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo>a>img {
    max-height: 80px;
}

.footer-follow {
    text-align: center;
    margin-bottom: 20px;
}

.footer-follow li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 13px;
}

.footer-follow li a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 3px;
  background-color: #6195FF;
  color:#FFF;
}

.footer-copyright p {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
}


/*------------------------------------*\
	Responsive
\*------------------------------------*/


.section-header h2.title {
    font-size:31.5px;
}

.main-btn , .default-btn , .outline-btn , .white-btn  {
    padding: 8px 22px;
    font-size:14px;
}
.home-content {
    position: relative;
}
.home-content h1 {
    font-size: 28px;
    font-weight: 300;
    color: rgba(255,255,255,.6);
    letter-spacing: 37px;
    margin: 30px 0px 0px 37px;
}

.header-wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    display: block;
}

.header-wrapper .breadcrumb {
    float: none;
    text-align: center;
}

/*------------------------------------*\
	Back to top
\*------------------------------------*/

#back-to-top {
  	display: none;
    position: fixed;
    bottom: 38px;
    right: 28px;
    width: 56px;
    height: 56px;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 28px;
    color: #FFF;
    box-shadow: 0px 5px 26px rgba(0,0,0,.35);
    transition: 0.2s opacity;
    cursor: pointer;
}

#back-to-top:after {
    content: "\f106";
    font-family: 'FontAwesome';
    color: #57A3FF;
    font-size: 32px;
}

#back-to-top:hover {
    opacity: 0.8;
}

/*------------------------------------*\
	Preloader
\*------------------------------------*/


#preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    z-index: 99999;
}

.preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.preloader span {
    display: inline-block;
    background-color: #6195FF;
    width: 25px;
    height: 25px;
    -webkit-animation: 1s preload ease-in-out infinite;
            animation: preload 1s ease-in-out infinite;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    border-radius:50%;
}

.preloader span:nth-child(1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
}

.preloader span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
}

.preloader span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
}

.preloader span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}

@-webkit-keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}

@keyframes preload {
	0% {
	   -webkit-transform:scale(0);
	           transform:scale(0);
	}
  50% {
    -webkit-transform:scale(1);
            transform:scale(1);
  }
  100% {
    -webkit-transform:scale(0);
            transform:scale(0);
  }
}
