﻿

body {
    margin: 0px;
    padding: 0px;
    font-family:proxima nova;
    font-size:16px;
	overflow-x:hidden;
	
}

.wrapper {
    width: 100%;
    overflow: hidden;
	
}

#header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.web_logo{
	
	display:block;
	
}
.mobile_logo{
	
	display:none;
}
.centered {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centered p{
	margin:0px;
	padding:0px;
}
.app_img{
    display:none;
}
.centered a {
    padding-left: 160px;
}

        .centered a img {
            margin-top: 30px;
        }

    .centered p {
        text-align: center;
        color: #fff;
        font-size: 25px;
        line-height: 36px;
        font-family: mydrid-pro;
    }

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.top-left {
    position: absolute;
    top: 16px;
    left: 90px;
}

.topnav {
    overflow: hidden;
    margin-top: 12px;
    text-align: left;
    float: left;
}

    /* Navbar links */
    .topnav a {
        float: left;
        color: #f2f2f2;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            text-decoration:underline;
            
           
        }
.mob-view h3{
    margin:8px 0px 0px 0px;
    padding:0px;
}
/*.bg-img {*/
/* The image used 
    background-image: url('../Images/TTBanner.jpg');
    
    background-repeat: no-repeat;
    width: 100%;
    min-height: 400px;
    Center and scale the image nicely
    background-size: cover;
    Needed to position the navbar
    position: relative;
    overflow: hidden;
}*/
/* Position the navbar container inside the image */
.logo {
    float: left;
    margin-top: 20px;
    width: 151px;
    height: 41px;
}
/* The navbar */
/*.topnav {
    overflow: hidden;
    margin-top: 20px;
    text-align: left;
    float: left;
}

    /* Navbar links 
    .topnav a {
        float: left;
        color: #f2f2f2;
       
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #ddd;
            color: black;
        }
.visual {
    min-height: 800px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 0;
    letter-spacing: -4px;
    padding: 104px 0 0;
    background: transparent;
}

    .visual .bg-stretch {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .visual > .container {
        display: inline-block;
        vertical-align: top;
        position: relative;
        z-index: 1;
        font-size: 2.4rem;
        line-height: 1.5;
        letter-spacing: 0;
    }

    .visual h1 {
        margin: 0 0 10px;
        font-size: 8.2rem;
        line-height: 1.12;
        font-weight: bold;
        color: #fff;
    }

    .visual p {
        margin: 0 0 8px;
    }

        .visual p.tagline {
            line-height: 1.1;
            font-size: 2.6rem;
        }

    .visual .info {
        display: block;
        font-size: 1.6rem;
        line-height: 1.5;
        color: #f9e084;
        text-transform: uppercase;
    }

    .visual .text-block {
        padding: 220px 0;
    }*/
.ttl_main_section{
    margin-top:20px;
}
.ttl_box_shadow {
    margin-right: 20px;
    padding: 45px 5px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21);
    border-radius: 7px;
    -webkit-transition:  1s; /* For Safari 3.1 to 6.0 */
    transition:1s;
}
    .ttl_box_shadow:hover {
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21) #000;
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21) #000;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.21),0 6px 4px #7a5fb8;
        margin-top: -30px;
    }
    .app-detail {
        padding: 77px 0 47px;
        background: #f4f4f4;
        text-align: center;
    }

.Screenshot-detail {
    margin-left: 50%;
    padding-top: 12px;
}

.Detail {
    padding: 0;
    background: #f4f4f4;
}

.ttt-category ul {
    margin-top: 20px;
    margin-left: 10%;
    color: #fff;
}

    .ttt-category ul a {
        color: #fff;
    }

    .ttt-category ul li {
        padding: 5px;
    }

        .ttt-category ul li a hover {
            color: #fff;
            list-style: none;
        }

.ttt-content p {
    margin: 2px;
}

.ttt_service_item {
}
/*ttl ip*/
.ttl_ip_area {
    color: #fff;
    margin-top: 150px;
}

    .ttl_ip_area h3 {
        text-align: center;
    }

    .ttl_ip_area .rounded-list {
        margin-left: 200px;
    }
/*ttl end/*/
.bg_dream {
    background-image: linear-gradient(to right top, #554bc5, #5945c6, #5e3ec6, #6335c6, #692bc6, #6c26c5, #6e1fc5, #7117c4, #7117c4, #7118c4, #7018c4, #7018c4);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.iphone-img {
    position: absolute;
    left: 100px;
    z-index: 10;
    top: -110px;
}

/*.tt_work_item {
    margin-top: 50px;
}*/
    
.visual {
    position: relative;
    overflow: hidden;
    margin-left: 50px;
    color: #fff;
    letter-spacing: 0px;
    background: transparent;
}

.tt-text-block .panel {
    background-color: #fff;
    background: none;
    border: none;
    -webkit-box-shadow: none;
}

.tt-text-block ol {
    counter-reset: li; /* Initiate a counter 
    list-style: none; /* Remove default numbering */
    *list-style: decimal; /*Keep /*using default numbering for IE6/7*/
    font: 15px 'proxima nova', 
    padding: 0;
    margin-bottom: 4em;
    margin-top: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

    .tt-text-block ol li {
        margin-top: 20px;
        /*text-transform: uppercase;*/
    }

.rounded-list a {
    position: relative;
    display: block;
    /*padding: .4em .4em .4em 2em;
    *padding: .4em;*/
    margin: .5em 0;
    background: transparent;
    color: #000;
    text-decoration: none;
    border-radius: .3em;
    transition: all .3s ease-out;
    padding-left: 20px;
    font-size:18px;
}

    .rounded-list a:hover {
        background: none;
    }

        .rounded-list a:hover:before {
            transform: rotate(360deg);
        }

    .rounded-list a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        left: -2.2em;
        top: 60%;
        margin-top: -1.3em;
        background: #fff;
        height: 2em;
        width: 2em;
        line-height: 26px;
        border: .3em solid #fff;
        text-align: center;
        font: bold;
        border-radius: 2em;
        transition: all .3s ease-out;
    }

.ttt_contact_bg {
    background-image: url('../Images/ttt-contact-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 85vh;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    background: transparent;
}

input[type=submit] {
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#entertainment {
    /*color: white;*/
    /*padding: 12px 20px;
    border-radius: 4px;*/
    /*cursor: pointer;*/
}

#comments {
    color: white;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}
/*footer css start here */
#footer {
    background: #000;
    min-height: 35px;
}

.nav a {
    color: #fff;
    padding: 5px;
}

    .nav a hover {
        color: #000;
    }


.mob-view {
    margin: 50px 0 245px 0;
    color: white;
}
    .mob-view ul li{
        list-style:disc;
        margin-top:15px;
    }
    .ttl_h2 {
        margin-left:-100px;
    }
.ttl_h1 {
    margin-left:15px;
}
.mob-view ul{
    padding-left:10px;
}
.mob-view li a {
    color: #fff;
    padding: 10px;
    font-size:14px;
}

    
/*end footer css--------*/
/*thumhand css start here*/

.ttt-apps {
    margin-top: 100px;
}

.ttt-apps-download {
    margin-top: 200px;
}

    .ttt-apps-download a img {
        margin-top: 30px;
    }
/*thumhand css end start here*/
/*jssor slider loading skin spin css*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*jssor slider bullet skin 053 css*/
.jssorb053 .i {
    position: absolute;
    cursor: pointer;
}

    .jssorb053 .i .b {
        fill: #fff;
        fill-opacity: 0.5;
    }

    .jssorb053 .i:hover .b {
        fill-opacity: .7;
    }

.jssorb053 .iav .b {
    fill-opacity: 1;
}

.jssorb053 .i.idn {
    opacity: .3;
}

/*jssor slider arrow skin 093 css*/
.jssora093 {
    display: block;
    position: absolute;
    cursor: pointer;
}

    .jssora093 .c {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093 .a {
        fill: none;
        stroke: #fff;
        stroke-width: 400;
        stroke-miterlimit: 10;
    }

    .jssora093:hover {
        opacity: .8;
    }

    .jssora093.jssora093dn {
        opacity: .6;
    }

    .jssora093.jssora093ds {
        opacity: .3;
        pointer-events: none;
    }

#ttl_right_history {
    background: #3b3b3b;
    float: left;
    margin-left: 14px;
    padding-top: 47px;
}
/*mobile csss*/
.tt-text-block ol ul {
    margin: 0px;
    padding: 0px;
}

.ttl_how_it_work {
    margin-top: 100px;
    margin-bottom: 200px
}
.ttl_row_item{
    margin-top:50px;
}
.ttl_row_item p{
    font-size: 18px;
    font-weight: 0;
    font-weight: lighter;
    line-height: 28px;
    margin-top: 20px;
}
.footer_area {
    width: 100%;
    float: left;
    padding: 20px;
    font-size: 14px;
}

.left_footer {
    width: 50%;
    float: left;
}

.right_footer {
    width: 50%;
    float: left;
    text-align: right;
   
}
    .right_footer .nav a {
        font-size: 14px;
    }
/*.term_header {
    background-image: url('../Images/termsBanner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height:300px;
   
}*/
.header_logo{
    position:absolute;
    top:-350px;
    left:10px;
}
.header_logo img {
    margin: 50px;
}
.header_link a {
    margin-top: 70px;
    margin-right: 50px;
    color: #fff;
}
.header_link {
    position:absolute;
    color: #fff;
    margin-right: 50px;
    margin-top: 70px;
    top:-350px;
}
