.header {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #006ab3;
	height: 90px;
}

.logo {
	float: left;
	max-width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.logo img {
	vertical-align: middle;
	width: 600px;
	height: auto;
	border: none; /* For IE */
}

.menu {
	background-color: #006ab3;
	text-decoration: none;
    line-height: normal;
}

.menu a {
	cursor: pointer;
	text-decoration: none;
    border-bottom: 1px solid #006ab3;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

.menu a:focus,
.menu a:hover,
.menu a:active {
	border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.menu a.menu_link_active {
	border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.menu_container {
    height: 44px;
}

.menu_content {
	margin-left: -20px;
    margin-right: -20px;
}

.menu_list {
	margin-top: 10px;
	margin-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
	list-style: none outside none;
	color: #FFFFFF;
}

.menu_list li {
	margin-right: 15px;
	display: inline-block;
}

/* Juster height */
ul.menu_list {
	height: 14px;
}

.menu_box {
	background-color: #006ab3;
    float: right;
	cursor: pointer;
    height: 44px;
}

.menu_box a {
	border-bottom: 0;
	transition: all 0.4s ease 0s;
}

.menu_box:focus,
.menu_box:hover,
.menu_box:active {
	background: none repeat scroll 0 0 #8ab2db;
    color: #FFF;
}

.menu_box a:focus,
.menu_box a:hover,
.mmenu_box a:active {
    color: #FFF;
}

.menu_box_nobackground a {
	border-bottom: 1px solid #006ab3;
	transition: all 0.4s ease 0s;
}

.menu_box_nobackground:focus,
.menu_box_nobackground:hover,
.menu_box_nobackground:active {
	background: none;
}

.menu_box_nobackground a:focus,
.menu_box_nobackground a:hover,
.menu_box_nobackground a:active {
    border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.menu_box_right {
	margin-right: 6px;
	width: 150px;
}

.menu_box_left {
	margin-left: 6px;
}

ul li ul.menu_dropdown {
	background: #8ab2db;
	display: none;
	position: absolute;
	z-index: 999;
	left: -6px;
	right: 0;
}

ul li ul.menu_dropdown_open {
	display: block; /* Display the dropdown menu. NOTE! This css class is 
					 * activated with JavaScript. See scripts.js
					 */
}

ul li:focus ul.menu_dropdown,
ul li:hover ul.menu_dropdown,
ul li:active ul.menu_dropdown
 {
	display: block;	/* Display the dropdown menu. NOTE! Keep as fallback in
					 * case user disables JavaScript
					 */
}

ul li ul.menu_dropdown li{
    display: block;
	margin: 10px 10px 10px 25px;
}

.menu_dropdown a {
	text-transform: none;
	cursor: pointer;
	color: #FFF;
	border-bottom: 1px solid #8ab2db;
}

.menu_dropdown a:focus,
.menu_dropdown a:hover,
.menu_dropdown a:active {
	text-transform: none;
	cursor: pointer;
    border-bottom: 1px solid #FFF;
}

.menu_left{
    float: left;
	padding-left: 5px;
}

.menu_left a.menu_link_active{
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

.menu_left ul li ul.menu_dropdown {
	left: -5px;
	right: -6px;
}

#social_buttons {
    top: 30%;
    height: 200px;
    width: 60px;
    position: fixed;
    float: right;
    right: 0;
    z-index: 3
}

.facebook {
    background: url(/resources/img/button_facebook.png) no-repeat;
    height: 50px;
    width: 50px;
    /*transition: ease 500ms;*/
    background-size: 50px;
    opacity: 1;
}

.facebook:hover {
    background: url(/resources/img/button_facebook.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 50px;
    opacity: 0.5;
    transition: ease 500ms;
    margin-left: -20px;
}

.youtube {
    background: url(/resources/img/button_youtube.png) no-repeat;
    height: 50px;
    width: 50px;
    /*transition: ease 500ms;*/
    background-size: 50px;
    opacity: 1;
    margin-top: 5px;
}

.youtube:hover {
    background: url(/resources/img/button_youtube.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 50px;
    opacity: 0.5;
    transition: ease 500ms;
    margin-left: -20px;
}

.vimeo {
    background: url(/resources/img/button_vimeo.png) no-repeat;
    height: 50px;
    width: 50px;
    /*transition: ease 500ms;*/
    background-size: 50px;
    opacity: 1;
    margin-top: 5px;
}

.vimeo:hover {
    background:url(/resources/img/button_vimeo.png) no-repeat;
    height: 50px;
    width: 50px;
    background-size: 50px;
    opacity:0.5;
    transition:ease 500ms;
    margin-left:-20px;
}

@media (max-width:767px){
	.header {
	height: 80px;
}

@media (max-width:599px){
	.header {
	height: 68px;
}

@media (max-width:420px){
	.header {
	height: 62px;
}