body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	overflow-x: hidden;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul {color: #767676;
  line-height: 1.5;}

.inc-position-relative { position: relative; }
.inc-flex-align-center { align-items: center; }
.inc-fa-6x { font-size: 6em; }
.inc-margin-b-0 { margin-bottom: 0; }
.inc-margin-b-20 { margin-bottom: 20px; }
.inc-p-4 { padding: 2rem!important; }
.inc-color-white { color: white; }
.inc-color-primary {color: #0a4aa3; }
.inc-bg-primary { background: #0a4aa3; }
.inc-bg-gray { background: #F4F4F4; }
.inc-bg-white { background: white; }
.inc-bg-dark-blue { background: #1f3646; }
.inc-bg-dark-gray { background: #303030; }

.inc-bg-white-shadow {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
}

.inc-section-pad { padding: 30px 50px; }
.inc-section-pad-2 { padding: 30px 40px; }
.inc-article-pad { padding: 28px; }
.inc-sidebar-pad { padding: 15px 20px; }
.inc-sidebar-pad-2 { padding: 21px 20px; }
.inc-pad { padding: 20px; }

a.inc-color-primary:hover,
a.inc-color-primary:active {
	color: #0a4aa3;
}

.inc-font-light { font-weight: 300;}
.inc-font-normal { font-weight: 400; }
.inc-font-semibold { font-weight: 600; }
.inc-font-foot {color: #fff45e; text-shadow: 1px 1px 10px #fff45e;}
a.inc-font-foot:hover {color: #d6d6d6;}

p { 
	color: #767676; 
	line-height: 1.5;
}

.navbar { 
	width: 100%; 
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-brand {
	font-size: 1.8rem;
	font-weight: 700;
}
.navbar a { color: #ececec; font-weight: bold; }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(236, 236, 236, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
	border: 2px dotted #ececec; 
	cursor: pointer;
}

.nav-item {
	background: transparent;
	border-left: 1px dotted #fff45e;
	cursor: pointer;
	font-size: 0.8rem;
	font-weight: 300;
    text-transform: uppercase;
    padding: 0;
    transition: all 0.5s ease;
}

.nav-item:last-child { border-right: 1px dotted #fff45e; }

.nav-link { text-shadow: 1px 1px 10px #fff45e;}

.nav-link.active,
.nav-link:hover {
	color: #303030;
	background: #d6d6d6;	
text-shadow: 1px 1px 10px #fff45e;
}

.inc-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 30px 35px; }

.inc-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 79px;
    background: #303030;
}

.inc-top-bar.active {
	height: 79px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.inc-top-bar.active .navbar-expand-lg .navbar-nav .nav-link { padding: 30px 35px; }
.inc-top-bar-bg { height: 79px; background-color: #303030;}
.inc-section { min-height: 515px; }

.inc-section-pad {
	padding-top: 80px;
	padding-bottom: 80px;
}

.bg-texture {	
background-color: #4b4b4b;
background-image: url("../img/bg-texture.png");
}


.qs-datepicker {
	font-family:  'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.8rem;
}

.form-control {
	border-radius: 0;
	padding: 0.6rem 0.75rem;
}

.form-control:focus {
	border-color: #ee5057;
	box-shadow: 0 0 0 0.2rem rgba(48, 48, 48, 0.25);
}

.btn-primary {
        color: #fff45e;
	background-color: #303030;
	border-color: #303030;
	border-radius: 0;
	cursor: pointer;
	font-size: 0.7rem;
	font-weight: 600;
	padding: 13px 30px;
	text-transform: uppercase;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: #616161;
	border-color: #303030;
}

.inc-search-form .inc-form-element { padding: 0 5px; }
.inc-form-element { position: relative; }
.inc-form-element:last-child { margin-right: 0; }

.inc-form-element-icon {
	color: #ee5057;
	position: absolute;
	top: 10px;
	left: 15px;
}

.inc-form-element-icon-small {
	top: 16px;
	left: 18px;
}

select.inc-select.form-control:not([size]):not([multiple]) { height: 100%; }

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

.inc-select {
    border-radius: 0;
    color: #858789;
}

.inc-search-form .form-control {
	font-size: 0.8rem;	
	padding: 0.75rem 0.75rem 0.75rem 45px;
}

.inc-search-form .inc-form-element { width: 33.3333%; }
.inc-search-form .inc-form-element-2 { width: 25%; }
.inc-search-form-row { width: 900px; }
.inc-btn-search { width: 100%; }

.inc-section-down-arrow {
  position: absolute;
  top: -1px;
  width: 100%;
  height: 100px;
}

.inc-pt-5 { padding-top: 150px; }
.inc-pb-4 { padding-bottom: 100px; }

.inc-section-2 {
	background: #767676;
	padding-top: 50px;
	position: relative;
}

.inc-section-title {
	color: white;
	font-size: 3rem;
}

.inc-section-title-2 {
	font-size: 3.2rem;
    font-weight: 600;
}

.inc-section-subtitle {
	font-size: 1rem;
	font-weight: 300;
	margin-bottom: 25px;
}

.inc-section-subtitle-2 { font-size: 1.8rem; }

.inc-btn-white-bordered {
	display: inline-block;
	padding: 10px 25px;
font-weight: bold;
border: 2px dotted #fff45e;
	background: transparent;
	text-transform: uppercase;
text-shadow: 1px 1px 10px #fff45e;
}

.inc-btn-white-bordered:hover,
.inc-btn-white-bordered:focus {
	color: #303030;
text-shadow: 1px 1px 10px #fff45e;
	background: white;	
}

.slick-dots { bottom: -35px; }

.inc-article {
	padding: 40px;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 3px 0px rgba(214,214,214,1);
}

.inc-article:hover {
	-webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	transform: scale(1.1);
}

.inc-article-title-1 {
	font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.inc-article-title-2 { 
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 1px;
}

.inc-article-title-3 { font-size: 1.1rem; }

.inc-btn-primary {
	display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.75rem;
}

.inc-sidebar-title {
	font-size: 1.3rem;
	margin-bottom: 5px;
font-weight: 600;
}

.inc-sidebar-item-title {
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin-bottom: -5px;	
}

.img-pad {padding: 12px;}
.img-pad2 {padding-bottom: 6px;}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.inc-recommended-item .inc-bg-gray { transition: all 0.3s ease; }
.inc-recommended-item:hover .inc-bg-gray { background: #DDD; }

.inc-recommended-item h4 { 
	color: #0a4aa3; 
	transition: all 0.3s ease;
}

.inc-recommended-item:hover h4 { color: #007bff; }
.inc-media { align-items: stretch; }

.inc-media,
.inc-media-1 {
	margin-bottom: 15px;
}

.inc-media:last-child,
.inc-media-1:last-child {
	margin-bottom: 0;
}

.inc-media-body,
.inc-media-body-1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	padding-left: 25px;
}

.inc-media-body-v-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    		align-items: flex-start;
}


.inc-media-container { max-width: 772px; }


.contact-form .form-control {
	background-color: #F4F4F4;
	border: none;
	font-size: 0.8rem;
	font-weight: 300;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

@media screen and (max-width: 991px) {
	.inc-top-bar.active, .inc-top-bar, .inc-top-bar-bg { height: 65px; }
	.inc-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
	.inc-top-bar .navbar-expand-lg .navbar-nav .nav-link {
	    padding: 12px 15px;
	}
	#mainNav {
		width: 180px;
	    position: absolute;
	    top: 60px;
	    right: 15px;

		-webkit-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
		-moz-box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
		box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
	}

	.inc-search-form .inc-form-element { 
		width: 33%; 
		max-width: 215px;
	}

	.inc-search-form-row { width: 98%; max-width: 900px; }
	.inc-recommended-container { margin-top: 30px; }
}

@media screen and (max-width: 767px) {
	.inc-search-form .inc-form-element {
		width: 50%;
		max-width: 235px;
	}

	#inc-section-1 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.inc-media-container,
	.inc-media-title-container {
	    max-width: 320px;
	    margin-right: auto;
	}

	.inc-media-title-container {
		margin-left: auto;
		margin-bottom: 20px;
	}

	.inc-media-1 {
		flex-direction: column;
		max-width: 280px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}

.inc-media-body-1 {
		padding-left: 0;
		margin-left: 0;
		margin-top: 20px;
	}

	.inc-bg-video { padding-top: 255px; }
	.overlay { height: 255px; }
}

@media screen and (max-width: 767px) and (min-width: 524px) {
	.inc-search-form .inc-form-element-100 { 
		width: 100%; 
		max-width: none;
	}

	.inc-search-form .inc-form-element-50 { width: 50%; }
}

@media screen and (max-width: 524px) {
	.inc-section-pad-2 { padding: 20px 25px; }
        .logo-scale { height: 36px; }
	.inc-search-form .inc-form-element {
		width: 100%;
		max-width: 100%;
	}

	.inc-fx-col-xs { flex-direction: column; }
	.inc-section-pad { padding: 25px 15px; }
	#inc-section-1 { height: 600px; }
}

@media all and (max-width: 1199px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-container-width-fix { width: 960px; }
}

@media all and (max-width: 600px) {
	.ie-container-width-fix-2 { width: 100%; }
}

@media all and (max-width: 560px)  and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.ie-container-width-fix {
		max-width: 530px;
		width: 100%;
	}	
}

.center-box {
  margin: auto;
}

