@import url("./plugin/owl.carousel.css");
::-moz-selection {
background-color:#f6b220;
color:#FFF;
}
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: #fbfbfb;
	position: fixed;
	display: table;
	width: 100%;
	top: 0;
	height: 100%;
	min-height: 100%;
	z-index: 99999;
}
.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align: center;
}
.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 20px auto;
}
.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #f6b220;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: l-bounce 2s infinite ease-in-out;
	animation: l-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
 @-webkit-keyframes l-bounce {
0%, 100% {
 -webkit-transform: scale(0.0);
}
 50% {
 -webkit-transform: scale(1.0);
}
}
 @keyframes l-bounce {
0%, 100% {
 transform: scale(0.0);
 -webkit-transform: scale(0.0);
}
 50% {
 transform: scale(1.0);
 -webkit-transform: scale(1.0);
}
}
::selection {
	background-color: #f6b220;
	color: #FFF;
}
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	line-height: 25px;
	font-size: 14px;
	color: #323232;
	font-family: "open-sans", sans-serif;
	font-weight: 400
}
img {
	height: auto;
	max-width: 100%;
	border: none;
	outline: none;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
a, a:focus, a:active, a:link, img {
	outline: none;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: #e7a413;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
a:hover {
	color: #323232;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
.video {
	display: block;
}
.audio {
	width: 100%;
}
br {
	font-size: 0;
	line-height: 0;
}
hr {
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 1px solid #f1f1f1;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
hr.dark {
	border-top: 1px solid #3e3e3e;
}
b, strong {
	font-weight: 600;
}
small, small a {
	font-size: 11px;
	color: #888;
	font-family: "open-sans", sans-serif!important;
	font-weight: 300
}
ul.list-inside {
	list-style: inside;
}
ul.list-none {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul.list-none-ib {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul.list-none-ib li, .list-none-ib {
	list-style: none;
	display: inline-block;
}
ul.text-cap li, .text-cap {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 2px;
}
p {
	margin: 0px 0 10px 0;
	color: #323232;
}
p.lead, .lead, .lead p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

@media (min-width: 768px) {
p.lead.lge {
	letter-spacing: 1px
}
}
p.dark, .dark, a.dark, h1.dark, h2.dark, h3.dark, h4.dark, h5.dark, h6.dark {
	color: #323232 !important;
}
p.white, .white, a.white, h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
	color: #fff !important;
}
p.color, .color, a.color, h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, li.link:hover, li.link a:hover, .color {
	color: #f6b220 !important;
}
.gray {
	color: #888;
}
.light-color h1, .light-color h2, .light-color h3, .light-color h4, .light-color h5, .light-color h6, .light-color p, .light-color, .light-color .container-icon {
	color: #fff;
}
.dark-color h1, .dark-color h2, .dark-color h3, .dark-color h4, .dark-color h5, .dark-color h6, .dark-color p, .dark-color, .dark-color .container-icon {
	color: #323232;
}
.dark-bg {
	background: #7998ac;
	color: #fff;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg p, .dark-bg .link, .dark-bg .container-icon, .dark-bg .page-icon-top, .blue-bg h1, .blue-bg h2, .blue-bg h3, .blue-bg h4, .blue-bg h5, .blue-bg h6, .blue-bg p {
	color: #fff;
}
.dark-bg .link:hover, .link:hover {
	color: #f6b220;
}
.gray-bg {
	background: #f7f7f7;
	color: #323232;
}
.gray-bg h1, .gray-bg h2, .gray-bg h3, .gray-bg h4, .gray-bg h5, .gray-bg h6, .gray-bg .container-icon {
	color: #323232;
}
.yellow-bg, .sidebar-widget .Pricing-box.yellow-bg {
	background: #f6b220
}
.text-yellow {
	color: #f6b220
}
.blue-bg {
	background: #002857;
	color: #fff
}
.bg-light-grey {
	background: #f7f7f7;
}
.bg-white {
	background: #fff;
}
.separator {
	height: 1px;
	width: 32px;
	background: #888;
	margin-top: 5px;
	margin-bottom: 3px;
	border: 0 none;
}
.separator.right {
	float: right;
}
.separator.center {
	margin-left: auto;
	margin-right: auto;
}
.separator.color {
	background: #f6b220;
}
.separator.white {
	background: #fff;
}
h1, h2, h3, h4, h5, h6 {
	color: #323232;
	text-transform: uppercase;
	font-family: 'futura-pt', sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 10px;
	letter-spacing: 1px;
}
h1 {
	font-size: 43px;
	letter-spacing: 2px;
	line-height: 40px;
}
h1.h1, h2.h2 {
	letter-spacing: 15px;
}

@media (max-width:767px) {
h1.h1, h2.h2 {
	letter-spacing: 0px;
}
}
h2 {
	font-size: 27px;
	letter-spacing: 2px;
	line-height: 37px;
	margin-bottom: 20px;
	padding-top: 10px;
}
h3 {
	font-size: 21px;
	letter-spacing: 4px;
	line-height: 32px;
}
h3:after {
	color: #f6b220;
	content: ".";
	font-size: 34px;
}
h4 {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 28px;
}
h4.h4 {
	letter-spacing: 4px;
}
h5 {
	font-size: 15px;
	line-height: 23px
}
h6 {
	font-size: 13px;
	line-height: 17px
}
h1.large {
	font-size: 50px;
}
.btn:focus {
	outline: none;
}
.btn, button {
	font-size: 12px;
	line-height: normal;
	font-weight: 700;
	font-family: 'futura-pt', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn i, button i, i.left {
	margin-right: 6px;
}
input .btn i, button i, i.left {
	margin-left: -6px;
	pointer-events: none;
}
i.right {
	margin-left: 6px;
	margin-right: 0px !important;
}
button {
	vertical-align: top;
}
.btn-full {
	width: 100% !important;
	display: inline-block;
	text-align: center;
}
.btn-lg {
	padding: 15px 25px;
	display: inline-block;

}
.btn-md {
	padding: 11px 20px;
	display: inline-block;
}
.btn-xs {
	padding: 11px 15px 10px;
	display: inline-block;
}
.btn-line-xs {
	padding: 7px 15px 7px;
	display: inline-block;
}
.btn-icon {
	padding: 0px;
	width: 34px;
	height: 34px;
	line-height: 34px;
	display: inline-table !important;
}
.btn-black {
	color: #fff;
	background: #323232;
	border: none;
}
.btn-black:hover {
	color: #fff;
	background: rgba(50,50,50,0.85);
}
.btn-color-a, .btn-color-b {
	color: #fff;
	background: #f6b220;
	border: none;
}
.btn-color-a:hover {
	color: #fff;
	background: rgba(230,174,73,0.85);
}
.btn-color-b:hover {
	color: #fff;
	background: rgba(230,174,73,0.85);
}
.btn-white {
	color: #323232;
	background: rgba(255,255,255,1);
	border: none;
}
.btn .btn-white:hover {
	background: rgba(255,255,255,0.85);
	color: #323232;
}
.btn-black-line, .btn-white-line, .btn-color-line {
	border: 2px solid;
	background: none;
}
.btn-black-line {
	color: #323232;
	border-color: #323232;
	padding: 9px 20px;
}
.btn-black-line:hover {
	color: #fff;
	background: #323232;
}
.btn-color-line {
	color: #f6b220;
	border-color: #f6b220;
	padding: 9px 20px;
}
.btn-color-line:hover {
	color: #fff;
	background: #f6b220;
}
.btn-white-line {
	color: #fff;
	border-color: #fff;
	padding: 9px 20px;
}
.btn-white-line:hover {
	color: #323232;
	background: #fff;
}
.btn-link-a, .btn-link-b {
	color: #323232;
	background: none;
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom: 1px dotted transparent;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.btn-link-a:hover {
	color: #f6b220;
	border-bottom: 1px solid #f6b220;
}
.btn-link-b:hover {
	color: #fff;
	border-bottom: 2px solid #fff;
}
.btn-space-5 {
	width: 5px;
	min-height: 1px;
	display: inline-block;
}
.btn-space-10 {
	width: 10px;
	min-height: 1px;
	display: inline-block;
}
button {
	outline: none;
	border: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	display: inline-block;
}
button, input, textarea, select {
	font-size: 12px;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select, input[type="file"] {

	border: 1px solid #ddd;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	outline: none;
	font-weight: 400;
	font-size: 14px;
	padding: 10px 15px;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	display: inline-block;
	 height: 45px;
	background:#fff
}
input[type="file"]:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border-color: #f6b220;
	color: #323232;
}

input.input-sm, .input-sm {
	padding: 8px 15px;
}
textarea {
	height: 120px;
}
label {
	color: #323232;
	font-size: 13px;
	margin-bottom: 10px;
	padding-right: 3px;
	margin-top: 6px;
	font-weight: 700;
}
label span {
	font-weight: normal
}
.form-full {
	width: 100%;
}
.form-field-wrapper {
	margin-bottom: 20px;
}
.form-field-wrapper input, .form-field-wrapper textarea, .form-field-wrapper select {
	margin-bottom: 0px;
}
form .error {
	border-color: #e1534f;
}
form label.error {
	margin-bottom: 0px;
	margin-top: 3px;
	color: #e1534f;
	font-size: 12px;
	font-weight: 400;
}
.successContent, .errorContent {
	margin-bottom: 20px;
	display: none;
	text-transform: none;
	letter-spacing: 1px;
}
.spacer-15 {
	width: 100%;
	height: 15px;
}
.spacer-30 {
	width: 100%;
	height: 30px;
}
.spacer-45 {
	width: 100%;
	height: 45px;
}
.spacer-60 {
	width: 100%;
	height: 60px;
}
.spacer-75 {
	width: 100%;
	height: 75px;
}
.spacer-90 {
	width: 100%;
	height: 90px;
}
.no-padding {
	padding: 0 !important;
}
.padding-30 {
	padding: 30px !important;
}
.padding-40 {
	padding: 40px !important;
}
.plr-0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.ptb-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.pt-0 {
	padding-top: 0px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.ptb {
	padding-top: 110px;
	padding-bottom: 110px;
}
.pt {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-38 {
	margin-bottom: 38px
}
.ml-0 {
	margin-left: 0px !important;
}
.mr-0 {
	margin-right: 0px !important;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-0 {
	margin-bottom: 0!important;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

@media (max-width:991px) {
.mtb-sm-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-sm-60 {
	margin-top: 60px;
}
.mb-sm-60 {
	margin-bottom: 60px;
}
.mtb-sm-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-sm-45 {
	margin-top: 45px;
}
.mb-sm-45 {
	margin-bottom: 45px;
}
.mtb-sm-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-sm-30 {
	margin-top: 30px;
}
.mb-sm-30 {
	margin-bottom: 30px;
}
.mtb-sm-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-sm-15 {
	margin-top: 15px;
}
.mb-sm-15 {
	margin-bottom: 15px;
}
.ptb-sm-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}
.pt-sm-0 {
	padding-top: 0px;
}
.pb-sm-0 {
	padding-bottom: 0px;
}
.ptb-sm-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pt-sm-30 {
	padding-top: 30px;
}
.pb-sm-30 {
	padding-bottom: 30px;
}
.ptb-sm-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pb-sm-60 {
	padding-bottom: 60px;
}
.pt-sm-60 {
	padding-top: 60px;
}
.ptb-sm-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pb-sm-80 {
	padding-bottom: 80px;
}
.pt-sm-80 {
	padding-top: 80px;
}
.float-none-sm {
	float: none !important;
}
.float-left-sm {
	float: left !important;
}
.float-right-sm {
	float: right !important;
}
}

@media (max-width:767px) {
.mtb-xs-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mt-xs-0 {
	margin-top: 0px;
}
.mb-xs-0 {
	margin-bottom: 0px;
}
.mtb-xs-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-xs-15 {
	margin-top: 15px;
}
.mb-xs-15 {
	margin-bottom: 15px;
}
.mtb-xs-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-xs-30 {
	margin-top: 30px;
}
.mb-xs-30 {
	margin-bottom: 30px;
}
.mtb-xs-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-xs-60 {
	margin-top: 60px;
}
.mb-xs-60 {
	margin-bottom: 60px;
}
.ptb-xs-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.pt-xs-30 {
	padding-top: 30px;
}
.pb-xs-30 {
	padding-bottom: 30px;
}
.ptb-xs-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pb-xs-60 {
	padding-bottom: 60px;
}
.pt-xs-60 {
	padding-top: 60px;
}
.pt-xs-0 {
	padding-top: 0;
}
.float-none-xs {
	float: none !important;
}
.float-left-xs {
	float: left !important;
}
.float-right-xs {
	float: right !important;
}
}
.header {
	position: absolute;
	text-align: center;
	top: 0px;
	z-index: 1000;
	color: #fff;
	width: 100%;
	height: 130px;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	border-bottom: 1px solid;
	border-color: rgba(255, 255, 255, 0.3);
}
.header.header-prepare, .header.header-light.header-prepare {
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.header.header-dark.header-prepare {
	background-color: rgba(54, 54, 54, 0.95);
}
.header.header-fixed {
	display: block;
	margin-top: 0 !important;
	position: fixed;
	height: 99px;
}
.header-inner {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
.header-fixed .logo a {
	margin-top: 23px;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	color: #002857;
}
.header-fixed .nav-menu ul.nav-menu-inner > li > a {
	padding-top: 26px;
	padding-bottom: 24px;
}
.header.header-prepare .logo a img.logo-light, .header .logo a img.logo-dark {
	opacity: 0;
}
.header .logo a img.logo-light, .header.header-prepare .logo a img.logo-dark, .header.header-light .logo a img.logo-dark {
	opacity: 1;
}
.header.header-dark.header-prepare .logo a img.logo-dark, .header.header-dark .logo a img.logo-dark {
	opacity: 0;
}
.header.header-dark.header-prepare .logo a img.logo-light, .header.header-dark .logo a img.logo-light {
	opacity: 1;
}
#contactBloc {
	float: left
}

@media all and (min-width:1025px) {
.header.header-prepare .nav-menu ul.nav-menu-inner > li > a {
	color: #323232;
}
.header.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a, .header.header-prepare .nav-menu ul.nav-menu-inner > li > a:hover {
	color: #f6b220;
}
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li > a {
	color: #fff;
}
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a, .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li > a:hover {
	color: #f6b220;
}
.header .logo a {
	font-size: 25px
}
}

@media all and (max-width:1024px) {
.header {
	height: 104px;
}
.header.header-fixed {
	height: 84px;
}
.header-inner {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	display: table;
	width: 100%;
}
.header .logo a, .footer-logo {
	margin-top: 24px;
	margin-bottom: 19px;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
}
.header.header-fixed .logo a {
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 18px;
	color: #002857;
}
}
.logo, .footer-logo {
	float: left;
	text-align: left;
	display: inline-block;
}
.footer-logo {
	float: none;
	text-align: center
}
.logo a, .footer-logo {
	display: block;
	margin-top: 34px;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	position: relative;
	font-size: 22px;
	color: #fff;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
}
.footer-logo {
	color: #002857;
	margin-top: 0px;
}

@media (max-width:767px) {
.footer-logo {
	float: none;
	text-align: center;
}
.header .logo a, .footer-logo {
	font-size: 18px;
	letter-spacing: 1px
}
#contactBloc {
	float: none
}
}
.nav-menu {
	position: static;
	float: right;
	display: block;
}
.nav-menu.active {
	display: block;
}
.nav-menu ul.nav-menu-inner {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav-menu ul.nav-menu-inner li {
	display: inline-block;
	list-style: none;
	text-align: left;
}
.nav-menu ul.nav-menu-inner > li > a {
	color: #fff;
}
.header-light .nav-menu ul.nav-menu-inner > li > a {
	color: #323232;
}
.nav-menu ul.nav-menu-inner li a {
	font-family: inherit;
	display: block;
	font-size: 12px;
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase;
	outline: none;
	letter-spacing: 2px;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	font-family: "futura-pt", sans-serif;
}
.nav-menu ul.nav-menu-inner > li > a {
	padding: 41px 15px;
}
.nav-menu ul.nav-menu-inner > li > a.book-btn {
	padding: 21px 15px;
	margin-top: -5px
}
.header .nav-menu ul.nav-menu-inner > li.active a, .header .nav-menu ul.nav-menu-inner > li a.active, .header .nav-menu ul.nav-menu-inner > li:hover > a, .header .nav-menu ul.nav-menu-inner > li > a:hover, .header.header-dark .nav-menu ul.nav-menu-inner > li.active a, .header.header-dark .nav-menu ul.nav-menu-inner > li a.active, .header.header-dark .nav-menu ul.nav-menu-inner > li:hover > a, .header.header-dark .nav-menu ul.nav-menu-inner > li > a:hover, .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li a.current, .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li.current a {
	color: #f6b220;
}
.header.header-light .nav-menu ul.nav-menu-inner > li:hover > a, .header.header-light .nav-menu ul.nav-menu-inner > li > a:hover, .header.header-prepare .nav-menu ul.nav-menu-inner li a.current, .header.header-prepare .nav-menu ul.nav-menu-inner li.current a {
	color: #f6b220;
}
.nav-mobile.nav-bar-icon {
	display: none;
}
.nav-bar-icon {
	display: inline-block;
	float: right;
	position: relative;
	height: 16px;
	width: 20px;
	padding-top: 47px;
	padding-bottom: 47px;
	margin-left: 15px;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	cursor: pointer;
}
.header-fixed .nav-bar-icon {
	padding-top: 32px;
	padding-bottom: 32px;
}
.nav-bar-icon a {
	color: #fff;
	display: block;
	font-size: 17px;
	padding: 19px 0;
}
.nav-bar-icon.active a, .nav-bar-icon a.active, .nav-bar-icon:hover a, .nav-bar-icon a:hover {
	color: #17a697;
}
.nav-bar-icon > span {
	position: absolute;
	top: 50%;
	display: block;
	width: 18px;
	height: 2px;
	margin-top: -1px;
	background-color: #323232;
	-webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
	-webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: transform 0.3s, background 0.25s ease;
	transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}
.nav-bar-icon > span:before, .nav-bar-icon > span:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #323232;
	-webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
	-webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: background 0.25s ease, -webkit-transform 0.3s;
	transition: transform 0.3s, background 0.25s ease;
	transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}
header .nav-bar-icon > span, header .nav-bar-icon > span:before, header .nav-bar-icon > span::after, header.header-dark .nav-bar-icon > span, header.header-dark .nav-bar-icon > span:before, header.header-dark .nav-bar-icon > span::after, header.header-dark.header-prepare .nav-bar-icon > span, header.header-dark.header-prepare .nav-bar-icon > span:before, header.header-dark.header-prepare .nav-bar-icon > span::after {
	background-color: #fff;
}
header.header-light .nav-bar-icon > span, header.header-light .nav-bar-icon > span:before, header.header-light .nav-bar-icon > span::after, header.header-prepare .nav-bar-icon > span, header.header-prepare .nav-bar-icon > span:before, header.header-prepare .nav-bar-icon > span::after {
	background-color: #323232;
}
.nav-bar-icon > span:before {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	-o-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
}
.nav-bar-icon > span:after {
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-o-transform: translateY(6px);
	-ms-transform: translateY(6px);
	-moz-transform: translateY(6px);
}
.nav-bar-icon.active {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-bar-icon.active > span:before {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.nav-bar-icon.active > span:after {
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.nav-menu > ul li {
	position: relative;
}
.sub-dropdown.dropdown {
	top: 100%;
	left: 0;
	position: absolute;
}
.sub-dropdown {
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
	background: rgba(32, 33, 32, 0.95);
	padding: 0;
	width: 215px;
}
.sub-dropdown li {
	width: 100%;
}
.sub-dropdown > li > a {
	padding: 13px 15px;
	display: block;
	color: rgba(255, 255, 255, 0.75);
	font-size: 11px !important;
	font-weight: 700 !important;
	letter-spacing: 1.8px !important;
}
.sub-dropdown > li:hover > a {
	background: rgba(255,255,255,0.09);
	color: #fff;
}
.sub-dropdown i {
	float: right;
}

@media all and (max-width:1024px) {
.nav-menu ul.nav-menu-inner li {
	display: block;
	width: 100%;
}
.nav-menu {
	position: static;
	left: 0;
	top: 100%;
	float: none;
	display: none;
	width: 100%;
	background: rgba(34,34,34,0.85);
	overflow-y: auto;
	z-index: 999;
}
.nav-bar-icon, .nav-mobile.nav-bar-icon {
	display: inline-block;
	float: right;
	padding-top: 32px;
	padding-bottom: 32px;
}
.header-fixed .nav-bar-icon {
	display: inline-block;
	float: right;
	padding-top: 19px;
	padding-bottom: 22px;
}
.nav-menu ul.nav-menu-inner li a, .header-fixed .nav-menu ul.nav-menu-inner li a {
	padding: 15px 12px;
	border-top: 1px solid #444;
}
.sub-dropdown.dropdown, .sub-dropdown {
	top: 100%;
	position: relative;
	left: 0;
	width: 100%;
}
.sub-dropdown a {
	padding-left: 30px !important;
}
.sub-dropdown > li > .sub-dropdown > li > a {
	padding-left: 45px !important;
}
.sub-dropdown li .sub-dropdown li > .sub-dropdown > li > a {
	padding-left: 60px !important;
}
.header .nav-menu ul.nav-menu-inner li a.current, .header .nav-menu ul.nav-menu-inner li.current a, .header.header-light .nav-menu ul.nav-menu-inner > li:hover > a, .header.header-light .nav-menu ul.nav-menu-inner > li > a:hover, .header.header-prepare .nav-menu ul.nav-menu-inner li a.current, .header.header-prepare .nav-menu ul.nav-menu-inner li.current a {
	color: #fff;
}
.header-light .nav-menu ul.nav-menu-inner > li > a {
	color: rgba(255,255,255,0.60);
}
}
.side-menu-btn {
	float: right;
	position: relative;
	color: #323232;
}
.side-menu-btn ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.side-menu-btn ul li {
	display: inline-block;
	float: left;
	position: relative;
}
.side-menu-btn ul > li > a {
	letter-spacing: 1px;
	margin-left: 20px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
	-webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}
.side-menu-btn ul > li > a:hover, .header.header-prepare .side-menu-btn ul > li > a:hover {
	color: #f6b220;
}
.side-menu-btn ul > li > a:hover span, .side-menu-btn ul > li > a:hover span:before, .side-menu-btn ul > li > a:hover span:after {
	background-color: #f6b220;
}
.side-menu-btn ul li a.header-icon {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
header.header-dark .side-menu-btn ul li a, header.header-dark.header-prepare .side-menu-btn ul li a {
	color: #fff;
}
.cart {
	position: static relative;
	z-index: 10
}
.cart .cart-notification-wrap {
	position: relative;
}
.cart .cart-notification {
	position: absolute;
	width: 16px;
	height: 16px;
	font-size: 11px;
	color: #fff;
	right: -5px;
	bottom: -3px;
	display: block;
	background: #f6b220;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-weight: 700;
	text-align: center;
	line-height: 14px;
	font-family: 'futura-pt', sans-serif;
}
.cart:hover .cart-dropdown {
	visibility: visible;
	opacity: 1;
}
.cart-dropdown {
	background: rgba(32, 32, 32, 0.95);
	color: #fff;
	position: absolute;
	top: 100%;
	right: 0;
	width: 250px;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.cart-dropdown .cart-list {
	margin: 0px;
	padding: 0px;
	display: table;
	text-align: left;
}
.cart-dropdown .cart-list li {
	list-style: none;
	padding: 15px 0px 15px 0px;
	display: block;
	margin: 0px;
	border-bottom: 1px solid #3e3e3e;
	position: relative;
	display: block;
	float: left;
	width: 100%;
}
.cart-dropdown .cart-list li > .close-cart-list {
	position: absolute;
	right: 0px;
	top: 15px;
	width: 15px;
	height: 15px;
	display: block;
	background-image: none !important;
	color: #fff !important;
}
.cart-dropdown .cart-list li > .close-cart-list:hover {
	color: #f6b220;
	background-image: none !important;
}
.cart-dropdown .cart-list .media h5, .cart-dropdown .cart-list .media p {
	margin-top: 0px;
	margin-bottom: 5px;
}
.cart-dropdown, .cart-dropdown .cart-list .media a {
	color: #fff;
}
.cart-dropdown .cart-list .media a:hover {
	color: #f6b220;
}
.cart-dropdown {
	color: #fff;
	padding-top: 10px;
}
.cart-dropdown .cart-sub-totle {
	color: #fff;
	padding-top: 15px;
}
.cart-dropdown .cart-checkout-btn a {
	margin-top: 15px;
}
.cart-dropdown .cart-checkout-btn a.checkout {
	color: #fff !important;
}
.cart-dropdown .cart-checkout-btn a.checkout:hover {
	color: #fff;
}
.side-menu-btn-fix a {
	font-size: 17px;
	position: fixed;
	right: 25px;
	top: 25px;
	z-index: 2001;
}
.side-menu-btn-fix a {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	display: block;
	height: 35px;
	line-height: 34px;
	text-align: center;
	width: 35px;
}
.side-menu-btn-fix a:hover {
	background: #f6b220 none repeat scroll 0 0;
}
.js-fullscreen-height {
	height: 100vh;
}
#intro {
	position: relative;
	overflow: hidden;
}
.intro-media-wraper {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.intro-bg-section {
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.intro-overlay-section {
	top: 0;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.intro-caption-waper {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.intro-caption-top {
	z-index: 2;
}
.intro-content {
	display: table;
	height: 100%;
	text-align: center;
	width: 100%;
}
.intro-content h1 {
	font-size: 100px;
	text-transform: uppercase;
	margin: 0;
	color: #fff;
	line-height: 140px
}
.intro-content p.lead, .inner-intro p.lead {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1px;
}
.intro-content-inner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

@media (min-width:768px) {
#intro h5, #intro p.lead {
	font-size: 19px
}
}

@media (min-width:1024px) {
.item-mask h5 {
	font-size: 19px
}
}
.intro-img-circle {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	height: 120px;
	border: 5px solid rgba(0,0,0, 0.2);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 30px;
}
.intro-img-circle img {
	outline: none;
	border: none;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.intro-play-icon {
	text-align: center;
}
.intro-sub-title {
	letter-spacing: 1.5px;
}
.intro-title {
	font-size: 70px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-weight: 400;
	line-height: 1.1;
}
.intro-title-sm {
	font-size: 44px !important;
	margin-top: 30px;
	font-weight: 400;
	margin-bottom: 0;
}
.error-intro-title {
	font-size: 100px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.1;
}
.inner-intro {
	position: relative;
	padding: 200px 0;
}
.inner-intro h1 {
	font-size: 54px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 2px;
}
.bg-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.bg-fixed {
	background-attachment: fixed;
}
.slide-bg-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

@media (min-width: 991px) {
.visible-sm .bg-image {
	background-image: none!important;
}
}

@media (max-width: 991px) {
.hidden-sm .bg-image {
	background-image: none!important;
}
}
.sc-logo {
	text-align: center;
}
.sc-title {
	font-weight: 800;
	text-align: center;
}
.sc-paragraph-lead {
	font-family: Georgia;
	font-style: italic;
	font-size: 20px;
	text-align: center;
}
.sc-button {
}
.footer {
	background-color: #f7f7f7;
	color: #323232;
	position: relative;
	width: 100%;
	display: block;
}
.footer hr {
	border-color: #eee;
}
.footer .footer-info p, .text-dark {
	color: #323232 !important;
}
.text-white {
	color: #fff
}
.footer .social, .contact .social {
	font-size: 20px;
}
.footer ul {
	list-style: none;
	padding: 0px;
}
.footer ul.social li, .contact ul.social li {
	display: inline-block;
	margin: 0 10px 0 0;
}
.footer .link a {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer .link-small a {
	font-weight: 600;
	text-transform: none;
}
.footer .copyright {
	text-align: center;
}
.accordion-section {
	border-top: 1px solid #f1f1f1;
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
}
.accordion-section:last-child {
	border-bottom: 1px solid #f1f1f1;
}
.accordion-title {
	cursor: pointer;
	display: block;
	position: relative;
	padding: 20px 20px;
	margin: 0px;
}
.accordion-title:before {
	content: "\e904";
	display: block;
	font-family: "icomoon", sans-serif;
	position: absolute;
	right: 18px;
	font-weight: 400;
}
.accordion-title.active:before {
	content: "\e904";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.accordion-title:hover {
	color: #f6b220;
}
.accordion-title.active, .accordion-title.active:hover {
	background: #f6b220;
	color: #fff;
	cursor: default
}
.accordion-content.defualt-hidden {
	display: none;
	margin: 0;
}
.accordion-content {
	padding: 10px 20px 10px 20px;
	background-color: #f7f7f7;
}
.features-box-left, .features-box-right {
	position: relative;
	display: inline-block;
	margin-bottom: 20px
}
.features-box-left {
	padding-left: 75px;
	text-align: left;
}
.features-box-right {
	padding-right: 75px;
	text-align: right;
}
.features-icon-left, .features-icon-right {
	font-size: 50px;
	line-height: 50px;
	display: inline-block;
	position: absolute;
}
.features-icon-left {
	padding-right: 20px;
	left: 0;
}
.features-icon-right {
	padding-left: 20px;
	right: 0;
}
.contact-box-left, .contact-box-top {
	display: block;
	position: relative;
}
.contact-box-left {
	padding-left: 45px;
	text-align: left;
}
.contact-icon-left, .contact-icon-top {
	font-size: 30px;
	position: absolute;
}
.contact-icon-top {
	text-align: center;
}
.contact-icon-left {
	left: 0;
}
.features-icon-left {
	left: 0;
	background: #002856;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 65px;
	line-height: 65px;
	width: 65px;
	text-align: center;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	border-radius: 120px;
	-ms-transform: rotate(-7deg);
	-webkit-transform: rotate(-7deg);
	transform: rotate(-15deg);
	padding: 0;
}
.made-inline .features-icon-left {
	background: transparent;
	color: #323232;
	display: block;
	font-size: 55px;
	font-weight: normal;
	height: 65px;
	line-height: 65px;
	width: 65px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
}
.promo p a, a.features-icon-left {
	color: #fff;
}
a.features-icon-left:hover {
	background: #fff;
	color: #323232
}
.promo p a:hover {
	color: #323232
}

@media (max-width:678px) {
.features-box-left {
	padding-left: 0;
	text-align: center;
}
.features-box-right {
	display: block;
	padding-right: 0px;
	text-align: center;
}
.features-icon-left, .features-icon-right {
	position: relative;
}
.features-icon-left {
	padding-right: 0px;
	left: auto;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	.made-inline .features-icon-left {
	margin-bottom: 0;
}
		.features-box-left.made-inline h5{
		    line-height: 55px;
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 18px;
    margin-bottom: 20px;
}
	
	
.features-icon-right {
	padding-left: 0;
	right: auto;
}
}
.container-icon {
	font-size: 25px;
	margin-bottom: 15px;
	color: inherit;
}
.testimonial {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.quote-author {
	margin-top: 15px;
}
.quote-author span {
	font-weight: 400;
}
.page-icon-top {
	font-size: 50px;
	line-height: 50px;
	padding-bottom: 20px;
	width: 100%;
	color: #323232;
}
.white .page-icon-top, .white .page-icon-left, .white .features-icon-left, .white .features-icon-right {
	color: #fff;
}
.table.table-border {
	border: 1px solid #eee;
}
.table tr td, .table tr th {
	padding: 10px 15px;
	vertical-align: middle !important;
}
.table.table-fit tr td, .table.table-fit tr th {
	padding: 10px 0px;
}
.table.table-border tr td, .table.table-border tr th {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}
.table.checkout tr td {
	vertical-align: top !important;
	padding: 15px;
}
.table.checkout tr td:first-child, .table.checkout tr th:first-child {
	max-width: 60px;
}
.table.checkout tr td:last-child, .table.checkout tr th:last-child {
	text-align: center;
}
.table.checkout small {
	display: block;
}
.wrapper {
	position: relative;
	width: 100%;
}
.inner-intro {
	background-color: #f7f7f7;
	display: block;
	position: relative;
}
.inner-intro.inner-intro-small {
	height: 380px;
}
.inner-intro .container {
	position: relative;
	height: 100%;
	display: table;
}
.inner-intro .container .title {
	padding-bottom: 65px;
	padding-top: 65px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.full-intro .inner-intro .container .title h2 {
	margin-top: 65px;
}
.inner-intro .container .title .separator {
	margin-right: auto;
	margin-left: auto;
}
.page-breadcrumb {
	background: rgba(255,255,255,0.9);
	padding: 4px 8px;
	display: inline-block;
	color: #323232;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
}
.dark-bg .page-breadcrumb {
	color: #323232;
}
.page-breadcrumb a, .page-breadcrumb span {
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
}
.page-breadcrumb span {
	color: #999;
}
.overlay-static-dark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	color: #fff;
	height: 100%;
	z-index: 2;
	background-color: rgba(32,32,32,0.4);
	display: -webkit-flex;
	display: flex;
}
.overlay-dark, .overlay-dark80, .overlay-light, .overlay-light80 {
	position: relative;
	z-index: 1;
}
.overlay-dark:before, .overlay-dark80:before, .overlay-light:before, .overlay-light80:before {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}
.overlay-dark:before {
	background-color: rgba(32,32,32,0.2);
}
.overlay-dark80:before {
	background-color: rgba(32,32,32,0.8);
}
.overlay-light:before {
	background-color: rgba(255,255,255,0.4);
}
.overlay-light80:before {
	background-color: rgba(255,255,255,0.8);
}
.full-screen-intro {
	overflow: hidden;
	position: relative;
}
.content-cap-wraper {
	display: table;
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.full-cap-wraper {
	display: table;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	z-index: 1;
}
.content-caption {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.content-wd650 {
	max-width: 650px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.cont-h-100per {
	height: 100%;
}
.bg-img {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover !important;
}
.bg-img1, .bg-img2, .bg-img3, .bg-img4, .bg-img5, .bg-img6, .bg-img7, .bg-img8, .bg-img9, .bg-img10, .bg-img11, .bg-img12, .bg-img13, .bg-img14, .bg-img15, .bg-img16, .bg-img17, .bg-img18, .bg-img19, .bg-img20, .bg-img21, .bg-img22, .bg-img23, .bg-img24, .bg-img25, .bg-img26, .bg-img27, .bg-img28, .bg-img29, .bg-img30 {
	background-size: cover !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.border-b-box {
	padding: 25px;
	border-bottom: 1px solid #f1f1f1;
	display: inline-block;
	width: 100%;
}
.border-box {
	border: 1px solid #f1f1f1;
	padding: 25px;
}
.b-lrb-none .ui-tab-content, .b-lrb-none {
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
}
.content-slider, .o-flow-hidden {
	overflow: hidden;
}
.map {
	width: 100%;
	height: 450px;
}
#map {
	height: 100%;
}

@media (max-width:768px) {
.inner-intro .container {
	width: 100%;
	max-width: 720px;
	text-align: center;
}
#action-box a.text-yellow {
	display: block
}
}
.container.nf-container1 {
	padding-left: 15px;
	padding-right: 15px;
}
.container.nf-container2 {
}
.pagination-nav {
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.pagination-nav ul {
	margin: 0px;
	padding: 0px;
}
.pagination-nav ul li {
	display: inline-block;
	margin: 0px 2px;
}
.pagination-nav ul li a {
	display: block;
	background-color: #f7f7f7;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 14px;
}
.pagination-nav ul li.active a {
	background: #323232;
	color: #fff;
}
.mountains {
	position: relative;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: bottom;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	background-color: #fbf9fa;
	background-image: url(../images/bg/mountains.jpg);
}
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}
.container-filter li {
	list-style: none;
	display: inline-block;
}
.container-filter li a {
	display: block;
	margin-left: 15px;
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 700;
	font-family: 'futura-pt', sans-serif;
}
.container-filter li a.active {
	color: #f6b220;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0
}
.item-box.withSpace {
	margin: 0 auto 2rem auto;
}
.item-box a {
	display: inline-block;
}
.item-box:hover .item-mask {
	opacity: 1;
	visibility: visible;
}
.item-box:hover .item-container {
	transform: scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	width: 100%;
}
.item-container {
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	width: 100%;
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
	-o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.item-mask {
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
	height: 100%;
	width: 100%;
	top: 0;
	opacity: 1;
	visibility: visible;
	overflow: hidden;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.item-mask h5, .item-mask h6, .item-mask p {
	margin-bottom: 0px;
}
.item-mask p {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1.5px;
	font-weight: 400;
	margin-top: 0;
}
.item-mask .item-caption {
	opacity: 1;
	bottom: 50%;
	transform: translateY(50%);
	text-align: center;
	width: 100%;
	position: absolute;
	padding-left: 20px;
	padding-right: 20px;
}
.item-caption i {
	color: #fff;
	font-size: 30px;
	opacity: 0.5
}
.item-pad {
	margin: 0 auto 2rem auto;
}
.project-detail-block p {
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.item-box-content {
	padding: 40px;
	text-align: center;
	background: #fff;
}
.item-box-content .title {
	margin-bottom: 15px;
}
.item-box-content .text {
	margin-bottom: 20px;
}
.item-box-content .title .price {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.project-detail-block, .project-detail-block ul {
	padding-left: 0;
}
.project-detail-block li {
	list-style: none;
}
.project-detail-block p strong {
	display: inline-block;
	width: 110px;
}
.item-nav {
	text-align: center;
	display: block;
	overflow: hidden;
}
.item-nav .item-prev, .item-nav .item-next, .item-nav .item-all-view {
	position: relative;
	display: inline-block;
}
.item-nav .item-all-view h5, .item-nav .item-all-view h6 {
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.item-nav .item-all-view h5:hover, .item-nav .item-all-view h6:hover {
	color: #f6b220;
}
.item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn, .item-all-view {
	display: inline-block;
	font-size: 25px;
	text-align: center;
	height: 51px;
	line-height: 51px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.item-nav .item-prev .prev-btn, .item-nav .item-next .next-btn {
	color: #323232;
	background: #fff;
	width: 51px;
}
.item-nav .item-prev:hover .prev-btn, .item-nav .item-next:hover .next-btn {
	background: #f7f7f7;
}
.item-nav .item-prev {
	text-align: left;
	float: left;
}
.item-nav .item-next {
	text-align: right;
	float: right;
}
.item-nav .item-prev .item-prev-text, .item-nav .item-next .item-next-text {
	position: absolute;
	line-height: 51px;
	top: 10px;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	width: 150px;
}
.item-nav .item-prev:hover .item-prev-text, .item-nav .item-next:hover .item-next-text {
	margin-left: 0;
	margin-right: 0;
	visibility: visible;
	opacity: 1;
}
.item-nav .item-prev .item-prev-text {
	left: 100%;
	margin-left: -110px;
	padding-left: 15px;
}
.item-nav .item-next .item-next-text {
	right: 100%;
	margin-right: -110px;
	padding-right: 15px;
}
.item-nav .item-prev .item-prev-text p, .item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-next .item-next-text p, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.item-nav .item-prev .item-prev-text h5, .item-nav .item-prev .item-prev-text h6, .item-nav .item-next .item-next-text h5, .item-nav .item-next .item-next-text h6, .item-nav .item-all-view h5, .item-nav .item-all-view h6 {
	padding-top: 8px;
}
.blog-post {
	display: inline-block;
}
.blog-post .post-media {
	position: relative;
	overflow: hidden
}
.blog-post-hr .blog-post .post-media {
	margin-bottom: 25px
}
.blog-post .post-media iframe {
	width: 100%;
}
.blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
	text-transform: uppercase;
	color: #999;
	font-size: 13px;
}
.blog-post .post-meta span, .comment-list .post-meta span {
	margin-right: 3px;
}
.blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
	margin-top: 5px;
	margin-bottom: 20px;
}
.blog-post .post-header h2 {
	margin-bottom: 30px;
}
.blog-post .post-entry {
	margin-bottom: 30px;
}
.blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
	margin-bottom: 20px;
}
.blog-post .post-tag {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.blog-post .post-tag span {
	margin-right: 10px;
}
.blog-post .post-more-link {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog-post .post-more-link a i {
	margin-left: 5px;
	transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
}
.blog-post .post-more-link a:hover i {
	margin-left: 10px;
}
.blog-post blockquote {
	border-left: none;
	font-size: 17px;
	padding: 0;
	margin: 0px;
	color: #fff;
	font-weight: 300;
}
.blog-post-hr hr {
	margin-bottom: 45px;
}
.post-author {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
.post-author img {
	width: 80px;
}
.post-author .post-author-details {
	margin-left: 20px;
}
.post-author h6 {
	margin-top: 0px;
}
.post-author ul.social {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.post-author ul.social li {
	list-style: none;
	display: inline-block;
	margin: 0 5px;
}
.shop-item {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.shop-item .item-mask .item-mask-detail {
	display: flex;
	display: -webkit-flex;
	height: 100%;
	width: 100%;
}
.shop-item .item-mask .item-mask-detail .item-mask-detail-ele {
	margin: auto auto;
}
.item-img {
	display: block;
	position: relative;
	overflow: hidden;
}
.shop-item-info {
	margin-top: 20px;
	text-align: center;
}
.shop-item-info a:hover, .shop-item-info a:hover h5, .shop-item-info a:hover h6, .shop-item-name:hover {
	color: #f6b220;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
}
.shop-item-info .shop-item-name {
	margin-bottom: 5px;
}
.shop-item-info .shop-item-price {
	font-size: 15px;
	color: #888;
}
.shop-item-info .shop-item-price del, .shop-detail-info del, .sidebar-widget del {
	margin-right: 10px;
	color: #bbb;
	font-weight: 400;
}
.shop-filter {
	display: inline-table;
	width: 100%;
}
.shop-detail-item {
	position: relative;
}
.shop-detail-info h4 {
	line-height: 26px;
}
.shop-detail-info .shop-item-price {
	font-size: 20px;
	color: #f6b220;
	font-weight: 600;
}
.shop-Cart-totalbox {
	max-width: 450px;
}
.shop-Cart-totalprice {
	font-size: 18px;
}
.parallax {
	position: relative;
}
.hero {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.sidebar-widget.component {
	padding: 20px
}
.sidebar-widget {
	margin-bottom: 50px;
}
.sidebar-widget hr {
	margin-bottom: 15px;
}
.sidebar-widget ul {
	margin: 0px;
	padding: 0px;
}
.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}
.sidebar-widget ul li a {
	padding: 4px 10px;
	font-size: 13px;
	color: #323232;
	text-transform: uppercase;
	display: block;
}
.sidebar-widget ul li a:hover {
	color: #f6b220;
}
.sidebar-widget ul li.active a {
	background: #323232;
	color: #fff;
	cursor: default
}
.sidebar-widget ul li.active a:before {
	font-family: "icomoon";
	content: "\e870";
	margin-right: 10px
}
.pusher .sidebar-widget ul li a:hover {
	color: #fff
}
.owl-buttons {
	position: static;
}
.owl-carousel.white .owl-controls .owl-page span {
	background: none repeat scroll 0 0 #fff;
}
.owl-carousel.white .owl-controls .owl-page.active span {
	background: rgba(0, 0, 0, 0);
	border: 2px solid #fff;
}
.nf-carousel-theme {
}
.nf-carousel-theme .owl-controls .owl-pagination {
	position: absolute;
	z-index: 2;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev, .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
	width: 31px;
	height: 31px;
	line-height: 31px;
	font-size: 16px;
	margin-top: -15px;
}
.content-carousel .owl-controls .owl-buttons .owl-prev, .content-carousel .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-prev, .image-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-prev, .fullwidth-slider .owl-controls .owl-buttons .owl-next, .nf-carousel-theme .owl-controls .owl-buttons .owl-prev, .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
	background: rgba(245,245,245,0.8);
	color: #252525;
	display: block;
	top: 50%;
	transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	z-index: 3;
	position: absolute;
	text-align: center;
}
.content-carousel .owl-controls .owl-buttons .owl-prev:hover, .content-carousel .owl-controls .owl-buttons .owl-next:hover, .image-slider .owl-controls .owl-buttons .owl-prev:hover, .image-slider .owl-controls .owl-buttons .owl-next:hover, .fullwidth-slider .owl-controls .owl-buttons .owl-prev:hover, .fullwidth-slider .owl-controls .owl-buttons .owl-next:hover, .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover, .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
	color: #f6b220;
}
.content-carousel .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-next, .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
	left: 0;
	margin-left: -51px;
	opacity: 0;
}
.nf-carousel-theme .owl-controls .owl-buttons .owl-next {
	right: 0;
	margin-right: -51px;
	opacity: 0;
}
.content-carousel:hover .owl-controls .owl-buttons .owl-prev, .content-carousel:hover .owl-controls .owl-buttons .owl-next, .image-slider:hover .owl-controls .owl-buttons .owl-prev, .image-slider:hover .owl-controls .owl-buttons .owl-next, .fullwidth-slider:hover .owl-controls .owl-buttons .owl-prev, .fullwidth-slider:hover .owl-controls .owl-buttons .owl-next, .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev, .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
	margin-right: 0;
	margin-left: 0;
	opacity: 1;
}
.content-carousel .owl-controls .owl-pagination, .image-slider .owl-controls .owl-pagination, .fullwidth-slider .owl-controls .owl-pagination, .item1-carousel .owl-controls .owl-pagination {
	position: absolute;
	bottom: 0;
	z-index: 2;
	bottom: 15px;
	left: 0;
	text-align: center;
	width: 100%;
}
.content-carousel .owl-controls .owl-buttons .owl-prev, .content-carousel .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-prev, .image-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-prev, .fullwidth-slider .owl-controls .owl-buttons .owl-next {
	width: 51px;
	height: 51px;
	line-height: 51px;
	font-size: 21px;
	margin-top: -25px;
}
.content-carousel .owl-controls .owl-buttons .owl-prev, .image-slider .owl-controls .owl-buttons .owl-prev, .fullwidth-slider .owl-controls .owl-buttons .owl-prev {
	left: 0;
	margin-left: -51px;
	opacity: 0;
}
.content-carousel .owl-controls .owl-buttons .owl-next, .image-slider .owl-controls .owl-buttons .owl-next, .fullwidth-slider .owl-controls .owl-buttons .owl-next {
	right: 0;
	margin-right: -51px;
	opacity: 0;
}
.intro-scroll-down {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	left: 50%;
	margin-left: -15px;
}
.intro-scroll-down .mouse {
	position: relative;
	display: block;
	width: 30px;
	height: 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #fff;
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px;
}
.intro-scroll-down .mouse .mouse-dot {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	-moz-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
.background--light .intro-scroll-down .mouse {
	border: 2px solid #323232;
}
.background--light .intro-scroll-down .mouse .mouse-dot {
	background: #323232;
}
@-webkit-keyframes ani-mouse {
0% {
opacity:1;
top:29%;
}
15% {
opacity:1;
top:50%;
}
50% {
opacity:0;
top:50%;
}
100% {
opacity:0;
top:29%;
}
}
@-moz-keyframes ani-mouse {
0% {
opacity:1;
top:29%;
}
15% {
opacity:1;
top:50%;
}
50% {
opacity:0;
top:50%;
}
100% {
opacity:0;
top:29%;
}
}
@keyframes ani-mouse {
0% {
opacity:1;
top:29%;
}
15% {
opacity:1;
top:50%;
}
50% {
opacity:0;
top:50%;
}
100% {
opacity:0;
top:29%;
}
}
.scroll-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	text-align: center;
	font-size: 20px;
	background: #323232;
	background: #555;
	color: #fff;
	z-index: 99;
	display: none;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.scroll-top:hover {
	background: #f6b220;
	text-decoration: none;
	color: #fff;
}

@media (max-width:768px) {
.scroll-top {
	opacity: 0;
	visibility: hidden;
}
}
.banner-sale-1 {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	background-color: rgb(32,43,61);
	color: rgb(255,255,255);
	display: table;
	background-repeat: repeat;
	background-position: center center;
	background-image: url(../images/full/home-panorama.jpg);
}
.banner-sale-1 .banner-left {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.85098);
}
.banner-sale-1 .banner-right {
	display: table-cell;
	vertical-align: middle;
}
.banner-sale-1 .title-box {
	color: rgba(255, 221, 0, 0.8);
	width: 100%;
	background-image: url(../images/full/07.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;
	background-position: center center;
}
.banner-sale-1 .text-left i {
	color: #f6b220;
	font-size: 90px;
}

@media screen and (max-width:767px) {
.banner-sale-1, .banner-sale-1 .title-box {
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
}
}
.banner-sale-1 .title-box .title-overlay {
	padding-bottom: 100px;
	padding-top: 100px;
	mix-blend-mode: lighten;
	background-color: rgba(255, 255, 255, 0.85098);
	text-transform: uppercase;
	font-weight: 900;
	padding-left: 10%;
	padding-right: 10%;
	overflow: hidden;
	margin: 0px;
}
.banner-sale-1 .title-box .title-1 {
	font-size: 85px;
}
.banner-sale-1 .title-box .title-2 {
	font-size: 90px;
}
.banner-sale-1 .title-box .title-3 {
	font-size: 35px;
	line-height: 2.2em;
}

@media screen and (max-width:1024px) {
.banner-sale-1 .title-box .title-1 {
	font-size: 65px;
}
.banner-sale-1 .title-box .title-2 {
	font-size: 50px;
}
.banner-sale-1 .title-box .title-3 {
	font-size: 25px;
}
.banner-sale-1 .title-box .title-overlay {
	padding-bottom: 80px;
	padding-top: 80px;
}
}

@media screen and (max-width:768px) {
.banner-sale-1 .title-box .title-overlay, .banner-sale-1 .banner-right .text-salebox {
	padding-left: 30px;
	padding-right: 30px;
}
.banner-sale-1 .banner-right .text-salebox {
	width: 100%;
}
.banner-sale-1 .title-box .title-overlay {
	padding-bottom: 50px;
	padding-top: 50px;
}
}

@media screen and (max-width:768px) {
.banner-sale-1 .banner-left, .banner-sale-1 .banner-right {
	display: block;
	width: 100%;
}
.text-center-md {
	text-align: center
}
}

@media screen and (max-width:480px) {
.banner-sale-1 .title-box .title-overlay, .banner-sale-1 .banner-right {
	padding-left: 15px;
	padding-right: 15px;
}
.banner-sale-1 .title-box .title-1 {
	font-size: 35px;
}
.banner-sale-1 .title-box .title-2 {
	font-size: 27px;
}
.banner-sale-1 .title-box .title-3 {
	font-size: 40px;
	line-height: 50px;
}
.text-center-xs {
	text-align: center
}
.block-xs {
	display: block
}
}
.text-salebox {
	display: table;
	width: 520px;
	z-index: 6;
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	margin: 0 auto;
}

@media screen and (max-width:1024px) {
.text-salebox {
	width: 410px;
}
}

@media screen and (max-width:420px) {
.text-salebox {
	width: 100%
}
}
.text-salebox .text-left {
	display: table-cell;
	vertical-align: top;
}
.text-salebox .text-right {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	padding-left: 20px;
}

@media screen and (max-width:1024px) {
.text-salebox .text-left {
	vertical-align: middle;
}
.text-salebox .text-left img {
	max-width: 150px
}
}

@media screen and (max-width:767px) {
.text-salebox .text-left {
	vertical-align: middle;
}
.text-salebox .text-right {
	padding-left: 0;
	padding-top: 8px;
}
.text-salebox .text-left, .text-salebox .text-right {
	display: block;
}
.text-salebox .text-right {
	padding-left: 0;
	padding-top: 12px;
}
}
.text-salebox .text-right .title {
	font-size: 20px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 5px 0;
	display: inline-block;
	line-height: 24px;
	color: #fff
}
.table-wrap {
	display: table;
	width: 100%;
}
.table-wrap-content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.bg-holder {
	position: relative;
	overflow: hidden;
}
.bg-holder>.bg-mask {
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0.2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background: #000;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.text-salebox .text-right .group-button {
	margin-top: 20px;
}
.banner-sale-1 .group-button .btn:first-child {
	margin-right: 15px;
}
.banner-sale-1 .text {
	color: #fff
}
.creditWrap {
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: #fff;
	font-size: 11px;
	line-height: 13px;
}
.header #preHeader {
	display: block;
	background-color: #002857;
	font-family: "futura-pt", sans-serif;
	font-weight: 700
}
.header-top-dropdown .dropdown>button.btn.dropdown-toggle {
	padding: 10px 12px;
	margin: 0;
	color: #fff;
	text-align: center;
	min-width: 0;
	background-color: transparent;
	-moz-box-shadow: none!important;
	-o-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	font-size: 11px;
	text-transform: uppercase;
}
.contactPhone {
	display: inline-block;
	padding-right: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 11px
}
#contactBloc .contactPhone a, .agentLink .contactPhone a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: "futura-pt", sans-serif;
	font-weight: 700;
}
.baner-tabs {
	position: relative;
	width: 100%;
	z-index: 50;
	border-radius: 0;
}
.baner-tabs .tpl-tabs-cont {
	background: #f6b220;
	min-height: 225px;
	border: 0px none;
	position: relative;
	display: block;
	width: 100%;
	padding: 30px 0px 30px 0px;
	border-radius: 0;
}
.nav-tabs {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	border-bottom: none;
	padding-left: 0;
	margin-bottom: 0;
}
.nav-tabs>li {
	margin-bottom: 0;
	float: left;
	position: relative;
	display: block;
}

@media (min-width: 992px) {
.baner-tabs {
	margin-top: -56px;
}
.baner-tabs .tpl-tabs-cont {
	padding: 60px 0px 30px 0px;
}
}

@media (min-width: 768px) {
.nav-tabs>li {
	width: calc((100% - 5px) / 3);
	width: -webkit-calc((100% - 5px) / 3);
	width: -moz-calc((100% - 5px) / 3);
	margin-right: 1px;
}
}
/*
.baner-tabs .nav-tabs>li:first-child .tab-btn {
    border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
}
.baner-tabs .nav-tabs>li:last-child .tab-btn {
       border-radius: 0 15px 0 0;
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
}*/
.baner-tabs .nav-tabs>li a, .baner-tabs .nav-tabs>li a:focus {
	color: #fff;
	border-bottom: none;
	padding: 18px 25px;
	border-radius: 0;
	margin: 0;
	position: relative;
	float: left;
	display: block;
	border: 0 none;
	letter-spacing: 1px;
	background: #7B8384;
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: -1px;
}

@media (max-width: 767px) {
.baner-tabs .nav-tabs>li a, .baner-tabs .nav-tabs>li a:focus {
	text-align: center
}
.baner-tabs {
	margin-top: -64px;
}
}
.baner-tabs .nav-tabs>li a:hover {
	border: 0 none;
	color: #fff
}
.baner-tabs .nav-tabs>li.active a {
	background-color: #f6b220;
}
.baner-tabs .nav-tabs>li a:hover {
	background-color: #f6b220;
}
.tabs-block {
	position: relative;
	float: left;
	width: 100%;
	color: #fff;
	border-bottom: none;
	padding-bottom: 12px;
}

@media (max-width: 767px) {
.tabs-block {
	padding-bottom: 12px;
}
}
.tabs-block .input-style input {
	position: relative;
	display: block;
	width: 100%;
	font-size: 13px;
	height: 50px;
}
.input-style {
	position: relative;
	display: block;
	width: 100%;
}
.tabs-block .btn.btn-black {
	margin-top: 20px
}
.agent-link {
	text-align: left;
	margin-bottom: 20px
}
.agent-link a:hover {
	color: #fff
}

@media (min-width: 768px) {
.tabs-block .btn.btn-black {
	margin-top: 15px
}
.agent-link {
	text-align: right;
	margin-bottom: 0
}
.pusher {
	margin-left: 20px;
	border-left: 1px solid rgba(255,255,255,.3);
	padding-left: 20px;
}
.input-style {
	margin-bottom: 20px;
}
.flex-wrapper {
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-item {
	display: flex;
}
.flex-content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.row-flex, .row-flex>.col {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex: 1 1 auto;
}
.row-flex-wrap {
	-webkit-flex-flow: row wrap;
	align-content: flex-start;
	flex: 0;
}
	

/*bulletproof flex*/	
	

.row-flex-cool, .row-flex-cool > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
	-webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex-cool > div[class*='col-'], .container-flex > div[class*='col-'] {
	 margin:-.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*='col-'] div,.row-flex-cool > div[class*='col-']>div, .row-flex-cool > div[class*='col-']>a {
	width:100%;
}


.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
	flex-flow: column nowrap;
}

.flex-grow {
	display: flex;
    -webkit-flex: 2;
    flex: 2;
}
}

@media (max-width: 992px) {
.md-margin-bottom-20 {
	margin-bottom: 20px;
}
}

@media (max-width: 768px) {
.sm-margin-bottom-20 {
	margin-bottom: 20px;
}
}
.rounded-x {
	border-radius: 50% !important;
}
.blog-photos li img {
	width: 86px;
	height: 86px;
	margin: 0 2px 8px;
}
.img-hover-v2 img {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-hover-v2:hover img {
}
.watermark {
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	background-color: #fbf9fa;
	background-image: url(../images/bg/watermark.jpg);
}
.route-ill {
	position: relative;
	overflow: hidden
}
.route-ill:before {
	content: "";
	position: relative;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	width: 100%;
	background-image: url(../images/structure/route-ill.svg);
	opacity: 0.07;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
}
#action-box.yellow-bg {
	padding: 30px 0 10px 0;
}
.seasonBox {
	background: #f9f9f9;
	border: 1px solid #ddd;
	text-align: center;
	padding: 25px;
}
.list-info {
	margin: 0;
	width: 100%;
	display: table;
	text-align: center;
	border-collapse: collapse;
	border-top: 1px solid #fff;
	background-color: #e9e9e9;
	table-layout: fixed;
}
.list-info li {
	padding: 0;
	display: table-cell;
	border-right: 1px solid #fff;
	width: 25%;
}
.list-info .link {
	display: block;
	padding: 12px 0;
	position: relative;
	top: 0;
	right: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-transform: uppercase;
	color: #323232;
}
.list-info li .link > i {
	color: #d0d0d0;
	display: block;
	font-size: 40px;
	margin-bottom: 12px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.list-info li .link > .text {
	margin-bottom: 0;
	margin-left: 10px;
	color: #959595;
	display: inline-block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.list-info li .link:hover, .list-info li.active .link {
	top: -4px;
	right: -4px;
	background-color: #f6b220;
	color: #fff
}
.list-info li .link:hover > i, .list-info li.active .link > i, .list-info li .link:hover > .text {
	color: #fff;
}
.map-key {
	font-size: 12px;
}
.map-key span {
	margin-right: 17px;
}
.map-key img {
	vertical-align: sub;
	height: 20px;
}
.map-key span:last-child {
	margin-right: 0;
}
.nice-btn {
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	position: relative;
	z-index: 11;
}
.Pricing-box {
	border: 1px solid #f1f1f1;
	background: #fff
}
.spacing-box {
	padding: 25px;
}
.Pricing-box .specs {
	text-align: left
}
.Pricing-box .specs .pricing-features {
	font-size: 14px;
	text-transform: none;
	line-height: 22px;
}
.Pricing-box .pricing-features li {
	margin-bottom: 18px
}
.Pricing-box .pricing-features {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 27px;
}
.Pricing-box .pricing-features ul li a.btn {
	color: #fff;
	padding: 11px 20px;
}
.posts .dl-horizontal a {
	color: #555;
}
.Pricing-box .widget-post-media i {
	background: #707070;
	color: #ffffff;
	display: block;
	font-size: 30px;
	height: 55px;
	line-height: 55px;
	width: 55px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.posts .dl-horizontal {
	margin-bottom: 15px;
	overflow: hidden;
	display: table;
}
.posts .dl-horizontal dt {
	width: 60px;
	float: left;
}
.posts .dl-horizontal dt img {
	width: 60px;
	height: 60px;
	padding: 2px;
	margin-top: 2px;
	border: solid 1px #ddd;
}
.posts .dl-horizontal dd {
	padding-left: 10px;
	display: table-cell;
	vertical-align: middle;
}
.posts .dl-horizontal dd p {
	margin: 0;
}
.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important;
}
.posts .dl-horizontal dd a:hover, .posts .dl-horizontal.active dd a {
	color: #3498db;
	text-decoration: none;
}
.posts .dl-horizontal:hover dt img, .posts .dl-horizontal:hover dd a, .posts .dl-horizontal.active dt img, .posts .dl-horizontal.active dd a {
	color: #3498db;
	border-color: #3498db !important;
	transition: all 0.2s ease-in-out;
}
h2.nice-title, h1.nice-title, .h2.nice-title, .intro-content h1 {
	position: relative;
	margin-bottom: 60px
}
.baner-tabs .tpl-tabs-cont .h2.nice-title:after {
	background: #fff;
}
h2.nice-title:after, h1.nice-title:after, .h2.nice-title:after, .intro-content h1:after {
	width: 70px;
	height: 6px;
	content: " ";
	bottom: -20px;
	background: #f6b220;
	position: absolute;
	left: 50%;
	margin-left: -35px;
}
h2.nice-title.text-left:after, h1.nice-title.text-left:after, .h2.nice-title.text-left:after {
	left: 0;
	margin-left: 0;
}
@media (min-width: 768px) {

.row.flex-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.row.flex-wrap > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.row.flex-wrap > [class*='col-'] .flex-content {
	height: 100%;
	background: #fff
}
}

@media (max-width:1024px) {
.intro-title {
	letter-spacing: 0;
	font-size: 46px;
}
.intro-content h1 {
	font-size: 70px;
	line-height: 100px
}
.item-box-content {
	padding: 20px;
}
}

@media (max-width:768px) {
h2.nice-title, h1.nice-title, .h2.nice-title, h2.nice-title, .h2.nice-title {
	font-size: 27px;
	line-height: 35px;
	letter-spacing: 1px;
}
h4.h2.nice-title {
	font-size: 17px;
	letter-spacing: 2px;
	line-height: 28px;
}
.inner-intro {
	padding: 70px 0 20px 0;
}
.intro-title {
	letter-spacing: 0;
	font-size: 30px;
}
.intro-content h1, intro-content h1.nice-title {
	font-size: 37px;
	line-height: 45px;
	letter-spacing: 1px;
}
.center-img-xs {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
}
.row.row-wrap>[class^="col-"], .row.row-col-gap>[class^="col-"] {
	margin-bottom: 30px;
}
.btn-styling {
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	display: block;
	padding: 19px 40px;
	border: 1px solid #444;
	color: #222;
	position: relative;
	z-index: 11;
	background: #fff;
	text-decoration: none;
	width: 100%
}
a.btn-styling:before {
	content: '';
	position: absolute;
	left: -2px;
	top: -2px;
	border-top: 4px solid #444;
	border-left: 4px solid #444;
	width: 23px;
	height: 23px;
}
a.btn-styling:after {
	content: '';
	position: absolute;
	right: -2px;
	bottom: -2px;
	border-bottom: 4px solid #444;
	border-right: 4px solid #444;
	width: 23px;
	height: 23px;
}
a.btn-styling:hover {
	border: 1px solid rgba(0,0,0,0);
	background: #f6b220;
	text-decoration: none;
	color: #fff;
}
a.btn-styling:hover:before, a.btn-styling:hover:after {
	content: '';
	display: none;
}
.sidebar-widget .widget-post {
	position: relative;
}
.sidebar-widget .btn-styling {
	padding: 18px 15px;
}
.sidebar-widget .btn-styling .page-icon-top {
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 15px;
}
.sidebar-widget .widget-post .widget-post-media {
	width: 70px;
	display: table-cell;
	padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
	margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
	padding: 0px;
}
.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
	width: 100%;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
	display: table-cell;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
	margin-bottom: 5px;
}
.sidebar-widget .widget-post .widget-post-info p {
	margin: 0px;
}
input[type=date] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
}
.sidebar-widget ul li a.planePhone {
	display: inline;
	font-size: inherit;
	padding: 0;
	text-transform: none;
	pointer-events: none
}
.visible-xs-inline {
	display: none
}
ul.list-acess i {
	font-size: 45px;
	vertical-align: middle;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
.visible-xs-inline {
	display: inline-block!important
}
ul.list-acess i {
	font-size: 35px;
}
}
.pull-none {
	float: none
}
.bg-pretty_grey {
	background: #7998ac
}
ul.list-acess.list-unstyled.list-inline {
	font-size: 19px;
	font-weight: 300;
	text-transform: uppercase;
}
ul.list-acess li:last-child i {
	margin-right: 0;
}
body.modal-open {
	margin-right: 0px;
	padding-right: 0 !important
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none!important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none!important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-close, button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	padding: 0;
	z-index: 1046;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
}
.mfp-close:hover, .mfp-close:focus {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: solid transparent;
}
.mfp-arrow:after, .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before, .mfp-arrow .mfp-a {
	border-top-width: 21px;
	border-bottom-width: 21px;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
	margin-left: 25px;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	background: #000;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.4);
	box-shadow: 0 0 8px rgba(0,0,0,0.4);
	background: #444;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-break: break-word;
	padding-right: 36px
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-ms-filter: none;
	filter: none;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-newspaper .mfp-with-anim {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0) rotate(500deg);
	-moz-transform: scale(0) rotate(500deg);
	-o-transform: scale(0) rotate(500deg);
	-ms-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0) rotate(500deg);
	-moz-transform: scale(0) rotate(500deg);
	-o-transform: scale(0) rotate(500deg);
	-ms-transform: scale(0) rotate(500deg);
	transform: scale(0) rotate(500deg);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-newspaper.mfp-removing.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-o-transform: translateX(50px);
	-ms-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-move-from-top .mfp-content {
	vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-move-from-top.mfp-removing.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-3d-unfold .mfp-content {
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-60deg);
	-moz-transform: rotateY(-60deg);
	-o-transform: rotateY(-60deg);
	-ms-transform: rotateY(-60deg);
	transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
	-webkit-transform: rotateY(60deg);
	-moz-transform: rotateY(60deg);
	-o-transform: rotateY(60deg);
	-ms-transform: rotateY(60deg);
	transform: rotateY(60deg);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-3d-unfold.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	-ms-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
}
.mfp-dialog {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
.mfp-search-dialog {
	max-width: 800px;
}

@media (max-width:767px) and (min-width:480px) {
.xxs-center-allow {
	max-width: 480px;
	margin-left: auto;
	margin-right: auto;
}
}

@media (min-width:992px) {
.visible-xs.visible-sm.bg-image {
	background-image: none!important;
}
}
.text-warning {
	color: #eaa91b;
}
.counter-list li {
	margin-bottom: 10px
}
.counter {
	font-size: 50px;
	margin-bottom: 20px;
	display: inline-table;
	font-weight: 700;
	margin-right:10px
}
.team-carousel img {
	padding: 15px
}
.features-icon-left.made-inline {
	left: 0;
	background: transparent;
	color: inherit;
	display: inline-block;
	font-size: 65px
}
.made-inline h5 {
	line-height: 75px;
	font-weight: 300;
	letter-spacing: 2px;
	font-size: 18px;
	margin-bottom: 0;
}
.features-box-left.made-inline {
	display: block;
	margin-bottom: 5px
}
.item-box img {
	max-width: 100%;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.careers .item-box img{
		max-width: 140%;
	-webkit-transform: scale(1.4);
		transform: scale(1.4);
}
.video-thumbnail {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 360px;
	    top: auto;

}
.video-thumbnail .video-embed {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media screen and (max-width: 1024px){

.video-thumbnail {
    height: 320px;
}
	.videos.layout-1 .video-wrapper {
    padding-bottom: 50px;
    text-align: center;
}

}



 .section-joblist .content {
    max-width: 960px;
    padding-bottom: 100px;
    padding-top: 0
}

 .section-joblist .subtitle {
    text-transform: inherit;
    border-bottom: 1px solid #0a253e;
    text-align: center;
    letter-spacing: normal;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 18px
}



 .section-joblist #jobsTable {
    width: 100%
}

 .section-joblist #jobsTableBody {
    color: #666
}

 .section-joblist #jobsTableBody tr {
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede
}

 .section-joblist #jobsTableBody .filtered {
    display: none
}

 .section-joblist #jobsTableBody .unfiltered {
    display: block
}

 .section-joblist #jobsTableBody td {
    padding-top: 17px;
    padding-bottom: 17px
}

 .section-joblist #jobsTableBody .title {

    font-size: 18px
}

 .section-joblist #jobsTableBody td.post-date {
    width: 185px
}

 .section-joblist #jobsTableBody td.post-details {
    font-size: 12px;
    letter-spacing: .1em;
    text-align: right;
    font-family: "FFKievitWebProBold";
    width: 155px
}

 .section-joblist #jobsTableBody .location,
 .section-joblist #jobsTableBody .post-date {
    font-family: FFKievitWebPro, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    text-align: right
}


@media screen and (max-width: 1024px) {
     .section-joblist #jobsTableBody td {
        padding-top: 10px;
        padding-bottom: 6px
    }
     .section-joblist #jobsTableBody .title {
        width: calc(100% - 100px)
    }
}

@media screen and (max-width: 700px) {
     .section-joblist #jobsTableBody td {
        float: left;
        padding: 0;
        padding-top: 7px
    }
     .section-joblist #jobsTableBody span {
        display: block
    }
     .section-joblist #jobsTableBody .title {
        margin: 0;
        width: 100%
    }
     .section-joblist #jobsTableBody .location,
     .section-joblist #jobsTableBody .post-date {
        padding-left: 0;
        text-align: left
    }
     .section-joblist #jobsTableBody .title,
     .section-joblist #jobsTableBody .post-date {
        font-size: 15px
    }
     .section-joblist #jobsTableBody td.post-details {
        float: right
    }
     .section-joblist #jobsTableBody td.post-date,
     .section-joblist #jobsTableBody td.post-details {
        padding-top: 0;
        padding-bottom: 10px;
        padding-top: 5px;
        width: auto
    }
}

 .section-joblist .icon-search {
    color: #666;
    padding-right: 20px;
    font-size: 18px
}

 .section-joblist #jobsTableBody {
    color: #666
}

 .section-joblist #jobsTableBody tr {
    padding-bottom: 20px;
    border-bottom: 1px solid #DEDEDE !important
}

 .section-joblist #jobsTableBody .filtered {
    display: none
}

 .section-joblist #jobsTableBody .unfiltered {
    display: block
}

 .section-joblist #jobsTableBody td {
    padding-top: 20px;
    padding-bottom: 20px
}

 .section-joblist #jobsTableBody .title {

    font-size: 18px;
    width: 60%
}

 .section-joblist #jobsTableBody .location,
 .section-joblist #jobsTableBody .post-date {

    font-size: 16px;
    padding-left: 10px;
    padding-right: 30px
}

@media screen and (max-width: 1024px) {
     .section-joblist #jobsTableBody td {
        padding-top: 15px;
        padding-bottom: 15px
    }
     .section-joblist #jobsTableBody .title {
        width: 70%
    }
}

@media screen and (max-width: 700px) {
     .section-joblist #jobsTableBody td {
        float: left;
        padding: 0;
        padding-top: 20px
    }
     .section-joblist #jobsTableBody span {
        display: block
    }
     .section-joblist #jobsTableBody .title {
        margin: 0;
        width: 100%
    }
     .section-joblist #jobsTableBody .location,
     .section-joblist #jobsTableBody .post-date {
        padding-left: 0
    }
     .section-joblist #jobsTableBody td.post-details {
        float: right
    }
     .section-joblist #jobsTableBody .post-date,
     .section-joblist #jobsTableBody .post-details {
        padding-top: 0;
        padding-bottom: 15px
    }
}

.featured  .container-fluid {
    padding: 0;
}
.featured .right-box {

    width: 100%;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    padding: 168px 0;

}
.featured .left-box {

    width: 100%;

    background-color: #7998ac;
    padding: 120px 0;
}
.featured .bg-image{background-position: center;}
.featured .left-box p{
	color: #fff;
    font-size: 16px;
    line-height: 29px;
}
.featured .left-box .text-box {
    float: right;
    margin: 0 30px 0 0;
    width: 570px;
}.featured .left-box.left-box-right .text-box {
    float: left;
    margin: 0 0 0 60px;
    width: 550px;
}
.featured .left-box .testimonial p{
    font-size: 19px;
    line-height: 32px;
}
.featured .left-box .testimonial h6{
    color:#fff
}
.featured .left-box .text-box h2 {
    color: #fff;
    padding: 0 14px 0 0;
}
.featured .singlePackage .packageInfo h3 {
    text-transform: none;
    font-weight: 900;
    color: #fff;
    margin: 0 0 50px 0;
    font-size: 30px;
}
@media (max-width: 1199px) and (min-width: 768px){
.featured .left-box .text-box, .featured .left-box.left-box-right .text-box {
    margin: 0;
    padding: 0 20px;
	    width: 100%;
}
	.left-box{
		background-position: 50% 0;
	
	}
}
	@media (max-width: 767px){
.featured .left-box .text-box, .featured .left-box.left-box-right .text-box {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

	}
		.instagram_img_holder {
   max-width: 260px;
   height: 260px;
  background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
		display:block
}
.products .item-box img {
    max-width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.products .item-box {
    padding: 10px;
    background: #fff;
}
.products  .item-box-content {
    padding: 10px;
    text-align: center;
    background: #fff;
}
.product-item .row:second-child {
    background: #fff;
}
.dark-bg .alert-info p, .dark-bg .alert-info h5, .dark-bg .alert-info li, .dark-bg .alert-info h2 {
    color: #3c7695;
}
.header .icon-ASP-logo:before {
    content: "\e90d";
    /* color: #002856; */
    color: #fff;
    transition: all 0.27s ease;
}
.header-fixed.header  .icon-ASP-logo:before {
    color: #002856!important;
}
.btn-lg.btn-white-line {
    padding: 13px 23px;
    display: inline-block;
}
@media (max-width: 767px) {
    .justify-content-center-xs {
        -ms-justify-content: center!important;
        justify-content: center!important;
    }
    .mb-sm-30 {
        margin-bottom: 30px
    }
    .mb-sm-20 {
        margin-bottom: 20px
    }
    .mb-sm-10 {
        margin-bottom: 10px
    }
    .ptb-sm-30 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .center-img-sm {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
    .text-center-sm {
        text-align: center!important;
    }
    .float-none-sm {
        float: none!important;
    }
    .btn-block-sm {
        display: block;
        width: 100%!important;
    }
    .mb-0-sm{
        margin-bottom: 0!important
    }
    .mt-0-sm{
        margin-top: 0!important
    }
}
h2.socialverse-perspective-sv__title{
    color: #323232;
    text-transform: uppercase;
    font-family: 'futura-pt', sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500;
position: relative;
    margin-bottom: 60px;
}

.socialverse-perspective-sv__title:after {
    width: 70px;
    height: 6px;
    content: " ";
    bottom: -20px;
    background: #f6b220;
    position: absolute;
    left: 50%;
    margin-left: -35px;
}

