/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/****************************************************************************/
/*BASIC SETTINGS*/
/* line 61, ../sass/main.scss */
body {
  font-family: 'circe-light', 'Myriad Pro';
  color: #494544;
  min-width: 1160px;
}

/* line 67, ../sass/main.scss */
.center {
  width: 960px;
  max-width: 960px;
  min-width: 960px;
  margin: auto;
}

/* line 74, ../sass/main.scss */
.clear:after,
.clear:before {
  display: block;
  content: " ";
  clear: both;
}

/* line 82, ../sass/main.scss */
a {
  text-decoration: none;
  color: #000000;
}

/* line 87, ../sass/main.scss */
h2 {
  font-size: 30px;
  font-family: 'circe-bold';
}



/****************************************************************************/
@font-face {
  font-family: 'circe-light';
  src: url(../fonts/paratype-circe-light.otf);
}
@font-face {
  font-family: 'circe-thin';
  src: url(../fonts/PARATYPE-CIRCE-THIN.OTF);
}
@font-face {
  font-family: 'circe-bold';
  src: url(../fonts/PARATYPE-CIRCE-BOLD.OTF);
}
@font-face {
  font-family: 'circe-regular';
  src: url(../fonts/PARATYPE-CIRCE.OTF);
}
/****************************************************************************/
/*BASIC UI*/
/* line 116, ../sass/main.scss */
.button-black {
  display: inline-block;
  height: 60px;
  box-sizing: border-box;
  padding: 0 27px;
  line-height: 60px;
  background: none;
  border: 1px solid #494544;
  color: #494544;
  font-family: 'circe-light';
  font-size: 20px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 129, ../sass/main.scss */
.button-black:hover {
  cursor: pointer;
  -moz-box-shadow: 0 0 0 2px #494544;
  -webkit-box-shadow: 0 0 0 2px #494544;
  box-shadow: 0 0 0 2px #494544;
  /*background-color: $text-black;
  color: $yellow;*/
}
/* line 136, ../sass/main.scss */
.button-black:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
/* line 140, ../sass/main.scss */
.button-black:focus {
  outline: none;
}

/* line 145, ../sass/main.scss */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8a7f7c;
}

/* line 148, ../sass/main.scss */
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8a7f7c;
  opacity: 1;
}

/* line 152, ../sass/main.scss */
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8a7f7c;
  opacity: 1;
}

/* line 156, ../sass/main.scss */
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8a7f7c;
}

/****************************************************************************/
/****************************************************************************/
/*z-index 1500*/
/*top-line*/
/* line 165, ../sass/main.scss */
#top-line {
  position: fixed;
  z-index: 9000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  background-color: #f2d03b;
  background-color: rgba(250, 217, 70, 0.95);
  border-bottom: 1px solid #cdb13e;
}
/* line 178, ../sass/main.scss */
#top-line .logo {
  display: inline-block;
  float: left;
  width: 125px;
  height: 86px;
  margin-left: 35px;
  margin-top: 15px;
  background-image: url(../img/top-line-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 191, ../sass/main.scss */
#top-line .logo h1 {
  text-indent: -9999px;
  max-height: 0;
  max-width: 0;
}
/* line 196, ../sass/main.scss */
#top-line .logo:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 203, ../sass/main.scss */
#top-line #nav {
  float: right;
  font-size: 0;
}
/* line 206, ../sass/main.scss */
#top-line #nav li {
  display: inline-block;
  margin-right: 1px;
}
/* line 209, ../sass/main.scss */
#top-line #nav li a {
  display: inline-block;
  height: 119px;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 18px;
  font-family: 'circe-bold';
  line-height: 119px;
  color: rgba(73, 69, 68, 0.6);
  border-bottom: 4px solid transparent;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 221, ../sass/main.scss */
#top-line #nav li a:hover {
  cursor: pointer;
  border-bottom: 4px solid #494544;
  color: #494544;
  font-family: 'circe-bold';
}
/* line 228, ../sass/main.scss */
#top-line #nav li a.active {
  border-bottom: 4px solid #494544;
  color: #494544;
  font-family: 'circe-bold';
}

/****************************************************************************/
/****************************************************************************/
/*header*/
/* line 243, ../sass/main.scss */
#header {
  height: 965px;
  background-color: #f2d03b;
}
/* line 247, ../sass/main.scss */
#header .main {
  position: absolute;
  z-index: 1400;
  top: 0px;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  height: 965px;
  padding-top: 160px;
  box-sizing: border-box;
  text-align: center;
}
/* line 259, ../sass/main.scss */
#header .main .logo {
  height: 193px;
  margin-bottom: 515px;
  background-image: url(../img/header-logo.png);
  background-position: center;
  background-repeat: no-repeat;
}
/* line 268, ../sass/main.scss */
#header .background-item {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  height: 965px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
/* line 280, ../sass/main.scss */
#header .monik1 {
  z-index: 100;
  background-image: url(../img/objects/man_back.png);
  background-position: 0px 470px;
}

/* line 285, ../sass/main.scss */
#header .monik2 {
  z-index: 100;
  margin-left: 0px;
  background-image: url(../img/objects/man_back_02.png);
  background-position: 414px 480px;
}

/* line 290, ../sass/main.scss */
#header .flower {
  z-index: 100;
  width: 1150px;
  background-image: url(../img/objects/2people.png);
  background-position: 750px 500px;
}
/* line 297, ../sass/main.scss */
#header .photo {
  z-index: 150;
  width: 1000px;
  background-image: url(../img/objects/man_board.png);
  background-position: 80px 460px;
}
/* line 304, ../sass/main.scss */
#header .pen {
  z-index: 150;
  background-image: url(../img/objects/obj5.png);
  background-position: 352px 618px;
}
/* line 309, ../sass/main.scss */
#header .dog {
  z-index: 150;
  background-image: url(../img/objects/obj7.png);
  background-position: 454px 596px;
}
/* line 314, ../sass/main.scss */
#header .cup {
  z-index: 150;
  background-image: url(../img/objects/top_man.png);
  background-position: 300px 400px;
}
/* line 319, ../sass/main.scss */
#header .cup2 {
  z-index: 180;
  margin-left: -1000px;
  background-image: url(../img/objects/top_man.png);
  background-position: 799px 373px;
}
/* line 324, ../sass/main.scss */
#header .pad {
  z-index: 200;
  background-image: url(../img/objects/obj4.png);
  background-position: 102px 698px;
}
/* line 329, ../sass/main.scss */
#header .keyboard {
  z-index: 200;
  background-image: url(../img/objects/obj3.png);
  background-position: 360px 687px;
}
/* line 334, ../sass/main.scss */
#header .mouse {
  z-index: 200;
  background-image: url(../img/objects/obj2.png);
  background-position: 598px 694px;
}
/* line 339, ../sass/main.scss */
#header .speakers {
  z-index: 200;
  background-image: url(../img/objects/obj1.png);
  background-position: 690px 694px;
}

/****************************************************************************/
/****************************************************************************/
/*work-types*/
/* line 351, ../sass/main.scss */
#work-types {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #257e43;
  color: #ffffff;
  text-align: center;
}
/* line 358, ../sass/main.scss */
#work-types h2 {
  padding-bottom: 40px;
}
/* line 362, ../sass/main.scss */
#work-types .item {
  width: 200px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  line-height: 20px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
/* line 371, ../sass/main.scss */
#work-types .item h3 {
  color: #f2d03b;
  height: 80px;
  box-sizing: border-box;
  margin-top: 20px;
  font-family: 'circe-regular';
}
/* line 379, ../sass/main.scss */
#work-types .item a {
  color: #f2d03b;
  font-family: 'circe-regular';
  text-decoration: underline;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 385, ../sass/main.scss */
#work-types .item a:hover {
  text-shadow: 0 0 1px #000;
}
/* line 390, ../sass/main.scss */
#work-types .item .img-wrapper {
  display: inline-block;
  height: 90px;
  width: 90px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
/* line 398, ../sass/main.scss */
#work-types .item:hover .img-wrapper {
  -webkit-transform: rotateY(30deg);
  transform: rotateY(30deg);
  background-color: #106f30;
}

/****************************************************************************/
/****************************************************************************/
/*done*/
/* line 411, ../sass/main.scss */
#done {
  padding-top: 40px;
  padding-bottom: 110px;
  background-color: #494544;
  color: #ffffff;
  text-align: center;
}
/* line 418, ../sass/main.scss */
#done h2 {
  padding-bottom: 40px;
  text-align: center;
}
/* line 423, ../sass/main.scss */
#done ul li {
  width: 200px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}
/* line 428, ../sass/main.scss */
#done ul li a {
  padding-top: 30px;
  height: 300px;
  display: block;
  color: #ffffff;
  text-align: center;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 437, ../sass/main.scss */
#done ul li a img.first-img {
  width: 150px;
  height: 150px;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 443, ../sass/main.scss */
#done ul li a .text {
  color: #b1a8a5;
}
/* line 447, ../sass/main.scss */
#done ul li a:hover {
  background-color: #3e3a39;
}
/* line 450, ../sass/main.scss */
#done ul li a:hover img.first-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/****************************************************************************/
/****************************************************************************/
/*contacts*/
/* line 464, ../sass/main.scss */
#contacts {
  padding: 40px 0;
  background-color: #f2d03b;
}
/* line 468, ../sass/main.scss */
#contacts h2 {
  text-align: center;
  padding-bottom: 40px;
}
/* line 473, ../sass/main.scss */
#contacts .left {
  width: 420px;
  float: left;
  margin-left: 50px;
}
/* line 478, ../sass/main.scss */
#contacts .left p.text {
  font-family: 'circe-regular';
  padding-bottom: 25px;
}
/* line 483, ../sass/main.scss */
#contacts .left .item {
  margin-top: 15px;
}
/* line 485, ../sass/main.scss */
#contacts .left .item img, #contacts .left .item p {
  display: inline-block;
  vertical-align: middle;
}
/* line 489, ../sass/main.scss */
#contacts .left .item p {
  padding-left: 10px;
}
/* line 492, ../sass/main.scss */
#contacts .left .item p a {
  color: #494544;
}
/* line 499, ../sass/main.scss */
#contacts .right {
  width: 420px;
  box-sizing: border-box;
  float: right;
  margin-right: 50px;
}
/* line 505, ../sass/main.scss */
#contacts .right input[type="text"],
#contacts .right textarea {
  margin-top: 30px;
  width: 420px;
  border: 1px solid #494544;
  background-color: #f8e191;
  box-sizing: border-box;
  color: #8a7f7c;
  font-size: 14px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 516, ../sass/main.scss */
#contacts .right input[type="text"]:focus,
#contacts .right textarea:focus {
  outline: none;
  color: #494544;
  -moz-box-shadow: 0 0 0 3px rgba(185, 114, 0, 0.4);
  -webkit-box-shadow: 0 0 0 3px rgba(185, 114, 0, 0.4);
  box-shadow: 0 0 0 3px rgba(185, 114, 0, 0.4);
}
/* line 523, ../sass/main.scss */
#contacts .right input[type="text"] {
  height: 60px;
  font-family: 'circe-light';
  padding: 0 10px 0 60px;
}
/* line 529, ../sass/main.scss */
#contacts .right #inp-name {
  background-image: url(../img/inp-name.png);
  background-position: 13px center;
  background-repeat: no-repeat;
}
/* line 535, ../sass/main.scss */
#contacts .right #inp-email {
  background-image: url(../img/inp-email.png);
  background-position: 13px center;
  background-repeat: no-repeat;
}
/* line 541, ../sass/main.scss */
#contacts .right textarea {
  padding: 5px 13px;
  resize: none;
  height: 130px;
  font-family: 'circe-light';
}
/* line 548, ../sass/main.scss */
#contacts .right .clear {
  margin-top: 30px;
}
/* line 552, ../sass/main.scss */
#contacts .right button {
  float: right;
}
/* line 556, ../sass/main.scss */
#contacts .right .mail {
  float: left;
  width: 200px;
  line-height: 20px;
  padding-top: 10px;
}
/* line 562, ../sass/main.scss */
#contacts .right .mail a {
  font-family: 'circe-regular';
}

/****************************************************************************/
/****************************************************************************/
/*footer*/
/* line 575, ../sass/main.scss */
#footer {
  background-color: #494544;
  text-align: center;
}
/* line 578, ../sass/main.scss */
#footer ul {
  height: 120px;
  box-sizing: border-box;
  display: inline-block;
}
/* line 583, ../sass/main.scss */
#footer ul li {
  display: inline-block;
}
/* line 586, ../sass/main.scss */
#footer ul li a {
  display: inline-block;
  height: 120px;
  box-sizing: border-box;
  line-height: 120px;
  padding: 0 30px;
  font-size: 18px;
  color: #b1a8a5;
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 597, ../sass/main.scss */
#footer ul li a:hover {
  color: #f2d03b;
}
/* line 601, ../sass/main.scss */
#footer ul li .border-right:after {
  content: " ";
  position: absolute;
  height: 18px;
  width: 1px;
  right: 0px;
  top: 50px;
  background-color: #b1a8a5;
}

/****************************************************************************/
/****************************************************************************/
/*window*/
/* line 621, ../sass/main.scss */
#window {
  position: fixed;
  top: -100%;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
/* line 632, ../sass/main.scss */
#window.visible {
  top: 0px;
}
/* line 636, ../sass/main.scss */
#window #close-window {
  position: absolute;
  z-index: 9500;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/* line 645, ../sass/main.scss */
#window #preview-section {
  line-height: 18px;
  background-color: #ffffff;
  position: relative;
  z-index: 9999;
  vertical-align: middle;
  display: inline-block;
  padding: 15px;
  min-width: 300px;
  -moz-box-shadow: 0 0 15px 0 #000000;
  -webkit-box-shadow: 0 0 15px 0 #000000;
  box-shadow: 0 0 15px 0 #000000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 657, ../sass/main.scss */
#window #preview-section ul {
  max-height: 2000px;
  max-width: 2000px;
  overflow: hidden;
  position: relative;
}
/* line 665, ../sass/main.scss */
#window #preview-section ul li {
  position: absolute;
  top: -3000px;
  left: 0px;
  text-align: center;
  display: block;
  overflow: hidden;
  transition: all 1s;
  opacity: 0;
}
/* line 675, ../sass/main.scss */
#window #preview-section ul li.active {
  top: 0px;
  opacity: 1;
}
/* line 683, ../sass/main.scss */
#window #preview-section ul li p {
  display: inline-block;
}
/* line 688, ../sass/main.scss */
#window #preview-section ul li .title {
  margin-top: 10px;
  font-family: 'circe-regular';
  text-align: center;
}
/* line 694, ../sass/main.scss */
#window #preview-section ul li .description {
  text-align: center;
}
/* line 699, ../sass/main.scss */
#window #preview-section .for-buttons {
  position: relative;
  height: 50px;
  margin-top: 20px;
}
/* line 704, ../sass/main.scss */
#window #preview-section .for-buttons .button {
  position: absolute;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #494544;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  background-color: #ffffff;
  font-family: 'circe-light', 'Myriad Pro';
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
/* line 717, ../sass/main.scss */
#window #preview-section .for-buttons .button:hover {
  cursor: pointer;
  -moz-box-shadow: 0 0 0 3px #494544;
  -webkit-box-shadow: 0 0 0 3px #494544;
  box-shadow: 0 0 0 3px #494544;
}
/* line 722, ../sass/main.scss */
#window #preview-section .for-buttons .button:focus {
  outline: none;
}
/* line 726, ../sass/main.scss */
#window #preview-section .for-buttons .button.close {
  top: 0px;
  right: 0px;
  font-size: 40px;
}
/* line 732, ../sass/main.scss */
#window #preview-section .for-buttons .button.play {
  left: 0px;
  top: 0px;
  background-image: url(../img/play-icon.png);
  background-position: center;
  background-repeat: no-repeat;
}
/* line 740, ../sass/main.scss */
#window #preview-section .for-buttons .button.prev {
  top: 0px;
  left: 50%;
  margin-left: -55px;
}
/* line 746, ../sass/main.scss */
#window #preview-section .for-buttons .button.next {
  top: 0px;
  left: 50%;
  margin-left: 5px;
}

/****************************************************************************/
