@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700&subset=latin,cyrillic-ext,cyrillic,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,cyrillic-ext,cyrillic,latin-ext);

* {
    border: none;
}

div.clr{
    width:100%;
    height:0px;
    clear:both;
}

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, font, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
}
header, nav, section, article, aside, footer {
    display: block;
}
body {
    font: 300 14px/26px 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../images/body_bg.jpg);
}
a {
    color: #e56864;
    outline: none;
    text-decoration: none;
}
a:hover {
    color: #cc3333;
}
img {
    border: none;
}
input {
    vertical-align: middle;
}

form {
    padding: 20px 0;
}
input {
    vertical-align: middle;
}
input, textarea {
    font: 12px 'Roboto', sans-serif;
    font-weight: 300;
    background: #f3f3f3;
    border-radius: 3px;
}
input[type=text] {
    padding: 8px 10px;
    width: 230px;
    display: block;
    float: left;
    margin: 0 0 20px 20px;
}
input[type=submit] {
    background: #f58a87;
    height: 30px;
    width: 100px;
    margin: 10px 20px 20px;
    float: right;
    color: #ffffff;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
}
input[type=submit]:hover {
    background: #e56864;
    cursor: pointer;
}
input[type=submit]:active {
    background: #d1534f;
}

textarea {
    overflow: auto;
    height: 150px;
    width: 500px;
    resize: none;
    overflow: auto;
    padding: 10px;
    margin-left: 20px;
}

#feedback_result{
    display: block;
    width: 200px;
    height: 15px;
    float: left;
    margin: 15px 0px 0px 20px;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    position: relative;
    height: 100%;
}

h2 {
    font: 500 24px 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}

/*SKELETON*/

#header {
    display: block;
    background: url(../images/header_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 360px;
    z-index: -100;
    margin-bottom: 90px;
}

#content {
    width: 900px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 3px;
    behavior: url(PIE/PIE.htc);
}

#content h1 {
    display: block;
    float: left;
    padding: 10px 20px;
    font: 300 36px 'Roboto Condensed', sans-serif;
    background: #e56864;
    color: #fff;
    border-radius: 3px;
    margin: -40px 0 25px -20px;
    behavior: url(PIE/PIE.htc);
}

#content p {
    display: inline-block;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 26px;
    color: #000;
}

#footer {
    width: 960px;
    margin: 0px auto 0;
    height: 60px;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

#footer p {
    font: 300 12px/20px Arial, sans-serif;
    color: #505050;
}

/*LOGO & CONTACTS*/

#top_bar {
    display: block;
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    background: white\0/;
    border-radius: 3px;
    width: 940px;
    height: 83px;
    left: 50%;
    margin-left: -480px;
    margin-top: -3px;
    padding-left: 20px;
    z-index: 2;
    behavior: url(PIE/PIE.htc);
}

#logo {
    display: block;
    float: left;
    width: 255px;
    height: 51px;
    margin-top: 20px;
    background: url(../images/logo.png);
}

.top_cell {
    display: block;
    float: right;
}

.top_cell ul {
    display: table-cell;
    vertical-align: middle;
    height: 83px;
    max-width: 550px;
}

.top_cell ul li {
    display: inline-block;
    background: url('../images/sprite_contacts.png') 0 0;
    background-repeat: no-repeat;
    height: 12px;
    padding-left: 20px;
    margin: 8px 15px;
    font: 300 14px/14px 'Roboto Condensed', sans-serif;
}

.top_cell ul li a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.top_cell ul li a:hover {
    color: #e56864;
}

.nav_cell {
    display: block;
    height: 360px;
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.nav_cell ul {
    display: table-cell;
    vertical-align: middle;
    height: 360px;
    width: 960px;
    text-align: center;
}

.nav_cell ul li {
    display: inline-block;
    text-align: center;
    font: 300 14px/100px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    margin: 0 10px;
}

.nav_cell ul li a {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: rgba(227, 74, 74, 0.8);
    background: #e56864\0/;
    color: #fff;
    -webkit-transition: all .05s ease-in;
    -moz-transition: all .05s ease-in;
    -o-transition: all .05s ease-in;
    -ms-transition: all .05s ease-in;
    transition: all .05s ease-in;
    behavior: url(PIE/PIE.htc);
}

.nav_cell ul li a:hover {
    background: rgba(227, 74, 74, 1);
    background: #d85652\0/;
}

/*CAROUSEL*/

.carousel_container {
    display: block;
    width: 960px;
    height: 100px;
    margin: 0 auto;
    margin-top: -50px;
    background: rgba(255, 255, 255, 0.9);
    background: white\0/;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    behavior: url(PIE/PIE.htc);
}

.carousel_inner {
    float: left;
    width: 840px;
    padding: 20px 0;
    overflow: hidden;
}

.carousel_ul {
    position: relative;
    left: -140px;
    list-style-type: none;
    width: 9999px;
}

.carousel_ul li {
    float: left;
    width: 120px;
    height: 60px;
    margin: 0 10px;
}

.left_scroll, .right_scroll {
    float: left;
    height: 100px;
    width: 20px;
    margin-left: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.left_scroll {
    background: url(../images/left_arrow.png) left no-repeat;
}

.right_scroll {
    background: url(../images/right_arrow.png) left no-repeat;
}

.left_scroll:hover, .right_scroll:hover {
    background-position: right;
}

/*FEEDBACK*/

#panel {
    position: fixed;
    top: 30%;
    left: -560px;
    z-index: 9999;
}

#panel-content {
    background: #fff;
    width: 560px;
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

#panel-sticker {
}


.panel-stickers{
  margin-top: 100px;
  float: left;
  position: relative;
}

.sticker-item{
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  width: 60px;
  height: 48px;
  margin-bottom: 10px;
  background: #e56864;
}
.sticker-item a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.sticker-item img{
  max-width: 100%;
  max-height: 100%;
}

.sticker-item:hover{
  background: #de5752;
}

.sticker-item__map{
  box-sizing: border-box;
  padding: 5px;
}


/*GALLERY*/

#gallery-grid {
    display: inline-block;
}

.album-item {
    display: inline-block;
    width: 280px;
    margin: 8px;
    margin: 8px\0/;
}

.album-item img {
    width: 280px;
    height: 158px;
    border-radius: 5px;
    -webkit-transition: all .05s ease-in;
    -moz-transition: all .05s ease-in;
    -o-transition: all .05s ease-in;
    -ms-transition: all .05s ease-in;
    transition: all .05s ease-in;
    behavior: url(PIE/PIE.htc);
}

.album-item img:hover {
    border-radius: 20px;
    behavior: url(PIE/PIE.htc);
}

.album-item h2 {
    display: inline-block;
    color: #000;
    font: 300 14px 'Roboto Condensed', sans-serif;
}

.photo-item {
    display: inline-block;
    width: 200px;
    height: 112px;
    margin: 11px;
    border-radius: 3px;
    background: #000;
    overflow: hidden;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    transition: all .1s ease-in;
    behavior: url(PIE/PIE.htc);
}

.photo-item:hover {
    border-radius: 10px;
    behavior: url(PIE/PIE.htc);
}

.nav {
    font-family: 'Roboto Condensed', sans-serif;
    width: 220px;
    display: inline-block;
    float: left;
    border-radius: 5px;
}

.nav li a {
    font-weight: 300;
    line-height: 20px;
    display: block;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #e56864;
    border-bottom: 1px dotted #ddd;
}

.nav li a.active {
    border-bottom: 1px dotted #f58a87;
    color: #c13833
}

.nav li a:hover, .nav li a.current {
    background: #f58a87;
    color: #fff;
}

.nav li ul {
    display: none;
}

.nav li ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding: 8px 20px;
    color: #555;
    border-bottom: none;
    text-transform: none;
    border-bottom: 1px dotted #f58a87;
}

.cont {
    display: inline-block;
}

.cont2 {
    display: table-cell;
    padding-left: 30px;
}

.cont2 h2 {
    font: 300 36px 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.cont2 img {
    margin-bottom: 10px;
}
