* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

p{
font-family: initial;
}

a { text-decoration: none; }

#main {
	width: 100%;
	display: block;
	float: left;
	height: auto;
}

.navigation {
	display: block;
	background: #154e9c;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	border-radius: 3px;
	height: auto;
	position:absolute;
	z-index:1000;
}

.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}

.navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	font-size: 17px;
	color: #0094ff;
}

.navigation li a {
  padding: 10px 15px;
  /*font-size: 17px;*/
  font-size: 16px;
  color: #fff;
  display: inline-block;
  outline: 0;
  font-weight: 400;
  margin-left:
}

.navigation li:hover ul.dropdown { display: block; }

.navigation li ul.dropdown {
	position: absolute;
	display: none;
	width: 200px;
	background: #234964;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	padding-top: 0;
}

.navigation li ul.dropdown li {
  display: block;
  list-style-type: none;
}

.navigation li ul.dropdown li a {
  padding: 10px;
  font-size: 15px;
  color: #fff;
  display: block;
  border-bottom: 1px solid #fff;
  font-weight: 400;
}

.navigation li ul.dropdown li:last-child a { border-bottom: none; }

.navigation li:hover a {
	background: #359cae;
	color: #fff !important;
}

.navigation li:first-child:hover a { border-radius: 3px 0 0 3px; }

.navigation li ul.dropdown li:hover a { background: #2a7c8a; }

.navigation li ul.dropdown li:first-child:hover a { border-radius: 0; }

.navigation li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
 @media only screen and (max-width:980px) {

.navigation {
  background: #000;
  width: 200px;
  height: 100%;
  display: block;
  position: fixed;
  left: -200px;
  top: 0px;
  transition: left 0.3s linear;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.navigation.visible {
  left: 0px;
  transition: left 0.3s linear;
}

.nav_bg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 30px;
  left: 0px;
  background: #359cae;
  padding: 12px 0 0 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.nav_bar {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  cursor: pointer;
  margin: 0;
}

.nav_bar span {
  height: 2px;
  background: #fff;
  margin: 5px;
  display: block;
  width: 20px;
}

.nav_bar span:nth-child(2) { width: 20px; }

.nav_bar span:nth-child(3) { width: 20px; }

.navigation ul { padding-top: 50px; }

.navigation li { display: block; }

.navigation li a {
  display: block;
  color: #fff;
  font-weight: 500;
}

.navigation li:first-child:hover a { border-radius: 0; }

.navigation li ul.dropdown { position: relative; }

.navigation li ul.dropdown li a {
  background: #359cae !important;
  border-bottom: none;
  color: #fff !important;
}

.navigation li:hover a {
  background: #359cae;
  color: #fff !important;
}

.navigation li ul.dropdown li:hover a {
  background: #2a7c8a !important;
  color: #fff !important;
}

.navigation li ul.dropdown li a { padding: 10px 10px 10px 30px; }

.navigation li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.opacity {
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
 @media only screen and (max-width:1199px) {

.container { width: 96%; }
}

 @media only screen and (max-width:580px) {
.nav_bg {
 
  top: 50px;
  
}
}
#myModal {
    background: rgba(0, 0, 0, 0.7) url(../images/newsletter-bg.png) repeat top left;
}
.newsletter-popup .modal-content {
    background: inherit;
    /*padding: 20px;*/
	padding:0px;
    text-align: center;
    position: initial;
    border: none;
}
.newsletter-popup .close {
    cursor: pointer;
    line-height: 27px;
    min-width: 30px;
    height: 30px;
    position: absolute;
    right: -5px;
    text-align: center;
    text-transform: uppercase;
    top: -31px;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    opacity: 1;
    text-shadow: none;
}
.newsletter-popup h2.modal-title {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
#newsletter-form .content-subscribe {
    overflow: hidden;
}


.form-subscribe-header label {
    color: #eee;
    font-size: 15px;
    font-weight: normal;
    line-height: 25px;
    margin: 8px 0 14px;
    max-width: 95%;
}
.contact_bar {
    margin-bottom: 10px;
    /*padding: 6px;*/
	padding: 4px;
    width: 100%;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #98d0f1;
	color: #000;
}
textarea {
    padding: 6px;
    font-size: 15px;
    border-radius: 2px;
    border: 1px solid #98d0f1;
    margin-top: 10px;
    height: 80px;
    width: 100%;
	color:#000;
}
#newsletter-form .actions .button-subscribe {
    background-color: #000;
    border: medium none;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 4px 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    border-radius: 0px;
}
button {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px 20px;
    line-height: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    vertical-align: middle;
    font-weight: bold;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #00c5ad;
    /* box-shadow: 0px 3px 0px 0px #00ab94; */
    cursor: pointer;
}
button {
    background: #2bc1f2;
    border: none;
    color: #fff;
    width: 100%;
    font-size: 22px;
    font-weight: bolder;
    padding: 8px 0 8px 0;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 25px;
}
.subscribe-bottom {
    color: #eee;
    display: block;
    margin-top: 15px;
    overflow: hidden;
}
.subscribe-bottom input[type=checkbox] {
    vertical-align: sub;
}


.modal-dialog.newsletter-popup {
    margin-top: 8%;
    color: #fff;
    padding: 0px;
    text-align: left;
    width: 80% text-align: center;
    background: #359cae;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    overflow: hidden;
    opacity: 1;
    box-shadow: none;
    border: 4px #359cae solid;
}
#sidebar222 {
    position: absolute;
    top: 200px;
    left: 99px;
    box-shadow: 0 0 8px grey;
}