html {
  scroll-behavior: smooth;
}
body {
	color: #2b2b2b;
	font-weight: 300;
}
a {
	color: #0079C1;
}
a:hover {
	color: #2b2b2b;
	text-decoration: none;
}
p a {
	color: #0079C1;
}
p a:hover {
	color: #2b2b2b;
}

/** wrapper **/
.wrapper {
	overflow: hidden;
}
.container {
	max-width: 100% !important;
}
/** Section Styles **/
.section-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-md {
    padding-top: 50px;
    padding-bottom: 50px;
}
.section-lg {
    padding-top: 70px;
    padding-bottom: 70px;
}

/** Background Styles **/
.bg-black {
    background-color: #000000;
}
.bg-black-opaque {
    background-color: rgba(0,0,0,0.6);
}
.bg-grey {
    background-color: #282828;
}
.bg-light-grey {
	background-color: #F5F5F5;
}

/** background image styles **/
/*.bg-banner {
    background-image: url(../image/banner-bg.png);
}
.bg-white-pattern {
    background-image: url(../image/pattern-white-bg.jpg);
}*/
.bg-centered {
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-center-bottom {
    background-position: center bottom;
    background-repeat: no-repeat;
}
.bg-center-top {
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-width-lg {
    background-size: auto 110%;
}
.bg-height-lg {
    background-size: 100% auto;
}

/** Logo **/
.logo {
	max-width: 250px;
	height: auto;
}


/*----- nav styles -----*/
#nav ul, #nav ul li
{
	list-style:none;
	margin:0;
	}
#nav li
{
    display:inline-block;
	}
#nav ul
{
	margin:0px;
	width: 100%;
	}
#nav {
    padding:0 0px 0 0px;
	text-align:center;
	font-weight:100;
}
#nav ul li {
    font-size:14px;
    color: #2b2b2b;
	font-weight: 300 !important;
	padding: 20px 18px;
}
#nav li a {
    color: #2b2b2b;
}
#nav li a:hover {
	background-color: #0079C1;
	text-decoration: none;
	color: #fff;
}
#nav > .current-menu-item {
    background-color: #0079C1;
}

/*-----------------drop down nav styles-----*/

#nav ul li ul li a{
	display: block;
	text-decoration: none;
	border: none;
	float: none;
	background-color: #f5f5f5;
	text-transform: none;
	color: #2b2b2b;
	text-align: left;
	padding: 10px 20px;
}

#nav ul li ul li a:hover {
	text-decoration:none;
	background-color: #f5f5f5;
	color: #000;
}

#nav ul li ul li {
	float:none;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a7a3a3;
	width: 100%;
}

#nav ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	margin: 20px 0 0 -40px;
	width: auto;
}
#nav ul li:hover ul, #menu ul li ul:hover {
	left:auto;
}

/** Menu arrows **/
.menu li > a:after {
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:hover:after {
    color: #444;
    content: '  ▾';
	vertical-align: 1px;
}

.menu li > a:only-child:after {
    content: '';
}

/*-----------------third tier drop down nav styles-----*/

#nav ul li ul li ul li a{
	display: block;
	text-decoration: none;
	border: none;
	float: none;
	background-color: #f5f5f5;
	text-transform: none;
	color: #2b2b2b;
	text-align: left;
	padding: 10px 20px;
}

#nav ul li ul li ul li a:hover {
	text-decoration:none;
	background-color: #f5f5f5;
	color: #000;
}

#nav ul li ul li ul li {
	float:none;
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #a7a3a3;
	width: 100%;
}

#nav ul li ul li ul {
	position:absolute;
	left:-999em;
	z-index:9999 !important;
	margin: -42px 0 0 0px;
	width: 100%;
	display: none;
}
#nav ul li ul li:hover ul, #nav ul li ul li ul:hover {
	left: auto;
	margin-left: 290px;
	display: block;
}


/** Linear gradient background **/
.linear-gradient-black {
	/* For browsers that do not support gradients */
	background: black; 
    background: linear-gradient(black, transparent);
}

/** Icon areas **/
.icon {
	height: 100px;
	margin-bottom: 30px;
}
.icon-sml {
	height: 70px;
	margin-bottom: 10px;
}
.icon img, .icon-sml img {
	max-height: 100%;
}
.icon-grid-8 {
	float: left;
}
/** Center vertical **/
.center-vertical {
    position: relative;
    z-index: 15;
    top: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
}
.center-vertical .center-content {
    display: table-cell;
    vertical-align: middle;
}
.center-vertical .bottom-content {
    display: table-cell;
    vertical-align: bottom;
}
.center-carousel {
	position: absolute;
	top: 50%;
	height: 100px;
	margin-top: -50px;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

/** Breakers **/
.black-hr-break {
	width: 100%;
	height: 3px;
	background-color: #000000;
}

/** borders **/
.border-bot-grey {
	border-bottom: 1px solid #E0E0E0;
}
.border-all-grey {
	border: 1px solid #E0E0E0;
}
.border-right-blue {
	border-right: 4px solid #0079C1;
}
.border-top-blue {
	border-top: 3px solid #0079C1;
}
.borderBottom {
    width: 60px;
    height: 5px;
    background-color: #0079C1;
    margin-top: 10px;
}

/** max widths **/
.max-width-30 {
	max-width: 30px;
}
.max-width-150 {
	max-width: 150px;
}
.max-width-160 {
	max-width: 160px;
}
.max-width-200 {
	max-width: 200px;
}
.max-width-300 {
	max-width: 300px;
}

/** min-height **/
.min-height-70 {
	min-height: 70px;
}
.min-height-100 {
	min-height: 100px;
}
.min-height-200 {
	min-height: 200px;
}
.min-height-300 {
	min-height: 300px;
}
.min-height-400 {
	min-height: 400px;
}

/** center block **/
.center-block {
	margin: auto;
}

/** fw **/
.input-fw, .fw {
	width: 100%;
}

/** heights **/
.h-85 {
	height: 85px;
}
.h-90 {
	height: 90px;
}
.h-200 {
	height: 200px;
}
.h-240 {
	height: 240px;
}

/** form control **/
.form-control {
	border-radius: 0px !important;
	-webkit-appearance: none;
}

/** Button styles **/
.btn-black {
	border-radius: 0px;
	background-color: #000000;
	padding: 10px 20px;
	color: #ffffff;
}
.btn-white {
	border-radius: 0px;
	border: 0;
	background-color: #fff;
	padding: 10px 20px;
	color: #000;
	text-shadow: none;
	cursor: pointer;
	font-weight: 700;
}
.btn-white:hover {
	border-radius: 0px;
	background-color: #E0E0E0;
	padding: 10px 20px;
	color: #000;
}
.btn-orange {
	border-radius: 0px;
	border: 0;
	background-color: #F38350;
	padding: 10px 20px;
	color: #fff;
	text-shadow: none;
	cursor: pointer;
	font-weight: 700;
	font-size: 14px;
}
.btn-orange:hover {
	border-radius: 0px;
	background-color: #000;
	padding: 10px 20px;
	color: #F38350;
}
.btn-orange-wide {
	width: 100%;
}

/** footer menus **/
.footer-section {
	font-weight: 300;
}
.ft-menu-container ul {
	padding-left: 0px;
	list-style: none;
}
.ft-menu-container ul li a:link, .ft-menu-container ul li a:visited, .ft-menu-container ul li a:hover, .ft-menu-container ul li a:active, .ft-menu-container ul li a:focus {
	color: #b6b6b6;
	font-size: 13px;
}
.footer-section h4.title {
    color: white;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-section h4.title::after {
    background-color: #0079C1;
    bottom: -2px;
    content: "";
    left: 0;
    position: absolute;
    height: 4px;
    width: 60px;
}

/** Main slider 
.btn-carousel-mobile {
	float: right;
	margin-top: -43px;
	max-width: 40%;
}**/
#metaslider_973 ul.slides li img {
	height: 280px !important;
	width: auto !important;
}

/** Featured image caption **/
.home-banner {
	position: relative;
	background-size: 110% auto;
}
.page-banner {
	position: relative;
	background-size: 100% auto;
}
.page-banner-small {
	position: relative;
	height: 90px;
	background-size: 100% auto;
}
.featured-img-caption {
	position: absolute;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	width: 100%;
	bottom: 0;
	height: 100%;
}
.featured-img-caption .caption {
	margin-left: 5%;
	width: 60%;
}

.metaslider .caption-wrap {
	font-size: 16px;
	padding-bottom: 20px;
	top: 0;
	background-color: rgba(0,0,0,0.6) !important;
	opacity: 1 !important;
}
.metaslider .caption {
    padding-left: 5% !important;
}
.metaslider .caption h1 {
   	color: #fff;
}
.metaslider .flex-control-nav {
    bottom: 20px !important;
}
.metaslider .flex-control-nav li a {
    margin: 0 4px !important;
}
.flex-control-paging li a {
    width: 9px !important;
    height: 9px !important;
    background: #999 !important;
}
.flex-control-paging li a.flex-active {
    background: rgba(255,255,255,.9) !important;
}

.tab, .tab-lrg {
    overflow: hidden;
	padding: 0;
}
.tab-text, .tab-text-lrg {
    width: 100%;
}
.tab-image {
	height: 250px;
	position: relative;
	overflow: hidden;
}
.tab-image-sml {
	height: 180px;
	position: relative;
	overflow: hidden;
}
.tab-image img, .tab-image-sml img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

/** image style utilities **/
.img-fill {
	display: block; 
	width: 100%; 
	height: auto;
}
.img-fluid {
    width: 100%;
}

/** WP image style utilities **/
.alignleft {
	float: left;
	margin-right: 10px;
}
.alignright {
	float: right;
	margin-left: 10px;
}

.text-center-mobile {
	text-align: center !important;
}

/** WP gutenberg block styles **/
.uagb-team__image-wrap {
    width: 300px !important;
}

/** Responsive lightbox styles **/
#swipebox-slider .slide img {
    max-height: 80% !important;
}

.caldera-grid .form-group {
    margin-bottom: 8px !important;
}
	.hidden-tablet {
		display: none;
	}

/** html table styles **/
table, tr, td, th {
	border: solid 1px #E0E0E0;
}
td, th {
	padding: 5px;
}

/** tablepress supplier table styles **/
.tablepress-1 tr, .tablepress-1 td, .tablepress-1 th {
	border: 0 !important;
}
.tablepress-1 img {
	max-width: 70px !important;
	height: auto;
	max-height: 45px;
}
.tablepress-1 tbody td {
    vertical-align: middle !important;
}
.tablepress-1 tbody td, .tablepress-1 tfoot th {
    text-align: center;
    padding-bottom: 40px;
	border: 0 !important;
}
.tablepress-1 td.column-1, .tablepress-1 td.column-2, .tablepress-1 td.column-3 {
	width: 33.333%;
}

/** tablepress general styles **/
.tablepress tbody td, .tablepress tbody tr, .tablepress tfoot th, .tablepress thead th, .tablepress thead tr {
    text-align: center;
	border: 0 !important;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #0079C1 !important;
    color: #fff;
}

/*
.tablepress-2 td.column-1, .tablepress-2 td.column-2, .tablepress-2 td.column-3, .tablepress-2 td.column-4, .tablepress-2 td.column-5, .tablepress-2 td.column-6 {
	width: 5%;
}

.tablepress-2 {
	max-width: 30px !important;
}

.tablepress-2 td.row-1 {
	background-color: #00000 !important;
}
*/


/** woocommerce styles **/
.archive.woocommerce ul.products li.product a img, .archive.woocommerce-page ul.products li.product a img {
    margin: 0 0 0px !important;
    max-height: 200px;
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img {
    margin: 0 0 9px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    max-height: 200px !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.woocommerce ul.products li.product .button {
    display: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: solid 1px #eee;
	height: 200px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 15px;
    text-align: center;
    background-color: #F9F9F9;
    height: 68px;
	bottom: 0;
	position: absolute;
	width: 100%;
}
.woocommerce .woocommerce-result-count {
    display: none;
}
.woocommerce .woocommerce-ordering {
    display: none;
}

/** woocommerce category pages **/
.category-banner {
    width: 100%;
    height: 300px;
    background-color: rgba(0,0,0,0.3);
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
}
.category-banner h1 {
    display: inline-block;
    background-color: #00000070;
    font-family: 'Montserrat' !important;
    font-weight: 700 !important;
    /*font-size: 40px;*/
    padding: 15px 30px;
    color: white;
}
.term-description {
	margin-bottom: 40px;
}

ul.tabCategorie {
    list-style-type: none !important;
    padding: 0 !important;
    margin-top: 30px;
}
li.tabchoice.active {
    background-color: #0079C1;
    color: white;
}
li.tabchoice {
    display: inline-block;
    font-size: 14px;
    padding: 15px 25px;
    margin-right: 15px;
    font-family: 'Montserrat';
    cursor: pointer;
    border: 1px solid #f1f1f1;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: 400;
    text-transform: uppercase;
}

/** woocommerce product pages **/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #0079C1 !important;
    margin-bottom: 20px;
}
.up-sells {
	border-top: 1px solid #d3ced2;
	padding-top: 50px;
	margin-top: 50px;
}
.related.products {
	border-top: 1px solid #d3ced2;
	padding-top: 50px;
	margin-top: 50px;
	display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #fff !important;
	text-transform: uppercase;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 300 !important;
    color: #888 !important;
}
#tab-title-description.description_tab.active a {
	color: #000 !important;
}
#tab-title-test_tab.test_tab_tab.active a {
	color: #000 !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100% !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
.single-product div.product .product_meta {
    font-size: .875em;
    padding-top: 1em;
    border-top: 1px solid rgba(0,0,0,.05);
}
.prod-title {
	width: 54% !important;
	float: right;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 23% !important;
    margin: 2% 2% 0 0 !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #0079C1 !important;
}

.yith_magnifier_gallery li {
    margin-right: 10px;
}

.ysm-search-widget {
	border: 1px solid #a7a3a3;
	margin-top: 20px;
}
.ysm-search-widget-1 .search-submit {
    color: #666 !important;
}
.ysm-search-widget label {
	margin-bottom: 0;
}

/** woocommerce cart **/
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 50% !important;
	width: 50% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 50% !important;
	width: 50% !important;
}
.woocommerce form .form-row textarea {
    width: 300px !important;
}


/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	/** mobile min height **/
	.mob-min-height-350 {
		min-height: 350px;
	}
	.side-buffers-5percent {
    padding-left: 8%;
    padding-right: 8%;
}
	#responsive-menu-container {
    width: 75% !important;
	}
.metaslider .caption-wrap {
    font-size: 13px;
}
.home-banner {
	height: 50vh;
}
.page-banner {
	height: 30vh;
}
.bg-centered {
    background-position: center bottom;
}
.bg-width-lg {
	background-size: 110% auto;
}	
	.integration-sml {
		display: block;
	}
	.integration-lrg {
		display: none;
	}
.tab {
    height: 240px;
    font-size: 15px;
}
.tab h3 {
		font-size: 20px;
	}
.tab-lrg {
		height: 300px;
	}
	.img-fill {
		height: 100%;
		width: auto;
	}

	.side-buffers-xs-0 {
		padding-left: 0px;
		padding-right: 0px;
	}
	/** icon styles **/

	.metaslider .caption, .featured-img-caption .caption {
    margin-top: 5px;
    width: 95%;
}
.metaslider .caption h1 {
	font-size: 1rem;
}
	.featured-img-caption .caption p {
		font-size: 13px;
	}

	/** mobile push **/
	.xs-push-top-10 {
		margin-top: 10px;
	}
	.xs-push-top-15 {
		margin-top: 15px;
	}
	.xs-push-bot-15 {
		margin-bottom: 15px;
	}
	.carousel-item a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;

	}

.testimonial_rotator_quote {
	font-size: 15px;
}
/** flip cards
.card-container {
  height: 300px;
  width: 300px;
}
/** flip cards **/
.flip-container, .front {
     width: 300px;
     height: 300px;
}
.flip-container, .back {
     width: 300px;
     height: 300px;
}

}

/* Even smaller Small Devices, Phones */ 
@media only screen and (min-width : 420px) {
	.img-fill {
		height: auto;
		width: 100%;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	#metaslider_973 ul.slides li img {
		height: 300px !important;
		width: auto !important;
	}
.tab-lrg {
		height: 270px;
	}
	.metaslider .caption, .featured-img-caption .caption {
    margin-top: 90px;
	}
	
.tablepress img {
	max-width: 100px !important;
	height: auto;
	max-height: 65px;
}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	#responsive-menu-container {
    width: 35% !important;
	}
#nav li a {
	padding: 20px 10px;
}

.home-banner {
	height: 80vh;
}
.page-banner {
	height: 45vh;
}
.bg-centered {
    background-position: center center;
	background-size: 100% auto;
}
.side-buffers-5percent {
    padding-left: 5%;
    padding-right: 5%;
}

.tab-lrg {
		height: 360px;
	}
	.img-fill {
		height: 100%;
		width: auto;
	}



	/** Logo **/
	.logo {
		max-width: 320px;
		height: auto;
		
	}

	/** Banner text **/
	.metaslider .caption-wrap {
		font-size: 19px;
		padding-bottom: 20px;
	}
.metaslider .caption h1 {
	font-size: 1.5rem;
}

	/** featured tab **/
	.featured-tab-title {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-bottom: 55px;
		margin-left: 14%;
	}


	/** BG adjustments **/
	.bg-width-lg {
	    background-size: auto 110%;
	}

	/** text **/
	.md-text-right {
		text-align: right !important;
	}

	/** buffers md **/
	.buffer-md-right-5 {
		padding-right: 5px;
	}
	.buffer-md-left-5 {
		padding-left: 5px;
	}
	.buffer-md-right-10 {
		padding-right: 10px;
	}
	.buffer-md-left-10 {
		padding-left: 10px;
	}
	.side-buffers-md-50 {
		padding-left: 50px;
		padding-right: 50px;
	}

	/** pull content top desktop **/
	.pull-top-md-60 {
		margin-top: -60px;
	}
	/** push content top desktop **/
	.push-top-md-30 {
		margin-top: 30px;
	}
	.push-top-md-40 {
		margin-top: 40px;
	}
	.push-top-md-60 {
		margin-top: 60px;
	}
	.push-top-md-80 {
		margin-top: 80px;
	}
	.push-top-md-100 {
		margin-top: 100px;
	}
	.push-top-md-150 {
		margin-top: 150px;
	}

	/** mobile push **/
	.xs-push-top-10 {
		margin-top: 0px;
	}
	.xs-push-top-15 {
		margin-top: 0px;
	}
	.xs-push-bot-15 {
		margin-bottom: 0px;
	}

	.sm-buffer-top-150 {
		padding-top: 150px;
	}
	.sm-buffer-top-200 {
		padding-top: 200px;
	}

	#metaslider_973 ul.slides li img {
		height: 450px !important;
		width: auto !important;
	}
.tablepress img {
	max-width: 150px !important;
	height: auto;
	max-height: 85px;
}
	
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 54% !important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 42% !important;
}

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/** Category tabs **/
	.category-tabs {
		height: 240px;
	}
.text-center-mobile {
	text-align: left !important;
}
    .dt-text-right {
        text-align: right !important;
    }

.tablepress img {
	max-width: 250px !important;
	height: auto;
	max-height: 110px;
}

	/** mobile min height **/
	.mob-min-height-350 {
		min-height: 450px;
	}

	/** footer menus **/
	.footer-section p {
		text-align: left;
	}
	.ft-menu-container ul {
		padding-left: 0px;
		list-style: none;
		text-align: left;
	}
/*	.ft-menu-container ul li a:link, .ft-menu-container ul li a:visited, .ft-menu-container ul li a:hover, .ft-menu-container ul li a:active, .ft-menu-container ul li a:focus {
		color: #ffffff;
	}*/

	/*#metaslider_973 ul.slides li img {
		height: 550px !important;
		width: auto !important;
	}*/
.metaslider .caption h1 {
	font-size: 2rem;
}
	
.tab-lrg {
		height: 300px;
	}
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1150px) {
	/** BG adjustments **/
	.bg-width-lg {
	    background-size: 125% auto;
	}
	.hidden-tablet {
		display: block;
	}
	.hidden-desktop {
		display: none;
	}

	/** mobile min height **/
	.mob-min-height-350 {
		min-height: 420px;
	}

	#metaslider_973 ul.slides li img {
		height: auto !important;
		width: 100% !important;
	}
.metaslider .caption h1 {
	font-size: 2.5rem;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	height: 279px;
}

}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

	/** Carousel styles **/
	.carousel-caption-container {
		padding: 40px 60px;
		width: 50%;
		left: 0;
	}
	.carousel-caption-container p {
		font-size: 14px;
	}
	.integration-lrg {
		display: block;
	}
	.integration-sml {
		display: none;
	}
	.metaslider .caption, .featured-img-caption .caption {
    margin-top: 100px;
	width: 60%;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1240px) {
	/** BG adjustments **/
	.bg-width-lg {
	    background-size: 110% auto;
	}
	.container {
		max-width: 1550px;
	}
.img-fill {
	width: 100%; 
	height: auto;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1550px) {
#nav li a {
	padding: 20px 18px;
}
	/** Home banner **/
	.home-banner {
		background-size: 110% auto;
	}
	.page-banner {
	height: 65vh;
}
.tab {
    height: 280px;
    font-size: 17px;
}
}

/* Mobile down - Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.mobile-push-top-20 {
		margin-top: 20px;
	}
	.hidden-mobile {
		display: none;
	}
	.font-30 {
    font-size: 22px;
}

}