@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Jockey+One);
body {
	background: #2d262f url(../img/pattern1.png) repeat;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #5a5959;
}
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: 18px;
	font-weight: 300;
	line-height: 18px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	margin-top: 57px;
	float: left;
	margin-right: 150px;
	position: relative;
	z-index: 0;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	font: 36px/36px 'Jockey One';
	color: #242424;
	text-transform: uppercase;
	margin: 0 0 30px 0;
}
h3 {
	font: 18px/24px 'Jockey One';
	color: #242424;
	margin: 0 0 9px 0;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	padding: 0;
	background: #f5f5f5;
}
.global.indent {
	padding: 76px 0 0 0;
	background: #f5f5f5;
}
.center {
	text-align: center;
}
/*-----menu-----*/
.menuBox {
	padding: 0;
	position: relative;
	z-index: 3;
}
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	min-height: 0;
	float: left;
}
nav.tm_navbar li {
	float: left;
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	padding: 0;
	position: relative;
	background: url(../img/border.png) right 86px no-repeat;
}
nav.tm_navbar li a {
	position: relative;
	padding: 100px 20px 45px 20px;
	text-transform: none;
	font: bold 12px 'Ubuntu';
	color: #ffffff;
	text-transform: uppercase;
	background: transparent;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #01a89e;
}
nav.tm_navbar li > a:hover {
	color: #ffffff;
	background: #01a89e;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #01a89e;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar li span {
	height: 4px;
	background: url(../img/menu-marker.png) center 0 no-repeat;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 36px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 116px;
	left: 0;
	top: 163px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #29242b;
	padding: 26px 20px 11px 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 15px 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > .submenu li span {
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 7px;
	position: relative;
	left: 9px;
	top: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #01a89e !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #01a89e !important;
	background: none !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 116px;
	left: 98px;
	top: -25px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #01a89e;
	padding: 26px 20px 11px 20px;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none;
	padding: 0;
	margin: 0;
	float: none;
	font: 12px 'Arial';
	text-transform: uppercase;
	color: #323232;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 0;
	width: 100%;
	position: relative;
	z-index: 11;
}
footer {
	padding: 47px 0;
}
footer h2 {
	font: 38px 'Jockey One';
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}
footer .priv {
	margin-bottom: 9px;
	margin-top: -18px;
	font: 13px 'Jockey One';
	color: #ffffff;
	text-transform: uppercase;
}
footer .priv a {
	font: 13px 'Jockey One';
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer .priv a:hover {
	color: #01a89e;
}
footer em {
	font-style: normal;
}
.foo_info p {
	font: 14px/18px 'Jockey One';
	color: #cfcfcf;
	text-transform: uppercase;
	margin-bottom: 0;
}
.foo_info p span {
	display: inline-block;
	width: 67px;
}
.foo_icon {
	padding: 0;
	margin: 16px 0 0 0;
	list-style: none;
	overflow: hidden;
}
.foo_icon li {
	float: left;
	margin-right: 24px;
}
.foo_icon li a {
	font-size: 18px;
	color: #626262;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.foo_icon li a:hover {
	color: #ffffff;
}
.follow_icon {
	padding: 0;
	margin: 92px 0 0 0;
	list-style: none;
	float: right;
	position: relative;
	z-index: 1;
}
.follow_icon li {
	float: left;
	margin-left: 3px;
	border: 1px solid #444;
	border-radius: 100%;
}
.follow_icon li a {
	font-size: 12px;
	width: 32px;
	height: 32px;
	background: #3e3a3c;
	border-radius: 100%;
	text-align: center;
	line-height: 32px;
	color: #ffffff;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #ffffff;
	background: #01a89e;
}
.follow_icon:first-child {
	margin-left: 0;
}
.banner-box {
	margin-top: -149px;
	position: relative;
	z-index: 1;
	top: -54px;
}
.banner-box .box {
	width: 286px;
	background: url(../img/pattern2.png) repeat;
	padding: 20px 18px 14px 18px;
	margin-left: 4px;
	float: left;
	text-align: left;
}
.banner-box .box figure {
	width: 56px;
	height: 56px;
	border-radius: 56px;
	overflow: hidden;
	float: left;
	margin-right: 14px;
}
.banner-box .box p {
	font: 18px/24px 'Jockey One';
	color: #ffffff;
	margin-bottom: 0;
}
.banner-box .box .title {
	font: 30px/30px 'Jockey One';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 7px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.banner-box .box:hover {
	background: url(../img/pattern3.png) repeat;
}
.banner-box .box:hover figure img {
	margin-top: -56px;
}
.banner-box .box:first-child {
	margin-left: 0;
}
.error-box {
	padding-bottom: 74px;
}
.errorBox {
	text-align: center;
	margin-bottom: 60px;
	padding-top: 46px;
}
.errorBox1 h2 {
	font: 72px/72px 'Jockey One';
	color: #242424;
	margin-top: 44px;
}
.errorBox1 p {
	text-transform: uppercase;
	font-size: 11px;
}
.who-box, .history-box, .blog-box {
	margin-bottom: 40px;
}
.blogBox {
	padding-bottom: 50px;
}
.testimBox {
	padding: 74px 0 45px 0;
	background: #f5f5f5 url(../img/box_border.png) 0 top repeat-x;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -660px !important;
	right: 50%;
	bottom: 120px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.privacyBox {
	margin-bottom: 103px;
}
.about-box {
	text-align: center;
	padding-top: 70px;
}
.about-box hr {
	border-top: 1px solid #d6d6d6;
	margin: 70px 0 75px 0;
}
.about-box .title {
	font: 600 36px/36px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
	margin-bottom: 36px;
}
.comment-box {
	padding: 11px 0 26px 0;
	background: #fed46f;
}
.comment-box figure {
	border-radius: 100%;
	float: left;
	margin-right: 45px;
	border: 3px solid #fee097;
}
.comment-box figure img {
	border-radius: 100%;
}
.comment-box .extra-wrap {
	padding-top: 15px;
}
.comment-box p {
	font-size: 14px;
	font-style: italic;
	color: #2e2e2e;
	margin-bottom: 0;
}
.comment-box p a {
	font: bold italic 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2e2e2e;
}
.comment-box p a:hover {
	text-decoration: underline;
}
.block-box {
	padding: 37px 0 29px 0;
	background: #3f3f3f;
}
.block-box p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 0;
}
.numb-box {
	background: url(../img/pattern4.png) repeat;
	padding: 48px 0 0px 0;
}
.icon-box {
	padding: 70px 0 45px 0;
	margin-bottom: 50px;
	background: #f5f5f5 url(../img/box_border.png) 0 bottom repeat-x;
}
.experience-box article {
	margin-bottom: 49px;
}
.experience-box figure img {
	width: 100%;
}
.experience-box .title {
	font: 72px/60px 'Jockey One';
	color: #242424;
	text-transform: uppercase;
	margin: 44px 0 32px 0;
}
.experience-box p {
	font-size: 12px;
	color: #5a5959;
	line-height: 18px;
	margin-bottom: 10px;
}
.company-box {
	padding: 50px 0 38px 0;
	background: #f5f5f5 url(../img/box_border.png) 0 top repeat-x;
}
.gallery-box {
	padding-bottom: 60px;
}
/*-----subscribeForm-----*/
.newsletterBox {
	padding: 28px 0;
	background: url(../img/page1_bg.jpg) repeat-y;
}
.newsletterBox h2 {
	font: 900 46px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	text-transform: none;
	margin-right: 30px;
	margin-bottom: 0;
}
.newsletterBox p {
	font: 300 16px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
#newsletter {
	position: relative;
}
#newsletter a {
	font: 24px 'Jockey One';
	color: #01a89e;
	text-transform: uppercase;
}
#newsletter a:hover {
	color: #ffffff;
}
#newsletter label {
	position: relative;
	float: left;
	margin-right: 9px;
}
#newsletter input {
	box-shadow: none;
	border: 1px solid #4d4951;
	border-radius: 0;
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #ffffff;
	background: none;
	height: 33px;
	width: 100%;
	padding: 6px 14px;
	margin: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter input:focus {
	outline: none;
	border-color: #ccc;
}
#newsletter .error {
	position: absolute;
	top: 0;
	right: 3px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #01a89e;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	border: 1px solid #ffffff;
	padding: 8px 11px 9px 11px;
	font: 13px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #272727;
	border: none;
	text-align: center;
	background: #ffffff;
	height: 37px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 0 0 10px 0;
	overflow: hidden;
}
.thumb-pad0 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	text-align: center;
	background: none;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0 50px;
	overflow: hidden;
	text-align: center;
}
.thumb-pad0 .thumbnail .caption .title {
	font: 36px/36px 'Jockey One';
	color: #f5f5f5;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.thumb-pad0 .thumbnail .caption .description {
	font: 120px/120px 'Jockey One';
	color: #f5f5f5;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.thumb-pad0 .thumbnail .caption p {
	margin-bottom: 27px;
	color: #ffffff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.thumb-pad0 .thumbnail figure {
	padding: 0;
	margin: 0 0 12px 0;
	display: inline-block;
}
.thumb-pad1 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad1:hover .badge {
	background: #01a89e;
}
.thumb-pad1:hover a {
	background: url(../img/more.png) 0 bottom no-repeat !important;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
	margin: 0;
	font: 32px 'Jockey One';
	color: #242424;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 0;
	color: #6f6f6f;
	font-style: italic;
	line-height: 24px;
}
.thumb-pad1 .thumbnail .caption a {
	width: 13px;
	height: 13px;
	display: inline-block;
	overflow: hidden;
	background: url(../img/more.png) 0 top no-repeat;
	position: relative;
	top: 3px;
	margin-left: 7px;
}
.thumb-pad1 .badge {
	margin: 0;
	padding: 0;
	box-shadow: none;
	float: left;
	border: none;
	margin-right: 10px;
	width: 52px;
	height: 52px;
	line-height: 47px;
	text-align: center;
	background: #242424;
	border-radius: 100%;
}
.thumb-pad2 {
	margin: 0;
	padding-bottom: 40px;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h3 {
	margin-bottom: 0;
}
.thumb-pad2 .thumbnail .caption a {
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5959;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #01a89e;
}
.thumb-pad2 figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0;
	padding-bottom: 40px;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .lnk {
	font: 18px 'Jockey One';
	color: #242424;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption .lnk:hover {
	color: #01a89e;
}
.thumb-pad3 .thumbnail .caption p {
	margin-bottom: 27px;
}
.thumb-pad3 figure {
	margin: 0 0 24px 0;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad3 figure a {
	display: block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 figure a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad4 {
	overflow: hidden;
}
.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: #5a5959;
}
.thumb-pad4 figure {
	margin: 0;
	margin-bottom: 26px;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin-bottom: 50px;
	overflow: hidden;
}
.thumb-pad6 .badge {
	margin: 0;
	padding: 0;
	box-shadow: none;
	float: left;
	border: none;
	margin-right: 30px;
	width: 70px;
	text-align: center;
	background: none;
	font: 60px/60px 'Jockey One';
	color: #ddb645;
}
.thumb-pad6 .badge > span {
	display: block;
	font-size: 28px;
	line-height: 35px;
	text-transform: uppercase;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
	color: #5a5959;
}
.thumb-pad6 .thumbnail .caption .tl {
	font: 18px/24px 'Jockey One';
	color: #242424;
	margin: 0 0 9px 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad6 .thumbnail .caption .tl:hover {
	color: #ddb645;
}
.thumb-pad6 .thumbnail .caption .lnk {
	padding-top: 6px;
	margin-bottom: 22px;
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a7a7a7;
}
.thumb-pad6 .thumbnail .caption .lnk a {
	font: 12px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #a7a7a7;
}
.thumb-pad6 .thumbnail .caption .lnk a:hover {
	color: #ddb645;
}
.thumb-pad6 .thumbnail .caption i {
	font-style: normal;
	padding: 0 3px;
}
.thumb-pad6 figure {
	margin: 0;
	float: left;
	margin-right: 30px;
}
.thumb-pad6 figure > img {
	width: 100%;
}
/*-----carousel-----*/
.carouselBox {
	padding: 45px 0 46px 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 79px;
	-webkit-box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin-top: 70px;
	background: url(../img/pattern2.png) repeat;
}
.carouselBox figure {
	float: left;
	margin-right: 28px;
	border-radius: 100%;
}
.carouselBox figure img {
	border-radius: 100%;
}
.carouselBox h2 {
	width: 100%;
	text-align: center;
}
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	padding: 0;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	text-align: center;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0 100px;
	text-align: center;
}
.list_carousel1 #foo1 > li p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 23px;
}
.list_carousel1 #foo1 > li a {
	font: 300 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5959;
	text-decoration: none;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #foo1 > li a:hover {
	color: #75c3d2;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn {
	position: absolute;
	top: 0;
	width: 100%;
}
.list_btn .prev, .list_btn .next {
	display: inline-block;
	width: 24px;
	height: 40px;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 30px;
}
.list_btn .prev {
	background: url(../img/prev.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	left: 0;
}
.list_btn .next {
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	right: 0;
}
.list_btn .prev:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_btn .next:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----btn-----*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 12px 30px;
	border-radius: 7px;
	font: bold 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #242424;
	background: #ffffff;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #242424;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 12px 30px;
	border-radius: 7px;
	font: bold 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #ffffff;
	background: #242424;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #f6d36c;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 12px 'Trajan Pro';
	margin: 0;
	text-shadow: none;
	color: #2a2a38;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn3 img {
	margin-right: 13px;
}
.btn-default.btn3:hover {
	color: #f75050;
	background: none;
	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: 0;
	font: 12px 'Trajan Pro';
	margin: 0;
	text-shadow: none;
	color: #f75050;
	background: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn-default.btn4 img {
	display: inline-block;
	margin: 0 13px 0 0;
}
.btn-default.btn4:hover {
	color: #5a5959;
	background: none;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.comp_list {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
}
.comp_list li {
	margin-left: 57px;
	float: none;
	display: inline-block;
	margin-bottom: 15px;
}
.comp_list li a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.comp_list li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.comp_list li:first-child {
	margin-left: 0;
}
.list1-1 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 12px;
	padding-left: 16px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1-1 li a {
	font: 18px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5a5959;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1-1 li a:hover {
	color: #75c3d2;
	-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: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 20px;
}
.list1 li span {
	font-size: 25px;
	color: #242424;
	float: left;
	margin-right: 14px;
}
.list1 li a {
	color: #242424;
	font: 18px 'Jockey One';
	line-height: 18px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #01a89e;
}
.list1 li p {
	margin-top: 0;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 40px;
}
.list2 li figure {
	float: left;
	margin-right: 19px;
}
.list2 li a {
	color: #242424;
	font: 18px/18px 'Jockey One';
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #ddb645;
}
.list2 li .lnk {
	color: #ddb645;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li .lnk:hover {
	color: #5a5959;
}
.list2 li time {
	font: 11px/12px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ddb645;
	display: inline-block;
	margin-bottom: 4px;
}
.list2 li p {
	margin-bottom: 0;
}
.list8 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list8 li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 24px;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	overflow: hidden;
	border: 1px solid #b7b7b7;
}
#search-404 a {
	position: absolute;
	top: 4px;
	right: 7px;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#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: 85%;
	outline: none;
	border: none;
	background: none;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #5a5959;
	padding: 6px 14px;
	height: 33px;
	resize: none;
}
#search {
	margin: -5px 0 0 0;
	position: relative;
	float: right;
}
#search a {
	position: absolute;
	top: -2px;
	line-height: 35px;
	right: 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
#search a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	border: 1px solid #656565;
	margin: 0;
	width: 272px;
	outline: none;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #202020;
	background: #000000;
	height: 35px;
	padding: 9px 30px 10px 10px;
	resize: none;
	float: left;
}
/*-----map-----*/
.map {
	margin: 0;
	width: 100%;
	line-height: 0;
	border-bottom: 3px solid #f5f5f5;
	overflow: hidden;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 433px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.map.map2 {
	border-bottom: none;
	margin: 0 0 72px 0;
}
.map.map2 iframe {
	height: 413px;
}
.info {
	margin-bottom: 31px;
}
.info p {
	margin-bottom: 0;
}
.info p > span {
	display: inline-block;
	width: 94px;
}
.info a {
	color: #5a5959;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}
.info a:hover {
	color: #01a89e;
}
/*-----form-----*/
.formBox {
	padding-bottom: 100px;
}
#contact-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	text-align: left;
}
#contact-form p {
	margin-bottom: 5px;
}
#contact-form label {
	position: relative;
	display: block;
	min-height: 71px;
	margin: 0;
	font-weight: normal;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #5a5959;
}
#contact-form label span {
	margin-bottom: 2px;
	display: block;
	color: #5a5959;
}
#contact-form .holder {
	overflow: hidden;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 235px;
	margin-right: 31px;
}
.form-div-3 {
	margin-right: 0;
}
#contact-form ._placeholder {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: text;
	padding: 10px 14px;
	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 #e0dfdf;
	background: none;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #5a5959;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#contact-form textarea {
	height: 251px;
	margin-bottom: 29px;
}
#contact-form .error-message, #contact-form .empty-message {
	height: 0;
	overflow: hidden;
	font: 10px 'Arial';
	color: #01a89e;
	-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: #f5f5f5;
	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 #e0dfdf;
	background: #f5f5f5;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 41px;
	color: #5a5959;
	padding: 0 14px;
	height: 41px;
	resize: none;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btns .btn1 {
	float: left;
}
.btns p {
	float: left;
	font-size: 12px;
	margin: -3px 0 0 35px;
}
.mail {
	color: #5a5959;
	font: 14px 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #01a89e;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.jade {
	 margin:40px 20px 10px 20px;
	 display:block;
}
.page_imagebar
{
	text-align:center;
}

.page_image
{
	border-style: solid;
    border-width: 2px;
    border-color: #d1dded;
    margin-left:10px;
    margin-right:10px;
    margin-top:5px;
    margin-bottom:5px;
}

.page_image:hover
{
	border-color:#01a89e;
}

/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0px;
}
 #newsletter label {
 width: 300px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1219px) {
 h1.navbar-brand_ {
 margin-right: 0;
}
 nav.tm_navbar {
 float: right;
}
 .banner-box .box {
 width: 232px;
}
 .banner-box {
 top: 0;
 margin-top: 0;
}
 .follow_icon {
 display: block;
 overflow: hidden;
 width: 100%;
 margin: 0;
 padding: 25px 0;
 float: none;
 text-align: center;
}
 .follow_icon li {
 float: none;
 display: inline-block;
}
 .banner-box .box .title {
 font-size: 24px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .errorBox figure img {
 width: 100%;
}
 #contact-form p {
 margin-bottom: 0;
}
 #contact-form label {
 min-height: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
 nav.tm_navbar li a {
 padding: 16px 30px;
}
 nav.tm_navbar li {
 background-position: right 0;
}
 header {
 height: auto;
 padding: 0;
 text-align: center;
}
 .banner-box {
 top: 0;
 margin-top: 0;
}
 .follow_icon {
 display: block;
 overflow: hidden;
 width: 100%;
 margin: 0;
 padding: 25px 0;
 float: none;
 text-align: center;
}
 .follow_icon li {
 float: none;
 display: inline-block;
}
 .banner-box {
 text-align: center;
}
 .banner-box .box {
 margin: 0 0 4px 0;
 width: 100%;
}
 .banner-box .box .title {
 font-size: 24px;
}
 .experience-box .title {
 margin-top: 20;
 font-size: 45px;
 line-height: 45px;
}
 .menuBox {
 text-align: center;
}
 .menuBox article {
 padding-bottom: 20px;
}
 nav.tm_navbar {
 float: none;
}
 nav.tm_navbar > .nav {
 display: inline-block;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 30px;
}
 #search {
 display: inline-block;
 margin-top: 20px;
 float: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox figure img {
 width: 100%;
}
 .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 margin-top: 80px;
 overflow: hidden;
}
 .about-box article {
 margin-bottom: 30px;
}
 .testimBox {
 padding: 45px 0 0 0;
}
 #contact-form p {
 margin-bottom: 0;
}
 .errorBox1 {
 margin-bottom: 40px;
}
 .thumb-pad6 figure {
 margin: 0;
 float: none;
 margin-bottom: 15px;
}
 nav.tm_navbar .sub-menu > ul {
 top: 50px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 .banner-box {
 top: 0;
 margin-top: 0;
}
 .follow_icon {
 display: block;
 overflow: hidden;
 width: 100%;
 margin: 0;
 padding: 25px 0;
 float: none;
 text-align: center;
}
 .follow_icon li {
 float: none;
 display: inline-block;
}
 .banner-box {
 text-align: center;
}
 .banner-box .box {
 margin: 0 0 4px 0;
 width: 100%;
}
 .banner-box .box .title {
 font-size: 24px;
}
 .experience-box article {
 margin-bottom: 15px;
}
 .experience-box .title {
 margin-top: 20px;
 font-size: 45px;
 line-height: 45px;
}
 header {
 height: auto;
 padding: 0;
 text-align: center;
}
 .menuBox {
 float: none;
}
 h1.navbar-brand_ {
 float: none;
 width: 100%;
 text-align: center;
 margin-bottom: 20px;
}
 nav.tm_navbar {
 display: inline-block;
 margin-top: 50px;
}
 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 #01a89e;
 background: #01a89e;
 color: #2e2e2e;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 #search {
 display: inline-block;
 margin-top: 20px;
 float: none;
}
 .thumb-pad1 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-pad1 .thumbnail .caption {
 text-align: left;
}
 .thumb-pad1 .thumbnail .caption .title {
 font-size: 21px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .errorBox figure {
 margin-bottom: 60px;
}
 .proffesional-box {
 padding: 70px 0;
}
 .proffesional-box h2 {
 font-size: 50px;
 margin-bottom: 10px;
}
 .proffesional-box .title {
 font-size: 21px;
}
 .servicesBox h2 {
 font-size: 48px;
 line-height: 48px;
}
 .servicesBox h2 > span {
 font-size: 27px;
 line-height: 30px;
}
 .blogBox h2 {
 font-size: 50px;
 margin-bottom: 25px;
}
 .privacyBox {
 margin-bottom: 60px;
}
 .errorBox {
 padding-top: 80px;
}
 .pict {
 background: none;
 padding: 0 0 90px 0;
}
 .list3 {
 margin-bottom: 50px;
}
 .logo-box {
 overflow: hidden;
 margin-bottom: 50px;
 text-align: center;
}
 .logo-box .follow_list {
 display: inline-block;
}
  /*.thumb-pad3 figure {
    margin: 0;
    float: left;
    margin-right: 15px;
}*/
  .testimBox article {
 margin-bottom: 35px;
}
 .categories-box {
 margin-top: 80px;
 overflow: hidden;
}
 .block-box article {
 margin-bottom: 50px;
}
 .about-box article {
 margin-bottom: 30px;
}
 .thumb-pad1 {
 margin-bottom: 30px;
}
 .list_btn {
 top: 20%;
}
 .list_carousel1 #foo1 > li {
 padding: 0 60px;
}
 .thumb-pad4 figure {
 margin: 0 15px 0 0;
 float: left;
}
 .testimBox {
 padding: 45px 0 0 0;
}
 #contact-form p {
 margin-bottom: 0;
}
 #contact-form label {
 min-height: 50px;
}
 .errorBox1 {
 margin-bottom: 40px;
}
 footer {
 text-align: center;
}
 footer p {
 float: none;
 margin-bottom: 30px;
}
 footer .follow_icon {
 float: none;
 display: inline-block;
}
 .foo_icon {
 display: inline-block;
 margin-bottom: 25px;
}
 .foo_info {
 margin-bottom: 25px;
}
 #newsletter label {
 float: none;
 margin-right: 9px;
}
 .comp_list li {
 margin-left: 20px;
}
 .thumb-pad6 figure {
 margin: 0;
 float: none;
 margin-bottom: 15px;
}
 .thumb-pad6 .badge {
 margin-right: 10px;
 font-size: 45px;
 line-height: 45px;
}
 .errorBox1 h2 {
 font-size: 45px;
 line-height: 45px;
}
 #newsletter label {
 float: none;
 margin-right: 0;
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .thumb-pad6 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
  /*.thumb-pad3 figure {
    margin:0 0 27px 0;
    float: none;
}*/
  .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 0 15px 0;
 float: none;
}
 .experience-box article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .thumb-pad6 .thumbnail .badgeBox p br {
 display: block;
}
 .thumb-pad6 .thumbnail .badgeBox p > .lnk {
 float: none !important;
}
 .errorBox figure img {
 width: 100%;
}
 .comment-box .extra-wrap {
 overflow: visible;
}
 .comment-box figure {
 margin-right: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 480px) {
 .testimBox article {
 width: 100%;
 float: none;
}
 .thumb-pad1 figure {
 display: block;
}
 .thumb-pad1 figure img {
 width: 100%;
}
 .galleryBox article {
 width: 100%;
 float: none;
}
 .baner-box {
 width: 100%;
 float: none;
}
 .proffesional-box h2 {
 font-size: 35px;
}
 .blogBox h2 h2 {
 font-size: 35px;
}
 .servicesBox article {
 width: 100%;
 float: none;
}
 .thumb-pad6 .thumbnail .badgeBox a.tl {
 font-size: 15px;
 line-height: 20px;
 margin-bottom: 15px;
 font-weight: normal;
}
 .thumb-pad6 .thumbnail .badgeBox p.lnk1 {
 float: none;
 display: block;
 margin-bottom: 10px;
}
 .thumb-pad6 .thumbnail .badgeBox p.lnk2 {
 float: none;
 display: block;
}
 .gallery-box article {
 width: 100%;
 float: none;
}
 footer i {
 display: none;
}
 footer br {
 display: block;
}
 .comp_list li {
 margin-left: 0;
 display: block;
 margin-bottom: 15px;
}
 .testimBox article {
 width: 100%;
 float: none;
}
 #newsletter label {
 float: none;
 margin-right: 0;
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 320px) {
 h1.navbar-brand_ a img {
 width: 100%;
}
 .eventsBox article {
 width: 100%;
 float: none;
}
 .teamBox article {
 width: 100%;
 float: none;
}
 .testimBox article {
 width: 100%;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
.margBot {
	margin-bottom: 0;
}
.padBot {
	padding-bottom: 50px;
}
.padBot1 {
	padding-bottom: 16px;
}
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
@media (max-width: 1500px) {
 .jade {
 display: none;
}
}