@CHARSET "UTF-8";
.accordion:first-child {
   /* margin-top: 10px;*/
}
.accordion {
	margin: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #000 !important;
	cursor:pointer;
	padding-top: 20px;
	padding-right: 2px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size:14px;
}
.accordion:hover {
    color: #5c8b99 !important;
}
.small{
	font-size:12px;
	font-weight: bold;
	color: #4b2103;
}

.accordion .opnclsspan {
    display:block;
    float:right;
    padding:5px; 
    width:30px;	 
    /*background-size: 15px 10px;*/
    white-space: nowrap !important;
    margin-top:5px;
}

.accordion .seccount {
    display:block;
    float:right;
    padding:0px; 
	width:30px;
    white-space: nowrap !important;
    text-align:right;
	font-family: Poppins;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	text-decoration:none;
	color: #333 !important;
	cursor:pointer;
	background:none !important;

}
.accordion .seccount:hover {
    color: #5c8b99 !important;
}
.accordion-close1 span {
    display:block;
    float:right;
    /*background:url(downarrow.png) center center no-repeat;*/
	background-size: 15px 10px;
    padding:10px;
	width:50px;
}

.accordion-close span {
    display:block;
    float:right; 
    padding:7px; 
	width:50px;	 
   /* background:url(downarrow.png) center center no-repeat;*/
	background-size: 15px 10px;
}

.accordion-open .opnclsspan {
    background:url(/icons/castawaycafedemo1/images/arrow_right.svg) center center no-repeat;
   	transform:rotate(-180deg); 
    -webkit-transform:rotate(-180deg); 
    -moz-transform:rotate(-180deg); 
    -o-transform:rotate(-180deg); 
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion-close .opnclsspan {
   background:url(/icons/castawaycafedemo1/images/arrow_right.svg) center center no-repeat;
     -webkit-transform:rotate(0deg);
   -moz-transform:rotate(0deg);
   -ms-transform:rotate(0deg);
   -o-transform:rotate(0deg);
   transform:rotate(0deg);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}


div.contentacco {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	background-color: #f8f8f8 !important;
}
div.contentacco ul, div.content p {
    padding:0;
    margin:0;
    padding:0px;
}
div.contentacco ul li {
    list-style-position:inside;
    line-height:25px;
	list-style-type: none;
}
div.contentacco ul li a {
    color:#555555;
}
code {
    overflow:auto;
}
