@import url(https://fonts.googleapis.com/css?family=Tinos);
/*------ template stylization ------*/
body {
  background: url(../Images/bg_piece.jpg) #f0f0f0 center repeat-y;
}
/*------ header ------- */
header {
  background: url(../Images/header_bg.jpg) center 0px no-repeat;
  width: 100%;
}
header .brand {
  position: relative;
  /*width: 169px;
  height: 44px;*/
  width: 200px;
  height: 100px;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  float: left;
}
header .brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header .brand a:hover {
  text-decoration: none;
}
header .slogan {
  /*margin: -13px 0px 0px 19px;*/
  margin: 13px 0px 0px 19px;
  float: left;
  height: 50px;
  background: url(../Images/header_divider.png) 0px no-repeat;
}
header .slogan p {
  font: 10.01px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #a4a4a4;
  text-transform: uppercase;
  padding: 37px 0px 0px 20px;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 11px auto;
  display: none ;
  color: #a0a0a0;
}
header .navbar,
footer .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav,
footer .navbar .sf-menu .nav,
header .navbar .menu_ul .nav,
footer .navbar .menu_ul .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li,
footer .navbar .sf-menu .nav li,
header .navbar .menu_ul .nav li,
footer .navbar .menu_ul .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a,
footer .navbar .sf-menu .nav li a,
header .navbar .menu_ul .nav li a,
footer .navbar .menu_ul .nav li a {
  padding: 0;
  text-shadow: none;
}
header .navbar-inner,
footer .navbar-inner {
  min-height: 50px;
  padding: 0;
  background-color: transparent;
  background-image: none;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
header .nav-collapse,
footer .nav-collapse {
  height: 100%;
}
.sf-menu,
.menu_ul {
  list-style: none;
  float: left;
  /*padding: 7px 0px 0px 0px;*/
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 1px;
  white-space: nowrap;
  width: 100%;
  /*height: 40px;*/
  height: 50px;
  border-top: 1px solid #e9e9e9;
}
.sf-menu > li,
.menu_ul > li {
  position: relative;
  display: inline-block;
  float: left;
  background: url(../Images/menu_divider.jpg) right 19px no-repeat;
  /*padding: 15px 32px 15px 30px;*/
  padding: 15px 27px 15px 25px;
}
.sf-menu > li.last,
.menu_ul > li.last {
  background: none;
}
.sf-menu > li.sub-menu > a:before,
.menu_ul > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../Images/menu-marker.png) 0 0 no-repeat;
  width: 5px;
  height: 7px;
  right: 50%;
  bottom: -10px;
  margin-right: -3px;
}
.sf-menu > li > a,
.menu_ul > li > a {
  position: relative;
  display: inline-block;
}
.sf-menu > li > a > span,
.menu_ul > li > a > span {
  font: 11.96px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #a4a4a4;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu > li > a:hover,
.menu_ul > li > a:hover,
.sf-menu > li.active > a,
.menu_ul > li.active > a,
.sf-menu > li.sfHover > a,
.menu_ul > li.sfHover > a {
  text-decoration: none;
}
.sf-menu > li > a:hover > span,
.menu_ul > li > a:hover > span,
.sf-menu > li.active > a > span,
.menu_ul > li.active > a > span,
.sf-menu > li.sfHover > a > span,
.menu_ul > li.sfHover > a > span {
  /*color: #35c9e8;*/
  color: #1fb385;
}
.sf-menu ul,
.menu_ul ul {
  position: absolute;
  list-style: none;
  z-index: 999;
  width: 158px;
  top: 50px !important;
  left: 0px !important;
  display: none;
  overflow: visible;
  border-top: 1px solid #35c9e8;
  background: #2f2f2f;
  text-align: left;
}
.sf-menu ul li,
.menu_ul ul li {
  position: relative;
  margin-bottom: 3px;
  padding-bottom: 6px;
  border-bottom: 1px solid #3b3b3b;
}
.sf-menu ul li:first-child,
.menu_ul ul li:first-child {
  margin-top: 38px;
}
.sf-menu ul li.last,
.menu_ul ul li.last {
  margin-bottom: 31px;
  border: none;
  padding-bottom: 0;
  background: none;
}
.sf-menu ul li.sub-menu > a:before,
.menu_ul ul li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../Images/menu-marker_2.png) 0 0 no-repeat;
  width: 7px;
  height: 5px;
  left: 100%;
  bottom: 50%;
  margin-bottom: -1px;
  margin-left: -60px;
}
.sf-menu ul li a,
.menu_ul ul li a {
  font: 11.049999999999999px Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400 !important;
  line-height: 1.2em;
  color: #a4a4a4 !important;
  background: none !important;
  text-transform: uppercase;
  margin-left: 26px;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf-menu ul li.sfHover > a,
.menu_ul ul li.sfHover > a,
.sf-menu ul li > a:hover,
.menu_ul ul li > a:hover {
  /*color: #35c9e8 !important;*/
  color: #1fb385 !important;
}
.sf-menu ul ul,
.menu_ul ul ul {
  left: 159px !important;
  top: -39px !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -700px !important;
  bottom: 20%;
  width: 53px;
  height: 53px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
  background: url(../Images/up-arrow.png) center bottom no-repeat;
  z-index: 999;
  display: none;
  -webkit-transition: background-position 0.4s ease-out;
  -moz-transition: background-position 0.4s ease-out;
  -o-transition: background-position 0.4s ease-out;
  transition: background-position 0.4s ease-out;
}
#toTop:hover {
  background-position: center top;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*bootstrap classes*/
.thumbnails {
  margin: 0px;
}
.thumbnails li {
  margin: 0px;
}
.thumbnails li > a {
  position: relative;
  display: block;
}
.thumb-pad {
  /*margin: 3px 0px 20px;*/
  margin: 0px;
}
.thumb-pad figure {
  width: 100%;
}
.thumb-pad .caption {
  padding: 0;
  margin: 22px 0px 0px 0px;
}
.thumb-pad .caption p {
  padding: 0;
  margin: 0;
}
.thumbnail {
  box-shadow: none;
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail img {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.thumbnail:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}
.thumbnail a {
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.thumbnail a:hover img {
  border-color: #35c9e8;
}
.img-polaroid {
  background: #ffffff;
  padding: 7px;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dl-horizontal dt {
  float: left;
  margin-right: 5px;
  width: 25px;
  text-align: left;
}
.dl-horizontal dt time {
  text-transform: uppercase;
}
.dl-horizontal dt time span {
  display: block;
}
.dl-horizontal dd {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 0;
  padding: 0px 0px 0px 0px;
}
.dl-horizontal dd.last {
  padding-bottom: 0;
}
.btn {
  position: relative;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-shadow: none;
  padding: 10px 21px 11px;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  text-align: center;
  font: 11.049999999999999px "Times New Roman", Georgia, Times, serif;
  line-height: 20px;
  color: #595959;
  text-transform: uppercase;
  border: 1px solid #d1d1d1;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ebebeb), to(#fcfcfc));
  background-image: -webkit-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: -o-linear-gradient(top, #ebebeb, #fcfcfc);
  background-image: linear-gradient(to bottom, #ebebeb, #fcfcfc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fffcfcfc', GradientType=0);
}
.btn:hover,
.btn:active {
  color: #a9a9a9;
  background-color: #3c3c3c;
  background-image: -moz-linear-gradient(top, #212121, #656565);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#212121), to(#656565));
  background-image: -webkit-linear-gradient(top, #212121, #656565);
  background-image: -o-linear-gradient(top, #212121, #656565);
  background-image: linear-gradient(to bottom, #212121, #656565);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff212121', endColorstr='#ff656565', GradientType=0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  background-position: 0;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  border-color: transparent;
}
.badge {
  float: left;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 76px;
  height: 82px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: url(../Images/badge_bg.png) center 0px no-repeat;
  text-align: center;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
  margin-left: 0;
}
.container input,
.container textarea {
  position: relative;
  outline: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  padding: 6px 10px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  background: #f8f8f8;
  color: #2f2f2f;
  border: 1px solid #2f2f2f;
}
.container input:focus:invalid:focus,
.container textarea:focus:invalid:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #2f2f2f;
  border: 1px solid #2f2f2f;
}
.container input:focus,
.container textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  color: #2f2f2f;
  border: 1px solid #2f2f2f;
}
.container input {
  width: 249px;
  height: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container label {
  cursor: default;
}
p {
  padding-bottom: 10px;
}
figure {
  display: inline-block;
  margin: 0;
}
figure img {
  max-width: inherit;
  width: 100%;
}
h2 {
  /*font: 400 53.95px 'Tinos';*/
  font: 400 28px 'Tinos';
  line-height: 1.2em;
  color: #8c8c8c;
  letter-spacing: -1px;
  border-bottom: 1px solid #eeeeee;
  /*margin-bottom: 30px;*/
}
h2 > span {
  display: block;
  font: 400 italic 10.01px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #9c9c9c;
  text-transform: uppercase;
  margin: -6px 0px 13px;
}
h2.special {
  font-size: 72px;
  margin: 5px 0px 0px 0px;
  border: none;
}
h2.special2 {
  font-size: 48px;
  margin: -23px 0px 32px;
  border: none;
}
h3.special
{
  font: 400 20px 'Tinos';
  line-height: 1.2em;
  color: #8c8c8c;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
h3,
.author {
  font: 14.95px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #2f2f2f;
  margin-bottom: 0px;
}
h3 a,
.author a {
  color: inherit;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
h3 a:hover,
.author a:hover {
  color: #35c9e8;
}
h4,
time {
  font: 11.049999999999999px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  /*color: #35c9e8;*/
  color: #1fb385;
  text-transform: uppercase;
  margin: 17px 0px -7px;
}
h4.search_title,
time.search_title {
  margin-top: 2px;
  font-size: 17px;
  text-transform: none;
}
time {
  margin: 17px 0px -7px;
}
h5 {
  font: 24.05px 'Tinos';
  line-height: 1.2em;
  color: #8c8c8c;
  margin-bottom: 7px;
}
address {
  font-style: normal;
  /*margin: -17px 0 43px;*/
  margin: 0px 0 43px;
}
address > span {
  display: block;
  font: 24.05px 'Tinos';
  line-height: 1.2em;
  color: #8c8c8c;
  margin: 0px 0px 7px 0px;
}
hr {
  width: 100%;
  height: 1px;
  /*margin: 47px 0 45px;*/
  border: none;
  background-color: #d4d4d4;
}
/* slider */
#camera_1 {
  position: relative;
  display: block;
  width: 100%;
  height: 617px;
  float: none;
  z-index: 1;
  margin: 0 !important;
  padding-bottom: 47px;
}
#camera_1 .camera_caption {
  display: none;
  width: 359px;
  color: #ffffff;
  top: 218px;
}
#camera_1 .camera_caption > div {
  padding: 0px 0px 0px 0px;
}
#camera_1 .camera_caption > div > div p {
  font: 34.06px 'Tinos';
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 47px 0px 53px 38px;
  margin: 0;
  background-color: #12654b;
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  position: absolute;
  top: 50%;
  left: 90%;
  float: right;
  margin: -15px 0px 0px -2px;
  width: 37px;
  height: 37px;
  background: none;
}
#camera_1 .camera_prev > span,
#camera_1 .camera_next > span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-indent: 100%;
  background: none;
}
#camera_1 .camera_prev > span:first-child,
#camera_1 .camera_next > span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#camera_1 .camera_prev:hover > span,
#camera_1 .camera_next:hover > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
#camera_1 .camera_prev:hover > span:first-child,
#camera_1 .camera_next:hover > span:first-child {
  opacity: 0;
  filter: alpha(opacity=0);
}
#camera_1 .camera_prev > span {
  background: url(../Images/arrowL.png) center bottom no-repeat;
}
#camera_1 .camera_prev > span:first-child {
  background: url(../Images/arrowL.png) center top no-repeat;
}
#camera_1 .camera_next {
  left: 94%;
  margin-left: -9px;
}
#camera_1 .camera_next > span {
  background: url(../Images/arrowR.png) center bottom no-repeat;
}
#camera_1 .camera_next > span:first-child {
  background: url(../Images/arrowR.png) center top no-repeat;
}
/* end slider */
.list1 {
  display: block;
  overflow: hidden;
  margin: 26px 0px 60px 0px;
}
.list1 li {
  background: url(../Images/list_icon.png) 0px 8px no-repeat;
  margin-bottom: 10px;
}
.list1 li a {
  overflow: hidden;
  /*color: #35c9e8;*/
  color: #1fb385;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-left: 15px;
}
.list1 li a:hover {
  color: #2f2f2f;
}
.list2 {
  margin: 0px 0px 47px 0px;
}
.list2 li {
  margin-bottom: 2px;
}
.list2 li h4 {
  margin-bottom: -9px;
}
.list2 li figure {
  float: left;
  margin: 0px 18px 0px 0px;
}
.list2 li div {
  overflow: hidden;
  padding-right: 30px;
}
.list2.type2,
.list2.type3 {
  margin: -12px 0px 71px 0px;
}
.list2.type2 li,
.list2.type3 li {
  margin-bottom: -1px;
}
.list2.type2 li figure,
.list2.type3 li figure {
  margin: 1px 16px 0px 0px;
}
.list2.type2 li div,
.list2.type3 li div {
  padding-right: 0;
}
.list2.type2 li div h4,
.list2.type3 li div h4 {
  margin: 0;
}
.list2.type2 li div h3,
.list2.type3 li div h3 {
  margin: 2px 0px 0px 0px;
}
.list2.type3 {
  margin: -17px 0px 76px 0px;
}
.list2.type3 li {
  margin-bottom: 9px;
}
.list2.type3 li figure {
  margin: 6px 16px 0px 0px;
}
.list2.type3 li div {
  padding-right: 0;
}
.list2.type3 li div p {
  padding-bottom: 24px;
}
.list2.type3 li div h3 {
  margin: 0px;
}
.list3 {
  margin: 0px 0px 25px 0px;
}
.list3 li {
  margin-bottom: 4px;
}
.list3 li img {
  float: left;
  margin: 0px 19px 0px 0px;
}
.list3 li div {
  overflow: hidden;
}
.list3 li div h3 {
  margin-top: 0;
}
.author {
  padding: 0 0 0 14px;
  margin-bottom: -1px;
}
.author + p {
  padding: 0 0 20px 14px;
}
.author + p a {
  text-decoration: underline;
}
.author + p a:hover {
  text-decoration: none;
}
blockquote {
  position: relative;
  padding: 7px 0px 0px 14px;
  margin-bottom: 14px;
  border: none;
}
blockquote p {
  font: 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #a0a0a0;
  padding: 0;
  margin: 0px;
}
blockquote:before {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 3px;
  content: '';
  width: 8px;
  height: 9px;
  background: url(../Images/quote_icon.png) 0 no-repeat;
}
[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
.g_map {
  margin: -10px 0px 47px;
  width: 100%;
  height: 507px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0x;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  background: url(../Images/web_site_loader.gif) center no-repeat #99a6ab !important;
}
/*forms*/
form.search {
  position: relative;
  float: right;
  display: inline-block;
  margin: 0px 0px 0px 0px;
  width: 100%;
  z-index: 500;
}
form.search > input {
  width: 572px;
}
form.search > a {
  float: right;
  margin: -5px 0px 0px 0px;
}
form.search {
  width: 100%;
  margin: 0px 0px 0px 0px;
}
#aspnetForm {
  position: relative;
  margin: 0px;
  width: 100%;
}
#aspnetForm input,
#aspnetForm textarea,
#aspnetForm .success {
  position: relative;
  display: block;
  outline: none;
}
#aspnetForm input {
  position: relative;
  width: 100%;
}
#aspnetForm .success {
  position: absolute;
  top: 0;
  left: 0;
  padding: 17px 10px;
  z-index: 10;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  color: #a0a0a0;
  border: 1px solid #e5e5e5;
}
#aspnetForm textarea {
  width: 100%;
  height: 114px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  resize: none;
}
#aspnetForm label {
  position: relative;
  min-height: 50px;
  width: 249px;
  margin-bottom: 14px;
  float: left;
}
#aspnetForm label.message {
  width: 100%;
}
#aspnetForm .capt {
  display: block;
  margin-bottom: 3px;
}
#aspnetForm .error,
#aspnetForm .empty {
  position: absolute;
  text-align: right;
  display: none;
  /*font-size: 10px;*/
  font-size: 11px;
  /*color: #35c9e8;*/
  color: #bf2c0a;
  width: 200px;
  top: 2px;
  right: 2px;
}
#aspnetForm .btns {
  padding: 3px 0px 0px 0px;
  position: relative;
}
#aspnetForm .btns > p {
  padding: 0;
  color: #bf2c0a;
}
#aspnetForm .btns > p a {
  margin-right: 20px;
  top: 6px;
  display: inline-block;
}
/*end forms*/
.padding1 {
  padding: 0 20px 24px 0;
}
.padding2 {
  padding: 5px 0px 0px 0px;
}
.padding3 {
  padding: 8px 0px 47px;
}
.padding4 {
  padding-bottom: 24px;
}
.padding5 {
  padding: 8px 0px 26px;
}
.padding6 {
  padding: 0px 210px 0px 0px;
}
.padding7 {
  padding: 0px 0px 0px 0px;
}
.margin1 {
  /*margin: 30px 0px 23px 0px;*/
  margin: 30px 0px 0px 0px;
}
.margin2 {
  margin: 4px 19px 0px 0px;
}
.margin3 {
  margin-bottom: 20px;
}
.margin4 {
  margin: -11px 0px 9px;
}
.margin5 {
  margin: 18px 0 32px;
}
.margin6 {
  margin: 4px 24px 0px 0px;
}
.margin7 {
  margin-bottom: 15px;
}
.margin8 {
  margin: -1px 0 42px;
}
.margin9 {
  margin: -15px 0px 0px 0px;
}
.margin10 {
  margin: 0px 0px 0px 11px;
}
.margin11 {
  margin: 22px 0px 10px 0px;
}
.color1 {
  /*color: #35c9e8;*/
  color: #1fb385;
}
.color2 {
  color: #2f2f2f;
}
.box {
  overflow: hidden;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
/*--- content end ------*/
/*------ footer ------- */
footer
  {
    background: url(../Images/header_bg.jpg) center bottom no-repeat;    
  }
footer p {
  font: 14.040000000000001px 'Tinos';
  line-height: 1.2em;
  color: #8c8c8c;
  /*padding-top: 12px;*/
}
footer p a {
  color: inherit;
}
footer p a:hover {
  color: #35c9e8;
}
footer .menu_ul {
  float: right;
  border: none;
  /*height: 94px;*/
  width: auto;
}
footer .menu_ul li {
  padding: 15px 17px 0px 15px;
  background-position: right 16px;
}
footer .menu_ul li:first-child {
  /*background: none;*/
  padding-left: 0px;
}
footer .menu_ul li.last {
  padding-right: 0;
}
footer .menu_ul li ul {
  border: none;
  border-bottom: 1px solid #35c9e8;
  top: -300px !important;
  left: -23px !important;
}
footer .menu_ul li ul ul {
  left: 159px !important;
  top: -39px !important;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 980px) and (max-width: 1200px) {
  #camera_1 .camera_next {
    margin-left: 0;
  }
  .list1 {
    margin-bottom: 25px;
  }
  .list2 {
    margin-bottom: 8px;
  }
  .list2.type3 {
    margin-bottom: 16px;
  }
  #aspnetForm label {
    width: 199px;
  }
  form.search input {
    width: 444px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 47px;
    overflow: visible;
  }
  .camera_caption {
    display: none !important;
  }
  #camera_1 .camera_prev {
    left: 15px;
    margin: -15px 0 0 0;
  }
  #camera_1 .camera_next {
    left: 100%;
    margin: -15px 0 0 -52px;
  }
  .imStyle1 {
    float: none;
    margin: 0;
    width: 100%;
  }
  .list2.type1 .box {
    overflow: visible;
    padding-right: 0;
  }
  footer .menu_ul {
    height: 75px;
  }
  footer .menu_ul li {
    padding: 10px 12px 0 11px;
  }
  .sf-menu,
  .menu_ul {
    border: none;
    height: 50px;
  }
  .sf-menu li.last,
  .menu_ul li.last {
    padding-right: 32px;
  }
  .list1 {
    margin-bottom: 25px;
  }
  .list2 {
    margin-bottom: 16px;
  }
  .list3 li {
    text-align: center;
  }
  .list3 li img {
    float: none;
    margin: 0px 0px 15px 0px;
  }
  .list3 li div {
    text-align: left;
  }
  .halfWidth {
    width: 45%;
  }
  h2 {
    font-size: 46px;
  }
  .list2.type2 li {
    margin-bottom: 20px;
    text-align: center;
  }
  .list2.type2 li div {
    text-align: left;
    overflow: visible;
  }
  .list2.type3 li figure {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
  .list2.type3 {
    margin-bottom: 16px;
  }
  #aspnetForm label {
    width: 100%;
    display: block;
  }
  #aspnetForm .success {
    padding: 87px 10px;
  }
  .margin10 {
    margin: 0;
  }
  form.search input {
    width: 320px;
  }
  .padding6 {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  header .select-menu, footer .select-menu {
    display: block!important;
  }
  .sf-menu,
  .menu_ul {
    display: none;
  }
  .camera_caption {
    display: none !important;
  }
  #camera_1 .camera_prev {
    left: 15px;
    margin: -15px 0 0 0;
  }
  #camera_1 .camera_next {
    left: 100%;
    margin: -15px 0 0 -52px;
  }
  .list1 {
    margin-bottom: 40px;
  }
  .list2.type1 li {
    margin-bottom: 21px;
  }
  .list2.type1 div {
    padding-right: 0;
  }
  footer p {
    padding: 0 0 25px;
  }
  #aspnetForm label {
    display: block;
    width: 100%;
  }
  #aspnetForm .success {
    padding: 52px 19px 80px;
  }
  .halfWidth {
    display: inline-block;
    width: 28%;
    margin-right: 20px;
  }
  .padding2 {
    padding-top: 12px;
  }
  .list2.type2 li {
    margin-bottom: 20px;
    text-align: left;
  }
  .list2.type2 li figure {
    max-width: 120px;
    margin: 0px 15px 10px 0px;
  }
  .list2.type2 li div {
    overflow: visible;
  }
  .list2.type2 li p {
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .halfWidth2 {
    display: inline-block;
    float: left;
    width: 45%;
    margin-right: 21px;
  }
  .list2.type3 {
    margin-bottom: 16px;
  }
  #aspnetForm label {
    width: 100%;
    display: block;
  }
  #aspnetForm .success {
    padding: 87px 10px;
  }
  .margin10 {
    margin: 0;
  }
  form.search input {
    width: 100%;
  }
  form.search a {
    float: none;
    margin: 10px 0px 20px 0px;
  }
  .imStyle3 {
    text-align: center;
    display: block;
  }
  .imStyle3 img {
    width: auto;
  }
  .padding6 {
    padding: 0;
  }
  .imStyle2 {
    float: left;
    margin: 0px 0px 10px 0px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .imStyle2 {
    float: none;
    margin: 0 0 20px;
  }
  .list2.type3 li div {
    overflow: visible;
  }
  .halfWidth2 {
    width: 100%;
    display: block;
    margin-right: 0;
    float: none;
  }
  .list2.type2 li figure {
    max-width: 100%;
  }
}
@media (max-width: 520px) {
  .imStyle1 {
    float: none;
    margin: 0;
    width: 100%;
  }
  .imStyle4 {
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
  .list2.type3 li {
    text-align: center;
  }
  .list2.type3 li figure {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .list2.type3 li div {
    text-align: left;
  }
  .list2.type1 li div {
    overflow: visible;
  }
}
@media (max-width: 480px) {
  .imStyle3 {
    text-align: center;
    display: block;
  }
  .imStyle3 img {
    width: 100%;
  }
  header .brand {
    float: none;
  }
  header .slogan {
    background: no-repeat;
    margin-left: 0;
    float: none;
  }
  header .slogan p {
    padding: 17px 0 0 0;
  }
  .imStyle1 {
    float: none;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .halfWidth {
    display: inline-block;
    width: 42%;
    margin-right: 17px;
  }
  .imStyle2 {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .halfWidth2 {
    display: block;
    float: none;
    width: 100%;
    margin-right: 0px;
  }
}
@media (max-width: 360px) {
  .list2.type2 li {
    margin-bottom: 2px;
  }
  .list2.type2 li figure {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .list2.type2 li .box {
    overflow: visible;
    padding-right: 0;
  }
  .list2.type2 + p {
    text-align: center;
  }
}
@media (max-width: 320px) {
  h2 {
    font-size: 46px;
  }
  .list2.type1 li {
    margin-bottom: 2px;
  }
  .list2.type1 li figure {
    float: none;
    margin: 0 0 15px;
    width: 100%;
  }
  .list2.type1 li .box {
    overflow: visible;
    padding-right: 0;
  }
  .list2.type1 + p {
    text-align: center;
  }
  .imStyle1 {
    width: 100%;
  }
  .imStyle1 > img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .halfWidth {
    display: block;
    width: 100%;
    margin: 0px;
  }
  .halfWidth .thumb-pad > .thumbnail > a > figure {
    width: 93%;
  }
  .list3 li {
    text-align: center;
  }
  .list3 li img {
    float: none;
    margin: 0px 0px 15px 0px;
  }
  .list3 li div {
    text-align: left;
  }
  #aspnetForm .btns span {
    margin: 20px 0 0 0;
    display: block;
  }
}
/*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;
}

.height
{
    height:121px;    
}