@import url(//fonts.googleapis.com/css?family=Oranienbaum);

@import "jquery.fancybox-1.3.4.css";
/*------ template stylization ------*/
body {
  background: #ffffff;
  font: 12px Arial, Helvetica, sans-serif;
  line-height: 19px;
  color: #000000;
  min-width: 1200px;
}
.nav-collapse.collapse {
  text-transform: none;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url(../img/bg_loader.png) 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url(../img/web_page_loader.gif) 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
h1 {
  color: #cc666d;
}
.small {
  font-size: 30px;
  color: #9f9d8a;
  text-transform: uppercase;
}
.extra-wrap {
  overflow: hidden;
}
.full_round {
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}
.marg_1 {
  margin-bottom: 23px;
}
.marg_2 {
  margin-bottom: 20px;
}
.marg_3 {
  margin-bottom: 16px;
}
.marg_4 {
  margin-bottom: 14px;
}
.marg_5 {
  margin-bottom: 18px;
}
.marg_6 {
  margin-bottom: 29px;
}
.pad_1 {
  padding-bottom: 51px!important;
}
.pad_2 {
  padding-bottom: 47px!important;
}
.pad_3 {
  padding-bottom: 58px!important;
}
.pad_4 {
  padding-bottom: 79px!important;
}
.pad_5 {
  padding: 132px 0 60px!important;
}
/*------ header ------- */
header {
  position: absolute;
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  top: 0;
  z-index: 800;
}
.logoHolder {
  display: inline-block;
  position: relative;
  background: url('../img/logo.png') 0 0 no-repeat;
  width: 625px;
  height: 272px;
  margin: 313px 0 0 72px;
}
.logoHolder a {
  position: absolute;
  display: block;
  width: 458px;
  height: 100px;
  top: 79px;
  left: 83px;
  z-index: 20;
}
.logoHolder .date {
  position: relative;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #9f9d8a;
  text-align: center;
  margin: 63px 0 0;
}
.logoHolder .names {
  position: relative;
  display: inline-block;
  padding: 0 0 0 29px;
}
.logoHolder .names .name_1 {
  position: relative;
  display: inline-block;
  float: left;
  width: 219px;
  text-align: right;
}
.logoHolder .names .sep {
  position: relative;
  display: inline-block;
  float: left;
  width: 117px;
  height: 84px;
}
.logoHolder .names .name_2 {
  position: relative;
  display: inline-block;
  float: left;
  width: 228px;
}
/*--- menu ------*/
.menuTitle {
  font: bold 18px/18px Georgia, "Times New Roman", Times, serif;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  display: block;
  width: 140px;
  height: 52px;
  z-index: 15;
}
.menuTitle a {
  position: relative;
  display: block;
  padding: 12px 0 4px;
  color: #e9e9e9;
  background: #d2797e;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.menuTitle a:hover {
  text-decoration: none;
  color: #d2797e;
  background: #f6f7e5;
}
.menuTitle a span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 8px;
  background: url('../img/arr_menu.png') 50% 0 no-repeat;
}
.menuMov {
  position: relative;
  width: 140px;
  margin-top: 0;
  z-index: 10;
}
.menu {
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
.sf-menu {
  z-index: 3;
  position: relative;
  display: inline-block;
  margin-left: 0;
  width: 100%;
}
.sf-menu .first {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  margin-top: 7px;
}
.sf-menu .last {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}
.sf-menu > li {
  position: relative;
  color: #383636;
  width: 100%;
  height: 40px;
  list-style: none;
  text-align: center;
  background: url('../img/bg_menu.png') 0 0 repeat;
  border-bottom: 1px solid #b9bdac;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 0;
  left: 142px;
  width: 140px;
  z-index: 5;
  background: url('../img/bg_menu.png') 0 0 repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
}
.submenu_1 li {
  position: relative;
  list-style: none;
  text-align: center;
  height: 40px;
  border-bottom: 1px solid #b9bdac;
}
.submenu_1 li.last {
  border-bottom: none;
}
.submenu_1 a {
  font: bold 15px/18px Georgia, "Times New Roman", Times, serif;
  letter-spacing: -1px;
  color: #665a67;
  position: relative;
  display: inline-block;
  padding: 12px 0 1px  !important;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_1 a:hover {
  color: #cc666d !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #cc666d !important;
}
.submenu_2 {
  position: absolute;
  width: 140px;
  left: 142px;
  top: 0;
  z-index: 10;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: url('../img/bg_menu.png') 0 0 repeat;
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #665a67;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.submenu_2 a:hover {
  color: #cc666d !important;
}
.submenu_2 li > a:hover,
.submenu_2 li .hoverItem {
  color: #cc666d !important;
}
.mText {
  font: bold 15px/18px Georgia, "Times New Roman", Times, serif;
  letter-spacing: -1px;
  color: #665a67;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  left: 0;
  padding-top: 12px;
}
.mTextOver {
  font: bold 15px/18px Georgia, "Times New Roman", Times, serif;
  letter-spacing: -1px;
  color: #ffffff;
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  top: -100px;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 100px;
  z-index: 2;
  left: 0;
  display: block;
  background: #cc666d;
}
._overLine {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  z-index: 10;
  left: 0;
  display: none;
  background: #43c5e9;
  opacity: 0;
}
.first ._overPl {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.last ._overPl {
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
/*--- menu end ------*/
/*--- header end ------*/
/*------ content ------- */
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 795;
  top: 0;
}
#wrapper section > div {
  position: relative;
}
#wrapper section {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrapper > section > div {
  position: relative;
}
.container {
  position: relative;
  z-index: 1;
}
.dynamicContent {
  position: absolute;
  width: 100%;
  top: 268px;
}
.inner {
  padding: 117px 0 21px;
}
.cont_bg {
  position: absolute;
  width: 970px;
  height: 100%;
  margin: 0 100px;
  background: url('../img/bg_cont.png') 0 0 repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-polaroid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.block_info1 {
  margin-bottom: 19px;
}
.block_info1 img {
  position: relative;
  float: left;
  margin: 20px 15px 0 0;
}
.line_hor {
  background: url('../img/line_hor.jpg') 0 9px repeat-x;
  margin-bottom: 22px;
}
.slider1 {
  width: 770px;
  height: 165px;
  margin: 17px 0 0;
}
.slider1 ul {
  margin: 0;
}
.gall_1 {
  position: relative;
  display: inline-block;
  margin: 0;
}
.gall_1 li {
  list-style: none;
  width: 170px;
  float: left;
  margin-bottom: 14px;
  margin-right: 30px;
}
.gall_1 .last {
  margin-right: 0;
}
.gall_1 .thumbnail {
  display: block;
  padding: 0;
  line-height: 18px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.gall_1 .thumbnail .caption {
  padding: 11px 0 0;
}
.gall_1 .sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 170px;
  height: 105px;
  display: none;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gall_1 .sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.link_1 {
  color: #5f5f5f;
}
.link_1:hover {
  color: #d2797e;
  text-decoration: none;
}
#arrows1 {
  position: relative;
  display: block;
  margin: -32px 0 0;
  text-align: right;
}
.prev1,
.next1 {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.next1 {
  margin-left: 2px!important;
  background: url('../img/next.png') -24px 0 no-repeat;
}
.next1:hover {
  background: url('../img/next.png') 0 0 no-repeat;
}
.prev1 {
  background: url('../img/prev.png') 0 0 no-repeat;
}
.prev1:hover {
  background: url('../img/prev.png') -24px 0 no-repeat;
}
.btn {
  font: 15px/16px Georgia, "Times New Roman", Times, serif;
  letter-spacing: 0;
  color: #cc666d;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-top: -3px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.btn:hover,
.btn:active {
  color: #000;
  text-decoration: none;
}
.slider2 {
  width: 370px;
  height: 375px;
  margin: 17px 0 0;
}
.slider2 ul {
  margin: 0;
}
.gall_2 {
  position: relative;
  display: inline-block;
  margin: 0;
}
.gall_2 li {
  list-style: none;
  width: 170px;
  float: left;
  margin-bottom: 30px;
  margin-right: 30px;
}
.gall_2 .last {
  margin-right: 0;
}
.gall_2 .thumbnail {
  display: block;
  padding: 0;
  line-height: 18px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.gall_2 .sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 170px;
  height: 165px;
  display: none;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gall_2 .sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.line_vert {
  position: relative;
  display: block;
  height: 100%;
  background: url('../img/sep_3.png') 555px 0 no-repeat, url('../img/sep_4.png') 555px bottom no-repeat, url('../img/vert_line.png') 563px 0 repeat-y;
}
.line_vert2 {
  position: relative;
  display: block;
  height: 100%;
  background: url('../img/sep_3.png') 755px 0 no-repeat, url('../img/sep_4.png') 755px bottom no-repeat, url('../img/vert_line.png') 763px 0 repeat-y;
}
.line_vert3 {
  position: relative;
  display: block;
  height: 100%;
  background: url('../img/sep_3.png') 655px 0 no-repeat, url('../img/sep_4.png') 655px bottom no-repeat, url('../img/vert_line.png') 663px 0 repeat-y;
}
.slider3 {
  width: 470px;
  height: 375px;
  margin: 21px 0 0;
}
.slider3 ul {
  margin: 0;
}
.blog {
  position: relative;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  width: 100%;
}
.blog li {
  position: relative;
  list-style: none;
  margin-bottom: 36px;
  overflow: hidden;
  width: 100%;
}
.blog li img {
  float: left;
  margin: 0 30px 0 0;
}
.blog li .icon_1 {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url('../img/blog_icon1.png') 0 0 no-repeat;
}
.blog li .icon_2 {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url('../img/blog_icon2.png') 0 0 no-repeat;
}
.blog li .icon_3 {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url('../img/blog_icon3.png') 0 0 no-repeat;
}
.blog .caption {
  overflow: hidden;
}
.blog .caption .title {
  font: 15px/18px Georgia, "Times New Roman", Times, serif;
  color: #cc666d;
  margin-bottom: 3px;
}
.blog .caption time {
  padding-right: 6px;
}
.blog .caption span {
  margin: 0 4px 0 3px;
  vertical-align: middle;
}
.blog .caption a {
  margin-right: 10px;
}
.blog .caption .btn_arr {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 10px;
  margin-left: 3px;
  background: url('../img/arr_more.png') left 0 no-repeat;
}
.blog .caption .btn_arr:hover {
  background: url('../img/arr_more.png') right 0 no-repeat;
}
.blog .last {
  margin-right: 0;
}
.link_2 {
  color: #000000;
}
.link_2:hover {
  color: #cc666d;
  text-decoration: none;
}
.list_1 {
  font: 15px/16px Georgia, "Times New Roman", Times, serif;
  position: relative;
  display: inline-block;
  margin: 4px 0 0;
}
.list_1 li {
  width: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: url('../img/marker.png') 0 5px no-repeat;
  padding: 0 0 0 20px;
  min-height: 18px;
  margin: 0 0 17px;
}
.list_1 a {
  color: #cc666d;
  text-decoration: none;
}
.slider4 {
  width: 770px;
  height: 405px;
  margin: 17px 0 0;
}
.slider4 ul {
  margin: 0;
}
.gall_3 {
  position: relative;
  display: inline-block;
  margin: 0;
}
.gall_3 li {
  list-style: none;
  width: 370px;
  float: left;
  margin-bottom: 14px;
  margin-right: 30px;
}
.gall_3 .last {
  margin-right: 0;
}
.gall_3 .thumbnail {
  display: block;
  padding: 0;
  line-height: 18px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.gall_3 .thumbnail img {
  margin-bottom: 9px;
}
.gall_3 .thumbnail .caption {
  padding: 11px 0 0;
}
.gall_3 .thumbnail .caption p {
  margin-bottom: 6px;
}
.gall_3 .sitem_over {
  position: absolute;
  background: url("../img/pic_bg_over.png");
  z-index: 2;
  width: 370px;
  height: 265px;
  display: none;
  overflow: hidden;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.gall_3 .sitem_over > strong {
  position: relative;
  background: url('../img/icon_zoom.png') center no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
.link_3 {
  font: 15px/16px Georgia, "Times New Roman", Times, serif;
  color: #cc666d;
}
.link_3:hover {
  color: #000;
  text-decoration: none;
}
.g_map {
  max-width: 360px;
  width: 360px;
  float: left;
  margin: 0 0 18px;
}
iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 360px;
  height: 257px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url('../img/web_site_loader.gif') center no-repeat #ffffff !important;
  margin-bottom: -6px;
}
.cont_info {
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}
.cont_info .title {
  font: 15px/18px Georgia, "Times New Roman", Times, serif;
  color: #cc666d;
  margin-bottom: 7px;
}
.cont_info .width1 {
  display: inline-block;
  width: 65px;
}
.link_4 {
  color: #cc666d;
}
.link_4:hover {
  color: #000;
  text-decoration: none;
}
/* ============================= forms ============================= */
#form1 {
  position: relative;
  margin: 23px 0 0;
  width: 100%;
}
label {
  margin: 0!important;
}
#form1 input {
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #5f5f5f;
  text-transform: none;
  margin: 0 0 11px;
  padding: 7px 13px 5px;
  width: 242px;
  border: 1px solid #d6d4c7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: #ffffff;
}
#form1 textarea {
  resize: none;
  margin: 0;
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #5f5f5f;
  padding: 7px 13px;
  width: 242px;
  height: 158px;
  border: 1px solid #d6d4c7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: #ffffff;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 36px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  bottom: 0;
  display: none;
  font-size: 9px;
  line-height: 9px;
  color: #cc666d;
  text-transform: none;
}
.btns {
  position: relative;
  display: block;
  margin: 19px 0 0;
  float: right;
}
.btns a {
  margin: 0 0 0 26px;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  bottom: -15px;
  display: none;
  font-size: 9px;
  line-height: 16px;
  color: #cc666d;
  text-transform: none;
}
/* Form defaults */
input,
select,
textarea {
  color: #797a7c;
}
.success {
  position: absolute;
  width: 268px;
  color: #5f5f5f;
  text-align: center;
  z-index: 1;
  background: #ffffff;
  border: 1px solid #d6d4c7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 42px 0;
}
/* ============================= end forms ============================= */
.title_1 {
  font: 15px/18px Georgia, "Times New Roman", Times, serif;
  color: #cc666d;
  margin-bottom: 6px;
  position: relative;
  display: inline-block;
}
.poz_1 {
  text-align: center;
}
/* ============================= search ============================= */
#search {
  position: relative;
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 5px;
}
#search input[type="text"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input[type="text"]:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#search input {
  color: #000000;
  width: 319px;
  padding: 7px 36px 6px 13px;
  border: 1px solid #cfcfc5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #ffffff;
  float: left;
}
.search_result {
  color: #cc666d;
}
.search_title {
  margin-bottom: 5px;
  font-weight: 400;
}
.search_title a {
  color: #cc666d;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.search_title a:hover {
  color: #989797;
  text-decoration: none;
}
.search_list {
  margin-top: 30px;
}
.search_list .search {
  font-size: 25px;
  color: #989797;
}
#searchButton {
  position: absolute;
  display: inline-block;
  width: 33px;
  height: 34px;
  margin: 0 0 0 -33px;
  z-index: 10;
}
/* ============================= end search ============================= */
/*--- content end ------*/
/*------ footer ------- */
footer {
  font: 14px/24px Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #616060;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 600;
  text-align: center;
}
footer p {
  margin-bottom: 19px;
}
.link_0 {
  color: #616060;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.link_0:hover {
  color: #d2797e;
  text-decoration: none;
}
/*--- footer end ------*/
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*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: 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
