@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
/*------ template stylization ------*/
body {
  background-color:#1dbdff;
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #333333;
  min-width: 300px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #4ae8ff;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.marNull {
  margin: 0 !important;
}
.padNull {
  padding: 0 !important;
}
._left {
  float: left;
}
._right {
  float: right;
}
._relative {
  position: relative;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
.txtLeft {
  text-align: left !important;
}
.txtRight {
  text-align: right !important;
}
.txtCenter {
  text-align: center !important;
}
.inlineBlock {
  display: inline-block;
}
/*------ header ------- */
header {
  width: 100%;
  height: 200px;
  background: url(../img/bg1.png) 0 0 repeat-x;
  top: 0px;
  z-index: 5;
}
header .container {
  text-align: center;
}
header h1 {
  width: 100%;
  margin: 0;
  position: relative;
}
header h1 > a {
  display: inline-block;
  width: 100%;
}
#search {
  margin: 9px 0 18px;
  position: relative;
  display: inline-block;
  float: left;
  text-align: left;
}
#search input {
  padding: 8px 12px;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  color: #B9C2CC;
  font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  text-transform: uppercase;
  position: relative;
  margin: 0 0px 2px -3px;
  width: 197px;
}
#search2 {
  margin: 0;
  display: inline-block;
  float: right;
}
#search2 input {
  width: 565px;
  outline: none;
  box-shadow: none;
  color: #fff;
  font: 15px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 19px;
  border-radius: 0;
  padding: 12px 5px;
  margin: 0 0 10px 0;
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  background: #74edff;
  border: 1px solid #0e76bc !important;
}
#search2 a {
  float: left;
  margin: 4px 0;
}
#search #advancedSearch:hover {
  color: #005580;
}
.social_icons {
  list-style: none;
  float: right;
  margin: 26px 0;
  white-space: nowrap;
  position: relative;
  display: inline-block;

}
.social_icons > li {
  display: inline-block;
  margin-left: 0px;

}
/*--- header end ------*/
/*-------------   menu  --------------*/
.select-menu {
  display: none;
  width: 220px;
  float: right;
  margin: 44px 0;
}
header .navbar {
  margin: 0;
  display: inline-block;
  float: left;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  filter: none;
}
.sf-menu {
  float: left;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  white-space: nowrap;
}
.sf-menu > li {
  margin: 0px;
  position: relative;
  display: inline-block;
  background: url(../img/divider1.png) 100% 50% no-repeat;
  float: left;
  margin-left: -1px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-decoration: none !important;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 15px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  padding: 30px 36px;
  display: inline-block;
  z-index: 1;
}
.sf-menu > li > a .over_text {
  color: #5e5e5e;
  font: 15px/18px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
  position: absolute;
  text-align: center;
  padding: 30px 36px;
  display: inline-block;
  top: 0px;
  left: 0;
  z-index: 1;
  background: url(../img/bg2.png);
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu ul a {
  color: #3c3c3c;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
  background: #a5e5ff;
  padding: 14px 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sf-menu ul a:hover {
  text-decoration: none;
  background: #fff;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  width: 100%;
  z-index: 10;
  top: 79px;
}
.sf-menu ul > li {
  text-align: center;
  margin-bottom: 1px;
}
.sf-menu .top1 {
  top: 79px;
}
.sf-menu .sub2 {
  left: 136px;
  top: 47px;
}
/*-------------   menu end  --------------*/
/*------ content ------- */
#wrapper > .sectionHolder {
  display: block;
  height: 100%;
  margin-top: -200px;
}
#wrapper > .sectionHolder > section {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  margin-top: 200px;
}
#wrapper section > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 90px 0 90px 0;
}
h2 {
  color: #fff;
  font: 24px 'Montserrat', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 30px;
  margin: 0px 0 25px 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #0e76bc;
}
p {
  line-height: 22px;
  margin-bottom: 22px;
  color: #ffffff;
  font-size: 15px;
}
.more_btn1 {
  display: inline-block;
  color: #4b4b4b;
  text-align: center;
  padding: 9px 18px;
  background: #fff;
  box-shadow: 1px 1px 1px #3be6ff;
  background-color: #c2f7ff;
  background-image: -moz-linear-gradient(top, #d4f9ff, #a6f3ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4f9ff), to(#a6f3ff));
  background-image: -webkit-linear-gradient(top, #d4f9ff, #a6f3ff);
  background-image: -o-linear-gradient(top, #d4f9ff, #a6f3ff);
  background-image: linear-gradient(to bottom, #d4f9ff, #a6f3ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd4f9ff', endColorstr='#ffa6f3ff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 12px;
}
.more_btn1:hover {
  text-decoration: none;
  background-color: #b8f5ff;
  background-image: -moz-linear-gradient(top, #a6f3ff, #d4f9ff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a6f3ff), to(#d4f9ff));
  background-image: -webkit-linear-gradient(top, #a6f3ff, #d4f9ff);
  background-image: -o-linear-gradient(top, #a6f3ff, #d4f9ff);
  background-image: linear-gradient(to bottom, #a6f3ff, #d4f9ff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa6f3ff', endColorstr='#ffd4f9ff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
/*--- content end ------*/
/*------ extra ------- */
._link1 {
  color: #ffffff;
  font-size: 15px;
}
._link1:hover {
  color: #5e5e5e;
  text-decoration: none;
}
._link2 {
  color: #404040;
  font-size: 11px;
  margin-bottom: 10px;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3 {
  color: #404040;
  font-size: 13px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link4 {
  color: #fff;
  font-size: 13px;
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link4:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.divSet1 {
  padding-bottom: 60px;
  margin-bottom: 55px;
  border-bottom: 1px solid #0e76bc;
}
/*---------------- lists ------------*/
._list1 {
  list-style: none;
  margin: 0 0 25px 0;
}
._list1 > li {
  width: 100%;
  background: url(../img/marker1.png) 0 8px no-repeat;
  margin-bottom: 6px;
}
._list1 > li > a {
  margin-left: 15px;
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list1 > li > a:hover {
  color: #5e5e5e;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_list > li {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 20px;
}
.search_list > li > h4 > a {
  color: #404040;
  font-size: 16px;
  margin-bottom: 0px;
  display: inline-block;
  text-decoration: underline;
}
.search_list > li > h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #282828;
  font-size: 12px;
}
/*------ margin & bottom ------- */
.margin1 {
  margin-bottom: 30px;
}
.margin2 {
  margin-right: 30px;
}
.padding1 {
  padding-bottom: 30px;
}
/*------ textStyles ------- */
.textStyle1 {
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
.textStyle2 {
  font-size: 13px;
  color: #404040;
}
.textStyle3 {
  font-size: 48px;
}
.textStyle4 {
  font-size: 30px;
}
.g_map {
  max-width: 960px;
  width: 100%;
  height: 310px;
  float: left;
  margin: 0;
  background: #ffffff;
}
.g_map > iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 310px;
  padding: 0;
}
.space1 {
  display: inline-block;
  width: 100px;
}
.space2 {
  display: inline-block;
  width: 70px;
}
.icon1 {
  display: inline-block;
  position: relative;
}
.icon1:hover > span {
  display: block;
}
.icon1 > span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  border: 1px solid #fff;
  display: none;
}
.img1 {
  margin-right: 30px;
  float: left;
}
.img2 {
  margin-right: 0px;
  margin-bottom: 10px;
  float: left;
}
.img3 {
  margin-right: 30px;
  margin-bottom: 10px;
  float: left;
}
.extraDiv1 {
  width: 150px;
  right: 0;
  top: 0;
  z-index: 1;
  margin-top: 30px;
  text-align: left;
  position: absolute;
}
.extraDiv2 {
  text-align: left;
  position: relative;
  display: inline-block;
}
._inline {
  display: inline-block;
  position: relative;
}
#slider_simple1 {
  width: 100%;
  height: 405px;
  display: block;
  position: relative;
}
#slider_simple1 > .slider_set {
  list-style: none;
  margin: 0;
  white-space: nowrap;
  margin-left: 4px;
}
#slider_simple1 > .slider_set > li {
  margin-left: -5px;
}
#slider_simple1 > .slider_set > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: default;
}
#slider_simple1 > .slider_set > li > a > ._over {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #000000;
}
#slider_simple1 > .slider_set > li > a > img {
  max-width: 800px;
  position: relative;
  float: right;
  right: 50%;
  margin-right: -400px;
}
#slider_simple2 {
  width: 100%;
  display: none;
  position: relative;
  height: 0px;
}
#slider_simple2 > .slider_set {
  list-style: none;
  margin: 0;
  top: 0;
  left: 0;
}
#slider_simple2 > .slider_set > li {
  left: 0;
  top: 0;
}
#slider_simple2 > .slider_set > li > a > img {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#slider_simple2 > ._controls {
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  width: 66px;
  margin-top: 14px;
}
#slider_simple2 > ._controls > a {
  position: relative;
  background: #0e76bc;
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 4px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#slider_simple2 > ._controls > a:hover {
  background: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#slider_simple2 > ._controls > a > img {
  margin: 8px 10px;
}
/*------ extra end ------- */
/*------ form ------- */
#form1 {
  margin-top: 10px;
}
#form1 label {
  margin-bottom: -5px;
  position: relative;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #fff;
  width: 96%;
  padding: 12px 6px;
  font: 15px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  border: 1px solid #0e76bc !important;
}
#form1 label textarea {
  height: 181px;
  resize: none;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
  color: #ffffff;
}
#form1 .empty {
  width: 99%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
  color: #ffffff;
}
#form1 ._title {
  font: 15px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 12px;
  position: relative;
  color: #ffffff;
  text-align: left !important;
  display: inline-block;
  width: 100%;
}
#form1 .success {
  background: #74edff;
  border: 1px solid #0e76bc !important;
  text-indent: 10px;
  position: absolute;
  z-index: 1;
  width: 102%;
  text-align: center;
}
#form1 .success > span {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  width: 200px;
  margin: 94px auto;
}
.btns {
  float: right;
}
.btns > a {
  margin-left: 10px;
}
/*------ footer ------- */
footer {
  color: #ffffff;
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 0;
  height: 70px;
  background: #0e76bc;
  text-align: center;
}
footer span {
  font-size: 15px;
  margin-top: 26px;
  display: inline-block;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 980px) and (max-width: 1200px) {
  #search2 input {
    width: 435px;
  }
  .textDelta1 {
    font-size: 20px;
  }
  .full_width3 {
    width: 100%;
  }
  .padDelta1 {
    padding-bottom: 30px;
  }
}
@media (max-width: 979px) {
  .sf-menu > li {
    margin-left: -1px;
    position: relative;
    display: inline-block;
  }
  .sf-menu > li > a .base_text {
    padding: 30px 30px;
  }
  .sf-menu > li > a .over_text {
    padding: 30px 30px;
  }
  #search2 input {
    width: 310px;
  }
  .textDelta1 {
    font-size: 20px;
  }
  .padDelta1 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .padDelta1 {
    padding-bottom: 30px;
  }
  .full_width2 {
    width: 100%;
  }
  .img2 {
    margin-right: 0px;
    float: none;
  }
  .img3 {
    margin-right: 0px;
    margin-bottom: 30px;
    float: none;
  }
  .txtCenter_delta {
    text-align: center;
  }
  .padDelta2 {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
    width: 220px;
    float: right;
    margin: 44px 0;
  }
  .sf-menu {
    display: none;
  }
  header {
    top: 0px !important;
  }
  header .container {
    text-align: center;
    padding: 0 10px;
  }
  header h1 {
    margin:0;
  }
  .select-menu {
    display: block;
    width: 100%;
    margin: 10px 0 4px 0;
  }
  header .navbar {
    width: 100%;
    margin-top: 5px;
  }
  footer {
    bottom: 0 !important;
  }
  footer .container {
    text-align: center;
    padding: 0 10px;
  }
  .social_icons {
    float: none;
    margin: 1px 0 0 0;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8 {
    width: 48%;
    float: left;
    margin: 0 1%;
    text-align: center;
  }
  .full_width {
    width: 100%;
  }
  .full_width2 {
    width: 100%;
  }
  .dynamicContent > .content {
    margin: 0 10px;
  }
  ._list1 > li {
    text-align: left;
  }
  .padDelta1 {
    padding-bottom: 30px;
  }
  .padDelta2 {
    padding-bottom: 20px;
  }
  .img1 {
    margin-bottom: 30px;
    float: none;
    width: 100%;
  }
  .img3 {
    margin-right: 0px;
    margin-bottom: 30px;
    float: none;
  }
  .width1 {
    width: 30%;
  }
  #search2 input {
    width: 60%;
  }
  .txtCenter_delta {
    text-align: center;
  }
  .spanSet_delta {
    display: inline-block;
    float: none;
    width: 47%;
  }
  #slider_simple1 {
    display: none;
  }
  #slider_simple2 {
    display: block;
  }
  .textDelta1 {
    font-size: 22px;
  }
  .dynamicContent > .content {
    padding: 90px 0 120px 0;
  }
  .deltaBlock {
    display: block;
  }
  .txtLeft_delta {
    text-align: left !important;
  }
}
@media (max-width: 480px) {
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8 {
    width: 98%;
    float: none;
    margin: 0 1%;
    text-align: center;
  }
  .img2 {
    float: none;
  }
  .textDelta1 {
    margin-bottom: 5px;
  }
  .padDelta1 {
    padding-bottom: 30px;
  }
  .dynamicContent > .content {
    padding: 30px 0 40px 0;
  }
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
