
@media only screen and (min-width: 1300px) {
}
@media only screen and (max-width: 690px) {
}
@media only screen and (min-width: 1px) and (max-width: 999px) {
    .row_col_wrap_12 {
		padding: 0 0% !important;
	}
	.wpb_row.full-width-content{
	 margin-left: inherit;
    margin-left: inherit !important;
    left: inherit !important;
    width: inherit;
    width: inherit !important;
	}
	.adjwidth .row_col_wrap_12 {
		margin-left: -50vw!important;
		margin-left: calc(-50vw + var(--scroll-bar-w) / 2)!important;
		left: 50%!important;
		width: 100vw!important;
		width: calc(100vw - var(--scroll-bar-w))!important;
	}
}
@media only screen and (max-width: 480px) {
    .nectar-flickity.nectar-carousel[data-wrap=no-wrap][data-controls=touch_total] .flickity-slider .cell {
        width: 80% !important;
    }
}
@media only screen and (max-width: 380px) {
	.resumebtn .link_wrap{
		padding-top: 1em;
		padding-right: 19vw !important;
		padding-bottom: 1em;
		padding-left: 19vw !important;
	}
}
@media only screen and (min-width: 691px) and (max-width: 999px) {
	html body .wpb_column.right_padding_phone_15pct > .vc_column-inner {
        padding-right: 15%;
    }
}
ul {
    margin-bottom: 0 !important;
}
.twentytwenty-after, .twentytwenty-before {
	border-radius: 20px !important;
}
.twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before {
    width: 1px !important;
    margin-left: 0px !important;
	background-color: #333 !important;
}
#hdr .nectar-badge__inner {
    border: 1px solid #000 !important;
	margin-top: 5px;
}
.prt .nectar-badge__inner {
	margin-top: 5px;
}
#hdrbadges{
	position: absolute;
  	bottom: 0;
	width: 100%;
	margin-bottom: 5vh;
}
.nectar-fancy-box .heading-wrap{
	display:none !important;
}
@media only screen and (max-width: 2600px) {
    body.using-mobile-browser .blurred-wrap.blurred {
        -webkit-filter: blur(5px) !important;
        -moz-filter: blur(5px) !important;
        -ms-filter: blur(5px) !important;
        filter: blur(5px) !important;
    }
}