@import url(//fonts.googleapis.com/css?family=Changa+One);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700);
@import url(http://fonts.googleapis.com/css?family=Oleo+Script);

/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #b3815a;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #7A003C;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 20px;
	font-weight: 300;
	line-height: 20px;
}
p span {
	color: #f1ccae;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
h1.navbar-brand_ span {
	margin: 0 0 18px 0;
	font: 100px/1em 'Six Caps';
	color: #f0e8cd;
	display: block;
	letter-spacing: 40px;
	text-transform: uppercase;
}
h1.navbar-brand_ strong {
	margin: 0 0 52px 0;
	/*font: 60px/1em 'Six Caps';*/
	font: 60px/1em 'Arial';
	color: #f0e8cd;
	letter-spacing: 12px;
	display: block;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h2 {
	/*font: 40px/1em 'Oleo Script', cursive;*/
	font: 35px/1em 'Arial';
	margin: 0 0 39px 0;
	letter-spacing: 1px;
	color: #7A003C;
	text-align: center;
	position: relative;
}

.beige{
	color:  #f0e8cd ;	
}

.red{
	color:  #7B003B ;	
}

h2 img {
	margin-bottom: 9px;
}
h2 span {
	position: relative;
	z-index: 1;
	padding: 0 30px;
	display: inline-block;
}
h2:after {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 0px;
	background: #7A003C;
	top: 50%;
	left: 0;
	padding: 0;
	margin: 31px 0 0 0;
	content: '';
}
h2.indent:after {
	margin: 0;
}
h3 {
	/*font: 18px/1em 'Oleo Script', cursive;*/
	font: 18px/1em 'arial', cursive;
	color: #7A003C;
	margin: 0 0 11px 0;
	letter-spacing: 1px;
}
h4 {
	font: bold 24px/22px 'Arial';
	text-transform: uppercase;
	color: #7A003C;
	margin: 0 0 18px 0;
}
.extra-wrap {
	overflow: hidden;
	padding-left: 100px;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding:0px;
	background: #f0e8cd;
}
.center {
	text-align: center;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 50px 0 0 0;
	text-align: center;
	z-index: 11;
	max-height: 433px;
	overflow: hidden;
	background: #ffffff url(../_images/frontend/banniere.png) center 0 no-repeat;
}

#header {
		background-attachment: scroll;
		background-image: url("../_images/frontend/banniere.png");
		background-position:center center;
		background-repeat:no-repeat;
		background-size:cover;
		color: rgba(255, 255, 255, 0.8);
		padding: 10em 0 20em 0;
		position: relative;
		text-align: center;
	}

header.indent {
	padding: 56px 0 0 0;
	max-height: 750px;
	overflow: visible;
}
header figure {
	margin-top: -250px;
}
header figure img {
	margin-left: 65px;
}
.follow_icon {
	padding: 0;
	margin: 13px 0 0 25px;
	list-style: none;
	overflow: hidden;
	float: right;
}
.follow_icon li {
	float: left;
	margin: 0 0 0 6px;
}
.follow_icon li:first-child {
	margin: 0;
}
.follow_icon li:first-child a {
	background: #4465c6;
}
.follow_icon li a {
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	color: #f0e8cd;
	background: #23c3f7;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	color: #f0e8cd;
	background: #b40705;
}
/* menu
========================================================*/
nav.tm_navbar {
	display: none;
	position: relative;
	z-index: 0;
	border: none;
	padding: 0;
	margin: 0 0 18px 0;
	float: none;
	min-height: 0;
	background: none;
}
nav.tm_navbar .sf-menu li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px 0;
	display: block;
}
nav.tm_navbar .sf-menu li a {
	position: relative;
	padding: 0;
	margin: 0;
	font: 18px 'Changa One';
	color: #4288d5;
	text-transform: uppercase;
	background: none;
	letter-spacing: 2px;
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li a:after {
	position: absolute;
	width: 57px;
	height: 1px;
	background: #ae0e5d;
	top: 50%;
	left: 0;
	padding: 0;
	margin-left: -67px;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li a:before {
	position: absolute;
	width: 57px;
	height: 1px;
	background: #ae0e5d;
	top: 50%;
	right: 0;
	padding: 0;
	margin-right: -67px;
	content: '';
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li.active > a {
	color: #ae0e5d;
	background: none;
}
nav.tm_navbar .sf-menu li.active > a:after, nav.tm_navbar .sf-menu li.active > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li a:hover {
	color: #ae0e5d;
	background: none;
}
nav.tm_navbar .sf-menu li a:hover:after, nav.tm_navbar .sf-menu li a:hover:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu .sfHover > a {
	color: #ae0e5d;
	background: none;
}
nav.tm_navbar .sf-menu .sfHover > a:after, nav.tm_navbar .sf-menu .sfHover > a:before {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sf-menu li span {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 4px;
	background: url(../img/marker.png) center bottom no-repeat;
	left: 0;
	bottom: -2px;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 200px;
	left: 50%;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: none;
	border-radius: 0;
	padding: 0;
	margin: 0 0 0 158px;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 5px 0 !important;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li::after {
 display: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 18px 'Changa One';
	color: #4288d5;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 6px;
	left: auto;
	width: auto !important;
	color: #f0e8cd;
	font-size: 14px;
	background: none;
}
nav.tm_navbar .sub-menu > ul li a:hover {
	text-decoration: none;
	color: #ae0e5d !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
	text-decoration: none;
	color: #ae0e5d !important;
	background: none !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 200px;
	left: 220px;
	top: 0;
	border-radius: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 18px 'Changa One';
	color: #4288d5;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li > ul li a:hover {
	text-decoration: none;
	color: #ae0e5d !important;
	background: none !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	height: 42px;
	overflow: hidden;
	border: none;
	z-index: 20;
	text-indent: -9999px;
	background: url(../img/top.png) 0 top no-repeat;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	overflow: hidden;
	background: #f0e8cd;
}
.who-box h2 span {
	background: #F0E8CD;
}
.who-box .col-lg-4 {
	margin-bottom: 20px;
}
.thumb-box1 {
	overflow: hidden;
	padding: 66px 0 0 0;
	background: #f0e8cd;
}
.thumb-box2 {
	overflow: hidden;
	padding: 0 0 52px 0;
	background: #f0e8cd;
}
.thumb-box3 {
	overflow: hidden;
	padding: 49px 0 52px 0;
	background: #7A003C;
}
.thumb-box3 h2 span {
	background: #7A003C;
}
.thumb-box4 {
	overflow: hidden;
	padding: 49px 0 42px 0;
	background: #5E0031;
}
.thumb-box4 h2 span {
	background: #c99973;
}
.thumb-box4 h2:after {
	margin: 15px 0 0 0;
}
.thumb-box4 .box {
	padding: 18px 0 0 0;
}
.thumb-box4 .title {
	color: #f0e8cd;
	text-transform: uppercase;
	font: 300 24px 'Roboto';
	letter-spacing: 1px;
	margin: 7px 0 0 0;
}
.thumb-box4 .description {
	color: #f0e8cd;
	text-transform: uppercase;
	font: 14px/20px 'Roboto';
	margin-bottom: 0;
	letter-spacing: 1px;
}
.thumb-box5 {
	overflow: hidden;
	background: #f0e8cd;
}
.thumb-box5 figure {
	text-align: center;
	position: relative;
}
.thumb-box5 figure img {
	width: 100%;
}
.thumb-box5 figure a {
	padding: 46px 0 0 0;
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box5 figure a span {
	display: block;
	text-transform: uppercase;
	color: #f0e8cd;
	font: 300 48px/1em 'Roboto';
	letter-spacing: 1px;
	margin-bottom: 0;
}
.thumb-box5 figure a strong {
	display: block;
	text-transform: uppercase;
	color: #f0e8cd;
	font: 300 24px/30px 'Roboto';
	letter-spacing: 1px;
	margin-bottom: 0;
}
.thumb-box5 figure a em {
	display: inline-block;
	width: 29px;
	height: 15px;
	background: url(../img/more3.png) no-repeat;
	margin: 14px 0 0 0;
}
.thumb-box5 figure:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.45s;
	-o-transition: all 0.45s;
	transition: all 0.45s;
}
.thumb-box5 figure:hover a {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box6 {
	background: #5E0031;
	overflow: hidden;
	padding: 105px 0 8px 0;
}
.thumb-box6 h2 span {
	background: #5E0031;
}
.thumb-box6 h2:after {
	margin: 0;
}
.thumb-box7 {
	background: #c99973;
	overflow: hidden;
	padding: 105px 0 0 0;
}
.thumb-box7 h2 span {
	background: #c99973;
}
.thumb-box7 h2:after {
	margin: 0;
}
.thumb-box7 .col-lg-4 {
	margin-bottom: 28px;
}
.thumb-box8 {
	overflow: hidden;
	padding: 0 0 31px 0;
}
.thumb-box8 h2 span {
	background: #F0E8CD;
}
.thumb-box8 h2:after {
	margin: 0;
}
.thumb-box9 {
	padding: 105px 0 0 0;
	overflow: hidden;
	background: #7A003C;
}

.thumb-box9 p {
	color:#f0e8cd !important;
}

.thumb-box9 h2 span {
	background: #7A003C;
}
.thumb-box9 h2:after {
	margin: 0;
}
.thumb-box9 .col-lg-6 {
	margin-bottom: 10px;
}
.thumb-box10 {
	padding: 105px 0 42px 0;
	overflow: hidden;
	background: #5E0031;
}
.thumb-box10 h2 span {
	background: #5E0031;
}
.thumb-box10 h2:after {
	margin: 0;
}
.thumb-box10 .col-lg-6 {
	margin-bottom: 10px;
}
.thumb-box11 {
	overflow: hidden;
	padding: 0 0 31px 0;
}
.thumb-box11 h2 span {
	background: #F0E8CD;
}
.thumb-box11 h2:after {
	margin: 0;
}
.thumb-box12 {
	overflow: hidden;
	padding: 105px 0 51px 0;
	background: #5E0031;
}
.thumb-box12 h2 span {
	background: #5E0031;
}
.thumb-box12 h2:after {
	margin: 0;
}
.thumb-box13 {
	overflow: hidden;
	padding: 114px 0 0 0;
	background: #e2b692;
}
.thumb-box13 h2 span {
	background: #e2b692;
}
.thumb-box13 h2:after {
	margin: 0;
}
.thumb-box13 .col-lg-7, .thumb-box13 .col-lg-5 {
	margin-bottom: 52px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0 0 21px 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad1 .thumbnail figure {
	float: left;
	width: 56px;
	margin-right: 14px;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail .caption strong {
	font: bold 24px/1em 'Exo';
	color: #3d3d3c;
	text-transform: uppercase;
}
.thumb-pad2 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #20acb8;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #f0e8cd;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #f0e8cd;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad3:hover strong {
	background: #b40705 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3 .thumbnail strong {
	display: inline-block;
	width: 52px;
	height: 52px;
	text-align: center;
	color: #f0e8cd;
	font-size: 15px;
	line-height: 52px;
	background: #132f4d;
	border-radius: 100%;
	float: left;
	margin-right: 16px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption {
	padding: 16px 0 0 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption .description {
	font: 600 14px 'Exo';
	color: #b40705;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.thumb-pad3-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad3-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3-1 .thumbnail figure {
	margin: 0 0 9px 0;
}
.thumb-pad3-1 .thumbnail figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad3-1 .thumbnail .caption {
	padding: 16px 0 0 0;
	overflow: hidden;
}
.thumb-pad3-1 .thumbnail .caption a {
	font: 18px/20px 'Changa One';
	text-transform: uppercase;
	color: #f0e8cd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3-1 .thumbnail .caption a:hover {
	color: #b3815a;
}
.thumb-pad3-1 .thumbnail .caption p {
	margin: 10px 0 0 0;
}
.thumb-pad3-2 {
	margin: 0 0 27px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad3-2:hover strong {
	background: #ffffff !important;
	color: #b40705 !important;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3-2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad3-2 .thumbnail strong {
	display: inline-block;
	width: 52px;
	height: 52px;
	text-align: center;
	color: #f0e8cd;
	font-size: 15px;
	line-height: 52px;
	background: #b40705;
	border-radius: 100%;
	float: left;
	margin-right: 16px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3-2 .thumbnail .caption {
	padding: 16px 0 0 0;
	overflow: hidden;
}
.thumb-pad3-2 .thumbnail .caption .description {
	font: 600 18px 'Exo';
	color: #f0e8cd;
	margin-bottom: 19px;
	text-transform: uppercase;
}
.thumb-pad3-2 .thumbnail .caption p {
	color: #c4d9f0;
	font-weight: normal;
	margin-bottom: 0;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 25px 0;
}
.thumb-pad4 figure img {
	width: 100%;
	border-radius: 7px;
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail figure {
	padding: 0;
	float: left;
	margin-right: 28px;
}
.thumb-pad5 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad6 {
	overflow: hidden;
	text-align: center;
}
.thumb-pad6 h3 {
	margin-bottom: 26px;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 figure {
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.thumb-pad6 figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad6 figure i {
	width: 340px;
	height: 340px;
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 60px 0 0 0;
	display: block;
	background: #ffffff;
	border-radius: 100%;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad6 figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad6 figure span {
	font: 24px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	display: block;
}
.thumb-pad6 figure b {
	font: bold 14px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	display: block;
}
.thumb-pad6 figure strong {
	width: 100%;
	height: 44px;
	background: url(../img/more_btn.png) center 0 no-repeat;
	display: block;
	margin: 7px 0 0 0;
}
.thumb-pad6 figure a {
	font: bold 14px 'Roboto';
	color: #4288d5;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 figure a:hover {
	color: #e2b692;
}
.thumb-pad6 figure em {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4288d5;
	line-height: 20px;
	display: block;
	padding: 20px 40px 0 40px;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption a {
	font: bold 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad6 .thumbnail .caption a:hover {
	color: #20acb8;
}
.thumb-pad6 .thumbnail .caption p {
	margin: 7px 0 0 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad7 {
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
}
.thumb-pad7 figure {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.thumb-pad7 figure img {
	width: 100%;
	border-radius: 100%;
}
.thumb-pad7 figure i {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0;
	padding: 110px 0 0 0;
	display: block;
	background: #ffffff;
	border-radius: 100%;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad7 figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.thumb-pad7 figure span {
	font: 24px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	display: block;
}
.thumb-pad7 figure b {
	font: bold 14px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	display: block;
}
.thumb-pad7 figure strong {
	width: 100%;
	height: 44px;
	background: url(../img/more_btn.png) center 0 no-repeat;
	display: block;
	margin: 7px 0 0 0;
}
.thumb-pad7 figure a {
	font: bold 14px 'Roboto';
	color: #4288d5;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 figure a:hover {
	color: #e2b692;
}
.thumb-pad7 figure em {
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #4288d5;
	line-height: 20px;
	display: block;
	padding: 20px 40px 0 40px;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption a {
	font: bold 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #3e3e3e;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption a:hover {
	color: #20acb8;
}
.thumb-pad7 .thumbnail .caption p {
	margin: 7px 0 0 0;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 49px 0 39px;
	font: bold 14px/51px 'Roboto';
	margin: 0;
	border-radius: 10px;
	color: #f0e8cd;
	letter-spacing: 3px;
	background: #ae0e5d;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn1 img {
	margin: -1px 14px 0 0;
}
.btn-default.btn1:hover {
	color: #f0e8cd;
	background: #e6c1a2;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	position: relative;
	display: inline-block;
	padding: 0 21px 0 41px;
	font: bold 14px/51px 'Roboto';
	margin: 0;
	border-radius: 10px;
	color: #f0e8cd;
	letter-spacing: 3px;
	background: #4288d5;
	text-transform: uppercase;
	float: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2 img {
	margin: -1px 0 0 14px;
}
.btn-default.btn2:hover {
	color: #f0e8cd;
	background: #e6c1a2;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 47px;
	font: bold 14px/51px 'Roboto';
	letter-spacing: 2px;
	margin: 0;
	border-radius: 7px;
	color: #f0e8cd;
	background: #ae0e5d;
	border: none;
	float: none;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #f0e8cd;
	background: #7b003b ;
	text-decoration: none;
}
/* list
========================================================*/
.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	text-align: center;
	width: 100%;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 0 30px;
	display: inline-block;
}
.list1 li a {
	display: block;
	width: 119px;
	height: 119px;
	border-radius: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.list1 li a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list1 li a img {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list1 li a strong {
	font: 18px 'Changa One';
	color: #FBF9F9;
	text-transform: uppercase;
	position: absolute;
	letter-spacing: 1px;
	bottom: 37px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li:first-child {
	margin: 0;
}
.list1-1 {
	margin: 0;
	padding: 4px 0 14px 0;
	list-style: none;
}
.list1-1.indent {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 56px;
	padding-bottom: 25px;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 13px 0;
	padding-left: 13px;
	background: url(../img/list_point.png) left 6px no-repeat;
}
.list1-1 li a {
	color: #e44554;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li a:hover {
	color: #f0e8cd;
}
.list2 {
	margin: 0 0 50px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	display: inline-block;
	margin: 0 15px;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin: 0 0 19px 0;
	padding-left: 15px;
	background: url(../img/list_arrow.png) left 6px no-repeat;
}
.list3 li a {
	font: 18px/20px 'Changa One';
	text-transform: uppercase;
	color: #f0e8cd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #4288d5;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 32px;
}
.list4 li p {
	margin-bottom: 0;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 23px 0;
	overflow: hidden;
}
.list5 li .badge {
	width: 60px;
	height: 60px;
	background: #7A003C;
	border-radius: 100%;
	text-align: center;
	padding: 0;
	margin: 0 30px 0 0;
	float: left;
	font: 60px/70px 'Changa One';
	color: #f0e8cd;
}
.list5 li p {
	margin-bottom: 10px;
}
.list5 li h3 i {
	display: inline-block;
	width: 98px;
	height: 18px;
	background: url(../img/star.png) no-repeat;
	float: left;
	margin: 0 12px 0 0;
}
.list5 li a {
	font: 18px/20px 'Changa One';
	text-transform: uppercase;
	color: #5E0031;
	float: left;
	margin-right: 16px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #ae0e5d;
}
.list5 li time {
	color: #ae0e5d;
	font: 14px 'Roboto';
	float: left;
}
.list6 {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
}
.list6 li time {
	color: #ae0e5d;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
}
.list7 li span {
	color: #f0e8cd;
	font-size: 60px;
	width: 70px;
	margin-right: 30px;
	float: left;
}
.list8 {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 32px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.list8 li h3 {
	margin-bottom: 18px;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	display: block;
}
#newsletter a {
	position: absolute;
	top: 11px;
	right: 13px;
	color: #7A003C;
	font-size: 29px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter a:hover {
	color: #5E0031;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 14px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ba8a64;
	background: #ffffff;
	height: 51px;
	width: 100%;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 7px;
	padding: 15px 50px 15px 15px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: 1px solid #bebebe;
}
#newsletter .error {
	position: absolute;
	bottom: -20px;
	right: 6px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #f0e8cd;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	border: none;
	display: block;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	font: 14px/18px 'Open Sans';
	color: #ba8a64;
	width: 100%;
	height: 51px;
	border: 1px solid #ffffff;
	border-radius: 7px;
	padding: 15px;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	position: relative;
	width: auto;
	margin: 0;
	z-index: 0;
	text-align: center;
}
.list_carousel1 .carousel1 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .carousel1 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin-right: 30px;
	text-align: center;
}
.list_carousel1 .carousel1 > li figure {
	margin-bottom: 21px;
	position: relative;
	overflow: hidden;
}
.list_carousel1 .carousel1 > li figure img {
	width: 100%;
	border-radius: 100%;
}
.list_carousel1 .carousel1 > li figure i {
	width: 240px;
	height: 240px;
	position: absolute;
	top: 16px;
	left: 16px;
	margin: 0;
	padding: 60px 0 0 0;
	display: block;
	background: #ffffff;
	border-radius: 100%;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.list_carousel1 .carousel1 > li figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0.85;
	filter: alpha(opacity=85);
}
.list_carousel1 .carousel1 > li p {
	color: #f0e8cd;
	padding: 0 17px;
}
.list_carousel1 .carousel1 > li span {
	font: 24px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	display: block;
}
.list_carousel1 .carousel1 > li b {
	font: bold 14px 'Roboto';
	color: #e2b692;
	text-transform: uppercase;
	margin-bottom: 10px;
	letter-spacing: 2px;
	display: block;
}
.list_carousel1 .carousel1 > li strong {
	width: 100%;
	height: 44px;
	background: url(../img/more_btn.png) center 0 no-repeat;
	display: block;
	margin: 7px 0 0 0;
}
.list_carousel1 .carousel1 > li a {
	font: bold 14px 'Roboto';
	color: #7A003C;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel1 .carousel1 > li a:hover {
	color: #5E0031;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 11px !important;
}
.list_btn1 .prev, .list_btn1 .next {
	display: inline-block;
	cursor: pointer;
	margin: 0 15px;
	width: 70px;
	height: 46px;
	border-radius: 10px;
	text-align: center;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn1 {
	text-align: center;
}
.list_btn1 .next {
	background: #7b003b url(../img/more2.png) center center no-repeat;
}
.list_btn1 .next:hover {
	background: #ae0e5d url(../img/more2.png) center center no-repeat;
}
.list_btn1 .prev {
	background: #7b003b url(../img/more1.png) center center no-repeat;
}
.list_btn1 .prev:hover {
	background: #ae0e5d url(../img/more1.png) center center no-repeat;
}
/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 19px 0 0 0;
	overflow: hidden;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	border-radius: 7px;
	margin: 0;
	width: 100%;
	outline: none;
	border: 1px solid #ffffff;
	background: #ffffff;
	font: 14px/18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ae0e5d;
	padding: 15px 14px;
	height: 51px;
	resize: none;
	margin-bottom: 30px;
}
#search {
	padding: 0;
	margin: 15px 0 0 0;
	float: right;
	position: relative;
	width: 257px;
	padding: 5px 40px 6px 15px;
	height: 29px;
	background: none;
	border: 1px solid #4b6076;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#search a {
	display: inline-block;
	position: absolute;
	top: 2px;
	right: 10px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
	background: none;
	border: none;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #f0e8cd;
	padding: 0;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 400px;
	margin-bottom: 52px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #f0e8cd;
	padding: 38px 0 0 20px;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #f0e8cd;
}
.info {
	margin-bottom: 30px;
	color: #f0e8cd;
}

.info h3{
	color: #f0e8cd;
}

.info a{
	color:#f0e8cd !important;
}

.mail {
	color: #ae0e5d;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #f0e8cd;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 170px 0 100px 0;
	overflow: hidden;
	background-color: #23191E;
	background-image: url(../img/2.png);
	background-repeat: repeat-x;
	text-align: center;
}
footer p {
	font: 600 14px 'Open Sans';
	color: #f0e8cd;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: -10px 0 0 0;
}
footer p a {
	color: #f0e8cd;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #f0e8cd;
}
footer em {
	font-style: normal;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
 .list_carousel1 #foo1 > li {
 width: 269px !important;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 .list_carousel1 .carousel1 > li figure i {
 top: 22px;
 left: 22px;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 .title {
 margin-bottom: 25px;
}
 .thumb-box4 #newsletter label {
 margin-bottom: 25px;
}
 nav.tm_navbar .sub-menu > ul {
 margin: 0 0 0 120px;
 width: 120px;
}
 nav.tm_navbar .sub-menu > ul a:after,  nav.tm_navbar .sub-menu > ul a:before {
 display: none !important;
}
 nav.tm_navbar .sub-menu ul ul {
 left: 140px;
 width: 120px;
}
 nav.tm_navbar .sub-menu ul ul a:after,  nav.tm_navbar .sub-menu ul ul a:before {
 display: none !important;
}
 .thumb-box7 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad6 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
 .thumb-pad6 figure em {
 display: none;
}
 .thumb-pad7 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
 .thumb-box13 {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .list_carousel1 .carousel1 > li figure i {
 width: 194px;
 height: 194px;
 top: 8px;
 left: 8px;
}
 header figure {
 margin-top: -260px;
 padding: 0 50px;
}
 header figure img {
 margin-left: 25px;
 width: 100%;
}
 .list1 {
 bottom: 0;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 .title {
 margin-bottom: 25px;
}
 .thumb-box4 #newsletter label {
 margin-bottom: 25px;
}
 .list_carousel1 .carousel1 > li figure i {
 padding: 38px 0 0 0;
}
 nav.tm_navbar .sub-menu > ul {
 margin: 0 0 0 120px;
 width: 130px;
}
 nav.tm_navbar .sub-menu > ul a:after,  nav.tm_navbar .sub-menu > ul a:before {
 display: none !important;
}
 nav.tm_navbar .sub-menu ul ul {
 left: 130px;
 width: 122px;
}
 nav.tm_navbar .sub-menu ul ul a:after,  nav.tm_navbar .sub-menu ul ul a:before {
 display: none !important;
}
 nav.tm_navbar .sf-menu li a:after {
 width: 25px;
 margin-left: -40px;
}
 nav.tm_navbar .sf-menu li a:before {
 width: 25px;
 margin-right: -40px;
}
 .thumb-box7 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad6 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 padding: 50px 0 0 0;
}
 .thumb-pad6 figure em {
 display: none;
}
 .thumb-pad7 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 padding: 50px 0 0 0;
}
 .thumb-box13 {
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
nav.tm_navbar {
	display: block;
}
 #toTop {
 display: none !important;
}
 nav.tm_navbar {
 float: none;
 padding: 15px 0;
 margin: 0;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: none !important;
}
 h1.navbar-brand_ {
 padding: 0 15px;
}
 h1.navbar-brand_ a img {
 width: 100%;
}
 h2 {
 font-size: 24px;
}
 h2 span {
 padding: 0;
}
 h2:after {
 display: none;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0 0 15px 0;
 width: 100%;
 border: 1px solid #7a003c;
 background: #7a003c;
 color: #f0e8cd;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .list_carousel1 .carousel1 > li figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
}
 header {
 margin: 0;
 padding-bottom: 10px;
}
 header figure {
 margin-top: -150px;
 padding: 0 50px;
}
 header figure img {
 margin-left: 25px;
 width: 100%;
}
 header.indent {
 margin: 0 0 20px 0;
}
 .list1 {
 bottom: 20%;
 display: none;
}
 .list1 li {
 margin: 0 0 0 5px;
}
 .list1 li img {
 display: none;
}
 .list1 a {
 background: #ffffff;
 border-bottom: 1px solid #ffffff;
 width: 130px !important;
 height: 130px !important;
 padding: 54px 0 0 0;
}
 .list1 a strong {
 position: relative !important;
 bottom: 0 !important;
}
 .list1 a:hover {
 background: transparent;
 -webkit-transition: all 0.25s;
 -o-transition: all 0.25s;
 transition: all 0.25s;
}
 .thumb-box1 {
 padding: 30px 0 0 0;
}
 .list_carousel1 .carousel1 > li p {
 padding: 0;
}
 .thumb-box4 {
 text-align: center;
}
 .thumb-box4 .title {
 margin-bottom: 25px;
}
 .thumb-box4 #newsletter label {
 margin-bottom: 25px;
}
 .list_carousel1 .carousel1 > li figure i {
 padding: 38px 0 0 0;
}
 .thumb-box7 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad4 figure {
 margin: 0 25px 0 0;
 float: left;
}
 .thumb-pad6 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 padding: 230px 0 0 0;
}
 .thumb-pad7 figure i {
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 padding: 230px 0 0 0;
}
 .thumb-box9 .col-lg-6 {
 margin-bottom: 50px;
}
 .thumb-box10 .col-lg-6 {
 margin-bottom: 50px;
}
 .thumb-box13 {
 text-align: center;
}
 .thumb-box13 img {
 width: 100%;
}
 footer figure img {
 width: 100%;
}
 footer p {
 margin: 0;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
nav.tm_navbar {
	display: block;
}
 .list1 {
 display: none;
 position: relative;
 bottom: 0;
 padding: 30px 0;
}
 header figure {
 display: none;
}
 .thumb-pad4 figure {
 margin: 0 0 25px 0;
 float: none;
}
 .thumb-pad6 figure i {
 padding: 180px 0 0 0;
}
 .thumb-pad7 figure i {
 padding: 180px 0 0 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
nav.tm_navbar {
	display: block;
}
 .thumb-pad6 figure i {
 padding: 120px 0 0 0;
}
 .thumb-pad7 figure i {
 padding: 120px 0 0 0;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
nav.tm_navbar {
	display: block;
}
.col-xs-6 {
 width: 100%;
 float: none;
}
 .list_carousel1 .carousel1 > li strong {
 display: none;
}
 .thumb-pad5 .thumbnail figure {
 padding: 0;
 float: none;
 margin: 0 0 25px 0;
}
 .list7 li span {
 float: none;
 margin: 0 0 20px 0;
}
 .thumb-pad6 figure i {
 padding: 70px 0 0 0;
}
 .thumb-pad6 figure em {
 display: none;
}
 .thumb-pad7 figure i {
 padding: 70px 0 0 0;
}
 .thumb-pad7 figure em {
 display: none;
}
 .list5 li .badge {
 margin: 0 0 20px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad5 .thumbnail figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
