body{
    /*    background-color: black;*/
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    /*    background-color: #000;*/
    height: 100%;
}

a, a:visited, a:hover, a:active {
    color: inherit;
    text-decoration: none;
}

/* Top Bar */
.eyesee-topbar{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index:999999;

    -webkit-transition:background-color 800ms linear 0s;
    -ms-transition: background-color 800ms;
    -moz-transition: background-color 800ms;
    -o-transition: background-color 800ms;
    transition:background-color 800ms linear 0s;
}

.eyesee-topbar.eyesee-black-topbar{
    background-color: black;
    -webkit-transition:background-color 800ms linear 0s;
    -ms-transition: background-color 800ms;
    -moz-transition: background-color 800ms;
    -o-transition: background-color 800ms;
    transition:background-color 800ms linear 0s;
}

.eyesee-nav-wrapper.right .triangleme{
    content: "";
    border: solid 80px transparent;
    width: 0;
    height: 0;
    border-right: none;
    border-bottom: none;
    border-top: solid 80px #000;
    position: absolute;
    top: 0;
    right: -20;

    -webkit-transition:border-top 800ms linear 0s;
    -ms-transition: border-top 800ms;
    -moz-transition: border-top 800ms;
    -o-transition: border-top 800ms;
    transition: border-top 800ms linear 0s;
}

.eyesee-nav-wrapper.right .triangleme.grey{
    border-top: solid 80px #3d3d3d;
    -webkit-transition:border-top 800ms linear 0s;
    -ms-transition: border-top 800ms;
    -moz-transition: border-top 800ms;
    -o-transition: border-top 800ms;
    transition: border-top 800ms linear 0s;
}

.TRYME{
    font-size: 13;
    position: absolute;
    top: -15;
    right: -15;
    color: #fff;
    z-index: 99999;
    letter-spacing: -0.5;
    font-weight: 700;
}



.eyesee-topbar-menu-mobile{
    display: none;
    position:fixed;
    top: -250px;
    z-index:9999;
    width: 100%;
    height: auto;
    background-color: #507a88;
    color: white;
}

.eyesee-topbar-menu-mobile ul{
    float:right;
    text-align: right;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #507a88;
    text-align: center;
}

.eyesee-topbar-menu-mobile li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.eyesee-topbar-menu-mobile li:last-child{
    border-bottom: none;
}

.eyesee-topbar-menu-mobile li:hover{
    background-color: #314B54;
}

.eyesee-topbar .eyesee-topbar-container{
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    line-height: 78px;

    font-size: 16px;
    color: #fff;
    height: inherit;
}

.eyesee-topbar .eyesee-logo{
    width: 17.5%;
    float: left;
    min-width: 165px;
}

.eyesee-topbar .eyesee-logo .eyesee-home{
    background-image: url(../img/logo/logo.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 120px;
    display: block;
    width: 120px;
}

.eyesee-topbar .eyesee-nav-wrapper{
    text-align: center;
}

.eyesee-topbar .eyesee-nav-wrapper-mobile{
    float: right;
    /*    width: 53%;*/
    display: none;
    height: 40px;
    width: 35px;
    position: relative;
}

.eyesee-topbar .eyesee-nav-wrapper-mobile .eyesee-mobile-menu-icon {
    content: "";
    position: absolute;
    right: 10px;
    display: block;
    width: 16px;
    top: 3px;
    height: 0;
    -webkit-box-shadow: 1px 10px 1px 1px #fff,1px 16px 1px 1px     #fff,1px 22px 1px 1px #fff;
    box-shadow: 0 10px 0 1px #fff,0 16px 0 1px #fff,0 22px 0 1px #fff;
}

.eyesee-topbar .eyesee-nav-wrapper-mobile:hover .eyesee-mobile-menu-icon{
    -webkit-box-shadow: 1px 10px 1px 1px #507a88,1px 16px 1px 1px #507a88,1px 22px 1px 1px #507a88;
    box-shadow: 0 10px 0 1px #507a88,0 16px 0 1px #507a88,0 22px 0 1px #507a88;
}

.eyesee-topbar .eyesee-nav-wrapper.left{
    float: left;
    min-width: 375px;
    width: 64%;
}

.eyesee-topbar .eyesee-nav-wrapper.right{
    float: right;
    /*    width: 23.5%;*/
    text-align: right;
    min-width: 80px;
}

.eyesee-topbar .eyesee-nav-wrapper ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.eyesee-topbar .eyesee-nav-wrapper li{
    display: inline;
    margin-right: 25px;

    border-bottom:2px solid rgba(255, 255, 255, 0);
    padding-bottom:2px;
    -webkit-transition:border-bottom 300ms ease-in 200ms;
    -moz-transition:border-bottom 300ms ease-in 200ms;
    -o-transition:border-bottom 300ms ease-in 200ms;
    transition:border-bottom 300ms ease-in 200ms;
}

.eyesee-topbar .eyesee-nav-wrapper li:last-child{
    margin-right: 0;
}

.eyesee-topbar .eyesee-nav-wrapper li:hover{
    border-bottom: 2px solid #fff;
    padding-bottom:2px;

    border-bottom:2px solid rgba(255, 255, 255, 1);
    -webkit-transition:border-bottom 300ms ease-in 200ms;
    -moz-transition:border-bottom 300ms ease-in 200ms;
    -o-transition:border-bottom 300ms ease-in 200ms;
    transition:border-bottom 300ms ease-in 200ms;
}

.eyesee-nav-wrapper li.active{
    border-bottom: 2px solid #fff;
    padding-bottom:2px;
}



/* A Full Size Block */
.eyesee-block{
    width: 100%;
    /*height: 100%;*/
    position: relative;
}

.eyesee-half-block{
    width: 100%;
    height: 50%;
    position: relative;
}

.eyesee-half-block.triangle:after,
.eyesee-block.triangle:after {
    content: "";
    border: solid 80px transparent;
    width: 0;
    height: 0;
    border-right: none;
    border-top: none;
    border-bottom: solid 80px #000000;

    position: absolute;
    bottom: 0;
    right: 0;
}

.eyesee-half-block .eyeplus-icon,
.eyesee-block .eyeplus-icon{
    font-size: 80;
    position: absolute;
    bottom: -20;
    right: 5;
    color: white;
    z-index: 99999;
}


/* Block Appender of Inner Blocks To Create Columns*/
.eyesee-block-wrapper-appender{
    width: 100%;
    height: auto;
}


.eyesee-block-appender{
    width: 50%;
    height: auto;
    display: inline-block;
}

.eyesee-block-appender.left{
    float: left;
}


/*Inner Block to Append*/
.eyesee-block-appender .eyesee-block-inner{
    width: 100%;
    position: relative;
    font-weight: 300;
    text-align: center;
    color: #fff;
}



.eyesee-block-inner.triangle:after {
    content: "";
    border: solid 80px transparent;
    width: 0;
    height: 0;
    border-right: none;
    border-top: none;
    border-bottom: solid 80px #000000;

    position: absolute;
    bottom: 0;
    right: 0;
}


.eyesee-block-inner .eyeplus-icon{
    font-size: 80;
    position: absolute;
    bottom: -20;
    right: 5;
    color: white;
    z-index: 99999;
}



.eyesee-block-inner .eyetable{
    display: table;
    height: inherit;
    width: inherit;
    overflow: hidden;
}

.eyesee-block-inner .eye-no-table{
    padding-top: 56px;
}

.eyesee-block-inner .eyetable .eyecell{
    display:table-cell;
    vertical-align:middle;
}


.eye-no-table span.eyetext-color-black,
.eyecell span.eyetext-color-black{
    color: #000;
}
.eye-no-table span.eyetext-color-white,
.eyecell span.eyetext-color-white{
    color: #fff;
}



.eyecell span.eyefont-36{
    font-size: 36px;
}

.eye-no-table span.eyefont-40{
    font-size: 40px;
}

.eye-no-table span.eyefont-18{
    font-size: 18px;
}

.eye-no-table span.eyeweight-thin-100,
.eyecell span.eyeweight-thin-100{
    font-weight: 200;
}

.eye-no-table span.eyeweight-light-300,
.eyecell span.eyeweight-light-300{
    font-weight: 300;
}

.eye-no-table .icon{
    margin-bottom: 22px;
    display: block;
}



/* EyeColors */
.eyesee-color-yellow{
    background-color: yellow;
}

.eyesee-color-brown{
    background-color: brown;
}


.eyesee-color-green{
    background-color: green;
}


.eyesee-color-blue{
    background-color: blue;
}

.eyesee-color-pink{
    background-color: pink;
}

.eyesee-color-red{
    background-color: red;
}

.eyesee-color-black{
    background-color: black;
}

.eyesee-color-grey{
    background-color: grey;
}

.eyesee-color-white{
    background-color: white;
}


/* EyeSizes */
.eyesize-270{
    height: 270px;
}

.eyesize-370{
    height: 370px;
}


#sscircles{

    width: 90px;
    z-index:1000;
    height: 25px;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
}

#sscircles ul{
    margin:0;
    padding: 0;
    list-style:none;
}

#sscircles li{
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid white;
    width:10px;
    height:10px;
    margin-left:5px;
    margin-right:5px;
    float:left;     /*on the same line*/
    border-radius:25px;

    -webkit-transition:background-color 0.3s linear 0s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition:background-color 0.3s linear 0s;
}

#sscircles li.active{
    border: 2px solid white;
    background-color: rgba(255, 255, 255, 1);

    -webkit-transition:background-color 0.3s linear 0s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition:background-color 0.3s linear 0s;
}

#sscircles li:hover{
    cursor: pointer;
}
