/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {

    .header-right {
        display: block;
        float: right;
        padding: 6px 0px;
    }

    .header-headline {
        text-align: left;
        max-width: 380px;
        padding-top: 75px;
    }

    .header-running-text {
        line-height: 30px;
        margin: 0;
        text-align: left;
		padding-bottom: 15px;

    }

    .hero {
        padding-bottom: 230px;
    }

    .hero-button {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .hero-right {
        text-align: left;
		max-width: 210px;
    }

    .ipad {
		width: 256px;
		height: 256px;
		
		display: block;
/*   	 	height: 480px;*/
/*
        
        position: absolute;
        right: 20px;
        z-index: 1;
        height: 427px;
        margin-top: 40px;
*/
/*		max-width: 45%;*/
        border-radius: 25px;
/*        background: #fff;*/
/*        box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 0px 33px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05);*/
    }

    .ipad-screen {
/*
        display: block;
        padding-bottom: 40px;
        margin-top: 19px;
        right: 1px;
*/
	}

    .feature-section {
        padding-top: 60px;
    }

    .features-headline {
        color: white;
        padding-bottom: 40px;
    }

    .logos {
        padding: 30px;
        max-width: 100%;
    }

    .white-section-text {
        text-align: justify;
        padding-top: 80px;
        padding-left: 100px;
    }

    .imac-section-desc {
        font-weight: 300;
        font-size: 15px;
        line-height: 30px;
        max-width: 400px;
        margin: inherit;
        text-align: left;
    }

    .pricing-table {
/*        padding: 0px 0 40px;*/
        max-width: 1050px;
        margin: auto;
    }

}

.team {
    padding-top: 40px;
    padding-bottom: 80px;
}

.team-member {
    text-align: center;
}

.email-form-div {
    max-width: inherit;
    margin: auto;
}

.webscope {
    margin-top: 0;
}

.social-links {
    float: center;
}

.footer-distributed{
	background-color: #464646;
/*	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 1);*/
	box-sizing: border-box;
	width: 100%;
	text-align: left;
/*	font: normal 16px sans-serif;*/

	padding: 45px 50px;
	margin-top: 0px;
}

.footer-distributed .footer-left p{
	color:  #8f9296;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	color:  #ffffff;
	margin: 0 0 10px;
	padding: 0;
	color: white;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 35px;
	height: 35px;
/*	background-color:  #33383b;*/
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width:600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 20px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
}

.footer-right {
/*
	margin: auto;
        float: left;
	
        padding: 0px 0px;
*/
}
