
/*
-------------------------------------
NAV
-------------------------------------
*/

ul.sf-menu {
	overflow-y: hidden;
	overflow-x: hidden;
}

ul.sf-menu {
	width: 30px;
	height: 100px;
	z-index: 9999;
	float: right;
}

ul.sf-menu img {
	padding: 41px 0;
	margin: 0 auto;
}

li.menu-btn {
	display: block;
	background: none;
	border: none;
	outline: none;
	width: 30px;
	height: 100px;
	cursor: pointer;
	background-size: 40px;
	z-index: 9999;
}

li.menu-btn::before {
	display: none;
}

.logo img {
	width: 25px;
	position: absolute;
	bottom: 20px;
	left: 24px;
}

img.logo-mobile {
	display: none;
}

.sf-menu>li>ul>li.sfHover,
.sf-menu>li>ul>li>a:focus, .sf-menu>li>ul>li>a:hover, .sf-menu>li>ul>li>a:active {
	outline: 0;
}

.sf-menu ul {
	position: absolute;
	display: none;
	width: 600px;
	right: 0;
	top: 100px;
}

.sf-menu li:hover {
	visibility:	inherit;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	display: none;
}

.sf-menu a {
	display: block;
	position: relative;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
	-o-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.sf-menu a:hover {
	color: #70d44b;
}

ul#menu li {
	
}

ul#menu a {
	padding: 20px 50px 20px 120px;
	display: block;
	-o-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
	outline: none;
	font-size: 40px;
	color: #fff;
}

ul#menu a:hover, .current {
	color: #70d44b !important;
}

a.current {
	cursor: default;
}

.sf-menu li > ul {
    padding: 90px 100px;
	background: #006580;
}

/*
-------------------------------------
BASE CLASSES
-------------------------------------
*/

*, *:before, *:after {
	box-sizing: border-box;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}

body {
	margin: 0; 
	padding: 0;
	min-width: 300px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	outline: none;
	background: #fff;
}

html, body {
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

img, video {
	display: block;
	border: 0;
	width: 100%;
	max-width: 100%;
}

section, article, header, footer, nav, aside, hgroup {
	display: block;
}

.expander {
	clear: both;
}

button::-moz-focus-inner {
	border: 0;
}

.wideblock {
	padding: 150px 0;
}

.block {
	width: 1300px;
	position: relative;
	margin: 0 auto;
}

/*
-------------------------------------
TYPOGRAPHY
-------------------------------------
*/

h1 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

h2, h3, h4 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
}

h5, h6, p, li, a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li {
	font-weight: normal;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	color: #111;
	cursor: default;
	line-height: 120%;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 25px;
}

p, li {
	font-size: 15px;
	line-height: 140%;
}

a {
	color: #222;
	text-decoration: none;
	outline: none;
}

ul {
	margin: 0;
	padding: 0;	
}

ul li {
	list-style: none;
}

/*
-------------------------------------
CENTRE HOVER
-------------------------------------
*/

.cenrel {
	position: relative;
}

.cenabs {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 500;
}

.centab {
	display: table;
	width: 100%;
	height: 100%;

}

.cencell {
	display: table-cell;
	vertical-align: middle;
}

.cencontent {
	margin: 0 auto;
}

.cover {
	display: none;
	background: rgba(0, 0, 0, 0.5);
}

.cover img {
	margin: 0 auto;
	width: 50px !important;
}

.cover a {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
  
/*
-------------------------------------
GRIDS
-------------------------------------
*/

.col-2 {
	width: 50%;
}

.col-3 {
	width: 33.333%;	
}

.col-4 {
	width: 25%;	
}

.col-5 {
	width: 20%;
}

.col-6 {
	width: 66.666%;	
}

.col-7 {
	width: 75%;	
}

.col-8 {
	width: 12.5%;
}

.col-9 {
	width: 80%;	
}

.col-10 {
	width: 40%;	
}

.col-3.gutter {
	width: 30%;
	margin-left: 5%;
}

.col-3.gutter:first-child {
	margin-left: 0;
}

.pos-rel {
	position: relative;
}

.pos-abs {
	position: absolute;
}

.pos-fixed {
	position: fixed;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.width-100 {
	width: 100%;
}

.height-100 {
	height: 100vh;
}

.cover-bg {
	background-size: cover !important;
	-moz-background-size: cover !important;
	-webkit-background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center;
}

.filter {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	z-index: 200;
}

/*
-------------------------------------
PADDING AND MARGIN
-------------------------------------
*/

.spc-sm {
	padding: 30px;
}

.spc-md {
	padding: 50px;	
}

.spc-lg {
	padding: 100px;	
}

.spc-xl {
	padding: 150px;
}

/*
-------------------------------------
VINCE'S SLICK
-------------------------------------
*/

.bg-slick, .bg-slick .slick-list, .bg-slick .slick-track {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.bg-slick div.slide {
	position: relative;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

.fade-slick {
	background-color: #fff;
}

