@import url(//fonts.googleapis.com/css?family=PT+Sans:400);
 @import url(//fonts.googleapis.com/css?family=PT+Sans:700);
/*-----template stylization-----*/
body {
	background: #ffffff;
	font: 15px "PT Sans", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #444052;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
}
h1.navbar-brand_ p {
	text-transform: uppercase;
	font-size: 10px;
	color: #c8c5d2;
	float: right;
	right: -125px;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a > img {
	width: 100%;
}
h2 {
	color: #444052;
	font: bold 120px/120px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
	letter-spacing: -5px;
}
h3 {
	color: #c2c0c8;
	font: 24px/24px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 55px 0;
	letter-spacing: -1px;
}
h4 {
	color: #444052;
	font: bold 80px/80px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 39px 0;
	letter-spacing: -4px;
}
h5 {
	color: #444052;
	font: bold 60px/60px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0 0 39px 0;
	letter-spacing: -4px;
}
p {
	margin-bottom: 26px;
	line-height: 26px;
}
.extra-wrap {
	overflow: hidden;
}
/*-----menu-----*/
nav.tm_navbar {
	background: none;
	border: none;
	padding: 0;
	margin: 53px 0 0 0;
	float: right;
}
nav.tm_navbar ul {
	display: inline-block;
}
nav.tm_navbar li {
	float: left;
	margin-left: 22px;
}
nav.tm_navbar li a {
	position: relative;
	padding: 15px 0 0 0;
	float: left;
	text-transform: uppercase;
	font: 10px "PT Sans", Helvetica, Arial, sans-serif;
	color: #433f51;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li a > em {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li.active > a {
	color: #c8c5d2;
	background: none;
}
nav.tm_navbar li.active > a > em {
	background: #393645;
}
nav.tm_navbar li > a:hover {
	color: #c8c5d2;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li > a:hover > em {
	background: #393645;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a {
	color: #c8c5d2;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sfHover > a > em {
	background: #393645;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar li a span {
	display: inline-block;
	height: 6px;
	background: url(../img/menu-marker.png) no-repeat;
	width: 7px;
	position: absolute;
	left: 15px;
	top: 34px;
}
/*-----subMenu1-----*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 147px;
	left: -20px;
	top: 43px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #433f51;
	padding: 20px 0 20px 20px;
	margin: 0;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	float: none;
	margin: 0;
	padding: 0;
	border: none;
	width: 100%;
	height: auto !important;
	margin-bottom: 12px;
	overflow: hidden;
}
nav.tm_navbar .sub-menu li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	display: block;
	padding: 0;
	margin: 0;
	font: 10px/18px "PT Sans", Helvetica, Arial, sans-serif;
	color: #c8c5d2;
	background: none;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li a span {
	margin-left: 10px;
	display: inline-block;
	background: url(../img/menu-marker2.png) no-repeat;
	width: 6px;
	height: 5px;
	position: relative;
	top: -4px;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	background: none !important;
	color: #ffffff !important;
}
/*-----subMenu2-----*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 198px;
	left: 191px;
	top: -49px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #f3de79;
	padding: 49px 22px 49px 22px;
	margin: 0;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font: 10px/18px "PT Sans", Helvetica, Arial, sans-serif;
	color: #c8c5d2;
	background-color: transparent;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul li a:hover, nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	background: none !important;
	color: #ffffff !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.select-menu {
	display: none !important;
}
/*-----content-----*/
header {
	margin: 46px 0 17px 0;
	text-align: left;
}
.xBlock p {
	font-size: 12px;
	line-height: 20px;
	border-bottom: 2px solid #433f51;
	padding-bottom: 22px;
}
footer {
	padding: 159px 0 100px 0;
}
footer br {
	display: none;
}
footer p {
	text-transform: uppercase;
	color: #c8c5d2;
	font-size: 10px;
	margin-left: 376px;
	margin-top: -10px;
	line-height: 16px;
	letter-spacing: 1px;
}
footer a {
	text-transform: uppercase;
	color: #c8c5d2;
	font-size: 10px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #444052;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo_menu {
	background: none;
	border: none;
	padding: 0;
	margin: 51px 0 0 0;
	float: right;
	list-style: none;
}
.foo_menu li {
	float: left;
	margin-left: 22px;
}
.foo_menu li:first-child {
	margin-left: 0;
}
.foo_menu li a {
	position: relative;
	padding: 15px 0 0 0;
	float: left;
	text-transform: uppercase;
	font: 10px "PT Sans", Helvetica, Arial, sans-serif;
	color: #433f51;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo_menu li a > em {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo_menu li.active > a {
	color: #c8c5d2;
	background: none;
}
.foo_menu li.active > a > em {
	background: #393645;
}
.foo_menu li > a:hover {
	color: #c8c5d2;
	background: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo_menu li > a:hover > em {
	background: #393645;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.aboutBox {
	padding-bottom: 45px;
	margin-bottom: 68px;
	border-bottom: 1px solid #eae9eb;
}
.servicesBox {
	padding-bottom: 60px;
	border-bottom: 1px solid #eae9eb;
}
.testimonialsBox {
	padding-bottom: 83px;
	border-bottom: 1px solid #eae9eb;
}
.blogBox {
	padding-bottom: 54px;
	border-bottom: 1px solid #eae9eb;
}
.formBox {
	padding-bottom: 54px;
	border-bottom: 1px solid #eae9eb;
}
.error-box {
	border-bottom: 1px solid #eae9eb;
	padding-bottom: 87px;
}
.errorBox {
	margin-top: -15px;
}
.errorBox > img {
	width: 100%;
}
.errorBox h4 {
	margin-bottom: 17px;
}
.searchBox {
	border-bottom: 1px solid #eae9eb;
	padding-bottom: 60px;
}
#toTop {
	display: none;
	width: 36px;
	height: 36px;
	overflow: hidden;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 40px;
	z-index: 999;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
/*-----thumbs-----*/
.thumbBox1 {
	border-bottom: 1px solid #eae9eb;
	padding-bottom: 50px;
	margin-bottom: 59px;
}
.thumb-pad1Box {
	padding: 0;
}
.thumb-pad1Box .thumb-pad1 {
	margin-top: 15px;
}
.archBox .thumb-pad1 {
	margin-top: -11px;
}
.archBox .thumb-pad1 figure {
	margin-left: -13px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 27px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 21px 0 0 0;
	color: #444052;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption .title {
	color: #a2a0aa;
	font-size: 10px;
	text-transform: uppercase;
	margin-bottom: 6px;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 17px;
}
.thumb-pad1 figure {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	border-radius: 230px;
	float: left;
	margin-right: 15px;
	margin-top: -11px;
	overflow: hidden;
	padding: 14px;
}
.thumb-pad1 figure > img {
	border-radius: 230px;
	padding: 0;
}
.thumb-pad1 figure > em {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 230px;
	border-style: solid;
	border-width: 14px 14px 14px 14px;
	border-color: transparent transparent #433f51 transparent;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.thumb-pad1 figure > strong {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 230px;
	opacity: 0;
	border-style: solid;
	border-width: 14px 14px 14px 14px;
	border-color: #d1d0d5 transparent transparent transparent;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
}
.thumbBox2 {
	border-bottom: 1px solid #eae9eb;
	padding-bottom: 35px;
}
.thumbBox2 .thumb-pad1 figure {
	float: none;
	width: 100%;
	margin-bottom: 4px;
}
.thumbBox2 .thumb-pad1 figure > img {
	width: 100%;
}
.thumbBox2 .thumb-pad1 .thumbnail .caption p {
	margin-top: -4px;
}
.thumbBox2 .thumb-pad1 .thumbnail .caption {
	text-align: center;
}
.thumbBox2 .thumb-pad1 .thumbnail .caption a {
	line-height: 10px;
	margin-bottom: 0;
	color: #a2a0aa;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumbBox2 .thumb-pad1 .thumbnail .caption a:hover {
	color: #444052;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad2 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0 0 27px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #444052;
}
.thumb-pad2 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	border-radius: 10px;
	margin-bottom: 13px;
}
.thumb-pad2 figure > img {
	width: 100%;
	border-radius: 10px;
}
.thumb-pad3 {
	background: #e9e8ed;
	border-radius: 10px;
	margin-bottom: 30px;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0 20px 12px 20px;
	margin: 0 0 27px 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #444052;
}
.thumb-pad3 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	border-radius: 10px;
	margin-bottom: 13px;
}
.thumb-pad3 figure > img {
	width: 100%;
	border-radius: 10px;
}
.thumb-pad4 {
	margin-bottom: 39px;
	margin-top: -5px;
}
.thumb-pad4 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #444052;
}
.thumb-pad4 .thumbnail .post {
	display: block;
	margin-bottom: 16px;
}
.thumb-pad4 .thumbnail .post p {
	margin-bottom: 0;
	margin-top: 3px;
}
.thumb-pad4 .thumbnail .post p span {
	float: left;
	margin-right: 5px;
}
.thumb-pad4 .thumbnail .post a {
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .post a:hover {
	color: #d1d0d5;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad4 .thumbnail .post .posted {
	overflow: hidden;
}
.thumb-pad4 figure {
	position: relative;
	z-index: 1;
	margin: 0;
	float: left;
	margin-right: 20px;
	border-radius: 10px;
}
.thumb-pad4 figure > img {
	width: 100%;
	border-radius: 10px;
}
.thumb-pad4 .thumbnail .badge-box {
	text-align: center;
	font: bold 20px/20px "PT Sans", Helvetica, Arial, sans-serif;
	color: #444052;
	margin-right: 20px;
	float: left;
}
.thumb-pad4 .thumbnail .badge {
	padding: 0;
	margin: 0;
	border-radius: 50px;
	box-shadow: none;
	text-shadow: none;
	font: bold 30px/45px "PT Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	background: #444052;
	width: 50px;
	height: 50px;
	margin-top: 5px !important;
	letter-spacing: -2px;
	margin-bottom: -2px;
}
/*-----btn-----*/
.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	padding: 0;
	font: 10px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	text-transform: none;
	text-shadow: none;
	color: #000000;
	border: none;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn1 > span {
	float: left;
	margin-right: 5px;
}
.btn1 > em {
	font-size: 15px;
	float: left;
	color: #000000;
	position: relative;
	top: -2px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn1:hover {
	color: #b8b6be;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn1:hover > em {
	color: #b8b6be;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none !important;
	padding: 0;
	font: 19px "PT Sans", Helvetica, Arial, sans-serif;
	margin: 0;
	text-shadow: none;
	color: #000000;
	border: none;
	text-transform: none;
	display: inline-block;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn2 > span {
	float: left;
	margin-right: 15px;
}
.btn2 > em {
	font-size: 25px;
	line-height: 25px;
	float: left;
	color: #000000;
	position: relative;
	top: 0;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn2:hover {
	color: #b8b6be;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.btn2:hover > em {
	color: #b8b6be;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----list-----*/
.list1 {
	margin: 0;
	list-style: none;
	overflow: hidden;
	padding-left: 0;
}
.list1 li {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 14px;
}
.list1 li > a {
	color: #c8c5d2;
	font-size: 11px;
	line-height: 18px;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li > a:hover {
	color: #444052;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: -7px 0 0 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 14px;
	overflow: hidden;
}
.list2 li p {
	margin-bottom: 11px;
}
.list2 li .badge {
	padding: 0;
	margin: 0;
	border-radius: 50px;
	box-shadow: none;
	text-shadow: none;
	font: bold 40px/46px "PT Sans", Helvetica, Arial, sans-serif;
	text-align: center;
	color: #ffffff;
	background: #444052;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
	margin-top: 7px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 30px;
}
.list3 li figure {
	margin: 0;
	border-radius: 10px;
}
.list3 li figure > img {
	border-radius: 10px;
	width: 100%;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-top: -7px;
}
.list4 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 30px;
}
.list4 li img {
	float: left;
	margin-right: 10px;
}
.list4 li a {
	font-weight: bold;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list4 li a:hover {
	text-decoration: none;
	color: #d1d0d5;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 0;
}
.list5 li {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 9px;
	padding-left: 22px;
	background: url(../img/list_point.png) left 10px no-repeat;
}
.list5 li a {
	font-weight: bold;
	font-size: 15px;
	color: #444052;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list5 li a:hover {
	text-decoration: none;
	color: #d1d0d5;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 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;
	padding: 6px 15px 7px 12px;
	width: 100%;
	outline: none;
	border: 1px solid #d7d7d7;
	background: #f6f6f7;
	font: 15px "PT Sans", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #444052;
	height: 33px;
	margin-bottom: 32px;
}
/*-----map-----*/
.map {
	margin: 0 0 68px 0;
	padding-bottom: 80px;
	border-bottom: 1px solid #eae9eb;
	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: 508px;
	border: none;
	line-height: 0;
	border-radius: 10px;
}
.info p {
	margin-bottom: 18px;
}
/*-----form-----*/
#contact-form {
	position: relative;
	z-index: 1;
	margin: 33px 0 0 0;
	padding: 0 0 0 0;
	vertical-align: top;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 249px;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p {
	margin-bottom: 3px;
}
.form-div-1, .form-div-2 {
	margin-right: 10px;
}
#contact-form .holder {
	overflow: hidden;
	min-height: 46px;
}
#contact-form fieldset {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0;
	width: 100%;
	border: none;
}
#contact-form label {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 43px;
	width: 100%;
}
#contact-form .message {
	display: block !important;
	min-height: 123px;
	width: 100%;
	margin-bottom: 32px;
}
#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;
	padding: 6px 15px 7px 12px;
	width: 100%;
	outline: none;
	border: 1px solid #d7d7d7;
	background: #f6f6f7;
	font: 15px "PT Sans", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #444052;
	height: 33px;
}
#contact-form input:focus, #contact-form textarea:focus {
	box-shadow: none;
}
#contact-form .area .error {
	float: none;
}
#contact-form textarea {
	overflow: auto;
	width: 100%;
	height: 177px;
	resize: none;
}
#contact-form .success {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 20;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px;
	width: 100%;
	background: #d7d7d7;
	color: #444052;
	text-align: center;
	text-transform: none;
	font-size: 14px;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	line-height: 22px;
}
#contact-form .error, #contact-form .empty {
	position: absolute;
	bottom: 12px;
	text-align: right;
	right: 2px;
	display: none;
	overflow: hidden;
	padding: 1px 4px 0px 0;
	width: 100%;
	color: #444052;
	text-transform: none;
	font-size: 11px;
	line-height: 1.27em;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
}
#contact-form .message .error, #contact-form .message .empty {
	bottom: -15px;
	text-align: right;
}
.btns .btn2 {
	float: left;
}
.btns p {
	margin-top: 1px;
	float: left;
	margin-left: 58px;
	font-weight: normal;
}
.mail {
	text-decoration: underline;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mail:hover {
	color: #c8c5d2;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*------------------------------------------------------media queries---------------------------------------------------------*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 992px) and (max-width: 1219px) {
 h4 {
 font-size: 55px;
 line-height: 55px;
 letter-spacing: -2px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 198px;
}
 .foo_menu li {
 margin-left: 15px;
}
 footer p {
 letter-spacing: 0;
}
 .foo_menu li a {
 letter-spacing: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 768px) and (max-width: 991px) {
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 width: 100%;
 float: none;
 text-align: center;
}
 h1.navbar-brand_ p {
 right: 33px;
}
 nav.tm_navbar {
 float: none;
 text-align: center;
}
 h2 {
 font-size: 80px;
 line-height: 80px;
 letter-spacing: -3px;
}
 h3 {
 font-size: 20px;
 line-height: 20px;
}
 h4 {
 font-size: 55px;
 line-height: 55px;
 letter-spacing: -2px;
}
 h5 {
 font-size: 45px;
 line-height: 45px;
 letter-spacing: -3px;
}
 .thumb-pad1 figure {
 float: none;
 margin-right: 0;
 margin-left: 0 !important;
 width: 100%;
}
 .thumb-pad1 figure > img {
 width: 100%;
}
 .thumbBox2 .thumb-pad1Box {
 width: 44%;
}
 .logoBox {
 width: 100%;
 float: none;
}
 .list1Box {
 width: 50%;
 float: left;
}
 .list1 {
 padding: 0;
}
 .list1 li {
 float: left;
 margin-right: 20px;
}
 .menuBox {
 width: 50%;
 float: left;
}
 .foo_menu {
 float: right;
 margin-top: -12px;
 overflow: hidden;
}
 .foo_menu > li {
 margin-left: 0;
 margin-right: 22px;
}
 .thumb-pad4 figure {
 width: 100%;
 margin-right: 0;
 float: none;
 margin-bottom: 15px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 149px;
}
 footer {
 padding: 80px 0 30px 0;
}
 footer .pull-right {
 float: none !important;
 width: 100%;
 float: none;
}
 .list1Box {
 width: 100%;
 float: none;
}
 .menuBox {
 width: 100%;
 float: none;
}
 .foo_menu {
 float: none;
 margin-top: 10px;
 margin-bottom: 40px;
}
 .list1 {
 padding-left: 0;
 text-align: center;
}
 .list1 li {
 float: none;
 display: inline-block;
}
 .foo_menu {
 float: none;
 text-align: center;
}
 .foo_menu li {
 display: inline-block;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 767px) {
 .select-menu {
 display: inline-block !important;
 width: 80%;
 border: 1px solid #433f51;
 background: #563d7c;
 color: #ffffff;
 cursor: pointer;
 margin-top: 10px;
}
 header {
 text-align: center;
}
 h1.navbar-brand_ {
 width: 100%;
 float: none;
 text-align: center;
}
 h1.navbar-brand_ p {
 right: 0;
 top: 0;
 display: block;
 margin-top: 20px;
 text-align: center;
 float: none;
}
 h2 {
 font-size: 80px;
 line-height: 80px;
 letter-spacing: -3px;
}
 h3 {
 font-size: 20px;
 line-height: 20px;
}
 h4 {
 font-size: 55px;
 line-height: 55px;
 letter-spacing: -2px;
}
 h5 {
 font-size: 45px;
 line-height: 45px;
 letter-spacing: -3px;
}
 nav.tm_navbar {
 float: none;
 display: inline-block;
 width: 100%;
 margin: 0;
}
 nav.tm_navbar .nav {
 display: none;
}
 .thumb-pad1 {
 padding: 30px 0;
}
 .thumbBox2 .thumb-pad1Box {
 width: 44%;
 float: left;
 margin-right: 20px;
}
 .thumbBox2 .thumb-pad1 {
 padding-top: 0;
 padding-bottom: 0;
}
 .menuBox {
 display: none;
}
 .list1 {
 margin-bottom: 20px;
}
 .list1 li {
 float: left;
 margin-right: 20px;
}
 .thumb-pad2 figure {
 float: left;
 margin-right: 20px;
}
 .about-box {
 margin-bottom: 50px;
}
 .list2 {
 margin-bottom: 50px;
}
 .list3 li {
 float: left;
}
 .services-box {
 float: left;
}
 .list5Box {
 margin-top: 70px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
}
 .privBox {
 margin-top: 50px;
}
 .errorBox {
 margin-top: 0;
 margin-bottom: 50px;
}
 .error-box {
 padding-bottom: 0;
}
 .list1 {
 padding-left: 0;
 text-align: center;
}
 .list1 li {
 float: none;
 display: inline-block;
}
 .foo_menu {
 float: none;
 text-align: center;
}
 .foo_menu li {
 display: inline-block;
 float: none;
}
 footer {
 padding: 80px 0 30px 0;
}
 footer .pull-right {
 float: none !important;
}
 footer br {
 display: none;
}
 .logoBox {
 width: 100%;
}
 .map iframe {
 height: 300px;
}
 .info {
 margin-bottom: 50px;
}
 .archBox .thumb-pad1 figure {
 margin-left: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 626px) {
 .select-menu {
 width: 100%;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 width: 100%;
}
 footer br {
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 560px) {
 h2 {
 font-size: 35px;
 line-height: 35px;
 letter-spacing: -1px;
 margin: 0 0 5px 0;
}
 h3 {
 font-size: 16px;
 line-height: 16px;
}
 .thumb-pad4 figure {
 width: 100%;
 margin-right: 0;
 float: none;
 margin-bottom: 15px;
}
 footer br {
 display: none;
}
 footer p {
 margin: 20px 0 0 0;
 text-align: center;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (max-width: 480px) {
 .thumb-pad1 figure {
 float: none;
 margin-right: 0;
 width: 100%;
}
 .thumb-pad1 figure > img {
 width: 100%;
}
 .thumbBox2 .thumb-pad1Box {
 width: 100%;
 float: none;
 margin-right: 0;
}
 footer p {
 margin: 20px 0 30px 0;
 width: 100%;
 text-align: center;
}
 footer img {
 width: 100%;
}
 .list1Box {
 text-align: center;
}
 .list1 {
 padding: 0;
 display: inline-block;
}
 .list1 li {
 margin-right: 15px;
}
 .list1 li {
 margin-bottom: 0;
}
 .list1 li > a {
 font-size: 10px;
}
 .list1 li:first-child + li + li + li + li {
 margin-right: 0;
}
 .list1 li {
 margin-right: 8px;
}
 .services-box {
 width: 100%;
 margin-right: 0;
 float: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/@media (min-width: 320px) and (max-width: 481px) {
 .list3 li {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .thumb-pad4 .thumbnail .post .posted {
 margin-top: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.indent {
	margin-bottom: 32px;
}
.brd {
	border-bottom: 1px solid #eae9eb;
	padding-bottom: 82px;
}
.padBot {
	padding-bottom: 69px;
}
/*Core variables and mixins*/
