@import url(//fonts.googleapis.com/css?family=Cinzel+Decorative:400);
 @import url(//fonts.googleapis.com/css?family=Cinzel+Decorative:700);
 @import url(//fonts.googleapis.com/css?family=Krona+One);
/*------ template stylization ------*/
body {
	background: #4195ba;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #386b7f;
}
p {
	margin-bottom: 16px;
}
p > span {
	color: #e77865;
}
p > strong {
	letter-spacing: -1px;
}
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;
}
h1.brand a {
	display: inline-block;
	padding: 38px 36px 0 36px !important;
	background: #f85100;
	height: 73px;
}
h1.brand a > img {
	width: 100%;
}
h2 {
	color: #403f3f;
	font: 24px/27px 'Cinzel Decorative';
	margin: 0 0 19px 0;
}
h3 {
	color: #386b7f;
	font: 32px/32px 'Krona One';
	margin: 0 0 42px 0;
}
h4 {
	color: #386b7f;
	font: bold 15px/23px 'Trebuchet MS';
	margin: 0 0 11px 0;
	text-transform: uppercase;
}
h5 {
	color: #386b7f;
	font: 72px/72px 'Krona One';
	margin: -13px 0 20px 0;
}
h6 {
	color: #386b7f;
	font: bold 24px/24px 'Trebuchet MS';
	margin: 0 0 49px 0;
	text-transform: uppercase;
}
#content ul {
	list-style: none;
}
.extra-wrap {
	overflow: hidden;
}
.contentBox {
	position: relative;
	z-index: 1;
}
.contentBox > em {
	background: url(../img/tr_pattern.png) 0 bottom repeat-x;
	width: 100%;
	height: 4px;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: absolute;
}
.global {
	background: url(../img/pattern.png) repeat;
}
/*-----btn-----*/
.btn.btn-primary {
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	border: none;
	display: inline-block;
	padding: 10px 23px 10px 23px;
	font: 14px 'Trebuchet MS';
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	background: #e06844;
	text-shadow: none;
	text-shadow: 0px 1px 0px #c95d3d;
	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:hover {
	text-shadow: 0px 1px 0px #3b6371;
	background: #426f7f;
	-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: 14px 'Krona One';
	color: #403f3f;
	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:hover {
	color: #f95f00;
	-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-----*/
.list1Box {
	position: relative;
}
.list1Box.afterNone:after {
	content: none;
	width: 0;
	height: 0;
	right: 0;
}
.list1Box:after {
	width: 3px;
	height: 100%;
	background: none;
	background: url(../img/border.png) right 0 repeat-y;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: -67px;
	content: ' ';
	z-index: 10;
}
.list1 {
	margin: 23px 0 47px 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 21px;
	padding-left: 16px;
	margin-bottom: 7px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list1 li a {
	font: 14px 'Trebuchet MS';
	color: #386b7f;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list1 li a:hover {
	color: #e64c35;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 {
	margin: 0;
	list-style: none;
	margin-top: 48px;
}
.list2 li {
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
}
.list2.video li {
	padding-bottom: 26px;
}
.list2.video li p {
	margin-bottom: 0;
	padding-bottom: 0;
}
.list2.video li:first-child + li {
	margin-bottom: 0;
	padding-bottom: 0;
}
.list2 li.marg {
	margin-bottom: 0;
}
.list2 li figure {
	margin: 0;
	position: relative;
	margin-bottom: 10px;
}
.list2 li figure em {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	background: url(../img/play.png) center center no-repeat;
}
.list2 li p {
	float: right;
}
.list2 li p img {
	float: left;
	margin-top: 6px;
	margin-right: 7px;
}
.list2 li a {
	font: bold 14px Trebuchet MS;
	color: #475b63;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list2 li a img {
	width: 100%;
}
.list2 li a:hover {
	color: #e06844;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list3 {
	margin: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
}
.list3 li figure {
	margin: 0;
}
.list3 li p {
	font-style: italic;
	margin-bottom: 4px;
}
.list3 li a {
	color: #386b7f;
	font: bold 14px Arial, Helvetica, sans-serif;
	-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: #e06844;
	-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;
	overflow: hidden;
	margin-bottom: 52px;
}
.list6 li {
	margin-bottom: 26px;
	overflow: hidden;
}
.list6 li > p {
	margin: 11px 0 0 0;
}
.list6 li > a {
	color: #386b7f;
	font: bold 15px/23px 'Trebuchet MS';
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li > a:hover {
	color: #f85100;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list6 li figure {
	margin: 0;
	margin-bottom: 24px;
}
.list6 li figure img {
	width: 100%;
}
.list6 li figure div {
	padding: 10px;
	background: #d5ebf1;
}
.list7 {
	margin: 0;
	list-style: none;
	display: block;
	margin-top: 46px;
}
.list7 li {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 30px;
}
.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: 18px;
}
/*-----thumbs-----*/
.thumbsBox {
	overflow: hidden;
}
.thumbsBox hr {
	border-top: 1px solid #85b1bb;
	padding-bottom: 3px;
	border-bottom: 1px solid #85b1bb;
	margin: 77px 0 0 0;
}
.thumb-pad0 {
	overflow: hidden;
	margin-top: -100px;
}
.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;
	text-align: center;
	color: #386b7f;
}
.thumb-pad0 .thumbnail .caption hr {
	border-top: 1px solid #c0c0c0;
	padding-bottom: 3px;
	border-bottom: 1px solid #e4e4e4;
}
.thumb-pad0 .thumbnail .caption a {
	margin-top: 3px;
}
.thumb-pad0 .fig-pic {
	height: 167px;
	overflow: hidden;
	margin-bottom: 29px;
}
.thumb-pad0 .figure {
	padding: 13px;
	background: #ffffff;
	height: 194px;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
}
.thumb-pad0 figure {
	margin: 0;
	overflow: hidden;
	height: 140px;
}
.thumb-pad0 figure img {
	width: 100%;
	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
}
.thumb-pad0 .thumbnail .caption p {
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #bab9b9;
	text-transform: uppercase;
}
.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-pad1Box {
	position: relative;
}
.thumb-pad1Box:after {
	width: 3px;
	height: 100%;
	background: none;
	background: url(../img/border.png) right 0 repeat-y;
	position: absolute;
	z-index: 1;
	display: inline-block;
	top: 0;
	right: -67px;
	content: ' ';
	z-index: 10;
}
.thumb-pad1 {
	overflow: hidden;
	margin-top: 48px;
}
.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 p {
	margin-bottom: 27px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
	color: #386b7f;
}
.thumb-pad1 figure {
	margin: 0;
	margin-bottom: 19px;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0;
}
.thumb-pad2 .thumbnail {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background-color: transparent;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #386b7f;
}
.thumb-pad2 figure {
	margin: 0;
	float: left;
	margin-right: 19px;
}
.thumb-pad2 figure > div {
	padding: 10px;
	background: #d5ebf1;
}
.thumb-pad2 figure img {
	width: 100%;
}
.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: #386b7f;
}
.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: #386b7f;
}
.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: #386b7f;
}
.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;
}
/*-----header-----*/
header {
	padding: 0;
}
header.indent {
	margin-bottom: 68px;
}
header .span10 {
	background: #ffffff;
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.05);
}
header .span10 > .mBox {
	height: 73px;
}
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;
}
header .follow_icon {
	margin: 21px 0 0 0;
	list-style: none;
	float: right;
}
header .follow_icon li {
	float: left;
	margin-left: 0;
}
header .follow_icon li > a {
	position: relative;
	top: 0;
}
/*-----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: 48px;
}
.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;
	margin-right: 13px;
}
.nav-collapse_ .nav li {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	float: left;
	margin-right: 20px;
	zoom: 1;
}
.nav-collapse_ .nav > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 0;
	color: #757575;
	box-shadow: none !important;
	text-shadow: none !important;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent;
	float: left;
	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;
}
.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: #f85100 !important;
	background: none !important;
	box-shadow: none;
}
.nav-collapse_ .nav > li a:hover {
	color: #f85100 !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: #f85100 !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: 13px;
	top: -25px;
	position: absolute;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
	position: absolute;
	display: none;
	width: 51px;
	left: -22px;
	top: 34px;
	list-style: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	zoom: 1;
	z-index: 11;
	background: none;
	padding: 13px 16px 13px 16px;
	margin: 0;
	text-align: left;
	background: #30b7e1;
}
.nav-collapse .sub-menu > ul li {
	background: none !important;
	margin: 0;
	padding: 0;
	width: auto;
	float: none;
	border: none;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 1px solid #53c3e6;
	text-align: center;
}
.nav-collapse .sub-menu > ul li:first-child + li + li {
	border: none;
}
.nav-collapse .sub-menu > ul li.triangle {
	background: url(../img/triangle.png) no-repeat !important;
	width: 7px;
	height: 4px;
	position: absolute;
	border: none;
	top: -4px;
	left: 37px;
}
.nav-collapse .sub-menu > ul li a {
	padding: 0;
	margin: 0;
	font: 12px/18px 'Trebuchet MS';
	color: #f8f8f8;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s 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: -2px;
}
.nav-collapse .sub-menu > ul li a:hover {
	text-decoration: none;
	background: none !important;
	color: #8fe4ff !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 .sub-menu .sfHover > a {
	text-decoration: none;
	background: none !important;
	color: #8fe4ff !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 51px;
	left: 67px;
	top: -13px;
	list-style: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	zoom: 1;
	z-index: 11;
	background: none;
	padding: 13px 16px 13px 16px;
	margin: 0;
	text-align: left;
	background: #3c3c3c;
}
.nav-collapse .sub-menu > ul ul li {
	border-bottom: 1px solid #505050;
}
.nav-collapse .sub-menu ul ul li:first-child + li {
	border: none;
}
.nav-collapse .sub-menu ul ul li a {
	padding: 0;
	margin: 0;
	font: 12px/18px 'Trebuchet MS';
	color: #ffffff;
	display: block;
	text-transform: uppercase;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.nav-collapse .sub-menu ul ul li a:hover, .nav-collapse .sub-menu ul ul li.sfHover > a {
	text-decoration: none;
	background: none !important;
	color: #787878 !important;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
/*----content-----*/
#content {
	position: relative;
	padding: 0 0 0 0;
}
.img-polaroid {
	position: relative;
	background: none;
	padding: 0;
	box-shadow: none;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
	max-width: inherit;
	border: none;
	padding: 10px;
	background: #b9e2f3;
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#toTop {
	display: none;
	width: 39px;
	height: 39px;
	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;
}
.mail {
	font: 14px Arial, Helvetica, sans-serif;
	color: #e06844;
	text-decoration: none;
	-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: #386b7f;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.testimonials-box > div {
	padding-left: 0;
	padding-right: 0;
}
.aboutBox {
	background: #f7f5f2;
	padding-top: 75px;
	padding-bottom: 79px;
}
.specialBox {
	padding: 0 0 80px 0;
}
.birdBox {
	margin-top: 0;
	position: relative;/*z-index: -1;*/

}
.birdBox p {
	position: absolute;
	top: 25%;
	width: 100%;
	text-align: center;
	font: bold 50px/48px 'Cinzel Decorative';
	color: #ffffff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.birdBox p span {
	color: #ffffff;
	display: inline-block;
	margin-left: 130px;
}
.birdBox p a {
	width: 68px;
	height: 68px;
	background: url(../img/pattern3.png) repeat;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-top: 32px;
	-webkit-border-radius: 68px;
	-moz-border-radius: 68px;
	border-radius: 68px;
}
.birdBox p a > span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	margin: 0;
	left: 2px;
	background: url(../img/more_arr.png) center center no-repeat;
}
.birdBox figure {
	width: 100%;
	margin: 0;
}
.birdBox figure > img {
	width: 100%;
}
.footer_box {
	padding: 72px 0 0 0;
	position: relative;
	z-index: 0;
	background: url(../img/foo_box.jpg) no-repeat;
	background-size: 100% 100%;
}
.footer_box.indent {
	padding: 0 0 0 0;
}
.footer_box.indent hr {
	margin: 54px 0 0 0;
}
.footer_box .container {
	z-index: 1;
	position: relative;
}
.footer_box > figure {
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 0;
}
.footer_box > figure > img {
	width: 100%;
}
.footer_box.bgSize {
	background: auto;
}
.bannerBox {
	margin-bottom: 64px;
}
.foo-menu {
	text-align: center;
	border-bottom: 1px solid #b3cdcd;
}
.foo-menu ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin-top: 43px;
	display: inline-block;
	margin-bottom: 32px;
}
.foo-menu li {
	float: left;
	background: url(../img/point_menu.png) left 5px no-repeat;
	margin-right: 16px;
	padding-left: 24px;
}
.foo-menu li:first-child {
	background: none;
	padding-left: 0;
}
.foo-menu li:first-child + li + li + li + li {
	margin-right: 0;
}
.foo-menu li a {
	font: 18px/20px 'Cinzel Decorative';
	color: #386b7f;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo-menu li a:hover {
	color: #e06844;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo-menu li.active a {
	color: #e06844;
}
.newsBox time {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #386b7f;
	display: inline-block;
	margin-bottom: 9px;
}
.newsBox p {
	margin-bottom: 34px;
}
.testimBox, .latestBox {
	margin-bottom: 8px;
}
.error-search {
	margin-bottom: 64px;
}
/*-----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: #386b7f;
	-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: 20px;
}
#search-404 a {
	position: absolute;
	top: 5px;
	right: 27px;
}
#search-404 input {
	position: relative;
	-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: 9px 15px 11px 13px;
	width: 100%;
	outline: none;
	border: none;
	background: #bce3ef;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #386b7f;
	height: 36px;
	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: #386b7f;
	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: 4px 0 47px 0;
	display: inline-block;
	line-height: 0;
	width: 100%;
	padding: 10px;
	background: #d8eef4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 456px;
	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: 84px;
	color: #386b7f;
}
.info p > a {
	color: #386b7f;
	-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: #e06844;
	-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: 48px 0 -16px 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: 200px;
	margin-bottom: 6px;
}
.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 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: 30px;
}
#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 19px;
	width: 100%;
	outline: none;
	border: none;
	background: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #386b7f;
	height: 38px;
}
#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: 188px;
	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: #d5ebf1;
	border: none;
	color: #386b7f;
	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: 4px;
	text-align: right;
	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 {
	float: left;
	margin-left: 0;
	color: #386b7f;
}
.btns a {
	float: left;
	margin-right: 13px;
}
/*-----footer-----*/
footer {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 38px 0 26px 0;
}
footer p {
	font: 16px/16px 'Cinzel Decorative';
	color: #386b7f;
}
footer a {
	font: 16px/16px 'Cinzel Decorative';
	color: #386b7f;
	-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: #e06844;
	-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;
}
footer br {
	display: none;
}
.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;
	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;
}
 h1.brand a {
 padding: 38px 56px 0 45px !important;
}
 h2 {
 font-size: 32px;
 line-height: 35px;
}
 .nav-collapse_ .nav li {
 margin-right: 48px;
}
 header .follow_icon li {
 margin-left: 5px;
}
 .thumb-pad0 figure {
 height: 191px;
}
 .thumb-pad0 .figure {
 height: 243px;
}
 .thumb-pad0 .fig-pic {
 height: 217px;
}
 .thumb-pad0 {
 margin-top: -129px;
}
 .birdBox p {
 font-size: 72px;
 line-height: 64px;
 top: 20%;
}
 .birdBox p span {
 margin-left: 180px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 250px;
}
 .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;
}
 h1.brand a {
 padding: 38px 36px 0 36px !important;
}
 h2 {
 font-size: 24px;
 line-height: 27px;
}
 .thumb-pad0 figure {
 height: 140px;
}
 .thumb-pad0 .figure {
 height: 194px;
}
 .thumb-pad0 .fig-pic {
 height: 167px;
}
 .thumb-pad0 {
 margin-top: -100px;
}
 .nav-collapse_ .nav li {
 margin-right: 20px;
}
 header .follow_icon li {
 margin-left: 0;
}
 .birdBox p {
 font-size: 50px;
 line-height: 48px;
 top: 25%;
}
 .birdBox p span {
 margin-left: 130px;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 200px;
}
 .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;
}
 .info p > span {
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
 h1.brand a {
 padding: 38px 12px 0 12px !important;
}
 .nav-collapse_ .nav li:first-child + li + li + li + li {
 margin-right: 0;
}
 .nav-collapse .sub-menu > ul {
 width: 63px;
 padding: 13px 10px 13px 10px;
}
 h2 {
 font-size: 18px;
 line-height: 21px;
}
 h3 {
 font-size: 27px;
 line-height: 27px;
}
 .birdBox {
 margin-top: 0;
}
 header .span10 > .mBox {
 height: auto;
}
 header .span10 {
 width: 724px !important;
}
 .nav-collapse_ .nav {
 margin-right: 0;
}
 .menuBox {
 width: 724px;
}
 .thumb-pad1Box:after {
 right: -46px;
}
 .list1Box:after {
 right: -46px;
}
 .foo-menu li {
 margin-right: 20px;
 padding-left: 20px;
}
 .list2 li p {
 float: none;
}
 .list2 li a {
 font-size: 11px;
 font-weight: normal;
}
 .thumb-pad0 .figure {
 height: 139px;
}
 .thumb-pad0 figure {
 height: 90px;
}
 .thumb-pad0 .fig-pic {
 height: 116px;
}
 .thumb-pad0 {
 margin-top: -60px;
}
 .followBox {
 width: 724px;
 margin-bottom: 10px;
}
 header .follow_icon {
 float: none;
 display: inline-block;
}
 header .follow_icon li {
 margin-left: 5px;
}
 .birdBox p {
 font-size: 35px;
 line-height: 35px;
 top: 25%;
}
 .birdBox p span {
 margin-left: 110px;
}
 .nav-collapse_ .nav > li > a span {
 top: -12px;
}
 .navbar_ {
 float: none;
 display: inline-block;
 margin-top: 29px;
}
 .navbar_ .navbar-inner {
 float: none;
 margin-bottom: 0;
 margin-top: 26px;
}
 .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;
}
 .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;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
 width: 100%;
}
 .info p > span {
 display: block;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
 .birdBox {
 margin-top: 0;
 margin-bottom: 30px;
}
 h1.brand a {
 padding: 38px 36px 43px 36px !important;
 height: 100%;
}
 header .span10 > .mBox {
 height: auto;
}
 .menuBox {
 width: 100%;
}
 .thumb-pad1 figure {
 float: left;
 margin-right: 20px;
}
 .thumb-pad1Box {
 margin-bottom: 40px;
}
 .list1Box {
 margin-bottom: 40px;
}
 .list2.video li {
 float: left;
 margin-right: 20px;
 width: 45%;
}
 .foo-menu {
 display: none;
}
 .foo-menu li a {
 font-size: 16px;
}
 .followBox {
 width: 100%;
 margin-bottom: 10px;
}
 header .follow_icon {
 float: none;
 display: inline-block;
}
 header .follow_icon li {
 margin-left: 5px;
}
 .newsBox {
 margin-bottom: 50px;
}
 .birdBox p {
 font-size: 35px;
 line-height: 35px;
 top: 20%;
}
 .birdBox p span {
 margin-left: 90px;
}
 .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: 30px 0 30px 0 !important;
}
 .aboutBox {
 padding-bottom: 0;
}
 .borderBox {
 border-right: none;
}
 .thumb-pad0 {
 width: 45%;
 float: left;
 margin-right: 20px;
 margin-top: 10px;
 margin-bottom: 50px;
}
 .thumb-pad0 .fig-pic {
 height: auto;
}
 .thumb-pad0 .figure {
 height: auto;
 background: none;
 padding: 0;
 -webkit-border-radius: 170px;
 -moz-border-radius: 170px;
 border-radius: 170px;
}
 .thumb-pad0 figure {
 height: 186px;
}
 .thumb-pad0 figure > img {
 -webkit-border-radius: 170px;
 -moz-border-radius: 170px;
 border-radius: 170px;
}
 .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: 8px 0 8px 0;
 background: none;
}
 .select-menu {
 display: inline-block !important;
 width: 90%;
 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%;
}
 .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;
}
 .list7 {
 margin-bottom: 80px;
}
 .info {
 margin-bottom: 40px;
}
 .error img {
 margin-top: 0 !important;
}
 h5 {
 font-size: 52px;
 line-height: 52px;
}
 h3 {
 font-size: 22px;
 line-height: 22px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
 .birdBox p {
 top: 20%;
}
 .slider .title1 {
 font-size: 120px;
}
 .thumb-pad0 figure {
 height: 145px;
}
 h2 {
 font-size: 17px;
 line-height: 21px;
}
 .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;
}
 .list6 li figure {
 float: none;
 margin-right: 0;
 width: 100%;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
 .birdBox p {
 font-size: 20px;
 line-height: 20px;
}
 .birdBox p span {
 margin-left: 70px;
}
 .slider .title1 {
 font-size: 100px;
 letter-spacing: -2px;
}
 .thumb-pad0 {
 width: 43%;
}
 .thumb-pad0 figure {
 height: 145px;
}
 #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;
}
 .foo-box2 {
 float: left;
 margin-right: 65px;
 width: 35%;
}
 .catgBox {
 width: 43%;
 float: left;
 margin-right: 30px;
}
 .thumb-pad2 figure {
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 .testimBox,  .latestBox {
 margin-bottom: 0;
}
 .birdBox p a {
 width: 48px;
 height: 48px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
}
@media (max-width: 480px) {
 .birdBox p {
 top: 10%;
}
 .birdBox p span {
 margin-left: 40px;
}
 .slider .title1 {
 font-size: 70px;
 letter-spacing: -2px;
}
 .list2.video li {
 float: none;
 margin-right: 0;
 width: 100%;
}
 .thumb-pad0 figure > img {
 -webkit-border-radius: 250px;
 -moz-border-radius: 250px;
 border-radius: 250px;
}
 .thumb-pad0 .figure {
 -webkit-border-radius: 250px;
 -moz-border-radius: 250px;
 border-radius: 250px;
}
 .thumb-pad0 {
 width: 100%;
 float: left;
 margin-right: 0;
}
 .thumb-pad0 figure {
 height: 190px;
}
 .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;
}
 footer br {
 display: block;
}
 .birdBox p a {
 margin-top: 12px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
}
@media (max-width: 320px) {
 .slider .title1 {
 font-size: 40px;
 letter-spacing: 0px;
}
 footer br {
 display: block;
}
 .slogan p {
 font-size: 20px;
 line-height: 20px;
}
 .thumb-pad0 figure {
 height: 140px;
}
 .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;
}
 h5 {
 font-size: 35px;
 line-height: 35px;
}
 .birdBox p {
 font-size: 14px;
 line-height: 15px;
}
 .birdBox p a {
 margin-top: 8px;
 width: 38px;
 height: 38px;
}
 .btns .btn.btn-primary {
 padding: 10px 10px 10px 10px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
	max-width: 100% !important;
	margin-top: 74px;
}
.margBot {
	margin-bottom: 42px;
}
.margBot1 {
	margin-bottom: 105px;
}
.margBot2 {
	margin-bottom: 60px;
}
.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;
}
