/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Raleway:400,500&subset=latin-ext");
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1 {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bolder;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden],
template {
  display: none;
}

/*--normalize.css end--*/
/* Style.css Start */
/*MIXIN*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body,
html {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 100%;
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

.row {
  width: 100%;
  position: relative;
  float: left;
}

.container {
  width: 980px;
  position: relative;
  margin: 0 auto;
}

.kdMain {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kdMain .bgFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/background2.jpg);
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
  transition: all 0.34s ease;
}
.kdMain .bgFull.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.kdMain .logo {
  position: absolute;
  right: 5%;
  bottom: : 3%;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
  transition: all 0.34s ease;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.kdMain .logo.active {
  bottom: 5%;
  right:  5%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.kdMain .social {
  position: absolute;
  top: 30px;
  right: 50px;
  left: auto;
  bottom:auto;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
  transition: all 0.34s ease;
}
.kdMain .social .sc {
  float: left;
  position: relative;
  margin-right: 8px;
  cursor: pointer;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
  transition: all 0.34s ease;
  right: -50px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.kdMain .social .sc img{
  width: 60px;
}

.kdMain .social .sc.animate {
  right: 0px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.kdMain .platform {
  position: absolute;
  left: 2%;
  bottom: 0%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  width: 425px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.kdMain .platform .pHead {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 120%;
}
.kdMain .platform .pScope {
  width: 100%;
  position: relative;
  float: left;
  height: 48px;
}
.kdMain .platform .pScope .pt {
  float: left;
  margin-right: 22px;
  background: url(../img/platform.png);
  background-size: 374px auto;
  height: 48px;
  cursor: pointer;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
  transition: all 0.34s ease;
}
.kdMain .platform .pScope .sp {
  width: 106px;
  background-position: 0 0;
}
.kdMain .platform .pScope .ap {
  width: 110px;
  background-position: -120px 0;
}
.kdMain .platform .pScope .fz {
  width: 49px;
  background-position: -242px 0;
}
.kdMain .platform .pScope .tt {
  width: 59px;
  background-position: -312px 0;
  margin-right: 0;
}
.kdMain .platform.active {
  top: 100px;
    right: 50px;
    left: auto;
    height: 107px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

@media (max-width: 1366px) {
  .kdMain .social {
    top:30px; right:50px; left:auto;
  }
  .kdMain .platform.active {
	  top:100px; right:50px; left:auto; height:107px;
	  
  }
}
@media (max-width: 980px) {
  .kdMain .social {
    top: auto;
    right: auto;
    left: 2%;
    bottom: 160px;
  }

}
@media (max-width: 760px) {



}
@media (max-width: 650px) {
  .kdMain .logo.active {
    bottom: 160px;
  }
}

@media (max-width: 540px) {

  .kdMain .bgFull {
    background-image: url(../img/background2.jpg);
	background-position: left top;
  }


  .kdMain .social {
    bottom: 0px;
  }
  .kdMain {
    background: #fff;
    position: relative;
    float: left;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }

  .kdMain .bgFull {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
  }

  .kdMain .social {
    position: relative;
    float: left;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    padding: 10px 0;
    text-align: center;
  }

  .kdMain .social .sc img {
    width: 40px;
    height: auto;
  }

  .kdMain .platform.active {
    height: 107px;
    bottom: 0px;
    position: relative;
    float: left;
    left: 0;
	top:0;
    width: 100%;
    background: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    
  }

  .kdMain .platform .pHead{
    font-size: 14px;
    text-align: center;
  }

  .kdMain .logo.active {
    bottom: 175px;
    left: 10px;
  }


.kdMain .platform .pScope{
  position: relative;
  margin: 0px auto;
  width: 280px;
  float: none;
}

.kdMain .platform .pScope .pt {
  float: left;
  margin-right: 12px;
  background: url(../img/platform_mobile.png);
  background-size: 272px auto;
  height: 36px;
  cursor: pointer;
  -webkit-transition: all 0.34s ease;
  -moz-transition: all 0.34s ease;
  -ms-transition: all 0.34s ease;
  -o-transition: all 0.34s ease;
  transition: all 0.34s ease;
}
.kdMain .platform .pScope .sp {
  width: 77px;
  background-position: 0 0;
}
.kdMain .platform .pScope .ap {
  width: 80px;
  background-position: -88px 0;
}
.kdMain .platform .pScope .fz {
  width: 36px;
  background-position: -176px 0;
}
.kdMain .platform .pScope .tt {
  width: 43px;
  background-position: -227px 0;
  margin-right: 0;
}
.kdMain .platform.active {
  bottom: 5%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
}  
}

/*# sourceMappingURL=style.css.map */
