@charset "UTF-8";
/* CSS Document */

.half {width: 50%;}
.two-third {width: 66.666667%;}
.one-third {width: 33.333333%;}
.one-quarter {width: 25%;}
.wrapper {width:96%; max-width:1100px; margin:auto;}
.container {  }

.half,.two-third,.one-third,.one-quarter {float:left;}

@media only screen and (max-width: 840px) {
.half,.two-third,.one-third,.one-quarter {float:none; width:100%;}
}

.iframe-rwd {
    position: relative;
    padding-bottom: 52.25%;
    padding-top: 30px;
    height: 0;
	overflow: hidden;}

.iframe-rwd iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}