@import url(//fonts.googleapis.com/css?family=Anton);
@import url(//fonts.googleapis.com/css?family=Ubuntu);
@import url(//fonts.googleapis.com/css?family=Pacifico);
body {
	background: #f1f3f4 url(../img/pattern.png) repeat;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.428571429;
	color: #a2a2a2;
}
b {
	color: #6599C3;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 21px;
	line-height: 21px;
}
.boxx {
	box-shadow: 1px 2px #E3E3E3;
}
p > span {
	font-size: 13px;
	color: #4b4b4b;
}
p > strong {
	color: #bcbdc1;
	font-weight: normal;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}
h1.navbar-brand_ a {
	display: block;
}
h2 {
	color: #003362;
	font: 30px/30px 'Anton';
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
h3 {
	color: #003362;
	font: 24px/24px 'Anton';
	margin: 0 0 16px 0;
	text-transform: uppercase;
}
h4 {
	color: #003362;
	font: 30px/30px 'Anton';
	margin: 0 0 22px 0;
	text-transform: uppercase;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 56px 0 0 0;
	background: #ffffff;
}
.global.indent {
	padding-top: 64px;
}
/*-----menu-----*/
.follow_icon {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin-left: 1px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.follow_icon a:hover {
	opacity: 0.7;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.menuBox {
	position: relative;
	z-index: 1;
	padding: 39px 0 31px 0;
	border-top: 1px solid #d3d4d3;
	border-bottom: 1px solid #d3d4d3;
	/*background: url(../img/pattern2.png) repeat;*/
    background: #ffffff;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	float: left;
}
nav.tm_navbar li {
	float: left;
	font-size: 12px;
	line-height: 21px;
	padding: 0;
	position: relative;
	margin-right: 14px;
}
nav.tm_navbar li:last-child {
	margin-right: 0;
	padding-right: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 10px 10px 9px 10px;
	text-transform: none;
	font: 21px 'Anton';
	color: #003362;
	background: transparent;
	text-transform: uppercase;
	line-height: 22px;
	border-radius: 7px;
	float: left;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #003362;
}
nav.tm_navbar li.active > a > span {
	bottom: 5px;
	background: url(../img/menu-marker.png) center bottom no-repeat;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: #003362;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li > a:hover > span {
	bottom: 5px;
	background: url(../img/menu-marker.png) center bottom no-repeat;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #003362;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a > span {
	bottom: 5px;
	background: url(../img/menu-marker.png) center bottom no-repeat;
}
nav.tm_navbar li a span {
	height: 4px;
	background: url(../img/menu-marker.png) center top no-repeat;
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 1px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 116px;
	left: 0;
	top: 62px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #003362;
	padding: 19px 0 5px 20px;
	margin: 0;
	border-radius: 7px;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	margin-bottom: 11px;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 5px;
	position: absolute;
	right: 26px;
	top: 6px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #66CCFF !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #66CCFF !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 116px;
	left: 117px;
	top: -19px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #66CCFF;
	padding: 19px 0 5px 20px;
	margin: 0;
	border-radius: 7px;
}
nav.tm_navbar .sub-menu ul ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
	margin-bottom: 7px;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #999;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #bcbdc1 !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	position: relative;
	overflow: hidden;
	padding: 68px 0 0 0;
	border-top: 9px solid #003362;
}
header article {
	padding-bottom: 120px;
}
header article figure {
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	text-align: center;
}
header.indent {
	padding: 26px 0 0 0;
}
header.indent article {
	padding-bottom: 26px;
}
footer {
	padding: 62px 0;
	overflow: hidden;
}
footer h2 {
	font-size: 20px;
	margin-bottom: 0;
}
footer .priv {
	font: 13px 'Anton';
	color: #a8a8a8;
	text-transform: uppercase;
	margin-top: 1px;
	margin-bottom: 12px;
}
footer .priv a {
	font: 13px 'Anton';
	color: #a8a8a8;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .priv a:hover {
	color: #424242;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .follow_icon {
	float: none;
}
footer .foo_info p {
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 24px;
}
footer .foo_info p.marg {
	margin-bottom: 27px;
}
footer .foo_info em {
	font-style: normal;
	display: inline-block;
	width: 77px;
}
footer .list3 {
	padding-top: 5px;
}
footer em {
	font-style: normal;
}
.recentBox {
	background: #f6f6f6;
}
.fed-box {
	padding-top: 61px;
	background: #f6f6f6;
	padding-bottom: 40px;
}
.federalBox {
	padding-bottom: 19px;
}
.federalBox > div {
	border-right: 1px solid #d0d1d0;
}
.federalBox p {
	margin-bottom: 24px;
}
.advisor-box {
	background: #ffffff;
}
.blogBox, .list5Box {
	margin-bottom: 35px;
}
.resentBox {
	padding-top: 76px;
	margin-bottom: 52px;
}
.box1 p {
	line-height: 18px;
	margin-bottom: 13px;
}
.lawyerBox {
	padding-top: 25px;
}
.trustBox {
	padding-bottom: 70px;
}
.trustBox p {
	margin-bottom: 18px;
}
.advantageBox {
	padding-bottom: 43px;
}
.adviceBox a {
	color: #bcbdc1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.adviceBox a:hover {
	color: #3c3c3c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.adviceBox > div p {
	margin-bottom: 9px;
}
.adviceBox > div p span {
	font-size: 12px;
}
.adviceBox > div ul a {
	font-size: 12px;
}
.adviceBox2 a {
	color: #bcbdc1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.adviceBox2 a:hover {
	color: #3c3c3c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.adviceBox2 p > span {
	font-size: 12px;
}
.adviceBox2 .list1 {
	margin-top: -10px;
	padding-bottom: 20px;
}
.adviceBox2 .list1 a {
	font-size: 12px;
}
.compLogo {
	background: #f9f9f9;
	border-top: 1px solid #d5d6d5;
	border-bottom: 1px solid #ffffff;
	padding-top: 54px;
	padding-bottom: 46px;
}
.banner-box {
	overflow: hidden;
	padding-top: 58px;
	margin-bottom: 64px;
}
.figureBox figure img {
	width: 100%;
}
.yourBox {
	padding-top: 57px;
}
.yourBox p {
	font: 11px/18px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #a2a2a2;
	text-transform: uppercase;
}
.yourBox .title {
	font: 130px/130px 'Anton';
	color: #bcbdc1;
	letter-spacing: -5px;
	text-transform: uppercase;
}
.yourBox .description {
	font: 26px/26px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #424649;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: -30px;
	margin-bottom: 23px;
}
.trustBox {
	padding-top: 91px;
}
.bannerBox .title {
	font: 18px/18px 'Anton';
	color: #bcbdc1;
	text-transform: uppercase;
	width: 100%;
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 17px;
}
.bannerBox p {
	font: 12px 'Ubuntu';
	color: #a2a2a2;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.servicesBox {
	overflow: hidden;
	margin-bottom: 48px;
	border-bottom: 1px solid #d1d7bb;
	padding: 0 0 59px 0;
}
.aboutBox {
	position: relative;
}
.aboutBox:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #d1d7bb;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: -49px;
	content: ' ';
	z-index: 10;
}
.newsBox {
	margin-bottom: 57px;
	position: relative;
}
.newsBox time a {
	font: bold 13px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 13px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.newsBox time a:hover {
	color: #819e6f;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.newsBox article {
	margin-bottom: 18px;
}
.newsBox:after {
	width: 1px;
	height: 100%;
	background: none;
	background: #d1d7bb;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: -49px;
	content: ' ';
	z-index: 10;
}
.welcomeBox {
	margin-top: -6px;
}
.welcomeBox hr {
	border-top: none;
	border-bottom: 1px solid #ebeced;
	margin: 27px 0 65px 0;
}
.opportunitiesBox p {
	margin-bottom: 30px;
}
.opportunitiesBox ul {
	margin-bottom: 18px;
}
.testimonialsBox {
	margin-bottom: 30px;
	padding-top: 59px;
}
.libBox > a {
	font: 300 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #a2a2a2;
	float: right;
	position: absolute;
	top: 10px;
	right: 15px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.libBox > a:hover {
	color: #f43b60;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.locationBox {
	margin-bottom: 25px;
}
.locationBox p {
	font-size: 11px;
	font-weight: 300;
	line-height: 18px;
}
.list1Box ul li a {
	font-size: 12px;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	margin-top: -5px;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 #foo1 > li {
	float: left;
	cursor: default;
	padding: 0;
}
.list_carousel1 #foo1 > li > div {
	float: left;
	overflow: hidden;
	border-right: 1px solid #cdcecd;
	padding-right: 52px;
	margin-right: 30px;
}
.list_carousel1 #foo1 > li > div.borderNone {
	border: none;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel1.responsive .caroufredsel_wrapper .title {
	font: 60px 'Anton';
	color: #bcbdc1;
	margin-bottom: 0;
}
.list_carousel1.responsive .caroufredsel_wrapper .description {
	font: 24px 'Anton';
	color: #6e6e6e;
	text-transform: uppercase;
	margin-bottom: 27px;
	margin-top: -17px;
}
.foo-btn {
	position: relative;
	padding: 0;
}
.list_carousel1 #foo1 .list1 li a {
	font-size: 13px;
}
.list_carousel1 .prev, .list_carousel1 .next {
	display: inline-block;
	width: 14px;
	height: 16px;
	cursor: pointer;
	float: left;
	margin-left: 19px;
}
.list_carousel1 .list_btn {
	position: absolute;
	top: 11px;
	right: 20px;
	z-index: 1;
}
.list_carousel1 .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.clientBox {
	background: #edf3f3;
	padding-top: 21px;
	padding-bottom: 21px;
	border-bottom: 4px solid #d5dada;
}
.clientBox .title {
	font: 900 14px 'Roboto';
	color: #535b60;
	text-transform: uppercase;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.moreBox {
	text-align: center;
	padding-top: 73px;
	margin-bottom: 83px;
}
.moreBox hr {
	margin: 82px 0 0 0;
	border-color: #e1e3e5;
}
.moreBox p {
	font: 80px 'Sail';
	color: #414141;
	letter-spacing: -4px;
	margin-bottom: 16px;
}
.allBox {
	margin-bottom: 85px;
}
.allBox h2 {
	margin-bottom: 27px;
}
.who-box h3 {
	margin-bottom: 10px;
}
.history-box h3 {
	margin-bottom: 31px;
}
.trainers-box h3 {
	margin-bottom: 17px;
}
.overviewBox h3 {
	margin: 0 0 26px 0;
}
.testimBox {
	margin-top: 40px;
	padding-bottom: 91px;
}
.testimBox h2 {
	margin: 0 0 27px 0;
}
.testimBox img {
	float: left;
	margin-right: 0;
}
.testimBox p {
	font-style: italic;
	margin-bottom: 13px;
}
.testimBox span {
	color: #b0b0b0;
	font: 10px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	text-transform: uppercase;
}
.testimBox em {
	height: 6px;
	width: 100%;
	background: #c5c5c5;
	position: absolute;
	top: 0;
	left: 0;
}
.testimBox article div {
	overflow: hidden;
	padding-top: 8px;
}
.testimBox a {
	color: #2d2d2d;
	font: bold 24px/24px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.testimBox a:hover {
	color: #f4cc6c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.videoBox p {
	font-size: 10px;
	color: #b0b0b0;
	text-transform: uppercase;
	margin-bottom: 48px;
}
.videoBox .title {
	margin: 0;
	color: #2d2d2d;
	font: bold 24px/20px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
}
.packagesBox {
	background: #fcfcfc url(../img/page3_pic2.jpg) no-repeat;
	padding: 25px 26px 22px 0;
	border: 1px solid #e8e8e8;
	overflow: hidden;
}
.packagesBox h3 {
	color: #2d2d2d;
	margin: 0 0 17px 0;
	font-size: 20px;
	line-height: 22px;
}
.packagesBox div {
	float: right;
}
.privacyBox {
	padding-bottom: 30px;
}
.error-box {
	padding-bottom: 98px;
}
.errorBox {
	margin-bottom: 40px;
	padding-top: 68px;
	text-align: center;
}
.errorBox figure {
	margin: 0;
}
.errorBox1 {
	margin-top: 92px;
}
.errorBox1 h2 {
	margin: 0 0 47px 0;
}
.formBox {
	padding-top: 0;
	padding-bottom: 0;
}
.searchBox {
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) no-repeat;
	position: fixed;
	margin-right: -640px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
	opacity: 1;
}
#toTop:hover {
	background: url(../img/top.png) no-repeat;
	opacity: 0.55;
}
.servBox {
	padding-bottom: 61px;
}
.logosBox {
	margin-top: 2px;
	margin-bottom: 61px;
}
.logosBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.logosBox ul li {
	float: left;
	border-right: 1px solid #dcdddd;
}
.logosBox ul li img {
	width: 100%;
}
.logosBox ul li:last-child {
	border-right: none;
}
.trainerBox a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox {
	margin-bottom: 15px;
	padding-top: 10px;
}
.trainerBox figure {
	margin: 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.trainerBox a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.classesBox {
	padding-top: 76px;
	background: url(../img/pattern3.png) repeat;
	padding-bottom: 98px;
}
.hundredBox {
	margin-top: 30px;
}
.hundredBox strong {
	font: bold 60px/47px 'Open Sans';
	color: #ffffff;
	margin-bottom: 0;
	display: block;
}
.hundredBox p {
	font: 600 24px/29px 'Open Sans';
	color: #ffffff;
}
.projectBox {
	padding: 0;
	background: url(../img/pattern2.png) repeat;
}
.projectBox article > .caption {
	margin: 0;
	padding: 0;
	background: #ffffff;
	position: relative;
	margin-bottom: 89px;
	overflow: hidden;
}
.projectBox .lnk {
	position: absolute;
	top: 42px;
	background: #ffffff;
	text-align: right;
	width: 77px;
	height: 77px;
	border-radius: 77px;
	right: -92px;
	padding-top: 24px;
	padding-right: 22px;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.projectBox .lnk:hover {
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.projectBox .box1 {
	width: 630px;
	text-align: right;
	padding: 47px 0 0 50px;
	float: left;
	position: relative;
}
.projectBox .box1 .title1 {
	font: 48px 'Cabin';
	color: #278f94;
	margin-bottom: 27px;
}
.projectBox .box1 .title2 {
	font: 14px/22px 'Open Sans';
	color: #7d7d7d;
}
.projectBox figure {
	margin: 0;
	float: right;
}
/*-----thumbs-----*/
.teamBox {
	padding-top: 74px;
}
.thumb-pad1 {
	overflow: hidden;
	padding: 0;
}
.thumb-pad1 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #a2a2a2;
}
.thumb-pad1 .thumbnail .caption a {
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #4b4b4b;
}
.thumb-pad1 .thumbnail .caption a:hover {
	color: #bcbdc1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad1 .thumbnail figure {
	margin-bottom: 26px;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad2 {
	overflow: hidden;
	padding: 6px 6px 31px 6px;
	margin-bottom: 39px;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.thumb-pad2 > strong {
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: -13px;
	right: 5px;
	padding-top: 16px;
	width: 49px;
	height: 49px;
	background: #f43b60;
	border-radius: 49px;
	text-align: center;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad2 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0 0 0 13px;
	overflow: hidden;
	color: #a2a2a2;
}
.thumb-pad2 .thumbnail .caption a {
	font: 300 14px 'Open Sans';
	color: #2e2e2e;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #12b980;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad2 .thumbnail .caption hr {
	margin: 0;
	border-color: #171717;
	width: 27px;
	position: relative;
	top: -10px;
	display: inline-block;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}
.thumb-pad2 .thumbnail .caption .tl {
	font-size: 12px;
}
.thumb-pad2 .thumbnail .caption .title {
	margin-top: -9px;
}
.thumb-pad2 .thumbnail .caption .title strong {
	font-weight: 900;
}
.thumb-pad2 .thumbnail figure {
	margin-bottom: 14px;
}
.thumb-pad2 .thumbnail figure img {
	width: 100%;
}
.thumb-pad3 {
	overflow: hidden;
	padding: 6px;
	margin-bottom: 20px;
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.thumb-pad3 strong {
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: -13px;
	right: 5px;
	padding-top: 16px;
	width: 49px;
	height: 49px;
	background: #f43b60;
	border-radius: 49px;
	text-align: center;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
}
.thumb-pad3 .thumbnail {
	position: relative;
	background: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 16px 0 0 0;
	overflow: hidden;
	color: #a2a2a2;
}
.thumb-pad3 .thumbnail .caption .lnk {
	font: 300 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #a2a2a2;
	display: inline-block;
	margin-bottom: 13px;
}
.thumb-pad3 .thumbnail .caption .lnk:hover {
	color: #12b980;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad3 .thumbnail figure {
	float: left;
	margin-right: 20px;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad3 .thumbnail figure a {
	display: block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad3 .thumbnail figure a:hover {
	opacity: 0.8;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	color: #a2a2a2;
	overflow: hidden;
}
.thumb-pad4 figure {
	margin: 0;
	margin-bottom: 22px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin-bottom: 40px;
	padding-bottom: 37px;
	border-bottom: 1px solid #f6f6f6;
}
.thumb-pad5 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad5 .thumbnail .badgeBox {
	overflow: hidden;
	margin-bottom: 14px;
}
.thumb-pad5 .thumbnail .badgeBox .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-radius: 0;
	line-height: 23px;
	width: 70px;
	height: 70px;
	background: #3a3a3a;
	border-radius: 7px;
	position: relative;
	display: inline-block;
	float: none;
	margin-right: 20px;
	float: left;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 13px;
	color: #ffffff;
	text-align: center;
	padding-top: 18px;
}
.thumb-pad5 .thumbnail .badgeBox .badge span {
	color: #ffffff;
}
.thumb-pad5 .thumbnail .badgeBox p {
	line-height: 20px;
}
.thumb-pad5 .thumbnail .badgeBox p > .lnk {
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #a2a2a2;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox p > .lnk:hover {
	color: #bcbdc1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox p br {
	display: none;
}
.thumb-pad5 .thumbnail .badgeBox .extra-wrap {
	padding-top: 15px;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #a2a2a2;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 23px;
}
.thumb-pad5 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 21px;
	border-radius: 5px;
	border: 4px solid #ffffff;
}
.thumb-pad5 figure > img {
	width: 100%;
}
.thumb-pad5 .thumbnail .badgeBox a {
	color: #a2a2a2;
	font: 13px/14px 'Asap';
	text-transform: uppercase;
	margin: 0 0 0 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox a:hover {
	color: #8ed5d5;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox a.tl {
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #4b4b4b;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad5 .thumbnail .badgeBox a.tl:hover {
	color: #dc0e23;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 figure {
	margin: 0;
	float: left;
	margin-right: 20px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #a2a2a2;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 24px;
}
.thumb-pad6 .thumbnail .caption a {
	color: #a2a2a2;
	font: bold 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 7px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #12b980;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .caption .title1 {
	font: 24px 'Pacifico';
	color: #4b4b4b;
	text-align: right;
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption .title2 {
	float: right;
	margin-top: -6px;
}
.galleryBox {
	margin-bottom: 70px;
	overflow: hidden;
}
.thumb-pad9 {
	padding-bottom: 30px;
	overflow: hidden;
}
.thumb-pad9:hover .thumbnail {
	background: #ffd64f;
	border-color: #ffd64f;
}
.thumb-pad9:hover .caption p {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9:hover .caption a {
	color: #ffffff !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	padding: 30px 30px 18px 30px;
	background: #ffffff;
	border: 1px solid #ebeced;
}
.thumb-pad9 figure {
	margin: 0;
	margin-bottom: 24px;
}
.thumb-pad9 figure img {
	width: 100%;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	color: #a2a2a2;
}
.thumb-pad9 .thumbnail .caption p {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9 .thumbnail .caption a {
	font: 15px 'Open Sans';
	color: #3e454c;
	display: inline-block;
	margin-bottom: 12px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad9 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad10 {
	overflow: hidden;
	margin-bottom: 37px;
}
.thumb-pad10 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad10 figure {
	margin: 0;
	float: left;
	margin-right: 35px;
}
.thumb-pad10 figure img {
	width: 100%;
}
.thumb-pad10 .thumbnail .caption {
	padding: 0;
	color: #a2a2a2;
	overflow: hidden;
}
.thumb-pad10 .thumbnail .caption time {
	font: 16px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #a2c9c2;
	display: block;
}
.thumb-pad10 .thumbnail .caption a {
	color: #383838;
	font: 16px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	display: inline-block;
	margin-bottom: 20px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad10 .thumbnail .caption a:hover {
	color: #a2c9c2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	padding: 12px 18px 13px 18px;
	font: 12px 'Ubuntu';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #3a3a3a;
	text-decoration: none;
	border-radius: 7px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #bcbdc1;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	padding: 5px 17px;
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #819e6f;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #819e6f;
	background: #fefcef;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	padding: 12px 20px 13px 20px;
	font: 12px 'Ubuntu';
	margin: 0;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	border: none;
	background: #003362;
	text-decoration: none;
	border-radius: 7px;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3:hover {
	color: #003362;
	background: #bcbdc1;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 4px 35px;
	border: none;
	font: 600 24px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	text-shadow: none;
	color: #ffffff;
	background: #a2c9c2;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn-default.btn4:hover {
	color: #6c9295;
	background: #e9e9e9 !important;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.events-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.events-list li {
	margin-bottom: 43px;
}
.events-list li time a {
	font: bold 13px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 13px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.events-list li time a:hover {
	color: #819e6f;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	padding-left: 13px;
	margin-bottom: 12px;
	background: url(../img/list_arrow.png) left 7px no-repeat;
}
.list1 li a {
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #83868a;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #dc0e23;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 {
	margin: 0 0 70px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	padding-left: 13px;
	margin-bottom: 12px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list1-1 li a {
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #83868a;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #dc0e23;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	float: left;
	border-right: 1px solid #dfdfdf;
	padding: 30px 33px 36px 0;
	margin-right: 34px;
}
.list2 li a {
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	color: #a2a2a2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a:hover {
	color: #12b980;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li:last-child {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 9px;
	padding-left: 11px;
	background: url(../img/list_arrow2.png) left 7px no-repeat;
}
.list3 li a {
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 300;
	color: #a2a2a2;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 li a:hover {
	color: #bcbdc1;
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: -5px;
}
.list3-1 li {
	font-size: 12px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 14px;
	border-bottom: 1px solid #d0d1d0;
	padding-bottom: 14px;
}
.list3-1 li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.list3-1 li > img {
	float: left;
	margin-right: 10px;
	margin-top: 9px;
}
.list3-1 li p {
	margin-bottom: 0;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 8px;
	margin-top: 0;
}
.list4 li time {
	font: 24px 'Anton';
	color: #6e6e6e;
	float: left;
	margin-right: 8px;
	margin-top: -2px;
}
.list4 li p {
	margin: 0;
	line-height: 18px;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 32px;
}
.list5 li .title {
	color: #000000;
	text-transform: uppercase;
}
.list5 li a {
	text-decoration: underline;
	color: #a2a2a2;
}
.list5 li a:hover {
	text-decoration: none;
}
.list5 li img {
	float: left;
	margin-right: 17px;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 6px;
}
.list6 li {
	font-size: 12px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li a {
	color: #2d2d2d;
	font: bold 24px/26px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 9px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li a:hover {
	color: #f4cc6c;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li .badge {
	padding: 0;
	margin: 0;
	box-shadow: none;
	text-shadow: none;
	font: 30px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	color: #ffffff;
	background: #f4cc6c;
	width: 52px;
	height: 53px;
	border-radius: 0;
	float: left;
	margin-right: 16px;
	padding-top: 7px;
	margin-top: 4px;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 18px;
}
.list8 li p {
	margin-bottom: 0;
}
.list9 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list9 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 21px;
}
.list9 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 38px;
}
#search-404 a {
	position: absolute;
	top: 0;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e7e9e9;
	background: #ffffff;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
	color: #a2a2a2;
	padding: 10px 14px 11px 18px;
	height: 41px;
	resize: none;
	margin-right: 11px;
}
#search {
	margin: 48px 0 0 0;
	position: relative;
	display: block;
	margin-bottom: 23px;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0;
	outline: none;
	border: none;
	font: 300 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
	color: #a2a2a2;
	background: #ffffff;
	height: 40px;
	width: 100%;
	padding: 10px 35px 10px 15px;
	resize: none;
}
#search a {
	position: absolute;
	top: 1px;
	right: 5px;
	opacity: 1;
	padding: 8px;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
#search a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.35s ease-out;
	transition: all 0.35s ease-out;
}
/*-----map-----*/
.map {
	margin: 4px 0 36px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 667px;
	border: none;
	line-height: 0;
}
.info p {
	margin-bottom: 0;
}
.info p span {
	display: inline-block;
	width: 82px;
	color: #a2a2a2;
	font-size: 12px;
}
.info p a {
	color: #a2a2a2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info p a:hover {
	color: #bcbdc1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.info p.marg {
	margin-bottom: 21px;
}
/*-----form-----*/
.contactBox2 {
	margin-bottom: 76px;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 7px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 50px;
	margin: 0;
	font-weight: normal;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
	color: #a2a2a2;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #a2a2a2;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 249px;
	margin-right: 10px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form span {
	display: block;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 9px 14px 10px 18px;
	border-radius: 0;
	display: block;
}
#contact-form ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form input, #contact-form textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e7e9e9;
	background: #ffffff;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
	color: #a2a2a2;
	padding: 9px 14px 10px 18px;
	height: 39px;
	resize: none;
}
#contact-form textarea {
	height: 200px;
	margin-bottom: 20px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #FF0000;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
#contact-form .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e7e9e9;
	background: #ffffff;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
	color: #FF0000;
	padding: 9px 14px 10px 18px;
	height: 39px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#contact-form .btns .btn3 {
	float: left;
}
#contact-form .btns p {
	float: left;
	margin-left: 23px;
	margin-top: 7px;
	margin-bottom: 0;
}
#contact-form2 {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 7px;
}
#contact-form2 label {
	position: relative;
	display: block;
	min-height: 50px;
	margin: 0;
	font-weight: normal;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
	color: #a2a2a2;
}
#contact-form2 label span {
	margin-bottom: 2px;
	display: block;
	color: #a2a2a2;
}
#contact-form2 .holder {
	overflow: hidden;
}
#contact-form2 .form-div-1, #contact-form2 .form-div-2, #contact-form2 .form-div-3 {
	float: none;
	width: 100%;
	margin-right: 0;
}
#contact-form2 .form-div-3 {
	margin-right: 0;
}
#contact-form2 span {
	display: block;
}
#contact-form2 ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 9px 14px 10px 18px;
	border-radius: 0;
	display: block;
}
#contact-form2 ._placeholder.focused {
	opacity: 0;
	filter: alpha(opacity=0);
	box-shadow: none;
}
#contact-form2 ._placeholder.hidden {
	display: none;
}
#contact-form2 input, #contact-form2 textarea {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e7e9e9;
	background: #ffffff;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
	color: #a2a2a2;
	padding: 9px 14px 10px 18px;
	height: 39px;
	resize: none;
}
#contact-form2 textarea {
	height: 249px;
	margin-bottom: 10px;
}
#contact-form2 .error-message, #contact-form2 .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #a2a2a2;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	position: absolute;
	right: 5px;
	top: 2px;
}
#contact-form2 .invalid .error-message, #contact-form2 .empty .empty-message {
	height: 20px;
}
#contact-form2 .success-message {
	line-height: 48px;
	position: absolute;
	overflow: hidden;
	height: 0;
	left: 0;
	top: 0;
	box-sizing: border-box;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	padding: 0;
}
#contact-form2.success .success-message {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #e7e9e9;
	background: #ffffff;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, sans-serif;
	line-height: 18px;
	color: #a2a2a2;
	padding: 9px 14px 10px 18px;
	height: 39px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#contact-form2 .btns {
	float: right;
}
.mail {
	text-decoration: none;
	font-size: 12px;
	color: #a2a2a2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #bcbdc1;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .thumb-pad4 {
 padding-right: 30px;
}
 header article figure img {
 margin-left: 190px;
}
 #search-404 input {
 width: 270px;
}
 #contact-form2 .form-div-1,  #contact-form2 .form-div-2,  #contact-form2 .form-div-3 {
 width: 370px;
}
 #contact-form2 .success-message {
 width: 370px;
}
 #contact-form2.success .success-message {
 width: 370px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ a {
 width: 100%;
}
 h1.navbar-brand_ a > img {
 width: 100%;
}
 h1.navbar-brand_ {
 float: none;
 margin-right: 0;
 display: block;
 margin-bottom: 30px;
}
 header article figure img {
 width: 40%;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 57px;
}
 .errorBox > img {
 width: 100%;
}
 .errorBox figure img {
 width: 100%;
}
 .opportunitiesBox {
 margin-top: 50px;
}
 .teamBox {
 margin-top: 20px;
 padding-top: 0;
 margin-bottom: 30px;
}
 .testimonialsBox {
 padding-top: 20px;
}
 .list1Box {
 margin-top: 30px;
}
 .federalBox {
 border: none;
}
 .yourBox {
 padding-top: 0;
}
 .list2 li {
 padding: 30px 15px 36px 0;
 margin-right: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 h1.navbar-brand_ a {
 width: 100%;
}
 h1.navbar-brand_ a > img {
 width: 100%;
}
 header article figure img {
 width: 40%;
}
 .list6 li a {
 font-size: 14px;
 line-height: 20px;
}
 .list4 li .badge {
 margin-bottom: 7px;
 float: none;
 margin-right: 0;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 57px;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .foo-btn {
 right: 30px;
}
 .errorBox img {
 width: 100%;
}
 .list1-3 {
 margin-left: 0;
}
 .thumb-pad3-1 .thumbnail .caption .lnk {
 font-size: 14px;
 line-height: 20px;
}
 .thumb-pad3-1 .thumbnail .caption span {
 font-size: 14px;
 line-height: 20px;
}
 footer .listBox > div {
 padding-right: 0;
}
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .errorBox figure img {
 width: 100%;
}
 .opportunitiesBox {
 margin-top: 50px;
}
 .teamBox {
 margin-top: 30px;
 margin-bottom: 30px;
}
 .testimonials-box {
 margin-top: 50px;
}
 .bannerBox .title br {
 display: none;
}
 .federalBox {
 margin-bottom: 50px;
 border: none;
}
 .yourBox {
 padding-top: 0;
}
 .yourBox .title {
 font-size: 80px;
 line-height: 90px;
}
 .trustBox {
 padding-top: 30px;
}
 .fed-box {
 padding-top: 0;
}
 .list2 {
 margin-top: 35px;
}
 .list2 li {
 padding: 30px 10px 36px 0;
 margin-right: 10px;
}
 .lawyerBox h3 br {
 display: none;
}
 footer .follow_icon {
 margin-bottom: 40px;
}
 .federalBox {
 padding-top: 40px;
}
 .teamBox {
 margin-top: 30px;
 padding-top: 0;
}
 .testimonialsBox {
 padding-top: 20px;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 margin-right: 0;
 display: block;
 margin-bottom: 30px;
}
 h1.navbar-brand_ a {
 width: 100%;
}
 h1.navbar-brand_ a > img {
 width: 100%;
}
 header article {
 padding-bottom: 40px;
}
 header article figure img {
 width: 40%;
}
 nav.tm_navbar li a {
 padding: 11px 15px 11px 15px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 padding: 0;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding-top: 4px;
 padding-right: 3px;
 padding-bottom: 4px;
 width: 100%;
 border: 1px solid #3e454c;
 background: #3e454c;
 color: #ffffff;
 cursor: pointer;
 margin-top: 20px;
 margin-bottom: 30px;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .follow_icon {
 float: none;
 text-align: center;
}
 .follow_icon li {
 float: none;
 display: inline-block;
}
 .foo_list {
 float: none;
}
 .errorBox {
 text-align: center;
}
 .list6 li a {
 font-size: 14px;
 line-height: 20px;
}
 .thumb-pad3-1 .thumbnail .caption .lnk {
 font-size: 14px;
 line-height: 20px;
}
 .thumb-pad3-1 .thumbnail .caption span {
 font-size: 14px;
 line-height: 20px;
}
 .list2 {
 margin-top: 35px;
 margin-bottom: 25px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #contact-form label {
 min-height: 57px;
}
 .map iframe {
 height: 300px;
}
 .error-box {
 padding-bottom: 30px;
}
 .thumb-pad1 .thumbnail {
 margin-bottom: 70px;
}
 .thumb-pad4 {
 margin-bottom: 40px;
}
 .thumb-pad4 figure {
 margin-bottom: 0;
 float: left;
 margin-right: 15px;
}
 .thumb-pad4 .caption {
 overflow: visible !important;
}
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 footer .follow_icon {
 text-align: left;
}
 .list_carousel1 #foo1 > li {
 padding: 0 20px;
}
 .opportunitiesBox {
 margin-top: 50px;
}
 .teamBox {
 margin-top: 30px;
 margin-bottom: 30px;
}
 .testimonials-box {
 margin-top: 50px;
}
 .advantage-box {
 margin-bottom: 35px;
}
 .bannerBox {
 margin-bottom: 50px;
}
 .federalBox {
 margin-bottom: 50px;
 border: none;
}
 .list_carousel1 .list_btn {
 right: 20%;
 margin: 15px 0 15px 0;
 overflow: hidden;
 position: relative;
 top: 0;
 left: 0;
}
 .list_carousel1 #foo1 > li > div {
 float: none;
 padding-right: 0;
 margin-right: 0;
 border: none;
}
 .yourBox .title {
 font-size: 80px;
 line-height: 90px;
}
 .trustBox {
 padding-top: 30px;
}
 .fed-box {
 padding-top: 0;
}
 .trustedBox {
 margin-bottom: 50px;
}
 .list2 {
 text-align: center;
}
 .list2 li {
 padding: 0 10px 0 0;
 margin-right: 10px;
 border: none;
 float: none;
 display: inline-block;
}
 .lawyerBox h3 br {
 display: none;
}
 footer article {
 margin-bottom: 40px;
}
 .federalBox,  .adviceBox {
 padding-top: 40px;
}
 .teamBox {
 margin-top: 30px;
 padding-top: 0;
}
 .testimonialsBox {
 padding-top: 20px;
}
 .opportunitiesBox {
 margin-top: 70px;
}
 .list4 li {
 margin-bottom: 30px;
}
 .history-box {
 padding-top: 30px;
}
 .list3-1 {
 padding-bottom: 40px;
}
 .adviceBox2 .list1 {
 margin-bottom: 35px;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0px;
 margin-bottom: 15px;
}
 .thumb-pad5 figure img {
 width: 100%;
}
 .contactBox2 {
 margin-top: 50px;
}
 #search-404 input {
 width: 100%;
 float: none;
 margin-right: 0;
}
 #search-404 a {
 position: relative;
 margin-top: 15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin-bottom: 0;
 float: none;
 margin-right: 0;
}
 footer .col-xs-4 {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad3 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad3 figure img {
 width: 100%;
}
 .thumb-pad6 .thumbnail .badgeBox p br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox p > .lnk {
 float: none !important;
}
 .thumb-pad3 .thumbnail figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .thumb-pad3 .thumbnail .caption {
 padding: 16px 0 0 13px;
}
 .federalBox,  .adviceBox {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .libBox article {
 width: 100%;
 float: none;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 13px;
}
 footer p {
 float: none;
}
 .teamBox article article {
 width: 100%;
 float: none;
}
 .list1Box {
 width: 100%;
 float: left;
}
 .libBox > a {
 position: relative;
 float: none;
 top: 0;
 left: 0;
 right: auto;
 margin-bottom: 15px;
 display: inline-block;
}
 .adviceBox2 article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 .thumb-pad2 .thumbnail .caption {
 overflow: visible;
}
 .teamBox article {
 float: none;
 width: 100%;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .foo-btn {
 right: 0;
}
 .thumb-pad2-1 .badge {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 10px;
}
.margBot1 {
	margin-bottom: 48px;
}
.padTop {
	padding-top: 103px;
}
.hreff {
	text-decoration: none;
}
.boxx {
	box-shadow: 1px 2px #E3E3E3;
}

/*Core variables and mixins*/
