/*==========
	 1 - GENERIC
	 2 - ELEMENTS
	 3 - AFFIX
	 4 - ACCORDION
	 5 - MODAL BOX
==========*/


/*== 1 - GENERIC ==*/
*:focus {outline:none !important;}

body {
	margin:0;
	padding:0px;
	background:#fff;
}
a, a:focus,
a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):hover {
	cursor:pointer; 
	text-decoration:none !important;
		-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
a, a:hover, a:visited, a:active { outline:none !important;}

a.moreInfo {
	position: relative;
	text-decoration: none;
	display: inline-block;
}
a.moreInfo span {
	position: absolute;
	display: block;
	top: 0;
	height: 100%;
		-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	border-bottom-width:1px;
	border-bottom-style:solid;
}
a.moreInfo:hover span {
	text-decoration: none;
	display: inline-block;
}


strong, b { font-weight:500;}
.font-weight-100 { font-weight:100;}
.font-weight-200 { font-weight:200;}
.font-weight-300 { font-weight:300;}
.font-weight-400 { font-weight:400;}
.font-weight-500 { font-weight:500;}
.font-weight-600 { font-weight:600;}
.font-weight-700 { font-weight:700;}
.font-weight-800 { font-weight:800;}
.font-weight-900 { font-weight:900;}

.fb-page, .fb-page iframe[style], .fb-page span {width: 100% !important;}

img {
	border:none;
	vertical-align:top;
	max-width:100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, 
.Heading1, .Heading2, .Heading3, .Heading4, .Heading5, .Heading6 {
	color:#000000;
	margin:0;
	padding:0;
	/*font-size:inherit;
	font-weight:inherit;
	line-height:inherit;*/
}
.Heading1 {
	font-size:2em;
	line-height:1.2em
}
.Heading2 {
	font-size:1.8em;
	line-height:1.3em
}
.Heading3 {
	font-size:1.6em;
	line-height:1.3em
}
.Heading4 {
	font-size:1.4em;
	line-height:1.3em
}
.Heading5 {
	font-size:1.3em;
	line-height:1.3em
}
.Heading6 {
	font-size:1.2em;
	line-height:1.3em
}


/***** Button Style */
.btn {
	border-radius:0;
	height:auto;
	margin:0;
	cursor: pointer;
	padding:15px 25px;
		-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.btn::before { z-index:0;}

.btn-outline-light {
    color: #999;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
    box-shadow: none;
}

.btn:hover, .btn:focus, .btn.focus, .btn:active:focus {
    /*box-shadow: none !important;*/
}

button:focus { outline:none;}

.Theme.btn {
	background:#333;
	color:#fff;
	border:none;
}
.Theme.btn:hover, 
.Theme.btn:focus, 
.Theme.btn.focus {
	background:#999;
	color:#fff;
}

.Theme.btn.Dark {background:#000;}
.Theme.btn.Dark:hover, 
.Theme.btn.Dark:focus, 
.Theme.btn.Dark.focus {background:#999;}

.Theme.btn.Color {background:red;}
.Theme.btn.Color:hover, 
.Theme.btn.Color:focus, 
.Theme.btn.Color.focus {background:#000;}

.Theme.btn.AnchorBtn {padding:0;}
.Theme.btn.AnchorBtn a {
	color:#fff;
	padding:15px 25px;
	display:block;
	z-index:1;
	position:relative;
}

/***** Input Field Style */
label {
	font-weight: 400;
	color: #333;
	margin-bottom: 4px;
}

.form-control {
	border-style:solid;
	border-width:1px;
	background:none;
	border-radius:0;
	height:auto;
	margin:0;
	box-shadow:none;
	cursor:text;
	position:relative;
	z-index: 1;
}
.form-control:focus {
	box-shadow:none;
	border-color:#333;
	color:#333;
}

.form-control::-moz-placeholder {color: #999;}
.form-control:-ms-input-placeholder {color: #999;}
.form-control::-webkit-input-placeholder {color: #999;}

.IconField .input-group-text {
    border: 1px solid #ddd;
	border-right:none;
    border-radius: 0;
    font-size: 19px;
    padding: 0;
    cursor: pointer;
    background: #f5f5f5;
    color: #999;
    min-width: 51px;
    text-align: center;
}
.IconField .input-group-text i { margin:0 auto;}

.IconField .input-group-text svg {
	height:25px;
	fill:#999;
	margin:0 auto;
}

.IconField .input-group .btn { min-width:auto;}
.IconField .input-group .bootstrap-datetimepicker-widget a[data-action] { padding:0;}
.IconField .input-group .bootstrap-datetimepicker-widget li { margin:0;}
.IconField .input-group .btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.IconField .bootstrap-datetimepicker-widget table td span { border-radius:0;}
.IconField .bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 5px 0;
    padding: 5px;
    width: auto;
    border-color: #ddd;
	border-radius: 0;
}
.IconField .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before { border-bottom-color:#ddd;}

.field_error button, .field_error input, .field_error select, .field_error textarea { border-color:#333;}

.IconField .bootstrap-datetimepicker-widget table td.active,
.IconField .bootstrap-datetimepicker-widget table td.active:hover {
	background-color: #333;
}
.IconField .bootstrap-datetimepicker-widget table td,
.IconField .bootstrap-datetimepicker-widget table th {
	border-radius:0;
}

input[type=file] {
	text-indent:-1px;
	padding:12px 0;
}

input[type=number] {
	padding:0;
	text-indent:15px;
	line-height:52px;
}

/*= https://css-tricks.com/float-labels-css/ */
.FieldWrapp {position: relative;}
.FieldWrapp label {
	transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
	cursor:text;
	position: absolute;
	margin:0;
}
.IconField label { left:60px;}

.FieldWrapp textarea {
	display: block;
	resize: vertical;
}

.FieldWrapp input:focus,
.FieldWrapp textarea:focus { }

.FieldWrapp input:focus + label,
.FieldWrapp textarea:focus + label,
.FieldWrapp input:focus + div.dropdown-menu + label,
.FieldWrapp input.not_empty:focus + label,
.FieldWrapp textarea.not_empty:focus + label {
	top:-20px;
	left:0px;
	right:auto;
	font-size:15px;
	z-index: 2;
}

.FieldWrapp .not_empty + label {
	left:auto;
	right:4px;
	top:2px;
	z-index:2;
	text-align:right;
	font-size:13px;
	color:#c5c5c5;
}

.FieldWrapp input.not_empty,
.FieldWrapp textarea.not_empty {
	background: #f5f5f5;
	border-color:#ccc;
}

.FieldWrapp input.not_empty:focus,
.FieldWrapp textarea.not_empty:focus { background:#fff;}

.Captcha {
	margin-bottom:20px;
	height:78px;
}
@media All and (max-width:479px) {
	.Captcha { margin-bottom:0;}
}

.readonly_fields.FieldWrapp input.not_empty,
.readonly_fields.FieldWrapp textarea.not_empty {border-color:#333;}
.readonly_fields.FieldWrapp input:focus + label,
.readonly_fields.FieldWrapp textarea:focus + label {top: -20px;}

.readonly_fields.FieldWrapp .not_empty + label {
	text-align:left;
	right:auto;
	top: -30px;
	color: #333;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}

.FormWrapper p,
.SidebarWrapper .FormWrapper p { margin-bottom:20px;}

.FormWrapper .row {
	margin-left:-10px;
	margin-right:-10px;
}
.FormWrapper .row > * {
	padding-left:10px;
	padding-right:10px;
}


/***** GoTo Top Button */
.topBtn {
	display:none;
	position: fixed;
	right: 15px;
	bottom: 10px;
	cursor: pointer;
	z-index: 1001;
	overflow:hidden;
}
.topBtn a {
	display:inline-block;
	height:50px;
	width:50px;
	color:#fff;
	text-align:center;
		-webkit-transform:rotate(-90deg);
	transform:rotate(-90deg);
	border-radius:6px;
	overflow:hidden;
}
.topBtn a::before {
    content: '\0276F';
	background: rgb(178,153,91);
	background: -moz-linear-gradient(90deg, rgba(178,153,91,1) 0%, rgba(242,209,132,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(178,153,91,1) 0%, rgba(242,209,132,1) 100%);
	background: linear-gradient(90deg, rgba(178,153,91,1) 0%, rgba(242,209,132,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2995b",endColorstr="#f2d184",GradientType=1);
    color:#fff;
    font-size: 26px;
    line-height: 50px;
    position: relative;
    left:0;
	display:block;
		-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.topBtn a:hover::before {
	background: rgb(42,152,168);
	background: -moz-linear-gradient(90deg, rgba(42,152,168,1) 0%, rgba(37,195,201,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(42,152,168,1) 0%, rgba(37,195,201,1) 100%);
	background: linear-gradient(90deg, rgba(42,152,168,1) 0%, rgba(37,195,201,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2a98a8",endColorstr="#25c3c9",GradientType=1);
}


/***** Loader */
#preloader {
	width:100%;
	height:100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
#status {
    width:80px;
    height:80px;
    position: absolute;
    left:50%;
    top:50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -40px 0 0 -40px;
}


/***** BreadCrumbs */
.BreadCrumbs {
	font-weight:600;
	font-size:13px;
	line-height:16px;
	color:rgba(255,255,255,0.5);
	text-transform:uppercase;
	letter-spacing:1px;
	text-align:center;
}
.BreadCrumbs a {
	 margin-right:6px;
	 color:#fff;
}
.BreadCrumbs a:after {
	content:'\0276F';
	margin-left:10px;
	font-size:11px;
	position:relative;
	top:-1px;
}



/*== 2 - ELEMENTS ==*/
ul, ol, li {
	margin:0;
	padding:0;
}
ul, ol { margin-left:18px;}

li { margin-bottom:10px;}

.ListStyle ul {
	margin:0;
	list-style:none;
	font-weight:400;
	color:#333;
}
.ListStyle ul li {
	margin-bottom:10px;
	position:relative;
	padding-left:20px;
}
.ListStyle ul li::before {
	content:'\0276F';
	font-size:14px;
	color:#ccc;
	position:absolute;
	top:0;
	left:0;
}

.alert {
	border-radius:0;
	padding: 12px 40px 12px 15px;
	margin:0;
	font-weight: 400;
	width:100%;
	z-index:1010;
}
.alert .close {
    font-size: 22px;
	font-weight: 600;
	line-height: 42px;
	width: 40px;
	height:40px;
	top:50%;
	margin-top: -20px;
}
.alert .close { padding:0;}


/*= Social Links */
.SocialLinks ul, .SocialLinks ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.SocialLinks ul li { display:inline-block;}

.SocialLinks ul li a {
	width:50px;
	height:50px;
	line-height:48px;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	background:none;
	display:inline-block;
}

.SocialLinks ul li svg {
	fill:#fff;
	height:20px;
	position:relative;
		-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.SocialLinks ul li.GooglePlus svg { height:25px;}
.SocialLinks ul li.YouTube svg { height:22px;}

.SocialLinks ul li.Facebook a { background:#4267B2;}
.SocialLinks ul li.Twitter a { background:#00acee;}
.SocialLinks ul li.Linkedin a { background:#0e76a8;}
.SocialLinks ul li.GooglePlus a { background:#db4a39;}
.SocialLinks ul li.Instagram a { background:#3f729b;}
.SocialLinks ul li.YouTube a { background:#fe0000;}
.SocialLinks ul li.Pinterest a { background:#e60023;}
.SocialLinks ul li.RssFeed a { background:#ee802f;}
.SocialLinks ul li.WhatsApp a { background:#25D366;}

.SocialLinks ul li a:hover {
	background:#333;
	color:#fff;
}


/*= Parallax Wrapper =*/
.ParallaxWrapp {
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
		-webkit-background-size:cover;
	background-size:cover;
	position:relative;
	z-index:1;
}
.ParallaxWrapp>div {
	height:100%;
	width:100%;
}


/*== 3 - AFFIX - TOP MENU FIXED ==*/
#TopHead .animated {
		-webkit-animation-duration: 1s;
	animation-duration: 1s;
		-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}	
	to {
		opacity: 1;
			-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadeInDown {
	from {
		opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}	
	to {
		opacity: 1;
			-webkit-transform: none;
		transform: none;
	}
}

#TopHead .fadeInDown {
		-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
#TopHead .affix {
	position:fixed;
	width:100%;
	top:0;
	left:0;
}
@media All and (min-width:1199px){
	#TopHead .affix {
			-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
	}	
}



/*== 4 - ACCORDION ==*/
.toggle-accordion {
  float: right;
  font-size: 16px;
  color: #1a1813;
}
.toggle-accordion:before {content: "Expand All";}
.toggle-accordion.active:before {content: "Collapse All";}

.arrows {float:right;}

.AccordionWrapp .card {
	background:none;
	border:none;
	border-radius:10px;
	border:1px solid #d1e1e3;
	margin-bottom:3vh;
}
.AccordionWrapp .card-header {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

.AccordionWrapp button[data-toggle="collapse"].collapsed {/* Normal */
	background-color:#fff;
	color:#1a1813;
	/*border-color:#E8E8E8;*/
		-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	padding:35px 60px 35px 25px;
}

.AccordionWrapp button[data-toggle="collapse"]:hover.collapsed { /* Hover */
	background-color:#fff;
	color:#1a1816;
	/*border-color:#E8E8E8;*/
		-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	padding:35px 60px 35px 25px;
}

.AccordionWrapp button[data-toggle="collapse"],
.AccordionWrapp button[data-toggle="collapse"]:hover { /* Active */
	font-size:24px;
	line-height:30px;
	color:#1a1813;
	background-color:#fff;
	display:block;
	border:none;
	/*border-bottom:1px solid #E8E8E8;*/
	width:100%;
	text-align:left;
		-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
}
.AccordionWrapp button[data-toggle="collapse"] {padding:35px 60px 35px 25px;}

.AccordionWrapp button[data-toggle="collapse"] i,
.AccordionWrapp button[data-toggle="collapse"].collapsed:hover i { /* Active */
	position: absolute;
    top: 50%;
    right: 15px;
	margin-top:-27px;
    /*color: #fff;*/
	height:54px;
	width:54px;
	line-height:54px;
	background:#d1e1e3;
	border:2px solid #d1e1e3;
		-webkit-border-radius:100%;
	border-radius:100%;
	text-align:center;
		-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}
.AccordionWrapp button[data-toggle="collapse"].collapsed i { /* Normal */
	/*color:rgba(0,0,0,0.25);*/
	border-color:#E8E8E8;
	background:transparent;
}

.AccordionWrapp button[data-toggle="collapse"] i::before,
.AccordionWrapp button[data-toggle="collapse"].collapsed i::before {
	content: '';
	height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px;
	background-repeat: no-repeat;
	background-position:center;
		-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
}

.AccordionWrapp button[data-toggle="collapse"] i::before {
    background-image: url(../images/icons/minius.svg);
}

.AccordionWrapp button[data-toggle="collapse"].collapsed i::before {
    background-image: url(../images/icons/plus.svg);
}
.AccordionWrapp button[data-toggle="collapse"].collapsed:hover i::before {
    background-image: url(../images/icons/plus-white.svg);
}

.AccordionWrapp .card-body {
	background:#fff;
	padding:0 30px 30px;
		-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
.AccordionWrapp .collapse.show .card-body {
	
}

.AccordionWrapp .card-header h3 {
	font-size:20px;
	line-height:30px;
	font-weight:700;
	color:#1a1813;
	letter-spacing:2px;
}
.AccordionWrapp .card-header .Tagline {
	font-size:14px;
	line-height:18px;
	font-weight:600;
	color:#b2995b;
	text-transform:uppercase;
}
.AccordionWrapp .card-header img {
	width:50px;
	margin-right:20px;
}

@media All and (max-width:991px) {
	.AccordionWrapp button[data-toggle="collapse"].collapsed,
	.AccordionWrapp button[data-toggle="collapse"]:hover.collapsed,
	.AccordionWrapp button[data-toggle="collapse"] {padding:20px 50px 20px 20px;}
	
	.AccordionWrapp button[data-toggle="collapse"] i,
	.AccordionWrapp button[data-toggle="collapse"].collapsed:hover i { /* Active */
		right: 10px;
		margin-top:-22px;
		height:44px;
		width:44px;
		line-height:44px;
	}
	.AccordionWrapp .card-header img {
		width:40px;
		margin-right:10px;
	}
	.AccordionWrapp .card-header h3 {
		font-size:17px;
		line-height:22px;
	}
	.AccordionWrapp .card-header .Tagline {
		font-size:13px;
		line-height:16px;
	}
}



/*== 5 - MODAL BOX ==*/
.modal-backdrop.in {
	filter: alpha(opacity=75);
	opacity: 0.75;
}

.MyBox.modal {
	text-align: center;
	padding: 0!important;
}

.MyBox.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin:0;
}

.MyBox .modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
	background:none;
	width:90%;
	max-width:600px;
	margin:0;
}

/* Popup Header */
.MyBox .modal-header {
	background: #f5f5f5;
	border-bottom: 1px solid #ddd;
	border-radius:0;
	padding: 20px;
	position:relative;
}

.MyBox .close {
	position: absolute;
	top: -46px;
	right: -14px;
	background: no-repeat;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 1;
	margin:0;
	padding:0;
}
.MyBox .close img {
	height:24px;
	width:24px;
	margin: 16px;
}

/* Popup Body */
.MyBox .modal-content {
	background: #fff;
	border: none !important;
	border-radius: 0;
		-webkit-box-shadow: none;
	box-shadow: none;
	padding:0;
}
.MyBox .modal-content .modal-body { padding:20px;}

/* Popup Footer */
.MyBox .modal-footer {
	background: #f5f5f5;
	border-top: 1px solid #ddd;
	border-radius:0;
	padding: 20px;
	justify-content: left;
}

@media All and (max-width:576px) {
	.MyBox .modal-header,
	.MyBox .modal-content .modal-body,
	.MyBox .modal-footer { padding:15px;}
}


/* Google Captcha*/
@media All and (max-width:479px) {
	.g-recaptcha, .google-recaptcha, .google-recaptcha *, .g-recaptcha * {
		filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.939,M12=0,M21=0,M22=0.939,SizingMethod='auto expand'); 
			-moz-transform-origin:0; 
			-ms-transform-origin:0;
			-o-transform-origin:0;
			-webkit-transform-origin:0 0;
		transform-origin:0 0;
			-moz-transform:scale(0.939);
			-ms-transform:scale(0.939); 
			-o-transform:scale(0.939);
			-webkit-transform:scale(0.939);
		transform:scale(0.939);
	}
}