﻿/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* my additional fixes */
body {-webkit-text-size-adjust:auto; -webkit-font-smoothing:antialiased;}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;} 
input::-ms-clear {display: none;}
input::-webkit-search-cancel-button {display: none; -webkit-appearance: none;}
textarea {resize:none; -webkit-overflow-scrolling: touch;}
a:focus, input:focus, select:focus, textarea:focus, button:focus, area:focus {outline:none; -webkit-outline:0;}
a {text-decoration:none; outline:none 0; cursor:pointer;}
button {cursor:pointer;}
button, input[type='text'], input[type='password'], input[type='search'], input[type='number'], input[type='email'],  input[type='submit'],  input[type='button'],  input[type='file'],  input[type='reset'], textarea {-webkit-appearance:none; -moz-appearance:none; border:0;}
 
@-moz-document url-prefix() {
	button, input[type="reset"], input[type="button"], input[type="submit"], input[type="file"] > input[type="button"] {-moz-appearance: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="file"] > input[type="button"]::-moz-focus-inner {border:0; padding:0; margin:0; -moz-appearance:none;}
}

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.3.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.3.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;transform:translate(0, 0)}.fa-lg{font-size:1.33333333em;line-height:.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:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.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{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}: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:#fff}.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-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: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-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.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-genderless:before,.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-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-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"}
﻿.double-fields {}
.double-fields .colu {width:50%; float:left; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.double-fields .colu:first-child {padding-right:9px;}
.double-fields .colu:last-child {padding-left:9px;}
.ui-dialog {z-index:1010 !important;}
.ajcont {display:none;}
::selection {background-color:#56365D; color:#fff;}
::-moz-selection {background-color: #56365D; color:#fff;}

.clear {clear:both;}
.wrapper {
    max-width:1528px;
    padding-left:54px;
    padding-right:54px;
    position:relative;
    margin-left:auto;
    margin-right:auto;
}
.prelative {position:relative;}
.fake-table {display:table;}
.fake-tr {display:table-row;}
.fake-td {display:table-cell;}

.text-left {
    text-align: left;
}

body, html {
    font-family:"Rubik", sans-serif;
}

.v2-layout-container {
    display: flex;
    height: 100%;
    padding: 0 30px;
    padding-right: 40px;
}

.v2-layout-content-secondary {
    flex-basis: 14%;
}

.v2-content{
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
}

.g-recaptcha[data-size=invisible] .grecaptcha-badge {
    display: none;
}

footer {
    display: block;
    width: 100%;
    z-index: 1;
}

footer .top {
    position: relative;
    background-color: #f55b2f;
    padding: 300px 0 120px 0;
    color: #fff;
}

footer .top img {
    position: absolute;
}

footer .top .wave-magenta {
    top: -95px;
    left: 60px;
}

footer .top .wave-midway {
    right: 20%;
    bottom: -109px;
}

footer .top .cta {
    display: block;
}

footer .top .cta .title {
    font-size: 80px;
    font-weight: 400;
    text-align: left;
    display: block;
    margin-bottom: 60px;
    line-height: 1;
}

footer .top .button {
    background: #362939;
    border-radius: 3px;
    color: #fff !important;
    font-size: 18px;
    display: inline-block;
    text-transform: capitalize;
    padding: 21px 56px;
    text-align: center;
    line-height: 18px;
}

footer .bottom {
    padding: 0px 0px 78px 0;
    color: #362939;
}

footer .bottom a{
    color: #362939;
}

footer .bottom .v2-layout-container {
    align-items: flex-start;
}

footer .logo-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

footer .logo-top img {
    margin-right: 32px;
    height: 32px;
}

footer .logo-top .language-switch {
    display: flex;
}

footer .logo-top .language-switch .item:not(:last-child) {
    border-right: 1px solid #ededed;
}
footer .logo-top .language-switch .item {
    padding: 0 16px;
}

footer .logo-top .language-switch .item a:hover {
    text-decoration: underline;
}

footer .bottom figure{
    padding-top: 143px;
    width: 100%;
}

footer .bottom .figcaption {
    margin-top: 32px;
}
footer .bottom .figcaption {
    font-size: 15px;
    line-height: 16px;
    margin-top: 16px;
}

footer .bottom .link-socials {
    display: flex;
    margin-right: 90px;
    list-style: none;
    padding-top: 190px;
}

footer .bottom .link-socials .link-socials-item:not(:last-child) {
    margin-right: 24px;
}

footer .bottom .link-list {
    margin-bottom: 0;
    list-style: none;
    padding-top: 80px;
}

footer .bottom .link-list-item:not(:last-child) {
    margin-bottom: 10px;
}

footer .bottom .link-list-item-link {
    font-size: 15px;
    text-transform: lowercase;
}

footer .bottom .link-list-item-link:hover,
footer .bottom .link-list-item-link:focus {
    color: #db3859;
}

article {
    padding-top:80px;
}
.testimonials {
    max-width:1080px;
    margin:0 auto;
    position:relative;
    padding:0 70px;
}
    .testimonials:before,
    .testimonials:after {
        position:absolute;
        width:48px;
        height:38px;
        background-position:50% 50%;
        background-repeat:no-repeat;
        -webkit-background-size:contain;
        -moz-background-size:contain;
        background-size:contain;
        content:' ';
        z-index:1;
    }
    .testimonials:before {
        top:0;
        left:0;
        background-image:url(../img/qt.png);
    }
    .testimonials:after {
        bottom:0;
        right:0;
        background-image:url(../img/qb.png);
    }
    .testimonial {
        text-align:center;
        max-width:940px;
        margin:0 auto;
    }

        .testimonial .txt {
            color:#a6a6a6;
            font-size:28px;
            line-height:36px;
            font-style:italic;
            font-weight:300;
        }
        .testimonial .who {
            color:#56365D;
            text-transform:uppercase;
            font-weight:500;
            font-size:13px;
            padding-top:11px;
        }
.already-with-us {
    position:relative;
}
    .already-with-us h3, .features h2, .events-demo h2 {
        text-align:center;
    }
    .custom-text h1, .already-with-us h3, .features h2, .events-demo h2, .custom-text h2, .custom-text h3, .pre-text h1, .mini-features h2, .plans h2, .multi-account h2, .h1 {
        font-size:60px;
        line-height:1;
        font-weight:400;
        color:#56365D;           
    }
    .h1.inherited-font{font-family: inherit;}
    .pre-text h1 {
        text-align:center;
        padding-bottom:60px;
        padding-top:24px;
    }
    .pre-text {
        max-width:920px;
        margin-left:auto;
        margin-right:auto;
        color:#787878;
        line-height:32px;
        font-size:22px;
        text-align:center;
        padding:60px 0;
    }
        body.lang-deDE .pre-text{
            max-width:925px;
        }
    .events-demo h2 {
        padding-bottom:72px;
    }   
    .already-with-us ul {
        list-style:none;
    }
        .already-with-us ul li {
            float:none;
        }
            .already-with-us ul li img {
                display:block;
                height:110px;
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
                filter: gray; /* IE6-9 */
                -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
                -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
                -webkit-backface-visibility: hidden; /* Fix for transition flickering */
                -webkit-transition:all;
                -moz-transition:all;
                transition:all;
                opacity:0.5;
                margin-left:auto;
                margin-right:auto;
            }
            .already-with-us ul li img:hover {
                -webkit-filter: grayscale(0%);
                  filter: grayscale(0%);
                  filter: unset;
                opacity:1;
            }
.btn {
    display:block;
    height:70px;
    line-height:70px;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
    font-weight:700;
    letter-spacing:3px;
    font-size:20px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    background:#007989;
}
.buttons-in-middle input.btn,
.buttons-in-middle button.btn {width:100%;}
    .btn.btn-orange {
        background:#F55B2F;
    }
button.btn {
    line-height:normal;
}

/*New index*/

header .logo{
    height: 20px;
}

@media (min-width: 1199px){

    header .menu ul li a{
        padding: 21px 35px 20px 20px;
        opacity: 1;
        text-align: center;
    }

    header .menu ul li a:hover{
        opacity: 0.5;
    }

    header .menu ul li.register a{
        border: 2px solid #56365d;
        padding: 9px 30px;
        text-transform: capitalize;
        min-width: 185px;
        margin-top: 10px;
        min-width: 162px;
    }

    header .menu ul li.login a{
        background: #007989;
        color: #fff;
        padding: 11px 30px;
        text-transform: capitalize;
        margin-right: 25px;
        min-width: 125px;
        margin-top: 10px;
        min-width: 162px;
    }

    header .menu ul li.demo a{
        background: #DB3859;
        color: #fff;
        padding: 11px 30px;
        text-transform: capitalize;
        margin-right: 25px;
        min-width: 125px;
        margin-left: 20px;
        margin-top: 10px;
        min-width: 162px;
    }
}

.features {
    padding:70px 0;
}
    .features h2 {
        padding-bottom:50px;
    }
.feature .fi, .feature .fi .shape {
    background-repeat:no-repeat;
    background-position:50% 50%;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    background-size:contain;
    position:relative;
}
    .feature .fi .shape {
        position:absolute;
        top:0;
        left:0;
    }
.feature .fi.own-img {
    background-image:url(../img/own-event-bg.png);
    width:440px;
    height:234px;
    margin-top:-16px;
}
    .feature .fi.own-img .shape {
        background-image:url(../img/own-event-shape.png);
        width:292px;
        height:216px;
        left:70px;
        top:15px;
    }
.feature .fi.sell-and-manage {
    background-image:url(../img/sell-and-manage-bg.png);
    width:442px;
    height:320px;
    margin-top:-9px;
}
    .feature .fi.sell-and-manage .shape {
        background-image:url(../img/sell-and-manage-shape.png);
        width:273px;
        height:207px;
        top:67px;
        left:99px;
    }
.feature .fi.manage-and-invites {
    background-image:url(../img/manage-and-invites-bg.png);
    width:488px;
    height:215px;
}
    .feature .fi.manage-and-invites .shape {
        background-image:url(../img/manage-and-invites-shape.png);
        width:275px;
        height:179px;
        left:92px;
        top:30px;
    }
.features .buttons-in-middle, .events-demo .buttons-in-middle {
    padding-top:72px;
    padding-bottom:50px;
}
    .features .buttons-in-middle .btn, .events-demo .buttons-in-middle .btn {
        max-width:460px;
        margin-left:auto;
        margin-right:auto;
    }
.feature {
    display:table;
    width:1016px;
    margin:0 auto;
    table-layout:fixed;
}
    .feature > div {
        display:table-cell;
        width:50%;
        padding-top:35px;
        padding-bottom:35px;
        vertical-align:top;
    }
    .feature > div {
        display:table-cell;
        width:50%;
    }
    .feature .feature-content {
        max-width:432px;
    }
    .f-sell-and-manage .feature-content {
        padding-top:50px;
    }
    .f-manage-and-invites .feature-content {
        padding-top:8px;
    }
        .feature .feature-content h3 {
            font-weight:700;
            color:#F55B2F;
            text-transform:uppercase;
            letter-spacing:4px;
            font-size:30px;
            line-height:36px;
            padding:0 0 20px 0;
            overflow:hidden;
            text-overflow:ellipsis;
        }
        .feature .feature-content p {
            font-weight:300;
            color:#a6a6a6;
            font-size:24px;
            line-height:32px;
            padding:0;
            overflow:hidden;
            text-overflow:ellipsis;
        }

.swiper-container{
    width: 100%;
    height: 100%;
}

.swiper-wrapper{
    align-items: center;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet{
    background-color: #ffffff;
    margin: 0px 8px;
    width: 14px;
    height: 14px;
    opacity: .39;
}

.swiper-pagination-bullet-active{
    background-color: #ffffff;
    opacity: 1;
}

.events-demo .slider {
    max-width:1420px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    height:524px;
    position:relative;
}
    .events-demo .slider .prev,
    .events-demo .slider .next,
    .events-demo .slider .slide a,
    .events-demo .slider .slide a .slide-img,
    .events-demo .slider .slide a .slide-overlay {
        display:block;
        height:100%;
        width:100%;
        z-index:1;
        position:relative;
        -webkit-border-radius:4px;
        -moz-border-radius:4px;
        border-radius:4px;
        -webkit-mask:#fff;
        overflow:hidden;
        color:#fff;
        min-height: 500px;
    }
        .events-demo .slider .slide a .slide-img {
            background-position:50% 50%;
            background-repeat:no-repeat;
            -webkit-background-size:cover;
            -moz-background-size:cover;
            background-size:cover;
            position: absolute;
        }
        .events-demo .slider .slide a .slide-overlay {
            z-index:2;
            background-color:rgba(244,151,18,0.9);
            -moz-transition:opacity ease 0.2s;
            -webkit-transition:opacity ease 0.2s;
            transition:opacity ease 0.2s;
            opacity:0;
            -ms-filter:'alpha(opacity=0)';
        }
        .events-demo .slider .slide.slide-multi a .slide-overlay {
            background-color:rgba(83,175,49,0.9);
        }		
        .events-demo.cntrl-search .slider .slide a .slide-overlay {
            background-color:rgba(0,0,0,0.75);
        }	
		.events-demo.cntrl-search .slider {height:auto !important;text-align: center;}
        .events-demo .slider .slide a:hover .slide-overlay,
		.events-demo.cntrl-search .slider .slide a .slide-overlay,
		.events-demo .slider .slide a.hover .slide-overlay		{
            opacity:1;
            -ms-filter:'alpha(opacity=100)';
        }
        /*.events-demo .slider .slide.slide-multi a.hover:hover .slide-overlay {*/
            /*background-color:rgba(66,158,32,0.9);*/
        /*}		*/
            .events-demo .slider .slide a .slide-overlay .fake-table,
            .events-demo .slider .slide a .slide-overlay .fake-td {
                width:100%;
                height:100%;
            }
            .events-demo .slider .slide a .slide-overlay .fake-td {
                vertical-align:middle;
                text-align:center;
				padding:24px;
				-webkit-box-sizing:border-box;
				-moz-box-sizing:border-box;
				box-sizing:border-box;
            }
                .events-demo .slider .slide a .slide-overlay .fake-td i {
                    display:block;
                    font-style:normal;
                }
                .events-demo .slider .slide.slide-single .slide-title {
                    font-size:30px;
                    line-height:38px;
                    font-weight:700;
                    letter-spacing:3px;
                    text-transform:uppercase;
                    min-height: 110px;
                    max-height: 110px;
                    overflow: hidden;
                    margin-bottom: 24px;
                }
                .events-demo .slider .slide.slide-single .slide-author {
                    font-weight:400;
                    font-size:24px;
                    line-height:36px;
                    text-transform:uppercase;
                    padding-bottom:48px;
                    margin-bottom:36px;
                    position:relative;
                }
                    .events-demo .slider .slide.slide-single .slide-author:after {
                        content:' ';
                        font-size:0;
                        line-height:0;
                        background:rgba(255,255,255,0.3);
                        height:3px;
                        width:168px;
                        margin:0 auto;
                        display:block;
                        position:absolute;
                        bottom:0;
                        left:50%;
                        margin-left:-84px;
                    }
                .events-demo .slider .slide.slide-single .slide-icon {
                    width:58px;
                    height:57px;
                    margin-left:auto;
                    margin-right:auto;
                    margin-bottom:16px;
                    background:url(/pub/svg/cal.svg) no-repeat 50% 50%;
                    -moz-background-size:contain;
                    -webkit-background-size:contain;
                    background-size:contain;
                }
                .events-demo .slider .slide.slide-single .slide-date {
                    text-transform:uppercase;
                    font-weight:500;
                    font-size:24px;
                    line-height:36px;
                }
            .events-demo .slider .slide.slide-multi .slide-item {
                width:50%;
                height:50%;
                float:left;
            }
                .events-demo .slider .slide.slide-multi .slide-item:nth-child(1) {
                    padding-right:10px;
                    padding-bottom:10px;
                }
                .events-demo .slider .slide.slide-multi .slide-item:nth-child(2) {
                    padding-left:10px;
                    padding-bottom:10px;
                }
                .events-demo .slider .slide.slide-multi .slide-item:nth-child(3) {
                    padding-right:10px;
                    padding-top:10px;
                }
                .events-demo .slider .slide.slide-multi .slide-item:nth-child(4) {
                    padding-left:10px;
                    padding-top:10px;
                }
        .events-demo .slider .slide.slide-multi .slide-num {
            font-size:48px;
            font-weight:700;
            line-height:1;
            text-transform:uppercase;
            letter-spacing:3px;
        }
        .events-demo .slider .slide.slide-multi .slide-txt {
            font-size:20px;
            font-weight:400;
            line-height:36px;
            text-transform:uppercase;
            letter-spacing:2px;
        }
.events-demo .buttons-in-middle {
    padding-top:86px;
}

.landing-link {
    background-image: url(/images/frontpage/link-background.svg);
    background-position: bottom;
    background-repeat: repeat-x;
    transition: 0.2s ease;
    color: #fff;
    display: inline-block;
    padding: 8px 0;
    font-size: 28px;
    line-height: 42px;
}

.intro {
    background-color: #007989;
}
    .intro .inner{
        position: relative;
        width: calc(100% - 30px);
        padding: 60px 60px 100px;
        background-image: url('/images/frontpage/HappyGirl.jpg');
        background-size: cover;
        background-repeat: no-repeat;
    }
    .intro .inner .title {
        max-width: 600px;
        margin: 0 0 135px;
        font-size: 90px;
        font-weight: normal;
        line-height: 102px;
        color: #fff;
        min-height: 554px;
    }

    .intro .inner .planner-onboard {
        padding: 25px 22px;
        border-radius: 3px;
        font-size: 28px;
        background: #362939;
        border-color: #362939;
        color: #fff;
        max-width: 496px;
        left: -95px;
        position: relative;
        text-align: left;
        line-height: 33px;
        padding-bottom: 37px;
        margin-bottom: 120px;
    }
    .intro .inner .planner-onboard:hover,
    .intro .inner .planner-onboard:focus {
        background-color: #4c3a51;
        border-color: #4c3a51;
    }
    .intro .inner .stats {
        display: flex;
        align-items: center;
    }
    .intro .inner .stats-item:not(:last-child) {
        margin-right: 36px;
        padding-right: 36px;
        border-right: 1px solid rgba(255, 255, 255, 0.34);
    }
    .intro .inner .stats-item {
        color: #fff;
    }
    .intro .inner .stats-item__amount {
        margin: 0 0 25px;
        font-size: 60px;
        line-height: 44px;
    }
    .intro .inner .stats-item__title {
        font-size: 18px;
        text-transform: uppercase;
    }
    .intro .inner .trial {
        position: absolute;
        right: -30px;
        top: 305px;
        padding: 20px 45px 69px 20px;
        background-color: #f55b2f;
        color: #fff;
    }
    .intro .inner .trial-title {
        max-width: 615px;
        margin: 0 0 25px;
        font-weight: normal;
    }
    .intro .inner .text{
        max-width: 358px;
        margin-bottom: 30px;
    }

    .intro .inner .figure--circle {
        top: 35px;
        right: 435px;
    }
    .intro .inner .figure {
        position: absolute;
        z-index: 1;
    }
    .intro .inner .figure--wave {
        right: 120px;
        bottom: -130px;
    }
.v2-layout-container {
    display: flex;
    height: 100%;
    padding: 0 30px;
    padding-right: 40px;
}
.landing-opportunities {
    background-color: #DB3859;
    position: relative;
    padding: 60px 0px 0px 60px;
}

    .landing-opportunities .pic-wrapper{
        position: relative;
        float: right;
        max-width: 40%;
    }

    .landing-opportunities .wave-midway {

        transform: rotate(90deg);
        left: -55px;
    }
    .landing-opportunities .figure {
        position: absolute;
        z-index: 2;
    }

    .landing-opportunities .swiper-wrapper{
        display: flex;
        flex-wrap: wrap;
    }

    .landing-opportunities .swiper-slide {
        width: 160px;
        height: 100px;
        padding: 0px 20px;
    }

    .landing-opportunities .slider-item {
        color: #fff;
    }
        .landing-opportunities .slider-item__title {
            margin: 0 0 0px;
            font-size: 60px;
            font-weight: normal;
            line-height: 64px;
        }
        .landing-opportunities .slider-item__txt {
            max-width: 620px;
            margin: 0px;
        }
        .landing-opportunities .slider-item__link {
            display: inline-block;
            font-size: 28px;
            padding: 0px 0px 8px 0;
            line-height: 42px;
        }
    .landing-opportunities__pic {
        position: relative;
        top: -120px;
        z-index: 1;
        float: right;
        width: 100%;
    }

    .landing-opportunities .slider{
        display: inline-block;
        max-width: 40%;
        vertical-align: top;
        margin-bottom: 80px;
        float: left;
        position: relative;
    }

    .landing-opportunities .swiper-container{
        max-width: 650px;
        margin: 35px 0 35px 0;
    }
    .landing-opportunities .swiper-pagination{
        right: 85px;
        bottom: -86px;
    }
    .landing-opportunities .swiper-slide img {
        max-height: 40px;
        max-width: 100%;
    }

.landing-functions{
    position: relative;
    padding: 0px 30px 0px 0px;
    color: #fff;
}
    .landing-functions .title {
        padding-top: 47px;
        padding-bottom: 10px;
    }

    .landing-functions .landing-functions__pic{
        max-width: 30%;
        max-height: 500px;
        top: -40px;
        position: relative;
        left: 0;
        margin-right: 50px;
    }

    .landing-functions .content-block{
        display: inline-block;
        max-width: 60%;
        vertical-align: top;
        margin-bottom: 100px;
    }

    .landing-functions p {
        max-width: 620px;
        margin-bottom: 20px;
    }

    .landing-functions .icons {
        margin-top: 40px;
        display: flex;
    }

    .landing-functions .landing-functions__icon{
        max-height: 30px;
        margin-right: 20px;
    }

    .landing-functions .landing-functions__icon.yt{
        position: relative;
        left: -3px;
    }

    .landing-functions .landing-functions__icon.vimeo{
        position: relative;
        left: -3px;
    }

.upcoming-events{
    padding: 30px 30px 180px 0px;
    background-color: #362939;
    position: relative;
    color:#fff;
}
    .upcoming-events .title{
        color: #fff;
        font-size: 60px;
        font-weight: normal;
        padding-left: 60px;
        padding-top: 47px;
        padding-bottom: 20px;
        line-height: 64px;
    }

    .upcoming-events .text{
        font-size: 18px;
        padding-left: 60px;
    }

    .upcoming-events .swiper-container{
        overflow: visible;
    }

    .upcoming-events .swiper-container-wrapper{
        padding-top: 120px;
        padding-bottom: 105px;
        padding-left: 70px;
        padding-right: 20px;
        position: relative;
    }

    .upcoming-events .swiper-slide img{
        width: 100%;
    }

    .upcoming-events .swiper-slide a{
        color: #fff;
    }

    .upcoming-events .swiper-slide .img-wrapper{
        width: 100%;
    }

    .upcoming-events .swiper-slide .date{
        position: absolute;
        left: 40px;
        top: 20px;
        word-spacing: 100vw;
        max-width: 100px;
        text-align: left;
        font-size: 34px;
        line-height: 44px;
        text-shadow: 0px 2px 4px #000;
    }

    .upcoming-events .swiper-slide .event-info{
        position: absolute;
        left: -60px;
        bottom: 25px;
        max-width: 345px;
        padding: 45px;
        height: 217px;
        text-align: left;
        min-width: 345px;
    }

    .upcoming-events .swiper-slide:nth-child(odd) .event-info{
        background-color: #007989;
    }

    .upcoming-events .swiper-slide:nth-child(even) .event-info{
        background-color: #DB3859;
    }

    .upcoming-events .swiper-slide .event-info .event-name{
        font-size: 34px;
        word-break: break-word;
        overflow: hidden;
        line-height: 44px;
        max-height: 90px;
        margin-bottom: 15px;
    }

    .upcoming-events .swiper-slide .event-info .event-place{
        font-size: 18px;
    }

    .upcoming-events .swiper-pagination{
        right: 65px;
        bottom: 42px;
        white-space: nowrap;
    }
    .upcoming-events .swiper-pagination-clickable .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;
    }

.intro .inner .trial-title,
.landing-functions .title,
.landing-opportunities .slider-item__title,
.upcoming-events .title {
    font-size: 44px;
    line-height: 48px;
    font-weight: normal;
}

.intro .inner .text,
.landing-functions p,
.landing-opportunities .slider-item__txt,
.upcoming-events .text{

    font-size: 18px;
    line-height: 28px;
}


.events-testimonial{
    display: flex;
    padding: 0px 30px 0px 80px;
}
    .events-testimonial.with-padding-top{
        padding-top: 250px;
    }

    .events-testimonial .item{
        flex: 1;
    }

    .events-testimonial .txt{
        font-size: 45px;
        line-height: 55px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .events-testimonial .who{
        font-size: 24px;
        line-height: 28px;
        text-align: left;
    }

#cookie-notice-header{
    color: #fff;
    background-color: #362939;
    border-color: #362939;
    padding: 20px 15px;
    text-align: center;
    line-height: 22.8571px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 1000;
}

#cookie-notice-header a{
    color: #F55B2F;
}

#cookie-notice-header a:focus,
#cookie-notice-header a:hover {
    color: #23527c;
}

#cookie-notice-header .btn:focus,
#cookie-notice-header .btn:hover {
    background-color: #34495e;
    color: #fff;
}

#cookie-notice-header .btn{
    margin: auto;
    padding: 10px;
    height: auto;
    margin-top: 10px;
}

header {
    background: #fff;
    box-shadow: 2px 3px 6px 0 rgba(0, 0, 0, 0.06);
    height: 80px;
    position: fixed;
    width: 100%;
    z-index: 100;
    display: flex;
}
header .container {
    display: flex;
    height: 100%;
    padding: 0 30px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
header .container .logo{
    flex-basis: unset;
    flex-grow: 0;
    justify-content: flex-start;
}

header .container .logo img{
    height: 100%;
}

header.scrolled{
    padding:15px 0 15px 0;
}
header.with-cookie-notice{
    padding-top: 0px !important;
    padding-bottom: 15px !important;
}

    header .wrapper.svSE .logo{
        margin:0 25%;
    }

    header .wrapper.logged-in .logo{
        margin:0 30%;
    }
    header .wrapper.logged-in.enGB .logo{
        margin:0 auto;
    }
    header .wrapper.deDE .logo{
        margin:0 25%;
    }
    header .wrapper.logged-in.deDE .logo{
        margin:0 auto;
    }
    header .menu {
        padding-top:0;
    }
    header .menu-right {
        float:right;
    }
	header .menu .clear-2 {clear:both;}	
    header .menu-left {
        float:left;
    }	
        header .menu ul {
            display:table;
        }
        header .menu ul ul {
            position:absolute;
            top:45px;
            right:0;
            background:#fff;
            display:none;
        }
        header .menu ul li:hover ul {
            display:block;
        }
            header .menu ul li {
                float:left;
                position:relative;
            }
            header .logged-in.deDE .menu ul li {
                padding-left:10px;
            }
            header .menu ul ul li {
                display:block;
                float:none;
                padding-left:0;
                text-align:right;
            }
            header .menu ul li a {
                display: block;
                font-size: 15px;
                white-space: nowrap;
                color: #000000;
                font-weight: 400;
            }
			header .menu ul li a.blue {
				color:#56365D;
			}
			header .menu ul li.with-sub > a {
				padding-right: 40px;
				background: url(../img/arrbottom.png) no-repeat 90% 50%;
				-moz-background-size: auto 7px;
				-webkit-background-size: auto 7px;
				background-size: auto 7px;			
			}
            header .menu ul ul li a {
                text-align:right;
            }
            header .menu ul a:hover,
			header .menu ul .active a {
				opacity: 1;
			}
			header .menu ul li .active a.blue {
				color:#fff;
				border-color:#56365D;
				background-color:#56365D;
			}
			header .menu ul li a.blue:hover {
				border-color:#56365D;
			}			
    header .language-panel {
        float:left;
        color:#F55B2F;
        position:relative;
        height:45px;
        cursor:pointer;
        margin-top:0;
    }
    header .menu .language-panel {
        display:none;
    }
        header .language-panel .current {
            height:45px;
            padding-right:30px;
            background:url(../img/arrbottom.png) no-repeat 100% 50%;
            -moz-background-size:auto 7px;
            -webkit-background-size:auto 7px;
            background-size:auto 7px;
        }
        header .language-panel .current > div,
        header .language-panel .lang-list a {
            height:45px;
            background-repeat:no-repeat;
            background-position:13px 50%;
            -moz-background-size:auto 13px;
            -webkit-background-size:auto 13px;
            background-size:auto 13px;
            padding-left:42px;
            text-transform:uppercase;
            font-weight:500;
            font-size:13px;
            line-height:45px;
            color:#F55B2F;
            display:block;
            letter-spacing:1px;
            border:1px solid transparent;
            -moz-border-radius:4px;
            -webkit-border-radius:4px;
            border-radius:4px;
            padding-right:13px;
        }
            header .language-panel .lang-list a:hover {
                border:1px solid #F55B2F;
            }
        header .language-panel .en,
        header .language-panel .engb {
            background-image:url(../img/en.png);
        }
        header .language-panel .sv,
        header .language-panel .svse {
            background-image:url(../img/se.png);
        }
        header .language-panel .de,
        header .language-panel .dede {
            background-image:url(../img/de.png);
        }
        header .language-panel .lang-list {
            background:#fff;
            position:absolute;
            top:43px;
            left:0;
            z-index:10;
            display:none;
            -moz-border-radius:4px;
            -webkit-border-radius:4px;
            border-radius:4px;
            -webkit-mask:#fff;
			width:100%;
        }
        header .language-panel:hover .lang-list {
            display:block;
        }
.scroll-size {
    height:40px;
    width:40px;
    overflow:scroll;
    position:absolute;
    left:-200px;
    top:-200px;
}
.visible-mobile {display:none !important;}
.hidden-mobile {display:table-cell !important;}
.btn-mobile-menu {
    display:none;
    width:20px;
    height:15px;
    font-size:0;
    line-height:0;
    cursor:pointer;
}
    .btn-mobile-menu i {
        display:block;
        height:2px;
        background-color:#000000;
        overflow:hidden;
        margin-bottom:5px;
        -moz-border-radius:2px;
        -webkit-border-radius:2px;
        border-radius:2px;
        opacity: 0.5;
    }
header .btn-menu-close {height:27px; width:27px; display:none; margin-right:15px; margin-top:15px; margin-bottom:30px; cursor:pointer; float:right;background:url(../img/close.png) no-repeat 50% 50%; -webkit-background-size:contain; -moz-background-size:contain; background-size:contain;}
header .menu .clear {display:none;}
.body {overflow:hidden;}
.breadcrumbs {padding:30px 0 10px 0;}
    .breadcrumbs .panel-menu {list-style:none; display:table; margin:0 auto; table-layout:fixed;}
        .breadcrumbs .panel-menu li {list-style:none; float:left; margin-right:9px; margin-left:9px; margin-bottom:18px;}
        .breadcrumbs .panel-menu li:first-child {padding-left:0;}
        .breadcrumbs .panel-menu li:last-child {margin-right:0;}
            .breadcrumbs .panel-menu li a {color:#007989; display:block; line-height:1.2; font-weight:500; text-transform:uppercase; letter-spacing:1px; font-size:13px; padding:0;}
            .breadcrumbs .panel-menu li.active a {color:#56365D;}
.custom-text {max-width:940px; margin:0 auto;}
    .custom-text, .custom-text p, .custom-text li, .custom-text td {
        color:#787878; font-weight:400; font-size:22px; line-height:32px;
    }
    .custom-text table {margin:20px 0;}
    .custom-text p {padding:20px 0;}
    .custom-text td, .custom-text th {padding-right:20px; font-size:0.85em; line-height:1;}
    .custom-text h1, .mini-features h2, .plans h2, .multi-account h2, .h1 {font-size:60px; color:#56365D; line-height:1; font-weight:400; padding-top:30px; padding-bottom:20px; text-align:center;}
    .multi-account h2 {margin-bottom:43px;}
    .custom-text h2 {font-size:40px; text-align:left;}
    .custom-text h3 {font-size:30px; text-align:left;}
    .custom-text h4 {font-size:30px; text-align:left; color:#56365D;}
        .custom-text a {color:#007989;}
        .custom-text a:hover {color:#F55B2F;}

.alert-danger {
    color:#e85243;
    border:1px solid #e85243;
    padding:20px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-bottom:30px;
}

.auto-cursor{
    cursor: auto;
}

/* modal dialog */
.modal-dialog {
    width:100%;
    width:100%;
}
.modal, .ui-dialog {
    background:#fff;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    min-width:560px;
}
.ui-dialog {
    position:absolute;
    z-index:1000;
}
.modal-content {
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    border:0;
}

.modal-content .modal-link{
    display: block;
    text-decoration: underline;
    margin-top: 25px;
}

.modal-dialog#login-wrapper .modal-body{
    padding: 34px 25px 38px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.modal-dialog#login-wrapper iframe{
    width: 100%;
    min-height: 360px;
    border-style: none;
    overflow: hidden;
}

.modal-dialog#login-wrapper #company-create iframe{
    min-height: 880px;
}

.ui-widget-overlay {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    height:100%;
    width:100%;
    display:block;
}
.form-sign {
    padding:0 79px;
}
.ui-dialog-titlebar {
    position:absolute; top:0; right:0;
    z-index:1;
}
    .modal-header {
        padding:29px 0;
        text-transform:uppercase;
        border:0;
        position:relative;
    }
        .modal-header h3 {
            color:#56365D;
            font-size:18px;
            line-height:20px;
            font-weight:400;
            padding:0;
            margin:0;
        }
        .modal-header .close,
        .ui-dialog-titlebar-close {
            position:absolute;
            top:11px;
            right:11px;
            font-size:20px;
            height:20px;
            width:20px;
            color:#d0d1d3;
            background:none;
            padding:0;
            line-height:20px;
        }
        .ui-dialog-titlebar-close:before {
            content:"\f00d";
            font-family:FontAwesome;
        }
            .ui-dialog-titlebar-close .ui-button-text,
            .ui-dialog-titlebar-close .ui-button-icon-primary {
                display:none;
            }

        .message-dialog .modal-header{
            padding: 24px;
        }

        .message-dialog .modal-body {
            padding: 0 24px 24px 24px;
        }

        .message-dialog .modal-footer {
            padding: 0 24px 24px 24px;
            text-align: center;
            border: 0;
        }

        .message-dialog  .buttons.modal-footer {
            float: left;
        }

    .modal-body {
        padding:0 0 34px 0;
    }
    .modal-footer {
        padding:0 0 62px 0;
        text-align:center;
        border:0;
    }
.ui-dialog.hide-close .ui-dialog-titlebar-close{
    display: none;
}
.ui-dialog .btn {
    height: 53px;
    line-height: 53px;
    letter-spacing: 0;
    font-size: 18px;
    margin-left:auto;
    margin-right:auto;
    padding:0 23px;
    font-weight:700;
	letter-spacing:2px;
    cursor: pointer;
	display:inline-block;
	font-family:"Rubik", Arial;
}
.ui-dialog .btn:hover{
    background: #34495e;
    color: #fff;
}
.signup {
    padding-bottom:48px;
    text-align:center;
    padding-top:48px;
}
.signup.smaller {
    padding-bottom:28px;
}
    .signup h3 {
        font-weight:400;
        color:#F55B2F;
        text-transform:uppercase;
        font-size:33px;
        padding-bottom:6px;
        padding-left: 79px;
        padding-right: 79px;
    }
	.signup h3.smaller {font-size:28px;}

    .signup p {
        font-weight:300;
        color:#60686b;
        line-height:1.1;
        font-size:20px;
        padding:0;
        margin:0;
    }
    .signup .icon, .signup .icon svg {
        height:56px;
        width:57px;
    }
    .signup a{
        color: #F55B2F;
        text-decoration: underline;
    }
    .signup .icon {
        margin:0 auto 28px auto;
    }
/* modal dialog */

iframe[name="google_conversion_frame"]{
    display: none;
}

/* custom select control */
.select {
    display:block;
    position:relative;
    height:43px;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
    cursor:default;
}
.select.disabled select, .select:disabled {
    cursor:not-allowed;
}
    .select .fake-select {
        display:block;
        position:absolute;
        z-index:inherit;
        top:0;
        left:0;
        background-color: #fbfbfc;
        border: 1px solid #b4bdc3;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        outline: none;
        height:43px;
        width:100%;
    }
    .select.disabled .fake-select {
        background-color: #eee;
    }
    .select.on .fake-select {
        border: 2px solid #F55B2F;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
        .select .fake-select .selected {
            display: block;
            margin-left: 43px;
            margin-right: 34px;
            color: #6a6a6a;
            font-weight: 300;
            font-size: 16px;
            line-height:43px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .select.disabled .fake-select .selected,
        .form-control[disabled] {
            color:#aaa;
            font-weight:300;
        }
        .form-control.disabled,
        .form-control.disabled-select,
        .select2-container--default.select2-container--disabled .select2-selection--multiple{
            cursor: not-allowed;
            background-color: #eee;
            opacity: 1;
        }
        .select.on .fake-select .selected {
            /*margin-left: 14px;*/
            /*margin-right: 33px;*/
            line-height:41px;
        }
        .select .fake-select .selected:before {
            position: absolute;
            content: "\f107";
            line-height: 41px;
            text-align: right;
            right:14px;
            top:1px;
            font-weight:400;
            font-size: 17px;
            color: #7d7d7e;
            font-family: 'FontAwesome';
        }
        .select.on .fake-select .selected:before {
            right:13px;
            top:0;
        }
    .select select {
        display:block;
        position:absolute;
        color: #6a6a6a;
        width:100%;
        height:43px;
        font-weight: 400;
        font-size: 16px;
        z-index:inherit;
        top:0;
        left:0;
        opacity:0;
        -ms-filter:'alpha(opacity=0)';
    }
/* custom select control */
.form-group {
    margin-bottom:19px;
}
.modal-body .pass {
    padding-top:40px;
}
.form-sign.success {
    display:none;
}
.ui-dialog .panel-menu, .ui-icon-closethick {
    display:none;
}
.form-group label {
    font-weight:400;
    font-size:14px;
    padding-bottom:5px;
    display:block;
}
.form-group .error-msg {
    color:#e85243;
    font-size:14px;
    line-height:18px;
    padding-top:5px;
}
.form-group.radio-group .radio-inline{
    display: inline;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 2px;
}
.input {
    position:relative;
    height:43px;
}
    .input .pre, .input .after, .select .pre {
        position:absolute;
        top:0;
        left:1px;
        height:43px;
        width:43px;
        text-align:center;
        color:#d8dbe0;
        line-height:43px;
        overflow:hidden;
        z-index:2;
    }
    .input .after {
        left:auto;
        right:1px;
        display:none;
    }
    .input.success .after.fa-check {
        color:#007989;
        display:block;
    }
    .input input {
        background-color: #fbfbfc;
        border: 1px solid #b4bdc3;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        outline: none;
        height:43px;
        width:100%;
        padding-left:43px;
        color: #6a6a6a;
        font-weight: 300;
        font-size: 16px;
        font-family: 'Rubik', Arial;
    }
    .input.error input {
        border-color: #e85243;
        border-width:2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        outline: none;
        height:43px;
        width:100%;
        padding-left:41px;
        color:#e85243;
    }
    .input.error .after.fa-exclamation{
        color:#e85243;
        display:block;
    }
    .input.success input {
        color: #111111;
        font-weight: 500;
    }
    .input.input-loading .after.fa-spin{
        color:#007989;
        display:block;
    }
    .form-control:focus, .form-control:active, .form-control.active, .fired .form-control {
        border-color: #F55B2F;
        border-width: 2px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 41px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

.ctr-page article,
.ctr-error article,
.ctr-search article{
    padding-bottom: 150px;
}
.features-list {}
    .features-list .left {float:left; padding-right:10px; padding-bottom:10px; padding-top:10px; width:50%;}
    .features-list .right {padding-left:10px; padding-bottom:10px; padding-top:10px; margin-left:50%;}
.large-feature {
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background-color: #56365d;
    border-radius:6px;
    color:#fff;
    text-align:center;
    -webkit-mask:#fff;
}
.small-feature {
    width:50%;
    float:left;
    text-align:center;
    position:relative;
}
   .features-details .feature-content {
        position:absolute;
        top:0;
        left:0;
        bottom:0;
        right:0;
    }
.inner-feature {position:relative;}
.inner-feature:before {
    content: "";
    display: block;
    padding-top: 100%;
}
    .small-feature .fake-table, .large-feature .fake-table {
        width:100%; height:100%;
        table-layout:fixed;
    }
    .small-feature .fake-td, .large-feature .fake-td {
        width:100%; height:100%;
        vertical-align:middle;
        text-align:center;
    }
    .small-feature h4 {
        color:#007989;
        font-size:18px;
        line-height:24px;
        text-transform:uppercase;
        text-align:center;
        font-weight:700;
        letter-spacing:2px;
        max-width:245px;
        width:100%;
        overflow:hidden;
        text-overflow:ellipsis;
        display:block;
        margin-left:auto;
        margin-right:auto;
        padding:0;
    }
.small-feature .inner-feature {
    background-position:50% 50%;
    background-repeat:no-repeat;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    -webkit-mask:#fff;
}
.small-feature .inner-feature {
    background-image:none;
    background-color: #f3F0EB;
}
.small-feature:nth-child(1) {
    padding-right:10px;
    padding-bottom:10px;
}
.small-feature:nth-child(3) {
    padding-right:10px;
    padding-top:10px;
}
.small-feature:nth-child(2) {
    padding-left:10px;
    padding-bottom:10px;
}
.small-feature:nth-child(4) {
    padding-left:10px;
    padding-top:10px;
}
.large-feature .screen {
    width:339px;
    height:313px;
    background:url(../img/screen.png) no-repeat 50% 50%;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:70px;
}
.large-feature.feature-guest-list .screen {
    background-image:url(../img/screen-guest-list.png);
}
.large-feature.feature-booking-page .screen {
    background-image:url(../img/screen-booking-page.png);
}
.large-feature.feature-administrate .screen {
    background-image:url(../img/screen-administrate.png);
}
.large-feature h3 {
    font-size:30px;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:500;
    max-width:380px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
    padding-top:5px;
    overflow:hidden;
    text-overflow:ellipsis;
}
    .large-feature ul {
        display:table;
        max-width:90%;
        margin-left:auto;
        margin-right:auto;
        width:auto;
        list-style:none;
    }
    .large-feature ul li, .mini-features ul li {
        font-size:19px;
        line-height:23px;
        padding:4px 0 4px 38px;
        background:url(/pub/svg/check.svg) no-repeat 0 1px;
        -moz-background-size:26px 23px;
        -webkit-background-size:26px 23px;
        background-size:26px 23px;
        display:table;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .mini-features ul li {
        background-image:url(/pub/svg/check-orange.svg);
        display:block;
    }
    .large-feature ul li{
        padding: 4px 0 4px 25px;
        background-position: 0 7px;
        background-size: 18px 13px;
    }
.small-feature .icon-feature {
    height:109px;
    background-position:50% 50%;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
    background-repeat:no-repeat;
    margin-bottom:39px;
}

.small-feature.feature-widget .icon-feature {
    background-image:url(../img/v2/f-widget.png);
}
.small-feature.feature-media .icon-feature {
    background-image:url(../img/v2/f-media.png);
}
.small-feature.feature-branding .icon-feature {
    background-image:url(../img/v2/f-branding.png);
}
.small-feature.feature-mobile .icon-feature {
    background-image:url(../img/v2/f-mobile.png);
}

.small-feature.feature-free .icon-feature {
    background-image:url(../img/v2/f-free.png);
}
.small-feature.feature-paid .icon-feature {
    background-image:url(../img/v2/f-paid.png);
}
.small-feature.feature-import .icon-feature {
    background-image:url(../img/v2/f-import.png);
}
.small-feature.feature-invite .icon-feature {
    background-image:url(../img/v2/f-invite.png);
}

.small-feature.feature-guests .icon-feature {
    background-image:url(../img/v2/f-guests.png);
}
.small-feature.feature-reminders .icon-feature {
    background-image:url(../img/v2/f-reminders.png);
}
.small-feature.feature-polls .icon-feature {
    background-image:url(../img/v2/f-polls.png);
}
.small-feature.feature-sms .icon-feature {
    background-image:url(../img/v2/f-sms.png);
}
.features-list .buttons-in-middle {
    padding-top:80px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:90px;
}
.mini-features .left {
    float:left;
    width:50%;
    padding-right:10px;
}
.mini-features .right {
    margin-left:50%;
    padding-left:10px;
    color:#7c7c7c;
    padding-top:40px;
}
.mini-features ul {
    list-style:none;
}
.mini-features ul li {
    margin-bottom:10px;
    padding-left:56px;
}
.mini-features .inner {
    padding-top:70px;
    max-width:1110px;
    margin-left:auto;
    margin-right:auto;
    padding-bottom:90px;
}
.devices {
    background:url(../img/v2/screens.jpg) no-repeat 50% 50%;
    height:416px;
    width:431px;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
}
.plans .inner {
    max-width:940px;
    margin-left:auto;
    margin-right:auto;
    padding-top:43px;
}
.plans .left {
    float:left;
    width:50%;
    padding-right:10px;
}
.plans .right {
    margin-left:50%;
    padding-left:10px;
}
.plan {
    background:url(/pub/svg/frame-small.svg) no-repeat 50% 0;
    -moz-background-size:contain;
    -webkit-background-size:contain;
    background-size:contain;
    width:460px;
    height:480px;
    padding-top:62px;
    text-align:center;
    position:relative;
}
    .plan .btn {
        margin-left:auto;
        margin-right:auto;
        max-width:220px;
        width:100%;
    }
    body.lang-deDE .plan .btn {
        max-width:80%;
    }

    .plan h3 {
        font-size:48px;
        font-weight:700;
        color:#007989;
        text-transform:uppercase;
        letter-spacing:3px;
        line-height:1;
    }
    .plan h4 {
        font-size:20px;
        font-weight:300;
        color:#007989;
        text-transform:uppercase;
        letter-spacing:1px;
        padding-top:5px;
    }
    .plan p {
        color:#7c7c7c;
        font-size:16px;
        line-height:20px;
        height:80px;
        overflow:hidden;
        text-align:center;
        max-width:354px;
        margin:33px auto 44px auto;
    }
    .plan .ribbon {
        position:absolute;
        top:1px;
        right:34px;
        color:#fff;
        background:#007989;
        text-align:center;
        width:74px;
        height:100px;
        padding-top:26px;
        -webkit-border-top-right-radius: 26px;
        -moz-border-radius-topright: 26px;
        border-top-right-radius: 26px;
    }
    .plan .ribbon b {
        display:block;
        font-weight:700;
        font-size:36px;
        line-height:1;
    }
    .plan .ribbon i {
        display:block;
        font-weight:400;
        font-style:normal;
        font-size:24px;
        line-height:21px;
        text-transform:uppercase;
    }
.hidden {
    display:none;
}
.packadges {
    table-layout:fixed;
    width:100%;
    margin-bottom:60px;
    margin-top:50px;
}
    .packadges .fake-td {
        width:25%;
        vertical-align:top;
    }
    .packadge {
        display:block;
        color:#56365D;
        text-align:center;
        margin-left:auto;
        margin-right:auto;
        width:220px;
        height:230px;
        background:url(/pub/svg/frame-blue.svg) no-repeat 50% 0;
        -moz-background-size:contain;
        -webkit-background-size:contain;
        background-size:contain;
        padding-top:66px;
    }
        .packadge b {
            display:block;
            font-size:48px;
            font-weight:700;
            line-height:1;
            letter-spacing:3px;
            padding-bottom:22px;
        }
        .packadge span {
            display:block;
            font-weight:300;
            text-transform:uppercase;
            font-size:20px;
            letter-spacing:1px;
            line-height:1;
        }
.multi-account {
    padding-top:60px;
}
.multi-account .inner {
    margin-left:auto;
    margin-right:auto;
    max-width:940px;
}
.multi-account .buttons-in-middle, 
.progress-step .buttons-in-middle {
    max-width:460px;
    margin-left:auto;
    margin-right:auto;
    padding-top:60px;
}
.multi-account p, .plans .inner > p, .progress-step .inner > p {
    text-align:center;
    font-size:22px;
    line-height:32px;
    color:#787878;
}
.account-options {
    max-width:1080px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    table-layout:fixed;
    text-align:center;
    margin-top:40px;
    margin-bottom:60px;
}
    .account-options .fake-td {
        width:25%;
        vertical-align:top;
        padding:0 15px;
    }
    .account-options h3 {
        font-size:18px;
        line-height:24px;
        text-transform:uppercase;
        color:#007989;
        font-weight:300;
        letter-spacing:3px;
        max-width:200px;
        margin-left:auto;
        margin-right:auto;
    }
    .account-options img {
        width:67px;
        display:block;
        height:67px;
        margin:0 auto 28px auto ;
    }
.progress-step {
    display:none;
}
.progress-step.active {
    display:block;
}
.progress-bar {
    position:relative;
    width:650px;
    margin:0 auto;
    height:53px;
    margin-bottom:150px;
    margin-top:70px;
}
    .progress-bar .line {
        font-size:0;
        line-height:0;
        height:1px;
        width:100%;
        overflow:hidden;
        position:absolute;
        z-index:1;
        left:0;
        top:26px;
        background:#e5e5e5;
    }
    .progress-bar .ps {
        position:absolute;
        width:53px;
        height:53px;
        z-index:2;
        top:0;
    }
        .progress-bar .ps.ps-1 {
            left:0;
        }
        .progress-bar .ps.ps-3 {
            right:0;
        }
        .progress-bar .ps.ps-2 {
            left:50%;
            margin-left:-27px;
        }
        .progress-bar .ps .num {
            background:#007989;
            height:53px;
            width:53px;
            -moz-border-radius:27px;
            -webkit-border-radius:27px;
            border-radius:27px;
            text-align:center;
            line-height:53px;
            -webkit-mask:#fff;
            overflow:hidden;
            font-weight:700;
            font-size:20px;
            color:#fff;
        }
        .progress-bar .ps.active .num {
            background-color:#F55B2F;
        }
        .progress-bar .ps.disabled .num {
            background-color:#e3e3e3;
        }
    .progress-bar .ps .title {
        position:absolute;
        width:170px;
        line-height:20px;
        height:20px;
        white-space:nowrap;
        overflow:hidden;font-size:18px;
        font-weight:300;
        text-transform:uppercase;
        letter-spacing:1px;
        text-align:center;
        left:0;
        top:73px;
        margin-left:-60px;
        color:#007989;
    }
        .progress-bar .ps.active .title {
            color:#F55B2F;
        }
        .progress-bar .ps.disabled .title {
            color:#e3e3e3;
        }
.nopaddings {padding:0 !important;}
.field {}
    .field input {
        height:80px;
        display:block;
        width:100%;
        border:1px solid #007989;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        font-weight:700;
        font-size:22px;
        color:#007989;
        text-align:center;
        padding:0 30px;
        font-family:"Rubik", Arial;
    }
    .field input::-webkit-input-placeholder {
        color:#007989;
        opacity:1;
    }
    .field input::-moz-input-placeholder {
        color:#007989;
        opacity:1;
    }
.narrow-form {
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    padding-top:20px;
    padding-bottom:13px;
}
.field .error-msg {
    padding-top:5px;
    font-size:14px;
    color:#e85243;
    display:none;
}
.full-form {
    max-width:1180px;
    width:100%;
    table-layout:fixed;
    margin-left:auto;
    margin-right:auto;
}
    .full-form .fake-td {
        vertical-align:top;
        width:50%;
        padding-top:20px;
    }
    .full-form .fake-td:first-child {
        padding-right:10px;
    }
    .full-form .fake-td:last-child {
        padding-left:10px;
    }
    .full-form .field {
        margin-bottom:21px;
    }
    .full-form .field:last-child {
        margin-bottom:0;
    }
.three-fields {
    display:table;
    width:100%;
    table-layout:fixed;
}
    .three-fields .field {
        width:50%;
        float:left;
        position:relative;
    }
    .three-fields .field:last-child {
        padding-right:0;
        padding-left:10px;
       
    }
    .three-fields .field:first-child {
        padding-right:10px;
        padding-left:0;
    }
        .three-fields .field:first-child:after {
            content:':';
            position:absolute;
            color:#787878;
            line-height:80px;
            font-size:20px;
            top:0;
            right:-2px;
        }
.field .select {
    height:80px;
}
.field .select .fake-select {
    height:80px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    border-color:#007989;
    background-color:#fff;
}
    .field .select .fake-select .selected {
        line-height:80px;
        color:#007989;
        font-size:22px;
        font-weight:700;
        margin-left:30px;
    }
    .field .select.on .fake-select .selected {
        margin-left:29px;
        line-height:78px;
    }
    .field .select select {
        font-size:22px;
        height:80px;
    }
    .field .select .fake-select .selected:before {
        line-height:78px;
    }
/* datepicker */
#ui-datepicker-div {
    display:none;
    position:absolute !important;
}
.ui-datepicker, .time-popup {
    background:#fff;
    z-index:9;
    border:1px solid #b4bdc3;
    padding:9px;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    margin-top:5px;
}
    .ui-datepicker:after, .ui-datepicker:before,
    .time-popup:after, .time-popup:before {
	    bottom: 100%;
	    left: 23px;
	    border: solid transparent;
	    content: " ";
	    height: 0;
	    width: 0;
	    position: absolute;
	    pointer-events: none;
    }

    .ui-datepicker:after, .time-popup:after {
	    border-color: rgba(255, 255, 255, 0);
	    border-bottom-color: #fff;
	    border-width: 7px;
	    margin-left: -7px;
    }
    .ui-datepicker:before, .time-popup:before {
	    border-color: rgba(180, 189, 195, 0);
	    border-bottom-color: #b4bdc3;
	    border-width: 8px;
	    margin-left: -8px;
    }
    .ui-datepicker-header {
        position:relative;
        border-bottom:1px solid #d9dee1;
        padding-bottom:9px;
        line-height:26px;
        white-space:nowrap;
        text-transform:uppercase;
    }
    .ui-datepicker-title {
        margin-left:40px;
        margin-right:40px;
        text-align:center;
        color:#56365D;
        font-weight:700;
    }
    .ui-datepicker-prev,
    .ui-datepicker-next {
        height:26px;
        width:14px;
        display:block;
        position:absolute;
        top:0;
        cursor:pointer;
        color:#61676b;
        text-align:center;
    }
    .ui-datepicker-prev:hover,
    .ui-datepicker-next:hover {
        color:#007989;
    }
    .ui-datepicker-prev .ui-icon,
    .ui-datepicker-next .ui-icon {
        display:none;
    }
    .ui-datepicker-prev:before,
    .ui-datepicker-next:before {
        font-family:FontAwesome; 
        display:block;
        line-height:26px;
        font-size:20px;
    }
    .ui-datepicker-prev {
        left:0;
    }
    .ui-datepicker-next {
        right:0;
    }
    .ui-datepicker-prev:before {
        content:"\f104";
    }
    .ui-datepicker-next:before {
        content:"\f105";
    }
    .ui-datepicker table {
        width:100%;
    }
    .ui-datepicker td {
        border-bottom:3px solid #fff;
        border-right:3px solid #fff;
        padding:0;
        margin:0;
    }
    .ui-datepicker th {
        border-right:3px solid #fff;
        border-bottom:3px solid #fff;
        padding:0;
        margin:0;
        text-align:center;
        text-transform:uppercase;
        color:#61676b;
        font-size:10px;
        line-height:30px;
        font-weight:400;
    }
    .ui-datepicker th.ui-datepicker-week-end {
        color:#F55B2F;
    }
    .ui-datepicker tr td:last-child, .ui-datepicker tr th:last-child {
        border-right:0;
    }
    .ui-datepicker tr:last-child td {
        border-bottom:0;
    }
    .ui-datepicker td a,
    .ui-datepicker td span {
        display:block;
        margin:0;
        height:30px;
        width:36px;
        line-height:30px;
        text-align:center;
        background:#f7f7f7;
        color:#61676b;
        font-size:14px;
        font-weight:400;
    }
    .ui-datepicker td.ui-state-disabled span {
        color:#c5c5c5;
    }
    .ui-datepicker td.ui-datepicker-current-day a {
        color:#fff;
        background:#007989;
    }
    .ui-datepicker td.ui-datepicker-week-end a,
    .ui-datepicker td.ui-datepicker-week-end span {
        background:#fef4e7;
        color:#F55B2F;
    }
    .ui-datepicker td.ui-datepicker-week-end span {
        color:#c5c5c5;
    }
/* datepicker */
.loading {padding:50px 0;}
.login-form .errors {display:none;}
.links-back {text-align:center; padding-top:21px; font-size:22px; line-height:1.2;}
	.links-back a {color:#007989;}
	.links-back a:hover {color:#56365D;}
.results-count {padding-top:60px;}
.pagination-block {
    text-align:center;
    font-size:0;
    line-height:0;
}
.pagination {
    -moz-border-radius:0;
    -webkit-border-radius:0;
    border-radius:0;
    margin:2px 0;
	padding:0;
}
    .pagination>li>a, .pagination>li>span {
        -moz-border-radius:0;
        -webkit-border-radius:0;
        border-radius:0;
        border:0;
        margin:0;
        font-size:14px;
        color:#007989;
        font-weight:400;
        line-height:30px;
        padding:0 8px;
    }
    .pagination > li > a {
        color:#c3c3c3;
    }
    .pagination > li > a:hover,
     .pagination > li > span:hover,
    .pagination > li > .active-page{
        color:#007989;
        background:none;
    }
    .pagination > li > a.fa {
        color:#007989;
        font-size:22px;
    }
    .pagination > li > a.fa:before {
        line-height:30px;
    }
    .pagination > li > a.fa.fa-angle-left {
        margin-right:15px;
    }
    .pagination > li > a.fa.fa-angle-right {
        margin-left:15px;
    }
.cntrl-search.events-demo .slider .slide {
    margin-bottom: 20px;
    display: inline-block;
    min-width: 660px;
    max-width: 660px;
    min-height: 500px;
    margin-right: 20px;
}	
.cntrl-search {padding-top:20px; padding-bottom:20px;}
.alert-danger.errors {display:none;}
.alert-danger ul {list-style:none;}
.buttons.modal-footer, .buttons.modal-footer .right {text-align:center; float:none; width:100%;}
.double-buttons {display:table; margin-left:auto; margin-right:auto; width:60%;}
body.lang-deDE .double-buttons {width:70%;}
.double-buttons  .fake-td {padding:0 10px; width:50%;}
.buttons-in-middle .double-buttons .btn {max-width:100%;}

@media only screen and (min--moz-device-pixel-ratio: 1.5),
    (-o-min-device-pixel-ratio: 3/2),
    (-webkit-min-device-pixel-ratio: 1.5),
    (min-device-pixel-ratio: 1.5) {

}

/* Firefox */   
@-moz-document url-prefix() {

}
 /* IE 10-11 */  
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
     
}

@media all and (max-width: 1600px) {

    .intro .inner .figure--circle {
        right: 300px;
    }

    .intro .inner .trial-title {
        margin: 0 0 25px;
        min-width: 450px;
        max-width: 585px;
    }

    .intro .inner .figure--wave {
        right: 50px;
        bottom: -90px;
        max-width: 80px;
    }

    .intro .inner .stats-item__amount{
        margin: 0px 0 10px;
        font-size: 44px;
        line-height: 48px;
    }
}


@media all and (max-width: 1440px) {

    .intro .inner .title {
        max-width: 580px;
        margin: 0 0 115px;
        font-size: 64px;
        line-height: 72px;
        min-height: 300px;
    }

    .intro .inner .trial{
        bottom: 40px;
        top: auto;
    }

    .intro .inner .text,
    .landing-functions p,
    .landing-opportunities .slider-item__txt,
    .upcoming-events .text{
        font-size: 20px;
        line-height: 28px;
    }

    .intro .inner .figure--wave {
        bottom: -95px;
        max-width: 80px;
    }

    .intro .inner .figure--circle {
        right: 330px;
        max-width: 170px;
    }

    .intro .inner .planner-onboard{
        max-width: 355px;
        font-size: 23px;
    }

    .intro .inner .stats {
        align-items: flex-start;
        flex-direction: column;
    }

    .intro .inner .stats-item:not(:last-child) {
        margin: 0 0 20px;
        padding: 0 0 22px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.34);
    }

	.large-feature .screen {
		margin-bottom:30px;
		height:213px;
	}

    .upcoming-events .title{
        padding-top: 100px;
    }

    .upcoming-events .swiper-container-wrapper {
        padding-top: 60px;
    }

    .upcoming-events .swiper-slide .event-info {
        padding: 30px;
        max-height: 185px;
    }

    .events-testimonial.with-padding-top{
        padding-top: 50px;
    }
}

@media all and (max-width: 1280px) {

    .landing-opportunities .slider-item__txt {
        margin-bottom: 20px;
    }

    .upcoming-events .title {
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .upcoming-events .swiper-slide .event-info {
        max-height: 150px;
    }

    .upcoming-events .swiper-slide .event-info .event-name{
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .upcoming-events .swiper-slide .date{
        word-spacing: normal;
        max-width: inherit;
    }

    footer .top {
        padding: 300px 0 120px 0;
    }

    header{padding:20px 0;}
    .intro .left {padding-left:54px;}
    .intro .buttons-in-middle {padding-right:54px; padding-left:54px;}
    .intro .buttons-in-middle .fake-td.mdl {width:300px;}
    .events-demo .slider .next {right:-44px; top:198px;}
    .events-demo .slider .prev {left:-44px; top:198px;}
    .events-demo .slider .slide, .events-demo .slider {height:450px;}
        .events-demo .slider .slide.slide-single .slide-author {padding-bottom:18px; margin-bottom:28px; font-size:20px; line-height:32px;}
        .events-demo .slider .slide.slide-single .slide-title,
        .events-demo .slider .slide.slide-single .slide-date {font-size:26px; line-height:32px;}
    .already-with-us h3, .features h2, .events-demo h2 {/*font-size:100px;*/font-size:50px;}
    .events-demo h2 {padding-bottom:52px;}
    .events-demo .buttons-in-middle {padding-top:66px;}
    .features .buttons-in-middle .btn, .events-demo .buttons-in-middle .btn, .intro .btn {
        max-width:300px;
        font-size: 12px;
    }
    .features-list .buttons-in-middle .btn{font-size: 14px;}

    .intro .buttons-in-middle .fake-td.lft, .intro .buttons-in-middle .fake-td.rgt {letter-spacing:2px;}
    .features {padding:50px 0;}
    .feature .feature-content h3 {font-size:26px; line-height:32px; letter-spacing:2px;}
    .feature .feature-content p {font-size:20px; line-height:28px;}
    .feature .feature-content {padding-left:54px; padding-right:54px; max-width:100%;}
    .already-with-us ul li img {height:80px; margin-top:15px; margin-bottom:15px;}
    .intro h1 {font-size:40px; line-height:44px;}
    header .wrapper.svSE .logo {margin: 0 20%; }
    header .wrapper.enGB .logo {margin: 0 30%; }
    header .wrapper.logged-in.svSE .logo {margin: 0 25%; }
    header .wrapper.logged-in.enGB .logo {margin: 0 30%; }
    header .menu {padding-top:0;}
    header .logged-in.deDE .menu ul li{padding-left: 0px;}
    .custom-text {max-width:100%; padding-left:54px; padding-right:54px;}
    .custom-text, .custom-text p, .custom-text li, .custom-text td {
        font-size:18px; line-height:24px;
    }
    .custom-text p {padding:10px 0;}
    .custom-text table {margin:10px 0;}
    .custom-text td, .custom-text th {padding-right:20px; font-size:0.85em; line-height:1.1;}
    .custom-text h1, .pre-text h1, .mini-features h2, .plans h2, .multi-account h2, .h1 {font-size:50px; padding-top:20px; padding-bottom:10px;}
    .pre-text h1 {padding-bottom:60px;}
    .plans h2 {padding-bottom:20px;}
    .custom-text h2 {font-size:40px;}
    .custom-text h3 {font-size:30px;}
    .custom-text h4 {font-size:30px;}
    .large-feature .screen {
        height:185px; width:250px; margin-bottom:30px;
    }
    .small-feature .icon-feature {
        height:70px;
        margin-bottom:20px;
    }
    .small-feature h4 {
        font-size:16px; line-height:22px;
        max-width:75%;
        letter-spacing:1px;
    }
    .large-feature h3 {
        font-size:24px;
        letter-spacing:1px;
    }
    .large-feature ul li {
        font-size:17px;
        line-height:21px;
        -webkit-background-size:24px 21px;
        -moz-background-size:24px 21px;
        background-size:18px 13px;
    }
    .pre-text {
        font-size:18px;
        line-height:28px;
    }
    .pre-text {
        padding:40px 0;
    }
    .packadge {
        width:200px;
        height:206px;
    }
}

@media all and (max-width: 1199px) {

    .landing-link{
        font-size: 18px;
        line-height: 26px;
    }

    .intro .inner {
        width: calc(100% - 16px);
    }

    .intro .inner .title {
        margin: 0 0 80px;
        font-size: 66px;
        line-height: 74px;
        padding: 0px;
        text-align: left;
        max-width: 580px;
    }

    .intro .inner .planner-onboard {
        max-width: 260px;
        margin: 0 0 100px;
        font-size: 15px;
        left: -28px;
        line-height: 23px;
    }

    .intro .inner .figure--circle {
        right: 215px;
        max-width: 90px;
    }

    .intro .inner .figure--wave {
        bottom: -60px;
        max-width: 50px;
        right: 70px;
    }

    .intro .inner .trial,
    body.lang-svSE .intro .inner .trial{
        right: -30px;
        bottom: 60px;
    }

    .intro .inner .trial-title {
        margin: 0 0 15px;
        max-width: 295px;
        min-width: 250px;
    }
    .intro .inner .trial-title,
    .landing-functions .title,
    .landing-opportunities .slider-item__title,
    .upcoming-events .title {
        font-size: 24px;
        line-height: 32px;
    }

    .intro .inner .text {
        max-width: 350px;
        padding-right: 80px;
    }
    .intro .inner .text,
    .landing-functions p,
    .landing-opportunities .slider-item__txt,
    .upcoming-events .text{
        font-size: 14px;
        line-height: 22px;
    }
        body.lang-deDE .intro .inner .text,
        body.lang-deDE .landing-functions p,
        body.lang-deDE .landing-opportunities .slider-item__txt,
        body.lang-deDE .upcoming-events .text{
            font-size: 14px;
            line-height: 22px;
        }

    .intro .inner .stats-item__amount {
        margin: 0px 0 6px;
        font-size: 24px;
        line-height: 28px;
    }
    .intro .inner .stats-item__title {
        font-size: 14px;
    }

    .intro .inner,
    .landing-opportunities,
    .upcoming-events .title,
    .upcoming-events .text{
        padding-left: 20px;
    }

    .landing-functions .icons{
        flex-wrap: wrap;
    }
    .landing-functions .icons .icons-block{
        flex: none;
        margin-bottom: 20px;
    }

    footer .bottom .v2-layout-container {
        align-items: normal;
        flex-direction: column-reverse;
    }

    footer .bottom figure {
        padding-top: 0px;
        width: 100%;
    }

    footer .bottom .link-socials {
        margin: 35px 0px 96px 0px;
        padding: 0;
    }

    footer .bottom .link-list-item:not(:last-child) {
        margin-bottom: 10px;
    }
    footer .bottom .link-list-item {
        border-bottom: 2px solid #f6f6f6;
        padding: 15px 0;
    }

	.intro .buttons-in-middle {
		width:100%;
	}

    .language-panel {display:none;}
    header .logo {margin-left:0; top:0; margin-right:0; height:44px; background-position:0 50%; float:left;}
    header .container .logo{
        height: 30px;
    }
    header .wrapper .logo{margin: 0 !important;}
    header .menu {background:#F55B2F; position:fixed; top:0; right:0; height:100%; z-index:101; width:260px; padding:0;
        -webkit-transition:-webkit-transform ease 0.2s;
        -moz-transition:-moz-transform ease 0.2s;
        transition:transform ease 0.2s;
        -moz-transform:translateX(260px) translateY(0) translateZ(0);
        -webkit-transform:translateX(260px) translateY(0) translateZ(0);
        transform:translateX(260px) translateY(0) translateZ(0);
    }
    header .logged-in.deDE .menu{
        width: 350px;
        -moz-transform:translateX(350px) translateY(0) translateZ(0);
        -webkit-transform:translateX(350px) translateY(0) translateZ(0);
        transform:translateX(350px) translateY(0) translateZ(0);
    }
    header .menu-right, header .menu-left {float:none;}
    .expanded header .menu,
    .expanded header .logged-in.deDE .menu{
        -moz-transform:translateX(0) translateY(0) translateZ(0);
        -webkit-transform:translateX(0) translateY(0) translateZ(0);
        transform:translateX(0) translateY(0) translateZ(0);
    }
    header .menu ul {padding:0; display:block; width:100%;}
    header .menu ul li {float:none; width:100%; padding:0;}
    header .menu ul li a,
    header .menu ul li.register a,
    header .menu ul li.login a {border-radius:0; height:53px; line-height:53px; color:#fff; font-size:17px; -moz-border-radius:0; -webkit-border-radius:0; border:0; border-bottom:1px solid #f7b65a; padding-left:46px; padding-right:46px; text-align:left;}
    header .menu .language-panel {display:block; float:none; margin:0;}
    header .menu ul li a:hover, header .menu ul li.active a {border-bottom-color:#f7b65a;}
    header .language-panel .current > div, header .language-panel .lang-list a {color:#fff; font-size:18px; height:53px; line-height:53px;  border-bottom:1px solid #f7b65a !important;}
    header .language-panel .current {display:none;}
    header .language-panel .lang-list {display:block; position:static; background:none; border-radius:0; -moz-border-radius:0; -webkit-border-radius:0;}
    header .language-panel .en, header .language-panel .engb {
        background-image:url(../img/en-white.png);
    }
    header .language-panel .sv, header .language-panel .svse {
        background-image:url(../img/se-white.png);
    }
    header .language-panel .de, header .language-panel .dede {
        background-image:url(../img/de-white.png);
    }
    header .language-panel .lang-list a {padding-left:76px; background-position:46px 50%;}
    header .btn-menu-close {display:block;}
    header, header.scrolled {padding:15px 0;}
    .btn-mobile-menu {
        display:block;
        flex-basis: unset;
        flex-grow: 0;
    }
    header .hidden-mobile{
        display: none !important;
    }
    body.expanded article:after {position:fixed; background:none; top:0; left:0; width:100%; height:100%; z-index:99; content:' ';}
    header .menu .clear {display:block;}
    .visible-mobile {display:block !important;}
    header .menu ul ul {display:block; position:static; background:none;}
    header .menu ul ul li a, header .menu ul ul li a:hover {text-align:left; border-bottom:1px solid #f7b65a;}
    .features-list .buttons-in-middle .btn{font-size: 14px;}
    .small-feature h4 {
        font-size: 12px;
    }
}
@media all and (max-width: 1023px) {

.intro .inner {
    width: calc(100% - 16px);
    padding-left: 20px;
}

    .intro .inner .title {
        margin: 0 0 80px;
        font-size: 48px;
        line-height: 56px;
        padding: 0px;
        text-align: left;
        max-width: 400px;
    }
        body.lang-deDE .intro .inner .title {
            font-size: 36px;
            line-height: 44px;
        }

    .intro .inner .planner-onboard {
        max-width: 260px;
        margin: 0 0 100px;
        font-size: 15px;
        left: -28px;
        line-height: 23px;
    }

    .intro .inner .figure--circle {
        right: 215px;
        max-width: 90px;
        top: 10px;
    }

    .intro .inner .figure--wave {
        bottom: -60px;
        max-width: 50px;
        right: 70px;
    }

    .intro .inner .trial,
    body.lang-svSE .intro .inner .trial {
        right: -30px;
        bottom: 60px;
    }

    .intro .inner .trial-title {
        margin: 0 0 15px;
        max-width: 295px;
        min-width: 250px;
    }
    .intro .inner .trial-title,
    .landing-functions .title,
    .landing-opportunities .slider-item__title,
    .upcoming-events .title {
        font-size: 24px;
        line-height: 32px;
    }

    .intro .inner .text,
    .landing-functions p,
    .landing-opportunities .slider-item__txt,
    .upcoming-events .text {
        font-size: 14px;
        line-height: 22px;
        max-width: 350px;
        padding-right: 100px;
    }

    .events-testimonial .txt {
        font-size: 35px;
        line-height: 45px;
    }

    .events-testimonial .who {
        font-size: 22px;
        line-height: 24px;
    }

	.feature {
		width:100%;
	}
	.large-feature .screen {
		margin-bottom:70px;
		height:313px;
	}
        .feature > div {display:block; width:100%;}
    .feature .fi {margin-left:auto; margin-right:auto;}
    .feature .feature-content {text-align:center;}
    .visible-mobile {display:block;}
    .hidden-mobile {display:none !important;}
    .intro .right {float:none; width:100%;}
    .intro .left {margin-right:0; width:100%; padding:0; height:auto;}
    .intro h1 {padding:30px 0; float:none; margin-left:auto; margin-right:auto;}

    .events-demo .slider .slide.slide-single .slide-title {padding-left:20px; padding-right:20px;}
    .intro .buttons-in-middle .fake-td,
    .intro .buttons-in-middle .fake-td.lft, 
    .intro .buttons-in-middle .fake-td.rgt {display:table; width:100%; text-align:center; padding:0;}
        .intro .buttons-in-middle .fake-td.mdl {margin-left:auto; margin-right:auto; padding:15px 0;}
    body.lang-deDE .double-buttons {width: 90%;}
    .custom-text {padding-left:0; padding-right:0;}
    .features-list .left {float:none; width:100%; padding-left:0; padding-right:0; padding-top:0; display:table;}
    .features-list .right {margin:0; width:100%; display:table; padding-left:0; padding-right:0; padding-bottom:20px; padding-top:0;}
    .features-list .buttons-in-middle {padding:50px 0;}
    .features-list .buttons-in-middle .btn{font-size: 12px;}
    .right .large-feature {margin-bottom:20px;}
    .mini-features .left {float:none; width:auto; padding:0;}
    .mini-features .right {margin:0; padding:60px 0 0 0;}
    .devices {
        margin:0 auto;
    }
    .plans .left {
        float:none;
        width:100%;
        padding-right:0;
        padding-bottom:60px;
    }
    .plans .right {
        margin-left:0;
        padding-left:0px;
    }
    .plan {
        margin-left:auto;
        margin-right:auto;
    }
    .features-list .left {
        padding-bottom:20px;
    }
    .full-form .fake-td {
        display:block;
        width:100%;
        padding:0 0 21px 0 !important;
    }
    .full-form {
        margin-top:20px;
    }
        .full-form .fake-td:last-child {
            padding-bottom:0 !important;
        }
    .narrow-form {
        padding-bottom:0;
    }
    .packadges, .account-options {
        max-width:480px;
        margin-left:auto;
        margin-right:auto;
    }
    .packadges .fake-td, .account-options .fake-td {
        display:block;
        width:50%;
        float:left;
    }
    .full-form {
        max-width:700px;
    }
    .account-options {
        margin-bottom:40px;
    }
        .account-options .fake-td {
            padding:0 10px 40px 10px;
        }
    .packadge {
        width:220px;
        height:230px;
        margin-bottom:20px;
    }
    .progress-bar .ps .title {
        display:none;
    }
    .progress-bar {
        margin-bottom:100px;
        width:100%;
    }
    .account-options h3 {
        letter-spacing:1px;
        line-height:24px;
        font-size:16px;
    }
	.double-buttons {width:100%;}

    .small-feature h4 {
        font-size: 16px;
    }
}

@media all and (max-width: 960px) {
    body.lang-deDE .intro .inner .trial-title {
        min-width: 400px;
    }
    body.lang-deDE .intro .inner .trial-title,
    body.lang-deDE .landing-opportunities .slider-item__title,
    body.lang-deDE .landing-functions .title,,
    body.lang-deDE .upcoming-events .title {
        font-size: 20px;
        line-height: 24px;
    }

    body.lang-deDE .intro .inner .text {
        max-width: 320px;
    }

    body.lang-deDE .intro .inner .stats-item__amount {
        font-size: 20px;
        line-height: 24px;
    }

    body.ctr-index.act-index .logo {
        max-width: 100%;
    }

    .landing-opportunities .slider{
        max-width: 60%;
    }

    .landing-opportunities .swiper-slide{
        width: 120px;
    }

    .landing-opportunities .pic-wrapper{
        max-width: 30%;
    }

    .landing-opportunities .wave-midway{
        left: -10%;
        width: 20%;
    }
}

@media all and (max-width: 768px) {

    .intro .inner{
        padding-top: 50px;
        padding-right: 50px;
        min-height: 550px;
    }

    .intro .inner .title{
        font-size: 34px;
        line-height: 42px;
        max-width: 100%;
        min-height: 110px;
        max-width: 300px;
        position: relative;
        z-index: 2;
    }

    body.lang-deDE .intro .inner .trial-title {
        min-width: 350px;
        padding-right: 50px;
    }
    body.lang-deDE .intro .inner .trial-title,
    body.lang-deDE .landing-functions .title,,
    body.lang-deDE .landing-opportunities .slider-item__title,
    body.lang-deDE .upcoming-events .title {
        font-size: 18px;
        line-height: 22px;
    }

    body.lang-deDE .intro .inner .text {
        max-width: 340px;
    }

    .intro .inner .planner-onboard{
        max-width: 40%;
    }

    body.lang-deDE .intro .inner .stats-item__amount {
        font-size: 18px;
        line-height: 22px;
    }

    .intro .inner .stats-item:not(:last-child) {
        margin: 0 0 10px;
        padding: 0 0 10px;
    }

    .landing-functions .landing-functions__pic{
        max-width: 80%;
    }

    .landing-functions .content-block{
        display: block;
        padding-left: 20px;
        max-width: 80%;
        margin-bottom: 40px;
    }

    .landing-functions .content-block h1{
        text-align: initial;
        padding-top: 0;
    }

    .landing-opportunities .slider-item__title {
        margin-bottom: 25px;
    }

    .upcoming-events .swiper-slide .event-info {
        max-height: 130px;
    }

    .upcoming-events .swiper-slide .event-info .event-name {
        font-size: 24px;
        line-height: 32px;
    }

    .events-testimonial .txt {
        font-size: 25px;
        line-height: 35px;
    }

    .events-testimonial .who {
        font-size: 18px;
        line-height: 22px;
    }

    footer .top {
        padding: 150px 0 120px 0;
    }

    footer .top .wave-magenta {
        top: -35px;
        left: 30px;
        max-width: 40px;
    }

    footer .top .wave-midway {
        bottom: -69px;
        max-width: 70px;
    }

    footer .top .cta .title {
        font-size: 70px;
        line-height: 76px;
    }
        body.lang-deDE footer .top .cta .title {
            font-size: 34px;
            line-height: 40px;
        }

    footer .logo-top{
        display: block;
    }

    footer .bottom .logo-top a {
        display: block;
        text-align: center;
    }

    footer .logo-top img {
        margin: 0;
    }

    footer .logo-top .language-switch {
        display: block;
        margin-top: 20px;
    }

    footer .logo-top .language-switch .item {
        padding: 0;
        text-align: center;
    }

    footer .logo-top .language-switch .item:not(:last-child) {
        border: none;
        padding-bottom: 20px;
    }

	.events-demo.cntrl-search  .slider .slide {width:100%; padding-left:0; padding-right:0;}
	.double-buttons .fake-td {width:100%; display:block;}
	.double-buttons .fake-td:first-child {padding-bottom:30px;}

    .signup h3{font-size: 25px;}

    .features-list .buttons-in-middle .btn{font-size: 14px;}
    .plan h3{
        font-size: 24px;
        line-height: 1.2;
    }
    body.lang-deDE .plan .btn {
        height: auto;
        line-height: 30px;
        padding: 10px 0px;
    }
}
@media all and (max-width: 639px) {

    .intro .inner .title {
        margin: 0 0 40px;
        min-height: 180px;
    }

    .intro .inner .planner-onboard {
        max-width: 250px;
        font-size: 12px;
        padding: 15px 22px;
    }

    .intro .inner .stats {
        max-width: 30%;
    }

    .intro .inner .stats-item__amount {
        margin: 0px 0 6px;
        font-size: 20px;
        line-height: 24px;
    }
        body.lang-svSE .intro .inner .stats-item__amount {
             font-size: 18px;
             line-height: 22px;
         }
        body.lang-deDE .intro .inner .stats-item__amount {
            font-size: 12px;
            line-height: 16px;
        }
    .intro .inner .stats-item__title {
        font-size: 10px;
        word-spacing: 999px;
    }

    .intro .inner .trial {
        right: -30px;
        bottom: 90px;
        top: auto;
        max-width: 70%;
    }

    body.lang-svSE .intro .inner .trial {
        bottom: 120px;
    }

    body.lang-deDE .intro .inner .trial {
        max-width: 65%;
        bottom: 80px;
    }

    .intro .inner .trial-title {
        margin: 0 0 15px;
        min-width: 210px;
    }
    .intro .inner .trial-title,
    .landing-functions .title,
    .landing-opportunities .slider-item__title,
    .upcoming-events .title {
        font-size: 20px;
        line-height: 27px;
    }
        body.lang-deDE .intro .inner .trial-title {
            min-width: 220px;
        }
        body.lang-deDE .intro .inner .trial-title,
        body.lang-deDE .landing-functions .title,,
        body.lang-deDE .landing-opportunities .slider-item__title,
        body.lang-deDE .upcoming-events .title {
            font-size: 12px;
            line-height: 16px;
        }
        body.lang-svSE .intro .inner .trial-title,
        body.lang-svSE .landing-functions .title,
        body.lang-svSE .landing-opportunities .slider-item__title,
        body.lang-svSE .upcoming-events .title{
            font-size: 18px;
            line-height: 24px;
        }

    .intro .inner .text {
        max-width: 180px;
        margin-bottom: 10px;
        padding-right: 0px;
    }
    .intro .inner .text,
    .landing-functions p,
    .landing-opportunities .slider-item__txt,
    .upcoming-events .text {
        font-size: 10px;
        line-height: 14px;
    }
        body.lang-deDE .intro .inner .text,
        body.lang-deDE .landing-functions p,
        body.lang-deDE .landing-opportunities .slider-item__txt,
        body.lang-deDE .upcoming-events .text {
            font-size: 10px;
            line-height: 14px;
        }

    .intro .inner .figure--wave {
        bottom: -40px;
        max-width: 30px;
        right: 70px;
    }
        body.lang-deDE .intro .inner .figure--wave {
            right: 40px;
        }

    .intro .inner .figure--circle {
        right: 36%;
        max-width: 90px;
    }
        body.lang-deDE .intro .inner .figure--circle {
            right: 36%;
            max-width: 90px;
        }

    .landing-opportunities{
        padding-top: 40px;
    }

    .landing-opportunities__pic{
        top: auto;
    }

    .landing-opportunities .swiper-container{
        margin-top: 0px;
    }

    .landing-opportunities .slider{
        max-width: 80%;
    }

    .landing-opportunities .swiper-slide{
        width: 120px;
        height: auto;
        padding: 20px 20px;
    }

    .landing-opportunities .pic-wrapper{
        max-width: 20%;
        top: -100px;
    }

    .landing-opportunities .wave-midway{
        left: -10%;
        width: 20%;
        top: 50px;
    }

    .events-testimonial {
        padding: 0px 0px 0px 30px;
    }
    
	.double-fields .colu {width:100%; display:block;}
	.double-fields .colu:first-child {padding-right:0;}
	.double-fields .colu:last-child {padding-left:0;}
    .intro .right {
        -moz-background-size:auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        height: 300px;
        background-position:100% 50%;
    }

    .intro .left {
        padding-left: 15px;
        padding-right: 15px;
    }

    .intro h1 {
        font-size: 24px;
        line-height: 30px;
        max-width: none;
    }

    header .wrapper {
        padding-left: 15px;
    }

    .intro .buttons-in-middle .fake-td.lft, .intro .buttons-in-middle .fake-td.rgt {
        font-size: 16px;
        letter-spacing: 1px;
    }

        .intro .buttons-in-middle .fake-td.lft b, .intro .buttons-in-middle .fake-td.rgt b {
            font-size: 30px;
            line-height: 30px;
        }
    .intro .buttons-in-middle .fake-td.mdl {width:100%; max-width:300px;}

    .btn {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    .already-with-us h3, .features h2, .events-demo h2, .pre-text h1, .mini-features h2, .plans h2, .multi-account h2, .h1 {
        /*font-size:80px;
        line-height:0.6;*/
        font-size:40px;
        line-height:1;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .intro .buttons-in-middle {padding-left:15px; padding-right:15px;}
    .testimonials {padding:65px 0;}
        .testimonials:before, .testimonials:after {left:50%; margin-left:-24px;}
    .wrapper {padding-left:45px; padding-right:45px;}
    .feature {overflow:hidden;}
    footer .menu span {display:none;}
    footer .menu a {display:inline-block; margin:0 10px;}
    .form-sign {padding:0 20px;}
    .modal {
        min-width:450px;
    }
    .small-feature {float:none; padding:10px 0 !important; width:100%;}
    .large-feature .screen {
        height:100px;
        margin-bottom:15px;
    }
    .large-feature h3 {font-size:18px; max-width:70%;}
    .pre-text {font-size:16px; line-height:20px;}
        .pre-text p {
            padding-top:20px;
        }
    .mini-features ul li {padding-left:30px; background-size:23px 21px}
    .large-feature ul li{padding-left:20px; background-size:13px 12px}
    .mini-features ul li {font-size:17px; line-height:21px;}
    .devices {
        width:auto;
        height:250px;
    }
    .mini-features .inner, .mini-features .right {padding-top:40px;}
    .mini-features .inner {padding-bottom:40px;}
    .plans .inner {
        padding-top:40px;
    }
    .plan {
        width:280px;
        height:360px;
        background-image:url(/pub/svg/frame.svg);
        padding-top:40px;
    }
        .plan p {
            margin:20px 30px;
        }
        .plan .ribbon {
            right:20px;
            width:48px;
            height:64px;
            padding-top:5px;
            -webkit-border-top-right-radius: 13px;
            -moz-border-radius-topright: 13px;
            border-top-right-radius: 13px;
        }
        .plan .ribbon b {
            font-size:36px;
        }
        .plan .ribbon i {
            font-size:24px;
        }
    .features-list .right {
        padding-bottom:0;
    }
    .features-list .left {
        padding-bottom:10px;
    }
    .pre-text h1 {
        padding-bottom:20px;
    }
    .field input {
        height:60px;
        font-size:20px;
    }
    .multi-account p, .plans .inner > p, .progress-step .inner > p {
        font-size:20px;
        line-height:24px;
    }
    .packadge {
        width:140px;
        height:146px;

        padding-top:30px;
    }
        .packadge b {
            padding-bottom:0;
        }
    .packadges, .account-options {
        max-width:330px;
    }
        .account-options h3 {
            font-size:14px;
            line-height:18px;
        }
        .account-options img {
            margin-bottom:15px;
        }
.field .select {
    height:60px;
}
    .field .select .fake-select {
        height:60px;
    }
        .field .select .fake-select .selected {
            line-height:60px;
            font-size:20px;
            margin-left:20px;
        }
        .field .select.on .fake-select .selected {
            margin-left:19px;
            line-height:58px;
        }
        .field .select select {
            font-size:20px;
            height:60px;
        }
        .field .select .fake-select .selected:before {
            line-height:58px;
        }
    .three-fields .field:first-child:after {
        line-height:60px;
    }
}
@media all and (max-width: 480px) {

    .landing-opportunities .slider-item__link {
        font-size: 20px;
        line-height: 40px;
    }

    .upcoming-events .swiper-slide .date {
        left: 20px;
        top: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .upcoming-events .swiper-slide .event-info {
        max-height: 100px;
        padding-top: 20px;
        max-width: 250px;
        min-width: 250px;
    }

    .upcoming-events .swiper-slide .event-info .event-name {
        font-size: 20px;
        line-height: 24px;
    }

    .upcoming-events .swiper-slide .event-info .event-place {
        font-size: 14px;
    }

    .events-testimonial .txt {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .events-testimonial .who {
        font-size: 12px;
        line-height: 16px;
    }

    .intro .right {
        height: 200px;
        background-position:100% 50%;
    }
    .intro h1 {padding-top:10px; padding-bottom:20px; line-height:28px;}
    .intro .buttons-in-middle {margin-top:0; margin-bottom:60px;}
    .events-demo h2 {padding-bottom:26px;}
    article .wrapper {padding-left:15px; padding-right:15px;}
    .feature .fi.own-img {
        width: 297px;
        height: 158px;
        margin-top: 0;
    }
        .feature .fi.own-img .shape {
            width:192px;
            height:144px;
            left:54px;
            top:21px;
        }
    .feature .fi.sell-and-manage {
        width: 287px;
        height: 208px;
        margin-top: 0;
    }
        .feature .fi.sell-and-manage .shape {
            width: 193px;
            height: 148px;
            top:30px;
            left:42px;
        }
    .feature .fi.manage-and-invites {
        width: 298px;
        height: 131px;
        margin-top: 0;
    }
        .feature .fi.manage-and-invites .shape {
            width: 192px;
            height: 125px;
            left:52px;
            top:6px;
        }
    .feature .feature-content {padding:33px 0 36px 0;}
        .feature .feature-content h3 {font-size:24px; line-height:28px; letter-spacing:1px;}
        .feature .feature-content p {font-size:18px; line-height:24px;}
        .feature > div {padding:0;}
    .features h2 {padding-bottom:34px;}
    .features {padding-top:34px;}
        .features .buttons-in-middle {padding-top:16px; padding-bottom:45px;}
    .already-with-us ul li img {height:60px; margin:0 auto;}
        .testimonial .txt {font-size:20px; line-height:24px;}
        .testimonial .who {padding-top:20px;}
    footer .menu span {display:none;}
    footer .menu a {display:block; font-size:18px; line-height:36px; clear:both; letter-spacing:2px; margin:0;}
    footer .wrapper {padding:0 15px;}
        footer .menu {padding-top:23px; padding-bottom:11px;}
        footer p {font-size:16px; line-height:18px;}
        footer .social a, footer .social a svg {height:24px; width:24px;}
        footer .social a {margin:0 12px;}
        footer .social {padding-top:36px; padding-bottom:0;}
    .breadcrumbs .panel-menu li {float:none; width:100%; margin-left:0; margin-right:0; text-align:center;}
        .breadcrumbs .panel-menu li:last-child {margin-bottom:0;}
    .breadcrumbs .panel-menu {width:100%;}
    .breadcrumbs {padding:20px 0;}
    .form-sign {padding:0 15px;}
    .modal {
        min-width:300px;
    }
    .signup {padding-top:25px; padding-bottom:25px;}
    .signup h3 {font-size:20px; padding-left:15px; padding-right:15px;}
    .signup p {font-size:14px;}
        .signup .icon {margin-bottom:25px;}
    .modal-body .pass {padding-top:15px;}
    .modal-body {padding-bottom:10px;}
    .modal-footer {padding-bottom:35px;}
    .devices {
        height:220px;
    }
    .progress-bar {height:35px; margin-top:50px; margin-bottom:20px;}
        .progress-bar .ps, .progress-bar .ps .num {height:35px; width:35px;}
            .progress-bar .ps .num {line-height:35px; font-size:20px;}
        .progress-bar .line {top:17px;}
        .progress-bar .ps.ps-2 {margin-left:-17px;}
    .progress-step .buttons-in-middle {padding-top:21px;}
    .account-options img {margin-bottom:20px;}
    .account-options h3 {letter-spacing:0;}
    .account-options {margin-bottom:20px;}
    .packadges {margin-bottom:40px;}
    .progress-step .inner > p {font-size:18px; line-height:22px;}
    .packadge {margin-bottom:10px; padding-top:40px;}
        .packadge b {font-size:36px;}
        .field .select .fake-select .selected {
            margin-left:10px;
        }
        .field .select.on .fake-select .selected {
            margin-left:9px;
        }
	.modal, .ui-dialog {min-width:280px;}
}

@media all and (max-width: 360px) {
    body .intro .inner .title{
        min-height: 300px;
    }
}

/*Checkboxes, radios*/
.radio-inline, .radio, .checkbox-inline, .checkbox {
    position:relative;
    padding-left:29px;
    font-size:16px;
    line-height:18px;
    margin-bottom:13px;
    margin-left:0 !important;
    margin-right:13px;
    cursor:default;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
.radio-inline.single, .radio.single, .checkbox-inline.single, .checkbox.single {
    margin-top:21px;
}
.radio.disabled, .radio-inline.disabled, .checkbox-inline.disabled, .checkbox.disabled {
    opacity:0.5;
    -ms-filter:'alpha(opacity=50)';
    color:#61676b;
    cursor:not-allowed;
}
.radio-inline input, .radio input, .checkbox-inline input, .checkbox input {
    position:absolute;
    left:-1000px;
}
.radio-inline > i, .radio > i, .checkbox-inline > i, .checkbox > i {
    height:17px;
    width:17px;
    border:1px solid #b4bdc3;
    background:#fff;
    left:0;
    top:0;
    z-index:inherit;
    color:#3c454b;
}
.radio-inline.focused > i, .radio.focused > i, .checkbox-inline.focused > i, .checkbox.focused > i{
    border:1px solid #F55B2F !important;
}
.radio-inline > i, .radio > i, .radio-inline.active > i:before, .radio.active > i:before {
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
}
.radio-inline > i, .radio > i, .radio-inline.active > i:before, .radio.active > i:before,
.checkbox-inline > i, .checkbox > i, .checkbox-inline.active > i:before, .checkbox.active > i:before {
    overflow:hidden;
    font-size:0;
    line-height:0;
    position:absolute;
    display:block;
}
.checkbox-inline.active > i, .checkbox.active > i {
    border:0;
    background-color:#007989;
}
.checkbox-inline.active.focused > i:before, .checkbox.active.focused > i:before{
    top: -1px;
    left: -2px;
}
.radio-inline.active > i:before, .radio.active > i:before {
    height:9px;
    width:9px;
    content:' ';
    background:#007989;
    top:3px;
    left:3px;
}
.checkbox-inline.active > i:before, .checkbox.active > i:before {
    top:0;
    left:-1px;
    color:#fff;
    line-height:17px;
    display:block;
    width:17px;
    text-align:center;
    font-family:"FontAwesome";
    content:"\f00c";
    font-size:10px;
}
.radio-inline.active.disabled > i:before, .radio.active.disabled > i:before,
.checkbox-inline.active.disabled > i:before, .checkbox.active.disabled > i:before {
    background:#61676b;
}
.radio-inline.active, .radio.active,
.checkbox-inline.active, .checkbox.active {
    font-weight:500;
    overflow:hidden;
    text-overflow:ellipsis;
}
.radio-list, .checkbox-list {
    padding:13px 0 0 0;
}

.checkbox a{
    color: #000;
    text-decoration: underline;
    
}

/*Sign up page*/
.signup-success{
    background: #F55B2F;
    color: #fff;
    text-align: center;
}

.signup-success h1{
    padding-top: 80px;
    padding-bottom: 80px;
}

.signup-success p{
    margin: 0px 15%;
}

.signup-success .buttons-in-middle{
    padding-top: 80px;
}

.signup-success .btn{
    max-width: 200px;
    border: 2px solid #fff;
}

p.hint-text{
    margin: 20px 15% 0px 15%;
}
