body {
  margin: 0;
  color: #5c5c5c;
  font: 13px 'Open Sans', Arial, Helvetica, sans-serif;
  background: url(../img/bg2.jpg) repeat;
  min-width: 1200px; }

img {
  border-style: none; }

a {
  color: #00f;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

input,
textarea {
  font: 100% 'Open Sans', Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #000; }

.hub-slider {
  position: relative; }

.hub-slider ul {
  list-style: none; }

.hub-slider ul li {
  width: 100%;
  height: 240px;
  background: #DA4453;
  color: #fff;
  line-height: 300px;
  text-align: center;
  position: absolute;
  border-radius: 5px;
  left: 0;
  top: 0;
  overflow: hidden; }
  .hub-slider ul li img {
    width: 100%;
    height: 100%; }

.hub-slider-controls {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000; }

.hub-slider-arrow {
  width: 40px;
  height: 40px;
  border: none;
  background: #34BC9D;
  color: #fff;
  font-weight: bold; }

.slider {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 40px;
  height: 350px;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
  -moz-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
  box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8); }
  .slider div:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .slider .info {
    position: absolute;
    top: 40px;
    left: 100px; }
    .slider .info .title {
      font-weight: bold;
      font-size: 36px;
      line-height: 36px;
      margin-bottom: 20px; }
    .slider .info p {
      font-size: 14px; }
    .slider .info button {
      margin-top: 30px;
      line-height: 16px;
      padding: 10px 30px !important;
      cursor: pointer; }
  .slider img {
    width: auto;
    float: right;
    margin-right: 200px;
    height: 350px;
    padding-top: 20px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    /*&:hover{
			-webkit-transform: scale(1.2);
			 -ms-transform: scale(1.2);
			 transform: scale(1.2);
		}
*/ }
  .slider .slick-arrow {
    position: absolute;
    z-index: 290;
    background: url(../img/bg-slider.png) no-repeat;
    border: none;
    outline: none;
    font-size: 0;
    width: 35px;
    height: 35px;
    opacity: .2;
    top: 50%;
    margin-top: -25px;
    cursor: pointer; }
    .slider .slick-arrow:hover {
      opacity: .3; }
  .slider .slick-prev {
    left: 25px; }
  .slider .slick-next {
    right: 25px;
    background-position: top right; }
  .slider .slick-dots {
    position: absolute;
    z-index: 290;
    bottom: 0px;
    list-style: none;
    width: 100%;
    text-align: center; }
    .slider .slick-dots li {
      cursor: pointer;
      display: inline-block;
      font-size: 0;
      width: 12px;
      height: 12px;
      margin-right: 5px;
      background: #000;
      opacity: .2;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px; }
      .slider .slick-dots li button {
        display: none; }
    .slider .slick-dots .slick-active {
      opacity: .5; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 6px 0;
  background: none !important;
  border: none !important;
  padding: 0 !important; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #c4c9cd;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0); }

input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(255, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #318ADD;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #c7cccf; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: #c4c9cd;
  border-radius: 0px;
  border: 0px solid rgba(1, 1, 1, 0); }

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(255, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #318ADD;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #c1c6cb;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }

input[type=range]::-ms-fill-upper {
  background: #c4c9cd;
  border: 0px solid rgba(1, 1, 1, 0);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0); }

input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  border: 0px solid rgba(255, 0, 0, 0);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #318ADD;
  cursor: pointer;
  height: 8px; }

input[type=range]:focus::-ms-fill-lower {
  background: #c4c9cd; }

input[type=range]:focus::-ms-fill-upper {
  background: #c7cccf; }

.calc .title {
  background: #318ADD;
  color: #fff;
  widows: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  margin-bottom: 20px; }

.calc .calc_type_2,
.calc .calc_type_3 {
  display: none; }

.calc label {
  display: block;
  margin-bottom: 20px;
  margin-left: 20px;
  /*filter: blur(7px);*/ }
  .calc label select,
  .calc label input {
    line-height: 32px;
    height: 32px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c4c9cd;
    background: #fff;
    padding: 0 10px;
    cursor: pointer; }
  .calc label select {
    width: 250px; }
  .calc label span {
    margin-bottom: 5px;
    display: block;
    font-weight: bold; }

.calc input[type="range"] {
  width: 60%;
  margin-right: 10px; }

.calc input {
  width: 60px;
  text-align: center; }

.calc .res {
  display: block;
  margin-left: 20px;
  padding-bottom: 30px; }
  .calc .res span {
    text-align: left;
    display: block;
    margin-bottom: 10px; }
    .calc .res span span {
      display: inline-block;
      color: #8572AF;
      font-size: 18px; }
  .calc .res button {
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background-color: #318ADD;
    border: none;
    outline: none;
    padding: 0 30px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .calc .res button:hover {
      background-color: #3696f0; }
  .calc .res .info {
    display: none;
    clear: both;
    text-align: left !important; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

q {
  quotes: none; }

q:before {
  content: ''; }

q:after {
  content: ''; }

#wrapper {
  background: url(../img/bg.jpg) 50% 0 no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden; }

.wrap-container {
  width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.3); }

.main-container {
  background: #f6f6f6;
  margin: 0 -75px; }

/* top-panel */
.top-panel {
  overflow: hidden;
  padding: 0 98px; }
  .top-panel li a {
    color: #3b3b3b;
    font-size: 14px;
    text-decoration: none; }
    .top-panel li a:hover {
      text-decoration: underline; }

.partner {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0; }

.partner li {
  width: 232px;
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
  height: 100px;
  vertical-align: top; }

.partner li img {
  width: auto;
  max-width: 100%;
  height: 100%;
  /*background-color: red;*/ }

.partner li:hover {
  opacity: 1; }

.counter {
  float: left;
  display: block;
  width: 100%;
  clear: both;
  padding: 0;
  margin-top: 30px; }

.counter li {
  float: left;
  width: 88px;
  list-style: none;
  height: 31px;
  margin-right: 20px; }

.language {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left; }

.language li {
  float: left;
  margin: 0 10px 0 0; }

.language li a {
  display: block;
  color: #000000;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 0 0;
  width: 19px;
  text-align: center;
  overflow: hidden; }

.language li:last-child a {
  width: 21px; }

.language li a.active,
.language li a:hover {
  background: url(../img/line.jpg) 50% 0 no-repeat;
  color: #807399; }

.top-panel .holder {
  float: right; }

.top-panel .search-form {
  background: #e3e3e3;
  float: right;
  padding: 0 10px 0 0; }

.search-form input[type="text"] {
  border: none;
  background: none;
  float: left;
  width: 145px;
  height: 36px;
  padding: 0 10px;
  outline: none;
  font-size: 12px;
  color: #5d5d5d; }

.search-form input[type="submit"] {
  border: none;
  background: url(../img/btn-search.png) no-repeat;
  width: 15px;
  height: 15px;
  float: left;
  text-indent: -9999px;
  cursor: pointer;
  margin: 10px 0 0 0;
  outline: 0; }

.search-form input:focus, .qq-upload-button-hover input:focus {
  outline: 0; }

.search-form input::-moz-focus-inner, .qq-upload-button-hover input::-moz-focus-inner {
  border: 0; }

.top-panel .info {
  float: right;
  padding: 5px 0 0 0;
  margin: 0 18px 0 0;
  margin: 0 0px 0 0;
  list-style: none;
  font-size: 15px;
  line-height: 25px; }

.top-panel .info li {
  float: left;
  margin: 0 12px 0 0; }

.top-panel .info li.last {
  background: url(../img/sep.png) 0 center no-repeat;
  padding: 0 0 0 18px; }

.top-panel .info li span {
  font-size: 12px; }

/* container-center */
.container-center {
  background: url(../img/bg-main.jpg) no-repeat;
  padding: 0 75px; }

/* header */
.header {
  padding: 15px 0 20px 20px;
  position: relative;
  z-index: 200; }

.header:after {
  display: block;
  clear: both;
  content: ""; }

.header .logo {
  background: url(../img/logo_4.png) no-repeat;
  width: 206px;
  height: 69px;
  float: left;
  margin: 0 55px 0 -20px;
  text-indent: -9999px; }

.header .logo a {
  display: block;
  height: 100%;
  position: relative; }

#contacts_form {
  position: relative; }

#contacts_form #loader {
  left: 160px !important;
  bottom: 10px; }

.header .nav {
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
  float: right;
  width: 939px; }

.header .nav li {
  float: left;
  margin: 0 33px 0 0;
  height: 30px;
  position: relative; }

.header .nav li:hover,
.header .nav li.active {
  background: url(../img/nav-li.jpg) 0 100% repeat-x; }

/*.header .nav li:first-child{
	margin:0;
}*/
.header .nav li a {
  font-size: 14px;
  color: #3b3b3b;
  text-decoration: none;
  text-transform: uppercase; }

.header .nav li a:hover,
.header .nav li.active a {
  color: #6d5893; }

.header .nav li ul {
  display: none;
  background: #fff;
  border-bottom: 3px solid #6d588b;
  padding: 12px 0 10px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 310px;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(90, 90, 112, 0.4);
  -moz-box-shadow: 0px 5px 12px 0px rgba(90, 90, 112, 0.4);
  box-shadow: 0px 5px 12px 0px rgba(90, 90, 112, 0.4); }

.header .nav li:hover ul {
  display: block; }

.header .nav li ul li {
  float: none;
  margin: 0; }

.header .nav li ul li:hover {
  background: none; }

.header .nav li ul li a {
  display: block;
  font-size: 14px;
  color: #755796;
  text-transform: none;
  padding: 2px 20px; }

.header .nav li ul li a:hover {
  background: #8d72b3;
  color: #fff; }

/* twocolumn */
.twocolumn:after {
  display: block;
  clear: both;
  content: ""; }

.sidebar {
  float: left;
  width: 310px; }

.sidebar .block {
  background: url(../img/bg-block.png) 100% 100% no-repeat #ffffff;
  padding: 20px 0 0;
  margin: 0 0 35px;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
  -moz-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
  box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8); }

.sidebar .block h2 {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 25px;
  text-align: center;
  background: #318ADD;
  line-height: 38px;
  color: #fff; }

.sidebar .block .dop-menu {
  padding: 0 0 30px 0;
  margin: 0;
  list-style: none; }

.sidebar .block .dop-menu li a {
  display: block;
  font-size: 14px;
  color: #6d5793;
  text-decoration: none;
  padding: 8px 0 8px 20px; }

.sidebar .block .dop-menu li a:hover,
.sidebar .block .dop-menu li.active a {
  background: #8572af;
  color: #fff; }

.fixed_order {
  display: none; }

.sidebar .block2 {
  background: url(../img/bg6.png) 0 0 repeat-y;
  padding: 20px 0 0;
  margin: 0 0 50px; }

.project-form .row {
  margin: 0 0 14px;
  padding: 0 0 0 20px;
  position: relative; }

.project-form .row-hd {
  display: none; }

.project-form input[type="text"] {
  border: 1px solid #c4c9cd;
  width: 218px;
  height: 34px;
  font-size: 13px;
  color: #8e8e8e;
  padding: 0 10px 0 40px;
  outline: none; }

.project-form input.error {
  animation: borderRule 10s;
  -webkit-animation: borderRule 10s;
  /* Safari and Chrome */ }

.project-form input.name {
  background: url(../img/ico1.png) 9px 7px no-repeat #fff; }

.project-form input.org {
  background: url(../img/ico2.png) 9px 7px no-repeat #fff; }

.project-form input.phone {
  background: url(../img/ico3.png) 12px 6px no-repeat #fff; }

.project-form input.email {
  background: url(../img/ico4.png) 9px 10px no-repeat #fff; }

.project-form textarea {
  border: 1px solid #c4c9cd;
  background: url(../img/ico5.png) 9px 10px no-repeat #fff;
  width: 218px;
  height: 94px;
  font-size: 13px;
  color: #8e8e8e;
  padding: 10px 10px 0 40px;
  outline: none;
  resize: none; }

.project-form .error input[type="text"] {
  border: 1px solid #f38e8e; }

.project-form .error span.error {
  display: block;
  font-size: 11px;
  color: #f38e8e;
  padding: 5px 0 0 8px; }

.project-form .file {
  border: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
  padding: 12px 20px;
  position: relative;
  margin: 0 0 20px;
  background: #fff; }

.file input:focus {
  outline: 0; }

.project-form .file label {
  display: block;
  color: #4792d8;
  margin: 0 0 12px; }

.project-form .file label.jcf-fake-input {
  display: none; }

.project-form .btn-file {
  display: block;
  background: url(../img/btn-file.png) no-repeat;
  width: 158px;
  height: 34px;
  text-indent: -9999px;
  font-size: 0px;
  margin: 0 0 8px; }

.project-form .file p {
  font-size: 11px;
  color: #8e8d8d;
  margin: 0; }

.project-form input[type="submit"] {
  display: block;
  border: none;
  background: #318add;
  width: 154px;
  height: 43px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin: 0 auto 20px;
  font-size: 17px;
  text-transform: uppercase; }

.sidebar .block3 {
  background: #fff;
  border: 3px solid #dfe3e7;
  padding: 15px 11px 0;
  margin: 0 0 35px; }

.sidebar .block3 h2 {
  font-size: 22px;
  font-weight: normal;
  color: #000000;
  margin: 0 0 20px;
  text-align: center; }

.sidebar .block3 h2.title {
  border-bottom: 1px dotted #a6adb3;
  text-align: left;
  padding: 0 0 15px; }

.sidebar .block3 .all-post {
  border: 1px solid #755796;
  display: block;
  width: 97px;
  height: 23px;
  padding: 3px 0 0;
  margin: 0 auto 26px;
  color: #755796;
  text-decoration: none;
  text-align: center;
  font-size: 13px; }

.sidebar .block3 .file-row {
  border-bottom: 1px dotted #a6adb3;
  padding: 0 0 15px;
  margin: 0 0 15px;
  overflow: hidden; }

.btn-save {
  background: url(../img/btn-save.png) no-repeat;
  float: right;
  width: 62px;
  height: 27px;
  color: #4792d8;
  text-decoration: none;
  padding: 10px 0 0 35px;
  margin: 0 0 0 15px; }

.btn-save:hover {
  background: url(../img/btn-save-hover.png) no-repeat;
  color: #fff; }

.sidebar .block3 .file-row p {
  margin: 0;
  color: #383838; }

.main-content {
  float: right;
  width: 840px;
  padding: 20px 0 0; }

.main-content2 {
  padding: 0; }

.main-content3 {
  float: none;
  width: 1180px;
  margin: 0 auto; }

.main-content h1 {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  color: #3b3b3b;
  margin: 0 0 30px; }

.main-content h1.title {
  background: #fff;
  color: #383838;
  padding: 15px 20px; }

.main-content h1.title2 {
  border-bottom: 1px dotted #a6adb3;
  color: #383838;
  padding: 0 0 10px;
  margin: 0 0 15px; }

.main-content .text-holder {
  margin: 0 0 10px; }

.arhiv {
  overflow: hidden; }

.arhiv .label {
  float: left;
  font-size: 14px;
  color: #383838;
  margin: 0 20px 0 0; }

.arhiv ul {
  float: left;
  padding: 0;
  margin: 0 0 10px;
  list-style: none; }

.arhiv ul li {
  float: left;
  margin: 0 15px 0 0; }

.arhiv ul li a {
  display: block;
  font-size: 14px;
  color: #383838;
  text-decoration: none;
  height: 20px;
  padding: 0 0 5px; }

.arhiv ul li a:hover,
.arhiv ul li a.active {
  border-bottom: 3px solid #755796;
  height: 17px; }

.main-content p {
  font-size: 13px;
  margin: 0 0 15px; }

.main-content p img.right {
  margin: 0 0 0 30px;
  float: right; }

.main-content .block2 {
  background: url(../img/bg4.png) no-repeat;
  padding: 30px 25px 40px;
  margin: 0 -5px 30px; }

.main-content .block2 h2 {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #7053a7;
  margin: 0 0 20px; }

.main-content .block2 .row {
  border-top: 1px dotted #7053a7;
  overflow: hidden;
  margin: 0 -2px; }

.main-content .block2 .row2 {
  border: none; }

.main-content .block2 .item2, .main-content .block2 .item5 {
  border-left: 1px dotted #7053a7;
  border-right: 1px dotted #7053a7; }

.main-content .block2 .item {
  float: left;
  width: 262px;
  height: 150px;
  text-align: center;
  padding: 10px 0 0 0; }

.main-content .block2 .item:first-child {
  border: none; }

.main-content .block2 .item .preview {
  display: table-cell;
  width: 265px;
  height: 100px;
  vertical-align: middle; }

.main-content .block2 .item .preview img {
  vertical-align: middle; }

.main-content .block2 .item h3 {
  font-size: 15px;
  font-weight: normal;
  margin: 0; }

.main-content .block2 .item h3 a {
  color: #7053a7;
  text-decoration: none; }

.main-content .block2 .item h3 a:hover {
  text-decoration: underline; }

.main-content .block {
  background: url(../img/bg5.png) 100% 100% no-repeat #fff;
  padding: 25px 20px;
  margin: 0 0 50px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  -moz-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5); }

.main-content .block h2 {
  font-size: 25px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  color: #3b3b3b;
  margin: 0 0 30px; }

.main-content .block .all-post {
  display: block;
  background: #679bea;
  width: 120px;
  height: 22px;
  padding: 3px 0 0 0;
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
  text-align: center; }

.main-content .block .all-post2 {
  border: 1px solid #4792d8;
  background: #fff;
  width: 138px;
  color: #4792d8; }

.post {
  border-top: 1px dotted #a7abb1;
  overflow: hidden;
  margin: 0 0 20px;
  padding: 19px 0 0; }

.post-first {
  border: none;
  padding: 0; }

.post .preview {
  float: left;
  width: 240px;
  margin: 0 28px 0 0; }

.post .preview img {
  border: 1px solid #e7e7e7; }

.post2 .preview img {
  border: none; }

.post .date {
  font-size: 11px;
  line-height: 11px;
  color: #b8b8b8;
  margin: 0 0 10px; }

.post h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 15px; }

.post h3 a {
  color: #3b3b3b;
  text-decoration: none; }

.post h3 a:hover {
  color: #6491d5;
  text-decoration: underline; }

.post p {
  font-size: 13px;
  line-height: 18px; }

.main-content .block3 {
  background: url(../img/.gif) no-repeat #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  -moz-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5); }

.main-content .block-error {
  background: url(../img/bg8.jpg) 100% 0 no-repeat #fff;
  height: 225px;
  padding: 85px 0 0 0; }

.main-content .block-error p {
  text-align: center;
  font-size: 18px;
  color: #383838;
  margin: 0 0 28px; }

.main-content .block-error .btn {
  background: url(../img/line2.jpg) 0 center repeat-x;
  height: 30px; }

.main-content .block-error .btn span {
  background: #fff;
  display: block;
  padding: 0 17px;
  width: 150px;
  margin: 0 auto; }

.main-content .block-error .btn a {
  border: 1px solid #755796;
  display: block;
  width: 150px;
  height: 23px;
  padding: 3px 0 0 0;
  text-align: center;
  color: #755796;
  text-decoration: none;
  margin: 0 auto; }

/* breadcrumbs */
.breadcrumbs {
  border-top: 1px solid #e4e4e4;
  padding: 14px 0 0 20px;
  margin: 0 0 20px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
  color: #868686; }

.breadcrumbs li {
  background: url(../img/sep2.png) 0 center no-repeat;
  padding: 0 0 0 14px;
  margin: 0 9px 0 0;
  float: left; }

.breadcrumbs li a {
  color: #868686;
  text-decoration: underline; }

.breadcrumbs li a:hover {
  text-decoration: none; }

.breadcrumbs li:first-child {
  background: url(../img/sep3.png) no-repeat; }

.breadcrumbs li:first-child a {
  color: #755796; }

/* content-frame */
.content-frame {
  background: url(../img/bg5.png) 100% 100% no-repeat #fff;
  padding: 20px 0 20px 0;
  margin: 0 0 55px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  -moz-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5); }

.content-frame h1 {
  color: #383838;
  padding: 0 0 0 22px;
  margin: 0 0 15px; }

.content-frame .visual {
  margin: 0 0 35px;
  position: relative; }

.content-frame .visual .adress {
  background: url(../img/bg7.png) no-repeat;
  width: 338px;
  height: 398px;
  position: absolute;
  right: 40px;
  top: 40px;
  padding: 20px 20px; }

.content-frame .visual .adress h2 {
  color: #fff;
  margin: 0 0 15px; }

.content-frame .visual .adress .holder {
  border-bottom: 1px dotted #ffffff;
  overflow: hidden;
  padding: 0 0 15px;
  margin: 0 0 15px; }

.content-frame .visual .adress .holder img {
  float: left;
  margin: 0 14px 0 0; }

.content-frame .visual .adress .holder p {
  color: #fff;
  font-size: 14px;
  margin: 0; }

.content-frame .visual .adress .row {
  border-bottom: 1px dotted #ffffff;
  overflow: hidden;
  padding: 0 0 5px;
  margin: 0 0 5px; }

.content-frame .visual .adress .row .label {
  float: left;
  width: 182px;
  color: #fff;
  margin-right: -5px;
  margin-bottom: 9px; }

.content-frame .visual .adress .row strong {
  font-size: 16px;
  color: #ffffff; }

.content-frame .visual .adress .row2 {
  border: none;
  padding: 10px 0 0; }

.content-frame .visual .adress .row2 img {
  margin: 0 15px 0 0;
  float: left; }

.content-frame .visual .adress .row2 strong {
  font-size: 18px;
  float: left; }

.content-frame .container {
  padding: 0 20px;
  overflow: hidden; }

.content-frame .container .form-block {
  border-right: 2px solid #eeeeee;
  float: left;
  width: 425px;
  padding: 0 65px 0 60px; }

.form-block .project-form .row {
  padding: 0;
  position: relative; }

.form-block .project-form input[type="text"] {
  width: 370px; }

.form-block .project-form textarea {
  width: 365px;
  height: 125px; }

.form-block .project-form input[type="submit"] {
  margin: 0; }

.qq-upload-button {
  background: none !important;
  width: auto !important;
  border-bottom: 0 !important; }

.contact-info {
  padding: 0 0 0 45px;
  float: left; }

.contact-info .row {
  overflow: hidden;
  margin: 0 0 15px; }

.contact-info .row span {
  font-size: 14px;
  color: #5f68b5; }

.contact-info .row .label {
  width: 190px;
  float: left;
  margin: 0 15px 0 0;
  color: #383838;
  text-transform: uppercase;
  font-size: 13px; }

.content-frame h2 {
  font-size: 22px;
  font-weight: normal;
  color: #383838;
  margin: 0 0 15px; }

.content-frame p {
  font-size: 14px; }

.content-frame ul {
  padding: 0 0 0 11px;
  margin: 0;
  list-style: none;
  font-size: 14px; }

.content-frame ul li {
  background: url(../img/sep4.png) 0 10px no-repeat;
  padding: 0 0 0 32px;
  margin: 0 0 10px; }

.content-frame .info {
  border-bottom: 1px dotted #a6adb3;
  overflow: hidden;
  padding: 0 0 25px;
  margin: 0 0 25px; }

.content-frame .info .holder {
  margin: 0 -80px 0 0; }

.content-frame .info .block {
  background: none;
  width: 380px;
  float: left;
  padding: 0;
  margin: 0 55px 0 0;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(166, 166, 184, 0.5);
  -moz-box-shadow: 0px 0px 0px 0px rgba(166, 166, 184, 0.5);
  box-shadow: 0px 0px 0px 0px rgba(166, 166, 184, 0.5); }

.content-frame .info .block .number {
  float: left;
  font-size: 40px;
  line-height: 40px;
  color: #2b90d3;
  font-weight: bold; }

.content-frame .info .block .description {
  padding: 0 0 0 35px; }

.content-frame .info .block .description p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px; }

.content-frame .post2 {
  overflow: hidden;
  padding-left: 20px; }

.content-frame .post2 .preview {
  float: left; }

.content-frame .post2 .description {
  padding: 15px 0 0 150px; }

.content-frame .post2 p {
  font-size: 14px;
  margin: 0 0 5px; }

.portfolioTpl {
  background: #fff;
  margin: 0 0 40px;
  padding: 0 0 15px;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  -moz-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5); }

.portfolioTpl .title {
  overflow: hidden;
  padding: 15px 14px 15px 20px; }

.portfolioTpl .title .read-more {
  border: 1px solid #4792d8;
  float: right;
  width: 92px;
  height: 23px;
  padding: 3px 0 0 0;
  font-size: 13px;
  color: #4792d8;
  text-decoration: none;
  text-align: center; }

.portfolioTpl .title .read-more:hover {
  background: #318add;
  color: #fff; }

.portfolioTpl .title h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0; }

.portfolioTpl .title h2 a {
  color: #383838;
  text-decoration: none; }

.portfolioTpl .title h2 a:hover {
  color: #4792d8;
  text-decoration: underline; }

.portfolioTpl .preview {
  margin: 0 0 15px; }

.portfolioTpl table td {
  border-left: 1px solid #e4e4e4;
  padding: 0 15px;
  vertical-align: top; }

.portfolioTpl table td:first-child {
  border: none; }

.portfolioTpl table td .label {
  font-size: 13px;
  color: #8e8e8e;
  margin: 0 0 10px; }

.portfolioTpl table td p {
  font-size: 14px;
  color: #5c5c5c;
  margin: 0; }

.pagination {
  padding: 0;
  margin: 0 0 60px;
  list-style: none;
  text-align: center; }

.pagination li {
  display: inline-block;
  margin: 0 9px; }

.pagination li a {
  display: block;
  width: 33px;
  height: 30px;
  padding: 3px 0 0 0;
  text-align: center;
  font-size: 18px;
  color: #373737;
  text-decoration: none; }

.pagination li a:hover {
  border-bottom: 3px solid #755796;
  height: 27px;
  color: #755796; }

.pagination li.active a {
  background: #755796;
  color: #fff; }

.holder-face {
  overflow: hidden; }

.holder-face .block-frame {
  float: left;
  width: 225px;
  margin: 0 0 35px 45px; }

.holder-face .block-frame .preview {
  width: 210px;
  height: 240px;
  overflow: hidden;
  margin: 0 0 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(166, 166, 184, 0.8);
  -moz-box-shadow: 0px 5px 16px 0px rgba(166, 166, 184, 0.8);
  box-shadow: 0px 5px 16px 0px rgba(166, 166, 184, 0.8); }

.holder-face .block-frame h3 {
  font-size: 18px;
  font-weight: normal;
  color: #383838;
  margin: 0 0 5px;
  text-align: center; }

.holder-face .block-frame p {
  font-size: 14px;
  color: #383838;
  margin: 0;
  text-align: center; }

.block-search {
  border-bottom: 1px dotted #a6adb3;
  padding: 0 0 15px;
  margin: 0 0 15px; }

.block-search .search-form {
  background: #e4e4e4;
  width: 410px;
  margin: 0 0 12px; }

.block-search .search-form input[type="text"] {
  width: 360px;
  color: #7b52ab; }

.block-search p {
  font-size: 14px;
  color: #383838;
  margin: 0; }

.block-search p span {
  color: #7b52ab; }

.search-row {
  border-bottom: 1px dotted #a6adb3;
  margin: 0 0 20px; }

.search-row h3 {
  font-size: 18px;
  font-weight: normal;
  color: #383838;
  margin: 0 0 10px; }

.search-row p {
  margin: 0 0 7px; }

.search-row p span {
  background: #f2efa2;
  font-size: 13px;
  font-weight: bold;
  padding: 0 2px;
  color: #7b52ab; }

.search-row .link {
  color: #2b90d3;
  margin: 0 0 20px; }

.search-row b {
  background: #f0f0a0;
  color: #7852a9; }

/* popup */
.bg-popup {
  display: block;
  background: #000;
  width: 100% !important;
  min-height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  z-index: 100; }

.popup {
  background: #fff;
  border-top: 4px solid #7b52ab;
  width: 540px;
  height: 160px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -108px 0 0 -270px;
  padding: 75px 0 0 0;
  text-align: center;
  z-index: 3000;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); }

.popup-error {
  border-top: 4px solid #f22b42; }

.popup #close {
  background: url(../img/close.png) no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 15px; }

.popup #close:hover {
  background: url(../img/close-hover.png) no-repeat; }

.popup h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 15px;
  color: #7b52ab; }

.popup-error h2 {
  color: #f22b42; }

.popup p {
  font-size: 14px;
  color: #000000;
  margin: 0; }

.content-frame .gallery {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.content-frame .gallery li {
  background: none;
  padding: 0;
  float: left;
  margin: 0 28px 10px 0; }

.content-frame .gallery li img {
  border: 1px solid #dadada; }

.fd-table {
  display: none; }

/* footer */
#footer {
  background: url(../img/bg-footer.png) no-repeat #41668b;
  padding: 18px 93px 20px;
  overflow: hidden; }

#footer .block {
  float: left;
  margin: 0 50px 0 0; }

#footer .logo {
  display: block;
  background: url(../img/logo2.png) no-repeat;
  width: 163px;
  height: 57px;
  margin: 0 0 10px; }

#footer .logo a {
  display: block;
  height: 100%; }

#footer p {
  font-size: 11px;
  color: #81a0c1;
  margin: 0 0 3px; }

#footer .menu {
  padding: 45px 0 0 0;
  margin: 0;
  list-style: none;
  float: left; }

#footer .menu ul {
  display: none; }

#footer .menu li {
  float: left;
  margin: 0 30px 0 0; }

#footer .menu li a {
  font-size: 12px;
  color: #b2c6dc;
  text-transform: uppercase;
  text-decoration: none; }

#footer .menu li a:hover {
  text-decoration: underline; }

div.jGrowl div.jGrowl-notification div.jGrowl-close {
  background: url(../img/close.png) no-repeat; }

html, body {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

.javascript {
  overflow: auto; }

/* example gallery styles */
.touch-device .gallery-holder {
  width: 800px; }

.carousel {
  position: relative;
  margin: 0 0 30px; }

.carousel h2 {
  margin: 0 0 5px; }

.carousel .gholder {
  width: 100%; }

.carousel .gholder:after {
  content: "";
  display: block;
  clear: both; }

.carousel .gmask-center {
  margin: 0; }

.carousel .gmask {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left; }

.carousel .gmask .slideset {
  position: relative;
  overflow: hidden;
  list-style: none;
  width: 99999px;
  float: left;
  padding: 0;
  margin: 0; }

.carousel .gmask .slide {
  float: left;
  width: 1200px;
  height: 300px;
  position: relative; }

.carousel5 .gmask .slide {
  width: 840px; }

.carousel .gmask .slide .mask {
  background: url(../images/slide-mask.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 580px;
  height: 300px; }

.carousel .gmask .slide h2.slide-title {
  font-size: 35px;
  font-weight: normal;
  color: #ffffff;
  position: absolute;
  left: 105px;
  top: 100px; }

.carousel a.btn-prev,
.carousel a.btn-next {
  background: url(../img/btn5-slider.png) no-repeat;
  width: 47px;
  height: 49px;
  text-indent: 9999px;
  position: absolute;
  top: 125px;
  left: 20px;
  z-index: 50;
  outline-style: none; }

.carousel a.btn-next {
  background-position: 1px 0px; }

.carousel a.btn-next:hover {
  background-position: 1px -52px; }

.carousel a.btn-prev {
  background-position: 1px -105px; }

.carousel a.btn-prev:hover {
  background-position: 1px -156px; }

.carousel a.btn-next {
  left: 770px; }

.indexCarousel a.btn-next {
  left: 1132px; }

.carousel .pagination ul {
  font-weight: bold;
  list-style: none;
  text-align: center;
  padding: 5px 0;
  margin: 0; }

.carousel .pagination ul li {
  padding: 0 5px;
  display: inline; }

.carousel .pagination a {
  text-decoration: none;
  color: #00f; }

.carousel .pagination .active a {
  color: #f00; }

.carousel a.disabled {
  border-color: #eee;
  color: #eee; }

.carousel .pagination a:hover,
.carousel a.btn-prev:hover,
.carousel a.btn-next:hover {
  text-decoration: none; }

@media only screen and (max-width: 480px) {
  .carousel .gmask .slide {
    font-size: 30px; } }

/* 2 */
/* example gallery styles */
.touch-device .carousel4 {
  width: 800px; }

.carousel4 {
  margin: 0 0 30px; }

.carousel4 h2 {
  margin: 0 0 5px; }

.carousel4 .gholder {
  width: 100%; }

.carousel4 .gholder:after {
  content: "";
  display: block;
  clear: both; }

.carousel4 .gmask-center {
  margin: 0 32px; }

.carousel-sedebar .gmask-center {
  margin: 0 70px; }

.carousel4 .gmask {
  position: relative;
  overflow: hidden;
  width: 100%;
  float: left; }

.carousel4 .gmask .slideset {
  list-style: none;
  width: 99999px;
  float: left;
  padding: 0;
  margin: 0; }

.carousel4 .gmask .slide {
  float: left;
  width: 147px;
  height: 180px;
  text-align: center; }

.carousel-sedebar .gmask .slide {
  height: 190px; }

.carousel4 .gmask .slide img {
  border: 1px solid #dadada; }

.carousel-sedebar .gmask .slide img {
  -webkit-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
  -moz-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
  box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8); }

.carousel4 a.btn-prev,
.carousel4 a.btn-next {
  background: url(../img/btn2-slider.png) no-repeat;
  float: left;
  width: 22px;
  margin: 75px 10px 0 0;
  height: 37px;
  text-indent: 9999px;
  outline-style: none; }

.carousel4 a.btn-next {
  background-position: 1px -80px; }

.carousel4 a.btn-next:hover {
  background-position: 1px -119px; }

.carousel4 a.btn-prev {
  background-position: 1px 0px; }

.carousel4 a.btn-prev:hover {
  background-position: 1px -40px; }

.carousel4 a.btn-next {
  margin: 75px 0 0 10px;
  float: right; }

.carousel-sedebar a.btn-prev,
.carousel-sedebar a.btn-next {
  background: url(../img/btn3-slider.png) no-repeat;
  width: 31px;
  height: 31px; }

.carousel-sedebar a.btn-next {
  background-position: 0px -82px; }

.carousel-sedebar a.btn-next:hover {
  background-position: 0px -120px; }

.carousel-sedebar a.btn-prev {
  background-position: 0px -1px; }

.carousel-sedebar a.btn-prev:hover {
  background-position: 0px -40px; }

.carousel4 .pagination ul {
  font-weight: bold;
  list-style: none;
  text-align: center;
  padding: 5px 0;
  margin: 0; }

.carousel4 .pagination ul li {
  padding: 0 5px;
  display: inline; }

.carousel4 .pagination a {
  text-decoration: none;
  color: #00f; }

.carousel4 .pagination .active a {
  color: #f00; }

.carousel4 a.disabled {
  border-color: #eee;
  color: #eee; }

.carousel4 .pagination a:hover,
.carousel4 a.btn-prev:hover,
.carousel4 a.btn-next:hover {
  text-decoration: none; }

/* FUN */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0 !important;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  background: #fff;
  z-index: 50;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/popup_bg.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*
Uploadify
Copyright (c) 2012 Reactive Apps, Ronnie Garcia
Released under the MIT License <http://www.opensource.org/licenses/mit-license.php> 
*/
.uploadify {
  position: relative;
  margin-bottom: 1em; }

.uploadify-button {
  width: 100%;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  background-color: #318ADD; }

.btnsubmit {
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 12px;
  background-color: #318ADD;
  border: none;
  outline: none;
  padding: 0 40px;
  margin-left: 80px;
  cursor: pointer;
  margin-bottom: 20px; }

.btnsubmit:hover {
  background-color: #3696F0; }

#loader {
  /*display: none;*/
  position: absolute;
  bottom: 20px;
  left: 20px; }

.result_ajax {
  position: fixed;
  top: 50%;
  left: 50%;
  background-color: #fff;
  width: 300px;
  margin-left: -200px;
  border-top: 5px solid #E9584C;
  padding: 0 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 301;
  display: none; }

.result_ajax .close {
  background: url(../img/close.png) no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer; }

.result_ajax_bg {
  cursor: pointer;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .7;
  z-index: 300;
  top: 0;
  left: 0; }

.result_ajax p {
  padding: 20px 0;
  text-align: center;
  font-size: 16px; }

.result_ajax p span {
  display: block;
  font-size: 24px;
  color: #E9584C;
  padding-bottom: 10px; }

.project-form {
  position: relative; }

.navigation {
  width: 100%;
  display: block;
  text-align: center; }

.navigation a {
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  -moz-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
  color: #8e8e8e;
  font-size: 13px;
  padding: 5px 10px; }

.navigation .no {
  text-decoration: none;
  color: #EBEBEB; }

.navigation span {
  padding: 5px 10px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background-color: #755796;
  margin: 0 10px; }

/*.uploadify:hover .uploadify-button {
	background-color: #606060;
	background-image: linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -o-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -moz-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -ms-linear-gradient(top, #606060 0%, #808080 100%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #606060),
		color-stop(1, #808080)
	);
	background-position: center bottom;
}*/
.file_list {
  display: none;
  width: 100%;
  line-height: 20px;
  padding: 5px;
  color: #333;
  border: 1px dashed #D8D8D8;
  margin-bottom: 10px; }

.uploadify-button.disabled {
  background-color: #D0D0D0;
  color: #808080; }

.uploadify-queue {
  margin-bottom: 1em; }

.uploadify-queue-item {
  background-color: #F5F5F5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font: 11px Verdana, Geneva, sans-serif;
  margin-top: 5px;
  max-width: 350px;
  padding: 10px; }

.uploadify-error {
  background-color: #FDE5DD !important; }

.uploadify-queue-item .cancel a {
  background: url("../img/uploadify-cancel.png") 0 0 no-repeat;
  float: right;
  height: 16px;
  text-indent: -9999px;
  width: 16px; }

.uploadify-queue-item.completed {
  background-color: #E5E5E5; }

.uploadify-progress {
  background-color: #E5E5E5;
  margin-top: 10px;
  width: 100%; }

.uploadify-progress-bar {
  background-color: #0099FF;
  height: 3px;
  width: 1px; }

#queue {
  background-color: red;
  width: 100px;
  height: 20px; }

@media all and (max-width: 1250px) {
  body {
    min-width: 1000px; }
  .main-container {
    margin: 0; }
  .wrap-container {
    width: 1000px; }
  .gmask img {
    width: 950px;
    height: auto; }
  .carousel {
    margin: 0; }
  .container-center {
    padding: 0 25px; }
  .header .logo {
    margin-right: 30px;
    /*margin-top: 12px;*/ }
  .header .nav {
    width: 670px; }
  .indexCarousel a.btn-next {
    left: 90%; }
  .main-content {
    width: 600px; }
    .main-content .block2 {
      width: 600px;
      background-size: 600px auto; }
      .main-content .block2 h2 {
        font-size: 20px;
        font-weight: bold;
        margin: -10px 0 20px 0; }
      .main-content .block2 .item {
        width: 30%;
        height: 100px;
        margin-right: 1%; }
        .main-content .block2 .item .preview {
          width: 265px;
          height: 70px; }
        .main-content .block2 .item img {
          width: 30%; }
        .main-content .block2 .item h3 {
          font-size: 12px; }
    .main-content .post .preview {
      width: 180px; }
      .main-content .post .preview img {
        width: 100%; }
  .content-frame img {
    max-width: 100%;
    height: auto !important; }
  .portfolioTpl img {
    max-width: 100%; }
  .post2 {
    width: 560px; }
  .main-content3 {
    width: 100%; } }

.menu_1 .hide_menu {
  display: none; }

.menu_1 ul {
  display: block; }
  .menu_1 ul ul {
    display: none; }

.text_btn_order {
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  background-color: #318ADD;
  border: none;
  outline: none;
  padding: 0 50px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .text_btn_order:hover {
    background-color: #3696F0; }

.create_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block !important;
  overflow-x: scroll;
  z-index: 299 !important;
  background: url(../img/bg6.png) !important;
  text-align: center; }
  .create_modal input,
  .create_modal textarea {
    width: 50% !important;
    max-width: 450px;
    min-width: 160px; }
  .create_modal .file {
    text-align: center !important; }
  .create_modal .close_m {
    background: url(../img/close.png) no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }

.modal_partner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*display: none;*/
  overflow-x: scroll;
  z-index: 299 !important;
  background: url(../img/bg6.png) !important;
  text-align: center;
  display: none; }
  .modal_partner input,
  .modal_partner textarea {
    width: 50% !important;
    border: 1px solid #c4c9cd;
    max-width: 450px;
    min-width: 160px;
    width: 218px;
    height: 34px;
    font-size: 13px;
    color: #8e8e8e;
    padding: 0 10px 0 10px;
    outline: none;
    margin-bottom: 20px; }
  .modal_partner textarea {
    max-height: 70px;
    height: 70px; }
  .modal_partner .form {
    text-align: center !important;
    width: 100%;
    margin-top: 50px; }
  .modal_partner button {
    /*width: 100%;
		padding: 0;*/
    margin: 0; }
  .modal_partner .close_m {
    background: url(../img/close.png) no-repeat;
    width: 17px;
    height: 17px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }

.btn_part {
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  background-color: #8572af;
  border: none;
  outline: none;
  padding: 0 50px;
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .btn_part:hover {
    background-color: #a293c3; }

.partners {
  margin: 20px 0 !important; }
  .partners li {
    width: 45%;
    display: inline-block;
    background: none !important;
    font-size: 12px;
    padding: 0 !important;
    margin: 0 10px 20px 10px !important;
    text-align: left; }
    .partners li p {
      font-size: 13px;
      line-height: 18px; }
    .partners li a {
      color: #3b3b3b;
      text-decoration: none;
      font-size: 18px; }
      .partners li a:hover {
        color: #6491d5;
        text-decoration: underline; }
    .partners li span {
      margin-right: 10px;
      float: left;
      display: inline-block;
      width: 50px;
      height: 50px;
      background-color: #318ADD;
      color: #fff;
      font-size: 20px;
      text-align: center;
      line-height: 50px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      font-weight: bold; }

@media all and (max-width: 1024px) {


.top-panel .info li {
  float: left;
  margin: 0 0px 0 0; }



  .hide_menu {
    cursor: pointer; }
  .slider {
    height: 220px;
    overflow: visible; }
    .slider .slick-dots {
      bottom: -40px;
      padding: 0; }
    .slider img {
      margin-right: 0 !important; }
    .slider #slide_3 {
      margin-right: -100px !important; }
    .slider #slide_4 {
      margin-right: -100px !important; }
    .slider .info {
      left: 10px;
      top: 20px; }
      .slider .info .title {
        font-size: 16px;
        width: 100px;
        line-height: 20px;
        display: block; }
      .slider .info p {
        display: none; }
      .slider .info button {
        padding: 7px 10px !important;
        font-size: 14px; }
    .slider .slick-arrow {
      display: none !important; }
    .slider img {
      height: 200px; }
  .partners li {
    width: 100%; }
  .modal_partner button {
    width: 100%;
    line-height: 42px; }
  .main-content {
    padding: 0; }
    .main-content h1 {
      font-size: 24px;
      margin-top: 10px !important;
      margin-left: 10px !important; }
  .sidebar {
    width: 100%; }
  .post2 {
    float: left !important;
    width: inherit !important;
    padding-left: 0 !important;
    margin: 0 20px 10px 20px !important;
    overflow: hidden;
    width: 100% !important; }
  .form-block {
    border-right: none !important;
    float: none !important;
    margin: 0 auto;
    border-bottom: 2px solid #eeeeee;
    padding-bottom: 50px !important; }
  #f_2 {
    display: block;
    border: none;
    background: #f2825b;
    background: -moz-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    background: -webkit-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#f2825b), color-stop(50%, #e55b2b), to(#f07146));
    background: -o-linear-gradient(top, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    background: linear-gradient(to bottom, #f2825b 0%, #e55b2b 50%, #f07146 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2825b', endColorstr='#f07146',GradientType=0 );
    height: 43px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px; }
  /*	#con_if{
		#c_i_2{
				display: block;
			    border: none;
			   background: #a4b357;
			   background: -moz-linear-gradient(top,  #a4b357 0%, #75890c 100%);
			   background: -webkit-linear-gradient(top,  #a4b357 0%,#75890c 100%);
			   background: linear-gradient(to bottom,  #a4b357 0%,#75890c 100%);
			   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 );

			    height: 43px;
			    text-align: center;
			    color: #fff;
			    cursor: pointer;
			    padding: 0 20px;
			    -webkit-border-radius: 3px;
			    -moz-border-radius: 3px;
			    border-radius: 3px;
			    font-size: 16px;
		}
	}*/
  .visual {
    /*
		background: url(../img/bg.jpg) !important;*/
    overflow: hidden;
    background-size: contain !important;
    margin: 0 !important; }
    .visual img {
      display: none; }
    .visual .adress {
      position: relative !important;
      width: 100% !important;
      background: #3f80ca !important;
      top: 0 !important;
      right: 0 !important;
      background: -webkit-linear-gradient(top left, #3f80ca 0%, #4a58a2 100%) !important;
      background: -o-linear-gradient(top left, #3f80ca 0%, #4a58a2 100%) !important;
      background: -webkit-gradient(linear, left top, right bottom, from(#3f80ca), to(#4a58a2)) !important;
      background: linear-gradient(to bottom right, #3f80ca 0%, #4a58a2 100%) !important;
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f80ca', endColorstr='#4a58a2',GradientType=1 ) !important;
      /*left: 50%;
			margin-left: -166px;
			top: -10px !important;*/ }
      .visual .adress .label {
        display: block !important;
        clear: both; }
  .contact-info {
    padding: 20px 0 0 0;
    width: 100%; }
    .contact-info .row span {
      display: block; }
  #fedeback_2 .form-block {
    display: none; }
  .wrap-container {
    width: 100%;
    min-width: 300px; }
  body {
    min-width: 300px; }
  .container-center {
    width: 100%;
    padding: 0; }
  .top-panel {
    background: #FFFFFF;
    height: auto;
    padding: 0;
    width: 100%; }
    .top-panel .holder {
      width: 100%;
      float: none; }
    .top-panel .info {
      float: none;
      text-align: center;
      margin-top: 100px;
      margin-bottom: 20px; }
      .top-panel .info li {
        display: block;
        float: none; }
        .top-panel .info li span {
          font-weight: normal;
          font-size: 14px; }
      .top-panel .info .last {
        background: none !important;
        padding: 0 !important;
        text-decoration: underline;
        color: #578AC1;
        font-weight: normal !important; }
  .header {
    padding: 0; }
    .header .logo {
      position: absolute;
      top: -200px;
      left: 50%;
      margin: 0 0 0 -103px; }
  .menu_1 {
    width: 50% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
    color: #fff;
    float: left !important;
    position: relative; }
    .menu_1 .hide_menu {
      width: 100%;
      font-size: 14px !important;
      background-color: #318ADD;
      display: block;
      line-height: 38px;
      font-size: 14px;
      /*	-webkit-border-radius: 0 3px 3px 0;
			-moz-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
			-webkit-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
			    -moz-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
			    box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
	*/ }
    .menu_1 .nav {
      width: 100%; }
    .menu_1 ul {
      display: none;
      -webkit-border-radius: 0 0 3px 0;
      -moz-border-radius: 0 0 3px 0;
      border-radius: 0 0 3px 0;
      text-align: center;
      position: absolute;
      -webkit-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
      -moz-box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
      box-shadow: 0px 5px 12px 0px rgba(166, 166, 184, 0.8);
      background: url(../img/bg-block.png) 100% 100% no-repeat #fff; }
      .menu_1 ul li {
        display: block;
        width: 100%; }
        .menu_1 ul li a {
          display: block;
          font-size: 14px !important;
          color: #6d5793 !important;
          text-transform: none !important; }
        .menu_1 ul li ul {
          display: none !important; }
          .menu_1 ul li ul li {
            display: none !important; }
  .gallery-holder {
    display: none; }
  /*.main-content,
	{
		display: none;
	}*/
  .container-center {
    position: relative; }
  .sidebar_menu {
    position: relative;
    right: 0;
    top: 0;
    padding: 0 !important;
    margin: 0 !important;
    width: 50%;
    /*-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;*/
    z-index: 298; }
    .sidebar_menu h2 {
      padding: 0 !important;
      margin: 0 !important;
      font-size: 14px !important;
      color: #fff !important;
      background-color: #6A52B9;
      cursor: pointer;
      line-height: 38px;
      display: block;
      text-align: center;
      /*background-image: url('../img/bg-footer.png');*/ }
    .sidebar_menu .dop-menu {
      display: none; }
      .sidebar_menu .dop-menu li {
        text-align: center; }
  .sidebar .block2 {
    display: none;
    /*position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			overflow-x: scroll; 
			z-index: 1000 !important;
			background: url(../img/bg6.png);

			.close_m{
				background: url(../img/close.png) no-repeat;
				width: 17px;
				height: 17px;
				display: block;
				position: absolute;
				right: 20px;
				top: 20px;
				cursor: pointer;
			}*/
    /*.project-form{
				margin-right: 70px;
			}*/ }
    .sidebar .block2 h2 {
      text-align: center;
      display: block; }
    .sidebar .block2 .file {
      width: 100%;
      padding-left: 40px; }
    .sidebar .block2 .row {
      text-align: center;
      padding-left: 0; }
    .sidebar .block2 input,
    .sidebar .block2 textarea {
      width: 75%;
      margin: 0; }
    .sidebar .block2 .btnsubmit {
      width: 100%;
      text-align: center;
      margin: 0 auto;
      padding: 0;
      float: none;
      display: block;
      margin-bottom: 20px;
      line-height: 40px; }
  .fixed_order {
    position: fixed;
    right: 0;
    bottom: 0;
    background-color: #3596DF;
    color: #fff;
    line-height: 30px;
    width: 215px;
    -webkit-border-radius: 3px 0 0 0;
    -moz-border-radius: 3px 0 0 0;
    border-radius: 3px 0 0 0; }
    .fixed_order span {
      padding-left: 10px; }
  .result_ajax_bg {
    z-index: 1001; }
  .result_ajax {
    z-index: 1002;
    width: 100%;
    left: 0;
    margin-left: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0; }
  .main-content {
    float: left;
    width: 100%; }
    .main-content h1 {
      margin-left: 20px; }
    .main-content p {
      font-size: 14px;
      line-height: 24px;
      text-align: justify; }
  .main-content2 h1 {
    margin-left: 0px; }
  .fixed_order {
    display: block; }
  .text-holder,
  .container {
    background: url(../img/bg5.png) 100% 100% no-repeat #fff;
    padding: 25px 20px;
    margin: 0 0 50px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
    -moz-box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5);
    box-shadow: 0px 2px 8px 0px rgba(166, 166, 184, 0.5); }
  .container {
    padding-top: 20px !important; }
  .main-content .block2 {
    background: url(../img/bg5.png) 100% 100% no-repeat #fff;
    width: 100%;
    border: 3px solid #7486D4;
    margin-top: 50px; }
  .content-frame {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
    /*h1{
			margin: 0 !important;
		}*/ }
  .block3 {
    display: none; }
  #footer {
    width: 100%;
    padding: 0; }
    #footer .block {
      width: 100%;
      text-align: center;
      float: none; }
    #footer .menu {
      display: none; } }

.content-frame img {
  max-width: 100% !important; }

.content-frame iframe {
  width: 100% !important; }

@media all and (max-width: 500px) {
  .post2 {
    margin: 0  !important; }
  .post .preview {
    width: 99% !important; }
    .post .preview img {
      height: auto !important; }
  /*	.logo{
		left: 50%;
		margin-left: -110px !important;
		top: -200px;
		padding: 0;
	}
	.top-panel{
		height: 220px ;
	}
	.holder{
		float: none !important;
		position: absolute;
		top: 100px;
		text-align: center;
		left: 50%;
		width: 300px;
		margin-left: -150px;

		.info{

		}

		li{
			margin: 0 !important;
			padding: 0 !important
		}
	}*/
  .menu_1 {
    width: 100% !important; }
    .menu_1 ul {
      position: relative;
      z-index: 1005 !important; }
  .sidebar_menu {
    width: 100%;
    z-index: 1; }
  .calc {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 !important; }
    .calc .title {
      cursor: pointer; }
    .calc label select {
      width: 93%; }
    .calc .form {
      display: none; }
  .breadcrumbs {
    margin-top: 50px;
    border: none; }
  .post2 {
    width: 100%; }
    .post2 .preview {
      width: 100% !important;
      display: block; }
  .counter {
    display: none; }
  .main-content h1 {
    margin-top: 50px;
    margin-right: 10px !important; }
  .main-content2 h1 {
    margin-top: -10px; }
  .adress .row {
    clear: both; }
  .adress .holder {
    position: relative !important;
    left: 0;
    top: 0;
    width: 100%;
    text-align: left; }
  .contact-info .row {
    clear: both;
    width: 100% !important; }
    .contact-info .row .label {
      float: none !important; }
    .contact-info .row span {
      display: block !important; }
  .form-block {
    margin: 0 !important;
    float: left !important;
    padding: 0;
    width: 100% !important;
    padding: 0 !important;
    padding-bottom: 30px !important; }
    .form-block input,
    .form-block textarea {
      width: auto !important; } }



blockquote
{
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #7e1717;
	border-width: 0;
	border-left-width: 5px;
	padding-left: 20px;
	padding-right: 8px;

border-color: #318add;
}




.close_m, .create_modal 
{
top: 30px  !important;
}
