/*!
Theme Name: MFY Law
Theme URI: http://mfylaw.co.uk
Author: Chris McMahon
Author URI: http://christy.digital
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mfy-law
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MFY Law is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html, body {
	background: #ffffff;
	color: #232733;
	font-size: 100%;
	font-family: Avenir, Century Gothic, sans-serif;
	font-weight: lighter;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: 'Avenir';
	src: url(/files/Avenir-Medium.ttf);
}

@font-face {
	font-family: 'Avenir Black';
	src: url(/files/Avenir-Black.ttf);
}

@font-face {
	font-family: 'Avenir Book';
	src: url(/files/Avenir-Book.ttf);
}

@font-face {
	font-family: 'James Fajardo';
	src: url(/files/James_Fajardo.ttf);
}

a {
	text-decoration: none;
	color: #232733;
}

a:hover {
	text-decoration: none;
	color: #f3356f;
}

h1 {
	font-size: 170%;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-family: 'Avenir';
	line-height: 200%;
}

h2 {
	font-size: 130%;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-family: 'Avenir Book';
	line-height: 150%;
}

h3 {
	font-size: 110%;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-family: 'Avenir Book';
	line-height: 200%;
}

h4 {
	font-size: 75%;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-family: 'Avenir Book';
	line-height: 120%;
}

.yellow {
	color: #f9b839;
}

.orange {
	color: #e16040;
}

.purple {
	color: #674170;
}

.pink {
	color: #f3356f;
}

.green {
	color: #9ab651;
}

.darkpink {
	color: #9b3d7c;
}

.swedishblue {
	color: #1c406f;
}

.teal {
	color: #0c4e60;
}

.logoblue {
	color: #74b1b5;
}

.cornflowerblue {
	color: #2e89c8;
}

.brightblue {
	color: #50e2e7;
}

.seablue {
	color: #36aabe;
}

.white {
	color: #ffffff;
}

.navy {
	color: #232733;
}

.wordcloud {
	color: #9b3d7c;
	font-size: 100%;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	font-family: 'Avenir Book';
	line-height: 1.5em;
	
	padding-left: .5em;
	text-indent: .5px;
	display: inline-flex;
	flex-wrap: wrap;
}

.wordcloud span {
	height: auto;
	width: auto;
}

.wordcloud .big {
	font-size: 130%;
}

.wordcloud .small {
	font-size: 100%;
}

.wordcloud .sm-indent {
	padding-left: 1em;
}

.wordcloud .med-indent {
	padding-left: 2em;
}

.wordcloud .xl-indent {
	padding-left: 4em;
}

.wordcloud .yellow a {
	color: #f9b839;
}

.wordcloud .orange a {
	color: #e16040;
}

.wordcloud .purple a {
	color: #674170;
}

.wordcloud .pink a {
	color: #f3356f;
}

.wordcloud .green a {
	color: #9ab651;
}

.wordcloud .darkpink a {
	color: #9b3d7c;
}

.wordcloud .logoblue a {
	color: #74b1b5;
}

.wordcloud .brightblue a {
	color: #50e2e7;
}

.wordcloud a:hover {
	text-decoration: none;
	color: #232733;
}

strong, b {
	color: #74b1b5;
}

italics {
	font-family: 'MyriadPro Italic';
}

.fullsize {
	width: 100%;
}

.small {
	width: 75%;
}

.smallest {
	width: 20%;
}

.medium {
	width: 90%;
}

p {
	color: #232733;
}

.statement {
	color: #ffffff;
	font-family: Avenir Book;
}

.statement small {
	color: #ffffff;
	font-family: Avenir Book;
	font-size: 20%;
}

ul {
	color: #232733;
}

ul li {
	font-size: 100%;
}

ul.greenBullet {
	list-style-image: url('/img/Bullet.jpg');
	line-height: 200%;
}

ul.purpleSquare {
	list-style-image: url('/img/PurpleSquare.jpg');
	line-height: 200%;
	width: 80%;
}

ul.darkPinkSquare {
	list-style-image: url('/img/DarkPinkSquare.jpg');
	line-height: 200%;
	width: 80%;
}

ul.logoBlueSquare {
	list-style-image: url('/img/LogoBlueSquare.jpg');
	line-height: 200%;
	width: 80%;
}

ul.cornflowerBlueSquare {
	list-style-image: url('/img/CornflowerBlueSquare.jpg');
	line-height: 200%;
	width: 80%;
}

#header {
	background: #ffffff;
	height: 180px;
	width: 100%;
	margin: 0 auto 0 auto;
	display: inline-block;
}

.logo {
	font-size: 280%;
	display: inline-block;
	float: left;
}

div#container {
	width: 100%;
	margin: 0 auto 0 auto;
}

div#pusher {
	min-height: 80%;
	height: auto !important;
	height: 80%;
	margin: 0 auto;
	_width: 80%;
	z-index: 99;
}

.icon {
	display: inline-block;
	margin-right: 1em;
}

p.iconPara {
	width: 100%;
	color: #707172;
}

.iconText {
	width: 50%;
	display: inline-block;
	margin-left: 0;
}

.top {
	width: 100%;
	border-bottom: 2px solid #A4BFCC;
	margin-bottom: 1em;
	padding-top: 1em;
	text-align: center;
}

.col {
	display: block;
	float: left;
	margin: 1% 0 1% 0%;
}

.col:first-child {
	margin-left: 0;
}

.section.group {}

.group:before, .group:after {
	content: "";
	display: table;
}

.group:after {
	clear: both;
}

.span_3_of_3 {
	width: 100%;
	color: #3F3E32;
}

.span_2_of_3 {
	width: 66.1%;
}

.span_1_of_3GreenCircle {
	width: 23%;
	background-image: url("/img/GreenCircle.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	padding: 5% 5% 9% 5%;
	display: inline-block;
	height: 250px;
}

.span_1_of_3Orange {
	width: 29%;
	min-height: 160px;
	background: #e16040;
	color: #e16040;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3Purple {
	width: 29%;
	min-height: 160px;
	background: #674170;
	color: #674170;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3Yellow {
	width: 29%;
	min-height: 160px;
	background: #f9b839;
	color: #f9b839;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3Green {
	width: 29%;
	min-height: 160px;
	background: #9ab651;
	color: #9ab651;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3DarkPink {
	width: 29%;
	min-height: 160px;
	background: #9b3d7c;
	color: #9b3d7c;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3Pink {
	width: 29%;
	min-height: 160px;
	background: #f3356f;
	color: #f3356f;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3LogoBlue {
	width: 29%;
	min-height: 160px;
	background: #74b1b5;
	color: #74b1b5;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3SwedishBlue {
	width: 29%;
	min-height: 160px;
	background: #1c406f;
	color: #1c406f;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3Teal {
	width: 29%;
	min-height: 160px;
	background: #0c4e60;
	color: #0c4e60;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3SeaBlue {
	width: 29%;
	min-height: 160px;
	background: #36aabe;
	color: #36aabe;
	padding: 1.1%;
	margin: 1%;
}

.span_1_of_3Footer {
	width: 33%;
}

.span_1_of_3White {
	width: 33%;
}

.span_1_of_2LogoBlue {
	width: 40%;
	min-height: 200px;
	background: #74b1b5;
	color: #74b1b5;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2Green {
	width: 40%;
	min-height: 200px;
	background: #9ab651;
	color: #9ab651;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2CornflowerBlue {
	width: 40%;
	min-height: 200px;
	background: #2e89c8;
	color: #2e89c8;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2SeaBlue {
	width: 40%;
	min-height: 200px;
	background: #36aabe;
	color: #36aabe;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2Pink {
	width: 40%;
	min-height: 200px;
	background: #f3356f;
	color: #f3356f;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2Purple {
	width: 40%;
	min-height: 200px;
	background: #674170;
	color: #674170;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2Teal {
	width: 40%;
	min-height: 200px;
	background: #0c4e60;
	color: #0c4e60;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2SwedishBlue {
	width: 40%;
	min-height: 200px;
	background: #1c406f;
	color: #1c406f;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2Yellow {
	width: 40%;
	min-height: 200px;
	background: #f9b839;
	color: #f9b839;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2Orange {
	width: 40%;
	min-height: 200px;
	background: #e16040;
	color: #e16040;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2BrightBlue {
	width: 40%;
	min-height: 200px;
	background: #50e2e7;
	color: #50e2e7;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2DarkPink {
	width: 40%;
	min-height: 200px;
	background: #9b3d7c;
	color: #9b3d7c;
	padding: 1.5%;
	margin: 2%;
}

.span_1_of_2Large {
	width: 65%;
	padding: 1.1%;
}

.span_1_of_2Small {
	width: 29%;
	padding: 1.1%;
}

.span_1_of_2Logo {
	width: 28%;
}

.span_1_of_4 {
	width: 21.6%;
	padding: 1.1%;
}

.span_1_of_1 {
	width: 98%;
	padding: 1.1%;
}

.span_1_of_1Green {
	width: 98%;
	padding: 1.1%;
	background: #E3EBCF;
	border-radius: 10px;
}

.updated {
	display: none;
}
@media only screen and (max-width: 480px) {
	.col {
		margin: 1% 0 1% 0%;
	}

	form#basicForm div.submit {
		width: 100%;
		float: none;
	}

	form#basicForm {
		width: 100%;
		float: none;
	}
}

@media only screen and (max-width: 480px) {
	.span_3_of_3 {
		width: 100%;
	}

	.span_2_of_3 {
		width: 100%;
	}

	.span_1_of_3 {
		width: 100%;
	}

	.span_1_of_3BG {
		width: 100%;
	}

	.span_1_of_3Footer {
		width: 100%;
	}

	.span_1_of_2 {
		width: 100%;
	}

	.span_1_of_2BG {
		width: 100%;
	}

	.span_1_of_4 {
		width: 100%;
	}

	.span_1_of_3Green {
		width: 100%;
	}

	.span_1_of_3Orange {
		width: 100%;
	}

	.span_1_of_3Purple {
		width: 100%;
	}

	.span_1_of_2Large {
		width: 95%;
	}

	.span_1_of_2Small {
		width: 95%;
	}

	.span_1_of_2Logo {
		display: none;
	}
}

@media only screen and (min-width: 480px) {
	.span_1_of_2LogoMobile {
		display: none;
	}
}

div#content {
	_width: 80%;
	max-width: 1050px;
	margin: 0 auto 0 auto;
	background: #ffffff;
	padding: 1em;
}

.image-content {
	padding: 6%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	text-align: right;
}

div#content p {
	line-height: 1.4;
}

div.contentFloat {
	float: right;
}

div.contentCenter {
	margin: 0 auto;
}

#navigation {
	list-style-type: none;
}

#navigation ul li {
	list-style-type: none;
	padding-top: 1em;
}

#navigation ul li a:hover {
	color: #74b1b5;
}

.selected {
	font-size: 120%;
}

div#footer {
	border-top: 3px solid #232733;
	background: #232733;
	font-size: 80%;
}

header {
	display: none;
}
.entry-header {
	display: block;
}

.footerInner,
.article {
	_width: 80%;
	max-width: 1050px;
	margin: 0 auto 0 auto;
	padding: 0 1em 0 1em;
}

.devices {
	float: right;
	margin-right: 5em;
	margin-bottom: -5px;
}

ul.footer {
	list-style: none;
}

ul.footer li {
	color: #fff;
	line-height: 1.5em;
}

ul.footer li a {
	color: #74b1b5;
}

ul.footer li a:hover {
	color: #f3356f;
}

ul.footerSocial li {
	display: inline;
	color: #3F2E6D;
	margin-right: 1em;
}

ul.footerContact li {
	color: #fff;
	font-size: 150%;
	list-style: none;
}

#std {}

.gone {
	display: none;
}

.bread_crumb_trail {
	display: inline;
	font-size: 80%;
}

.bread_crumb_trail ul {
	display: inline;
	-webkit-margin-before: 0;
	-webkit-padding-start: 0;
}

.bread_crumb_trail ul li a {
	display: inline;
}

.bread_crumb_trail ul li {
	display: inline;
}

.bread_crumb_trail ul li a:hover {
	display: inline;
	color: #95c11f;
}

.bread_crumb_trail ul li a:selected {
	display: inline;
	color: #95c11f;
}

div#flashMessage {
	margin: 0 auto 0 auto;
}

div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #c73e14;
	padding: 5px;
}

div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;
}

p.error {
	color: #74b1b5;
	font-family: Avenir Book, Century Gothic, sans-serif;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}

.notice {
	background: #ffcc00;
	color: #000;
	font-family: Avenir Book, Century Gothic, sans-serif;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}

.success {
	background: green;
	color: #fff;
}

* / #formContainer {
	width: 80%;
	padding: 1em;
}

form {
	clear: both;
	padding: 0;
	width: 80%;
	float: right;
}

fieldset {
	border: none;
	margin-bottom: 1em;
}

fieldset legend {
	color: #444444;
	font-size: 100%;
	font-weight: normal;
	padding-bottom: 1em;
}

fieldset fieldset {
	margin-top: 0px;
}

fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}

/*form div {clear: both;margin-bottom: 1em;vertical-align: text-top;}*/
form .input {
	color: #444;
}

/*form .input_text_required {color: red;font-size: 150%;}*/
form .required {
	font-weight: normal;
}

form .required label:after {
	color: #444444;
	display: inline;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	width: 40%;
	float: right;
}

select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}

select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	padding: 0 3px;
}

label {
	color: #666666;
	font-size: 80%;
	margin-left: 10px;
}

input, textarea {
	clear: both;
	font-size: 100%;
	font-family: Century Gothic, sans-serif;
	padding: 2px;
	width: 100%;
}

.ContactDetailForm {
	float: right;
	width: 40%;
	margin-top: 2em;
}

.contactDetails {
	float: left;
	right: 0;
	width: 40%;
	padding-top: 10em;
	line-height: 200%;
	font-size: 16px;
}

#Comment {
	width: 55%
}

.borderWriting {
	font-size: 150%;
	line-height: 100%;
}

@media only screen and (max-width: 767px) {
	.logo {
		float: none;
		margin: 0 auto;
	}

	.borderWriting {
		font-size: 100%;
		line-height: 50%;
	}

	.image-content {}

	.span_1_of_3GreenCircle {
		width: 90%;
		padding-top: 3em;
		padding-left: 3em;
		margin-right: 10em;
	}

	.span_1_of_3GreenCircle h4 {
		margin-right: 2em;
		margin-left: 2em;
	}

	.span_1_of_3GreenCircle h2 {
		margin-right: .5em;
		margin-left: .5em;
	}

	.span_1_of_3Orange {
		width: 90%;
	}

	.span_1_of_3Purple {
		width: 90%;
	}

	.span_1_of_3Yellow {
		width: 90%;
	}

	.span_1_of_3Green {
		width: 90%;
	}

	.span_1_of_3DarkPink {
		width: 90%;
	}

	.span_1_of_3Pink {
		width: 90%;
	}

	.span_1_of_3LogoBlue {
		width: 90%;
	}

	.span_1_of_2LogoBlue {
		width: 90%;
	}

	.span_1_of_2Green {
		width: 90%;
	}

	.span_1_of_2CornflowerBlue {
		width: 90%;
	}

	.span_1_of_2SeaBlue {
		width: 90%;
	}

	.span_1_of_2Pink {
		width: 90%;
	}

	.span_1_of_2Purple {
		width: 90%;
	}

	.span_1_of_2Teal {
		width: 90%;
	}

	.span_1_of_2Yellow {
		width: 90%;
	}

	.span_1_of_2DarkPink {
		width: 90%;
	}
}

@media only screen and (max-width: 900px) {
	.strapline {
		height: 140px;
		width: 100%;
		text-align: center;
	}
}

@media screen and (max-width: 980px) {
	#header {
		height: auto;
	}
}

.fb-like-box {
	float: left;
	margin-left: 10px;
	margin-bottom: 2%;
}

.fb-activity {
	float: left;
	width: 300px;
	margin-right: 2%;
}

.navContainer {
	width: 72%;
	margin: 0 auto;
	float: right;
	display: inline-block;
	position: relative;
	text-align: right;
}

.menu {
	font-family: Myriad Pro, Century Gothic, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	position: relative;
	padding: 0 0 0 4px;
	margin: 0;
}

label.responsive_menu span {
	margin-left: 10px;
	display: none;
}

input#responsive_menu {
	display: none;
}

@media only screen and (min-width: 600px) {
	.nav-submenu {
		display: none;
		position: absolute;
		width: 180px;
	}

	.menu > li {
		display: inline-block;
		text-align: center;
		margin-left: -4px;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		box-shadow: -1px 0 0 rgba(255, 255, 255, 0.2);
	}

	.menu > li > a {
		padding: 20px 18px;
		display: block;
		color: #232733;
		padding: 60px 18px;
	}

	.menu > li:hover > a {
		color: #fff;
	}

	.menu > li:hover > a#home {
		background-color: #9ab651;
	}

	.menu > li:hover > a#who-we-are {
		background-color: #674170;
	}

	.menu > li:hover > a#what-we-do {
		background-color: #f9b839;
	}

	.menu > li:hover > a#options {
		background-color: #e16040;
	}

	.menu > li:hover > a#what-it-costs {
		background-color: #9b3d7c;
	}

	.menu > li:hover > a#blog {
		background-color: #74b1b5;
	}

	.menu > li:hover > a#contact-us {
		background-color: #f3356f;
	}

	.menu > li:first-child {
		border-left: none;
		box-shadow: none;
	}

	.menu > li > ul {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		list-style: none;
		background-color: red;
		width: 200px;
		text-align: left;
		margin-top: 30px;
		padding: 0px;
		z-index: 99;
	}

	ul.nav-submenu > a#what-we-do {
		background-color: red;
	}

	ul.nav-submenu > a#home {
		background-color: blue;
	}

	.menu > li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin-top: 0px;
	}

	.menu li > ul li {
		font-size: 13px;
		position: relative;
		display: block;
		padding: 15px 10px;
	}

	.menu > li > ul li:hover {}

	.menu ul li:hover > a {
		color: #ffffff;
	}

	.menu > li > ul li ul {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		list-style: none;
		top: 0px;
		left: 200px;
		width: 200px;
		text-align: left;
		margin-left: 30px;
		padding: 0px;
	}

	.menu > li > ul li ul li ul {
		background-color: #A1BB5D;
	}

	.menu > li > ul li ul li:hover {}

	.menu > li > ul li ul li ul li:hover {}

	.menu > li ul li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin-left: 0px;
	}
}

.nav-submenu-item a {
	border-bottom: 1px solid #ffffff;
	display: block;
	padding: 15px;
}

.nav-item:hover .nav-submenu {
	display: block;
}

/*------------------------------------*\Media Queries\*------------------------------------*/
@media only screen and (max-width: 980px) {
	.display-true {
		display: block;
	}
	
	.nav-mobile {
		display: block;
		cursor: pointer;
		position: absolute;
		float: right;
		top: -60px;
		right: 0;
		background: #232733 url(/img/nav/nav.svg) no-repeat center center;
		background-size: 18px;
		height: 50px;
		width: 50px;
	}

	.nav-click {
		float: right;
		top: 0;
		right: 0;
		display: none;
		height: 47px;
		width: 50px;
		cursor: pointer;
	}

	.nav-click i {
		display: block;
		height: 47px;
		width: 48px;
		background: #9ab651 url(/img/nav/drop.svg) no-repeat center center;
		background-size: 20px;
	}

	.nav-click:hover {}

	.nav-rotate {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.menu {
		position: static;
		display: none;
		padding: 0;
	}

	label.responsive_menu span {
		display: inline;
		font-size: 20px;
		font-variant: small-caps;
		font-weight: 400;
		display: none;
	}

	label.responsive_menu {
		position: relative;
		display: block;
		width: 100%;
		background-color: #9ab651;
		padding: 15px 0;
		color: #ffffff;
		margin-left: 0;
		display: none;
	}

	.menu li {
		width: 100%;
		display: block;
		text-align: left;
		margin-left: 0;
	}

	.menu > li {
		border-right: none;
		position: relative;
		border-bottom: 2px solid #ffffff;
	}

	.menu > li > ul {
		width: 100%;
		opacity: 1;
		visibility: visible;
		position: static;
		margin-top: 0;
		;
	}

	.menu li ul {
		padding: 0;
	}

	.menu li > ul li {
		padding: 3px 0px;
		border-bottom: 2px solid #ffffff;
	}

	.nav-item {
		width: 100%;
		float: none;
	}

	.nav-item > a {
		padding: 15px;
		display: block;
	}

	.nav-click {
		display: block;
	}

	.navContainer {
		width: 100%;
		padding: 0;
	}

	.nav-mobile-open {
		display: block;
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
	}
}


