.header .developer{
	text-align: right;
}
.leia-right{
	width: calc( 100% - 75px );
    float: left;
    margin-left: 15px;
    margin-top: 2px;
}
.leia-img{
	float: left;
}
.arrow {
    border: solid white;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.arrow-press{
    margin-left: 207px;
}
.arrow-business{
    margin-left: 185px;
}
.header{
	margin-top: 23px;
    margin-bottom: 16px;
}
.body{
	background: rgb(114,57,137);
    background: linear-gradient(90deg, rgba(114,57,137,1) 0%, rgba(69,49,117,1) 35%, rgba(48,28,74,1) 100%);
}
.text-white{
	color: white;
}
.text-grey{
	color: #bdbdbd;
}
.body-left{
	background: white;
    display: inline-block;
    margin-top: 70px;
    margin-bottom: 70px;
    border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-box-shadow: 48px 48px 41px -10px rgb(51 51 51 / 57%);
    box-shadow: 48px 48px 41px -10px rgb(51 51 51 / 57%);
}
.body-right{
	margin: auto;
    margin-top: 60%;
    margin-left: 27%;
}
.body-left .col-sm-5{
	margin-top: 13%;
}
.body-left .col-sm-5 .profile-title{
    margin-top: 16px;
    margin-bottom: 14px;
}
.body-left .col-sm-5 .profile-follow{
	font-size: 12px;
}
.body-left .view{
	color: #b290fd;
}
.body-left .view-div{
	padding-top: 36%;
	padding-left: 12px;
}
.body-left .date{
    color: #8e8e8e; 
}
.body-left .two img, .body-left .two p{
	margin-top: 12px;
}
.body-left .view-div .tell{
    margin-bottom: 15px;
}
.body-right .feel2{
    margin-bottom: 55px;
}
.footer{
	background: #0d0d0d;
	padding-top: 80px;
    padding-bottom: 50px;
}
.footer .col-sm-4 .leia{
	padding-top: 60px;
	padding-bottom: 25px;
}
.footer .col-sm-8 .leia{
	padding-bottom: 40px;
}
.footer .col-sm-8  p{
	border-bottom: 1px solid #bdbdbd;
    max-width: 310px;
    margin-bottom: 17px;
    padding-bottom: 8px;
}

body.share-portrait-no-comments .body-left .view-div{
	padding-top: 95%;
}

body.share-profile .body-left{
    display: block;
}
.body-left .profile-follow{
	font-size: 12px;
}
body.share-profile .body-left .top{
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
body.share-profile .body-left .middle{
	margin-top: -70px;
    width: 140px;
    margin-bottom: 25px;
}

body.share-landscape .body-left,
body.share-landscape-no-comments .body-left{
    width: 100%;
}
body.share-landscape .body-left .top,
body.share-landscape-no-comments .body-left .top{
	width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
body.share-landscape .body-left .view-div{
	padding-top: 0%;
}
body.share-landscape-no-comments .body-left .view-div{
	padding-top: 19%;
}
body.share-landscape .body-left .col-sm-6,
body.share-landscape-no-comments .body-left .col-sm-6{
	padding-top: 35px;
	padding-bottom: 17px;
}
body.share-landscape .body-left .profile-title,
body.share-landscape-no-comments .body-left .profile-title{
	margin-top: 15px;
}
body.share-landscape .body-left .view-div .tell,
body.share-landscape-no-comments .body-left .view-div .tell{
	margin-bottom: 30px;
}
.underline{
  text-decoration: underline;
}
body .modal{
  display: block;
  top: 67px;
  position: absolute;
  z-index: 1;
  height: 50px;
}
body .modal .modal-content{
  border-radius: 0px;
  background: #272727e3;
  color: white;
  text-align: center;
  padding-top: 12px;
}
.modal .close{
  color: white;
  opacity: 1;
  display: block;
  text-shadow: 0 1px 0 transparent;
  right: 20px;
  position: absolute;
}
/* start mobile menu */
.header.mob {
  margin: auto;
  color: white;
  border-radius: 10px;
}
.topnav {
  overflow: hidden;
  position: relative;
}
.topnav #myLinks {
  display: none;
  border-top: 1px solid #ececec;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}
.topnav a {
  color: #232323;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}
.topnav #myLinks a{
  padding: 5px 16px;
}
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.topnav a:hover {
  color: black;
}
.active {
  color: white;
}
.fa{
  color: #191919;
}
/* end mobile menu */
body a, body a:hover{
  color: #f9f9f9;
}
.footer a:hover{
  text-decoration: none;
}


@media (min-width: 1281px) {
  .mob{
    display: none !important;
  }
  .logo{
    text-align: center;
    margin: auto;
  }
}

/* 
  ##Device = Laptops, Desktops
*/
@media (min-width: 1025px) and (max-width: 1280px) {
  .mob{
    display: none !important;
  }
  .logo{
    text-align: center;
    margin: auto;
  }
}

/* 
  ##Device = Tablets, Ipads (landscape)
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .body-left .col-sm-5 {
    margin-top: 5%;
  }
  .body-left .view-div{
  	padding-top: 32%;
  }
  .body-left .view-div{
  	padding-left: 12px !important;
  }
  .row>.col-sm-7 {
    width: 58.33333333% !important;
  }
  .row>.col-sm-5 {
    width: 41.66666667% !important;
  }
  .body .row .col-sm-7 .col-sm-7 img{
  	margin-right: auto !important;
  }
  .body-right{
  	margin-top: 60% !important;
  	margin-left: 15% !important;
  }
  .body-right h2:nth-child(1){
  	padding-left: 0px !important;
  }
  .body-right h2:nth-child(2){
  	padding-left: 0px !important;
  }
  .logo{
    text-align: center;
    margin: auto;
  }
  .desk.desk_tablet{
    display: block !important;
  }
  .mob.mob_phone,
  .mob.phone{
    display: none !important;
  }
}

/* 
  ##Device = Tablets, Ipads (portrait)
*/
@media (min-width: 768px) and (max-width: 1024px) {
  .body-left .col-sm-5 {
    margin-top: 10%;
  }
  .body-left .view-div{
  	padding-left: 22px;
  }
  .row>.col-sm-7, 
  .row>.col-sm-5{
  	width: 100%;
  }
  .body .row>.col-sm-5{
  	margin-bottom: 10%;
  }
  .body .row .col-sm-7 .col-sm-7 img{
  	margin-right: 2px;
  }
  .body-right{
  	margin-top: 2%;
  	margin-left: 31%;
  }
  .body-right h2:nth-child(1){
  	padding-left: 55px;
  }
  .body-right h2:nth-child(2){
  	padding-left: 15px;
  }
  .logo{
    text-align: center;
    margin: auto;
  }
  .desk.desk_tablet{
    display: block !important;
  }
  .mob.mob_phone,
  .mob.phone{
    display: none !important;
  }

}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
*/
@media (min-width: 481px) and (max-width: 767px) {
  .footer .col-sm-8 p{
  	margin: auto;
  }
  .footer{
  	padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
  }
  .h2, h2 {
    font-size: 22px;
  }
  .h3, h3 {
    font-size: 20px;
  }
  .body-right{
  	margin-top: 0%;
  	margin-left: 32%;
  }
  .body-right h2:nth-child(1){
  	padding-left: 66px;
    padding-top: 12px;
  }
  .body-right h2:nth-child(2){
  	padding-left: 37px;
  }
  .body-right .feel2 {
    margin-bottom: 22px;
  }
  .desk{
    display: none !important;
  }
  body .modal{
    top: 50px;
  }
  .body-left.m1{
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .body-left.m2{
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .body-left{
    display: block;
  }
  .body-left.m1 img{
    width: 100%;
  }
  .body-left.m2 img{
    max-width: 37px;
    margin-right: 12px;
  } 
  .body-left.m2 strong+br+strong{
    margin-left: 50px;
    display: block;
  }
  .body-left.m2 .view-div{
    padding-top: 1% !important;
  }
  .body-left.m2 .col-sm-5{
    margin-top: 0%;
  }
  body .col-sm-7.mob.mob_phone{
    width: 90%;
    margin: auto;
  }
  .leia-right{
    margin-bottom: 20px;
  }
  .footer .col-sm-4 .leia{
    padding-top: 25px;
  }
  body.share-profile .body-left .middle{
     max-width: 90px;
    margin-top: -45px;
  }
  .share-profile .body-left{
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
*/
@media (min-width: 300px) and (max-width: 480px) {
  .footer .col-sm-8 p{
  	margin: auto;
  }
  .footer{
  	padding-top: 50px;
    padding-bottom: 40px;
    text-align: center;
  }
  .h2, h2 {
    font-size: 22px;
  }
  .h3, h3 {
    font-size: 20px;
  }
  .body-right{
  	margin-top: 0%;
  	margin-left: 17%;
  }
  .body-right h2:nth-child(1){
  	padding-left: 66px;
    padding-top: 12px;
  }
  .body-right h2:nth-child(2){
  	padding-left: 37px;
  }
  .body-right .feel2 {
    margin-bottom: 22px;
  }
  .desk{
    display: none !important;
  }
  body .modal{
    top: 50px;
  }
  .body-left.m1{
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .body-left.m2{
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .body-left{
    display: block;
  }
  .body-left.m1 img{
    width: 100%;
  }
  .body-left.m2 img{
    max-width: 37px;
    margin-right: 12px;
  } 
  .body-left.m2 strong+br+strong{
    margin-left: 50px;
    display: block;
  }
  .body-left.m2 .view-div{
    padding-top: 1% !important;
  }
  .body-left.m2 .col-sm-5{
    margin-top: 0%;
  }
  body .col-sm-7.mob.mob_phone{
    width: 90%;
    margin: auto;
  }
  .leia-right{
    margin-bottom: 20px;
  }
  .footer .col-sm-4 .leia{
    padding-top: 25px;
  }
  body.share-profile .body-left .middle{
    max-width: 90px;
    margin-top: -45px;
  }
  .share-profile .body-left{
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media (max-width: 600px){
  .body-right{
    margin-left: 26%;
  }
}

@media (max-width: 500px){
  .body-right{
    margin-left: 21%;
  }
}

@media (max-width: 400px){
  .body-right{
    margin-left: 14%;
  }
}

@media (max-width: 299px){
  .desk{
    display: none !important;
  }
  body .modal{
    top: 50px;
  }
  .body-left.m1{
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .body-left.m2{
    margin-top: 22px;
    margin-bottom: 11px;
  }
  .body-left{
    display: block;
  }
  .body-left.m1 img{
    width: 100%;
  }
  .body-left.m2 img{
    max-width: 37px;
    margin-right: 12px;
  } 
  .body-left.m2 strong+br+strong{
    margin-left: 50px;
    display: block;
  }
  .body-left.m2 .view-div{
    padding-top: 1% !important;
  }
  .body-left.m2 .col-sm-5{
    margin-top: 0%;
  }
  body .col-sm-7.mob.mob_phone{
    width: 90%;
    margin: auto;
  }
  .leia-right{
    margin-bottom: 20px;
  }
  .footer .col-sm-4 .leia{
    padding-top: 25px;
  }
  body.share-profile .body-left .middle{
     max-width: 90px;
    margin-top: -45px;
  }
  .share-profile .body-left{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .body-right{
    margin-left: 9%;
  }
}