/*
	Theme Name: ECI
	Author: ACE Innovation
	Version: 1.0.0
*/



.solid-section-blue {
    background: rgb(30, 48, 66);
}

* {

        -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;  
    box-sizing: border-box;    
}

.boxed {
    background: white;
    padding: 20px 0;
    margin: 40px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.25);
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
}

#back-to-top {
    background: rgb(30, 48, 66) url('../img/arrowup.png') no-repeat;
    background-position: center center;
    border-radius: 3px 3px 0 0;
    bottom: 0;
    display: none;
    height: 40px;
    position: fixed;
    right: 20px;
    width: 50px;
}

.wide-section.home {
    background: #f8f8f8;
    margin-top: 0;
    padding: 20px 0 20px 0;
}


    .wide-section.home .stats {
        margin: 0;
    }

.boxed > .row {
    margin-left: 0;
}

    .boxed > .row > div {
        margin: 0;
        padding: 0 20px;
    }


.wide-newsletter {
    opacity: 0; 
    background-color: #FFF;
    padding: 20px 40px 20px;
    margin: 60px 0 120px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.25);
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: url('../img/block-bg.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 450px;
}

#returnmessage
{
	margin-left: 10px;
	margin-top: 10px;
}

button#submit.btn
{
	width:auto;
}

.p-btn.action {
    opacity: 0;
}

.wide-newsletter.gray {
    background-color: #ecf0f1;
    margin: 120px 0px 50px 0px;
}

    .wide-newsletter.gray form.special,
    .wide-newsletter.gray form.special input {
    /*    background: white; */
    }

.wide-newsletter h3 {
    margin-bottom: 0;
}

.wide-newsletter p {
    margin-bottom: 20px;
}

form.special {
    background-color: #ecf0f1;
    margin: 0;
    padding: 7px;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

form .form_contact
{
	background: #FFF none repeat scroll 0% 0%;
	border-radius: 3px;
	padding: 7px;
	margin-bottom: 10px;
	min-height: 42px;
}

form .form_contact textarea
{
	border: medium none;
	width: 100%;
	height: 70px;
}

form .form_contact #email, #name
{
	width: 100%;
}


form input
{
	background: #FFF none repeat scroll 0% 0%;
}

a.btn, a.btn:focus
{
	background-color: #F05A28;
}

button.btn
{
	background-color: #F05A28;
}

.page-header {
    padding: 25px 0;
    background-color: rgba(236, 240, 241, 0.99);
    background-image: url('../img/bg-triang.png');
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.25);
    box-shadow: 0 1px 1px rgba(0,0,0,.25);
    width: 100%;
    z-index: 9;
}

    .page-header .headline {
        font-size: 14px;
    }

    .page-header h3, .page-header p {
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.2;
    }

.btn-group.filter {
    margin-right: 10px;
    margin-top: 25px;
}

.filter-options .btn-group {
    float: right;
    margin-right: 10px;
}

.btn-group .caret {
    margin-left: 10px;
    margin-top: 4px;
    border-top: 4px solid rgb(30, 48, 66);
}

.btn-group.open .btn.dropdown-toggle {
    background: rgb(30, 48, 66);
    color: #ecf0f1;
}

.btn-group.open .caret {
    border-top: 4px solid #ecf0f1;
}

.open > .dropdown-menu {
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

    .open > .dropdown-menu li {
        padding: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

        .open > .dropdown-menu li a {
            padding: 5px 20px;
            font-size: 12px;
            cursor: pointer;
            text-align: left;
        }

            .open > .dropdown-menu li a:hover {
                background: #e6e6e6;
                color: rgb(30, 48, 66);
            }



form.special input {
    border: 0px;
    padding: 0px;
    margin-left: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
}

form.special .btn {
    margin-top: 0;
 
}

footer {
    border-top: 1px solid #ddd;
    padding: 15px 0 10px 0;
    font-size: 12px;
    background: white;
}

    footer .copy {
        padding-top: 12px;
    }

i 
{
	padding-right: 8px;
};


.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-repeat: no-repeat;
        background-attachment: scroll;
        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 {
      /*  background: url('../img/iphone-hand.png') no-repeat;
       display: inline-block;  
        height: 500px; 
    	width: auto; 
    	max-width: 300px; 
    	max-height: 300px; */
    } 

.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;
        }

.landing-wide-c .price-table
 {
	border: 1px solid #D2D2D2;
	background-color: #ECF0F1;
	margin-bottom: 10px;
}

.price-table .plan-price
{
    background-color: #F6F6F6;
}

.plan-price {
    font-size: 38px;
    font-weight: 300;
    color: #606060;
    text-align: center;
    padding: 0px 0px 10px;
}

.plan-price h3 {
    font-size: 22px;
    padding: 14px 0px;
    margin-bottom: 10px;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    background-color: #F05A28;
    margin-top: 0px;
}

.plan-currency 
{
    font-size: 30px;
    opacity: 0.8;
    position: relative;
    margin: 0px -5px 0px 0px;
    top: -3px;
    font-weight: 500;
}

.plan-price .value
{
    font-weight: 600;
    letter-spacing: -1px;
}


.plan-features
 {
    background: #FFF none repeat scroll 0% 0%;
    border-top: medium none;
}

.plan-price .comment
{
    font-weight: 300;
    letter-spacing: 0px;
    font-size: 17px;
    padding: 0px 4px;
}

.plan-price .mese
{
    font-size: 18px;
    padding: 0px 4px;
}

.plan-features ul
{
    padding: 9px 20px;
    list-style: disc inside none;
    margin: 0px;
    min-height: 360px; 
}

div.phone
{
	text-align:center;
}

.plan-features ul li
{
    padding: 10px 0px;
   /* text-align: center; */
    line-height: 18px;
}

#pricing .note
{
	margin: 0px;
}


.plan-features a.button 
{
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
    color: #666;
    padding: 12px 0px;
    font-size: 14px;
    transition: all 0.2s ease-in-out 0s;
    background-color: #F6F6F6;
}

.brand-ace {
    float: left;
    padding: 10px 20px;
    margin-left: -20px;
    position: relative;
}

.brand-ace:active {
    top: 2px;
}

a.brand-ace {
    border:0px;
    color:#000;
}

.plan-features a:hover
{
    position: relative;
    display: block;
    margin: 0px auto;
    text-align: center;
    color: #666;
    padding: 12px 0px;
    font-size: 14px;
    transition: all 0.2s ease-in-out 0s;
    background-color: #DBDBDB;
}

p.description
{
	padding: 0px;
	margin: 2px 0px 10px 0px;
}

h4.contact_name
{
	padding:0px;
	margin:0px;
}

.landing-wide-c
{
	margin: 40px 0px;
	/*padding: 80px 0px;*/
}


.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 a {
    -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;
}

a.appstore:hover, a.googleplay:hover
{
	opacity: 0.8;
}

input.button
{
position: relative;
display: block;
margin: 0px auto;
text-align: center;
color: #666;
padding: 12px 0px;
font-size: 14px;
transition: all 0.2s ease-in-out 0s;
background-color: #F6F6F6;
width: 100% !important;
border: none;
}

input.button:hover
{
position: relative;
display: block;
margin: 0px auto;
text-align: center;
color: #666;
padding: 12px 0px;
font-size: 14px;
transition: all 0.2s ease-in-out 0s;
background-color: #DBDBDB;
}

form#acq-paypal
{
	margin: 0px;
	background-color: #F6F6F6;

}



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;
    }

#cookie-law { 
    background:#FFF; 
    margin: 0px auto 0px; 
}
 
#cookie-law p { 
    padding:10px; 
    font-size:1em; 
    font-weight:bold; 
    text-align:center; 
    margin:0px;
}

.btn.btn-cookie
{
	font-size: 12px;
	padding: 4px 7px 5px;
	background-color: #F05A28;	
	color:#FFF;
}

.btn.btn-cookie:hover
{
	font-size: 12px;
	padding: 4px 7px 5px;
	background-color: #E74C3C;	
	color:#FFF;
}

.language-switcher
{
    padding: 0px 0px 3px 5px;
}
