/*----------  0.1. Color  ----------*/
/*----------  0.2. Font  ----------*/
/*================================
======     GLOBAL STYLE     ======
=================================*/
html * {
	outline: 0 !important;
}
html, body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	-wenkit-font-smoothing: subpixel-antialiased;
}
body {
	line-height: 24px;
	font-weight: 400;
	font-size: 16px;
	color: #414141;
	background-color: fff;
	font-family: 'Maitree', serif;
}
#top-header, #top-header a {
	background: #ab0d6a;
	color: #fff;
	font-size: 13px;
}
#top-header a:hover, #top-header .th-text .th-item .btn-group .btn-default:hover {
	color: #fff;
	text-decoration: none;
}
#top-header i {
	font-size: 14px;
	padding-right: 5px;
}
#top-header .th-text {
	padding: 10px 0;
	font-size: 11px;
}
#top-header .th-text .th-item {
	margin: 0;
	padding: 0;
}
#top-header .th-text .th-item {
	display: inline-block;
	padding: 0 10px;
	line-height: 10px;
	border-right: 1px solid #fff;
}
#top-header .th-text .th-item:first-child {
	padding-left: 0;
}
#top-header .th-text .th-item:last-child {
	border-right: none;
}
/* Language Dropdown */

#top-header .th-text .th-item .btn-group {
	z-index: 9999;
	margin-top: -6px;
}
#top-header .th-text .th-item .btn-group .btn-default {
	color: inherit;
	background-color: transparent;
	border: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	text-transform: uppercase;
	font-size: 13px;
	background: none; /* FF3.6+ */
	filter: none; /* IE6-9 */
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	font-weight: normal;
}
#top-header .th-text .th-item .btn-group:hover {
	color: #fff;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu {
	font-size: 13px;
	background-color: #272727;
	padding: 0;
	line-height: 20px;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 12px;
}
#top-header .th-text .th-item .btn-group .btn-default span.caret {
	margin-left: 5px;
	margin-top: -4px;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a {
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
	-webkit-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
}
#top-header .th-text .th-item .btn-group ul.dropdown-menu > li > a:hover {
	color: #fff;
}
/* Social Icons */

#top-header .th-text .th-item .social-icons i {
	padding-right: 7px;
}

@media (max-width: 995px) {
#top-header {
	display: none;
}
}
.section-wrapper-footer {
	color: #fff;
	background-color: rgb(117, 0, 69);
}
a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.body-wrapper {
	position: relative;
	overflow: hidden;
}
.body-wrapper.show-menu {
	height: 100vh;
	overflow-y: hidden;
}
.body-wrapper.show-menu:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: 5000;
}
.body-wrapper.show-menu .wrapper-menu-mobile {
	left: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.body-wrapper.show-menu .wrapper-hamburger .icons-hamburger {
	background-color: #fff;
	position: relative;
	top: 10px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.body-wrapper.show-menu .wrapper-hamburger .icons-hamburger:before, .body-wrapper.show-menu .wrapper-hamburger .icons-hamburger:after {
	background-color: #fff;
}
.body-wrapper.show-menu .wrapper-hamburger .icons-hamburger:before {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	top: 1px;
}
.body-wrapper.show-menu .wrapper-hamburger .icons-hamburger:after {
	display: none;
}
.search-mobile {
	position: relative;
}
.search-mobile .input-search {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: transparent;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 3px solid #fff;
	padding: 0 15px;
	color: #fff;
}
.search-mobile .input-search::-webkit-input-placeholder {
 color: #fff;
}
.search-mobile .input-search::-moz-placeholder {
 color: #fff;
}
.search-mobile .input-search:-ms-input-placeholder {
 color: #fff;
}
.search-mobile .input-search:-moz-placeholder {
 color: #fff;
}
.search-mobile .wrapper-button-search {
	position: absolute;
	line-height: 50px;
	right: 15px;
}
.search-mobile .btn-submit {
	background-color: transparent;
	line-height: 50px;
	border: 0;
}
.search-mobile .icons-search {
	color: #fff;
}
.main-right {
	float: right;
}
.slick-slider {
	margin: 0;
}
/******** LOADING ********/
.wrapper-loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: 9999;
	display: table;
}
.wrapper-loading .content-loading {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.wrapper-loading .loading {
	display: inline-block;
	position: relative;
}
.wrapper-loading .loading:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	background-color: #ab0d6a;
	height: 4px;
	animation-duration: 4s;
	-moz-animation-duration: 4s;
	-webkit-animation-duration: 4s;
	-moz-animation-name: width;
	-webkit-animation-name: width;
}
@-moz-keyframes width {
 from {
 width: 0;
}
 to {
 width: 180px;
}
}
@-webkit-keyframes width {
 from {
 width: 0;
}
 to {
 width: 180px;
}
}
/******** BACK TO TOP ********/
#back-top .link {
	position: fixed;
	bottom: 70px;
	right: 20px;
	border: 2px solid #ab0d6a;
	background-color: transparent;
	width: 40px;
	height: 40px;
	line-height: 36px;
	text-align: center;
	font-size: 24px;
	z-index: 100;
	color: #ab0d6a;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transform: translatey(0);
	-webkit-transform: translatey(0);
	-moz-transform: translatey(0);
	-ms-transform: translatey(0);
	-o-transform: translatey(0);
}
#back-top .link:hover {
	background-color: #ab0d6a;
	border: 2px solid #ab0d6a;
	color: #fff;
	transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
}
#back-top .link:hover:before {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}
#back-top .link:before {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	width: 80%;
	height: 5px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ab0d6a;
	border-radius: 50%;
	opacity: 0.1;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
#back-top .link.show-btn {
	opacity: 1;
	visibility: visible;
}
/********* BTN GOGREEN ********/
.btn-gogreen {
	text-transform: uppercase;
	color: #ab0d6a;
	border: 1px dashed #ab0d6a;
	padding: 7px 25px;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	z-index: 100;
}
.btn-gogreen:hover {
	background-color: #ab0d6a;
	color: #fff;
	border-color: #ab0d6a;
}
.btn-gogreen-w {
	text-transform: uppercase;
	color: #ab0d6a;
	border: 1px dashed #ab0d6a;
	background-color: #fff;
	padding: 7px 25px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	z-index: 100;
}
.btn-gogreen-w:hover {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.btn-gogreen-p {
	text-transform: uppercase;
	color: #fff;
	border: 1px dashed #ab0d6a;
	background-color: #ab0d6a;
	padding: 7px 25px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	z-index: 100;
}
.btn-gogreen-p:hover {
	color: #ab0d6a;
	background-color: transparent;
	border-color: #ab0d6a;
}
/******** HEADER ********/
.wrapper-header {
	z-index: 9999;
	background-color: #fff;
}
.wrapper-header .container {
	position: relative;
}
.wrapper-header.wrapper-header-fix {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 10px 0 #000;
}
.wrapper-header .content-header {
	position: relative;
}
.wrapper-header-1 {
	text-align: center;
	z-index: 9999;
	background-color: #fff;
}
.wrapper-header-1 .wrapper-logo-header {
	float: none;
}
/******** LOGO ********/
.wrapper-logo-header {
	line-height: 75px;
	display: inline-block;
	float: left;
}
.wrapper-logo-header .links-logo-header {
	line-height: 75px;
	display: inline-block;
	vertical-align: middle;
}
/******** MENU ********/
.wrapper-header-menu {
	float: right;
	padding-top: 40px;
}
.menu-wrapper .menu-item {
	position: static;
}
.menu-wrapper .menu-item.active a .text-menu:before {
	width: 100%;
}
.menu-wrapper .menu-item a {
	padding: 0 15px;
	line-height: 35px;
	color: #414141;
	position: relative;
}
.menu-wrapper .menu-item a:hover {
	background-color: transparent;
}
.menu-wrapper .menu-item a:hover:before {
	width: 50%;
}
.menu-wrapper .menu-item a:focus {
	background-color: transparent;
}
.menu-wrapper .menu-item a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #ab0d6a;
	margin-left: auto;
	margin-right: auto;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu-wrapper .menu-item .text-menu {
	position: relative;
}
.menu-wrapper .menu-item .icons-menu {
	margin-left: 5px;
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
}
.menu-wrapper .dropdown:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(75px);
	-webkit-transform: translateY(75px);
	-moz-transform: translateY(75px);
	-ms-transform: translateY(75px);
	-o-transform: translateY(75px);
}
.menu-wrapper .dropdown:hover .icons-menu {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.menu-wrapper .sub-menu {
	position: absolute;
	width: 220px;
	z-index: 9000;
	top: 101%;
	padding: 0;
	background-color: #fff;
	border-top: 3px solid #ab0d6a;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 2px 5px 0 #000;
	transform: translateY(150px);
	-webkit-transform: translateY(150px);
	-moz-transform: translateY(150px);
	-ms-transform: translateY(150px);
	-o-transform: translateY(150px);
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	font-size: 12px;
}
.menu-wrapper .sub-menu .menu-item {
	list-style: none;
}
.menu-wrapper .sub-menu .menu-item:last-child a {
	border-bottom: 0;
}
.menu-wrapper .sub-menu .menu-item a {
	width: 100%;
	display: block;
	line-height: 50px;
	font-weight: 600;
	color: #414141;
	border-bottom: 1px solid #ab0d6a;
}
.menu-wrapper .sub-menu .menu-item a:hover {
	color: #ab0d6a;
}
.menu-wrapper .sub-menu .menu-item a:before {
	display: none;
}
.menu-wrapper .mega-menu {
	width: 59%; /*79 for 4 column*/
	left: 0;
	right: 0;
	margin: auto;
}
.wrapper-menu-mobile {
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0;
	left: -100%;
	background-color: #ab0d6a;
	z-index: 9998;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.wrapper-menu-mobile .content-menu-mobile {
	max-height: 100vh;
	overflow: auto;
	float: left;
	width: 100%;
}
.wrapper-menu-mobile .menu-wrapper {
	overflow: auto;
}
.wrapper-menu-mobile .menu-wrapper .menu-item {
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
}
.wrapper-menu-mobile .menu-wrapper .menu-item a {
	color: #fff;
	line-height: 50px;
}
.wrapper-menu-mobile .menu-wrapper .menu-item a:hover {
	color: #fff;
}
.wrapper-menu-mobile .menu-wrapper .menu-item .icons-menu {
	float: right;
	line-height: 50px;
}
.wrapper-menu-mobile .menu-wrapper .sub-menu {
	width: 100%;
	background-color: #ab0d6a;
	box-shadow: none;
	border-top: 1px solid #fff;
}
.wrapper-menu-mobile .menu-wrapper .dropdown:hover .sub-menu {
	position: relative;
	opacity: 0.6;
}
.wrapper-hamburger {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: 9999;
	display: none;
	cursor: pointer;
}
.wrapper-hamburger .content-hamburger {
	position: relative;
	text-align: center;
	width: 30px;
	height: 30px;
}
.wrapper-hamburger .icons-hamburger {
	width: 100%;
	height: 2px;
	background-color: #ab0d6a;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.wrapper-hamburger .icons-hamburger:before, .wrapper-hamburger .icons-hamburger:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 2px;
	background-color: #ab0d6a;
}
.wrapper-hamburger .icons-hamburger:before {
	top: 10px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.wrapper-hamburger .icons-hamburger:after {
	top: 20px;
}
/******** HOME ********/
.home-slider-banner .slick-prev, .home-slider-banner .slick-next {
	width: 35px;
	height: 90px;
	background-color: rgba(104, 98, 98, 0.5);
	z-index: 9995;
	top: 45%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.home-slider-banner .slick-prev:hover, .home-slider-banner .slick-next:hover {
	background-color: #ab0d6a;
	opacity: 0.6;
}
.home-slider-banner .slick-prev {
	left: 30px;
}
.home-slider-banner .slick-next {
	right: 30px;
}
.home-slider-banner .slick-prev:before, .home-slider-banner .slick-next:before {
	font-family: FontAwesome;
	color: #fff;
}
.home-slider-banner .slick-prev:before {
	content: "\f104";
}
.home-slider-banner .slick-next:before {
	content: "\f105";
}
.wrapper-header-banner {
	padding: 280px 0;
	background-image: url(../images/background/bg-home-banner.jpg);
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	position: relative;
}
.wrapper-header-banner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 70px;
	background-image: url(../images/background/bg-home-banner-border.png);
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: right;
}
.home-slider-banner:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 80px;
	width: 100%;
	height: 70px;
	background-image: url(../images/background/bg-home-banner-border.png);
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-position: right;
}
.wrapper-header-banner .content-header-banner {
	text-align: center;
}
.main-header-banner {
	display: inline-block;
	position: relative;
	padding: 50px 0;
}
.main-header-banner:before, .main-header-banner:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	width: 70%;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/background/line.png);
}
.main-header-banner:before {
	top: 0;
}
.main-header-banner:after {
	bottom: 0;
}
.main-header-banner .title-home {
	font-size: 60px;
	color: #fff;
	font-family: 'Maitree', serif;
	margin-bottom: 20px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}
.main-header-banner .title-small-home {
	font-size: 48px;
	color: #fff;
	font-family: 'Maitree', serif;
	margin-top: 0;
}
.wrapper-header-banner-2 {
	background-image: url(../images/background/bg-home-banner-2.jpg);
}
.wrapper-header-banner-2 .content-header-banner .main-header-banner:before, .wrapper-header-banner-2 .content-header-banner .main-header-banner:after {
	background-image: url(../images/background/line-color.png);
}
.wrapper-header-banner-2 .content-header-banner .title-home {
	color: #ab0d6a;
}
.wrapper-header-banner-2 .content-header-banner .title-small-home {
	color: #ab0d6a;
}

@media (min-width:786px) {
.wrapper-home-slider-banner {
	height: 610px !important;
}
}

@media (max-width:786px) {
.wrapper-home-slider-banner {
	height: 150px !important;
}
}
.wrapper-home-slider-banner-2 .wrapper-header-banner:before {
	background-image: url(../images/background/bg-home-banner-bottom-2.png);
}
.wrapper-header-banner-3 {
	background-image: url(../images/background/bg-home-banner-3.jpg);
}
/******** FOOTER ********/
.wrapper-footer {
	position: relative;
	padding: 0px 0;
}
.content-footer .wrapper-logo-footer {
	text-align: center;
	margin-bottom: 60px;
	margin-top: 20px;
}
.content-footer .links-logo-footer img {
	display: inline-block;
}
.section-footer-main-text .text-left {
	margin-bottom: 50px;
}
.section-footer-main-text .title-text {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 16px;
}
.section-footer-main-text .wrapper-time {
	margin-bottom: 50px;
}
.section-footer-main-text .wrapper-time .main-time {
	position: relative;
	margin-bottom: 10px;
}
.section-footer-main-text .wrapper-time .main-time:before {
	content: "";
	position: absolute;
	left: 0px;
	right: 55px;
	bottom: 5px;
	width: 50%;
	height: 1px;
	border: 1px dashed #c5c5c5;
	margin-left: auto;
	margin-right: auto;
}
.section-footer-main-text .wrapper-time .main-time:last-child {
	margin-bottom: 0;
}
.section-footer-main-text .wrapper-time .span-right {
	float: right;
}
.section-footer-main-text .main-categories .text:last-child {
	margin-bottom: 0;
}
.section-footer-main-text .main-links .links {
	display: block;
	color: #414141;
	margin-bottom: 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.section-footer-main-text .main-links .links:hover {
	color: #ab0d6a;
	padding-left: 10px;
}
.section-footer-main-text .main-links .links:last-child {
	margin-bottom: 0;
}
/***** FORM SUBMIT FOOTER *****/
.wrapper-form-email {
	position: relative;
	float: left;
	width: 100%;
}
.wrapper-form-email .input-email {
	height: 40px;
	line-height: 40px;
	color: #757575;
	padding: 20px;
	width: 70%;
	float: left;
	border: 1px solid #b7b7b7;
	border-right: 0;
}
.wrapper-form-email .input-email::-webkit-input-placeholder {
 color: #757575;
}
.wrapper-form-email .input-email::-moz-placeholder {
 color: #757575;
}
.wrapper-form-email .input-email:-ms-input-placeholder {
 color: #757575;
}
.wrapper-form-email .input-email:-moz-placeholder {
 color: #757575;
}
.wrapper-form-email .wrapper-input-email-submit {
	width: 30%;
	float: left;
	height: 42px;
	position: relative;
}
.wrapper-form-email .wrapper-input-email-submit .input-email-submit {
	position: absolute;
	width: 100%;
	height: 100%;
	border-color: transparent;
	color: #fff;
	text-transform: uppercase;
	z-index: 5;
	background-color: #ab0d6a;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.wrapper-form-email .wrapper-input-email-submit .input-email-submit:hover {
	border-color: #ab0d6a;
	color: #ab0d6a;
	background-color: #fff;
}
/***** LINKS SOCIAL FOOOTER *****/
.list-social li {
	padding-left: 0;
	padding-right: 10px;
}
.list-social .links-social {
	width: 35px;
	height: 35px;
	line-height: 35px;
	display: block;
	background-color: #ab0d6a;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 12px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.list-social .links-social:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.wrapper-footer-bottom {
	background-color: #ab0d6a;
	margin-bottom: 0;
	text-align: center;
	color: #fff;
	line-height: 55px;
}

.successmsg {
	font-size:12px;
	border-bottom:2px solid #d2d2d2;
	border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-right:2px solid #d2d2d2;
	
	padding:15px 8px 15px 45px;
	
	position:relative;
	vertical-align:middle;
	cursor:pointer;
	background-position:12px 12px;
	background-repeat:no-repeat;
	background-color:#e1f1c0 !important;
	border-color:#b5d56d !important;
	color:#62a426 !important;
	background-position:left middle;
	list-style-position:inside;
	list-style-type:inherit;
	margin:0;
}

.errormsg {
	font-size:16px;
	border-bottom:2px solid #d2d2d2;
	border-top:2px solid #d2d2d2;
	border-left:2px solid #d2d2d2;
	border-right:2px solid #d2d2d2;
	padding:15px 8px 15px 45px;
	position:relative;
	vertical-align:middle;
	cursor:pointer;
	background-position:12px 12px;
	background-repeat:no-repeat;
	background-color:#ffcbca !important;
	border-color:#eb979b !important;
	color:#9b4449 !important;
	background-position:left middle;
	list-style-position:inside;
	list-style-type:inherit;
	margin:0;
}