/* COLLAGE */

/*
* 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 960 (devices and browsers) */

@media only screen and (max-width: 1300px) {
    .gift{
        padding-top:100px !important;
    }
    .gift-img{
        max-width:108% !important;
        margin-top:-41px !important;
    }
}


@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .list img{
        max-width:100% !important;
    }
    .steps .arrows{
        background:none;
    }

    .ca-container{
        width:735px;
    }



}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .steps .arrows{
        background:none;
    }


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .main .sixteen{
        background:rgba(0,0,0,.40);
        padding-top:25px;
        padding-bottom:25px;
        width:370px !important;
    }

    .funway .nine{
        background:rgba(0,0,0,.40);
        padding:25px;
        width:370px !important;
    }


    .list .spacer{
        display:none;
    }
    .list img{
        margin-bottom:10px;
    }

    .list .six{
        margin-bottom:20px;
    }

    .list .columns{
        text-align: center;
    }

    .step{
        margin-left:-45px !important;
    }
    .steps .container2 .columns{
        margin-bottom:20px;
    }

    .steps .arrows{
        background:none;
    }

    .grabimages .devices{
        margin-top:0px;
    }
    .devices img{
        max-width:100% !important;
    }

    .device{
        width:120px;
        height:120px;
    }
    .device.fb{
        left:0px;
        top:220px;
    }
    .device.pc{
        left:140px;
        top:131px;
    }
    .device.ig{
        left:280px;
        top:220px;
    }

    .gift img{
        max-width:100% !important;
    }

    .options .option{
        margin-bottom:20px;
    }

    .gift img{
        max-width:100% !important;
        margin-top:0px !important;
    }

    #hintdropper{
        width:400px;
        left:50%;
        margin-left:-200px;
    }
        #hintdropper .modal-body{
            padding-left:20px;
            padding-right:20px;
        }

    .options .option{
        text-align: center;
    }


    .ca-container{
        width:350px;
    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .main .sixteen{
        background:rgba(0,0,0,.50);
        padding-top:25px;
        padding-bottom:25px;
        width:280px !important;
    }

    .funway .nine{
        background:rgba(0,0,0,.40);
        padding:25px;
        width:260px !important;
        margin-top:-35px;
        font-size:90%;
    }


    .pinterest-btn{
        margin-top:20px;
    }
    .list .spacer{
        display:none;
    }
    .list img{
        margin-bottom:10px;
    }

    .list .six{
        margin-bottom:20px;
    }


    .list .columns{
        text-align: center;
    }


    .step{
        margin-left:-45px !important;
    }

    .steps .container2 .columns{
        margin-bottom:20px;
    }

    .steps .arrows{
        background:none;
    }

    .grabimages .devices{
        margin-top:0px;
    }
    .devices img{
        max-width:100% !important;
    }

    .device{
        width:100px;
        height:100px;
    }
    .device.fb{
        left:0px;
        top:220px;
    }
    .device.pc{
        left:90px;
        top:131px;
    }
    .device.ig{
        left:180px;
        top:220px;
    }

    .gift img{
        max-width:100% !important;
    }

    .options .option{
        margin-bottom:20px;
    }
    .gift img{
        max-width:100% !important;
        margin-top:0px !important;
    }

    #hintdropper{
        width:300px;
        left:50%;
        margin-left:-150px;
    }
    #hintdropper .modal-body{
        padding-left:20px;
        padding-right:20px;
    }

    .options .option{
        text-align: center;
    }

    .ca-container{
        width:150px;
    }

}


/* #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('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/