html {
      -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.box-row {
    position: relative;
    box-sizing: border-box;
    min-height: 1rem;
    margin-bottom: 0;
    outline: 1px solid red;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    height: 100%;
    width: 100%;
}

#languagebtn {
        visibility:visible;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: none;
    border: 0;
    color: inherit;
    /* cursor: default; */
    font: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button; /* for input */
    -webkit-user-select: none; /* for button */
       -moz-user-select: none;
        -ms-user-select: none;
}

@font-face {
    font-family: 'Futura';
    font-weight: 700;
    font-style: normal;    
    src: url('fonts/fonfuturamdbtbold.eot');
    src: local('Futura Bold BT') ,local('FuturaBT-Bold'), url('fonts/futuramdbtbold.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuramdbtbold.woff2') format('woff2'),
         url('fonts/futuramdbtbold.woff') format('woff'),
         url('fonts/futuramdbtbold.ttf') format('truetype'),
         url('fonts/futuramdbtbold.svg#futura_md_btbold') format('svg');
}

@font-face {
    font-family: 'Futura';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/futuramdbtmedium.eot');
    src: local('Futura Md BT Medium'), local('FuturaBT-Medium'), url('fonts/futuramdbtmedium.eot?#iefix') format('embedded-opentype'),
         url('fonts/futuramdbtmedium.woff2') format('woff2'),
         url('fonts/futuramdbtmedium.woff') format('woff'),
         url('fonts/futuramdbtmedium.ttf') format('truetype'),
         url('fonts/futuramdbtmedium.svg#futura_md_btmedium') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: local('Roboto Bold'), local('Roboto-Bold'),
         url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont.woff2') format('woff2'),
         url('fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: local('Roboto Regular'), local('Roboto-Regular'),
         url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff2') format('woff2'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
}

/* Style for our header texts
* --------------------------------------- */

h1{
    font-size: 5em;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin:0;
    padding:0;
}

h2 {
     font-family: 'Futura', sans-serif;
    font-weight: normal;
    color: #74f8c9;
    font-size: 0.9em;
}
#topbarcopy{
   
    display: inline;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translate(-105%, -50%);


/*    font-size: 0em;*/
}
.intro p{
    color: #fff;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
/*    text-align:center;*/
}





/* Fixed header.
* --------------------------------------- */
#header, #upline, #dimbg{
    position:fixed;
/*    z-index:55;*/
    width: 100%;
    top: 0;
    padding: 0;
}

#header{
/*    position:relative;*/
/*    z-index:8;*/
/*    margin-bottom: 50px;*/
    background: #7173f7;
    height: 50px;
}
#upline{
    height: 46px;
    background-color: #3f51b5;
}
.letscolor div {
    background-color: #fff;
}

.content {
/*    background-color: #fff;*/
    height: 80px;
    background-color: #fff;
}

.rawl {
    border: 1px solid #fff;
}
.box {
    background-color: aquamarine;
}

.h100 {
    height: 100%;
    display: flex;
}

#contactbtn {
    border-radius: 10em;
    padding: 0.5em 0em;
    font-family: 'Futura', sans-serif;
    font-weight: 700;
    font-size: 0.7em;
    width: 100px;
    color: #3f51b5;
    cursor: pointer;
}

.greencolor {
    background-color: #71f7ca;
    color: #3f51b5;
}

*{
/*    outline: 0.1px solid red;*/
    outline: none !important;
}


.langbtn {
    font-family: 'Futura', sans-serif;
    font-size: 0.7em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 2em;
    width: 2em;
    border-radius: 50%;
}

.purplecolor {
    background-color: #3f51b5;
    color: #71f7ca;
}

.accent1 {
    color: white;
}

.accent2 {
    color: #6a6deb;
        z-index: 5;
}

#dimbg{
    display: none;
    height: 100%;
    opacity: 0.15;
    background: rgb(34, 31, 31);
}

#sidebar {
    display: none;
    overflow-y: auto;
    position:fixed;
    z-index: 100;
    top: 0;
    width: 260px;
    height: 100%;
    background-color: #fff;
/*    overflow: hidden;*/
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .5);
}

.centersafari {
    margin: 0 auto;
}
.texture {
/*    display: flex;*/

    pointer-events: none;
    width: 100%;
    position: fixed;
    height: 100%;
    opacity: 0.2;
/*    background-blend-mode: multiply;*/
/*    display: none;*/
    background: url("img/textured_paper.jpg");
    background-size: 400px 400px;
}

.linesbg{
/*    z-index: 0;*/
    width: 100%;
    position: fixed;
    height: 100%;
    background: url("img/bglinesfallback.svg");
    z-index: -2;
    background-size: 40px;
    background-position: center;
}

#fullpage {
    top: 50px;
/*    z-index: 0;*/
}

.nextbtn {
    width: 50px;
    position: absolute;
    cursor: pointer;
        margin-left: 7px;
    bottom: 1.5vh;
}

.textured {
/*    position: absolute;*/
/*    z-index: -20;*/
}
#navbarlogo {
/*    background: ;*/
    padding: 0 25px;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
/*    background: #f2f2f2;*/
/*    border-bottom: 6px solid #e0e0e0;*/
}

#logoside {
    
    height: 100%;
    
}

#contentbig {
    background-color: aquamarine;
    width: 80%;
    height: 2000px;
}

#logonav {
    /* Safari 6.0 - 9.0 */
/*    -webkit-filter: grayscale(100%); */
/*    filter: grayscale(100%);*/
}

a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
    z-index: 100;
}

nav {
    font-size: 13px;
    font-family: "Roboto", sans-serif;
}


 nav a {
    padding-top: 18px;
    padding-bottom: 17px;
}

nav dd a, nav dt a   {
    border-left: 2px solid transparent;
    color: #212121;
    display: block;
    letter-spacing: .1px;
    text-overflow: ellipsis;
}

nav dl dt {
    border-left: 2px solid transparent;
    color: #212121;
/*    font-weight: 700;*/
    margin-top: 0;
    padding: 0px 0px 0px 0px;
}

nav dd a {
    font-weight: 400;
    padding: 10px 10px 10px 46px;
} 

nav dt a {
    padding: 10px 10px 10px 22px;
    font-weight: 700;
}

#menu .active {
    font-weight: 700;
    color: #3f51b5;
}

body {
/*        background: #ececec;*/
    overflow: hidden;
    width: 100%;
}
#socialicon{
    cursor: pointer;
}

.nextbtncont {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
/*    z-index: -1;*/
}

svg|title {
  pointer-events: none;
}





























/*
img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
*/


#fbg, #f1, #f2, #f3, #f4, #f5 {
    visibility:hidden;
}
#wireg{
    z-index: 500;
}

svg {
    position: absolute!important;
/*    display: block!important;*/
    overflow: visible;  
}

.Graphic_x0020_Style_x0020_7 {
    fill: #7173F7;
}

.Graphic_x0020_Style_x0020_6 {
    fill: #7173F7;
}

.st0 {
    fill: #69E5BB;
}

.st1 {
    fill: #5ECCA5;
}

.st2 {
    fill: #50AA87;
}

.st3 {
    fill: #55B895;
}

.st4 {
    fill: #71F7CA;
}

#linepurple, #linepurple0 {
/*    overflow: hidden;*/
    position: absolute;
    background: #7173F7;
    width:100%;
    height:150px;
}

#linepurplecont{
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

#linepurple {
    width:50%;
    height: 100%;
    left: 0; 
    transform-origin: left center;
}

/*align classes*/
.full{width: 100%;height: 100%;}
.left-top{}
.left-middle{display:flex;align-items:center;}
.left-bottom{display:flex;align-items:flex-end;}
.center-top{margin-left:auto;margin-right:auto;}
.center-middle{display:flex;justify-content:center;align-items:center;}
.center-bottom{display:flex;justify-content:center;align-items:flex-end;}
.right-top{margin-left:auto;}
.right-middle{display:flex;justify-content:flex-end;align-items:center;}
.right-bottom{display:flex;justify-content:flex-end;align-items:flex-end;}

#wireframegreen {
    top: 171px;
    -webkit-transition: width 1s; /* Safari */
}

#textMorph{}
#textMorph0 {
    height: 100%;
}
.squares {
/*    border: #000 solid 1px;*/
    max-width: 350px;
    width: 90%;
    position: absolute;
    height: 394px;
}

#uxui {
    transform: translate(-64%, 0%);
}


#uxui0 {
    width: 350px;
    position: absolute;
    height: 394px;
}
#ruleshave {
    font-family: 'Futura', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: #74f8c9;
    position: absolute;
    text-align: left;
    z-index: 1;
    top: 60%;
    left: 12%;
/*    transform: translate(10%, 60%);*/
    color: #393939;
    font-size: 1.1em;
}

#linepurple0  {
    
    top: 71%;
    transform: translateY(-71%);
}

#treemax {
    position: absolute;
    height: 80%;
    width: 80%;
    overflow: visible;
/*    min-height: 200px;*/
    transform-origin: 20% 100%;
    left: 134%;
    top: 50%;
/*    transform-origin: left center;*/
    transform: translate(-134%,-50%)
}


#ROBLES{
    transform-origin: bottom center;
    position: absolute;
/*    bottom: 111%;*/
/*    width: 70%;*/
/*    max-width:434px;*/
}

#lineixd {
    width: 50%;
    right: 0px;
    position: absolute;
}

#intromenu {
/*    position: absolute;*/
    display: flex;
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
/*     -webkit-justify-content: flex-start!important;  Safari */
/*  justify-content:         flex-start!important;*/
    
    
    text-align: center;
    
    height: 100%;
    max-height: 108px;
    width: 300px;
    font-size: 1.2em;
}

#intromenu h2{
}

.greentext {
    position: absolute;
    top: 60px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
        z-index: 5;
}

p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.25em;
}

h3 {
    position: absolute;
     font-family: 'Futura', sans-serif;
    font-weight: normal;
    font-size: 2.7em;
    letter-spacing: 0.05em;
}

.headers{
    top: -12px;
    width: 100%;
    text-align: center;
}
.separator {
    font-family: arial !important;
    font-weight: 700;
    
}

.initial {
    
}

.charts {
    position: relative;
    display: inline-flex;
    align-self: flex-end;
    width: 47px;
    margin: 0px 4px;
    background-color: #7173F7;
    height: 100%;
}

#charts{
    height: 170px;
} 

#rectangle1 {
    height: 26%;
}
#rectangle2 {
    height: 37%;
}
#rectangle3 {
    height: 58%;
}
#rectangle4 {
    height: 74%;
}
#rectangle5 {
    height: 92%;
}
#rectangle6 {
    height: 100%;
}

#chart {
    width: 100%;
    height: 221px;
    bottom: 0;
    display: flex;
}

#roblesfly {
    position: absolute;
    left: -50px;
    z-index: 14!important;
    bottom: 55px;
}

#roblessmart {
    height: 100%;
    z-index: 14!important;
}

#offer {
    left: 206px;
    font-size: 1.5em;
    top: 70px;
    top: 70px;
    z-index: 0;
    text-align: left;
}

.left-align {
    left: 206px;
    top: 111px;
    z-index: 0;
    text-align: left;
    -moz-text-align-last: left;
    text-align-last: left;
}
#targetrobles, #partnersrobles {
    width: 200px;
}

#targetrobles{
    transform: translate(-64%,40%);
}

#partnersrobles {
        transform: translate(64%,40%);
    height: 130px;
    width: 276px;
}

#roblesfly2 {
    position: absolute;
}

#partnersimg {
    bottom: 0;
    position: absolute;
}

#partnerstext {
    position: relative;
    text-align: center;
    font-size: 1.5em;
}

.marketing {
    position: absolute;
    width: 600px;
    height: 300px;
    top: 30%;
    transform: translateY(-30%)
}

#digitalmarketing {

}

#motion {
    position: absolute;
    max-width: 520px;
    width: 100%;
    transform: translateX(-10%);
}

#motiontext {
    font-size: 22pt;
}

.fullbottom {
    z-index: 0;
}

#linesfilled {
    position: absolute;
    top: 240px;
    right: -40px;
    width: 400px;
    z-index: 5;
}
.topfull {
       z-index: 1;
}

.whitesection {
    background-color: #fff;
}

#frontendtext {
font-size: 18pt;
}

#crosscolor {
    color: #4ea17f;
    font-weight: bold;
}

#frontend {
    bottom: -80px;
}

#bottomdev {
    bottom: -75px;
    width: 100%;
}

#contactdiv {
/*    height: calc (90vh);*/
/*    transform: translate(0px, -50px);*/
    background-color: #7073f8;
    z-index: 59;
}









#upbtn {
    position: absolute;
    top: 30px;
    cursor: pointer;
    width: 50px;
}

#boldtxt {
    font-weight: bold;
}

#readyto {
    color: #fff;
    font-size: 3.8em;
    text-align: center;
}

#roboto {
 font-family: "Roboto", sans-serif;   
}

#bookbtn {
    border-radius: 10em;
    padding: 0.5em 0em;
    font-family: 'Futura', sans-serif;
    font-weight: 700;
    font-size: 2em;
    width: 551px;
/*    display: flex;*/
    position: absolute;
    color: #7073f8;
    cursor: pointer;
    top: 200px;
}

.whitecolor {
        background-color: #fff;
    color: #7073f8;
}

.center {
    justify-content:center;
    display: flex;
}

.squares2 {
        max-width: 750px;
/*    width: 90%;*/
    position: absolute;
    height: 470px;
    transform: translate(0px,-20px);
}

#txt1contact {
    margin-top: 215px;
    text-align: center;
    font-family: futura, sans-serif;
    font-size: 3em;
    color: #fff;
}

#txt2contact {
 text-align: center;
    font-family: roboto, sans-serif;
    font-size: 1.2em;
    color: #fff;
}

#socialicon {
/*    position: absolute;*/
/*    display: flex;*/
    bottom: -10px;
    width: 350px;
    transform: matrix(0.5, 0, 0, 0.5, 0, 0) !important;

}
.socialicons-1{
/*        cursor: pointer;*/
}

#socialicon a{
/*position: relative;*/
    
}



#footertxt {
    color: #fff;
    font-family: roboto, sans-serif;
    font-size: 0.8em;
    bottom: 80px;
    position: absolute;
    text-align: center;
    z-index: 99999;
}



svg:hover .test {
    filter: drop-shadow(16px 16px 20px blue);
    
}







@media (max-width: 700px) {
    /* For tablets: */
    #languagebtn {
/*         display: none; */
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
    }

    #enlangbtn{
    border: 1px solid;
    }
    
    #eslangbtn {
        display:none;   
    }
    
    #robles_menu_logo{
/*        width: 100%;*/
        min-width: 130px;
        max-width: 220.14px;
    }

    #sidebarbtn {
  
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;

    }
    #contactus {
       -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
        
    }
}

/*@media (max-width: 813px) {*/
    /*#linepurple{*/
        /*width: 100%!important;*/
    /*}*/

    /*#motion{*/
        /*max-width: 50px;*/
    /*}*/
    /*#treemax{*/
        /*width: 30%;*/
    /*}*/

/*}*/

/*@media (max-width: 550px) {*/
    /*#topbarcopy{*/
        /*display: none!important;*/
    /*}  */
/*}*/

/*@media (max-width: 400px) {*/
    /*#contactus{*/
        /*display: none;*/

    /*}  */
/*}*/
/*@media (max-width: 350px) {*/
    /*#sidebar{*/
        /**/
        /*width: 80%!important;*/
    /*}*/
/*}*/
#aboutusdiv {
        background-color: #7073f8;
/*        padding-bottom: 150px;*/
/*        overflow: visible;*/
/*        height: calc(100vh + 500px);*/
}

#c-preintro{
     
}

.squarestart {
    /* border: #000 solid 1px; */
    max-width: 650px;
    width: 100%;
    position: absolute;
    /* left: 10%; */
    height: 500px;
/*    margin-bottom: 100px;*/
}

.abouttext {
position: absolute;
    /* top: 60px; */
    padding-top: 10px;
    font-size: 1.45em;
    text-align: justify;
}

#separatormenu {
        border-top: 1px solid #e0e0e0;
    margin-top: 20px;
}

.smallertext {
        font-size: 2em;
}


.containerminheight {
    min-height: 800px;
}

@media (max-width: 800px) {

#roblessmart {
    height: unset;
    z-index: 14!important;
}
}
