@import url(//fonts.googleapis.com/css?family=Questrial);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
/* Stuck menu styles
========================================================*/
.isStuck { 
	z-index: 99;
	margin: 0;
	padding: 0 !important;
	-webkit-box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 9px 9px 0 rgba(0, 0, 0, 0.3);
	max-height: 36px;
}
.isStuck nav.tm_navbar li a {
	line-height: 44px;
}
.isStuck nav.tm_navbar .sub-menu > ul {
	top: 45px;
}
@media only screen and (max-width: 979px) {
 .isStuck {
 display: none !important;
}
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #ffffff;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	color: #cbcbcb;
}
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;
	line-height: 20px;
}
p span {
	color: #412a58;
}

h1 {
	/*font: 36px/1em 'Questrial';*/
	font: 39px/1em 'AmSansLight';
	margin: 0 0 12px 0;
	color: #412a58;
	padding-top: 21px;
	position: relative;
	text-align: center;
}
h1:after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 46px;
	height: 2px;
	margin-left: -23px;
	background: #412a58;
	content: '';
	z-index: 1;
}
h1.indent {
	margin: 0 0 27px 0;
}


h1.navbar-brand_ {
	margin: 0 0 44px 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	display: inline-block;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	/*font: 36px/1em 'Questrial';*/
	font: 29px/1em 'AmSansLight';
	margin: 0 0 12px 0;
	color: #412a58;
	padding-top: 21px;
	position: relative;
	text-align: center;
}

h2.indent {
	margin: 0 0 27px 0;
}
h3 {
	/*font: 20px/1em 'Questrial';*/
	font: 22px/1em 'AmSansLight';
	color: #e46b86;
	letter-spacing: 1px;
	margin: 0 0 19px 0;
}
h4 {
	/*font: 26px/1em 'Questrial';*/
	font: 28px/1em 'AmSansLight';
	color: #e46b86;
	letter-spacing: 1px;
	margin: 0 0 14px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 53px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
	background: #412a58 url(/img/glow.png) center bottom no-repeat;
}
.main.indent {
	background: #412a58 url(/img/glow2.png) center bottom no-repeat;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 11;
	background: #e36480;
}
.logo_box {
	text-align: center;
	padding: 54px 0 0 0;
}
.logo_box time {
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	color: #e36480;
	text-shadow: 1px 1px 1px #53346c;
	letter-spacing: 2px;
	margin-bottom: 25px;
	display: block;
}
.logo_box.indent {
	padding: 54px 0 27px 0;
}
.follow_icon {
	padding: 20px 0 0 22px;
	margin: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
.follow_icon li {
	float: left;
	margin-left: 14px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	display: inline-block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.follow_icon li a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: left;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child:after {
	display: none;
}
nav.tm_navbar li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #412a58;
	content: '';
	z-index: 1;
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	/*font: 18px/68px 'Questrial';*/
	font: 22px/74px 'AmSansLight';
	width: 180px;
	text-align: center;
	color: #ffffff;
	background: #4b3065;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: #e36480 !important;
}
nav.tm_navbar li.active > span {
	color: #ffffff !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: #e36480 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: #e36480 !important;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 9px;
	color: #ffffff;
	font-size: 12px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 215px;
	left: 0;
	top: 68px;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #e36480;
	padding: 20px 0;
	margin: 0;
	overflow: hidden;
	text-align: left;
	border: 1px solid #412a58;
}
nav.tm_navbar .sub-menu > ul li {
	position: relative;
	background: none !important;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}
nav.tm_navbar .sub-menu > ul li:after {
	display: none;
}
nav.tm_navbar .sub-menu > ul > li a {
	display: block;
	background: transparent !important;
	padding: 0 0 0 50px;
	margin: 0;
	/*font: 18px/28px 'Questrial';*/
	font: 19px/30px 'AmSansLight';
	color: #ffffff;
	width: 100%;
	text-align: left;
	border: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 6px;
	left: auto;
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	background: none !important;
	right: 20px;
	float: right;
	width: auto;
	height: 14px;
}
nav.tm_navbar .sub-menu ul > li:hover span {
	color: #e36480;
}
nav.tm_navbar .sub-menu ul > li:hover > a {
	text-decoration: none;
	color: #e36480 !important;
	background: #ffffff !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 span {
	color: #e36480;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #e36480 !important;
	background: #ffffff !important;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: relative;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #e36480;
	padding: 0;
	margin: 0;
	text-align: left;
}
nav.tm_navbar .sub-menu ul ul li a {
	display: block;
	background: transparent;
	padding: 0 0 0 70px;
	margin: 0;
	/*font: 18px/28px 'Questrial';*/
	font: 19px/30px 'AmSansLight';
	color: #ffffff;
	text-align: left;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	text-decoration: none;
	color: #ffffff !important;
	background: #e98399 !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;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 27px;
	height: 19px;
	background: url(/img/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 25px;
}
.thumb-box1 {
	overflow: hidden;
	text-align: center;
	padding: 54px 0 0 0;
}
.thumb-box1 strong {
	/*font: 36px 'Questrial';*/
	font: 39px 'AmSansLight';
	color: #e46b86;
	display: block;
	margin-bottom: 20px;
}
.thumb-box1 .col-lg-5 {
	text-align: left;
	margin-bottom: 8px;
}
.thumb-box2 {
	padding: 65px 0 0 0;
	overflow: hidden;
	text-align: center;
}
.thumb-box2 strong {
	/*font: 36px/1em 'Questrial';*/
	font: 39px/1em 'AmSansLight';
	margin: 0 0 27px 0;
	display: block;
	color: #412a58;
	padding-top: 15px;
	position: relative;
}
.thumb-box2 strong:after {
	position: absolute;
	left: 50%;
	top: 0;
	width: 46px;
	height: 2px;
	margin-left: -23px;
	background: #412a58;
	content: '';
	z-index: 1;
}
.thumb-box3 .box {
	background: #e36480;
	padding: 15px 54px 16px 70px;
	border-radius: 111px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.thumb-box3 .box strong {
	/*font: 36px/40px 'Questrial';*/
	font: 39px/43px 'AmSansLight';
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
}
.thumb-box3 .box p {
	/*font: 18px/22px 'Questrial';*/
	font: 19px/25px 'AmSansLight';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}
.thumb-box3 .box:after {
	position: absolute;
	right: -337px;
	top: -375px;
	width: 750px;
	height: 750px;
	background: #412a58;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box3.indent {
	padding-bottom: 40px;
}
.thumb-box3-1 .box {
	background: #e36480;
	padding: 15px 54px 16px 70px;
	border-radius: 111px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.thumb-box3-1 .box strong {
	/*font: 36px/40px 'Questrial';*/
	font: 39px/43px 'AmSansLight';
	letter-spacing: 2px;
	text-transform: uppercase;
	display: block;
	color: #ffffff;
}
.thumb-box3-1 .box p {
	/*font: 18px/22px 'Questrial';*/
	font: 19px/25px 'AmSansLight';
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 8px 0 0 0;
}
.thumb-box3-1 .box:after {
	position: absolute;
	right: -200px;
	top: -375px;
	width: 750px;
	height: 750px;
	background: #412a58;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-box3-1 .col-lg-2 {
	padding-top: 16px;
}
.thumb-box4 {
	overflow: hidden;
	padding: 50px 0 0 0;
}
.thumb-box4 strong {
	color: #412a58;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
.zodiac_box {
	overflow: hidden;
	background: #412a58;
	text-align: center;
}
.zodiac_box .box {
	width: 292px;
	min-height: 291px;
	margin: 0 -4px -5px 0;
	padding: 70px 0 0 0;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.zodiac_box .box:before {
	position: absolute;
	right: -20%;
	top: -100%;
	width: 100%;
	height: 200%;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.zodiac_box .box > div {
	background: inherit;
	padding: 45px 35px 0 35px;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	-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);
}
.zodiac_box .box > div p {
	color: #a17dbc;
}
.zodiac_box .box:hover > div {
	-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);
}
.zodiac_box .box.box1 {
	background: #51376a;
}
.zodiac_box .box.box1:before {
	background: #553c6e;
}
.zodiac_box .box.box2 {
	background: #533a6c;
}
.zodiac_box .box.box2:before {
	background: #5c3d76;
}
.zodiac_box .box.box3 {
	background: #644080;
}
.zodiac_box .box.box3:before {
	background: #6e4587;
}
.zodiac_box .box.box4 {
	background: #78498d;
}
.zodiac_box .box.box4:before {
	background: #7b4d8e;
}
.zodiac_box .box.box5 {
	background: #864683;
}
.zodiac_box .box.box5:before {
	background: #894a86;
}
.zodiac_box .box.box5 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box6 {
	background: #923971;
}
.zodiac_box .box.box6:before {
	background: #973c74;
}
.zodiac_box .box.box6 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box7 {
	background: #9b3e77;
}
.zodiac_box .box.box7:before {
	background: #a54480;
}
.zodiac_box .box.box7 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box8 {
	background: #af4988;
}
.zodiac_box .box.box8:before {
	background: #bb5092;
}
.zodiac_box .box.box8 > div p {
	color: #cd9ccb;
}
.zodiac_box .box.box9 {
	background: #a74b72;
}
.zodiac_box .box.box9:before {
	background: #b3547c;
}
.zodiac_box .box.box9 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box10 {
	background: #cb496b;
}
.zodiac_box .box.box10:before {
	background: #ce5071;
}
.zodiac_box .box.box10 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box11 {
	background: #d05776;
}
.zodiac_box .box.box11:before {
	background: #da5e7b;
}
.zodiac_box .box.box11 > div p {
	color: #eba7c4;
}
.zodiac_box .box.box12 {
	background: #e36480;
}
.zodiac_box .box.box12:before {
	background: #e46b86;
}
.zodiac_box .box.box12 > div p {
	color: #eba7c4;
}
.zodiac_box .box strong {
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	color: #ffffff;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.zodiac_box .box figure {
	height: 111px;
	line-height: 111px;
	margin-bottom: 5px;
}
.thumb-box5 {
	overflow: hidden;
	padding: 0;
}
.thumb-box6 {
	overflow: hidden;
	padding: 0;
}
.thumb-box7 {
	overflow: hidden;
	padding: 0 0 15px 0;
}
.thumb-box8 {
	overflow: hidden;
	padding: 50px 0 10px 0;
}
.thumb-box9 {
	overflow: hidden;
	padding: 0 0 22px 0;
}
.thumb-box10 {
	overflow: hidden;
	padding: 0 0 37px 0;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 48px 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .caption {
	padding: 0;
	overflow: hidden;
	color: #cbcbcb;
}
.thumb-pad1 figure {
	padding: 0;
	margin: 0 0 26px 0;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 28px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption a {
	/*font: 30px/1em 'Questrial';*/
	font: 33px/1em 'AmSansLight';
	color: #e46b86;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad2 .thumbnail .caption a:hover {
	color: #4f3368;
}
.thumb-pad2 .thumbnail .caption strong {
	/*font: 20px/1em 'Questrial';*/
	font: 22px/1em 'AmSansLight';
	color: #4f3368;
}
.thumb-pad2 figure {
	margin: 0 30px 0 0;
	float: left;
}
.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: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	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;
}
.thumb-pad3.indent .thumbnail .badge {
	line-height: 68px;
	padding: 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .badge {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #04bf9d;
	text-align: center;
	font: 300 30px/1em 'Open Sans';
	color: #ffffff;
	padding-top: 11px;
	margin-right: 28px;
	float: left;
}
.thumb-pad3 .thumbnail .badge span {
	display: block;
	color: #82dfce;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	margin-top: -2px;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption strong {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font: 20px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad3 .thumbnail .caption span {
	display: block;
	color: #04bf9d;
	text-transform: uppercase;
	font: 15px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad3 .thumbnail .caption p {
	color: #7b7a7a;
}
.thumb-pad3 .thumbnail figure {
	margin: 0 0 23px 0;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
	text-align: center;
}
.thumb-pad4.indent {
	padding-bottom: 29px;
}
.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 27px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.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;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption strong {
	display: block;
	color: #464646;
	text-transform: uppercase;
	font: 20px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 5px;
}
.thumb-pad5 .thumbnail .caption span {
	display: block;
	color: #04bf9d;
	text-transform: uppercase;
	font: 15px/1em 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 16px;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad6 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption strong {
	display: block;
	color: #464646;
	text-transform: uppercase;
	font: 300 20px/25px 'Open Sans';
	letter-spacing: -1px;
	margin-bottom: 17px;
}
.thumb-pad6 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail figure img {
	border-radius: 100%;
}
.thumb-pad7 {
	margin: 0 0 30px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 0 27px 0;
}
.thumb-pad7 figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption h3 {
	margin: 0 0 9px 0;
}
.thumb-pad8 {
	margin: 0;
	padding: 0 0 87px 0;
	border-bottom: 1px solid #eeefef;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption h3 {
	color: #ffffff;
	margin-bottom: 0;
	line-height: 25px;
}
.thumb-pad9 .thumbnail .caption h4 {
	color: #04bf9d;
}
.thumb-pad9 .thumbnail .caption p {
	color: #7b7a7a;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad9 figure img {
	border-radius: 100%;
}
.thumb-pad11 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad11 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad11 .thumbnail .caption {
	padding: 0;
}
.thumb-pad11 .thumbnail .caption h3 {
	color: #04bf9d;
	font-weight: 300;
	margin-bottom: 0;
}
.thumb-pad11 figure {
	margin: 0 0 33px 0;
}
.thumb-pad11 figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 7px;
	padding: 14px 27px;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	background: #412a58;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:after {
	position: absolute;
	right: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	background: #533a6c;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	background: #dbdbdb;
	text-decoration: none;
}
.btn-default.btn1:hover:after {
	background: #e5e5e5;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0 7px;
	padding: 14px 27px;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	background: #e36480;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:after {
	position: absolute;
	right: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	background: #e77a92;
	content: '';
	z-index: -1;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #dbdbdb;
	text-decoration: none;
}
.btn-default.btn2:hover:after {
	background: #e5e5e5;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 18px 0 0 0;
	padding: 0;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	background: none;
	border: none;
	color: #412a58;
	letter-spacing: 2px;
	border-radius: 0;
	float: none;
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:after {
	position: absolute;
	left: 50%;
	top: -18px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #412a58;
	content: '';
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn3:hover {
	color: #cbcbcb;
	background: none;
	text-decoration: none;
}
.btn-default.btn3:hover:after {
	background: #cbcbcb;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn4 {
	box-shadow: none;
	position: relative;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 14px 42px;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	background: #e36480;
	letter-spacing: 2px;
	border-radius: 50px;
	outline: none;
	color: #ffffff;
	overflow: hidden;
	float: none;
	z-index: 1;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	background: #dbdbdb;
	text-decoration: none;
}
.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 18px 0 0 0;
	padding: 0;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	background: none;
	border: none;
	color: #ffffff;
	letter-spacing: 2px;
	border-radius: 0;
	float: none;
	position: relative;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:after {
	position: absolute;
	left: 50%;
	top: -18px;
	width: 20px;
	height: 2px;
	margin-left: -10px;
	background: #ffffff;
	content: '';
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn5:hover {
	color: #ffffff;
	background: none;
	text-decoration: none;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
.btn-default.btn5:hover:after {
	width: 0;
	margin-left: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
/* list
========================================================*/
.list1 {
	margin: 0 0 25px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 15px 31px;
	display: inline-block;
	position: relative;
}
.list1 li:after {
	position: absolute;
	left: -22px;
	top: 0;
	color: #e36480;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	content: '/';
	z-index: 1;
}
.list1 li:first-child {
	margin: 0 0 15px 0;
}
.list1 li:first-child:after {
	display: none;
}
.list1 li a {
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	color: #e36480;
	text-transform: uppercase;
	letter-spacing: 3px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #412a58;
}
.list2 {
	margin: 0 0 21px 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 8px 0;
	padding-left: 12px;
	position: relative;
}
.list2 li:after {
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 1px;
	background: #e36480;
	content: '';
	z-index: 1;
}
.list2 li a {
	font: 14px 'Roboto';
	color: #e36480;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2 li a:hover {
	color: #412a58;
}
.list2-1 {
	margin: 0;
	padding: 0 0 8px 0;
	list-style: none;
}
.list2-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	background: url(/img/list_arrow.png) 0 5px no-repeat;
}
.list2-1 li a {
	font: 300 15px 'Open Sans';
	color: #464646;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #04bf9d;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 17px;
	overflow: hidden;
}
.list4 li time {
	/*font: 36px 'Questrial';*/
	font: 39px 'AmSansLight';
	color: #e46b86;
	margin-bottom: 6px;
	display: block;
}
.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 27px 0;
}
.list5 li figure {
	margin-bottom: 10px;
}
.list5 li a {
	/*font: 20px/1em 'Questrial';*/
	font: 22px/1em 'AmSansLight';
	color: #e46b86;
	letter-spacing: 1px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #412a58;
}
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #cbcbcb;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(/img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 10px;
}
.list7 li .badge {
	margin: 4px 30px 0 0;
	padding: 0;
	border-radius: 100%;
	background: #e36480;
	text-align: center;
	border: none;
	/*font: 30px/82px 'Questrial';*/
	font: 32px/86px 'AmSansLight';
	color: #ffffff;
	width: 82px;
	height: 82px;
	float: left;
}
.list7 li p {
	margin: 12px 0 0 0;
	color: #bbbaba;
}
.list8 {
	margin: 0 0 65px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 20px 0;
}
.list8 li p {
	margin-bottom: 0;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 40px 0;
	text-align: center;
}
.errorBox .title {
	/*font: 286px/1em 'Questrial';*/
	font: 286px/1em 'AmSansLight';
	color: #e36480;
	letter-spacing: 10px;
	text-transform: uppercase;
	margin-bottom: -18px;
}
.errorBox .description {
	font: 36px/1em 'Roboto';
	color: #412a58;
	letter-spacing: 2px;
	text-transform: none;
	margin-bottom: 36px;
}
.errorBox p {
	font-size: 20px;
	line-height: 36px;
}
/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: block;
	border-radius: 48px;
	margin-top: 15px;
}
#newsletter a {
	display: inline-block;
	position: absolute;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	color: #ffffff;
	padding: 0 20px;
	height: 100%;
	line-height: 48px;
	border-radius: 0;
	top: 0;
	right: 0;
	background: #e36480;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter a:hover {
	color: #ffffff;
	background: #724887;
}
#newsletter 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: #ffffff;
	border: none;
	/*font: 18px/18px 'Questrial';*/
	font: 19px/19px 'AmSansLight';
	color: #412a58;
	letter-spacing: 2px;
	padding: 14px 125px 14px 22px;
	border-radius: 48px;
	height: 48px;
	resize: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	left: 21px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #e36480;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin: 0;
	float: none;
	border: none;
	display: block;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	/*font: 18px/18px 'Questrial';*/
	font: 19px/19px 'AmSansLight';
	color: #412a58;
	letter-spacing: 2px;
	background: #ffffff;
	height: 48px;
	width: 100%;
	border-radius: 48px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* search
========================================================*/
#search-404 {
	padding: 0;
	margin: 8px 0 0 0;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 25px 0;
	width: 100%;
	outline: none;
	border: 1px solid #d7d7d7;
	background: none;
	/*font: 16px/18px 'Questrial';*/
	font: 17px/19px 'AmSansLight';
	height: 48px;
	line-height: 18px;
	color: #cbcbcb;
	border-radius: 25px;
	padding: 15px;
	resize: none;
	float: left;
}
#search {
	padding: 0;
	margin: 0 0 40px 0;
	position: relative;
	border-radius: 48px;
	-webkit-box-shadow: 1px 1px 0 0 #714886;
	box-shadow: 1px 1px 0 0 #714886;
	overflow: hidden;
}
#search a {
	display: inline-block;
	position: absolute;
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	color: #ffffff;
	padding: 0 30px;
	height: 100%;
	line-height: 48px;
	letter-spacing: 2px;
	top: 0;
	right: 0;
	background: #e36480;
	border-radius: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #ffffff;
	background: #724887;
}
#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: #412a58;
	border: none;
	-webkit-box-shadow: inset 1px 1px 0 0 #322044;
	box-shadow: inset 1px 1px 0 0 #322044;
	/*font: 14px/18px 'Questrial';*/
	font: 15px/19px 'AmSansLight';
	color: #876d9f;
	padding: 15px 125px 15px 22px;
	border-radius: 48px;
	height: 48px;
	resize: none;
}
/* map
========================================================*/
.content_map {
	position: relative;
	height: 385px;
	margin-bottom: 65px;
}
.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-wrapper * p {
	color: #ffffff;
	font-size: 14px;
}
.gm-style-iw {
	text-align: center;
	width: 330px !important;
	height: 127px !important;
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: #ffffff;
	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: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info h3 {
	font-size: 30px;
	margin-bottom: 8px;
}
.info p {
	margin-bottom: 26px;
}
.mail {
	color: #e36480;
	font: 14px 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #412a58;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 20px 0 50px 0;
	position: relative;
	overflow: hidden;
	text-align: center;
}
footer p {
	/*font: 18px 'Questrial';*/
	font: 19px 'AmSansLight';
	color: #cecece;
	margin: -7px 0 0 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
footer p a {
	color: #cecece;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #e36480;
}
footer em {
	font-style: normal;
}
footer span {
	padding: 0 4px;
	color: #cbcbcb;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}

.thumb-box18 {
 margin-bottom:40px;
}

}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li a {
 width: 157px;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box:after {
 right: -65%;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .errorBox .title {
 font-size: 230px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 nav.tm_navbar li a {
 width: 144px;
}
 .follow_icon {
 text-align: center;
 margin: 20px 0;
 display: block;
 float: none;
}
 .follow_icon li {
 display: inline-block;
 float: none;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box:after {
 right: -65%;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .errorBox .title {
 font-size: 136px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 position: relative;
 text-align: center;
}
 h1.navbar-brand_ {
 float: none;
 padding: 0 15px;
}
 nav.tm_navbar {
 border: none;
 margin: 0;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0 0 0;
 width: 100%;
 border: 1px solid #4b3065;
 background: #4b3065;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 nav.tm_navbar {
 display: block;
 float: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 .follow_icon {
 text-align: center;
 margin: 0 0 20px 0;
 display: block;
 float: none;
}
 .follow_icon li {
 display: inline-block;
 float: none;
}
 .thumb-box3 {
 text-align: center;
}
 .thumb-box3 .box {
 background: #412a58;
 border-radius: 0;
}
 .thumb-box3 .box:after {
 display: none;
}
 .thumb-box3-1 {
 text-align: center;
}
 .thumb-box3-1 .box {
 background: #412a58;
 border-radius: 0;
}
 .thumb-box3-1 .box:after {
 display: none;
}
 .thumb-box4 {
 text-align: center;
}
 #newsletter input {
 font-size: 12px;
 padding: 15px 15px 15px 22px;
}
 .who-box .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-box6 .col-lg-4 {
 margin-bottom: 50px;
}
 .thumb-pad4 figure {
 margin: 0 30px 0 0;
 float: left;
}
 .thumb-pad4 .thumbnail .caption {
 padding: 0;
 text-align: left;
}
 .list2 li:after {
 display: none;
}
 .errorBox .title {
 font-size: 75px;
}
 .btn-default.btn1 {
 margin: 0 0 2px 0;
}
 .btn-default.btn1:after {
 display: none;
}
 .btn-default.btn2 {
 margin: 0 0 2px 0;
}
 .btn-default.btn2:after {
 display: none;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad4 .thumbnail .caption {
 padding: 0;
 text-align: center;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box3 .box {
 padding: 15px 10px 16px 10px;
}
 .thumb-box3-1 .box {
 padding: 15px 10px 16px 10px;
}
 #newsletter {
 overflow: visible;
}
 #newsletter a {
 position: relative;
 margin-top: 10px;
 border-radius: 48px;
}
 footer img {
 width: 100%;
}
 footer figure {
 margin-bottom: 10px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list1 li:after {
 display: none;
}
 .list1 li a {
 font-size: 12px;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-box3-1 .box strong {
 font-size: 26px;
 line-height: 30px;
}
 footer img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .thumb-pad2 figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad2 figure img {
 width: 100%;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
