/*==========
	 1 - GENERIC
	 2 - ELEMENTS
	 3 - AFFIX
	 4 - MODAL BOX
	 5 - CHECKBOX / RADIO
==========*/


/*== 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:600}
.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;*/
}


/***** 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;
	border-top-left-radius:5px !important;
	border-bottom-left-radius:5px !important;
    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:24px;
	fill:#171714;
	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:100%;
	overflow:hidden;
}
.topBtn a::before {
    content: '\0276F';
	background:rgba(0,0,0,0.2);
    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:#333;}


/***** Loader */
#preloader {
	width:100%;
	height:100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
#status {
    width:100px;
    height:100px;
    position: absolute;
    left:50%;
    top:50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -50px 0 0 -50px;
}
#status:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/preloader_icon.html);
}


/***** BreadCrumbs */
.BreadCrumbs {
	font-weight:600;
	font-size:13px;
	line-height:16px;
	color:#7A7A7A;
	text-transform:uppercase;
	letter-spacing:1px;
}
.BreadCrumbs a {
	 margin-right:6px;
	 color:#ce9e0e;
}

.BreadCrumbs a:after {
	content:'\0276F';
	margin-left:10px;
	font-size:11px;
	position:relative;
	top:-1px;
}


/*= Search */
.SearchWrapper { position:relative;}
.SearchWrapper button svg {
	height:20px;
	fill:#aaa;
}

.SearchWrapper .TextRemove {
    position: absolute;
    top: 12px;
    right: 40px;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    text-align: left;
    height: 24px;
    width: 28px;
    border-right: 1px solid #ddd;
    z-index: 10;
    font-weight: normal;
	cursor:pointer;
		-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
	display:none;
}
.SearchWrapper .TextRemove:after {content: '\02716';}
.SearchWrapper .FieldWrapp input.not_empty + label + div {display:block;}

#SearchBox.MyBox .modal-content .SearchWrapper .TextRemove {
    top: 18px;
    right: 50px;
}

#SearchBox.MyBox .close {
	top:0;
	right:0;
}

#SearchBox.MyBox .modal-dialog { background:none;}
#SearchBox.MyBox .modal-content {
	background:none;
	padding:0;
}
#SearchBox.MyBox .modal-content .modal-body { padding: 0;}

#SearchBox.MyBox .modal-content .form-control {
	border:none;
	font-size:18px;
	line-height:60px;
	font-weight:500;
	height:60px;
	padding-left:20px;
}

.SearchWrapper button[type=button],
.SearchWrapper button[type=submit] {
	background:none;
	border:none;
	height:47px;
	width:40px;
	line-height:44px;
	text-align:center;
	position:absolute;
	top:0;
	right:0;
	z-index:10;
}

#SearchBox.MyBox .modal-content button[type=button],
#SearchBox.MyBox .modal-content button[type=submit] {
	height:60px;
	width:50px;
	line-height:56px;
}

#SearchBox.MyBox .FieldWrapp { background:#fff;}
#SearchBox.MyBox .FieldWrapp label {
	font-size: 18px;
	line-height: 60px;
	color: #333;
	font-weight: 500;
	top: 0;
	left: 20px;
	text-align:left;
}
#SearchBox.MyBox .FieldWrapp input:focus + label,
#SearchBox.MyBox .FieldWrapp textarea:focus + label,
#SearchBox.MyBox .FieldWrapp .not_empty + label  {
	top:-40px;
	left:0px;
	color:#fff;
	font-size:18px;
	font-weight:600;
}

.SearchWrapper .FieldWrapp .not_empty + label { display:none;}



/*== 2 - ELEMENTS ==*/
blockquote, .blockquote {
    margin-bottom: 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.8;
	font-weight:400;
    border-left: 4px solid #ddd;
    padding-left: 1em;
}
blockquote cite, .blockquote cite { color:#999;}

.drop-caps {
	float: left;
	position: relative;
	top: 4px;
	font-family: Arial, sans-serif;
	font-size: 4em;
	color: #fff;
	font-weight: 700;
	line-height: 0.8em;
	text-transform: uppercase;
	padding: 8px 12px;
	margin-right: 0.3em;
	margin-bottom: 0.1em;
	background: #333;
	min-width:76px;
	text-align:center;
}

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;}


/* Pagination */
.pagination,
.ThemePagination ul,
.ThemePagination ul li {
	margin:0;
	padding:0;
	list-style:none;
	border-radius:0;
}

.page-link,
.ThemePagination .page-link  {
    padding: 0 14px;
    font-size: 16px;
    line-height: 39px;
    font-weight: 400;
    color: #999;
    background-color: #fff;
    border: 1px solid #ddd;
    min-width: 41px;
    text-align: center;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link { border-radius:0;}

.page-link:hover,
.ThemePagination .page-link:hover {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.page-item.active .page-link,
.ThemePagination .page-item.active .page-link {
    color: #333;
    background-color: #ddd;
    border-color: #ccc;
}
.page-item.disabled .page-link,
.ThemePagination .page-item.disabled .page-link {
    color: #ccc;
    border-color: #ddd;
}
.page-link:focus,
.ThemePagination .page-link:focus { box-shadow:none;}


/*= 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;
}


.SocialLinks.Inverse ul li a {background:#f5f5f5;}

.SocialLinks.Inverse ul li.Facebook svg { fill:#4267B2;}
.SocialLinks.Inverse ul li.Facebook a:hover { background:#4267B2;}

.SocialLinks.Inverse ul li.Twitter svg { fill:#00acee;}
.SocialLinks.Inverse ul li.Twitter a:hover { background:#00acee;}

.SocialLinks.Inverse ul li.Linkedin svg { fill:#0e76a8;}
.SocialLinks.Inverse ul li.Linkedin a:hover { background:#0e76a8;}

.SocialLinks.Inverse ul li.GooglePlus svg { fill:#db4a39;}
.SocialLinks.Inverse ul li.GooglePlus a:hover { background:#db4a39;}

.SocialLinks.Inverse ul li.Instagram svg { fill:#3f729b;}
.SocialLinks.Inverse ul li.Instagram a:hover { background:#3f729b;}

.SocialLinks.Inverse ul li.YouTube svg { fill:#fe0000;}
.SocialLinks.Inverse ul li.YouTube a:hover { background:#fe0000;}

.SocialLinks.Inverse ul li.Pinterest svg { fill:#e60023;}
.SocialLinks.Inverse ul li.Pinterest a:hover { background:#e60023;}

.SocialLinks.Inverse ul li.RssFeed svg { fill:#ee802f;}
.SocialLinks.Inverse ul li.RssFeed a:hover { background:#ee802f;}

.SocialLinks.Inverse ul li.WhatsApp svg { fill:#25D366;}
.SocialLinks.Inverse ul li.WhatsApp a:hover { background:#25D366;}

.SocialLinks.Inverse ul li a:hover svg { fill:#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%;
}

.ParallaxVideo {
	width:100%;
	position:relative;
}
.ParallaxVideo>div {
	width:100%;
	height:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.ParallaxVideo iframe {
	position:fixed;
	top:50%;
	left:50%;
		-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
}

.as_youtube { overflow: hidden;}
.as_youtube iframe { margin-top: -75px;}
	
.VideoFrame {
	position:relative;
	width:100%;
	height:0;
	padding-bottom:56.25%;
}
.VideoFrame iframe,
.VideoFrame video {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin:0;
	border:0;
}

.VidBox.MyBox .close {
	position: fixed;
	top: 0;
	right: 0;
}


/*== 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;
}

@media All and (min-width:1199px){
	#TopHead .affix {
			-webkit-animation-name: fadeInDown;
		animation-name: fadeInDown;
	}	
	#TopHead .affix {
		position:fixed;
		width:100%;
		top:0;
		left:0;
	}
}



/*== 4 - 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;}
}


/*== 5 - CHECKBOX / RADIO ==*/
.checkbox,
.radio {
	margin:0;
	padding:0;
}

.checkbox label,
.radio label {
	min-height: auto;
	font-size:15px;
	line-height:20px;
	font-weight: 500;
	cursor: pointer;
	margin:0;
	padding: 0;
}

.checkbox label:after, 
.radio label:after {
	content: '';
	display: table;
	clear: both;
}

.checkbox .cr,
.radio .cr {
	position: relative;
	display: inline-block;
	border-width:2px;
	border-style:solid;
	border-color:#7A7A7A;
	width:20px;
	height:20px;
	float: left;
	margin-right:6px;
	margin-top:0;
}

.radio .cr,
.radio .cr .fa:before {
		-webkit-border-radius: 50%;
	border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
	position: absolute;
	font-size:14px;
	line-height:16px;
	top:0;
	left:0;
}
.radio .cr .cr-icon {
    font-size: 13px;
    top: 1px;
    left: -1px;
}

.checkbox .cr .fa,
.radio .cr .fa:before {
	font-style:normal;
	font-weight:normal;
}

.checkbox .cr .fa:before,
.radio .cr .fa:before {
    content: "\02714";
    font-style: normal;
    background: #7A7A7A;
    display: inline;
    padding: 0px 3px;
    color: #fff;
}
.radio .cr .fa:before { padding:0 4px;}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {display: none;}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
	opacity: 0;
		-webkit-transform: scale(3) rotateZ(-25deg);
	transform: scale(3) rotateZ(-25deg);
		-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
	opacity: 1;
		-webkit-transform: scale(1) rotateZ(0deg);
	transform: scale(1) rotateZ(0deg);
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
	opacity: 0.5;
}