h2 {
	font-size: 30px;
	font-weight: normal;
}

ul#menu-maaaaain {
	margin: 0;
}
nav ul li,nav ol li, .menu-maaaaain-container ul li{
	list-style: none;
}
a {
	text-decoration: none;
}

.fw-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 900px) {
	.fw-container {
		width: 880px;
	}
}
@media (min-width: 992px) {
	.fw-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.fw-container {
		width: 1170px;
	}
}

/*Header styles*/
section.header {
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.6);
  position: relative;
}
.header {
	margin: 0px 0 0px 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}
.header>div>div>div>a {
	display:block;
}
.header>div>div>div>a>img {

}
.header p {
	margin: 0;
	padding: 0;
}
.fw-call-to-action,
.fw-call-to-action div {
	display: block !important;
	padding: 0 !important;
	text-align: right;
	border: none !important;
}
.callback-title {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 14.5px;
	text-align: right;
	color: #000;
}
.fw-call-to-action p {
	display: none;
}
.callback-btn {
	border-radius: 2px;
	background: #fff;
	color: #000 !important;
	height: 35px;
	padding: 0 10px !important;
	font-weight: normal;
	line-height: 2em;
	font-size: 16px;
	float: right;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 2px solid #003c89;
  margin-top: 10px;
}
.callback-btn:hover {
	background: #fff;
	color: #003c89 !important;
}

/*Menu styles*/
#mega-menu-wrap-main {
	background: #fff;
	margin: 10px 0 0 0px;
}
/*#mega-menu-wrap-main #mega-menu-main {
	display: table !important;
	width: 100%;
}*/
#mega-menu-wrap-main #mega-menu-main li {
	background: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item {
	margin-right: 10px;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link {
	color: #000 !important;
	font-size: 22px !important;
	text-align: center !important;
	padding: 0 15px!important;
	background: #fff !important;
}
.mega-sub-menu {
	background: #fff !important;
	width: auto !important;
	box-shadow: 0px 2px 10px -2px rgba(0,0,0,.2) !important;
}
.mega-sub-menu li {
	white-space: nowrap;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #fff !important;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background:#fff !important;
	color: #000;
}
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:hover, 
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main #mega-menu-main > li.mega-current-menu-item > a.mega-menu-link {
	color: #000 !important;
	background: transparent !important;
}
#mega-menu-wrap-main #mega-menu-main li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, 
#mega-menu-wrap-main #mega-menu-main li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, 
#mega-menu-wrap-main #mega-menu-main > li.mega-menu-item-has-children > a.mega-menu-link:after {
  content: '\f107';
  display: inline-block;
  font: inherit;
  font-family: 'FontAwesome';
  margin: 0 0 0 6px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  color: inherit;
}

/*Titles styles
section.ways-title{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/i.jpg);
    background-size: cover;
}

.ways-title {
	margin: 0 0 25px 0;
}
*/
.popular-exp-title,
.contacts-title {
	margin: 0;
}
.ways-title h1{
  text-align:center;
	font-size: 30px;
	font-weight: normal;
  color: #000;
}


.popular-exp-title h2,
.contacts-title h2 {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

/*Ways styles*/
.custom-ways .fw-heading {
	margin: 0;
	height: 60px;
	background: #0d3f45;
}
.custom-ways .fw-heading h3 {
	padding: 12px 0;
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
.custom-ways a {
	position: relative;
	display: block;
	width: 100%;
}
.custom-ways a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(15,108,89,.7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.custom-ways a:after {
	font-family: 'FontAwesome';
	content: "\f06e";
	font-size: 50px;
	color: #fff;
	position: absolute;
	top: 27%;
	left: 0;
	display: block;
	width: 100%;
	text-align: center;
	opacity: 0;
}
.custom-ways a:hover:before,
.custom-ways a:hover:after {
	opacity: 1;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/*Iconbox styles*/
.popular-exp-line-one>div>.fw-row>div {
	margin-bottom: 25px;
}
.fw-iconbox {
	padding: 0 !important;
	position: relative;
}
.fw-iconbox .fw-iconbox-image {
	position: absolute;
}
.fw-iconbox .fw-iconbox-image i {
	font-size: 45px !important;
	color: #0d3f45 !important;
}
.fw-iconbox .fw-iconbox-title h3 {
	font-size: 20px !important;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
.fw-iconbox-aside {
	margin-left: 60px !important;
	margin-top: 4px !important;
}


/*Show all expertize*/
section.show-all-exp-btn{
	padding-bottom: 40px;
  box-shadow: 0px 5px 5px -5px rgba(0,0,0,.25);
}
.show-all-exp-btn a {
	display: block;
	background: #8db5a5;
	color: #fff;
	margin: 0 auto;
	height: 50px;
	font-size: 18px;
	text-align: center;
	padding: 10px 0 !important;
}
.show-all-exp-btn a:hover {
	background: #0d3f45;
	color: #fff;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/*Contacts section*/
.custom-contacts-section h2 {
	margin: 0;
}
.custom-contacts-section p {
	margin: 0;
}
.custom-contacts-section p strong {
	font-size: 20px;
	margin-top: 20px;
	display: block;
}
.first-child {
	margin-top: 0 !important;
}

/*Modal styles*/
.emodal-overlay {
	background: rgba(255,255,255,.7) !important;
}
.emodal {
	
}
.emodal-title {
	text-align: center !important;
	font-size: 20px !important;
	margin-top: 15px;
}
.emodal input[type="text"] {
	width: 100%;
}
.emodal .emodal-content :last-child {
	width: 100%;
}
.emodal textarea {
	width: 100%;
	padding-left: 5px;
}
.emodal input[type="submit"]{
	display: block;
	margin: 0 auto;
	padding: 0 15px 0 15px;
	height: 45px;
	background: #287860;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.06em;
	text-align: center;
	box-shadow: none;
	border: none;
}
.emodal-close {
}
.ajax-loader {
	display: none;
}
.emodal.nano {
	width: 380px !important;
}

/*Trigger styles*/
.custom-trigger  {
	margin-top: 40px;
}
.custom-trigger > div {
	padding-top: 15px;
	padding-bottom: 15px;
	box-shadow: 0px 0px 7px -2px rgba(0,0,0,.4);
	border-radius: 2px;
}
.custom-trigger p {
	margin: 0;
}
.custom-trigger p strong {
	letter-spacing: 0.06em;
}
.trigger-btn {
	margin-top: 10px;
	text-transform: uppercase;
	border-radius: 2px;
	background: #1a2c41;
	color: #fff !important;
	padding: 15px 10px !important;
	font-weight: normal;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	float: right;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 0.06em;
}
.trigger-btn:hover {
	background: #0f6c59;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

/*Footer styles*/
.custom-footer {
	margin-top: 60px;
	padding: 15px 0;
	background: #1d1d27;
	font-size: 14px;
}
.custom-footer a {
	color: #fff;
	text-decoration: underline;
}
.custom-footer a:hover {
	text-decoration: none;
}

.custom-footer ul {
	margin-top: 1em;
}
.custom-footer p {
  line-height: 1.15;
	color: #fff;
}
.custom-footer ul  li a {
	color: #fff;
}


/*Hide YMap Author link*/
.YMaps .author_link {
	right: 0 !important;
	z-index: -1000 !important;
}

/*Custom Tabs*/
.fw-tabs-container-custom {
	margin-top: 35px; 
	height: 350px;
	border: 1px solid #ededed;
	border-radius: 2px;
	box-shadow: 0px 10px 60px -10px rgba(0,0,0,.2);
}
.fw-tabs-custom {
	float: right;
	width: 30%;
	height: 100%;
}
.fw-tab-content-custom {
	float: left;
	border: none !important;
	width: 70%;
	height: 100%;
	margin-top: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.fw-tab-content-custom p {
	margin: 0;
}
.fw-tab-content-custom img {
	margin: 0 !important;
	width: 100%;
}
#tabs-titles {
	text-align: center;
	padding: 25px 0;
}
#tabs-titles strong {
	font-size: 25px;
}
.ui-tabs-nav li {
	position: relative;
	display: block !important;
	width: 150px;
	height: 45px;
	float: none !important;
	text-align: center !important;
	margin: 0 auto !important;
	margin-top: 25px !important;
	border: none !important;
	background: #fff !important;
}
.ui-tabs-nav li :before {
	content: "";
	position: absolute;
	top: 0;
	left: -33px;
	display: block;
	width: 34px;
	height: 45px;
	background: url("../uploads/arrow.png") no-repeat top left;
	opacity: 0;
}
.ui-tabs-nav li :hover:before,
.ui-state-active:before {
	content: "";
	position: absolute;
	top: 0;
	left: -33px;
	display: block;
	width: 34px;
	height: 45px;
	background: url("../images/arrow.png") no-repeat top left;
	opacity: 1;
}
.ui-tabs-nav li:hover,
.fw-tabs-container .fw-tabs ul li.ui-state-active,
.fw-tabs-container .fw-tabs ul li.ui-state-active .ui-tabs-anchor {
	background: #003c89 !important;
	color: #fff !important;
}
.ui-tabs-anchor{
	display: block;
}
.ui-tabs-anchor:hover {
	color: #fff !important;
}
.ui-tabs-nav li  a {
	padding: 12px 0 !important;
	font-size: 17px !important;
}

/*Inner page styles
section.inner-page-title{
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(/images/i.jpg);
    background-size: cover;
}
*/
.inner-page-title h1 {
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 0;
	color: #000;
}

.inner-page-title h2 {
	font-size: 30px;
	font-weight: normal;
  color: #fff;
}

.inner-page-title div.fw-special-subtitle {
  font-size:20px;
  color: #000;
}


.inner-page-content h2{
  
	font-size: 24px;
	margin-bottom: 0;
}

.inner-page-content a {
  text-decoration:underline;
}

section.inner-page-content{

}

.service-category-title {
	margin-bottom: 10px;
}
.service-category-title h2 {
	font-size: 25px;
}
.inner-exp-area>div>.fw-row>div {
	margin-bottom: 45px;
}
.inner-exp-area .fw-iconbox-title h3 {
	font-size: 17px !important;
	line-height: 1em;
	font-weight: normal !important;
}
.inner-exp-area .fw-iconbox .fw-iconbox-aside {
	height: auto !important;
}
.inner-exp-area ul  li a{
	font-size: 14px !important;
	line-height: .9em;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,.5);
}
.inner-exp-area ul  li a:hover {
	color: #003c89;
	border-bottom: 1px solid rgba(0,199,117,.5);
}
.inner-exp-area .fw-iconbox-image i {
	font-size: 35px !important;
}

/*404 stryles*/
#wrong-title {
	text-align: center;
	display: block;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 0.06em;
	font-weight: normal;
}
.broken-link-img {
	width: 100%;
	text-align: center;
}
.broken-link-img img {
	width: 300px;
}
.solution {
	margin-top: 5%;
	text-align: center;
}
.solution strong {
	font-size: 25px;
	font-weight: normal;
}
.solution p {
	font-size: 18px;
}
.solution p a {
	color: #003c89;
	border-bottom: 2px solid #003c89;
	font-weight: bold;
	padding-bottom: 2px;
}


.inner-page-content ul li {
    list-style: inherit !important;   
}

.custom-ways>div>div>div>a>img{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
}
.custom-ways>div>div>div>div{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
}

section.about-us {
  margin-bottom:30px;
}
.about-us li{
	list-style: disc;
  margin-bottom: 0;
}
.about-us p{
	margin-bottom: 10px;
  margin-top: 0;
}


section.custom-courts h2{
  
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0;
}

.custom-courts>div>div>div.fw-col-sm-15{
  padding:4px;
  margin:15px 25px 15px 25px;
  height: 240px;
  width: 180px;
  line-height:1.15;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}

.custom-courts>div>div>div.fw-col-sm-3{
  padding:4px;
  margin:15px 50px 15px 50px;
  height: 240px;
  width: 180px;
  line-height:1.15;
  background: white;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}


section.custom-price-banner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-width: 1px;
  background-image: url(/images/i.jpg);
  background-size: cover;
  padding: 10px 30px 30px 30px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,.5);
  color: white;
  font-size:14px;
  position:relative;
  margin-top: 15px;
}

.custom-price-banner input {
	padding: 5px;
	width: 100%;
  height: 40px;
  font-size: 16px;

}

.custom-price-banner input[type="submit"] {
  	box-shadow: none;
  	color: #fff;
  	text-shadow: none;
  	background: rgba(0, 0, 0, 0.0);
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 40px;
    border-color: #ffd900;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
}

.custom-price-banner input[type="submit"]:hover {
  	box-shadow: none;
  	color: #fff;
  	text-shadow: none;
  	background: rgba(0, 0, 0, 0.0);
    text-align: center;
    font-weight: bold;
    width: 100%;
    height: 40px;
    border-color: #ffd900;
    border-width: 3px;
    border-style: solid;
    border-radius: 3px;
}

.trigger-btn-yellow {
	margin: 10px 15px 0 0;
	text-transform: uppercase;
	border-radius: 2px;
	background: #ffd900;
	color: #000 !important;
	padding: 15px 10px !important;
	font-weight: normal;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	float: right;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 0.06em;
}
.trigger-btn-yellow:hover {
	background: #0f6c59;
  color:#fff !important;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

strong {

}

section.custom-pricelist{
  font-size:22px;
  margin-bottom:25px;
}

section.custom-pricelist h2{
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0;
}