/* GA: Custom styles */

html {
	width: 100%;
}

a:hover,
a:active,
a:focus {
    color: #90C345;
}

.navbar-inverse .navbar-nav >li > a:focus {
	color: #90C345;
}

.navbar .action-nav span{
	color: #FFF; font-weight: bold; background-color: #85C037; padding: 10px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}

.alt-font {
	font-family: 'Lane', sans-serif;
}

.device-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

.device-image img {
    max-width: 100%;
}

.anchor-holder {
	position: absolute;
	visibility: hidden;
}

.success {
    color: #1A8D1A;
}

.hidden {
	display: none;
}

.semitransparent {
	opacity: .95;
}

img.footer-logo {
	max-width: 100%;
}

#contatti.anchor-holder,
#demo.anchor-holder {
	margin-top: -50px;
    position: absolute;
}

.custom-position a.standard-button {
	padding-left: 52px;
}

.custom-position .standard-button i {
	position: absolute;
	margin: -1px 0 0 -30px;
}

header .home-contents {
    margin-top: 12%;
}

header .home-contents .device-image {
	margin: 30px auto 0 auto;
    width: 100%;
    max-width: 100%;
}

header .home-contents .intro {
	font-weight: bold;
}

header .home-contents h5 {
	line-height: 1.5
}

.features-img-col .mac-image {
	max-width: 100%;
}

.imac-image img {
	max-width: 100%;
}

.app-brief .tablet-image {
	max-width: 100%;
}

.app-brief .iphone-image img {
	max-height: 600px;
	max-width: 100%;
}

.features-text-col .feature {
	text-align: center;
}

#main-isotope-screenshots {
	width: 100%;
}

.end-disclaimer h2 {
	margin-bottom: 15px;
}

.end-disclaimer h3 {
	margin: 0;
	font-style: italic;
}

.download .download-container {
    padding-bottom: 50px;
}


.app-brief .features-left .icon-container {
    float: left;
    margin-right: 20px;
}

.app-brief .fetaure-details p {
	margin-top: 12px;
}

.section-even .single-package {
    background: #FFF;
}

.single-package .package-description {
    padding: 0 25px;
    height: 231px;
    display: table-cell;
    vertical-align: middle;
}

.ga-thankyou-footer .footer-logo{
	margin-top: 80px;
}

@media screen and (min-width: 992px){
    .single-package{
        min-height: 440px;
    }
}

@media screen and (min-width: 1024px){
    .single-package{
        min-height: 350px;
    }
}