/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 1300 (devices and browsers) */
	@media only screen and (min-width: 1300px) {
		.container, .container .sixteen.columns {
			width: 1300px;
		}
		.row .container .eight.columns {
			width: 50%;
			margin: 0;
		}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 1100px) and (max-width: 1299px) {
		.container, .container .sixteen.columns {
			width: 1100px;
		}
		.row .container .eight.columns {
			width: 50%;
			margin: 0;
		}
	}

    @media only screen and (max-width: 1099px) {
		.container {
			max-width: 960px;
		}
    }
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.hero img {
			width: 90%;
		}

        .container, .container .sixteen.columns {
			width: 950px;
		}
        .eight.columns.info i {
            padding: 20px 0 0;
        }
	}

	@media only screen and (min-width: 960px) {
        .container, .container .sixteen.columns {
			min-width: 960px;
		}
	}

	@media only screen and (min-width: 768px){
        h1 {
            padding: 30px 0 0;
        }
    }

    /* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
    }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.header h1 {
			font-size: 24px;
		}
		.header h2 {
			font-size: 16px;
			line-height: 28px;
            width: 80%;
            margin: 0 auto;
		}
		.opacity .avatars {
			background-size: 500px;
			height: 88px;
		}
        header, .calltoaction > .container > img {
            display: none;
        }
        .header .logowhite {
            display: inline-block;
            width: 200px;
            padding-top: 6px;
        }
        .header .already {
            display: inline-block;
            color: #fff;
            padding: 5px;
            margin-bottom: 15px
        }
        .header .buttonLogin {
            margin-bottom: 10px;
        }

        .eight.columns {
            text-align: center
        }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.calltoaction > .container > img {
			display: none;
		}
		.container .info i {
			font-size: 50px;
			padding: 15px 0 0;
		}
		.container .info h3 {
			font-size: 20px;
		}
		.container .info p {
			font-size: 14px;
		}
		.container .info img {
			width: 50px;
			padding: 0;
		}
		.info.card img {
			width: 50%;
		}
		.dark .container .eight.columns.info i.fa-comments {
			padding: 0;
		}
		.teaser {
			text-align: center;
		}
		.teaser .eight.columns h3 {
			font-size: 25px;
            line-height: 30px;
		}
		.teaser p {
			font-size: 14px;
			line-height: 21px;
		}
		.row.calltoaction h3 {
			font-size: 40px;
			line-height: 50px;
		}
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('http://static.filmannex.com/styles/actionPage/fonts/FontName.eot');
	    src: url('http://static.filmannex.com/styles/actionPage/fonts/FontName.eot?iefix') format('eot'),
	         url('http://static.filmannex.com/styles/actionPage/fonts/FontName.woff') format('woff'),
	         url('http://static.filmannex.com/styles/actionPage/fonts/FontName.ttf') format('truetype'),
	         url('http://static.filmannex.com/styles/actionPage/fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/