
html {
	position: relative;
	min-height: 100%;
}
body {
	background-image: url(../images/fiximage/bgBody.png);
	background-repeat: repeat;
	padding-bottom: 30px;
	
	/*grayscale*/
	/*
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url(../img/grayscale.svg);
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
	*/
}
img {
	max-width: 100%
}
.fontPacifico {
	font-family: 'Prompt', sans-serif;
}
a {
	color: #ed2224;
	text-decoration: none;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
a:hover, a:focus {
	color: #b51a1b;
	text-decoration: none;
	outline: none;
	outline-offset: 0px;
}
.active, .focus, :active, :focus, :hover {
	outline: none !important;
}
textarea {
	resize: vertical;
}
.mbr-transparent {
	opacity: 0;
	filter: alpha(opacity=0);
}
.mbr-embedded-video {
	position: relative;
}
.mbr-background-video, .mbr-background-video-preview {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.mbr-parallax-background, .mbr-background {
	background-attachment: fixed !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.mbr-hidden-scrollbar .mbr-parallax-background {
	background-size: auto 130%;
}
.mobile .mbr-parallax-background {
	background-attachment: scroll !important;
}
.mbr-background {
	background-attachment: scroll !important;
}
.is-builder .animated {
	-webkit-animation-name: none !important;
	animation-name: none !important;
}
.msgbox-1 {
	overflow: hidden;
	padding: 0 20px;
	position: relative;
}
.msgbox-1 .container {
	padding: 41px 0 29px;
	position: relative;
	z-index: 3;
}

@media (max-width: 767px) {
.msgbox-1 .container {
	padding: 67px 0 78px;
	text-align: center;
}
}
.msgbox-1 .row > div + div {
	line-height: 67px;
}

@media (max-width: 767px) {
.msgbox-1 .row > div + div {
	padding-bottom: 3px;
	padding-top: 23px;
}
}

@media (max-width: 480px) {
.msgbox-1 .row > div + div {
	padding-bottom: 15px;
	padding-top: 37px;
}
}
.msgbox-1 h1, .msgbox-1 h2 {
	letter-spacing: 4px;
	line-height: 33px;
	margin-bottom: 11px;
	margin-top: 10px;
}
.msgbox-1 h1 + h1, .msgbox-1 h2 + h1, .msgbox-1 h1 + h2, .msgbox-1 h2 + h2 {
	margin-top: -11px;
}

@media (max-width: 767px) {
.msgbox-1 h1, .msgbox-1 h2 {
	line-height: 1.5em;
	margin-bottom: 0;
}
.msgbox-1 h1 + h1, .msgbox-1 h2 + h1, .msgbox-1 h1 + h2, .msgbox-1 h2 + h2 {
	margin-top: -1px;
}
}
.msgbox-1 p {
	color: #777;
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 0;
	padding-bottom: 13px;
	padding-top: 16px;
	text-align: left;
}
.msgbox-1 p + p {
	margin-top: -13px;
	padding-top: 0;
}

@media (max-width: 767px) {
.msgbox-1 p {
	padding-top: 20px;
}
}
.msgbox-1 .btn {
	margin-top: -14px;
	margin-right: 10px;
}

@media (max-width: 480px) {
.msgbox-1 .btn {
	display: block;
}
.msgbox-1 .btn + .btn {
	margin-top: 12px;
}
}
.msgbox-1.dark {
	background: #3c3c3c;
	color: #fff;
}
.msgbox-1.dark p {
	color: #fff;
}
.msgbox-1.dark .btn-default {
	border-color: #fff;
	color: #fff;
}
.msgbox-1.dark .btn-default:hover, .msgbox-1.dark .btn-default:focus, .msgbox-1.dark .btn-default.focus, .msgbox-1.dark .btn-default:active, .msgbox-1.dark .btn-default.active, .open > .dropdown-toggle.msgbox-1.dark .btn-default {
	background-color: #fff;
	border-color: #fff;
	color: #252525;
}
.content-2 {
	overflow: hidden;
	padding: 71px 20px 70px;
	position: relative;
}
.content-2.col-5 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
.content-2.col-5 .row > div {
	display: inline-block;
	float: none;
	vertical-align: top;
	width: 32%;
}
}

@media (min-width: 992px) {
.content-2.col-5 .row > div {
	float: left;
	width: 20%;
}
}

@media (min-width: 992px) {
.content-2.col-5 {
	padding-top: 75px;
}
.content-2.col-5 .thumbnail h3 {
	margin-top: 15px;
}
.content-2.col-5 .thumbnail h3 + h3 {
	margin-top: -33px;
}
}
.content-2.col-4 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
.content-2.col-4 .row > div {
	float: left;
	width: 50%;
}
}

@media (min-width: 992px) {
.content-2.col-4 .row > div {
	float: left;
	width: 25%;
}
}
.content-2.col-3 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
.content-2.col-3 .row > div {
	float: left;
	width: 33.33333333%;
}
}

@media (min-width: 992px) {
.content-2.col-3 {
	padding-top: 64px;
}
.content-2.col-3 .thumbnail h3 {
	margin-top: 4px;
}
.content-2.col-3 .thumbnail h3 + h3 {
	margin-top: -33px;
}
.content-2.col-3 .thumbnail .group {
	margin-top: 37px;
}
}
.content-2.col-2 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 768px) {
.content-2.col-2 .row > div {
	float: left;
	width: 50%;
}
}

@media (min-width: 992px) {
.content-2.col-2 {
	padding-top: 48px;
}
.content-2.col-2 .thumbnail > img {
	width: 100%;
	max-width: 300px;
}
.content-2.col-2 .thumbnail h3 {
	margin-top: -14px;
	margin-bottom: 20px;
	font-size: 25px;
	letter-spacing: 6px;
	line-height: 1.5em;
}
.content-2.col-2 .thumbnail h3 + h3 {
	margin-top: -19px;
}
.content-2.col-2 .thumbnail p {
	font-size: 17px;
	line-height: 27px;
}
.content-2.col-2 .thumbnail .btn {
	padding: 16px 27px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0px;
	font-size: 14px;
	letter-spacing: 2px;
}
}

@media (max-width: 767px) {
.content-2 {
	padding: 0 20px;
}
/*.content-2 .row > div {
	-webkit-box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06);
	box-shadow: inset 0 1px 1px rgba(10, 10, 10, 0.06);
}
.content-2.dark .row > div {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
}*/
}

@media (min-width: 768px) and (max-width: 991px) {
.content-2.col-5 {
	padding-top: 70px;
}
.content-2.col-5 .row > div + div + div + div {
	margin-top: 50px;
}
.content-2.col-5 .thumbnail h3 {
	margin-top: 10px;
}
.content-2.col-5 .thumbnail h3 + h3 {
	margin-top: -33px;
}
.content-2.col-4 {
	padding: 64px 20px 70px;
}
.content-2.col-4 .row > div + div + div {
	margin-top: 39px;
}
.content-2.col-4 .thumbnail h3 {
	margin-top: 4px;
	margin-bottom: 32px;
}
.content-2.col-4 .thumbnail h3 + h3 {
	margin-top: -33px;
}
.content-2.col-4 .thumbnail .group {
	margin-top: 37px;
}
.content-2.col-3 {
	padding-top: 73px;
}
.content-2.col-3 .thumbnail h3 {
	margin-top: 12px;
	margin-bottom: 33px;
}
.content-2.col-3 .thumbnail h3 + h3 {
	margin-top: -33px;
}
.content-2.col-3 .thumbnail .group {
	margin-top: 36px;
}
.content-2.col-2 {
	padding-top: 64px;
}
.content-2.col-2 .thumbnail h3 {
	margin-top: 4px;
	margin-bottom: 33px;
}
.content-2.col-2 .thumbnail h3 + h3 {
	margin-top: -34px;
}
.content-2.col-2 .thumbnail .group {
	margin-top: 36px;
}
}
.content-2 .container {
	padding: 0;
	position: relative;
	z-index: 3;
}
.content-2 .row {
	margin-left: -24px;
	margin-right: -24px;
}
.content-2 .thumbnail {
	background: none;
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.productTypeHome {
	padding-top: 0px;
	margin-top: -180px;
}
.productTypeProduct {
	padding-top: 0px;
	margin-top: -70px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.productTypeHome {
	margin-top: 10px;
}
.content-2 .thumbnail {
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0;
}
.serviceHome img {
	margin-bottom: 20px;
}
.serviceHome .caption ul {
	list-style: none;
	padding: 0px;
}
.serviceHome .caption ul li {
	text-align: center
}
.serviceHome .caption ul li::before {
	font-family: "Glyphicons Halflings";
	content: "\e165";
	margin-right: 5px;
	font-size: 12px;
	vertical-align: middle;
}
.serviceHome .caption ul li::after {
	font-family: "Glyphicons Halflings";
	content: "\e165";
	margin-left: 5px;
	font-size: 12px;
	vertical-align: middle;
}
	
	.productTypeIndex .caption{
		width:60%;
		margin:auto;
	}

	section.content-2{
		clear: both;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
.content-2 .thumbnail {
	padding-top: 30px;
	padding-bottom: 0px;
	margin-bottom: 0;
}
}
.content-2 .thumbnail > img, .content-2 .thumbnail .image img {
	max-width: 70%;
}
.content-2.col-3 .thumbnail > img, .content-2 .thumbnail .image img {
	max-width: 80%;
	border: 6px solid rgba(255,255,255,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	background-image: url(../images/fiximage/bgCircle.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat ;
}


.productTypeIndex img {
	border: 7px solid #ed2125 !important;
	background-image: url(../images/fiximage/homeproduct-BG.png) !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat ;
	
}
.productTypeIndex .caption{
	background-color: rgba(45, 45, 45, 0.98);
	background-image: url(../images/fiximage/axiomPattern.png);
	background-repeat: repeat;
	background-size: contain;
	margin-top:10px;
	padding:2px 0px;
	border-left:10px solid #ed2125;
	border-right:10px solid #ed2125;
	
  -webkit-transform: skewX(20deg);
          transform: skewX(20deg);
	
}
.productTypeIndex .caption h3{
	margin: 5px 0px;
	color:#fff;
  	-webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
	margin:5px 0px !important;
	padding:0px;
}







@media (max-width: 767px) {
	.content-2 .thumbnail > img, .content-2 .thumbnail .image img {
		width: 60%;
		max-width: 300px;
	}
}
.content-2 .thumbnail h3 {
	font-size: 23px;
}
.content-2 .thumbnail h3 + h3 {
	margin-top: -32px;
}

@media (max-width: 767px) {
.content-2 .thumbnail h3 {
	font-size: 25px;
	letter-spacing: 6px;
	line-height: 1.5em;
	margin-bottom: 20px;
	margin-top: -14px;
}
.content-2 .thumbnail h3 + h3 {
	margin-top: -21px;
}
}
.content-2 .thumbnail p {
	color: #999;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.content-2 .thumbnail p + p {
	margin-top: -10px;
}

@media (max-width: 767px) {
.content-2 .thumbnail p {
	font-size: 17px;
	line-height: 27px;
}
}
.content-2 .thumbnail .group {
	line-height: 43px;
	margin-bottom: 14px;
	margin-top: 33px;
	text-align: center;
}

@media (max-width: 767px) {
.content-2 .thumbnail .group {
	margin-top: 29px;
	line-height: 67px;
}
}

@media (max-width: 480px) {
.content-2 .thumbnail .group {
	margin-top: 37px;
}
}

@media (max-width: 767px) {
.content-2 .thumbnail .btn {
	padding: 16px 27px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0px;
	font-size: 14px;
	letter-spacing: 2px;
	margin-right: 9px;
}
}

@media (max-width: 480px) {
.content-2 .thumbnail .btn {
	display: block;
	margin-right: 0;
}
.content-2 .thumbnail .btn + .btn {
	margin-top: 12px;
}
}
.content-2.simple h3 {
	margin-top: 0 !important;
	margin-bottom: 31px !important;
}
.content-2.simple h3 + h3 {
	margin-top: -30px !important;
}
.content-2.simple.col-5 {
	padding-top: 77px;
}
.content-2.simple.col-4, .content-2.simple.col-3 {
	padding-top: 76px;
}
.content-2.simple.col-2 {
	padding-top: 64px;
}

@media (min-width: 768px) and (max-width: 991px) {
.content-2.simple h3 {
	margin-bottom: 32px !important;
}
.content-2.simple.col-5 {
	padding-top: 76px;
}
.content-2.simple.col-5 .row > div + div + div + div {
	margin-top: 53px;
}
.content-2.simple.col-4 {
	padding-top: 77px;
}
.content-2.simple.col-4 .row > div + div + div {
	margin-top: 53px;
}
.content-2.simple.col-2 {
	padding-top: 76px;
}
}

@media (max-width: 767px) {
.content-2.simple {
	padding-top: 0 !important;
}
.content-2.simple .thumbnail {
	padding-top: 68px;
}
.content-2.simple h3 {
	margin-bottom: 20px !important;
}
.content-2.simple h3 + h3 {
	margin-top: -21px !important;
}
}
.content-2.dark {
	background: #3c3c3c;
}
.content-2.dark h1, .content-2.dark h2, .content-2.dark h3, .content-2.dark h4 {
	color: #fff;
}
.content-2.dark p {
	color: #fff;
}
.content-2.dark .btn-default {
	border-color: #fff;
	color: #fff;
}
.content-2.dark .btn-default:hover, .content-2.dark .btn-default:focus, .content-2.dark .btn-default.focus, .content-2.dark .btn-default:active, .content-2.dark .btn-default.active, .open > .dropdown-toggle.content-2.dark .btn-default {
	background-color: #fff;
	border-color: #fff;
	color: #252525;
}
.pricing-table-1 {
	-webkit-box-shadow: inset 0 1px 0 rgba(10, 10, 10, 0.06);
	box-shadow: inset 0 1px 0 rgba(10, 10, 10, 0.06);
	background: #f0f0f0;
	overflow: hidden;
	padding: 100px 0 67px;
	position: relative;
}
.pricing-table-1 .container {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	position: relative;
	z-index: 3;
}
.pricing-table-1.col-4 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0;
}

@media (min-width: 768px) {
.pricing-table-1.col-4 .row > div {
	float: left;
	width: 25%;
}
}
.pricing-table-1.col-3 .container {
	max-width: 750px;
}
.pricing-table-1.col-3 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0;
}

@media (min-width: 768px) {
.pricing-table-1.col-3 .row > div {
	float: left;
	width: 33.33333333%;
}
}
.pricing-table-1.col-2 .container {
	max-width: 600px;
}
.pricing-table-1.col-2 .row > div {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	padding: 0;
}

@media (min-width: 768px) {
.pricing-table-1.col-2 .row > div {
	float: left;
	width: 50%;
}
}
.pricing-table-1 .plan {
	-webkit-box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
	box-shadow: 0 2px 2px rgba(10, 10, 10, 0.06);
	background: #fff;
	color: #484f5a;
	margin-right: 1px;
	padding-bottom: 39px;
	text-align: center;
}
.pricing-table-1 .plan h3 {
	background: #323b44;
	border-radius: 7px 7px 0 0;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	padding: 18px 0 19px;
	position: relative;
	top: -7px;
}
.pricing-table-1 .plan p {
	margin-bottom: 0;
}
.pricing-table-1 .plan .price {
	font-size: 80px;
	letter-spacing: 1px;
	padding: 7px 0 0;
}
.pricing-table-1 .plan .price small {
	color: #aaa;
	display: block;
	font-size: 13px;
	margin-top: -11px;
	padding-bottom: 19px;
}
.pricing-table-1 .plan .price strong {
	font-weight: normal;
	left: -10px;
	position: relative;
}
.pricing-table-1 .plan .price sup {
	display: inline-block;
	font-size: 32px;
	height: 1px;
	margin: 58px 0 0 -4px;
	position: relative;
	vertical-align: top;
	width: 25px;
}
.pricing-table-1 .plan .price:after {
	background: #eee;
	content: "";
	display: block;
	height: 1px;
	margin: 20px auto 0;
	width: 80%;
}
.pricing-table-1 .plan ul {
	font-size: 14px;
	list-style: none;
	margin: 35px 0 35px;
	padding-left: 0;
}
.pricing-table-1 .plan ul li {
	margin-bottom: 12px;
}
.pricing-table-1 .plan .btn {
	margin-bottom: 2px;
	margin-top: 1px;
}
.pricing-table-1 .favorite {
	-webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 52px;
	position: relative;
	top: -13px;
	z-index: 2;
}
.pricing-table-1 .favorite h3 {
	background: #f97352;
}
.pricing-table-1 .favorite .price {
	padding-top: 20px;
}
.pricing-table-1 .favorite .price strong {
	left: -8px;
}
.pricing-table-1 .green h3 {
	background: #7ac673;
}
.pricing-table-1 .blue h3 {
	background: #27aae0;
}
.pricing-table-1 .orange h3 {
	background: #faaf40;
}

@media (max-width: 767px) {
.pricing-table-1 {
	padding: 30px 20px 10px 20px;
}
.pricing-table-1 .plan {
	margin-bottom: 20px;
}
.pricing-table-1 .plan ul {
	margin: 36px 0 34px;
}
.pricing-table-1 .plan .btn {
	margin-top: 2px;
}
.pricing-table-1 .favorite {
	margin-left: 0;
	margin-right: 0;
	top: 0;
}
}

@media (min-width: 480px) and (max-width: 767px) {
.pricing-table-1 .plan {
	padding-bottom: 64px;
}
.pricing-table-1 .plan .price {
	font-size: 120px;
	line-height: 142px;
}
.pricing-table-1 .plan .price small {
	font-size: 16px;
	margin-top: -1px;
	padding-bottom: 18px;
	line-height: 23px;
}
.pricing-table-1 .plan .price sup {
	font-size: 36px;
	margin: 77px 0 0 -4px;
}
.pricing-table-1 .plan ul {
	font-size: 16px;
	margin: 35px 0 22px;
}
.pricing-table-1 .plan .btn {
	padding: 16px 27px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 0px;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 3px;
	margin-top: -13px;
	position: relative;
	top: 26px;
}
}
.mbr-navbar {
	position: relative;
	width: 100%;
	background-color: #000;
}
.mbr-navbar:before {
	content: "";
	display: block;
}
.logoBig.mbr-navbar__brand-img.mbr-brand__img, .logoSmall.mbr-navbar__brand-img.mbr-brand__img {
	max-width: none;
}
.mbr-navbar__brand-link:after, .mbr-navbar__brand-img {
	height: 50px;
}
.mbr-navbar:before, .mbr-navbar__container {
	height: 75px;
}
.mbr-navbar--ss .mbr-navbar__brand-link:after, .mbr-navbar--ss .mbr-navbar__brand-img {
	height: 74px;
}
.mbr-navbar--ss:before, .mbr-navbar--ss .mbr-navbar__container {
	height: 98px;
}
.mbr-navbar--xs .mbr-navbar__brand-link:after, .mbr-navbar--xs .mbr-navbar__brand-img {
	height: 32px;
}
.mbr-navbar--xs:before, .mbr-navbar--xs .mbr-navbar__container {
	height: 56px;
}
.mbr-navbar--s .mbr-navbar__brand-link:after, .mbr-navbar--s .mbr-navbar__brand-img {
	height: 48px;
}
.mbr-navbar--s:before, .mbr-navbar--s .mbr-navbar__container {
	height: 72px;
}
.mbr-navbar--m .mbr-navbar__brand-link:after, .mbr-navbar--m .mbr-navbar__brand-img {
	height: 64px;
}
.mbr-navbar--m:before, .mbr-navbar--m .mbr-navbar__container {
	height: 88px;
}
.mbr-navbar--l .mbr-navbar__brand-link:after, .mbr-navbar--l .mbr-navbar__brand-img {
	height: 96px;
}
.mbr-navbar--l:before, .mbr-navbar--l .mbr-navbar__container {
	height: 120px;
}
.mbr-navbar--xl .mbr-navbar__brand-link:after, .mbr-navbar--xl .mbr-navbar__brand-img {
	height: 128px;
}
.mbr-navbar--xl:before, .mbr-navbar--xl .mbr-navbar__container {
	height: 152px;
}
.mbr-navbar--short .mbr-navbar__brand-link:after, .mbr-navbar--short .mbr-navbar__brand-img {
	height: 40px;
}
.mbr-navbar--short:before, .mbr-navbar--short .mbr-navbar__container {
	height: 64px;
}
.mbr-navbar--short .mbr-navbar__container {
	padding: 12px 0;
}

@media (max-width: 767px) {
.mbr-navbar--short .mbr-navbar__brand-link:after, .mbr-navbar--short .mbr-navbar__brand-img {
	height: 31px;
}
.mbr-navbar--short:before, .mbr-navbar--short .mbr-navbar__container {
	height: 45px;
}
.mbr-navbar--short .mbr-navbar__container {
	padding: 7px 0;
}
}
.mbr-navbar__brand-img {
	position: relative;
}
.mbr-navbar__brand-img, .mbr-navbar__container, .mbr-navbar__section {
	-webkit-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.mbr-navbar__section {
	background: #2c2c2c;
	height: auto;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.mbr-navbar__container {
	display: table;
	padding: 12px 0;
	width: 100%;
}
.mbr-navbar__menu-box {
	display: table;
	width: 100%;
}
.mbr-navbar__menu-box--inline-left, .mbr-navbar__menu-box--inline-center, .mbr-navbar__menu-box--inline-right {
	display: block;
	text-align: left;
}
.mbr-navbar__menu-box--inline-center {
	text-align: center;
}
.mbr-navbar__menu-box--inline-right {
	text-align: right;
}
.mbr-navbar__column {
	display: table-cell;
	vertical-align: middle;
}
.mbr-navbar__column--xxs {
	width: 1%;
}
.mbr-navbar__column--xs {
	width: 10%;
}
.mbr-navbar__column--s {
	width: 15%;
}
.mbr-navbar__column--m {
	width: 30%;
}
.mbr-navbar__column--l {
	width: 40%;
}
.mbr-navbar__column--xl {
	width: 50%;
}
.mbr-navbar__menu-box--inline-left .mbr-navbar__column, .mbr-navbar__menu-box--inline-center .mbr-navbar__column, .mbr-navbar__menu-box--inline-right .mbr-navbar__column {
	display: inline-block;
}
.mbr-navbar__items {
	float: left;
	padding-left: 0px;
	position: relative;
	left: -20px;
}
.mbr-navbar__items--right {
	float: right;
	left: 0;
}
.mbr-navbar__item {
	display: block;
	float: left;
	position: relative;
}
.mbr-navbar__hamburger {
	display: none;
	margin-top: -11px;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10000;
}
.mbr-navbar--collapsed .mbr-navbar__container {
	position: relative;
}
.mbr-navbar--collapsed .mbr-navbar__column {
	display: block;
	width: 100%;
}
.mbr-navbar--collapsed .mbr-navbar__items--right {
	padding-top: 13px;
}
.mbr-navbar--collapsed .mbr-navbar__menu {
	background: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.mbr-navbar--collapsed .mbr-navbar__menu-box {
	display: table-cell;
	vertical-align: middle;
}
.mbr-navbar--collapsed .mbr-navbar__items {
	float: none;
}
.mbr-navbar--collapsed .mbr-navbar__item {
	float: none;
}
.mbr-navbar--collapsed .mbr-navbar__hamburger {
	display: block;
}
.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__menu {
	display: table;
}
.mbr-navbar--collapsed.mbr-navbar--open:not(.mbr-navbar--sticky) .mbr-navbar__section {
	background: none;
	position: fixed;
}
.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__brand {
	visibility: hidden;
}
.mbr-navbar--collapsed.mbr-navbar--sticky.mbr-navbar--open .mbr-navbar__brand {
	visibility: visible;
}
.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__brand-img, .mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__container {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger, .mbr-navbar--freeze.mbr-navbar--collapsed.mbr-navbar--open .mbr-navbar__hamburger:hover {
	color: #fff !important;
}
.mbr-navbar--sticky .mbr-navbar__section {
	position: fixed;
}
.mbr-navbar--absolute {
	position: relative;
}
.mbr-navbar--transparent .mbr-navbar__section {
	/*background: none;*/
	background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.27) 11%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.27) 11%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.27) 11%, rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000', GradientType=0 );
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mbr-navbar--stuck .mbr-navbar__section, .mbr-navbar--relative .mbr-navbar__section {
	background: #2c2c2c;
}

@media (max-width: 991px) {
.mbr-navbar--auto-collapse .mbr-navbar__container {
	position: relative;
}
.mbr-navbar--auto-collapse .mbr-navbar__column {
	display: block;
	width: 100%;
}
.mbr-navbar--auto-collapse .mbr-navbar__items--right {
	padding-top: 13px;
}
.mbr-navbar--auto-collapse .mbr-navbar__menu {
	background: rgba(0, 0, 0, 0.9);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.mbr-navbar--auto-collapse .mbr-navbar__menu-box {
	display: table-cell;
	vertical-align: middle;
}
.mbr-navbar--auto-collapse .mbr-navbar__items {
	float: none;
}
.mbr-navbar--auto-collapse .mbr-navbar__item {
	float: none;
}
.mbr-navbar--auto-collapse .mbr-navbar__hamburger {
	display: block;
	color: #fff;
}
.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__menu {
	display: table;
}
.mbr-navbar--auto-collapse.mbr-navbar--open:not(.mbr-navbar--sticky) .mbr-navbar__section {
	background: none;
	position: fixed;
}
.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__brand {
	visibility: hidden;
}
.mbr-navbar--auto-collapse.mbr-navbar--sticky.mbr-navbar--open .mbr-navbar__brand {
	visibility: visible;
}
.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__brand-img, .mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__container {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.mbr-navbar--freeze.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__hamburger, .mbr-navbar--freeze.mbr-navbar--auto-collapse.mbr-navbar--open .mbr-navbar__hamburger:hover {
	color: #fff !important;
}
}
.mbr-after-navbar:before {
	content: "";
	display: block;
	height: auto;
}
.mbr-hamburger {
	cursor: pointer;
	height: 23px;
	width: 30px;
}
.mbr-hamburger:focus {
	outline: none;
}
.mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	cursor: pointer;
}
.mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after {
	width: 30px;
	border-bottom: 5px solid;
	top: 9px;
}
.mbr-hamburger__line:before {
	top: -9px;
}
.mbr-hamburger__line:after {
	top: 9px;
}
.mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.mbr-hamburger--open .mbr-hamburger__line {
	border-color: transparent;
}
.mbr-hamburger--open .mbr-hamburger__line:before, .mbr-hamburger--open .mbr-hamburger__line:after {
	top: 0;
}
.mbr-hamburger--open .mbr-hamburger__line:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mbr-hamburger--open .mbr-hamburger__line:after {
	top: 10px;
	-ms-transform: translatey(-10px) rotate(-45deg);
	-webkit-transform: translatey(-10px) rotate(-45deg);
	transform: translatey(-10px) rotate(-45deg);
}

@media (max-width: 767px) {
.mbr-hamburger {
	height: 23px;
	width: 27px;
}
.mbr-hamburger__line, .mbr-hamburger__line:before, .mbr-hamburger__line:after {
	width: 27px;
	border-bottom: 4px solid;
	top: 9px;
}
.mbr-hamburger__line:before {
	top: -9px;
}
.mbr-hamburger__line:after {
	top: 9px;
}
}
.mbr-brand {
	display: block;
	float: left;
	position: relative;
}
.mbr-brand, .mbr-brand:hover {
	text-decoration: none;
}
.mbr-brand__name {
	display: block;
	font-weight: bold;
	margin-top: 5px;
	text-align: center;
}
.mbr-brand__name, .mbr-brand__name:hover {
	text-decoration: none;
}
.mbr-brand--inline {
	display: table;
}
.mbr-brand--inline:after {
	content: "";
	display: table-cell;
	width: 1px;
}
.mbr-brand--inline .mbr-brand__logo, .mbr-brand--inline .mbr-brand__name {
	display: table-cell;
	vertical-align: middle;
}
.mbr-brand--inline .mbr-brand__logo {
	padding-right: 10px;
}
.mbr-brand--inline .mbr-brand__name {
	margin: 0;
	text-align: left;
}
.mbr-form {
	display: table;
	margin-top: -13px;
	position: relative;
	top: 14px;
	width: 100%;
}
.mbr-form__left, .mbr-form__right {
	display: table-cell;
	vertical-align: top;
}
.mbr-form__left {
	padding-right: 3px;
}
.mbr-form__right {
	width: 1px;
}

@media (max-width: 530px) {
.mbr-form {
	display: block;
	margin-top: -27px;
	position: relative;
	top: 26px;
}
.mbr-form__left, .mbr-form__right {
	display: block;
}
.mbr-form__left {
	margin-bottom: 12px;
	padding-right: 0;
}
.mbr-form__right {
	width: 100%;
}
}
.mbr-section {
	padding: 0 20px;
}
.mbr-section--no-padding {
	padding: 0;
}
.mbr-section--relative {
	position: relative;
}
.mbr-section--fixed-size {
	overflow: hidden;
}
.mbr-section--full-height {
	/*height: 100vh;*/
	height: 500px;
	max-height: calc(100vh - 30px);
}
.mbr-section--full-height.mbr-after-navbar:before { 
	display: none;
}
.mbr-section--bg-adapted {
	background-attachment: scroll;
	/*background-position: 50% 0;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.mbr-section--gray {
	background-color: #444444;
}
.mbr-section--light-gray {
	background-color: #f0f0f0;
}
.mbr-section--dark-gray {
	background-color: #3c3c3c;
}
.mbr-section__container {
	padding: 0;
	position: relative;
	z-index: 3;
}
.headmenuWidth {
	width: 90%;
}
.mbr-section__container--std-padding {
	padding: 93px 0;
}
.mbr-section__container--sm-padding {
	padding: 41px 0;
}
.mbr-section__container--isolated {
	padding-bottom: 50px;
	padding-top: 93px;
}
.mbr-section__container--first {
	padding-top: 93px;
	padding-bottom: 41px;
}
.mbr-section__container--middle {
	padding-bottom: 41px;
}
.mbr-section__container--last {
	padding-bottom: 93px;
}
.mbr-section__left {
	padding-right: 40px;
}
.mbr-section__right {
	padding-left: 15px;
}
.mbr-section__header {
	line-height: 1.5em;
	margin: -10px 0 0;
	text-align: center;
}

@media (max-width: 767px) {
.mbr-section__left {
	padding-right: 15px;
}
.mbr-section__right {
	padding-left: 15px;
	padding-top: 51px;
}
}
.mbr-arrow {
	bottom: 71px;
	left: 0;
	line-height: 1px;
	padding: 0 20px;
	position: absolute;
	width: 100%;
	z-index: 3;
}
.mbr-arrow__link {
	display: inline-block;
	font-size: 26px;
}
.mbr-arrow__link, .mbr-arrow__link:hover, .mbr-arrow__link:focus {
	color: #fff;
}
.mbr-arrow--floating .mbr-arrow__link {
	-webkit-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	-o-animation: floating-arrow 1.6s infinite ease-in-out 0s;
	animation: floating-arrow 1.6s infinite ease-in-out 0s;
}
@-webkit-keyframes floating-arrow {
 from {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 65% {
 -webkit-transform: translateY(11px);
 transform: translateY(11px);
}
 to {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@-o-keyframes floating-arrow {
 from {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 65% {
 -webkit-transform: translateY(11px);
 transform: translateY(11px);
}
 to {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
@keyframes floating-arrow {
 from {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
 65% {
 -webkit-transform: translateY(11px);
 transform: translateY(11px);
}
 to {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
.mbr-arrow--dark .mbr-arrow__link, .mbr-arrow--dark .mbr-arrow__link:hover, .mbr-arrow--dark .mbr-arrow__link:focus {
	color: #252525;
}

@media (max-width: 767px) {
.mbr-arrow {
	bottom: 41px;
}
}

@media (max-width: 320px) {
.mbr-arrow {
	bottom: 21px;
	text-align: center;
}
}

@media all and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
.mbr-arrow {
	bottom: 31px;
}
}
.mbr-box {
	display: table;
	width: 100%;
}
.mbr-box--fixed {
	table-layout: fixed;
}
.mbr-box--stretched {
	height: 100%;
}
.mbr-box__magnet {
	display: table-cell;
	float: none;
	height: 100%;
	margin-bottom: 0;
	margin-top: 0;
	text-align: center;
	vertical-align: middle;
}
.mbr-box__magnet--sm-padding {
	padding: 20px 0;
}
.mbr-box__magnet--top-left, .mbr-box__magnet--top-center, .mbr-box__magnet--top-right {
	vertical-align: top;
}
.mbr-box__magnet--bottom-left, .mbr-box__magnet--bottom-center, .mbr-box__magnet--bottom-right {
	vertical-align: bottom;
}
.mbr-box__magnet--top-left, .mbr-box__magnet--center-left, .mbr-box__magnet--bottom-left {
	text-align: left;
}
.mbr-box__magnet--top-right, .mbr-box__magnet--center-right, .mbr-box__magnet--bottom-right {
	text-align: right;
}
.mbr-box__container {
	height: 50%;
}

@media (max-width: 767px) {
.mbr-box__container {
	height: 100%;
}
.mbr-box--adapted {
	display: block;
}
.mbr-box--adapted > .mbr-box__magnet {
	display: block;
	height: auto;
}
}
.mbr-overlay {
	background: rgba(0,0,0,0.4);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.mbr-google-map__marker {
	color: #252525;
	display: none;
	margin: 0;
}
.mbr-google-map--loaded .mbr-google-map__marker {
	display: block;
}
.mbr-hero {
	color: #fff;
	position: relative;
}
.mbr-hero__text {
	font-family: 'Prompt';
	font-size: 3vw;
	font-weight: bold;
	left: -2px;
	letter-spacing: 0px;
	line-height: 1.1em;
	margin: 0px 0 1px 0;
	padding-bottom: 40px;
	position: relative;
	top: 8px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.44);
}
.mbr-hero__subtext {
	font-size: 2vw;
	line-height: 29px;
	margin: -32px 0 3px 0;
	padding: 0 0 41px 0;
	position: relative;
	top: 6px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.44);
}
.mbr-figure {
	display: inline-block;
	line-height: 1px;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	position: relative;
}
.mbr-figure--no-bg {
	background: none;
}
.mbr-figure--full-width {
	display: block;
	width: 100%;
}
.mbr-figure.mbr-after-navbar:before {
	display: none;
}
.mbr-figure--full-width iframe, .mbr-figure--full-width .mbr-figure__img, .mbr-figure--full-width .mbr-figure__map {
	width: 100%;
}
.mbr-figure iframe, .mbr-figure__img, .mbr-figure__map {
	max-width: 100%;
}
.mbr-figure__map {
	height: 400px;
	line-height: 1.3em;
}
.mbr-figure__map--short {
	height: 300px;
}
.mbr-figure__caption {
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 17px;
	left: 0;
	line-height: 1.3em;
	min-height: 53px;
	padding: 17px 20px;
	position: absolute;
	text-align: left;
	width: 100%;
}
.mbr-figure__caption--no-padding {
	padding: 17px 0;
}
.mbr-figure--wysiwyg .mbr-figure__caption a, .mbr-figure--wysiwyg .mbr-figure__caption a:hover {
	color: inherit;
	text-decoration: underline;
}
.mbr-figure--caption-inside-top .mbr-figure__caption {
	bottom: auto;
	top: 0;
}
.mbr-figure--caption-outside-top .mbr-figure__caption, .mbr-figure--caption-outside-bottom .mbr-figure__caption {
	background: none;
	position: relative;
}
.mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption, .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption {
	color: #252525;
}
.mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption {
	margin-top: -3px;
	padding-top: 0;
}
.mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption {
	margin-top: -2px;
	padding-bottom: 0;
	top: 2px;
}
.mbr-figure__caption--std-grid {
	background: none;
	z-index: 2;
}

@media (min-width: 768px) {
.mbr-figure__caption--std-grid {
	width: 715px;
	left: 50%;
	margin-left: -357.5px;
	padding: 17px 0;
}
}

@media (min-width: 992px) {
.mbr-figure__caption--std-grid {
	width: 935px;
	margin-left: -467.5px;
}
}

@media (min-width: 1200px) {
.mbr-figure__caption--std-grid {
	width: 1150px;
	margin-left: -575px;
}
}
.mbr-figure__caption--std-grid:before {
	bottom: 0;
	content: "";
	position: absolute;
	top: 0;
	width: 200%;
	z-index: -1;
	margin-left: -50%;
}
.mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before, .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before {
	background: rgba(0, 0, 0, 0.6);
}
.mbr-figure__caption-small {
	color: #ccc;
	display: block;
	font-size: 14px;
	line-height: 1.3em;
}
.mbr-figure--no-bg.mbr-figure--caption-outside-top .mbr-figure__caption-small, .mbr-figure--no-bg.mbr-figure--caption-outside-bottom .mbr-figure__caption-small {
	color: #777;
}

@media (max-width: 767px) {
.mbr-figure--adapted {
	display: block;
	width: 100%;
}
.mbr-figure--adapted iframe, .mbr-figure--adapted .mbr-figure__img, .mbr-figure--adapted .mbr-figure__map {
	width: 100%;
}
.mbr-figure--caption-inside-top .mbr-figure__caption, .mbr-figure--caption-inside-bottom .mbr-figure__caption {
	background: none;
	position: relative;
}
.mbr-figure--caption-inside-top .mbr-figure__caption--std-grid:before, .mbr-figure--caption-inside-bottom .mbr-figure__caption--std-grid:before {
	display: none;
}
}
.mbr-reviews {
	list-style: none;
	margin: 0 -15px;
	padding: 3px 0 0 0;
}
.mbr-reviews__item {
	position: relative;
	margin-top: 39px;
}
.mbr-reviews__text {
	background: #fafafa;
	border-radius: 3px;
	border: 1px solid #ededed;
	color: #777;
	font-size: 16px;
	line-height: 26px;
	padding: 20px;
	position: relative;
}
.mbr-reviews__text:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 14px;
	height: 14px;
	background-color: #fafafa;
	border-color: #ededed;
	border-style: none solid solid none;
	border-width: 0 1px 1px 0;
	bottom: -8px;
	content: "";
	display: block;
	left: 50px;
	position: absolute;
}
.mbr-reviews__p {
	margin: 0;
}
.mbr-reviews__author {
	margin-top: 30px;
	padding-left: 102px;
	position: relative;
}
.mbr-reviews__author--short {
	margin-top: 27px;
	padding-left: 32px;
}
.mbr-reviews__author-img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	left: 33px;
	position: absolute;
	top: 0;
}
.mbr-reviews__author-name {
	color: #777;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -3px;
}
.mbr-reviews__author-bio {
	color: #999;
	font-size: 12px;
}

@media (max-width: 767px) {
.mbr-reviews__author {
	padding-bottom: 32px;
}
.mbr-reviews__author--short {
	padding-bottom: 1px;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.mbr-reviews__item:nth-of-type(2n+1) {
	clear: left;
}
}

@media (min-width: 992px) {
.mbr-reviews__item:nth-of-type(3n+1) {
	clear: left;
}
}
.mbr-header {
	margin-top: -20px;
	padding: 0;
	position: relative;
	text-align: left;
	top: 10px;
}
.mbr-header--std-padding {
	padding-bottom: 41px;
}
.mbr-header--center {
	text-align: center;
}
.mbr-header__text {
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.5em;
	margin: 0;
}
.mbr-header__subtext {
	color: #777;
	font-size: 14px;
	font-style: italic;
	letter-spacing: 1px;
	margin: 8px 0 7px 0;
}
.mbr-header--inline {
	margin-top: 0;
	padding: 41px 0 28px 0;
	top: 0;
}
.mbr-header--inline .mbr-header__text {
	letter-spacing: 4px;
	line-height: 1em;
	margin: 15px 0 0 0;
}

@media (max-width: 767px) {
.mbr-header--inline {
	padding: 47px 0 38px 0;
}
.mbr-header--inline .mbr-header__text {
	display: block;
	margin: 0 0 38px 0;
}
.mbr-header--auto-align .mbr-header__text, .mbr-header--auto-align .mbr-header__subtext {
	left: 0;
	text-align: center !important;
}
}
.mbr-social-icons__icon {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 29px;
	height: 56px;
	line-height: 61px;
	margin: 0 10px 13px 0;
	position: relative;
	text-align: center;
	width: 56px;
}
.mbr-social-icons__icon:hover {
	color: #fff;
}
.mbr-social-icons--style-1 .mbr-social-icons__icon:hover {
	background: #252525 !important;
}
.mbr-contacts {
	color: #9c9c9c;
	font-size: 14px;
	line-height: 1.7em;
	padding: 45px 0 85px
}
.mbr-contacts__img {
	max-width: 100%;
	margin: 6px 0 5px 40px;
}
.mbr-contacts__img--left {
	margin-left: 0;
}
.mbr-contacts__text {
	margin: 0;
	word-break: break-all;
	color: #fff !important;
}
.mbr-contacts__text a {
	color: #fff !important;
}
.contactLineImage {
	cursor: pointer;
	margin-top: 20px;
}
.contactLineImage:hover {
	opacity: 0.7;
}
.btnPrintMap {
	background-image: url(../images/fiximage/bgMapBtn.png);
	background-size: cover;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	margin-top: 20px;
}
.btnPrintMap:hover {
	opacity: 0.8;
}
.mbr-contacts__header {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	margin-top: 3px;
}
.mbr-contacts__list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mbr-contacts .contactDetailArea {
	background-color: rgba(255,255,255,0.1);
	border-radius: 15px;
	padding: 10px 20px;
	margin-top: 20px;
}
.mbr-contacts .contactDetailArea .contactName {
	font-size: 20px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff
}
.mbr-contacts .contactDetailArea p.mbr-contacts__text {
	color: rgba(255,255,255,0.9)
}

@media (max-width: 767px) {
.mbr-contacts__img {
	margin-bottom: 10px;
}
.mbr-contacts__header {
	margin-top: 20px;
	margin-bottom: 10px;
}
.mbr-contacts__column {
	margin-top: 37px;
}
}
.mbr-footer {
	color: #9c9c9c;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.5em;
	padding: 20px 0;
	word-spacing: 1px;
}
.mbr-footer__copyright {
	margin: 0;
}
.mbr-buttons {
	margin: -26px 0 13px 0;
	position: relative;
	text-align: left;
	top: 26px;
}
.mbr-buttons__btn, .mbr-buttons__link {
	margin: 0 10px 13px 0;
}
.mbr-buttons__btn, .mbr-buttons__link, .mbr-buttons__btn:hover, .mbr-buttons__link:hover {
	text-decoration: none;
}
.mbr-buttons--no-offset {
	margin-top: 0;
	top: 0;
}
.mbr-buttons--only-links {
	left: -20px;
}
.mbr-buttons--center {
	left: 5px;
	text-align: center;
}
.mbr-buttons--center.mbr-buttons--only-links {
	left: 0;
}
.mbr-buttons--right {
	text-align: right;
}
.mbr-buttons--right .mbr-buttons__btn, .mbr-buttons--right .mbr-buttons__link {
	margin: 0px;
}
.menuBtnHead {
	margin: 0px !important;
	padding: 6px 5px !important;
}
.menuBtnHead .btn {
	margin: 0px !important;
}
.menuBtnHead.btn-group .btn:first-child {
	border-radius: 5px 0px 0px 5px
}
.menuBtnHead.btn-group .btn:last-child {
	border-radius: 0px 5px 5px 0px
}
.menuBtnHead .btnLogin {
	border-radius: 5px;
}
.mbr-buttons--right.mbr-buttons--only-links {
	left: 20px;
}
.mbr-buttons--activated {
	left: 5px;
	text-align: center;
}
.mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--activated .mbr-buttons__link {
	margin-left: 0;
	margin-right: 0;
}
.mbr-buttons--activated .mbr-buttons__link {
	font-size: 25px;
	padding: 10px 30px 2px;
}
.mbr-buttons--activated .mbr-buttons__btn {
	font-size: 15px;
	margin-top: 9px;
	padding: 15px 30px;
}
.mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link {
	font-size: 25px !important;
}
.mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link, .mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__link:hover {
	color: #fff !important;
}
.mbr-buttons--freeze.mbr-buttons--activated .mbr-buttons__btn {
	font-size: 15px !important;
}

@media (max-width: 991px) {
.mbr-buttons--active {
	left: 5px;
	text-align: center;
}
.mbr-buttons--active .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__link {
	margin-left: 0;
	margin-right: 0;
}
.mbr-buttons__link {
	margin: 0 0 13px 0 !important;
}
.mbr-buttons--active .mbr-buttons__link {
	font-size: 25px;
	padding: 10px 30px 2px;
}
.mbr-buttons--active .mbr-buttons__btn {
	font-size: 15px;
	margin-top: 9px;
	padding: 15px 30px;
}
.mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link {
	font-size: 20px !important;
}
.mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link, .mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__link:hover {
	color: #fff !important;
}
.mbr-buttons--freeze.mbr-buttons--active .mbr-buttons__btn {
	font-size: 15px !important;
}
#menu-20 .mbr-navbar__items .btn-group {
	margin-bottom: 20px;
}
#menu-20 .mbr-navbar__items .menuBtnHead a.btn {
	font-size: 20px !important;
}
}

@media (max-width: 767px) {
.mbr-buttons--auto-align {
	left: 5px;
	text-align: center;
}
.mbr-buttons--auto-align.mbr-buttons--only-links {
	left: 0;
}
}

@media (max-width: 530px) {
#menu-20 .mbr-navbar__items .menuBtnHead a.btn {
	font-size: 16px !important;
}
.mbr-buttons {
	left: 0;
}
.mbr-buttons__btn, .mbr-buttons__link, .mbr-buttons--right .mbr-buttons__btn, .mbr-buttons--right .mbr-buttons__link {
	display: inline-block;
	margin: 0 0 13px 0;
	text-align: center;
	width: 100%;
}
.mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--activated .mbr-buttons__link, .mbr-buttons--active .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__link {
	width: auto;
}
.mbr-buttons--activated .mbr-buttons__btn, .mbr-buttons--active .mbr-buttons__btn {
	margin-top: 9px;
}
}
.mbr-article {
	color: #777;
	font-size: 17px;
	line-height: 27px;
	text-align: left;
	position: relative;
	margin-top: -21px;
	top: 14px;
}
.mbr-article--wysiwyg h1, .mbr-article--wysiwyg h2, .mbr-article--wysiwyg h3, .mbr-article--wysiwyg h4, .mbr-article--wysiwyg h5, .mbr-article--wysiwyg h6 {
	color: #252525;
	display: block;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
}
.mbr-article--wysiwyg h1 {
	font-size: 27px;
	letter-spacing: 3px;
}
.mbr-article--wysiwyg h2 {
	font-size: 23px;
	letter-spacing: 2px;
}
.mbr-article--wysiwyg h3 {
	font-size: 19px;
	letter-spacing: 1px;
}
.mbr-article--wysiwyg h4 {
	font-size: 14px;
}
.mbr-article--wysiwyg h5 {
	font-size: 11px;
}
.mbr-article--wysiwyg h6 {
	font-size: 10px;
}
.mbr-article--wysiwyg p, .mbr-article--wysiwyg ul, .mbr-article--wysiwyg ol, .mbr-article--wysiwyg blockquote {
	margin: 0 0 10px 0;
}
.mbr-article--wysiwyg blockquote {
	font-size: 17px;
	border-color: #f97352;
}

@media (max-width: 767px) {
.mbr-article--auto-align.mbr-article--wysiwyg p, .mbr-article--auto-align {
	text-align: left !important;
}
}
.social-likes__counter {
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	background: #3c3c3c;
	border-radius: 23px;
	font-size: 12px;
	height: 23px;
	line-height: 24px;
	min-width: 23px;
	padding: 0 5px;
	position: absolute;
	right: -7px;
	text-align: center;
	top: -7px;
}
.social-likes__counter_empty {
	display: none;
}
.social-likes_style-1 .social-likes__icon:hover {
	background: #252525 !important;
}
.social-likes_style-1 .social-likes__icon:hover .social-likes__counter {
	background: #f97352;
}
.social-likes_style-2 .social-likes__icon {
	background: #252525;
}
.social-likes_style-2 .social-likes__counter {
	background: #f97352;
}
.social-likes_style-2 .social-likes__icon:hover .social-likes__counter {
	background: #3c3c3c;
}
.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
}
/*-------

   Slider

-------*/
.mbr-slider .carousel-inner > .active, .mbr-slider .carousel-inner > .next, .mbr-slider .carousel-inner > .prev {
	display: table;
}
.mbr-slider .carousel-control {
	background-image: none;
	width: 54px;
	height: 54px;
	top: 50%;
	margin-top: -27px;
	line-height: 54px;
	border: 2px solid rgba(255,255,255,0.5);
	opacity: 1;
	text-shadow: none;
	z-index: 5;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	color: rgba(255,255,255,0.5);
}
.mbr-slider .carousel-control.left {
	margin-left: 20px;
}
.mbr-slider .carousel-control.right {
	margin-right: 20px;
}
.mbr-slider .carousel-control:hover {
	background: rgba(245, 51, 46,0.5);
	color: #fff;
}
.mbr-slider .carousel-indicators {
	bottom: 20px;
}
.mbr-slider .carousel-indicators li, .mbr-slider .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 3px;
	border: 2px solid #ffffff;
}

@media (max-width: 767px) {
.mbr-slider .carousel-control {
	top: auto;
	bottom: 20px;
}
}
/* boxed model */
.mbr-slider > .boxed-slider {
	position: relative;
	padding: 93px 0;
}
.mbr-slider > .container .carousel-indicators {
	margin-bottom: 93px;
}

@media (max-width: 767px) {
.mbr-slider > .container .carousel-control {
	margin-bottom: 93px;
}
}
.mbr-slider > .container img {
	width: 100%;
}
.mbr-slider > .container img + .row {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mbr-slider .mbr-section {
	padding-left: 0;
	padding-right: 0;
}
/* article layout */
.mbr-slider .article-slider > div {
	padding-left: 0;
	padding-right: 0;
}
.mbr-slider > .container.article-slider .carousel-indicators {
	margin-bottom: 0;
}



/*-------

   Gallery

-------*/
.mbr-gallery .mbr-gallery-item {
	position: relative;
	/*display: inline-block;*/
	padding-bottom: 30px;
}
.mbr-gallery .mbr-gallery-item > a {
	position: relative;
	display: block;
	background: #fff;
	outline: none;
}
.mbr-gallery .mbr-gallery-row {
	margin-bottom: -30px;
}
.mbr-gallery .mbr-gallery-item img {
	width: 100%;
	opacity: 1;
	-webkit-transition: .2s opacity ease-in-out;
	transition: .2s opacity ease-in-out;
}
.mbr-gallery .mbr-gallery-item > a:hover img {
	opacity: 0.9;
}
.mbr-gallery .mbr-gallery-item .icon {
	position: absolute;
	font-size: 30px;
	top: 50%;
	left: 50%;
	color: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: .2s opacity ease-in-out;
	transition: .2s opacity ease-in-out;
}
.mbr-gallery .mbr-gallery-item > a:hover .icon {
	opacity: 1;
}
/* remove spacing */
.mbr-gallery .mbr-gallery-row.no-gutter {
	margin: 0;
}
.mbr-gallery .mbr-gallery-row.no-gutter .mbr-gallery-item {
	padding: 0;
}
/* container */
.mbr-gallery .container.mbr-gallery-layout-default {
	padding: 93px 0;
}
/* fix horizontal scrollbar */
.mbr-gallery .mbr-gallery-layout-default, .mbr-gallery .mbr-gallery-layout-article {
	overflow: hidden;
}
/* article layout */
.mbr-gallery .mbr-gallery-layout-article > div {
	padding-left: 0;
	padding-right: 0;
}
/* lightbox */
.mbr-gallery .modal {
	position: fixed;
	overflow: hidden;
	padding-right: 0 !important;
}
.mbr-gallery .modal-body {
	padding: 0;
}
.mbr-gallery .modal-body img {
	width: 100%;
}
.mbr-gallery .modal .close {
	position: absolute;
	background-image: none;
	font-size: 20px;
	width: 54px;
	height: 54px;
	top: 20px;
	right: 20px;
	line-height: 54px;
	opacity: 1;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	text-shadow: none;
	z-index: 5;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.mbr-gallery .modal .close:hover {
	background: #fff;
	color: #000;
}
/* modal back color opacity */
.modal-backdrop.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media (max-width: 768px) {
.mbr-gallery .modal-dialog {
	margin: 10px auto;
}
.mbr-gallery .carousel-indicators, .mbr-gallery .carousel-control, .mbr-gallery .modal .close {
	position: fixed;
}
}
/* fix fade in effect */
.mbr-gallery .modal.fade .modal-dialog {
	margin-top: -100px;
	-webkit-transition: margin-top 0.3s ease-out;
	-moz-transition: margin-top 0.3s ease-out;
	-o-transition: margin-top 0.3s ease-out;
	transition: margin-top 0.3s ease-out;
}
.mbr-gallery .modal.in .modal-dialog, .mbr-gallery .modal.fade .modal-dialog {
	-webkit-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mbr-gallery .modal.in .modal-dialog {
	margin-top: 30px;
}
 @import url(https://fonts.googleapis.com/css?family=Oxygen:400,300,700);
#header1-40 .btn {
	font-size: 20px;
	font-family: 'Prompt', sans-serif;
}
#header1-40 H1 {
	font-family: 'Prompt', sans-serif;
}
#header1-40 P {
	font-family: 'Prompt', sans-serif;
}
#menu-41 .mbr-brand__name {
	font-size: 16px;
}
#menu-41.mbr-navbar--stuck .mbr-navbar__section {
	background: #ed2224;
}
#menu-41 .mbr-brand__name a {
	font-size: 24px;
	font-family: 'Prompt', sans-serif;
}
#menu-41 .mbr-navbar__items a {
	font-family: 'Prompt', sans-serif;
}
#features1-42 P {
	text-align: center;
}
#features1-44 P {
	text-align: center;
	color: #ffffff;
}
#features1-44 H3 {
	color: #ffffff;
}
#msg-box5-46 .mbr-header__text {
	color: #ffffff;
}
#msg-box5-46 .mbr-header__subtext {
	color: #ffffff;
}
#msg-box5-46 .mbr-article {
	color: #ffffff;
}
#features1-47 P {
	color: #4c6972;
	text-align: center;
}
#msg-box3-48 .mbr-header .mbr-header__text {
	text-align: center;
}
#msg-box3-48 .mbr-header .mbr-header__subtext {
	text-align: center;
}
#msg-box2-50 h2 {
	color: #252525;
}
#msg-box2-50 p {
	color: #252525;
}
#content5-77 .caption h3 {
	color: #fff;
	font-size: 46px;
	font-family: 'Prompt', sans-serif;
}
#content5-77 P {
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-family: 'Prompt', sans-serif;
}
#menu-59 .mbr-brand__name {
	font-size: 16px;
}
#menu-59.mbr-navbar--stuck .mbr-navbar__section {
	background: #ed2224;
}
#menu-59 .mbr-brand__name a {
	font-size: 24px;
	font-family: 'Prompt', sans-serif;
}
#menu-59 .mbr-navbar__items a {
	font-family: 'Prompt', sans-serif;
}
#image2-83 SMALL {
	font-size: 17px;
}
#slider2-88 H1 {
	color: #ffffff;
}
#header1-73 .btn {
	font-size: 20px;
	font-family: 'Prompt', sans-serif;
}
#header1-73 H1 {
	font-family: 'Prompt', sans-serif;
}
#header1-73 P {
	font-family: 'Prompt', sans-serif;
}
#menu-74 .mbr-brand__name {
	font-size: 16px;
}
#menu-74.mbr-navbar--stuck .mbr-navbar__section {
	background: #ed2224;
}
#menu-74 .mbr-brand__name a {
	font-size: 24px;
	font-family: 'Prompt', sans-serif;
}
#menu-74 .mbr-navbar__items a {
	font-family: 'Prompt', sans-serif;
}
#features1-75 P {
	text-align: center;
}
#features1-77 P {
	text-align: center;
	color: #ffffff;
}
#features1-77 H3 {
	color: #ffffff;
}
#msg-box5-79 .mbr-header__text {
	color: #ffffff;
}
#msg-box5-79 .mbr-header__subtext {
	color: #ffffff;
}
#msg-box5-79 .mbr-article {
	color: #ffffff;
}
#features1-80 P {
	color: #4c6972;
	text-align: center;
}
#msg-box3-81 .mbr-header .mbr-header__text {
	text-align: center;
}
#msg-box3-81 .mbr-header .mbr-header__subtext {
	text-align: center;
}
#msg-box2-83 h2 {
	color: #252525;
}
#msg-box2-83 p {
	color: #252525;
}
#menu-20 .mbr-brand__name {
	font-size: 16px;
}
#menu-20.mbr-navbar--stuck .mbr-navbar__section {
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid #efefef;
}
#menu-20 .mbr-brand__name a {
	font-size: 24px;
	font-family: 'Prompt', sans-serif;
}
#menu-20 .mbr-navbar__items a {
	font-family: 'Prompt', sans-serif;
	text-transform: uppercase;
	color: rgba(255,255,255,0.7);
	letter-spacing: 1px;
	font-size: 13px;
}
#menu-20 .mbr-navbar__items .dropdown a {
	color: rgba(0,0,0,0.7);
}
#menu-20 .mbr-navbar__items .dropdown a:hover {
	color: rgba(0,0,0,1);
}
#menu-20 .mbr-navbar__items a.btn {
	padding: 6px 5px;
}
#menu-20 .mbr-navbar__items .btn-group, #menu-20 .mbr-navbar__items a.btn.btnLogin {
	margin-left: 5px;
	margin-right: 5px;
}
#menu-20 .mbr-navbar__items .btn-group .btn {
	padding: 3px 7px;
	font-size: 10px;
	margin-top: 5px;
	opacity: 0.8;
}
#menu-20 .mbr-navbar__items .btn-group .btn.btn-default {
	color: #575757;
}
#menu-20 .mbr-hamburger--open .mbr-navbar__items li.mbr-navbar__item .btn-group .btn {
	font-size: 20px !important;
}
#menu-20 .mbr-navbar__items a.btn.btn-success {
	color: #fff !important;
	padding: 3px 7px;
	font-size: 10px;
	margin-top: 5px;
	opacity: 0.8;
}
#menu-20 .mbr-navbar__items a.btn.btn-success:hover {
	color: #fff !important;
}
#menu-20 .mbr-navbar__items a:hover {
	color: rgba(255,255,255,1);
	transition: all ease-in-out 0.3s;
}
#menu-20 .mbr-navbar__items a.active {
	color: #ed2224;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu-20.mbr-navbar--stuck.mbr-navbar--short * .mbr-navbar__items a {
	color: #3D3C3C;
}
#menu-20.mbr-navbar--stuck.mbr-navbar--short * .mbr-navbar__items a:hover {
	color: #ed2224;
}
#menu-20.mbr-navbar--stuck.mbr-navbar--short * .mbr-navbar__items a.active {
	color: #ed2224;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu-20 .logoBig {
	display: block;
}
#menu-20.mbr-navbar--stuck.mbr-navbar--short .logoBig {
	display: none
}
#menu-20 .logoSmall {
	display: none
}
#menu-20.mbr-navbar--stuck.mbr-navbar--short .logoSmall {
	display: block
}
#features1-21 P {
	text-align: center;
}
#features1-23 P {
	text-align: center;
	color: #ffffff;
}
#features1-23 H3 {
	color: #ffffff;
}
#msg-box5-25 .mbr-header__text {
	color: #ffffff;
}
#msg-box5-25 .mbr-header__subtext {
	color: #ffffff;
}
#msg-box5-25 .mbr-article {
	color: #ffffff;
}
#features1-26 P {
	color: #4c6972;
	text-align: center;
}
#msg-box3-27 .mbr-header .mbr-header__text {
	text-align: center;
}
#msg-box3-27 .mbr-header .mbr-header__subtext {
	text-align: center;
}
#msg-box2-29 h2 {
	color: #252525;
}
#msg-box2-29 p {
	color: #252525;
}
#content5-92 .caption h3 {
	color: #fff;
	font-size: 46px;
	font-family: 'Prompt', sans-serif;
}
#content5-92 P {
	color: #fff;
	text-align: center;
	font-size: 21px;
	font-family: 'Prompt', sans-serif;
}
#menu-93 .mbr-brand__name {
	font-size: 16px;
}
#menu-93.mbr-navbar--stuck .mbr-navbar__section {
	background: #ed2224;
}
#menu-93 .mbr-brand__name a {
	font-size: 24px;
	font-family: 'Prompt', sans-serif;
}
#menu-93 .mbr-navbar__items a {
	font-family: 'Prompt', sans-serif;
}
#features1-108 .thumbnail .image img {
	max-width: 100%;
}
#image2-97 SMALL {
	font-size: 17px;
}
#image2-111 SMALL {
	font-size: 20px;
}
#image2-113 SMALL {
	font-size: 20px;
}
#image2-114 SMALL {
	font-size: 20px;
}
#msg-box3-117 .mbr-header .mbr-header__text {
	text-align: center;
}
#msg-box3-117 .mbr-header .mbr-header__subtext {
	text-align: center;
}
#msg-box3-117 .mbr-article P {
	text-align: left;
}
div.mbr-box.mbr-section.mbr-section--relative.mbr-section--fixed-size.mbr-section--bg-adapted.item.dark.center.mbr-section--full-height {
	opacity: 1;
}
/*============= HOVER HOTNEWS ==================*/


.ekko-lightbox-container {
	position: relative;
}
.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	font-size: 30px;
	color: rgba(255,255,255,0.90);
	/*text-shadow: 2px 2px 4px #000;*/
	opacity: 1;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.ekko-lightbox-nav-overlay a:empty {
	width: 49%;
}
.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1;
}
.ekko-lightbox .glyphicon-triangle-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left;
}
.ekko-lightbox .glyphicon-triangle-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right;
}
.ekko-lightbox .modal-footer {
	text-align: left;
	padding: 7px 15px;
}
.ekko-lightbox .modal-header {
	padding: 10px 15px;
	position: absolute;
	z-index: 9999;
	background: none;
	background-color: rgba(255, 255, 255, 0.7);
	margin-top: 5px;
}
.ekko-lightbox .modal-header h4 {
	text-align: center;
	font-size: 22px;
}

@media (max-width:480px) {
.ekko-lightbox .modal-header {
	padding: 10px 15px;
	position: relative;
	z-index: auto;
	background: inherit;
	background-color: inherit;
	margin-top: auto;
}
.ekko-lightbox .modal-header h4 {
	text-align: left;
	font-size: 16px;
}
}

@media (min-width:480px) and (max-width: 768px) {
.ekko-lightbox.modal .modal-dialog {
	margin: auto;
}
.ekko-lightbox.modal .modal-dialog .modal-content .modal-header .modal-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ekko-lightbox .modal-header h4 {
	text-align: left;
	font-size: 16px;
}
}
.ekko-lightbox .modal-body {
	padding: 5px;
}
.BgImg {
	background-image: url(../images/fiximage/aboutUsBG.jpeg);
	
}
/*======= Hover Effect ===========*/
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	margin-top: 15px;
	margin-bottom: 15px;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hovereffect:hover .overlay {
	background-color: rgba(237, 34, 36, 0.8);
}
.hovereffect h2, .hovereffect img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	width: 100%;
}
.hovereffect:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 14px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.4);
	margin: 0px;
	bottom: 0px;
	width: 100%;
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 20% 0 0 0;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: normal;
	height: 85%;
	width: 85%;
	position: absolute;
	top: -20%;
	left: 8%;
	padding: 20%;
	overflow: hidden;
}
.hovereffect a.info span {
	font-size: 30px;
	display: block;
	padding-bottom: 10px;
}
.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: rgba(0,0,0,0.75);
}


/* hover effect square สี่เหลี่ยมจตุรัส */
.hovereffect.square{
	background-image:url(../images/fiximage/homeproduct-BG.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hovereffect.square a.info{
	top: -12%;
}

.hover_border{
	border: solid 2px rgba(255, 255, 255, 0.7);
}

/*======= END Hover Effect ===========*/


.pad0 {
	padding: 0px;
}
.mrg0 {
	margin: 0px;
}
.btn {
	border-radius: 0px;
}
.btnWhiteBorder {
	background: #ed2224;
	border: none;
	color: #fff;
	margin: 5px 0px
}
.btnWhiteBorder:hover {
	background: #b51a1b;
	border: none;
	color: #fff;
}
.btnWhiteBorder.active {
	background: #b51a1b;
	border: none;
}
.btnWhiteBorder:focus {
	color: #fff;
}
.btnUpdate {
	color: #fff;
	background-color: rgba(236, 0, 140, 0.1);
	border-color: rgba(236, 0, 140,1);
}
.btnUpdate:hover {
	color: #fff;
	background-color: rgba(236, 0, 140, 0.2);
	border-color: rgba(236, 0, 140,1);
}
.btnUpdate.active {
	color: #fff;
	background-color: rgba(236, 0, 140, 0.51);
	border-color: rgba(236, 0, 140,1);
}
#menu-20.mbr-navbar--stuck.mbr-navbar--short .mbr-navbar__hamburger.mbr-hamburger {
	color: #ed2224;
}
.modal-content, .modal-header, .modal-body {
	float: left;
}
.modal-header {
	width: 100%;
}
.modal-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.17);
}
.modal-content {
	background-color: rgba(255,255,255,0.9);
	width: 100%;
}
.table > thead > tr > th {
	background-color: #ed2224;
	text-align: center;
	color: #fff;
}
.btnSALaw {
	color: #fff;
	background-color: #ed2224;
	border-color: #ed2224;
}
.btnSALaw:hover {
	color: #fff;
	background-color: #ed2224;
	border-color: #ed2224;
}
.btnSALawGroup {
	color: #fff;
	background-color: #ed2224;
	border-color: #fff;
}
.btnSALawGroup:hover {
	color: #fff;
	background-color: #ed2224;
	border-color: #fff;
}
.table {
	background-color: #fff;
}

/*----------------------------*/
#tableDownload tbody tr td {
	text-align: center;
}
#tableDownload tbody tr td:nth-of-type(2) {
	text-align: left;
}

/*----------------------------*/
#adminTableQuestionType td{
	text-align: center;
	vertical-align: middle;
}
#adminTableQuestionType td:nth-of-type(1),#adminTableQuestionType td:nth-of-type(3),#adminTableQuestionType td:nth-of-type(4),#adminTableQuestionType td:nth-of-type(5){
	width:5%;
}
#adminTableQuestionType td:nth-of-type(2){
	width: 80%;
}


/*----------------------------*/
#adminTableQuestion td{
	text-align: center;
	vertical-align: middle;
}
#adminTableQuestion td:nth-child(1),#adminTableQuestion td:nth-child(5),#adminTableQuestion td:nth-child(6),#adminTableQuestion td:nth-child(7){
	width:5%;
}


/*----------------------------*/
#adminTableProductSlideimg td{
	text-align: center;
	vertical-align: middle;
}

#adminTableProductSlideimg td:nth-child(1),#adminTableProductSlideimg td:nth-child(4),#adminTableProductSlideimg td:nth-child(5),#adminTableProductSlideimg td:nth-child(6){
	width:5%;
}
#adminTableProductSlideimg td:nth-child(2){
	width:20%;
}



/*----------------------------*/
#adminTableProductCarPrice td ,#adminTableProductCarPrice th{
	text-align: center;
	vertical-align: middle;
}
#adminTableProductCarPrice td:nth-child(1),#adminTableProductCarPrice td:nth-child(5),#adminTableProductCarPrice td:nth-child(6),#adminTableProductCarPrice td:nth-child(7){
	width:5%;
}
#adminTableProductCarPrice td:nth-child(4){
	width:15%;
}



/*----------------------------*/


#adminTableProductPriority td {
	text-align: center;
}
#adminTableProductPriority td:nth-of-type(1) {
	width:5%;
}
#adminTableProductPriority td:nth-of-type(2) {
	text-align: left;
	width:25%;
}
#adminTableProductPriority td:nth-of-type(3) {
	text-align: left;
	width:50%;
}
#adminTableProductPriority td:nth-of-type(4) {
	width:5%;
}
#adminTableProductPriority td:nth-of-type(5) {
	width:5%;
}


/*----------------------------*/

.table-striped > tbody > tr:nth-of-type(even) {
	background-color: #efefef;
}
.form-control {
	background-color: rgba(255, 255, 255, 0.88);
	border-radius: 0px;
	border: 1px solid #c5c5c5;
}
.form-control:focus {
	border-color: #ed2224;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(132, 200, 193, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(132, 200, 193, .6);
}
.careersArea {
	margin-top: 20px;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.4)
}
.careersArea h3 {
	color: #ed2224
}
.careersArea p {
	color: #333
}
.careersArea ul {
	color: #333
}
.contactArea {
}
.contactArea h3 {
	color: #ed2224;
	font-weight: bold;
	margin-top:0px;
}
.contactArea p {
	color: #fff
}
.serviceHome h3 {
	font-family: 'Prompt', sans-serif;
	color: #ed2224;
	letter-spacing: 1px;
}
.serviceHome p {
	border-top: 1px solid #ebeaec;
	padding-top: 10px;
}
.serviceHome ul {
	color: #4E4E4E;
}
.serviceHome ul li {
	text-align: left
}
.serviceHome {
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.serviceHome:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.serviceHome .image img {
	border-radius: 50%;
}
.hotnewsDetail {
	color: #fff;
}
h3.hotnewsDetailHeader {
	letter-spacing: 1.5px;
	color: #ed2224 !important;
	border-bottom: 1px solid;
}
h3.hotnewsDetailHeader a.backBtnHead {
	font-size: 20px;
}
h3.hotnewsDetailHeader a.backBtnHead:hover {
	color: rgba(233, 101, 36, 0.56) !important;
}
.hotnewsDetail table {
	background-color: rgba(255,255,255,0.8)
}
.hotnewsDetail table * td {
	color: #303030;
	padding: 5px;
}
.breadcrumb {
	background-color: rgba(255, 255, 255, 0.87);
}
.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}
.form-signin .checkbox {
	font-weight: normal;
}
.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
/* ========== ADMIN STYLE ========== */
.adminPage {
	background-color: RGBA(255,255,255,0.85);
	padding: 50px 30px;
	margin-top: 30px;
	border-radius: 10px;
}
.adminHover {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: .2s all ease-in-out;
	transition: .2s all ease-in-out;
	background-position: top left;
	margin: 0px;
	padding: 0px;
	left: 0;
}
.adminHover:hover {
	background-image: url(../images/admin/editbg.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.5);
	border: 5px solid #DA2F25;
}
.adminhoverOtherMrg {
	margin-top: -15px;
	height: calc(100% + 20px);
}
.upDownBtn {
	font-size: 20px;
	margin: auto;
	color:#ed2224;
}
.upDownBtn:hover{opacity: 0.7}

#tableEditHomeSlide, #tableEditService, #tableEditMemberPosition {
	text-align: center;
}
#tableEditHomeSlide td:nth-of-type(n+2):nth-of-type(-n+4), #tableEditService td:nth-of-type(2) {
	width: 15%;
}
#tableEditHomeSlide img, #tableEditService img, #tableEditMemberPosition img {
	max-width: 100%;
}
#tableEditMemberPosition td:nth-of-type(2) {
	width: 10%;
}
#tableEditMemberPosition td:nth-of-type(3), #tableDownload td:nth-of-type(3) {
	text-align: left;
}

#tableEditProductimg td, #tableCostProduct td{
	text-align: center;
}
#tableEditProductimg td:nth-of-type(1),#tableEditProductimg td:nth-of-type(n+5):nth-of-type(-n+7){
	width:5%;
}

#tableCostProduct td:nth-of-type(1),#tableCostProduct td:nth-of-type(n+5):nth-of-type(-n+7){
	width:5%;
}


#yt_vdo td{
	text-align: center;
}
.myColor {
	margin-bottom: 10px;
}
.myColor .form-control {
	border: 1px solid #ccc;
	pointer-events: none;
}
.myColor .input-group-addon i {
	vertical-align: bottom;
	box-shadow: 0px 0px 0px 1px #575757;
}
.selectSALaw button {
	background-color: #fcfcfc;
	color: #575757;
}
.adminModal .modal-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.adminModal .modal-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.adminModal .modal-content {
	width: 100%;
}
.modal-body {
	width: 100%;
}
.modal-footer {
	float: left;
	width: 100%;
}
.adminModal .table-responsive .table input[type=text].form-control, .adminModal .table-responsive .table textarea.form-control {
	border-color: #CFCFCF;
}
.space10 {
	margin: 5px 0px;
	clear: both;
}
.space20 {
	margin: 10px 0px;
	clear: both;
}
.cropImgArea {
	display: none;
}
.cropImgH300 {
	width: 100%;
	height: 300px;
	margin-top: 10px;
}
.cropImgArea .cropButtonZoom {
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	background-color: rgb(132, 200, 193);
	border-radius: 5px;
}
.cropImgArea .cropButtonZoom .btnCropZoom {
	font-size: 24px;
	color: #fff;
}
.cropImgArea .cropButtonZoom .btnCropZoom:hover {
	color: rgba(255,255,255,0.7);
}
h4>span.label {
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 1px;
}
.btnAdminArea {
	text-align: center;
}
.bodyAreaBG {
	background-image: url(../images/fiximage/aboutUsBG.jpeg);
	min-height: 100vh;
}
.contactBodyBG{
	background-image: url(../images/fiximage/contactusBG.jpeg);
	min-height: 100vh;
}
.jobBodyBG{
	background-image: url(../images/fiximage/jobBG.jpeg);
	
}
@media (min-width: 768px) {
.adminModal {
	width: 80%;
}
.adminModal.adminSmall {
	width: 50%;
}
.modal-body {
	width: 100%;
}
.modal-footer {
	float: left;
	width: 100%;
}
}
.clearHomeService2 {
	display: none;
}

/* Clear 2*/
@media (max-width: 991px) and (min-width: 768px) {
.clearHomeService2 {
	display: block;
	clear: both;
	width: 100% !important;
}
}

/*Clear 4*/
@media (min-width: 991px) {
.clearHomeService4 {
	display: block;
	clear: both;
	width: 100% !important;
}
}
.newsLabel {
	position: absolute;
	margin-top: 25px;
	margin-left: -5px;
	z-index: 2;
}
.newsLabel img {
	width: 100px;
}
.textWhite {
	color: #fff;
}
.textOrange {
	color: #ed2224
}
.textGreen {
	color: #29B78C
}
.textBlue {
	color: #23BED7
}
.textYellow {
	color: #D1C94B
}
.f18 {
	font-size: 18px;
}
hr.dark {
	border-top: 1px solid RGBA(0,0,0,0.1);
}
.partnerImg {
	margin-bottom: 20px;
}
.partnerImg img {
	width: 100%;
}
.slick-slide {
	display: table !important;
}
.slickText {
	word-break: normal !important;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 5em;
}
.productFirstType {
	display: table;
	font-size: 2em;
	width: 100%;
	height: 6em;
	vertical-align: middle;
	background-color: rgba(233, 101, 36, 0.8);
	margin: 15px 0px;
	padding: 0.5em;
	cursor: pointer;
	color: #fff;
	border: 0.3em solid rgba(255, 255, 255, 0.87);
}
.productFirstType .productFirstTypeText {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	text-transform: uppercase;
}
.productFirstType:hover {
	background-color: rgba(233, 101, 36, 0.9);
}
.btnIndicatorPD {
	text-align: center
}
.btnIndicatorPD .btn {
	margin-top: 10px;
}
.btnPDTypeArea {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.btnPDTypeArea .btnGroupArea {
	padding: 10px;
	padding-bottom: 30px;
	display: inline-block;
	border-bottom: 2px dashed rgba(255, 255, 255, 0.64);
}
.headBrandProduct {
	width: 100%;
	font-size: 2em;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.39);
	margin: 30px 0px 10px 0px;
}
.productType .caption ul {
	color: #fff;
}
.slideLogoPartner {
	color: #fff;
}
img.buttonflag {
	width: 19px;
	height: 19px;
	border-radius: 50%;
}
#slider-thumbs ul.list-inline {
	margin: 0px;
	padding: 0px;
}
#slider-thumbs ul.list-inline li {
	/*width: 150px;*/
	margin: 0px;
	padding: 0px 5px 10px 5px;
}
#slider #carousel-bounding-box .carousel.slide .carousel-inner .item img {
	width: 100%;
}
.homeAdminLabelDetailL {
	width: 100%;
	display: inline-block;
	padding: .3em .6em .3em;
	border-radius: 0px;
}
#map {
	position: relative;
	height: 350px;
	width: 100%;
}
.table-hover tbody tr {
	cursor: pointer;
}
.table-hover > tbody > tr:hover {
	background-color: #e3c9b5;
}
.dataTables_length, .dataTables_filter, .dataTables_info, .dataTables_paginate {
	width: 50%;
	display: inline-block;
	color: #fff;
}
.dt-buttons {
	width: 100%;
	margin-top: 10px;
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 20px;
}
.dataTables_info {
	float: left;
	line-height: 40px;
}
.dataTables_paginate {
	padding-top: 10px;
}
.pagination > li > a {
	padding: 3px 10px;
}
.daterangepicker {
	position: absolute;
	color: inherit;
	background: #fff;
	border-radius: 4px;
	width: 278px;
	padding: 4px;
	margin-top: 1px;
	top: 100px;
	left: 20px;
/* Calendars */ }
.daterangepicker:before, .daterangepicker:after {
	position: absolute;
	display: inline-block;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	content: '';
}
.daterangepicker:before {
	top: -7px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
	top: -6px;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
	right: 9px;
}
.daterangepicker.opensleft:after {
	right: 10px;
}
.daterangepicker.openscenter:before {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}
.daterangepicker.openscenter:after {
	left: 0;
	right: 0;
	width: 0;
	margin-left: auto;
	margin-right: auto;
}
.daterangepicker.opensright:before {
	left: 9px;
}
.daterangepicker.opensright:after {
	left: 10px;
}
.daterangepicker.dropup {
	margin-top: -5px;
}
.daterangepicker.dropup:before {
	top: initial;
	bottom: -7px;
	border-bottom: initial;
	border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
	top: initial;
	bottom: -6px;
	border-bottom: initial;
	border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
	max-width: none;
	z-index: 3001;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
	float: none;
}
.daterangepicker.show-calendar .calendar {
	display: block;
}
.daterangepicker .calendar {
	display: none;
	max-width: 270px;
	margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
	border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
	white-space: nowrap;
	text-align: center;
	min-width: 32px;
}
.daterangepicker .calendar-table {
	border: 1px solid #fff;
	padding: 4px;
	border-radius: 4px;
	background: #fff;
}
.daterangepicker table {
	width: 100%;
	margin: 0;
}
.daterangepicker td, .daterangepicker th {
	text-align: center;
	width: 20px;
	height: 20px;
	border-radius: 4px;
	border: 1px solid transparent;
	white-space: nowrap;
	cursor: pointer;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
	background: #eee;
}
.daterangepicker td.week, .daterangepicker th.week {
	font-size: 80%;
	color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
	background-color: #fff;
	border-color: transparent;
	color: #999;
}
.daterangepicker td.in-range {
	background-color: #ebf4f8;
	border-color: transparent;
	color: #000;
	border-radius: 0;
}
.daterangepicker td.start-date {
	border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
	border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
	border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
	background-color: #357ebd;
	border-color: transparent;
	color: #fff;
}
.daterangepicker th.month {
	width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
	color: #999;
	cursor: not-allowed;
	text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
	font-size: 12px;
	padding: 1px;
	height: auto;
	margin: 0;
	cursor: default;
}
.daterangepicker select.monthselect {
	margin-right: 2%;
	width: 56%;
}
.daterangepicker select.yearselect {
	width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
	width: 50px;
	margin-bottom: 0;
}
.daterangepicker .input-mini {
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #555;
	height: 30px;
	line-height: 30px;
	display: block;
	vertical-align: middle;
	margin: 0 0 5px 0;
	padding: 0 6px 0 28px;
	width: 100%;
}
.daterangepicker .input-mini.active {
	border: 1px solid #08c;
	border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
	position: relative;
}
.daterangepicker .daterangepicker_input i {
	position: absolute;
	left: 8px;
	top: 8px;
}
.daterangepicker .calendar-time {
	text-align: center;
	margin: 5px auto;
	line-height: 30px;
	position: relative;
	padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
	color: #ccc;
	cursor: not-allowed;
}
.ranges {
	font-size: 11px;
	float: none;
	margin: 4px;
	text-align: left;
}
.ranges ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
.ranges li {
	font-size: 13px;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	color: #08c;
	padding: 3px 12px;
	margin-bottom: 8px;
	cursor: pointer;
}
.ranges li:hover {
	background: #08c;
	border: 1px solid #08c;
	color: #fff;
}
.ranges li.active {
	background: #08c;
	border: 1px solid #08c;
	color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
.daterangepicker {
	width: auto;
}
.daterangepicker .ranges ul {
	width: 160px;
}
.daterangepicker.single .ranges ul {
	width: 100%;
}
.daterangepicker.single .calendar.left {
	clear: none;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
	float: left;
}
.daterangepicker .calendar.left {
	clear: left;
	margin-right: 0;
}
.daterangepicker .calendar.left .calendar-table {
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.daterangepicker .calendar.right {
	margin-left: 0;
}
.daterangepicker .calendar.right .calendar-table {
	border-left: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.daterangepicker .left .daterangepicker_input {
	padding-right: 12px;
}
.daterangepicker .calendar.left .calendar-table {
	padding-right: 12px;
}
.daterangepicker .ranges, .daterangepicker .calendar {
	float: left;
}
}

@media (min-width: 730px) {
.daterangepicker .ranges {
	/*width: auto;*/
	float: left;
}
.daterangepicker .calendar.left {
	clear: none;
}
}
.newsFacebookBG {
	background-image: url(../images/upload/newsThumbnail/fix.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.floraBGBlack .fr-element.fr-view {
	background-image: url(../images/fiximage/aboutUsBG.jpeg) !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}
.productType .image img {
	border-radius: 50%;
}
.fc-event {
	border: none !important
}
.fc-today {
	background: rgba(212, 255, 235, 0.3) !important;
}
.fc-day-grid-event {
	cursor: pointer;
}
.pointerNone {
	pointer-events: none;
}
.modal-content {
	border-radius: 0px;
}
.modalHeadBG {
	background-image: url(../images/fiximage/bgHeadModal.png);
}
#tableImageEdit {
}
.ekko-lightbox-nav-overlay a.glyphicon:before {
	background-color: rgba(0, 0, 0, 0.25);
	padding: 2px;
	border-radius: 5px;
	border: 3px solid rgba(0, 0, 0, 0.05);
}
.fr-popup.fr-desktop.fr-active {
	z-index: 99999;
}
.menuBtnHead .dropdown-menu li a {
	font-size: 12px !important;
}
.alert-success {
	background-color: rgba(204, 255, 220, 0.91);
	border-color: rgba(214, 233, 198, 0.52);
}
.lineAddFriendBtn {
	margin-left: 2px;
}
.lineAddFriendBtn img {
	width: 90px;
	height: auto;
	border-radius: 5px;
}
.lineAddFriendBtn:hover img {
	opacity: 0.8;
}
.tabArea .nav-tabs {
	border-bottom: 0px;
}
.tabArea .tab-content {
	border-top: 5px solid #ed2224;
	background-color: rgba(245, 128, 32, 0.1);
	margin-bottom: 30px;
	padding: 20px;
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	cursor: pointer;
	border: none;
	border-bottom-color: transparent;
	background-color: #ed2224;
}
.nav-tabs > li > a {
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	border-radius: 0px;
	border: none;
	background-color: rgba(245, 128, 32, 0.2);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav-tabs > li > a:hover {
	background-color: rgba(245, 128, 32, 0.3);
}
.tabArea ul.nav-tabs.tabs_2 li {
	width: calc(100% / 2);
}
.tabArea ul.nav-tabs.tabs_3 li {
	width: calc(100% / 3);
}
.tabArea ul.nav-tabs.tabs_4 li {
	width: calc(100% / 4);
}
.tabArea ul.nav-tabs.tabs_5 li {
	width: calc(100% / 5);
}
.tabArea ul.nav-tabs.tabs_6 li {
	width: calc(100% / 6);
}
.tabArea ul.nav-tabs.tabs_7 li {
	width: calc(100% / 7);
}
.tabArea ul.nav-tabs.tabs_8 li {
	width: calc(100% / 8);
}
.slideObject {
	padding-top: 5%;
	width: 5%;
	background-image: none;
	filter: none;
	background: none;
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: pointer;
	position: static;
	font-size:30px;
}
.slideObject span.glyphicon {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	/*background-color: rgba(69, 69, 69, 1);
	border-radius: 50%;*/
	line-height: 42px;
	/*font-size: 25px;
	border: 4px solid #fff;*/
}
.right.slideObject span.glyphicon {
	margin-right: -40px;
}
.left.slideObject span.glyphicon {
	margin-left: -40px;
}
.footContactHeadline {
	font-size: 40px;
	line-height: 2em;
	text-shadow: 1px 1px 2px #000;
	text-decoration: underline;
	font-family: 'Prompt', sans-serif;
	color: #fff;
}
.socicon-facebook:before {
	color: #337ab7;
}
.socicon-facebook.textWhite:before {
	color: #fff;
}
.socicon-line:before {
	color: #00B901;
}
.pageHeaderText {
	font-family: 'Prompt', sans-serif;
	color: #ed2224;
	letter-spacing: 2px;
	font-size: 40px;
	text-shadow: 1px 1px 2px #000;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
	text-decoration: underline;
}
.pageHeaderText2 {
	font-family: 'Prompt', sans-serif;
	color: rgba(255,255,255,0.9);
	letter-spacing: 4px;
	font-size: 25px;
	text-shadow: 1px 1px 2px #000;
	display: block;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	text-align: center;
}

.pageHeaderText2 i{
	font-size: 70px;
	color: rgba(255, 255, 255, 0.6);
	vertical-align: middle;
}


.pageHeaderText i.fa{
	font-size: 100px;
	color:rgba(255,255,255,0.7);
}

.pageHeaderText a.backBtnHead{
	font-size: 30px;
	vertical-align: middle;
}


.pageSubDetailText {
	color: rgba(255,255,255,0.7);
	letter-spacing: 2px;
	font-size: 18px;
	text-shadow: 1px 1px 2px #000;
	display: block;
	margin: 0;
	text-align: center;
}
.textOneLine {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.PDLeftMenuArea {
	background-color: rgba(0,0,0,0.4);
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.3);
}
.PDLeftMenuArea .PDLeftHeadMenu {
	text-align: center;
	padding: 10px;
	background-color: rgba(245, 128, 32, 0.88);
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.81);
	font-size: 13px;
}
.PDLeftMenuArea .PDLinner {
	padding: 10px;
}
/* -------- DropDownMultiMenu ------- */

.dropdownLeftMenuPD {
}
.dropdownLeftMenuPD .btn-block {
	text-align: left;
	background-color: rgba(255, 255, 255, 0.9);
}
.dropdownLeftMenuPD .btn-block .glyphicon {
	float: right;
}
.dropdownLeftMenuPD .dropdown-menu {
	border-radius: 0px;
	min-width: 100%;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/* ---- Checkbox Product Filter ----- */

.PDChkboxFilter {
	margin-top: 10px;
}
.PDChkboxFilter .form-group input[type="checkbox"] {
	display: none;
}
.PDChkboxFilter .form-group input[type="checkbox"] + .btn-group > label span {
	width: 20px;
}
.PDChkboxFilter .form-group input[type="checkbox"] + .btn-group > label span:first-child {
	display: none;
}
.PDChkboxFilter .form-group input[type="checkbox"] + .btn-group > label span:last-child {
	display: inline-block;
}
.PDChkboxFilter .form-group input[type="checkbox"]:checked + .btn-group > label span:first-child {
	display: inline-block;
}
.PDChkboxFilter .form-group input[type="checkbox"]:checked + .btn-group > label span:last-child {
	display: none;
}
.PDChkboxFilter .form-group {
	margin-bottom: 10px;
}
.PDChkboxFilter .form-group .btn-group {
	width: 100%;
}
.PDChkboxFilter .form-group .btn-group .PDCkbBox {
	border: none;
	background-color: rgba(255,255,255,0.6);
}
.PDChkboxFilter .form-group .btn-group .PDCkbText {
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #999;
	box-shadow: none;
	width: calc(100% - 46px);
	text-align: left;
	border: none;
}
/* Breadcrumbs from http://bootsnipp.com/snippets/featured/triangle-breadcrumbs-arrows */
.btn-breadcrumb .btn:not(:last-child):after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid white;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 10px solid rgb(173, 173, 173);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	margin-left: 1px;
	left: 100%;
	z-index: 3;
}
.btn-breadcrumb {
	opacity: 0.8;
	box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.58);
}
.btn-breadcrumb .btn {
	padding: 6px 12px 6px 24px;
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.btn-breadcrumb .btn:first-child {
	padding: 6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
	padding: 6px 18px 6px 24px;
}
/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
	border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
	border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
	border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
	border-left: 10px solid #adadad;
}
/* The responsive part */

.btn-breadcrumb > * > div {
	/* With less: .text-overflow(); */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.btn-breadcrumb > *:nth-child(n+2) {
	display: none;
}

/* === For phones =================================== */
@media (max-width: 767px) {
.btn-breadcrumb > *:nth-last-child(-n+2) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 60px;
}
}

/* === For tablets ================================== */
@media (min-width: 768px) and (max-width:991px) {
.btn-breadcrumb > *:nth-last-child(-n+4) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 100px;
}
}

/* === For desktops ================================== */
@media (min-width: 992px) {
.btn-breadcrumb > *:nth-last-child(-n+6) {
	display: block;
}
.btn-breadcrumb > * div {
	max-width: 170px;
}
}




/*------------ Product Detail -------------*/
img {
	max-width: 100%;
}
.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media screen and (max-width: 996px) {
.preview {
	margin-bottom: 20px;
}
}
.preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2%;
	margin-top:2%;
}
.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
	display: block;
}
.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}
.tab-content {
	overflow: hidden;
}
.tab-content img {
	width: 100%;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}
.card {
	background: rgba(228, 219, 206, 0.51);
	padding: 2em;
	line-height: 1.5em;
}

@media screen and (min-width: 997px) {
.wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
}
.details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.colors {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.product-title, .price, .sizes, .colors {
	text-transform: UPPERCASE;
	font-weight: bold;
}
.checked, .price span {
	color: #ff9f1a;
}
.product-title, .rating, .product-description, .price, .vote, .sizes {
	margin-bottom: 15px;
}
.product-title {
	margin-top: 0;
}
.size {
	margin-right: 10px;
}
.size:first-of-type {
	margin-left: 40px;
}
.color {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	height: 2em;
	width: 2em;
	border-radius: 2px;
}
.color:first-of-type {
	margin-left: 20px;
}
.add-to-cart, .like {
	background: #ed2224;
	padding: 1.2em 1.5em;
	border: none;
	text-transform: UPPERCASE;
	color: #fff;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}
.add-to-cart:hover, .like:hover {
	background: #b51a1b;
	color: #fff;
}
.not-available {
	text-align: center;
	line-height: 2em;
}
.not-available:before {
	font-family: fontawesome;
	content: "\f00d";
	color: #fff;
}
.orange {
	background: #ff9f1a;
}
.green {
	background: #85ad00;
}
.blue {
	background: #0076ad;
}
.tooltip-inner {
	padding: 1.3em;
}
 @-webkit-keyframes opacity {
 0% {
 opacity: 0;
 -webkit-transform: scale(3);
 transform: scale(3);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes opacity {
 0% {
 opacity: 0;
 -webkit-transform: scale(3);
 transform: scale(3);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

.izestTextArea p{
	font-size:1.3em;
}

.headSubMenu{
	width:100%;
	clear: both;
	padding-left:15px;
	padding-right: 15px;
}

.bgTdHead{
	background-color: #292929 !important;
	color:#fff;
}



.media.questionStyle{
	width: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	margin:10px 0px;
}


.media.questionStyle .media-left{
	width:auto;
}

.media.questionStyle .media-body{
	width:auto;
	vertical-align: middle ;
}

.media.questionStyle .media-heading{
	font-weight: bold;
}


.hovereffect:hover .overlay.facebookOverlay{
		background-color: rgba(25, 82, 139, 0.7);
	}

.hovereffect .facebookBGBlur{
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(3px);
	background-size: cover;
	background-position: center center;
}

.galleryBody.carousel-inner{
	height:100%;
}
.galleryBody.carousel-inner > .item{
	height:100%;
	background-image:url(../images/fiximage/aboutUsBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.galleryBody.carousel-inner > .item > img{
	margin: auto;
	width: 100%;
height: 100%;
	opacity: 0.9;
	/*-webkit-mask-box-image: -webkit-radial-gradient(white 66.81%, rgba(255, 255, 255, 0) 89.08%);*/
}

.galleryBody .imgBGCoverCenter{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	
}


/*---------------------- SMOKE -------------------------*/
body {
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes masked-animation {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}

#start {
  position: absolute;
  margin: auto;
  text-align: center;
  top: 50%;
  margin-top: 260px;
  width: 100%;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}

a {
  color: #fff;
  text-decoration: none
}

#wrap {
  margin: 0 auto;
  width: 100vw;
  position: absolute;
	z-index: 1;
}

#viewport {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

#viewport .smoke {
  position: absolute;
  width: 250px;
  height: 250px;
  background: url('../../assets/images/fiximage/smoke.png') no-repeat;
  bottom: 150px;
  margin-left: 0px
}

@-webkit-keyframes masked-animation {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}

.homeSlideContent{
	width:40%;
	float:right;
	text-align:left;	
}



@media (max-width: 876px) {
	
	.homeSlideContent{
		width: 80%;
		float: none;
		text-align: center;
		padding-bottom: 140px;
		margin-left: auto;
		margin-right: auto;
	}
	.homeSlideContent > .mbr-hero > div > img{
		margin:auto ;
		width:190px ;
		display:inline ;
	}
	.homeSlideContent > .mbr-hero > h1{
		color: rgba(37, 37, 37, 0.87) !important;
		font-size: 25px;
		margin: 0px;
		padding: 0px;
		text-shadow: 0.5px 0.5px 0.5px;
	}
	.homeSlideContent > .mbr-hero > p{
		color: rgba(37, 37, 37, 0.87) !important;
		font-size: 20px;
		margin: 0px;
		padding: 0px;
    	text-shadow: 0.5px 0.5px 0.5px;
	}
	.mbr-box__magnet{
		vertical-align: bottom !important;
	}
	
}


@media (max-width: 767px) {
	
	.homeSlideContent{
		    width: 80%;
    float: none;
    text-align: center;
    padding-bottom: 45px;
    margin-left: auto;
    margin-right: auto;
	}
	
	.homeSlideContent > .mbr-hero > h1{
		font-size: 22px;
    letter-spacing: 1px;
	}
	.homeSlideContent > .mbr-hero > p{
		font-size: 17px;
    letter-spacing: 1px;
	}
	.mbr-slider .carousel-control{
		color: rgba(62, 62, 62, 0.5);
		border: 2px solid rgba(113, 113, 113, 0.5);
	}
	
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 99;
    opacity: 0.8;
}



/*============== About Us Style ===============*/

header:after,
#timeline .timeline-item:after,
header:before,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both
}


#timeline {
  width: 90%;
  margin: 30px auto;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease
}

#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #ed2224;
  left: 50%;
  top: 0;
  position: absolute
}

#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%
}

#timeline .timeline-item {
  margin-bottom: 50px;
  position: relative
}

#timeline .timeline-item .timeline-icon {
  background: #ed2224;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	  text-align: center;
}

#timeline .timeline-item .timeline-icon i.fa {
 font-size: 30px;
text-align: center;
line-height: 50px;
color: #fff;
}

#timeline .timeline-item .timeline-content {
  width: 45%;
  background: #fff;
  padding: 10px 20px;
  -webkit-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
  -ms-box-shadow: 0 3px 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 0 rgba(0,0,0,0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease
}

#timeline .timeline-item .timeline-content h2 {
  padding: 5px 15px;
  background: #ed2224;
  color: #fff;
  margin: -20px -20px 0 -20px;
  font-weight: 300;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
	  font-size:27px
}

#timeline .timeline-item .timeline-content p{
  padding: 15px;
  margin:0px;
}


#timeline .timeline-item .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 3px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ed2224
}

#timeline .timeline-item .timeline-content.right { float: right }

#timeline .timeline-item .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #ed2224
}

@media screen and (max-width: 768px) {

#timeline {
  margin: 30px;
  padding: 0
}

#timeline:before { left: 0 }

#timeline .timeline-item .timeline-content {
  width: 90%;
  float: right
}

#timeline .timeline-item .timeline-content:before,
#timeline .timeline-item .timeline-content.right:before {
  left: 10%;
  margin-left: -6px;
  border-left: 0;
  border-right: 7px solid #ed2224
}

#timeline .timeline-item .timeline-icon { left: 0 }
}

.lineSubType{
	height: 4px;
	clear: both;
	background: rgba(237,34,38,0);
	background: -moz-linear-gradient(left, rgba(237,34,38,0) 0%, rgba(237,34,38,1) 51%, rgba(237,34,38,0.14) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,34,38,0)), color-stop(51%, rgba(237,34,38,1)), color-stop(100%, rgba(237,34,38,0.14)));
	background: -webkit-linear-gradient(left, rgba(237,34,38,0) 0%, rgba(237,34,38,1) 51%, rgba(237,34,38,0.14) 100%);
	background: -o-linear-gradient(left, rgba(237,34,38,0) 0%, rgba(237,34,38,1) 51%, rgba(237,34,38,0.14) 100%);
	background: -ms-linear-gradient(left, rgba(237,34,38,0) 0%, rgba(237,34,38,1) 51%, rgba(237,34,38,0.14) 100%);
	background: linear-gradient(to right, rgba(237,34,38,0) 0%, rgba(237,34,38,1) 51%, rgba(237,34,38,0.14) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2226', endColorstr='#ed2226', GradientType=1 );
}
.lineSubTypeLeft{
	height: 4px;
	clear: both;
	background: rgba(237,34,38,1);
	background: -moz-linear-gradient(left, rgba(237,34,38,1) 0%, rgba(237,34,38,1) 42%, rgba(237,34,38,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,34,38,1)), color-stop(42%, rgba(237,34,38,1)), color-stop(100%, rgba(237,34,38,0)));
	background: -webkit-linear-gradient(left, rgba(237,34,38,1) 0%, rgba(237,34,38,1) 42%, rgba(237,34,38,0) 100%);
	background: -o-linear-gradient(left, rgba(237,34,38,1) 0%, rgba(237,34,38,1) 42%, rgba(237,34,38,0) 100%);
	background: -ms-linear-gradient(left, rgba(237,34,38,1) 0%, rgba(237,34,38,1) 42%, rgba(237,34,38,0) 100%);
	background: linear-gradient(to right, rgba(237,34,38,1) 0%, rgba(237,34,38,1) 42%, rgba(237,34,38,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2226', endColorstr='#ed2226', GradientType=1 );
}

.csiNumberOne{
	position: absolute;
	top:0;
	right:0;
	
}

@media (max-width: 876px) {
	.csiNumberOne{
		display: none;
	}
	
}

@media (max-width: 767px) {
	.mbr-section--full-height{
		height: 350px !important;
	}
	
}


.footContactLineBtn{
	margin-top:10px;
	float:left;
	cursor: pointer;
}
.footContactLineBtn img{
	border-radius: 10px;
}
.footContactLineBtn:hover{
	opacity: 0.7;
}

.footerContactLinePopArea{
	color:#000;
	width:100%;
	text-align: center;
}

.footerContactLinePopArea > .fpName{
	padding:10px;
	background-color: #00B901;
	color:#fff;
	font-weight: bold;
}
.footerContactLinePopArea > .fpDetail{
	padding:10px;
	background-color: #fff;
}


.footerContactLinePopArea > .fpDetail > .fpLineID{
	display: block;
}

.footerContactLinePopArea > .fpDetail > .fpLineQR{
	display: block;
}

.footerSocialBtn img{
	border-radius: 3px;
}

.footerSocialBtn:hover{
	opacity: 0.8;
}


@media (max-width: 991px) {
	.footerSocialArea{
		float: none !important;
		margin:auto;
	}
}


.btn-izest{
	background-color: #f26522;
	color:#fff;
}
.btn-izest:hover{
	background-color: #C0450B !important;
	color:#fff !important;
}

.hoverOpacity:hover{
	opacity: 0.7;
}

.bodypaint img{
	margin:15px 0px;
}