/*
	Theme Name: mfexpert
	Author: CITY360 Sp. Z.o.o

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {

}
p {
	margin:10px 0px;
}
strong, b {
	font-weight:bold;
	font-weight:700;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
	padding: 0.4em 0.8em;
}
body {
	background: #fff;
	color: #CCCCCC;
	padding: 0px;
	margin:0px;
	}
body,td,th {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;

}	
.wrap {
	margin: 0px auto;
	position: relative;
	max-width:1148px;
	}
* {
	outline : none;
	 -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box; 
	 box-sizing: border-box;}

td { vertical-align: top; }
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #E84800;
	text-decoration: none;
	}
	
a:hover {
	color: #7B7B7B;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}
	
.content a, .content a:visited, .container a, .container a:visited {
	color: #E84800 !important;
	}
	
.container a:hover {
	color: #7B7B7B !important;
	text-decoration: underline !important;
	}
	


	
/************************************************
*	Navbar      								*
************************************************/


	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	

#nav li a, #nav li a:link, #nav li a:visited {
	color: #626262;
	display: block;
	font-size: 26px;
 font-family: 'Benchnine', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
    margin: 0px;
	padding: 15px 10px 15px 10px;
	}

#nav li a:hover, #nav li a:active {
	color: #CC3C00;
    margin: 0px;
	text-decoration: none;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #fff;
	width: 220px;
	color: #666;
	font-size: 18px;
 font-family: 'Benchnine', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;

	}
	
#nav li li a:hover, #nav li li a:active {
	background: #C63D01;
	color: #FFFFFF;

	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 220px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -32px 0 0 221px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	SubNavbar      								*
************************************************/


	
#subnav {
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#subnav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li a, #subnav li a:link, #subnav li a:visited {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
	}

#subnav li a:hover, #subnav li a:active {
	background: #85ACAC;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
    margin: 0px 5px 0px 0px;
	padding: 6px 13px 6px 13px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #666666;
	width: 140px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #85ACAC;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	}
	
#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}

#subnav li li { 
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -25px 0 0 161px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfhover { 
	position: static;
	}
	

	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 30px 30px;
	display: inline;
	}

img.alignleft {
padding: 0px;
    margin: 0px 30px 30px 0px;
    display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
p img {
	max-width:100%;
	height: auto;
}

	

	
/************************************************
*	Search Form									*
************************************************/

#sform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchbox {
	background: #F7F5EF !important;
	width: 220px;
	color: #495D5C;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	border: 1px solid #ccc;
	display: inline;
	}
	
#searchbutton {
	background: #93BBBC;
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	border: 1px solid #A3BAB9;
	}
	
#subscribe {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	overflow: hidden;
	}

#subbox {
	background: #EEEEEE !important;
	width: 250px;
	color: #495D5C;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}
	
#subbutton {
	background: #93BBBC url(https://www.globalfinquality.com/wp-content/themes/mfexpert/images/topnav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 7px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #A3BAB9;
	border-right: 1px solid #759697;
	border-left: 1px solid #A3BAB9;
	border-bottom: 1px solid #759697;
	}
	
#author, #email, #url {
	background: #EEEEEE !important;
	width: 250px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}
	
#submit {
	background: #7B7B7B url(https://www.globalfinquality.com/wp-content/themes/mfexpert/images/subbutton.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border-top: 1px solid #DDDDDD;
	border-right: 1px solid #666666;
	border-left: 1px solid #DDDDDD;
	border-bottom: 1px solid #666666;
	}
	
#comment {
	background: #EEEEEE;
	width: 460px;
	color: #202020;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border-top: 1px solid #759697;
	border-right: 1px solid #A3BAB9;
	border-left: 1px solid #759697;
	border-bottom: 1px solid #A3BAB9;
	display: inline;
	}


/************************************************
*	Custom								*
************************************************/	

.thumb {
	float:left;
	margin:4px;
}
ul#nav li span.donate a {
	font-weight: bold;
	color: #900;
}
.greentitle {
	font-size: 19px;
	font-weight: bold;
	color: #333;
	clear: both;
}
#side h2 {
	display: none;
}
#side li, #side ul {
	list-style-type: none;	
}

/* Responsive images */
.resp img {
	border: 0;
	width: 100%;
	height: auto;
	vertical-align: top;
}
img {
	max-width:100%;
	height:auto;
}
.p0 {
	padding:0px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p40 {
	padding:40px;
}
.p40-20 {
	padding:40px 20px;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
	}
.center {
	text-align:center;
	}

.mm a.more-link {
	font-size:11px;
	color:#ECECEC !important;
}
.cl {
  clear: both;
}
.shadow {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.57);
}
h1, h2, h3, h4, h5, h6 {
		font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:2px;
}
h1 {
	font-size: 300%;
}
h2 {
	font-size: 250%;
}
h3 {
	font-size: 200%;
}
h4 {
	font-size: 180%;
}
h5 {
	font-size: 150%;
}
h6 {
	font-size: 110%;
}
.content h3 {
	font-size: 120%;
	text-transform:none;
		font-family: 'Open Sans', sans-serif;
}
.services h3, .content .services h3 {
	font-size: 150%;
	text-transform:uppercase;
	font-family: 'BenchNine', sans-serif;
}
.content h1 {
	font-size: 300%;
}
.content h2 {
	padding-bottom:20px;
	padding-top:20px;
	border-bottom: 1px dotted #ccc;
}
.upper {
	text-transform:uppercase;
}
#responsive_menu_pro .responsive_menu_pro_menu li a {
font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size:20px !important;
}
.content ul li {

}
ul.tribe-events-sub-nav li {
	margin-bottom: 1px;
	padding: 0px;
	padding-left:0px;
	padding-bottom:0px;
	list-style: none;
	background-image:none !important;
	background-repeat: no-repeat;
	background-position: left top;

	margin-bottom:6px;
}
.content p {
	margin-bottom:20px;
	line-height:24px;
}
.mshow {
		display:none;
	}
.gallery-item img {
	width:95%;
height:auto;
}
.top {
	position: relative;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	background-image: url(images/dots.png);
	background-repeat: repeat-x;
	z-index:200;
}
.slider {
	position: relative;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
	z-index:100;
}
.slogan {
	position:relative;
	display:block;
	margin-top:30px;
}
.adr {
    font-family: 'Open Sans', sans-serif;;
    font-size: 24px;
    margin: 10px 0px;;
    line-height: 34px;;
    font-weight: 300;;
    display: block;
	text-align:center;
	text-transform:uppercase;
}
.content {
		font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	line-height:24px;
}




/*-----------------------------------------------------------------*/
/* 7. Contact Form 7
/*-----------------------------------------------------------------*/
	.wpcf7 input{
		margin-top: 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-appearance: none;
		border: 1px solid #dddddd;
		margin: 0 0 20px 0;
		background: #fff;
		padding: 12px 0 12px 20px;
		width:98%;
	}

	.wpcf7 ::-webkit-input-placeholder {
	   color: #999999;
	   font-size: 12px;
	   line-height: 17px;
	   font-weight: 400;
	}

	.wpcf7 :-moz-placeholder { /* Firefox 18- */
	   color: #999999;
	   font-size: 12px;
	   line-height: 17px;
	   font-weight: 400;
	}

	.wpcf7 ::-moz-placeholder {  /* Firefox 19+ */
	   color: #999999;
	   font-size: 12px;
	   line-height: 17px;
	   font-weight: 400;
	}

	.wpcf7 :-ms-input-placeholder {
	   color: #999999;
	   font-size: 12px;
	   line-height: 17px;
	   font-weight: 400;
	}


	.wpcf7 textarea{
		height: 180px;
		margin: 0 0 21px 0;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		-webkit-appearance: none;
		background: #fff;
		border: 1px solid #dddddd;
		font-size: 12px;
		padding-top: 20px;
		padding-left: 20px;
		width:97%;
		height: 138px;
	}

	.wpcf7 input[type="submit"]{
		padding: 11px 22px 11px 21px;
		-webkit-appearance: none;
		cursor: pointer;
		transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
		-webkit-transition: background 180ms ease-in, color 180ms ease-in, border-color 180ms ease-in;
		white-space: nowrap;
		text-decoration: none;
		display: inline-block;
		background: #E84000 !important;
		border: 1px solid #dddddd;
		color: #fff !important;
		margin-right: 10px;
		margin-bottom: 20px;
		line-height: 22px;
		font-size: 14px;

		font-weight: 700;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		float: left;
		width:150px;
	}

	.wpcf7-submit:hover{
		background: #dddddd !important;
		color: #fff;
		transition: background 180ms, color 180ms, border-color 180ms;
		-webkit-transition: background 180ms, color 180ms, border-color 180ms;
	}

	.wpcf7-response-output{
		margin-top: 20px;
	}

	.wpcf7-not-valid-tip{
		width: auto !important;
		border: none !important;
		color: #f05347 !important;
		padding: 4px 8px !important;
		background: #fef0ef !important;
		margin-bottom: 20px;
	}

	.wpcf7-validation-errors{
		margin-bottom: 40px !important;
		padding: 19px !important;
		background: #fef0ef !important;
		color: #f05347 !important;
		border: none !important;
		margin: 50px 0 40px 0 !important;
	}

	#ABdev_contact_form_submit{
		-webkit-appearance: none;
		width: 100%;
		background: #e4664d !important;
		height: 55px;
		margin-top: 0;
		-webkit-border-radius: 2px !important;
		-moz-border-radius: 2px !important;
		border-radius: 2px !important;
	}

	div.wpcf7 img.ajax-loader {
		top: 10px;
		position: relative;
		left: 40px;
		margin-left: -8px;
	}

	.margin_heading{
		margin-bottom: 16px;
	}

	.wpcf7 p{
		margin-bottom: 0;
	}

	span.wpcf7-form-control-wrap{
		display: inline-block;
		width: 100%;
	}
	div.wpcf7-mail-sent-ok {
    border: 0px solid #398f14 !important;
}


.contact {
	background-color:#D0D0D0;
	position:relative;
	padding-bottom:20px;
}
.cccc {
	padding-left:3px;
	padding-right:14px;
}
.sss {
	padding-right:6px;
}
#menu-item-277 {
	width:60px;
	height:67px;
	background-image:url(images/in.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#menu-item-277 a {
	height:66px;
	color:#fff !important;
	text-decoration:none !important;
}
.dedi {
	font-size:20px;
	line-height:28px;
}



/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */



/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

	
@media all and ( min-width: 1000px ) {
  
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
	clear:both;
  }
[class*="col-"] {
    display: table-cell;
	vertical-align: top;
  }

  .col-2-3 {
    width: 66.66666666%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.333333333333%;
  }
  .col-1-5 {
    width: 20%;
  }
    .col-1-4 {
    width: 25%;
  }
    .col-1-1 {
    width: 100%;
  }
  .col-1-8 {
    width: 12.5%;
  }
    .col-1 {
	  width:1%;
  }
    .col-5 {
	  width:10%;
  }
  .col-10 {
	  width:10%;
  }
    .col-20 {
	  width:20%;
  }
  .col-25 {
	  width:20%;
  }
    .col-33 {
	  width:33.33333333333333%;
  }
      .col-66 {
	  width:66.6666666666666666666%;
  }
      .col-30 {
	  width:30%;
  }
    .col-50 {
	  width:50%;
  }
      .col-40 {
	  width:40%;
  }
      .col-60 {
	  width:60%;
  }
      .col-70 {
	  width:70%;
  }
        .col-75 {
	  width:75%;
  }
      .col-80 {
	  width:80%;
  }
      .col-90 {
	  width:90%;
  }
        .col-99 {
	  width:99%;
  }
    .col-100 {
	  width:100%;
  }
  
}

  
  
  .mid {
	vertical-align:middle;
}
.bot {
	vertical-align:bottom;
}
.top {
	vertical-align: top;
  }
  
  
  
@media only screen and (max-width: 1000px) {
	.mhide, .ws_controls {
		display:none;
	}
		.mshow {
		display:block;
	}


}