@charset "utf-8";
/* Global Styles */
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
	font-family: montserrat;
	color: #222;
	font-style: normal;
	font-weight: 400;
	background-color: rgba(0,0,0,0.00);
}

body { margin: 0; font-size: 1em; line-height: 1.4; }

a {
	color: rgba(255,255,0,1.00);
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: small;
	text-decoration: none;
}
a:visited {
	color: rgba(255,255,0,1.00);
}
a:hover, input[type=submit]:hover , input[type=button]:hover, button:hover  {
	color: #A91A00;
}
a:focus {
	/* [disabled]outline: thin dotted; */
}

a:hover, a:active { outline: 0; }



/* Whole page */


#mainWrapper {
	width: auto;
	padding-left: 5%;
	background-color: #000;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,14,251,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,14,251,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(0,14,251,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(0,14,251,1.00) 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-right: 5%;
}


/* --- header --- */


header {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	clear: both;
}
/* Logo placeholder*/
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100px;
	text-align: center;
	color: rgba(255,255,0,1.00);
	background-color: rgba(190,190,190,0.00);
}
#name {
	float: left;
	padding-top: 25px;
	padding-bottom: 10px;
	width: auto;
	text-align: left;
	color: rgba(255,255,0,1.00);
	background-color: rgba(190,190,190,0.00);
	font-size: large;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 1pt;
}
/* div for Links in header */
#headerLinks {
	float: left;
	width: auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: 00;
}
/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
	padding-left: 110px;
	font-size: 14px;
	text-align: right;
}
/*--------------------------*/


/* Offer text banner*/
#offer {
	font-family: 'Montserrat', sans-serif;
	clear: both;
	background-color: rgba(120,0,2,1.00);
	color: rgba(255,255,0,1.00);
	padding-left: 110px;
	padding-top: 57px;
	padding-bottom: 57px;
	text-shadow: 2px 2px 2px #010101;
	text-align: left;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	letter-spacing: 1pt;
}


/* WORKSHOP FRAME */


.An_stage {
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
	width: 99%;
	vertical-align: top;
	height: auto;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	position: relative;
	display: block;
	overflow-x: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	clear: both;
}
.StageContainer {
	width: 100%;
	height: 55em;
	position: static;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*-------FORM--------*/

.brandProfileTabs {
	margin-top: 3em;
	margin-bottom: 2em;
	color: rgba(255,255,0,1.00);
	font-family: montserrat;
	font-style: normal;
	font-weight: 400;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
.brandProfileTabs ul {
	list-style-type: none;
	margin-top: 1px;
	margin-bottom: 14px;
	display: inline-block;
	width: 88%;
}
.brandProfileTabs ul li {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 1em;
}

.formA {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	color: rgba(255,255,0,1.00);
	background-color: rgba(160,160,160,0.00);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 6px;
	padding-left: auto;
	padding-right: auto;
	margin-top: 10px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.00);
	font-weight: 400;
	letter-spacing: 1pt;
	font-family: montserrat;
	font-style: normal;
	font-size: medium;
}
.formA label {
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
}
.textfield {
	width: 60%;
	height: 5em;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,1.00);
	text-indent: 5px;
	border: thin inset rgba(255,255,0,1.00);
}
.formA div {
	display: inline-block;
	margin-top: 10px;
}
.formAbutt {
	background-color: rgba(120,0,2,1.00);
	color: rgba(255,255,0,1.00);
	letter-spacing: 1pt;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	border: thin outset rgba(255,255,0,1.00);
	border-radius: 12px;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: lowercase;
	-webkit-box-shadow: inset 0px 2px 10px rgba(0,0,0,1.00);
	box-shadow: inset 0px 2px 10px rgba(0,0,0,1.00);
	cursor: pointer;
	font-size: small;
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.formA a, .formAbutt a, .formA input[type=submit], .formAbutt input[type=submit] {font-size: medium; }


/*-------    NAVIGATOR    -------*/


.navigator {
	color: rgba(255,255,0,1.00);
	font-size: medium;
	text-align: center;
	letter-spacing: 1pt;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	width: 100%;
	position: relative;
	display: inline-block;
	align-content: center;
	margin-top: 0em;
	margin-bottom: 0em;
}

.navContainer {
	width: 100%;
	height: 18em;
	position: static;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/** Navigation Carousel **/

.navigator .carousel-navigation {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.navigator .carousel-navigation ul {
	width: 8200%;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

.navigator .carousel-navigation li {
    cursor: pointer;
	width: 2em;
	margin-right: 1em;
	float: left;
	color: rgba(255,255,0,1.00);
	position: static;
	display: inline-block;
	height: 2em;
	margin-top: 8px;
}

.navigator .carousel-navigation li.active {
    border-color: #ccc;
}

.navigator .prev-navigation,
.navigator .next-navigation {
    display: block;
    position: static;
}

.navigator .prev-navigation.inactive,
.navigator .next-navigation.inactive {
    opacity: .2;
    cursor: default;
}

/** Carousel Stage **/

.navigator .stage {
	position: relative;
	margin-top: 2em;
}

.navigator .carousel-stage {
	border: thin solid rgba(255,255,0,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	box-sizing: border-box;
	width: 100%;
	max-width: 50em;
	height: 9em;
}

.navigator .carousel-stage ul {
	width: 8200%;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

.navigator .carousel-stage li {
	float: left;
	color: rgba(255,255,0,1.00);
	position: static;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50em;
}

.abstract {
	display: block;
	letter-spacing: 1pt;
	font-size: small;
	/*	width: 100%;  */
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	color: rgba(255,255,0,1.00);
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 30px;
}

.goButton {
	padding-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.3em;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: rgba(170,170,170,1.00);
	border-radius: 5px;
	background-color: rgba(52,52,52,1.00);
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	letter-spacing: 1pt;
	font-size: small;
	border-color: rgba(255,0,4,1.00);
	border-width: thin;
	width: 30%;
	margin-top: 5px;
	max-width: 375px;
	cursor: pointer;
}

.goButton:hover {
	color: rgba(255,255,0,1.00);
	background-color: rgba(93,0,0,1.00);
	border-color: rgba(255,255,0,1.00);
}

.navigator .prev-stage,
.navigator .next-stage {
	margin-top: 30px;
	margin-right: 0;
	margin-left: -26px;
	margin-bottom: 0;
	padding: 0;
	position: absolute;
	top: 2px;
}

.navigator .prev-stage.inactive,
.navigator .next-stage.inactive {
    opacity: .2;
}

.navBox {
	border: thin solid rgba(250,250,0,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	border-radius: 15px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 5em;
}


/*----------CONTENTS PANEL---------*/


  #contentsButton {
	padding-top: 0.2em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.2em;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	color: rgba(170,170,170,1.00);
	border-radius: 5px;
	background-color: rgba(52,52,52,1.00);
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	letter-spacing: 1pt;
	font-size: small;
	border-color: rgba(255,0,4,1.00);
	border-width: thin;
	width: 30%;
	text-align: left;
	float: left;
	margin-top: 5px;
	max-width: 375px;
	cursor: pointer;
  }
  #contentsButton:hover {
	color: rgba(255,255,0,1.00);
	background-color: rgba(93,0,0,1.00);
	border-color: rgba(255,255,0,1.00);
  }
  #contentsMenu {
	width: 27%;
	height: auto;
	padding-top: 0.4em;
	padding-right: 0.4em;
	padding-left: 1em;
	padding-bottom: 0.4em;
	float: left;
	background-color: rgba(50,50,50,1.00);
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	top: 0px;
	left: 0px;
	display: none;
	max-width: 350px;
	text-align: left;
	margin-bottom: 5em;
  }
#contentsMenu ol {
	font-size: small;
	text-align: left;
	list-style-position: outside;
}


/*----------MAIN PRODUCTS---------*/


.mainContent {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	padding-left: auto;
	padding-right: auto;
	overflow: auto;
	color: rgba(146,146,146,1.00);
	margin-top: 2%;
	margin-bottom: 2%;
}
/* Each product Information */
.mainContent .productInfo {
	float: left;
	padding-left: 5%;
	padding-right: 5%;
	width: 23%;
	margin-bottom: 5%;
	position: relative;
	height: 18em;
	min-width: 9em;
}
/* Content holder for products */
.mainContent .productInfo .productContent {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	position: absolute;
	bottom: 25%;
	width: 69%;
}
/* Prices of products */
.mainContent .productInfo .price {
	position: absolute;
	font-size: 20px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: rgba(146,146,146,1.00);
	white-space: pre-wrap;
	bottom: 15%;
	width: 69%;
}
/* Buy button for products */
.mainContent .productInfo .buyButton {
	position: absolute;
	width: 69%;
	background-color: rgba(60,60,60,1.00);
	height: auto;
	color: rgba(190,190,190,1.00);
	border: thin outset rgba(250,0,0,1.00);
	font-size: small;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	letter-spacing: 1pt;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: inline-block;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	/* [disabled]margin-top: -25px; */
	bottom: 10%;
	left: 10%;
	padding-left: 0px;
	margin-left: 5%;
}
.mainContent .productInfo .buyButton:hover {
	color: rgba(255,255,0,1.00);
	background-color: rgba(90,0,1,1.00);
	border-color: rgba(8,213,0,1.00);
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(70,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(70,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(70,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(70,0,0,1.00) 100%);
}
.mainContent .productInfo a:hover {
	background-color: rgba(130,0,2,1.00);
}
/* Product images in catalog */
.mainContent .productInfo div img {
	max-width: 50%;
	margin-bottom: 5%;
	min-width: 20%;
}


/*  -----   USER BRAND PROFILE   -----  */


#brandProfileHead {
	font-family: 'Montserrat', sans-serif;
	clear: both;
	background-color: rgba(120,0,2,1.00);
	color: rgba(255,255,0,1.00);
	padding-left: 18%;
	padding-top: 57px;
	padding-bottom: 57px;
	text-shadow: 2px 2px 2px #010101;
	text-align: left;
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(120,0,2,1.00) 100%);
	letter-spacing: 2pt;
}

.brandProfAccordion {
	width: 60%;
	margin-left: 7%;
	float: left;
	text-align: left;
}


/*---------------------*/


.jcarousel ul li a {
	font-size: medium;
}
.centrecell ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 0px;
}


/*----obsolete-----NAVIGATION BAR--------


.selectBar {
	color: rgba(255,255,0,1.00);
	font-size: medium;
	text-align: center;
	letter-spacing: 1pt;
	word-spacing: 1em;
	text-shadow: 1px 1px 2px rgba(0,0,0,1.00);
	width: 100%;
	position: relative;
	display: block;
}
.jcarousel {
	position: relative;
	overflow: hidden;
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.jcarousel ul {
	width: 2400%;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}
.jcarousel li {
	float: left;
	color: rgba(255,255,0,1.00);
	position: static;
	width: 2em;
	margin-right: 1em;
	display: inline-block;
	height: 2em;
	margin-top: 8px;
}
.jcarousel-control-prev, .jcarousel-control-next {
	width: 10%;
	position: static;
}


/*----obsolete------ABSTRACT NAVIGATOR---------


.outline_description {
	align-content: center;
	margin-top: 1em;
	margin-bottom: 5em;
}

#centrecell-wrap {
	position: relative;
	width: 50%;
	height: auto;
	margin: auto;
	top: 0px;
	left: auto;
	right: auto;
	bottom: auto;
}

.centrecell {
	position: relative;
	width: 100%;
	height: 65px;
}

.centrecell div {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.next, .prev {
	position: absolute;
	cursor: pointer;
	top: 5%;
}

.next {
	right: -30%;
}

.prev {
	left: -30%;
}
#mainWrapper .brandProfileTabs #tabsHead {
	color: rgba(170,170,170,1.00);
	font-family: montserrat;
	font-style: normal;
	font-weight: 400;
	font-size: small;
	padding-left: 1em;
	letter-spacing: 2pt;
}



/* ------------RESPONSIVE------------- */


@media screen and (max-width:1100px) {

.StageContainer {
	height: 33em;
}
.selectContainer {
	height: 5em;
}
.navContainer {
	height: 25em;
}
.navigator .carousel-stage {
	height: 11em;
	max-width: 36em;
}
.navigator .carousel-stage li {
	width: 36em;
}
.abstract {
	padding-left: 32px;
	padding-right: 32px;
}
articles2 {
	padding-bottom: 25%;
}
}


/* Media query for tablets */
@media screen and (max-width:740px) {
#name {
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	width: auto;
	text-align: left;
	color: rgba(255,255,0,1.00);
	background-color: rgba(190,190,190,0.00);
	font-size: large;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: 1pt;
}
/* Links in header */
header #headerLinks a {
	text-align: right;
}
/* Offer- Text banner */
#mainWrapper #offer {
	padding-left: 110px;
}

/* offer banners content */
#mainWrapper #offer p {
	font-size: medium;
}
/* main content region of page */
.StageContainer {
	height: 25em;
}
.selectContainer {
	height: 4em;
}
.textfield {
	width: 90%;
}
#contentsButton {
	width: 37%;
	max-width: 350px;
}
#contentsMenu {
	width: 33%;
}
#contentsMenu ol {
	margin-left: -12px;
}
.mainContent {
	margin-top: 5%;
	position: relative;
	top: -10px;
	width: 100%;
	overflow: auto;
	/* [disabled]float: none; */
	padding-top: 2%;
}
.mainContent .productInfo {
	margin-left: 10px;
	margin-right: -30px;
	height: 17em;
	min-width: 20%;
	width: 24%;
}
.mainContent .productInfo div img {
	max-width: 50%;
	margin-bottom: 5%;
	min-width: 20%;
}
/* Prices of products in catalog view */
.mainContent .productInfo .price {
	font-size: 16pt;
	/* [disabled]margin-top: -4pt; */
	bottom: 28%;
	margin-left: 2px;
}
/* Content holders in catalog view */
.mainContent .productInfo .productContent {
	font-size: 16px;
	bottom: 40%;
}
/* Buy buttons in catalog view */
.mainContent .productInfo .buyButton {
	font-size: 14px;
	bottom: 20%;
	width: 60%;
	margin-left: 11%;
	margin-right: 0%;
}
.navContainer {
	height: 35em;
}
.navigator .carousel-stage {
	height: 18em;
	max-width: 22em;
}
.navigator .carousel-stage li {
	width: 22em;
}
.abstract {
	padding-left: 50px;
	padding-right: 50px;
}

/*  USER BRAND PROFILE  */
.brandProfAccordion {
	width: 58%;
	margin-left: 4%;
}


}


/*media query for small screen devices */
@media screen and (max-width:520px) {
/*Offer - Text Banner */
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
}
/* Main content */
.StageContainer {
	height: 18em;
}
#contentsButton {
	width: 45%;
}
#contentsMenu {
	width: 40%;
}
#contentsMenu ol {
	margin-left: -20px;
}

.navContainer {
	height: 35em;
}
.navigator .carousel-stage {
	height: 28em;
	max-width: 12em;
}
.navigator .carousel-stage li {
	width: 10em;
	margin-left: 1em;
	margin-right: 1em;
}
.abstract {
	padding-left: 0px;
	padding-right: 0px;
}

#mainwrapper .mainContent {
	margin-top: -81px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
}
/* Each product in catalog view */
.mainContent .productInfo {
	width: 40%;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	/* [disabled]margin-left: 5%; */
	/* [disabled]margin-right: 5%; */
	height: 17em;
	position: relative;
}
.mainContent .productInfo .price {
	font-size: 16pt;
	/* [disabled]margin-top: -4pt; */
	bottom: 28%;
	margin-left: 4%;
}
/* Content holders in catalog view */
.mainContent .productInfo .productContent {
	font-size: 16px;
	bottom: 40%;
	margin-left: 4%;
}
.mainContent .productInfo .buyButton {
	font-size: 14px;
	bottom: 15%;
}

/*  USER BRAND PROFILE  */
.brandProfAccordion {
	width: 50%;
	margin-left: 2%;
}

}


/*  TAROT ANSWER "CROSSROADS" CONFIGURATION  */
.articles1 {
	padding-left: 5%;
    padding-right: 5%;
    padding-top: 0em;
	padding-bottom: 0em;
    margin-top: 2em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
    width:auto;
    font-size: 1em;
	text-align:center;
	color:rgba(255,255,0,1.00);
}
.articles2 {
	padding-left: 5%;
    padding-right: 5%;
    padding-top: 0em;
	padding-bottom: 0%;
    margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	margin-right: 0em;
    text-align: center;
    width: auto;
    font-size: 1em;
	color: rgba(255,255,0,1.00);
	display: inline-block;
}
.galBox {
	float: center;
	width: 40%;
	height: inherit;
	margin: auto;
	text-align:center;
	color:rgba(255,255,0,1.00);
	
}
.galBox2 {
	float: left;
	width: 40%;
	height: inherit;
	margin: auto;	
}
.galBox3 {	
	float: right;
	width: 40%;
	height: inherit;
	margin: auto;
}

