* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 460px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0px auto 50px;
}

.notfound .notfound-404>div:first-child {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffa200;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 5px dashed #000;
  border-radius: 5px;
}

.notfound .notfound-404>div:first-child:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  -webkit-box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.1) inset;
  border-radius: 5px;
}

.notfound .notfound-404 h1 {
  font-family: 'Cabin', sans-serif;
  color: #000;
  font-weight: 700;
  margin: 0;
  font-size: 90px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

.notfound h2 {
  font-family: 'Cabin', sans-serif;
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.notfound p {
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: 400;
}

.notfound a {
  font-family: 'Cabin', sans-serif;
  display: inline-block;
  padding: 10px 25px;
  background-color: #8f8f8f;
  border: none;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  background-color: #2c2c2c;
}

.modalBackground
{
     background-color:Gray;
            filter:alpha(opacity=70);
            opacity:0.7;
}
.inputClass
{
background:-webkit-gradient(radial, 61 47, 59, 220 -257, 465, from(#8664EC), to(#FF4E28))
}

.inputClass:Hover
{
background:-webkit-gradient(radial, 302 47, 59, 220 -257, 465, from(#8664EC), to(#FF4E28))
}

/*.dropdown-submenu{
    position:relative;
}
 
.dropdown-submenu > .dropdown-menu
{
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
 
.dropdown-submenu:hover > .dropdown-menu{
    display:block;
}
 
.dropdown-submenu > a:after{
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
 
.dropdown-submenu:hover > a:after{
    border-left-color:#ffffff;
}
 
.dropdown-submenu .pull-left{
    float:none;
}
 
.dropdown-submenu.pull-left > .dropdown-menu{
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}*/



/*
#Menu1 ul,
#Menu1 li,
#Menu1 span,
#Menu1 a {
  margin: 0;
  padding: 0;
  position: relative;
}
#Menu1 {
  line-height: 1;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #6ecaf2;
  background: -moz-linear-gradient(top, #334363 0%, #6ecaf2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #334363), color-stop(100%, #6ecaf2));
  background: -webkit-linear-gradient(top, #334363 0%, #6ecaf2 100%);
  background: -o-linear-gradient(top, #334363 0%, #6ecaf2 100%);
  background: -ms-linear-gradient(top, #334363 0%, #6ecaf2 100%);
  background: linear-gradient(to bottom, #334363 0%, #6ecaf2 100%);
  border-bottom: 2px solid #0fa1e0;
  width: 1400px;
  padding-left:25px;
}
#Menu1:after,
#Menu1 ul:after {
  content: '';
  display: block;
  clear: both;
}
#Menu1 a {
  background: #6ecaf2;
  background: -moz-linear-gradient(top, #334363 0%, #6ecaf2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #334363), color-stop(100%, #6ecaf2));
  background: -webkit-linear-gradient(top, #334363 0%, #6ecaf2 100%);
  background: -o-linear-gradient(top, #334363 0%, #6ecaf2 100%);
  background: -ms-linear-gradient(top, #334363 0%, #6ecaf2 100%);
  background: linear-gradient(to bottom, #334363 0%, #6ecaf2 100%);
  color: #ffffff;
  display: block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  padding: 15px 22px;
  text-decoration: none;
}
#Menu1 ul {
  list-style: none;
  
}
#Menu1 > ul > li {
  display: inline-block;
  float: left;
  margin: 0;
  padding-right:50px;
}
#Menu1.align-center {
  text-align: center;
}
#Menu1.align-center > ul > li {
  float: none;
}
#Menu1.align-center ul ul {
  text-align: left;
}
#Menu1.align-right > ul {
  float: right;
}
#Menu1.align-right ul ul {
  text-align: right;
}
#Menu1 > ul > li > a {
  color: #ffffff;
  font-size: 12px;
}
#Menu1 > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#Menu1 > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#Menu1.align-right > ul > li:first-child > a,
#Menu1.align-center > ul > li:first-child > a {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
#Menu1.align-right > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#Menu1 > ul > li.active > a,
#Menu1 > ul > li:hover > a {
  color: #ffffff;
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #262626 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #262626 0%, #070707 100%);
  background: -o-linear-gradient(top, #262626 0%, #070707 100%);
  background: -ms-linear-gradient(top, #262626 0%, #070707 100%);
  background: linear-gradient(to bottom, #262626 0%, #070707 100%);
}
#Menu1 .has-sub {
  z-index: 1;
}
#Menu1 .has-sub:hover > ul {
  display: block;
}
#Menu1 .has-sub ul {
  display: none;
  position: absolute;
  width: 300px;
  top: 100%;
  left: 0;
}
#Menu1.align-right .has-sub ul {
  left: auto;
  right: 0;
}
#Menu1 .has-sub ul li {
  *margin-bottom: -1px;
}
#Menu1 .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #6ecaf2;
  font-size: 11px;
  filter: none;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #ffffff;
}
#Menu1 .has-sub ul li:hover a {
  background: #0c7fb0;
}
#Menu1 ul ul li:hover > a {
  color: #ffffff;
}
#Menu1 .has-sub .has-sub:hover > ul {
  display: block;
}
#Menu1 .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#Menu1.align-right .has-sub .has-sub ul,
#Menu1.align-right ul ul ul {
  left: auto;
  right: 100%;
}
#Menu1 .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #6ecaf2;
}
#Menu1 .has-sub .has-sub ul li a:hover {
  background: #0a6d98;
}
#Menu1 ul ul li.last > a,
#Menu1 ul ul li:last-child > a,
#Menu1 ul ul ul li.last > a,
#Menu1 ul ul ul li:last-child > a,
#Menu1 .has-sub ul li:last-child > a,
#Menu1 .has-sub ul li.last > a {
  border-bottom: 0;
}
    */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#Menu1,
#Menu1 ul,
#Menu1 ul li,
#Menu1 ul li a,
#Menu1 #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  width:auto;
}
#Menu1:after,
#Menu1 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#Menu1 #menu-button {
  display: none;
}
#Menu1 {
  width: auto;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #39b1cc;
  background: -moz-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #51bbd2), color-stop(100%, #2d97af));
  background: -webkit-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -o-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: -ms-linear-gradient(top, #51bbd2 0%, #2d97af 100%);
  background: linear-gradient(to bottom, #51bbd2 0%, #2d97af 100%);
  width:1350px;
}
#Menu1 > ul {
  background: url('images/bg.png');
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.05);
  font-size:12px;
}
#Menu1.align-right > ul > li {
  float: right;
}
#Menu1 > ul > li {
  float: left;
  display: inline-block;
  padding-left:25px;
  
}
#Menu1.align-center > ul {
  float: none;
  text-align: center;
}
#Menu1.align-center > ul > li {
  float: none;
}
#Menu1.align-center ul ul {
  text-align: left;
}
#Menu1 > ul > li > a {
  padding: 18px 25px 21px 25px;
  border: 1px solid rgba(180, 180, 180, 0.24);
  text-decoration: none;
  font-size: 11px;
  font-weight: 700;
  color: #d3eced;
  text-transform: uppercase;
  letter-spacing: 1px;

 
}
#Menu1 > ul > li:hover > a,
#Menu1 > ul > li > a:hover,
#Menu1 > ul > li.active > a {
  color: #ffffff;
  background: #32a9c3;
  background: rgba(0, 0, 0, 0.1);
}
#Menu1 > ul > li.has-sub > a {
  padding-right: 5px;
  border: 1px solid;
}
#Menu1 > ul > li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #d3eced;
  right: 17px;
  top: 22px;
}
#Menu1 > ul > li.has-sub.active > a::after,
#Menu1 > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#Menu1 ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 13px;
  opacity: 0;
  padding-left:20px;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#Menu1.align-right ul ul {
  text-align: right;
}
#Menu1 > ul > li > ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #ffffff;
  top: -4px;
  left: 20px;
}
#Menu1.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#Menu1 ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#Menu1.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}
#Menu1 > ul > li > ul {
  top: 120px;
}
#Menu1 > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}
#Menu1.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#Menu1 ul ul ul {
  padding-top: 0;
  padding-left: 2px;
}
#Menu1.align-right ul ul ul {
  padding-right: 6px;
}
#Menu1 ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#Menu1.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#Menu1 ul ul li a {
  text-decoration: none;
  font-weight: bold;
  padding: 11px 15px;
  width: 350px;
  color: #777777;
  background: #ffffff;
  border:1px solid;
  padding-left:30px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1), 1px 1px 1px rgba(0, 0, 0, 0.1), -1px 1px 1px rgba(0, 0, 0, 0.1);
}
#Menu1 ul ul li:hover > a,
#Menu1 ul ul li.active > a {
  color: #333333;
}
#Menu1 ul ul li:first-child > a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
#Menu1 ul ul li:last-child > a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#Menu1 > ul > li > ul::after {
  position: absolute;
  display: block;
}
#Menu1 ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#Menu1.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#Menu1 ul ul li.has-sub.active > a::after,
#Menu1 ul ul li.has-sub:hover > a::after {
  border-left-color: #333333;
}
#Menu1.align-right ul ul li.has-sub.active > a::after,
#Menu1.align-right ul ul li.has-sub:hover > a::after {
  border-right-color: #333333;
  border-left-color: transparent;
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #Menu1 {
    background: #39b1cc;
  }
  #Menu1 > ul {
    display: none;
  }
  #Menu1 > ul.open {
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  #Menu1.align-right > ul {
    float: none;
  }
  #Menu1.align-center > ul {
    text-align: left;
  }
  #Menu1 > ul > li,
  #Menu1.align-right > ul > li {
    float: none;
    display: block;
  }
  #Menu1 > ul > li > a {
    padding: 18px 25px 18px 25px;
    border-right: 0;
  }
  #Menu1 > ul > li:hover > a,
  #Menu1 > ul > li.active > a {
    background: rgba(0, 0, 0, 0.1);
  }
  #Menu1 #menu-button {
    display: block;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: #d3eced;
    padding: 18px 25px 18px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('images/bg.png');
    cursor: pointer;
  }
  #Menu1 ul ul,
  #Menu1 ul li:hover > ul,
  #Menu1 > ul > li > ul,
  #Menu1 ul ul ul,
  #Menu1 ul ul li:hover > ul,
  #Menu1.align-right ul ul,
  #Menu1.align-right ul li:hover > ul,
  #Menu1.align-right > ul > li > ul,
  #Menu1.align-right ul ul ul,
  #Menu1.align-right ul ul li:hover > ul {
    left: 0;
    right: auto;
    top: auto;
    opacity: 1;
    width: 100%;
    padding: 0;
    position: relative;
    text-align: left;
  }
  #Menu1 ul ul li {
    width: 100%;
  }
  #Menu1 ul ul li a {
    width: 100%;
    box-shadow: none;
   
  }
  #Menu1 ul ul ul li a {
    padding-left: 45px;
  }
  #Menu1 ul ul li:first-child > a,
  #Menu1 ul ul li:last-child > a {
    border-radius: 0;
  }
  #Menu1 #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    border-bottom: 2px solid #d3eced;
    right: 25px;
    top: 18px;
  }
  #Menu1 #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #d3eced;
    right: 25px;
    top: 28px;
  }
  #Menu1 > ul > li.has-sub > a::after,
  #Menu1 ul ul li.has-sub > a::after {
    display: none;
  }
}


/* See more at: http://firdaus.grandexa.com/2013/09/twitter-bootstrap-3-multilevel-dropdown-menu/#sthash.h3DteUH5.dpuf */