/* Eric Meyer's Reset */
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, :before, :after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	outline: none;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size:10px;
}
/*font face*/
body {
	font-size: 62.5%;
	font-family: 'Avenir';
	line-height: 1.2;
	color:#000;
	background: #000;
}
img{
	width: 100%;
	height: auto;
}
p{
	margin: 0;
}
body img {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  -o-user-select: none;
  user-select: none;          
}
figure{
	margin-bottom: 0;
	margin: 0;
}
*:focus {
    outline: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*
 2.0.1) Font Face
 -----------------------------*/
/*Put Your font face Styles here*/
@font-face {
    font-family: 'Avenir';
    src: url('../woff2/avenir-roman.woff2') format('woff2'),
        url('../woff/avenir-roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../woff2/avenir-medium.woff2') format('woff2'),
        url('../woff/avenir-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../woff2/helveticaneue-bold.woff2') format('woff2'),
        url('../woff/helveticaneue-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../woff2/avenir-black.woff2') format('woff2'),
        url('../woff/avenir-black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url('../woff2/avenir-heavy.woff2') format('woff2'),
        url('../woff/avenir-heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../woff2/helveticaneue.woff2') format('woff2'),
        url('../woff/helveticaneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../woff2/helveticaneue-bold.woff2') format('woff2'),
        url('../woff/helveticaneue-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}


/*
 2.0.3) Form Elements
 -----------------------------*/
button, input, optgroup, select, textarea {
	margin: 0;
	padding: 0;
	font-size: 100%;
	color: inherit;
	background: #fff;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
}
input,select,textarea{
	-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	border-radius:0;
}
a{
	color:#fff;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color:#000;
}
a:focus{
	outline: none;
	border:none;
}
input {
	line-height: normal;
}
input:focus, select:focus, textarea:focus, button:focus {
	border:none;
	outline: 0;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
	border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
	-webkit-appearance: none;
	cursor: pointer;
	line-height: normal;
	overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
	color: #999;
	border-color: #ccc;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/*
 2.0.4) List Styles
 ---------------------------------*/
button{
	border:none;
	background: transparent;
}

/*
 2.0.9) Sprite Icons
 -------------------------*/
[class^="icon-"], [class*="icon-"] {
	background-image: url("../png/sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 14px;
	line-height: 14px;
	margin-top: 1px;
	vertical-align: text-top;
	width: 14px;
	font-size: 0;
}

/* Containers
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}
ul{
	padding: 0;
	list-style-type: none;
}

.clearfix {
	display: block;
}
.container{
	max-width:1345px;
	margin: 0 auto;
	padding: 0 15px;
}
/*global heading*/
h1,h2,h3,h4,h5,h6{
	margin: 0;
}
h1{
	color:#252D36;
}
h2{
	font-size: 2.2rem;
	margin-bottom: 8px;
	font-weight:600;
}

.d-flex {
    display: -ms-flexbox;
    display: flex
}
.justify-content-start {
    -ms-flex-pack: start;
    justify-content: flex-start
}
.justify-content-end {
    -ms-flex-pack: end;
    justify-content: flex-end
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between
}
.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start
}
.align-items-end {
    -ms-flex-align: end;
    align-items: flex-end
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center
}
.align-items-baseline {
    -ms-flex-align: baseline;
    align-items: baseline
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
/*
 3.) Site Wide Content
 ------------------------------*/
#wrapper {
}
/*
 4.) Header Styles
 ------------------------------*/
.header{
	position: fixed;
	background:#000;
	padding:28px 0 18px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.hamburger{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right: 10px;
}
.hamburger span{
	display: block;
	width: 44px;
	height: 2px;
	background: #fff;
	margin-bottom: 7px;
}
.hamburger span:last-child{
	margin-bottom: 0;
}
.nav{
	position: absolute;
	top: 100%;
	left: 0;
	transform:translateX(100%);
	width: 100%;
	padding: 15px;
	background: #F2F2F2;
	transition: all 0.5s ease;
}
.menu{
	width: 100%;
	margin-bottom:25px;
}
.nav-link{
	color:#000;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	transition: all 0.5s ease;
	letter-spacing: 0.2px;
	text-decoration: none;
	transition: all 0.5s ease;
}

.menu li{
	margin-bottom: 10px;
	position:relative;
}
.menu li:last-child{
	margin-bottom: 0;
}
.menu:hover .nav-link{
	opacity: 0.5890997;
}
.menu .nav-link:hover{
	opacity:1;
	text-decoration: underline;
}
.logo{
	width: 110px;
	display: block;
	height: 55px;
	/*background: url("../images/logo.png") 0 0 no-repeat;*/
	background: url("../png/w3_awards_white_small-2x.png") 0 0 no-repeat;
	/*background-size: 110px 55px;*/
	background-size: contain !important;
	transition: all 0.5s ease;
}
.logo:hover{
	opacity: 0.5890997;
}
.active .nav{
	transform:none;
}
.signup-link{
	display: block;
	width: 180px;
	color:#000;
	background: #fff;
	font-weight: 500;
	text-align: center;
	border-radius: 33px;
	padding: 18px;
	font-size: 1.6rem;
	cursor: pointer;
	transition: all 0.5s ease;
}
.signup-link:hover{
	opacity: 0.5890997;
}
.icon-next{
	background-position: -244px -133px;
    width: 17px; 
	height: 14px;
	margin-left: 12px;
}
/*secondary-header*/
.secondary-header{
	background: #fff;
}
.secondary-header .logo{
	/*background: url("../images/logo-black.png") 0 0 no-repeat;*/
	background: url("../png/w3_awards_black_small-2x.png") 0 0 no-repeat;
	/*background-size: 110px 55px;*/
	background-size: contain !important;

}
.secondary-header .signup-link{
	background: #000;
	color:#fff;
	width: 170px;
}
.secondary-header .icon-next{
	background-position:-244px -98px;
	width: 17px;
	height: 15px;
	margin-left: 12px;
}
.secondary-header .hamburger span{
	background: #000;
}

/*footer*/	
.footer{
	background: #fff;
	padding: 47px 0;
	position: relative;
}
.footer-logo{
	margin-bottom:20px;
	max-width: 143px;
}
.footer-content{
	max-width: 1275px;
	padding: 0 15px;
	margin:0 auto;
}
.footer-wrap{
	width: 100%;
	max-width: 160px;
	text-align: center;
	margin-bottom:25px;
}
.footer-list a,.copywrite{
	font-size: 1.3rem;
	color:#000;
	font-weight: normal;
}
.copywrite{
	padding: 0 15px;
	display: block;
	margin-top:50px;
}
.footer-list a:hover{
	text-decoration: underline;
}
.social-wrapper{
	width: 135px;
}
.social-wrapper i:hover{
	opacity: 0.5;
}
.icon-insta{
	background-position:  -126px -182px;
	width: 23px;
	height: 22px;
}
.icon-twitter{
	background-position: -164px -156px;
	width: 25px;
	height: 20px;
}
.icon-fb{
	background-position: -132px -152px;
	width: 10px;
	height: 21px;
}
/*For Elements  CSS*/
.default-form input[type="checkbox"],.default-form input[type="radio"]{
	height:40px;
	width:40px;
	margin: 10px;
	-webkit-appearance: revert;
	-moz-appearance:  revert;
	appearance:  revert;
}
.form-elements input[type="checkbox"],.form-elements input[type="radio"]{
	height:100%;
	width:100%;
	top:0;
	left:0;
	position: absolute;
}
.form-row{
	position: relative;
	margin: 10px;
	display: inline-block;
}
input[type="radio"] ~ .checkmark {
  border-radius:50%;
}
.checkmark {
  height: 40px;
  width: 40px;
  z-index: 1;
  position: relative;
  display: block;
  border: 1px solid #000;
}
.form-row input:checked ~ .checkmark {
  background-color: #EF5223;
  border-color: #EF5223;
}
/*Menu Navigation*/
.submenu{
	width: 100%;
	display: none;
}
.menu-list{
	margin-top:5px;
}
.menu li:hover .submenu{
	display: block;
}
.menu-list li{
	padding: 0 !important;
}
.menu-list li a{
	padding:0 15px;
	display: block;
	color:#000;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: left;
}
.menu-list li a:hover{
	color : #EF5223;
}

