/*
	Theme Name: Daphlex
	Author: Fredsarmento.me
	Description: Perfect to sell your works!
	Version: 1.0.0
*/



.promotext,
.navbar .brand,
.navbar .nav {
    opacity: 0;
}

.img-landing {
    text-align: right;
            opacity: 0;
}

    .img-landing img {
        margin-top: 43px;
    }


.mini-social {
    margin: 5px 0 0 0;
}

    .mini-social li {
        list-style: none;
        display: inline-block;
        margin-bottom: 0 !important;
    }

.a-icon {
    list-style: none;
    background-image: url('../img/social-icons.png');
    background-color: #f8f8f8;
    height: 29px;
    float: left;
    width: 29px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.3), inset 0 0 0 1px rgba(0, 0, 0, .075), 0 1px 0 0 rgba(255, 255, 255, .3);
}

    .a-icon.twitter {
        background-position: -1px -1px;
    }

    .a-icon.facebook {
        background-position: -32px -1px;
    }

    .a-icon.dribbble {
        background-position: -63px -1px;
    }

    .a-icon.instagram {
        background-position: -94px -1px;
    }

    .a-icon.googleplus {
        background-position: -125px -1px;
    }

    .a-icon.github {
        background-position: -156px -1px;
    }

    .a-icon.flickr {
        background-position: -187px -1px;
    }

    .a-icon.pinterest {
        background-position: -218px -1px;
    }

    .a-icon.linkedin {
        background-position: -249px -1px;
    }

    .a-icon.email {
        background-position: -280px -1px;
    }

    .a-icon.behance {
        background-position: -311px -1px;
    }

    .a-icon.zerply {
        background-position: -342px -1px;
    }

    .a-icon.youtube {
        background-position: -373px -1px;
    }

    .a-icon.rss {
        background-position: -404px -1px;
    }

    .a-icon.twitter:hover {
        background-position: -1px -32px;
    }

    .a-icon.facebook:hover {
        background-position: -32px -32px;
    }

    .a-icon.dribbble:hover {
        background-position: -63px -32px;
    }

    .a-icon.instagram:hover {
        background-position: -94px -32px;
    }

    .a-icon.googleplus:hover {
        background-position: -125px -32px;
    }

    .a-icon.github:hover {
        background-position: -156px -32px;
    }

    .a-icon.flickr:hover {
        background-position: -187px -32px;
    }

    .a-icon.pinterest:hover {
        background-position: -218px -32px;
    }

    .a-icon.linkedin:hover {
        background-position: -249px -32px;
    }

    .a-icon.email:hover {
        background-position: -280px -32px;
    }

    .a-icon.behance:hover {
        background-position: -311px -32px;
    }

    .a-icon.zerply:hover {
        background-position: -342px -32px;
    }

    .a-icon.youtube:hover {
        background-position: -373px -32px;
    }

    .a-icon.rss:hover {
        background-position: -404px -32px;
    }

.hero-unit.landing {
    padding: 60px 60px 0 60px;
    margin-top: 70px;
}



    .hero-unit.landing.bgimg {
        background-image: url('../img/ams-img.jpg');
        background-color: transparent; 
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
        padding-top: 120px;
        margin-top: 0;
    }

    .hero-unit.landing h1 {
        text-align: left;
        margin-top: 80px;
        font-size: 36px;
        font-weight: 600;
        letter-spacing: -.05em;
    }

    .hero-unit.landing .headline span {
        padding: 4px 10px 6px;
        border-radius: 3px;
        margin-left: 10px;
        box-shadow: 1px 1px 0 rgba(255,255,255,0.2), 1px 1px 1px rgba(0,0,0,0.1) inset;
        background-color: rgb(22, 40, 58);
        font-weight: bold;
    }

    .hero-unit.landing p {
        color: #ecf0f1;
        font-size: 14px;
        text-align: left;
        font-weight: 300;
        padding: 20px 0 0;
        line-height: 1.3;
    }

    .hero-unit.landing .iphone-hand {
     
        display: inline-block;
        height: 500px; 
    }

.landing-tips {
    text-align: center;
}

.tip {
}

.landing-tips > div {
    padding: 0 10px;
    border-right: 1px solid #ddd;
}

    .landing-tips > div:last-child {
        border-right: 0;
    }

.landing-wide {
    margin: 40px 0;
    padding: 80px 0;
    background: white;
}

    .landing-wide.nop {
        margin: 0;
        padding: 0;
    }

    .landing-wide .about-us {
        text-align: left;
        opacity: 0;
        padding: 40px;
        position: relative;
        background-color: rgb(30, 48, 66);
        color: white;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
    }

        .landing-wide .about-us h2 {
            color: white;
            padding: 0;
            margin: 0;
        }

.reviews-prod {
    padding-left: 20px;
    opacity: 0;
}

    .reviews-prod ul {
        list-style: none;
        margin: 25px 0 0 0;
    }

        .reviews-prod ul li {
            background: url('../img/quote-icon.png') no-repeat;
            background-position: left 5px;
            padding-left: 35px;
            padding-top: 5px;
            font-size: 16px;
            margin: 10px 0;
            padding: 10px 0 20px 35px;
            border-bottom: 1px solid #ddd;
        }

            .reviews-prod ul li span {
                display: block;
                margin-top: 10px;
                font-size: 12px;
                color: #3498db;
                font-weight: bold;
            }

                .reviews-prod ul li span img {
                    -webkit-border-radius: 99999px;
                    -moz-border-radius: 99999px;
                    border-radius: 99999px;
                    width: 30px;
                    margin-right: 5px;
                }

.land-feat {
}

    .land-feat .phone {
        text-align: right;
        opacity: 0;
    }

    .land-feat .list {
        opacity: 0;
    }

    .land-feat ul {
        list-style: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

        .land-feat ul li {
            padding: 10px 0 10px 50px;
            background: url('../img/flat-check.png') no-repeat;
            background-position: left 15px;
        }

            .land-feat ul li h4 {
                margin: 0;
            }

    .land-feat.home {
        margin-top: 35px;
    }

        .land-feat.home h4 {
            color: white;
            padding: 0;
        }

        .land-feat.home p {
            padding: 10px 0 0 0;
        }


        .land-feat.home ul li {
            background-position: left 10px;
        }



.btn-store {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

    .btn-store:hover {
        opacity: 0.8;
    }

a.appstore {
    display: inline-block;
    background: url('../img/store_badges.png') no-repeat 0 0;
    width: 146px;
    height: 50px;
}

a.googleplay {
    margin-left: 10px;
    display: inline-block;
    background: url('../img/store_badges.png') no-repeat 0 -58px;
    width: 159px;
    height: 47px;
}

.hero-unit.simple p {
    color: #ecf0f1;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    padding: 20px 0 0;
    line-height: 1.3;
    position: relative;
}

.hero-unit.simple .btn {
    margin-top: 10px;
}

.hero-pattern {
    margin-bottom: 40px;
    line-height: 0;
    background-color: #3498db;
}

    .hero-pattern span {
        display: inline-block;
        height: 6px;
        width: 60px;
    }

    .hero-pattern .orange {
        background-color: #d35400;
    }

    .hero-pattern .green {
        background-color: #16a085;
    }

.recent-freebies {
}

.span8.recent-freebies h2 {
    text-align: left;
}

.span8.recent-freebies .ul-filter.home {
    float: left;
}

.recent-freebies h2 {
    text-align: center;
}

.recent-freebies .btn-cont {
    text-align: center;
    padding: 35px 0;
    float: left;
    width: 100%;
}


.contact-page {
    padding: 40px 0;
}

    .contact-page .boxed {
        margin: 0;
        padding: 20px;
    }

    .contact-page form {
        margin-top: 40px;
    }
	.my_td_bold {padding: 5px 10px; background-color: #f5f5f5; font-weight: bold;}
	.my_td {padding: 5px 10px; background-color: #f5f5f5;}
	.my_td_white {padding: 5px 10px; background-color: #ffffff;}
	#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #323334; 
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#cookieinfo h6 {
    font-size: 16px;
    font-weight: bold;
    color: #cdd7da;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    margin-bottom: 7px;
}

#cookieinfo p {
    font-size: 12px;
    color: #afb4bc;
    line-height: 1.5em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
}

#cookieinfo a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    line-height: 22px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #ff6000;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#cookieinfo a:hover {
    background-color: #ff7925; 
}