#wrapper{
	max-width: 1060px;
  width: 100%;
}
#page {
   width: 100%;
}

    #page.imgthumb {
       max-width:350px;
	   padding-bottom:5%;
    }

/* Desktop styles (default) */
#fun img {
    padding-top: 5%;
    margin-left: 5%;
    margin-bottom: 5%;
    display: inline-block;
    margin-right: 2%;
}

button {
    border: none;
}

.moreinfo {
    display: none;
}

.active {
    background-color: #f1d592;
    color: #000;
    font: 15px Arial;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: flex;
}

.memebershipoption {

    font: 12px Arial;
    letter-spacing: .4px;
    padding: 6px 10px;
    text-shadow: none;
    color: #000;
    box-shadow: 0px 1px #000;
}

.buttonactive {
    font: 12px Arial;
    letter-spacing: .4px;
    padding: 6px 10px;
    text-shadow: none;
    color: #000;
}

.trapezoid {
	background: #f1d592;
	height: 50px;
	clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
    width: 20%;
}

.selectoption span:last-child {
    float: right;
}

.selectoption span:first-child {
    float: left;
}

.paper {
    text-shadow: none;
    text-transform: none;
    font: normal 12px/1.5 "Lucida Grande", arial, sans-serif;
    width: 300px;
    display: inline-block;
    padding: 6px 5px 4px 42px;
    position: relative;
    margin-top: 1%;
    color: #444;
    line-height: 20px;
    border: 1px solid #d2d2d2;
    background: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
    background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
    -webkit-background-size: 100% 20px;
    -moz-background-size: 100% 20px;
    -ms-background-size: 100% 20px;
    -o-background-size: 100% 20px;
    background-size: 100% 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}

.paper::before {
    content: '';
    position: absolute;
    width: 4px;
    top: 0;
    left: 30px;
    bottom: 0;
    border: 1px solid;
    border-color: transparent #efe4e4;
}

h2, h3 {
    text-align: center;
}
.container-button {
    margin-bottom: 1%;
    height: 100%;
    width: 570px;
    padding: 0;
    float: right;
}
.imgthumb {
        max-width:35%;
    }


/* TABLET RESPONSIVE STYLES (769px - 1009px) */
@media (max-width: 1009px) and (min-width: 769px) {
    #fun img {
        padding-top: 3%;
        margin-left: 3%;
        margin-bottom: 3%;
        margin-right: 2%;
        max-width: 45%;
    }


    .paper {
        width: 90%;
        max-width: 400px;
        margin: 1% auto;
        display: block;
    }

    .active {
        font: 14px Arial;
        flex-wrap: wrap;
        justify-content: center;
    }
    .container-button {
        margin-bottom: 1%;
        height: 100%;
        width: 90%;
        max-width: 570px;
        padding: 0 15px;
        float: right;
        box-sizing: border-box;
    }
    .memebershipoption,
    .buttonactive {
        font: 9px Arial;
    }


            }


/* MOBILE RESPONSIVE STYLES (max-width: 768px) */
@media (max-width: 768px) {
    #fun img {
        padding-top: 2%;
        margin-left: 2%;
        margin-bottom: 4%;
        margin-right: 2%;
        display: block;
        max-width: 90%;
        width: auto;
        height: auto;
    }

    .memebershipoption,
    .buttonactive {
        display: block;
        width: 100%;
        margin: 5px 0;
        text-align: center;
        box-sizing: border-box;
        font: 14px Arial;
        line-height: 2;
        padding: 10px;
    }

    .active {
        font: 14px Arial;
        flex-direction: column;
        align-items: center;
        padding: 10px;
    }

    .trapezoid {
	background: #f1d592;
        width: 100%;
        clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
        margin: 0 auto;
    }

    .selectoption {
        display: block;
        margin: 10px 0;
    }

    .selectoption span:first-child,
    .selectoption span:last-child {
        float: none;
        display: block;
        text-align: center;
        margin: 5px 0;
    }

    .paper {

        max-width: 80%;
        margin: 2% auto;
        display: block;
        padding: 10px 5px 8px 35px;
        font: normal 14px/1.5 "Lucida Grande", arial, sans-serif;
    }

    .paper::before {
        left: 25px;
        width: 3px;
    }

    h2, h3 {
        text-align: center;
        font-size: 18px;
    }
    .container-button {
      margin-bottom: 1%;
        height: auto;
        width: 95%;
        max-width: 570px;
        padding: 0 10px;
        float: right;
        box-sizing: border-box;
        font-size: 12px;
    }
	.trapezoid {
		width:100%;
	}
	    .imgthumb {
       max-width:100%;
    }
}

/* SMALL MOBILE RESPONSIVE STYLES (max-width: 480px) */
@media (max-width: 480px) {
    #fun img {
        margin-left: 5%;
        margin-right: 5%;
        max-width: 90%;
    }

    .trapezoid {
	background: #f1d592;
        width: 100%;
       clip-path: polygon(15% 0%, 85% 0%, 100% 100%, 0% 100%);
    }

    .paper;
        padding: 8px 5px 6px 30px;
        font: normal 13px/1.4 "Lucida Grande", arial, sans-serif;
    }

    .paper::before {
        left: 20px;
        width: 2px;
    }

    .memebershipoption,
    .buttonactive {
        padding: 8px;
    }

    .active {
        font: 13px Arial;
    }

    h2, h3 {
        font-size: 16px;
    }
    #page.imgthumb {
        float:none;
    }
}
