@font-face {
font-family: 'FontAwesome';
src: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0);
src: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), 
url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), 
url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), 
url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), 
url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.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;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.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);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-themeisle:before {
content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}@-webkit-keyframes keyframes-rotate {
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg); }
50% {
transform: rotate(180deg);
-webkit-transform: rotate(180deg); }
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg); } }
@keyframes keyframes-rotate {
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg); }
50% {
transform: rotate(180deg);
-webkit-transform: rotate(180deg); }
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg); } }
.dzsparallaxer {
color: #ffffff; }
.dzsparallaxer.text-black {
color: #222222; }
.dzsparallaxer:not(.mode-oneelement) {
height: 300px;
overflow: hidden;
background-color: #1c1a17;
position: relative;
transition-property: height;
transition-duration: 0.3s;
-moz-transition-property: height;
-moz-transition-duration: 0.3s;
-webkit-transition-property: height;
-webkit-transition-duration: 0.3s;
-o-transition-property: height;
-o-transition-duration: 0.3s;
-ms-transition-property: height;
-ms-transition-duration: 0.3s;
-ms-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.dzsparallaxer:not(.mode-oneelement) * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target {
position: relative; }
.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target.position-absolute {
position: absolute;
top: 0;
left: 0; }
.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--blackoverlay {
position: absolute;
opacity: 0;
background-color: rgba(0, 0, 0, 0.9);
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none; }
.dzsparallaxer:not(.mode-oneelement) .big-text {
position: absolute;
text-align: center;
width: 80%;
left: 10%;
font-size: 40px;
font-weight: 300;
top: 70px;
color: #eee;
line-height: 1.5;
font-style: italic;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
opacity: 0.7; }
.dzsparallaxer:not(.mode-oneelement) .big-text .smaller {
font-size: 60%; }
.dzsparallaxer:not(.mode-oneelement) > .container, .dzsparallaxer:not(.mode-oneelement) > .row, .dzsparallaxer:not(.mode-oneelement) > p, .dzsparallaxer:not(.mode-oneelement) > div {
position: relative; }
.dzsparallaxer:not(.mode-oneelement) .center-it {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); }
.dzsparallaxer:not(.mode-oneelement) .center-it-bottom {
position: absolute;
left: 50%;
top: auto;
bottom: 10px;
transform: translate(-50%, 0%); }
.dzsparallaxer:not(.mode-oneelement) .center-it-top {
position: absolute;
left: 50%;
bottom: auto;
top: 10px;
transform: translate(-50%, 0%); }
.dzsparallaxer:not(.mode-oneelement) .center-it-vertically {
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
padding: 10px; }
.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] {
position: absolute;
bottom: -1px;
left: 0;
width: 100%; }
.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"] .display-block {
display: block; }
.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].top {
bottom: auto;
top: 0; }
.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedY {
transform: scaleY(-1); }
.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedX {
transform: scaleX(-1); }
.dzsparallaxer:not(.mode-oneelement) *[class^="dzsprxseparator--"].flippedXY {
transform: scale(-1, -1); }
.dzsparallaxer--aftermouse {
position: relative; }
.dzsparallaxer.wait-readyall .dzsparallaxer--target {
opacity: 0;
transition-property: height, opacity;
transition-duration: 0.5s;
-moz-transition-property: height, opacity;
-moz-transition-duration: 0.5s;
-webkit-transition-property: height, opacity;
-webkit-transition-duration: 0.5s;
-o-transition-property: height, opacity;
-o-transition-duration: 0.5s;
-ms-transition-property: height, opacity;
-ms-transition-duration: 0.5s;
-ms-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in; }
.dzsparallaxer.mode-oneelement {
position: relative; }
.dzsparallaxer.wait-readyall.dzsprx-readyall .dzsparallaxer--target {
opacity: 1;
visibility: visible; }
.dzsparallaxer.use-loading .dzsparallaxer--target {
opacity: 0;
visibility: hidden;
transition-property: opacity, visibility;
transition-duration: 0.7s;
-moz-transition-property: opacity, visibility;
-moz-transition-duration: 0.7s;
-webkit-transition-property: opacity, visibility;
-webkit-transition-duration: 0.7s;
-o-transition-property: opacity, visibility;
-o-transition-duration: 0.7s;
-ms-transition-property: opacity, visibility;
-ms-transition-duration: 0.7s;
-ms-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in; }
.dzsparallaxer.use-loading .preloader-semicircles {
transition-property: all;
transition-duration: 0.3s;
-moz-transition-property: all;
-moz-transition-duration: 0.3s;
-webkit-transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-property: all;
-o-transition-duration: 0.3s;
-ms-transition-property: all;
-ms-transition-duration: 0.3s;
-ms-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in; }
.dzsparallaxer.use-loading .horizontal-fog {
opacity: 0;
visibility: hidden;
transition-property: opacity, visibility;
transition-duration: 0.7s;
-moz-transition-property: opacity, visibility;
-moz-transition-duration: 0.7s;
-webkit-transition-property: opacity, visibility;
-webkit-transition-duration: 0.7s;
-o-transition-property: opacity, visibility;
-o-transition-duration: 0.7s;
-ms-transition-property: opacity, visibility;
-ms-transition-duration: 0.7s;
-ms-transition-timing-function: ease-in;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in; }
.dzsparallaxer.use-loading.loaded .horizontal-fog {
opacity: 1;
visibility: visible; }
.dzsparallaxer.simple-parallax.use-loading .dzsparallaxer--target {
opacity: 0;
visibility: hidden; }
.dzsparallaxer.height-is-based-on-content {
height: auto;
padding: 0; }
.dzsparallaxer.height-is-based-on-content .dzs-container {
padding: 45px 0; }
.dzsparallaxer.height-is-based-on-content .dzsparallaxer--target {
position: absolute;
width: 100%; }
.dzsparallaxer.height-is-based-on-content > div {
position: relative; }
.dzsparallaxer > .parallaxer-content {
pointer-events: none; }
.dzsparallaxer > .parallaxer-content > * {
pointer-events: auto; }
.dzsparallaxer:not(.height-is-based-on-content) > .parallaxer-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%; }
.dzsparallaxer.use-loading.loaded .dzsparallaxer--target {
opacity: 1;
visibility: visible; }
.dzsparallaxer.use-loading.loaded .preloader-semicircles {
transform: translate3d(0, -50px, 0);
opacity: 0;
visibility: hidden; }
.dzsparallaxer.allbody {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: -1; }
.divimage {
background-size: cover;
background-position: center center; }
.divimage.repeat-pattern {
background-size: auto;
background-position: top left; }
.dzsparallaxer.is-ie-11 .simple-parallax-inner {
clip: auto; }
.dzsparallaxer.is-ie-11 .simple-parallax-inner .divimage.dzsparallaxer--target {
background-attachment: fixed;
position: relative; }
.dzsparallaxer.simple-parallax {
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; }
.dzsparallaxer.simple-parallax .simple-parallax-inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
clip: rect(0, auto, auto, 0); }
.dzsparallaxer.simple-parallax .dzsparallaxer--target {
position: static;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
backface-visibility: hidden; }
.dzsparallaxer.simple-parallax .simple-parallax-inner.is-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
clip: auto; }
.dzsparallaxer.simple-parallax .simple-parallax-inner.is-image > .divimage {
position: absolute;
background-attachment: fixed;
background-repeat: no-repeat; }
.dzsparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
clip: auto; }
.dzsparallaxer.simple-parallax.simple-parallax--is-only-image .simple-parallax-inner > .divimage {
position: absolute;
background-attachment: fixed; }
.dzsparallaxer.simple-parallax.simple-parallax--is-only-image.under-500 .simple-parallax-inner > .divimage {
background-attachment: local; }
.blur-it {
filter: blur(20px);
-webkit-filter: blur(20px); }
.dzsparallaxer div.semi-black-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#99000000',GradientType=0 ); }
.dzsparallaxer div.grey-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(50, 50, 50, 0.4); }
.dzsparallaxer div.paper-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/css/img/grey_wash_wall.jpg);
opacity: 0.4; }
.radial-bg {
position: absolute; }
.color-white {
color: #fff; }
.row-inline {
font-size: 0; }
.row-inline .col-md-6 {
font-size: 15px;
display: inline-block;
vertical-align: middle;
float: none; }
.dzs-row-inline {
font-size: 0; }
.dzs-row-inline .dzs-col-md-6 {
font-size: 13px;
display: inline-block;
vertical-align: middle;
float: none; }
@media (max-width: 992px) {
.row-inline .col-md-6 {
width: 100%;
margin-bottom: 15px;
padding: 0 30px 15px; } }
.separator-black-grey polygon, .separator-black-grey polyline, .separator-black-grey path {
fill: #222; }
.separator-white-grey polygon, .separator-white-grey polyline, .separator-white-grey path {
fill: #ddd; }
.dzs-container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
max-width: 1170px;
margin: 0 auto; }
.dzs-row {
margin-right: -15px;
margin-left: -15px; }
.dzs-col-md-6 {
width: 50%;
float: left;
min-height: 1px;
padding-right: 15px;
padding-left: 15px; }
@-webkit-keyframes preloader-semicircles-tween {
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg); }
50% {
transform: rotate(180deg);
-webkit-transform: rotate(180deg); }
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg); } }
@keyframes preloader-semicircles-tween {
0% {
transform: rotate(0deg);
-webkit-transform: rotate(0deg); }
50% {
transform: rotate(180deg);
-webkit-transform: rotate(180deg); }
100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg); } }
.preloader-semicircles {
width: 15px;
height: 15px;
background: rgba(230, 50, 50, 0.9);
border-radius: 50px;
position: absolute;
top: 50%;
left: 50%;
opacity: 0.7;
visibility: visible;
pointer-events: none;
transform: translate3d(-50%, -50%, 0);
animation: preloader-semicircles-tween 1.4s infinite linear;
-webkit-animation: preloader-semicircles-tween 1.4s infinite linear; }
body .dzsparallaxer .preloader-semicircles {
position: absolute; }
.preloader-semicircles:after {
position: absolute;
width: 25px;
height: 25px;
border-top: 5px solid #c83232;
border-bottom: 5px solid #c83232;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-radius: 25px;
content: '';
top: -10px;
left: -10px;
box-sizing: content-box; }
.center-it {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%); }
.dzs-colcontainer {
margin-left: -15px;
margin-right: -15px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; }
.dzs-colcontainer-w {
width: 1230px;
padding: 0 30px;
max-width: 100%;
min-height: 1px; }
.dzs-colcontainer.row-inline {
font-size: 0; }
.dzs-colcontainer.row-inline *[class*="dzs-col-"] {
float: none;
display: inline-block;
font-size: 13px;
vertical-align: middle; }
.dzs-colcontainer:after {
display: block;
content: "";
clear: both; }
*[class*="dzs-col-"] {
float: left;
padding-left: 15px;
padding-right: 15px; }
.dzs-col-3 {
width: 25%;
padding-left: 15px;
padding-right: 15px; }
.dzs-col-4 {
width: 33.3%;
padding-left: 15px;
padding-right: 15px; }
.dzs-col-8 {
width: 66.6%;
padding-left: 15px;
padding-right: 15px; }
.dzs-col-6 {
width: 50%;
padding-left: 15px;
padding-right: 15px; }
.dzs-col-12 {
width: 100%;
padding-left: 15px;
padding-right: 15px; }
.dzsparallaxer--team-members-con {
width: 70%;
max-width: 1100px;
margin: 0 auto; }
.dzsparallaxer.under-760 .dzsparallaxer--team-members-con {
width: 100%; }
.dzsparallaxer--team-member-con {
text-align: center; }
.dzsparallaxer--team-member-con img {
max-width: 100%; }
.dzsparallaxer--team-member-con .team-member--title {
color: #fff;
text-transform: uppercase;
margin-top: 15px;
line-height: 1;
font-size: 15px; }
.dzsparallaxer--team-member-con .team-member--subtitle {
opacity: 0.5;
margin-top: 10px;
line-height: 1.5;
background-color: #FFFFFF;
color: #111;
padding: 5px; }
.center-it {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%); }
.black-leg-bar {
height: 2px;
left: -20px;
background-color: #222222;
width: 40px; }
.white-leg-bar {
height: 2px;
left: -20px;
background-color: #ffffff;
width: 40px; }
.light-grey-box, .lighter-grey-box, .dark-grey-box, .darker-grey-box, .white-white-box {
background-color: #ccc;
color: #222;
padding: 20px;
font-size: 17px;
line-height: 1.8; }
.dark-grey-box {
background-color: #444444;
color: #ffffff; }
.darker-grey-box {
background-color: #333;
color: #ffffff; }
.lighter-grey-box {
background-color: #dddddd; }
.offset-left-10px {
margin-left: -10px; }
.offset-right-10px {
margin-right: -10px; }
.white-white-box {
background-color: #ffffff;
color: #444444; }
.white-white-box > * {
color: #444444; }
.dzsparallaxer.blockquote-box {
padding: 25px 30px 20px;
font-size: 23px;
font-weight: 300;
font-style: italic; }
.dzsparallaxer.blockquote-box p:last-child {
margin-bottom: 0; }
.dzsparallaxer.blockquote-box:before, .dzsparallaxer.blockquote-box:after {
content: "";
background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="22px" height="22px" viewBox="0 0 30 30" enable-background="new 0 0 30 30" xml:space="preserve"> <g> <path d="M13.645,8.35c-2.256,2.016-3.384,4.068-3.384,6.156c0,2.088,0.864,3.733,2.592,4.932c-0.048,1.152-0.444,2.124-1.188,2.916 c-0.745,0.792-1.645,1.188-2.7,1.188c-2.64,0-3.96-1.439-3.96-4.319c0-1.968,0.731-4.115,2.196-6.444 c1.464-2.328,3.348-4.14,5.651-5.436L13.645,8.35z M24.085,8.35c-2.257,2.016-3.384,4.068-3.384,6.156 c0,2.088,0.864,3.733,2.592,4.932c-0.049,1.152-0.444,2.124-1.188,2.916c-0.745,0.792-1.646,1.188-2.7,1.188 c-2.641,0-3.96-1.439-3.96-4.319c0-1.968,0.73-4.115,2.195-6.444c1.464-2.328,3.349-4.14,5.652-5.436L24.085,8.35z"/> </g> </svg>');
position: absolute;
top: 5px;
left: 5px;
width: 22px;
height: 22px;
opacity: 0.5; }
.dzsparallaxer.mode-horizontal .dzsparallaxer--target {
position: absolute; }
.dzsparallaxer.mode-horizontal .dzsparallaxer--target-con {
position: absolute;
top: 0;
width: 100%;
height: 100%;
left: 0;
min-width: 100%; }
.dzsparallaxer.mode-horizontal.loaded .dzsparallaxer--target {
animation: slideshow 25s linear infinite; }
.horizontal-fog {
position: absolute !important;
top: 0;
width: 100%;
height: 100%;
left: 0;
background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/css/img/fog_clouds_png_by_paradise234-d5czivb.png);
animation: slideshow 25s linear infinite;
background-size: cover; }
.horizontal-fog.clone {
left: -100%; }
@keyframes slideshow {
0% {
transform: translate3d(0, 0, 0); }
100% {
transform: translate3d(100%, 0, 0); } }
.dzsparallaxer.animation-engine-css .dzsparallaxer--target {
transition-property: opacity, visibility,transform;
transition-duration: 0.1s;
transition-timing-function: ease-in; }
.dzsparallaxer.blockquote-box:after {
content: "";
top: auto;
left: auto;
right: 5px;
bottom: 5px;
transform: scaleX(-1); }
.dzsparallaxer.dzsparallaxer-row-start > *:not(.dzsparallaxer--target) {
padding: 15px; }.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8; }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }1
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close,
button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
box-shadow: none;
touch-action: manipulation; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
margin-top: 0;  
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
opacity: 1; }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; } img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; } .mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; } }
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; } }.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.center {
width:  1270px;
margin: 0 auto;
} *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
[class*="cols-"] > * {
float: left;
}
.flex {
display: flex;
flex-wrap: wrap;
justify-content: center;	
clear: both;
}
.cols-1 > * { width: 100%;    }
.cols-2 > * { width: 50%;     }
.cols-3 > * { width: 33.333333%; }
.cols-4 > * { width: 25%; }
.cols-5 > * { width: 20%;     }
.cols-6 > * { width: 16.666%; }
.cols-2 > *:nth-child(2n+1),
.cols-3 > *:nth-child(3n+1),
.cols-4 > *:nth-child(4n+1),
.cols-5 > *:nth-child(5n+1),
.cols-6 > *:nth-child(6n+1) {
clear: both; 
}
.cols-2.flex > * { flex: 1 465px; }
.cols-3.flex > * { flex: 1 370px;  max-width: 465px }
.cols-4.flex > * { flex: 1 280px; max-width: 390px  }
.cols-5.flex > * { flex: 1 264px;  }
.cols-6.flex > * { flex: 1 210px;  }
.margin-small {
margin-left: -1px;
margin-right: -1px;
}
.margin-medium {
margin-left: -5px;
margin-right: -5px;
}
.margin-large {
margin-left: -15px;
margin-right: -15px;
}
.margin-small > * {
padding-left: 1px;
padding-right: 1px;
}
.margin-medium > * {
padding-left: 5px;
padding-right: 5px;
}
.margin-large > * {
padding-left: 15px;
padding-right: 15px;
}
.to-right > * { 
float: right;
}
.like-table {
display: table;
width: 100%;
table-layout: fixed;	
}
.like-table > * {
display: table-cell;
vertical-align: middle;
float: none;
}
.gallery::after,
#single-post::after,
[class*="cols-"]::after,
.clearfix::after {
visibility: hidden;
display: block;
content: "";
clear: both;
height: 0;
}html, body {
height: 100%;
}   
body {
font: 300 14px/1.625 'Lora', serif;
cursor: default;	
background-position: 50% 0;	
background-attachment: fixed;	
font-synthesis: none;
-webkit-font-smoothing: subpixel-antialiased;
overflow-x: hidden;
}
.blur {
height: 52vh;
min-height: 590px;
position: absolute;
top: -150px;
left: -150px;
right: -150px;
background-size: cover;	
background-position: 50%;
-webkit-filter: blur(60px);
filter: blur(30px);	
z-index: 1;
}
#layout {
min-height: 60%;
position: relative;
}
.pattern-bg1  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg1.png) }
.pattern-bg2  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg2.png) }
.pattern-bg3  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg3.png) }
.pattern-bg4  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg4.png) }
.pattern-bg5  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg5.png) }
.pattern-bg6  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg6.png) }
.pattern-bg7  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg7.png) }
.pattern-bg8  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg8.png) }
.pattern-bg9  { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg9.png) }
.pattern-bg10 { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg10.png) }
.pattern-bg11 { background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/patterns/bg11.png) }
.swiper-container-horizontal {
overflow: hidden;
position: relative;
}
.swiper li {
flex-shrink: 0;
margin: 0 0 0 0;	
}
img {
vertical-align: top;
max-width: 100%;
height: auto;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
margin-bottom: 30px;
}
.ui-datepicker-calendar {
margin: 0;
}
#container {
overflow: hidden;
//padding-top: 60px; // changes by harish
padding-top: 0px;
}
.inner-container {
position: relative;
z-index: 10;
}
.close {
width: 25px;
height: 18px;	
}
.close span {
position: absolute;
width: 100%;
border-top: 1px solid;	
}
.close span:nth-child(1) {
top: 8px;
transform: rotate(135deg);
}
.close span:nth-child(2) {
top: 8px;
transform: rotate(-135deg);
} .btn, .button, button, input[type=submit] {
color: inherit;
background-color: rgba(127,127,127,0.15);
}   
select {
background: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/select.png) no-repeat 100% 50%;
} .color-content,
input, textarea, select {
color: #1b2024;	
background-color: #fff;	
}
.color-content-inverse,
.woocommerce .price,
.btn-default,
input[type="submit"] {
color: #ffffff;
background-color: #1b2024;
}
.color-pr-bg,
.btn-primary,
.ui-slider .ui-slider-range,
.nav-links .current,
.woocommerce-notice--success,
.btn-default:hover,
input[type="submit"]:hover {
color: #ffffff;
background-color: #D1A054;
}
.color-pr-tx,
.btn-plate, 
.btn-cart,
.added_to_cart,
.star-rating, 
.product-subtotal .amount,
tfoot .amount,
.woocommerce-info a,
.current-cat a,
.is-active a,
.post-content a,
a:hover {
color: #D1A054;
}
.btn-plate:hover, 
.btn-cart:hover {
color: #000;
} #top-bar,
.header-container, 
.primary-menu .sub-menu,
.header-mini-cart {
color: #ffffff;
background-color: #1f1f2054;
}
.primary-menu .sub-menu,
.header-mini-cart {
border-color: #C48F65;
}
.widget_shopping_cart .checkout {
background-color: #C48F65;
color: #0f0f1a;
}
.primary-menu .current-menu-ancestor > a,
.primary-menu .current-menu-item > a,
.header-mini-cart .amount {
color: #D1A054
}
.header-container a:hover {
color: #D1A054;
}
.cart-link .count,
.header-mini-cart .checkout {
background-color: #D1A054
}
.color-tr,
.header-container.transparent-header {
color: #fff;
} #footer {
color: #ffffff;
background-color: #1b2024;	
}
#footer h2 {
color: #D1A054;
} .left-sidebar #content,
.right-sidebar #content {
width: calc(100% - 390px);
}
.content-sidebar {
width: 340px;
}
.right-sidebar #content,
.left-sidebar .content-sidebar {
float: left;
}
.left-sidebar #content,
.right-sidebar .content-sidebar {
float: right;
}
.left-sidebar #content .center,
.right-sidebar #content .center {
width: auto;
}
.content-sidebar .widget {
padding: 30px;
border: 1px solid rgba(127,127,127,0.15);
background-color: rgba(127,127,127,0.04);
border-bottom-width: 4px;
}
#layout:before {
top: -7px;
background-position: 15% 0;
}
#layout:before, #layout:after {
left: 0;
content: '';
width: 100%;
height: 7px;
position: absolute;
background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/torn-papper2.png);
z-index: 10;
}
#layout:after {
bottom: -7px;
background-position: 15% 100%;
}
.boxed {
width: 1440px;	
margin: 0 auto;
margin-top: -30px;
margin-bottom: -10px;
box-shadow: 0 0 15px rgba(0,0,0,0.1);
z-index: 10;
transition: width 0.25s linear;
position: relative;
}
.front {
margin-top: 0;
}
.divimage {
height: 140%;
width: 100%;
}
.dzsparallaxer .container {
height: 100%;
}
.simple-parallax {
overflow: hidden;
position: relative;
height: 50vh;
min-height: 470px;
}
.simple-parallax .divimage {
position: absolute;
background-attachment: fixed;
background-size: cover;
height: 100%;
}
.simple-parallax.swiper-slide .divimage {
background-attachment: scroll;
}
.table {
display: table;
height: 100%;
width: 100%;
}
.table-cell {
display: table-cell;
vertical-align: middle;
} .section-block {
margin: 40px 0;
}
.page .section-block:first-child {
margin-top: 0;
}
.section-block.has-bg {
position: relative;
background-size: cover;
background-attachment: fixed;
}
.rwd-padding {
padding: 3.333333%;
}
.has-bg {
color: #fff;
} .font-heading {
text-transform: uppercase;	
}
.font-heading, #footer h2 {
font-family: 'Cinzel', serif;
}
.font-title, th {
font-family: 'Cinzel', serif;
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 20px;
line-height: 1.2;
}
h1 {
font-size: 30px;
line-height: 50px;
font-weight: normal;
}
h2 {
font-size: 32px;
font-weight: normal;
}
h3 {
font-size: 18px;
line-height: 28px;
font-weight: normal;	
}
h4 {
font-size: 16px;
line-height: 26px;
}
h5 {
font-size: 14px;
line-height: 24px;
}
h6 {
font-size: 14px;
line-height: 24px;
letter-spacing: 0.5px;	
}
h2 a {
text-decoration: none;
}
p, ul, ol, blockquote, address, pre, dl {
line-height: 1.72;
margin-bottom: 24px;	
}
dl dt {
font-weight: bold;
}
address {
font-style: normal;
}
del {
color: #aaa;
}
pre {
border: 1px solid #ddd;
background-color: #f5f5f5;
padding: 30px;
white-space: pre-wrap;
color: #333;
}
code, var {
color: blue;
}
cite {
font-weight: bold;
}
q {
font-style: italic;
}
blockquote {
padding: 24px 60px;
margin: 30px 0;
border-left: 3px solid #D1A054;
font-style: italic;
font-size: 16px;
}
blockquote p {
margin: 0;
opacity: 0.75;
}
a {
text-decoration: none;
color: inherit;
transition: all 0.25s ease;
}
.content a:hover {
text-decoration: underline;	
}
hr {
border: 0 none;
border-bottom: 2px solid #BE9B4E;
margin: 30px 0;
}
ul ul, ol ol, ul ol, ol ul {
padding-left: 15px;
margin-bottom: 0;
}
#content ul li {
list-style-position: inside;	
}
#content ol li {
list-style-position: inside;		
}
.reset ul {
padding-left: 0;
}
.reset ul li {
list-style: none;
}
.section-title {
text-align: center;
margin-bottom: 45px;
clear: both;
overflow: hidden;
}
.section-title h3 {
line-height: 1.3;
margin: 0;
display: inline-block;
font-size: 40px;
}
.section-title .subtitle::before,
.section-title .subtitle::after {
content: "";
padding: 0 5px;
margin: 0 10px;
border-bottom: 1px solid;
position: relative;
bottom: 9px;
}
.section-title.v1 h3 {
border-width: 1px 0;
border-style: solid;
padding: 4px 15px 0;
font-size: 32px;	
}
.section-title.v1 .subtitle {
line-height: 1;
margin-bottom: 7px;
letter-spacing: 1px;
font-style: italic;
}
.section-title.v2 h3 {
position: relative;
}
.section-title.v2 h3:before,
.section-title.v2 h3:after {
content: '';
border-top: 1px solid;
width: 200%;
position: absolute;
top: 50%;
}
.section-title.v2 h3:before {
right: 100%;
}
.section-title.v2 h3:after {
left: 100%;
}
.section-title.v2 h3 {
position: relative;
padding: 0 20px;
line-height: 1.14;
font-size: 36px;
}
.section-title.v2 .subtitle {
margin: 0;
letter-spacing: 1px;
font-style: italic;
}
.has-bg .center {
overflow: hidden;
}
.has-bg .section-title.v2 .color-content {
color: inherit;
background: none;
position: relative;
}
.has-bg .section-title.v2 .color-content:before,
.has-bg .section-title.v2 .color-content:after {
width: 100%;
}
.section-title .description p {
font-size: 18px;
margin: 15px 0 0;
}
.cat-menu-heading  {
margin-bottom: 67.5px;
}
.cat-menu-heading has-bg,
.section-title.has-bg {
height: 470px;
color: inherit;
}
.cat-menu-heading .section-title {
margin-bottom: 22px;
}
.cat-menu-heading .description {
margin: 0 auto;		
text-align: center;
text-transform: uppercase;
opacity: 0.9;
}
.cat-menu-heading .description p:last-child {
margin-bottom: 0;
}
.cat-menu-heading .info {
width: 700px;
margin: 0 auto;	
padding: 0 45px;
}
.cat-menu-heading.has-bg .info {
width: 700px;
margin: 120px auto;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
padding: 45px;
position: relative;
opacity: 0.95;
}
.cat-menu-heading.dzsparallaxer {
}
.category-section .bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;	
background-attachment: fixed;
}
.section-title-2 .title {
font-size: 22px;
text-transform: uppercase;
border-bottom: 2px solid;
padding-bottom: 5px;
display: inline-block;
margin-bottom: -1px;
}
iframe {
width: 100%;
}
.has-bg .center {
overflow: hidden;
position: relative;
z-index: 10;	
margin-top: 90px;
margin-bottom: 90px;
}
.center .has-bg .center {
padding: 0 45px;
}
.has-bg input[type='submit'] {
background: none;
border: 1px solid #fff;
}
.has-bg input[type='submit']:hover {
border-color: transparent;
color: #000;
}
.form-submit {
clear: both;
padding-top: 20px;
} label {
font-size: 12px;
line-height: 1;
display: inline-block;
margin-bottom: 5px;
margin-right: 5px;
letter-spacing: 0.25px;
font-weight: 400;
}
input[type='text'], input[type='submit'], input[type='search'], textarea {
-webkit-appearance: none;
}
input,
select,
textarea {
font: inherit;
letter-spacing: 0.25px;
border: 1px solid rgba(127,127,127,0.25);
height: 45px;
padding: 0 22.5px;
display: inline-block;
width: 100%;
font-size: 14px;
border-radius: 0;
}
.wpcf7-form label {
display: block;
}
input:disabled {
opacity: 0.5;
cursor: default;
}
:focus {
outline: none;
border-color: rgba(127,127,127,0.5);
}
input[type="file"] {
height: auto;
padding: 0;
background: none;
border: 0 none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
border: 0 none;	
}
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
select {
border-radius: 0;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
width: auto;
padding: 0;
height: auto;
border: 0 none;
display: inline-block;
margin-right: 5px;
vertical-align: middle;
}
input[type="number"],
input[type="date"] {
width: auto;
}
fieldset {
border: 1px solid  #ddd;
padding: 15px;
margin-bottom: 30px;
}
legend {
font-weight: bold;
text-transform: uppercase;
padding: 5px 15px;
border: 2px solid #ddd;
height: 30px;
}
textarea {
padding: 22.5px;
height: 155px;
resize: none;	
display: block;
}
abbr.required {
color: #CF3F34;
text-decoration: none;
font-size: 15px;
float: left;
margin-right: 5px;
margin-left: 5px;
} button,
input[type="submit"] {
width: auto;
border: 0 none;
cursor: pointer;
transition: all 0.3s ease;
}
.button, .btn, 
button, input[type="submit"] {
font-family: inherit;
font-size: 14px;
line-height: 45px;
letter-spacing: 0.5px;
padding: 0 45px 0;
display: inline-block;
text-transform: uppercase;
letter-spacing: 0.5px;
text-align: center;
}
.btn-primary:hover {
background-color: #000;
}
.btn-transparent {
background: none;
text-transform: uppercase;
font-size: 14px;
border: 1px solid;
line-height: 43px;
color: inherit;
}
.btn-transparent:hover {
box-shadow: 0 5px 15px rgba(0,0,0,0.15);
transform: translate(0, -3px);	
}
.btn-lg {
line-height: 45px;
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
padding: 0 45px;
}
.btn-sm {
line-height: 40px;
}
.btn-mn {
line-height: 15px;
}
.button:hover, .btn:hover {
}
.btn-plate, 
.btn-cart,
.added_to_cart {
line-height: 30px;
padding: 0 20px;
letter-spacing: 0.5px;
border-bottom: 2px solid;
border-radius: 15px;
display: inline-block;
font-size: 13px;
text-transform: uppercase;
text-decoration: none;	
background: none;
}
.btn-plate:hover, 
.btn-cart:hover, 
.added_to_cart:hover {
transform: none;
box-shadow: none;	
}
.form-items {
overflow: hidden;
}
.form-item {
margin-bottom: 30px;
}
.error {
border-color: red;
}
.align-center {
text-align: center;
}
.align-center-margin {
margin-top: 20px;
text-align: center;
}
.submit-form-message.success {
margin-bottom: 30px;
color: green;
background-color: rgba(255,255,255,0.75);
padding: 15px 20px;
border: 1px solid;
}
.wpcf7-form-control-wrap {
margin-top: 5px;
display: block;
}
span.wpcf7-list-item {
margin: 0 1em 0 0;
}
.wpcf7-list-item-label {
font-size: 13px;
}
.wpcf7-select {
width: auto;
padding-right: 45px;
} .dim,
.gradient-to-top,
.alpha-gradient {
position: absolute;	
width: 100%;
height: 100%;
bottom: 0;
left: 0;	
z-index: 1;
}
.dim {
background-color: #000;
opacity: 0.25;
}
.gradient-to-top {
background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0) 100%);
}
.alpha-gradient {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%,rgba(0, 0, 0, 0.9) 100%);
}
#categories-wrapper .swiper-pagination {
position: static;
margin-top: 30px;
}
.swiper-pagination-bullet {
width: 10px;
height: 10px;
background: rgba(0,0,0,0.1);
opacity: 1;
box-shadow: inset 0 1px 1px #777;
margin: 0 6px;
}
.swiper-pagination-bullet-active {
background: #D1A054;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 4px;
}
.bullet-4 {
display: none;
}
.slider-pagination {
position: absolute;
width: 100%;
text-align: center;
z-index: 9;
}
.slider-button-next,
.slider-button-prev {
font-size: 30px;
position: absolute;
text-align: center;
top: 50%;
margin-top: -45px;
width: 36px;
height: 90px;
line-height: 90px;
z-index: 1;
color: #333;
background-color: #fff;
opacity: 0.7;
box-shadow: 0 0 3px rgba(0,0,0,0.3);
transition: all 0.25s linear;
}
.slider-button-prev {
left: 0;
padding-right: 10px;
}
.slider-button-next {
right: 0;
padding-left: 10px;
}
.slider-button-next:hover,
.slider-button-prev:hover {
opacity: 0.9;
}
.swiper-button-disabled  {
opacity: 0 !important;
}
.error404 #header,
.error404 #footer {
display: none;
} .cristiano-social-share {
margin-top: 35px;
float: right;	
}
.cristiano-social-share li {
list-style: none;
display: inline-block;
}
.cristiano-social-share a {
display: block;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
font-size: 18px;
opacity: 0.5
}
.cristiano-social-share a:hover {
opacity: 1;
} #top-bar {
box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
font-size: 12px;
letter-spacing: 0.5px;
z-index: 10;
line-height: 35px;
}
#top-bar .social {
float: right;	
}
#top-bar .social a {
text-decoration: none;
width: 25px;
text-align: center;
opacity: 0.8;
}
#top-bar .info {
margin: 0;
}
#top-bar .header-info {
display: inline-block;
}
#top-bar .header-info li {
display: inline-block;
margin-right: 30px;
}
#top-bar .header-info a {
color: #fff;
}
#top-bar .info li:before {
margin-right: 5px;
}
.additional-links {
float: right;
margin: 0;
line-height: inherit;
}
.additional-links li {
float: left;
padding: 0 10px;
list-style: none;	
}
.additional-links a {
display: inline-block;
}
#top-bar a:hover,
#top-bar .current-menu-item a {
color: #D1A054;
}
.message {
display: inline-block;
margin: 0;
opacity: 0.8;
} .sticky {
width: 100%;
top: 0;
position: -webkit-sticky;
position: sticky;
}
.sticky-tr {
position: fixed;
width: 100%;	
top: 0;	
}
.boxed .sticky-tr {
width: 70%;
margin: 0 auto;
}
.sticky-tr .header-v2 {
transition: none;
position: relative;
}
.header-container {
z-index: 20;
box-shadow: 0 0px 5px rgba(0,0,0,0.5);			
}
.transparent-header {
box-shadow: none;	
background: none !important;	
}
.header-container {
transition: all 0.25s linear;
}
.admin-bar .sticky-tr .header-wrap  {
margin-top: 32px;
} .single-product .sticky-tr,
.single-dishes_menu .sticky-tr {
width: 100%;
top: 0;
position: -webkit-sticky;
position: sticky;	
}
.single-product.admin-bar .header-wrap,
.single-dishes_menu.admin-bar .header-wrap {
margin-top: 0;
} .header li {
list-style: none;
}
.header-info {
font-size: 13px;
}
.header-info {
margin: 0;
opacity: 0.8;
}
.header-info i {
margin-right: 5px;
}
.header-v2 .social {
font-size: 18px;
display: inline-block;
}
.header-v2 .social a {
width: 30px;
line-height: 30px;
text-align: center;
opacity: 0.8;
}
.header-v2 .social a:hover {
opacity: 1;
} .logo {
text-align: center;
}
.logo img {
width: auto;		
}
.header .text-logo {
display: inline-block;
line-height: 1;
vertical-align: middle;
}
.header-v1 .logo {
float: left;
line-height: 80px;
}
.header-v1 .logo img {
max-height: 60px;
max-width: 200px;
vertical-align: middle;	
}
.header-v2 {
padding: 20px 0;
line-height: 60px;
}
.header-v2 .logo {
}
.header-v2 .logo img {
max-height: 120px;
max-width: 250px;
}
.header-v2 #nav-listener {
position: absolute;
top: 40px;
left: 20px;
}
.custom-logo-link {
display: inline-block;
vertical-align: middle;
line-height: 1;
}
.text-logo a {
text-decoration: none;
display: inline-block;
}
.text-logo span {
display: block;
}
.text-logo .title {
font-size: 22px;
letter-spacing: 3px;
}
.text-logo .description	 {
font-size: 8px;
letter-spacing: 8px;
text-indent: 5px;
}
.flex-header .td-3 {
text-align: right;
}
.flex-header .td-3 .shopping-cart {
line-height: inherit;
text-align: left;
display: none;	
float: none;
}
.full-width-header {
padding: 0 45px;
} .nav-color {
background-color: rgba(255,255,255,0.03);
}
#nav .center {
position: relative;
}
#nav li {
list-style: none;
}
.header .primary-menu {
float: right;
}
.primary-menu {
text-align: center;
text-transform: uppercase;
font-size: 13px;
margin: 0;
line-height: 80px;
}
.primary-menu a {
text-decoration: none;
}
.primary-menu > li {
display: inline-block;
position: relative;
}
.primary-menu li {
position: relative;
}
.primary-menu li > a {
display: inline-block;
padding: 0 20px;
}
.primary-menu .sub-menu {
border-width: 1px 0 0 0;
border-style: solid none none none;
text-transform: none;
box-shadow: 0 3px 5px rgba(0,0,0,0.4);	
position: absolute;
top: 100px;
opacity: 0;
visibility: hidden;	
transition: all 0.25s linear;
padding-left: 0;
text-align: left;
}
.primary-menu li:hover > .sub-menu {
top: 80px;
opacity: 1;
visibility: visible;
}
.header-v2 .primary-menu li:hover > .sub-menu {
top: 70px;
}
.primary-menu .sub-menu .sub-menu {
left: 100%;
top: 30px;
}
.primary-menu .sub-menu li:hover .sub-menu {
top: 0;
}
.primary-menu .sub-menu a {
padding: 10px 30px;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.2);
box-shadow: 0 1px 0 rgba(255,255,255,0.05);
min-width: 200px;
line-height: 20px;
white-space: nowrap;
}
.dropdown-toggle:after,
.primary-menu .menu-item-has-children > a:after {
content: '\f107';			
font-family: "FontAwesome";
display: inline-block;
margin-left: 10px;	
}
.primary-menu .menu-item-has-children .menu-item-has-children > a:after {
content: '\f105';			
font-family: "FontAwesome";
position: absolute;
right: 15px;
}
.dropdown-toggle:after {
margin-left: 0;	
}
button.dropdown-toggle {
font-size: 20px;
color: #fff;
padding: 0;
vertical-align: top;
padding: 15px 15px 15px 0;
margin-right: -30px;
display: none;	
margin-top: 0;
line-height: 1;
} #nav-listener {
width: 25px;
height: 18px;
transform: rotate(0deg);
transition: .5s ease-in-out;
cursor: pointer;
z-index: 99;
display: none;
}
#nav-listener span {
display: block;
position: absolute;
width: 100%;
border-top: 1px solid;
opacity: 1;
left: 0;
transform: rotate(0deg);
transition: .25s ease-in-out;
}
#nav-listenerspan:nth-child(1) {
top: 0px;
}
#nav-listener span:nth-child(2) {
top: 8px;
}
#nav-listener span:nth-child(3) {
top: 16px;
}
.active-nav-aside #nav-listener span:nth-child(1) {
top: 8px;
transform: rotate(135deg);
}
.active-nav-aside #nav-listener span:nth-child(2) {
opacity: 0;
left: -30px;
}
.active-nav-aside #nav-listener span:nth-child(3) {
top: 8px;
transform: rotate(-135deg);
} #cart .cart-contents {
position: relative;
font-size: 18px;
}
.header-v2 #cart {
position: absolute;
right: 0;
top: 0;
height: 70px;
line-height: 70px;
}
.header-v2 .woocommerce-nav {
position: relative;
}
.header-v2 .primary-menu {
float: none;
line-height: 70px;
}
.header-v2 .account-link {
position: absolute;
top: 0;
left: 0;
font-size: 18px;
line-height: 70px;
} #page-header {
min-height: 510px;
height: 65vmin;
position: relative;
background-attachment: fixed;
background-position: 50%;
background-color: #111;
-webkit-background-size: cover;
background-size: cover;
}
#page-header h1 {
font-size: 52px;
margin: 0;
position: absolute;
width: 70%;
text-align: center;
top: 50%;
left: 15%;
transform: translateY(-50%);	
z-index: 10;
}
#page-title {
background-image: linear-gradient(to top, rgba(0,0,0,0.05) 0%,rgba(0,0,0,0.05) 100%);
border-bottom: 1px solid rgba(127,127,127,0.15);
text-transform: uppercase;	
position: relative;
z-index: 10;
}
#page-title h1 {
line-height: 90px;
margin: 0;	
}
.shortcode-slider {
position: relative;
} .shading {
background-color: #000;
position: absolute;	
width: 100%;
height: 100%;
top: 0;
left: 0;	
z-index: 1;
}
.opacity-1 { opacity: 0.25 }
.opacity-2 { opacity: 0.5  }
.opacity-3 { opacity: 0.75 }
.gradient { background: linear-gradient(to top, rgba(0,0,0,0.25) 60%,rgba(0,0,0,1) 100%) }
.radial { background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%) }
.none { display: none; }
.header-placeholder {
height: 140px;
} #page-slider {
position: relative;
overflow: hidden;
background-color: #111;	
}
#page-slider .swiper-slide {
height: 470px;
height: 60vmin;	
background-position: 50%;
background-size: cover;
}
#page-slider h2 {
font-size: 42px;
}
#page-slider .center {
position: relative;
height: 100%;
display: table;
}
#page-slider .table-cell {
display: table-cell;
vertical-align: middle;
text-align: center;
position: relative;
z-index: 10;
}
#page-slider .info {
width: 700px;
margin: 0 auto;
padding: 50px;
background: radial-gradient(ellipse at center, rgba(0,0,0,0.5) 30%,rgba(0,0,0,0) 70%);	
padding-top: 100px;
}
#page-slider .description {
margin-bottom: 25px;
text-shadow: 0 0 1px #000;
}
#page-slider .more {
font-size: 13px;
background-color: #fff;
color: #333;
line-height: 40px;
display: inline-block;
padding: 0 40px;
text-transform: uppercase;
opacity: 0.8;
}
#page-slider .more:hover {
opacity: 1;
}
#page-slider .swiper-pagination {
bottom: 30px;
z-index: 10;
}
.swiper-button-next,
.swiper-button-prev {
background-color: rgba(0,0,0,0.8);
width: 45px;
height: 45px;	
} #footer {
text-align: center;
clear: both;
}
#footer .widget {
padding: 60px 30px;
vertical-align: top;
}
#footer .widget_cristiano_contact {
background-color: rgba(255,255,255,0.03)
}
#footer .block {
padding: 0 30px;
}
#footer .widget li {
padding: 0;
}
#footer ul {
margin-bottom: 0;
}
#footer .contact-info .hours {
font-size: 13px;
}
#footer h2 {
font-size: 21px;
margin-bottom: 15px;	
text-transform: none;
letter-spacing: 1px;
}
#footer .contact-info dt {
color: #BE9B4E;
text-transform: uppercase;
font-size: 14px;
}
#footer .contact-info dd {
margin-bottom: 15px;
}
#footer .social {
text-align: center;
}
#footer .social a {
width: 45px;
line-height: 45px;
display: inline-block;
background-color: rgba(255,255,255,0.05);
margin: 0 7px;
border-radius: 50%;
}
#footer input[type=text],
#footer input[type=email] {
max-width: 350px;
height: 40px;	
background-color: rgba(255,255,255,0.1);
border-color: rgba(255,255,255,0.1);
color: #fff;
}
#footer input[type='submit'] {
background-color: #D1A054;
color:  #333;
height: 40px;
}
#bottom-bar {
text-align: center;
font-size: 12px;
opacity: 0.8;
}
#bottom-bar {
border-top: 1px solid rgba(255, 255, 255, 0.06);
box-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#bottom-bar p {
margin: 0;
line-height: 40px;
}
.short-info {
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
padding: 60px 0;
text-align: center;
position: relative;
}
.short-info h2 {
font-size: 28px;
text-transform: uppercase;
margin: 0;	
position: relative;
z-index: 10;
}
#footer label {
display: block;
}
#footer input[type='submit']:hover {
opacity: 0.8;
}
#footer .footer-links li {
display: inline-block;
list-style: none;
line-height: 40px;
margin-right: 2px;
}
.footer-links li:before {
content: '-';
padding-right: 5px;
}
.footer-links li:first-child:before {
display: none;
} #slider {
height: 700px;
height: 100vmin;
position: relative;
background-color: #1b2024;
overflow: hidden;
box-sizing: content-box;
padding-bottom: 7px;
}
#slider .item {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
background-position: 50% 50%;
opacity: 0;
transform: scale(1, 1);
}
#slider .one-bg {
transition: transform 10s ease-out, opacity 3s;
opacity: 1;
transform: scale(1.1, 1.1);
}
#slider .active {
transition: transform 10s linear, opacity 3s;
opacity: 1;
transform: scale(1.2, 1.2);
}
#slider .info {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
padding: 0 20px;
text-align: center;
z-index: 10;
}
#slider h1 {
line-height: 1;
font-size: 80px;
margin: 15px 0;
text-transform: none;
}
#slider p {
letter-spacing: 1.5px;
}
#slider a {
background-color: rgba(255,255,255,0.8);
padding: 10px 40px;
color: #000;
text-shadow: none;
font-size: 16px;
display: inline-block;
margin-top: 10px;
letter-spacing: 1px;
border-radius: 30px;
transition: all .25s ease-in-out;
transform: translateY(5px);
}
#slider a:hover {
transform: translateY(0);
}
.scroll {
z-index: 10;
width: 15px;
height: 30px;
border-radius: 10px;
border: 1px solid #fff;
text-align: center;
position: absolute;
bottom: 0;
left: 50%;
bottom: 30px;	
margin-left: -7px;
}
.wheel {
width: 1px;
height: 5px;
background: #fff;
display: inline-block;
}
.slider-logo {
max-height: 440px;
width: auto;
}
#slider video {
position: absolute;
left: 0;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
} #promo-slider {
position: relative;
overflow: hidden;
background: #0f0f1a url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/blackboard.png);
}
#promo-slider .center {
display: table;
height: 100%;
}
#promo-slider .table-cell {
display: table-cell;
vertical-align: middle;
}
#promo-slider .item {
background-size: cover;
background-position: 50%;
position: relative;
}
#promo-slider h2 {
font-size: 32px;
margin-bottom: 15px;
letter-spacing: 1px;
}
#promo-slider .details {
max-width: 640px;
margin: 120px auto;
position: relative;
text-align: center;
z-index: 10;
padding: 50px 45px 30px;
box-shadow: 0 10px 30px rgba(0,0,0,0.4);
font-size: 15px;
opacity: 0.95;
}
#promo-slider .content > *:last-child {
}
#promo-slider.swiper-pagination {
position: absolute;
bottom: 30px;
}
#promo-slider .swiper-pagination {
bottom: 30px;
} #latest-news {
background: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/blackboard.png);	
}
.center #latest-news .item {
padding-right: 30px;
padding-left: 30px;
}
.latest-news_list {
position: relative;
}
.latest-news_list .date {
display: inline-block;
margin-bottom: 10px;
}
.latest-news_list .section-title {
position: absolute;
top: 60px;
left: 0;
width: 100%;
z-index: 10;
}
.latest-news_list .btn-color {
line-height: 40px;
color: #333;
}
.latest-news_list .btn-color:hover {
background-color: #fff;
}
.latest-news_list .latest-news-inner {
}
.latest-news_list .item .center {
position: relative;
z-index: 10;
margin-top: 172px;
margin-bottom: 90px;	
}
.latest-news_list .swiper-pagination {
bottom: 35px;
} #testimonials-slider .content {
width: 695px;
text-align: center;
margin: 0 auto;
}
#testimonials-slider blockquote {
padding: 0;
border: 0 none;
margin: 15px 0;
background: none;
letter-spacing: 0.5px;
text-align: center;
}
#testimonials-slider img {
border-radius: 50%;
}
#testimonials-slider h2 {
font-size: 16px;
margin: 0;
}
#testimonials-slider .fa-quote-left {
font-size: 30px;
opacity: 0.25;
}
#testimonials-slider .nav {
text-align: center;
margin-top: 40px;
}
#testimonials-slider .nav span {
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
border-radius: 50%;
transition: all 0.3s ease;
}
#testimonials-slider .nav span:hover {
background-color: #1b2024;
color: #fff;
} .product-single {
position: relative;
z-index: 10;
}
.product-single .details {
position: relative;
padding: 3.333333% 5.2%;
}
.product-single .color-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
opacity: 0.7;
}
.product-single .multiple-prices {
margin-bottom: 24px;
}
.product-single .product-meta {
text-transform: uppercase;
font-size: 14px;
opacity: 0.75;
}
.product-single .product-short-description {
font-style: italic;
border-left: 2px solid;
padding: 5px 20px;
margin-top: 10px;
letter-spacing: 0.3px;
opacity: 0.7;	
}
.product-single .product-short-description p {
margin: 0;
}
#product-single .product-price,
#product-list .product-price {
line-height: 45px;	
text-align: center;
padding: 0 15px;
opacity: 0.9;
font-size: 16px;
min-width: 67px;
border-radius:  0 5px 0 9px;
box-shadow: 0 1px 1px rgba(0,0,0,0.5);
position: absolute;
top: -1px;
right: -1px;
z-index: 1;
width: auto;
}
.dishes-menu-wrap {
margin-bottom: -30px;
}
.col-1 {
width: 700px;
margin: 0 auto 60px;
}
.dishes-menu .menu-item {
margin-bottom: 30px;
padding-bottom: 2px;
position: relative;
list-style: none;
overflow: hidden;
}
.dishes-menu.one-column .menu-item {
overflow: hidden;
}
.dishes-menu .title {
padding-right: 5px;
}
.dishes-menu .highlight-text {
line-height: 19px;
display: inline-block;
padding: 0 5px;
font-family: 'Lora';
font-style: italic;
font-size: 10px;
letter-spacing: 1px;
vertical-align: top;
margin-right: 5px;
}
.dishes-menu h2 {
font-size: 18px;
line-height: 1.4;
margin-bottom: 0;
display: inline;
position: relative;
z-index: 1;
}
.dishes-menu .dots {
position: relative;
opacity: 0.85;
margin-top: -8px;
padding-top: 8px;
opacity: 0.7;
}
.dishes-menu .dots:before {
content: '';
border-top: 1px dashed;
position: absolute;
width: 100%;
top: 0;
left: 0;
opacity: 0.5;
}
.dishes-menu p {
margin-bottom: 0;
}
#content .dishes-menu li {
list-style-position: outside;
}
.multiple-prices {
padding: 0;
margin-bottom: 5px;
overflow: hidden;
}
.multiple-prices li {
display: inline-block;
padding: 0 7px 0 10px;
border-left: 1px solid rgba(127,127,127,0.5);
}
.multiple-prices li:last-child {
border-right: 1px solid rgba(127,127,127,0.5);
}
.multiple-prices .label {
font-size: 12px;
}
.dm-price {
float: right;
padding-left: 5px;
font-size: 18px;
font-weight: 400;
position: relative;
z-index: 1;	
}
.dishes-menu .thumbnail {
overflow: hidden;
float: left;
margin-right: 15px;
width: 105px;
height: 105px;
border-radius: 0 50% 50% 50%;
box-shadow: 0 1px 1px rgba(0,0,0,0.45);
}
.dishes-menu .thumbnail img {
max-width: none;
}
.drop-style .thumbnail {
border-radius: 0 50% 50%;	
}
.rounded-style .thumbnail {
border-radius: 30%;
}
.circle-style .thumbnail {
border-radius: 50%;
}
.square-style .thumbnail {
border-radius: 0;
}
.large-imgs .thumbnail,
.large-imgs .thumbnail img {
width: 105px;
height: 105px;
}
.medium-imgs .thumbnail,
.medium-imgs .thumbnail img {
width: 75px;
height: 75px;
}
.small-imgs .thumbnail,
.small-imgs .thumbnail img {
width: 50px;
height: 50px;
}
.dishes-menu .has-post-thumbnail .description {
padding-left: 125px;
}
.large-imgs .has-post-thumbnail .description {
padding-left: 125px;
}
.medium-imgs .has-post-thumbnail .description {
padding-left: 95px;
}
.small-imgs .has-post-thumbnail .description {
padding-left: 70px;
}
.no-items .section-title.has-bg {
margin-bottom: -18px;
}
.view-full-menu {
text-align: center;
margin-bottom: 60px;
}
.swiper .swiper-wrapper li {
flex-shrink: 0;
}
#our-menu-cats {
position: relative;
margin-bottom: 110px;
} .rect-item-list.margin-large {
overflow: hidden;
}
.rect-item-list {
margin-bottom: -6%;
}
.rect-item-list li {
list-style: none;
padding-bottom: 6%;
}
.rect-item-list.swiper-wrapper {
margin-bottom: 0;
}
.rect-item-list.swiper-wrapper li {
padding-bottom: 0;
}
.rect-item-list img {
transition: all 4s linear;
width: 100%;
}
.rect-item-list h2 {
font-size: 20px;
text-align: center; 
z-index: 10;
position: absolute;
bottom: 30px;
width: 100%;
margin: 0;
text-transform: capitalize;
}
.rect-item-list .gradient-to-top {
transition: all 0.25s ease;	
}
.rect-item-list li a {
display: block;
min-height: 100px;
background-color: #1b2024;
position: relative;
overflow: hidden;
}
.rect-item-list li a:hover img {
transform: perspective(1px) scale(1.1) translateZ(0);
}
.rect-item-list a:hover .gradient-to-top {
height: 100%;
}
.rect-item-list .gradient-to-top {
height: 30%;
}
.rect-item-list a:after{
content: "";
position: absolute;
top: 5px;
bottom: 5px;
right: 5px;
left: 5px;
z-index: 11;
box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
} .tax-dishes_categories #categories-nav {
font-size: 17px;	
}
#categories-nav {
text-align: center;
margin-bottom: 67.5px;
text-transform: uppercase;
letter-spacing: 0.5px;
}
#categories-nav li {
display: inline-block;	
margin: 0 13px;
line-height: 1;
margin-bottom: 10px;
}
#categories-nav a {
display: block;
padding-bottom: 5px;
text-decoration: none;
border-bottom: 1px solid transparent;
}
#categories-nav a:hover {
border-bottom: 1px solid;
}
#categories-nav .current-cat a {
border-bottom: 1px solid;	
}
#order-online {
margin-bottom: auto !important;
}
#order-online .center {
position: relative;
}
.swiper-cat-next,
.swiper-cat-prev {
font-size: 24px;
position: absolute;
text-align: center;
top: 50%;
width: 36px;
height: 90px;
line-height: 90px;
z-index: 1;
color: #fff;
background-color: #000;
opacity: 0.7;
box-shadow: 0 0 3px rgba(0,0,0,0.3);
transition: all 0.25s linear;
margin-top: -45px;
}
.swiper-cat-next {
right: -1px;
}
.swiper-cat-prev {
left: -1px;
}
.link-to-shop {
font-size: 12px;
padding: 2px 10px;
text-transform: uppercase;	
color: inherit;
}
.link-to-shop:hover {
color: initial;
} .type-page {
margin-bottom: 90px;
}
.article {
margin: 60px 0;
position: relative;
}
#content .article:first-child {
margin-top: 10px;
}
.article .image {
position: relative;
min-height: 1px;
}
.article .details {
width: 100% !important;
text-align: center;
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
margin-bottom: 0;
}
.article.has-post-thumbnail .details {
position: relative;	
top: 45px;
left: -45px;
width: 50% !important;	
margin-bottom: 45px;		
background-color: #f5f5f5;
}
.article .date {
display: inline-block;
text-transform: none;
font-size: 15px;
margin-bottom: 10px;
}
.article h2 {
font-size: 22px;
margin-bottom: 10px;
}
.to-right.has-post-thumbnail .details {
left: inherit;
right: -45px;
}
.no-results {
margin-bottom: 60px;
} #cancel-comment-reply-link {
color: #BE9B4E;
}
.comment-reply-link:before {
content: '\f112';	
font-family: 'FontAwesome';
margin-right: 5px;
}
.comment-list {
margin: 0 0 30px;
}
.comment-list li {
list-style: none;
}
.comment-notes,
.logged-in-as {
color: #777;
font-size: 13px;
margin-bottom: 10px;
text-align: right;
display: none;
}
.comment-body {
position: relative;
overflow: hidden;	
border: 1px solid #eee;
padding: 30px;
margin-bottom: 30px;
background-color: #fafafa;
border-bottom-width: 4px;
}
.comment-body p {
margin: 0;
}
.comment-body .reply {
font-size: 13px;
color: #d1a054;
text-transform: uppercase;	
position: absolute;
top: 30px;
right: 30px;
text-decoration: none;
}
.comment-body .reply a {
text-decoration: none;
}
.comment-author img {
float: left;
border-radius: 50%;
margin: 0 15px 15px 0;
}
.comment-author .fn {
font-size: 13px;
font-style: normal;
font-weight: normal;	
line-height: 1;
text-transform: uppercase;
display: inline-block;
}
.comment-author .fn a {
}
.comment-meta {
color: #777;
font-size: 13px;
}
.comment-meta a {
text-decoration: none;
}
.comment-list .children {
margin-left: 40px;
}
.comment-respond {
margin-top: 30px;
}
.comment-awaiting-moderation {
display: block;
color: red;
font-size: 13px;
}
.comment-form-author,
.comment-form-email {
float: left;
width: 50%;
padding: 0 2%;
}
.comment-form-author {
padding-left: 0;
}
.comment-form-email {
padding-right: 0;
}
.comment-author .says {
display: none;
}
#reply-title {
font-size: 18px;
text-transform: uppercase;	
} #single-post {
margin-bottom: 45px;
}
#single-post .post .wp-post-image {
margin-bottom: 30px;
}
#single-post h1.title {
font-size: 32px;
margin-bottom: 15px;
}
#single-post .entry-meta {
font-size: 13px;
letter-spacing: 0.5px;
margin-bottom: 25px;
opacity: 0.75;
}
#single-post .entry-meta ul {
padding: 0;
margin: 0;
}
#single-post .entry-meta * {
display: inline-block;
text-decoration: none;
}
#single-post .entry-meta li {
margin-right: 15px;
}
#single-post .entry-meta .post-categories li {
margin-right: 5px;
}
#single-post .tags {
margin-bottom: 30px;
clear: both;
}
#single-post .tags a {
display: inline-block;
line-height: 30px;
padding: 0 10px;
background-color: #333;
color: #fff;
margin-right: 5px;
font-size: 12px;
text-decoration: none;
}
#single-post .tags a:hover {
background-color: #D1A054;
}
#post-nav {
text-align: center;
margin-top: 30px;
}
.single-post-title {
font-size: 36px;
margin-bottom: 35px;
} #contact-form {
margin: 60px 0;
}   
#contact-details {
font-size: 15px;
text-align: center;
}
#contact-details .cols-3 {
margin-bottom: -30px;
}
#contact-details .box h3 {
margin-bottom: 5px;
}
#contact-details .box {
background-color: rgba(127,127,127,0.075);	
min-height: 206px;
padding: 60px 30px 30px;
position: relative;
border: 1px solid rgba(127,127,127,0.25);
margin-bottom: 45px;
}
#contact-details .box::before {
content: "";
border: 1px dashed rgba(127,127,127, 0.25);
position: absolute;
top: 5px;
bottom: 5px;
right: 5px;
left: 5px;
}
#contact-details span.fa {
width: 70px;
font-size: 20px;
height: 45px;
line-height: 40px;
position: absolute;
top: -3px;
left: 50%;
margin-left: -35px;
border-radius: 0% 0% 50% 50%;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);	
z-index: 1;	
}
#contact-details span.icon:after {
content: "";
border: 1px dashed #fff;
border-top: 0 none;
position: absolute;
top: 0px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0.3;
border-radius: 0% 0% 50% 50%;
display: none;
}
#contact-details ul {
text-align: center;
margin: 0;
position: relative;
z-index: 1;
opacity: 0.7;
}
.dzsparallaxer-map {
height: 45vh;
min-height: 470px;
color: #000;
}
.dzsparallaxer-map #map {
min-height: 470px;
height: 55vh;
}
.simple-map #map {
height: 50vh;
} .alignnone {
}
.aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float:right;
margin: 5px 0 25px 20px;
}
.alignleft {
float: left;
margin: 5px 25px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
text-align: center;
border: 1px solid #ddd;
margin-bottom: 25px;
padding: 4px;
clear: both;
}
.wp-caption.alignnone {
max-width: 100%;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
font-size: 12px;
color: #777;
margin: 0;
padding: 5px 0;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #ui-datepicker-div {
display: none;
background-color: #fff;
box-shadow: 0 5px 15px rgba(0,0,0,0.3);	
}
#ui-datepicker-div a {
text-decoration: none;
}
.ui-datepicker-header {
background-color: #333;
color: #fff;
position: relative;
line-height: 40px;
margin-bottom: 15px;
text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
font-family: 'FontAwesome';
cursor: pointer;
position: absolute;
top: 0;
width: 40px;
}
.ui-datepicker-prev span,
.ui-datepicker-next span {
display: none;
} 
.ui-datepicker-prev {
left: 0;
}
.ui-datepicker-next {
right: 0;
}
.ui-datepicker-prev:before {
content: '\f104';
}
.ui-datepicker-next:before {
content: '\f105';
}
a.ui-state-disabled {
cursor: default;
opacity: 0.5;
color: #fff;
}
.ui-datepicker-calendar a,
.ui-state-disabled .ui-state-default {
text-decoration: none;
display: block;
text-align: center;
height: 35px;
line-height: 35px;
width: 35px;
border: 1px solid transparent;
}
.ui-datepicker-calendar a:hover {
border-color: #D1A054;
}
.ui-datepicker-current-day a {
background-color: #D1A054;
color: #fff;
}
.ui-state-disabled .ui-state-default {
opacity: 0.5;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th {
border: 0 none;
padding: 0;
text-align: center;
}
.ui-datepicker-calendar td:hover {
}
.ui-datepicker-calendar .ui-datepicker-today a {
background-color: #f5f5f5;
color: #000;	
} .ui-widget.ui-widget-content {
border: 0 none;
}
.ui-tabs .ui-tabs-nav {
padding: 0;
border: 0 none;	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
padding: 0;
margin: 0;
}
.ui-tabs .ui-tabs-nav li {
margin: 0;
}
.ui-state-default, 
.ui-widget-content .ui-state-default, 
.ui-widget-header .ui-state-default, 
.ui-button, html 
.ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
border: 0 none;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
float: none;
padding: 0;
}
.tabs-nav {
text-align: center;
background-color: #1b2024;	
margin-bottom: 30px;
position: relative;
overflow: hidden;
}
.tabs-nav:before,
.tabs-nav:after {
content: '';
width: 14px;
height: 14px;
background-color: #fff;
border-radius: 50%;
position: absolute;
top: 50%;
margin-top: -7px;
z-index: 10;
}
.tabs-nav:before {
left: -7px;
}
.tabs-nav:after {
right: -7px;
visibility: visible;
}
.tabs-nav li {
list-style: none;
background-color: rgba(225,255,225,0.15);	
}
.tabs-nav li:first-child {
border: 0 none;
}
.tabs-nav li:hover,
.tabs-nav .ui-state-active {
background: none;
}
.tabs-nav a {
display: block;
color: #fff;	
padding: 0 15px;	
line-height: 50px;
position: relative;
overflow: hidden;
}
.tabs-nav .ui-state-active a:after {
content: '';
width: 10px;
height: 10px;
background-color: #fff;
position: absolute;
left: 50%;
margin-left: -5px;
bottom: -5px;
transform: rotate(45deg);
}
.tab-section {
display: none;
}
.ui-slider {
height: 5px;
background-color: #ddd;
position: relative;
margin-bottom: 30px;
}
.ui-slider .ui-slider-range {
position: absolute;
height: 5px;
}
.ui-slider .ui-slider-handle {
position: absolute;
width: 20px;
height: 20px;
border-radius: 5px;
border: 1px solid #ddd;
background-color: #fff;
margin-top: -8px;
margin-left: -1px;
} .pagination {
text-align: center;
margin-bottom: 60px;
}
.nav-links .page-numbers {
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
border: 1px solid rgba(127,127,127,0.5);
margin: 0 4px;
font-size: 14px;
}
.nav-links .dots {
border: 0 none;
width: auto;
}
.nav-links a {
text-decoration: none;
}
.prev:before, 
.next:before {
font-family: 'FontAwesome';
}
.next:before {
content: '\f105';	
}
.prev:before {
content: '\f104';	
}
.post-edit-link {
font-size: 11px;
text-transform: uppercase;
text-decoration: none;
}
.wp-audio-shortcode {
margin-bottom: 30px;
} .gallery { 
margin: 0 -1.6666665%;
}
.gallery .gallery-item {
float: left;
text-align: center;
width: 33.33%;
padding: 1.6666665%;
margin-bottom: 0;
}
.gallery-columns-1 .gallery-item { width: 100%; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-5 .gallery-item { width: 20%; }
.gallery-columns-6 .gallery-item { width: 16.66%; }
.gallery-columns-7 .gallery-item { width: 14.28%; }
.gallery-columns-8 .gallery-item { width: 12.5%; }
.gallery-columns-9 .gallery-item { width: 11.11%; }
.gallery-columns-2 > *:nth-child(2n+1),
.gallery-columns-3 > *:nth-child(3n+1),
.gallery-columns-4 > *:nth-child(4n+1),
.gallery-columns-5 > *:nth-child(5n+1),
.gallery-columns-6 > *:nth-child(6n+1) { 
clear: both; 
}
.gallery img {
width: 100%;
transition: all 5s linear; 
}
.gallery a {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
display: block;
overflow: hidden;
position: relative;
}
.gallery a:hover img {
transform: scale(1.1);
}
.gallery a::after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: all 0.3s ease;
}
.gallery a:hover::after {
top: 0;
right: 0;
bottom: 0;
left: 0; 
background-color: rgba(0, 0, 0, 0.2);
}
.gallery .gallery-caption {
color: #888;
font-size: 12px;
line-height: 20px;
padding-top: 5px;
margin: 0;
} #wp-calendar caption {
padding: 10px;
font-weight: 600;
text-transform: uppercase;
}
#wp-calendar th,
#wp-calendar td {
text-align: center;
}
#wp-calendar #prev {
text-align: left;
}
#wp-calendar #next {
text-align: right;
}
.widget table th,
.widget table td {
padding: 10px;
}
.widget {
margin-bottom: 45px;
}
.widget .title {
margin-bottom: 20px;
text-transform: none;
}
.widget a {
transition: all 0.05s linear;
}
.widget ul {
list-style: none;
margin: 0;
}
.widget li {
padding: 10px 20px;
}
.widget > ul > li {
border-bottom: 1px solid rgba(127,127,127,0.25);	
}
.widget .contact-info li {
border: 0 none;
}
.widget_nav_menu li,
.widget_archive li,
.widget_pages li,
.widget_meta li,
.widget_product_categories li {
padding: 0;
}
.widget_nav_menu a,
.widget_archive a,
.widget_pages a,
.widget_meta a,
.widget_product_categories a {
padding: 10px 20px;
display: inline-block;
}
.widget_nav_menu a:before,
.widget_archive a:before,
.widget_pages a:before,
.widget_meta a:before,
.widget_recent_entries a:before,
.widget_recent_comments .comment-author-link:before,
.woocommerce-widget-layered-nav a:before,
.widget_product_categories a:before {
content: '\f105';
font-family: 'FontAwesome';
position: absolute;
margin-left: -20px;
}
.search-form {
position: relative;
}
.search-submit {
width: 50px;
height: 50px;
position: absolute;
top: 0;
right: 0;
padding: 0;
background: none;
}
.search-submit:before {
font-family: 'FontAwesome';
content: '\f002';
}
.tagcloud a {
border: 1px solid rgba(127,127,127,0.5);
padding: 5px 10px;
}
.bypostauthor .comment-body {
border-bottom-color: #D1A054;
}
#not-found {
text-align: center;
height: 100vmin;
width: 100%;
background: #111 url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/blackboard.png);
}
#not-found .center {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);	
}
#not-found h1 {
font-size: 80px;
margin-bottom: 60px;
}
@supports (-webkit-text-size-adjust: auto) and (not (text-size-adjust: auto)) {
.simple-parallax .divimage {
background-attachment: scroll;
}
} #slider h1{      width: 40% !important ;
}
@media (max-width:768px) {
#slider h1{
width: 100% !important ;
margin: 0px !important;
font-size:16px !important;
}
}.left-sidebar-sp .content-section,
.right-sidebar-sp .content-section {
width: calc(100% - 389px);
}
.right-sidebar-sp .content-sidebar,
.left-sidebar-sp .content-section {
float: right;
}
.right-sidebar-sp .content-section,
.left-sidebar-sp .content-sidebar {
float: left;
} .single-product.header-opacity .header-container {
position: relative;
}
.single-product.header-opacity #layout.wide {
background: none;
}
.single-product.header-opacity #layout.boxed {
margin-top: 60px;
}
.single-product.header-opacity #layout.boxed #content {
margin-top: 30px;
}
.single-product.header-opacity #layout.wide:before {
display: none;
} 
.admin-bar.single-product.header-opacity .header-container {
top: 0;
}
.single-product .boxed {
margin-top: 0;
}
.single-product .boxed:before {
display: none;
}
.single-product.header-opacity .boxed:before {
display: block;
}
.single-product #layout:before {
display: none;
}
.content-section {
position: relative;
z-index: 10;
} #order-online {
margin-bottom: 110px;
}
.menu-cats-pagination,
.swiper-pagination {
width: 100%;2
position: absolute;
bottom: -65px;
left: 0;
text-align: center;
} .woocommerce-breadcrumb {
font-size: 15px;
margin-bottom: 30px;
}
#product-list li {
list-style: none;
padding-bottom: 60px; 
}
#product-list .product {
transition: all 0.25s ease;
list-style: none;
}
#product-list .product:hover {
box-shadow: 0 15px 30px rgba(0,0,0,0.3);
}
#product-list .image {
position: relative;
display: block;
text-align: center;
}
#product-list img {
width: 100%;
}
#product-list .star-rating {
display: none;
}
#product-list h2 {
font-size: 18px;
text-transform: none;
position: relative;
z-index: 1;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
margin-bottom: 2px;
line-height: 1.7;
}
#product-list .description {
text-align: center;
background-color: rgba(127,127,127,0.075);
padding: 20px 30px 30px;	
position: relative;	
border: 1px solid rgba(127,127,127,0.2);
min-height: 188px;
}
#product-list .description * {
position: relative;
z-index: 1;	
}
#product-list .description::before {
content: "";
border: 1px dashed rgba(127,127,127,0.3);
position: absolute;
top: 5px;
bottom: 5px;
right: 5px;
left: 5px;
}
#product-list p {
height: 50px;
overflow: hidden;
margin-bottom: 15px;
opacity: 0.7;
}
.onsale {
position: absolute;
padding: 0 15px;
background-color: #f7776a;
color: #fff;
text-align: center;
border-radius: 4px 0 10px;
line-height: 40px;
text-transform: uppercase;
font-weight: bold;
top: -1px;
left: -1px;
box-shadow: 0 1px 1px rgba(0,0,0,0.3);
width: auto;
z-index: 1;
}
#most-popular #product-list {
margin-bottom: -30px;
}
.loading {
cursor: wait;
opacity: 0.5;
}
.added {
display: none;
} .woocommerce-product-gallery .flex-control-thumbs  {
position: absolute;
bottom: 20px;
left: 20px;
margin: 0;	
}
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
float: left;
cursor: pointer;
}
.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
}   
.woocommerce-product-gallery .flex-control-thumbs img {
width: 45px;
opacity: 0.5;
}  
.woocommerce-product-gallery .flex-control-thumbs img.flex-active {
opacity: 1;
} 
.blur-tr {
height: 650px;	
}
.blur-tr .featured-dim {
display: block;
}
.product-single-wrap {
position: relative;	
margin-bottom: 30px;
z-index: 1;
}
.single_add_to_cart_button.disabled {
opacity: 0.35;
pointer-events: none;		
}
.single_add_to_cart_button {
padding: 0 30px;
height: 40px;
line-height: 40px;
}
#product-single {
position: relative;
}
#product-single .woocommerce-product-gallery {
vertical-align: top;
}
#product-single p {
margin: 0;
}
#product-single .image {
vertical-align: top;
}
#product-single .image img {
max-width: 100%;
}
#product-single .details {
padding: 3.333333% 5.2%;
position: relative;
}
#product-single .details .color-content {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
opacity: 0.7;	
}
#product-single h1 {
font-size: 24px;
margin-bottom: 15px;
}
#product-single h4 {
margin-bottom: 15px;
}
#product-single .ing,
.woocommerce-product-details__short-description {
font-style: italic;
border-left: 2px solid;
padding: 5px 20px;
margin-top: 10px;
letter-spacing: 0.3px;
opacity: 0.7;
}
#product-single .ing p {
margin: 0;
}
#product-single .add-to-cart {
float: right;
}
#product-single .single-price {
right: -2px;
top: -2px;
opacity: 0.9;
width: auto;
}
#product-single .reset_variations {
display: none !important;
}
#product-single input[type="text"] {
width: auto;
height: 30px;
border-radius: 20px;
}
#product-single .social {
position: absolute;
bottom: 30px;
font-size: 15px;
}
#product-single .social a {
margin: 0 5px;
}
#product-single .variations {
margin: 20px 0 0;
}
#product-single .woocommerce-variation-description {
margin: 20px 0;
font-size: 14px;
}
#product-single .variations td {
padding: 0;
border: 0 none;
}
#product-single .variations .label {
width: 1%;
}
#product-single select {
font-size: 13px;
width: auto;
padding-right: 40px;
line-height: 30px;
height: 30px;
border-radius: 20px;
background-color: transparent;
border-color: inherit;
border-color: rgba(127,127,127,0.5);
}
#product-single label {
font-weight: normal;	
color: inherit;
margin: 0;
}
.variations tr {
border: 0 none;
}
#product-single .variations label {
margin: 0;
margin-right: 10px;
white-space: nowrap;
color: inherit;	
}
#product-single .add-to-cart-wrap {
float: left;
margin-top: 30px;
}
#product-single .woocommerce-variation-price .price {
display: inline-block;
line-height: 30px;
border-radius: 4px;
padding: 0 15px;
}
#product-single .quantity {
display: inline-block;
}
#product-single .quantity .qty {
display: inline-block;
height: 35px;
background: none;
border: 1px solid;
margin-left: 15px;
}
#product-single .stock {
border: 1px dashed #777;
display: inline-block;
padding: 0 20px;
line-height: 40px;
margin-top: 30px;
letter-spacing: 1px;
text-transform: uppercase;
}
#product-single .woocommerce-product-rating {
margin-bottom: 5px;
}
#product-single dl {
margin-bottom: 0;
}
#product-single dl dt {
font-weight: normal;
}
#product-single h3 {
font-weight: normal;
} label.tm-left {
line-height: 30px;
}
.tm-epo-required {
margin-right: 5px;
}
.tm-epo-totals {
padding-bottom: 0;
} .product-nav span {
display: none;
}
.product-nav {
font-size: 30px;
position: absolute;
top: 50%;
width: 40px;
line-height: 60px;
opacity: 0.3;
text-align: center;
background-color: #fff;
border-radius: 50%;
margin-top: -30px;
}
.product-nav:hover {
opacity: 0.7;
}
.product-nav:active {
color: #333
}
.prev-product {
left: -40px;
border-radius: 50% 0 0 50%;		
}
.next-product {
right: -40px;
border-radius: 0 50% 50% 0;	
}
.product_meta {
text-transform: uppercase;
font-size: 13px;
margin-bottom: 15px;
opacity: 0.75;
}
.product_meta a {
text-decoration: none;
}
table td,
table th {
padding: 22.5px;
text-align: left;
}
table tr {
border-bottom: 1px solid rgba(127,127,127,0.25);
}
table p {
margin: 0;
line-height: 1;	
}
.shop_attributes {
margin: 45px 0;
}
.shop_attributes th {
width: 150px;
}
#reviews {
width: 770px;
margin: 60px 0;
}
#review_form_wrapper #reply-title {
font-size: 16px;
}
.commentlist .comment {
background-color: rgba(127,127,127,0.05);
border: 1px solid rgba(127,127,127,0.1);
border-bottom-width: 4px;
padding: 30px;
margin-bottom: 30px;
list-style: none;
}
.commentlist .bypostauthor {
border-bottom-color: #d1a054;
}
.commentlist .comment img {
float: left;
margin-right: 15px;
border-radius: 50% 50% 50% 50%;
}
.commentlist p {
margin: 0;
font-size: 15px;
}
.commentlist .meta strong {
font-weight: normal;
text-transform: uppercase;
}
.commentlist .meta .time {
color: #777;
font-size: 13px;	
}
.commentlist .meta time {
font-size: 12px;
}
.related {
margin: 60px 0 30px ;
} .mini_cart_item .variation {
margin: 0;
}
.mini_cart_item .variation * {
font-size: 12px;
margin: 0;
display: inline-block;
}   
.page-description,
.term-description {
background-color: #1b2024;
color: #fff;
padding: 30px 30px 15px;
margin-bottom: 60px;
text-align: center;
text-transform: uppercase;
}
.woocommerce-message {
position: relative;
background-color: rgba(255,255,255,0.05);
line-height: 35px;
padding: 15px 15px 15px 30px;
overflow: hidden;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
margin: 60px 0;
z-index: 10;
}
.woocommerce-message a {
text-transform: uppercase;
letter-spacing: 1px;
line-height: 35px;
padding: 0 30px;
float: right;
font-size: 12px;
background: none;
border: 1px solid;
color: inherit;
}
.comment-form-rating  {
margin: 0;
margin-bottom: 15px;
}
#rating {
display: none;
}
.comment-form-rating label {
display: none;
}
.woocommerce-review-link {
display: none;
}
.commentlist .star-rating {
float: right;
}
.woocommerce .star-rating {
font-family: 'FontAwesome';	
overflow: hidden;
position: relative;
height: 16px;
line-height: 1;
letter-spacing: 3px;
font-size: 16px;
width: 87px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;    
}
span.star-rating {
display: inline-block;
}
.woocommerce .star-rating span {
overflow: hidden;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.woocommerce .star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
}
.woocommerce .star-rating:before {
content: "\f005\f005\f005\f005\f005";
color: #d3ced2;
float: left;
top: 0;
left: 0;
position: absolute;
}
.woocommerce p.stars a {
position: relative;
text-indent: -999em;
display: inline-block;
text-decoration: none;
text-align: center;
width: 18px;
height: 18px;
}
.woocommerce p.stars a:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
text-indent: 0;
font-size: 18px;
}
.woocommerce p.stars {
font-family: 'FontAwesome';
margin: 0;
height: 18px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;		
}
.woocommerce p.stars.selected a.active:before, 
.woocommerce p.stars:hover a:before{
content: "\f005";
}
.woocommerce p.stars a:before, 
.woocommerce p.stars a:hover~a:before {
content: "\f006";
}
.woocommerce p.stars.selected a:not(.active):before {
content: "\f005";
}
.woocommerce p.stars.selected a.active~a:before {
content: "\f006";
} .product_list_widget li {
overflow: hidden;
padding: 20px 0;
}
.product_list_widget img {
width: 85px;
float: right;	
}
.product_list_widget a {
display: block;
}
.product_list_widget .amount {
font-weight: 600;
}
.price_slider_amount button {
line-height: 40px;
}
.price_label {
float: right;
line-height: 30px;
} .shopping-cart {
float: right;
padding-left: 15px;
line-height: 80px;
position: relative;	
}
.cart-link {
position: relative;	
font-size: 18px;
}
.cart-link .count {
font-size: 10px;
width: 15px;
height: 15px;
line-height: 16px;
position: absolute;
right: -10px;
top: -5px;
border-radius: 15px;
text-align: center;
}
.cart-links {
margin: 0;	
font-size: 13px;
overflow: hidden;
text-transform: uppercase;
text-align: center;
border-bottom: 1px solid rgba(0,0,0,0.1);
box-shadow: 0px 1px 0 rgba(255,255,255,0.05);
}
.cart-links a {
float: left;
width: 50%;
padding: 20px 10px;
}
.cart-links a {
border-right: 1px solid rgba(127,127,127,0.1);
}
.cart-links i {
margin-right: 10px;
}
.shopping-cart .cart-contents {
position: relative;
font-size: 18px;
}
.header-mini-cart {
position: absolute;
width: 420px;
width: 390px;
top: 80px;
right: 0;	
transform: translateY(30px);	
box-shadow: 0 5px 15px rgba(0,0,0,0.5);
border-width: 1px 0 0 0;
border-style: solid none none none;
transition: all 0.25s ease;
z-index: 10;
opacity: 0;
visibility: hidden;
}
.woocommerce-mini-cart::-webkit-scrollbar { 
display: none; 
}
.shopping-cart.show-sub-cart .header-mini-cart {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.header-mini-cart .widget_shopping_cart {
margin-bottom: 0;
}
.header-mini-cart .view-cart {
display: none;
}
.header-mini-cart .buttons .checkout {
width: 100%;
}
.widget_shopping_cart strong {
font-weight: 300;
}
.header-mini-cart .woocommerce-mini-cart {
overflow: auto;
max-height: 60vh;	    
}
.shopping-cart .mini_cart_item {
padding: 20px 45px;
overflow: hidden;
font-size: 14px;
background-color: rgba(127,127,127,0.05);
border-bottom: 1px solid rgba(0,0,0,0.1);
box-shadow: 0 1px 0 rgba(255,255,255,0.05);
position: relative;
}
.mini_cart_item .remove {
display: none;
}
.mini_cart_item .quantity {
display: block;
}
.mini_cart_item .quantity .amount {
display: inline;
}
.widget_shopping_cart .total {
text-align: center;	
margin: 20px;
}
.widget_shopping_cart .total .amount {
font-size: 16px;
}
.header-mini-cart .buttons {
text-align: center;
text-transform: uppercase;	
padding: 0 30px;
}
.widget_shopping_cart .buttons a {
font-size: 14px;	
line-height: 40px;
width: 100%;
transition: all 0.25s ease;
margin-bottom: 10px;
}
.widget_shopping_cart .buttons a:hover {
transform: translate(0,-3px);
color: inherit;
}
.widget_shopping_cart .buttons .checkout:hover {
color: initial;
}
.widget_shopping_cart .view-cart  {
background-color: rgba(127,127,127,0.25);
}
.woocommerce-mini-cart__empty-message {
margin: 0;
padding: 15px;
font-size: 13px;
text-align: center;
text-transform: uppercase;
opacity: 0.5;
} .shop_table {
}
.shop_table thead th {
font-size: 18px;
}
.shop_table th {
font-size: 18px;
}
.shop_table tfoot th {
}
.cart .product-remove {
width: 10px;
}
.cart .product-thumbnail {
width: 120px;
padding-left: 0;
padding-right: 0;
}
.cart td.product-name {
font-weight: 400;
}
.cart td.product-price {
font-size: 16px;
}
.cart .qty {
width: 60px;
padding: 0;
text-align: center;
}
.cart .actions {
padding-left: 0;
padding-right: 0;
}
.cart .update-cart:disabled {
opacity: 0.5;
}
.cart .update-cart {
float: right;
}
.cart .coupon {
float: left;
}
.cart .coupon .button {
margin-top: 0;
}
input.update-cart {
margin-top: 0;
}
.coupon .input-text {
width: 250px;
float: left;
}
.cart-collaterals {
margin: 15px 0 60px;
}
.cart-collaterals table {
margin-bottom: 30px;
}
.cart-collaterals .cart_totals  {
float: right;
}
.shipping-calculator-form {
margin-top: 10px;
}
.shipping-calculator-form select,
.shipping-calculator-form input {
height: 30px;
}
.shipping-calculator-form button {
height: 30px;
width: 100%;
}
.shipping-calculator-form button:hover {
opacity: 0.8;
}
.shipping-calculator-button {
text-decoration: underline;
display: block;
margin-top: 15px;
}
.checkout-button {
display: block;
} #customer_login {
width: 960px;
margin: 0 auto;
}
#customer_login h2 {
font-size: 28px;
} .box-shading {
border: 1px solid rgba(127,127,127, 0.1);
background: rgba(127, 127, 127, 0.05);	
border-bottom-width: 4px;
padding: 3.333333%;
margin-bottom: 45px;
}
.cols-2 .box-shading {
padding: 7%;
}
.box-shading h3 {
font-size: 24px;
}
.box-shading h2 {
font-size: 32px;
} .box-shadow {
padding: 3.333333%;	
background-color: rgba(127,127,127,0.05);
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.width-480 {
width: 480px;
margin: 0 auto 45px;
} #customer_details {
margin-bottom: 60px;
}
#customer_details h3 {
font-size: 24px;
margin-bottom: 30px;
text-align: center;
}
.woocommerce-shipping-fields #ship-to-different-address {
text-align: left;
font-size: 16px;
}
#customer_details h3 label {
font-size: 18px;
text-transform: inherit;
} .woocommerce-thankyou-order-details  {
display: table;
width: 100%;
list-style: none;
margin: 90px 0;
}
.woocommerce-thankyou-order-details li {
display: table-cell;
width: 20%;
padding: 0 22.5px;
}
.woocommerce-thankyou-order-details .title {
display: block;
font-size: 18px;
}
.woocommerce-thankyou-order-details strong {
font-weight: 300;
}
.woocommerce-table--order-details {
margin-bottom: 90px;
}
.woocommerce-order-details h2 {
font-size: 32px;
margin-bottom: 35px;
} #order_review_heading {
font-size: 34px;
margin-bottom: 45px;
text-align: center;
}
#order_review {
background-color: rgba(127,127,127,0.05);
border: 1px solid rgba(127,127,127,0.1);
padding: 3.333333%;
position: relative;
}
#order_review .mint {
width: 100px;
height: 70px;
position: absolute;
bottom: -20px;
right: -40px;
background-image: url(//thegullycafe.co.in/wp-content/themes/cristiano/cristiano/assets/images/mint.png);
}
#shipping_method {
list-style: none;
margin: 0;
}
#shipping_method label {
font-size: 13px;
margin: 5px 0;
line-height: inherit;
}
#payment .wc_payment_methods {
list-style: none;
margin-bottom: 45px;
}
.wc_payment_methods {
border: 1px solid rgba(127,127,127,0.25);
border-top: 0;	
}
.wc_payment_methods li {
border-top: 1px solid rgba(127,127,127,0.25);
padding: 22.5px;
}
.wc_payment_method label {
font-size: 15px;
margin: 0;
line-height: 32px
}
.wc_payment_method label a {
text-transform: none;
font-size: 13px;
margin-left: 15px;
font-weight: normal;
}
.wc_payment_method label img {
margin-left: 5px;
}
.wc_payment_method .payment_box p {
padding: 10px 22.5px;
margin: 5px 0 0;
font-size: 15px;
}
.form-row {
margin-bottom: 25px;
}
.place-order {
margin-bottom: 0;
}
.checkout_coupon .form-row-last {
margin-bottom: 0;
} .woocommerce-MyAccount-navigation {
text-align: center;
margin-bottom: 45px;
font-weight: 400;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
display: table;
width: 100%;
line-height: 1;
list-style: none;
}
.woocommerce-MyAccount-navigation li {
display: table-cell;
width: 20%;
} 
.woocommerce-MyAccount-navigation a {
padding: 22.5px;
display: block;
font-size: 14px;
text-transform: uppercase;
letter-spacing: 0.25px;
} .woocommerce-checkout-review-order-table {
margin-bottom: 90px;
}
.woocommerce-checkout-review-order-table .shipping {
border: 1px solid rgba(127,127,127,0.25);	
}
.woocommerce-checkout-review-order-table .shipping th {
padding: 22.5px 45px;
} .woocommerce-Address-title h3 {
display: inline-block;
}
.woocommerce-Address .edit {
float: right;
text-decoration: underline;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 1px;
} .woocommerce-account-box p:last-child {
margin-bottom: 0;
} .short, .bad {
color: red;
}
.good {
color: darkorange;
}
.strong {
color: green;
}
.inline {
margin-left: 15px;
} .woocommerce-notice {
color: #000;
padding: 20px 22.5px;
letter-spacing: 1px;
font-size: 14px;
font-size: 87.5%;
}
.woocommerce-notice--info {
background-color: #8ebad5;	
}
.woocommerce-notice--error {
background-color: #d58e8e;
} .woocommerce-info {
padding: 25px 45px;
margin-bottom: 45px;
border: 1px solid rgba(127,127,127,0.5);	
}
.demo_store {
background-color: #CF3F34;
padding: 10px;
font-size: 12px;
color: #fff;
margin: 0;
text-align: center;
letter-spacing: 1px;
}
.demo_store a {
text-decoration: underline;
} .lost_password {
margin: 0;
}
.col2-set {
overflow: hidden;
}
.col2-set > div {
float: left;
width: 50%;
padding: 0 1.25%;
}
li.woocommerce-MyAccount-navigation-link--downloads {
display: none;
}
.woocommerce-invalid-required-field input {
border-color: #CF3F34;
}
.woocommerce-error {
background-color: #CF3F34;
color: #fff;
list-style: none;
padding: 22.5px 45px;
margin-bottom: 45px;
font-size: 15px;
}
.blockUI {
background-color: rgba(127,127,127,0.25) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 11px;
right: 11px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding: 0 22.5px;	
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 50px;
color: inherit;
}
.select2-container .select2-selection--single {
height: 50px;
border-radius: 0;
border-color: rgba(127,127,127,0.25);
}
.select2-container--default .select2-selection--single {
background: none;
}@media screen and (max-width: 1920px) {
.center  {
width: 1170px;
}
.margin-large > * {
padding-left: 15px;
padding-right: 15px;
}
.margin-large {
margin-left: -15px;
margin-right: -15px;
}
.boxed, 
.boxed .sticky-tr  {
width: 1270px;
}	
}
@media screen and (max-width: 1245px) {
.center {
width: 100%;
padding-left: 2.5%;
padding-right: 2.5%;
}
.boxed,
.boxed .sticky-tr {
width: 100%;
}	
.center .center {
padding: 0;
}	
}
@media screen and (max-width: 1024px) {
.blur {
left: 0;
right: 0;
}
.category-section .bg,
#page-header {
background-attachment: scroll;
}
.full-width-header {
padding: 0 2.5%;
}
.flex-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.flex-header:after {
display: none;
}
.flex-header .td-3 .shopping-cart {
display: inline-block;
}
.header-container-v2 #nav .shopping-cart {
position: absolute;
top: 10px;
right: 40px;
}
.header-container-v2 #nav .woocommerce-nav {
display: none;
}	
.header-v2 .flex-header {
flex-direction: column;
}
.header-v2 .flex-header .td-2 {
order: -1;
}
.header-v2 .flex-header > * {
text-align: center;
}	
#nav-listener {
display: block;
}	
#nav .center {
position: static;
}
#top-bar {
display: none;
}
#menu-top-nav {
display: none;
}
.mobile-top-bar #top-bar {
display: block;
}
.header-v2 .logo img {
height: 70px;
}		
.header-v2 .woocommerce-nav {
position: static;
}
.header-v1 {
position: relative;
}
.header-v1 .logo {
float: none;
}
.header-container {
padding-bottom: 0 !important;
}
.fixed {
position: static;
}
.sticky-tr {
top: 0 !important;
}
.header-opacity .fixed {
background: none;
}
.header-v1 #cart {
right: 30px;
bottom: 0;
position: absolute;
}
.header-v2 #cart {
display: block;
line-height: 1;
position: absolute;
top: 35px;
right: 30px;
}
.header-v2 #nav #cart {
display: none;
}
.primary-menu {
position: fixed;
background: rgba(0,0,0,0.9);
left: -100%;
width: 100%;
height: 100%;
text-align: center;
padding-top: 90px;
overflow-y: auto;
z-index: 90;
opacity: 0;
top: 0;
bottom: 0;
visibility: hidden;
transition: all 0.25s linear;
}		
.active-nav-aside .primary-menu {
opacity: 1;
visibility: visible;
left: 0;
font-size: 25px;
}
.primary-menu > li {
float: none;
display: block;
line-height: 30px;
}
.primary-menu > li a {
padding: 15px;
display: inline-block;
}
.primary-menu .menu-item-has-children > a:after {
display: none;
}
.primary-menu .menu-item-has-children > a.dropdown-toggle:after {
display: inline-block;
}
a.dropdown-toggle {
margin-left: 30px;
}	
button.dropdown-toggle {
display: inline-block;
background: none;
}
.primary-menu .sub-menu {
text-align: center;
}
.primary-menu li > .sub-menu {
margin: 0;
font-size: 25px;
border: 0 none;
background: none;
position: static;
height: 0;
overflow: hidden;
transform: all 0.3s linear;
text-transform: uppercase;
color: #777;
}
.primary-menu li > .sub-menu .sub-menu {
font-size: 20px;
text-transform: none;
}
.primary-menu li:hover > .sub-menu {
opacity: 0;
visibility: hidden;
}
.primary-menu li > .sub-menu a {
display: inline-block;
min-width: inherit;
padding: 15px;
}
.primary-menu li > .sub-menu.toggled-on {
opacity: 1;
visibility: visible;
height: 100%;
}
.swiper-cat-next,
.swiper-cat-prev {
display: none;
}	
}
@media screen and (max-width: 1023px) {
.content-sidebar,
.left-sidebar #content,
.right-sidebar #content,
.left-sidebar-sp .content-section {
width: 100%;
}
.right-sidebar #content,
.left-sidebar .content-sidebar,
.left-sidebar #content,
.right-sidebar .content-sidebar	{
float: none;
}
#customer_login {
width: auto;
}	
#slider.video-bg {
height: auto;
padding: 0;
}
#slider video {
position: relative;
width: 100%;
top: 8px;
}
}
@media screen and (max-width: 825px) {
table td, table th {
padding: 10px
}
.woocommerce-MyAccount-navigation li {
display: block;
width: auto;
}
.woocommerce-thankyou-order-details li {
display: block;
width: auto;
margin-bottom: 20px;
}
li.woocommerce-MyAccount-navigation-link--downloads {
display: none;
}
.width-740 {
width: auto;
}
.rwd-padding,
.box-shadow,
.box-sdading {
padding: 25px;
}
.center {
padding-left: 25px;
padding-right: 25px;
}
.cols-3 > * {
float: none;
width: 370px;
display: block;
vertical-align: top;
margin: 0 auto;		
}
.cols-2 > *,
.cols-2.no-margin > * {
float: none;
width: auto;
}
.like-table > * {
display: block;
}
.col2-set > div {
float: none;
width: auto;		
}
.cat-menu-heading.has-bg {
}
.cat-menu-heading.has-bg .info {
margin: 60px 25px;		
width: auto;
}
#promo-slider .details,
.cat-menu-heading .info {
width: auto;
}
#promo-slider .details h2 {
font-size: 28px;
}	
#reviews {
width: auto;
}
#product-single {
width: 585px;
margin: 0 auto;
}
.article .image {
text-align: center;
}
.article.has-post-thumbnail .details {
width: 100% !important;
left: 0;
top: 0;
} 
.cols-1 {
width: auto;
}	
.section-title.has-bg {
background-attachment: scroll;
}
.latest-news_list img {
margin-bottom: 30px;
}	
#slider .attachment-full {
max-height: 220px;
width: auto;
} 
}
@media screen and (max-width: 1270px) {
.product-nav {
display: none;
}
}
@media screen and (max-width: 1200px) {
.has-sidebar #main {
width: auto;
float: none;
}
#right-sidebar {
float: none;
width: auto;
}
.right-sidebar #main,
.right-sidebar .sidebar,
.left-sidebar #main,
.left-sidebar .sidebar,
.right-sidebar-sp .content-section,
.right-sidebar-sp .sidebar,
.left-sidebar-sp .content-section,
.left-sidebar-sp .sidebar {
float: none;
width: auto;
}
}
@media screen and (max-width: 1070px) {
.form-item {
text-align: left;
margin-bottom: 25px;
}
}
@media screen and (min-width: 769px) {
.transparent-header .header, 
.transparent-header .nav-color,
.sticky-tr .header-v2 {
background: none;
} 
}
@media screen and (max-width: 768px) {
.admin-bar .sticky-tr .header-wrap {
margin-top: 0;
}
.mobile-top-bar .sticky-tr {
width: 100%;
top: 0;
position: -webkit-sticky;
position: sticky;		
}
.mobile-top-bar .transparent-header .header, 
.mobile-top-bar .transparent-header .nav-color {
transition: none;
}
.mobile-top-bar #top-bar .header-info li {
display: block;
margin-right: 0;
margin-left: 10px;
line-height: 30px;
}
.mobile-top-bar #top-bar .social {
float: none;
}
.admin-bar .fixed,
.admin-bar.header-opacity .header-container {
top: 46px;
}
.slider-button-prev,
.slider-button-next {
display: none;
}
.section-title .description {
width: auto;
}
#page-slider .info,
.section-title.has-bg .info {
width: auto;
}
.shop_table_responsive th {
display: none;
}
.shop_table_responsive .remove {
font-size: 25px;
float: none;
}
.shop_table_responsive .product-thumbnail {
display: none;
}
.shop_table_responsive td {
display: block;
text-align: right;
width: 100%;
}
.shop_table_responsive td:before{
content: attr(data-title);
float: left;
font-size: 14px;
}
.shop_table_responsive .cart_item td {
}
.shop_table_responsive .product-subtotal {
margin-bottom: 30px;
border-bottom: 1px dashed rgba(127,127,127,0.5);
}
.shop_table_responsive .product-remove {
border-top: 1px dashed rgba(127,127,127,0.5);
}
.cart-collaterals {
float: none;
}
.cart .actions {
border: 0;
}
.cart .product-remove {
width: auto;
}
.bullet-4 {
display: block;
}
.cart .coupon {
float: none;
max-width: inherit;
width: 100%;
margin-bottom: 30px;
}
#coupon_code {
width: 100%;
float: none;
margin-bottom: 15px;
}
.cart .coupon .button {
width: 100%;
}
.cart .update-cart {
width: 100%;
}
.col-1 {
width: auto;
}
.col-1 > * {
padding-left: 0;
padding-right: 0;
}
}
@media screen and (max-width: 736px) {
.section-title.v1 h3,
.section-title.v2 h3 {
font-size: 28px;
}
.cat-menu-heading .description {
font-size: 13px;
}
#slider h1 {
font-size: 40px;
font-size: 10vw;
}
#product-single {
width: auto;
}
#product-single .details {
padding: 30px;
}
#map {
height: 240px;
}
.comment-form-author, .comment-form-email {
float: none;
width: 100%;
padding: 0;
}
#testimonials-slider .content {
width: auto;
}
.scroll {
display: none;
}
#slider {
padding: 60px 0;
}
#page-header {
padding-top: 30px;
height: 320px;	
}	
#page-header h1 {
font-size: 10vmin;
}    
#page-slider .swiper-slide {
height: auto;
}	
#page-slider .info {
padding: 130px 10px 60px;
}
#page-slider h2 {
font-size: 10vmin;
}
}
@media screen and (max-width: 768px) {
#container {
padding-top: 45px;
}
.header-mini-cart {
position: fixed;
width: 100%;
height: 100%;
overflow-x: auto;
padding-bottom: 80px;
z-index: 99;
}
.header-mini-cart .mini_cart_item {
padding: 20px 25px;
}
.header-mini-cart .buttons {
padding: 0 25px;
}
body.show-sub-cart {
overflow: hidden;
}
.blur {
height: 570px;
-webkit-filter: blur(65px);
filter: blur(65px);
}
}
@media screen and (max-width: 375px) {
.cols-3 > * {
width: auto;
display: block;
}
.center {
padding-left: 20px;
padding-right: 20px;
}	
#product-list h2 {
white-space: normal;	
}
.section-title h3 {
font-size: 7vmin;
line-height: 1;
padding: 7px 7px 5px;
}
.section-title p {
font-size: 12px;
}	
#payment label img {
display: none;
}
.short-info h2 {
font-size: 22px;
}	
}