/* navbar */
.app-navbar {
  font-weight: 500;
  letter-spacing: .05em;
  position: absolute;
}

.app-navbar .navbar-collapse {
  letter-spacing: .02em;
  font-size: 17px;
}

.centr {
  text-align: center;
}
.block3 {
}

/* header block */
.app-graph {
  width: 150%;
  position: absolute;
  right: 0;
  bottom: -40px;
}
@media (min-width: 768px) {
  .app-graph {
    width: 100%;
    bottom: 0;
  }
}


/* ------ iphone block ------ */
.app-iphone-block {
  padding-bottom: 60px;
  color: black;
  font-weight: normal;
}

.app-iphone-block h3 {
  color: rgba(90, 150, 50, 0.9);
  text-shadow: 1px 1px 2px rgba(0, 10, 0, 0.2);
}
.app-iphone-block h5 {
  color: rgba(90, 150, 50, 0.9);
}
@media (min-width: 768px) {
  .app-iphone-block {
    padding-bottom: 0;
  }
}


/* ------ code block ------ */
.app-code-block {
  /*background-color: #262F36;
  background-image: url("/assets/img/tfill.jpg"), url("/assets/img/tfillup.jpg") repeat-x, url("/assets/img/tfone.jpg") no-repeat;
  background-image: url('/assets/img/tfone.jpg') no-repeat 0px 0px;*/
  padding-top: 0px;
  background: #262F36 url('/assets/img/tfillup.jpg') repeat-x;
  overflow: hidden;
  color: rgba(255, 160, 60, 0.9);
}
.app-code-block-up {
  height: 135px;
  background: url('/assets/img/tfone.jpg') no-repeat 42% top;
}
.app-code-block .btn-lg {
  background-color: rgba(255, 160, 60, 0.8);
}
.app-code-block h3{
  color: rgba(255, 160, 60, 0.9);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.text-code{
  color: rgba(0, 20, 0, 0.2);
  /*text-shadow: 1px 1px 2px rgba(55, 95, 125, 0.6)*/;
}
.app-code {
  color: #6EA4CF;
  border: #495158 1px solid;
  background: transparent;
  font-size: 12px;
  padding: 20px;
  line-height: 1.55;
  margin-bottom: 30px;
}
.app-code span {
  color: #8496A5;
}
@media (min-width: 768px) {
  .app-code {
    width: 600px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .app-code {
    padding: 50px;
    font-size: 15px;
  }
}


/* pull quote block */
.app-high-praise img {
  width: 100%;
}


/* brand ribbon block 2595FF 3a5a68 */
.app-ribbon {
  background: #507989 url('/assets/img/seo.gif') no-repeat 46% bottom;
  /*color: rgba(210, 240, 250, 0.9);*/
  color: rgba(255, 240, 200, 0.9);
}
.app-ribbon .container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: -30px;
}
.app-ribbon img {
  margin: 0 10px 30px;
}
.app-ribbon .text-muted{
  color: rgba(210, 240, 250, 0.9);
}
.app-ribbon h3{
  color: rgba(255,240,200, 0.9);
  text-shadow: 2px 2px 3px rgba(0,0,0, 0.5);
}
.app-ribbon .btn-lg {
  background-color: rgba(255, 240, 200, 0.9);
  color: #335577;
}

/* pentest block */
.app-block-pentest .text-muted{
  color: rgba(210, 40, 40, 0.5);
}
.app-block-pentest {
/*  background: url('/assets/img/shield.jpg') no-repeat 60% -10px;*/
}
.pentestimg {
  padding:  0px 0px 20px 70px;
}
.app-block-pentest .container {
  margin-bottom: -60px;
}
.app-block-pentest .btn-lg {
  background-color: rgba(210,40,40,0.4);
}
.app-block-pentest h3 {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

/* marketing grid block */
.app-block-marketing-grid .container {
  margin-bottom: -60px;
}
.app-marketing-grid .m-b {
  margin-bottom: 10px !important;
}
@media (max-width: 768px) {
  .app-marketing-grid .m-b-lg {
    margin-bottom: 40px !important;
  }
}


/* price plan block */
.app-price-plans {
  background-color: #F4F5F6;
}
.app-price-plans .container {
  margin-bottom: -60px;
}


/* footer block */
.app-footer {
  background-color: #262F36;
}
.app-footer a {
  color: #fff;
}


/* general block overrrides */
@media (max-width: 768px) {
  .block .lead {
    line-height: 1.3;
  }
  .block h3 {
    line-height: 1.15;
  }
}


/* general inverse overrides */
.block-inverse .text-muted {
  color: rgba(255, 255, 255, .7);
}
.text-1 {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 3px 3px 10px rgba(0, 0, 0, 1), 3px 3px 3px rgba(0, 0, 0, 1);
  /*text-shadow: 1px 1px 20px rgba(35, 55, 85, 0.4), 0px 0px 1px rgba(0, 0, 0, 0.3), 3px 3px 5px rgba(0, 0, 0, 0.6);*/
}

.block-inverse .block-bg-img {
  background-color: transparent;
}

/* general btn overrides */
.btn-lg {
  font-size: 18px;
}
.block-secondary .btn-lg {
  width: 100%;
}

.btn-lg:not(.btn-block) {
  padding: 12px 50px;
}
@media (min-width: 768px) {
  .btn-lg:not(.btn-block) {
    width: auto;
  }
}


/* ie10+ */
@media (min-width: 768px) {
  .app-align-center {
    display: flex;
    align-items: center;
  }
}
#stage {
  height: 100vh;
}
#stage .block-fill-height{
  padding: 0px;
}
#carousel1 {
  height: 100vh;
}
#menu .active{
 border-bottom: 1px solid white;
}
#carousel2 {
  padding: 20px 50px;
  height: 60vh;
  /*border: 1px solid white;*/
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 90px;
  background: rgba(220, 230, 255, 0.5); /*rgba(50, 155, 250, 0.1)  180,200,250 0, 10, 25, 0.4*/
  box-shadow: 0 0 40px rgba(10, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 0.6);
}

#carousel2 .lead {
  color:  #ffffff;/*#050530;*/
  font-weight: 400;
  font-size: 32px;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.6), 2px 2px 5px rgba(0, 0, 0, 0.9);
}
#carousel3 {
  padding: 10px 50px 20px 50px;
  height: 60vh;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 90px;
  background: rgba(50, 155, 250, 0.1); /*rgba(50, 155, 250, 0.1)  180,200,250 0, 10, 25, 0.4*/
  box-shadow: 0 0 40px rgba(10, 0, 0, 1), 0 0 10px rgba(0, 0, 0, 0.6);
}

#carousel3 .lead {
  color:  #ffffdd;
  font-weight: 400;
  font-size: 21px;
  /*text-shadow: 1px 1px 4px rgba(255, 255, 100, 0.4);*/
  /*text-shadow: 3px 3px 10px rgba(0, 0, 0, 1), 3px 3px 3px rgba(0, 0, 0, 1);*/
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.6), 2px 2px 5px rgba(0, 0, 0, 0.9);
}
#carousel3 .carousel-inner {
  height: 100%;
}
#carousel3 .carousel-caption {
  top: 40px;
  left: 10px;
  right: 10px;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.test {
/*  vertical-align: top;
  padding-top: 70px;*/
}
#devblock, #anblock, #penblock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row;
  flex-flow: row;
  justify-content: center;
  -webkit-justify-content: center;
}

#devblock {
  background: url("/assets/img/infograf_dev.svg") no-repeat center top;
  width: 700px;
  height: 400px;
}
#devblock div{
  padding-top: 138px;
}
#devlistblock {
  padding-top: 20px !important;
  text-align: left;
}
#devlistblock ul {
  list-style: none;
}
#devlistblock li:nth-child(1){
  padding-left: 170px;
}
#devlistblock li:nth-child(2){
  padding: 20px 0px 0px 10px;
  color: black;
}
#devlistblock li:nth-child(3){
  padding: 40px 0px 0px 90px;
  color: white;
}

#devlistblock li:nth-child(4){
  padding: 25px 0px 0px 245px;
  color: black;
}
#devlistblock li:nth-child(5){
  position: relative;
  top: -22px;
  left: 38px;
  color: #ff9740;
}
#devlistblock li:nth-child(6){
  position: relative;
  top: -16px;
  left: 62px;
  color: #ff9740;
}
#devlistblock li:nth-child(7){
  position: relative;
  top: -10px;
  left: 84px;
  color: #ff9740;
}

#devblock div:nth-child(1){
  width: 120px;
  text-align: right;
}
#devblock div:nth-child(3){
  width: 120px;
  text-align: left;
}
#devblock div:nth-child(2){
  width: 400px;
}

#anblock div{
  width: 150px;
  height: 150px;
  font-size: 18px;
  text-align: center;
  padding-top: 50px;
  text-shadow: none;
}
#anblock div:nth-child(1) {
  background: url("/assets/img/infograf_sl21.svg") no-repeat center top;
  margin-top: 200px;
}
#anblock div:nth-child(2) {
  background: url("/assets/img/infograf_sl22.svg") no-repeat center top;
  margin-top: 150px;
}
#anblock div:nth-child(3) {
  background: url("/assets/img/infograf_sl23.svg") no-repeat center top;
  margin-top: 100px;
}
#anblock div:nth-child(4) {
  background: url("/assets/img/infograf_sl24.svg") no-repeat center top;
  margin-top: 50px;
}
#anblock div:nth-child(5) {
  background: url("/assets/img/infograf_sl25.svg") no-repeat center top;
}

#penblock div{
  width: 300px;
  height: 270px;
  background: url("/assets/img/infograf_pentest.svg") no-repeat center top;
  padding-top: 120px;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.9), 0px 0px 2px rgba(0,0,0,0.9);
}
/*-------- vertical carousel --------*/
.carousel-inner.vertical {
  height: 100%;
}
.carousel-inner.vertical > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner.vertical > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
  .carousel-inner.vertical > .item.next,
  .carousel-inner.vertical > .item.active.right {
    top: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .carousel-inner.vertical > .item.prev,
  .carousel-inner.vertical > .item.active.left {
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .carousel-inner.vertical > .item.next.left,
  .carousel-inner.vertical > .item.prev.right,
  .carousel-inner.vertical > .item.active {
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner.vertical > .active {
  top: 0;
}
.carousel-inner.vertical > .next,
.carousel-inner.vertical > .prev {
  top: 0;
  height: 100%;
  width: auto;
}
.carousel-inner.vertical > .next {
  left: 0;
  top: 100%;
}
.carousel-inner.vertical > .prev {
  left: 0;
  top: -100%
}
.carousel-inner.vertical > .next.left,
.carousel-inner.vertical > .prev.right {
  top: 0;
}
.carousel-inner.vertical > .active.left {
  left: 0;
  top: -100%;
}
.carousel-inner.vertical > .active.right {
  left: 0;
  top: 100%;
}
/*-------- end of vertical carousel --------*/

/*-------- Fade effect carousel ------------
inspired from http://codepen.io/Rowno/pen/Afykb
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* just for demo purpose
html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.item:nth-child(1) {
  background: blue;
}

.item:nth-child(2) {
  background: red;
}

.item:nth-child(3) {
  background: orange;
}
*/

/*-------- end Fade effect carousel ------------*/

.ig-list {
  width: 220px;
  padding: 110px 0px 0px 30px;
}
.ig-list ul{
  display: flex;
  display: -webkit-flex;
  flex-flow: column;
  flex-basis: initial;
  width: initial;
}
.ig-list li{
  list-style-type: none;
  border: 1px solid white;
  border-radius: 16px;
  background-color: white;
  background-clip: content-box;
  padding: 1px;
  margin: 6px 0px;
  color: black;
  text-align: center;
  height: 32px;
  line-height: 28px;
  font-size: 18px;
}

.ig-list li:nth-child(2){
  background-color: #cccccc;
}
.ig-list li:nth-child(3){
  background-color: #aaaaaa;
}
.ig-list li:nth-child(4){
  background-color: #999999;
}
.ig-list li:nth-child(5){
  background-color: #777777;
}
.slide1 img{
  position: absolute;
  top: 0px;
  left: 120px;
}
.slide1_title1 {
  position: absolute;
  top: 64px;
  left: 120px;
}
.slide1_title2 {
  position: absolute;
  top: 116px;
  left: 330px;
}
.slide1_title3 {
  position: absolute;
  top: 256px;
  left: 556px;
}
#carousel3 {
  font-weight: 400;
  font-size: 21px;
}