
/* STYLES TO MATCH CKEDITOR ******************************** */

h1, h2, h3, h4, p, table, tr, td, ul, ol, li {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
}

h1 {
	font-size:26px;
	margin: 10px 0px;
	color:#00bbb3;
}
h2 {
	font-size:18px;
	margin: 10px 0px;
}
h3 {
	font-size:18px;
	margin: 10px 0px;
}
h4 {
	font-size:16px;
	margin: 10px 0px;
}
p {
	font-size:14px;
	margin: 0px 0px 10px 0px;
}

ul, ol {
	font-size:14px;	
	padding-left:40px;
}

td, th {
  padding: 6px 10px;
}
th {
	background:none;
	text-align:left;
    border-bottom: 2px solid #00bbb3;
}

table {margin-top:20px; border-top:solid 1px #00bbb3;}
tr:nth-child(odd) {
	background-color:#e8e6e6;
	border-bottom:solid 1px #00bbb3;
	position: relative;
	}
tr:nth-child(odd):hover {
	background-color:#c5e7e4;
	}
tr:nth-child(even) {
    background-color:#F8F8F8;
	border-bottom:solid 1px #00bbb3;
	position: relative;
}
tr:nth-child(even):hover {
	background-color:#c5e7e4;
	}
.row_hover_outer {display: inline; position: relative; margin: 0;}
.row_hover_hide {float: left; position: absolute; top: -4px; left: 5px; padding: 1px 0 0 0; width: 24px; height: 24px; border: solid 2px #666666; border-radius: 12px; background-color: #00bbb3; text-align: center; font-weight: bold; font-size: 14px; color: #ffffff;}
.row_hover_hide:hover {opacity: 0;}
.row_hover_desc {float: left; width: 20px; height: 20px; position: absolute; top: -4px; left: 5px; opacity: 0; padding: 15px 15px 15px 15px; background-color:#ffffff; border: solid 2px #cccccc; border-radius: 12px; z-index: 555; overflow: hidden; box-shadow: -4px 4px 8px #666666; }
.row_hover_desc:hover {opacity: 1.0; width: 300px; height: auto; }
.applications_table td {
	vertical-align:top;
	padding:15px;
}
.m-only-vis { visibility: hidden; }


/* FIXES *********************************************** */

.clear:after {
  content: ' ';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
 
.clear {
  display: inline-block;
  clear: both;
  width:100%;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
}

/* STRUCTURAL ELEMENTS *********************************** */

body {
	background: #eee;
	color: #455560;
	overflow-x:hidden;
}
a {	color: #455560;}
a:hover { color: #00bbb3;}
/* Sets the size for all inner elements, to change individual inner, create e.g. header.inner, footer.inner */ 
.inner {
	min-height: 40px;
	width: 100%;
	max-width: 1200px;
	padding:25px 40px;
	margin: auto;
	transition: 0.3s;
	background-color:#ffffff;
}

header {
	float:left;
	width: 100%;
	background:#000000;
}
header .inner {
	padding:0px;
	background:none;
}
/* Add the class to your logo image with either float left/right or margin: auto */
.logo {
	display: block;
	max-width: 250px;
	max-height: 100px;
	float: left;
	padding:15px 40px 15px 15px;
}

.featured {
	display:none;
	position: relative;
	width: 100%;
	clear: both;
}

.content {
	width: 100%;
	clear:both;
}

footer {
	width: 100%;
	text-align:center;
	clear: both;
}
footer p { padding-top:20px; border-top:solid 1px #00bbb3;}


/* LAYOUT ELEMENTS *********************************************** */

.w20_left {
	width: 20%;	
	float: left;	
}

.w30_left {
	width: 30%;	
	float: left;	
}

.w40_left {
	width: 40%;	
	float: left;	
}

.w45_left {
	width: 45%;	
	float: left;	
}

.w50_left {
	width: 50%;
	float: left;	
}

.w60_left {
	width: 60%;	
}

.w70_left {
	width: 70%;	
	float: left;	
}

.w80_left {
	width: 80%;	
}

.w100_left {
	width: 100%;	
	float: left;
}

.w20_right {
	width: 20%;	
	float: right;	
}

.w30_right {
	width: 30%;	
	float: right;	
}

.w40_right {
	width: 40%;	
	float: right;	
}

.w45_right {
	width: 45%;	
	float: right;	
}

.w50_right {
	width: 50%;
	float: right;	
}

.w60_right {
	width: 60%;	
	float:right;
}

.w70_right {
	width: 70%;	
	float: right;	
}

.w80_right {
	width: 80%;	
	float: right;
}

.w100_right {
	width: 100%;	
	float: right;
}

.w20_inline {
	width: 20%;	
	display: inline-block;
	vertical-align: top;
}

.w30_inline {
	width: 30%;	
	display: inline-block;
	vertical-align: top;
}

.w40_inline {
	width: 40%;	
	display: inline-block;
	vertical-align: top;
}

.w45_inline {
	width: 45%;	
	display: inline-block;
	vertical-align: top;
}

.w50_inline {
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.w60_inline {
	width: 60%;	
	display: inline-block;
	vertical-align: top;
}

.w70-inline {
	width: 70%;	
	display: inline-block;
	vertical-align: top;
}

.w80_inline {
	width: 80%;	
	display: inline-block;
	vertical-align: top;
}

.w100_inline {
	width: 100%;	
	display: inline-block;
	vertical-align: top;
}

/* FORM ELEMENTS ******************************************* */

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=color],
input[type=date],
input[type=datetime],
input[type=url],
input[type=number],
textarea {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ffffff;
	border: 1px solid #d5d5d5;
	text-align: left;
	outline: none;
	color: #5d5d5d;
}

select::-ms-expand {
    display: none !important;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 11px 10px;
	line-height: 1em;
	border: 1px solid #cccccc;
	-moz-border-radius: 2px; 
	-ms-border-radius: 2px; 
	-o-border-radius: 2px; 
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	background: #FFF url(../png/arrow_dd-3.png);
	background-repeat: no-repeat;
	background-position: 97% 11px;
	color:#5d5d5d;
}

.button {
	margin: 5px 5px;
	margin-right: 5px;
    min-width: 190px;
	padding: 10px 20px;
	text-decoration: none;
	display: block;
	float:left;
	text-align: center;
	color: black; /* EDIT TEXT COLOUR */
	background: #e5e5e5; /* EDIT COLOUR */
	transition:0.3s;  /* EDIT TRANSITION TIME */

}

.button:hover {
	opacity:0.7;
}
.placeholder {
	color: #c7cbd0;
}


/* ---VVV--- REGISTRATION FORM - From iNARTE CSS*/

#button {
    border-radius: 10px;
    font-family: "lato", Verdana, sans-serif;
    font-size: 11pt;
    background-color: #00bbb3;
    color: white !important;
    text-decoration: none !important;
	text-transform:uppercase;
    padding: 20px 40px;
	float:left;
}
#button:hover {
    opacity: 0.8;
}
.button_invoices {padding: 7px 12px !important; margin-right:10px;}
.button_applications {padding: 5px 12px !important; width:100%; text-align:center;}
.button_searchreg { padding: 3px 8px !important;}

.login_form_wrapper {
    width: 50%;
    float: left;
	margin-top: 20px;
}
.login_form_wrapper input {
    width: 100%;
    margin-bottom: 11px;
    padding: 10px;
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
}
.login_form_wrapper textarea {
    width: 100%;
    margin-bottom: 11px;
    padding: 10px;
    background-color: #f2f2f2;
    border: 1px solid #e8e8e8;
	min-height: 150px;
}
.login_form_wrapper button {
    margin-top: 10px;
}

.login_form_wrapper #w50 {
    width: 49%;
    float: left;
}
.login_form_wrapper #w50:nth-child(even) {
    float: right;
}
.login_form_wrapper #w35 {
    float: left;
    width: 31%;
    margin-right: 12px;
}
.login_form_wrapper #w35:nth-child(3n) {
    float: right !important;
    margin-right: 0px;
}
.login_form_wrapper select {
    margin-bottom: 10px;
    height: 40px !important;
    float: left;
    border: 1px solid #e8e8e8;
    background-color: #f2f2f2;
}
.login_form_wrapper h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}
.login_form_wrapper p {
    padding: 0px;
}

#small_heading {
    font-size: 12pt;
    margin-bottom: 10px;
	color:#1b2e5a !important;
	font-family: "Lora", Arial, Helvetica, sans-serif;
}
#details p {
    width: 50%;
    float: left;
    padding-bottom: 5px;
    padding-top: 10px;
}
#details p:nth-child(2) {
    float: right;
    width: 49%;
}
#details {
    margin-top: 0px;
}

/* LOGIN HOMe */
#home_links_wrapper .home_link {
    text-decoration: none !important;
    display: block;
    cursor: pointer;
    float: left;
	margin-top: 35px !important;
}
#home_links_wrapper .home_link h2 {
    padding-bottom: 2px;
    font-size: 17pt;
}
#home_links_wrapper .home_link img {
    width: 90px;
    height: 90px;
    float: left;
    margin-right: 25px;
}
.home_link #text_area {
    float: left;
    width: 75%;
}
#home_links_wrapper {
}

/*Certification*/
.cert_info_wrapper {
    width: 100%;
    float: left;
	margin-bottom: 50px;
}
.cert_info {
    float: left;
    width: 100%;
    background-color: #f2f2f2;
    border-top: 2px solid white;
	
	border-bottom:1px solid #7F7F7F;
}


.cert_info:hover {
    background-color: #e8e8e8;
}
.cert_info #button {
    float: left;
    margin-left: 7px;
    padding: 6px 15px;
    font-size: 9pt;
	text-align:center;
}
.cert_info p {
    float: left;
    vertical-align: middle;
    padding: 20px;
}
.cert_info #button_wrap {
    float: right;
    margin: 15px;
    margin-left: 0px;
}


/* PRE-LOADER *************************/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
/*.loader_gif {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background:url(../../../login/images/Preloader.gif) center top no-repeat #fff ;
	background-position: 50% 150px;
}*/
#gif_wrap.hide .loader_gif {
	display: none !important;
}

select::-ms-expand {
    display: none;
}

select {
	padding:10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../png/arrow_dd-3.png) no-repeat right;	
	background-position: 98% 11px;
}




#loading {
		width: 100%;
		height: 100%;
		position: fixed;
		background-color: rgba(22,22,22,0.85);
		z-index:99999;
	
	}
	
	#loading-img {
		color:#FFFFFF;
		margin: 0 auto;
		width:80%; 
		position:relative; 
		text-align:center;
		top: 40%;
		padding:30px; 
		text-align: center !important;
	}

	#loading-img img {
		text-align: center !important;
		margin: 0 auto;
	}
	
	#loading-img h1 {
		padding-bottom:10px;	
	}
	#loading-img p {
		padding-top:5px;
	}
	
	
	
	
.required {
	float:right;
	color:#C00003;
	width:2%;
}

.error {
    border: 1px solid #900002 !important;
	transition: border 0.5s ease;
}

.valid {
    border: 1px solid #087500 !important;
	transition: border 0.5s ease;
	background-image:url(../png/tick.png);
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:10px !important;
    background-origin: content-box;
}
.asterix {
	color:red;
	float:right;
	width:1%;
	padding-top:15px;
	
}
select {width:98%;}

.formerror {
	color:red;
	font-weight:bold;
	display:none;
}
.formerror label {
	border:none !important;
}
#progress {
	color:red;
	font-weight:bold;
	display:none;
	clear:both;
}
/* ---^^^--- REGISTRATION FORM - From iNARTE CSS*/



/* MENU ITEMS ***************************************************** */

/* nav is the menu container, float left/right or margin auto for a centered menu
to auto size menu items open /js/flexnav.js and set 'calcItemWidths': false on line 14 to true
 */
nav {
	position: relative;
	z-index: 999;
	float: left;
	margin-top:25px;
}

.flexnav {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: 50px auto auto auto;
  width: 100%;
  max-height: 0;

}

.flexnav.opacity {
	opacity: 0; 
}

.flexnav.flexnav-show {
	max-height: 2000px;
	opacity: 1;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out; 
}

.flexnav.one-page {
	position: fixed;
	top: 50px;
	right: 5%;
	max-width: 200px; 
}

.flexnav {
	padding: 0px;
	margin: 0px;	
}
.flexnav li {
	font-size: 15px;
	position: relative;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 999; 
	background: #000000;
}
/* modify to change the appearance of menu items */
.flexnav li a {
	position: relative;
	display: block;
	padding: .96em;
	z-index: 2;
	overflow: hidden;
	color: #ffffff;
	text-decoration: none; 
}

.flexnav li a:hover {
	background:#666666;
}
.flexnav li ul {
	width: 150px; /* change to modify with of dropdown menus */
	padding: 0px;
	margin: 0px;	
}

.flexnav li ul li {
	font-size: 100%;
	position: relative;
	overflow: hidden; 
}

.flexnav li ul.flexnav-show li {
	overflow: visible; 
}

.flexnav li ul li a {
	display: block;
	background: #333333; 
}

.flexnav ul li ul li a {
	background: #bfbfbc; 
}

.flexnav ul li ul li ul li a {
	background: #cbcbc9; 
}

.flexnav .touch-button {
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	background: #acaca1;
	background: rgba(0, 0, 0, 0.075);
	text-align: center; 
}

.flexnav .touch-button:hover {
	cursor: pointer; 
}

.flexnav .touch-button .navicon {
	position: relative;
	top: 1.4em;
	font-size: 12px;
	color: #666; 
}

.menu-button {
	position: relative;
	display: block;
	padding: 1em;
	background: #a6a6a2;
	color: #222222;
	cursor: pointer;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2); 
	width: 70px;
    height: 70px;
    float: right;
    margin: 20px;
	
	/* SELECT BACKGROUND IMAGE */
	background-image:url(../png/menu_icon.png);
	background-position: center;
	background-repeat: no-repeat !important;
}

/* EXTRA PLUGIN AREAS *******************************************/

/* BUTTON */
.button_rnd:hover {
    opacity: 0.8;
}
.button_rnd {
    margin: 5px 0px;
    margin-right: 5px;
    min-width: 190px;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
    float: left;
    text-align: center;
    color: black;
    background: #e5e5e5;
    transition: 0.3s;
    border-radius: 10px;
}


/* FADE */
.fade_80:hover {
    opacity: 0.8;
}
.fade_60:hover {
    opacity: 0.6;
}
.fade_40:hover {
    opacity: 0.4;
}
.fade_20:hover {
    opacity: 0.2;
}

/* DE-SATURATE */
.de_satur_100 {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}
.de_satur_80 {
    -webkit-filter: grayscale(80%);
    transition: 0.3s;
}
.de_satur_60 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}
.de_satur_40 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}

.de_satur_100:hover, .de_satur_80:hover, .de_satur_60:hover, .de_satur_40:hover {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}

/* RE-SATURATE */
.re_satur_100 {
    -webkit-filter: grayscale(0%);
    transition: 0.3s;
}
.re_satur_80 {
    -webkit-filter: grayscale(20%);
    transition: 0.3s;
}
.re_satur_60 {
    -webkit-filter: grayscale(40%);
    transition: 0.3s;
}
.re_satur_40 {
    -webkit-filter: grayscale(60%);
    transition: 0.3s;
}

.re_satur_100:hover, .re_satur_80:hover, .re_satur_60:hover, .re_satur_40:hover {
    -webkit-filter: grayscale(100%);
    transition: 0.3s;
}


/* HIDDEN SPAN ARROW */
.menu-button span {
    display: none !important;
}

.menu-button.one-page {
	position: fixed;
	top: 0;
	right: 5%;
	padding-right: 45px; 
}

.menu-button .touch-button {
	background: transparent;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center; 
}

.menu-button .touch-button .navicon {
	font-size: 16px;
	position: relative;
	top: 1em;
	color: #666; 
}

/* Testimonials ********************************** */

.testimonial {
    width: 50%;
    margin: auto;
}

.tst {
	border-bottom: solid 1px #CBCBCB;
	padding-bottom:20px;
}

.tst .tstdesc {
	font-size:18px;
	font-style: italic;
	padding:20px 0;
}

.tst .tstby {
	font-size:12px;
	padding-bottom:10px;
}

/* Gallery ********************************** */

.imggallery {
	float:left;
	width:25%;
}


/* PRODUCTS AND CATEGORIES ********************************** */

.cats {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	padding: 10px;
}

.pro_detail {
	width: 70%;
	margin: auto;
}

.detail_image,
.detail_info  {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

.detail_info input {
	width: 40px;
}

/* CART ***************************************************** */
.cart {
	width: 100%;
}

.cart .row,
.cart .row_heading {
	position: relative;
	width: 100%;
	border-bottom: 1px dashed #ccc;
}

.cart .noborder {
	border: none;
}

.cart .image {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .name {
	display: inline-block;
	width: 40%;
	padding: 5px;
	vertical-align: middle;
}

.cart .desc {
	display: inline-block;
	width: 100%;
	padding: 5px;
	vertical-align: middle;
}

.cart .quantity {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .price {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .item_total {
	display: inline-block;
	width: 12%;
	padding: 5px;
	vertical-align: middle;
}

.cart .remove {
	display: inline-block;
	width: 5%;
	padding: 5px;
	vertical-align: middle;
}

.cart .totals,
.cart .totals_title {
	display: inline-block;
	width: 12%;
	padding: 10px 0px;
	text-align: left;
}

.cart .button_left {
	margin: 20px 20px 0px 0px;
	float: left;
}

.cart .button_right {
	margin: 20px 0px 0px 0px;
	float: right;
}

.cart .spacer,
.cart .postage {
	display: inline-block;
	width: 64%;
	margin-left: 10px;
}

.post_col {
	padding-top: 15px;
	float: left;
}

.post_col button {
	margin-left: 20px;
}

.postage_range {
	display: none;
}


.schemebutton-home {
	width:30%; float:left; height:70px; margin:1%; /*margin-left:1.5%; margin-bottom:1.5%;*/ padding:26px 6px; border-radius:6px; background-color: #e8e6e6; text-decoration:none; text-transform:uppercase; /*box-shadow:-5px 5px 5px #eeeeee;*/
}
.schemebutton-home:hover {
	background-color: #696969; color: #FFFFFF;	
}
.schemebutton-home img {
	width:50px; float:left; margin:-16px 15px 0 5px; border-radius:30px;
}

.schemebutton {
	width:30%; float:left; height:70px; margin:1%; /*margin-left:1.5%; margin-bottom:1.5%;*/ padding:26px 20px 0 20px; border-radius:6px; background-color: #e8e6e6; text-decoration:none; text-transform:uppercase; text-align:center; /*box-shadow:-5px 5px 5px #eeeeee;*/
}
.schemebutton2 { padding-top:16px; }

.schemebutton:hover {
	background-color: #696969; color: #FFFFFF;	
}

.breadcrumb {
background-color: #eeeeee; border-radius:4px; padding:6px 12px; width:100%; color:#ADADAD; font-size: 12px; margin-bottom:20px;
}
.breadcrumb a {
color:#ADADAD;
}
.breadcrumb a:hover {
color:#888888;
}
.gradebutton {
	width:100%; float:left; height:70px; margin:0 0 1.5% 0; padding:26px 10px; border-radius:6px; background-color: #e8e6e6;	 text-decoration:none; text-transform:uppercase; text-align:center; position: relative;
}
.gradebutton:hover {
	background-color: #696969; color: #FFFFFF;	
}
.gradebutton_hover {
	opacity: 0; width:100%; height:70px; margin:0 0 1.5% 0; padding:26px 10px; border-radius:6px; background-color: #e8e6e6;	 text-decoration:none; text-transform:uppercase; text-align:center; position: absolute; top: 0; left: 0; z-index: 9999;
}
.gradebutton_hover:hover {
	opacity: 1.0; background-color: #696969; color: #FFFFFF;	
}

.fieldleft {
	width:48%; 
	float:left;	
}
.fieldright {
	width:48%; 
	float:left; 
	margin-left:2%;
}
.fieldfull {
	width:98%; 
	float:left;	
}
.fielddisabled {		
}

.panel_half_left {
	float:left;
	width:48%;
	margin:15px 0 0 0;
	padding:10px 30px 30px 30px;
	background-color:#eeeeee;
	border-radius:12px;
}
.panel_half_right {
	float:right;
}
#panel_half_button {
    float: left;
	width:100%;
    border-radius: 10px;
    font-family: "lato", Verdana, sans-serif;
    font-size: 11pt;
    background-color: #00bbb3;
    color: white !important;
    text-decoration: none !important;
	text-transform:uppercase;
	text-align:center;
    padding: 20px 20px;
	margin:20px 0 0 0;
}
#panel_half_button:hover {
    opacity: 0.8;
}

ul.tabs {
			margin: 0px;
			padding: 0px;
			list-style: none;
			background-color: #e8e6e6;
		}
		ul.tabs li{
			float:left;
			background-color: #e8e6e6;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			margin:0;
			border: 1px solid #ddd;
			cursor: pointer;
		}
		ul.tabs li:hover { opacity:0.8;}
		ul.tabs li.current{
			background: #00bbb3;
			border: 1px solid #00bbb3;
			color: #ffffff;
		}

		.tab-content{
			display: none;
			background: #ededed;
			padding: 15px;
		}

		.tab-content.current{
			clear:both;
			float:left;
			width: 100%;
			display: inherit;
			border: 1px solid #ddd;
			background:#ffffff;
		}


/*----- Accordion -----*/


.feeling .accordion {border: 1px solid #00aeef;}
.crisis .accordion {border: 1px solid #2a2a86;}
.service .accordion {border: 1px solid #8ac53f;}
.network .accordion {border: 1px solid #46a748;}
.news .accordion {border: 1px solid #e8e8e8;}
.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box; 
    box-sizing:border-box;
} 
.accordion {
    overflow: hidden;
    border: 1px solid #dddddd;
    width: 100%;
    margin-bottom: 5px;
	padding:9px 12px 8px 12px;
    float: left;
	border-radius:6px; background-color: #e8e6e6; 
}
.accordion a {
	text-decoration:none;
	
}
	/*----- Section Content -----*/
.accordion-section-content {
    padding:15px;
	padding-top:5px;
	margin-top:8px;
	background-color:#ffffff;
    display:none;
	border-bottom:solid 5px #e8e6e6;
}
.accordion-section-content a {
	text-decoration:underline;
	color:#33c9c2;
}
.accordion-section-content ul li {
    margin: 0px;
    line-height: 19px;
    font-size: 15.5px !important;
    padding: 0px;
    margin-bottom: 4px;
}
.accordion-section-content ul {
    margin-bottom: 18px;
}
.accordion-section-title { width:100%; background-image:url(../png/arrow_plus.png); background-position:left; background-repeat:no-repeat; padding-left:28px;}
.active { background-image:url(../png/arrow_minus.png); }

/* UPLOAD PAGE */

.form-group {
	float: left;
    width: 100%;
    margin: 15px 0 15px 0;
    padding: 30px 30px 30px 30px;
    background-color: #eeeeee;
    border-radius: 12px;
}
.panel-footer {
	float: right;
    width: 48%;
    margin: 0;
    padding: 0px 0px 0px 0px;
	line-height: 25px;
}