/* NEW NAVIGATION */
* {
	font-family: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	-o-font-feature-settings: 'liga' 1, 'kern'; /* FF old */
    -ms-font-feature-settings: 'liga' 1, 'kern';
    font-feature-settings: 'liga' 1, 'kern';
}
#navigation ul li a.last {
    display: none;
}
#nav .container {
    height: 100%;
    width: 90%;
    margin: 0;
}

div #navigation ul {
	padding: 18px 0px;
}

div#nav {
	height: auto;
}

div#nav, div.nav-spacer {
    height: 92px;
}

#search {
    position: relative;
    float: right;
    width: 100px;
    height: 100%;
    padding: 18px 0px;	
    padding-left: 15px;
    transition: .2s ease-out;
}

div#search:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    height: 64px;
    width: 2px;

    background: #f3f3f3;
}

div#search .artistry-icon-search {
    color: #a1a1a1;
    font-size: 18px;
    line-height: 85px;
    transition: .2s ease-out;
}
a.button2 strong, 
a.button3 strong,
a.button4 strong {
	font-weight: 600;
}
a.button2{
    display: block;
    float: right;
    padding: 12px 18px;
    background-color: white;
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: black!important;
    text-decoration: none;
    letter-spacing: none;
    transition: all .4s;
    clear: both;
    cursor: pointer;
    text-transform: uppercase;
   
}

a.button2:after {
    font-family: artistry!important;
    position: relative;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    display: inline-block;
    margin-left: 12px;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    color: red;
    font-weight: 900;
    text-decoration: none;
    left: 0;
    transition: all .4s
}

a.button2:hover {
	background: #95b740;
	text-decoration: none;
	color: white!important;
}

a.button2:hover:after {
	left: 6px;
	color: white;
}


a.button3 {
    display: block;
    float: right;
    padding: 12px 18px;
    background-color: #d71829;
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: white!important;
    text-decoration: none;
    letter-spacing: none;
    transition: all .4s;
    clear: both;
    cursor: pointer;
    text-transform: uppercase;
   
}

a.button3:after {
    font-family: artistry!important;
    position: relative;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    display: inline-block;
    margin-left: 12px;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    color: white;
    font-weight: 900;
    text-decoration: none;
    left: 0;
    transition: all .4s
}

a.button3:hover {
	background: #95b740;
	text-decoration: none;
	color: white!important;

}

a.button3:hover:after {
	left: 6px;
}

a.button4 {
    display: block;
    float: right;
    padding: 3px 18px;
    background-color: #1f6688;
    font-family: Gotham A,Gotham B,Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: white!important;
    text-decoration: none;
    letter-spacing: none;
    transition: all .4s;
    clear: both;
    cursor: pointer;
    text-transform: uppercase;
   
}

a.button4:after {
    font-family: artistry!important;
    position: relative;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e901";
    display: inline-block;
    margin-left: 12px;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out;
    color: white;
    font-weight: 900;
    text-decoration: none;
    left: 0;
    transition: all .4s
}

a.button4:hover {
	background: #95b740;
	text-decoration: none;
	color: white;

}

a.button4:hover:after {
	left: 6px;
}


div#logo_m img {
    max-width: none;
    max-height: 79px;

}

div#logo_m {
    width: 26%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

div#logo_m a {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

div#nav.fixed {
    height: 69px;
    z-index: 3000;
    box-shadow: 0 0 40px rgba(0,0,0,.2);
}

div#nav.fixed #navigation ul {
    padding: 7px 0px;
}

div#nav.fixed div#search:after {
    height: 40px;	
}

div#nav.fixed div#search .artistry-icon-search {
    line-height: 68px;
}

div#nav.fixed div#search input[type=search], 
div#nav.fixed div#search input[type=text] {
    margin: 5px 0px!important;
}

div#nav.fixed div#logo_m img {
    max-width: none;
    max-height: 65px;
}

@media (max-width:1150px) {
	#nav .container {
    	width: 99%;
}
}
@media (max-width:900px) {
	#search input[type=search], #search input[type=text] {
   	 	width: 83%!important;
   	 	float: right;
   	}
}

@media (max-width:1045px) {
	div#navigation>ul>li>a {
		padding: 0 7px!important;
	}
}
@media (max-width: 768px) {
	div#logo_m {
		width: 27%;	
	}
	
	#nav>.container {
	    width: 97%!important;
	}
}
@media (max-width: 767px) {
	div#logo_m {
		width: 100%;	
	}
	div #navigation ul {
   	 	padding-bottom: 0;
	}
	#search {
	    padding: 0px 0px;
	}
	div#nav, div.nav-spacer {
    	height: auto;
	}
	#nav>.container {
	    width: 100%!important;
	}
	
	#search .artistry-icon-search {
    	color: #a1a1a1;
		font-size: 14px;
		line-height: 49px!important;
    }
}