body {
	overflow-x: hidden;
}

/** ACCORDION *******************************/
.details {
    font-size: 1.7em;
    border: 1px solid #255680;
    padding: 0.3em 0.4em;
    margin-top: 5%;
    color: #333;
}
.info h5 {
	font-weight: 400;
}
.info a:focus, .info a:hover  {
	text-decoration: none;
	color: #255680;
}
.info a  {
	font-size: 16px;
    line-height: 1.8em;
}
.sharenet-img {
	padding-left: 4%;
}
.accordion {
	background-image: url('../img/sharenet-cfds-bg2.jpg');
	background-size: cover;
	background-attachment: fixed;
	/*background: #1F1F1F;*/
}
@media (max-width: 1292px) {
	.page-contact h1 {
		text-align: left !important;
	}
}
@media (max-width: 992px) {
	
}
@media (max-width: 770px) {
	.page-contact h1 {
	    text-align: left !important;
	    padding-left: 5%;
	}
	.info.p-4 {
    		padding: 0 !important;
	}
	.info h5 {
	    font-weight: 400;
	    padding-top: 5%;
	}
	.sharenet-img {
	    padding-left: 2%;
	    padding-bottom: 5%;
	}
	.pb-5, .py-5 {
	    padding-bottom: 3rem !important;
	    padding: 3rem 0;
	}
}
.accordion-xs .box {
	color: #fff;
	text-align: center;
	position: relative;
	transition: all 0.6s ease;
  	transform-style: preserve-3d;
  	cursor: pointer;
  	background: rgba(0,0,0,0.85);
}

.accordion-xs div[class*="col-"] .box:last-child {
	background: rgba(255,255,255,0.85);
	color: #000
}

.accordion-xs h2 {
	font-size: 1.4em;
}

.accordion-xs h3 {
	font-size: 1em;
	font-weight: normal;
}

.accordion-xs p {
	font-size: 0.8em;
}

.accordion-xs .box .title {
	padding: 1em 1.5em;
}

.accordion-xs .box .content {
	height: 0px;
	transition: height .3s, padding .1s;
	text-align: justify;
	overflow: hidden;
}

.accordion-xs .box .content.active {
	height: auto;
	padding: 1em 1.5em;
}

/** FEE BREAKDOWN ***************************/

.fee-breakdown {
	background-image: url('../img/sharenet-cfds-bg2.jpg');
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.fee-breakdown span {
	font-size: 1.4em;
}

/** TRADER BOXES ****************************/

.trader-box {
	height: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.trader-box-header {
	background: #333;
	color: #fff;
	padding: 3em 2em 1em;
}

.trader-box-header:after {
	content: "";
	background: linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.0));
	position: absolute;
	top: -5em;
	left: 30%;
	width: 30%;
	height: 100%;
	transform: rotate(-10deg);
}

.trader-box-body {
	background: url('../img/boxbg.jpg');
	padding: 2em;
}

/** SHARE CFDS ******************************/

.page-share-cfds li {
	margin-bottom: 1em;
}

/** INDEX CFDS ******************************/

.page-index-cfds li {
	margin-bottom: 1em;
}


/** FAQS ************************************/

.faq-heading {
	font-size: 1.4em;
	padding: 0.5em 0.5em;
	position: relative;
}

.faq-item {
	border-bottom: 1px solid #ccc;
	
	cursor: pointer;
}

.faq-item:hover {
	background: #f8f8f8;
}

.toggle-faq {
	position: absolute;
	right: 0.5em;
	top: 50%;
	transform: translateY(-50%);
}

.faq-text {
	display: none;
}

.faq-text.active {
	display: block;
	padding: 2em;
}


/** LOGIN BOX *******************************/

.login {
	padding: 1em;
	position: relative;
	border: 1px solid #999;
}

.login img {
	width: 70%;
}

.login h4 {
	font-size: 1.2em;
}

.login .message {
	color: red; 
	font-size: 0.9em;
}


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
	background-color: rgba(255,255,255,1) !important;
}

.login small a {
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
}

.login small a:hover {
	text-decoration: none;
	color: #ED1941;
}


/** MEDIA QUERIES ***************************/

/* XS */
@media screen and (max-width: 320px) {
	
}	

/* SM ***/
@media screen and (min-width: 576px) {


}

/* MD ***/
@media screen and (min-width: 768px) {


}

/* LG ***/
@media screen and (min-width: 992px) {


	.main-menu nav.full .nav-link {
		padding-left: 1.2em;
		padding-right: 1.2em;
	}

	/** ACCORDION *******************************/

	.accordion-lg section {
		overflow: hidden;
	}

	.accordion-lg .box {
		height: 100%;
		color: #fff;
		text-align: center;
		position: relative;
		transition: all 0.6s ease;
	  	transform-style: preserve-3d;
	  	cursor: pointer;
	  	transition: transform .3s;
	}

	.accordion-lg h2 {
		font-size: 1.4em;
	}

	.accordion-lg h3 {
		font-size: 1em;
		font-weight: normal;
	}

	.accordion-lg p {
		font-size: 0.8em;
	}

	.accordion-lg .title .block-content {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}


	.accordion-lg .box .title,
	.accordion-lg .box .content {
		background: rgba(0,0,0,0.85);
		padding: 0 1.5em;
	}

	.accordion-lg div[class*="col-"]:nth-child(even) .box:first-child .title,
	.accordion-lg div[class*="col-"]:nth-child(even) .box:first-child .content,
	.accordion-lg div[class*="col-"]:nth-child(odd) .box:last-child .title,
	.accordion-lg div[class*="col-"]:nth-child(odd) .box:last-child .content {
		background: rgba(255,255,255,0.85);
		color: #000;
	}

	.accordion-lg .box .title, .accordion-lg .box .content {
		height: 100%;
		overflow: hidden;
	}

	.accordion-lg .box .title {
		opacity: 1;
		transition: opacity .3s;
	}

	.accordion-lg .box .content {
		height: 0%;
		transition: height .3s;
		text-align: justify;
	}

	.accordion-lg .box .content.active {
		height: 100%;
	}


	.accordion-lg .box.slide-down {
		transform: translateY(100%);
	}

	.accordion-lg .box.slide-up {
		transform: translateY(-100%);
	}

	.accordion-lg .box .title.hide {
		opacity: 0;
	}

}

/* XL ***/
@media screen and (min-width: 1200px) {
}