/*!
 * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 * License - http://fontawesome.io/license (Font:SIL OFL 1.1,CSS:MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face{font-family:'FontAwesome';src:url(../fonts/fontawesome-webfont.eot);src:url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2) format("woff2"),url(../fonts/fontawesome-webfont.woff) format("woff"),url(../fonts/fontawesome-webfont.ttf) format("truetype"),url(../fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");font-weight:normal;font-style:normal;}
/* line 14,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0);}

/* makes the font 33% larger relative to the icon container */
/* line 24,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}

/* line 29,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-2x{font-size:2em;}

/* line 32,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-3x{font-size:3em;}

/* line 35,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-4x{font-size:4em;}

/* line 38,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-5x{font-size:5em;}

/* line 41,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-fw{width:1.28571429em;text-align:center;}

/* line 45,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}

/* line 50,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ul > li{position:relative;}

/* line 53,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}

/* line 60,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-li.fa-lg{left:-1.85714286em;}

/* line 63,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}

/* line 68,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.pull-right{float:right;}

/* line 71,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.pull-left{float:left;}

/* line 74,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa.pull-left{margin-right:.3em;}

/* line 77,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa.pull-right{margin-left:.3em;}

/* line 80,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}

/* line 84,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8);}

@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}
}
/* line 108,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}

/* line 114,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}

/* line 120,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}

/* line 126,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);}

/* line 132,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1);}

/* line 138,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}

/* line 145,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}

/* line 153,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}

/* line 160,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stack-1x{line-height:inherit;}

/* line 163,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stack-2x{font-size:2em;}

/* line 166,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-inverse{color:#ffffff;}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
/* line 171,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-glass:before{content:"\f000";}

/* line 174,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-music:before{content:"\f001";}

/* line 177,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-search:before{content:"\f002";}

/* line 180,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-envelope-o:before{content:"\f003";}

/* line 183,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-heart:before{content:"\f004";}

/* line 186,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-star:before{content:"\f005";}

/* line 189,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-star-o:before{content:"\f006";}

/* line 192,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-user:before{content:"\f007";}

/* line 195,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-film:before{content:"\f008";}

/* line 198,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-th-large:before{content:"\f009";}

/* line 201,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-th:before{content:"\f00a";}

/* line 204,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-th-list:before{content:"\f00b";}

/* line 207,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-check:before{content:"\f00c";}

/* line 210,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d";}

/* line 215,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-search-plus:before{content:"\f00e";}

/* line 218,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-search-minus:before{content:"\f010";}

/* line 221,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-power-off:before{content:"\f011";}

/* line 224,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-signal:before{content:"\f012";}

/* line 227,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-gear:before,.fa-cog:before{content:"\f013";}

/* line 231,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-trash-o:before{content:"\f014";}

/* line 234,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-home:before{content:"\f015";}

/* line 237,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-o:before{content:"\f016";}

/* line 240,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-clock-o:before{content:"\f017";}

/* line 243,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-road:before{content:"\f018";}

/* line 246,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-download:before{content:"\f019";}

/* line 249,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-circle-o-down:before{content:"\f01a";}

/* line 252,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-circle-o-up:before{content:"\f01b";}

/* line 255,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-inbox:before{content:"\f01c";}

/* line 258,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-play-circle-o:before{content:"\f01d";}

/* line 261,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rotate-right:before,.fa-repeat:before{content:"\f01e";}

/* line 265,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-refresh:before{content:"\f021";}

/* line 268,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-list-alt:before{content:"\f022";}

/* line 271,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-lock:before{content:"\f023";}

/* line 274,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-flag:before{content:"\f024";}

/* line 277,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-headphones:before{content:"\f025";}

/* line 280,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-volume-off:before{content:"\f026";}

/* line 283,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-volume-down:before{content:"\f027";}

/* line 286,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-volume-up:before{content:"\f028";}

/* line 289,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-qrcode:before{content:"\f029";}

/* line 292,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-barcode:before{content:"\f02a";}

/* line 295,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tag:before{content:"\f02b";}

/* line 298,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tags:before{content:"\f02c";}

/* line 301,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-book:before{content:"\f02d";}

/* line 304,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bookmark:before{content:"\f02e";}

/* line 307,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-print:before{content:"\f02f";}

/* line 310,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-camera:before{content:"\f030";}

/* line 313,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-font:before{content:"\f031";}

/* line 316,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bold:before{content:"\f032";}

/* line 319,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-italic:before{content:"\f033";}

/* line 322,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-text-height:before{content:"\f034";}

/* line 325,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-text-width:before{content:"\f035";}

/* line 328,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-align-left:before{content:"\f036";}

/* line 331,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-align-center:before{content:"\f037";}

/* line 334,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-align-right:before{content:"\f038";}

/* line 337,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-align-justify:before{content:"\f039";}

/* line 340,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-list:before{content:"\f03a";}

/* line 343,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-dedent:before,.fa-outdent:before{content:"\f03b";}

/* line 347,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-indent:before{content:"\f03c";}

/* line 350,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-video-camera:before{content:"\f03d";}

/* line 353,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e";}

/* line 358,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pencil:before{content:"\f040";}

/* line 361,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-map-marker:before{content:"\f041";}

/* line 364,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-adjust:before{content:"\f042";}

/* line 367,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tint:before{content:"\f043";}

/* line 370,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-edit:before,.fa-pencil-square-o:before{content:"\f044";}

/* line 374,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-share-square-o:before{content:"\f045";}

/* line 377,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-check-square-o:before{content:"\f046";}

/* line 380,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrows:before{content:"\f047";}

/* line 383,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-step-backward:before{content:"\f048";}

/* line 386,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-fast-backward:before{content:"\f049";}

/* line 389,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-backward:before{content:"\f04a";}

/* line 392,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-play:before{content:"\f04b";}

/* line 395,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pause:before{content:"\f04c";}

/* line 398,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stop:before{content:"\f04d";}

/* line 401,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-forward:before{content:"\f04e";}

/* line 404,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-fast-forward:before{content:"\f050";}

/* line 407,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-step-forward:before{content:"\f051";}

/* line 410,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-eject:before{content:"\f052";}

/* line 413,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chevron-left:before{content:"\f053";}

/* line 416,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chevron-right:before{content:"\f054";}

/* line 419,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-plus-circle:before{content:"\f055";}

/* line 422,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-minus-circle:before{content:"\f056";}

/* line 425,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-times-circle:before{content:"\f057";}

/* line 428,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-check-circle:before{content:"\f058";}

/* line 431,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-question-circle:before{content:"\f059";}

/* line 434,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-info-circle:before{content:"\f05a";}

/* line 437,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-crosshairs:before{content:"\f05b";}

/* line 440,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-times-circle-o:before{content:"\f05c";}

/* line 443,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-check-circle-o:before{content:"\f05d";}

/* line 446,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ban:before{content:"\f05e";}

/* line 449,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-left:before{content:"\f060";}

/* line 452,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-right:before{content:"\f061";}

/* line 455,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-up:before{content:"\f062";}

/* line 458,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-down:before{content:"\f063";}

/* line 461,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mail-forward:before,.fa-share:before{content:"\f064";}

/* line 465,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-expand:before{content:"\f065";}

/* line 468,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-compress:before{content:"\f066";}

/* line 471,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-plus:before{content:"\f067";}

/* line 474,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-minus:before{content:"\f068";}

/* line 477,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-asterisk:before{content:"\f069";}

/* line 480,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-exclamation-circle:before{content:"\f06a";}

/* line 483,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-gift:before{content:"\f06b";}

/* line 486,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-leaf:before{content:"\f06c";}

/* line 489,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-fire:before{content:"\f06d";}

/* line 492,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-eye:before{content:"\f06e";}

/* line 495,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-eye-slash:before{content:"\f070";}

/* line 498,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071";}

/* line 502,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-plane:before{content:"\f072";}

/* line 505,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-calendar:before{content:"\f073";}

/* line 508,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-random:before{content:"\f074";}

/* line 511,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-comment:before{content:"\f075";}

/* line 514,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-magnet:before{content:"\f076";}

/* line 517,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chevron-up:before{content:"\f077";}

/* line 520,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chevron-down:before{content:"\f078";}

/* line 523,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-retweet:before{content:"\f079";}

/* line 526,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-shopping-cart:before{content:"\f07a";}

/* line 529,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-folder:before{content:"\f07b";}

/* line 532,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-folder-open:before{content:"\f07c";}

/* line 535,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrows-v:before{content:"\f07d";}

/* line 538,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrows-h:before{content:"\f07e";}

/* line 541,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080";}

/* line 545,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-twitter-square:before{content:"\f081";}

/* line 548,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-facebook-square:before{content:"\f082";}

/* line 551,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-camera-retro:before{content:"\f083";}

/* line 554,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-key:before{content:"\f084";}

/* line 557,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-gears:before,.fa-cogs:before{content:"\f085";}

/* line 561,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-comments:before{content:"\f086";}

/* line 564,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-thumbs-o-up:before{content:"\f087";}

/* line 567,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-thumbs-o-down:before{content:"\f088";}

/* line 570,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-star-half:before{content:"\f089";}

/* line 573,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-heart-o:before{content:"\f08a";}

/* line 576,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sign-out:before{content:"\f08b";}

/* line 579,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-linkedin-square:before{content:"\f08c";}

/* line 582,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-thumb-tack:before{content:"\f08d";}

/* line 585,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-external-link:before{content:"\f08e";}

/* line 588,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sign-in:before{content:"\f090";}

/* line 591,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-trophy:before{content:"\f091";}

/* line 594,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-github-square:before{content:"\f092";}

/* line 597,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-upload:before{content:"\f093";}

/* line 600,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-lemon-o:before{content:"\f094";}

/* line 603,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-phone:before{content:"\f095";}

/* line 606,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-square-o:before{content:"\f096";}

/* line 609,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bookmark-o:before{content:"\f097";}

/* line 612,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-phone-square:before{content:"\f098";}

/* line 615,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-twitter:before{content:"\f099";}

/* line 618,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-facebook-f:before,.fa-facebook:before{content:"\f09a";}

/* line 622,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-github:before{content:"\f09b";}

/* line 625,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-unlock:before{content:"\f09c";}

/* line 628,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-credit-card:before{content:"\f09d";}

/* line 631,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rss:before{content:"\f09e";}

/* line 634,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-hdd-o:before{content:"\f0a0";}

/* line 637,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bullhorn:before{content:"\f0a1";}

/* line 640,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bell:before{content:"\f0f3";}

/* line 643,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-certificate:before{content:"\f0a3";}

/* line 646,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-hand-o-right:before{content:"\f0a4";}

/* line 649,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-hand-o-left:before{content:"\f0a5";}

/* line 652,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-hand-o-up:before{content:"\f0a6";}

/* line 655,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-hand-o-down:before{content:"\f0a7";}

/* line 658,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-circle-left:before{content:"\f0a8";}

/* line 661,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-circle-right:before{content:"\f0a9";}

/* line 664,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-circle-up:before{content:"\f0aa";}

/* line 667,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-circle-down:before{content:"\f0ab";}

/* line 670,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-globe:before{content:"\f0ac";}

/* line 673,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-wrench:before{content:"\f0ad";}

/* line 676,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tasks:before{content:"\f0ae";}

/* line 679,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-filter:before{content:"\f0b0";}

/* line 682,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-briefcase:before{content:"\f0b1";}

/* line 685,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrows-alt:before{content:"\f0b2";}

/* line 688,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-group:before,.fa-users:before{content:"\f0c0";}

/* line 692,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chain:before,.fa-link:before{content:"\f0c1";}

/* line 696,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cloud:before{content:"\f0c2";}

/* line 699,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-flask:before{content:"\f0c3";}

/* line 702,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cut:before,.fa-scissors:before{content:"\f0c4";}

/* line 706,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-copy:before,.fa-files-o:before{content:"\f0c5";}

/* line 710,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-paperclip:before{content:"\f0c6";}

/* line 713,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-save:before,.fa-floppy-o:before{content:"\f0c7";}

/* line 717,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-square:before{content:"\f0c8";}

/* line 720,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9";}

/* line 725,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-list-ul:before{content:"\f0ca";}

/* line 728,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-list-ol:before{content:"\f0cb";}

/* line 731,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-strikethrough:before{content:"\f0cc";}

/* line 734,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-underline:before{content:"\f0cd";}

/* line 737,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-table:before{content:"\f0ce";}

/* line 740,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-magic:before{content:"\f0d0";}

/* line 743,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-truck:before{content:"\f0d1";}

/* line 746,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pinterest:before{content:"\f0d2";}

/* line 749,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pinterest-square:before{content:"\f0d3";}

/* line 752,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-google-plus-square:before{content:"\f0d4";}

/* line 755,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-google-plus:before{content:"\f0d5";}

/* line 758,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-money:before{content:"\f0d6";}

/* line 761,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-caret-down:before{content:"\f0d7";}

/* line 764,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-caret-up:before{content:"\f0d8";}

/* line 767,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-caret-left:before{content:"\f0d9";}

/* line 770,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-caret-right:before{content:"\f0da";}

/* line 773,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-columns:before{content:"\f0db";}

/* line 776,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-unsorted:before,.fa-sort:before{content:"\f0dc";}

/* line 780,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd";}

/* line 784,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de";}

/* line 788,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-envelope:before{content:"\f0e0";}

/* line 791,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-linkedin:before{content:"\f0e1";}

/* line 794,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rotate-left:before,.fa-undo:before{content:"\f0e2";}

/* line 798,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-legal:before,.fa-gavel:before{content:"\f0e3";}

/* line 802,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4";}

/* line 806,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-comment-o:before{content:"\f0e5";}

/* line 809,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-comments-o:before{content:"\f0e6";}

/* line 812,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-flash:before,.fa-bolt:before{content:"\f0e7";}

/* line 816,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sitemap:before{content:"\f0e8";}

/* line 819,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-umbrella:before{content:"\f0e9";}

/* line 822,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-paste:before,.fa-clipboard:before{content:"\f0ea";}

/* line 826,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-lightbulb-o:before{content:"\f0eb";}

/* line 829,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-exchange:before{content:"\f0ec";}

/* line 832,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cloud-download:before{content:"\f0ed";}

/* line 835,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cloud-upload:before{content:"\f0ee";}

/* line 838,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-user-md:before{content:"\f0f0";}

/* line 841,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stethoscope:before{content:"\f0f1";}

/* line 844,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-suitcase:before{content:"\f0f2";}

/* line 847,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bell-o:before{content:"\f0a2";}

/* line 850,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-coffee:before{content:"\f0f4";}

/* line 853,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cutlery:before{content:"\f0f5";}

/* line 856,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-text-o:before{content:"\f0f6";}

/* line 859,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-building-o:before{content:"\f0f7";}

/* line 862,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-hospital-o:before{content:"\f0f8";}

/* line 865,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ambulance:before{content:"\f0f9";}

/* line 868,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-medkit:before{content:"\f0fa";}

/* line 871,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-fighter-jet:before{content:"\f0fb";}

/* line 874,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-beer:before{content:"\f0fc";}

/* line 877,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-h-square:before{content:"\f0fd";}

/* line 880,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-plus-square:before{content:"\f0fe";}

/* line 883,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angle-double-left:before{content:"\f100";}

/* line 886,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angle-double-right:before{content:"\f101";}

/* line 889,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angle-double-up:before{content:"\f102";}

/* line 892,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angle-double-down:before{content:"\f103";}

/* line 895,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angle-left:before{content:"\f104";}

/* line 898,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angle-right:before{content:"\f105";}

/* line 901,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angle-up:before{content:"\f106";}

/* line 904,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angle-down:before{content:"\f107";}

/* line 907,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-desktop:before{content:"\f108";}

/* line 910,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-laptop:before{content:"\f109";}

/* line 913,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tablet:before{content:"\f10a";}

/* line 916,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b";}

/* line 920,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-circle-o:before{content:"\f10c";}

/* line 923,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-quote-left:before{content:"\f10d";}

/* line 926,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-quote-right:before{content:"\f10e";}

/* line 929,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-spinner:before{content:"\f110";}

/* line 932,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-circle:before{content:"\f111";}

/* line 935,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mail-reply:before,.fa-reply:before{content:"\f112";}

/* line 939,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-github-alt:before{content:"\f113";}

/* line 942,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-folder-o:before{content:"\f114";}

/* line 945,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-folder-open-o:before{content:"\f115";}

/* line 948,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-smile-o:before{content:"\f118";}

/* line 951,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-frown-o:before{content:"\f119";}

/* line 954,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-meh-o:before{content:"\f11a";}

/* line 957,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-gamepad:before{content:"\f11b";}

/* line 960,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-keyboard-o:before{content:"\f11c";}

/* line 963,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-flag-o:before{content:"\f11d";}

/* line 966,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-flag-checkered:before{content:"\f11e";}

/* line 969,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-terminal:before{content:"\f120";}

/* line 972,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-code:before{content:"\f121";}

/* line 975,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122";}

/* line 979,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123";}

/* line 984,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-location-arrow:before{content:"\f124";}

/* line 987,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-crop:before{content:"\f125";}

/* line 990,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-code-fork:before{content:"\f126";}

/* line 993,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-unlink:before,.fa-chain-broken:before{content:"\f127";}

/* line 997,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-question:before{content:"\f128";}

/* line 1000,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-info:before{content:"\f129";}

/* line 1003,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-exclamation:before{content:"\f12a";}

/* line 1006,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-superscript:before{content:"\f12b";}

/* line 1009,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-subscript:before{content:"\f12c";}

/* line 1012,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-eraser:before{content:"\f12d";}

/* line 1015,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-puzzle-piece:before{content:"\f12e";}

/* line 1018,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-microphone:before{content:"\f130";}

/* line 1021,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-microphone-slash:before{content:"\f131";}

/* line 1024,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-shield:before{content:"\f132";}

/* line 1027,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-calendar-o:before{content:"\f133";}

/* line 1030,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-fire-extinguisher:before{content:"\f134";}

/* line 1033,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rocket:before{content:"\f135";}

/* line 1036,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-maxcdn:before{content:"\f136";}

/* line 1039,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chevron-circle-left:before{content:"\f137";}

/* line 1042,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chevron-circle-right:before{content:"\f138";}

/* line 1045,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chevron-circle-up:before{content:"\f139";}

/* line 1048,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-chevron-circle-down:before{content:"\f13a";}

/* line 1051,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-html5:before{content:"\f13b";}

/* line 1054,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-css3:before{content:"\f13c";}

/* line 1057,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-anchor:before{content:"\f13d";}

/* line 1060,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-unlock-alt:before{content:"\f13e";}

/* line 1063,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bullseye:before{content:"\f140";}

/* line 1066,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ellipsis-h:before{content:"\f141";}

/* line 1069,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ellipsis-v:before{content:"\f142";}

/* line 1072,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rss-square:before{content:"\f143";}

/* line 1075,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-play-circle:before{content:"\f144";}

/* line 1078,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ticket:before{content:"\f145";}

/* line 1081,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-minus-square:before{content:"\f146";}

/* line 1084,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-minus-square-o:before{content:"\f147";}

/* line 1087,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-level-up:before{content:"\f148";}

/* line 1090,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-level-down:before{content:"\f149";}

/* line 1093,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-check-square:before{content:"\f14a";}

/* line 1096,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pencil-square:before{content:"\f14b";}

/* line 1099,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-external-link-square:before{content:"\f14c";}

/* line 1102,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-share-square:before{content:"\f14d";}

/* line 1105,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-compass:before{content:"\f14e";}

/* line 1108,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150";}

/* line 1112,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151";}

/* line 1116,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152";}

/* line 1120,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-euro:before,.fa-eur:before{content:"\f153";}

/* line 1124,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-gbp:before{content:"\f154";}

/* line 1127,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-dollar:before,.fa-usd:before{content:"\f155";}

/* line 1131,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-rupee:before,.fa-inr:before{content:"\f156";}

/* line 1135,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157";}

/* line 1141,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158";}

/* line 1146,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-won:before,.fa-krw:before{content:"\f159";}

/* line 1150,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bitcoin:before,.fa-btc:before{content:"\f15a";}

/* line 1154,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file:before{content:"\f15b";}

/* line 1157,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-text:before{content:"\f15c";}

/* line 1160,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sort-alpha-asc:before{content:"\f15d";}

/* line 1163,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sort-alpha-desc:before{content:"\f15e";}

/* line 1166,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sort-amount-asc:before{content:"\f160";}

/* line 1169,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sort-amount-desc:before{content:"\f161";}

/* line 1172,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sort-numeric-asc:before{content:"\f162";}

/* line 1175,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sort-numeric-desc:before{content:"\f163";}

/* line 1178,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-thumbs-up:before{content:"\f164";}

/* line 1181,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-thumbs-down:before{content:"\f165";}

/* line 1184,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-youtube-square:before{content:"\f166";}

/* line 1187,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-youtube:before{content:"\f167";}

/* line 1190,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-xing:before{content:"\f168";}

/* line 1193,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-xing-square:before{content:"\f169";}

/* line 1196,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-youtube-play:before{content:"\f16a";}

/* line 1199,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-dropbox:before{content:"\f16b";}

/* line 1202,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stack-overflow:before{content:"\f16c";}

/* line 1205,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-instagram:before{content:"\f16d";}

/* line 1208,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-flickr:before{content:"\f16e";}

/* line 1211,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-adn:before{content:"\f170";}

/* line 1214,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bitbucket:before{content:"\f171";}

/* line 1217,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bitbucket-square:before{content:"\f172";}

/* line 1220,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tumblr:before{content:"\f173";}

/* line 1223,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tumblr-square:before{content:"\f174";}

/* line 1226,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-long-arrow-down:before{content:"\f175";}

/* line 1229,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-long-arrow-up:before{content:"\f176";}

/* line 1232,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-long-arrow-left:before{content:"\f177";}

/* line 1235,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-long-arrow-right:before{content:"\f178";}

/* line 1238,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-apple:before{content:"\f179";}

/* line 1241,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-windows:before{content:"\f17a";}

/* line 1244,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-android:before{content:"\f17b";}

/* line 1247,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-linux:before{content:"\f17c";}

/* line 1250,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-dribbble:before{content:"\f17d";}

/* line 1253,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-skype:before{content:"\f17e";}

/* line 1256,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-foursquare:before{content:"\f180";}

/* line 1259,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-trello:before{content:"\f181";}

/* line 1262,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-female:before{content:"\f182";}

/* line 1265,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-male:before{content:"\f183";}

/* line 1268,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-gittip:before,.fa-gratipay:before{content:"\f184";}

/* line 1272,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sun-o:before{content:"\f185";}

/* line 1275,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-moon-o:before{content:"\f186";}

/* line 1278,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-archive:before{content:"\f187";}

/* line 1281,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bug:before{content:"\f188";}

/* line 1284,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-vk:before{content:"\f189";}

/* line 1287,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-weibo:before{content:"\f18a";}

/* line 1290,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-renren:before{content:"\f18b";}

/* line 1293,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pagelines:before{content:"\f18c";}

/* line 1296,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stack-exchange:before{content:"\f18d";}

/* line 1299,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-circle-o-right:before{content:"\f18e";}

/* line 1302,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-arrow-circle-o-left:before{content:"\f190";}

/* line 1305,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191";}

/* line 1309,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-dot-circle-o:before{content:"\f192";}

/* line 1312,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-wheelchair:before{content:"\f193";}

/* line 1315,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-vimeo-square:before{content:"\f194";}

/* line 1318,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-turkish-lira:before,.fa-try:before{content:"\f195";}

/* line 1322,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-plus-square-o:before{content:"\f196";}

/* line 1325,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-space-shuttle:before{content:"\f197";}

/* line 1328,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-slack:before{content:"\f198";}

/* line 1331,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-envelope-square:before{content:"\f199";}

/* line 1334,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-wordpress:before{content:"\f19a";}

/* line 1337,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-openid:before{content:"\f19b";}

/* line 1340,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c";}

/* line 1345,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d";}

/* line 1349,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-yahoo:before{content:"\f19e";}

/* line 1352,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-google:before{content:"\f1a0";}

/* line 1355,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-reddit:before{content:"\f1a1";}

/* line 1358,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-reddit-square:before{content:"\f1a2";}

/* line 1361,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stumbleupon-circle:before{content:"\f1a3";}

/* line 1364,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-stumbleupon:before{content:"\f1a4";}

/* line 1367,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-delicious:before{content:"\f1a5";}

/* line 1370,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-digg:before{content:"\f1a6";}

/* line 1373,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pied-piper:before{content:"\f1a7";}

/* line 1376,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pied-piper-alt:before{content:"\f1a8";}

/* line 1379,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-drupal:before{content:"\f1a9";}

/* line 1382,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-joomla:before{content:"\f1aa";}

/* line 1385,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-language:before{content:"\f1ab";}

/* line 1388,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-fax:before{content:"\f1ac";}

/* line 1391,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-building:before{content:"\f1ad";}

/* line 1394,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-child:before{content:"\f1ae";}

/* line 1397,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-paw:before{content:"\f1b0";}

/* line 1400,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-spoon:before{content:"\f1b1";}

/* line 1403,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cube:before{content:"\f1b2";}

/* line 1406,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cubes:before{content:"\f1b3";}

/* line 1409,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-behance:before{content:"\f1b4";}

/* line 1412,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-behance-square:before{content:"\f1b5";}

/* line 1415,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-steam:before{content:"\f1b6";}

/* line 1418,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-steam-square:before{content:"\f1b7";}

/* line 1421,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-recycle:before{content:"\f1b8";}

/* line 1424,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-automobile:before,.fa-car:before{content:"\f1b9";}

/* line 1428,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cab:before,.fa-taxi:before{content:"\f1ba";}

/* line 1432,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tree:before{content:"\f1bb";}

/* line 1435,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-spotify:before{content:"\f1bc";}

/* line 1438,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-deviantart:before{content:"\f1bd";}

/* line 1441,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-soundcloud:before{content:"\f1be";}

/* line 1444,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-database:before{content:"\f1c0";}

/* line 1447,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-pdf-o:before{content:"\f1c1";}

/* line 1450,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-word-o:before{content:"\f1c2";}

/* line 1453,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-excel-o:before{content:"\f1c3";}

/* line 1456,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-powerpoint-o:before{content:"\f1c4";}

/* line 1459,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5";}

/* line 1464,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6";}

/* line 1468,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7";}

/* line 1472,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8";}

/* line 1476,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-file-code-o:before{content:"\f1c9";}

/* line 1479,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-vine:before{content:"\f1ca";}

/* line 1482,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-codepen:before{content:"\f1cb";}

/* line 1485,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-jsfiddle:before{content:"\f1cc";}

/* line 1488,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd";}

/* line 1495,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-circle-o-notch:before{content:"\f1ce";}

/* line 1498,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ra:before,.fa-rebel:before{content:"\f1d0";}

/* line 1502,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ge:before,.fa-empire:before{content:"\f1d1";}

/* line 1506,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-git-square:before{content:"\f1d2";}

/* line 1509,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-git:before{content:"\f1d3";}

/* line 1512,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-hacker-news:before{content:"\f1d4";}

/* line 1515,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tencent-weibo:before{content:"\f1d5";}

/* line 1518,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-qq:before{content:"\f1d6";}

/* line 1521,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-wechat:before,.fa-weixin:before{content:"\f1d7";}

/* line 1525,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-send:before,.fa-paper-plane:before{content:"\f1d8";}

/* line 1529,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9";}

/* line 1533,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-history:before{content:"\f1da";}

/* line 1536,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-genderless:before,.fa-circle-thin:before{content:"\f1db";}

/* line 1540,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-header:before{content:"\f1dc";}

/* line 1543,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-paragraph:before{content:"\f1dd";}

/* line 1546,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sliders:before{content:"\f1de";}

/* line 1549,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-share-alt:before{content:"\f1e0";}

/* line 1552,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-share-alt-square:before{content:"\f1e1";}

/* line 1555,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bomb:before{content:"\f1e2";}

/* line 1558,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3";}

/* line 1562,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-tty:before{content:"\f1e4";}

/* line 1565,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-binoculars:before{content:"\f1e5";}

/* line 1568,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-plug:before{content:"\f1e6";}

/* line 1571,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-slideshare:before{content:"\f1e7";}

/* line 1574,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-twitch:before{content:"\f1e8";}

/* line 1577,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-yelp:before{content:"\f1e9";}

/* line 1580,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-newspaper-o:before{content:"\f1ea";}

/* line 1583,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-wifi:before{content:"\f1eb";}

/* line 1586,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-calculator:before{content:"\f1ec";}

/* line 1589,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-paypal:before{content:"\f1ed";}

/* line 1592,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-google-wallet:before{content:"\f1ee";}

/* line 1595,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cc-visa:before{content:"\f1f0";}

/* line 1598,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cc-mastercard:before{content:"\f1f1";}

/* line 1601,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cc-discover:before{content:"\f1f2";}

/* line 1604,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cc-amex:before{content:"\f1f3";}

/* line 1607,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cc-paypal:before{content:"\f1f4";}

/* line 1610,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cc-stripe:before{content:"\f1f5";}

/* line 1613,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bell-slash:before{content:"\f1f6";}

/* line 1616,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bell-slash-o:before{content:"\f1f7";}

/* line 1619,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-trash:before{content:"\f1f8";}

/* line 1622,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-copyright:before{content:"\f1f9";}

/* line 1625,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-at:before{content:"\f1fa";}

/* line 1628,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-eyedropper:before{content:"\f1fb";}

/* line 1631,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-paint-brush:before{content:"\f1fc";}

/* line 1634,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-birthday-cake:before{content:"\f1fd";}

/* line 1637,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-area-chart:before{content:"\f1fe";}

/* line 1640,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pie-chart:before{content:"\f200";}

/* line 1643,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-line-chart:before{content:"\f201";}

/* line 1646,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-lastfm:before{content:"\f202";}

/* line 1649,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-lastfm-square:before{content:"\f203";}

/* line 1652,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-toggle-off:before{content:"\f204";}

/* line 1655,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-toggle-on:before{content:"\f205";}

/* line 1658,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bicycle:before{content:"\f206";}

/* line 1661,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-bus:before{content:"\f207";}

/* line 1664,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ioxhost:before{content:"\f208";}

/* line 1667,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-angellist:before{content:"\f209";}

/* line 1670,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cc:before{content:"\f20a";}

/* line 1673,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b";}

/* line 1678,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-meanpath:before{content:"\f20c";}

/* line 1681,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-buysellads:before{content:"\f20d";}

/* line 1684,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-connectdevelop:before{content:"\f20e";}

/* line 1687,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-dashcube:before{content:"\f210";}

/* line 1690,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-forumbee:before{content:"\f211";}

/* line 1693,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-leanpub:before{content:"\f212";}

/* line 1696,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-sellsy:before{content:"\f213";}

/* line 1699,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-shirtsinbulk:before{content:"\f214";}

/* line 1702,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-simplybuilt:before{content:"\f215";}

/* line 1705,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-skyatlas:before{content:"\f216";}

/* line 1708,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cart-plus:before{content:"\f217";}

/* line 1711,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-cart-arrow-down:before{content:"\f218";}

/* line 1714,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-diamond:before{content:"\f219";}

/* line 1717,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-ship:before{content:"\f21a";}

/* line 1720,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-user-secret:before{content:"\f21b";}

/* line 1723,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-motorcycle:before{content:"\f21c";}

/* line 1726,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-street-view:before{content:"\f21d";}

/* line 1729,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-heartbeat:before{content:"\f21e";}

/* line 1732,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-venus:before{content:"\f221";}

/* line 1735,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mars:before{content:"\f222";}

/* line 1738,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mercury:before{content:"\f223";}

/* line 1741,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-transgender:before{content:"\f224";}

/* line 1744,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-transgender-alt:before{content:"\f225";}

/* line 1747,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-venus-double:before{content:"\f226";}

/* line 1750,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mars-double:before{content:"\f227";}

/* line 1753,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-venus-mars:before{content:"\f228";}

/* line 1756,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mars-stroke:before{content:"\f229";}

/* line 1759,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mars-stroke-v:before{content:"\f22a";}

/* line 1762,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-mars-stroke-h:before{content:"\f22b";}

/* line 1765,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-neuter:before{content:"\f22c";}

/* line 1768,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-facebook-official:before{content:"\f230";}

/* line 1771,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-pinterest-p:before{content:"\f231";}

/* line 1774,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-whatsapp:before{content:"\f232";}

/* line 1777,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-server:before{content:"\f233";}

/* line 1780,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-user-plus:before{content:"\f234";}

/* line 1783,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-user-times:before{content:"\f235";}

/* line 1786,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-hotel:before,.fa-bed:before{content:"\f236";}

/* line 1790,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-viacoin:before{content:"\f237";}

/* line 1793,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-train:before{content:"\f238";}

/* line 1796,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-subway:before{content:"\f239";}

/* line 1799,/Users/kirill/web-development/buuqit/app/assets/stylesheets../fonts/font-awesome.scss */
.fa-medium:before{content:"\f23a";}

/* line 1,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-background{background-size:contain;background-position:50%;background-repeat:no-repeat;}

/* line 6,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon{background-size:contain;background-position:50%;background-repeat:no-repeat;position:relative;display:inline-block;width:1.3333333333333333em;line-height:1em;}

/* line 15,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon:before{content:"\00a0";}

/* line 18,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon.flag-icon-squared{width:1em;}

/* line 21,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ad{background-image:url(../flags/4x3/ad.svg);}

/* line 24,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ad.flag-icon-squared{background-image:url(../flags/1x1/ad.svg);}

/* line 27,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ae{background-image:url(../flags/4x3/ae.svg);}

/* line 30,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ae.flag-icon-squared{background-image:url(../flags/1x1/ae.svg);}

/* line 33,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-af{background-image:url(../flags/4x3/af.svg);}

/* line 36,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-af.flag-icon-squared{background-image:url(../flags/1x1/af.svg);}

/* line 39,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ag{background-image:url(../flags/4x3/ag.svg);}

/* line 42,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ag.flag-icon-squared{background-image:url(../flags/1x1/ag.svg);}

/* line 45,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ai{background-image:url(../flags/4x3/ai.svg);}

/* line 48,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ai.flag-icon-squared{background-image:url(../flags/1x1/ai.svg);}

/* line 51,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-al{background-image:url(../flags/4x3/al.svg);}

/* line 54,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-al.flag-icon-squared{background-image:url(../flags/1x1/al.svg);}

/* line 57,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-am{background-image:url(../flags/4x3/am.svg);}

/* line 60,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-am.flag-icon-squared{background-image:url(../flags/1x1/am.svg);}

/* line 63,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ao{background-image:url(../flags/4x3/ao.svg);}

/* line 66,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ao.flag-icon-squared{background-image:url(../flags/1x1/ao.svg);}

/* line 69,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-aq{background-image:url(../flags/4x3/aq.svg);}

/* line 72,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-aq.flag-icon-squared{background-image:url(../flags/1x1/aq.svg);}

/* line 75,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ar{background-image:url(../flags/4x3/ar.svg);}

/* line 78,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ar.flag-icon-squared{background-image:url(../flags/1x1/ar.svg);}

/* line 81,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-as{background-image:url(../flags/4x3/as.svg);}

/* line 84,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-as.flag-icon-squared{background-image:url(../flags/1x1/as.svg);}

/* line 87,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-at{background-image:url(../flags/4x3/at.svg);}

/* line 90,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-at.flag-icon-squared{background-image:url(../flags/1x1/at.svg);}

/* line 93,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-au{background-image:url(../flags/4x3/au.svg);}

/* line 96,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-au.flag-icon-squared{background-image:url(../flags/1x1/au.svg);}

/* line 99,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-aw{background-image:url(../flags/4x3/aw.svg);}

/* line 102,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-aw.flag-icon-squared{background-image:url(../flags/1x1/aw.svg);}

/* line 105,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ax{background-image:url(../flags/4x3/ax.svg);}

/* line 108,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ax.flag-icon-squared{background-image:url(../flags/1x1/ax.svg);}

/* line 111,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-az{background-image:url(../flags/4x3/az.svg);}

/* line 114,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-az.flag-icon-squared{background-image:url(../flags/1x1/az.svg);}

/* line 117,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ba{background-image:url(../flags/4x3/ba.svg);}

/* line 120,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ba.flag-icon-squared{background-image:url(../flags/1x1/ba.svg);}

/* line 123,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bb{background-image:url(../flags/4x3/bb.svg);}

/* line 126,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bb.flag-icon-squared{background-image:url(../flags/1x1/bb.svg);}

/* line 129,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bd{background-image:url(../flags/4x3/bd.svg);}

/* line 132,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bd.flag-icon-squared{background-image:url(../flags/1x1/bd.svg);}

/* line 135,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-be{background-image:url(../flags/4x3/be.svg);}

/* line 138,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-be.flag-icon-squared{background-image:url(../flags/1x1/be.svg);}

/* line 141,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bf{background-image:url(../flags/4x3/bf.svg);}

/* line 144,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bf.flag-icon-squared{background-image:url(../flags/1x1/bf.svg);}

/* line 147,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bg{background-image:url(../flags/4x3/bg.svg);}

/* line 150,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bg.flag-icon-squared{background-image:url(../flags/1x1/bg.svg);}

/* line 153,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bh{background-image:url(../flags/4x3/bh.svg);}

/* line 156,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bh.flag-icon-squared{background-image:url(../flags/1x1/bh.svg);}

/* line 159,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bi{background-image:url(../flags/4x3/bi.svg);}

/* line 162,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bi.flag-icon-squared{background-image:url(../flags/1x1/bi.svg);}

/* line 165,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bj{background-image:url(../flags/4x3/bj.svg);}

/* line 168,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bj.flag-icon-squared{background-image:url(../flags/1x1/bj.svg);}

/* line 171,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bl{background-image:url(../flags/4x3/bl.svg);}

/* line 174,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bl.flag-icon-squared{background-image:url(../flags/1x1/bl.svg);}

/* line 177,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bm{background-image:url(../flags/4x3/bm.svg);}

/* line 180,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bm.flag-icon-squared{background-image:url(../flags/1x1/bm.svg);}

/* line 183,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bn{background-image:url(../flags/4x3/bn.svg);}

/* line 186,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bn.flag-icon-squared{background-image:url(../flags/1x1/bn.svg);}

/* line 189,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bo{background-image:url(../flags/4x3/bo.svg);}

/* line 192,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bo.flag-icon-squared{background-image:url(../flags/1x1/bo.svg);}

/* line 195,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bq{background-image:url(../flags/4x3/bq.svg);}

/* line 198,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bq.flag-icon-squared{background-image:url(../flags/1x1/bq.svg);}

/* line 201,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-br{background-image:url(../flags/4x3/br.svg);}

/* line 204,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-br.flag-icon-squared{background-image:url(../flags/1x1/br.svg);}

/* line 207,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bs{background-image:url(../flags/4x3/bs.svg);}

/* line 210,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bs.flag-icon-squared{background-image:url(../flags/1x1/bs.svg);}

/* line 213,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bt{background-image:url(../flags/4x3/bt.svg);}

/* line 216,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bt.flag-icon-squared{background-image:url(../flags/1x1/bt.svg);}

/* line 219,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bv{background-image:url(../flags/4x3/bv.svg);}

/* line 222,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bv.flag-icon-squared{background-image:url(../flags/1x1/bv.svg);}

/* line 225,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bw{background-image:url(../flags/4x3/bw.svg);}

/* line 228,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bw.flag-icon-squared{background-image:url(../flags/1x1/bw.svg);}

/* line 231,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-by{background-image:url(../flags/4x3/by.svg);}

/* line 234,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-by.flag-icon-squared{background-image:url(../flags/1x1/by.svg);}

/* line 237,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bz{background-image:url(../flags/4x3/bz.svg);}

/* line 240,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-bz.flag-icon-squared{background-image:url(../flags/1x1/bz.svg);}

/* line 243,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ca{background-image:url(../flags/4x3/ca.svg);}

/* line 246,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ca.flag-icon-squared{background-image:url(../flags/1x1/ca.svg);}

/* line 249,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cc{background-image:url(../flags/4x3/cc.svg);}

/* line 252,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cc.flag-icon-squared{background-image:url(../flags/1x1/cc.svg);}

/* line 255,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cd{background-image:url(../flags/4x3/cd.svg);}

/* line 258,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cd.flag-icon-squared{background-image:url(../flags/1x1/cd.svg);}

/* line 261,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cf{background-image:url(../flags/4x3/cf.svg);}

/* line 264,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cf.flag-icon-squared{background-image:url(../flags/1x1/cf.svg);}

/* line 267,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cg{background-image:url(../flags/4x3/cg.svg);}

/* line 270,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cg.flag-icon-squared{background-image:url(../flags/1x1/cg.svg);}

/* line 273,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ch{background-image:url(../flags/4x3/ch.svg);}

/* line 276,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ch.flag-icon-squared{background-image:url(../flags/1x1/ch.svg);}

/* line 279,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ci{background-image:url(../flags/4x3/ci.svg);}

/* line 282,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ci.flag-icon-squared{background-image:url(../flags/1x1/ci.svg);}

/* line 285,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ck{background-image:url(../flags/4x3/ck.svg);}

/* line 288,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ck.flag-icon-squared{background-image:url(../flags/1x1/ck.svg);}

/* line 291,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cl{background-image:url(../flags/4x3/cl.svg);}

/* line 294,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cl.flag-icon-squared{background-image:url(../flags/1x1/cl.svg);}

/* line 297,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cm{background-image:url(../flags/4x3/cm.svg);}

/* line 300,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cm.flag-icon-squared{background-image:url(../flags/1x1/cm.svg);}

/* line 303,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cn{background-image:url(../flags/4x3/cn.svg);}

/* line 306,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cn.flag-icon-squared{background-image:url(../flags/1x1/cn.svg);}

/* line 309,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-co{background-image:url(../flags/4x3/co.svg);}

/* line 312,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-co.flag-icon-squared{background-image:url(../flags/1x1/co.svg);}

/* line 315,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cr{background-image:url(../flags/4x3/cr.svg);}

/* line 318,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cr.flag-icon-squared{background-image:url(../flags/1x1/cr.svg);}

/* line 321,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cu{background-image:url(../flags/4x3/cu.svg);}

/* line 324,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cu.flag-icon-squared{background-image:url(../flags/1x1/cu.svg);}

/* line 327,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cv{background-image:url(../flags/4x3/cv.svg);}

/* line 330,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cv.flag-icon-squared{background-image:url(../flags/1x1/cv.svg);}

/* line 333,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cw{background-image:url(../flags/4x3/cw.svg);}

/* line 336,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cw.flag-icon-squared{background-image:url(../flags/1x1/cw.svg);}

/* line 339,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cx{background-image:url(../flags/4x3/cx.svg);}

/* line 342,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cx.flag-icon-squared{background-image:url(../flags/1x1/cx.svg);}

/* line 345,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cy{background-image:url(../flags/4x3/cy.svg);}

/* line 348,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cy.flag-icon-squared{background-image:url(../flags/1x1/cy.svg);}

/* line 351,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cz{background-image:url(../flags/4x3/cz.svg);}

/* line 354,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-cz.flag-icon-squared{background-image:url(../flags/1x1/cz.svg);}

/* line 357,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-de{background-image:url(../flags/4x3/de.svg);}

/* line 360,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-de.flag-icon-squared{background-image:url(../flags/1x1/de.svg);}

/* line 363,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-dj{background-image:url(../flags/4x3/dj.svg);}

/* line 366,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-dj.flag-icon-squared{background-image:url(../flags/1x1/dj.svg);}

/* line 369,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-dk{background-image:url(../flags/4x3/dk.svg);}

/* line 372,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-dk.flag-icon-squared{background-image:url(../flags/1x1/dk.svg);}

/* line 375,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-dm{background-image:url(../flags/4x3/dm.svg);}

/* line 378,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-dm.flag-icon-squared{background-image:url(../flags/1x1/dm.svg);}

/* line 381,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-do{background-image:url(../flags/4x3/do.svg);}

/* line 384,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-do.flag-icon-squared{background-image:url(../flags/1x1/do.svg);}

/* line 387,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-dz{background-image:url(../flags/4x3/dz.svg);}

/* line 390,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-dz.flag-icon-squared{background-image:url(../flags/1x1/dz.svg);}

/* line 393,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ec{background-image:url(../flags/4x3/ec.svg);}

/* line 396,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ec.flag-icon-squared{background-image:url(../flags/1x1/ec.svg);}

/* line 399,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ee{background-image:url(../flags/4x3/ee.svg);}

/* line 402,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ee.flag-icon-squared{background-image:url(../flags/1x1/ee.svg);}

/* line 405,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-eg{background-image:url(../flags/4x3/eg.svg);}

/* line 408,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-eg.flag-icon-squared{background-image:url(../flags/1x1/eg.svg);}

/* line 411,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-eh{background-image:url(../flags/4x3/eh.svg);}

/* line 414,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-eh.flag-icon-squared{background-image:url(../flags/1x1/eh.svg);}

/* line 417,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-er{background-image:url(../flags/4x3/er.svg);}

/* line 420,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-er.flag-icon-squared{background-image:url(../flags/1x1/er.svg);}

/* line 423,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-es{background-image:url(../flags/4x3/es.svg);}

/* line 426,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-es.flag-icon-squared{background-image:url(../flags/1x1/es.svg);}

/* line 429,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-et{background-image:url(../flags/4x3/et.svg);}

/* line 432,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-et.flag-icon-squared{background-image:url(../flags/1x1/et.svg);}

/* line 435,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fi{background-image:url(../flags/4x3/fi.svg);}

/* line 438,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fi.flag-icon-squared{background-image:url(../flags/1x1/fi.svg);}

/* line 441,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fj{background-image:url(../flags/4x3/fj.svg);}

/* line 444,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fj.flag-icon-squared{background-image:url(../flags/1x1/fj.svg);}

/* line 447,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fk{background-image:url(../flags/4x3/fk.svg);}

/* line 450,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fk.flag-icon-squared{background-image:url(../flags/1x1/fk.svg);}

/* line 453,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fm{background-image:url(../flags/4x3/fm.svg);}

/* line 456,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fm.flag-icon-squared{background-image:url(../flags/1x1/fm.svg);}

/* line 459,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fo{background-image:url(../flags/4x3/fo.svg);}

/* line 462,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fo.flag-icon-squared{background-image:url(../flags/1x1/fo.svg);}

/* line 465,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fr{background-image:url(../flags/4x3/fr.svg);}

/* line 468,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-fr.flag-icon-squared{background-image:url(../flags/1x1/fr.svg);}

/* line 471,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ga{background-image:url(../flags/4x3/ga.svg);}

/* line 474,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ga.flag-icon-squared{background-image:url(../flags/1x1/ga.svg);}

/* line 477,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gb,.flag-icon-en{background-image:url(../flags/4x3/gb.svg);}

/* line 480,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gb.flag-icon-squared,.flag-icon-en.flag-icon-squared{background-image:url(../flags/1x1/gb.svg);}

/* line 483,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gd{background-image:url(../flags/4x3/gd.svg);}

/* line 486,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gd.flag-icon-squared{background-image:url(../flags/1x1/gd.svg);}

/* line 489,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ge{background-image:url(../flags/4x3/ge.svg);}

/* line 492,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ge.flag-icon-squared{background-image:url(../flags/1x1/ge.svg);}

/* line 495,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gf{background-image:url(../flags/4x3/gf.svg);}

/* line 498,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gf.flag-icon-squared{background-image:url(../flags/1x1/gf.svg);}

/* line 501,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gg{background-image:url(../flags/4x3/gg.svg);}

/* line 504,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gg.flag-icon-squared{background-image:url(../flags/1x1/gg.svg);}

/* line 507,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gh{background-image:url(../flags/4x3/gh.svg);}

/* line 510,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gh.flag-icon-squared{background-image:url(../flags/1x1/gh.svg);}

/* line 513,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gi{background-image:url(../flags/4x3/gi.svg);}

/* line 516,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gi.flag-icon-squared{background-image:url(../flags/1x1/gi.svg);}

/* line 519,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gl{background-image:url(../flags/4x3/gl.svg);}

/* line 522,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gl.flag-icon-squared{background-image:url(../flags/1x1/gl.svg);}

/* line 525,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gm{background-image:url(../flags/4x3/gm.svg);}

/* line 528,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gm.flag-icon-squared{background-image:url(../flags/1x1/gm.svg);}

/* line 531,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gn{background-image:url(../flags/4x3/gn.svg);}

/* line 534,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gn.flag-icon-squared{background-image:url(../flags/1x1/gn.svg);}

/* line 537,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gp{background-image:url(../flags/4x3/gp.svg);}

/* line 540,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gp.flag-icon-squared{background-image:url(../flags/1x1/gp.svg);}

/* line 543,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gq{background-image:url(../flags/4x3/gq.svg);}

/* line 546,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gq.flag-icon-squared{background-image:url(../flags/1x1/gq.svg);}

/* line 549,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gr{background-image:url(../flags/4x3/gr.svg);}

/* line 552,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gr.flag-icon-squared{background-image:url(../flags/1x1/gr.svg);}

/* line 555,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gs{background-image:url(../flags/4x3/gs.svg);}

/* line 558,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gs.flag-icon-squared{background-image:url(../flags/1x1/gs.svg);}

/* line 561,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gt{background-image:url(../flags/4x3/gt.svg);}

/* line 564,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gt.flag-icon-squared{background-image:url(../flags/1x1/gt.svg);}

/* line 567,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gu{background-image:url(../flags/4x3/gu.svg);}

/* line 570,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gu.flag-icon-squared{background-image:url(../flags/1x1/gu.svg);}

/* line 573,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gw{background-image:url(../flags/4x3/gw.svg);}

/* line 576,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gw.flag-icon-squared{background-image:url(../flags/1x1/gw.svg);}

/* line 579,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gy{background-image:url(../flags/4x3/gy.svg);}

/* line 582,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-gy.flag-icon-squared{background-image:url(../flags/1x1/gy.svg);}

/* line 585,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hk{background-image:url(../flags/4x3/hk.svg);}

/* line 588,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hk.flag-icon-squared{background-image:url(../flags/1x1/hk.svg);}

/* line 591,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hm{background-image:url(../flags/4x3/hm.svg);}

/* line 594,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hm.flag-icon-squared{background-image:url(../flags/1x1/hm.svg);}

/* line 597,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hn{background-image:url(../flags/4x3/hn.svg);}

/* line 600,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hn.flag-icon-squared{background-image:url(../flags/1x1/hn.svg);}

/* line 603,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hr{background-image:url(../flags/4x3/hr.svg);}

/* line 606,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hr.flag-icon-squared{background-image:url(../flags/1x1/hr.svg);}

/* line 609,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ht{background-image:url(../flags/4x3/ht.svg);}

/* line 612,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ht.flag-icon-squared{background-image:url(../flags/1x1/ht.svg);}

/* line 615,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hu{background-image:url(../flags/4x3/hu.svg);}

/* line 618,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-hu.flag-icon-squared{background-image:url(../flags/1x1/hu.svg);}

/* line 621,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-id{background-image:url(../flags/4x3/id.svg);}

/* line 624,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-id.flag-icon-squared{background-image:url(../flags/1x1/id.svg);}

/* line 627,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ie{background-image:url(../flags/4x3/ie.svg);}

/* line 630,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ie.flag-icon-squared{background-image:url(../flags/1x1/ie.svg);}

/* line 633,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-il{background-image:url(../flags/4x3/il.svg);}

/* line 636,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-il.flag-icon-squared{background-image:url(../flags/1x1/il.svg);}

/* line 639,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-im{background-image:url(../flags/4x3/im.svg);}

/* line 642,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-im.flag-icon-squared{background-image:url(../flags/1x1/im.svg);}

/* line 645,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-in{background-image:url(../flags/4x3/in.svg);}

/* line 648,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-in.flag-icon-squared{background-image:url(../flags/1x1/in.svg);}

/* line 651,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-io{background-image:url(../flags/4x3/io.svg);}

/* line 654,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-io.flag-icon-squared{background-image:url(../flags/1x1/io.svg);}

/* line 657,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-iq{background-image:url(../flags/4x3/iq.svg);}

/* line 660,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-iq.flag-icon-squared{background-image:url(../flags/1x1/iq.svg);}

/* line 663,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ir{background-image:url(../flags/4x3/ir.svg);}

/* line 666,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ir.flag-icon-squared{background-image:url(../flags/1x1/ir.svg);}

/* line 669,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-is{background-image:url(../flags/4x3/is.svg);}

/* line 672,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-is.flag-icon-squared{background-image:url(../flags/1x1/is.svg);}

/* line 675,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-it{background-image:url(../flags/4x3/it.svg);}

/* line 678,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-it.flag-icon-squared{background-image:url(../flags/1x1/it.svg);}

/* line 681,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-je{background-image:url(../flags/4x3/je.svg);}

/* line 684,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-je.flag-icon-squared{background-image:url(../flags/1x1/je.svg);}

/* line 687,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-jm{background-image:url(../flags/4x3/jm.svg);}

/* line 690,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-jm.flag-icon-squared{background-image:url(../flags/1x1/jm.svg);}

/* line 693,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-jo{background-image:url(../flags/4x3/jo.svg);}

/* line 696,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-jo.flag-icon-squared{background-image:url(../flags/1x1/jo.svg);}

/* line 699,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-jp{background-image:url(../flags/4x3/jp.svg);}

/* line 702,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-jp.flag-icon-squared{background-image:url(../flags/1x1/jp.svg);}

/* line 705,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ke{background-image:url(../flags/4x3/ke.svg);}

/* line 708,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ke.flag-icon-squared{background-image:url(../flags/1x1/ke.svg);}

/* line 711,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kg{background-image:url(../flags/4x3/kg.svg);}

/* line 714,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kg.flag-icon-squared{background-image:url(../flags/1x1/kg.svg);}

/* line 717,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kh{background-image:url(../flags/4x3/kh.svg);}

/* line 720,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kh.flag-icon-squared{background-image:url(../flags/1x1/kh.svg);}

/* line 723,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ki{background-image:url(../flags/4x3/ki.svg);}

/* line 726,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ki.flag-icon-squared{background-image:url(../flags/1x1/ki.svg);}

/* line 729,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-km{background-image:url(../flags/4x3/km.svg);}

/* line 732,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-km.flag-icon-squared{background-image:url(../flags/1x1/km.svg);}

/* line 735,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kn{background-image:url(../flags/4x3/kn.svg);}

/* line 738,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kn.flag-icon-squared{background-image:url(../flags/1x1/kn.svg);}

/* line 741,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kp{background-image:url(../flags/4x3/kp.svg);}

/* line 744,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kp.flag-icon-squared{background-image:url(../flags/1x1/kp.svg);}

/* line 747,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kr{background-image:url(../flags/4x3/kr.svg);}

/* line 750,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kr.flag-icon-squared{background-image:url(../flags/1x1/kr.svg);}

/* line 753,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kw{background-image:url(../flags/4x3/kw.svg);}

/* line 756,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kw.flag-icon-squared{background-image:url(../flags/1x1/kw.svg);}

/* line 759,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ky{background-image:url(../flags/4x3/ky.svg);}

/* line 762,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ky.flag-icon-squared{background-image:url(../flags/1x1/ky.svg);}

/* line 765,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kz{background-image:url(../flags/4x3/kz.svg);}

/* line 768,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-kz.flag-icon-squared{background-image:url(../flags/1x1/kz.svg);}

/* line 771,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-la{background-image:url(../flags/4x3/la.svg);}

/* line 774,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-la.flag-icon-squared{background-image:url(../flags/1x1/la.svg);}

/* line 777,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lb{background-image:url(../flags/4x3/lb.svg);}

/* line 780,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lb.flag-icon-squared{background-image:url(../flags/1x1/lb.svg);}

/* line 783,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lc{background-image:url(../flags/4x3/lc.svg);}

/* line 786,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lc.flag-icon-squared{background-image:url(../flags/1x1/lc.svg);}

/* line 789,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-li{background-image:url(../flags/4x3/li.svg);}

/* line 792,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-li.flag-icon-squared{background-image:url(../flags/1x1/li.svg);}

/* line 795,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lk{background-image:url(../flags/4x3/lk.svg);}

/* line 798,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lk.flag-icon-squared{background-image:url(../flags/1x1/lk.svg);}

/* line 801,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lr{background-image:url(../flags/4x3/lr.svg);}

/* line 804,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lr.flag-icon-squared{background-image:url(../flags/1x1/lr.svg);}

/* line 807,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ls{background-image:url(../flags/4x3/ls.svg);}

/* line 810,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ls.flag-icon-squared{background-image:url(../flags/1x1/ls.svg);}

/* line 813,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lt{background-image:url(../flags/4x3/lt.svg);}

/* line 816,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lt.flag-icon-squared{background-image:url(../flags/1x1/lt.svg);}

/* line 819,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lu{background-image:url(../flags/4x3/lu.svg);}

/* line 822,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lu.flag-icon-squared{background-image:url(../flags/1x1/lu.svg);}

/* line 825,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lv{background-image:url(../flags/4x3/lv.svg);}

/* line 828,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-lv.flag-icon-squared{background-image:url(../flags/1x1/lv.svg);}

/* line 831,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ly{background-image:url(../flags/4x3/ly.svg);}

/* line 834,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ly.flag-icon-squared{background-image:url(../flags/1x1/ly.svg);}

/* line 837,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ma{background-image:url(../flags/4x3/ma.svg);}

/* line 840,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ma.flag-icon-squared{background-image:url(../flags/1x1/ma.svg);}

/* line 843,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mc{background-image:url(../flags/4x3/mc.svg);}

/* line 846,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mc.flag-icon-squared{background-image:url(../flags/1x1/mc.svg);}

/* line 849,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-md{background-image:url(../flags/4x3/md.svg);}

/* line 852,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-md.flag-icon-squared{background-image:url(../flags/1x1/md.svg);}

/* line 855,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-me{background-image:url(../flags/4x3/me.svg);}

/* line 858,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-me.flag-icon-squared{background-image:url(../flags/1x1/me.svg);}

/* line 861,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mf{background-image:url(../flags/4x3/mf.svg);}

/* line 864,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mf.flag-icon-squared{background-image:url(../flags/1x1/mf.svg);}

/* line 867,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mg{background-image:url(../flags/4x3/mg.svg);}

/* line 870,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mg.flag-icon-squared{background-image:url(../flags/1x1/mg.svg);}

/* line 873,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mh{background-image:url(../flags/4x3/mh.svg);}

/* line 876,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mh.flag-icon-squared{background-image:url(../flags/1x1/mh.svg);}

/* line 879,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mk{background-image:url(../flags/4x3/mk.svg);}

/* line 882,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mk.flag-icon-squared{background-image:url(../flags/1x1/mk.svg);}

/* line 885,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ml{background-image:url(../flags/4x3/ml.svg);}

/* line 888,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ml.flag-icon-squared{background-image:url(../flags/1x1/ml.svg);}

/* line 891,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mm{background-image:url(../flags/4x3/mm.svg);}

/* line 894,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mm.flag-icon-squared{background-image:url(../flags/1x1/mm.svg);}

/* line 897,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mn{background-image:url(../flags/4x3/mn.svg);}

/* line 900,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mn.flag-icon-squared{background-image:url(../flags/1x1/mn.svg);}

/* line 903,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mo{background-image:url(../flags/4x3/mo.svg);}

/* line 906,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mo.flag-icon-squared{background-image:url(../flags/1x1/mo.svg);}

/* line 909,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mp{background-image:url(../flags/4x3/mp.svg);}

/* line 912,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mp.flag-icon-squared{background-image:url(../flags/1x1/mp.svg);}

/* line 915,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mq{background-image:url(../flags/4x3/mq.svg);}

/* line 918,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mq.flag-icon-squared{background-image:url(../flags/1x1/mq.svg);}

/* line 921,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mr{background-image:url(../flags/4x3/mr.svg);}

/* line 924,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mr.flag-icon-squared{background-image:url(../flags/1x1/mr.svg);}

/* line 927,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ms{background-image:url(../flags/4x3/ms.svg);}

/* line 930,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ms.flag-icon-squared{background-image:url(../flags/1x1/ms.svg);}

/* line 933,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mt{background-image:url(../flags/4x3/mt.svg);}

/* line 936,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mt.flag-icon-squared{background-image:url(../flags/1x1/mt.svg);}

/* line 939,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mu{background-image:url(../flags/4x3/mu.svg);}

/* line 942,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mu.flag-icon-squared{background-image:url(../flags/1x1/mu.svg);}

/* line 945,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mv{background-image:url(../flags/4x3/mv.svg);}

/* line 948,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mv.flag-icon-squared{background-image:url(../flags/1x1/mv.svg);}

/* line 951,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mw{background-image:url(../flags/4x3/mw.svg);}

/* line 954,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mw.flag-icon-squared{background-image:url(../flags/1x1/mw.svg);}

/* line 957,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mx{background-image:url(../flags/4x3/mx.svg);}

/* line 960,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mx.flag-icon-squared{background-image:url(../flags/1x1/mx.svg);}

/* line 963,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-my{background-image:url(../flags/4x3/my.svg);}

/* line 966,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-my.flag-icon-squared{background-image:url(../flags/1x1/my.svg);}

/* line 969,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mz{background-image:url(../flags/4x3/mz.svg);}

/* line 972,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-mz.flag-icon-squared{background-image:url(../flags/1x1/mz.svg);}

/* line 975,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-na{background-image:url(../flags/4x3/na.svg);}

/* line 978,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-na.flag-icon-squared{background-image:url(../flags/1x1/na.svg);}

/* line 981,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nc{background-image:url(../flags/4x3/nc.svg);}

/* line 984,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nc.flag-icon-squared{background-image:url(../flags/1x1/nc.svg);}

/* line 987,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ne{background-image:url(../flags/4x3/ne.svg);}

/* line 990,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ne.flag-icon-squared{background-image:url(../flags/1x1/ne.svg);}

/* line 993,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nf{background-image:url(../flags/4x3/nf.svg);}

/* line 996,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nf.flag-icon-squared{background-image:url(../flags/1x1/nf.svg);}

/* line 999,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ng{background-image:url(../flags/4x3/ng.svg);}

/* line 1002,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ng.flag-icon-squared{background-image:url(../flags/1x1/ng.svg);}

/* line 1005,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ni{background-image:url(../flags/4x3/ni.svg);}

/* line 1008,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ni.flag-icon-squared{background-image:url(../flags/1x1/ni.svg);}

/* line 1011,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nl{background-image:url(../flags/4x3/nl.svg);}

/* line 1014,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nl.flag-icon-squared{background-image:url(../flags/1x1/nl.svg);}

/* line 1017,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-no{background-image:url(../flags/4x3/no.svg);}

/* line 1020,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-no.flag-icon-squared{background-image:url(../flags/1x1/no.svg);}

/* line 1023,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-np{background-image:url(../flags/4x3/np.svg);}

/* line 1026,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-np.flag-icon-squared{background-image:url(../flags/1x1/np.svg);}

/* line 1029,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nr{background-image:url(../flags/4x3/nr.svg);}

/* line 1032,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nr.flag-icon-squared{background-image:url(../flags/1x1/nr.svg);}

/* line 1035,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nu{background-image:url(../flags/4x3/nu.svg);}

/* line 1038,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nu.flag-icon-squared{background-image:url(../flags/1x1/nu.svg);}

/* line 1041,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nz{background-image:url(../flags/4x3/nz.svg);}

/* line 1044,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-nz.flag-icon-squared{background-image:url(../flags/1x1/nz.svg);}

/* line 1047,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-om{background-image:url(../flags/4x3/om.svg);}

/* line 1050,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-om.flag-icon-squared{background-image:url(../flags/1x1/om.svg);}

/* line 1053,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pa{background-image:url(../flags/4x3/pa.svg);}

/* line 1056,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pa.flag-icon-squared{background-image:url(../flags/1x1/pa.svg);}

/* line 1059,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pe{background-image:url(../flags/4x3/pe.svg);}

/* line 1062,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pe.flag-icon-squared{background-image:url(../flags/1x1/pe.svg);}

/* line 1065,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pf{background-image:url(../flags/4x3/pf.svg);}

/* line 1068,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pf.flag-icon-squared{background-image:url(../flags/1x1/pf.svg);}

/* line 1071,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pg{background-image:url(../flags/4x3/pg.svg);}

/* line 1074,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pg.flag-icon-squared{background-image:url(../flags/1x1/pg.svg);}

/* line 1077,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ph{background-image:url(../flags/4x3/ph.svg);}

/* line 1080,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ph.flag-icon-squared{background-image:url(../flags/1x1/ph.svg);}

/* line 1083,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pk{background-image:url(../flags/4x3/pk.svg);}

/* line 1086,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pk.flag-icon-squared{background-image:url(../flags/1x1/pk.svg);}

/* line 1089,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pl{background-image:url(../flags/4x3/pl.svg);}

/* line 1092,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pl.flag-icon-squared{background-image:url(../flags/1x1/pl.svg);}

/* line 1095,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pm{background-image:url(../flags/4x3/pm.svg);}

/* line 1098,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pm.flag-icon-squared{background-image:url(../flags/1x1/pm.svg);}

/* line 1101,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pn{background-image:url(../flags/4x3/pn.svg);}

/* line 1104,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pn.flag-icon-squared{background-image:url(../flags/1x1/pn.svg);}

/* line 1107,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pr{background-image:url(../flags/4x3/pr.svg);}

/* line 1110,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pr.flag-icon-squared{background-image:url(../flags/1x1/pr.svg);}

/* line 1113,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ps{background-image:url(../flags/4x3/ps.svg);}

/* line 1116,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ps.flag-icon-squared{background-image:url(../flags/1x1/ps.svg);}

/* line 1119,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pt{background-image:url(../flags/4x3/pt.svg);}

/* line 1122,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pt.flag-icon-squared{background-image:url(../flags/1x1/pt.svg);}

/* line 1125,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pw{background-image:url(../flags/4x3/pw.svg);}

/* line 1128,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-pw.flag-icon-squared{background-image:url(../flags/1x1/pw.svg);}

/* line 1131,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-py{background-image:url(../flags/4x3/py.svg);}

/* line 1134,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-py.flag-icon-squared{background-image:url(../flags/1x1/py.svg);}

/* line 1137,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-qa{background-image:url(../flags/4x3/qa.svg);}

/* line 1140,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-qa.flag-icon-squared{background-image:url(../flags/1x1/qa.svg);}

/* line 1143,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-re{background-image:url(../flags/4x3/re.svg);}

/* line 1146,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-re.flag-icon-squared{background-image:url(../flags/1x1/re.svg);}

/* line 1149,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ro{background-image:url(../flags/4x3/ro.svg);}

/* line 1152,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ro.flag-icon-squared{background-image:url(../flags/1x1/ro.svg);}

/* line 1155,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-rs{background-image:url(../flags/4x3/rs.svg);}

/* line 1158,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-rs.flag-icon-squared{background-image:url(../flags/1x1/rs.svg);}

/* line 1161,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ru{background-image:url(../flags/4x3/ru.svg);}

/* line 1164,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ru.flag-icon-squared{background-image:url(../flags/1x1/ru.svg);}

/* line 1167,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-rw{background-image:url(../flags/4x3/rw.svg);}

/* line 1170,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-rw.flag-icon-squared{background-image:url(../flags/1x1/rw.svg);}

/* line 1173,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sa{background-image:url(../flags/4x3/sa.svg);}

/* line 1176,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sa.flag-icon-squared{background-image:url(../flags/1x1/sa.svg);}

/* line 1179,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sb{background-image:url(../flags/4x3/sb.svg);}

/* line 1182,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sb.flag-icon-squared{background-image:url(../flags/1x1/sb.svg);}

/* line 1185,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sc{background-image:url(../flags/4x3/sc.svg);}

/* line 1188,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sc.flag-icon-squared{background-image:url(../flags/1x1/sc.svg);}

/* line 1191,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sd{background-image:url(../flags/4x3/sd.svg);}

/* line 1194,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sd.flag-icon-squared{background-image:url(../flags/1x1/sd.svg);}

/* line 1197,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-se{background-image:url(../flags/4x3/se.svg);}

/* line 1200,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-se.flag-icon-squared{background-image:url(../flags/1x1/se.svg);}

/* line 1203,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sg{background-image:url(../flags/4x3/sg.svg);}

/* line 1206,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sg.flag-icon-squared{background-image:url(../flags/1x1/sg.svg);}

/* line 1209,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sh{background-image:url(../flags/4x3/sh.svg);}

/* line 1212,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sh.flag-icon-squared{background-image:url(../flags/1x1/sh.svg);}

/* line 1215,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-si{background-image:url(../flags/4x3/si.svg);}

/* line 1218,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-si.flag-icon-squared{background-image:url(../flags/1x1/si.svg);}

/* line 1221,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sj{background-image:url(../flags/4x3/sj.svg);}

/* line 1224,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sj.flag-icon-squared{background-image:url(../flags/1x1/sj.svg);}

/* line 1227,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sk{background-image:url(../flags/4x3/sk.svg);}

/* line 1230,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sk.flag-icon-squared{background-image:url(../flags/1x1/sk.svg);}

/* line 1233,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sl{background-image:url(../flags/4x3/sl.svg);}

/* line 1236,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sl.flag-icon-squared{background-image:url(../flags/1x1/sl.svg);}

/* line 1239,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sm{background-image:url(../flags/4x3/sm.svg);}

/* line 1242,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sm.flag-icon-squared{background-image:url(../flags/1x1/sm.svg);}

/* line 1245,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sn{background-image:url(../flags/4x3/sn.svg);}

/* line 1248,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sn.flag-icon-squared{background-image:url(../flags/1x1/sn.svg);}

/* line 1251,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-so{background-image:url(../flags/4x3/so.svg);}

/* line 1254,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-so.flag-icon-squared{background-image:url(../flags/1x1/so.svg);}

/* line 1257,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sr{background-image:url(../flags/4x3/sr.svg);}

/* line 1260,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sr.flag-icon-squared{background-image:url(../flags/1x1/sr.svg);}

/* line 1263,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ss{background-image:url(../flags/4x3/ss.svg);}

/* line 1266,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ss.flag-icon-squared{background-image:url(../flags/1x1/ss.svg);}

/* line 1269,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-st{background-image:url(../flags/4x3/st.svg);}

/* line 1272,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-st.flag-icon-squared{background-image:url(../flags/1x1/st.svg);}

/* line 1275,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sv{background-image:url(../flags/4x3/sv.svg);}

/* line 1278,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sv.flag-icon-squared{background-image:url(../flags/1x1/sv.svg);}

/* line 1281,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sx{background-image:url(../flags/4x3/sx.svg);}

/* line 1284,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sx.flag-icon-squared{background-image:url(../flags/1x1/sx.svg);}

/* line 1287,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sy{background-image:url(../flags/4x3/sy.svg);}

/* line 1290,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sy.flag-icon-squared{background-image:url(../flags/1x1/sy.svg);}

/* line 1293,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sz{background-image:url(../flags/4x3/sz.svg);}

/* line 1296,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-sz.flag-icon-squared{background-image:url(../flags/1x1/sz.svg);}

/* line 1299,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tc{background-image:url(../flags/4x3/tc.svg);}

/* line 1302,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tc.flag-icon-squared{background-image:url(../flags/1x1/tc.svg);}

/* line 1305,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-td{background-image:url(../flags/4x3/td.svg);}

/* line 1308,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-td.flag-icon-squared{background-image:url(../flags/1x1/td.svg);}

/* line 1311,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tf{background-image:url(../flags/4x3/tf.svg);}

/* line 1314,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tf.flag-icon-squared{background-image:url(../flags/1x1/tf.svg);}

/* line 1317,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tg{background-image:url(../flags/4x3/tg.svg);}

/* line 1320,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tg.flag-icon-squared{background-image:url(../flags/1x1/tg.svg);}

/* line 1323,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-th{background-image:url(../flags/4x3/th.svg);}

/* line 1326,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-th.flag-icon-squared{background-image:url(../flags/1x1/th.svg);}

/* line 1329,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tj{background-image:url(../flags/4x3/tj.svg);}

/* line 1332,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tj.flag-icon-squared{background-image:url(../flags/1x1/tj.svg);}

/* line 1335,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tk{background-image:url(../flags/4x3/tk.svg);}

/* line 1338,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tk.flag-icon-squared{background-image:url(../flags/1x1/tk.svg);}

/* line 1341,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tl{background-image:url(../flags/4x3/tl.svg);}

/* line 1344,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tl.flag-icon-squared{background-image:url(../flags/1x1/tl.svg);}

/* line 1347,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tm{background-image:url(../flags/4x3/tm.svg);}

/* line 1350,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tm.flag-icon-squared{background-image:url(../flags/1x1/tm.svg);}

/* line 1353,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tn{background-image:url(../flags/4x3/tn.svg);}

/* line 1356,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tn.flag-icon-squared{background-image:url(../flags/1x1/tn.svg);}

/* line 1359,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-to{background-image:url(../flags/4x3/to.svg);}

/* line 1362,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-to.flag-icon-squared{background-image:url(../flags/1x1/to.svg);}

/* line 1365,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tr{background-image:url(../flags/4x3/tr.svg);}

/* line 1368,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tr.flag-icon-squared{background-image:url(../flags/1x1/tr.svg);}

/* line 1371,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tt{background-image:url(../flags/4x3/tt.svg);}

/* line 1374,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tt.flag-icon-squared{background-image:url(../flags/1x1/tt.svg);}

/* line 1377,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tv{background-image:url(../flags/4x3/tv.svg);}

/* line 1380,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tv.flag-icon-squared{background-image:url(../flags/1x1/tv.svg);}

/* line 1383,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tw{background-image:url(../flags/4x3/tw.svg);}

/* line 1386,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tw.flag-icon-squared{background-image:url(../flags/1x1/tw.svg);}

/* line 1389,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tz{background-image:url(../flags/4x3/tz.svg);}

/* line 1392,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-tz.flag-icon-squared{background-image:url(../flags/1x1/tz.svg);}

/* line 1395,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ua{background-image:url(../flags/4x3/ua.svg);}

/* line 1398,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ua.flag-icon-squared{background-image:url(../flags/1x1/ua.svg);}

/* line 1401,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ug{background-image:url(../flags/4x3/ug.svg);}

/* line 1404,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ug.flag-icon-squared{background-image:url(../flags/1x1/ug.svg);}

/* line 1407,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-um{background-image:url(../flags/4x3/um.svg);}

/* line 1410,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-um.flag-icon-squared{background-image:url(../flags/1x1/um.svg);}

/* line 1413,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-us{background-image:url(../flags/4x3/us.svg);}

/* line 1416,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-us.flag-icon-squared{background-image:url(../flags/1x1/us.svg);}

/* line 1419,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-uy{background-image:url(../flags/4x3/uy.svg);}

/* line 1422,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-uy.flag-icon-squared{background-image:url(../flags/1x1/uy.svg);}

/* line 1425,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-uz{background-image:url(../flags/4x3/uz.svg);}

/* line 1428,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-uz.flag-icon-squared{background-image:url(../flags/1x1/uz.svg);}

/* line 1431,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-va{background-image:url(../flags/4x3/va.svg);}

/* line 1434,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-va.flag-icon-squared{background-image:url(../flags/1x1/va.svg);}

/* line 1437,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vc{background-image:url(../flags/4x3/vc.svg);}

/* line 1440,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vc.flag-icon-squared{background-image:url(../flags/1x1/vc.svg);}

/* line 1443,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ve{background-image:url(../flags/4x3/ve.svg);}

/* line 1446,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ve.flag-icon-squared{background-image:url(../flags/1x1/ve.svg);}

/* line 1449,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vg{background-image:url(../flags/4x3/vg.svg);}

/* line 1452,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vg.flag-icon-squared{background-image:url(../flags/1x1/vg.svg);}

/* line 1455,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vi{background-image:url(../flags/4x3/vi.svg);}

/* line 1458,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vi.flag-icon-squared{background-image:url(../flags/1x1/vi.svg);}

/* line 1461,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vn{background-image:url(../flags/4x3/vn.svg);}

/* line 1464,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vn.flag-icon-squared{background-image:url(../flags/1x1/vn.svg);}

/* line 1467,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vu{background-image:url(../flags/4x3/vu.svg);}

/* line 1470,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-vu.flag-icon-squared{background-image:url(../flags/1x1/vu.svg);}

/* line 1473,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-wf{background-image:url(../flags/4x3/wf.svg);}

/* line 1476,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-wf.flag-icon-squared{background-image:url(../flags/1x1/wf.svg);}

/* line 1479,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ws{background-image:url(../flags/4x3/ws.svg);}

/* line 1482,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ws.flag-icon-squared{background-image:url(../flags/1x1/ws.svg);}

/* line 1485,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ye{background-image:url(../flags/4x3/ye.svg);}

/* line 1488,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-ye.flag-icon-squared{background-image:url(../flags/1x1/ye.svg);}

/* line 1491,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-yt{background-image:url(../flags/4x3/yt.svg);}

/* line 1494,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-yt.flag-icon-squared{background-image:url(../flags/1x1/yt.svg);}

/* line 1497,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-za{background-image:url(../flags/4x3/za.svg);}

/* line 1500,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-za.flag-icon-squared{background-image:url(../flags/1x1/za.svg);}

/* line 1503,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-zm{background-image:url(../flags/4x3/zm.svg);}

/* line 1506,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-zm.flag-icon-squared{background-image:url(../flags/1x1/zm.svg);}

/* line 1509,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-zw{background-image:url(../flags/4x3/zw.svg);}

/* line 1512,/Users/kirill/web-development/buuqit/vendor/assets/stylesheets/flag-icon.css */
.flag-icon-zw.flag-icon-squared{background-image:url(../flags/1x1/zw.svg);}

/* line 1,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}

/* line 8,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
html,body{font-size:100%;}

/* line 12,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
body{background:white;color:#7a777a;padding:0;margin:0;font-family:'Lato',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:normal;font-style:normal;line-height:1;position:relative;cursor:default;}

/* line 24,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
a:hover{cursor:pointer;}

/* line 27,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
a:focus{outline:none;}

/* line 30,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
img,object,embed{max-width:100%;height:auto;}

/* line 36,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
object,embed{height:100%;}

/* line 40,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
img{-ms-interpolation-mode:bicubic;}

/* line 43,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important;}

/* line 51,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.left{float:left !important;}

/* line 54,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.right{float:right !important;}

/* line 57,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.text-left{text-align:left !important;}

/* line 60,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.text-right{text-align:right !important;}

/* line 63,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.text-center{text-align:center !important;}

/* line 66,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.text-justify{text-align:justify !important;}

/* line 69,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.hide{display:none;}

/* line 72,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.antialiased{-webkit-font-smoothing:antialiased;}

/* line 75,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
img{display:inline-block;vertical-align:middle;}

/* line 79,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
textarea{height:auto;min-height:50px;}

/* line 83,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
select{width:100%;}

/* Grid HTML Classes */
/* line 87,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:62.5em;*zoom:1;}

/* line 95,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row:before,.row:after{content:" ";display:table;}

/* line 98,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row:after{clear:both;}

/* line 100,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row.collapse .column,.row.collapse .columns{position:relative;padding-left:0;padding-right:0;float:left;}

/* line 106,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row .row{width:auto;margin-left:-0.9375em;margin-right:-0.9375em;margin-top:0;margin-bottom:0;max-width:none;*zoom:1;}

/* line 114,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row .row:before,.row .row:after{content:" ";display:table;}

/* line 117,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row .row:after{clear:both;}

/* line 119,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row .row.collapse{width:auto;margin:0;max-width:none;*zoom:1;}

/* line 124,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table;}

/* line 127,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.row .row.collapse:after{clear:both;}

/* line 130,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.column,.columns{position:relative;padding-left:0.9375em;padding-right:0.9375em;width:100%;float:left;}

@media only screen{/* line 139,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .column,.columns{position:relative;padding-left:0.9375em;padding-right:0.9375em;float:left;}

 /* line 146,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-1{position:relative;width:8.33333%;}

 /* line 150,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-2{position:relative;width:16.66667%;}

 /* line 154,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-3{position:relative;width:25%;}

 /* line 158,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-4{position:relative;width:33.33333%;}

 /* line 162,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-5{position:relative;width:41.66667%;}

 /* line 166,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-6{position:relative;width:50%;}

 /* line 170,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-7{position:relative;width:58.33333%;}

 /* line 174,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-8{position:relative;width:66.66667%;}

 /* line 178,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-9{position:relative;width:75%;}

 /* line 182,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-10{position:relative;width:83.33333%;}

 /* line 186,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-11{position:relative;width:91.66667%;}

 /* line 190,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-12{position:relative;width:100%;}

 /* line 194,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-0{position:relative;margin-left:0%;}

 /* line 198,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-1{position:relative;margin-left:8.33333%;}

 /* line 202,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-2{position:relative;margin-left:16.66667%;}

 /* line 206,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-3{position:relative;margin-left:25%;}

 /* line 210,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-4{position:relative;margin-left:33.33333%;}

 /* line 214,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-5{position:relative;margin-left:41.66667%;}

 /* line 218,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-6{position:relative;margin-left:50%;}

 /* line 222,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-7{position:relative;margin-left:58.33333%;}

 /* line 226,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-8{position:relative;margin-left:66.66667%;}

 /* line 230,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-9{position:relative;margin-left:75%;}

 /* line 234,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-offset-10{position:relative;margin-left:83.33333%;}

 /* line 238,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 [class*="column"] + [class*="column"]:last-child{/*float:right;*/
 }

 /* line 241,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 [class*="column"] + [class*="column"].end{float:left;}

 /* line 244,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .column.small-centered,.columns.small-centered{position:relative;margin-left:auto;margin-right:auto;float:none !important;}
}
/* Styles for screens that are atleast 768px;*/
@media only screen and (min-width:768px){/* line 252,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-1{position:relative;width:8.33333%;}

 /* line 256,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-2{position:relative;width:16.66667%;}

 /* line 260,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-3{position:relative;width:25%;}

 /* line 264,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-4{position:relative;width:33.33333%;}

 /* line 268,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-5{position:relative;width:41.66667%;}

 /* line 272,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-6{position:relative;width:50%;}

 /* line 276,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-7{position:relative;width:58.33333%;}

 /* line 280,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-8{position:relative;width:66.66667%;}

 /* line 284,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-9{position:relative;width:75%;}

 /* line 288,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-10{position:relative;width:83.33333%;}

 /* line 292,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-11{position:relative;width:91.66667%;}

 /* line 296,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-12{position:relative;width:100%;}

 /* line 300,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-0{position:relative;margin-left:0%;}

 /* line 304,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-1{position:relative;margin-left:8.33333%;}

 /* line 308,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-2{position:relative;margin-left:16.66667%;}

 /* line 312,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-3{position:relative;margin-left:25%;}

 /* line 316,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-4{position:relative;margin-left:33.33333%;}

 /* line 320,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-5{position:relative;margin-left:41.66667%;}

 /* line 324,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-6{position:relative;margin-left:50%;}

 /* line 328,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-7{position:relative;margin-left:58.33333%;}

 /* line 332,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-8{position:relative;margin-left:66.66667%;}

 /* line 336,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-9{position:relative;margin-left:75%;}

 /* line 340,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-10{position:relative;margin-left:83.33333%;}

 /* line 344,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .row .large-offset-11{position:relative;margin-left:91.66667%;}

 /* line 348,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-1{position:relative;left:8.33333%;right:auto;}

 /* line 353,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-1{position:relative;right:8.33333%;left:auto;}

 /* line 358,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-2{position:relative;left:16.66667%;right:auto;}

 /* line 363,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-2{position:relative;right:16.66667%;left:auto;}

 /* line 368,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-3{position:relative;left:25%;right:auto;}

 /* line 373,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-3{position:relative;right:25%;left:auto;}

 /* line 378,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-4{position:relative;left:33.33333%;right:auto;}

 /* line 383,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-4{position:relative;right:33.33333%;left:auto;}

 /* line 388,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-5{position:relative;left:41.66667%;right:auto;}

 /* line 393,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-5{position:relative;right:41.66667%;left:auto;}

 /* line 398,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-6{position:relative;left:50%;right:auto;}

 /* line 403,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-6{position:relative;right:50%;left:auto;}

 /* line 408,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-7{position:relative;left:58.33333%;right:auto;}

 /* line 413,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-7{position:relative;right:58.33333%;left:auto;}

 /* line 418,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-8{position:relative;left:66.66667%;right:auto;}

 /* line 423,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-8{position:relative;right:66.66667%;left:auto;}

 /* line 428,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-9{position:relative;left:75%;right:auto;}

 /* line 433,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-9{position:relative;right:75%;left:auto;}

 /* line 438,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-10{position:relative;left:83.33333%;right:auto;}

 /* line 443,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-10{position:relative;right:83.33333%;left:auto;}

 /* line 448,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .push-11{position:relative;left:91.66667%;right:auto;}

 /* line 453,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .pull-11{position:relative;right:91.66667%;left:auto;}

 /* line 458,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .column.large-centered,.columns.large-centered{position:relative;margin-left:auto;margin-right:auto;float:none !important;}

 /* line 465,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left !important;}

 /* line 471,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right !important;}
}
/* Foundation Block Grids for below small breakpoint */
@media only screen{/* line 476,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 [class*="block-grid-"]{display:block;padding:0;margin:0 -0.625em;*zoom:1;}

 /* line 481,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 [class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table;}

 /* line 484,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 [class*="block-grid-"]:after{clear:both;}

 /* line 486,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 [class*="block-grid-"] > li{display:inline;height:auto;float:left;padding:0 0.625em 1.25em;}

 /* line 492,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-1 > li{width:100%;padding:0 0.625em 1.25em;}

 /* line 495,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-1 > li:nth-of-type(n){clear:none;}

 /* line 497,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-1 > li:nth-of-type(1n+1){clear:both;}

 /* line 500,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-2 > li{width:50%;padding:0 0.625em 1.25em;}

 /* line 503,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-2 > li:nth-of-type(n){clear:none;}

 /* line 505,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-2 > li:nth-of-type(2n+1){clear:both;}

 /* line 508,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-3 > li{width:33.33333%;padding:0 0.625em 1.25em;}

 /* line 511,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-3 > li:nth-of-type(n){clear:none;}

 /* line 513,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-3 > li:nth-of-type(3n+1){clear:both;}

 /* line 516,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-4 > li{width:25%;padding:0 0.625em 1.25em;}

 /* line 519,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-4 > li:nth-of-type(n){clear:none;}

 /* line 521,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-4 > li:nth-of-type(4n+1){clear:both;}

 /* line 524,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-5 > li{width:20%;padding:0 0.625em 1.25em;}

 /* line 527,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-5 > li:nth-of-type(n){clear:none;}

 /* line 529,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-5 > li:nth-of-type(5n+1){clear:both;}

 /* line 532,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-6 > li{width:16.66667%;padding:0 0.625em 1.25em;}

 /* line 535,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-6 > li:nth-of-type(n){clear:none;}

 /* line 537,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-6 > li:nth-of-type(6n+1){clear:both;}

 /* line 540,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-7 > li{width:14.28571%;padding:0 0.625em 1.25em;}

 /* line 543,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-7 > li:nth-of-type(n){clear:none;}

 /* line 545,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-7 > li:nth-of-type(7n+1){clear:both;}

 /* line 548,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-8 > li{width:12.5%;padding:0 0.625em 1.25em;}

 /* line 551,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-8 > li:nth-of-type(n){clear:none;}

 /* line 553,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-8 > li:nth-of-type(8n+1){clear:both;}

 /* line 556,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-9 > li{width:11.11111%;padding:0 0.625em 1.25em;}

 /* line 559,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-9 > li:nth-of-type(n){clear:none;}

 /* line 561,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-9 > li:nth-of-type(9n+1){clear:both;}

 /* line 564,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-10 > li{width:10%;padding:0 0.625em 1.25em;}

 /* line 567,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-10 > li:nth-of-type(n){clear:none;}

 /* line 569,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-10 > li:nth-of-type(10n+1){clear:both;}

 /* line 572,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-11 > li{width:9.09091%;padding:0 0.625em 1.25em;}

 /* line 575,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-11 > li:nth-of-type(n){clear:none;}

 /* line 577,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-11 > li:nth-of-type(11n+1){clear:both;}

 /* line 580,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-12 > li{width:8.33333%;padding:0 0.625em 1.25em;}

 /* line 583,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-12 > li:nth-of-type(n){clear:none;}

 /* line 585,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-12 > li:nth-of-type(12n+1){clear:both;}
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width:768px){/* Remove small grid clearing */
 /* line 590,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-1 > li:nth-of-type(1n+1){clear:none;}

 /* line 593,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-2 > li:nth-of-type(2n+1){clear:none;}

 /* line 596,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-3 > li:nth-of-type(3n+1){clear:none;}

 /* line 599,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-4 > li:nth-of-type(4n+1){clear:none;}

 /* line 602,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-5 > li:nth-of-type(5n+1){clear:none;}

 /* line 605,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-6 > li:nth-of-type(6n+1){clear:none;}

 /* line 608,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-7 > li:nth-of-type(7n+1){clear:none;}

 /* line 611,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-8 > li:nth-of-type(8n+1){clear:none;}

 /* line 614,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-9 > li:nth-of-type(9n+1){clear:none;}

 /* line 617,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-10 > li:nth-of-type(10n+1){clear:none;}

 /* line 620,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-11 > li:nth-of-type(11n+1){clear:none;}

 /* line 623,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .small-block-grid-12 > li:nth-of-type(12n+1){clear:none;}

 /* line 626,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-1 > li{width:100%;padding:0 0.625em 1.25em;}

 /* line 629,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-1 > li:nth-of-type(n){clear:none;}

 /* line 631,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-1 > li:nth-of-type(1n+1){clear:both;}

 /* line 634,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-2 > li{width:50%;padding:0 0.625em 1.25em;}

 /* line 637,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-2 > li:nth-of-type(n){clear:none;}

 /* line 639,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-2 > li:nth-of-type(2n+1){clear:both;}

 /* line 642,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-3 > li{width:33.33333%;padding:0 0.625em 1.25em;}

 /* line 645,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-3 > li:nth-of-type(n){clear:none;}

 /* line 647,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-3 > li:nth-of-type(3n+1){clear:both;}

 /* line 650,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-4 > li{width:25%;padding:0 0.625em 1.25em;}

 /* line 653,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-4 > li:nth-of-type(n){clear:none;}

 /* line 655,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-4 > li:nth-of-type(4n+1){clear:both;}

 /* line 658,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-5 > li{width:20%;padding:0 0.625em 1.25em;}

 /* line 661,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-5 > li:nth-of-type(n){clear:none;}

 /* line 663,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-5 > li:nth-of-type(5n+1){clear:both;}

 /* line 666,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-6 > li{width:16.66667%;padding:0 0.625em 1.25em;}

 /* line 669,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-6 > li:nth-of-type(n){clear:none;}

 /* line 671,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-6 > li:nth-of-type(6n+1){clear:both;}

 /* line 674,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-7 > li{width:14.28571%;padding:0 0.625em 1.25em;}

 /* line 677,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-7 > li:nth-of-type(n){clear:none;}

 /* line 679,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-7 > li:nth-of-type(7n+1){clear:both;}

 /* line 682,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-8 > li{width:12.5%;padding:0 0.625em 1.25em;}

 /* line 685,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-8 > li:nth-of-type(n){clear:none;}

 /* line 687,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-8 > li:nth-of-type(8n+1){clear:both;}

 /* line 690,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-9 > li{width:11.11111%;padding:0 0.625em 1.25em;}

 /* line 693,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-9 > li:nth-of-type(n){clear:none;}

 /* line 695,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-9 > li:nth-of-type(9n+1){clear:both;}

 /* line 698,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-10 > li{width:10%;padding:0 0.625em 1.25em;}

 /* line 701,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-10 > li:nth-of-type(n){clear:none;}

 /* line 703,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-10 > li:nth-of-type(10n+1){clear:both;}

 /* line 706,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-11 > li{width:9.09091%;padding:0 0.625em 1.25em;}

 /* line 709,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-11 > li:nth-of-type(n){clear:none;}

 /* line 711,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-11 > li:nth-of-type(11n+1){clear:both;}

 /* line 714,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-12 > li{width:8.33333%;padding:0 0.625em 1.25em;}

 /* line 717,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-12 > li:nth-of-type(n){clear:none;}

 /* line 719,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .large-block-grid-12 > li:nth-of-type(12n+1){clear:both;}
}
/* line 721,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
p.lead{font-size:20px;line-height:1.9;}

/* line 726,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.subheader{line-height:1.4;color:#6f6f6f;font-weight:300;margin-top:0.2em;margin-bottom:0.5em;}

/* Typography resets */
/* line 734,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0;direction:ltr;}

/* Default Link Styles */
/* line 758,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
a{color:#2ba6cb;text-decoration:none;line-height:inherit;}

/* line 762,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
a:hover,a:focus{color:#2795b6;}

/* line 764,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
a img{border:none;}

/* Default paragraph styles */
/* line 768,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
p{font-family:inherit;font-weight:normal;font-size:14px;line-height:1.6;margin-bottom:1.25em;text-rendering:optimizeLegibility;}

/* line 775,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
p aside{font-size:0.875em;line-height:1.35;font-style:italic;}

/* Default header styles */
/* line 781,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
h1,h2,h3,h4,h5,h6{font-family:'Montserrat',"Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;font-weight:bold;text-transform:uppercase;font-style:normal;color:#222222;text-rendering:optimizeLegibility;line-height:1.2125em;}

/* line 789,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-size:60%;color:#6f6f6f;line-height:0;}

/* line 794,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
h1{font-size:2.125em;}

/* line 797,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
h2{font-size:1.6875em;}

/* line 800,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
h3{font-size:1.375em;}

/* line 803,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
h4{font-size:1.125em;}

/* line 806,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
h5{font-size:1.125em;}

/* line 809,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
h6{font-size:1em;}

/* line 812,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
hr{border:solid #dddddd;border-width:1px 0 0;clear:both;margin:1.25em 0 1.1875em;height:0;}

/* Helpful Typography Defaults */
/* line 820,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
em,i{font-style:italic;line-height:inherit;}

/* line 825,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
strong,b{font-weight:bold;line-height:inherit;}

/* line 830,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
small{font-size:60%;line-height:inherit;}

/* line 834,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
code{font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:bold;color:#7f0a0c;}

/* Lists */
/* line 840,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ul,ol,dl{font-size:1em;line-height:1.6;margin-bottom:1.25em;list-style-position:outside;font-family:inherit;}

/* line 849,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ul,ol{margin-left:0;}

/* Unordered Lists */
/* line 853,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ul li ul,ul li ol{margin-left:1.25em;margin-bottom:0;font-size:1em;/* Override nested font-size change */
}

/* line 859,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit;}

/* line 861,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ul.square{list-style-type:square;}

/* line 863,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ul.circle{list-style-type:circle;}

/* line 865,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ul.disc{list-style-type:disc;}

/* line 867,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ul.no-bullet{list-style:none;}

/* Ordered Lists */
/* line 871,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
ol li ul,ol li ol{margin-left:1.25em;margin-bottom:0;}

/* Definition Lists */
/* line 877,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
dl dt{margin-bottom:0.3em;font-weight:bold;}

/* line 880,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
dl dd{margin-bottom:0.75em;}

/* Abbreviations */
/* line 884,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
abbr,acronym{text-transform:uppercase;font-size:90%;color:#222222;border-bottom:1px dotted #dddddd;cursor:help;}

/* line 892,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
abbr{text-transform:none;}

/* Blockquotes */
/* line 896,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
blockquote{margin:0 0 1.25em;padding:0.5625em 1.25em 0 1.1875em;border-left:1px solid #dddddd;}

/* line 900,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
blockquote cite{display:block;font-size:0.8125em;color:#555555;}

/* line 904,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
blockquote cite:before{content:"\2014 \0020";}

/* line 906,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
blockquote cite a,blockquote cite a:visited{color:#555555;}

/* line 910,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
blockquote,blockquote p{line-height:1.6;color:#6f6f6f;}

/* Microformats */
/* line 916,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.vcard{display:inline-block;margin:0 0 1.25em 0;border:1px solid #dddddd;padding:0.625em 0.75em;}

/* line 921,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.vcard li{margin:0;display:block;}

/* line 924,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.vcard .fn{font-weight:bold;font-size:0.9375em;}

/* line 928,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.vevent .summary{font-weight:bold;}

/* line 930,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 0.0625em;}

@media only screen and (min-width:768px){/* line 938,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 h1,h2,h3,h4,h5,h6{line-height:1.4;}

 /* line 941,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 h1{font-size:2.75em;}

 /* line 944,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 h2{font-size:2.3125em;}

 /* line 947,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 h3{font-size:1.6875em;}

 /* line 950,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 h4{font-size:1.4375em;}
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection:www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 958,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.print-only{display:none !important;}

@media print{/* line 962,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 *{background:transparent !important;color:black !important;/* Black prints faster:h5bp.com/s */
 box-shadow:none !important;text-shadow:none !important;}

 /* line 969,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 a,a:visited{text-decoration:underline;}

 /* line 973,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 a[href]:after{content:" (" attr(href) ")";}

 /* line 976,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 abbr[title]:after{content:" (" attr(title) ")";}

 /* line 979,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";}

 /* line 984,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 pre,blockquote{border:1px solid #999999;page-break-inside:avoid;}

 /* line 989,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 thead{display:table-header-group;/* h5bp.com/t */
 }

 /* line 993,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 tr,img{page-break-inside:avoid;}

 /* line 997,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 img{max-width:100% !important;}

 @page{margin:0.5cm;}
 /* line 1003,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 p,h2,h3{orphans:3;widows:3;}

 /* line 1009,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 h2,h3{page-break-after:avoid;}

 /* line 1013,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .hide-on-print{display:none !important;}

 /* line 1016,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .print-only{display:block !important;}

 /* line 1019,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .hide-for-print{display:none !important;}

 /* line 1022,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .show-for-print{display:inherit !important;}
}
/* line 1024,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button,.button{border-style:solid;border-width:1px;cursor:pointer;font-family:inherit;font-weight:bold;line-height:1;margin:0 0 1.25em;position:relative;text-decoration:none;text-align:center;display:inline-block;padding-top:0.75em;padding-right:1.5em;padding-bottom:0.8125em;padding-left:1.5em;font-size:1em;background-color:#2ba6cb;border-color:#2284a1;color:white;}

/* line 1044,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button:hover,button:focus,.button:hover,.button:focus{background-color:#2284a1;}

/* line 1046,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button:hover,button:focus,.button:hover,.button:focus{color:white;}

/* line 1048,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.secondary,.button.secondary{background-color:#e9e9e9;border-color:#d0d0d0;color:#333333;}

/* line 1052,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{background-color:#d0d0d0;}

/* line 1054,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus{color:#333333;}

/* line 1056,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.success,.button.success{background-color:#5da423;border-color:#457a1a;color:white;}

/* line 1060,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{background-color:#457a1a;}

/* line 1062,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.success:hover,button.success:focus,.button.success:hover,.button.success:focus{color:white;}

/* line 1064,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.alert,.button.alert{background-color:#c60f13;border-color:#970b0e;color:white;}

/* line 1068,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{background-color:#970b0e;}

/* line 1070,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus{color:white;}

/* line 1072,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.large,.button.large{padding-top:1em;padding-right:2em;padding-bottom:1.0625em;padding-left:2em;font-size:1.25em;}

/* line 1078,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.small,.button.small{padding-top:0.5625em;padding-right:1.125em;padding-bottom:0.625em;padding-left:1.125em;font-size:0.8125em;}

/* line 1084,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.tiny,.button.tiny{padding-top:0.4375em;padding-right:0.875em;padding-bottom:0.5em;padding-left:0.875em;font-size:0.6875em;}

/* line 1090,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.expand,.button.expand{padding-right:0px;padding-left:0px;width:100%;}

/* line 1094,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.left-align,.button.left-align{text-align:left;text-indent:0.75em;}

/* line 1097,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.right-align,.button.right-align{text-align:right;padding-right:0.75em;}

/* line 1100,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled,button[disabled],.button.disabled,.button[disabled]{background-color:#2ba6cb;border-color:#2284a1;color:white;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none;}

/* line 1108,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2284a1;}

/* line 1110,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{color:white;}

/* line 1112,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus{background-color:#2ba6cb;}

/* line 1114,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary{background-color:#e9e9e9;border-color:#d0d0d0;color:#333333;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none;}

/* line 1122,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#d0d0d0;}

/* line 1124,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{color:#333333;}

/* line 1126,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#e9e9e9;}

/* line 1128,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success{background-color:#5da423;border-color:#457a1a;color:white;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none;}

/* line 1136,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#457a1a;}

/* line 1138,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{color:white;}

/* line 1140,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#5da423;}

/* line 1142,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert{background-color:#c60f13;border-color:#970b0e;color:white;cursor:default;opacity:0.6;-webkit-box-shadow:none;box-shadow:none;}

/* line 1150,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#970b0e;}

/* line 1152,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{color:white;}

/* line 1154,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#c60f13;}

/* line 1157,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button,.button{padding-top:0.8125em;padding-bottom:0.75em;-webkit-appearance:none;}

/* line 1161,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.tiny,.button.tiny{padding-top:0.5em;padding-bottom:0.4375em;-webkit-appearance:none;}

/* line 1165,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.small,.button.small{padding-top:0.625em;padding-bottom:0.5625em;-webkit-appearance:none;}

/* line 1169,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
button.large,.button.large{padding-top:1.03125em;padding-bottom:1.03125em;-webkit-appearance:none;}

@media only screen{/* line 1175,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 button,.button{-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;-webkit-transition:background-color 300ms ease-out;-moz-transition:background-color 300ms ease-out;transition:background-color 300ms ease-out;}

 /* line 1181,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 button:active,.button:active{-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;box-shadow:0 1px 0 rgba(0,0,0,0.2) inset;}

 /* line 1184,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 button.radius,.button.radius{-webkit-border-radius:3px;border-radius:3px;}

 /* line 1187,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 button.round,.button.round{-webkit-border-radius:1000px;border-radius:1000px;}
}
@media only screen and (min-width:768px){/* line 1191,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 button,.button{display:inline-block;}
}
/* Standard Forms */
/* line 1194,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
form{margin:0 0 1em;}

/* Using forms within rows,we need to set some defaults */
/* line 1198,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
form .row .row{margin:0 -0.5em;}

/* line 1200,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
form .row .row .column,form .row .row .columns{padding:0 0.5em;}

/* line 1203,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
form .row .row.collapse{margin:0;}

/* line 1205,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
form .row .row.collapse .column,form .row .row.collapse .columns{padding:0;}

/* line 1208,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
form .row input.column,form .row input.columns,form .row textarea.column,form .row textarea.columns{padding-left:0.5em;}

/* Label Styles */
/* line 1215,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
label{font-size:0.875em;color:#4d4d4d;cursor:pointer;display:block;font-weight:500;margin-bottom:0.1875em;/* Styles for required inputs */
}

/* line 1223,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
label.right{float:none;text-align:right;}

/* line 1226,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
label.inline{margin:0 0 1em 0;padding:0.625em 0;}

/* line 1229,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
label small{text-transform:capitalize;color:#666666;}

/* Attach elements to the beginning or end of an input */
/* line 1234,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.prefix,.postfix{display:block;position:relative;z-index:2;text-align:center;width:100%;padding-top:0;padding-bottom:0;border-style:solid;border-width:1px;overflow:hidden;font-size:0.875em;height:2.3125em;line-height:2.3125em;}

/* Adjust padding,alignment and radius if pre/post element is a button */
/* line 1251,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.postfix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125em;}

/* line 1259,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.prefix.button{padding-left:0;padding-right:0;padding-top:0;padding-bottom:0;text-align:center;line-height:2.125em;}

/* line 1267,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.prefix.button.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;}

/* line 1277,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.postfix.button.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;}

/* line 1287,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.prefix.button.round{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px;}

/* line 1297,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.postfix.button.round{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px;}

/* Separate prefix and postfix styles when on span so buttons keep their own */
/* line 1308,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
span.prefix{background:#f2f2f2;border-color:#d9d9d9;border-right:none;color:#333333;}

/* line 1313,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
span.prefix.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;}

/* line 1323,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
span.postfix{background:#f2f2f2;border-color:#cccccc;border-left:none;color:#333333;}

/* line 1328,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
span.postfix.radius{-webkit-border-radius:0;border-radius:0;-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;}

/* Input groups will automatically style first and last elements of the group */
/* line 1339,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.input-group.radius > *:first-child,.input-group.radius > *:first-child *{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;}

/* line 1346,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.input-group.radius > *:last-child,.input-group.radius > *:last-child *{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;}

/* line 1353,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.input-group.round > *:first-child,.input-group.round > *:first-child *{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px;}

/* line 1360,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.input-group.round > *:last-child,.input-group.round > *:last-child *{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px;}

/* We use this to get basic styling on all basic form elements */
/* line 1369,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea{background-color:white;font-family:inherit;display:block;font-size:0.875em;margin:0 0 1em 0;padding:0.5em;height:2.3125em;width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:-webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;-moz-transition:-moz-box-shadow 0.45s,border-color 0.45s ease-in-out;transition:box-shadow 0.45s,border-color 0.45s ease-in-out;}

/* line 1397,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{-webkit-box-shadow:0 0 5px #999999;-moz-box-shadow:0 0 5px #999999;box-shadow:0 0 5px #999999;border-color:#999999;}

/* line 1415,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus{background:#fafafa;border-color:#999999;outline:none;}

/* line 1432,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="month"][disabled],input[type="week"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled]{background-color:#dddddd;}

/* Adjust margin for form elements below */
/* line 1449,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1em 0;}

/* Normalize file input width */
/* line 1456,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
input[type="file"]{width:100%;}

/* We add basic fieldset styling */
/* line 1460,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
fieldset{border:solid 1px #dddddd;padding:1.25em;margin:1.125em 0;}

/* line 1464,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
fieldset legend{font-weight:bold;background:white;padding:0 0.1875em;margin:0;margin-left:-0.1875em;}

/* Error Handling */
/* line 1472,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
span.error,small.error{display:block;padding:0.375em 0.25em;margin-top:0;margin-bottom:1em;font-size:0.75em;font-weight:bold;background:#c60f13;color:white;display:none;}

/* line 1483,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.error input,.error textarea,.error select{border-color:#c60f13;background-color:rgba(198,15,19,0.1);margin-bottom:0;}

/* line 1489,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.error input:focus,.error textarea:focus,.error select:focus{background:#fafafa;border-color:#999999;}

/* line 1494,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.error label,.error label.error{color:#c60f13;}

/* line 1497,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.error small.error{display:block;padding:0.375em 0.25em;margin-top:0;margin-bottom:1em;font-size:0.75em;font-weight:bold;background:#c60f13;color:white;}

/* line 1506,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.error span.error-message{display:block;}

/* line 1509,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
input.error,textarea.error{border-color:#c60f13;background-color:rgba(198,15,19,0.1);}

/* line 1513,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
input.error:focus,textarea.error:focus{background:#fafafa;border-color:#999999;}

/* line 1518,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.error select{border-color:#c60f13;background-color:rgba(198,15,19,0.1);}

/* line 1521,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.error select:focus{background:#fafafa;border-color:#999999;}

/* line 1525,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
label.error{color:#c60f13;}

/* Button Groups */
/* line 1529,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group{list-style:none;margin:0;*zoom:1;}

/* line 1533,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group:before,.button-group:after{content:" ";display:table;}

/* line 1536,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group:after{clear:both;}

/* line 1538,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group > *{margin:0 0 0 -1px;float:left;}

/* line 1541,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group > *:first-child{margin-left:0;}

/* line 1543,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.radius > *:first-child,.button-group.radius > *:first-child > a,.button-group.radius > *:first-child > button,.button-group.radius > *:first-child > .button{-moz-border-radius-bottomleft:3px;-moz-border-radius-topleft:3px;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;}

/* line 1550,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.radius > *:last-child,.button-group.radius > *:last-child > a,.button-group.radius > *:last-child > button,.button-group.radius > *:last-child > .button{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;}

/* line 1557,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.round > *:first-child,.button-group.round > *:first-child > a,.button-group.round > *:first-child > button,.button-group.round > *:first-child > .button{-moz-border-radius-bottomleft:1000px;-moz-border-radius-topleft:1000px;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px;}

/* line 1564,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.round > *:last-child,.button-group.round > *:last-child > a,.button-group.round > *:last-child > button,.button-group.round > *:last-child > .button{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px;}

/* line 1571,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-2 li{width:50%;}

/* line 1573,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-2 li button,.button-group.even-2 li .button{width:100%;}

/* line 1575,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-3 li{width:33.33333%;}

/* line 1577,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-3 li button,.button-group.even-3 li .button{width:100%;}

/* line 1579,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-4 li{width:25%;}

/* line 1581,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-4 li button,.button-group.even-4 li .button{width:100%;}

/* line 1583,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-5 li{width:20%;}

/* line 1585,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-5 li button,.button-group.even-5 li .button{width:100%;}

/* line 1587,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-6 li{width:16.66667%;}

/* line 1589,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-6 li button,.button-group.even-6 li .button{width:100%;}

/* line 1591,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-7 li{width:14.28571%;}

/* line 1593,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-7 li button,.button-group.even-7 li .button{width:100%;}

/* line 1595,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-8 li{width:12.5%;}

/* line 1597,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-group.even-8 li button,.button-group.even-8 li .button{width:100%;}

/* line 1600,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-bar{*zoom:1;}

/* line 1602,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-bar:before,.button-bar:after{content:" ";display:table;}

/* line 1605,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-bar:after{clear:both;}

/* line 1607,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-bar .button-group{float:left;margin-right:0.625em;}

/* line 1610,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.button-bar .button-group div{overflow:hidden;}

/* Dropdown Button */
/* line 1614,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button{position:relative;padding-right:3.1875em;}

/* line 1617,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button:before{position:absolute;content:"";width:0;height:0;display:block;border-style:solid;border-color:white transparent transparent transparent;top:50%;}

/* line 1626,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button:before{border-width:0.5625em;right:1.5em;margin-top:-0.25em;}

/* line 1630,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button:before{border-color:white transparent transparent transparent;}

/* line 1632,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.tiny{padding-right:2.1875em;}

/* line 1634,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.tiny:before{border-width:0.4375em;right:0.875em;margin-top:-0.15625em;}

/* line 1638,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.tiny:before{border-color:white transparent transparent transparent;}

/* line 1640,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.small{padding-right:2.8125em;}

/* line 1642,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.small:before{border-width:0.5625em;right:1.125em;margin-top:-0.21875em;}

/* line 1646,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.small:before{border-color:white transparent transparent transparent;}

/* line 1648,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.large{padding-right:4em;}

/* line 1650,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.large:before{border-width:0.625em;right:1.75em;margin-top:-0.3125em;}

/* line 1654,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.large:before{border-color:white transparent transparent transparent;}

/* line 1656,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.dropdown.button.secondary:before{border-color:#333333 transparent transparent transparent;}

/* Split Buttons */
/* line 1660,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button{position:relative;padding-right:4.8em;}

/* line 1663,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button span{display:block;height:100%;position:absolute;right:0;top:0;border-left:solid 1px;}

/* line 1670,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button span:before{position:absolute;content:"";width:0;height:0;display:block;border-style:inset;left:50%;}

/* line 1678,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button span:active{background-color:rgba(0,0,0,0.1);}

/* line 1680,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button span{border-left-color:#1e728c;}

/* line 1682,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button span{width:3em;}

/* line 1684,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button span:before{border-top-style:solid;border-width:0.5625em;top:1.125em;margin-left:-0.5625em;}

/* line 1689,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button span:before{border-color:white transparent transparent transparent;}

/* line 1691,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.secondary span{border-left-color:#c3c3c3;}

/* line 1693,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.secondary span:before{border-color:white transparent transparent transparent;}

/* line 1695,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.alert span{border-left-color:#7f0a0c;}

/* line 1697,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.success span{border-left-color:#396516;}

/* line 1699,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.tiny{padding-right:3.9375em;}

/* line 1701,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.tiny span{width:2.84375em;}

/* line 1703,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.tiny span:before{border-top-style:solid;border-width:0.4375em;top:0.875em;margin-left:-0.3125em;}

/* line 1708,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.small{padding-right:3.9375em;}

/* line 1710,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.small span{width:2.8125em;}

/* line 1712,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.small span:before{border-top-style:solid;border-width:0.5625em;top:0.84375em;margin-left:-0.5625em;}

/* line 1717,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.large{padding-right:6em;}

/* line 1719,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.large span{width:3.75em;}

/* line 1721,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.large span:before{border-top-style:solid;border-width:0.625em;top:1.3125em;margin-left:-0.5625em;}

/* line 1726,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.expand{padding-left:2em;}

/* line 1728,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.secondary span:before{border-color:#333333 transparent transparent transparent;}

/* line 1730,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.radius span{-moz-border-radius-topright:3px;-moz-border-radius-bottomright:3px;-webkit-border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;border-top-right-radius:3px;border-bottom-right-radius:3px;}

/* line 1737,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.split.button.round span{-moz-border-radius-topright:1000px;-moz-border-radius-bottomright:1000px;-webkit-border-top-right-radius:1000px;-webkit-border-bottom-right-radius:1000px;border-top-right-radius:1000px;border-bottom-right-radius:1000px;}

/* Wrapped around .top-bar to contain to grid width */
/* line 1746,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.contain-to-grid{width:100%;background:#111111;}

/* line 1749,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.contain-to-grid .top-bar{margin-bottom:1.875em;}

/* line 1752,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.fixed{width:100%;left:0;position:fixed;top:0;z-index:99;}

/* line 1759,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar{overflow:hidden;height:45px;line-height:45px;position:relative;background:#111111;margin-bottom:1.875em;}

/* line 1766,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar ul{margin-bottom:0;list-style:none;}

/* line 1769,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .row{max-width:none;}

/* line 1771,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar form,.top-bar input{margin-bottom:0;}

/* line 1774,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar input{height:2.45em;}

/* line 1776,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .button{padding-top:.5em;padding-bottom:.5em;margin-bottom:0;}

/* line 1780,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .title-area{position:relative;margin:0;}

/* line 1783,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .name{height:45px;margin:0;font-size:16;}

/* line 1787,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .name h1{line-height:45px;font-size:1.0625em;margin:0;}

/* line 1791,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .name h1 a{font-weight:bold;color:white;width:50%;display:block;padding:0 15px;}

/* line 1797,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .toggle-topbar{position:absolute;right:0;top:0;}

/* line 1801,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .toggle-topbar a{color:white;text-transform:uppercase;font-size:0.8125em;font-weight:bold;position:relative;display:block;padding:0 15px;height:45px;line-height:45px;}

/* line 1811,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .toggle-topbar.menu-icon{right:15px;top:50%;margin-top:-16px;padding-left:40px;}

/* line 1816,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .toggle-topbar.menu-icon a{text-indent:-48px;width:34px;height:34px;line-height:33px;padding:0;color:white;}

/* line 1823,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar .toggle-topbar.menu-icon a span{position:absolute;right:0;display:block;width:16px;height:0;-webkit-box-shadow:0 10px 0 1px white,0 16px 0 1px white,0 22px 0 1px white;box-shadow:0 10px 0 1px white,0 16px 0 1px white,0 22px 0 1px white;}

/* line 1831,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar.expanded{height:auto;background:transparent;}

/* line 1834,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar.expanded .title-area{background:#111111;}

/* line 1836,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar.expanded .toggle-topbar a{color:#888888;}

/* line 1838,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar.expanded .toggle-topbar a span{-webkit-box-shadow:0 10px 0 1px #888888,0 16px 0 1px #888888,0 22px 0 1px #888888;box-shadow:0 10px 0 1px #888888,0 16px 0 1px #888888,0 22px 0 1px #888888;}

/* line 1842,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section{left:0;position:relative;width:auto;-webkit-transition:left 300ms ease-out;-moz-transition:left 300ms ease-out;transition:left 300ms ease-out;}

/* line 1849,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul{width:100%;height:auto;display:block;background:#222222;font-size:16;margin:0;}

/* line 1856,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .divider,.top-bar-section [role="separator"]{border-bottom:solid 1px #2b2b2b;border-top:solid 1px black;clear:both;height:1px;width:100%;}

/* line 1863,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a{display:block;width:100%;color:white;padding:12px 0 12px 0;padding-left:15px;font-size:0.8125em;font-weight:bold;background:#222222;}

/* line 1872,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a.button{background:#2ba6cb;font-size:0.8125em;}

/* line 1875,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a.button.hover{background:#2284a1;}

/* line 1877,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a.button.secondary{background:#e9e9e9;}

/* line 1879,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a.button.secondary.hover{background:#d0d0d0;}

/* line 1881,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a.button.success{background:#5da423;}

/* line 1883,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a.button.success.hover{background:#457a1a;}

/* line 1885,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a.button.alert{background:#c60f13;}

/* line 1887,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li > a.button.alert.hover{background:#970b0e;}

/* line 1889,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li.hover > a{background:#090909;color:white;}

/* line 1892,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section ul li.active > a{background:#090909;color:white;}

/* line 1895,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .has-form{padding:15px;}

/* line 1897,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .has-dropdown{position:relative;}

/* line 1899,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .has-dropdown > a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:transparent transparent transparent rgba(255,255,255,0.5);border-left-style:solid;margin-right:15px;margin-top:-4.5px;position:absolute;top:50%;right:0;}

/* line 1912,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .has-dropdown.moved{position:static;}

/* line 1914,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .has-dropdown.moved > .dropdown{visibility:visible;}

/* line 1916,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .dropdown{position:absolute;left:100%;top:0;visibility:hidden;z-index:99;}

/* line 1922,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .dropdown li{width:100%;height:auto;}

/* line 1925,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .dropdown li a{font-weight:normal;padding:8px 15px;}

/* line 1928,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .dropdown li a.parent-link{font-weight:bold;}

/* line 1930,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .dropdown li.title h5{margin-bottom:0;}

/* line 1932,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .dropdown li.title h5 a{color:white;line-height:22.5px;display:block;}

/* line 1936,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-section .dropdown label{padding:8px 15px 2px;margin-bottom:0;text-transform:uppercase;color:#555555;font-weight:bold;font-size:0.625em;}

/* line 1944,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.top-bar-js-breakpoint{width:58.75em !important;visibility:hidden;}

/* line 1948,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.js-generated{display:block;}

@media only screen and (min-width:58.75em){/* line 1952,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar{background:#111111;*zoom:1;overflow:visible;}

 /* line 1956,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar:before,.top-bar:after{content:" ";display:table;}

 /* line 1959,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar:after{clear:both;}

 /* line 1961,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar .toggle-topbar{display:none;}

 /* line 1963,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar .title-area{float:left;}

 /* line 1965,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar .name h1 a{width:auto;}

 /* line 1967,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar input,.top-bar .button{line-height:2em;font-size:0.875em;height:2em;padding:0 10px;position:relative;top:8px;}

 /* line 1975,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar.expanded{background:#111111;}

 /* line 1978,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .contain-to-grid .top-bar{max-width:62.5em;margin:0 auto;margin-bottom:1.875em;}

 /* line 1983,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section{-webkit-transition:none 0 0;-moz-transition:none 0 0;transition:none 0 0;left:0 !important;}

 /* line 1988,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section ul{width:auto;height:auto !important;display:inline;}

 /* line 1992,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section ul li{float:left;}

 /* line 1994,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section ul li .js-generated{display:none;}

 /* line 1996,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section li a:not(.button){padding:0 15px;line-height:45px;background:#111111;}

 /* line 2000,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section li a:not(.button).hover{background:black;}

 /* line 2002,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .has-dropdown > a{padding-right:35px !important;}

 /* line 2004,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .has-dropdown > a:after{content:"";display:block;width:0;height:0;border:inset 5px;border-color:rgba(255,255,255,0.5) transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:22.5px;}

 /* line 2014,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .has-dropdown.moved{position:relative;}

 /* line 2016,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .has-dropdown.moved > .dropdown{visibility:hidden;}

 /* line 2018,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .has-dropdown.hover > .dropdown,.top-bar-section .has-dropdown.not-click:hover > .dropdown{visibility:visible;}

 /* line 2020,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{border:none;content:"\00bb";margin-top:-16px;right:5px;}

 /* line 2025,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .dropdown{left:0;top:auto;background:transparent;min-width:100%;}

 /* line 2030,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .dropdown li a{color:white;line-height:1;white-space:nowrap;padding:7px 15px;background:#1e1e1e;}

 /* line 2036,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .dropdown li label{white-space:nowrap;background:#1e1e1e;}

 /* line 2039,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .dropdown li .dropdown{left:100%;top:0;}

 /* line 2042,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section > ul > .divider,.top-bar-section > ul > [role="separator"]{border-bottom:none;border-top:none;border-right:solid 1px #2b2b2b;border-left:solid 1px black;clear:none;height:45px;width:0px;}

 /* line 2050,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section .has-form{background:#111111;padding:0 15px;height:45px;}

 /* line 2054,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section ul.right li .dropdown{left:auto;right:0;}

 /* line 2057,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .top-bar-section ul.right li .dropdown li .dropdown{right:100%;}

 /* line 2060,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .no-js .top-bar-section ul li:hover > a{background:#090909;color:white;}

 /* line 2063,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .no-js .top-bar-section ul li:active > a{background:#090909;color:white;}

 /* line 2066,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .no-js .top-bar-section .has-dropdown:hover > .dropdown{visibility:visible;}
}
/* Panels */
/* line 2069,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel{border-style:solid;border-width:1px;border-color:#d9d9d9;margin-bottom:1.25em;padding:1.25em;background:#f2f2f2;}

/* line 2076,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel >:first-child{margin-top:0;}

/* line 2078,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel >:last-child{margin-bottom:0;}

/* line 2080,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6,.panel p{color:#333333;}

/* line 2082,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel h1,.panel h2,.panel h3,.panel h4,.panel h5,.panel h6{line-height:1;margin-bottom:0.625em;}

/* line 2085,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel h1.subheader,.panel h2.subheader,.panel h3.subheader,.panel h4.subheader,.panel h5.subheader,.panel h6.subheader{line-height:1.4;}

/* line 2087,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel.callout{border-style:solid;border-width:1px;border-color:#2284a1;margin-bottom:1.25em;padding:1.25em;background:#2ba6cb;-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;box-shadow:0 1px 0 rgba(255,255,255,0.5) inset;}

/* line 2096,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel.callout >:first-child{margin-top:0;}

/* line 2098,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel.callout >:last-child{margin-bottom:0;}

/* line 2100,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6,.panel.callout p{color:white;}

/* line 2102,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel.callout h1,.panel.callout h2,.panel.callout h3,.panel.callout h4,.panel.callout h5,.panel.callout h6{line-height:1;margin-bottom:0.625em;}

/* line 2105,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel.callout h1.subheader,.panel.callout h2.subheader,.panel.callout h3.subheader,.panel.callout h4.subheader,.panel.callout h5.subheader,.panel.callout h6.subheader{line-height:1.4;}

/* line 2107,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.panel.radius{-webkit-border-radius:3px;border-radius:3px;}

/* Pricing Tables */
/* line 2112,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.pricing-table{border:solid 1px #dddddd;margin-left:0;margin-bottom:1.25em;}

/* line 2116,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.pricing-table *{list-style:none;line-height:1;}

/* line 2119,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.pricing-table .title{background-color:#dddddd;padding:0.9375em 1.25em;text-align:center;color:#333333;font-weight:bold;font-size:1em;}

/* line 2126,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.pricing-table .price{background-color:#eeeeee;padding:0.9375em 1.25em;text-align:center;color:#333333;font-weight:normal;font-size:1.25em;}

/* line 2133,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.pricing-table .description{background-color:white;padding:0.9375em;text-align:center;color:#777777;font-size:0.75em;font-weight:normal;line-height:1.4;border-bottom:dotted 1px #dddddd;}

/* line 2142,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.pricing-table .bullet-item{background-color:white;padding:0.9375em;text-align:center;color:#333333;font-size:0.875em;font-weight:normal;border-bottom:dotted 1px #dddddd;}

/* line 2150,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.pricing-table .cta-button{background-color:whitesmoke;text-align:center;padding:1.25em 1.25em 0;}

/* Progress Bar */
/* line 2156,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress{background-color:transparent;height:1.5625em;border:1px solid #cccccc;padding:0.125em;margin-bottom:0.625em;}

/* line 2162,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress .meter{background:#2ba6cb;height:100%;display:block;}

/* line 2166,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress.secondary .meter{background:#e9e9e9;height:100%;display:block;}

/* line 2170,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress.success .meter{background:#5da423;height:100%;display:block;}

/* line 2174,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress.alert .meter{background:#c60f13;height:100%;display:block;}

/* line 2178,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress.radius{-webkit-border-radius:3px;border-radius:3px;}

/* line 2181,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress.radius .meter{-webkit-border-radius:2px;border-radius:2px;}

/* line 2184,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress.round{-webkit-border-radius:1000px;border-radius:1000px;}

/* line 2187,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.progress.round .meter{-webkit-border-radius:999px;border-radius:999px;}

/* Foundation Switches */
@media only screen{/* line 2193,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch{position:relative;width:100%;padding:0;display:block;overflow:hidden;border-style:solid;border-width:1px;margin-bottom:1.25em;-webkit-animation:webkitSiblingBugfix infinite 1s;height:36px;background:white;border-color:#cccccc;}

 /* line 2206,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch label{position:relative;left:0;z-index:2;float:left;width:50%;height:100%;margin:0;font-weight:bold;text-align:left;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out;}

 /* line 2219,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input{position:absolute;z-index:3;opacity:0;width:100%;height:100%;-moz-appearance:none;}

 /* line 2226,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input:hover,div.switch input:focus{cursor:pointer;}

 /* line 2228,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch span:last-child{position:absolute;top:-1px;left:-1px;z-index:1;display:block;padding:0;border-width:1px;border-style:solid;-webkit-transition:all 0.1s ease-out;-moz-transition:all 0.1s ease-out;transition:all 0.1s ease-out;}

 /* line 2240,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input:not(:checked) + label{opacity:0;}

 /* line 2242,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input:checked{display:none !important;}

 /* line 2244,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input{left:0;display:block !important;}

 /* line 2247,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input:first-of-type + label,div.switch input:first-of-type + span + label{left:-50%;}

 /* line 2250,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input:first-of-type:checked + label,div.switch input:first-of-type:checked + span + label{left:0%;}

 /* line 2253,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input:last-of-type + label,div.switch input:last-of-type + span + label{right:-50%;left:auto;text-align:right;}

 /* line 2258,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input:last-of-type:checked + label,div.switch input:last-of-type:checked + span + label{right:0%;left:auto;}

 /* line 2262,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch span.custom{display:none !important;}

 /* line 2264,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 form.custom div.switch .hidden-field{margin-left:auto;position:absolute;visibility:visible;}

 /* line 2268,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch label{padding:0 0.375em;line-height:2.3em;font-size:0.875em;}

 /* line 2272,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-2.1875em;}

 /* line 2275,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch span:last-child{width:2.25em;height:2.25em;}

 /* line 2278,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch span:last-child{border-color:#b3b3b3;background:white;background:-moz-linear-gradient(top,white 0%,#f2f2f2 100%);background:-webkit-linear-gradient(top,white 0%,#f2f2f2 100%);background:linear-gradient(to bottom,white 0%,#f2f2f2 100%);-webkit-box-shadow:2px 0 10px 0 rgba(0,0,0,0.07),1000px 0 0 1000px #e1f5d1,-2px 0 10px 0 rgba(0,0,0,0.07),-1000px 0 0 1000px whitesmoke;box-shadow:2px 0 10px 0 rgba(0,0,0,0.07),1000px 0 0 980px #e1f5d1,-2px 0 10px 0 rgba(0,0,0,0.07),-1000px 0 0 1000px whitesmoke;}

 /* line 2286,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch:hover span:last-child,div.switch:focus span:last-child{background:white;background:-moz-linear-gradient(top,white 0%,#e6e6e6 100%);background:-webkit-linear-gradient(top,white 0%,#e6e6e6 100%);background:linear-gradient(to bottom,white 0%,#e6e6e6 100%);}

 /* line 2291,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch:active{background:transparent;}

 /* line 2293,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.large{height:44px;}

 /* line 2295,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.large label{padding:0 0.375em;line-height:2.3em;font-size:1.0625em;}

 /* line 2299,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.large input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-2.6875em;}

 /* line 2302,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.large span:last-child{width:2.75em;height:2.75em;}

 /* line 2305,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.small{height:28px;}

 /* line 2307,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.small label{padding:0 0.375em;line-height:2.1em;font-size:0.75em;}

 /* line 2311,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.small input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-1.6875em;}

 /* line 2314,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.small span:last-child{width:1.75em;height:1.75em;}

 /* line 2317,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.tiny{height:22px;}

 /* line 2319,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.tiny label{padding:0 0.375em;line-height:1.9em;font-size:0.6875em;}

 /* line 2323,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.tiny input:first-of-type:checked ~ span:last-child{left:100%;margin-left:-1.3125em;}

 /* line 2326,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.tiny span:last-child{width:1.375em;height:1.375em;}

 /* line 2329,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.radius{-webkit-border-radius:4px;border-radius:4px;}

 /* line 2332,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.radius span:last-child{-webkit-border-radius:3px;border-radius:3px;}

 /* line 2335,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.round{-webkit-border-radius:1000px;border-radius:1000px;}

 /* line 2338,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.round span:last-child{-webkit-border-radius:999px;border-radius:999px;}

 /* line 2341,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 div.switch.round label{padding:0 0.5625em;}

 @-webkit-keyframes webkitSiblingBugfix{from{position:relative;}
 to{position:relative;}
 }
}
/* Tooltips */
/* line 2351,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.has-tip{border-bottom:dotted 1px #cccccc;cursor:help;font-weight:bold;color:#333333;}

/* line 2356,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.has-tip:hover,.has-tip:focus{border-bottom:dotted 1px #196177;color:#2ba6cb;}

/* line 2359,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.has-tip.tip-left,.has-tip.tip-right{float:none !important;}

/* line 2362,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.tooltip{display:none;position:absolute;z-index:999;font-weight:bold;font-size:0.9375em;line-height:1.3;padding:0.5em;max-width:85%;left:50%;width:100%;color:white;background:black;-webkit-border-radius:3px;border-radius:3px;}

/* line 2377,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.tooltip > .nub{display:block;left:5px;position:absolute;width:0;height:0;border:solid 5px;border-color:transparent transparent black transparent;top:-10px;}

/* line 2386,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.tooltip.opened{color:#2ba6cb !important;border-bottom:dotted 1px #196177 !important;}

/* line 2390,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
.tap-to-close{display:block;font-size:0.625em;color:#888888;font-weight:normal;}

@media only screen and (min-width:768px){/* line 2397,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .tooltip > .nub{border-color:transparent transparent black transparent;top:-10px;}

 /* line 2400,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .tooltip.tip-top > .nub{border-color:black transparent transparent transparent;top:auto;bottom:-10px;}

 /* line 2404,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .tooltip.tip-left,.tooltip.tip-right{float:none !important;}

 /* line 2406,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .tooltip.tip-left > .nub{border-color:transparent transparent transparent black;right:-10px;left:auto;top:50%;margin-top:-5px;}

 /* line 2412,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/foundation.scss */
 .tooltip.tip-right > .nub{border-color:transparent black transparent transparent;right:auto;left:-10px;top:50%;margin-top:-5px;}
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author:Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:none;}

/* line 19,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face{font-family:'flexslider-icon';src:url("fonts/flexslider-icon.eot");src:url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"),url("fonts/flexslider-icon.woff") format("woff"),url("fonts/flexslider-icon.ttf") format("truetype"),url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");font-weight:normal;font-style:normal;}
/* FlexSlider Necessary Styles
*********************************/
/* line 39,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flexslider{margin:0;padding:0;}

/* line 40,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flexslider .slides > li{display:none;-webkit-backface-visibility:hidden;}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 41,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flexslider .slides img{width:100%;display:block;}

/* line 42,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-pauseplay span{text-transform:capitalize;}

/* Clearfix for the .slides element */
/* line 45,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0;}

/* line 46,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
html[xmlns] .slides{display:block;}

/* line 47,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
* html .slides{height:1%;}

/* No JavaScript Fallback */
/* If you are not using another script,such as Modernizr,make sure you
 * include js that eliminates this class on page load */
/* line 52,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.no-js .slides > li:first-child{display:block;}

/* FlexSlider Default Theme
*********************************/
/* line 56,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.2);-o-box-shadow:0 1px 4px rgba(0,0,0,0.2);box-shadow:0 1px 4px rgba(0,0,0,0.2);zoom:1;}

/* line 57,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;}

/* line 58,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.loading .flex-viewport{max-height:300px;}

/* line 59,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flexslider .slides{zoom:1;}

/* line 60,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.carousel li{margin-right:5px;}

/* Direction Nav */
/* line 63,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-direction-nav{*height:0;}

/* line 64,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-direction-nav a{display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,0.8);text-shadow:1px 1px 0 rgba(255,255,255,0.3);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

/* line 65,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-direction-nav .flex-prev{left:-50px;}

/* line 66,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-direction-nav .flex-next{right:-50px;text-align:right;}

/* line 67,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flexslider:hover .flex-prev{opacity:0.7;left:10px;}

/* line 68,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flexslider:hover .flex-next{opacity:0.7;right:10px;}

/* line 69,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover{opacity:1;}

/* line 70,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-direction-nav .flex-disabled{opacity:0 !important;filter:alpha(opacity=0);cursor:default;}

/* line 71,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-direction-nav a:before{font-family:"flexslider-icon";font-size:40px;display:inline-block;content:'\f001';}

/* line 72,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-direction-nav a.flex-next:before{content:'\f002';}

/* Pause/Play */
/* line 75,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:0.8;z-index:10;overflow:hidden;cursor:pointer;color:#000;}

/* line 76,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004';}

/* line 77,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-pauseplay a:hover{opacity:1;}

/* line 78,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-pauseplay a.flex-play:before{content:'\f003';}

/* Control Nav */
/* line 81,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-nav{width:100%;position:absolute;bottom:44px;text-align:center;z-index:10;}

/* line 82,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-nav li{margin:0 4px;display:inline-block;zoom:1;*display:inline;}

/* line 83,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-paging li a{width:10px;height:10px;display:block;background:none;cursor:pointer;text-indent:-9999px;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;border-radius:20px;border:1px solid #222;}

/* line 84,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-paging li a:hover{background:#222;background:rgba(255,255,255,0.7);}

/* line 85,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-paging li a.flex-active{background:#222;cursor:default;}

/* line 86,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-paging li:last-child{margin-bottom:0px;}

/* line 88,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden;}

/* line 89,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-thumbs li{width:25%;float:left;margin:0;}

/* line 90,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-thumbs img{width:100%;display:block;opacity:.7;cursor:pointer;}

/* line 91,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-thumbs img:hover{opacity:1;}

/* line 92,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
.flex-control-thumbs .flex-active{opacity:1;cursor:default;}

@media screen and (max-width:860px){/* line 95,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
 .flex-direction-nav .flex-prev{opacity:1;left:10px;}

 /* line 96,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/flexslider.scss */
 .flex-direction-nav .flex-next{opacity:1;right:10px;}
}
@font-face{font-family:'ElegantIcons';src:url("../fonts/ElegantIcons.eot");src:url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),url("../fonts/ElegantIcons.woff") format("woff"),url("../fonts/ElegantIcons.ttf") format("truetype"),url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");font-weight:normal;font-style:normal;}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
/* line 13,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
[data-icon]:before{font-family:'ElegantIcons';content:attr(data-icon);speak:none;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,you can use the generic selector below,but it's slower:[class*="your-class-prefix"]{*/
/* line 31,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_up,.arrow_down,.arrow_left,.arrow_right,.arrow_left-up,.arrow_right-up,.arrow_right-down,.arrow_left-down,.arrow-up-down,.arrow_up-down_alt,.arrow_left-right_alt,.arrow_left-right,.arrow_expand_alt2,.arrow_expand_alt,.arrow_condense,.arrow_expand,.arrow_move,.arrow_carrot-up,.arrow_carrot-down,.arrow_carrot-left,.arrow_carrot-right,.arrow_carrot-2up,.arrow_carrot-2down,.arrow_carrot-2left,.arrow_carrot-2right,.arrow_carrot-up_alt2,.arrow_carrot-down_alt2,.arrow_carrot-left_alt2,.arrow_carrot-right_alt2,.arrow_carrot-2up_alt2,.arrow_carrot-2down_alt2,.arrow_carrot-2left_alt2,.arrow_carrot-2right_alt2,.arrow_triangle-up,.arrow_triangle-down,.arrow_triangle-left,.arrow_triangle-right,.arrow_triangle-up_alt2,.arrow_triangle-down_alt2,.arrow_triangle-left_alt2,.arrow_triangle-right_alt2,.arrow_back,.icon_minus-06,.icon_plus,.icon_close,.icon_check,.icon_minus_alt2,.icon_plus_alt2,.icon_close_alt2,.icon_check_alt2,.icon_zoom-out_alt,.icon_zoom-in_alt,.icon_search,.icon_box-empty,.icon_box-selected,.icon_minus-box,.icon_plus-box,.icon_box-checked,.icon_circle-empty,.icon_circle-slelected,.icon_stop_alt2,.icon_stop,.icon_pause_alt2,.icon_pause,.icon_menu,.icon_menu-square_alt2,.icon_menu-circle_alt2,.icon_ul,.icon_ol,.icon_adjust-horiz,.icon_adjust-vert,.icon_document_alt,.icon_documents_alt,.icon_pencil,.icon_pencil-edit_alt,.icon_pencil-edit,.icon_folder-alt,.icon_folder-open_alt,.icon_folder-add_alt,.icon_info_alt,.icon_error-oct_alt,.icon_error-circle_alt,.icon_error-triangle_alt,.icon_question_alt2,.icon_question,.icon_comment_alt,.icon_chat_alt,.icon_vol-mute_alt,.icon_volume-low_alt,.icon_volume-high_alt,.icon_quotations,.icon_quotations_alt2,.icon_clock_alt,.icon_lock_alt,.icon_lock-open_alt,.icon_key_alt,.icon_cloud_alt,.icon_cloud-upload_alt,.icon_cloud-download_alt,.icon_image,.icon_images,.icon_lightbulb_alt,.icon_gift_alt,.icon_house_alt,.icon_genius,.icon_mobile,.icon_tablet,.icon_laptop,.icon_desktop,.icon_camera_alt,.icon_mail_alt,.icon_cone_alt,.icon_ribbon_alt,.icon_bag_alt,.icon_creditcard,.icon_cart_alt,.icon_paperclip,.icon_tag_alt,.icon_tags_alt,.icon_trash_alt,.icon_cursor_alt,.icon_mic_alt,.icon_compass_alt,.icon_pin_alt,.icon_pushpin_alt,.icon_map_alt,.icon_drawer_alt,.icon_toolbox_alt,.icon_book_alt,.icon_calendar,.icon_film,.icon_table,.icon_contacts_alt,.icon_headphones,.icon_lifesaver,.icon_piechart,.icon_refresh,.icon_link_alt,.icon_link,.icon_loading,.icon_blocked,.icon_archive_alt,.icon_heart_alt,.icon_star_alt,.icon_star-half_alt,.icon_star,.icon_star-half,.icon_tools,.icon_tool,.icon_cog,.icon_cogs,.arrow_up_alt,.arrow_down_alt,.arrow_left_alt,.arrow_right_alt,.arrow_left-up_alt,.arrow_right-up_alt,.arrow_right-down_alt,.arrow_left-down_alt,.arrow_condense_alt,.arrow_expand_alt3,.arrow_carrot_up_alt,.arrow_carrot-down_alt,.arrow_carrot-left_alt,.arrow_carrot-right_alt,.arrow_carrot-2up_alt,.arrow_carrot-2dwnn_alt,.arrow_carrot-2left_alt,.arrow_carrot-2right_alt,.arrow_triangle-up_alt,.arrow_triangle-down_alt,.arrow_triangle-left_alt,.arrow_triangle-right_alt,.icon_minus_alt,.icon_plus_alt,.icon_close_alt,.icon_check_alt,.icon_zoom-out,.icon_zoom-in,.icon_stop_alt,.icon_menu-square_alt,.icon_menu-circle_alt,.icon_document,.icon_documents,.icon_pencil_alt,.icon_folder,.icon_folder-open,.icon_folder-add,.icon_folder_upload,.icon_folder_download,.icon_info,.icon_error-circle,.icon_error-oct,.icon_error-triangle,.icon_question_alt,.icon_comment,.icon_chat,.icon_vol-mute,.icon_volume-low,.icon_volume-high,.icon_quotations_alt,.icon_clock,.icon_lock,.icon_lock-open,.icon_key,.icon_cloud,.icon_cloud-upload,.icon_cloud-download,.icon_lightbulb,.icon_gift,.icon_house,.icon_camera,.icon_mail,.icon_cone,.icon_ribbon,.icon_bag,.icon_cart,.icon_tag,.icon_tags,.icon_trash,.icon_cursor,.icon_mic,.icon_compass,.icon_pin,.icon_pushpin,.icon_map,.icon_drawer,.icon_toolbox,.icon_book,.icon_contacts,.icon_archive,.icon_heart,.icon_profile,.icon_group,.icon_grid-2x2,.icon_grid-3x3,.icon_music,.icon_pause_alt,.icon_phone,.icon_upload,.icon_download,.social_facebook,.social_twitter,.social_pinterest,.social_googleplus,.social_tumblr,.social_tumbleupon,.social_wordpress,.social_instagram,.social_dribbble,.social_vimeo,.social_linkedin,.social_rss,.social_deviantart,.social_share,.social_myspace,.social_skype,.social_youtube,.social_picassa,.social_googledrive,.social_flickr,.social_blogger,.social_spotify,.social_delicious,.social_facebook_circle,.social_twitter_circle,.social_pinterest_circle,.social_googleplus_circle,.social_tumblr_circle,.social_stumbleupon_circle,.social_wordpress_circle,.social_instagram_circle,.social_dribbble_circle,.social_vimeo_circle,.social_linkedin_circle,.social_rss_circle,.social_deviantart_circle,.social_share_circle,.social_myspace_circle,.social_skype_circle,.social_youtube_circle,.social_picassa_circle,.social_googledrive_alt2,.social_flickr_circle,.social_blogger_circle,.social_spotify_circle,.social_delicious_circle,.social_facebook_square,.social_twitter_square,.social_pinterest_square,.social_googleplus_square,.social_tumblr_square,.social_stumbleupon_square,.social_wordpress_square,.social_instagram_square,.social_dribbble_square,.social_vimeo_square,.social_linkedin_square,.social_rss_square,.social_deviantart_square,.social_share_square,.social_myspace_square,.social_skype_square,.social_youtube_square,.social_picassa_square,.social_googledrive_square,.social_flickr_square,.social_blogger_square,.social_spotify_square,.social_delicious_square,.icon_printer,.icon_calulator,.icon_building,.icon_floppy,.icon_drive,.icon_search-2,.icon_id,.icon_id-2,.icon_puzzle,.icon_like,.icon_dislike,.icon_mug,.icon_currency,.icon_wallet,.icon_pens,.icon_easel,.icon_flowchart,.icon_datareport,.icon_briefcase,.icon_shield,.icon_percent,.icon_globe,.icon_globe-2,.icon_target,.icon_hourglass,.icon_balance,.icon_rook,.icon_printer-alt,.icon_calculator_alt,.icon_building_alt,.icon_floppy_alt,.icon_drive_alt,.icon_search_alt,.icon_id_alt,.icon_id-2_alt,.icon_puzzle_alt,.icon_like_alt,.icon_dislike_alt,.icon_mug_alt,.icon_currency_alt,.icon_wallet_alt,.icon_pens_alt,.icon_easel_alt,.icon_flowchart_alt,.icon_datareport_alt,.icon_briefcase_alt,.icon_shield_alt,.icon_percent_alt,.icon_globe_alt,.icon_clipboard{font-family:'ElegantIcons';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;}

/* line 41,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_up:before{content:"\21";}

/* line 44,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_down:before{content:"\22";}

/* line 47,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_left:before{content:"\23";}

/* line 50,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_right:before{content:"\24";}

/* line 53,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_left-up:before{content:"\25";}

/* line 56,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_right-up:before{content:"\26";}

/* line 59,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_right-down:before{content:"\27";}

/* line 62,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_left-down:before{content:"\28";}

/* line 65,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow-up-down:before{content:"\29";}

/* line 68,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_up-down_alt:before{content:"\2a";}

/* line 71,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_left-right_alt:before{content:"\2b";}

/* line 74,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_left-right:before{content:"\2c";}

/* line 77,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_expand_alt2:before{content:"\2d";}

/* line 80,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_expand_alt:before{content:"\2e";}

/* line 83,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_condense:before{content:"\2f";}

/* line 86,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_expand:before{content:"\30";}

/* line 89,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_move:before{content:"\31";}

/* line 92,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-up:before{content:"\32";}

/* line 95,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-down:before{content:"\33";}

/* line 98,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-left:before{content:"\34";}

/* line 101,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-right:before{content:"\35";}

/* line 104,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2up:before{content:"\36";}

/* line 107,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2down:before{content:"\37";}

/* line 110,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2left:before{content:"\38";}

/* line 113,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2right:before{content:"\39";}

/* line 116,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-up_alt2:before{content:"\3a";}

/* line 119,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-down_alt2:before{content:"\3b";}

/* line 122,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-left_alt2:before{content:"\3c";}

/* line 125,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-right_alt2:before{content:"\3d";}

/* line 128,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2up_alt2:before{content:"\3e";}

/* line 131,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2down_alt2:before{content:"\3f";}

/* line 134,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2left_alt2:before{content:"\40";}

/* line 137,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2right_alt2:before{content:"\41";}

/* line 140,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-up:before{content:"\42";}

/* line 143,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-down:before{content:"\43";}

/* line 146,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-left:before{content:"\44";}

/* line 149,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-right:before{content:"\45";}

/* line 152,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-up_alt2:before{content:"\46";}

/* line 155,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-down_alt2:before{content:"\47";}

/* line 158,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-left_alt2:before{content:"\48";}

/* line 161,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-right_alt2:before{content:"\49";}

/* line 164,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_back:before{content:"\4a";}

/* line 167,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_minus-06:before{content:"\4b";}

/* line 170,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_plus:before{content:"\4c";}

/* line 173,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_close:before{content:"\4d";}

/* line 176,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_check:before{content:"\4e";}

/* line 179,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_minus_alt2:before{content:"\4f";}

/* line 182,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_plus_alt2:before{content:"\50";}

/* line 185,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_close_alt2:before{content:"\51";}

/* line 188,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_check_alt2:before{content:"\52";}

/* line 191,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_zoom-out_alt:before{content:"\53";}

/* line 194,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_zoom-in_alt:before{content:"\54";}

/* line 197,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_search:before{content:"\55";}

/* line 200,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_box-empty:before{content:"\56";}

/* line 203,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_box-selected:before{content:"\57";}

/* line 206,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_minus-box:before{content:"\58";}

/* line 209,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_plus-box:before{content:"\59";}

/* line 212,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_box-checked:before{content:"\5a";}

/* line 215,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_circle-empty:before{content:"\5b";}

/* line 218,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_circle-slelected:before{content:"\5c";}

/* line 221,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_stop_alt2:before{content:"\5d";}

/* line 224,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_stop:before{content:"\5e";}

/* line 227,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pause_alt2:before{content:"\5f";}

/* line 230,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pause:before{content:"\60";}

/* line 233,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_menu:before{content:"\61";}

/* line 236,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_menu-square_alt2:before{content:"\62";}

/* line 239,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_menu-circle_alt2:before{content:"\63";}

/* line 242,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_ul:before{content:"\64";}

/* line 245,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_ol:before{content:"\65";}

/* line 248,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_adjust-horiz:before{content:"\66";}

/* line 251,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_adjust-vert:before{content:"\67";}

/* line 254,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_document_alt:before{content:"\68";}

/* line 257,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_documents_alt:before{content:"\69";}

/* line 260,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pencil:before{content:"\6a";}

/* line 263,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pencil-edit_alt:before{content:"\6b";}

/* line 266,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pencil-edit:before{content:"\6c";}

/* line 269,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_folder-alt:before{content:"\6d";}

/* line 272,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_folder-open_alt:before{content:"\6e";}

/* line 275,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_folder-add_alt:before{content:"\6f";}

/* line 278,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_info_alt:before{content:"\70";}

/* line 281,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_error-oct_alt:before{content:"\71";}

/* line 284,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_error-circle_alt:before{content:"\72";}

/* line 287,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_error-triangle_alt:before{content:"\73";}

/* line 290,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_question_alt2:before{content:"\74";}

/* line 293,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_question:before{content:"\75";}

/* line 296,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_comment_alt:before{content:"\76";}

/* line 299,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_chat_alt:before{content:"\77";}

/* line 302,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_vol-mute_alt:before{content:"\78";}

/* line 305,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_volume-low_alt:before{content:"\79";}

/* line 308,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_volume-high_alt:before{content:"\7a";}

/* line 311,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_quotations:before{content:"\7b";}

/* line 314,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_quotations_alt2:before{content:"\7c";}

/* line 317,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_clock_alt:before{content:"\7d";}

/* line 320,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_lock_alt:before{content:"\7e";}

/* line 323,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_lock-open_alt:before{content:"\e000";}

/* line 326,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_key_alt:before{content:"\e001";}

/* line 329,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cloud_alt:before{content:"\e002";}

/* line 332,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cloud-upload_alt:before{content:"\e003";}

/* line 335,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cloud-download_alt:before{content:"\e004";}

/* line 338,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_image:before{content:"\e005";}

/* line 341,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_images:before{content:"\e006";}

/* line 344,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_lightbulb_alt:before{content:"\e007";}

/* line 347,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_gift_alt:before{content:"\e008";}

/* line 350,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_house_alt:before{content:"\e009";}

/* line 353,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_genius:before{content:"\e00a";}

/* line 356,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_mobile:before{content:"\e00b";}

/* line 359,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_tablet:before{content:"\e00c";}

/* line 362,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_laptop:before{content:"\e00d";}

/* line 365,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_desktop:before{content:"\e00e";}

/* line 368,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_camera_alt:before{content:"\e00f";}

/* line 371,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_mail_alt:before{content:"\e010";}

/* line 374,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cone_alt:before{content:"\e011";}

/* line 377,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_ribbon_alt:before{content:"\e012";}

/* line 380,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_bag_alt:before{content:"\e013";}

/* line 383,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_creditcard:before{content:"\e014";}

/* line 386,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cart_alt:before{content:"\e015";}

/* line 389,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_paperclip:before{content:"\e016";}

/* line 392,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_tag_alt:before{content:"\e017";}

/* line 395,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_tags_alt:before{content:"\e018";}

/* line 398,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_trash_alt:before{content:"\e019";}

/* line 401,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cursor_alt:before{content:"\e01a";}

/* line 404,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_mic_alt:before{content:"\e01b";}

/* line 407,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_compass_alt:before{content:"\e01c";}

/* line 410,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pin_alt:before{content:"\e01d";}

/* line 413,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pushpin_alt:before{content:"\e01e";}

/* line 416,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_map_alt:before{content:"\e01f";}

/* line 419,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_drawer_alt:before{content:"\e020";}

/* line 422,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_toolbox_alt:before{content:"\e021";}

/* line 425,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_book_alt:before{content:"\e022";}

/* line 428,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_calendar:before{content:"\e023";}

/* line 431,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_film:before{content:"\e024";}

/* line 434,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_table:before{content:"\e025";}

/* line 437,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_contacts_alt:before{content:"\e026";}

/* line 440,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_headphones:before{content:"\e027";}

/* line 443,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_lifesaver:before{content:"\e028";}

/* line 446,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_piechart:before{content:"\e029";}

/* line 449,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_refresh:before{content:"\e02a";}

/* line 452,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_link_alt:before{content:"\e02b";}

/* line 455,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_link:before{content:"\e02c";}

/* line 458,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_loading:before{content:"\e02d";}

/* line 461,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_blocked:before{content:"\e02e";}

/* line 464,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_archive_alt:before{content:"\e02f";}

/* line 467,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_heart_alt:before{content:"\e030";}

/* line 470,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_star_alt:before{content:"\e031";}

/* line 473,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_star-half_alt:before{content:"\e032";}

/* line 476,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_star:before{content:"\e033";}

/* line 479,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_star-half:before{content:"\e034";}

/* line 482,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_tools:before{content:"\e035";}

/* line 485,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_tool:before{content:"\e036";}

/* line 488,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cog:before{content:"\e037";}

/* line 491,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cogs:before{content:"\e038";}

/* line 494,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_up_alt:before{content:"\e039";}

/* line 497,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_down_alt:before{content:"\e03a";}

/* line 500,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_left_alt:before{content:"\e03b";}

/* line 503,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_right_alt:before{content:"\e03c";}

/* line 506,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_left-up_alt:before{content:"\e03d";}

/* line 509,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_right-up_alt:before{content:"\e03e";}

/* line 512,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_right-down_alt:before{content:"\e03f";}

/* line 515,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_left-down_alt:before{content:"\e040";}

/* line 518,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_condense_alt:before{content:"\e041";}

/* line 521,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_expand_alt3:before{content:"\e042";}

/* line 524,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot_up_alt:before{content:"\e043";}

/* line 527,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-down_alt:before{content:"\e044";}

/* line 530,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-left_alt:before{content:"\e045";}

/* line 533,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-right_alt:before{content:"\e046";}

/* line 536,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2up_alt:before{content:"\e047";}

/* line 539,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2dwnn_alt:before{content:"\e048";}

/* line 542,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2left_alt:before{content:"\e049";}

/* line 545,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_carrot-2right_alt:before{content:"\e04a";}

/* line 548,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-up_alt:before{content:"\e04b";}

/* line 551,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-down_alt:before{content:"\e04c";}

/* line 554,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-left_alt:before{content:"\e04d";}

/* line 557,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.arrow_triangle-right_alt:before{content:"\e04e";}

/* line 560,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_minus_alt:before{content:"\e04f";}

/* line 563,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_plus_alt:before{content:"\e050";}

/* line 566,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_close_alt:before{content:"\e051";}

/* line 569,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_check_alt:before{content:"\e052";}

/* line 572,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_zoom-out:before{content:"\e053";}

/* line 575,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_zoom-in:before{content:"\e054";}

/* line 578,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_stop_alt:before{content:"\e055";}

/* line 581,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_menu-square_alt:before{content:"\e056";}

/* line 584,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_menu-circle_alt:before{content:"\e057";}

/* line 587,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_document:before{content:"\e058";}

/* line 590,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_documents:before{content:"\e059";}

/* line 593,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pencil_alt:before{content:"\e05a";}

/* line 596,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_folder:before{content:"\e05b";}

/* line 599,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_folder-open:before{content:"\e05c";}

/* line 602,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_folder-add:before{content:"\e05d";}

/* line 605,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_folder_upload:before{content:"\e05e";}

/* line 608,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_folder_download:before{content:"\e05f";}

/* line 611,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_info:before{content:"\e060";}

/* line 614,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_error-circle:before{content:"\e061";}

/* line 617,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_error-oct:before{content:"\e062";}

/* line 620,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_error-triangle:before{content:"\e063";}

/* line 623,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_question_alt:before{content:"\e064";}

/* line 626,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_comment:before{content:"\e065";}

/* line 629,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_chat:before{content:"\e066";}

/* line 632,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_vol-mute:before{content:"\e067";}

/* line 635,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_volume-low:before{content:"\e068";}

/* line 638,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_volume-high:before{content:"\e069";}

/* line 641,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_quotations_alt:before{content:"\e06a";}

/* line 644,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_clock:before{content:"\e06b";}

/* line 647,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_lock:before{content:"\e06c";}

/* line 650,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_lock-open:before{content:"\e06d";}

/* line 653,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_key:before{content:"\e06e";}

/* line 656,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cloud:before{content:"\e06f";}

/* line 659,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cloud-upload:before{content:"\e070";}

/* line 662,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cloud-download:before{content:"\e071";}

/* line 665,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_lightbulb:before{content:"\e072";}

/* line 668,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_gift:before{content:"\e073";}

/* line 671,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_house:before{content:"\e074";}

/* line 674,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_camera:before{content:"\e075";}

/* line 677,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_mail:before{content:"\e076";}

/* line 680,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cone:before{content:"\e077";}

/* line 683,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_ribbon:before{content:"\e078";}

/* line 686,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_bag:before{content:"\e079";}

/* line 689,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cart:before{content:"\e07a";}

/* line 692,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_tag:before{content:"\e07b";}

/* line 695,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_tags:before{content:"\e07c";}

/* line 698,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_trash:before{content:"\e07d";}

/* line 701,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_cursor:before{content:"\e07e";}

/* line 704,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_mic:before{content:"\e07f";}

/* line 707,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_compass:before{content:"\e080";}

/* line 710,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pin:before{content:"\e081";}

/* line 713,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pushpin:before{content:"\e082";}

/* line 716,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_map:before{content:"\e083";}

/* line 719,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_drawer:before{content:"\e084";}

/* line 722,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_toolbox:before{content:"\e085";}

/* line 725,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_book:before{content:"\e086";}

/* line 728,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_contacts:before{content:"\e087";}

/* line 731,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_archive:before{content:"\e088";}

/* line 734,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_heart:before{content:"\e089";}

/* line 737,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_profile:before{content:"\e08a";}

/* line 740,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_group:before{content:"\e08b";}

/* line 743,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_grid-2x2:before{content:"\e08c";}

/* line 746,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_grid-3x3:before{content:"\e08d";}

/* line 749,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_music:before{content:"\e08e";}

/* line 752,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pause_alt:before{content:"\e08f";}

/* line 755,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_phone:before{content:"\e090";}

/* line 758,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_upload:before{content:"\e091";}

/* line 761,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_download:before{content:"\e092";}

/* line 764,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_facebook:before{content:"\e093";}

/* line 767,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_twitter:before{content:"\e094";}

/* line 770,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_pinterest:before{content:"\e095";}

/* line 773,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_googleplus:before{content:"\e096";}

/* line 776,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_tumblr:before{content:"\e097";}

/* line 779,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_tumbleupon:before{content:"\e098";}

/* line 782,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_wordpress:before{content:"\e099";}

/* line 785,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_instagram:before{content:"\e09a";}

/* line 788,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_dribbble:before{content:"\e09b";}

/* line 791,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_vimeo:before{content:"\e09c";}

/* line 794,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_linkedin:before{content:"\e09d";}

/* line 797,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_rss:before{content:"\e09e";}

/* line 800,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_deviantart:before{content:"\e09f";}

/* line 803,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_share:before{content:"\e0a0";}

/* line 806,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_myspace:before{content:"\e0a1";}

/* line 809,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_skype:before{content:"\e0a2";}

/* line 812,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_youtube:before{content:"\e0a3";}

/* line 815,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_picassa:before{content:"\e0a4";}

/* line 818,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_googledrive:before{content:"\e0a5";}

/* line 821,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_flickr:before{content:"\e0a6";}

/* line 824,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_blogger:before{content:"\e0a7";}

/* line 827,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_spotify:before{content:"\e0a8";}

/* line 830,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_delicious:before{content:"\e0a9";}

/* line 833,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_facebook_circle:before{content:"\e0aa";}

/* line 836,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_twitter_circle:before{content:"\e0ab";}

/* line 839,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_pinterest_circle:before{content:"\e0ac";}

/* line 842,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_googleplus_circle:before{content:"\e0ad";}

/* line 845,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_tumblr_circle:before{content:"\e0ae";}

/* line 848,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_stumbleupon_circle:before{content:"\e0af";}

/* line 851,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_wordpress_circle:before{content:"\e0b0";}

/* line 854,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_instagram_circle:before{content:"\e0b1";}

/* line 857,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_dribbble_circle:before{content:"\e0b2";}

/* line 860,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_vimeo_circle:before{content:"\e0b3";}

/* line 863,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_linkedin_circle:before{content:"\e0b4";}

/* line 866,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_rss_circle:before{content:"\e0b5";}

/* line 869,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_deviantart_circle:before{content:"\e0b6";}

/* line 872,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_share_circle:before{content:"\e0b7";}

/* line 875,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_myspace_circle:before{content:"\e0b8";}

/* line 878,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_skype_circle:before{content:"\e0b9";}

/* line 881,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_youtube_circle:before{content:"\e0ba";}

/* line 884,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_picassa_circle:before{content:"\e0bb";}

/* line 887,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_googledrive_alt2:before{content:"\e0bc";}

/* line 890,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_flickr_circle:before{content:"\e0bd";}

/* line 893,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_blogger_circle:before{content:"\e0be";}

/* line 896,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_spotify_circle:before{content:"\e0bf";}

/* line 899,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_delicious_circle:before{content:"\e0c0";}

/* line 902,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_facebook_square:before{content:"\e0c1";}

/* line 905,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_twitter_square:before{content:"\e0c2";}

/* line 908,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_pinterest_square:before{content:"\e0c3";}

/* line 911,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_googleplus_square:before{content:"\e0c4";}

/* line 914,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_tumblr_square:before{content:"\e0c5";}

/* line 917,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_stumbleupon_square:before{content:"\e0c6";}

/* line 920,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_wordpress_square:before{content:"\e0c7";}

/* line 923,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_instagram_square:before{content:"\e0c8";}

/* line 926,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_dribbble_square:before{content:"\e0c9";}

/* line 929,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_vimeo_square:before{content:"\e0ca";}

/* line 932,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_linkedin_square:before{content:"\e0cb";}

/* line 935,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_rss_square:before{content:"\e0cc";}

/* line 938,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_deviantart_square:before{content:"\e0cd";}

/* line 941,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_share_square:before{content:"\e0ce";}

/* line 944,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_myspace_square:before{content:"\e0cf";}

/* line 947,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_skype_square:before{content:"\e0d0";}

/* line 950,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_youtube_square:before{content:"\e0d1";}

/* line 953,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_picassa_square:before{content:"\e0d2";}

/* line 956,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_googledrive_square:before{content:"\e0d3";}

/* line 959,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_flickr_square:before{content:"\e0d4";}

/* line 962,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_blogger_square:before{content:"\e0d5";}

/* line 965,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_spotify_square:before{content:"\e0d6";}

/* line 968,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.social_delicious_square:before{content:"\e0d7";}

/* line 971,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_printer:before{content:"\e103";}

/* line 974,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_calulator:before{content:"\e0ee";}

/* line 977,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_building:before{content:"\e0ef";}

/* line 980,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_floppy:before{content:"\e0e8";}

/* line 983,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_drive:before{content:"\e0ea";}

/* line 986,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_search-2:before{content:"\e101";}

/* line 989,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_id:before{content:"\e107";}

/* line 992,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_id-2:before{content:"\e108";}

/* line 995,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_puzzle:before{content:"\e102";}

/* line 998,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_like:before{content:"\e106";}

/* line 1001,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_dislike:before{content:"\e0eb";}

/* line 1004,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_mug:before{content:"\e105";}

/* line 1007,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_currency:before{content:"\e0ed";}

/* line 1010,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_wallet:before{content:"\e100";}

/* line 1013,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pens:before{content:"\e104";}

/* line 1016,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_easel:before{content:"\e0e9";}

/* line 1019,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_flowchart:before{content:"\e109";}

/* line 1022,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_datareport:before{content:"\e0ec";}

/* line 1025,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_briefcase:before{content:"\e0fe";}

/* line 1028,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_shield:before{content:"\e0f6";}

/* line 1031,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_percent:before{content:"\e0fb";}

/* line 1034,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_globe:before{content:"\e0e2";}

/* line 1037,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_globe-2:before{content:"\e0e3";}

/* line 1040,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_target:before{content:"\e0f5";}

/* line 1043,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_hourglass:before{content:"\e0e1";}

/* line 1046,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_balance:before{content:"\e0ff";}

/* line 1049,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_rook:before{content:"\e0f8";}

/* line 1052,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_printer-alt:before{content:"\e0fa";}

/* line 1055,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_calculator_alt:before{content:"\e0e7";}

/* line 1058,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_building_alt:before{content:"\e0fd";}

/* line 1061,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_floppy_alt:before{content:"\e0e4";}

/* line 1064,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_drive_alt:before{content:"\e0e5";}

/* line 1067,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_search_alt:before{content:"\e0f7";}

/* line 1070,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_id_alt:before{content:"\e0e0";}

/* line 1073,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_id-2_alt:before{content:"\e0fc";}

/* line 1076,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_puzzle_alt:before{content:"\e0f9";}

/* line 1079,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_like_alt:before{content:"\e0dd";}

/* line 1082,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_dislike_alt:before{content:"\e0f1";}

/* line 1085,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_mug_alt:before{content:"\e0dc";}

/* line 1088,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_currency_alt:before{content:"\e0f3";}

/* line 1091,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_wallet_alt:before{content:"\e0d8";}

/* line 1094,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_pens_alt:before{content:"\e0db";}

/* line 1097,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_easel_alt:before{content:"\e0f0";}

/* line 1100,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_flowchart_alt:before{content:"\e0df";}

/* line 1103,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_datareport_alt:before{content:"\e0f2";}

/* line 1106,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_briefcase_alt:before{content:"\e0f4";}

/* line 1109,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_shield_alt:before{content:"\e0d9";}

/* line 1112,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_percent_alt:before{content:"\e0da";}

/* line 1115,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_globe_alt:before{content:"\e0de";}

/* line 1118,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.icon_clipboard:before{content:"\e0e6";}

/* line 1123,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.glyph{float:left;text-align:center;padding:.75em;margin:.4em 1.5em .75em 0;width:6em;text-shadow:none;}

/* line 1131,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.glyph_big{font-size:128px;color:#59c5dc;float:left;margin-right:20px;}

/* line 1138,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.glyph div{padding-bottom:10px;}

/* line 1140,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.glyph input{font-family:consolas,monospace;font-size:12px;width:100%;text-align:center;border:0;box-shadow:0 0 0 1px #ccc;padding:.2em;-moz-border-radius:5px;-webkit-border-radius:5px;}

/* line 1151,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.centered{margin-left:auto;margin-right:auto;}

/* line 1155,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/icons.scss */
.glyph .fs1{font-size:2em;}

/***** GENERAL & PSEUDO CLASSES *****/
/* line 2,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
html,body{min-height:100%;}

/* line 5,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
body{-webkit-font-smoothing:antialiased;}

/* line 6,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#main-container{overflow:hidden;}

/* line 7,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
input{-webkit-appearance:none;}

/* line 8,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
input:focus{outline:none;}

/* line 9,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.border-bottom{border-bottom:2px solid #fff;height:32px;}

/* line 10,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.nopad{padding:0px;}

/* line 11,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.offix{overflow:hidden;}

/* line 12,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.pad-normal{padding-top:66px;padding-bottom:66px;}

/* line 13,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.pad-large{padding-top:121px;padding-bottom:121px;}

/* line 14,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.pad-top{padding-top:121px;}

/* line 15,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.pad-bottom{padding-bottom:66px;}

/* line 17,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#loader{position:absolute;width:100%;height:100%;background-color:#fff;z-index:20000;padding-top:250px;}

/* line 18,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#progress-bar{height:10px;background-color:#222;-webkit-transition:all .5s;transition:all .5s;-moz-transition:all .5s;width:0px;}

/*** TYPOG ***/
/* line 28,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.text-white{color:#fff;}

/* line 29,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.alt-h{font-family:'Vollkorn' !important;font-weight:normal !important;font-size:32px;}

/* line 30,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.highlight{color:#d4a16b;}

/* line 31,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.lowlight{color:#4b3f55;}

/* line 32,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.red{color:#ff1717;}

/* line 34,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.icon{display:inline-block;-webkit-backface-visibility:hidden;}

/*** ELEMENTS ***/
/* line 38,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.btn{border:2px solid #bbb;padding:16px 28px 18px 28px;display:inline-block;font-size:12px;cursor:pointer;font-weight:bold;color:#777;transition:all .2s ease;background:none;text-transform:uppercase;border-radius:3px;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease;}

/* line 54,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.btn .icon{margin-left:7px;}

/* line 55,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.btn:hover{background:#eee;color:#777;}

/* line 57,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.divider{position:relative;background-size:cover !important;}

/* line 60,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.page-title{margin-bottom:44px;}

/* line 61,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.ampersand{font-family:'Montserrat';display:inline-block;border-bottom:3px solid;font-size:18px;margin:0px 22px;font-weight:bold;line-height:1.1;}

/***** NAVIGATION *****/
/* line 66,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#navigation{position:fixed;top:0px;max-height:70px;z-index:999;width:100%;padding-top:17px;background:none;-webkit-transition:all .3s;transition:all .3s;-moz-transition:all .3s;opacity:0;top:-100px;padding-bottom:6px;}

/* line 81,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.nav-logo{max-width:90px;margin-top:3px;max-height:40px;}

/* line 82,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.open-nav{max-height:400px !important;}

/* line 83,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#menu{list-style:none;text-align:right;float:right;-webkit-backface-visibility:hidden;padding-top:3px;width:100%;line-height:68px;margin-top:-16px;}

/* line 84,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#menu li{float:left;margin-right:33px;}

/* line 85,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#menu li a{color:#888;font-family:'Montserrat';text-transform:uppercase;font-size:13px;font-weight:bold;}

/* line 90,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#menu li i{color:#555;font-size:24px;}

/* line 92,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#mobile-toggle{display:none;cursor:pointer;font-size:28px;position:absolute;right:22px;top:22px;}

/* line 94,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.sticky-nav{background-color:rgba(255,255,255,0.9) !important;opacity:1 !important;top:0px !important;}

/***** HOME SECTION *****/
/* line 98,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home{position:relative;overflow:hidden;}

/* line 100,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home-slider{position:relative;}

/* line 101,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home-slider .slides li{height:760px;position:relative;background-size:cover !important;}

/* line 102,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home-slider .slides li h1{font-size:63px;text-shadow:0 0 0.2em rgba(0,0,0,0.3);}

/* line 103,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home-slider .slides li span{text-shadow:0 0 0.2em rgba(0,0,0,0.3);}

/* line 104,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home-slider .flex-control-paging li a{border-color:#fff;}

/* line 105,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home-slider .flex-control-paging li a:hover{background:#fff;}

/* line 106,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home-slider .flex-control-paging li a.flex-active{background:#fff;}

/* line 108,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.logo{max-width:320px;margin-bottom:22px;}

/***** ABOUT SECTION *****/
/* line 112,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-detail{background-color:#f9f9f9;}

/* line 113,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-detail .page-title{margin-bottom:22px;}

/* line 115,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-toggle,.filters{overflow:hidden;display:inline-block;list-style:none;}

/* line 116,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-toggle li,.filters li{float:left;margin-right:33px;cursor:pointer;transition:all .5s ease;-webkit-transition:all .3s ease;}

/* line 117,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-toggle li:hover,.filters li:hover h6{color:#555;}

/* line 118,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-toggle li:last-child,.filters li:last-child{margin-right:0px;}

/* line 119,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-toggle .active,.filters .active{padding-bottom:7px;border-bottom:6px solid #d4a16b;}

/* line 120,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-toggle .active h6,.filters .active h6{color:#555;}

/* line 122,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about-toggle h6,.filters h6{font-size:14px;color:#838383;transition:all .2s ease;}

/* line 124,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.process{margin-bottom:66px;overflow:hidden;}

/* line 125,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.process .icon{font-size:52px;margin:0px auto;}

/* line 126,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.process .number{float:left;width:20%;font-family:'Montserrat';font-weight:bold;font-size:42px;}

/* line 127,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.process .process-text{float:left;width:80%;padding-top:13px;}

/* line 129,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.about-icons .icon{font-size:32px;margin-bottom:44px;margin-top:22px;color:#9a999a;width:80px;height:80px;border-radius:50%;border:2px solid #9a999a;text-align:center;padding-top:21px;background-color:#f9f9f9;position:relative;z-index:2;}

/* line 130,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.process-line{width:70%;height:1px;border-top:2px dashed #9a999a;position:relative;top:62px;z-index:1;margin:0px auto;}

/* line 132,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.team-member{margin-top:22px;transition:all .3s ease;-webkit-transition:all .3s ease;opacity:1;position:relative;-webkit-backface-visibility:hidden;}

/* line 133,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.team-member img{position:relative;}

/* line 134,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.team-focus{opacity:0.7;}

/* line 135,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.team-member .title{padding:11px 0px 11px 0px;border-top:1px solid #aaa;border-bottom:3px solid #aaa;margin:11px 0px 11px 0px;}

/* line 136,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.team-member .title span{font-family:'Montserrat';text-transform:uppercase;font-weight:bold;font-size:12px;dislay:inline-block;margin-right:11px;}

/* line 137,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.team-member .position{font-family:'Lato' !important;font-style:italic;font-weight:normal !important;}

/* line 139,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.team-social{width:50%;text-align:center;padding:11px 0px 11px 0px;font-size:30px;color:#fff;float:left;overflow:hidden;transition:all .3s ease;-webkit-backface-visibility:hidden;}

/* line 140,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.facebook{background-color:#3c5a99;}

/* line 141,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.twitter{background-color:#55acee;}

/* line 142,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.linkedin{background-color:#0677b5;}

/* line 143,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.google-plus{background-color:#cc5947;}
.pinterest{background-color:#bd081c;}

/* line 145,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.story-icons .icon{margin-right:44px;}

/* line 146,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.story-icons .icon:last-child{margin-right:0px;}

/***** SERVICES *****/
/* line 150,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#services{background-color:#ececec;position:relative;}

/* line 151,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#services-bg{background:url("../images/services-bg2.jpg") transparent;background-repeat:no-repeat;position:absolute;right:0px;top:0px;height:100%;width:33.33333%;z-index:2;background-size:cover;background-position:-450px,0px;}

/* line 152,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#services .columns{position:relative;}

/* line 153,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#services .list{font-size:0;}

/* line 157,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#services .page-title{margin-bottom:22px;}

/* line 158,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#services .lead{margin-bottom:44px;}

/* line 160,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.service{overflow:hidden;width:50%;padding-right:15px;margin-bottom:33px;display:inline-block;vertical-align:top;}

/* line 161,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.service h6{font-size:14px;color:#525252;margin-bottom:11px;}

/* line 162,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.service-icon{width:16%;float:left;font-size:30px;color:#525252;}

/* line 163,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.service-text{width:84%;float:left;}

/***** WORK *****/
/* line 167,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#work{overflow:hidden;}

/* line 168,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#work .page-title{margin-bottom:22px;}

/* line 170,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.filters{margin-bottom:121px;}

/* line 171,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.filters li{padding-bottom:7px;border-bottom:6px solid #fff;}

/* line 173,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.projects-container{overflow:hidden;}

/* line 175,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.project{float:left;cursor:pointer;position:relative;z-index:1;-webkit-backface-visibility:hidden;transition:all .3s ease;opacity:1;overflow:hidden;}

/* line 176,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.hide-project{opacity:0.2;}

/* line 177,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.hide-project:hover{cursor:default !important;}

/* line 178,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.hide-project:hover .project-hover{display:none !important;}

/* line 179,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.project-hover{position:absolute;height:100%;width:100%;background-color:rgba(255,255,255,0.5);opacity:0;-webkit-transition:all .3s ease;z-index:2;}

/* line 180,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.project:hover .project-hover{opacity:1;}

/* line 181,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.hover-inner{position:absolute;width:100%;height:40%;bottom:-300px;background:#fff;padding:15px;-webkit-transition:all .3s ease;text-align:center;}

/* line 182,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.hover-inner h4{margin-top:17px;}

/* line 183,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.project:hover .project-hover .hover-inner{bottom:0px;}

/* line 185,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.ajax-container{overflow:hidden;max-height:0px;background:#f9f9f9;transition:all .5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all .5s ease;}

/* line 186,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.open-container{padding:88px 0px 141px 0px;max-height:2000px;}

/* line 190,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.ajax-container .page-title{margin-bottom:66px !important;}

/* line 191,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.ajax-container .page-title h2{margin-bottom:6px;}

/* line 192,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.project-slider .flex-control-nav{bottom:-55px;}

/* line 193,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.project-single h6{margin-bottom:11px;}

/* line 194,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.project-single .btn{margin-top:22px;}

/* line 195,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.project-single iframe{width:100%;height:350px;}

/* line 197,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.close-project{font-size:35px;margin-bottom:44px;color:#bbb;overflow:hidden;cursor:pointer;}

/***** BLOG *****/
/* line 201,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#blog{background-color:#ececec;position:relative;}

/* line 202,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#blog-bg{background:url("../images/blog-bg.jpg") transparent;background-repeat:no-repeat;position:absolute;left:0px;top:0px;height:100%;width:33.33333%;z-index:2;background-size:cover;background-position:0px,0px;}

/* line 203,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#blog .columns{position:relative;}

/* line 205,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#blog .page-title{margin-bottom:22px;}

/* line 206,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#blog .lead{margin-bottom:44px;}

/* line 208,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.blog-list{list-style:none;}

/* line 209,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.blog-list li{border-bottom:1px solid #ccc;margin-bottom:22px;padding-bottom:15px;overflow:hidden;}

/* line 210,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.blog-list li:last-child{border-bottom:none;margin-bottom:44px;}

/* line 211,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.blog-list li h3{font-size:14px;color:#5a555a;}

/* line 212,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.blog-list li span{font-size:12px;display:inline-block;margin-right:11px;}

/* line 213,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.blog-list li a{font-weight:bold;}

/* line 215,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.blog-icon{width:10%;font-size:36px;float:left;}

/* line 216,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.blog-title{width:90%;float:left;}

/***** TESTIMONIALS *****/
/* line 222,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#testimonials{background:#f9f9f9;}

/* line 224,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.testimonials-slider{position:relative;}

/* line 225,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.testimonials-slider p:last-child{margin-bottom:66px;}

/* line 226,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.testimonials-slider .flex-control-nav{bottom:-76px;}

/* line 228,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.quote-author{font-weight:300;font-style:italic;font-size:14px;}

/***** SOCIAL BAR ******/
/* line 232,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.social-bar{overflow:hidden;height:99px;}

/* line 234,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.social-link{position:relative;font-size:52px;color:#fff;padding:22px 0px 22px 0px;float:left;overflow:hidden;transition:all .3s ease;-webkit-transition:all .3s ease;}

/* line 235,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.social-link .icon{position:relative;transition:all .3s ease;-webkit-transition:all .3s ease;bottom:0px;}

/* line 236,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.social-link .link-hover{position:absolute;bottom:-200px;width:100%;transition:all .3s ease;-webkit-transition:all .3s ease;}

/* line 237,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.social-link .link-hover h6{font-size:16px;}

/* line 238,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.social-link:hover .icon{bottom:100px;}

/* line 239,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.social-link:hover .link-hover{bottom:35px;}

/****** CLIENTS *****/
/* line 243,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#client-slider img{max-width:120px;-webkit-backface-visibility:hidden;}

/* line 244,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#clients{padding:55px 0px 00px 0px;}

/* line 246,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#client-slider li{text-align:center;}

/* line 247,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.hero-screens{margin-top:99px;}

/***** CONTACT *****/
/* line 251,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#contact{background:#2e2e2e;position:relative;background:url("../images/contact-bg.jpg");background-size:cover;}

/* line 252,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#contact:before{position:absolute;width:100%;height:100%;content:'';background-color:#222;opacity:0.95;}

/* line 254,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#contact .row{padding:121px 0px 99px 0px;}

/* line 255,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#contact .pin-body{height:80px;}

/* line 256,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#contact input{background:none;border:none;border-bottom:3px solid #777;display:inline-block;-webkit-appearance:none;box-shadow:none;margin-bottom:10px;height:30px;text-transform:uppercase;}

/* line 257,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#contact h4{color:#555;font-size:18px;}

/* line 259,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.contact-form{overflow:hidden;margin-top:44px;}

/* line 260,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.contact-form input{float:left;margin:0px;background:none;border-bottom:3px solid #ddd;text-transform:none;transition:all .3s ease;padding-left:0px;}

/* line 261,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.contact-form input:focus{border-color:#eee;}

/* line 263,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#form-name{width:48%;float:left;}

/* line 264,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#form-answer{width:48%;float:left;margin-top:30px;}

/* line 265,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#form-email{width:48%;float:right;}

/* line 266,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#form-msg{width:100%;margin-top:22px;}

/* line 268,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.contact-methods{overflow:hidden;list-style:none;margin-top:44px;}

/* line 269,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.contact-methods li{margin-bottom:33px;overflow:hidden;-webkit-backface-visibility:hidden;position:relative;}

/* line 270,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.contact-methods li .icon{width:15%;float:left;font-size:42px;}

/* line 271,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.contact-methods li .method-text{width:85%;float:left;}

/* line 272,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.method-text h6{color:#ddd;}

/* line 273,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.method-text span{color:#999;}

/* line 275,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#contact .btn{border-color:#999;color:#999;margin-top:22px;margin-left:22px;float:right;}

/* line 277,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#form-sent{display:none;}

/* line 278,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#details-error{display:none;}

/***** FOOTER *****/
/* line 282,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#footer{background:#222;padding:66px 0px 66px 0px;}

/* line 283,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#footer h6{color:#575757;font-size:14px;}

/* line 286,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#home-slider a{font-size:70px;color:#fff;font-weight:700;font-family:"Montserrat",sans-serif;text-shadow:0 0 0.2em rgba(0,0,0,0.3);}

/* line 294,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about p,#services p,#work p{font-size:20px;line-height:1.9;}

/* line 300,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#about h1,#about h2{text-align:center;margin-bottom:44px;}

/* line 306,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#services .service p{font-size:14px;line-height:1.6;}

/* line 311,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.projects-container .room-cover{background-position:center center;background-size:cover;width:100%;height:280px;}

/* line 319,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#navigation .large-3.columns a{color:#000;font-family:'Montserrat';text-transform:uppercase;font-size:15px;font-weight:bold;line-height:30px;}

/* line 329,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.facilities{padding-left:0;list-style:none;}
/* line 333,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.facilities li{list-style:none;}

/* line 338,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.room-content{display:none;}

/* line 343,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
#booking-frame{width:100%;margin-top:70px;padding:0;border:0;display:block;}

/* line 351,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown{position:relative;}

/* line 354,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown .dropdown-menu{display:none;}

/* line 357,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown:hover .dropdown-menu{background:rgba(255,255,255,0.9);left:-10px;right:auto;border-radius:0;opacity:1;display:block;position:absolute;margin-left:0;width:auto;padding:0 10px 10px 10px;top:66px;}
/* line 369,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown:hover .dropdown-menu li{list-style:none;display:block;width:100%;float:none;text-align:left;margin-left:0;}
/* line 377,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown:hover .dropdown-menu li:hover{color:rgba(0,0,0,0.8);}
/* line 381,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown:hover .dropdown-menu a,.dropdown:hover .dropdown-menu a:hover{white-space:nowrap;}
/* line 385,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown:hover .dropdown-menu a:hover{color:rgba(0,0,0,0.8);}
/* line 389,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown:hover .dropdown-menu .dropdown .caret{border-left:4px dashed;border-left:4px solid \9;border-top:4px solid transparent;border-bottom:4px solid transparent;}
/* line 396,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown:hover .dropdown-menu .dropdown .dropdown-menu{display:none;}
/* line 399,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.dropdown:hover .dropdown-menu .dropdown:hover .dropdown-menu{left:100%;top:0;display:block;}

/* line 406,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent;}

/* line 418,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.logout{display:none;}

/* line 422,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/style.scss */
.gallery-section{margin-top:100px;}

/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted,free of charge,to any person obtaining a copy of this software and associated documentation files (the "Software"),to deal in the Software without restriction,including without limitation the rights to use,copy,modify,merge,publish,distribute,sublicense,and/or sell copies of the Software,and to permit persons to whom the Software is furnished to do so,subject to the following conditions:The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS",WITHOUT WARRANTY OF ANY KIND,EXPRESS OR IMPLIED,INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,DAMAGES OR OTHER LIABILITY,WHETHER IN AN ACTION OF CONTRACT,TORT OR OTHERWISE,ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
/* line 14,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
body{/* Addresses a small issue in webkit:http://bit.ly/NEdoDq */
 -webkit-backface-visibility:hidden;}

/* line 17,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.animated{-webkit-animation-duration:1s;-moz-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}

/* line 30,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fast-anim{-webkit-animation-duration:0.5s !important;-moz-animation-duration:0.5s !important;-o-animation-duration:0.5s !important;animation-duration:0.5s !important;}

/* line 37,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.slow-anim{-webkit-animation-duration:1.5s !important;-moz-animation-duration:1.5s !important;-o-animation-duration:1.5s !important;animation-duration:1.5s !important;}

/* line 44,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.vslow-anim{-webkit-animation-duration:2s !important;-moz-animation-duration:2s !important;-o-animation-duration:2s !important;animation-duration:2s !important;}

/* line 51,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.animated.hinge{-webkit-animation-duration:2s;-moz-animation-duration:2s;-o-animation-duration:2s;animation-duration:2s;}

@-webkit-keyframes flash{0%,50%,100%{opacity:1;}
 25%,75%{opacity:0;}
}
@-moz-keyframes flash{0%,50%,100%{opacity:1;}
 25%,75%{opacity:0;}
}
@-o-keyframes flash{0%,50%,100%{opacity:1;}
 25%,75%{opacity:0;}
}
@keyframes flash{0%,50%,100%{opacity:1;}
 25%,75%{opacity:0;}
}
/* line 78,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.flash{-webkit-animation-name:flash;-moz-animation-name:flash;-o-animation-name:flash;animation-name:flash;}

@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);}
 10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);}
 20%,40%,60%,80%{-webkit-transform:translateX(10px);}
}
@-moz-keyframes shake{0%,100%{-moz-transform:translateX(0);}
 10%,30%,50%,70%,90%{-moz-transform:translateX(-10px);}
 20%,40%,60%,80%{-moz-transform:translateX(10px);}
}
@-o-keyframes shake{0%,100%{-o-transform:translateX(0);}
 10%,30%,50%,70%,90%{-o-transform:translateX(-10px);}
 20%,40%,60%,80%{-o-transform:translateX(10px);}
}
@keyframes shake{0%,100%{transform:translateX(0);}
 10%,30%,50%,70%,90%{transform:translateX(-10px);}
 20%,40%,60%,80%{transform:translateX(10px);}
}
/* line 108,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.shake{-webkit-animation-name:shake;-moz-animation-name:shake;-o-animation-name:shake;animation-name:shake;}

@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);}
 40%{-webkit-transform:translateY(-30px);}
 60%{-webkit-transform:translateY(-15px);}
}
@-moz-keyframes bounce{0%,20%,50%,80%,100%{-moz-transform:translateY(0);}
 40%{-moz-transform:translateY(-30px);}
 60%{-moz-transform:translateY(-15px);}
}
@-o-keyframes bounce{0%,20%,50%,80%,100%{-o-transform:translateY(0);}
 40%{-o-transform:translateY(-30px);}
 60%{-o-transform:translateY(-15px);}
}
@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0);}
 40%{transform:translateY(-30px);}
 60%{transform:translateY(-15px);}
}
/* line 137,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounce{-webkit-animation-name:bounce;-moz-animation-name:bounce;-o-animation-name:bounce;animation-name:bounce;}

@-webkit-keyframes tada{0%{-webkit-transform:scale(1);}
 10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);}
 30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);}
 40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);}
 100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{0%{-moz-transform:scale(1);}
 10%,20%{-moz-transform:scale(0.9) rotate(-3deg);}
 30%,50%,70%,90%{-moz-transform:scale(1.1) rotate(3deg);}
 40%,60%,80%{-moz-transform:scale(1.1) rotate(-3deg);}
 100%{-moz-transform:scale(1) rotate(0);}
}
@-o-keyframes tada{0%{-o-transform:scale(1);}
 10%,20%{-o-transform:scale(0.9) rotate(-3deg);}
 30%,50%,70%,90%{-o-transform:scale(1.1) rotate(3deg);}
 40%,60%,80%{-o-transform:scale(1.1) rotate(-3deg);}
 100%{-o-transform:scale(1) rotate(0);}
}
@keyframes tada{0%{transform:scale(1);}
 10%,20%{transform:scale(0.9) rotate(-3deg);}
 30%,50%,70%,90%{transform:scale(1.1) rotate(3deg);}
 40%,60%,80%{transform:scale(1.1) rotate(-3deg);}
 100%{transform:scale(1) rotate(0);}
}
/* line 175,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.tada{-webkit-animation-name:tada;-moz-animation-name:tada;-o-animation-name:tada;animation-name:tada;}

@-webkit-keyframes swing{20%,40%,60%,80%,100%{-webkit-transform-origin:top center;}
 20%{-webkit-transform:rotate(15deg);}
 40%{-webkit-transform:rotate(-10deg);}
 60%{-webkit-transform:rotate(5deg);}
 80%{-webkit-transform:rotate(-5deg);}
 100%{-webkit-transform:rotate(0deg);}
}
@-moz-keyframes swing{20%{-moz-transform:rotate(15deg);}
 40%{-moz-transform:rotate(-10deg);}
 60%{-moz-transform:rotate(5deg);}
 80%{-moz-transform:rotate(-5deg);}
 100%{-moz-transform:rotate(0deg);}
}
@-o-keyframes swing{20%{-o-transform:rotate(15deg);}
 40%{-o-transform:rotate(-10deg);}
 60%{-o-transform:rotate(5deg);}
 80%{-o-transform:rotate(-5deg);}
 100%{-o-transform:rotate(0deg);}
}
@keyframes swing{20%{transform:rotate(15deg);}
 40%{transform:rotate(-10deg);}
 60%{transform:rotate(5deg);}
 80%{transform:rotate(-5deg);}
 100%{transform:rotate(0deg);}
}
/* line 214,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.swing{-webkit-transform-origin:top center;-moz-transform-origin:top center;-o-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;-moz-animation-name:swing;-o-animation-name:swing;animation-name:swing;}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);}
 15%{-webkit-transform:translateX(-25%) rotate(-5deg);}
 30%{-webkit-transform:translateX(20%) rotate(3deg);}
 45%{-webkit-transform:translateX(-15%) rotate(-3deg);}
 60%{-webkit-transform:translateX(10%) rotate(2deg);}
 75%{-webkit-transform:translateX(-5%) rotate(-1deg);}
 100%{-webkit-transform:translateX(0%);}
}
@-moz-keyframes wobble{0%{-moz-transform:translateX(0%);}
 15%{-moz-transform:translateX(-25%) rotate(-5deg);}
 30%{-moz-transform:translateX(20%) rotate(3deg);}
 45%{-moz-transform:translateX(-15%) rotate(-3deg);}
 60%{-moz-transform:translateX(10%) rotate(2deg);}
 75%{-moz-transform:translateX(-5%) rotate(-1deg);}
 100%{-moz-transform:translateX(0%);}
}
@-o-keyframes wobble{0%{-o-transform:translateX(0%);}
 15%{-o-transform:translateX(-25%) rotate(-5deg);}
 30%{-o-transform:translateX(20%) rotate(3deg);}
 45%{-o-transform:translateX(-15%) rotate(-3deg);}
 60%{-o-transform:translateX(10%) rotate(2deg);}
 75%{-o-transform:translateX(-5%) rotate(-1deg);}
 100%{-o-transform:translateX(0%);}
}
@keyframes wobble{0%{transform:translateX(0%);}
 15%{transform:translateX(-25%) rotate(-5deg);}
 30%{transform:translateX(20%) rotate(3deg);}
 45%{transform:translateX(-15%) rotate(-3deg);}
 60%{transform:translateX(10%) rotate(2deg);}
 75%{transform:translateX(-5%) rotate(-1deg);}
 100%{transform:translateX(0%);}
}
/* line 266,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.wobble{-webkit-animation-name:wobble;-moz-animation-name:wobble;-o-animation-name:wobble;animation-name:wobble;}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);}
 50%{-webkit-transform:scale(1.1);}
 100%{-webkit-transform:scale(1);}
}
@-moz-keyframes pulse{0%{-moz-transform:scale(1);}
 50%{-moz-transform:scale(1.1);}
 100%{-moz-transform:scale(1);}
}
@-o-keyframes pulse{0%{-o-transform:scale(1);}
 50%{-o-transform:scale(1.1);}
 100%{-o-transform:scale(1);}
}
@keyframes pulse{0%{transform:scale(1);}
 50%{transform:scale(1.1);}
 100%{transform:scale(1);}
}
/* line 295,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.pulse{-webkit-animation-name:pulse;-moz-animation-name:pulse;-o-animation-name:pulse;animation-name:pulse;}

@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(0);-webkit-animation-timing-function:ease-out;}
 40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function:ease-out;}
 50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;}
 80%{-webkit-transform:perspective(400px) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;}
 100%{-webkit-transform:perspective(400px) scale(1);-webkit-animation-timing-function:ease-in;}
}
@-moz-keyframes flip{0%{-moz-transform:perspective(400px) rotateY(0);-moz-animation-timing-function:ease-out;}
 40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg);-moz-animation-timing-function:ease-out;}
 50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in;}
 80%{-moz-transform:perspective(400px) rotateY(360deg) scale(0.95);-moz-animation-timing-function:ease-in;}
 100%{-moz-transform:perspective(400px) scale(1);-moz-animation-timing-function:ease-in;}
}
@-o-keyframes flip{0%{-o-transform:perspective(400px) rotateY(0);-o-animation-timing-function:ease-out;}
 40%{-o-transform:perspective(400px) translateZ(150px) rotateY(170deg);-o-animation-timing-function:ease-out;}
 50%{-o-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-o-animation-timing-function:ease-in;}
 80%{-o-transform:perspective(400px) rotateY(360deg) scale(0.95);-o-animation-timing-function:ease-in;}
 100%{-o-transform:perspective(400px) scale(1);-o-animation-timing-function:ease-in;}
}
@keyframes flip{0%{transform:perspective(400px) rotateY(0);animation-timing-function:ease-out;}
 40%{transform:perspective(400px) translateZ(150px) rotateY(170deg);animation-timing-function:ease-out;}
 50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in;}
 80%{transform:perspective(400px) rotateY(360deg) scale(0.95);animation-timing-function:ease-in;}
 100%{transform:perspective(400px) scale(1);animation-timing-function:ease-in;}
}
/* line 390,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.flip{-webkit-backface-visibility:visible !important;-webkit-animation-name:flip;-moz-backface-visibility:visible !important;-moz-animation-name:flip;-o-backface-visibility:visible !important;-o-animation-name:flip;backface-visibility:visible !important;animation-name:flip;}

@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}
 40%{-webkit-transform:perspective(400px) rotateX(-10deg);}
 70%{-webkit-transform:perspective(400px) rotateX(10deg);}
 100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}
 40%{-moz-transform:perspective(400px) rotateX(-10deg);}
 70%{-moz-transform:perspective(400px) rotateX(10deg);}
 100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}
 40%{-o-transform:perspective(400px) rotateX(-10deg);}
 70%{-o-transform:perspective(400px) rotateX(10deg);}
 100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}
}
@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0;}
 40%{transform:perspective(400px) rotateX(-10deg);}
 70%{transform:perspective(400px) rotateX(10deg);}
 100%{transform:perspective(400px) rotateX(0deg);opacity:1;}
}
/* line 477,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX;}

@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}
 100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}
 100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}
 100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}
}
@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1;}
 100%{transform:perspective(400px) rotateX(90deg);opacity:0;}
}
/* line 531,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible !important;-o-animation-name:flipOutX;-o-backface-visibility:visible !important;animation-name:flipOutX;backface-visibility:visible !important;}

@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
 40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
 70%{-webkit-transform:perspective(400px) rotateY(10deg);}
 100%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@-moz-keyframes flipInY{0%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
 40%{-moz-transform:perspective(400px) rotateY(-10deg);}
 70%{-moz-transform:perspective(400px) rotateY(10deg);}
 100%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@-o-keyframes flipInY{0%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}
 40%{-o-transform:perspective(400px) rotateY(-10deg);}
 70%{-o-transform:perspective(400px) rotateY(10deg);}
 100%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}
}
@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);opacity:0;}
 40%{transform:perspective(400px) rotateY(-10deg);}
 70%{transform:perspective(400px) rotateY(10deg);}
 100%{transform:perspective(400px) rotateY(0deg);opacity:1;}
}
/* line 618,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.flipInY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInY;-moz-backface-visibility:visible !important;-moz-animation-name:flipInY;-o-backface-visibility:visible !important;-o-animation-name:flipInY;backface-visibility:visible !important;animation-name:flipInY;}

@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);opacity:1;}
 100%{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@-moz-keyframes flipOutY{0%{-moz-transform:perspective(400px) rotateY(0deg);opacity:1;}
 100%{-moz-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@-o-keyframes flipOutY{0%{-o-transform:perspective(400px) rotateY(0deg);opacity:1;}
 100%{-o-transform:perspective(400px) rotateY(90deg);opacity:0;}
}
@keyframes flipOutY{0%{transform:perspective(400px) rotateY(0deg);opacity:1;}
 100%{transform:perspective(400px) rotateY(90deg);opacity:0;}
}
/* line 669,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.flipOutY{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipOutY;-moz-backface-visibility:visible !important;-moz-animation-name:flipOutY;-o-backface-visibility:visible !important;-o-animation-name:flipOutY;backface-visibility:visible !important;animation-name:flipOutY;}

@-webkit-keyframes fadeIn{0%{opacity:0;}
 100%{opacity:1;}
}
@-moz-keyframes fadeIn{0%{opacity:0;}
 100%{opacity:1;}
}
@-o-keyframes fadeIn{0%{opacity:0;}
 100%{opacity:1;}
}
@keyframes fadeIn{0%{opacity:0;}
 100%{opacity:1;}
}
/* line 699,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;}

@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);}
 100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInUp{0%{opacity:0;-moz-transform:translateY(20px);}
 100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInUp{0%{opacity:0;-o-transform:translateY(20px);}
 100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px);}
 100%{opacity:1;transform:translateY(0);}
}
/* line 753,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeInUp{-webkit-animation-name:fadeInUp;-moz-animation-name:fadeInUp;-o-animation-name:fadeInUp;animation-name:fadeInUp;}

@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);}
 100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInDown{0%{opacity:0;-moz-transform:translateY(-20px);}
 100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInDown{0%{opacity:0;-o-transform:translateY(-20px);}
 100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px);}
 100%{opacity:1;transform:translateY(0);}
}
/* line 807,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeInDown{-webkit-animation-name:fadeInDown;-moz-animation-name:fadeInDown;-o-animation-name:fadeInDown;animation-name:fadeInDown;}

@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);}
 100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px);}
 100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px);}
 100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px);}
 100%{opacity:1;transform:translateX(0);}
}
/* line 861,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;}

@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);}
 100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(20px);}
 100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(20px);}
 100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInRight{0%{opacity:0;transform:translateX(20px);}
 100%{opacity:1;transform:translateX(0);}
}
/* line 915,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeInRight{-webkit-animation-name:fadeInRight;-moz-animation-name:fadeInRight;-o-animation-name:fadeInRight;animation-name:fadeInRight;}

@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);}
 100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInUpBig{0%{opacity:0;-moz-transform:translateY(2000px);}
 100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInUpBig{0%{opacity:0;-o-transform:translateY(2000px);}
 100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px);}
 100%{opacity:1;transform:translateY(0);}
}
/* line 969,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeInUpBig{-webkit-animation-name:fadeInUpBig;-moz-animation-name:fadeInUpBig;-o-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}

@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);}
 100%{opacity:1;-webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInDownBig{0%{opacity:0;-moz-transform:translateY(-2000px);}
 100%{opacity:1;-moz-transform:translateY(0);}
}
@-o-keyframes fadeInDownBig{0%{opacity:0;-o-transform:translateY(-2000px);}
 100%{opacity:1;-o-transform:translateY(0);}
}
@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px);}
 100%{opacity:1;transform:translateY(0);}
}
/* line 1023,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeInDownBig{-webkit-animation-name:fadeInDownBig;-moz-animation-name:fadeInDownBig;-o-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}

@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);}
 100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInLeftBig{0%{opacity:0;-moz-transform:translateX(-2000px);}
 100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInLeftBig{0%{opacity:0;-o-transform:translateX(-2000px);}
 100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInLeftBig{0%{opacity:0;transform:translateX(-2000px);}
 100%{opacity:1;transform:translateX(0);}
}
/* line 1074,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;-moz-animation-name:fadeInLeftBig;-o-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}

@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);}
 100%{opacity:1;-webkit-transform:translateX(0);}
}
@-moz-keyframes fadeInRightBig{0%{opacity:0;-moz-transform:translateX(2000px);}
 100%{opacity:1;-moz-transform:translateX(0);}
}
@-o-keyframes fadeInRightBig{0%{opacity:0;-o-transform:translateX(2000px);}
 100%{opacity:1;-o-transform:translateX(0);}
}
@keyframes fadeInRightBig{0%{opacity:0;transform:translateX(2000px);}
 100%{opacity:1;transform:translateX(0);}
}
/* line 1128,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeInRightBig{-webkit-animation-name:fadeInRightBig;-moz-animation-name:fadeInRightBig;-o-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}

@-webkit-keyframes fadeOut{0%{opacity:1;}
 100%{opacity:0;}
}
@-moz-keyframes fadeOut{0%{opacity:1;}
 100%{opacity:0;}
}
@-o-keyframes fadeOut{0%{opacity:1;}
 100%{opacity:0;}
}
@keyframes fadeOut{0%{opacity:1;}
 100%{opacity:0;}
}
/* line 1154,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut;}

@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);}
 100%{opacity:0;-webkit-transform:translateY(-20px);}
}
@-moz-keyframes fadeOutUp{0%{opacity:1;-moz-transform:translateY(0);}
 100%{opacity:0;-moz-transform:translateY(-20px);}
}
@-o-keyframes fadeOutUp{0%{opacity:1;-o-transform:translateY(0);}
 100%{opacity:0;-o-transform:translateY(-20px);}
}
@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0);}
 100%{opacity:0;transform:translateY(-20px);}
}
/* line 1205,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOutUp{-webkit-animation-name:fadeOutUp;-moz-animation-name:fadeOutUp;-o-animation-name:fadeOutUp;animation-name:fadeOutUp;}

@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);}
 100%{opacity:0;-webkit-transform:translateY(20px);}
}
@-moz-keyframes fadeOutDown{0%{opacity:1;-moz-transform:translateY(0);}
 100%{opacity:0;-moz-transform:translateY(20px);}
}
@-o-keyframes fadeOutDown{0%{opacity:1;-o-transform:translateY(0);}
 100%{opacity:0;-o-transform:translateY(20px);}
}
@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0);}
 100%{opacity:0;transform:translateY(20px);}
}
/* line 1259,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOutDown{-webkit-animation-name:fadeOutDown;-moz-animation-name:fadeOutDown;-o-animation-name:fadeOutDown;animation-name:fadeOutDown;}

@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);}
 100%{opacity:0;-webkit-transform:translateX(-20px);}
}
@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0);}
 100%{opacity:0;-moz-transform:translateX(-20px);}
}
@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0);}
 100%{opacity:0;-o-transform:translateX(-20px);}
}
@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0);}
 100%{opacity:0;transform:translateX(-20px);}
}
/* line 1313,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}

@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);}
 100%{opacity:0;-webkit-transform:translateX(20px);}
}
@-moz-keyframes fadeOutRight{0%{opacity:1;-moz-transform:translateX(0);}
 100%{opacity:0;-moz-transform:translateX(20px);}
}
@-o-keyframes fadeOutRight{0%{opacity:1;-o-transform:translateX(0);}
 100%{opacity:0;-o-transform:translateX(20px);}
}
@keyframes fadeOutRight{0%{opacity:1;transform:translateX(0);}
 100%{opacity:0;transform:translateX(20px);}
}
/* line 1367,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOutRight{-webkit-animation-name:fadeOutRight;-moz-animation-name:fadeOutRight;-o-animation-name:fadeOutRight;animation-name:fadeOutRight;}

@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);}
 100%{opacity:0;-webkit-transform:translateY(-2000px);}
}
@-moz-keyframes fadeOutUpBig{0%{opacity:1;-moz-transform:translateY(0);}
 100%{opacity:0;-moz-transform:translateY(-2000px);}
}
@-o-keyframes fadeOutUpBig{0%{opacity:1;-o-transform:translateY(0);}
 100%{opacity:0;-o-transform:translateY(-2000px);}
}
@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0);}
 100%{opacity:0;transform:translateY(-2000px);}
}
/* line 1421,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;-moz-animation-name:fadeOutUpBig;-o-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}

@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);}
 100%{opacity:0;-webkit-transform:translateY(2000px);}
}
@-moz-keyframes fadeOutDownBig{0%{opacity:1;-moz-transform:translateY(0);}
 100%{opacity:0;-moz-transform:translateY(2000px);}
}
@-o-keyframes fadeOutDownBig{0%{opacity:1;-o-transform:translateY(0);}
 100%{opacity:0;-o-transform:translateY(2000px);}
}
@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0);}
 100%{opacity:0;transform:translateY(2000px);}
}
/* line 1475,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;-moz-animation-name:fadeOutDownBig;-o-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}

@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);}
 100%{opacity:0;-webkit-transform:translateX(-2000px);}
}
@-moz-keyframes fadeOutLeftBig{0%{opacity:1;-moz-transform:translateX(0);}
 100%{opacity:0;-moz-transform:translateX(-2000px);}
}
@-o-keyframes fadeOutLeftBig{0%{opacity:1;-o-transform:translateX(0);}
 100%{opacity:0;-o-transform:translateX(-2000px);}
}
@keyframes fadeOutLeftBig{0%{opacity:1;transform:translateX(0);}
 100%{opacity:0;transform:translateX(-2000px);}
}
/* line 1529,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;-moz-animation-name:fadeOutLeftBig;-o-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}

@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);}
 100%{opacity:0;-webkit-transform:translateX(2000px);}
}
@-moz-keyframes fadeOutRightBig{0%{opacity:1;-moz-transform:translateX(0);}
 100%{opacity:0;-moz-transform:translateX(2000px);}
}
@-o-keyframes fadeOutRightBig{0%{opacity:1;-o-transform:translateX(0);}
 100%{opacity:0;-o-transform:translateX(2000px);}
}
@keyframes fadeOutRightBig{0%{opacity:1;transform:translateX(0);}
 100%{opacity:0;transform:translateX(2000px);}
}
/* line 1580,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;-moz-animation-name:fadeOutRightBig;-o-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}

@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);}
 50%{opacity:1;-webkit-transform:scale(1.05);}
 70%{-webkit-transform:scale(0.9);}
 100%{-webkit-transform:scale(1);}
}
@-moz-keyframes bounceIn{0%{opacity:0;-moz-transform:scale(0.3);}
 50%{opacity:1;-moz-transform:scale(1.05);}
 70%{-moz-transform:scale(0.9);}
 100%{-moz-transform:scale(1);}
}
@-o-keyframes bounceIn{0%{opacity:0;-o-transform:scale(0.3);}
 50%{opacity:1;-o-transform:scale(1.05);}
 70%{-o-transform:scale(0.9);}
 100%{-o-transform:scale(1);}
}
@keyframes bounceIn{0%{opacity:0;transform:scale(0.3);}
 50%{opacity:1;transform:scale(1.05);}
 70%{transform:scale(0.9);}
 100%{transform:scale(1);}
}
/* line 1666,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceIn{-webkit-animation-name:bounceIn;-moz-animation-name:bounceIn;-o-animation-name:bounceIn;animation-name:bounceIn;}

@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);}
 60%{opacity:1;-webkit-transform:translateY(-30px);}
 80%{-webkit-transform:translateY(10px);}
 100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes bounceInUp{0%{opacity:0;-moz-transform:translateY(2000px);}
 60%{opacity:1;-moz-transform:translateY(-30px);}
 80%{-moz-transform:translateY(10px);}
 100%{-moz-transform:translateY(0);}
}
@-o-keyframes bounceInUp{0%{opacity:0;-o-transform:translateY(2000px);}
 60%{opacity:1;-o-transform:translateY(-30px);}
 80%{-o-transform:translateY(10px);}
 100%{-o-transform:translateY(0);}
}
@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px);}
 60%{opacity:1;transform:translateY(-30px);}
 80%{transform:translateY(10px);}
 100%{transform:translateY(0);}
}
/* line 1751,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceInUp{-webkit-animation-name:bounceInUp;-moz-animation-name:bounceInUp;-o-animation-name:bounceInUp;animation-name:bounceInUp;}

@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);}
 60%{opacity:1;-webkit-transform:translateY(30px);}
 80%{-webkit-transform:translateY(-10px);}
 100%{-webkit-transform:translateY(0);}
}
@-moz-keyframes bounceInDown{0%{opacity:0;-moz-transform:translateY(-2000px);}
 60%{opacity:1;-moz-transform:translateY(30px);}
 80%{-moz-transform:translateY(-10px);}
 100%{-moz-transform:translateY(0);}
}
@-o-keyframes bounceInDown{0%{opacity:0;-o-transform:translateY(-2000px);}
 60%{opacity:1;-o-transform:translateY(30px);}
 80%{-o-transform:translateY(-10px);}
 100%{-o-transform:translateY(0);}
}
@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px);}
 60%{opacity:1;transform:translateY(30px);}
 80%{transform:translateY(-10px);}
 100%{transform:translateY(0);}
}
/* line 1837,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceInDown{-webkit-animation-name:bounceInDown;-moz-animation-name:bounceInDown;-o-animation-name:bounceInDown;animation-name:bounceInDown;}

@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);}
 60%{opacity:1;-webkit-transform:translateX(30px);}
 80%{-webkit-transform:translateX(-10px);}
 100%{-webkit-transform:translateX(0);}
}
@-moz-keyframes bounceInLeft{0%{opacity:0;-moz-transform:translateX(-2000px);}
 60%{opacity:1;-moz-transform:translateX(30px);}
 80%{-moz-transform:translateX(-10px);}
 100%{-moz-transform:translateX(0);}
}
@-o-keyframes bounceInLeft{0%{opacity:0;-o-transform:translateX(-2000px);}
 60%{opacity:1;-o-transform:translateX(30px);}
 80%{-o-transform:translateX(-10px);}
 100%{-o-transform:translateX(0);}
}
@keyframes bounceInLeft{0%{opacity:0;transform:translateX(-2000px);}
 60%{opacity:1;transform:translateX(30px);}
 80%{transform:translateX(-10px);}
 100%{transform:translateX(0);}
}
/* line 1923,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceInLeft{-webkit-animation-name:bounceInLeft;-moz-animation-name:bounceInLeft;-o-animation-name:bounceInLeft;animation-name:bounceInLeft;}

@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);}
 60%{opacity:1;-webkit-transform:translateX(-30px);}
 80%{-webkit-transform:translateX(10px);}
 100%{-webkit-transform:translateX(0);}
}
@-moz-keyframes bounceInRight{0%{opacity:0;-moz-transform:translateX(2000px);}
 60%{opacity:1;-moz-transform:translateX(-30px);}
 80%{-moz-transform:translateX(10px);}
 100%{-moz-transform:translateX(0);}
}
@-o-keyframes bounceInRight{0%{opacity:0;-o-transform:translateX(2000px);}
 60%{opacity:1;-o-transform:translateX(-30px);}
 80%{-o-transform:translateX(10px);}
 100%{-o-transform:translateX(0);}
}
@keyframes bounceInRight{0%{opacity:0;transform:translateX(2000px);}
 60%{opacity:1;transform:translateX(-30px);}
 80%{transform:translateX(10px);}
 100%{transform:translateX(0);}
}
/* line 2009,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceInRight{-webkit-animation-name:bounceInRight;-moz-animation-name:bounceInRight;-o-animation-name:bounceInRight;animation-name:bounceInRight;}

@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);}
 25%{-webkit-transform:scale(0.95);}
 50%{opacity:1;-webkit-transform:scale(1.1);}
 100%{opacity:0;-webkit-transform:scale(0.3);}
}
@-moz-keyframes bounceOut{0%{-moz-transform:scale(1);}
 25%{-moz-transform:scale(0.95);}
 50%{opacity:1;-moz-transform:scale(1.1);}
 100%{opacity:0;-moz-transform:scale(0.3);}
}
@-o-keyframes bounceOut{0%{-o-transform:scale(1);}
 25%{-o-transform:scale(0.95);}
 50%{opacity:1;-o-transform:scale(1.1);}
 100%{opacity:0;-o-transform:scale(0.3);}
}
@keyframes bounceOut{0%{transform:scale(1);}
 25%{transform:scale(0.95);}
 50%{opacity:1;transform:scale(1.1);}
 100%{opacity:0;transform:scale(0.3);}
}
/* line 2095,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceOut{-webkit-animation-name:bounceOut;-moz-animation-name:bounceOut;-o-animation-name:bounceOut;animation-name:bounceOut;}

@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);}
 20%{opacity:1;-webkit-transform:translateY(20px);}
 100%{opacity:0;-webkit-transform:translateY(-2000px);}
}
@-moz-keyframes bounceOutUp{0%{-moz-transform:translateY(0);}
 20%{opacity:1;-moz-transform:translateY(20px);}
 100%{opacity:0;-moz-transform:translateY(-2000px);}
}
@-o-keyframes bounceOutUp{0%{-o-transform:translateY(0);}
 20%{opacity:1;-o-transform:translateY(20px);}
 100%{opacity:0;-o-transform:translateY(-2000px);}
}
@keyframes bounceOutUp{0%{transform:translateY(0);}
 20%{opacity:1;transform:translateY(20px);}
 100%{opacity:0;transform:translateY(-2000px);}
}
/* line 2165,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceOutUp{-webkit-animation-name:bounceOutUp;-moz-animation-name:bounceOutUp;-o-animation-name:bounceOutUp;animation-name:bounceOutUp;}

@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);}
 20%{opacity:1;-webkit-transform:translateY(-20px);}
 100%{opacity:0;-webkit-transform:translateY(2000px);}
}
@-moz-keyframes bounceOutDown{0%{-moz-transform:translateY(0);}
 20%{opacity:1;-moz-transform:translateY(-20px);}
 100%{opacity:0;-moz-transform:translateY(2000px);}
}
@-o-keyframes bounceOutDown{0%{-o-transform:translateY(0);}
 20%{opacity:1;-o-transform:translateY(-20px);}
 100%{opacity:0;-o-transform:translateY(2000px);}
}
@keyframes bounceOutDown{0%{transform:translateY(0);}
 20%{opacity:1;transform:translateY(-20px);}
 100%{opacity:0;transform:translateY(2000px);}
}
/* line 2235,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceOutDown{-webkit-animation-name:bounceOutDown;-moz-animation-name:bounceOutDown;-o-animation-name:bounceOutDown;animation-name:bounceOutDown;}

@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);}
 20%{opacity:1;-webkit-transform:translateX(20px);}
 100%{opacity:0;-webkit-transform:translateX(-2000px);}
}
@-moz-keyframes bounceOutLeft{0%{-moz-transform:translateX(0);}
 20%{opacity:1;-moz-transform:translateX(20px);}
 100%{opacity:0;-moz-transform:translateX(-2000px);}
}
@-o-keyframes bounceOutLeft{0%{-o-transform:translateX(0);}
 20%{opacity:1;-o-transform:translateX(20px);}
 100%{opacity:0;-o-transform:translateX(-2000px);}
}
@keyframes bounceOutLeft{0%{transform:translateX(0);}
 20%{opacity:1;transform:translateX(20px);}
 100%{opacity:0;transform:translateX(-2000px);}
}
/* line 2305,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceOutLeft{-webkit-animation-name:bounceOutLeft;-moz-animation-name:bounceOutLeft;-o-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}

@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);}
 20%{opacity:1;-webkit-transform:translateX(-20px);}
 100%{opacity:0;-webkit-transform:translateX(2000px);}
}
@-moz-keyframes bounceOutRight{0%{-moz-transform:translateX(0);}
 20%{opacity:1;-moz-transform:translateX(-20px);}
 100%{opacity:0;-moz-transform:translateX(2000px);}
}
@-o-keyframes bounceOutRight{0%{-o-transform:translateX(0);}
 20%{opacity:1;-o-transform:translateX(-20px);}
 100%{opacity:0;-o-transform:translateX(2000px);}
}
@keyframes bounceOutRight{0%{transform:translateX(0);}
 20%{opacity:1;transform:translateX(-20px);}
 100%{opacity:0;transform:translateX(2000px);}
}
/* line 2375,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.bounceOutRight{-webkit-animation-name:bounceOutRight;-moz-animation-name:bounceOutRight;-o-animation-name:bounceOutRight;animation-name:bounceOutRight;}

@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(-200deg);opacity:0;}
 100%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateIn{0%{-moz-transform-origin:center center;-moz-transform:rotate(-200deg);opacity:0;}
 100%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateIn{0%{-o-transform-origin:center center;-o-transform:rotate(-200deg);opacity:0;}
 100%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateIn{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0;}
 100%{transform-origin:center center;transform:rotate(0);opacity:1;}
}
/* line 2434,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateIn{-webkit-animation-name:rotateIn;-moz-animation-name:rotateIn;-o-animation-name:rotateIn;animation-name:rotateIn;}

@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}
 100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}
 100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}
 100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}
 100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
}
/* line 2496,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;-moz-animation-name:rotateInUpLeft;-o-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}

@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}
 100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}
 100%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}
 100%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}
 100%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
}
/* line 2558,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;-moz-animation-name:rotateInDownLeft;-o-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}

@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}
 100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}
 100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}
 100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}
 100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
}
/* line 2620,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateInUpRight{-webkit-animation-name:rotateInUpRight;-moz-animation-name:rotateInUpRight;-o-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}

@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}
 100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
}
@-moz-keyframes rotateInDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}
 100%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
}
@-o-keyframes rotateInDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}
 100%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
}
@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}
 100%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
}
/* line 2682,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateInDownRight{-webkit-animation-name:rotateInDownRight;-moz-animation-name:rotateInDownRight;-o-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}

@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;-webkit-transform:rotate(0);opacity:1;}
 100%{-webkit-transform-origin:center center;-webkit-transform:rotate(200deg);opacity:0;}
}
@-moz-keyframes rotateOut{0%{-moz-transform-origin:center center;-moz-transform:rotate(0);opacity:1;}
 100%{-moz-transform-origin:center center;-moz-transform:rotate(200deg);opacity:0;}
}
@-o-keyframes rotateOut{0%{-o-transform-origin:center center;-o-transform:rotate(0);opacity:1;}
 100%{-o-transform-origin:center center;-o-transform:rotate(200deg);opacity:0;}
}
@keyframes rotateOut{0%{transform-origin:center center;transform:rotate(0);opacity:1;}
 100%{transform-origin:center center;transform:rotate(200deg);opacity:0;}
}
/* line 2744,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateOut{-webkit-animation-name:rotateOut;-moz-animation-name:rotateOut;-o-animation-name:rotateOut;animation-name:rotateOut;}

@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
 100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(-90deg);opacity:0;}
}
@-moz-keyframes rotateOutUpLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
 100%{-moz-transform-origin:left bottom;-moz-transform:rotate(-90deg);opacity:0;}
}
@-o-keyframes rotateOutUpLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
 100%{-o-transform-origin:left bottom;-o-transform:rotate(-90deg);opacity:0;}
}
@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
 100%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0;}
}
/* line 2806,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;-moz-animation-name:rotateOutUpLeft;-o-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}

@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(0);opacity:1;}
 100%{-webkit-transform-origin:left bottom;-webkit-transform:rotate(90deg);opacity:0;}
}
@-moz-keyframes rotateOutDownLeft{0%{-moz-transform-origin:left bottom;-moz-transform:rotate(0);opacity:1;}
 100%{-moz-transform-origin:left bottom;-moz-transform:rotate(90deg);opacity:0;}
}
@-o-keyframes rotateOutDownLeft{0%{-o-transform-origin:left bottom;-o-transform:rotate(0);opacity:1;}
 100%{-o-transform-origin:left bottom;-o-transform:rotate(90deg);opacity:0;}
}
@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;transform:rotate(0);opacity:1;}
 100%{transform-origin:left bottom;transform:rotate(90deg);opacity:0;}
}
/* line 2868,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;-moz-animation-name:rotateOutDownLeft;-o-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}

@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
 100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(90deg);opacity:0;}
}
@-moz-keyframes rotateOutUpRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
 100%{-moz-transform-origin:right bottom;-moz-transform:rotate(90deg);opacity:0;}
}
@-o-keyframes rotateOutUpRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
 100%{-o-transform-origin:right bottom;-o-transform:rotate(90deg);opacity:0;}
}
@keyframes rotateOutUpRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
 100%{transform-origin:right bottom;transform:rotate(90deg);opacity:0;}
}
/* line 2930,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;-moz-animation-name:rotateOutUpRight;-o-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}

@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(0);opacity:1;}
 100%{-webkit-transform-origin:right bottom;-webkit-transform:rotate(-90deg);opacity:0;}
}
@-moz-keyframes rotateOutDownRight{0%{-moz-transform-origin:right bottom;-moz-transform:rotate(0);opacity:1;}
 100%{-moz-transform-origin:right bottom;-moz-transform:rotate(-90deg);opacity:0;}
}
@-o-keyframes rotateOutDownRight{0%{-o-transform-origin:right bottom;-o-transform:rotate(0);opacity:1;}
 100%{-o-transform-origin:right bottom;-o-transform:rotate(-90deg);opacity:0;}
}
@keyframes rotateOutDownRight{0%{transform-origin:right bottom;transform:rotate(0);opacity:1;}
 100%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0;}
}
/* line 2992,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;-moz-animation-name:rotateOutDownRight;-o-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}

@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
 20%,60%{-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
 40%{-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
 80%{-webkit-transform:rotate(60deg) translateY(0);opacity:1;-webkit-transform-origin:top left;-webkit-animation-timing-function:ease-in-out;}
 100%{-webkit-transform:translateY(700px);opacity:0;}
}
@-moz-keyframes hinge{0%{-moz-transform:rotate(0);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
 20%,60%{-moz-transform:rotate(80deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
 40%{-moz-transform:rotate(60deg);-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
 80%{-moz-transform:rotate(60deg) translateY(0);opacity:1;-moz-transform-origin:top left;-moz-animation-timing-function:ease-in-out;}
 100%{-moz-transform:translateY(700px);opacity:0;}
}
@-o-keyframes hinge{0%{-o-transform:rotate(0);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
 20%,60%{-o-transform:rotate(80deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
 40%{-o-transform:rotate(60deg);-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
 80%{-o-transform:rotate(60deg) translateY(0);opacity:1;-o-transform-origin:top left;-o-animation-timing-function:ease-in-out;}
 100%{-o-transform:translateY(700px);opacity:0;}
}
@keyframes hinge{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out;}
 20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out;}
 40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;}
 80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out;}
 100%{transform:translateY(700px);opacity:0;}
}
/* line 3030,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.hinge{-webkit-animation-name:hinge;-moz-animation-name:hinge;-o-animation-name:hinge;animation-name:hinge;}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);}
 100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}
}
@-moz-keyframes rollIn{0%{opacity:0;-moz-transform:translateX(-100%) rotate(-120deg);}
 100%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}
}
@-o-keyframes rollIn{0%{opacity:0;-o-transform:translateX(-100%) rotate(-120deg);}
 100%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}
}
@keyframes rollIn{0%{opacity:0;transform:translateX(-100%) rotate(-120deg);}
 100%{opacity:1;transform:translateX(0px) rotate(0deg);}
}
/* line 3058,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rollIn{-webkit-animation-name:rollIn;-moz-animation-name:rollIn;-o-animation-name:rollIn;animation-name:rollIn;}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);}
 100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);}
}
@-moz-keyframes rollOut{0%{opacity:1;-moz-transform:translateX(0px) rotate(0deg);}
 100%{opacity:0;-moz-transform:translateX(100%) rotate(120deg);}
}
@-o-keyframes rollOut{0%{opacity:1;-o-transform:translateX(0px) rotate(0deg);}
 100%{opacity:0;-o-transform:translateX(100%) rotate(120deg);}
}
@keyframes rollOut{0%{opacity:1;transform:translateX(0px) rotate(0deg);}
 100%{opacity:0;transform:translateX(100%) rotate(120deg);}
}
/* line 3114,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.rollOut{-webkit-animation-name:rollOut;-moz-animation-name:rollOut;-o-animation-name:rollOut;animation-name:rollOut;}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}
 60%{-webkit-transform:translateX(-20%) skewX(30deg);opacity:1;}
 80%{-webkit-transform:translateX(0%) skewX(-15deg);opacity:1;}
 100%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@-moz-keyframes lightSpeedIn{0%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}
 60%{-moz-transform:translateX(-20%) skewX(30deg);opacity:1;}
 80%{-moz-transform:translateX(0%) skewX(-15deg);opacity:1;}
 100%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@-o-keyframes lightSpeedIn{0%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}
 60%{-o-transform:translateX(-20%) skewX(30deg);opacity:1;}
 80%{-o-transform:translateX(0%) skewX(-15deg);opacity:1;}
 100%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}
}
@keyframes lightSpeedIn{0%{transform:translateX(100%) skewX(-30deg);opacity:0;}
 60%{transform:translateX(-20%) skewX(30deg);opacity:1;}
 80%{transform:translateX(0%) skewX(-15deg);opacity:1;}
 100%{transform:translateX(0%) skewX(0deg);opacity:1;}
}
/* line 3151,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-moz-animation-name:lightSpeedIn;-o-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;-moz-animation-timing-function:ease-out;-o-animation-timing-function:ease-out;animation-timing-function:ease-out;}

/* line 3163,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.animated.lightSpeedIn{-webkit-animation-duration:0.5s;-moz-animation-duration:0.5s;-o-animation-duration:0.5s;animation-duration:0.5s;}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);opacity:1;}
 100%{-webkit-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@-moz-keyframes lightSpeedOut{0%{-moz-transform:translateX(0%) skewX(0deg);opacity:1;}
 100%{-moz-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@-o-keyframes lightSpeedOut{0%{-o-transform:translateX(0%) skewX(0deg);opacity:1;}
 100%{-o-transform:translateX(100%) skewX(-30deg);opacity:0;}
}
@keyframes lightSpeedOut{0%{transform:translateX(0%) skewX(0deg);opacity:1;}
 100%{transform:translateX(100%) skewX(-30deg);opacity:0;}
}
/* line 3192,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-moz-animation-name:lightSpeedOut;-o-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}

/* line 3204,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.animated.lightSpeedOut{-webkit-animation-duration:0.25s;-moz-animation-duration:0.25s;-o-animation-duration:0.25s;animation-duration:0.25s;}

/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle{0%{-webkit-transform:skewX(9deg);}
 10%{-webkit-transform:skewX(-8deg);}
 20%{-webkit-transform:skewX(7deg);}
 30%{-webkit-transform:skewX(-6deg);}
 40%{-webkit-transform:skewX(5deg);}
 50%{-webkit-transform:skewX(-4deg);}
 60%{-webkit-transform:skewX(3deg);}
 70%{-webkit-transform:skewX(-2deg);}
 80%{-webkit-transform:skewX(1deg);}
 90%{-webkit-transform:skewX(0deg);}
 100%{-webkit-transform:skewX(0deg);}
}
@-moz-keyframes wiggle{0%{-moz-transform:skewX(9deg);}
 10%{-moz-transform:skewX(-8deg);}
 20%{-moz-transform:skewX(7deg);}
 30%{-moz-transform:skewX(-6deg);}
 40%{-moz-transform:skewX(5deg);}
 50%{-moz-transform:skewX(-4deg);}
 60%{-moz-transform:skewX(3deg);}
 70%{-moz-transform:skewX(-2deg);}
 80%{-moz-transform:skewX(1deg);}
 90%{-moz-transform:skewX(0deg);}
 100%{-moz-transform:skewX(0deg);}
}
@-o-keyframes wiggle{0%{-o-transform:skewX(9deg);}
 10%{-o-transform:skewX(-8deg);}
 20%{-o-transform:skewX(7deg);}
 30%{-o-transform:skewX(-6deg);}
 40%{-o-transform:skewX(5deg);}
 50%{-o-transform:skewX(-4deg);}
 60%{-o-transform:skewX(3deg);}
 70%{-o-transform:skewX(-2deg);}
 80%{-o-transform:skewX(1deg);}
 90%{-o-transform:skewX(0deg);}
 100%{-o-transform:skewX(0deg);}
}
@keyframes wiggle{0%{transform:skewX(9deg);}
 10%{transform:skewX(-8deg);}
 20%{transform:skewX(7deg);}
 30%{transform:skewX(-6deg);}
 40%{transform:skewX(5deg);}
 50%{transform:skewX(-4deg);}
 60%{transform:skewX(3deg);}
 70%{transform:skewX(-2deg);}
 80%{transform:skewX(1deg);}
 90%{transform:skewX(0deg);}
 100%{transform:skewX(0deg);}
}
/* line 3269,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.wiggle{-webkit-animation-name:wiggle;-moz-animation-name:wiggle;-o-animation-name:wiggle;animation-name:wiggle;-webkit-animation-timing-function:ease-in;-moz-animation-timing-function:ease-in;-o-animation-timing-function:ease-in;animation-timing-function:ease-in;}

/* line 3281,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/animate.scss */
.animated.wiggle{-webkit-animation-duration:0.75s;-moz-animation-duration:0.75s;-o-animation-duration:0.75s;animation-duration:0.75s;}

/***** SMARTPHONES *****/
@media all and (max-width:767px){/* line 5,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #navigation{background-color:#222;padding-top:25px;}

 /* line 6,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #mobile-toggle{display:block;}

 /* line 7,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #menu{float:left;padding-top:41px;margin-bottom:22px;}

 .logo-text{margin-top:0 !important;}

 /* line 8,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #menu li{float:none;}

 /* line 9,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #menu li i{display:none;}

 /* line 10,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .logo{display:block;max-height:150px;margin:auto;}

 /* line 14,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .nav-logo{margin-top:-3px;}

 /* line 16,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 p.lead{font-size:16px;}

 /* line 18,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #home-slider .slides li h1{font-size:32px;}

 /* line 20,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .flex-control-nav{display:none !important;}

 /* line 22,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #about-detail{display:none;}

 /* line 24,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #services-bg{display:none;}

 /* line 25,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #blog-bg{display:none;}

 /* line 27,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .filters li{margin-bottom:22px;float:none;margin-left:0px;margin-right:0px;}

 /* line 28,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .service{width:100%;padding-right:0px;}

 /* line 29,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .project{width:100%;}

 /* line 30,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .project-slider{margin-bottom:22px;}

 /* line 32,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .blog-icon{width:15%;}

 /* line 33,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .blog-title{width:85%;}

 /* line 35,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .social-link{width:100% !important;}

 /* line 37,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .hero-screens{display:none;}

 /* line 39,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #clients{padding-bottom:55px;}

 /* line 41,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #form-name{width:100%;}

 /* line 42,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #form-email{width:100%;}

 /* line 44,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #form-answer{width:100%;}

 /* line 46,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #navigation{overflow:hidden;}

 /* line 49,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #menu{line-height:20px;}

 /* line 53,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 ul.dropdown-menu,.dropdown:hover .dropdown-menu{background:transparent;position:initial;}
 /* line 57,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 ul.dropdown-menu li,.dropdown:hover .dropdown-menu li{text-align:right;}
}
/***** TABLETS PORTRAIT & LANDSCAPE *****/
@media only screen and (min-device-width:768px) and (max-device-width:1024px){/* line 70,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .project{width:50%;}

 /* line 72,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #menu li{margin-right:22px;}

 /* line 76,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #form-answer{width:100%;}

 /* line 79,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #menu{line-height:20px;}
}
/***** PORTRAIT TABLETS *****/
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait){/* line 92,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #menu li i{display:none;}

 /* line 95,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .form-upper{width:100%;}

 /* line 96,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .form-upper h5{border-right:none;}

 /* line 97,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .form-lower{width:100%;margin-bottom:22px;}

 /* line 98,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 .form-lower h5{border:none;}

 /* line 99,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/responsive.scss */
 #menu{line-height:20px;}
}
/* line 1,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.hidden{display:none;}

/* line 4,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form{position:fixed;top:0;bottom:0;left:0;right:0;z-index:2000;background-size:cover;}
/* line 13,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .error{width:100%;height:40px;font-size:16px;line-height:40px;font-weight:300;color:red;}
/* line 22,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .background{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(255,255,255,0.3);}
/* line 31,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .booking-close{position:absolute;top:20px;right:20px;color:#4b3f55;font-size:18px;text-transform:uppercase;font-family:"Roboto",Helvetica,Arial,sans-serif;font-weight:300;z-index:2010;cursor:pointer;}
/* line 44,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form{z-index:2000;position:fixed;top:50%;left:50%;height:220px;width:1100px;margin-top:-110px;margin-left:-550px;color:#4b3f55;text-align:center;font-size:0;}
/* line 58,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form h2{font-family:"Roboto Slab",Helvetica,Arial,sans-serif;font-size:42px;color:#4b3f55;}
/* line 62,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form h2 small{color:#4b3f55;font-size:18px;font-family:"Roboto",Helvetica,Arial,sans-serif;font-weight:300;display:block;margin-top:10px;}
/* line 72,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form{margin-top:36px;}
/* line 75,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field,.booking-form .form form .field-control{display:inline-block;vertical-align:top;font-size:14px;margin:0 10px;}
/* line 82,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field label,.booking-form .form form .field-control label{display:block;text-align:center;font-family:"Roboto Slab",Helvetica,Arial,sans-serif;font-size:18px;color:#4b3f55;margin-bottom:15px;line-height:30px;}
/* line 91,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field input,.booking-form .form form .field select,.booking-form .form form .field-control input,.booking-form .form form .field-control select{width:170px;text-align:center;background:transparent;padding:0;margin:0;box-sizing:border-box;height:60px;border:1px solid #ffffff;border-radius:0;-webkit-border-radius:0;-webkit-appearance:none;-moz-appearance:none;font-family:"Roboto",Helvetica,Arial,sans-serif;font-weight:300;font-size:18px;color:#ffffff;}
/* line 110,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field input:hover,.booking-form .form form .field select:hover,.booking-form .form form .field-control input:hover,.booking-form .form form .field-control select:hover{background-color:rgba(255,255,255,0.25);}
/* line 114,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field input:focus,.booking-form .form form .field select:focus,.booking-form .form form .field-control input:focus,.booking-form .form form .field-control select:focus{outline:none;}
/* line 118,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field select,.booking-form .form form .field-control select{padding-left:80px;}
/* line 120,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field select option,.booking-form .form form .field-control select option{color:#000;}
/* line 124,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field.select:after,.booking-form .form form .field-control.select:after{content:'';width:10px;height:10px;border-right:1px solid #fff;border-bottom:1px solid #fff;display:block;position:relative;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);left:140px;margin-top:-37px;}
/* line 140,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field button.submit,.booking-form .form form .field-control button.submit{background-color:#ffffff;color:#4b3f55;text-transform:uppercase;padding:0 20px;margin:0;height:60px;width:213px;margin-top:45px;border:none;font-family:"Roboto",Helvetica,Arial,sans-serif;font-weight:300;font-size:18px;outline:none;}
/* line 154,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field button.submit:hover,.booking-form .form form .field-control button.submit:hover{background-color:#eeeeee;}
/* line 157,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
.booking-form .form form .field button.submit:focus,.booking-form .form form .field-control button.submit:focus{outline:none;}

@-moz-document url-prefix(){/* line 167,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field.select select{padding-left:0px;}
}
@media (max-width:767px){/* line 173,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form{overflow:auto;}

 /* line 176,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form{width:100%;left:0;margin-left:0;height:550px;margin-top:0;top:40px;position:absolute;}
 /* line 185,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form h2{font-size:32px;}
 /* line 187,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form h2 small{font-size:14px;line-height:22px;}
 /* line 193,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form{margin-top:15px;}
 /* line 195,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field{display:block;width:220px;height:90px;margin:auto;margin-bottom:10px;}
 /* line 201,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field input,.booking-form .form form .field select{width:210px;}
 /* line 204,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field input[type="date"]{padding-left:53px;text-align:left;}
 /* line 208,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field select{padding-left:100px;}
 /* line 212,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field.select:after{left:180px;}
}
/* Small devices (tablets,768px and up) */
@media (min-width:768px){/* line 223,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form{width:100%;left:0;margin-left:0;height:660px;margin-top:-330px;}
 /* line 230,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field{display:block;width:220px;height:90px;margin:auto;margin-bottom:20px;}
 /* line 236,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field input,.booking-form .form form .field select{width:210px;}
 /* line 239,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field input[type="date"]{padding-left:53px;text-align:left;}
 /* line 243,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field select{padding-left:100px;}
 /* line 247,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field.select:after{left:180px;}
}
@media (min-width:992px){/* line 257,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form{top:50%;left:50%;height:220px;width:1100px;margin-top:-110px;margin-left:-550px;}
 /* line 266,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field{display:inline-block;vertical-align:top;font-size:14px;margin:0 10px;width:auto;}
 /* line 272,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field input,.booking-form .form form .field select{width:170px;}
 /* line 275,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field select{padding-left:80px;}
 /* line 279,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/booking_form.scss */
 .booking-form .form form .field.select:after{left:140px;}
}
/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2015,Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009,Stefan Petre
 * @license		MIT License,see license.txt
 */
/* line 9,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup{margin-top:-150px !important;background:#fff;border-radius:0;-moz-box-sizing:content-box;box-sizing:content-box;display:none;position:absolute;margin-top:1px;font-family:"Roboto",Helvetica,Arial,sans-serif;font-weight:300;z-index:3000;}

/* line 21,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup *{-moz-box-sizing:border-box;box-sizing:border-box;}

/* line 24,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance{display:inline-block;height:auto;padding:.5em;text-align:center;width:15em;}

/* line 30,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-button{color:#000;cursor:pointer;outline:none;text-decoration:none;}

/* line 35,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-today{background:#fff;border:1px solid #000;color:#000;}

/* line 39,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-button:hover{background:"transparent";color:#000;}

/* line 42,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-not-in-month{color:#c4c4c4;}

/* line 44,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-disabled,.pickmeup .pmu-instance .pmu-disabled:hover{color:#333;cursor:default;}

/* line 48,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-disabled{opacity:0.5;pointer-events:none;}

/* line 52,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-selected{background:#3394de;color:#fff;}

/* line 55,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected{background:#17384d;}

/* line 57,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance nav{color:#000;display:-ms-flexbox;display:-webkit-flex;display:flex;line-height:2em;}

/* line 63,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance nav *:first-child:hover{color:#000;}

/* line 65,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-prev,.pickmeup .pmu-instance nav .pmu-next{display:none;height:2em;width:1em;color:#fff;}

/* line 72,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-prev:hover,.pickmeup .pmu-instance nav .pmu-next:hover{color:#fff;}

/* line 76,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-next:after{content:' ';display:block;width:10px;height:10px;border-right:1px solid #000;border-top:1px solid #000;transform:rotate(45deg);margin-top:-21px;}

/* line 86,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-prev:after{content:' ';display:block;width:10px;height:10px;border-left:1px solid #000;border-top:1px solid #000;transform:rotate(-45deg);margin-top:-21px;margin-left:5px;}

/* line 97,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance nav .pmu-month{width:14em;}

/* line 99,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-years *,.pickmeup .pmu-instance .pmu-months *{display:inline-block;line-height:3.6em;width:3.5em;}

/* line 104,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week{color:#999;cursor:default;}

/* line 107,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week *,.pickmeup .pmu-instance .pmu-days *{display:inline-block;line-height:1.5em;width:2em;}

/* line 112,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-days .pmu-button{border:1px solid #fff;}

/* line 115,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-days .pmu-button:hover{background-color:#e2e2e2;}

/* line 118,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance .pmu-day-of-week *{line-height:1.8em;}

/* line 120,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance:first-child .pmu-prev,.pickmeup .pmu-instance:last-child .pmu-next{display:block;}

/* line 123,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance:first-child .pmu-month,.pickmeup .pmu-instance:last-child .pmu-month{width:13em;}

/* line 126,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup .pmu-instance:first-child:last-child .pmu-month{width:12em;}

/* line 128,/Users/kirill/web-development/buuqit/app/assets/stylesheets/hotel_page_template_7/pickmeup.scss */
.pickmeup:not(.pmu-view-days) .pmu-days,.pickmeup:not(.pmu-view-days) .pmu-day-of-week,.pickmeup:not(.pmu-view-months) .pmu-months,.pickmeup:not(.pmu-view-years) .pmu-years{display:none;}

/* line 1,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/custom.scss */
.my-gallery{width:100%;text-align:center;font-size:0;}

/* line 6,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/custom.scss */
.my-gallery img{width:100%;height:auto;}

/* line 10,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/custom.scss */
.my-gallery figure{display:inline-block;margin:0 5px 5px 0;width:auto;}

/* line 15,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/custom.scss */
.my-gallery figcaption{display:none;}

@media all and (max-width:767px){/* line 21,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/custom.scss */
 .my-gallery figure{display:inline-block;margin:0;width:50%;}
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area,open/close transitions)
*/
/* pswp = photoswipe */
/* line 6,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;/* create separate layer,to avoid paint on window.onscroll in webkit/blink */
 -webkit-backface-visibility:hidden;outline:none;}

/* line 21,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box;}

/* line 24,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp img{max-width:none;}

/* style is added when JS option showHideOpacity is set to true */
/* line 28,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--animate_opacity{/* 0.001,because opacity:0 doesn't trigger Paint action,which causes lag at start of transition */
 opacity:0.001;will-change:opacity;/* for open/close transition */
 -webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);}

/* line 36,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--open{display:block;}

/* line 39,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--zoom-allowed .pswp__img{/* autoprefixer:off */
 cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in;}

/* line 45,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--zoomed-in .pswp__img{/* autoprefixer:off */
 cursor:-webkit-grab;cursor:-moz-grab;cursor:grab;}

/* line 51,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--dragging .pswp__img{/* autoprefixer:off */
 cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing;}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
/* line 61,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-backface-visibility:hidden;will-change:opacity;}

/* line 72,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;}

/* line 80,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0;}

/* Prevent selection and tap highlights */
/* line 91,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;}

/* line 100,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;/* for open/close transition */
 -webkit-transition:-webkit-transform 333ms cubic-bezier(0.4,0,0.22,1);transition:transform 333ms cubic-bezier(0.4,0,0.22,1);}

/* line 110,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__bg{will-change:opacity;/* for open/close transition */
 -webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);}

/* line 116,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none;}

/* line 121,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden;}

/* line 125,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden;}

/* line 133,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0;}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
/* line 144,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__img--placeholder{-webkit-backface-visibility:hidden;}

/*
	div element that matches size of large image
	large image loads on top of it
*/
/* line 151,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__img--placeholder--blank{background:#222;}

/* line 154,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp--ie .pswp__img{width:100% !important;height:auto !important;left:0;top:0;}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
/* line 164,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC;}

/* line 175,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/photoswipe.scss */
.pswp__error-msg a{color:#CCC;text-decoration:underline;}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element,top bar,idle state,hidden state,etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
/* line 20,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button{width:44px;height:44px;position:relative;background:none;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:0.75;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;-webkit-box-shadow:none;box-shadow:none;}

/* line 38,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button:focus,.pswp__button:hover{opacity:1;}

/* line 41,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button:active{outline:none;opacity:0.9;}

/* line 44,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button::-moz-focus-inner{padding:0;border:0;}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
/* line 49,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--over-close .pswp__button--close{opacity:1;}

/* line 52,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px;}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){/* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
 /* line 62,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
 .pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(default-skin.svg);}

 /* line 66,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
 .pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:none;}
}
/* line 70,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--close{background-position:0 -44px;}

/* line 73,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--share{background-position:-44px -44px;}

/* line 76,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--fs{display:none;}

/* line 79,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--supports-fs .pswp__button--fs{display:block;}

/* line 82,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--fs .pswp__button--fs{background-position:-44px 0;}

/* line 85,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--zoom{display:none;background-position:-88px 0;}

/* line 89,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--zoom-allowed .pswp__button--zoom{display:block;}

/* line 92,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0;}

/* no arrows on touch screens */
/* line 96,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden;}

/*
	Arrow buttons hit area
	(icon is added to:before pseudo-element)
*/
/* line 104,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left,.pswp__button--arrow--right{background:none;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute;}

/* line 113,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left{left:0;}

/* line 116,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--right{right:0;}

/* line 119,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,0.3);height:30px;width:32px;position:absolute;}

/* line 128,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px;}

/* line 132,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px;}

/*

	2. Share modal/popup and links

 */
/* line 141,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}

/* line 148,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal{display:block;background:rgba(0,0,0,0.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity;}

/* line 164,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--hidden{display:none;}

/* line 167,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.25);box-shadow:0 2px 5px rgba(0,0,0,0.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform 0.25s;transition:transform 0.25s;-webkit-backface-visibility:hidden;will-change:transform;}

/* line 185,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px;}

/* line 192,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:hover{text-decoration:none;color:#000;}

/* line 195,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:first-child{/* round corners on the first/last list item */
 border-radius:2px 2px 0 0;}

/* line 198,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px;}

/* line 201,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--fade-in{opacity:1;}

/* line 203,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}

/* increase size of share links on touch devices */
/* line 209,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--touch .pswp__share-tooltip a{padding:16px 12px;}

/* line 212,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none;}

/* line 226,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF;}

/* line 229,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A;}

/* line 232,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF;}

/* line 236,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D;}

/* line 240,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
a.pswp__share--download:hover{background:#DDD;}

/*

	3. Index indicator ("1 of X" counter)

 */
/* line 248,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#FFF;opacity:0.75;padding:0 10px;}

/*

	4. Caption

 */
/* line 264,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px;}

/* line 270,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption small{font-size:11px;color:#BBB;}

/* line 274,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC;}

/* line 283,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption--empty{display:none;}

/* Fake caption element,used to calculate height of next/prev image */
/* line 287,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption--fake{visibility:hidden;}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
/* line 297,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity 0.25s ease-out;transition:opacity 0.25s ease-out;will-change:opacity;direction:ltr;}

/* line 310,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__preloader__icn{width:20px;height:20px;margin:12px;}

/* line 315,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__preloader--active{opacity:1;}

/* line 317,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__preloader--active .pswp__preloader__icn{/* We use .gif in browsers that don't support CSS animation */
 background:url(preloader.gif) 0 0 no-repeat;}

/* line 321,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active{opacity:1;}

/* line 323,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise 500ms linear infinite;animation:clockwise 500ms linear infinite;}

/* line 326,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;animation:donut-rotate 1000ms cubic-bezier(0.4,0,0.22,1) infinite;}

/* line 330,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__icn{background:none;opacity:0.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0;}

/* line 340,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__cut{/*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
 position:relative;width:7px;height:14px;overflow:hidden;}

/* line 350,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:none;margin:0;}

@media screen and (max-width:1024px){/* line 366,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
 .pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right;}
}
@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes clockwise{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
 100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0);}
 50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg);}
 100%{-webkit-transform:rotate(0);transform:rotate(0);}
}
@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0);}
 50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg);}
 100%{-webkit-transform:rotate(0);transform:rotate(0);}
}
/*

	6. Additional styles

 */
/* root element of UI */
/* line 417,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550;}

/* top black bar with buttons and "1 of X" indicator */
/* line 424,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;}

/* line 431,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__caption,.pswp__top-bar,.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);transition:opacity 333ms cubic-bezier(0.4,0,0.22,1);}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
/* line 441,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible;}

/* line 445,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__top-bar,.pswp__caption{background-color:rgba(0,0,0,0.5);}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* line 450,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--fit .pswp__top-bar,.pswp__ui--fit .pswp__caption{background-color:rgba(0,0,0,0.3);}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
/* line 455,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--idle .pswp__top-bar{opacity:0;}

/* line 458,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0;}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
/* line 466,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--hidden .pswp__top-bar,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right{/* Force paint & create composition layer for controls. */
 opacity:0.001;}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
/* line 474,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none;}

/* line 479,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp__element--disabled{display:none !important;}

/* line 482,/Users/kirill/web-development/buuqit/app/assets/stylesheets/photoswipe/default-skin/default-skin.scss */
.pswp--minimal--dark .pswp__top-bar{background:none;}


.logo-text{color:#4b3f55;font-family:'Montserrat';text-transform:uppercase;font-size:15px;font-weight:bold;display:block;margin-top:13px;letter-spacing:0.05em;text-overflow:ellipsis;overflow:hidden;}

#home-slider .large-centered a.booking-link{display:block;width:180px;margin:auto;font-size:24px;color:#ffffff !important;border:1px solid #ffffff;border-radius:2px;padding:0 10px;margin-top:20px;}
#home-slider .large-centered a.booking-form-link{display:block;width:180px;margin:auto;font-size:24px;color:#ffffff !important;border:1px solid #ffffff;border-radius:2px;padding:0 10px;margin-top:20px;}
