@import url(//fonts.googleapis.com/css?family=Roboto:400,700);
/*------ template stylization ------*/
body {
	background: #3d3c3a;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #646464;
}
p {
	margin-bottom: 10px;
}
p > span {
	color: #e77865;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
h1.brand {
	font-size: 0 !important;
	line-height: 0 !important;
	margin: 0 !important;
	float: left;
	padding: 43px 0 0 0 !important;
}
h1.brand a {
	display: inline-block;
}
h1.brand a > img {
	width: 100%;
}
h2 {
	color: #3b4141;
	font: 31px/37px 'Roboto';
	margin: -6px 0 22px 0;
	letter-spacing: 0;
}
h3 {
	color: #00a1cb;
	font: bold 18px/20px 'Roboto';
	text-transform: uppercase;
	margin: 0 0 12px 0;
}
h4 {
	color: #00a1cb;
	font: bold 11px/20px 'Roboto';
	text-transform: uppercase;
	margin: 0 0 13px 0;
}
#content ul {
	list-style: none;
}
.extra-wrap {
	overflow: hidden;
}
.global {
	background: #f9f7f5;
}
/*-----btn-----*/
.btn.btn-primary {
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	border: none;
	display: inline-block;
	padding: 7px 13px 8px 13px;
	font: 13px 'Roboto';
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	background: #e54028;
	text-shadow: none;
	text-decoration: none !important;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-primary > span {
	color: #ffffff;
	font-size: 11px;
	margin-left: 7px;
}
.btn.btn-primary:hover {
	color: #ffffff;
	background: #434240;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-info {
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: none;
	position: relative;
	text-transform: none;
	display: inline-block;
	padding: 11px 19px 12px 20px;
	font: Arial, Helvetica, sans-serif Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	text-align: center;
	letter-spacing: 0;
	background: #e77865;
	text-shadow: none;
	text-decoration: none !important;
}
.btn.btn-info:hover {
	color: #f9f7f5;
	background: #3b3837;
}
.btn.btn-link {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font: 13px 'Roboto';
	color: #e54028;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-link span {
	margin-left: 6px;
}
.btn.btn-link:hover {
	color: #00a1cb;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-info.btn2 {
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: none;
	position: relative;
	text-transform: none;
	display: inline-block;
	padding: 3px 24px 3px 25px;
	font: 24px 'Ubuntu', Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	text-align: center;
	letter-spacing: 0;
	background-color: #5aa1c7;
	background-image: -moz-linear-gradient(top, #63a9cd, #4c94be);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#63a9cd), to(#4c94be));
	background-image: -webkit-linear-gradient(top, #63a9cd, #4c94be);
	background-image: -o-linear-gradient(top, #63a9cd, #4c94be);
	background-image: linear-gradient(to bottom, #63a9cd, #4c94be);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff63a9cd', endColorstr='#ff4c94be', GradientType=0);
	text-shadow: none;
	text-decoration: none !important;
}
.btn.btn-info.btn2:hover {
	background-color: #559cc4;
	background-image: -moz-linear-gradient(top, #4c94be, #63a9cd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c94be), to(#63a9cd));
	background-image: -webkit-linear-gradient(top, #4c94be, #63a9cd);
	background-image: -o-linear-gradient(top, #4c94be, #63a9cd);
	background-image: linear-gradient(to bottom, #4c94be, #63a9cd);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4c94be', endColorstr='#ff63a9cd', GradientType=0);
}
a.icon-circle-arrow-right {
	font-size: 14px;
	color: #e77865;
	margin-left: 5px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
a.icon-circle-arrow-right:hover {
	color: #3b3837;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*-----list-----*/
.list1 {
	margin: -4px 0 0 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 21px;
	padding-left: 18px;
	margin-bottom: 4px;
	background: url(../img/list_arrow.png) left 5px no-repeat;
}
.list1 li a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #646464;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list1 li a:hover {
	color: #e64c35;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list2 {
	margin: 0;
	list-style: none;
	margin-bottom: 6px;
}
.list2 li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 16px;
}
.list2 li p {
	font-style: italic;
	line-height: 17px;
	margin-bottom: 0px;
}
.list2 li img {
	float: left;
	margin-right: 11px;
}
.list2 li div {
	border-bottom: 1px dotted #afafaf;
	padding-bottom: 16px;
}
.list2 li:first-child + li div {
	border-bottom: none;
	padding-bottom: 0;
}
.list2 li a {
	color: #00a1cb;
	font-style: italic;
	font-size: 11px;
}
.list2 li a:hover {
	color: #e54028;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list3 {
	margin: 0;
	list-style: none;
	margin-bottom: 6px;
}
.list3 li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 34px;
	border-bottom: 1px dashed #afafaf;
	padding-bottom: 35px;
	overflow: hidden;
}
.list3 li:first-child + li {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.list3 li p {
	margin-bottom: 0px;
}
.list3 li figure {
	margin: 0;
	width: 74px;
	float: left;
	margin-right: 11px;
}
.list3 li strong {
	color: #e54028;
}
.list3 li a {
	color: #e54028;
	font-weight: bold;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list3 li a:hover {
	color: #3b4141;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list4 {
	margin: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 21px;
}
.list4 li a {
	color: #cecccc;
	font-size: 12px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list4 li a:hover {
	color: #00a1cb;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list4 li.active a {
	color: #00a1cb;
}
.list5 {
	margin: 0;
	list-style: none;
	margin-top: 8px;
}
.list5 li {
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
	margin-bottom: 2px;
}
.list5 li p {
	font-size: 12px;
	color: #cecccc;
	line-height: 21px;
}
.list5 li em {
	font-size: 11px;
	font-style: normal;
	display: block;
	margin-top: 1px;
}
.list5 li a {
	font-size: 11px;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list5 li a:hover {
	color: #00a1cb;
	border-bottom-color: #00a1cb;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list6 {
	margin: 0;
	list-style: none;
	margin-top: 4px;
	overflow: hidden;
	margin-bottom: 47px;
}
.list6 li {
	margin-bottom: 35px;
	overflow: hidden;
}
.list6 li .title1 {
	font: bold 20px 'Roboto';
	color: #00a1cb;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.list6 li .title2 {
	font: bold 11px/14px 'Roboto';
	color: #00a1cb;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.list6 li .descrip {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.list6 li figure {
	margin: 0;
	background: #ffffff;
	margin-bottom: 23px;
}
.list6 li figure img {
	width: 100%;
}
.list7 {
	margin: 0;
	list-style: none;
	display: block;
	margin-top: 22px;
}
.list7 li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 39px;
}
.list7 li .extra-wrap br {
	display: none;
}
.list7 .thumb-pad1 figure {
	margin-right: 19px;
}
.list7 li .extra-wrap p {
	font: bold 11px 'Roboto';
	line-height: 21px;
	text-transform: uppercase;
	color: #00a1cb;
	float: left;
}
.list7 li .extra-wrap div a {
	font: bold 11px 'Roboto';
	line-height: 21px;
	text-transform: uppercase;
	color: #00a1cb;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list7 li .extra-wrap div a:hover {
	color: #3b4141;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list7 li .extra-wrap > a {
	font: 31px/26px 'Roboto';
	color: #3b4141;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list7 li .extra-wrap > a:hover {
	color: #00a1cb;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list7 li > div {
	margin-bottom: 5px;
}
.list8 {
	margin: 0;
	list-style: none;
	display: block;
	margin-top: -8px;
	margin-bottom: 21px;
}
.list8 li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0;
}
.list8 li p {
	margin-bottom: 8px;
}
/*-----thumbs-----*/
.borderBox {
	overflow: hidden;
	border-right: 1px solid #c8c5bf;
}
.thumb-pad0 {
	overflow: hidden;
}
.thumb-pad0 .thumbnail {
	position: relative;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #646464;
}
.thumb-pad0 figure {
	margin: 0;
	float: left;
	margin-right: 31px;
}
.thumb-pad0 figure img {
	width: 100%;
}
.thumb-pad0 .thumbnail .caption .title1 {
	font: bold 23px 'Roboto';
	color: #00a1cb;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.thumb-pad0 .thumbnail .caption .title2 {
	margin-bottom: 63px;
}
.thumb-pad1 {
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #646464;
}
.thumb-pad1 figure {
	margin: 0;
	float: left;
	margin-right: 31px;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad1 .thumbnail .caption .title1 {
	font: bold 23px 'Roboto';
	color: #00a1cb;
	text-transform: uppercase;
	margin-bottom: 18px;
}
.thumb-pad1 .thumbnail .caption .title2 {
	margin-bottom: 63px;
}
.thumb-pad2 {
	margin: 0;
	text-align: left;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	overflow: hidden;
	padding: 15px 15px 7px 15px;
	background: #eeebe9;
}
.box-thumb1.box-pad2 .thumbnail {
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #646464;
}
.thumb-pad2 figure {
	margin: 0;
	margin-bottom: 12px;
}
.thumb-pad2 figure img {
	width: 100%;
}
.box-thumb1.box-pad2 .thumb-pad2 figure {
	margin-bottom: 18px;
}
.thumb-pad2 .thumbnail .caption p {
	color: #646464;
}
.thumb-pad2 .thumbnail .caption a {
	font-size: 14px;
	color: #e77865;
	display: inline-block;
	margin-bottom: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #646464;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad3 {
	margin: 0;
	list-style: none;
	overflow: hidden;
	text-align: left;
	margin-top: 3px;
}
.thumb-pad3 .thumbnail {
	position: relative;
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;
	margin-right: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	float: left;
	background: #eeebe9;
}
.thumb-pad3 .thumbnail > div {
	padding: 15px 15px 6px 15px;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #646464;
}
.thumb-pad3 .thumbnail .caption a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #e77865;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad3 .thumbnail .caption a:hover {
	color: #3b3837;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad3 figure {
	margin: 0;
	margin-bottom: 14px;
}
.thumb-pad3 figure img {
	width: 100%;
}
.thumb-pad4 {
	padding: 20px 20px 15px 20px;
	margin-bottom: 30px;
	background-color: #e7e7e7;
}
.thumb-pad4 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad4 figure {
	margin: 0;
	width: 100%;
	margin-bottom: 16px;
}
.thumb-pad4 figure img {
	width: 100%;
	max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 .thumbnail .caption p {
	color: #7b7b7b;
	margin-top: 11px;
}
.thumb-pad4 .thumbnail .caption a {
	color: #378673;
	font: 16px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
	color: #9bd156;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad5 {
	margin: 0;
	display: inline-block;
	margin-bottom: 19px !important;
}
.thumb-pad5 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #646464;
}
.thumb-pad5 .thumbnail .caption p {
	margin-bottom: 20px;
}
.thumb-pad5 figure {
	margin: 0;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 19px;
}
.thumb-pad5 figure img {
	width: 100%;
}
.box4-box {
	margin-top: 0;
	padding-bottom: 30px;
}
.thumb-pad8 {
	position: relative;
	padding: 20px 20px 26px 20px;
	margin-bottom: 23px;
	margin-top: -6px;
}
.thumb-pad8 span {
	background-color: #d9155c;
	width: 100%;
	height: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.thumb-pad8 strong {
	background-color: #f2f6f9;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail {
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad8 figure {
	margin: 0;
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 22px;
	border-bottom: 1px dashed #cdd0d2;
}
.thumb-pad8 figure img {
	width: 100%;
	max-width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #646464;
}
.thumb-pad8 .thumbnail .caption p {
	text-transform: uppercase;
	color: #afafaf;
	margin-bottom: 8px;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height: 21px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad8 .thumbnail .caption h4 {
	margin-bottom: 7px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.projects-box .thumb-pad8 .thumbnail .caption h4 {
	font-size: 17px;
}
.projects-box .thumb-pad8 .thumbnail .caption p {
	margin-bottom: 5px;
}
/*-----tabs-----*/
.nav-tabs {
	margin-bottom: 0;
	border: none;
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(top, #e3e3e3, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e3e3), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e3e3e3, #ffffff);
	background-image: -o-linear-gradient(top, #e3e3e3, #ffffff);
	background-image: linear-gradient(to bottom, #e3e3e3, #ffffff);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3e3e3', endColorstr='#ffffffff', GradientType=0);
}
.nav-tabs li a {
	background-color: #eeeeee;
	background-image: -moz-linear-gradient(top, #e3e3e3, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e3e3e3), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #e3e3e3, #ffffff);
	background-image: -o-linear-gradient(top, #e3e3e3, #ffffff);
	background-image: linear-gradient(to bottom, #e3e3e3, #ffffff);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe3e3e3', endColorstr='#ffffffff', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	font: 600 20px Arial, Helvetica, sans-serif;
	color: #333333;
	text-transform: uppercase;
	margin-right: 0;
	padding: 13px 17px 10px 18px;
	text-align: center;
	border-radius: 0;
	border: none;
	border-top: 5px solid #333333;
	position: relative;
}
.nav-tabs li a:hover {
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
	color: #333333;
	border: none;
}
.nav-tabs li a:focus {
	outline: none;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#ffffff));
	background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: -o-linear-gradient(top, #f7f7f7, #ffffff);
	background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
	color: #333333;
	box-shadow: none !important;
	border: none;
}
.nav-tabs > li {
	border-right: 1px solid #ffffff;
}
.tab-content {
	background: none;
	min-height: 157px;
	padding: 35px 20px 20px 19px;
	background: #ffffff;
	margin-bottom: 31px;
}
.tab-pane span {
	color: #2c2c2c;
	position: relative;
	display: block;
}
.tab-pane .overflow {
	position: relative;
	top: -5px;
}
.tab-pane .overflow p {
	position: relative;
	line-height: 18px;
	padding-bottom: 20px;
}
.tab-pane .overflow .txt-1 {
	position: relative;
	line-height: 18px;
	padding-bottom: 13px;
}
/*-----blockquote-----*/blockquote {
	padding: 0;
	border: none;
	margin: 0;
	overflow: hidden;
	margin-bottom: 37px;
}
blockquote img {
	position: absolute;
	top: 21px;
	left: 20px;
}
blockquote > div {
	padding: 30px 35px 28px 31px;
	background-color: #eeebe9;
	border: none;
	border-radius: 10px;
	position: relative;
}
blockquote span {
	background: url(../img/blockquote_triangle.png) 0 bottom no-repeat;
	width: 49px;
	height: 20px;
	display: inline-block;
	margin-left: 61px;
	position: relative;
}
blockquote p {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #646464;
}
blockquote a {
	color: #e77865;
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	float: right;
	margin-top: 17px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
blockquote a:hover {
	color: #3b3837;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*-----header-----*/
header {
	padding: 0;
	background: url(../img/pattern.png) repeat;
	border-bottom: 6px solid #1c1c1b;
	padding-bottom: 35px;
}
header.bg {
	background: #f2f2f2 url(../img/slogan_bg.png) 0 bottom repeat-x;
	margin-bottom: 36px;
}
header br {
	display: block;
}
header .follow-box {
	float: right;
	margin-top: -2px;
	text-align: right;
}
header p {
	font: 11px Arial, Helvetica, sans-serif;
	color: #abaaa7;
	float: left;
}
/*-----menu-----*/
.follow {
	margin: 0;
	list-style: none;
	float: left;
	margin-top: 53px;
	margin-left: 15px;
}
.follow li {
	float: left;
	line-height: 10px;
	margin-left: 7px;
}
.follow li:first-child {
	border-right: 1px solid #63a9cd;
	padding-right: 7px;
}
.follow li a {
	font: 10px 'Ubuntu';
	color: #63a9cd;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.follow li a:hover {
	color: #000000;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#menu {
	padding-bottom: 69px;
}
.navbar_ {
	margin-bottom: 0 !important;
	float: right;
	margin-top: 45px;
}
.nav-collapse .nav {
	float: left;
}
.navbar_ .collapse {
	overflow: visible;
	line-height: 0 !important;
	font-size: 0;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
	font-size: 24px;
	line-height: 24px;
	display: block;
}
.navbar_ .navbar-inner {
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	min-height: inherit;
	border: none;
	background: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
	float: left;
}
.navbar_ .nav-collapse_ {
	padding: 0;
	height: auto;
	overflow: visible !important;
}
.nav-collapse_ {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	text-align: center;
}
.nav-collapse_ .nav {
	margin: 0;
}
.nav-collapse_ .nav li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	margin-left: 36px;
	zoom: 1;
}
.nav-collapse_ .nav > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	color: #909090;
	box-shadow: none !important;
	text-shadow: none !important;
	font: 18px 'Roboto', Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent;
	float: left;
	display: inline-block;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse_ .nav > li > em {
	width: 10px;
	height: 7px;
	background: url(../img/slash.png) no-repeat;
	display: inline-block;
	margin-top: 57px;
}
.nav-collapse_ .nav > li.active > a {
	color: #ffffff !important;
	background: none !important;
	box-shadow: none;
}
.nav-collapse_ .nav > li a:hover {
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse_ .nav > .sfHover > a {
	color: #ffffff !important;
	background: none !important;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.nav-collapse_ .nav > li > a span {
	display: inline-block;
	background: url(../img/menu-marker.png) no-repeat;
	width: 7px;
	height: 6px;
	left: 41px;
	top: 32px;
	position: absolute;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
	position: absolute;
	display: none;
	width: 175px;
	left: -4px;
	top: 59px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #1d1d1c;
	padding: 25px 0 25px 0;
	margin: 0;
	text-align: center;
}
.nav-collapse .sub-menu > ul li {
	background: none;
	float: none;
	margin: 0;
	border-right: none;
	margin-bottom: 11px;
	box-shadow: none;
	padding: 0;
}
.nav-collapse .sub-menu li:last-child {
	border-bottom: none;
}
.nav-collapse .sub-menu > ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: none;
	display: inline-block;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse .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: -3px;
}
.nav-collapse .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #e54028 !important;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	color: #e54028 !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 175px;
	left: 177px;
	top: -24px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 25px 0 25px 0;
	margin: 0;
	text-align: center;
}
.nav-collapse .sub-menu ul ul li a {
	display: block;
	background: none;
	padding: 0;
	margin: 0;
	font: 14px Arial, Helvetica, sans-serif;
	color: #424242;
	text-transform: none;
	display: inline-block;
	background: none !important;
	border: none !important;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #e54028 !important;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
/*----content-----*/
#content {
	position: relative;
	padding: 0 0 0 0;
}
.img-polaroid {
	position: relative;
	background: none;
	padding: 0;
	box-shadow: none;
	border: none;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	max-width: inherit;
	border: 1px solid #b4b4b3;
	padding: 1px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#toTop {
	display: none;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../img/top.png) no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 40px;
	opacity: 1;
	filter: alpha(opacity=100);
	z-index: 999;
}
#toTop:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.mail {
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #e54028;
	text-decoration: underline;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mail:hover {
	color: #3b4141;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.error-search h2 {
	line-height: 36px;
	margin-top: 23px;
}
.error-search p {
	margin-bottom: 19px;
}
.testimonials-box > div {
	padding-left: 0;
	padding-right: 0;
}
.aboutBox {
	background: #f7f5f2;
	padding-top: 75px;
	padding-bottom: 79px;
}
.contentBox {
	padding: 80px 0 0 0;
	overflow: hidden;
	background: #edeae3 url(../img/cont_bg.png) 0 top repeat-x;
}
.specialBox {
	padding: 0 0 80px 0;
}
/*-----subscribeForm-----*/
#subscribe-form {
	margin: 0;
	position: relative;
	margin-top: 11px;
}
#subscribe-form .error {
	display: block;
	overflow: hidden;
	height: 0px;
	position: absolute;
	top: 45px;
	text-align: left;
	left: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #646464;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#subscribe-form input {
	width: 100%;
	outline: 0;
	box-shadow: none;
	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	border-radius: 0;
	padding: 3px 10px 4px 29px;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e0e0e0;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #c5c5c5;
	margin-bottom: 6px;
	height: 43px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#subscribe-form label.invalid .error {
	height: 19px;
}
#subscribe-form .success {
	display: none;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 0 10px 0;
	background-color: #4c544a;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	width: 268px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 51px;
}
#search-404 input {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 11px 15px 11px 13px;
	width: 100%;
	outline: none;
	border: 1px solid #b4b4b3;
	background: none;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #646464;
	height: 43px;
	margin-bottom: 10px;
}
#search-404 .btn.btn-primary {
	padding: 12px 13px 13px 13px;
	border-radius: 0;
}
.search_link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#search-404 .btn.btn-link {
	margin-top: 5px;
}
#search-404 .btn.btn-search {
	display: inline-block;
	background: #63a9cd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin: 0;
	font-size: 12px;
	line-height: 1em;
	color: #ffffff;
	font-weight: bold;
	text-shadow: none;
	text-transform: uppercase;
	border: none;
	text-decoration: none;
	padding: 15px 19px 15px 19px;
	text-align: center;
	margin-left: 1px;
	font-family: 'Ubuntu';
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#search-404 .btn.btn-search:hover {
	background: #f3f3f3;
	color: #63a9cd;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
#search {
	margin: 0;
	position: relative;
	display: inline-block;
	margin-top: 17px;
	float: right;
}
#search input {
	width: 264px;
	outline: none;
	box-shadow: none;
	border: none;
	color: #646464;
	font: 14px Arial, Helvetica, sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 11px 10px 11px 13px;
	margin-right: 0;
	float: left;
	background: #ffffff;
	border: 1px solid #cecece;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: -1px;
	height: 45px;
}
/*-----map-----*/
.map {
	margin: 0 0 0 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: 365px;
	border: none;
	line-height: 0;
}
.info {
	margin-top: 56px;
	line-height: 20px;
}
.info p {
	margin-bottom: 0;
}
.info p > em {
	font-style: normal;
}
.info p > span {
	display: inline-block;
	width: 78px;
	color: #646464;
}
.info p > a {
	color: #e54028;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.info p > a:hover {
	color: #3b4141;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.privacy-box hr {
	margin-bottom: 14px;
}
.privacy-box h2 {
	margin-top: 83px;
}
/*-----form-----*/
#contact-form {
	position: relative;
	z-index: 1;
	margin: 0 0 60px 0;
	padding: 0 0 0 0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.txt-form {
	display: block;
	padding-bottom: 6px;
	color: #ffffff;
}
.txt-form span {
	color: #ffffff;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 179px;
	margin-bottom: 29px;
}
.form-div-1 p, .form-div-2 p, .form-div-3 p {
	margin-bottom: 3px;
}
.form-div-1, .form-div-2 {
	margin-right: 41px;
}
#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: 42px;
	width: 100%;
}
#contact-form .message {
	display: block !important;
	min-height: 129px;
	width: 100%;
	margin-bottom: 24px;
}
#contact-form input, #contact-form textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 11px 15px 11px 13px;
	width: 100%;
	outline: none;
	border: 1px solid #b4b4b3;
	background: none;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #646464;
	height: 42px;
}
#contact-form input:focus, #contact-form textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#contact-form .area .error {
	float: none;
}
#contact-form textarea {
	overflow: auto;
	width: 100%;
	height: 277px;
	resize: none;
}
#contact-form .success {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 10px;
	width: 100%;
	background: #b4b4b3;
	border: none;
	color: #ffffff;
	text-align: center;
	text-transform: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#contact-form .error, #contact-form .empty {
	position: absolute;
	bottom: -18px;
	text-align: left;
	left: 0;
	display: none;
	overflow: hidden;
	padding: 1px 4px 0px 0;
	width: 100%;
	color: #333;
	text-transform: none;
	font-size: 11px;
	line-height: 1.27em;
	font-family: Arial, Helvetica, sans-serif;
}
#contact-form .message .error, #contact-form .message .empty {
	bottom: -15px;
	text-align: left;
}
.btns p {
	margin-top: 13px;
	float: left;
	margin-left: 15px;
	color: #e77865;
}
.btns {
	overflow: hidden;
	float: right;
}
.btns a {
	float: left;
	margin-left: 18px;
}
/*-----footer-----*/
footer {
	background: #3d3c3a;
}
footer .box1 {
	background: #434240;
	padding: 77px 0 46px 0;
}
footer .box2 {
	background: #3d3c3a;
	padding: 41px 0 35px 0;
	text-align: center;
}
footer p {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #8b827f;
}
footer a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #8b827f;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
footer a:hover {
	color: #3b3837;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
footer .box2 p {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #8d8c8c;
}
footer .box2 p span {
	color: #edeae3;
}
.privBox .privacy br {
	display: block;
}
.privBox .privacy {
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	margin-bottom: 16px;
	margin-top: 15px;
}
.privBox .privacy a {
	text-transform: none;
	font-size: 12px;
	color: #ffffff;
}
.privBox .privacy a:hover {
	color: #00a1cb;
}
.infoBox p {
	line-height: 15px;
	color: #cecccc;
	margin-bottom: 0;
}
.infoBox p span {
	display: inline-block;
	width: 61px;
	color: #cecccc;
}
.infoBox p a {
	color: #cecccc;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.infoBox p a:hover {
	color: #00a1cb;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.infoBox p.marg {
	margin-bottom: 15px;
}
.select-menu {
	display: none !important;
}
/*-----carousel-----*/
.slider {
	background: #e54028;
	margin-bottom: 0;
	padding: 60px 0 66px 0;
}
.list_carousel {
	position: relative;
}
.list_carousel #foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	height: 380px !important;
	/*margin-left:-30px;*/

  overflow: hidden;
}
.list_carousel #foo > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 30px;
	border: 4px solid #ffffff;
}
.list_carousel #foo > li img {
	width: 100%;
}
.list_carousel #foo li figure {
	margin: 0;
}
.list_carousel.responsive {
	width: auto;
	margin: 0;
}
.list_carousel.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel .prev, .list_carousel .next {
	display: inline-block !important;
	width: 43px;
	height: 44px;
	cursor: pointer;
}
.list_carousel .prev {
	position: relative;
	background: url(../img/prev_arrow.png) 0 top no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .next {
	position: relative;
	right: 0;
	background: url(../img/next_arrow.png) 0 top no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .prev:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .next:hover {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .foo-btn {
	position: absolute;
	bottom: -55px;
	width: 100%;
	overflow: hidden;
	height: 44px;
	text-align: center;
}
.list_carousel1 {
	position: relative;
}
.list_carousel1 #foo1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	height: 370px !important;
	margin-right: -30px;
}
.list_carousel1 #foo1 > li.img-polaroid {
	margin: 0 30px 0 0;
	padding: 0;
	border: none;
	background: none;
	text-shadow: none;
	box-shadow: none;
}
.list_carousel1 #foo1 > li {
	padding: 0;
	float: left;
	cursor: default;
}
.list_carousel1 #foo1 > li .title1 {
	font: bold 14px 'Roboto';
	color: #00a1cb;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.list_carousel1 #foo1 > li .title2 {
	font: bold 11px/14px 'Roboto';
	color: #00a1cb;
	text-transform: uppercase;
	margin-bottom: 21px;
}
.list_carousel1 #foo1 > li .descrip {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 18px;
}
.list_carousel1 #foo1 > li figure {
	width: 100%;
	margin: 0;
	background: #ffffff;
	margin-bottom: 21px;
}
.list_carousel1 #foo1 > li figure > img {
	width: 100%;
}
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	margin-bottom: 72px;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel1 #prev1, .list_carousel1 #next1 {
	display: inline-block !important;
	color: #949493;
	width: 14px;
	height: 25px;
	cursor: pointer;
}
.list_carousel1 #prev1 {
	position: relative;
	background: url(../img/prev.png) 0 top no-repeat;
	right: 6px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #next1 {
	position: relative;
	right: 0;
	background: url(../img/next.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #prev1:hover {
	background: url(../img/prev.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 #next1:hover {
	background: url(../img/next.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .foo-btn {
	position: absolute;
	top: -53px;
	width: 100%;
	overflow: hidden;
	height: 44px;
	text-align: right;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
 #contact-form label {
 display: inline-block;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 229px;
}
 #search-404 input {
 width: 283px;
}
 .box-thumb1 {
 width: 237px;
}
 .follow_icon li a {
 width: 47px;
 height: 31px;
 padding-top: 16px;
}
 .list_carousel1 #foo1 > li .title1 {
 font-size: 20px;
}
 .list_carousel1 #foo1 > li {
 width: 170px !important;
}
 .privBox .privacy br {
 display: none;
}
 .list_carousel #foo > li {
 width: 362px !important;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
 #subscribe-form .success {
 width: 218px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 179px;
}
 #search-404 input {
 width: 100%;
}
 .box-thumb1 {
 width: 184px;
}
 .follow_icon li a {
 width: 37px;
 height: 26px;
 padding-top: 11px;
}
 .list_carousel1 #foo1 > li .title1 {
 font-size: 14px;
}
 .privBox .privacy br {
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
 h1.brand {
 width: 100%;
 padding: 40px 0 20px 0 !important;
}
 .navbar_ {
 float: none;
 display: inline-block;
 margin-top: 29px;
}
 .navbar_ .navbar-inner {
 float: none;
 margin-bottom: 20px;
}
 .thumb-pad0 figure {
 margin: 0;
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 15px;
}
 header article {
 text-align: center;
}
 .list_carousel1 #foo1 > li .title1 {
 font-size: 14px;
}
 .list5 li figure {
 width: 100%;
 margin-bottom: 20px;
 float: none;
}
 .list4 li .extra-wrap {
 overflow: visible;
}
 .box-thumb1 {
 width: 219px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
}
 .form-div-1,  .form-div-2 {
 margin-right: 20px;
}
 .form-box:after {
 content: none;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 19px;
 line-height: 21px;
}
 #search-404 input {
 margin-right: 0;
 width: 100%;
}
 header {
 padding-bottom: 32px;
}
 header {
 padding-bottom: 0;
}
 header .container {
 text-align: center;
}
 #subscribe-form .success {
 width: 164px;
}
 .list3 li p > span {
 display: block;
 width: auto;
}
 .nav-tabs li a {
 font-weight: normal;
 font-size: 14px;
}
 .slider div .extra-wrap p {
 font-size: 50px;
 line-height: 40px;
}
 .slider div .icon-globe {
 font-size: 160px;
}
 .list_carousel2 .caroufredsel_wrapper {
 height: 747px!important;
}
 footer br {
 display: block;
}
 .list7 .thumb-pad1 figure {
 margin: 0;
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 20px;
}
 .margLeft {
 margin-left: 0;
}
 .list_carousel .prev {
 margin-left: -30px;
}
 .aboutBox .span3 .btn.btn-link {
 font-size: 10px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 .navbar_ {
 float: none;
}
 .navbar_ .navbar-inner {
 float: none;
 width: 100%;
 display: block;
}
 .slider div .extra-wrap p {
 font-size: 40px;
 line-height: 40px;
}
 .slider div .icon-globe {
 font-size: 150px;
}
 h1.brand {
 width: 100%;
 padding: 51px 0 50px 0 !important;
}
 .aboutBox {
 padding-bottom: 0;
}
 .borderBox {
 border-right: none;
}
 .thumb-pad0 {
 margin-bottom: 60px;
}
 .list_carousel1 #foo1 > li .title1 {
 font-size: 14px;
}
 .slider .title1 {
 font-size: 150px;
}
 header .container {
 text-align: center;
}
 .list1 {
 width: 100%;
}
 #contact-form label {
 margin-bottom: 15px;
}
 #search {
 width: 100%;
 float: none;
}
 #search input {
 width: 100%;
 padding: 11px 120px 11px 13px;
}
 .list4-box {
 padding-bottom: 20px;
 margin-bottom: 50px;
}
 .list3 {
 margin-top: 50px;
}
 .thumb-pad2 {
 margin-bottom: 20px;
}
 .navbar_ .nav-collapse_ {
 width: 100%;
 padding: 0;
}
 .box4 {
 width: 29%;
 float: left;
 margin-right: 20px;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 16px;
 line-height: 18px;
}
 .navbar_ .nav-collapse_ {
 padding: 0;
 margin: 0;
 border: none;
}
 .navbar_ .nav-collapse_ .nav {
 display: none;
}
 .navbar_ .nav-collapse_ {
 height: auto !important;
 padding-bottom: 5px;
 background: none;
}
 .select-menu {
 display: block !important;
 width: 100%;
 border: 1px solid #000;
 background: #d9d9d9;
 color: #000000;
 cursor: pointer;
 margin-top: 10px;
 margin-bottom: 14px;
 font-size: 14px;
 float: none;
}
 .top {
 display: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin: 0 0 0 0;
}
 #search-404 input {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .error {
 text-align: center;
 margin-bottom: 50px;
}
 .box-pad1 {
 width: 45%;
 float: left;
 margin-right: 20px;
}
 #subscribe-form .success {
 width: 100%;
}
 .error-search > div {
 padding-left: 18px !important;
 padding-right: 20px !important;
}
 .box-thumb1 {
 width: 28%;
 margin-left: 0;
 margin-right: 30px;
}
 .info.marg {
 margin-bottom: 80px;
}
 .slider div .icon-globe {
 font-size: 130px;
}
 .slider div .extra-wrap p {
 font-size: 30px;
 line-height: 30px;
}
 .aboutBox article {
 margin-bottom: 75px;
}
 .thumb-pad-box {
 width: 44%;
 float: left;
 margin-right: 30px;
}
 .list_carousel2 .caroufredsel_wrapper {
 height: 690px!important;
}
 .footer-box {
 width: 45%;
 float: left;
 margin-right: 30px;
 margin-bottom: 50px;
 margin-top: 0;
}
 .thumb-pad3 .thumbnail {
 width: 28%;
 float: left;
 margin-right: 30px;
}
 #contact-form .error,  #contact-form .empty {
 bottom: -14px;
}
 #contact-form .message .error,  #contact-form .message .empty {
 text-align: left;
}
 footer article {
 margin-bottom: 50px;
}
 .list6 li figure {
 float: left;
 margin-right: 15px;
}
 .foo-box1 {
 width: 44%;
 float: left;
 margin-right: 23px;
}
 .foo-box2 {
 width: 44%;
 float: left;
 margin-right: 50px;
 width: 40%;
}
 .welcomeBox.margBot2 {
 margin-bottom: 50px !important;
}
 .list1.margBot3 {
 margin-bottom: 50px;
}
 .thumb-pad1 .thumbnail .caption {
 overflow: visible;
}
 .thumb-pad1 .list1.margBot3 {
 display: block;
 overflow: hidden;
}
 .thumb-pad1 figure {
 margin-bottom: 30px;
}
 .catgBox {
 width: 44%;
 float: left;
 margin-right: 30px;
}
 .list_carousel .prev {
 margin-left: -30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .slider .title1 {
 font-size: 120px;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 16px;
 line-height: 18px;
}
 .thumb-pad8 .btn.btn-link {
 font-weight: normal;
 font-size: 11px;
 padding-bottom: 1px;
}
 .list5 li figure {
 width: 100%;
 float: none;
 margin-bottom: 10px;
}
 .projects-box.box4 {
 width: 45%;
 float: left;
 margin-right: 20px;
}
 footer .span8 .span2 {
 width: 20%;
 margin-right: 20px;
 float: left;
}
 .box-thumb1 {
 width: 44%;
}
 .slider div .extra-wrap p {
 font-size: 25px;
 line-height: 25px;
 margin-top: 0;
}
 .slider div .icon-globe {
 font-size: 110px;
}
 .thumb-pad-box {
 width: 43%;
 float: left;
 margin-right: 30px;
}
 .list_carousel2 .caroufredsel_wrapper {
 height: 760px!important;
}
 .footer-box {
 width: 43%;
}
 .thumb-pad3 .thumbnail {
 width: 44%;
 float: left;
 margin-right: 30px;
}
 .thumb-pad1 figure {
 margin: 0;
 float: none;
 margin-right: 0 !important;
 margin-bottom: 20px;
}
 .catgBox {
 width: 43%;
 float: left;
 margin-right: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .slider .title1 {
 font-size: 100px;
 letter-spacing: -2px;
}
 #search-404 input {
 margin-right: 0;
 width: 100%;
}
 .thumb-pad5 figure {
 width: 100%;
 margin-right: 0;
 float: none;
 margin-bottom: 20px;
}
 footer .span8 .span2 {
 width: 20%;
 margin-right: 20px;
 float: left;
}
 .box-thumb1 {
 width: 42%;
}
 .slider div .icon-globe {
 font-size: 90px;
}
 .slider div .extra-wrap p {
 font-size: 20px;
 line-height: 20px;
 margin-top: 0;
}
 .thumb-pad-box {
 width: 42%;
 float: left;
 margin-right: 30px;
}
 .list_carousel2.responsive .caroufredsel_wrapper {
 margin-top: 50px !important;
}
 .footer-box {
 width: 40%;
}
 .thumb-pad3 .thumbnail {
 width: 42%;
 float: left;
 margin-right: 30px;
}
 footer .pull-right {
 float: none;
}
 .thumb-pad0 figure {
 margin: 0;
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .foo-box2 {
 float: left;
 margin-right: 65px;
 width: 35%;
}
 .catgBox {
 width: 43%;
 float: left;
 margin-right: 30px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
}
@media (max-width: 480px) {
 .slider .title1 {
 font-size: 70px;
 letter-spacing: -2px;
}
 .list4 li .extra-wrap a {
 margin-bottom: 5px;
}
 .list4 li .extra-wrap a.pull-left,  .list4 li .extra-wrap a.pull-right {
 float: left;
 display: inline-block;
}
 .list4 li .extra-wrap br {
 display: block;
 clear: both;
}
 .map iframe {
 height: 200px;
}
 .box-pad1 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 footer p {
 float: none;
 margin-bottom: 10px;
}
 footer ul {
 float: none;
 display: block;
}
 #subscribe-form {
 margin-bottom: 30px;
}
 footer .span8 .span2 {
 width: 50%;
 margin-right: 0;
 float: left;
}
 .list5 li .date p > .pull-right {
 float: none;
}
 .list5 li br {
 display: block;
}
 .box-thumb1 {
 width: 100%;
 float: none;
 margin-left: 0;
}
 .slider div .icon-globe {
 font-size: 90px;
 width: 100%;
}
 .slider div .extra-wrap p {
 text-align: center;
}
 .slider div .extra-wrap p br {
 display: none;
}
 .slider .btns-more a {
 margin-bottom: 10px;
}
 .thumb-pad-box {
 width: 39%;
 float: left;
 margin-right: 30px;
}
 .list_carousel2 .caroufredsel_wrapper {
 height: 660px!important;
}
 .footer-box {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .thumb-pad3 .thumbnail {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list6 li figure {
 float: none;
 margin-right: 0;
 width: 100%;
}
 .foo-box1,  .foo-box2 {
 float: none;
 margin-right: 0;
 width: 100%;
}
 .list_carousel1 #foo1 > li .btn.btn-link {
 font-size: 10px;
}
 .catgBox {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list_carousel #foo {
 height: 425px !important;
}
 .list_carousel #foo li {
 margin-right: 0;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
}
@media (max-width: 320px) {
 .slider .title1 {
 font-size: 40px;
 letter-spacing: 0px;
}
 .slogan p {
 font-size: 20px;
 line-height: 20px;
}
 .nav-tabs li a {
 font-weight: normal;
 font-size: 14px;
}
 .list3 li p > span {
 display: block;
}
 footer .span8 .span2 {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .box-thumb1 {
 width: 100%;
 margin-right: 0;
 float: none;
}
 .thumb-pad-box {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list_carousel2 .caroufredsel_wrapper {
 height: 735px!important;
}
 .list_carousel1 #foo1 > li.img-polaroid {
 margin: 0 0 0 0;
}
 .thumb-pad3 .thumbnail {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list4 li .extra-wrap a.pull-right {
 margin-left: 0;
}
 .list_carousel #foo {
 margin: 0;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 margin: 0 !important;
}
 .list_carousel1 #foo1 > li .title1 {
 font-size: 11px;
}
 .list3 li strong {
 display: block;
}
 .list6 li .btn.btn-link {
 font-size: 10px;
}
 .list_carousel .prev {
 margin-left: -15px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
	max-width: 100% !important;
}
.margBot {
	margin-bottom: 25px;
}
.margBot1 {
	margin-bottom: 78px;
}
.margBot2 {
	margin-bottom: 21px !important;
}
.margBot3 {
	margin-bottom: 8px;
}
.margBot4 {
	margin-bottom: 72px;
}
.margBot5 {
	margin-bottom: 31px;
}
.margBot6 {
	margin-bottom: 17px;
}
.margBot7 {
	margin-bottom: 119px;
}
.margLeft {
	margin-left: 43px;
}
.padBot {
	padding-bottom: 100px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
