@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,700,400italic,300);

body {
  background-color: #f3f3f3;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}

/*div {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}*/

ul li {
  list-style-type: square;
}

.mockup-wrapper {
  padding: 70px 0;
  perspective: 590px;
  overflow: hidden;
}

.inner-wrapper {
  height: 648px;
  position: relative;
  /*
    -webkit-transform:  rotateY(11deg) scale(0.7);
    transform: rotateY(11deg) scale(0.7)
    */
  /*
    -webkit-transform:  rotateY(14deg) scale(0.7);
    transform: rotateY(-14deg) scale(0.7);
    */
}

.app-logo {
  float: left;
}

.website-title {
  background-color: #0066cc;
  color: #fff !important;
  padding: 0px 23px 0;
  text-align: center;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.website-title small {
  color: #fff !important;
}

.website-title h2 {
  margin: 0;
  font-size: 22px;
}

.website-input {
  text-align: center;
  padding: 40px;
  background-color: #072d94;
}

.website-input input {
  width: 400px !important;
}

.custom-btn {
  border-radius: 0 20px 20px 0;
  font-weight: bold;
  color: #fff;
  background-color: #2391ef;
  border-color: #2391ef;
  box-shadow: -7px 7px 16px -4px #383838;
}

.custom-btn:hover {
  color: #fff;
  background-color: #4ca7f5;
  border-color: #4ca7f5;
}

.custom-btn:active {
  color: #fff;
  background-color: #4ca7f5;
  border-color: #4ca7f5;
}

.custom-btn:focus {
  color: #fff;
  background-color: #4ca7f5;
  border-color: #4ca7f5;
}

/*Mockup settings*/

.mockup-settings {
  /*    padding: 10px;*/
  background: #d4d4d4;
  /* background: rgb(236,236,236); */
  background: linear-gradient(
    0deg,
    rgba(236, 236, 236, 1) 0%,
    rgba(185, 185, 185, 1) 100%
  );
}

.mockup-settings .dropdown-menu a {
  cursor: pointer;
}
.mockup-settings label {
  font-size: 14px;
}
.mockup-settings button {
  font-size: 14px;
}
.mockup-tips {
  display: none;
  position: absolute;
  top: 200px;
  right: 0;
  overflow: hidden;
  background-color: #636363;
  color: #fff;
  z-index: 9;

  animation: enterRight ease 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: enterRight ease 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: enterRight ease 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: enterRight ease 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: enterRight ease 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
}

@keyframes enterRight {
  0% {
    opacity: 0;
    transform: translate(300px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

@-moz-keyframes enterRight {
  0% {
    opacity: 0;
    -moz-transform: translate(300px, 0px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0px, 0px);
  }
}

@-webkit-keyframes enterRight {
  0% {
    opacity: 0;
    -webkit-transform: translate(300px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
  }
}

@-o-keyframes enterRight {
  0% {
    opacity: 0;
    -o-transform: translate(300px, 0px);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0px, 0px);
  }
}

@-ms-keyframes enterRight {
  0% {
    opacity: 0;
    -ms-transform: translate(300px, 0px);
  }
  100% {
    opacity: 1;
    -ms-transform: translate(0px, 0px);
  }
}

.mockup-tips h3 {
  font-size: 19px;
  padding: 0;
  margin: 0;
  background: #ef5223;
  display: inline-block;
  color: #fff;
  padding: 8px;
}

.mockup-tips ul {
  margin-top: 12px;
}

.close-tips {
  position: absolute;
  background-image: url("../image/close-white.png");
  right: 0px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.view-angle-btn {
  background-color: transparent;
}
.take-screenshot-btn {
  /* display: none; */
}

#url {
  border-radius: 20px 0 0 20px;
  box-shadow: -7px 7px 16px -4px #383838;
}

.desktop-wrapper {
  width: 703px;
  height: 576px;
  background: url(../../images/mockup/21-lion.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 220px;
  cursor: move;
}

.desktop-inner {
  width: 601px;
  height: 343px;
  margin-left: 48px;
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}

.mac-wrapper {
  width: 650px;
  height: 406px;
  background: url(../../images/mockup/macbook.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 703px;
  top: 230px;
  cursor: move;
  background-size: contain;
}

.mac-inner {
  width: 484px;
  height: 302px;
  margin-left: 83px;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.ipad-wrapper {
  width: 250px;
  height: 353px;
  position: absolute;
  left: 60px;
  top: 250px;
  background-image: url(../../images/mockup/ipad.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  cursor: move;
}

.ipad-inner {
  width: 217px;
  height: 290px;
  margin-left: 17px;
  margin-top: 33px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.iphone-wrapper {
  width: 120px;
  height: 240px;
  left: 260px;
  top: 370px;
  position: absolute;
  background-image: url(../../images/mockup/iphonex.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  z-index: 2;
  cursor: move;
  transform-origin: top left;
}
.iphone-notch {
  position: absolute;
  width: 61px;
  height: 10px;
  left: 30px;
  top: 6px;
  background-image: url(../../images/mockup/iphonexnotch.png);
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 4;
  cursor: move;
}

.iphone-inner {
  width: 104px;
  height: 214px;
  border-radius: 0 0 13px 13px;
  margin-left: 8px;
  margin-top: 18px;
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.description-wrapper {
  background-color: #0066cc;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: lighter;
  padding: 40px 0;
}

.description h2 {
  margin-bottom: 40px;
  background-color: #072d94;
  padding: 28px;
}

.description-wrapper a {
  color: #07e8d4;
}

.copyright {
  background-color: #072d94;
  color: #fff;
  padding: 18px 0;
  text-align: center;
}

.copyright a {
  color: #fff;
  text-decoration: underline;
}

#frame {
  width: 1521px;
  height: 862px;
  position: relative;
  left: 0px;
  top: 0px;
}

#frame {
  -ms-zoom: 0.7;
  -moz-transform: scale(0.4);
  -moz-transform-origin: 0px 0;
  -o-transform: scale(0.4);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.4);
  -webkit-transform-origin: 0 0;
}

#frame_mac {
  /*width: 1229px;*/
  width: 1244px;
  height: 776px;
  position: relative;
}

#frame_mac {
  -ms-zoom: 0.7;
  -moz-transform: scale(0.4);
  -moz-transform-origin: 0px 0;
  -o-transform: scale(0.4);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.4);
  -webkit-transform-origin: 0 0;
}

#frame_ipad {
  width: 1105px;
  height: 1444px;
  position: relative;
  left: 0px;
  top: 0px;
}

#frame_ipad {
  -ms-zoom: 0.7;
  -moz-transform: scale(0.2);
  -moz-transform-origin: 0px 0;
  -o-transform: scale(0.2);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.2);
  -webkit-transform-origin: 0 0;
}

#frame_iphone5 {
  /* width: 510px; */
  width: 540px;
  height: 1136px;
  position: relative;
  left: 0px;
  top: 0px;
}

#frame_iphone5 {
  -ms-zoom: 0.7;
  -moz-transform: scale(0.2);
  -moz-transform-origin: 0px 0;
  -o-transform: scale(0.2);
  -o-transform-origin: 0 0;
  -webkit-transform: scale(0.2);
  -webkit-transform-origin: 0 0;
}

.addthis_native_toolbox {
  width: 350px;
  display: inline-block;
}

.check-our-blog {
  display: none;
  position: fixed;
  background: #fff;
  border-radius: 6px;
  padding: 20px;
  right: 10px;
  top: 125px;
  text-align: center;
  line-height: 2;
  font-size: 17px;
}

.check-our-blog p {
  margin: 0;
}

.close-popup {
  position: absolute;
  background-image: url("../image/close.png");
  right: 0px;
  top: 8px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.check-our-blog a {
  text-decoration: underline;
}

.banner-top {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
}

ul > li {
  list-style-type: none;
}
