@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
/*------ template stylization ------*/
body {
  background-color: #c2cbd0;
}
#holder_img {
  position: absolute;
}
.image_resize {
  position: fixed;
}
/*------ header ------- */
header {
  width: 100%;
}
header > div:first-child {
  background-color: #434c51;
}
header .brand {
  position: relative;
  width: 351px;
  height: 107px;
  overflow: hidden;
  margin: 48px 0px 39px;
}
header .brand a {
  width: 100%;
  text-indent: 100%;
  white-space: nowrap;
}
header .brand a:hover {
  text-decoration: none;
}
header address {
  font: 14.98px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #959a9d;
  padding: 5px 0px 12px 0px;
  margin: 0px 0px 0px 0px;
}
header .phone {
  background: url(../img/phone.png) 0px 9px no-repeat;
  font: 600 28.979999999999997px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  padding: 0px 0px 0px 28px;
  margin: 0px 0px 0px 16px;
}
/*menu*/
.select-menu {
  width: 100%;
  margin: 12px auto;
  display: none;
  color: #495359;
}
header .navbar {
  margin-bottom: 0;
}
header .navbar .sf-menu .nav {
  position: absolute;
  float: none;
  margin: 0;
  display: none;
}
header .navbar .sf-menu .nav li {
  float: none;
}
header .navbar .sf-menu .nav li a {
  padding: 0;
  text-shadow: none;
  background: none;
  font-weight: normal;
}
header .navbar-inner {
  min-height: 67px;
  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 {
  height: 100%;
}
.sf-menu {
  list-style: none;
  padding: 0;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  height: 67px;
  background-color: #1d416f;
}
.sf-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #18375d;
  z-index: 1;
}
.sf-menu > li {
  position: relative;
  z-index: 3;
  display: inline-block;
  float: left;
  text-align: center;
  padding-right: 1px;
  background: url(../img/menu_divider.png) right center no-repeat;
}
.sf-menu > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.png) 0 0 no-repeat;
  width: 5px;
  height: 7px;
  right: 50%;
  bottom: 10px;
  margin-right: -3px;
  z-index: 20;
}
.sf-menu > li:first-child {
  background: none;
}
.sf-menu > li > a {
  position: relative;
  display: block;
  font: 700 16.939999999999998px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  padding: 22px 28px 25px;
}
.sf-menu > li > a > strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #57636a;
  overflow: hidden;
  -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;
  height: 0;
}
.sf-menu > li > a > strong:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #495359;
  z-index: 1;
}
.sf-menu > li > a span {
  position: relative;
  display: block;
  z-index: 10;
}
.sf-menu > li > a:hover,
.sf-menu > li.active > a,
.sf-menu > li.sfHover > a {
  text-decoration: none;
}
.sf-menu > li > a:hover > strong,
.sf-menu > li.active > a > strong,
.sf-menu > li.sfHover > a > strong {
  height: 100%;
}
.sf-menu > li > a:hover > span,
.sf-menu > li.active > a > span,
.sf-menu > li.sfHover > a > span {
  text-decoration: none;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  z-index: 999;
  width: 280px;
  top: 67px !important;
  left: 0px !important;
  display: none;
  overflow: visible;
  background: #434c51;
  text-align: left;
}
.sf-menu ul li {
  position: relative;
  margin-bottom: 4px;
  padding-bottom: 7px;
  border-bottom: 1px solid #353c40;
}
.sf-menu ul li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker_2.png) 0 0 no-repeat;
  width: 7px;
  height: 5px;
  right: 0;
  bottom: 50%;
  margin-right: 13px;
  margin-bottom: -1px;
}
.sf-menu ul li:first-child {
  margin-top: 5px;
}
.sf-menu ul li.last {
  margin-bottom: 8px;
  border: none;
  padding-bottom: 0;
  background: none;
}
.sf-menu ul li a {
  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;
  font: 14px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 23px;
  color: #ffffff !important;
  margin-left: 10px;
}
.sf-menu ul li.sfHover > a,
.sf-menu ul li > a:hover {
  color: #a1a6a8 !important;
}
.sf-menu ul ul {
  left: 198px !important;
  top: -5px !important;
}
/*end menu*/
/*--- header end ------*/
/*------ content ------- */
/*----------- Back to top --------------*/
#toTop {
  position: fixed;
  overflow: hidden;
  right: 50%;
  margin-right: -680px !important;
  bottom: 20%;
  width: 50px;
  height: 50px;
  background: url(../img/up-arrow.png) #1d416f center no-repeat;
  z-index: 999;
  display: none;
  border: 1px solid #ffffff;
  -webkit-transition: background-color 0.4s ease-out;
  -moz-transition: background-color 0.4s ease-out;
  -o-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
}
#toTop:hover {
  background-color: #18375d;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*bootstrap classes*/
.thumbnails {
  margin: 0px 0px 0px 0px;
}
.thumbnails li {
  margin: 0px 0px 0px 0px;
}
.thumbnails li > a {
  position: relative;
  display: block;
}
.thumb-pad {
  margin: 0px 0px 0px 0px;
}
.thumb-pad .caption {
  padding: 0;
  margin: 0px 0px 0px 0px;
}
.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;
}
a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: none;
}
.img-polaroid {
  background: #ced3d5;
  padding: 7px;
  box-shadow: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -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;
}
.img-polaroid > img {
  max-width: inherit;
  width: 100%;
}
a:hover .img-polaroid {
  background: #1d416f;
}
.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: 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;
  text-shadow: none;
  padding: 13px 20px 14px;
  -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;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  font: 700 14px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 23px;
  color: #ffffff;
  text-transform: uppercase;
  background: #1d416f;
  border: none;
}
.btn:hover,
.btn:active,
.btn:focus {
  color: #ffffff;
  background: #152f50;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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: none;
}
.btn:active {
  color: #ffffff;
  background: #152f50;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  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: none;
}
#content .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.badge {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 41px;
  height: 41px;
  padding: 10px;
  background: #1d416f;
  text-align: center;
  font: bold 16.939999999999998px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*end bootstrap classes*/
header ul,
footer ul,
#content ul {
  list-style: none;
}
.container input,
.container textarea {
  position: relative;
  outline: 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: 10px 11px;
  line-height: 21px;
  width: 100%;
  margin: 0;
  color: #495359;
  background: #ffffff;
  border: 1px solid #cacfd1;
}
.container input:focus,
.container textarea:focus {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  border: 1px solid #cacfd1;
  color: #495359;
  background: #ffffff;
}
.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;
  border: 1px solid #cacfd1;
  color: #495359;
  background: #ffffff;
}
.container label {
  min-height: 41px;
  margin-bottom: 20px;
}
.container input {
  width: 100%;
  height: 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  padding-bottom: 0px;
  margin-bottom: 19px;
}
a:focus {
  outline: none;
}
figure {
  display: inline-block;
  margin: 0;
}
h2 {
  font: 600 28.979999999999997px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #495359;
  text-transform: uppercase;
  margin: 11px 0px 18px;
  padding: 0px 0px 0px 0px;
}
h3,
.author,
address > strong,
h4 {
  display: block;
  font: 14px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 23px;
  color: #1d416f;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 8px;
}
h3 a,
.author a,
address > strong a,
h4 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;
}
address {
  font-style: normal;
  margin-bottom: 22px;
}
address strong {
  padding: 0;
}
hr {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  border: none;
}
.bg1 {
  border-top: 7px solid #1d416f;
  background: url(../img/content_shadow.png) #edf0f1 center top repeat-x;
  margin-bottom: 30px;
}
.bg1:before {
  content: '';
  position: relative;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: #edf0f1;
}
.bg1:before {
  position: relative;
}
.bg1 > div {
  padding: 12px 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* slider */
#camera_1 {
  position: relative;
  display: block;
  width: 100%;
  height: 513px;
  float: none;
  z-index: 1;
  margin: 0 !important;
  padding-bottom: 0px;
}
#camera_1 .camera_caption {
  display: none;
  height: 100%;
  color: #495359;
  margin: 0px 0px 0px 0px;
  top: 144px;
  left: 101px;
  height: auto !important;
}
#camera_1 .camera_caption > div > div p {
  font: 49.98px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  margin: -8px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-shadow: 1px 1px black;
}
#camera_1 .camera_caption > div > div p:first-child + p {
  font-size: 42px;
  color: #03152c;
  font-weight: 300;
  /*text-shadow: 1px 1px black;*/
}
#camera_1 .camera_pag {
  position: absolute;
  bottom: 15px;
  right: 20px;
}
#camera_1 .camera_pag .camera_pag_ul li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 20px;
  height: 20px;
  margin: 0px 0px 0px 4px;
  background: url(../img/pagin_icon.png) transparent right center no-repeat;
}
#camera_1 .camera_pag .camera_pag_ul li > span {
  position: relative;
  top: 0;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  background: url(../img/pagin_icon.png) transparent left center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -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;
}
#camera_1 .camera_pag .camera_pag_ul li:hover > span,
#camera_1 .camera_pag .camera_pag_ul li.cameracurrent > span {
  opacity: 1;
  filter: alpha(opacity=100);
}
#camera_1 .camera_prev,
#camera_1 .camera_next {
  display: none;
}
/* end slider */
.list1 {
  margin-top: 31px;
  margin-bottom: 0px;
  overflow: hidden;
}
.list1 li {
  margin-bottom: 29px;
}
.list1 li a {
  position: relative;
  display: block;
}
.list1 li a figure {
  display: block;
}
.list1 li a figure figcaption {
  display: block;
  background: url(../img/bg2.png);
  min-height: 126px;
  width: 100%;
  margin-top: 8px;
}
.list1 li a figure figcaption img {
  width: 100%;
}
.list1 li a figure figcaption:before {
  content: '';
  display: block;
  position: absolute;
  margin-top: -8px;
  z-index: 10;
  width: 100%;
  height: 7px;
  background-color: #495359;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
}
.list1 li a figure figcaption > p {
  font: 42px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
  padding: 0px 30px;
}
.list1 li a figure figcaption > p:first-child {
  padding: 18px 30px 0px;
  margin: 0px 0px -14px 0px;
}
.list1 li a figure figcaption > p:first-child + p {
  font-weight: 300;
}
.list1 li a:hover {
  text-decoration: none;
}
.list1 li a:hover figure > figcaption {
  background: url(../img/bg1.png);
}
.list2 {
  margin: 20px 0px 32px;
}
.list2 li {
  margin-bottom: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c2c8cb;
}
.list2 li.last {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.list2 li a {
  font: 15.959999999999999px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 23px;
  color: #1d416f;
  -webkit-transition: font-weight 0.4s ease-out;
  -moz-transition: font-weight 0.4s ease-out;
  -o-transition: font-weight 0.4s ease-out;
  transition: font-weight 0.4s ease-out;
}
.list3 {
  margin: -1px 0px 36px 0px;
}
.list3 li {
  margin: 0px 0px 7px 0px;
}
.list3 li span.badge {
  float: left;
  margin: 7px 27px 2px 0px;
}
.list3 li div {
  overflow: hidden;
}
.list4 {
  margin: 24px 0px -2px;
  overflow: hidden;
}
.list4 li {
  width: 216px;
  float: left;
  margin: 0px 31px 38px 0px;
}
.list4 li:first-child + li + li {
  margin-right: 0;
}
.list4 li div > a {
  display: block;
  margin-bottom: 14px;
}
.list4 li div > a figure {
  width: 100%;
}
.list4 li div > a figure img {
  width: 100%;
}
.list4 li h3 {
  padding-bottom: 0;
}
.list5 {
  margin: 25px 0px -2px;
  overflow: hidden;
}
.list5 li {
  width: 350px;
  float: left;
  margin: 0px 31px 38px 0px;
}
.list5 li.right {
  margin-right: 0;
}
.list5 li div > a {
  display: block;
  margin-bottom: 14px;
}
.list5 li div > a figure {
  width: 100%;
}
.list5 li div > a figure img {
  width: 100%;
}
.list5 li h3 {
  padding-bottom: 0;
}
.list6 {
  margin: -1px 0px 43px;
}
.list6 li {
  margin-bottom: 37px;
}
.list6 li > div:first-child h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list6 li > div:first-child p a {
  color: inherit;
}
.list6 li > div figure {
  float: left;
  margin: 6px 29px 8px 0px;
}
.list6 li > div > div {
  overflow: hidden;
  padding-right: 10px;
}
blockquote {
  position: relative;
  padding: 0px 0 8px 52px;
  margin: 0px 0px 0px 0px;
  border: none;
}
blockquote p {
  font: 14px 'Open Sans', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 23px;
  color: #495359;
}
blockquote:before {
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 6px;
  width: 26px;
  height: 18px;
  content: ' ';
  background: url(../img/quote_icon.png) 0 no-repeat;
}
.author {
  padding-left: 52px;
  margin: 0px 0px 18px 0px;
}
.author a {
  text-decoration: underline;
  color: #495359;
}
.author a:hover {
  text-decoration: none;
}
.g_map {
  display: block;
  margin: 0px 0px 31px;
  width: 100%;
  height: 382px;
  overflow: hidden;
}
.g_map iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
  background: url(../img/web_site_loader.gif) center no-repeat #1d416f !important;
}
/*forms*/
[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
#search {
  position: relative;
  float: right;
  display: inline-block;
  margin: 12px 0px 86px;
  width: 100%;
  z-index: 500;
}
#search > a {
  margin-top: 25px;
}
#form1 {
  position: relative;
  margin: 0px 0px 1px;
  width: 100%;
}
#form1 input,
#form1 textarea,
#form1 .success {
  position: relative;
  display: block;
  outline: none;
}

#form1 input {
  position: relative;
  width: 100%;
}

#form1 .success_Background {
    position: absolute;
    display: none;
    visibility: hidden;

    top: 0;
    left: 0;
    width: 99vw;
    height: 100vh;

    background-color: rgba(0,0,0, 0.6);

    z-index: 1000;


    vertical-align: middle;
    text-align: center;
}

#form1 .success {
    position: relative;
    /*top: 0;
    left: 0;*/
    z-index: 10;
    text-align: center;
    padding: 18px 20px 19px;
    line-height: 21px;
    /*width: 100%;
    height: 41px;
    margin: 0;*/
    color: #495359;
    background: #ffffff;
    border: 1px solid #cacfd1;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;

    margin:auto;
    /*top: auto;
    left: auto;
    margin-top: -50px;
    margin-left: -50px; */
    
}
#form1 textarea {
  width: 100%;
  height: 201px;
  overflow: auto;
  resize: none;
}
#form1 label {
  position: relative;
  width: 223px;
  float: left;
}
#form1 label.labelMargin {
  margin-left: 21px;
}
#form1 label.message {
  width: 100%;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  text-align: right;
  display: none;
  font-size: 10px;
  color: #1d416f;
  width: 200px;
  top: 2px;
  right: 2px;
}
#form1 .btns {
  padding: 5px 0px 0px 0px;
  position: relative;
}
#form1 .btns > p {
  padding: 0;
}
#form1 .btns > p a {
  margin-right: 15px;
  display: inline-block;
}
/*end forms*/
.padding1 {
  padding-bottom: 38px;
}
.margin1 {
  margin: 6px 0px 14px;
}
.margin2 {
  margin-bottom: 7px;
}
.margin3 {
  margin: -16px 0px 68px;
}
.margin4 {
  margin-top: 10px;
}
.margin5 {
  margin-bottom: 55px;
}
.margin6 {
  margin-bottom: 55px;
}
.margin7 {
  margin-bottom: 74px;
}
.margin8 {
  margin-bottom: 134px;
}
.margin9 {
  margin: 71px 0px 0px 0px;
}
.margin10 {
  margin: 63px 0px 0px 0px;
}
.margin11 {
  margin: -4px 0px 18px;
}
.margin12 {
  margin: 23px 0 -4px;
}
.width1 {
  display: inline-block;
  width: 50px;
}
.color1 {
  color: #1d416f;
}
.box {
  overflow: hidden;
}
.block {
  display: block;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.right {
  margin-right: 0 !important;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  text-decoration: none;
}
.overflow {
  overflow: hidden;
}
.floatRight1200 {
  float: right;
}
.floatLeft1200 {
  float: left;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  padding: 4px 0px 62px;
}
footer p {
  color: #1d416f;
}
footer p a {
  color: inherit;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  .noMarginLeft {
    margin-left: 0 !important;
  }
}
@media (min-width: 980px) and (max-width: 1200px) {
  #camera_1 .camera_caption {
    margin-left: -50px;
  }
  .list3 li div {
    overflow: visible;
  }
  .list4 li {
    width: 163px;
  }
  .list5 > li {
    width: 32%;
    margin-right: 1%;
  }
  .list6 li > div > div {
    overflow: visible;
  }
  #form1 label {
    width: 180px;
  }
  #form1 label.labelMargin {
    margin-left: 11px;
  }
  .margin8 {
    margin-bottom: 53px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  header .nav-collapse,
  header .nav-collapse.collapse {
    height: 67px;
    overflow: visible;
  }
  #camera_1 .camera_caption {
    margin-left: -70px;
    top: 44px;
  }
  .list1 li a figure figcaption > p {
    font-size: 28px;
  }
  .list1 li a figure figcaption > p:first-child {
    margin-bottom: 0px;
  }
  .list1 li a figure figcaption {
    min-height: 109px;
  }
  .list3 li div {
    overflow: visible;
  }
  h2 {
    font-size: 24px;
  }
  blockquote,
  .author {
    padding-left: 31px;
  }
  .list4 li {
    width: 176px;
  }
  .list4 li:first-child + li + li {
    margin-right: 31px;
  }
  .list5 > li {
    width: 32%;
    margin-right: 1%;
  }
  .list6 li > div > div {
    overflow: visible;
  }
  #form1 label {
    width: 100%;
  }
  #form1 label.labelMargin {
    margin-left: 0;
  }
  #form1 .success {
    padding: 73px 11px 88px;
  }
  .imStyle2 {
    width: 100%;
  }
  footer {
    padding-bottom: 8px;
  }
  .margin9 {
    margin-top: 141px;
  }
}
@media (max-width: 767px) {
  .select-menu {
    display: block!important;
  }
  .sf-menu {
    display: none;
  }
  #camera_1 .camera_caption {
    /*display: none !important;*/
    top:25px;
    left: 10px
  }

    #camera_1 .camera_caption .Deafult_Page_Div p,
    #camera_1 .camera_caption .Deafult_Page_Div p:first-child + p {
         font: 22px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif; 
    }

  .list1 li {
    float: left;
    width: 32%;
    margin-right: 1%;
  }
  .list1 li a figure figcaption {
    min-height: 109px;
    text-align: center;
  }
  .list1 li a figure figcaption > p {
    font-size: 28px;
    padding: 10px 10px 0 !important;
  }
  .list1 li a figure figcaption > p:first-child {
    margin-bottom: 0px;
  }
  .imStyle1 {
    float: left;
    margin-right: 15px;
  }
  footer {
    padding-bottom: 8px;
  }
  header .brand {
    margin: 20px 0 8px;
  }
  header address span {
    display: block;
    float: none;
    margin-left: 0;
  }
  header address p {
    text-align: left;
  }
  .list4 > li {
    width: 31%;
    margin-right: 1%;
    min-height: 290px;
  }
  .list5 > li {
    width: 48%;
    margin-right: 2%;
    min-height: 310px;
  }
  .list5 > li.right {
    margin-right: 2% !important;
  }
  .list6 li > div > div {
    overflow: visible;
  }
  #form1 label {
    width: 100%;
  }
  #form1 label.labelMargin {
    margin-left: 0;
  }
  #form1 .success {
    padding: 73px 11px 88px;
  }
  .margin8 {
    margin-bottom: 24px;
  }
  #search,
  form.search {
    margin-bottom: 26px;
  }
  .margin9 {
    margin-top: 31px;
  }
  .margin10 {
    margin-top: 43px;
  }
  h2 {
    font-size: 24px;
  }
  .floatRight1200,
  .floatLeft1200 {
    float: none;
  }
}
@media (max-width: 600px) {
  .list1 li a figure figcaption {
    min-height: 80px;
  }
  .list1 li a figure figcaption > p {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  .imStyle1 {
    float: none;
    margin-right: 0px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .list4 > li {
    width: 100%;
    margin-right: 0px;
  }
  .list5 > li {
    width: 100%;
    margin-right: 0;
    min-height: auto;
  }
  .list5 > li.right {
    margin-right: 0 !important;
  }
  .list6 li div figure {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list6 li > div:first-child p a.pull-right {
    margin-left: 20px;
  }
}
@media (max-width: 400px) {
  header .brand {
    width: 100%;
  }
  header .phone {
    background: none;
    padding-left: 0;
    margin-left: 0;
  }
  .list1 li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list1 li a figure figcaption {
    min-height: 109px;
    text-align: center;
  }
  .list1 li a figure figcaption > p {
    font-size: 28px;
    padding: 10px 10px 0 !important;
  }
  .list1 li a figure figcaption > p:first-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 320px) {
  .list3 li div {
    overflow: visible;
  }
  #form1 .success {
    padding: 64px 11px 97px;
  }
  .list4 > li,
  .list5 > li {
    min-height: 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: 33px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.inner_Page_HR_Separator {
    margin: 0.5em auto !important;
    display: block !important;
    border-style: inset !important;
    border-color: #495359 !important;
    border-width: 1px !important;
} 



.Message_Success {
    color: Green !important;
    font-size: medium !important;
    font-weight: normal !important;
}


.Message_Error {
    color: Red !important;
    font-size: medium !important;
    font-weight: normal !important;
}



.Deafult_Page_Div {
    background: rgba(255, 255, 255, 0.5); /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.0)); /* Standard syntax */
    padding: 15px;
}







.Partner_Logo_Container {
    float: left;
    width: 270px;
    max-height: 176px;

    margin-top: 30px;
    margin-bottom: 30px;
}


.Partner_Logo_Link {
    cursor: pointer;
}

.Partner_Logo_Inner{
    display: flex;
    justify-content:center;
    text-align:center;
}

    .Partner_Logo_Link img {        
        max-width: 200px;
    }