@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu1,
#cssmenu1 ul,
#cssmenu1 ul li,
#cssmenu1 ul li a,
#cssmenu1 #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;
}
#cssmenu1:after,
#cssmenu1 > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu1 #menu-button {
  display: none;
}


#cssmenu1 {
    width: auto;
    border-radius: 0px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    background: #2D97AF 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, #03acd8 0%, #24aed2 100%);
    box-shadow: inset 0 -3px 0 #134e78, inset 0 -3px 3px #1c6ba2, inset 0 2px 2px #9ad7ef, inset 1px 0 2px #134e78, inset 0px 0 2px #22a4d9, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);
}
#cssmenu1.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu1.align-center ul ul {
  text-align: left;
}
#cssmenu1.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu1.align-right > ul > li {
  float: right;
}
#cssmenu1.align-right ul ul {
  text-align: right;
}
#cssmenu1 > ul > li {
  float: left;
}

#cssmenu1 > ul > li > a {
  padding: 23px 27px;
    font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu1 > ul > li:hover > a,
#cssmenu1 > ul > li > a:hover,
#cssmenu1 > ul > li.active > a {
  color: #cae5fd;
}
#cssmenu1 > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu1 ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
 background: #2D97AF
  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%);
  box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

#cssmenu1 ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu1 ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 25.5px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;
}
#cssmenu1 ul > li.has-sub:hover > a:before {
  border-top-color: #19799f;
}
#cssmenu1 ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu1 > ul > li > ul {
  top: 91px;
  padding-top: 8px;
  border-radius: 5px;
}
#cssmenu1 > ul > li:hover > ul {
  left: auto;
  top: 51px;
  opacity: 1;
}
#cssmenu1.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu1 ul ul ul {
  top: 40px;
}
#cssmenu1 ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu1.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu1 ul ul li a {
  width: 180px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #2D97AF;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
 /*  padding-right: 30.90px !important;
padding-left: 30.9px !important; */
}
#cssmenu1 ul ul li:hover > a,
#cssmenu1 ul ul li > a:hover,
#cssmenu1 ul ul li.active > a {
  color: #cae5fd;
}
#cssmenu1 ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 2px #2D97AF;
}
#cssmenu1 ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 -3px 0 #27a9de, inset 0 -3px 3px #1f9acc, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}
#cssmenu1 ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #2D97AF
  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%);
  box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu1.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu1 ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu1 ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu1.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu1 ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #1c89b5;
}
#cssmenu1.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #1c89b5;
}
/* #cssmenu1 ul li:nth-child(2){
	 padding-left: 150px;
	
 } */
 #cssmenu1 ul li:not(:first-child):not(:last-child){
	margin-top: 10px;
	
 }
 #cssmenu1 ul li:last-child{
	  padding: 15px 18px;
	  float:right;
  }


/* only screen and (min-width: 480px)only screen and (min-width: 768px) only screen and (min-width: 992px)only screen and (min-width: 1280px)  */
 @media all and (max-width: 786px), 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 { 
/* @media only screen and (min-width:769px) and (max-width:1281px) and (-webkit-min-device-pixel-ratio: 2){ */
  #cssmenu1 {
    width: 100%;
  }
  #cssmenu1 ul,
  #cssmenu1 ul ul,
  #cssmenu1 ul ul ul,
  #cssmenu1 > ul,
  #cssmenu1.align-center > ul,
  #cssmenu1 > ul > li > ul,
  #cssmenu1 > ul > li:hover > ul,
  #cssmenu1 ul ul li:hover > ul,
  #cssmenu1 ul ul ul li:hover > ul,
  #cssmenu1.align-right ul ul,
  #cssmenu1.align-right ul ul li:hover > ul,
  #cssmenu1.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    /* text-align: left; */
	text-align: center;
  }
  #cssmenu1 ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu1 ul li:first-child{
	  display:none;
  }
  #cssmenu1 > ul > li > a,
  #cssmenu1 ul ul li a,
  #cssmenu1 ul ul li:first-child > a,
  #cssmenu1 ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
   #cssmenu1 ul li a {
    padding-left: 12.5px;
  }
   #cssmenu1 ul ul li a {
    padding: 14px 25px 14px 27.5px;
  } 
  #cssmenu1 ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu1 ul ul ul ul li a {
    padding-left: 57.5px; 
  }
  #cssmenu1 > ul > li.has-sub > a:after,
  #cssmenu1 > ul > li.has-sub > a:before,
  #cssmenu1 ul ul li.has-sub > a:after,
  #cssmenu1 ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu1 #menu-button { /* menu botton for small screem */
    position: relative;
    display: block;
   /*  padding: 20px; */
    padding-left: 1.5px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu1 .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 53px;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    z-index: 10;
    cursor: pointer;
  }
  #cssmenu1 ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu1 ul .submenu-button:after,
  #cssmenu1 #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    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%);
    box-shadow: inset 0 -1px 1px #209ed0, inset 0 2px 1px #7fcceb;
    background-size: 56px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu1 ul .submenu-button.submenu-opened:after,
  #cssmenu1 #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu1 ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu1 #menu-button:before,
  #cssmenu1 .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu1 ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu1 #menu-button.menu-opened:before,
  #cssmenu1 .submenu-button.submenu-opened:before {
    border-top-color: #19799f;
  }
  #cssmenu1 ul li:nth-child(2){
	 padding-left: 0px;
 }
  
}
  @media all  and (min-width: 769px) and (max-width: 785px) {
    
  
  #cssmenu1 ul li:last-child{
	  display:none;
  } 
  #cssmenu1 > ul > li > a  {
  padding: 20px 7px;
  
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 1em;
	 font-size: 7px;
 }
 }

  @media all  and (min-width: 786px) and (max-width: 863px) {
    
  
  #cssmenu1 ul li:last-child{
	  display:none;
  } 
  #cssmenu1 > ul > li > a  {
  padding: 20px 8px;
  
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 1em;
	 font-size: 7px;
 }
 }
   @media all  and (min-width: 864px) and (max-width: 920px) {
    
  
  #cssmenu1 ul li:last-child{
	  display:none;
  } 
  #cssmenu1 > ul > li > a  {
  padding: 20px 10px;
 
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 3em;
	 font-size: 7px;
 }
 }
    @media all  and (min-width: 921px) and (max-width: 980px) {
    
  
  #cssmenu1 ul li:last-child{
	  display:none;
  } 
  #cssmenu1 > ul > li > a  {
  padding: 20px 12px;
 
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 8em;
	 font-size: 7px;
 }
 }
     @media all  and (min-width: 981px) and (max-width: 1023px) {
    
  
  #cssmenu1 ul li:last-child{
	  display:none;
  } 
  #cssmenu1 > ul > li > a  {
  padding: 20px 15px;
 
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 8em;
	 font-size: 7px;
 }
 }
  @media all and (min-width: 1024px)and (max-width: 1074px){
 
 #cssmenu1 > ul > li > a  {
  padding: 20px 10px;
 
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu1 ul li:last-child{
	  padding: 15px 14px;
	  float:right;
  }

 #cssmenu1 ul li:nth-child(2){
	 padding-left: 5em;
	 font-size: 8px;
 }
 }
 @media all  and (min-width: 1075px) and (max-width: 1123px) {
 #cssmenu1 > ul > li > a  {
  padding: 20px 10px;
 
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 8em;
	 font-size: 10px;
 }
#cssmenu1 ul li:last-child{
	  padding: 15px 14px;
	  float:right;
  }

 }
  @media all  and (min-width: 1124px) and (max-width: 1180px) {
    
  #cssmenu1 > ul > li > a  {
  padding: 20px 15px;
  
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
  
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 5em;
	  font-size: 12px;
 }
  
 #cssmenu1 ul li:last-child{
	  padding: 15px 14px;
	  float:right;
  }
 }
 
  
 }
  @media all  and (min-width: 1181px) and (max-width: 1220px) {
    
  #cssmenu1 > ul > li > a  {
  padding: 20px 20px;
  
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
  
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 3em;
	  font-size: 13px;
 }
  
 #cssmenu1 ul li:last-child{
	  padding: 15px 10px;
	  float:right;
  }
 } 
 @media all  and (min-width: 1221px) and (max-width: 1350px) {
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 2em;
	 font-size: 13px;
 }
  #cssmenu1 ul li:last-child{
	  padding: 15px 15px;
	  float:right;
  }
  #cssmenu1 > ul > li > a  {
  padding: 20px 20px;
  }
 
 
 }
 @media all  and (min-width: 1351px) and (max-width: 1700px) {
 #cssmenu1 ul li:nth-child(2){
	 padding-left: 3em;
 }
  
 }
 /* @media all and (min-width: 877px)and (max-width: 1074px){
 
 #cssmenu1 > ul > li > a  {
  padding: 20px 10px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu1 ul li:last-child{
	  padding: 15px 14px;
	  float:right;
  }

 
 } */
 
.carousel-indicators li{
  border: 1px solid #14add4!important;
 }
 .carousel-indicators .active{
  background-color: #14add4!important;
 }
 .carousel-control{
	 color: #14add4!important;
 }
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0),color-stop(rgba(0,0,0,0) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,0) 0),color-stop(rgba(0,0,0,0) 100%));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
