@import url(https://fonts.googleapis.com/css?family=roboto:400,400italic,600,700,800);

.date-form { margin: 10px; }

*,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
label,
fieldset,
input,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	text-align: left;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html { -webkit-font-smoothing: antialiased; }

a {
  color: #949494;
  text-decoration: none;
}

a:hover {
	color: #0459ac;
	font-family:sans-serif;
}

body {
  
  background-image:url(../images/square.jpg);
  color: #111111;
  font:sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  width: 100%;
  }



.menu {
    display: block;
    background: none repeat scroll 0 0;
    /* box-shadow: 0 3px 4px #1764a0 inset; */
    border-radius: 25px;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu li:first-child { margin-left: 0; }

    .menu li a {
        font-weight: 600;
        text-decoration: none;
        /*padding: 15px 15px;*/
        display: block;
        color: #fff;
        transition: all 0.2s ease-in-out 0s;
        font-family: sans-serif;
        color: #fff;
        display: block;
        font-size: 12px;
        text-decoration: none;
        word-wrap: break-word;
        border-radius: 15px;
    }

    .menu li a:hover,
    .menu li:hover > a {
        color: #fff;
        background-color: #484848;
        box-shadow: 0 4px 10px 4px #bfadcb inset;
        border-radius: 15px;
    }

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 190px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
  border-width: thin;
  border-color: #bbb8b8;
 /*border-style: solid;*/
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  
}

.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #777;
  background: #FFF;

}

    .menu ul li a:hover,
    .menu ul li:hover > a {
        background: #663399;
        text-decoration: none;
        padding: 13px 15px;
        display: block;
        color: #FFF;
        transition: all 0.2s ease-in-out 0s;
        font-family: sans-serif;
        border-bottom: 1px solid #aaa;
        font-weight: bold;
        padding: 8px 10px;
        position: relative;
        text-decoration: none;
        box-shadow: none;
        font-size: 12px;
    }

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
  margin-left:20px;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  background: #14b2e2 none repeat scroll 0 0;
box-shadow: 0 3px 4px #1764a0 inset;
}

.responsive-menu:hover {
  background: #0459ac;
  color: #fff;
  text-decoration: none;
}
.sub-menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  
}
.sub-menu {
  display: inline-block;
  position: relative;
  z-index: 100;
  border: 0 none;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 5px 5px rgba(0, 0, 0, 0.11);
  /*padding: 2px 10px 0;*/
 
}
.sub-menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  
}
.sub-menu li:first-child { margin-left: 0; }



.sub-menu li a {
  font-weight: 600;
  margin-left:6px;
  margin-right:6px;
  text-decoration: none;
  padding: 13px 15px;
  display: block;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
  font-family:sans-serif;
  background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #aaa;
    color: #555;
    display: block;
    font-weight: bold;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
	box-shadow: none;
    color: #555;
    font-size: 12px;
  
    position: relative;
    text-align: left;
  
}

.sub-menu li a:hover,
.sub-menu li:hover>a {
  color: #fff;
  background-color:#FFF;

}

.sub-menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 210px;
  position: absolute;
  left: 0px;
  background: #fff;
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}

.sub-menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.sub-menu ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.sub-menu ul li a {
  font-size: 12px;
  font-weight: 600;
  display: block;
  color: #777;
  background: #FFF;

}

    .sub-menu ul li a:hover,
    .sub-menu ul li:hover > a {
        background: #663399;
        color: #fff;
    }

.sub-menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.sub-menu ul ul {
  left: 169px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.sub-menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.sub-menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}




a.homer { background: #0459ac; }
 @media (max-width: 767px) {

.mainWrap {
  width: auto;
  padding: 50px 20px;
}

.menu { display: none; }

.responsive-menu { display: block; }

nav {
  margin: 0;
  background: none;
}

.menu li {
  display: block;
  margin: 0;
}

.menu li a {
  background: #fff;
  color: #797979;
}

.menu li a:hover,
.menu li:hover>a {
  background: #0459ac;
  color: #fff;
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  transform: initial;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  position: relative;
  transform: initial;
}

.menu ul ul {
  left: 0;
  transform: initial;
}

.menu li>ul ul:hover { transform: initial; }
}


/**
 * Checkboxes
 */
.checkbox {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkbox > input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
	margin-left: 1%;
}

.checkbox__icon {
  display: inline-block;
  /* Default State */
  color: #999;
  /* Active State */
}
input[type="checkbox"]:checked ~ .checkbox__icon {
  color: #2A7DEA;
}

/* IE6-8 Fallback */
@media \0screen\,screen\9 {
  .checkbox__icon {
    display: none;
  }

  .checkbox > input[type="checkbox"] {
    position: static;
  }
}
/****************************
 ****************************
 ****************************
 * Helpers
 */
.checkbox__icon:before {
  font-family: "icons";
  font-size: xx-large;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--check:before, input[type="checkbox"]:checked ~ .checkbox__icon:before {
  content: "\e601";
}

.icon--check-empty:before, .checkbox__icon:before {
  content: "\e600";
}

@font-face {
  font-family: "icons";
  font-weight: normal;
  font-style: normal;
  src: url("data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AAAR4AAoAAAAABDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAPgAAAD4fZUAVE9TLzIAAAHsAAAAYAAAAGAIIvy3Y21hcAAAAkwAAABMAAAATBpVzFhnYXNwAAACmAAAAAgAAAAIAAAAEGhlYWQAAAKgAAAANgAAADYAeswzaGhlYQAAAtgAAAAkAAAAJAPiAedobXR4AAAC/AAAABgAAAAYBQAAAG1heHAAAAMUAAAABgAAAAYABlAAbmFtZQAAAxwAAAE5AAABOUQYtNZwb3N0AAAEWAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAAB8Dx0AAACBER0AAAAJHQAAAO8SAAcBAQgPERMWGyBpY29tb29uaWNvbW9vbnUwdTF1MjB1RTYwMHVFNjAxAAACAYkABAAGAQEEBwoNL2X8lA78lA78lA77lA6L+HQVi/yU+JSLi/iU/JSLBd83Fffsi4v77Pvsi4v37AUOi/h0FYv8lPiUi4v33zc3i/s3++yLi/fs9zeL398F9wCFFftN+05JzUdI9xr7GveR95FHzwUO+JQU+JQViwwKAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gEB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmAf/9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAACkYCfgXw889QALAgAAAAAAz65FuwAAAADPrkW7AAD/4AIAAeAAAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAAgAAAQAAAAAAAAAAAAAAAAAAAAYAAAAAAAAAAAAAAAABAAAAAgAAAAIAAAAAAFAAAAYAAAAAAA4ArgABAAAAAAABAA4AAAABAAAAAAACAA4ARwABAAAAAAADAA4AJAABAAAAAAAEAA4AVQABAAAAAAAFABYADgABAAAAAAAGAAcAMgABAAAAAAAKACgAYwADAAEECQABAA4AAAADAAEECQACAA4ARwADAAEECQADAA4AJAADAAEECQAEAA4AVQADAAEECQAFABYADgADAAEECQAGAA4AOQADAAEECQAKACgAYwBpAGMAbwBtAG8AbwBuAFYAZQByAHMAaQBvAG4AIAAxAC4AMABpAGMAbwBtAG8AbwBuaWNvbW9vbgBpAGMAbwBtAG8AbwBuAFIAZQBnAHUAbABhAHIAaQBjAG8AbQBvAG8AbgBHAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4AAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format("woff");
}

.button {
	padding: 15px 15px;
	font-size: 19px;
	text-align: center;
	cursor: pointer;
	outline: none;
	color: #fff;
	background-color: #0358C0;
	border: none;
	border-radius: 15px;
	box-shadow: 0px 6px #09F;
}

.button:hover {
	background-color: #0358C0
}

.button:active {
	background-color: #0A3A96;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}


.dropbtn {
    
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
   
   
   
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    
}
.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropup {
    position: relative;
    display: inline-block;
}

.dropup-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    bottom: 50px;
    z-index: 1;
}

    .dropup-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropup-content a:hover {
            background-color: #ccc
        }

.dropup:hover .dropup-content {
    display: block;
}

 