@charset "utf-8";

body {
	font-family: Arial, sans-serif, Verdana;
	color: #545454;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}



#container {
	width: 100%;
	height: 500px;
	background-color: white;
	margin: 0 auto;
}

/* header & nav */


.logo-header 
{	width: 200px; 
	height: 74px;
	padding: 10px 0px 0px 10px;
	background-color: none;
}

header{width:100%; display:table; background-color:#fde428; background-color: #ffffff;
	position: fixed; z-index: 3;}

nav{width:auto; float:right;}
nav ul{display:table; float:right; list-style:none;}
nav ul li{float:left;}
nav ul li:last-child{padding-right: 10px;}
nav ul li a{text-decoration: none; color:#545454; font-size:18px; padding: 25px 20px; display:inline-block; transition: all 0.5s ease 0s;}
nav ul li a:hover{color:#cccccc; transition: all 0.5s ease 0s;}

.toggle-menu ul{display:table; width:25px;}
.toggle-menu ul li{width:100%; height:3px; background-color:#002e5b; margin-bottom:4px;}
.toggle-menu ul li:last-child{margin-bottom:0px;}

input[type=checkbox], label{display:none;}


/* main image & copy*/

.image-index {
	width: 100%;
	height: 600px;
	padding: 90px 0px 0px 0px;
	background-image: url('../images/image-index.jpg');
	background-size: cover;
}

.section-index {
	background-color: none;
	width: 70%;
	height: 280px;
	color: #ffffff;
	position: relative;
	top: 70px;
	left: 50px;
}

.section-index h1 {
	color: #ffffff;
	width: 410px;
	font-family: Arial Regular, Arial, Verdana, sans-serif;
	font-size: 48px;
	letter-spacing: .03em;
	margin: 0;

}

.section-index h2 {
	color: #ffffff;
	font-family: Arial Regular, Arial, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: .03em;
	font-weight: normal;
	padding: 15px 0px 15px 0px;
	margin: 0px 0px 20px 0px;
}

.section-index a {
	color: #ffffff;
	background-color: #808080;
	padding: 18px 25px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .03em;

}

.section-index a:hover {
	background-color: #A9A9A9;

}

/* free consultation banner */

.banner-1 {
background-color: #ffffff;
width: 90%;
height: 180px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06), 0 10px 25px 0 rgba(0, 0, 0, 0.06);
margin: 0 auto;	
position: relative;
top: -70px;
padding: 20px 0px 10px 0px;
}

.banner-1-header {
	width: 380px;
	height: 50px;
	background-color: none;
	margin: 0 auto;
	display: block;
}

.banner-1-header h2, 
.banner-2-header h2, 
.banner-3-header h2, 
.banner-about-header h2 {
margin: 0;	
text-align: center;
position: relative;
top: -15px;
}

.blue-corner-l {
	width: 30px;
	height: 20px;
	border-top: 7px solid #4169E1;
	border-left: 7px solid #4169E1;
	
}

.blue-corner-r {
	width: 30px;
	height: 20px;
	border-right: 7px solid #4169E1;
	border-bottom: 7px solid #4169E1;
	position: relative;
top: -30px;
}

.blue-corner-float {
	float: right;
}

.banner-1-text {
	clear: both;
	width: 560px;
	margin: 0 auto;
	position: relative;
	top: -18px;
}

.banner-1-text p {
	background-color: none;
	text-align: justify;
	font-size: 17px;
	padding: 5px 0px 15px 0px;
}


.banner-1-text a {
	color: #ffffff;
	background-color: #808080;
	padding: 18px 25px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .03em;
	margin-left: 25%;
}

.banner-1-text a:hover {
	background-color: #A9A9A9;

}

/* welcome / about */

.section-about {
	background-color: #EEEEEE;
	width: 65%;
	height: 570px;
	float: left;
}

.image-about {
	background-color: none;
	width: 35%;
	height: 570px;
	float: left;
	background-image: url('../images/image-about.jpg');
	background-size: cover;
}

.section-about h2 {
	padding: 0px 5px 0px 52px;
	font-size: 24px;
	line-height: 1.3em;
}

.section-about h3 {
	padding: 0px 5px 0px 52px;
	font-size: 17px;
}

.section-about p {
	padding: 0px 5px 0px 52px;
	font-size: 15px;
	line-height: 1.4em;
}

.section-about-triangle {
	background-color: none;
	width: 0;
	height: 0px;
	border-top: 570px solid #EEEEEE;
    border-right: 150px solid transparent;
float: left;
	position: absolute;
	left: 65%;

}

.section-about-2 {
	background-color: #ffffff;
	height: 370px;
	position: relative;
	top: 100px;
	float: left;
	padding-bottom: 20px;
}

.section-about-2 p {
	background-color: #ffffff;
	font-size: 14px;
	line-height: 1.2em;
	padding: 0px 50px 2px 50px;
}

.banner-about-header {
	width: 200px;
	height: 50px;
	background-color: #ffffff;
	position: relative;
	top: 10px;
	margin: 0 auto;
	display: block;
}

/* specialisation */

.banner-2 {
background-color: #ffffff;
width: 100%;
height: 80px;
padding: 20px 0px 10px 0px;
clear: both;
}

.banner-2-header {
	width: 300px;
	height: 50px;
	background-color: #ffffff;
	margin: 0 auto;
	display: block;
}

.banner-2-text {
	clear: both;
	width: 60%;
	text-align: center;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
	top: -14px;
}

#section-spec {
	width: 100%;
	height: 350px;
	padding-top: 40px;
	background-color: #ffffff;
	clear: both;
}

.banner-services {
background-color: #ffffff;
width: 100%;
height: 80px;
position: relative;
top: 100px;
padding: 20px 0px 10px 0px;
clear: both;
}

.specialisation {
	width: 33.33%;
	height: 180px;
	background-color: none;
	float: left;
	position: relative;
	top: -28px;
}

.spec-icon {
	background-color: none;
	width: 15%;
	height: auto;
	float: left;
	padding: 16px 4px 0px 40px;
}
.spec-icon-2 {
	background-color: none;
	width: 15%;
	height: auto;
	float: left;
	padding: 20px 30px 0px 15px;
}

.spec-icon-3 {
	background-color: none;
	width: 15%;
	height: auto;
	float: left;
	padding: 20px 20px 0px 25px;
}

.spec-text {
	background-color: none;
	width: 71%;
	height: auto;
	float: left;
}

.spec-text h4 {
	font-size: 19px;
	margin: 15px 0px 0px 0px;
}

.spec-text p {
	line-height: 1.4em;
}

/* management team */

.section-team {
	background-color: #eeeeee;
	width: 100%;
	height: 400px;
	clear: both;
	padding-bottom: 50px;

}

.banner-3-header {
	width: 380px;
	height: 50px;
	background-color: none;
	margin: 0 auto;
	display: block;
	padding: 20px 0px 0px 0px;
}

.banner-3-text {
	clear: both;
	width: 300px;
	margin: 0 auto;
	position: relative;
	top: -18px;
	padding: 0px 0px 10px 30px;
	background-color: none;
}

.section-team-container {
	width: 900px;
	height: 200px;
	background-color: none;
	margin: 0 auto;
	
}

.section-team-1 {
	
	width: 380px;
	height: 130px;
	float: left;
	background-color: none;
	margin: 0px 3% 25px 1%;
	border: 10px solid #ffffff;
}

.section-team-2 {
	width: 380px;
	height: 130px;
	float: right;
	background-color: none;
	margin: 0px 1% 25px 3%;
	border: 10px solid #ffffff;
}

.section-team-1 h3,
.section-team-2 h3 {
	font-size: 20px;
	margin: 0;
	padding: 15px 0px 0px 15px;	
}

.section-team-1 h4,
.section-team-2 h4 {
	font-size: 14px;
	margin: 0;
	padding: 8px 0px 5px 15px;
	font-style: italic;
}

.section-team-1 p,
.section-team-2 p {
	font-size: 15px;
	margin: 0;
	padding: 6px 0px 0px 15px;
}

.section-team-3 {
	background-color: #EEEEEE;
	width: 100%;
	height: 400px;
	clear: both;
	padding-bottom: 50px;
	position: relative;
	top: -50px;

}

/* services */

.section-services {
	width: 100%;
	height: auto;
	position: relative;
	top: 60px;
	background-color: #ffffff;
}

.section-services ul {
	padding: 0px 50px 5px 50px;
}

.section-services li {
	padding: 10px 0px 5px 0px;
}

.section-services h2 {
	padding: 0px 50px 0px 50px;
}

.section-services p {
	padding: 0px 50px 0px 50px;
}

/* footer */

#footer {
	width: 100%;
clear: both;
	height: 220px;
	background-color: #1B3C9E;

}

.footer-sitemap {
	width: 70%;
	height: 160px;
	float: left;
	background-color: none;

}

.footer-sitemap h5, 
.footer-sitemap-2 h5, 
.footer-sitemap-3 h5 {
	color: #D3D3D3;
	font-size: 18px;
	padding: 0px 0px 0px 50px;
	margin-bottom: 0;
}

.footer-sitemap ul, 
.footer-sitemap-2 ul,
.footer-sitemap-3 ul {
background-color: none;
	list-style: none;
	margin: 0;
	padding: 6px 0px 0px 50px; 
}

.footer-sitemap li, 
.footer-sitemap-2 li,
.footer-sitemap-3 li {
	background-color: none;
	padding: 5px 0px 0px 0px;
}

.footer-sitemap li a, 
.footer-sitemap-2 li a, 
.footer-sitemap-3 li a {
	color: #ffffff;
	text-decoration: none;
}

.footer-sitemap li a:hover, 
.footer-sitemap-2 li a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-logo-area { 
	width: 300px;
	height: 180px;
	float: right;
	position: relative;
	left: 0px;
	background-color: none;
}

.logo-footer 
{	width: 200px;
	height: 74px;
	margin-left: 12%;
	padding: 15px 15px 15px 15px;
	background-color: #ffffff;
}

.footer-logo-area p,
.footer-logo-area-2 p, 
.footer-logo-area-3 p { 
	 padding: 2px 30px 0px 40px;
	 margin: 0;
	 font-size: 14px;
	 line-height: 1.4em;
	 color: #ffffff;
	 letter-spacing: .07em;
}

.footer-copyright {
	width: 100%;
	height: 30px;
	clear: both;
	background-color: none;
	padding: 10px 0px 0px 0px;
}

.footer-copyright p {
	color: #ffffff;
	font-size: 12px;
	padding: 0px 0px 0px 30px;
	letter-spacing: .07em;
}

.footer-copyright a {
	text-decoration: none;
	color: #ffffff;
}

.footer-sitemap-2 {
	width: 70%;
	height: 160px;
	float: left;
	background-color: none;
	position: relative;
	top: 30px;
}

.footer-logo-area-2 { 
	width: 300px;
	height: 180px;
	float: right;
	position: relative;
	left: 0px;
	top: 30px;
	background-color: none;
}

#footer-2 {
	width: 100%;
clear: both;
	height: 220px;
	position: relative;
	top: 80px;
	background-color: #1B3C9E;
}

.footer-sitemap-3 {
	width: 70%;
	height: 160px;
	float: left;

	background-color: none;

}

.footer-logo-area-3 { 
	width: 300px;
	height: 180px;
	float: right;
	position: relative;
	left: 0px;
	background-color: none;
}
/* Contact Form */

.form-1 {
	width: 430px;
	height: auto;
	padding: 20px 12px 10px 20px;
	font-size: 14px;
	margin: 0 auto;
	position: relative;
	top: 90px;
	background-color: #ffffff;

}

.form-1 label {
	display: block;
	margin: 0px 0px 15px 0px;
	background-color:  #ffffff;
}

.form-1 label>span {
	width: 100px;
	float: left;
	text-align: right;
	padding: 8px 8px 0px 0px;
	background-color:  #ffffff;
}

.form-1 legend {
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}

.form-1 input.input-field,
.form-1 .select-field {
	width: 60%;
}

.form-1 input.input-field,
.form-1 .textarea-field,
.form-1 .select-field {
	box-sizing: border-box;
	border: 1px solid #808080;
	padding: 7px;
	outline: none;
	background-color: #DCDCDC;
	color: #545454;

}

.form-1 .input-field:focus,
.form-1 .textarea-field:focus,
.form-1 .select-field:focus {
	border: 1px solid #635D45;
}

.form-1 .textarea-field {
	height: 100px;
	width: 60%;
}

.form-1 input[type=submit],
.form-1 input[type=button] {
	border: none;
	padding: 8px 15px 8px 15px;
	background: #808080;
	color: #fff;
	cursor: pointer;
}

.form-1 input[type=submit]:hover,
.form-1 input[type=button]:hover {
	background: #D3D3D3;
	color: #545454;
	cursor: pointer;
}

fieldset {
	border: 0;
}





/* Media Query =  */

@media only screen and (max-width: 992px) {
	
/* header & nav */

.logo-header 
{	width: 180px; 
	height: 66px;
	padding: 10px 0px 0px 10px;
	background-color: none;
}

header{padding:20px 0px;}

input[type=checkbox] {position: absolute; top: -9999px; left: -9999px; background:none;}
input[type=checkbox]:fous{background:none;}
label {float: right; padding: 5px 0px; display:inline-block; cursor:pointer; width: 100px; }
label ul {list-style: none;}
input[type=checkbox]:checked ~ nav {display:block;}

nav{display:none; position:absolute; right:0px; top:53px; background-color: #DCDCDC; padding:0px; z-index:99; }
nav ul{width:auto;}
nav ul li{float:none; padding:0px; width:100%; display:table; }
nav ul li a{color: #545454; font-size:15px; padding:10px 20px; display:block; border-bottom: 1px solid rgba(225,225,225,0.1);}


.section-index h1 {
	width: 410px;
	font-size: 40px;
}

/* main image & copy*/  
 
.section-index h1 {
	width: 350px;
	font-size: 36px;
}

/* free consultation banner */

.banner-1 {
background-color: #ffffff;
position: relative;
top: -150px;
}

.banner-1-header {
	width: 340px;

}

.banner-1-header h2, 
.banner-2-header h2, 
.banner-3-header h2, 
.banner-about-header h2 {
margin: 0;
font-size: 22px;	
text-align: center;
position: relative;
top: -15px;
}

.banner-1-text {
	width: 90%;
	background-color: none;
}

.banner-1-text p {
	font-size: 15px;
	padding: 0px 0px 10px 0px;
}



/* welcome / about */ 
  
  .section-about {
	position: relative;
	top: -90px;
	z-index: 2;
}

.section-about-triangle {
	top: 810px;
	left: 64%;
	z-index: 1;
}

.image-about {
	position: relative;
	top: -90px;
}

.section-about h2 {
	padding: 0px 0px 0px 38px;
	width: 350px;
	font-size: 16px;
	line-height: 1.1em;
}

.section-about h3 {
	padding: 0px 0px 0px 38px;
	font-size: 14px;
}

.section-about p {
	padding: 0px 0px 0px 38px;
	font-size: 11px;
	line-height: 1.2em;
}

.section-about-2 {
	height: 480px;
	padding-bottom: 40px;

}

.banner-about-header {
	width: 200px;
	height: 50px;
	background-color: #ffffff;
	position: relative;
	top: 20px;
	margin: 0 auto;
	display: block;
}

/* specialisation */

.banner-2 {

position: relative;
top: -70px;
padding: 0px 0px 0px 0px;
background-color: none;

}

#section-spec {
	width: 100%;
	height: 550px;
	background-color: #ffffff;
	padding-top: 0px;
		position: relative;
	top: -40px;

}

 
  .specialisation {
	width: 50%;
	height: 180px;
	background-color: none;
	float: left;
	position: relative;
	top: -10px;
	text-align: center;

}

.spec-icon {
	background-color: none;
	width: 50%;
	height: auto;
	float: left;
	padding: 10px 4px 0px 30px;

}
.spec-icon-2 {
	background-color: none;
	width: 50%;
	height: auto;
	float: left;
	padding: 20px 0px 10px 25px;
}

.spec-icon-3 {
	background-color: none;
	width: 50%;
	height: auto;
	float: left;
}

.spec-text {
	background-color: none;
	width: 90%;
	height: auto;
	float: left;
	text-align: left;
}

.spec-text h4 {
	font-size: 16px;
	margin: 10px 0px 0px 10px;
}

.spec-text p {
	font-size: 13px;
	line-height: 1.4em;
	margin: 5px 0px 0px 10px;
}

/* management team */

.section-team {
	height: 600px;
	padding-bottom: 40px;
	position: relative;
	top: -40px;

}

.section-team-container {
	width: 100%;
	height: 200px;
	background-color: none;
	margin: 0 auto;
	
}

.section-team-1 {
	clear: both;
	width: 360px;
	height: 130px;
	float: left;
	background-color: none;
	margin: 0px 3% 25px 10%;
	border: 10px solid #ffffff;
}

.section-team-2 {
	width: 360px;
	height: 130px;
	float: right;
	background-color: none;
	margin: 0px 5% 25px 3%;
	border: 10px solid #ffffff;
}

.section-team-3 {
	background-color: #eeeeee;
	width: 100%;
	height: 590px;
	clear: both;
	padding-bottom: 70px;

}

#section-spec-2 {
	width: 100%;
	height: 600px;
	background-color: #ffffff;
	padding-top: 0px;
		position: relative;
	top: 50px;

}

/* services */



/* footer */

#footer {
	height: 260px;
	background-color: #1B3C9E;

}

.footer-sitemap {
	width: 40%;
	height: 160px;
	float: left;
	background-color: none;
}

.footer-logo-area { 
	width: 50%;
	height: 180px;
	float: right;
	padding-right: 10px;
	background-color: none;
}

.logo-footer 
{	width: 180px;
	height: 66px;
	padding: 15px 15px 15px 5px;

}

.footer-logo-area p,
.footer-logo-area-2 p { 
	 padding: 2px 30px 0px 40px;
	 margin: 0;
	 font-size: 12px;
	 line-height: 1.3em;

}

.footer-copyright {
	width: 70%;
	padding: 30px 0px 0px 0px;
	height: 50px;
}

.footer-copyright p {

	font-size: 11px;
	padding: 0px 0px 0px 30px;

}

.footer-sitemap-2 {
	width: 40%;
	height: 160px;
	float: left;
	background-color: none;
	position: relative;
	top: 40px;
}

.footer-logo-area-2 { 
	width: 50%;
	height: 180px;
	float: right;
	position: relative;
	left: 0px;
	top: 40px;
	background-color: none;
}

#footer-2 {
	height: 260px;
}

.footer-sitemap-3 {
	width: 40%;
	height: 160px;
	float: left;

	background-color: none;

}

.footer-logo-area-3 { 
	width: 50%;
	height: 180px;
	float: right;
	position: relative;
	left: 0px;
	background-color: none;
}

/* contact */


.form-1 label {
	width: 70%;
	margin: 0 auto;
	float: left;
	clear: both;
}

.form-1 label>span {
	width: 100px;
	float: left;
	text-align: right;
	padding: 8px 8px 0px 0px;

}



}


@media only screen and (max-width: 600px) {
  
/* main image & copy*/  
 
.section-index h1 {
	width: 350px;
	font-size: 36px;
}

/* free consultation banner */

.banner-1 {
background-color: #ffffff;
position: relative;
top: -150px;
}

.banner-1-header {
	width: 340px;

}

.banner-1-header h2, 
.banner-2-header h2, 
.banner-3-header h2, 
.banner-about-header h2 {
margin: 0;
font-size: 22px;	
text-align: center;
position: relative;
top: -15px;
}

.banner-1-text {
	width: 90%;
	background-color: none;
}

.banner-1-text p {
	font-size: 15px;
	padding: 0px 0px 10px 0px;
}



/* welcome / about */ 
  
  .section-about {
	position: relative;
	top: -90px;
	z-index: 2;
}

.section-about-triangle {
	top: 810px;
	left: 64%;
	z-index: 1;
}

.image-about {
	position: relative;
	top: -90px;
}

.section-about h2 {
	padding: 0px 0px 0px 30px;
	width: 350px;
	font-size: 16px;
	line-height: 1.1em;
}

.section-about h3 {
	padding: 0px 0px 0px 30px;
	font-size: 14px;
}

.section-about p {
	padding: 0px 0px 0px 30px;
	font-size: 11px;
	line-height: 1.2em;
}

.section-about-2 {
	height: 480px;
	padding-bottom: 40px;

}

.banner-about-header {
	width: 200px;
	height: 50px;
	background-color: #ffffff;
	position: relative;
	top: 20px;
	margin: 0 auto;
	display: block;
}

/* specialisation */

.banner-2 {

position: relative;
top: -70px;
padding: 0px 0px 0px 0px;
background-color: none;

}

#section-spec {
	width: 100%;
	height: 550px;
	background-color: #ffffff;
	padding-top: 0px;
		position: relative;
	top: -40px;

}

 
  .specialisation {
	width: 50%;
	height: 180px;
	background-color: none;
	float: left;
	position: relative;
	top: -10px;
	text-align: center;

}

.spec-icon {
	background-color: none;
	width: 50%;
	height: auto;
	float: left;
	padding: 20px 4px 0px 30px;

}
.spec-icon-2 {
	background-color: none;
	width: 50%;
	height: auto;
	float: left;
	padding: 30px 0px 10px 25px;
}

.spec-icon-3 {
	background-color: none;
	width: 50%;
	height: auto;
	float: left;
	padding: 30px 20px 0px 25px;
}

.spec-text {
	background-color: none;
	width: 90%;
	height: auto;
	float: left;
	text-align: left;
}

.spec-text h4 {
	font-size: 16px;
	margin: 10px 0px 0px 10px;
}

.spec-text p {
	font-size: 13px;
	line-height: 1.4em;
	margin: 5px 0px 10px 10px;

}

/* management team */

.section-team {
	height: 590px;
	padding-bottom: 40px;
			position: relative;
	top: -40px;

}

.section-team-container {
	width: 100%;
	height: 200px;
	background-color: none;
	margin: 0 auto;
	
}

.section-team-1 {
	clear: both;
	width: 360px;
	height: 130px;
	float: left;
	background-color: none;
	margin: 0px 3% 25px 5%;
	border: 10px solid #ffffff;
}

.section-team-2 {
	width: 360px;
	height: 130px;
	float: right;
	background-color: none;
	margin: 0px 5% 25px 3%;
	border: 10px solid #ffffff;
}

.section-team-3 {
	background-color: #EEEEEE;
	width: 100%;
	height: 550px;
	clear: both;
	padding-bottom: 70px;

}

#section-spec-2 {
	width: 100%;
	height: 600px;
	background-color: #ffffff;
	padding-top: 0px;
		position: relative;
	top: 50px;

}

/* services */



/* footer */

#footer {
	height: 260px;
	background-color: #1B3C9E;

}

.footer-sitemap {
	width: 40%;
	height: 160px;
	float: left;
	background-color: none;
}

.footer-logo-area { 
	width: 50%;
	height: 180px;
	float: right;
	padding-right: 10px;
	background-color: none;
}

.logo-footer 
{	width: 180px;
	height: 66px;
	padding: 15px 15px 15px 5px;

}

.footer-logo-area p,
.footer-logo-area-2 p { 
	 padding: 2px 30px 0px 40px;
	 margin: 0;
	 font-size: 12px;
	 line-height: 1.3em;

}

.footer-copyright {
	width: 70%;
	padding: 30px 0px 0px 0px;
	height: 50px;
}

.footer-copyright p {

	font-size: 11px;
	padding: 0px 0px 0px 30px;

}

.footer-sitemap-2 {
	width: 40%;
	height: 160px;
	float: left;
	background-color: none;
	position: relative;
	top: 40px;
}

.footer-logo-area-2 { 
	width: 50%;
	height: 180px;
	float: right;
	position: relative;
	left: 0px;
	top: 40px;
	background-color: none;
}

#footer-2 {
	height: 260px;
}

.footer-sitemap-3 {
	width: 40%;
	height: 160px;
	float: left;

	background-color: none;

}

.footer-logo-area-3 { 
	width: 50%;
	height: 180px;
	float: right;
	position: relative;
	left: 0px;
	background-color: none;
}

/* contact */


.form-1 label {
	width: 70%;
	margin: 0 auto;
	float: left;
	clear: both;
}

.form-1 label>span {
	width: 100px;
	float: left;
	text-align: right;
	padding: 8px 8px 0px 0px;

}






}




	


