@import "jquery.mmenu.all.css";

@import "owl.carousel.css";

@import "jquery.fancybox.css";

@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,700italic&subset=latin,cyrillic);

@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);
body {
  font-size: 12pt;
  line-height: 1.1;
  color: #000;
  font-family: 'PT Sans', sans-serif;
  min-width: 320px;
  background: #fff;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main {
  min-height: 100%;
}
.main-container {
  max-width: 1000px;
  margin: auto;
}
#header {
  background: #012442;
  height: 56px;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
#header:before,
#header:after {
  content: " ";
  display: table;
}
#header:after {
  clear: both;
}
.header-nav {
  float: left;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: inside;
}
.header-nav ul li {
  display: inline-block;
  vertical-align: top;
  height: 56px;
  padding: 14px 0 0 22px;
  text-align: center;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header-nav ul li:first-child{
  padding: 12px 0 0 22px;
}
.header-nav ul li:last-child{
  padding: 14px 0 0 26px;
  text-align: center;
}
.header-nav ul li a {
  text-decoration: none;
  outline: 0;
  color: #fff;
  font-size: 11pt;
}
.header-nav ul li:hover, .header-nav .select {
  opacity: 0.75;
}
.language {
  float: right;
  margin: 13px 11px 0 0;
}
.language ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.language ul li {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  margin-left: 16px;
}
.language ul li a {
  width: 36px;
  height: 27px;
  text-decoration: none;
  outline: 0;
  display: block;
  margin: auto;
  border: 3px solid transparent;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background-position: center center;
  background-repeat: no-repeat;
}
.language ul li a.kz {
  background-image: url("images/kz.png");
}
.language ul li a.ru {
  background-image: url("images/ru.png");
}
.language ul li a.en {
  background-image: url("images/en.png");
}
.language ul li a:hover {
  border: 3px solid #CDD3DF;
}
.language ul li a.active {
  border: 3px solid #CDD3DF;
}
.banner {
  background: url("images/banner.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 133px;
  text-align: center;
}
.banner:before,
.banner:after {
  content: " ";
  display: table;
}
.banner:after {
  clear: both;
}
.banner:before,
.banner:after {
  content: " ";
  display: table;
}
.banner:after {
  clear: both;
}
.logo-container {
  max-width: 1640px;
  margin: auto;
  float: left;
}
.logo {
  display: block;
  background: url("images/logo.png");
  background-repeat: no-repeat;
  width: 162px;
  height: 54px;
  margin-top: 46px;
  margin-left: 20px;
}
.sloagan{
	margin-top: 25px;
}

.sloagan img {max-width: 100%;}

@media(max-width: 992px) {
  .sloagan img {
    width: 400px;
    margin-top: 11px;
  }
}

@media(max-width: 768px){
  .sloagan img {
    width: 300px;
    margin-top: 20px;
  }
}

@media(max-width: 568px){
  .sloagan img {width: 250px;}
}

@media(max-width: 480px) {
  .sloagan img {
    width: 200px;
    margin-top: 30px;
  }
}

@media(max-width: 450px) {
  .sloagan img {display: none;}
}
#hamburger {
  display: none;
  width: 70px;
  height: 45px;
  float: left;
  z-index: 4;
  outline: 0;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  background: #08488d;
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  left: 20px;
}
#hamburger:before {
  top: 10px;
}
#hamburger span {
  top: 20px;
}
#hamburger:after {
  top: 30px;
}
#hamburger:before,
#hamburger:after,
#hamburger span {
  -webkit-transition: none 0.5s ease 0.5s;
  transition: none 0.5s ease 0.5s;
  -webkit-transition-property: transform, top, bottom, left, opacity;
  transition-property: transform, top, bottom, left, opacity;
}
.mm-opening #hamburger:before,
.mm-opening #hamburger:after {
  top: 20px;
}
.mm-opening #hamburger span {
  left: -50px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.mm-opening #hamburger:before {
  transform: rotate(45deg);
}
.mm-opening #hamburger:after {
  transform: rotate(-45deg);
}
.main-nav {
  float: left;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.main-nav ul li {
  float: left;
  vertical-align: top;
  position: relative;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-nav ul li:hover .dropdown {
  display: block;
}
.main-nav ul li a {
  color: #5B5B5B;
  text-decoration: none;
  outline: 0;
  line-height: 57px;
  height: 57px;
  display: block;
  font-size: 11pt;
  padding: 0 22px 0 15px;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.main-nav ul li a.active {
  background: #012442;
  color: #fff;
}
.main-nav ul li a:hover {
  background: #f1f4f9;
  color: #5B5B5B;
}
.main-nav .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f1f4f9;
  display: none;
  z-index: 10;
  -webkit-box-shadow: 3px 3px 17px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 3px 3px 17px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 3px 3px 17px 0px rgba(50, 50, 50, 0.75);
}
.main-nav .dropdown li {
  float: none;
  display: table;
  width: 273px;
}
.main-nav .dropdown li ul {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.main-nav .dropdown li ul li {
  width: 180px;
}
.main-nav .dropdown li ul li a {
  text-transform: none;
  background: #012442;
  color: #FFFEFC;
  padding: 0 23px 0 18px;
}
.main-nav .dropdown li ul li a:hover {
  color: #CFE1ED;
}
.main-nav .dropdown li:hover ul {
  display: block;
}
.main-nav .dropdown li a {
  line-height: normal;
  padding: 0 35px 0 22px;
  text-align: left;
  height: 50px;
  vertical-align: middle;
  display: table-cell;
}
.main-nav .dropdown li a:hover {
  background: #012442;
  color: #fff;
}
.main-nav-btn {
  display: none;
}
.search {
  float: right;
  width: 18%;
  position: relative;
  margin: 14px 14px 0 0;
}
.search input[type="text"] {
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  width: 100%;
  border: 1px solid #cbcfda;
  font-size: 10pt;
  outline: none;
}
.search input[type="text"]::-moz-placeholder {
  color: #a9aaa5;
  opacity: 1;
}
.search input[type="text"]:-ms-input-placeholder {
  color: #a9aaa5;
}
.search input[type="text"]::-webkit-input-placeholder {
  color: #a9aaa5;
}
.search a {
  text-decoration: none;
  outline: 0;
  position: absolute;
  display: block;
  background: url("images/search.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 7px;
  right: 8px;
}
.about-us {
  background: #F3F3F3;
  padding: 34px 0 25px 0;
  line-height: 19px;
}
.about-us:before,
.about-us:after {
  content: " ";
  display: table;
}
.about-us:after {
  clear: both;
}
.about-us:before,
.about-us:after {
  content: " ";
  display: table;
}
.about-us:after {
  clear: both;
}
.about-us p {
  margin: 0;
  color: #5b5b5b;
  margin-bottom: 20px;
  font-size: 13pt;
}
.about-us p span {
  font-weight: 700;
  margin-right: 10px;
}
.title-black {
  font-size: 20pt;
  text-decoration: underline;
  font-weight: 500;
  margin: 0;
}
.projects {
  padding-bottom: 45px;
  overflow: hidden;
}
.projects .title-black {
  margin-top: 21px;
  margin-bottom: 41px;
}
.projects ul {
  margin: 0 -13.5px;
  padding: 0;
  list-style: none;
}
.projects ul:before,
.projects ul:after {
  content: " ";
  display: table;
}
.projects ul:after {
  clear: both;
}
.projects ul:before,
.projects ul:after {
  content: " ";
  display: table;
}
.projects ul:after {
  clear: both;
}
.projects ul li {
  float: left;
  padding: 0 13.5px;
  width: 25%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.projects ul li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.projects ul li figure {
  width: 100%;
  overflow: hidden;
}
.projects ul li figure img {
  width: 100%;
}
.projects ul li a {
  color: #000;
  margin-top: 18px;
  letter-spacing: -1px;
  display: block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.projects ul li a:hover {
  text-decoration: none;
}
.partners {
  background: #f9f9f9;
  padding-bottom: 74px;
}
.partners:before,
.partners:after {
  content: " ";
  display: table;
}
.partners:after {
  clear: both;
}
.partners:before,
.partners:after {
  content: " ";
  display: table;
}
.partners:after {
  clear: both;
}
.partners .title-black {
  margin-top: 16px;
  margin-bottom: 42px;
}
.partners ul {
  padding: 0;
  list-style: none;
  text-align: justify;
  width: 90%;
  margin: auto;
}
.partners ul:after {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 100%;
}
.partners ul li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 24%;
}
.partners ul li img {
  width: 100%;
}
#footer {
  background: #012442;
  min-height: 119px;
  padding-top: 19px;
  margin-top: 19px;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
#footer:before,
#footer:after {
  content: " ";
  display: table;
}
#footer:after {
  clear: both;
}
.copy-lang {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 0;
  font-size: 10pt;
}
.copy-lang p {
  margin: 0;
  color: #fff;
}
.footer-menu {
  display: inline-block;
  vertical-align: top;
  margin-left: 91px;
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul li {
  margin-bottom: 4px;
}
.footer-menu ul li a {
  outline: 0;
  color: #fff;
  font-size: 10pt;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.footer-menu ul li a:hover {
  text-decoration: none;
}
.social {
  display: inline-block;
  vertical-align: top;
  margin-left: 82px;
}
.social p {
  margin: 0 0 9px 0;
  color: #FFF;
  font-size: 10pt;
}
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.social ul li a {
  display: block;
  width: 27px;
  height: 27px;
  text-decoration: none;
  outline: 0;
}
.social ul li a.fb {
  background: url("images/fb.png");
  background-repeat: no-repeat;
}
.social ul li a.vk {
  background: url("images/vk.png");
  background-repeat: no-repeat;
}
.social ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.developers {
  float: right;
  vertical-align: top;
}
.developers p {
  margin: 0;
  color: #fff;
  font-size: 10pt;
}
.developers p a {
  outline: 0;
  color: #fff;
  font-size: 10pt;
  -webkit-transition: 0.3 all ease;
  -o-transition: 0.3 all ease;
  transition: 0.3 all ease;
}
.developers p a:hover {
  text-decoration: none;
}
.mob {
  display: none;
}
.gray {
  background: #F3F3F3;
  height: 9px;
}
.bread-crumbs {
  color: #9c9c9c;
  margin: 17px 0 25px 0;
}
.bread-crumbs a {
  outline: 0;
  display: inline-block;
  margin-right: 2px;
  color: #9c9c9c;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.bread-crumbs a.active {
  text-decoration: none;
}
.bread-crumbs a:hover {
  text-decoration: none;
}
.products-list ul {
  padding: 0;
  list-style: none;
  text-align: justify;
  width: 95%;
  margin: auto;
}
.products-list ul:after {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 100%;
}
.products-list ul li {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 27%;
  margin-bottom: 53px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.products-list ul li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.products-list ul li figure {
  width: 100%;
  max-height: 166px;
  overflow: hidden;
  border: 1px solid #bfbfbf;
}
.products-list ul li figure img {
  width: 100%;
}
.products-list ul li a {
  text-decoration: none;
  outline: 0;
}
.products-list ul li p {
  color: #000;
  text-transform: uppercase;
  display: block;
  margin: 13px 0 0 0;
  font-size: 11pt;
  font-weight: 700;
}
.description {
  border: 1px dashed #c3c3c3;
  background: #f3f3f3;
  padding: 24px 20px 20px 20px;
  color: #515151;
  font-size: 11pt;
}
.description:before,
.description:after {
  content: " ";
  display: table;
}
.description:after {
  clear: both;
}
.description:before,
.description:after {
  content: " ";
  display: table;
}
.description:after {
  clear: both;
}
.description .project-img{
	max-width: 350px;
	margin: 0 10px 10px 0;
	float: left;
}
.description p {
  margin: 0 0 18px 0;
}
.description p span {
  font-weight: bold;
}
.description .text-dropdown-btn {
  outline: 0;
  color: #002446;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dashed #002446;
  float: right;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.description .text-dropdown-btn:hover {
  border-color: transparent;
}
.description .text-dropdown-btn .up {
  display: none;
}
.description .text-dropdown-btn.active .up {
  display: block;
}
.description .text-dropdown-btn.active .down {
  display: none;
}
.description .text-dropdown {
  display: none;
}
.products {
  margin: 20px 0 30px 0;
  padding: 0;
  list-style: none;
}
.products:before,
.products:after {
  content: " ";
  display: table;
}
.products:after {
  clear: both;
}
.products:before,
.products:after {
  content: " ";
  display: table;
}
.products:after {
  clear: both;
}
.products li {
  float: left;
  width: 26%;
  min-height: 290px;
  margin-right: 35px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.products li:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.products li figure {
  width: 100%;
  max-height: 166px;
  border: 1px solid #bfbfbf;
  overflow: hidden;
  cursor: pointer;
}
.products li figure img {
  width: 100%;
}
.products li a {
  outline: 0;
  color: #000;
  font-weight: bold;
  display: block;
  margin: 11px 0 19px 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.products li a:hover {
  text-decoration: none;
}
.btn-blue {
  color: #fff;
  background: #012442;
  text-decoration: underline;
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 11px 17px 14px 14px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  outline: none;
}
.btn-blue:hover {
  text-decoration: none;
}
.title-product {
  color: #000;
  font-size: 18pt;
  text-transform: uppercase;
  margin: 0 0 31px 0;
}
.products-about {
  overflow: hidden;
}
.products-about .product-slide {
  width: 41.1%;
  float: left;
  overflow: hidden;
}
.products-about .product-text {
  float: right;
  width: 54.8%;
}
.products-about .product-text .btn-blue {
  margin: 5px 0 0 0;
  padding: 11px 33px 14px 39px;
  font-size: 11pt;
}
.products-about .product-text .description {
  margin: 24px 0 50px 0;
}
.products-about .product-text .description h4 {
  margin: 0 0 9px 0;
}
.price {
  display: inline-block;
  vertical-align: top;
}
.price p {
  font-size: 15pt;
  margin: 16px 0 0 0;
}
.price p span {
  font-weight: bold;
  padding-left: 10px;
}
.main-slide {
  margin-bottom: 19px;
}
.main-slide .item {
  margin: 0 9px;
}
.main-slide .item a {
  border: 1px solid #c0c0c0;
  display: block;
  text-align: center;
}
.main-slide .item a img {
  max-width: 100%;
  display: block;
}
.small-slide .item {
  margin: 0 9px;
}
.small-slide .item figure {
  border: 1px solid #c0c0c0;
  cursor: pointer;
}
.small-slide .item figure img {
  width: 100%;
  display: block;
}
@media (max-width: 992px) {
  .main-container {
    padding: 0 5px;
  }
}
@media (max-width: 992px) {
  .search {
    display: none;
  }
  .title-black {
    text-align: center;
  }
  .language {
    margin: 13px -2px 0 0;
  }
  .language ul li {
    margin-left: 0;
  }
  .partners ul {
    width: 98%;
  }
  .about-us {
    padding: 34px 15px 25px 15px;
  }
  .about-us .main-container {
    padding: 0;
  }
  #footer {
    text-align: center;
  }
  .footer-menu {
    margin: 0 90px 18px 0;
  }
  .social {
    margin: 0;
  }
  .copy-lang {
    display: none;
  }
  .mob {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    line-height: 23px;
  }
  .developers {
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .dropdown li:hover ul,
  .main-nav > ul {
    display: block!important;
  }
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
  #hamburger {
    display: block;
  }
  .title-product {
    text-align: center;
  }
  .bread-crumbs {
    margin-left: 15px;
  }
  .language {
    margin: 13px 11px 0 0;
  }
  .language ul li {
    margin-left: 7px;
  }
  .projects {
    padding: 0 15px;
  }
  .projects ul li {
    width: 50%;
    margin-bottom: 25px;
  }
  .partners ul {
    width: 70%;
  }
  .partners ul li {
    width: 49%;
  }
  .products-list ul li {
    width: 47%;
    margin-bottom: 30px;
  }
  .products li {
    width: 38%;
  }
  .price {
    display: block;
    text-align: center;
  }
  .products-about .product-text .btn-blue {
    display: block;
    margin: auto;
    margin-top: 10px;
  }
  .main-nav-cont {
    padding: 0;
  }
  .main-nav {
    padding: 10px;
    background: #001f41;
    float: none;
    width: 100%;
  }
  .main-nav .main-nav-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #325070;
    position: relative;
    padding: 0 0 0 10px;
    outline: 0;
  }
  .main-nav .main-nav-btn:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #325070 transparent transparent transparent;
    content: "";
    position: absolute;
    top: 17px;
    right: 16px;
  }
  .main-nav ul {
    display: none;
  }
  .main-nav ul li {
    border-top: 1px solid #325070;
  }
  .main-nav ul li:hover .dropdown {
    display: none;
  }
  .main-nav ul li a {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: left;
    text-transform: none;
    padding-right: 45px;
  }
  .main-nav ul li a.active {
    background: rgba(1, 36, 66, 0.7);
    color: #fff;
  }
  .main-nav ul li a .arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: rgba(8, 72, 141, 0.85);
  }
  .main-nav ul li a .arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 4px 0 4px;
    border-color: #fff transparent transparent transparent;
    content: "";
    position: absolute;
    top: 17px;
    right: 16px;
  }
  .main-nav > ul > li {
    float: none;
    background: #fff;
  }
  .main-nav > ul > li:first-child {
    border-top: 0;
  }
  .main-nav .dropdown {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
  .main-nav .dropdown li {
    width: 100%;
    display: block;
  }
  .main-nav .dropdown li a {
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 45px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
  }
  .main-nav .dropdown li:hover ul {
    display: none;
  }
  .main-nav .dropdown li ul {
    position: relative;
    left: auto;
    top: auto;
  }
  .main-nav .dropdown li ul li {
    width: 100%;
  }
  .main-nav .dropdown li ul li a {
    padding-left: 50px;
  }
}
@media (max-width: 600px) {
  .products-list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  .products li {
    width: 98%;
    margin: 0 0 20px 0;
  }
  .title-product {
    font-size: 15pt;
  }
  .products-about .product-slide {
    width: 99%;
    float: none;
  }
  .products-about .product-text {
    width: 99%;
    float: none;
  }
}
@media (max-width: 450px) {
  .partners ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .projects .title-black {
    font-size: 16pt;
  }
  .projects ul li {
    width: 100%;
  }
  .copy-lang {
    text-align: center;
  }
  .title-product {
    font-size: 13pt;
  }
}
@media (max-width: 320px) {
  
}
/**************************************************/
.parent-order-popup{
	background: url('../images/parent_popup.png');
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
	display: none;
}
	.parent-order-popup .order-popup{
		width:400px; 
		padding: 15px;
		color: #012442;
		background: #fff;;
		position: fixed; 
		left: 50%;
		top: 50%; 
		margin-left: -200px; 
		margin-top: -150px;
		border: 1px solid #000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow:    7px 7px 5px 0px rgba(0, 0, 0, 0.5);
		box-shadow:         7px 7px 5px 0px rgba(0, 0, 0, 0.5);
	}
		.parent-order-popup .order-popup .close-button{
			width: 25px;
			height: 25px;
			text-align: center;
			line-height: 25px;
			color: #fff;
			background: #012442;
			-webkit-border-radius: 50px;
			-moz-border-radius: 50px;
			border-radius: 50px;
			cursor: pointer;
			opacity: 1;
			float: right;
		}
		.parent-order-popup .order-popup .close-button:hover{
			opacity: 0.95;
		}
		.parent-order-popup .order-popup .inputs{
			padding: 20px;
			border: 1px dashed #515151;
			background: #f3f3f3;
			font-size: 11pt;
			text-align: center;
		}
			.parent-order-popup .order-popup .inputs input[type="text"], .parent-order-popup .order-popup .inputs input[type="tel"]{
				width: 100%;
				height: 29px;
				border: 1px solid #515151;
				margin-bottom: 15px;
				padding: 6px 7px;
				font-size: 11pt;
				color: #515151;
				background-color: #fff;
				outline: none;
				-moz-border-radius: 4px;
				-webkit-border-radius: 4px;
				-o-border-radius: 4px;
				-khtml-border-radius: 4px;
				border-radius: 4px;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
				-ms-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-khtml-box-sizing: border-box;
				-moz-box-shadow: inset 0px 1px 3px rgba(128, 128, 128, 0.1);
				-o-box-shadow: inset 0px 1px 3px rgba(128, 128, 128, 0.1);
				-webkit-box-shadow: inset 0px 1px 3px rgba(128, 128, 128, 0.1);
				-khtml-box-shadow: inset 0px 1px 3px rgba(128, 128, 128, 0.1);
				box-shadow: inset 0px 1px 3px rgba(128, 128, 128, 0.1);
			}
			.parent-order-popup .order-popup .inputs .btn-blue{
				margin-bottom: 10px;
				padding: 11px 33px;
				text-decoration: none;
				opacity: 1;
			}
			.parent-order-popup .order-popup .inputs .btn-blue:hover{
				opacity: 0.95;
			}
.news-item{
	margin-bottom: 40px;	
}
	.news-item h3{
		padding: 0;
		margin: 0;
		font-size: 11pt;
		text-transform: uppercase;
	}
	.news-item a{
		color: #000;
		text-decoration: none;
	}
	.news-item a:hover{
		text-decoration: underline;
	}
	.news-item small{
		color: #9c9c9c;
		display: block;
		font-size: 10pt;
		margin-bottom: 7px;
	}
h3 a{
	color: #000;
}