/*-----------------------------------------------------------------------------------
	SafariGear
	About: Premium template for Blocs 4, which can be used for any type of business or personal website.
	Author: Blocs Templates
	Version: 4.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
.fill-bloc-top-edge.sticky{
	background-color:rgb(240, 130, 49);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* Scroll FX */
.scroll-fx-in-range{
	will-change: opacity;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.navbar-brand{
	font-family:"Lato";
	font-weight:700;
	font-size:21px;
	line-height:38px;
	padding-right:28px;
	padding-left:28px;
	text-transform:uppercase;
	color:#FEFFFF!important;
}
.navbar-brand:hover{
	color:#000000!important;
}
.navbar-nav li a{
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	line-height:24px;
	margin-right:7px;
	margin-left:7px;
	text-align:center;
	color:#FEFFFF!important;
}
.navbar-nav li a:hover{
	color:#000000!important;
}
.winter-menu-button{
	color:#FEFFFF!important;
	background-color:#A8CE45;
	min-width:100px;
	text-align:center;
	border-radius:5px 5px 5px 5px;
}
.winter-menu-button:hover{
	background-color:#8DCF38;
}
h1{
	font-family:"Lato";
	font-weight:900;
	font-size:50px;
	line-height:58px;
}
h2{
	font-family:"Lato";
	font-weight:700;
	font-size:30px;
	line-height:38px;
}
h3{
	font-family:"Lato";
	font-weight:300;
	font-size:23px;
	line-height:31px;
}
.winter-black-button{
	text-transform:uppercase;
	font-size:14px;
	line-height:28px;
	font-family:"Lato";
	font-weight:700;
	letter-spacing:0.03rem;
	padding-right:28px;
	padding-left:28px;
	background-color:#F08332;
	border-radius:5px 5px 5px 5px;
}
.winter-black-button:hover{
	background-color:#AE6835;
}
.winter-card{
	margin-top:0px;
	box-shadow:0px 4px 30px rgba(0,0,0,0.1);
	margin-bottom:28px;
	padding:50px 28px 28px 28px;
}
.winter-card:hover{
	margin-top:-5px;
	box-shadow:0px 28px 30px rgba(0,0,0,0.2);
}
.winter-icon{
	margin-bottom:28px;
	color:#5AD394!important;
}
h4{
	font-family:"Lato";
	font-weight:400;
	font-size:20px;
	line-height:28px;
}
p{
	font-family:"Lato";
	font-weight:300;
	font-size:16px;
	line-height:24px;
	color:#000000!important;
}
a{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	line-height:22px;
}
.winter-white-wire-button{
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	line-height:28px;
	padding-right:28px;
	padding-left:28px;
	border-style:solid;
	border-color:#F08131!important;
	background-color:transparent;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.winter-white-wire-button:hover{
	background-color:#FEFFFF;
	color:#000000!important;
}
.winter-video-hover{
	font-family:"Lato";
	font-weight:300;
	letter-spacing:1px;
	color:#000000!important;
}
.winter-newsletter-input{
	background-color:transparent;
	text-align:center;
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:24px;
	margin-bottom:20px;
	max-width:328px;
	margin-right:auto;
	margin-left:auto;
	border-style:solid;
	border-color:#C0C0C0!important;
	color:#FEFFFF!important;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 1px 0px;
}
.winter-newsletter-input:hover{
	border-color:#FEFFFF!important;
	border-style:solid;
	background-color:transparent;
	color:#FEFFFF!important;
	border-width:0px 0px 1px 0px;
}
.winter-newsletter-input:active{
	background-color:transparent;
}
.form-control:focus{
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	background-color:transparent;
}
.form-control:focus:active{
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	background-color:transparent;
}
.form-control:focus:hover{
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	background-color:transparent;
}
.alert{
	background-color:transparent;
	color:#000000!important;
	text-align:left;
	font-family:"Lato";
	font-weight:300;
	font-size:14px;
	line-height:22px;
	border-width:0px 0px 0px 0px;
}
.alert:active{
	border-width:0px 0px 0px 0px;
}
.winter-contact-panel{
	margin-top:-350px;
	background-color:rgba(255,255,255,0.9);
	max-height:240px;
}
label{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	color:#000000!important;
	margin-top:3px;
}
.winter-contact-form{
	background-color:#FEFFFF;
	font-family:"Lato";
	font-weight:300;
	font-size:14px;
	line-height:22px;
	border-radius:0px 0px 0px 0px;
}
.label-style{
	margin-top:5px;
}
.container-div-style{
	width:100%;
}
.winter-contact-form-button{
	color:#FEFFFF!important;
	background-color:#000000;
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	line-height:28px;
}
.winter-contact-form-button:hover{
	background-color:#424242;
	color:#FEFFFF!important;
}
.winter-footer-logo{
	text-transform:uppercase;
	color:#000000!important;
	background-color:#FEFFFF;
	padding-top:10px;
	padding-bottom:10px;
	width:200px;
	margin-right:auto;
	margin-left:auto;
	letter-spacing:2px;
}
.winter-footer-social-icon{
	color:#FEFFFF!important;
	margin-right:3px;
	margin-left:3px;
	text-shadow:0px 0px 10px rgba(255,255,255,0.0);
}
.winter-footer-social-icon:hover{
	text-shadow:0px 0px 10px rgba(255,255,255,0.5);
}
.sticky-nav.sticky{
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	background-color:rgba(255,255,255,0.9);
}
.sticky-nav.sticky:hover{
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
}
.winter-navigation{
	padding-top:5px;
	padding-bottom:5px;
}
.winter-about-icon{
	color:#C0C0C0!important;
}
.winter-about-icon:hover{
	color:#000000!important;
}
.winter-features-icon{
	box-shadow:0px 5px 10px rgba(66,66,66,0.1);
	border-width:0px 0px 0px 0px;
}
.winter-features-icon:hover{
	margin-top:-3px;
	box-shadow:0px 10px 28px rgba(66,66,66,0.2);
}
.winter-features-quality-icon{
	color:#FEFFFF!important;
	margin-bottom:10px;
	border-color:#FEFFFF!important;
	margin-top:28px;
	border-width:5px 0px 5px 0px;
}
.winter-features-quality-icon:hover{
	color:#000000!important;
	background-color:#FEFFFF;
	box-shadow:0px 0px 30px rgba(255,255,255,0.5);
}
.winter-services-number{
	text-align:center;
	font-family:"Lato";
	font-weight:900;
	color:rgba(192,192,192,0.1)!important;
	font-size:128px;
	margin-left:50px;
}
.winter-services-column{
	margin-bottom:50px;
}
.winter-image-bloc-1{
	background-image:url("img/hero%20white.jpg");
}
.winter-image-bloc-1:hover{
	background-image:url("img/4.jpeg");
}
.winter-image-bloc-2{
	background-image:url("img/3%20white.jpg");
}
.winter-image-bloc-2:hover{
	background-image:url("img/3.jpeg");
}
.winter-blog-card{
	padding:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.winter-blog-card:hover{
	border-width:0px 0px 0px 0px;
}
h5{
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	line-height:22px;
}
.winter-blog-article-title{
	font-size:20px;
	color:#000000!important;
}
.winter-blog-article-title:hover{
	color:#424242!important;
}
.winter-blog-panel{
	box-shadow:5px 0px 30px rgba(192,192,192,0.2);
	margin-bottom:80px;
}
.winter-blog-text{
	padding:28px 28px 28px 28px;
}
.winter-blog-panel:hover{
	box-shadow:0px 10px 30px rgba(192,192,192,0.3);
	margin-top:-5px;
}
.navbar-brand img{
	width:100px;
	height:100px;
}
.h3-style{
	font-size:18px;
}
.ccc{
	font-family:"Lato";
	font-weight:300;
	font-size:16px;
	color:#212121!important;
}
.dddd{
	border-radius:20px 20px 20px 20px;
}
.p-margin-left{
	margin-left:-18px;
	font-size:14px;
}
.p-style{
	font-size:12px;
	margin-bottom:0px;
	line-height:12px;
}
.p-features-style{
	font-size:14px;
	margin-bottom:0px;
}
.p-10-style{
	font-size:14px;
	margin-bottom:0px;
}
.p-13-style{
	font-size:14px;
	margin-bottom:0px;
}
.p-14-style{
	font-size:14px;
	margin-bottom:0px;
}
.p-16-style{
	font-size:14px;
	margin-bottom:0px;
}
.p-15-style{
	font-size:14px;
	margin-bottom:0px;
}
.p-11-style{
	font-size:15px;
	margin-bottom:0px;
	line-height:23px;
}
.p-12-style{
	font-size:14px;
	margin-bottom:0px;
}
.shd{
	box-shadow:8.30px -7.22px 16px #C0C0C0;
}
.drn{
	color:#4ECD81!important;
}
.p-about-style{
	font-size:14px;
}
.p-2-style{
	font-size:14px;
}
.p-4-style{
	font-size:14px;
}
.rndbord{
	border-style:solid;
	border-color:#4ECD80!important;
	border-radius:50px 50px 50px 50px;
	border-width:2px 2px 2px 2px;
}
.colhight{
	margin-top:-20px;
}
.logtop{
	margin-top:-30px;
}
.designer-form{
	background-color:transparent;
	font-family:"Lato";
	font-weight:300;
	border-style:solid;
	border-color:rgba(0,0,0,0.37)!important;
	color:#000000!important;
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	border-radius:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.designer-form:hover{
	background-color:transparent;
	border-color:#54B64E!important;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
}
.designer-form:active{
	background-color:transparent;
	box-shadow:0px 0px 0px rgba(0,0,0,0.0);
	text-shadow:0px 0px 0px rgba(0,0,0,0.0);
}
.designer-alert-padding{
	margin-top:15px;
	margin-bottom:15px;
	font-family:"Lato";
	font-weight:300;
}
.designer-wire-button{
	padding-right:28px;
	padding-left:28px;
	font-size:13px;
	text-transform:uppercase;
	line-height:25px;
	border-style:solid;
	color:#679C40!important;
	border-color:#669C40!important;
	background-color:transparent;
	border-width:1px 1px 1px 1px;
}
.designer-wire-button:hover{
	background-color:#632064;
	border-style:solid;
	color:#000000!important;
	box-shadow:0px 0px 14px rgba(255,251,0,0.3);
	border-width:1px 1px 1px 1px;
}
.icon-form-padding-top{
	padding-top:45px;
}
.icon-padding-top{
	padding-top:15px;
}
.icon-0-padding-top{
	padding-top:32px;
}
.icon-0-form-padding-top{
	padding-top:24px;
}
.h4-style{
	font-size:25px;
	margin-top:1px;
	color:#FEFFFF!important;
}
.h4-newcastle- -style{
	font-size:25px;
}
.icon-20801-padding-top{
	padding-top:9px;
}
.whit{
	color:#FEFFFF!important;
}
.p-55-style{
	font-size:14px;
	margin-top:19px;
}
.topspace{
	margin-top:49px;
}
.h3-about-us-style{
	font-size:15px;
	line-height:20px;
	margin-bottom:0px;
}
.h3-3-style{
	font-size:14px;
	line-height:20px;
	margin-bottom:0px;
}
.img-about-us-style{
	width:570px;
}
.h2-margin-top{
	margin-top:0px;
	margin-bottom:0px;
	font-size:30px;
}
.ffff{
	padding-bottom:11px;
	margin:12px 0px 0px 0px;
}
.ggggg{
	margin-bottom:0px;
	padding-top:15px;
	padding-bottom:17px;
	border-radius:5px 5px 5px 5px;
}
.img-contact-style{
	height:30px;
	width:50px;
	margin-bottom:10px;
}
.img-downlo-style{
	height:30px;
	width:50px;
	margin-bottom:10px;
}
.img-flag-chi-style{
	height:30px;
	width:50px;
	margin-bottom:10px;
}
.img-9-style{
	width:50px;
	margin-bottom:10px;
}
.img-whatsa-style{
	width:31px;
	margin-top:-201px;
	padding-top:0px;
	margin-left:290px;
	margin-right:117px;
}
.fb{
	margin-top:-31px;
	margin-left:440px;
}
.inst{
	margin-left:480px;
	margin-top:-30px;
}
.nv{
	margin-top:31px;
}
.frmtxt{
	color:#000000!important;
}
.h3-funded-style{
	font-size:22px;
}
.h3--50-000 -style{
	font-size:22px;
}
.h3--75-000-style{
	font-size:22px;
}
.h3-12-style{
	font-size:22px;
}
.img-margin-top{
	margin-top:12px;
}
.img-funded-style{
	width:89px;
	margin-left:167px;
	margin-top:-98px;
}
.img-advantage-margin-top{
	margin-top:18px;
}
.h2-style{
	font-size:50px;
}
.h3-advantage-style{
	font-size:30px;
}
.aa{
	margin-bottom:0px;
}
.icnside{
	margin-right:0px;
}
.leftsd{
	margin-left:15px;
}
.row-margin-top{
	margin-top:0px;
}
.row-advantage-margin-top{
	margin-top:0px;
}
.img-style{
	width:141px;
	margin-top:8px;
}
.h1-color{
	color:#ffffff;
	font-size:40px;
}
.img-5-style{
	height:239px;
	width:570px;
}
.bloc-divider-b-style{
	height:130px;
	fill:#2B2B2B;
}
.h1-style{
	font-size:70px;
	margin-bottom:35px;
}
.bloc-divider-b-0-style{
	height:30px;
	fill:#F08131;
}
.topicn{
	margin-top:4px;
}
.bloc-divider-t-style{
	height:20px;
	fill:#F08231;
}
.whtpar{
	color:#FEFFFF!important;
	font-weight:bold;
}
.icntop{
	margin-top:5px;
	color:#FEFFFF!important;
}
.bloc-margin-top{
	margin-bottom:-13px;
}
.row-padding-top{
	padding-top:0px;
	margin-top:29px;
}
.p-margin-top{
	margin-top:19px;
	line-height:25px;
	font-size:20px;
}
.bloc-divider-t-fill{
	fill:#F08231;
	height:20px;
}
.grn{
	color:#8DF900!important;
}
.grn:hover{
	color:#8DF900!important;
}
.p-margin-bottom{
	margin-bottom:0px;
}
.p-contact-margin-bottom{
	margin-bottom:0px;
}
.p-9-margin-bottom{
	margin-bottom:0px;
}
.p-12-margin-bottom{
	margin-bottom:0px;
}
.p-15-margin-bottom{
	margin-bottom:0px;
}
.p-10-margin-bottom{
	margin-bottom:0px;
}
.img-4-style{
	height:178px;
}
.img-5-about-us-style{
	height:178px;
}
.szg{
	font-size:20px;
}
.img-wimpy-lo-style{
	width:250px;
	height:198px;
}
.img-13-style{
	width:250px;
	height:240px;
}
.img-salsa-lo-style{
	width:250px;
	height:246px;
}
.img-grill-o-steake-style{
	width:250px;
	height:198px;
}
.img-8-style{
	width:549px;
}
.p-9-style{
	font-size:15px;
	line-height:24px;
}
.p-7-style{
	font-size:15px;
}
.img-bloc-7-style{
	width:250px;
	height:198px;
}
.btn-style{
	font-weight:normal;
}
.zzzz{
	margin-top:0px;
	margin-bottom:-10px;
	color:#477CD9!important;
}
.img-banner1-p-style{
	width:487px;
}
.p-bloc-5-style{
	font-size:17px;
}
.p-142-style{
	font-size:17px;
}
.p-147-style{
	font-size:17px;
}
.p-145-style{
	font-size:17px;
}
.par-blue{
	color:#477CD9!important;
	font-weight:700;
	margin-left:-50px;
	font-size:18px;
}
.radclass{
	font-size:20px;
	font-weight:normal;
}
.p-bloc-7-margin-bottom{
	margin-bottom:0px;
}
.p-bloc-3-margin-bottom{
	margin-bottom:0px;
}
.top-marg{
	margin-top:0px;
}
.h3-40399-style{
	font-size:18px;
}
.h3-4-style{
	font-size:18px;
}
.h3-5-style{
	font-size:18px;
}
.img-casa-minha-lo-style{
	height:198px;
	width:250px;
}
.img-x-burger-lo-style{
	height:60px;
	width:250px;
}
.img-orexi-greek-lo-style{
	height:240px;
	width:250px;
}
.img-32-style{
	height:65px;
	width:250px;
}
.img-33-style{
	height:100px;
	width:250px;
}
.bloc-divider-b-bloc-4-style{
	height:50px;
	fill:#477CD9;
}
.bloc-divider-t-bloc-5-style{
	height:50px;
	fill:#477CD8;
}
.bloc-divider-t-contact-style{
	height:50px;
	fill:#F08031;
}
.bloc-divider-b-bloc-19-style{
	height:50px;
	fill:#F08131;
}
.bloc-divider-t-bloc-19-fill{
	fill:#F08231;
	height:50px;
}
.bloc-divider-b-bloc-7-style{
	height:50px;
	fill:#F08231;
}
.bloc-divider-b-fill{
	fill:#477CD8;
	height:50px;
}
.bloc-divider-b-bloc-5-style{
	height:50px;
	fill:#4578D2;
}
.bloc-divider-t-0-style{
	height:50px;
	fill:#477CD8;
}
.whtnav{
	font-weight:bold;
	color:#000000!important;
	margin-top:7px;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
}
.listnav{
	margin-right:0px;
	padding-right:0px;
}
.img-comm-style{
	width:512px;
}
.img-80-style{
	width:784px;
}
.icnsss{
	color:#FEFFFF!important;
}
.colnav{
	background-color:#477BD9;
	padding-right:0px;
	margin-right:0px;
	margin-left:0px;
}
.whitnav2{
	padding-left:0px;
	padding-right:0px;
	text-align:center;
	margin:0px 15px 0px 0px;
}
.btm-nav{
	padding-bottom:0px;
	margin:0px 0px 0px 0px;
}
.ddddddd{
	margin-top:0px;
	padding-top:0px;
}
.pol-left{
	margin-left:7px;
}
.pddd{
	padding:15px 15px 15px 15px;
}
.img-hero-style{
	width:500px;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-outer-space{
	background-color:rgba(66,66,66,0.77);
}
.bgc-cadmium-orange{
	background-color:#F08231;
}
.bgc-dark-jungle-green{
	background-color:#212121;
}
.bgc-cadmium-orange-2{
	background-color:#F08231;
}
.bgc-black{
	background-color:#000000;
}
.bgc-yellow-green{
	background-color:#9DD01A;
}

/* Text colour styles */

.tc-cadmium-orange{
	color:#F08231!important;
}
.tc-white{
	color:#FEFFFF!important;
}
.tc-black{
	color:#000000!important;
}

/* Icon colour styles */

.icon-cadmium-orange{
	color:#F08231!important;
	border-color:#F08231!important;
}

/* Bloc image backgrounds */

.bg-black-friday-elements-assortment{
	background-image:url("img/black-friday-elements-assortment.jpeg");
}
.bg-african-leopard-sitting-tree-looking-around-jungle{
	background-image:url("img/african-leopard-sitting-tree-looking-around-jungle.jpeg");
}
.bg-african-elephants-together-nature{
	background-image:url("img/african-elephants-together-nature.jpeg");
}
.bg-lioness-resting-proudly-grass-covered-fields{
	background-image:url("img/lioness-resting-proudly-grass-covered-fields.jpeg");
}
.bg-beautiful-shot-lazy-leopard-resting-tree-with-blurred-background-181624-19546{
	background-image:url("img/beautiful-shot-lazy-leopard-resting-tree-with-blurred-background_181624-19546.jpeg");
}
.bg-field-covered-greenery-surrounded-by-zebras-sunlight-blue-sky-181624-18150{
	background-image:url("img/field-covered-greenery-surrounded-by-zebras-sunlight-blue-sky_181624-18150.jpeg");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	h1{
		font-size:45px;
		line-height:53px;
	}
	h2{
		font-size:28px;
		line-height:36px;
	}
	h3{
		font-size:22px;
		line-height:30px;
	}
	h4{
		font-size:19px;
		line-height:27px;
	}
	p{
		font-size:15px;
		line-height:23px;
	}
	.winter-card{
		margin-bottom:28px;
		padding:14px 0px 14px 0px;
	}
	.alert{
		padding-right:28px;
		padding-left:28px;
		background-color:transparent;
	}
	.alert:hover{
	}
	.navbar-nav li a{
		margin-right:4px;
		margin-left:4px;
	}
	.winter-menu-button{
		margin-top:0px;
	}
	.winter-features-icon{
		;
	}
	.winter-features-icon-column{
		padding:0px 0px 0px 0px;
	}
	.winter-services-number{
		text-align:left;
		margin-left:0px;
		margin-bottom:-28%;
		color:rgba(214,214,214,0.1)!important;
	}
	a{
		font-size:13px;
		line-height:21px;
	}
	.winter-blog-text{
		padding:14px 14px 14px 14px;
	}
	
}

@media (max-width: 767px){
	h1{
		font-size:40px;
		line-height:48px;
	}
	h2{
		font-size:25px;
		line-height:33px;
	}
	h3{
		font-size:21px;
		line-height:29px;
	}
	h4{
		font-size:18px;
		line-height:26px;
	}
	.winter-card{
		margin-bottom:28px;
		padding:40px 28px 28px 28px;
	}
	.winter-contact-panel{
		text-align:center;
	}
	.blocsapp-special-menu blocsnav{
		background-color:#FEFFFF;
	}
	.close-special-menu .close-icon{
		color:#000000!important;
		background-color:#000000;
	}
	.winter-menu-button{
		margin-top:10px;
	}
	a{
		font-size:12px;
		line-height:20px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:35px;
		line-height:43px;
	}
	h2{
		font-size:23px;
		line-height:31px;
		font-family:"Lato";
		font-weight:700;
		text-transform:none;
	}
	h3{
		font-family:"Lato";
		font-weight:300;
		font-size:20px;
		line-height:28px;
	}
	h4{
		font-size:17px;
		line-height:25px;
	}
	p{
		font-size:14px;
		line-height:22px;
	}
	.winter-card{
		padding-right:14px;
		padding-left:14px;
	}
	.winter-contact-panel{
		max-height:400px;
		margin-top:-430px;
		text-align:center;
	}
	a{
		font-size:12px;
		line-height:20px;
	}
	.winter-blog-text{
		padding:14px 14px 14px 14px;
	}
	.designer-wire-button{
	}
	.h4-style{
		margin-top:20px;
	}
	.navbar-brand img{
		width:150px;
		height:100px;
	}
	.img-funded-style{
		margin-top:-92px;
		margin-left:140px;
	}
	.img-margin-top{
		margin-top:14px;
	}
	.h1-style{
		line-height:70px;
		font-size:35px;
	}
	.img-style{
		margin-bottom:23px;
	}
	.img-5-style{
		width:281px;
	}
	.h1-margin-top{
		margin-top:35px;
	}
	.btn-margin-top{
		margin-top:-88px;
	}
	.winter-black-button{
	}
	.navbar-nav li a{
		color:#000000!important;
	}
	.icnsss{
		color:#000000!important;
		text-align:center;
	}
	.btmnav{
		margin-top:10px;
	}
	.bloc-divider-b-0-fill{
		fill:#477BD9;
		height:50px;
	}
	.colnav{
		text-align:center;
	}
	.whitnav2{
		text-align:center;
		margin-left:-300px;
	}
	.middl{
		text-align:center;
		margin-left:-300px;
	}
	.tp1{
		padding-top:25px;
	}
	.h2-style{
		line-height:50px;
	}
	
}

