#skybox {
	margin: 0; padding: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
}



.wrap {
	max-width: 1000px; height: 100%;
	margin: 0 auto; padding: 0 25px;
}



.bx1 {

}
.bx2 {

}
.bx3 {

}



.row {
	width: 100%;
	background-color: white;
	position: relative;
	z-index: 3;
}



.pad {
	padding: 70px 0;
}





.sidebar {
	float: left;
	width: 30%;
}

.sidebar .data {
	padding: 70px 70px 70px 0;
}

.main {
	float: right;
	width: 70%;
	padding: 50px 0 100px 0;
}

.main .overflow {
	padding: 5px;
}






/* width 0 > 800 */

@media screen and (max-width: 800px) {





}






/* width 0 > 950 */

@media screen and (max-width: 950px) {


	.wrap { padding: 0 10px; }


	.sidebar,
	.main {
		float: none; width: 100%;
	}

	.main {
		padding: 50px 0;
	}


}html, body {
	margin: 0; padding: 0;
	width: 100%;
	background-color: #f7f7f7;
	font-family: Roboto;
	overflow-x: hidden;
}.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



/* IE6 */

* html .clearfix {
	zoom: 1;
}



/* IE7 */

*:first-child+html .clearfix {
	zoom: 1;
} #modal {
	position: fixed;
	width: 100%; height: 100%;
	z-index: 3;
	display: none;
}

#modal .wrap {
	display: table-cell;
	vertical-align: middle;
}

#modal .wrap .box {
background-color: white;
    width: 450px;
    height: 240px;
    margin: 0 auto;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 30px 10px rgba(0,0,0,0.1);
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
}

#modal .wrap .box .top {

}

#modal .wrap .box .top .title {
    font-size: 20px;
    color: #333333;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #8bac13;
}

#modal .wrap .box .top .desc {
padding: 0 50px 0 0;
    color: #333333;
}

#modal .wrap .box .controls {
	right: 30px; bottom: 30px; left: 30px;
	position: absolute;
	
}

#modal .wrap .box .controls .submit {
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #8bac13;
    /* border-bottom: 3px solid rgba(0,0,0,.25); */
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#modal .wrap .box .controls .submit:hover {
	background-color: black;
	color: white;
}










/* width 0 > 480 */

@media screen and (max-width: 480px) {

    #modal .wrap .box { width: 95%; height: 350px; }

}









/* width 481 > 780 */

@media screen and (min-width: 481px) and (max-width: 780px) {

    #modal .wrap .box { width: 95%; height: 350px; }

}.sbx-mod {
	margin: 0 0 50px 0;
}

.sbx-mod-h2 {
	margin: 0 0 15px 0;
	font-size: 13px; color: #4a4a4a; text-transform: uppercase; letter-spacing: 1px;
}











/* ---------------------------------------- MODULE BAR ---------------------------------------- */

.sbx-mod-bar {
	width: 100%;
}

.sbx-mod-bar .date {
	width: 50px; height: 50px;
	font-weight: 700; text-align: center;
	border-radius: 2px;
	border: 2px solid black;
	float: left;
	margin: 0 20px 0 0;
	position: relative;
}

.sbx-mod-bar .date .number {
	font-size: 25px; color: black;
	position: absolute;
	width: 100%;
	margin: 3px 0 0 0;
}

.sbx-mod-bar .date .name {
	font-size: 13px; color: black; text-transform: uppercase; letter-spacing: 1px;
	position: absolute;
	width: 100%;
	margin: 27px 0 0 0;
}

.sbx-mod-bar .event {
	padding: 3px 0 0 0;
}

.sbx-mod-bar .event a {
	font-size: 30px; color: #818845; text-decoration: none;
}

.sbx-mod-bar .event a:hover {
	color: black;
}

.sbx-mod-bar .event .place {
	font-size: 15px; color: #6f6f6f;
}










/* ---------------------------------------- MODULE MAP ---------------------------------------- */

.sbx-mod-map {

}

.sbx-mod-map iframe {
	width: 100%; height: 450px;
	border: 0; outline: none;
	border-bottom: 1px solid #efefef;
	background-color: #f5f5f5;
}

.sbx-mod-map .center {
	font-size: 30px;
	margin: 0 0 15px 0;
}

.sbx-mod-map .address {
	font-size: 15px;
	color: #6f6f6f;
}

.sbx-mod-map .location {
	font-size: 15px;
	color: #6f6f6f;
}










/* ---------------------------------------- MODULE PLACE ---------------------------------------- */

.sbx-mod-place {

}

.sbx-mod-place ul {

}

.sbx-mod-place ul li {
    font-size: 15px;
    color: #6f6f6f;
}










/* ---------------------------------------- MODULE DATE ---------------------------------------- */

.sbx-mod-date {

}

.sbx-mod-date ul {

}

.sbx-mod-date ul li {
    font-size: 15px;
    color: #6f6f6f;
}










/* ---------------------------------------- MODULE LINKS ---------------------------------------- */

.sbx-mod-links li {
	padding: 0 0 5px 0;
}

.sbx-mod-links a {
	font-size: 15px; color: #8bac13; text-decoration: none;
}

.sbx-mod-links a:hover {
	text-decoration: underline;
}










/* ---------------------------------------- MODULE BOT ---------------------------------------- */

.sbx-mod-bot div {
	font-size: 15px; color: #6f6f6f;
}.sbx-title-1 {
	font-size: 18px;
	color: #252525;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	padding: 10px 10px 10px 0;
	border-bottom: 2px solid #8bac13;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.01);
}

.sbx-title-1-frame {
	font-weight: 500;
    line-height: 1.1;
    color: #333333;
    text-align: left;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}




.sbx-title-2 {
	font-size: 22px; font-weight: 700; color: black; text-transform: none;
}



.sbx-title-3 {
	font-size: 30px; font-weight: 700; color: black; text-transform: none;
}



.sbx-subtitle-1 {
	font-size: 17px; font-weight: 700; color: black; text-transform: none; letter-spacing: 0px;
}



.sbx-description-1 {
	font-size: 15px; font-weight: 400; color: #353535; text-align: left;
}







.sbx-fields-1 {
	width: 98%;
	overflow: hidden;
}

.sbx-fields-1 .combo {
	margin: 0 0 20px 0;
	position: relative;
	width: 50%; height: 50px;
	float: left;
}

.sbx-fields-1 .combo .label {
	font-size: 15px; color: #6f6f6f;
	margin: 0 0 0 0;
	width: 90%; height: 18px;
	top: 25px;
	position: absolute;
	z-index: 1;
}

.sbx-fields-1 .combo.error .label {
	color: #ea1c25;
}

.sbx-fields-1 .combo .label span {
	color: #ea1c25;
}

.sbx-fields-1 .combo .select,
.sbx-fields-1 .combo .input {
	margin: 0 0 0 0;
	width: 90%;
	top: 15px;
	position: absolute;
	z-index: 2;
}

.sbx-fields-1 .combo .select select,
.sbx-fields-1 .combo .input input {
	border: none; border-bottom: 2px solid #efefef; outline: none;
	font-size: 18px; color: #333333;
	width: 100%; height: 35px;
	background-color: transparent;
}

.sbx-fields-1 .combo .select select option { color: black; }

.sbx-fields-1 .combo.error .select select,
.sbx-fields-1 .combo.error .input input {
	border-bottom: 2px solid #ea1c25;
	color: #ea1c25;
}

.sbx-fields-1 .combo .loading {
	position: absolute;
	top: 48px;
	width: 90%; height: 2px;
	z-index: 3;
	display: none;
}

.sbx-fields-1 .combo .loading p {
	background-image: url(objects/field-loading-2.gif);
	background-size: 100%;
	width: 100%; height: 2px;
	display: block;
	border-radius: 2px;
	position: relative;
}

/* width 0 > 950 */

@media screen and (max-width: 950px) {


	.sbx-fields-1,
	.sbx-fields-1 .combo,
	.sbx-fields-1 .combo .label,
	.sbx-fields-1 .combo .input,
	.sbx-fields-1 .combo .select,
	.sbx-fields-1 .combo .loading {

		width: 100%;

	}


}



.sbx-fields-1 .combo-textarea {
	margin: 10px 0 20px 0;
	position: relative;
	width: 100%;
	float: left;
}

.sbx-fields-1 .combo-textarea .label {
	font-size: 15px; color: #9f9f9f;
	margin: 0 0 0px 0;
	width: 90%; height: 25px;
}

.sbx-fields-1 .combo-textarea .textarea {
	width: 90%;
}

.sbx-fields-1 .combo-textarea .textarea textarea {
	width: 100%; /* height: 100%; min-height: 70px; */
	border: none; border-bottom: 2px solid #efefef; outline: none;
	resize: none;
	color: #333333; font-size: 18px; font-weight: 700;
	margin: 0px; padding: 0 15px 15px 0;
	overflow: hidden;
	background-color: transparent;
}

/* width 0 > 950 */

@media screen and (max-width: 950px) {


	.sbx-fields-1 .combo-textarea .label, 
	.sbx-fields-1 .combo-textarea .textarea {

		width: 100%;

	}


}


















.sbx-fields-frame {
	width: 100%;
	overflow: hidden;
}

.sbx-fields-frame .combo {
	margin: 0 0 20px 0;
	width: 100%;
}

.sbx-fields-frame .combo .label {
	font-size: 14px; color: #333333;
	margin: 0 0 5px 0;
	width: 90%;
}

.sbx-fields-frame .combo.error .label {
	color: #ea1c25;
}

.sbx-fields-frame .combo .label span {
	color: #ea1c25;
}

.sbx-fields-frame .combo .select,
.sbx-fields-frame .combo .input {
	margin: 0 0 0 0;
	width: 100%;
}

.sbx-fields-frame .combo .select select,
.sbx-fields-frame .combo .input input {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.sbx-fields-frame .combo .select select:focus,
.sbx-fields-frame .combo .input input:focus {
	border-color: #3c8dbc;
	box-shadow: none;
}

.sbx-fields-frame .combo .select select option { color: black; }

.sbx-fields-frame .combo.error .select select,
.sbx-fields-frame .combo.error .input input {
	border-bottom: 2px solid #ea1c25;
	color: #ea1c25;
}

.sbx-fields-frame .combo .loading {
	position: absolute;
	top: 48px;
	width: 90%; height: 2px;
	z-index: 3;
	display: none;
}

.sbx-fields-frame .combo .loading p {
	background-image: url(objects/field-loading-2.gif);
	background-size: 100%;
	width: 100%; height: 2px;
	display: block;
	border-radius: 2px;
	position: relative;
}

/* width 0 > 950 */

@media screen and (max-width: 950px) {


	.sbx-fields-frame,
	.sbx-fields-frame .combo,
	.sbx-fields-frame .combo .label,
	.sbx-fields-frame .combo .input,
	.sbx-fields-frame .combo .select,
	.sbx-fields-frame .combo .loading {

		width: 100%;

	}


}



.sbx-fields-1 .combo-textarea {
	margin: 10px 0 20px 0;
	position: relative;
	width: 100%;
	float: left;
}

.sbx-fields-1 .combo-textarea .label {
	font-size: 15px; color: #9f9f9f;
	margin: 0 0 0px 0;
	width: 90%; height: 25px;
}

.sbx-fields-1 .combo-textarea .textarea {
	width: 90%;
}

.sbx-fields-1 .combo-textarea .textarea textarea {
	width: 100%; /* height: 100%; min-height: 70px; */
	border: none; border-bottom: 2px solid #efefef; outline: none;
	resize: none;
	color: #333333; font-size: 18px; font-weight: 700;
	margin: 0px; padding: 0 15px 15px 0;
	overflow: hidden;
	background-color: transparent;
}

/* width 0 > 950 */

@media screen and (max-width: 950px) {


	.sbx-fields-1 .combo-textarea .label, 
	.sbx-fields-1 .combo-textarea .textarea {

		width: 100%;

	}


}












.sbx-search-1 {
	overflow: visible;
}

.sbx-search-1 .input {
    border: 2px solid white;
    border-radius: 3px;
    width: 100%;
    margin: 0 0 8px 0;
	overflow: hidden;
}

.sbx-search-1 .input [type="text"] {
	height: 36px;
    width: 100%;
    margin: 0 0 0 -36px;
    padding: 0 10px 0 46px;
    font-size: 15px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sbx-search-1 .input [type="button"] {
	    background-color: white;
    width: 36px;
    height: 36px;
    cursor: pointer;
    float: right;
    background-image: url(objects/search-lens-001.png);
    background-position: center;
}

.sbx-search-1 .info {
	font-size: 15px; color: gray;
	margin: 0 0 10px 0;
}

.sbx-search-1 .results {
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	border-radius: 3px;
}

.sbx-search-1 .results .result {
	padding: 20px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	cursor: pointer;
	background-color: #fcfcfc;
}

.sbx-search-1 .results .result:hover {
	background-color: #f7f7f7;
}


.sbx-search-1 .results .result:last-child {
	border-bottom: none;
}

.sbx-search-1 .results .result div {
	font-size: 15px; color: #9f9f9f;
}

.sbx-search-1 .results .result div:nth-child(1) {
	font-size: 16px; color: #8bac13;
	margin: 0 0 4px 0;
}

.sbx-search-1 .results .result[data-check="1"] {
	background-color: #8bac13;
}

.sbx-search-1 .results .result[data-check="1"] div {
	color: white;
}







.sbx-items-1 {
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	border-radius: 3px;
}

.sbx-items-1 .items {
	font-size: 15px; color: #9f9f9f;
}

.sbx-items-1 .items .item {
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 2px solid #efefef;
	cursor: pointer;
	background-color: #f7f7f7;
}

.sbx-items-1 .items .item:hover {
	background-color: #f3f3f3;
}

.sbx-items-1 .items .item .label {
	float: left;
	width: 100%;
}

.sbx-items-1 .items .item .label .status {
	width: 55px; height: 35px;
	float: left;
}

.sbx-items-1 .items .item .label .status p {
	background-position: center;
	width: 20px; height: 20px;
	margin: 8px 0 0 20px;
	box-shadow: 0 0 6px 0 rgba(0,0,0,.25);
}

.sbx-items-1[data-model="checkbox"] .items .item .label .status p {
	border-radius: 3px;
}

.sbx-items-1[data-model="radio"] .items .item .label .status p {
	border-radius: 50%;
}

.sbx-items-1 .items .item[data-check="0"] .label .status p {
	border: 2px solid #757575;
}

.sbx-items-1 .items .item[data-check="1"] .label .status p {
	border: 2px solid black;
	background-color: black;
}

.sbx-items-1[data-model="checkbox"] .items .item[data-check="1"] .label .status p {
	background-image: url(objects/select-checkbox.png);
}

.sbx-items-1[data-model="radio"] .items .item[data-check="1"] .label .status p {
	background-image: url(objects/select-radio.png);
}

.sbx-items-1 .items .item .label .name {
	padding: 8px 0 0 0;
	user-select: none;
	font-size: 18px; color: #191919;
}

.sbx-items-1 .items .item ul {
	float: left;
	width: 100%;
	padding: 2px 15px 0 55px;
}

.sbx-items-1 .items .item ul li {
	font-size: 15px; text-align: left;
	user-select: none;
	padding: 3px 0;
}

.sbx-items-1 .items .item[data-available="0"] .label .name {
	color: #ea1c25; text-decoration: line-through;
}

.sbx-items-1 .items .item[data-available="0"] ul li {
	color: #ea1c25;
}

.sbx-items-1 .items .item[data-available="0"] ul li:last-child {
	font-style: italic;
}

.sbx-items-1 .items .item:last-child {
	border-bottom: none;
}




.sbx-message-1 {
	border-left: 3px solid #ea1c25;
	border-radius: 3px;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	font-size: 15px;
	line-height: 18px;
	background-color: #fcfcfc;
	background-image: url(objects/icon-info.png);
	background-repeat: no-repeat;
	background-position: 17px 20px;
	padding: 20px 50px 20px 50px;
	color: #9f9f9f;
}







.sbx-controls-1 {
	/* overflow: visible; */
}

.sbx-controls-1 .submit,
.sbx-controls-1 .loading {
	border-radius: 3px;
	font-size: 15px; font-weight: 700; color: white; text-align: center; text-transform: uppercase; letter-spacing: 1px;
	height: 55px; line-height: 55px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color 100ms linear;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	border-bottom: 2px solid rgba(0,0,0,.1);
}

.sbx-controls-1 .submit {
	background-color: #8bac13;
	cursor: pointer;
	padding: 0 50px;
	display: inline-block;
}

.sbx-controls-1 .submit:hover {
	background-color: #020202;
	color: white;
}

.sbx-controls-1 .loading {
	background-color: white;
	width: 55px;
	display: inline-block;
	background-image: url(objects/controls-loading-001.gif);
	background-position: center;
	display: none;
}







.sbx-frame-controls-1 {
	overflow: hidden;
}

.sbx-frame-controls-1 .submit,
.sbx-frame-controls-1 .back,
.sbx-frame-controls-1 .recovery,
.sbx-frame-controls-1 .loading {
	border-radius: 3px;
	font-size: 15px; font-weight: 700; color: white; text-align: center; text-transform: uppercase; letter-spacing: 1px;
	height: 55px; line-height: 55px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: background-color 100ms linear;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	border-bottom: 2px solid rgba(0,0,0,.1);
	float: left;
	margin: 0 5px 0 0;
}

.sbx-frame-controls-1 .submit {
	background-color: #333;
	border-color: black;
	cursor: pointer;
	width: 40%;
	display: inline-block;
}

.sbx-frame-controls-1 .submit:hover {
	background-color: black;
	border-color: black;
	color: white;
}

.sbx-frame-controls-1 .back,
.sbx-frame-controls-1 .recovery {
	background-color: #ababab;
	border-color: #949494;
	cursor: pointer;
	width: 40%;
	display: inline-block;
}

.sbx-frame-controls-1 .back:hover,
.sbx-frame-controls-1 .recovery:hover {
	background-color: #949494;
	border-color: #656565;
	color: white;
}

.sbx-frame-controls-1 .loading {
	background-color: white;
	width: 55px;
	display: inline-block;
	background-image: url(objects/controls-loading-001.gif);
	background-position: center;
	display: none;
}









.sbx-links-1 {

}

.sbx-links-1 ul {

}

.sbx-links-1 ul li {
	padding: 0 0 5px 0;
}

.sbx-links-1 ul li a {
	color: #8bac13; text-decoration: none;
}

.sbx-links-1 ul li a:hover {
	text-decoration: underline;
}




.sbx-sep-10 { border-bottom: 2px solid #efefef; margin: 0 0 10px 0; padding: 10px 0 0 0; }
.sbx-sep-20 { border-bottom: 2px solid #efefef; margin: 0 0 20px 0; padding: 20px 0 0 0; }
.sbx-sep-30 { border-bottom: 2px solid #efefef; margin: 0 0 30px 0; padding: 30px 0 0 0; }
.sbx-sep-40 { border-bottom: 2px solid #efefef; margin: 0 0 40px 0; padding: 40px 0 0 0; }
.sbx-sep-50 { border-bottom: 2px solid #efefef; margin: 0 0 50px 0; padding: 50px 0 0 0; }




.sbx-mb-5 { margin: 0 0 5px 0; }
.sbx-mb-10 { margin: 0 0 10px 0; }
.sbx-mb-15 { margin: 0 0 15px 0; }
.sbx-mb-20 { margin: 0 0 20px 0; }
.sbx-mb-25 { margin: 0 0 25px 0; }
.sbx-mb-30 { margin: 0 0 30px 0; }
.sbx-mb-35 { margin: 0 0 35px 0; }
.sbx-mb-40 { margin: 0 0 40px 0; }
.sbx-mb-45 { margin: 0 0 45px 0; }
.sbx-mb-50 { margin: 0 0 50px 0; }
.sbx-mb-55 { margin: 0 0 55px 0; }
.sbx-mb-60 { margin: 0 0 60px 0; }
.sbx-mb-65 { margin: 0 0 65px 0; }
.sbx-mb-70 { margin: 0 0 70px 0; }/* ---------------------------------------- ULTRA ---------------------------------------- */

.sbx-mod-portrait-ultra {
	background-color: black;
	width: 100%; height: 350px;
	position: relative;
}

.sbx-mod-portrait-ultra .parallax-1,
.sbx-mod-portrait-ultra .parallax-2,
.sbx-mod-portrait-ultra .parallax-3 {
	width: 100%; height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
}

.sbx-mod-portrait-ultra .parallax-1 {
		z-index: 1;
}

.sbx-mod-portrait-ultra .parallax-2 {
		z-index: 2;
}

.sbx-mod-portrait-ultra .parallax-3 {
		z-index: 3;
}

.sbx-mod-portrait-ultra .content {
	width: 100%; height: 100%;
	/* background-image: url(image-portrait-ultra-logo-008.png); */
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 4;
}

/* width 0 > 800 */

@media screen and (max-width: 800px) {


	.sbx-mod-portrait-ultra {
		display: none;
	}


}




/* ---------------------------------------- PROFILE ---------------------------------------- */

.sbx-mod-profile {
	background-color: white;
	width: 190px; height: 190px;
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.075);
	border: 1px solid #eaeaea; border-radius: 3px; margin: -25px 0 0 0;
}
.sbx-mod-profile img {
	width: 100%; height: 100%;
	display: block;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.sbx-mod-profile img:hover {
	opacity: .99;
}

/* width 0 > 950 */

@media screen and (max-width: 950px) {


	.sbx-mod-profile {
		display: none;
	}


}




/* ---------------------------------------- SMALL ---------------------------------------- */

.sbx-mod-portrait-small {
	display: none;
}

.sbx-mod-portrait-small a {

}

.sbx-mod-portrait-small a img {
	background-color: black;
	width: 100%;
	display: block;
}

/* width 0 > 800 */

@media screen and (max-width: 800px) {


	.sbx-mod-portrait-small {
		display: block;
	}


}




/* ---------------------------------------- WIDE ---------------------------------------- */

.sbx-mod-portrait-wide {

}

.sbx-mod-portrait-wide a {

}

.sbx-mod-portrait-wide a img {
	background-color: white;
	width: 100%;
}








/* width 0 > 780 */

@media screen and (max-width: 780px) {


	.sbx-mod-portrait-small {
		display: block;
	}

	.sbx-mod-portrait-wide {
		display: none;
	}


}










/* width 0 > 480 */

@media screen and (max-width: 480px) {


}









/* width 481 > 780 */

@media screen and (min-width: 481px) and (max-width: 780px) {


}div, ul, h1, h2, p, a, img, input, textarea, span { 
	box-sizing: border-box; 
	border: none; 
	outline: none; 
	list-style: none; 
	margin: 0; padding: 0;
}/* ---------------------------------------- FORM ---------------------------------------- */

[data-btn="open-form"] {
	cursor: pointer;
	border-radius: 3px;
	width: 100%; height: 55px; line-height: 55px;
	font-size: 15px; color: white; text-align: center; text-transform: uppercase; letter-spacing: 1px;
	background-color: #333333;
	border-bottom: 3px solid rgba(0,0,0,.25);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
}

#skybox .form {

}












/* width 0 > 950 */

@media screen and (max-width: 950px) {


	[data-btn="open-form"] { display: block; }
	[data-module="form"] { display: none; }


}