
/*------ template stylization ------*/
body {
  background: #1d2328;
  font-family: Arial !important;
  line-height: 22px;
  color: #929292;
}
p {
  margin-bottom: 0;
}
p > strong {
  color: #585858;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
h1.brand {
  font-size: 0 !important;
  line-height: 0 !important;
  display: block;
  margin: 0 !important;
  float: left;
  position: relative;
  padding: 60px 0 61px 0;
}
h1.brand a {
  display: inline-block;
}
h2 {
  color: #515151;
  font: 22px/22px 'Noto Serif', Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 21px;
  letter-spacing: -1px;
}
h2 > span {
  color: #bfbfbf;
}
h3 {
  color: #515151;
  font: 24px/24px 'Noto Serif', Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 31px;
}
h4 {
  color: #378673;
  font: 16px/20px Arial, Helvetica, sans-serif;
  margin: 0;
  margin-top: -2px;
  margin-bottom: 13px;
}
h5 {
  color: #3b3b3b;
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}
h6 {
  color: #515151;
  font: 35px/35px 'Noto Serif', Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 23px;
}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
.global {
  background-color: #f7f7f7;
}
#contHolder {
  position: relative;
}
/*-----btn-----*/
.btn.btn-primary {
  box-shadow: none;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  padding: 14px 20px 14px 21px;
  font: 11px 'Convergence';
  color: #181818;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  border: 1px solid #d1d1d1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  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.btn-primary:hover {
  background: none;
  color: #ffffff;
  border-color: #f1511f;
  background-color: #f1511f;
}
.btn.btn-link {
  box-shadow: none;
  position: relative;
  text-decoration: underline;
  display: inline-block;
  padding: 0;
  font: 13px Arial, Helvetica, sans-serif;
  color: #2a70e8;
  border: none;
  text-shadow: none;
  padding-right: 15px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link > span {
  float: left;
  margin-right: 11px;
  text-decoration: underline;
}
.btn.btn-link > em {
  float: left;
  margin-top: 3px;
  width: 4px;
  height: 10px;
}
.btn.btn-link:hover {
  text-decoration: none;
}
.btn.btn-link.btn1:hover {
  color: #585858;
}
.btn.btn-link.btn1 > em {
  overflow: hidden;
}
.btn.subscribe {
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: none;
  position: relative;
  text-decoration: none;
  display: inline-block;
  border: none;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none !important;
  background: url(../img/envelope.png) 0 top no-repeat;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 15px;
  right: 16px;
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
  transition: all 0.35s ease !important;
}
.btn.subscribe:hover {
  background: url(../img/envelope.png) 0 bottom no-repeat;
}
/*-----list-----*/
.list0 {
  margin: 0;
  list-style: none;
  margin-top: 31px;
  margin-bottom: 53px;
}
.list0 li {
  font-size: 13px;
  line-height: 22px;
  background: url(../img/list_arrow.png) left center no-repeat;
  padding-left: 12px;
  margin-bottom: 6px;
}
.list0 li a {
  font-size: 13px;
  line-height: 22px;
  color: #2a70e8;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list0 li a:hover {
  color: #929292;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 {
  margin: 0;
  list-style: none;
  margin-top: 30px;
}
.list1 li {
  font-size: 13px;
  line-height: 22px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.list1 li:first-child + li {
  border-bottom: none;
}
.list1 li figure {
  margin: 0;
  float: left;
  margin-right: 30px;
}
.list1 li figure img {
  width: 100%;
}
.list1 li .caption time {
  font: italic 13px Arial, Helvetica, sans-serif;
  color: #c3c3c3;
  margin-bottom: 10px;
  display: inline-block;
}
.list1 li .caption p {
  margin-bottom: 17px;
}
.list2 {
  margin: 0;
  list-style: none;
  margin-top: 27px;
}
.list2 li {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 29px;
  overflow: hidden;
}
.list2 li figure {
  margin: 0;
  float: left;
  margin-right: 20px;
}
.list2 li .caption {
  overflow: hidden;
}
.list2 li .caption a {
  font: bold 16px Arial, Helvetica, sans-serif;
  color: #2b3329;
  display: block;
  margin-top: 13px;
  margin-bottom: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li .caption a:hover {
  color: #378673;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li .caption time {
  font: italic 13px Arial, Helvetica, sans-serif;
  color: #378673;
  margin-bottom: 10px;
  display: inline-block;
}
.list3 {
  margin: 0;
  list-style: none;
  margin-bottom: -6px;
}
.list3 li {
  font-size: 13px;
  line-height: 22px;
  background: url(../img/list_arrow.png) left 7px no-repeat;
  padding-left: 13px;
  margin-bottom: 10px;
}
.list3 li a {
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #71936c;
  text-decoration: underline;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list3 li a:hover {
  color: #9bd156;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 {
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 32px;
}
.list4 li {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 19px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.list4 li:first-child + li + li {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.list5 {
  margin: 0;
  list-style: none;
  display: block;
  margin-top: 39px;
}
.list5 li {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 28px;
}
.list5 .badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 47px;
  height: 45px;
  text-align: center;
  padding-top: 9px;
  text-shadow: none;
  background-color: #2a70e8;
  font: 20px/20px 'Noto Serif';
  color: #ffffff;
  float: left;
  margin-right: 14px;
}
.list5 .badge .numb {
  margin-top: -3px;
  font-size: 13px;
}
.list5 li .extra-wrap p {
  font: 11px/11px Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  text-transform: uppercase;
  float: left;
}
.list5 li .extra-wrap a {
  font: 11px/11px Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li .extra-wrap a:hover {
  color: #2a70e8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li > div {
  margin-bottom: 12px;
}
/*-----thumbs-----*/
.thumb-pad0 {
  margin: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background-color: #fcfcfc;
  padding-bottom: 10px;
  cursor: default;
  margin-top: 4px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail {
  position: relative;
  padding: 5px 5px;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
  padding: 0;
  padding-left: 19px;
  color: #929292;
}
.thumb-pad0 .thumbnail .caption p {
  color: #2a70e8;
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption a {
  position: relative;
  top: -4px;
  text-transform: uppercase;
  display: inline-block;
  color: #3b3b3b;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption a > span {
  padding-right: 11px;
  background: url(../img/thumbnail_arrow.png) right center no-repeat;
}
.thumb-pad0 .thumbnail .caption a:hover {
  text-decoration: underline;
}
.thumb-pad0 figure {
  margin: 0;
  margin-bottom: 13px;
}
.thumb-pad0 figure img {
  width: 90%;
  margin-left: 10px;
  border-radius: 10px;
}
.thumb-pad1 {
  padding-right: 25px;
}
.thumb-pad1 .thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #929292;
}
.thumb-pad1 .thumbnail .caption .marg {
  margin-bottom: 10px;
}
.thumb-pad1 .thumbnail .caption p strong {
  color: #585858;
}
.thumb-pad1 .thumbnail .caption p {
  color: #929292;
  margin-bottom: 16px;
}
.thumb-pad1 .thumbnail .caption .btn:hover {
  color: #181818;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad1 figure {
  margin: 0;
  float: left;
  margin-right: 29px;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin-bottom: 0;
  display: inline-block;
  margin-top: 17px;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #929292;
}
.thumb-pad2 .thumbnail .caption h4 {
  margin-bottom: 11px;
}
.thumb-pad2 .thumbnail .caption p {
  margin-bottom: 22px;
}
.thumb-pad2 .thumbnail .caption a {
  margin-top: -12px;
}
.thumb-pad2 figure {
  margin: 0;
  margin-bottom: 22px;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  width: 100%;
  margin-bottom: 13px;
  margin-top: 16px;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #929292;
}
.thumb-pad3 figure {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 {
  margin-bottom: 20px;
  margin-top: 17px;
}
.thumb-pad4 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad4 figure {
  margin: 0;
  margin-bottom: 23px;
}
.thumb-pad4 figure img {
  width: 100%;
  max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
  padding: 0;
}
.thumb-pad4 .thumbnail .caption p {
  color: #b0b0b0;
  line-height: 21px;
}
.thumb-pad4 .thumbnail .caption a {
  color: #3b3b3b;
  font: bold 12px Arial, Helvetica, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 12px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
  color: #2a70e8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.thumb-pad5 {
  margin: 0;
  display: inline-block;
  margin-bottom: 10px !important;
}
.thumb-pad5 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
  padding: 0;
  color: #929292;
}
.thumb-pad5 .thumbnail .caption p {
  margin-bottom: 12px;
}
.thumb-pad5 figure {
  margin: 0;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.thumb-pad5 figure img {
  width: 100%;
}
/*-----carousel-----*/
.list_carousel {
  position: relative;
}
.list_carousel .caroufredsel_wrapper {
  height: 220px!important;
}
.list_carousel #foo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
  height: 100% !important;
}
.list_carousel #foo > li {
  padding: 0;
  float: left;
  cursor: default;
}
.list_carousel #foo li figure {
  margin: 0;
}
.list_carousel.responsive {
  width: auto;
  margin: 0;
}
.list_carousel.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.list_carousel .prev,
.list_carousel .next {
  display: inline-block;
  width: 10px;
  height: 16px;
  float: left;
  cursor: pointer;
}
.list_carousel .prev {
  background: url(../img/prev_arrow.png) 0 top no-repeat;
  margin-right: 21px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .next {
  background: url(../img/next_arrow.png) 0 top no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .prev:hover {
  background: url(../img/prev_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .next:hover {
  background: url(../img/next_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel .foo-btn {
  margin-top: 23px;
}
/*---*/
.list_carousel2 {
  position: relative;
}
.list_carousel2 .caroufredsel_wrapper {
  height: 380px !important;
}
.list_carousel2 #foo2 {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
  height: 100% !important;
}
.list_carousel2 #foo2 > li {
  padding: 0;
  float: left;
  cursor: default;
}
.list_carousel2 #foo2 > li .extra-wrap {
  padding-right: 40px;
}
.list_carousel2 #foo2 li figure {
  margin: 0;
}
.list_carousel2 #foo2 li > div {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 26px;
  margin-bottom: 24px;
}
.list_carousel2 #foo2 li .date {
  float: left;
  margin-right: 28px;
  padding: 0;
}
.list_carousel2 #foo2 li .date time {
  font: 11px Arial, Helvetica, sans-serif;
  color: #3b3b3b;
  text-transform: uppercase;
}
.list_carousel2 #foo2 li a {
  color: #2a70e8;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 #foo2 li a:hover {
  color: #929292;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2.responsive {
  width: auto;
  margin: 0;
}
.list_carousel2.responsive .caroufredsel_wrapper {
  cursor: default !important;
}
.list_carousel2 .prev,
.list_carousel2 .next {
  display: inline-block;
  width: 10px;
  height: 16px;
  float: left;
  cursor: pointer;
}
.list_carousel2 .prev {
  background: url(../img/prev_arrow.png) 0 top no-repeat;
  margin-right: 22px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 .next {
  background: url(../img/next_arrow.png) 0 top no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 .prev:hover {
  background: url(../img/prev_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 .next:hover {
  background: url(../img/next_arrow.png) 0 bottom no-repeat;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.list_carousel2 .foo-btn {
  position: absolute;
  top: -50px;
  right: 0;
}
.grBox {
  position: absolute;
  height: 370px;
  left: 0;
  right: 0;
  top: -32px;
  background-color: #eeeeee;
}
.slider .camera_pag_ul {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false) !important;
}
.slider .camera_pag_ul {
  background-color: #2268e0;
  background-image: -moz-linear-gradient(top, #2a70e8, #175dd5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2a70e8), to(#175dd5));
  background-image: -webkit-linear-gradient(top, #2a70e8, #175dd5);
  background-image: -o-linear-gradient(top, #2a70e8, #175dd5);
  background-image: linear-gradient(to bottom, #2a70e8, #175dd5);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2a70e8', endColorstr='#ff175dd5', GradientType=0);
  /*.box-shadow(0 1px 3px rgba(0,0,0,0.3));*/

}
/*-----tabs-----*/
.nav-tabs {
  margin-bottom: 0;
  border: none;
  border-bottom: 3px solid #2a70e8;
  margin-top: 37px;
}
.nav-tabs li {
  width: 80px;
}
.nav-tabs li a {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  font: 13px 'Noto Serif', Arial, Helvetica, sans-serif;
  color: #878787;
  line-height: 18px;
  margin-right: 0;
  padding: 12px 0 12px 0;
  text-align: center;
  border-radius: 0;
  position: relative;
}
.nav-tabs li a > span {
  width: 1px;
  height: 20px;
  background: #dcdcdc;
  display: inline-block;
  position: absolute;
  right: 0px;
}
.nav-tabs li a:hover {
  background: #2a70e8;
  color: #ffffff;
  border: none !important;
}
.nav-tabs li a:hover > span {
  background: transparent;
}
.nav-tabs li a:focus {
  outline: none;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  background: #2a70e8;
  color: #ffffff;
  box-shadow: none !important;
  border: none !important;
}
.nav-tabs > .active > a > span,
.nav-tabs > .active > a:hover > span {
  background: transparent;
}
.nav-tabs > li {
  margin-bottom: -2px;
}
.tab-content {
  background: none;
  min-height: 157px;
  padding: 30px 0 0 27px;
  border-right: 1px solid #e0e0e1;
  border-bottom: 1px solid #e0e0e1;
  border-left: 1px solid #e0e0e1;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  padding-bottom: 28px;
}
.tab-content .list-1 {
  width: 150px;
  margin-left: 24px;
  float: left;
}
.tab-pane span {
  color: #2c2c2c;
  position: relative;
  display: block;
}
.tab-pane .overflow {
  position: relative;
  top: -5px;
}
.tab-pane .overflow p {
  position: relative;
  line-height: 18px;
  padding-bottom: 20px;
}
.tab-pane .overflow .txt-1 {
  position: relative;
  line-height: 18px;
  padding-bottom: 13px;
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-bottom: 30px;
  margin-top: 23px;
}
blockquote img {
  float: left;
  margin-top: -7px;
  margin-right: 8px;
}
blockquote p {
  margin-bottom: 21px;
  font: italic 13px Arial, Helvetica, sans-serif;
  line-height: 22px;
}
blockquote p em {
  font-style: normal;
}
blockquote p.mrg {
  margin-top: -4px;
}
blockquote a {
  color: #3b3b3b;
  font: bold 12px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #2a70e8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----header-----*/
header {
  padding: 0;
  background-color: #2B78A2;
  border-top: 4px solid #2a70e8;
  margin-bottom: 32px;
}
header .container > .section {
  float: right;
}
header .user_link {
  list-style: none;
  margin: 0;
  float: left;
  margin-top: 63px;
}
header .user_link li {
  float: left;
  padding-right: 30px;
  margin-right: 29px;
  border-right: 1px solid #1a2126;
  font-size: 13px;
}
header .user_link li:first-child + li + li {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
header .user_link li a {
  font: 11px 'Noto Serif', Arial, Helvetica, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 11px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .user_link li a:hover {
  color: #2a70e8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .follow_icon {
  list-style: none;
  float: left;
  margin: 0;
  margin-top: 65px;
  margin-left: -10px;
}
header .follow_icon li {
  margin-left: 10px;
  float: left;
}
header .follow_icon li a {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
}
header .follow_icon li a > img {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header .follow_icon li a:hover > img {
  margin-top: -25px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.follow_block {
  position: relative;
  padding: 10px 0 0 0;
  height: 30px;
  background-color: #2f2f2f;
  text-align: center;
}
.follow_block ul {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.follow_block ul li {
  float: left;
}
.follow_block ul li {
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.follow_block ul li a {
  font: 10px Arial, Helvetica, sans-serif;
  line-height: 22px;
  text-transform: uppercase;
  color: #c4c4c4;
}
.follow_block ul li a:hover {
  color: #f4d35c;
}
.follow_block ul li span {
  margin: 0 5px;
}
.slider .camera_wrap {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
hr {
  margin: 0;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}
/*-----menu-----*/
#menu {
  border-radius: 12px;
  width: 100%;
  background-color: #205877;
  border-top: 1px solid #313334;
  height: 70px;
}
.navbar_ {
  margin-bottom: 0 !important;
  float: left;
}
.nav-collapse .nav {
  float: none !important;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0 !important;
  font-size: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 24px;
  line-height: 24px;
  display: block;
}
.navbar_ .navbar-inner {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  padding: 0;
  height: 61px !important;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
.nav-collapse_ .nav {
  float: left;
  margin: 0;
  padding: 0;
  margin-top: -1px;
}
.nav-collapse_ .nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  float: left;
  padding-right: 2px;
  background: url(../img/menu_border.png) right 0 repeat-y;
  zoom: 1;
  height: 70px;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
  box-shadow: none !important;
  font: bold 12px 'Noto Serif', Arial, Helvetica, sans-serif;
  text-shadow: none;
  padding: 28px 30px 0 29px;
  display: inline-block;
  background: none;
  height: 41px;

  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li:first-child + li + li + li + li {
  background: none;
  padding-right: 0;
  margin-right: 0;
}
.nav-collapse_ .nav > li.active > a {
  color: #ffffff !important;
  background: none !important;
  border-top: 1px solid #2a70e8;
  box-shadow: none;
}
.nav-collapse_ .nav > li a:hover {
  color: #ffffff !important;
  background: none !important;
  border-top: 1px solid #2a70e8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffffff !important;
  background: none !important;
  border-top: 1px solid #2a70e8;
  box-shadow: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse_ .nav > li > a span {
  display: inline-block;
  height: 6px;
  background: url(../img/menu-marker.png) no-repeat;
  width: 7px;
  margin-left: 20px;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu > ul {
  position: absolute;
  display: none;
  width: 176px;
  left: 0;
  top: 70px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #0f161b;
  padding: 10px 0 20px 0;
  margin: 0;
}
.nav-collapse .sub-menu > ul li {
  background: none;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 1px;
  width: 100%;
  text-align: left;
  height: auto !important;
}
.nav-collapse .sub-menu li:last-child {
  border-bottom: none;
}
.nav-collapse .sub-menu > ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: bold 12px/12px 'Noto Serif', Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: transparent;
  padding: 14px 0 13px 21px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu > ul li a span {
  margin-left: 10px;
  display: inline-block;
  background: url(../img/menu-marker2.png) no-repeat;
  width: 6px;
  height: 5px;
  position: relative;
  top: -2px;
}
.nav-collapse .sub-menu > ul li a:hover {
  text-decoration: none;
  color: #ffffff !important;
  border: none !important;
  background-color: #1f252a !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-collapse .sub-menu > ul li.sfHover > a {
  text-decoration: none;
  border: none !important;
  background-color: #1f252a !important;
  color: #ffffff !important;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul ul {
  position: absolute;
  display: none;
  width: 176px;
  left: 177px;
  top: -10px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #0f161b;
  padding: 10px 0 20px 0;
  margin: 0;
}
.nav-collapse .sub-menu ul ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  font: bold 12px/12px 'Noto Serif', Arial, Helvetica, sans-serif;
  color: #ffffff;
  background-color: transparent;
  padding: 14px 0 13px 21px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu ul li a:hover,
.nav-collapse .sub-menu ul li.sfHover > a {
  text-decoration: none;
  background-color: #1f252a !important;
  color: #ffffff !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  position: relative;
  background: none;
  padding: 0;
  box-shadow: none;
  border: 1px solid #ffffff;
  max-width: inherit;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop {
  display: none;
  width: 49px;
  height: 49px;
  overflow: hidden;
  background: url(../img/top.png) 0 top no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 40px;
  z-index: 999;
}
#toTop:hover {
  background: url(../img/top.png) 0 bottom no-repeat;
}
.mail {
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #378673;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #3b3e3a;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a {
  color: #f1511f;
  font-size: 11px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 p > a:hover {
  color: #181818;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.box1 ul {
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 10px;
}
.box1 ul li {
  margin-bottom: 19px;
}
.breadcrambs {
  margin-bottom: 21px;
}
.breadcrambs p {
  font: 11px Arial, Helvetica, sans-serif;
  color: #b9beaa;
  text-transform: uppercase;
}
.breadcrambs p a {
  font: 11px Arial, Helvetica, sans-serif;
  color: #b9beaa;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrambs p > em {
  font-style: normal;
  color: #378673;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrambs p > span {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.breadcrambs p a:hover {
  color: #3b3e3a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrambs p a:hover > em {
  color: #3b3e3a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banners {
  margin-bottom: 35px;
}
.banners .bann {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  margin-bottom: 40px;
}
.banners .bann figure {
  margin: 0;
  padding: 0;
  height: 90px;
  width: 90px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
}
.banners .bann > .ic {
  text-align: center;
  padding: 43px 0 0 0;
  background-color: #2a70e8;
  height: 133px;
  cursor: default;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.banners .bann .caption {
  padding: 0;
  margin: 0;
  padding-top: 35px;
  padding-bottom: 50px;
  background-color: #fcfcfc;
  padding-right: 20px;
  padding-left: 28px;
  cursor: default;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 184px;
}
.banners .bann p {
  margin-bottom: 7px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banners .bann h2 {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.banners .bann h2 > span {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.events-box hr {
  margin-top: 32px;
  margin-bottom: 34px;
}
.error-search p {
  font-size: 15px;
  margin-bottom: 22px;
}
.error-search h2 {
  margin-bottom: 36px;
}
/*-----subscribeForm-----*/
#subscribe-form {
  margin: 0;
  position: relative;
  margin-top: -3px;
}
#subscribe-form label {
  margin-bottom: 10px;
}
#subscribe-form .error {
  display: block;
  overflow: hidden;
  height: 0px;
  position: absolute;
  top: 45px;
  text-align: left;
  left: 0;
  font: 11px Arial, Helvetica, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#subscribe-form input {
  width: 100%;
  outline: 0;
  border: none;
  box-shadow: none;
  color: #595e61;
  font-family: 'Noto Serif';
  font-size: 12px;
  line-height: 19px;
  font-style: italic;
  border-radius: 0;
  padding: 12px 40px 13px 20px;
  margin-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #21272c;
  margin-bottom: 6px;
  height: 43px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#subscribe-form label.invalid .error {
  height: 19px;
}
#subscribe-form .success {
  display: none;
  border: none;
  border-radius: 0;
  padding: 10px 0 10px 0;
  background-color: #21272c;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
/*-----search-----*/
#search-404 {
  position: relative;
  margin: 0;
  margin-top: 8px;
}
#search-404 input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 15px 7px 15px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #32373c;
  background: #c4c5c6;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #7b7b7b;
  height: 34px;
  margin-bottom: 17px;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
  margin: 0;
  padding: 14px 20px 14px 19px;
}
#search {
  margin: 0;
  position: relative;
  display: inline-block;
  margin-top: 15px;
  float: right;
}
#search a {
  position: absolute;
  top: 3px;
  right: 14px;
}
#search input {
  width: 220px;
  outline: none;
  box-shadow: none;
  border: none;
  color: #929292;
  font: 13px Arial, Helvetica, sans-serif;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  padding: 7px 10px 9px 13px;
  margin-right: 0;
  float: left;
  background: #2b3329;
  background: url(../img/search_bg.png) repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  border-bottom: 1px solid #32373c;
}
/*-----map-----*/
.map {
  margin: 16px 0 37px 0;
  display: inline-block;
  width: 100%;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 495px ;
  border: none;
  line-height: 0;
}
.info h5 {
  margin-bottom: 9px;
}
.info h2 {
  margin-bottom: 33px;
}
.info p {
  margin-bottom: 29px;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 28px 0 20px 0;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 199px;
}
.form-div-1,
.form-div-2 {
  margin-right: 11px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form div > span {
  margin-bottom: 3px;
  display: block;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 55px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 14px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 6px 15px 7px 15px;
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #32373c;
  background: #c4c5c6;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #7b7b7b;
  height: 34px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 124px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  width: 100%;
  background: #c4c5c6;
  border: none;
  border-bottom: 1px solid #32373c;
  color: #929292;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 6px;
  text-align: left;
  left: -1px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #FF0808;
  text-transform: none;
  font-size: 12px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: -15px;
  text-align: right;
}
.btns p {
  margin-top: -2px;
  float: left;
  margin-right: 30px;
}
.btns .marg {
  margin-top: 0;
  color: red;
}
/*-----footer-----*/
footer {
  padding-top: 45px;
  background: #2B78A2;
  border-top: 5px solid #21272c;
}
footer h3 {
  color: #ffffff;
}
footer p {
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
}
footer p > a {
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 22px;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p > a:hover {
  color: #2a70e8;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer ul {
  list-style: none;
  margin: 0;
  margin-top: -6px;
}
footer ul li {
  float: left;
  margin-right: 13px;
}
footer ul li a {
  display: inline-block;
  width: 47px;
  height: 46px;
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  border-radius: 47px;
  overflow: hidden;
}
footer ul li a > img {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer ul li a:hover > img {
  margin-top: -46px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer .box-info p {
  font: italic 12px 'Noto Serif';
  line-height: 22px;
  color: #5b5b5b;
  text-transform: none;
  float: none;
  display: block;
}
footer .box-info {
  margin-top: -9px;
}
footer .box-info p > span {
  color: #ffffff;
}
footer > section {
  height: 65px;
  margin-top: 43px;
  padding-top: 23px;
  background-color: #2B78A2;
  background-image: -moz-linear-gradient(top, #2B78A2, #1A4760);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2B78A2), to(#1A4760));
  background-image: -webkit-linear-gradient(top, #2B78A2, #1A4760);
  background-image: -o-linear-gradient(top, #2B78A2, #1A4760);
  background-image: linear-gradient(to bottom, #2B78A2, #1A4760);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff272d32', endColorstr='#ff1d2328', GradientType=0);
}
footer > section p {
  float: none;
  text-align: center;
}
.select-menu {
  display: none !important;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  .nav-collapse_ {
    display: block;
  }
  .box-thumb1 {
    width: 236px;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 249px;
  }
  .caroufredsel_wrapper {
    height: 100px !important;
  }
  .list_carousel .caroufredsel_wrapper {
    height: 220px!important;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 305px!important;
  }
  .grBox {
    height: 497px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  .nav-collapse_ {
    height: auto !important;
  }
  .list_carousel .caroufredsel_wrapper {
    height: 220px!important;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 380px!important;
  }
  .grBox {
    height: 370px;
  }
  #pie_pagina{
    margin-left: 82% !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
 #pie_pagina{
    margin-left: 58% !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 100%;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 20px;
  }
  #contact-form .error,
  #contact-form .empty {
    bottom: 0;
  }
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  h1.brand {
    text-align: center;
    width: 30%;
  }
  #demo {
  width: 67% !important;
  }
  #menu {
  padding-right: 83px;
  border-radius: 12px;
  width: 90%;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .thumb-pad0 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #search {
    float: none;
    margin-top: 11px;
  }
  header {
    padding-bottom: 0;
  }
  header .container {
    text-align: center;
  }
  header .container > .section {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
  }
  header .user_link,
  header .follow_icon {
    margin-top: 0;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .box_inner h2 {
    font-size: 20px;
  }
  .list_carousel .caroufredsel_wrapper {
    height: 220px!important;
  }
  .thumb-pad0 .thumbnail .caption a {
    font-size: 10px;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 470px !important;
  }
  .thumb-pad1 figure {
    width: 100%;
    margin-right: 0px;
    float: none;
    margin-bottom: 10px;
  }
  #menu {
    height: 75px;
  }
  .grBox {
    height: 280px;
  }
  .thumb-pad1 {
    padding-right: 27px;
  }
   .content_item2 {
    margin-left: auto!important; 
  }
   #pie_pagina{
    margin-left: 58% !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .content_item2 {
    margin-left: auto!important; 
  }
   .formatoCreditos {
  margin-left: 38px !important;
  }
  header {
    padding-bottom: 0;
    border: none;
  }
  h1.brand {
    text-align: center;
    width: 30%;
  }
  #demo {
  width: 67% !important;
  }
  #sdt_menu{
    display: none !important;
  }
  #search {
    float: none;
    margin-top: 22px;
  }
  header {
    padding-bottom: 0;
  }
  header .container {
    text-align: center;
  }
  header .container > .section {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
  }
  header .user_link,
  header .follow_icon {
    margin-top: 0;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .navbar_ .navbar-inner > div {
    display: inline-block;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
    padding: 0;
  }
  .thumb-pad1 {
    margin-bottom: 0;
  }
  .box-list1 {
    float: left;
    width: 45%;
    margin-right: 10px;
  }
  .navbar_ {
    float: none;
  }
  .navbar_ .navbar-inner > div {
    width: 100%;
    display: block;
  }
  .navbar_ .nav-collapse_ {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
    float: left;
    margin-left: 0;
    margin-right: 18px;
  }
  .navbar_ .nav-collapse_ {
    padding: 0;
    margin: 0;
    border: none;
  }
  .box4 {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
    margin-top: 16px;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  .list1 {
    width: 100%;
  }
  .box-thumb1 {
    width: 30%;
  }
  .error {
    text-align: center;
  }
  .thumb-pad0 figure {
    margin: 0;
    float: left;
    margin-right: 22px;
  }
  .thumb-pad1 {
    margin-bottom: 40px;
  }
  .box-pad1 {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .box1 {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  #subscribe-form .success {
    width: 100%;
  }
  .banners .bann {
    width: 45%;
    float: left;
    margin-right: 20px;
  }
  .list_carousel .caroufredsel_wrapper {
    height: 195px !important;
  }
  .list_carousel.responsive {
    margin-bottom: 40px;
  }
  .thumb-box0 {
    width: 29%;
    float: left;
    margin-right: 20px;
  }
  .thumb-pad0{
    width: 210px;
  }
  .thumb-pad0 figure {
    width: 100%;
  }
  .resent-box {
    margin-bottom: 40px;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .box-pad2 {
    margin-bottom: 50px;
  }
  footer .pull-right {
    width: 100%;
  }
  #menu {
    height: 75px;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 310px!important;
  }
  .thumb-pad2 figure {
    margin-right: 20px;
    float: left;
  }
  .grBox {
    display: none;
  }
  #pie_pagina{
    margin-left: 82%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  .thumb-pad0{
    width: 180px;
  }
  #demo {
    width: 58%;
  }
  #pie_pagina{
    margin-left: 68%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .box-thumb1 {
    width: 45%;
  }
  .box4 {
    width: 45%;
    margin-right: 10px;
  }
  .list5 li figure {
    margin-left: -7px;
    float: none;
    margin-bottom: 10px;
  }
  .thumb-box0 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
  footer .pull-right {
    width: 100%;
  }
  .thumb-pad0{
    width: 160px;
  }
  #demo {
    width: 103% !important;
  }
  .formatoCreditos {
  margin-left: auto !important;
  }
  #pie_pagina{
    margin-left: 82%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  #search-404 input {
    margin-right: 0;
    width: 100%;
  }
  .box-thumb1 {
    width: 45%;
  }
  .box1 {
    width: 28%;
  }
  .thumb-pad2 figure {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 390px!important;
  }
  .thumb-pad1 {
    padding-right: 27px;
  }
  .thumb-pad0{
    width: 128px;
  }
  #pie_pagina{
    margin-left: 82%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
  
}
@media (max-width: 480px) {
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .box-list1 {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .list4 li .extra-wrap a {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .map iframe {
    height: 200px;
  }
  .thumb-pad5 figure {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
   .thumb-pad0{
    width: 95px;
  }
  .thumb-pad0 figure {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #search,
  #search input {
    width: 100%;
  }
  .box-pad1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  footer p {
    float: none;
    margin-bottom: 10px;
  }
  footer ul {
    float: none;
    display: block;
  }
  #subscribe-form {
    margin-bottom: 30px;
  }
  .box1 {
    width: 42%;
  }
  .list1 li figure {
    float: left;
    margin-right: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  header .user_link,
  header .follow_icon {
    float: none;
  }
  header .user_link li:first-child + li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  header .user_link {
    margin-bottom: 50px;
    margin-left: 2px;
  }
  header .follow_icon {
    margin-left: 12px;
  }
  .banners .bann {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .box4 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .thumb-pad1 figure {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 460px!important;
  }
  .list_carousel2 #foo2 li .date {
    float: none;
    margin-right: 0;
    padding: 0;
  }
  #pie_pagina{
    margin-left: 82%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
  
}
@media (max-width: 320px) {
  .box-thumb1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .list1 li figure {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .box1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  footer .span4 {
    width: 100%;
    display: block;
    float: none;
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
  }
  footer .pull-right {
    width: 100%;
  }
  .list_carousel2 #foo2 li .date {
    float: none;
    margin-right: 0;
    padding: 0;
  }
  .list_carousel2 .caroufredsel_wrapper {
    height: 570px!important;
  }
  .nav-tabs li {
    width: 70px;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
  max-width: 100% !important;
  margin-top: 0;
}
.margBot {
  margin-bottom: 30px;
}
.margBot1 {
  margin-bottom: 22px;
}
.margBot2 {
  margin-bottom: 55px;
}
.margTop {
  margin-top: 16px;
}
.padBot {
  padding-bottom: 80px;
}
.padBot1 {
  padding-bottom: 24px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*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: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*MORPH*/
.morph {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.morph:hover {
  border-radius: 50%;
  -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}
.pic {
border-radius: 10px;
height: 131px;
width: 219px;
overflow: hidden;
margin: 20px;
border: 6px solid rgb(35, 63, 99);
-webkit-box-shadow: 5px 5px 5px #111;
box-shadow: 5px 5px 5px #111;
float: left;
}

