html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}
html{line-height:1}
ol,ul{list-style:none}
table{border-collapse:collapse;border-spacing:0}
caption,th,td{text-align:left;font-weight:normal;vertical-align:middle}
q,blockquote{quotes:none}
q:before,q:after,blockquote:before,blockquote:after{content:"";content:none}
a img{border:none}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.preload *{-webkit-transition:none !important;-moz-transition:none !important;-ms-transition:none !important;-o-transition:none !important}
.wrapper{margin:0 auto;padding:0;position:relative;width:1170px}
@media screen and (max-width: 1210px){.wrapper{width:960px}
}
@media screen and (max-width: 980px){.wrapper{width:767px}
}
@media screen and (max-width: 768px){.wrapper{width:auto;padding:0 10px}
}
.overlay{position:relative;width:100%;height:600px;top:600px;margin-top:-600px}
pre{font-family:Courier;font-size:15px;max-width:85%;margin:15px auto;padding:10px 20px;background-color:#f1f1f1;border:1px solid #e1e1e8}
p{font-weight:normal;line-height:normal;margin:15px 0}
p:first-child{margin-top:0}
p:last-child{margin-bottom:0}
ul{list-style-type:disc;list-style-position:outside;padding-left:20px}
ol{list-style-type:decimal;list-style-position:outside;padding-left:25px}
ul ul,ol ul{list-style-type:circle;list-style-position:inside;margin-left:15px}
ol ol,ul ol{list-style-type:lower-latin;list-style-position:inside;margin-left:15px}
strong{font-weight:bold}
img{max-width:100%;height:auto;vertical-align:bottom}
embed,iframe,object{max-width:100%}
.clear{clear:both;width:100%;height:0;font-size:0}
.justify{display:inline-block;height:0;line-height:0;position:relative;width:100%}
input{-webkit-appearance:none;-webkit-border-radius:0;border-radius:0}
input[type="checkbox"]{-webkit-appearance:checkbox}
input[type="radio"]{-webkit-appearance:radio}
select,input[type="text"],input[type="tel"],input[type="email"],input[type="url"],input[type="search"]{font-size:1em !important}
select:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus{font-size:1em !important}
select{max-width:100%}
textarea,input{outline:none}
.note-success{display:none;background:#6FA95B;color:#fff;margin:0 0 10px 0;padding:10px}
.note-error{display:none;background:#f4665a;color:#fff;margin:0 0 10px 0;padding:10px}
.note-warning{background:#FFFD6E;color:#333;display:block;margin:0 0 10px 0;padding:10px}
.text-image-right{float:right;margin:15px 0px 15px 15px}
.text-image-left{float:left;margin:15px 15px 15px 0px}
/*!
 *  Font Awesome 4.0.3 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/Lato-Regular.ttf");}
.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.3333333333333333em;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.2857142857142858em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}
.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}
.fa-li.fa-lg{left:-1.8571428571428572em}
.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:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}
100%{-moz-transform:rotate(359deg)}
}
@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}
100%{-webkit-transform:rotate(359deg)}
}
@-o-keyframes spin{0%{-o-transform:rotate(0deg)}
100%{-o-transform:rotate(359deg)}
}
@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}
100%{-ms-transform:rotate(359deg)}
}
@keyframes spin{0%{transform:rotate(0deg)}
100%{transform:rotate(359deg)}
}
.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-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);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}
.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-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-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-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{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: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-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-asc:before{content:"\f0dd"}
.fa-sort-up:before,.fa-sort-desc: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-reply-all:before{content:"\f122"}
.fa-mail-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{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"}
.selecter-element{*left:-999999px;position:absolute;opacity:0}
.selecter{display:block;margin:10px 0;position:relative;width:100% !important;z-index:1}
.selecter .selecter-selected{background:#F9F9F9 url(https://www.luminusmedia.com/images/fs-selecter-arrow.png) no-repeat right center;border:1px solid #ccc;border-radius:3px;color:#333;cursor:pointer;display:block;font-size:13px;margin:0;overflow:hidden;padding:8px 10px;position:relative;text-overflow:clip;z-index:49}
.selecter .selecter-options{border:1px solid #ccc;border-width:0 1px 1px;background-color:#fefefe;border-radius:0 0 3px 3px;box-shadow:0 1px 4px rgba(0,0,0,0.15);display:none;left:0;margin:0;max-height:260px;overflow:auto;overflow-x:hidden;padding:0;position:absolute;top:100%;width:100%;*width:auto;z-index:50}
.selecter .selecter-group{background:#F9F9F9;border-bottom:1px solid #e3e3e3;color:#999;display:block;font-size:11px;padding:5px 10px 4px;text-transform:uppercase}
.selecter .selecter-item{background:#fff;border-bottom:1px solid #e3e3e3;color:#666;cursor:pointer;display:block;font-size:13px;margin:0;overflow:hidden;padding:8px 10px;text-overflow:ellipsis;width:100%}
.selecter .selecter-item.selected{background:#F9F9F9}
.selecter .selecter-item.first{border-radius:0}
.selecter .selecter-item.last{border-radius:0 0 2px 2px;border-bottom:0}
@media screen and (max-width: 800px){.selecter{width:100%}
.selecter .selecter-item:hover,.selecter .selecter-item.selected:hover{background-color:#f3f3f3}
.selecter:hover .selecter-selected{background-color:#fff}
.selecter.disabled .selecter-item:hover{background:#fff}
}
.selecter.open{z-index:3}
.selecter.open .selecter-selected{border-radius:3px 3px 0 0;z-index:51}
.selecter.open .selecter-selected,.selecter.focus .selecter-selected{background-color:#fff}
.selecter.cover .selecter-options{border-radius:3px;border-width:1px;top:0}
.selecter.cover .selecter-options .selecter-item.first{border-radius:3px 3px 0 0}
.selecter.cover.open .selecter-selected{border-radius:3px 3px 0 0;z-index:49}
.selecter.bottom .selecter-options{border-width:1px 1px 0;bottom:100%;top:auto}
.selecter.bottom .selecter-item.last{border:none}
.selecter.bottom.open .selecter-selected{border-radius:0 0 3px 3px}
.selecter.bottom.open .selecter-options{border-radius:3px 3px 0 0}
.selecter.bottom.cover .selecter-options{bottom:0;top:auto}
.selecter.bottom.cover.open .selecter-selected{border-radius:3px}
.selecter.bottom.cover.open .selecter-options{border-radius:3px}
.selecter.multiple .selecter-options{border-radius:3px;border-width:1px;box-shadow:none;display:block;position:static;width:100%}
.selecter.disabled .selecter-selected{background:#fff;border-color:#eee;color:#ccc;cursor:default}
.selecter.disabled .selecter-options{background:#fff;border-color:#eee}
.selecter.disabled .selecter-group,.selecter.disabled .selecter-item{border-color:#eee;color:#ccc;cursor:default}
.selecter.disabled .selecter-item.selected{background:#fafafa}
@media screen and (max-width: 800px){.selecter{width:100%}
}
@media screen and (max-width: 500px){.selecter{width:100%}
}
body{font-size:18px;font-size:1.125rem;color:#6E6E6E;font-family:"Brawler",georgia,serif;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::selection{background:#8acd73;color:#fff}
::-moz-selection{background:#8acd73;color:#fff}
h1{font-size:45px;color:#474747}
@media screen and (max-width: 980px){h1{font-size:60px;font-size:3.75rem}
}
@media screen and (max-width: 768px){h1{font-size:50px;font-size:3.125rem}
}
@media screen and (max-width: 680px){h1{font-size:40px;font-size:2.5rem}
}
@media screen and (max-width: 580px){h1{font-size:35px;font-size:2.1875rem}
}
@media screen and (max-width: 480px){h1{font-size:26px;font-size:1.625rem}
}
@media screen and (max-width: 320px){h1{font-size:23px;font-size:1.4375rem}
}
h1.medium{font-size:45px;font-size:2.8125rem}
@media screen and (max-width: 580px){h1.medium{font-size:35px;font-size:2.1875rem}
}
@media screen and (max-width: 480px){h1.medium{font-size:26px;font-size:1.625rem}
}
@media screen and (max-width: 320px){h1.medium{font-size:23px;font-size:1.4375rem}
}
h1.small{color:#8e8e8e;font-size:22px;font-size:1.375rem}
h2{font-size:28px;font-size:1.75rem}
@media screen and (max-width: 980px){h2{font-size:26px;font-size:1.625rem}
}
@media screen and (max-width: 768px){h2{font-size:22px;font-size:1.375rem}
}
@media screen and (max-width: 680px){h2{font-size:20px;font-size:1.25rem}
}
h2.small{font-size:18px;font-size:1.125rem}
h3{font-size:22px;font-size:1.375rem}
h4{font-size:30px;font-size:1.875rem}
@media screen and (max-width: 980px){h4{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 580px){h4{font-size:20px;font-size:1.25rem}
}
@media screen and (max-width: 320px){h4{font-size:17px;font-size:1.0625rem}
}
h5{font-size:62px;line-height:1;text-transform:uppercase}
@media screen and (max-width: 1210px){h5{font-size:65px;font-size:4.0625rem}
}
@media screen and (max-width: 980px){h5{font-size:55px;font-size:3.4375rem}
}
@media screen and (max-width: 768px){h5{font-size:45px;font-size:2.8125rem}
}
@media screen and (max-width: 580px){h5{font-size:55px;font-size:3.4375rem}
}
@media screen and (max-width: 480px){h5{font-size:48px;font-size:3rem}
}
@media screen and (max-width: 320px){h5{font-size:35px;font-size:2.1875rem}
}
a{transition: 0.4s;color:#1e9fcc;text-decoration:none}
a:hover{color:#51bfe5}
p,ul,ol{font-size:18px;font-size:1.125rem;line-height:1.7}
@media screen and (max-width: 980px){p,ul,ol{font-size:16px;font-size:1rem}
}
@media screen and (max-width: 680px){p,ul,ol{font-size:15px;font-size:0.9375rem}
}
@media screen and (max-width: 320px){p,ul,ol{font-size:14px;font-size:0.875rem}
}
p li,ul li,ol li{margin-bottom:10px;}
.btn,input[type="submit"]{transition: 0.4s;background-color:#FF7700;background:-webkit-linear-gradient(315deg, #FF5800, #FF5800 25%, #FF7700 25%, #FF7700);
background:linear-gradient(315deg, #FF5800, #FF5800 25%, #FF7700 25%, #FF7700);color:#fff;display:inline-block;font-weight:bold;padding:15px 75px;text-align:center}
.btn:hover,input[type="submit"]:hover{padding:15px 88px;color:#fff}
@media screen and (max-width: 980px){.btn:hover,input[type="submit"]:hover{padding:10px 25px}
}
@media screen and (max-width: 980px){.btn,input[type="submit"]{padding:10px 15px}
}
.btn .fa,input[type="submit"] .fa{display:inline-block;margin-left:25px}
.btn-white{transition: 0.4s;background-color:#fff;background:-webkit-linear-gradient(315deg, #f2f2f2, #f2f2f2 25%, #fff 25%, #fff);
background:linear-gradient(315deg, #f2f2f2, #f2f2f2 25%, #fff 25%, #fff);color:#000;display:inline-block;font-weight:bold;padding:15px 20px;text-align:center}
.btn-white:hover{padding:15px 35px;color:#000}
@media screen and (max-width: 980px){.btn-white:hover{padding:10px 25px}
}
@media screen and (max-width: 980px){.btn-white{padding:10px 15px}
}
.btn-white .fa{display:inline-block;margin-left:25px}
blockquote{font-size:25px;font-size:1.5625rem}
@media screen and (max-width: 680px){blockquote{font-size:21px;font-size:1.3125rem}
}
@media screen and (max-width: 480px){blockquote{font-size:18px;font-size:1.125rem}
}
section{padding:100px 0}
section.text{text-align:center}
section.text h5{margin-bottom:30px}
@media screen and (max-width: 768px){section{padding:50px 0}
}
.video-container{position:relative;padding-bottom:56.25%}
.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.white-bg{background:-webkit-linear-gradient(315deg, #f2f2f2, #f2f2f2 50%, #fff 50%, #37b9b5);background:linear-gradient(315deg, #f2f2f2, #f2f2f2 50%, #fff 50%, #fff)}
.teal-bg{background:-webkit-linear-gradient(315deg, #31a5a2, #31a5a2 50%, #37b9b5 50%, #37b9b5);background:linear-gradient(315deg, #31a5a2, #31a5a2 50%, #37b9b5 50%, #37b9b5)}
.royal-bg{background:-webkit-linear-gradient(315deg, #2b7798, #2b7798 50%, #3187ac 50%, #3187ac);background:linear-gradient(315deg, #2b7798, #2b7798 50%, #3187ac 50%, #3187ac)}
.green-bg{background:-webkit-linear-gradient(315deg, #7ac660, #7ac660 50%, #8acd73 50%, #8acd73);background:linear-gradient(315deg, #7ac660, #7ac660 50%, #8acd73 50%, #8acd73)}
.red-bg{background:-webkit-linear-gradient(315deg, #f25042, #f25042 50%, #f4665a 50%, #f4665a);background:linear-gradient(315deg, #f25042, #f25042 50%, #f4665a 50%, #f4665a)}
.yellow-bg{background:-webkit-linear-gradient(315deg, #fec44a, #fec44a 50%, #fecc63 50%, #fecc63);background:linear-gradient(315deg, #fec44a, #fec44a 50%, #fecc63 50%, #fecc63)}
.orange-bg{background:-webkit-linear-gradient(315deg, #f16737, #f16737 50%, #f3794f 50%, #f3794f);background:linear-gradient(315deg, #f16737, #f16737 50%, #f3794f 50%, #f3794f)}
.purple-bg{background:-webkit-linear-gradient(315deg, #7280d0, #7280d0 50%, #8591d6 50%, #8591d6);background:linear-gradient(315deg, #7280d0, #7280d0 50%, #8591d6 50%, #8591d6)}
.blue-bg{background:-webkit-linear-gradient(315deg, #1b8eb6, #1b8eb6 50%, #1e9fcc 50%, #1e9fcc);background:linear-gradient(315deg, #1b8eb6, #1b8eb6 50%, #1e9fcc 50%, #1e9fcc)}
.lower-teal{background:#206a68 !important}
.lower-royal{background:#1a495d !important}
.lower-green{background:#54a139 !important}
.lower-orange{background:#ce3f0e !important}
.lower-blue{background:#115a73 !important}
.lower-red{background:#d91e0f !important}
.lower-purple{background:#3e50b7 !important}
.lower-yellow{background:#f9a902 !important}
.alt-font{font-family:"Gloria Hallelujah",cursive}
.centered-text{text-align:center}
.half{float:left;width:48.5%}
.half:nth-child(n){margin-right:3%}
.half:nth-child(2n){margin-right:0}
.third{float:left;width:31.33333%}
.third:nth-child(n){margin-right:3%}
.third:nth-child(3n){margin-right:0}
.page-content{background:#fff;display:block;position:relative;z-index:2;margin-bottom:500px;overflow:hidden}
@media screen and (min-height: 1225px){.page-content{margin-top:1200px}
}
@media screen and (max-width: 1210px){.page-content{margin-bottom:448px}
}
@media screen and (max-width: 980px){.page-content{margin-bottom:400px}
}
@media screen and (max-width: 768px){.page-content{margin-bottom:380px}
}
@media screen and (max-width: 680px){.page-content{margin-bottom:335px}
}
@media screen and (max-width: 580px){.page-content{margin-bottom:289px}
}
@media screen and (max-width: 320px){.page-content{margin-bottom:230px}
}
.sidebar{float:right;padding-top:20px;width:20%}
@media screen and (max-width: 768px){.sidebar{display:none}
}
.sidebar h2{color:#474747;display:block;margin-bottom:15px}
.sidebar>a{display:block}
.sidebar-mobile{display:none}
@media screen and (max-width: 768px){.sidebar-mobile{display:block}
}
.sidebar-content{border-right:1px solid #f8f8f8;float:left;width:77%}
@media screen and (max-width: 768px){.sidebar-content{width:100%}
}
.content-image{float:right;margin:15px 0 15px 15px;width:48.5%}
@media screen and (max-width: 680px){.content-image{margin:0 0 15px;width:100%}
}
form *{font-family:"Brawler",georgia,serif;font-size:18px;font-size:1.125rem}
form ul{list-style-type:none;margin:0;padding:0}
form .half{float:left;width:48.5%}
form .half:nth-child(n){margin-right:3%}
form .half:nth-child(2n){margin-right:0}
@media screen and (max-width: 580px){form .half{float:left;width:100%}
form .half:nth-child(n){margin-right:3%}
form .half:nth-child(1n){margin-right:0}
}
form .select-in-form{background:#fff;position:relative}
form .select-in-form .fa{font-size:26px;font-size:1.625rem;color:#8e8e8e;position:absolute;right:10px;top:7px}
form .select-in-form select{background:transparent;border:none;border-radius:0;color:#8e8e8e;padding:10px;position:relative;width:100%;z-index:2;-webkit-appearance:none;-moz-appearance:none}
input[type="text"],input[type="tel"],input[type="email"],input[type="url"],input[type="search"],textarea{background:#f8f8f8;border:none;color:#8e8e8e;display:block;margin-bottom:25px;padding:10px;width:100%}
@media screen and (max-width: 580px){input[type="text"],input[type="tel"],input[type="email"],input[type="url"],input[type="search"],textarea{margin-bottom:15px}
}
input[type="submit"]{float:right;border:none}
input[type="submit"]:hover{cursor:pointer}
@media screen and (max-width: 480px){input[type="submit"]{width:100%}
}
textarea{height:200px}
label{display:block}
textarea,input[type='text'],input[type='tel'],input[type='email']{border:2px solid #fff}
textarea.invalid,input[type='text'].invalid,input[type='tel'].invalid,input[type='email'].invalid{border:2px solid #f4665a}
textarea.invalid+span,input.invalid+span,.radio-wrapper.invalid>span{display:block;background-color:#f4665a;color:white;font-size:13px;font-size:0.8125rem;padding:1px 10px;font-weight:bold}
@media screen and (max-width: 580px){textarea.invalid+span,input.invalid+span,.radio-wrapper.invalid>span{font-size:10px;font-size:0.625rem}
}
.cssanimations .page-content{opacity:0;-moz-animation:fadeIn 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s 1 normal forwards;-webkit-animation:fadeIn 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s 1 normal forwards;animation:fadeIn 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0.5s 1 normal forwards}
@-moz-keyframes fadeIn{to{opacity:1}
}
@-webkit-keyframes fadeIn{to{opacity:1}
}
@keyframes fadeIn{to{opacity:1}
}
header{background:#fff;border-bottom:1px solid #f1f1f1;padding:25px 0 22px}
@media screen and (max-width: 480px){header{padding:15px 0 12px}
}
header.fixed-nav,.interior header{transition: 0.4s;background:#242424;border-color:#2c2b2b;color:#fff;left:0;position:fixed;right:0;top:0;z-index:3}
header.fixed-nav a,.interior header a{color:#fff}
header.fixed-nav a:hover,.interior header a:hover{color:#1e9fcc}
header.fixed-nav .nav-right strong,.interior header .nav-right strong{color:#fff}
header.fixed-nav .logo,.interior header .logo{width:85px;margin-right:25px}
@media screen and (max-width: 980px){header.fixed-nav .logo,.interior header .logo{margin-right:20px}
}
header.fixed-nav.nav-up,.interior header.nav-up{top:-76px}
header.fixed-nav.nav-down,.interior header.nav-down{top:0}
header .logo{transition: 0.4s;float:left;margin-top:-3px;margin-right:0;width:0}
header nav{list-style-type:none;float:left}
@media screen and (max-width: 768px){header nav{display:none}
}
header nav li{display:inline-block;margin-left:25px}
header nav li:first-child{margin-left:0}
@media screen and (max-width: 1210px){header nav li{margin-left:12px}
}
@media screen and (max-width: 980px){header nav li{margin-left:10px}
}
header nav a{display:block;text-decoration:none}
header nav a:hover,header nav a.active{color:#1e9fcc}
@media screen and (max-width: 1210px){header nav a{font-size:16px;font-size:1rem}
}
@media screen and (max-width: 980px){header nav a{font-size:15px;font-size:0.9375rem}
}
header .nav-right{float:right}
@media screen and (max-width: 768px){header .nav-right{float:left}
}
header .nav-right *{line-height:1}
header .nav-right span{transition: 0.4s;font-size:22px;font-size:1.375rem;display:inline-block;font-family:"Gloria Hallelujah",cursive}
header .nav-right span:hover{cursor:default;-webkit-animation:glow .62s ease-in-out;-moz-animation:glow .62s ease-in-out;-o-animation:glow .62s ease-in-out;animation:glow .62s ease-in-out}
@media screen and (max-width: 1210px){header .nav-right span{font-size:16px;font-size:1rem}
}
@media screen and (max-width: 980px){header .nav-right span{display:none}
}
@-moz-keyframes glow{0%{margin-right:0}
30%{margin-right:25px}
100%{margin-right:0}
}
@-webkit-keyframes glow{0%{margin-right:0}
30%{margin-right:25px}
100%{margin-right:0}
}
@keyframes glow{0%{margin-right:0}
30%{margin-right:25px}
100%{margin-right:0}
}
header .nav-right strong{font-size:25px;font-size:1.5625rem;color:#474747;margin-left:10px}
@media screen and (max-width: 980px){header .nav-right strong{font-size:21px;font-size:1.3125rem}
}
header .nav-right .social{font-size:20px;font-size:1.25rem;float:right;margin:3px 0 0 20px}
@media screen and (max-width: 1210px){header .nav-right .social{font-size:18px;font-size:1.125rem;margin-top:5px}
}
@media screen and (max-width: 980px){header .nav-right .social{font-size:14px;font-size:0.875rem;margin-left:10px;margin-top:6px}
}
@media screen and (max-width: 768px){header .nav-right .social{display:none}
}
header .nav-right .social a{display:inline-block;margin-left:3px}
#nav{opacity:0;position:fixed;top:0;left:0;bottom:0;right:0}
#nav.forward{opacity:1;z-index:10}
#nav.back{z-index:-10}
#nav .background{position:absolute;top:0;right:0;bottom:0;left:0}
#nav .centerer{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);width:100%}
@media screen and (max-height: 390px){#nav .centerer{position:static;transform:none;-webkit-transform:none}
}
@media screen and (max-height: 390px) and (max-width: 480px){#nav .centerer{position:static;transform:none;-webkit-transform:none}
}
#nav ul{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);background:#fff;box-shadow:0 0 0 500px rgba(0,0,0,0.85);list-style-type:none;margin:0;padding:15px;position:fixed;top:25px;right:25px;left:25px;bottom:25px;transform:none;-webkit-transform:none}
@media screen and (max-height: 390px){#nav ul{top:10px;right:10px;bottom:10px;left:10px}
}
@media screen and (max-height: 300px){#nav ul{text-align:center}
}
#nav li{padding:10px;margin:0;text-align:center}
@media screen and (max-width: 580px){#nav li{padding:5px 10px}
}
@media screen and (max-height: 565px){#nav li{text-align:left}
}
@media screen and (max-height: 565px) and (max-width: 480px){#nav li{display:block;text-align:center}
}
@media screen and (max-height: 390px){#nav li{padding:5px}
}
@media screen and (max-height: 300px){#nav li{display:inline-block;padding:0}
}
#nav a{font-size:25px;font-size:1.5625rem;background:#fff;color:#1e9fcc;display:block;font-weight:bold;line-height:1;padding:10px}
#nav a:hover{color:#51bfe5}
@media screen and (max-width: 768px){#nav a{font-size:32px;font-size:2rem}
}
@media screen and (max-width: 580px){#nav a{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 480px){#nav a{font-size:22px;font-size:1.375rem}
}
@media screen and (max-height: 565px){#nav a{padding:5px 10px}
}
@media screen and (max-height: 390px){#nav a{font-size:20px;font-size:1.25rem}
}
@media screen and (max-height: 300px){#nav a{font-size:15px;font-size:0.9375rem}
}
#nav .close{float:left;text-align:center;position:absolute;top:0;right:0}
#nav .close:hover{cursor:pointer}
@media screen and (max-height: 565px){#nav .close{text-align:left}
}
@media screen and (max-height: 300px){#nav .close{display:block}
}
#nav .close a{font-size:25px;font-size:1.5625rem;line-height:1}
@media screen and (max-height: 565px){#nav .navigation{float:left;width:50%}
}
@media screen and (max-height: 565px) and (max-width: 480px){#nav .navigation{width:100%}
}
@media screen and (max-height: 300px){#nav .navigation{margin:30px 0 15px}
}
#nav .social{width:300px;margin:0 auto;padding:0 15px;text-align:center}
@media screen and (max-height: 565px){#nav .social{float:left;text-align:right;margin-top:110px;width:50%}
}
@media screen and (max-height: 565px) and (max-width: 480px){#nav .social{margin-top:0;text-align:center}
}
@media screen and (max-height: 390px){#nav .social{margin-top:65px}
}
@media screen and (max-height: 390px) and (max-width: 480px){#nav .social{margin-top:0;text-align:center}
}
@media screen and (max-width: 480px){#nav .social{margin-top:0;width:100%}
}
#nav .social span{font-size:22px;font-size:1.375rem;display:block;font-family:"Gloria Hallelujah",cursive}
#nav .social strong{font-size:30px;font-size:1.875rem;color:#474747;display:block}
#nav .social a{font-size:20px;font-size:1.25rem;float:left;width:20%;text-align:center}
@media screen and (max-height: 565px){#nav .social a{float:none;display:inline-block;padding:5px;text-align:right;width:auto}
}
.nav-btn{float:right;display:none;text-align:right;font-family:"Brawler",georgia,serif}
@media screen and (max-width: 768px){.nav-btn{display:block;float:none}
}
.nav-btn a,.nav-btn a:visited{font-size:35px;font-size:2.1875rem;color:#1e9fcc;font-family:"Brawler",georgia,serif;
letter-spacing:1px;padding:12px 10px 10px;text-align:center;text-decoration:none}
.nav-btn a:hover,.nav-btn a:active,.nav-btn a:visited:hover,.nav-btn a:visited:active{color:#474747}
@media screen and (max-width: 768px){.nav-btn a,.nav-btn a:visited{position:absolute;right:0;top:-25px}
}
.banner{background:url('../luminus/bg-tile.jpg') #474747;overflow:hidden;position:fixed;top:0;left:0;right:0}
@media screen and (min-height: 1225px){.banner{height:1200px}
}
.banner #logo{display:block;margin:0 auto;padding:30px 10px;max-width:700px}
@media screen and (max-height: 800px){.banner #logo{max-width:400px}
}
@media screen and (max-height: 600px){.banner #logo{max-width:350px}
}
@media screen and (min-width: 1700px){.banner #logo{max-width:850px}
}
@media screen and (max-width: 1210px){.banner #logo{max-width:600px}
}
@media screen and (max-width: 1210px) and (max-height: 800px){.banner #logo{max-width:400px}
}
@media screen and (max-width: 1210px) and (max-height: 600px){.banner #logo{max-width:350px}
}
@media screen and (max-width: 980px){.banner #logo{max-width:500px}
}
@media screen and (max-width: 980px) and (max-height: 800px){.banner #logo{max-width:400px}
}
@media screen and (max-width: 980px) and (max-height: 600px){.banner #logo{max-width:350px}
}
@media screen and (max-width: 580px){.banner #logo{padding:10px;width:100%}
}
.banner #parallax{position:relative}
.banner .text span{color:#fff;display:block;text-align:center}
.banner .text .line-1{font-size:28px;font-size:1.75rem;
margin-bottom:15px;-webkit-animation:fadein 1s ease-in;-moz-animation:fadein 1s ease-in;-o-animation:fadein 1s ease-in;animation:fadein 1s ease-in}
@-moz-keyframes fadein{0%{opacity:0}
30%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes fadein{0%{opacity:0}
30%{opacity:0}
100%{opacity:1}
}
@keyframes fadein{0%{opacity:0}
30%{opacity:0}
100%{opacity:1}
}
@media screen and (max-height: 700px){.banner .text .line-1{font-size:22px;font-size:1.375rem}
}
@media screen and (max-height: 500px){.banner .text .line-1{font-size:18px;font-size:1.125rem}
}
@media screen and (max-width: 980px){.banner .text .line-1{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 680px){.banner .text .line-1{display:none}
}
.banner .text .line-2{font-size:45px;font-size:2.8125rem;-webkit-animation:fadeinfast 2.7s ease-in-out;-moz-animation:fadeinfast 2.7s ease-in-out;-o-animation:fadeinfast 2.7s ease-in-out;animation:fadeinfast 2.7s ease-in-out}
@-moz-keyframes fadeinfast{0%{opacity:0}
60%{opacity:0}
100%{opacity:1}
}
@-webkit-keyframes fadeinfast{0%{opacity:0}
60%{opacity:0}
100%{opacity:1}
}
@keyframes fadeinfast{0%{opacity:0}
60%{opacity:0}
100%{opacity:1}
}
@media screen and (max-height: 700px){.banner .text .line-2{font-size:35px;font-size:2.1875rem}
}
@media screen and (max-height: 500px){.banner .text .line-2{font-size:28px;font-size:1.75rem}
}
@media screen and (max-width: 980px){.banner .text .line-2{font-size:38px;font-size:2.375rem}
}
@media screen and (max-width: 680px){.banner .text .line-2{font-size:40px;font-size:2.5rem}
}
@media screen and (max-width: 480px){.banner .text .line-2{font-size:35px;font-size:2.1875rem;line-height:1.2}
}
@-moz-keyframes arm{0%{bottom:-400px}
75%{bottom:-400px}
83%{bottom:0}
87%{bottom:-30px}
90%{bottom:-17px}
95%{bottom:-22px}
100%{bottom:-20px}
}
@-webkit-keyframes arm{0%{bottom:-400px}
75%{bottom:-400px}
83%{bottom:0}
87%{bottom:-30px}
90%{bottom:-17px}
95%{bottom:-22px}
100%{bottom:-20px}
}
@keyframes arm{0%{bottom:-400px}
75%{bottom:-400px}
83%{bottom:0}
87%{bottom:-30px}
90%{bottom:-17px}
95%{bottom:-22px}
100%{bottom:-20px}
}
@-moz-keyframes armLarge{0%{bottom:-520px}
75%{bottom:-520px}
83%{bottom:0}
87%{bottom:-30px}
90%{bottom:-17px}
95%{bottom:-22px}
100%{bottom:-20px}
}
@-webkit-keyframes armLarge{0%{bottom:-520px}
75%{bottom:-520px}
83%{bottom:0}
87%{bottom:-30px}
90%{bottom:-17px}
95%{bottom:-22px}
100%{bottom:-20px}
}
@keyframes armLarge{0%{bottom:-520px}
75%{bottom:-520px}
83%{bottom:0}
87%{bottom:-30px}
90%{bottom:-17px}
95%{bottom:-22px}
100%{bottom:-20px}
}
@-moz-keyframes wave{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
35%{transform:rotate(-1deg);-webkit-transform:rotate(-1deg)}
50%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
70%{transform:rotate(1deg);-webkit-transform:rotate(1deg)}
100%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
}
@-webkit-keyframes wave{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
35%{transform:rotate(-1deg);-webkit-transform:rotate(-1deg)}
50%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
70%{transform:rotate(1deg);-webkit-transform:rotate(1deg)}
100%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
}
@keyframes wave{0%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
35%{transform:rotate(-1deg);-webkit-transform:rotate(-1deg)}
50%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
70%{transform:rotate(1deg);-webkit-transform:rotate(1deg)}
100%{transform:rotate(0deg);-webkit-transform:rotate(0deg)}
}
.banner .arms{text-align:center;margin:21px auto 0}
.banner .arms .arm{height:350px;margin:0 15px;position:relative;bottom:-20px;-webkit-transform-origin:center bottom;-moz-transform-origin:center bottom;-o-transform-origin:center bottom;transform-origin:center bottom}
@media screen and (max-height: 800px){.banner .arms .arm{height:300px}
}
@media screen and (min-width: 1300px){.banner .arms .arm{height:500px}
}
@media screen and (min-width: 1300px) and (max-height: 1000px){.banner .arms .arm{height:430px}
}
@media screen and (min-width: 1300px) and (max-height: 900px){.banner .arms .arm{height:400px}
}
@media screen and (min-width: 1300px) and (max-height: 800px){.banner .arms .arm{height:300px}
}
@media screen and (max-width: 980px){.banner .arms .arm{height:275px}
}
@media screen and (max-width: 768px){.banner .arms .arm{height:240px}
}
@media screen and (max-width: 680px){.banner .arms .arm{margin:0 5px}
}
@media screen and (max-width: 480px){.banner .arms .arm{height:175px}
}
@media screen and (max-width: 320px){.banner .arms .arm{height:100px}
}
.banner .arms #arm-1{-webkit-animation:arm 3.1s ease, wave 5s ease alternate infinite;-moz-animation:arm 3.1s ease, wave 5s ease alternate infinite;-o-animation:arm 3.1s ease, wave 5s ease alternate infinite;animation:arm 3.1s ease, wave 5s ease alternate infinite}
@media screen and (min-width: 1300px){.banner .arms #arm-1{-webkit-animation:armLarge 3.1s ease, wave 5s ease alternate infinite;-moz-animation:armLarge 3.1s ease, wave 5s ease alternate infinite;-o-animation:armLarge 3.1s ease, wave 5s ease alternate infinite;animation:armLarge 3.1s ease, wave 5s ease alternate infinite}
}
.banner .arms #arm-2{-webkit-animation:arm 3.2s ease, wave 5.5s ease-in-out alternate infinite;-moz-animation:arm 3.2s ease, wave 5.5s ease-in-out alternate infinite;-o-animation:arm 3.2s ease, wave 5.5s ease-in-out alternate infinite;animation:arm 3.2s ease, wave 5.5s ease-in-out alternate infinite}
@media screen and (min-width: 1300px){.banner .arms #arm-2{-webkit-animation:armLarge 3.2s ease, wave 5.5s ease-in-out alternate infinite;-moz-animation:armLarge 3.2s ease, wave 5.5s ease-in-out alternate infinite;-o-animation:armLarge 3.2s ease, wave 5.5s ease-in-out alternate infinite;animation:armLarge 3.2s ease, wave 5.5s ease-in-out alternate infinite}
}
.banner .arms #arm-3{-webkit-animation:arm 3.3s ease, wave 6.2s ease-in-out alternate infinite;-moz-animation:arm 3.3s ease, wave 6.2s ease-in-out alternate infinite;-o-animation:arm 3.3s ease, wave 6.2s ease-in-out alternate infinite;animation:arm 3.3s ease, wave 6.2s ease-in-out alternate infinite}
@media screen and (min-width: 1300px){.banner .arms #arm-3{-webkit-animation:armLarge 3.3s ease, wave 6.2s ease-in-out alternate infinite;-moz-animation:armLarge 3.3s ease, wave 6.2s ease-in-out alternate infinite;-o-animation:armLarge 3.3s ease, wave 6.2s ease-in-out alternate infinite;animation:armLarge 3.3s ease, wave 6.2s ease-in-out alternate infinite}
}
.banner .arms #arm-4{-webkit-animation:arm 3.4s ease, wave 5.8s ease-in-out alternate infinite;-moz-animation:arm 3.4s ease, wave 5.8s ease-in-out alternate infinite;-o-animation:arm 3.4s ease, wave 5.8s ease-in-out alternate infinite;animation:arm 3.4s ease, wave 5.8s ease-in-out alternate infinite}
@media screen and (min-width: 1300px){.banner .arms #arm-4{-webkit-animation:armLarge 3.4s ease, wave 5.8s ease-in-out alternate infinite;-moz-animation:armLarge 3.4s ease, wave 5.8s ease-in-out alternate infinite;-o-animation:armLarge 3.4s ease, wave 5.8s ease-in-out alternate infinite;animation:armLarge 3.4s ease, wave 5.8s ease-in-out alternate infinite}
}
.banner .arms #arm-5{-webkit-animation:arm 3.5s ease, wave 5.2s ease-in-out alternate infinite;-moz-animation:arm 3.5s ease, wave 5.2s ease-in-out alternate infinite;-o-animation:arm 3.5s ease, wave 5.2s ease-in-out alternate infinite;animation:arm 3.5s ease, wave 5.2s ease-in-out alternate infinite}
@media screen and (min-width: 1300px){.banner .arms #arm-5{-webkit-animation:armLarge 3.5s ease, wave 5.2s ease-in-out alternate infinite;-moz-animation:armLarge 3.5s ease, wave 5.2s ease-in-out alternate infinite;-o-animation:armLarge 3.5s ease, wave 5.2s ease-in-out alternate infinite;animation:armLarge 3.5s ease, wave 5.2s ease-in-out alternate infinite}
}
@media screen and (max-width: 580px){.banner .arms #arm-5{display:none}
}
.services{background:#f8f8f8}
.services h5{margin-bottom:60px;text-align:center}
@media screen and (max-width: 768px){.services h5{margin-bottom:30px}
}
.services .text p{float:left;width:60%}
@media screen and (max-width: 1210px){.services .text p{width:100%;font-size:13px;margin-bottom:15px;text-align:center;display:inline-block}

}
.services .large{display:block}
@media screen and (max-width: 580px){.services .large{display:none}
}
.services .mobile{display:none;margin-top:30px}
@media screen and (max-width: 580px){.services .mobile{display:block}
}
.services .bracket{font-size:200px;font-size:12.5rem;color:#fecc63;float:left;line-height:1;margin-top:-25px;width:5%}
@media screen and (max-width: 768px){.services .bracket{margin-left:15%;text-align:center;width:10%}
}
@media screen and (max-width: 680px){.services .bracket{margin-left:0}
}
@media screen and (max-width: 480px){.services .bracket{display:none}
}
.services .panic{float:left;width:35%;padding-left:25px;padding-top:25px}
@media screen and (max-width: 1210px){.services .panic{width:45%}
}
@media screen and (max-width: 768px){.services .panic{width:60%}
}
@media screen and (max-width: 680px){.services .panic{width:90%}
}
@media screen and (max-width: 480px){.services .panic{padding-left:0;width:100%}
}
.services .panic img{float:right;margin-top:-10px;margin-left:5px}
@media screen and (max-width: 980px){.services .panic img{width:190px}
}
@media screen and (max-width: 768px){.services .panic img{width:auto}
}
@media screen and (max-width: 480px){.services .panic img{width:175px}
}
@media screen and (max-width: 320px){.services .panic img{width:145px}
}
.services .panic strong{font-size:20px;color:#5a5b5b;display:block;font-family:"Gloria Hallelujah"}
@media screen and (max-width: 680px){.services .panic strong{font-size:36px;font-size:2.25rem}
}
@media screen and (max-width: 580px){.services .panic strong{font-size:32px;font-size:2rem}
}
@media screen and (max-width: 480px){.services .panic strong{font-size:28px;font-size:1.75rem}
}
.services .panic span{display:block;font-family:"Gloria Hallelujah"}
@media screen and (max-width: 680px){.services .panic span{font-size:20px}
}
@media screen and (max-width: 580px){.services .panic span{font-size:15px}
}
@media screen and (max-width: 480px){.services .panic span{font-size:12px}
}
@media screen and (max-width: 320px){.services .panic span{font-size:10px}
}
.services .panic-button{float:right;position:relative}
.services .panic-button img{float:none;position:absolute;top:0px;left:0px;transition:all .1s;cursor:pointer}
.services .panic-button img:first-of-type{position:relative}
.services .panic-button img.panic-4{opacity:0}
.service-boxes{margin-top:60px}
@media screen and (max-width: 480px){.service-boxes{margin-top:30px}
}
.service{color:#fff;float:left;margin-right:2%;margin-bottom:20px;overflow:hidden;padding-bottom:23.5%;position:relative;text-align:center;width:23.5%}
@media screen and (max-width: 768px){.service{margin-bottom:10px}
}
@media screen and (max-width: 680px){.service{padding-bottom:48.5%;width:48.5%}
.service:nth-child(2n+2){margin-right:0}
}
@media screen and (max-width: 580px){.service{margin:0 0 10px;padding:15px;width:100%}
}
.service:nth-child(4n+4){margin-right:0}
.service .content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);width:100%}
@media screen and (max-width: 580px){.service .content{position:static;top:0;left:0;transform:translate(0%, 0%);-webkit-transform:translate(0%, 0%)}
}
.service .content .icon{transition: 0.4s;margin-bottom:10px;width:100%}
@media screen and (max-width: 580px){.service .content .icon{float:left;margin-bottom:0;width:80px;margin-right:15px}
}
.service .content .icon img{transition: 0.4s;height:100px}
@media screen and (max-width: 980px){.service .content .icon img{height:65px}
}
@media screen and (max-width: 768px){.service .content .icon img{height:50px}
}
@media screen and (max-width: 680px){.service .content .icon img{height:110px}
}
@media screen and (max-width: 580px){.service .content .icon img{height:60px}
}
.service .content .title{transition: 0.4s;font-size:26px;font-size:1.625rem;line-height:1.2;text-shadow:2px 2px 0 rgba(0,0,0,0.25);padding:0 15px;width:100%}
@media screen and (max-width: 1210px){.service .content .title{font-size:22px;font-size:1.375rem}
}
@media screen and (max-width: 980px){.service .content .title{font-size:18px;font-size:1.125rem}
}
@media screen and (max-width: 768px){.service .content .title{font-size:15px;font-size:0.9375rem;padding:0 5px}
}
@media screen and (max-width: 680px){.service .content .title{font-size:26px;font-size:1.625rem}
}
@media screen and (max-width: 580px){.service .content .title{font-size:24px;font-size:1.5rem;text-align:left}
}
@media screen and (max-width: 480px){.service .content .title{font-size:19px;font-size:1.1875rem}
}
.service:hover{color:#fff}
.service:hover .icon img{height:115px}
@media screen and (max-width: 980px){.service:hover .icon img{height:75px}
}
@media screen and (max-width: 768px){.service:hover .icon img{height:50px}
}
@media screen and (max-width: 680px){.service:hover .icon img{height:110px}
}
@media screen and (max-width: 580px){.service:hover .icon img{height:60px}
}

.our-work h5{color:#4E4E4E;margin-top:-50px;text-align:center}
.our-work h2{color:#4E4E4E;margin-top:25px;margin-bottom:20px;text-align:center}

.our-work .name{font-size:50px;font-size:3.125rem;display:block;margin-bottom:30px;text-align:center}
@media screen and (max-width: 580px){.our-work .name{font-size:35px;font-size:2.1875rem;margin-bottom:10px}
}
@media screen and (max-width: 768px){.our-work .flex-direction-nav{display:none}
}
.our-work .col{float:left;padding:5px;position:relative}
.our-work .col .top,.our-work .col .bottom{position:relative}
.our-work .col .top:hover .content,.our-work .col .bottom:hover .content{bottom:40px}
@media screen and (max-width: 980px){.our-work .col .top:hover .content,.our-work .col .bottom:hover .content{bottom:32px}
}
.our-work .col .top:hover .lower,.our-work .col .bottom:hover .lower{bottom:0px}
.our-work .col .top:hover .centered,.our-work .col .bottom:hover .centered{opacity:1}
.our-work #top-left.animate-left{-webkit-animation-delay:.7s;-moz-animation-delay:.7s;animation-delay:.7s}
.our-work #bottom-left.animate-left{-webkit-animation-delay:.7s;-moz-animation-delay:.7s;animation-delay:.7s}
.our-work #bottom-left.animate-right{-webkit-animation-delay:.25s;-moz-animation-delay:.25s;animation-delay:.25s}
.our-work #center.animate-left,.our-work #center.animate-right{-webkit-animation-delay:.5s;-moz-animation-delay:.5s;animation-delay:.5s}
.our-work #bottom-right.animate-left{-webkit-animation-delay:.25s;-moz-animation-delay:.25s;animation-delay:.25s}
.our-work #bottom-right.animate-right{-webkit-animation-delay:.7s;-moz-animation-delay:.7s;animation-delay:.7s}
.our-work #top-right.animate-right{-webkit-animation-delay:.7s;-moz-animation-delay:.7s;animation-delay:.7s}
.our-work .col-1{width:38%}
@media screen and (max-width: 768px){.our-work .col-1{width:47%}
}
@media screen and (max-width: 580px){.our-work .col-1{width:100%}
}
.our-work .col-1 .top{margin-bottom:32px}
@media screen and (max-width: 980px){.our-work .col-1 .top{margin-bottom:23px}
}
@media screen and (max-width: 480px){.our-work .col-1 .top{margin-bottom:17px}
}
.our-work .col-2{width:42%}
@media screen and (max-width: 768px){.our-work .col-2{width:53%}
}
@media screen and (max-width: 580px){.our-work .col-2{display:none}
}
.our-work .col-3{width:20%}
@media screen and (max-width: 768px){.our-work .col-3{display:none}
}
.our-work .col-3 .top{margin-bottom:35px}
@media screen and (max-width: 980px){.our-work .col-3 .top{margin-bottom:30px}
}
.our-work .area{overflow:hidden}
.our-work .hover{transition: 0.4s;display:block;overflow:hidden;text-align:center}
@media screen and (max-width: 768px){.our-work .hover{display:none}
}
.our-work .hover .content{transition: 0.4s;color:#fff;width:100%;position:absolute;top:0;left:0;right:0;bottom:1000px}
.our-work .hover .icon{display:block;margin:0 auto 10px;max-width:100px}
.our-work .hover .icon img{display:block;height:60px;margin:0 auto;width:auto}
@media screen and (max-width: 1210px){.our-work .hover .icon img{height:45px}
}
@media screen and (max-width: 980px){.our-work .hover .icon img{height:40px}
}
.our-work .hover span{font-size:14px;font-size:0.875rem;display:block;line-height:1.1}
@media screen and (max-width: 1210px){.our-work .hover span{font-size:13px;font-size:0.8125rem}
}
.our-work .hover strong{font-size:18px;font-size:1.125rem;display:block;line-height:1.1}
@media screen and (max-width: 1210px){.our-work .hover strong{font-size:16px;font-size:1rem}
}
.our-work .hover .centered{opacity:0;transition:opacity 0.4s;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);width:100%}
.our-work .hover .lower{transition: 0.4s;background:#474747;color:#fff;height:40px;padding-top:8px;position:absolute;right:0;left:0;bottom:-40px;text-transform:uppercase}
@media screen and (max-width: 980px){.our-work .hover .lower{height:32px;padding-top:10px}
.our-work .hover .lower span{font-size:11px;font-size:0.6875rem}
}
.our-work .description{margin-top:50px}
@media screen and (max-width: 580px){.our-work .description{margin-top:10px}
.our-work .description p{display:none}
}
.our-work .title-bar .service-icons{float:left}
@media screen and (max-width: 980px){.our-work .title-bar .service-icons{margin-top:15px;width:70%;display:inline}
}
.our-work .title-bar .service-icons strong{font-size:28px;}
@media screen and (max-width: 980px){.our-work .title-bar .service-icons strong{font-size:16px;float:left;margin-bottom:10px;width:100%;}
}
.our-work .title-bar .service-icons .icon{display:inline-block;margin-left:5px;max-width:50px}
@media screen and (max-width: 980px){.our-work .title-bar .service-icons .icon{width:40px}
}
@media screen and (max-width: 768px){.our-work .title-bar .service-icons .icon{width:30px}
}
@media screen and (max-width: 680px){.our-work .title-bar .service-icons .icon{float:left;width:50px;margin-left:0;margin-right:5px}
}
.our-work .title-bar .btn,.our-work .title-bar input[type="submit"]{float:right}
@media screen and (max-width: 768px){.our-work .title-bar .btn,.our-work .title-bar input[type="submit"]{font-size:15px;width:30%}
}
@media screen and (max-width: 680px){.our-work .title-bar .btn,.our-work .title-bar input[type="submit"]{font-size:15px;width:30%}
}
@media screen and (max-width: 580px){.our-work .title-bar .btn,.our-work .title-bar input[type="submit"]{font-size:15px;margin-top:0;width:30%}
}
.stats{background:url('../luminus/bg-chart.jpg')center;background-size:cover;color:#fff;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}
.stats h4,.stats h5{margin-bottom:30px;text-align:center}
.stats .experience{float:left;width:390px}
@media screen and (max-width: 1210px){.stats .experience{width:300px}
}
@media screen and (max-width: 980px){.stats .experience{width:250px}
}
@media screen and (max-width: 768px){.stats .experience{width:100%;text-align:center}
}
.stats .experience span{font-size:45px;line-height:1;margin-top:10px;display:block}
@media screen and (max-width: 1210px){.stats .experience span{font-size:42px;font-size:2.625rem}
}
@media screen and (max-width: 980px){.stats .experience span{font-size:32px;font-size:2rem}
}
@media screen and (max-width: 768px){.stats .experience span{display:inline-block;margin-bottom:25px}
}
@media screen and (max-width: 680px){.stats .experience span{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 320px){.stats .experience span{font-size:21px;font-size:1.3125rem}
}
.stats .experience .bracket{font-size:140px;font-size:8.75rem;line-height:1;margin-top:-10px;float:right}
@media screen and (max-width: 768px){.stats .experience .bracket{display:none}
}
.stats .numbers{margin-top:50px}
.stats .counters{padding-left:420px}
@media screen and (max-width: 1210px){.stats .counters{padding-left:325px}
}
@media screen and (max-width: 980px){.stats .counters{padding-left:265px}
}
@media screen and (max-width: 768px){.stats .counters{padding-left:0}
}
.stats .counter{float:left;width:31.33333%;display:none}
.stats .counter:nth-child(n){margin-right:3%}
.stats .counter:nth-child(3n){margin-right:0}
@media screen and (max-width: 768px){.stats .counter{opacity:1;display:block}
}
.stats .counter.visible{display:block}
.stats .counter .icon{float:left;width:50px}
@media screen and (max-width: 980px){.stats .counter .icon{width:35px}
}
@media screen and (max-width: 768px){.stats .counter .icon{width:50px}
}
@media screen and (max-width: 680px){.stats .counter .icon{width:35px}
}
@media screen and (max-width: 580px){.stats .counter .icon{float:none;display:block;width:100%;text-align:center}
}
@media screen and (max-width: 480px){.stats .counter .icon{margin:0 10%;width:80%}
}
@media screen and (max-width: 320px){.stats .counter .icon img{max-height:40px}
}
.stats .counter .text{padding-left:65px}
@media screen and (max-width: 980px){.stats .counter .text{padding-left:50px}
}
@media screen and (max-width: 768px){.stats .counter .text{padding-left:65px}
}
@media screen and (max-width: 680px){.stats .counter .text{padding-left:50px}
}
@media screen and (max-width: 580px){.stats .counter .text{margin-top:10px;padding-left:0}
}
.stats .counter .text .title{font-size:20px;display:block;line-height:1;text-transform:uppercase}
@media screen and (max-width: 1210px){.stats .counter .text .title{font-size:18px}
}
@media screen and (max-width: 980px){.stats .counter .text .title{font-size:16px;font-size:1rem}
}
@media screen and (max-width: 580px){.stats .counter .text .title{text-align:center}
}
@media screen and (max-width: 480px){.stats .counter .text .title{font-size:15px;font-size:0.9375rem}
}
@media screen and (max-width: 320px){.stats .counter .text .title{font-size:12px;font-size:0.75rem}
}
.stats .counter .text .number{font-size:50px;line-height:1}
@media screen and (max-width: 580px){.stats .counter .text .number{font-size:40px;display:block;text-align:center}
}
@media screen and (max-width: 480px){.stats .counter .text .number{font-size:35px}
}
@media screen and (max-width: 320px){.stats .counter .text .number{font-size:30px}
}
.stats .counter .text .in-dev{font-size:13px;font-size:0.8125rem;background:#f3594c;padding:5px 10px;text-transform:uppercase}
@media screen and (max-width: 1210px){.stats .counter .text .in-dev{font-size:10px;font-size:0.625rem}
}
@media screen and (max-width: 980px){.stats .counter .text .in-dev{font-size:8px;font-size:0.5rem;padding:5px}
}
@media screen and (max-width: 768px){.stats .counter .text .in-dev{font-size:11px;font-size:0.6875rem}
}
@media screen and (max-width: 680px){.stats .counter .text .in-dev{font-size:9px;font-size:0.5625rem}
}
@media screen and (max-width: 580px){.stats .counter .text .in-dev{display:none}
}
.stats .results{margin-top:100px}
@media screen and (max-width: 768px){.stats .results{margin-top:50px}
}
.stats .results h4{font-size:60px;font-size:3.75rem;line-height:1}
@media screen and (max-width: 480px){.stats .results h4{font-size:40px;font-size:2.5rem}
}
.stats .results a{text-align:center;color:#fff;display:block}
.stats .results a:hover{color:#f9a9a2}
.stats .results #testimonials{margin-top:75px;height:695px;width:100%}
@media screen and (max-width: 768px){.stats .results #testimonials{margin-top:30px}
}
@media screen and (max-width: 680px){.stats .results #testimonials{height:630px}
}
@media screen and (max-width: 480px){.stats .results #testimonials{height:500px}
}
.stats .results .testimonial{transition:1.2s;background:#eb5f53;float:left;display:none;padding:30px 40px 40px 80px;position:relative;top:-50px}
@media screen and (max-width: 980px){.stats .results .testimonial p{font-size:14px;font-size:0.875rem}
}
@media screen and (max-width: 768px){.stats .results .testimonial{padding:10px 25px 25px 50px}
}
@media screen and (max-width: 768px){.stats .results .testimonial{top:0;margin-bottom:10px;opacity:1;display:block}
}
.stats .results .testimonial.visible{top:0;display:block}
.stats .results .testimonial .long{display:block}
@media screen and (max-width: 580px){.stats .results .testimonial .long{display:none}
}
.stats .results .testimonial .short{display:none}
@media screen and (max-width: 580px){.stats .results .testimonial .short{display:block}
}
.stats .results .testimonial:nth-of-type(1).visible{width:48.5%}
@media screen and (max-width: 768px){.stats .results .testimonial:nth-of-type(1).visible{margin-bottom:10px;width:100%}
}
.stats .results .testimonial:nth-of-type(1).visible .arrow-down{border-left:70px solid transparent;border-right:0px solid transparent;border-top:130px solid #eb5f53;right:30px;bottom:-120px}
@media screen and (max-width: 580px){.stats .results .testimonial:nth-of-type(1).visible .arrow-down{border-left:50px solid transparent;border-right:0px solid transparent;border-top:100px solid #eb5f53;bottom:-100px}
}
.stats .results .testimonial:nth-of-type(2).visible{float:right;margin-bottom:40px;width:48.5%}
@media screen and (max-width: 768px){.stats .results .testimonial:nth-of-type(2).visible{float:left}
}
@media screen and (max-width: 680px){.stats .results .testimonial:nth-of-type(2).visible{width:80%}
}
@media screen and (max-width: 580px){.stats .results .testimonial:nth-of-type(2).visible{width:100%}
}
.stats .results .testimonial:nth-of-type(2).visible .arrow-down{border-left:0px solid transparent;border-right:100px solid transparent;border-top:150px solid #eb5f53;left:50px}
@media screen and (max-width: 580px){.stats .results .testimonial:nth-of-type(2).visible .arrow-down{border-left:0px solid transparent;border-right:50px solid transparent;border-top:70px solid #eb5f53;bottom:-69px}
}
@media screen and (max-width: 680px){.stats .results .testimonial:nth-of-type(3){display:none}
}
.stats .results .testimonial:nth-of-type(3).visible{float:right;width:35%}
@media screen and (max-width: 768px){.stats .results .testimonial:nth-of-type(3).visible{float:left;margin-left:10px}
}
.stats .results .testimonial:nth-of-type(3).visible .arrow-down{border-left:20px solid transparent;border-right:20px solid transparent;border-top:70px solid #eb5f53;left:50%;margin-left:-20px;bottom:-70px}
.stats .results .testimonial .quote{font-size:90px;font-size:5.625rem;position:absolute;top:0;left:30px}
@media screen and (max-width: 768px){.stats .results .testimonial .quote{font-size:75px;font-size:4.6875rem;left:10px}
}
.stats .results .testimonial .name{font-size:20px;font-size:1.25rem;float:right}
.stats .results .testimonial .name .title{font-size:15px;font-size:0.9375rem;display:block;text-transform:uppercase}
.stats .results .testimonial .arrow-down{width:0;height:0;position:absolute;bottom:-90px}
@media screen and (max-width: 580px){.stats .results .testimonial .arrow-down{display:none}
}
.testimonial:hover { 
display:inline-block;
opacity: 0.85;
filter: alpha(opacity=85);
text-decoration:none;

}
.reveal{background:#fff;display:none;width:50px;height:1000px;margin-left:-25px;position:fixed;top:50%;left:50%;z-index:-3}
@media screen and (max-width: 480px){.reveal{display:none}
}
.story{text-align:center;overflow:hidden;position:relative;z-index:-1}
.story h5,.story h2{color:#474747;margin-top:25px}
.story .tagline{font-size:30px;font-size:1.875rem;font-family:"Gloria Hallelujah",cursive}
@media screen and (max-width: 768px){.story .tagline{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 480px){.story .tagline{font-size:20px;font-size:1.25rem}
}
.story .photos{margin:0 auto;max-width:550px;padding:50px 0;position:relative}
.story .photos .partner{position:relative;z-index:2}
.story .photos .partner:nth-child(1){float:left}
.story .photos .partner:nth-child(2){float:right}
@media screen and (max-width: 580px){.story .photos .partner{width:50%}
}
.story .horizontal{font-size:30px;font-size:1.875rem;position:absolute;letter-spacing:-2px;top:45%;left:120px}
@media screen and (max-width: 580px){.story .horizontal{display:none}
}
.story .vertical{font-size:30px;font-size:1.875rem;line-height:1;position:absolute;letter-spacing:-2px;-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);top:-115px;left:0;right:0;z-index:-4}
@media screen and (max-width: 1210px){.story .vertical{top:-152px}
}
@media screen and (max-width: 980px){.story .vertical{top:-164px}
}
@media screen and (max-width: 768px){.story .vertical{top:-163px}
}
@media screen and (max-width: 680px){.story .vertical{top:-190px}
}
@media screen and (max-width: 580px){.story .vertical{display:none}
}
@media screen and (max-width: 480px){.story .vertical{display:none}
}
@media screen and (max-width: 580px){.story .text-areas{display:none}
}
.story .text-areas p{float:left;margin:0;width:50%}
@media screen and (max-width: 480px){.story .text-areas p{float:none;width:100%;text-align:center}
}
.story .text-areas p:nth-child(1){text-align:right;padding-right:50px}
@media screen and (max-width: 480px){.story .text-areas p:nth-child(1){padding-right:0;text-align:center}
}
.story .text-areas p:nth-child(2){text-align:left;padding-left:50px}
@media screen and (max-width: 480px){.story .text-areas p:nth-child(2){margin-top:15px;padding-left:0;text-align:center}
}
.story .luminus{margin:70px 0 50px;position:relative}
@media screen and (max-width: 580px){.story .luminus{display:none}
}
.story .luminus #luminus-circle{transition: 0.4s;opacity:0;position:relative;z-index:2}
@media screen and (max-width: 768px){.story .luminus #luminus-circle{opacity:1}
}
.story .luminus #luminus-circle.visible{opacity:1}
.story .hometext{margin:0 auto;max-width:900px;padding-bottom:450px}
@media screen and (max-width: 768px){.story .hometext{padding-bottom:400px}
}
@media screen and (max-width: 580px){.story .hometext{padding-bottom:300px}
}
@media screen and (max-width: 480px){.story .hometext{padding-bottom:225px}
}
.story .big-circle{border-radius:50%;bottom:-200px;height:700px;left:50%;margin-left:-350px;overflow:hidden;position:absolute;width:700px}
.story .big-circle img{width:100%}
.story .big-circle .video{width:100%}
@media screen and (max-width: 768px){.story .big-circle{bottom:-150px;height:550px;margin-left:-275px;width:550px}
}
@media screen and (max-width: 580px){.story .big-circle{width:400px;height:400px;margin-left:-200px;bottom:-100px}
}
@media screen and (max-width: 480px){.story .big-circle{width:300px;height:300px;margin-left:-150px;bottom:-50px}
}
@media screen and (max-width: 320px){.story .big-circle{width:250px;height:250px;margin-left:-125px;bottom:-30px}
}
.blog-preview{background:#2c2b2b;color:#fff;padding:30px 0}
.blog-preview h4{font-size:50px;font-size:3.125rem}
@media screen and (max-width: 680px){.blog-preview h4{font-size:30px;font-size:1.875rem}
}
.blog-preview .stuff{float:left;width:300px}
@media screen and (max-width: 768px){.blog-preview .stuff{text-align:center;width:100%}
}
.blog-preview .previews{padding-left:330px}
@media screen and (max-width: 768px){.blog-preview .previews{padding-left:0;width:100%}
}
@media screen and (max-width: 680px){.blog-preview .previews{text-align:center}
}
.blog-preview .post{float:left;width:48.5%;margin-top:10px}
.blog-preview .post:nth-child(n){margin-right:3%}
.blog-preview .post:nth-child(2n){margin-right:0}
@media screen and (max-width: 768px){.blog-preview .post{margin-top:50px}
}
@media screen and (max-width: 680px){.blog-preview .post{float:left;width:100%;margin-top:15px}
.blog-preview .post:nth-child(n){margin-right:3%}
.blog-preview .post:nth-child(1n){margin-right:0}
}
.blog-preview .post span{font-size:13px;font-size:0.8125rem;color:#8e8e8e;display:block;margin-top:10px;text-transform:uppercase}
@media screen and (max-width: 980px){.blog-preview .post span{margin-top:3px}
}
.blog-preview .post .title{font-size:22px;font-size:1.375rem}
@media screen and (max-width: 1210px){.blog-preview .post .title{font-size:18px;font-size:1.125rem}
}
.blog-preview .post .author{font-size:22px;font-size:1.375rem;display:block;font-family:"Gloria Hallelujah",cursive}
@media screen and (max-width: 1210px){.blog-preview .post p{font-size:15px;font-size:0.9375rem}
}
@media screen and (max-width: 980px){.blog-preview .post p{font-size:12px;font-size:0.75rem;margin-top:3px}
}
@media screen and (max-width: 680px){.blog-preview .post p{display:none}
}
footer{background:#242424;color:#fff;padding:50px 0}
footer .col{float:left;width:20%}
@media screen and (max-width: 768px){footer .col{width:100%;text-align:center}
footer .col:nth-child(1){display:none}
footer .col:nth-child(2){text-align:center}
}
footer .col h3{margin-bottom:15px}
footer .col a{display:block;margin-bottom:10px}
@media screen and (max-width: 980px){footer .col a{font-size:14px;font-size:0.875rem}
}
@media screen and (max-width: 580px){footer .col a{font-size:12px;font-size:0.75rem}
}
footer .info{float:right;width:40%;text-align:right}
@media screen and (max-width: 768px){footer .info{margin-top:30px;width:100%;text-align:center}
}
footer .info .logo{display:block;margin-bottom:15px}
footer .info span{font-size:24px;font-size:1.5rem;font-family:"Gloria Hallelujah",cursive}
footer .info span strong{font-family:"Brawler",georgia,serif}
.finale{background:url('../luminus/bg-blue.jpg');padding-bottom:70px;opacity:0;position:fixed;bottom:0;left:0;right:0;z-index:-1}
.finale .feet{margin:0 auto;max-width:1200px}
@media screen and (max-width: 1210px){.finale .feet{width:900px}
}
@media screen and (max-width: 980px){.finale .feet{width:700px}
}
@media screen and (max-width: 768px){.finale .feet{width:650px}
}
@media screen and (max-width: 680px){.finale .feet{width:550px}
}
@media screen and (max-width: 580px){.finale .feet{width:450px}
}
@media screen and (max-width: 320px){.finale .feet{width:280px}
}
.finale .text{font-size:50px;font-size:3.125rem;color:#fff;line-height:1.2;margin:40px auto 0;max-width:670px}
@media screen and (max-width: 680px){.finale .text{font-size:40px;font-size:2.5rem;padding:0 10px}
}
@media screen and (max-width: 580px){.finale .text{font-size:28px;font-size:1.75rem}
}
@media screen and (max-width: 320px){.finale .text{font-size:21px;font-size:1.3125rem}
}
.finale .text .so{font-size:110px;font-size:6.875rem;float:left;margin-right:15px}
@media screen and (max-width: 768px){.finale .text .so{font-size:95px;font-size:5.9375rem}
}
@media screen and (max-width: 680px){.finale .text .so{font-size:85px;font-size:5.3125rem}
}
@media screen and (max-width: 580px){.finale .text .so{font-size:64px;font-size:4rem}
}
@media screen and (max-width: 320px){.finale .text .so{font-size:50px;font-size:3.125rem}
}
.interior .finale{opacity:1}
.back{color:#fff;display:inline-block;float:left}
.back.blue{color:#1e9fcc}
.container{background:#f8f8f8;display:block;margin-bottom:500px;padding-top:75px;position:relative;z-index:2}
.container.white{background:#fff}
@media screen and (max-width: 1210px){.container{margin-bottom:448px}
}
@media screen and (max-width: 980px){.container{margin-bottom:400px}
}
@media screen and (max-width: 768px){.container{margin-bottom:380px}
}
@media screen and (max-width: 680px){.container{margin-bottom:335px}
}
@media screen and (max-width: 580px){.container{margin-bottom:289px}
}
@media screen and (max-width: 320px){.container{margin-bottom:230px}
}
.subpage-nav{background:#fff;border-bottom:1px solid #f0f0f0;position:fixed;padding:15px 0;top:75px;left:0;right:0;z-index:3}
@media screen and (max-width: 680px){.subpage-nav{padding:0;height:0;display:none}
}
@media screen and (max-width: 680px){.subpage-nav.always-show{padding:15px 0;height:auto;display:block;top:55px;z-index:3}
}
.subpage-nav .title{font-family:"Gloria Hallelujah",cursive;color:#474747}
.subpage-nav ul{list-style-type:none;margin:0;padding:0;text-align:center}
.subpage-nav ul li{display:inline-block;margin:0 10px}
@media screen and (max-width: 980px){.subpage-nav ul li{margin:0 5px}
}
@media screen and (max-width: 980px){.subpage-nav ul a{font-size:15px;font-size:0.9375rem}
}
@media screen and (max-width: 768px){.subpage-nav ul a{font-size:13px;font-size:0.8125rem}
}
.get-in-touch,.mailchimp-form{background:#8acd73;color:#fff}
.get-in-touch h5,.mailchimp-form h5{display:block;margin-bottom:30px;text-align:center}
.get-in-touch input[type="submit"],.mailchimp-form input[type="submit"]{font-size:35px;font-size:2.1875rem;float:none;display:block;margin:0 auto;width:300px}
@media screen and (max-width: 480px){.get-in-touch input[type="submit"],.mailchimp-form input[type="submit"]{font-size:26px;font-size:1.625rem;width:100%}
}
.pages{width:auto;font-size:12px;padding:0px 0px 5px 0px;margin:0px auto 0px auto;clear:left;text-align:center;font-weight:normal}
.pages a,.pages span{display:block;float:left;padding:0.2em 0.5em 0.2em 0.5em;margin-right:0.1em;border:1px solid #1e9fcc;background-image:none;background-repeat:repeat;font-weight:normal;font-size:12px;text-decoration:none}
.pages span.current{border:1px solid #1e9fcc;font-size:12px;font-weight:bold;background-color:#1e9fcc;background-image:none;background-repeat:repeat;background-attachment:scroll;color:#fff;font-weight:normal;text-decoration:none}
.pages a{border:1px solid #1e9fcc;text-decoration:none;font-weight:normal;font-size:12px;color:#146b89;text-decoration:none}
.pages a:hover{border-color:#1e9fcc;background-color:#1e9fcc;font-weight:normal;font-size:12px;color:#f8f8f8;text-decoration:none}
.pages span.nextprev{font-size:12px;color:#8e8e8e;text-decoration:none}
.pages span.nextprev{font-size:12px;border:1px solid #8e8e8e;color:#8e8e8e}
.illumination-toon .stage{float:left;width:22.75%;margin:0 15px 15px 0;text-align:center;font-family:"Gloria Hallelujah",cursive;font-size:18px;line-height:24px;color:#000}
.illumination-toon .stage:nth-child(n){margin-right:3%}
.illumination-toon .stage:nth-child(4n){margin-right:0}
.illumination-toon .stage:nth-child(4n+4){margin:0 0 15px 0}
.illumination-toon .stage img{width:100%;max-width:100%}
@media screen and (max-width: 980px){.illumination-toon .stage{float:left;width:48.5%;margin-bottom:15px}
.illumination-toon .stage:nth-child(n){margin-right:3%}
.illumination-toon .stage:nth-child(2n){margin-right:0}
.illumination-toon .stage img{width:100%;max-width:75%}
}
@media screen and (max-width: 480px){.illumination-toon .stage{float:left;width:100%;font-size:16px;line-height:21px}
.illumination-toon .stage:nth-child(n){margin-right:3%}
.illumination-toon .stage:nth-child(1n){margin-right:0}
.illumination-toon .stage img{width:100%}
}
.illumination-toon .stage .title{color:#999;font-size:70%}
.illumination-toon .stage .step1{color:#2880dd}
.illumination-toon .stage .step2{color:#b4da4d}
.illumination-toon .stage .step3{color:#cc4c56}
.illumination-toon .stage .step4{color:#556270}
.illumination-box{background-color:#f7f6f6;border-bottom:4px solid #c7c0c0;padding:20px;font-family:"Gloria Hallelujah",cursive;margin:0 0 10px 0;color:#999999}
.illumination-box .btn,.illumination-box input[type="submit"]{margin-top:15px}
.illumination-box .header-icon{float:left;width:130px;margin:0 5px 15px 0}
@media screen and (max-width: 980px){.illumination-box .header-icon{width:100px}
}
@media screen and (max-width: 580px){.illumination-box .header-icon{width:42%;margin:0 5% 10px 0;text-align:right}
}
@media screen and (max-width: 480px){.illumination-box .header-icon{width:35%;margin:0 3% 10px 0;text-align:right}
.illumination-box .header-icon img{width:70%}
}
.illumination-box .header-icon img{max-width:100%}
.illumination-box .header-title{float:left;width:220px;text-align:center;font-size:18px;font-family:"Brawler",georgia,serif;margin:0 25px 15px 0}
@media screen and (max-width: 980px){.illumination-box .header-title{width:180px}
}
@media screen and (max-width: 580px){.illumination-box .header-title{width:53%;margin:0 0 10px 0;font-size:20px;text-align:left}
}
@media screen and (max-width: 480px){.illumination-box .header-title{width:60%;margin:0 0 10px 0;font-size:18px;text-align:left}
}
.illumination-box .header-title h2.seo{color:#1e9fcc;margin:0;padding:0;font-family:"Gloria Hallelujah",cursive;font-size:90px;line-height:95px}
@media screen and (max-width: 980px){.illumination-box .header-title h2.seo{font-size:70px;line-height:75px}
}
@media screen and (max-width: 580px){.illumination-box .header-title h2.seo{font-size:90px;line-height:95px}
}
@media screen and (max-width: 480px){.illumination-box .header-title h2.seo{font-size:60px;line-height:65px}
}
.illumination-box .header-title h2.social{color:#1e9fcc;margin:0;padding:0;font-family:"Gloria Hallelujah",cursive;font-size:80px;line-height:85px}
@media screen and (max-width: 980px){.illumination-box .header-title h2.social{font-size:60px;line-height:65px}
}
@media screen and (max-width: 580px){.illumination-box .header-title h2.social{font-size:70px;line-height:75px}
}
@media screen and (max-width: 480px){.illumination-box .header-title h2.social{font-size:60px;line-height:65px}
}
.illumination-box .header-title h2.leads{color:#1e9fcc;margin:0;padding:0;font-family:"Gloria Hallelujah",cursive;font-size:70px;line-height:75px}
@media screen and (max-width: 980px){.illumination-box .header-title h2.leads{font-size:55px;line-height:60px}
}
@media screen and (max-width: 580px){.illumination-box .header-title h2.leads{font-size:60px;line-height:65px}
}
@media screen and (max-width: 480px){.illumination-box .header-title h2.leads{font-size:55px;line-height:60px}
}
.illumination-box .header-info{float:left;width:540px}
@media screen and (max-width: 980px){.illumination-box .header-info{width:410px}
}
@media screen and (max-width: 580px){.illumination-box .header-info{clear:both;float:none;width:auto;margin:10px 0;text-align:center}
}
.illumination-box .header-info h3{color:#000;font-family:"Gloria Hallelujah",cursive;margin:0;padding:0;font-size:24px;line-height:40px}
@media screen and (max-width: 980px){.illumination-box .header-info h3{font-size:24px;line-height:30px}
}
.illumination-box .header-info h4{color:#999;font-family:"Gloria Hallelujah",cursive;margin:0;padding:0;font-size:18px;line-height:35px;font-weight:normal}
@media screen and (max-width: 980px){.illumination-box .header-info h4{font-size:16px;line-height:30px}
}
@media screen and (max-width: 580px){.illumination-box .header-info h4{font-size:18px;line-height:35px}
}
.illumination-box .header-info h5{color:#999;font-family:"Gloria Hallelujah",cursive;margin:0;padding:0;font-size:16px;line-height:26px;font-weight:normal}
@media screen and (max-width: 980px){.illumination-box .header-info h5{font-size:14px;line-height:24px}
}
@media screen and (max-width: 580px){.illumination-box .header-info h5{font-size:16px;line-height:26px}
}
.illumination-box .stat-bar{color:#fff;background-color:#b4da4d;font-size:20px;font-family:"Brawler",georgia,serif;padding:0px 20px;margin:0 0 15px 0}
.illumination-box .stat-bar span{font-family:"Gloria Hallelujah",cursive}
@media screen and (max-width: 580px){.illumination-box .stat-bar{font-size:18px}
}
@media screen and (max-width: 480px){.illumination-box .stat-bar{font-size:16px}
}
.illumination-box .stat{background-image:url(https://www.luminusmedia.com/images/illumination-stat.png);background-repeat:no-repeat;background-position:top left;padding:0 0 0 30px;font-size:18px;font-family:"Brawler",georgia,serif;color:#666666}
.illumination-box .stat span{font-size:26px;color:#c44d58;font-weight:bold}
@media screen and (max-width: 980px){.illumination-box .stat{font-size:16px}
.illumination-box .stat span{font-size:24px}
}
.illumination-box p{font-family:"Brawler",georgia,serif;font-size:18px;line-height:22px}
@media screen and (max-width: 980px){.illumination-box p{font-size:16px;line-height:20px}
}
@media screen and (max-width: 580px){.illumination-box p{font-size:14px;line-height:18px}
}
.illumination-box .tagline{color:#3366cc;font-family:"Gloria Hallelujah",cursive;font-size:24px;line-height:26px;margin:10px 0}
@media screen and (max-width: 980px){.illumination-box .tagline{font-size:22px;line-height:24px}
}
@media screen and (max-width: 580px){.illumination-box .tagline{font-size:20px;line-height:22px}
}
@media screen and (max-width: 480px){.illumination-box .tagline{font-size:18px;line-height:20px}
}
.illumination-box .red-text{color:#c44d58;text-align:center;margin:15px 0 0 0}
.illumination-box .red-text span{font-weight:bold;font-size:24px}
@media screen and (max-width: 580px){.hosting .half{float:left;width:100%}
.hosting .half:nth-child(n){margin-right:3%}
.hosting .half:nth-child(1n){margin-right:0}
}
.service-area{margin-bottom:10px;color:#fff;padding:50px 0}
@media screen and (max-width: 580px){.service-area{padding:30px 0}
}
.service-area .wrapper{display:flex;flex-wrap:wrap}
.service-area .col{float:left;width:22.75%}
.service-area .col:nth-child(n){margin-right:3%}
.service-area .col:nth-child(4n){margin-right:0}
@media screen and (max-width: 768px){.service-area .col{float:left;margin-right:0;width:100%}
}
.service-area .description{min-height:480px}
@media screen and (max-width: 768px){.service-area .description{margin-bottom:15px;min-height:0}
}
.service-area .description .image{margin-bottom:15px;text-align:center}
@media screen and (max-width: 768px){.service-area .description .image{float:left;width:250px}
}
@media screen and (max-width: 680px){.service-area .description .image{width:150px}
}
@media screen and (max-width: 580px){.service-area .description .image{display:none}
}
@media screen and (max-width: 768px){.service-area .description .text{padding-left:265px}
}
@media screen and (max-width: 680px){.service-area .description .text{padding-left:175px}
}
@media screen and (max-width: 580px){.service-area .description .text{padding-left:0}
}
.service-area .description h4{line-height:1;text-align:center;text-shadow:2px 2px 0 rgba(0,0,0,0.1)}
@media screen and (max-width: 680px){.service-area .description h4{font-size:24px;font-size:1.5rem}
}
.service-area .description p{font-size:16px;font-size:1rem;text-align:justify;margin-bottom:0}
@media screen and (max-width: 320px){.service-area .description p{font-size:13px;font-size:0.8125rem}
}
.service-area .service{transition: 0.4s;padding:30px}
@media screen and (max-width: 1210px){.service-area .service{padding:20px}
}
@media screen and (max-width: 768px){.service-area .service{float:left;margin-right:3%;width:31.33%}
.service-area .service:nth-child(4){margin-right:0}
}
@media screen and (max-width: 580px){.service-area .service{padding:10px}
}
@media screen and (max-width: 480px){.service-area .service.col{margin-right:0;width:100%;text-align:left}
}
.service-area .service:hover{margin-top:-20px;margin-bottom:-20px;padding:50px 30px}
@media screen and (max-width: 1210px){.service-area .service:hover{padding:40px 20px}
}
@media screen and (max-width: 680px){.service-area .service:hover{margin-top:0;margin-bottom:0;padding:20px}
}
@media screen and (max-width: 580px){.service-area .service:hover{padding:10px}
}
@media screen and (max-width: 480px){.service-area .service:hover{margin:0 0 10px}
}
.service-area .service .image{border-radius:50%;display:block;height:200px;padding-top:40px;margin:0 auto 15px;text-align:center;width:200px}
@media screen and (max-width: 1210px){.service-area .service .image{width:175px;height:175px}
}
@media screen and (max-width: 980px){.service-area .service .image{width:125px;height:125px;padding-top:30px}
}
@media screen and (max-width: 680px){.service-area .service .image{width:100px;height:100px;padding-top:25px}
}
@media screen and (max-width: 480px){.service-area .service .image{float:left;height:60px;width:60px;padding-top:11px;margin-bottom:0;margin-right:10px}
}
.service-area .service .image img{max-width:120px;max-height:120px}
@media screen and (max-width: 1210px){.service-area .service .image img{max-width:100px;max-height:100px}
}
@media screen and (max-width: 980px){.service-area .service .image img{max-width:75px;max-height:75px}
}
@media screen and (max-width: 680px){.service-area .service .image img{max-width:60px;max-height:60px}
}
@media screen and (max-width: 480px){.service-area .service .image img{max-width:40px;max-height:40px}
}
.service-area .service span{font-size:15px;font-size:0.9375rem;display:block;margin:10px 0}
@media screen and (max-width: 680px){.service-area .service span{display:none}
}
.service-area .service h3{text-shadow:1px 1px 0 rgba(0,0,0,0.1)}
@media screen and (max-width: 680px){.service-area .service h3{font-size:16px;font-size:1rem}
}
@media screen and (max-width: 480px){.service-area .service h3{font-size:21px;font-size:1.3125rem}
}
@media screen and (max-width: 320px){.service-area .service h3{font-size:16px;font-size:1rem}
}
.service-area.green{background:#85c570}
.service-area.green .service{background:#8dcf78}
.service-area.green .service:hover{background:#98de81;cursor:pointer}
.service-area.green .service .image{background:#85c570}
.service-area.blue{background:#3187ac}
.service-area.blue .service{background:#3996bd}
.service-area.blue .service:hover{background:#60b6da;cursor:pointer}
.service-area.blue .service .image{background:#3187ac}
.service-area.teal{background:#37bab5}
.service-area.teal .service{background:#3ac5c1}
.service-area.teal .service:hover{background:#3ed3ce;cursor:pointer}
.service-area.teal .service .image{background:#37bab5}
.service-area.yellow{background:#f7bd48}
.service-area.yellow .service{background:#fec44f}
.service-area.yellow .service:hover{background:#fece6d;cursor:pointer}
.service-area.yellow .service .image{background:#ddab45}
.service-area.orange{background:#f4794f}
.service-area.orange .service{background:#fd8156}
.service-area.orange .service:hover{background:#fd885f;cursor:pointer}
.service-area.orange .service .image{background:#dc7652}
.service-area.red{background:#f4665a}
.service-area.red .service{background:#fc786c}
.service-area.red .service:hover{background:#fd8c83;cursor:pointer}
.service-area.red .service .image{background:#f4665a}
.service-area.purple{background:#7c89cd}
.service-area.purple .service{background:#818fd6}
.service-area.purple .service:hover{background:#8c9ae4;cursor:pointer}
.service-area.purple .service .image{background:#7c89cd}
.service-banner{background:url('../luminus/bg-opacity.png') #f3794f;overflow:hidden;padding:50px 0;min-height:750px;position:relative}
@media screen and (max-width: 1210px){.service-banner{min-height:700px}
}
@media screen and (max-width: 980px){.service-banner{min-height:630px}
}
@media screen and (max-width: 768px){.service-banner{min-height:560px}
}
@media screen and (max-width: 680px){.service-banner{min-height:480px}
}
@media screen and (max-width: 480px){.service-banner{min-height:0}
}
.service-banner.teal{background:url('../luminus/bg-opacity.png') #37b9b5}
.service-banner.royal{background:url('../luminus/bg-opacity.png') #3187ac}
.service-banner.green{background:url('../luminus/bg-opacity.png') #8acd73}
.service-banner.red{background:url('../luminus/bg-opacity.png') #f4665a}
.service-banner.orange{background:url('../luminus/bg-opacity.png') #f3794f}
.service-banner.yellow{background:url('../luminus/bg-opacity.png') #fecc63}
.service-banner.purple{background:url('../luminus/bg-opacity.png') #8591d6}
.service-banner.blue{background:url('../luminus/bg-opacity.png') #20a9d9}
.service-banner img{max-width:none;position:absolute;left:55%}
@media screen and (max-width: 1210px){.service-banner img{width:900px;left:60%}
}
@media screen and (max-width: 980px){.service-banner img{width:800px;left:65%}
}
@media screen and (max-width: 768px){.service-banner img{width:700px;left:55%}
}
@media screen and (max-width: 680px){.service-banner img{left:63%;width:575px}
}
@media screen and (max-width: 480px){.service-banner img{display:none}
}
.service-banner .service-text{float:left;width:57%}
@media screen and (max-width: 480px){.service-banner .service-text{width:100%}
}
.service-banner .service-text h1{font-size:80px;font-size:5rem;color:#fff;line-height:1.2;text-transform:uppercase}
@media screen and (max-width: 1210px){.service-banner .service-text h1{font-size:70px;font-size:4.375rem}
}
@media screen and (max-width: 980px){.service-banner .service-text h1{font-size:57px;font-size:3.5625rem}
}
@media screen and (max-width: 768px){.service-banner .service-text h1{font-size:40px;font-size:2.5rem}
}
@media screen and (max-width: 580px){.service-banner .service-text h1{font-size:35px;font-size:2.1875rem}
}
@media screen and (max-width: 320px){.service-banner .service-text h1{font-size:26px;font-size:1.625rem}
}
.service-banner .service-text .sub-title{font-size:30px;font-size:1.875rem;color:#fff;display:block;font-family:"Gloria Hallelujah",cursive;margin:25px 0}
@media screen and (max-width: 980px){.service-banner .service-text .sub-title{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 768px){.service-banner .service-text .sub-title{font-size:20px;font-size:1.25rem}
}
@media screen and (max-width: 680px){.service-banner .service-text .sub-title{margin:15px 0}
}
@media screen and (max-width: 320px){.service-banner .service-text .sub-title{font-size:16px;font-size:1rem}
}
.service-content{margin-bottom:50px}
@media screen and (max-width: 680px){.service-content{margin-bottom:30px}
}
.service-content:nth-child(2n+2) .image{float:right}
.service-content:nth-child(2n+2) .text{padding-left:0;padding-right:33%}
@media screen and (max-width: 580px){.service-content:nth-child(2n+2) .text{padding-right:51.5%}
}
@media screen and (max-width: 480px){.service-content:nth-child(2n+2) .text{padding-right:0}
}
.service-content .image{float:left;width:30%}
@media screen and (max-width: 580px){.service-content .image{width:48.5%}
}
@media screen and (max-width: 480px){.service-content .image{margin-bottom:15px;float:none;width:100%;text-align:center}
.service-content .image img{max-width:200px}
}
.service-content .text{padding-left:33%}
@media screen and (max-width: 580px){.service-content .text{padding-left:51.5%}
}
@media screen and (max-width: 480px){.service-content .text{padding-left:0}
}
.service-content .title{font-size:40px;font-size:2.5rem;color:#474747;text-transform:uppercase}
@media screen and (max-width: 980px){.service-content .title{font-size:30px;font-size:1.875rem}
}
@media screen and (max-width: 768px){.service-content .title{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 580px){.service-content .title{font-size:21px;font-size:1.3125rem}
}
.service-video:nth-child(2n+2) .video{float:right}
.service-video:nth-child(2n+2) .text{padding-left:0;padding-right:38%}
@media screen and (max-width: 768px){.service-video:nth-child(2n+2) .text{padding-right:51.5%}
}
@media screen and (max-width: 580px){.service-video:nth-child(2n+2) .text{padding-right:0}
}
.service-video .video{float:left;width:35%}
@media screen and (max-width: 768px){.service-video .video{width:48.5%}
}
@media screen and (max-width: 580px){.service-video .video{margin-bottom:15px;width:100%}
}
.service-video .text{font-size:23px;font-size:1.4375rem;padding-left:38%}
@media screen and (max-width: 768px){.service-video .text{padding-left:51.5%}
}
@media screen and (max-width: 580px){.service-video .text{padding-left:0}
}
.service-video .name{text-align:right}
.service-video .title{font-size:40px;font-size:2.5rem;color:#474747;display:block;margin-bottom:30px;text-transform:uppercase}
@media screen and (max-width: 980px){.service-video .title{font-size:30px;font-size:1.875rem}
}
@media screen and (max-width: 768px){.service-video .title{font-size:25px;font-size:1.5625rem}
}
.additional-work{background:#fff}
.additional-work h5{text-align:center}
.additional-work .work{float:left;width:31.33333%;overflow:hidden;margin-top:30px;position:relative}
.additional-work .work:nth-child(n){margin-right:3%}
.additional-work .work:nth-child(3n){margin-right:0}
@media screen and (max-width: 680px){.additional-work .work{float:left;width:48.5%}
.additional-work .work:nth-child(n){margin-right:3%}
.additional-work .work:nth-child(2n){margin-right:0}
}
.additional-work .work:hover .content{bottom:40px}
@media screen and (max-width: 980px){.additional-work .work:hover .content{bottom:32px}
}
.additional-work .work:hover .lower{bottom:0px}
.additional-work .work:hover .centered{opacity:1}
.additional-work .hover{transition: 0.4s;display:block;overflow:hidden;text-align:center}
@media screen and (max-width: 768px){.additional-work .hover{display:none}
}
.additional-work .hover .content{transition: 0.4s;color:#fff;width:100%;position:absolute;top:0;left:0;right:0;bottom:1000px}
.additional-work .hover .icon{display:block;margin:0 auto 10px;max-width:100px}
.additional-work .hover .icon img{display:block;height:60px;margin:0 auto;width:auto}
@media screen and (max-width: 1210px){.additional-work .hover .icon img{height:45px}
}
@media screen and (max-width: 980px){.additional-work .hover .icon img{height:40px}
}
.additional-work .hover span{font-size:14px;font-size:0.875rem;display:block;line-height:1.1}
@media screen and (max-width: 1210px){.additional-work .hover span{font-size:13px;font-size:0.8125rem}
}
.additional-work .hover strong{font-size:18px;font-size:1.125rem;display:block;line-height:1.1}
@media screen and (max-width: 1210px){.additional-work .hover strong{font-size:16px;font-size:1rem}
}
.additional-work .hover .centered{opacity:0;transition:opacity 0.4s;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);width:100%}
.additional-work .hover .lower{transition: 0.4s;background:#474747;color:#fff;height:40px;padding-top:8px;position:absolute;right:0;left:0;bottom:-40px;text-transform:uppercase}
@media screen and (max-width: 980px){.additional-work .hover .lower{height:32px;padding-top:10px}
.additional-work .hover .lower span{font-size:11px;font-size:0.6875rem}
}
#gallery{max-width:1160px;margin:0 auto;padding-bottom:100px;position:relative}
@media screen and (max-width: 980px){#gallery{max-width:760px}
}
@media screen and (max-width: 768px){#gallery{max-width:660px}
}
#gallery .item{padding:10px;position:relative;text-align:center}
#gallery .item:hover .hover{opacity:1}
#gallery .item img{width:100%}
#gallery .item .hover{transition: 0.4s;color:#fff;opacity:0;position:absolute;top:10px;left:10px;right:10px;bottom:10px}
@media screen and (max-width: 680px){#gallery .item .hover{height:0;padding:0;opacity:1;top:auto;right:auto;left:auto;bottom:auto;position:relative}
}
#gallery .item .content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%)}
@media screen and (max-width: 680px){#gallery .item .content{display:none}
}
#gallery .item .icon{margin:auto;margin-bottom:15px;width:80px}
#gallery .item .icon img{display:block;margin:0 auto}
#gallery .item .lower{padding:10px;position:absolute;left:0;bottom:0;right:0}
#gallery .item .lower span{display:block}
@media screen and (max-width: 680px){#gallery .item .lower{background-color:rgba(0,0,0,0.5)}
}
#gallery .small{display:block;width:25%}
@media screen and (max-width: 680px){#gallery .small{width:50%}
}
@media screen and (max-width: 768px){#gallery .small .icon{margin-bottom:5px}
#gallery .small .icon img{width:40px}
}
@media screen and (max-width: 768px){#gallery .small .centered{padding-bottom:20px}
}
#gallery .small .lower{font-size:13px;font-size:0.8125rem;line-height:1}
@media screen and (max-width: 768px){#gallery .small .lower{font-size:11px;font-size:0.6875rem}
}
#gallery .large{display:block;width:50%}
#gallery .large>img{min-height:466px}
@media screen and (max-width: 1210px){#gallery .large>img{min-height:384px}
}
@media screen and (max-width: 980px){#gallery .large>img{min-height:302px}
}
@media screen and (max-width: 768px){#gallery .large>img{min-height:260px}
}
@media screen and (max-width: 680px){#gallery .large>img{min-height:0px}
}
@media screen and (max-width: 680px){#gallery .large{width:100%}
}
#gallery .large .icon{width:150px}
@media screen and (max-width: 768px){#gallery .large .icon{width:110px}
}
#gallery .large strong{font-size:16px;font-size:1rem;line-height:1}
@media screen and (max-width: 680px){#gallery .large .lower{font-size:11px;font-size:0.6875rem;line-height:1}
}
.portfolio-banner{padding:50px;text-align:center}
@media screen and (max-width: 768px){.portfolio-banner{padding:25px}
}
@media screen and (max-width: 580px){.portfolio-banner{padding:25px 10px}
}
.portfolio-banner .back{text-align:left}
.portfolio-banner img{margin-top:25px}
.portfolio-banner .video-container{margin-top:50px}
.portfolio-banner.teal{background:url('../luminus/bg-opacity.png') #37b9b5}
.portfolio-banner.royal{background:url('../luminus/bg-opacity.png') #3187ac}
.portfolio-banner.green{background:url('../luminus/bg-opacity.png') #8acd73}
.portfolio-banner.red{background:url('../luminus/bg-opacity.png') #f4665a}
.portfolio-banner.orange{background:url('../luminus/bg-opacity.png') #f3794f}
.portfolio-banner.yellow{background:url('../luminus/bg-opacity.png') #fecc63}
.portfolio-banner.purple{background:url('../luminus/bg-opacity.png') #8591d6}
.portfolio-banner.blue{background:url('../luminus/bg-opacity.png') #1e9fcc}
.portfolio-detail h1,.portfolio-detail h4{font-size:50px;font-size:3.125rem;color:#474747;display:block;margin-bottom:30px;text-align:center;text-transform:uppercase}
@media screen and (max-width: 1210px){.portfolio-detail h1,.portfolio-detail h4{font-size:40px;font-size:2.5rem}
}
@media screen and (max-width: 980px){.portfolio-detail h1,.portfolio-detail h4{font-size:35px;font-size:2.1875rem}
}
@media screen and (max-width: 680px){.portfolio-detail h1,.portfolio-detail h4{font-size:28px;font-size:1.75rem}
}
@media screen and (max-width: 480px){.portfolio-detail h1,.portfolio-detail h4{font-size:23px;font-size:1.4375rem}
}
.portfolio-detail .text{float:left;width:65%}
@media screen and (max-width: 768px){.portfolio-detail .text{width:48.5%}
}
@media screen and (max-width: 680px){.portfolio-detail .text{width:100%}
}
.portfolio-detail .info{background:#fff;padding:25px;float:right;width:32%}
@media screen and (max-width: 980px){.portfolio-detail .info{font-size:15px;font-size:0.9375rem}
}
@media screen and (max-width: 768px){.portfolio-detail .info{width:48.5%}
}
@media screen and (max-width: 680px){.portfolio-detail .info{margin-bottom:15px;width:100%}
}
.portfolio-detail .info>span{display:block;margin-bottom:15px}
.portfolio-detail .info>span span{color:#474747}
.portfolio-detail .icon{float:left;margin-right:3%;padding:10px 10px 17%;position:relative;width:17%}
@media screen and (max-width: 680px){.portfolio-detail .icon{padding-bottom:17%;width:17%}
}
.portfolio-detail .icon img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);max-width:45px;max-height:45px}
@media screen and (max-width: 768px){.portfolio-detail .icon img{max-width:36px;max-height:36px}
}
@media screen and (max-width: 680px){.portfolio-detail .icon img{max-width:50px;max-height:50px}
}
@media screen and (max-width: 480px){.portfolio-detail .icon img{max-width:30px;max-height:30px}
}
.portfolio-detail .main{width:37%;margin-right:3%;padding:15px 15px 37%}
@media screen and (max-width: 680px){.portfolio-detail .main{padding:10px;padding-bottom:17%;width:17%}
}
.portfolio-detail .main img{max-width:90px;max-height:90px}
@media screen and (max-width: 768px){.portfolio-detail .main img{max-width:75px;max-height:75px}
}
@media screen and (max-width: 680px){.portfolio-detail .main img{max-width:50px;max-height:50px}
}
@media screen and (max-width: 480px){.portfolio-detail .main img{max-width:30px;max-height:30px}
}
.closer-look .col{float:left;width:48.5%}
.closer-look .col:nth-child(n){margin-right:3%}
.closer-look .col:nth-child(2n){margin-right:0}
@media screen and (max-width: 680px){.closer-look .col{float:left;width:100%;margin-bottom:25px}
.closer-look .col:nth-child(n){margin-right:3%}
.closer-look .col:nth-child(1n){margin-right:0}
}
.closer-look .col .image{margin-top:30px}
@media screen and (max-width: 680px){.closer-look .col .image{margin-top:15px}
}
.closer-look .col .image img{width:100%}
.closer-look .col .title{font-size:40px;font-size:2.5rem;color:#474747}
@media screen and (max-width: 980px){.closer-look .col .title{font-size:30px;font-size:1.875rem}
}
@media screen and (max-width: 768px){.closer-look .col .title{font-size:25px;font-size:1.5625rem}
}
.case-study-area{padding:50px 0}
@media screen and (max-width: 580px){.case-study-area{padding:30px 0}
}
.case-study-area h1,.case-study-area h5{color:#474747;margin-bottom:50px;line-height:1;text-align:center;text-transform:uppercase}
@media screen and (max-width: 980px){.case-study-area h1,.case-study-area h5{margin-bottom:30px}
}
@media screen and (max-width: 680px){.case-study-area h1,.case-study-area h5{margin-bottom:15px}
}
@media screen and (max-width: 580px){.case-study-area h1,.case-study-area h5{font-size:35px;font-size:2.1875rem}
}
@media screen and (max-width: 480px){.case-study-area h1,.case-study-area h5{font-size:30px;font-size:1.875rem}
}
@media screen and (max-width: 320px){.case-study-area h1,.case-study-area h5{font-size:26px;font-size:1.625rem}
}
.case-study-area h1+p,.case-study-area h5+p,.case-study-area h1+.section,.case-study-area h5+.section{margin-top:0;padding-top:0}
.case-study-area .section{padding:30px 0}
@media screen and (max-width: 680px){.case-study-area .section{padding:15px 0}
}
.case-study-area .half{float:left;width:48.5%}
.case-study-area .half:nth-child(n){margin-right:3%}
.case-study-area .half:nth-child(2n){margin-right:0}
@media screen and (max-width: 680px){.case-study-area .half{float:left;width:100%;margin-bottom:15px}
.case-study-area .half:nth-child(n){margin-right:3%}
.case-study-area .half:nth-child(1n){margin-right:0}
}
.case-study-area .third{float:left;width:31.33333%}
.case-study-area .third:nth-child(n){margin-right:3%}
.case-study-area .third:nth-child(3n){margin-right:0}
.case-study-area .full-width{margin-top:30px;width:100%;text-align:center}
.case-study-area .image-with-caption .image{margin-top:15px}
.case-study-area .image-with-caption .image img{width:100%}
.case-study-area .image-with-caption .caption{font-family:"Gloria Hallelujah",cursive;margin-top:15px}
.case-study-area .text-or-image p{font-family:"Gloria Hallelujah",cursive}
.case-study-area .text-or-image img{width:100%}
@media screen and (max-width: 680px){.case-study-area .text-or-image.third:first-child{float:left;width:100%;margin-bottom:15px}
.case-study-area .text-or-image.third:first-child:nth-child(n){margin-right:3%}
.case-study-area .text-or-image.third:first-child:nth-child(1n){margin-right:0}
.case-study-area .text-or-image.third:nth-child(n+2){width:48.5%;margin-right:3%}
.case-study-area .text-or-image.third:nth-child(3){margin-right:0}
}
.case-study-area .alternating-images:nth-child(2n+2) .image{float:left}
.case-study-area .alternating-images:nth-child(2n+2) .text{float:right}
.case-study-area .alternating-images .image{float:right;width:60%}
@media screen and (max-width: 768px){.case-study-area .alternating-images .image{width:48.5%}
}
@media screen and (max-width: 680px){.case-study-area .alternating-images .image{float:none;margin-bottom:15px;width:100%}
}
.case-study-area .alternating-images .image img{width:100%}
.case-study-area .alternating-images .text{float:left;width:37%}
@media screen and (max-width: 768px){.case-study-area .alternating-images .text{width:48.5%}
}
@media screen and (max-width: 680px){.case-study-area .alternating-images .text{float:none;margin-bottom:15px;width:100%}
}
.case-study-area .alternating-images .text p{font-family:"Gloria Hallelujah",cursive}
.case-study-area .info{border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8;margin-top:10px;padding:30px 10px}
.case-study-area .info>span{display:block;margin-top:15px}
.case-study-area .info>span:first-child{margin:0}
.case-study-area .info>span span{color:#474747}
.case-study-area .breakdown{padding-top:50px;padding-bottom:30px}
@media screen and (max-width: 980px){.case-study-area .breakdown{padding-top:30px}
}
@media screen and (max-width: 680px){.case-study-area .breakdown{padding-bottom:0}
}
@media screen and (max-width: 480px){.case-study-area .breakdown{padding-top:15px}
}
.case-study-area .breakdown h2{color:#474747;text-transform:uppercase;text-align:center}
.case-study-area .case-study-services{margin-top:30px;text-align:center}
@media screen and (max-width: 320px){.case-study-area .case-study-services{margin-top:15px}
}
.case-study-area .case-study-service{display:inline-block;margin:0 15px;width:100px;vertical-align:top}
@media screen and (max-width: 768px){.case-study-area .case-study-service{width:80px}
}
@media screen and (max-width: 680px){.case-study-area .case-study-service{margin:0 7px}
}
@media screen and (max-width: 580px){.case-study-area .case-study-service{width:60px;margin:0 3px}
}
@media screen and (max-width: 480px){.case-study-area .case-study-service{width:45px}
}
.case-study-area .case-study-service .icon{display:block;margin-bottom:5px;padding:20px;width:100%}
@media screen and (max-width: 580px){.case-study-area .case-study-service .icon{padding:10px}
}
@media screen and (max-width: 480px){.case-study-area .case-study-service .icon{padding:5px}
}
.case-study-area .case-study-service .icon img{max-height:55px}
@media screen and (max-width: 980px){.case-study-area .case-study-service .icon img{max-height:37px}
}
@media screen and (max-width: 480px){.case-study-area .case-study-service .icon img{max-height:32px}
}
.case-study-area .case-study-service span{color:#474747;display:inline-block;line-height:1.2;font-size:12px;font-size:0.75rem}
@media screen and (max-width: 580px){.case-study-area .case-study-service span{display:none}
}
.case-study-area .step{font-size:80px;font-size:5rem;color:#fff;display:block;height:150px;margin:0 auto 50px;padding-top:15px;text-align:center;width:150px}
@media screen and (max-width: 768px){.case-study-area .step{font-size:50px;font-size:3.125rem;margin-bottom:30px;padding-top:10px;height:100px;width:100px}
}
@media screen and (max-width: 480px){.case-study-area .step{font-size:35px;font-size:2.1875rem;height:60px;padding-top:5px;width:60px}
}
.case-study-area .goal{border:1px solid #8e8e8e;border-radius:3px;display:inline-block;padding:10px;margin:10px;margin-left:0}
@media screen and (max-width: 980px){.case-study-area .goal{font-size:14px;font-size:0.875rem}
}
@media screen and (max-width: 768px){.case-study-area .goal{padding:5px;margin:5px;margin-left:0}
}
@media screen and (max-width: 480px){.case-study-area .goal{display:block}
}
.case-study-banner{display:block;height:500px;margin:0 0 50px;width:100%}
@media screen and (max-width: 768px){.case-study-banner{height:400px}
}
@media screen and (max-width: 680px){.case-study-banner{margin:30px 0}
}
@media screen and (max-width: 580px){.case-study-banner{height:300px}
}
.campaign-items{padding-bottom:20px;background:#f6ba2b}
@media screen and (max-width: 680px){.campaign-items{padding:20px 0}
}
.campaign-items .full-width,.campaign-items .half,.campaign-items .third{margin-bottom:50px}
@media screen and (max-width: 680px){.campaign-items .full-width,.campaign-items .half,.campaign-items .third{margin-bottom:30px}
}
@media screen and (max-width: 680px){.campaign-items .half{float:left;width:48.5%}
.campaign-items .half:nth-child(n){margin-right:3%}
.campaign-items .half:nth-child(2n){margin-right:0}
}
.our-studio{background:#fff}
.our-team-image{background:url('../luminus/bg-opacity.png') #c4e053;position:relative;overflow:hidden;margin:0 auto;height:700px}
@media screen and (min-width: 1500px){.our-team-image{height:830px}
}
@media screen and (max-width: 1210px){.our-team-image{height:550px}
}
@media screen and (max-width: 980px){.our-team-image{height:425px}
}
@media screen and (max-width: 768px){.our-team-image{height:450px}
}
@media screen and (max-width: 680px){.our-team-image{height:375px}
}
@media screen and (max-width: 580px){.our-team-image{height:325px}
}
@media screen and (max-width: 480px){.our-team-image{height:auto;min-height:250px}
}
@media screen and (max-width: 375px){.our-team-image{height:auto;min-height:210px}
}
.our-team-image .background-image{position:absolute;top:0;left:50%;margin-left:-625px;max-width:1250px}
@media screen and (min-width: 1500px){.our-team-image .background-image{margin-left:-700px;max-width:1400px}
}
@media screen and (max-width: 1210px){.our-team-image .background-image{margin-left:-500px;max-width:1000px}
}
@media screen and (max-width: 980px){.our-team-image .background-image{margin-left:-350px;max-width:700px}
}
@media screen and (max-width: 768px){.our-team-image .background-image{margin-left:0;left:0;right:0;bottom:0;max-width:none}
}
.our-team-image .circle-overlay{position:absolute;left:0;right:0;bottom:0}
.our-team-image img{width:100%}
.our-story .intro{color:#fff}
.our-story .intro h3{display:block;margin:30px 0 15px}
.our-story .photos{margin:0 auto;max-width:550px;padding:50px 0;position:relative}
.our-story .photos .partner{position:relative;z-index:2}
.our-story .photos .partner:nth-child(1){float:left}
.our-story .photos .partner:nth-child(2){float:right}
@media screen and (max-width: 580px){.our-story .photos .partner{width:50%}
}
.our-story .horizontal{font-size:30px;font-size:1.875rem;color:#fff;position:absolute;letter-spacing:-2px;top:45%;left:120px}
@media screen and (max-width: 580px){.our-story .horizontal{display:none}
}
.our-story .vertical{font-size:30px;font-size:1.875rem;color:#fff;line-height:1;position:absolute;letter-spacing:-2px;-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);top:-115px;left:0;right:0;z-index:-4}
@media screen and (max-width: 1210px){.our-story .vertical{top:-152px}
}
@media screen and (max-width: 980px){.our-story .vertical{top:-164px}
}
@media screen and (max-width: 768px){.our-story .vertical{top:-163px}
}
@media screen and (max-width: 680px){.our-story .vertical{top:-190px}
}
@media screen and (max-width: 580px){.our-story .vertical{display:none}
}
@media screen and (max-width: 480px){.our-story .vertical{display:none}
}
.our-story .text-areas{color:#fff}
@media screen and (max-width: 580px){.our-story .text-areas{display:none}
}
.our-story .text-areas p{float:left;margin:0;width:50%}
@media screen and (max-width: 480px){.our-story .text-areas p{float:none;width:100%;text-align:center}
}
.our-story .text-areas p:nth-child(1){text-align:right;padding-right:50px}
@media screen and (max-width: 480px){.our-story .text-areas p:nth-child(1){padding-right:0;text-align:center}
}
.our-story .text-areas p:nth-child(2){text-align:left;padding-left:50px}
@media screen and (max-width: 480px){.our-story .text-areas p:nth-child(2){margin-top:15px;padding-left:0;text-align:center}
}
@media screen and (max-width: 1210px){.scroller{height:300px}
}
@media screen and (max-width: 768px){.scroller{height:225px}
}
@media screen and (max-width: 580px){.scroller{height:175px}
}
.scroller img{width:auto !important}
@media screen and (max-width: 1210px){.scroller img{height:300px}
}
@media screen and (max-width: 768px){.scroller img{height:225px}
}
@media screen and (max-width: 580px){.scroller img{height:175px}
}
.what-makes-us-luminus{background:#f5f5f5}
.aside{float:left;width:40%}
@media screen and (max-width: 1210px){.aside{width:48.5%}
}
@media screen and (max-width: 980px){.aside{width:100%}
}
.aside h5{color:#474747}
.aside h2{margin:15px 0}
.thinking{display:flex;flex-wrap:wrap;float:right;width:57%}
@media screen and (max-width: 1210px){.thinking{width:48.5%}
}
@media screen and (max-width: 980px){.thinking{margin-top:30px;width:100%}
}
.thinking .think{float:left;width:48.5%;margin-bottom:15px}
.thinking .think:nth-child(n){margin-right:3%}
.thinking .think:nth-child(2n){margin-right:0}
@media screen and (max-width: 680px){.thinking .think{float:left;width:48.5%}
.thinking .think:nth-child(n){margin-right:3%}
.thinking .think:nth-child(2n){margin-right:0}
}
@media screen and (max-width: 480px){.thinking .think{float:left;width:100%}
.thinking .think:nth-child(n){margin-right:3%}
.thinking .think:nth-child(1n){margin-right:0}
}
.thinking .think img{display:block;margin:0 auto 15px}
.thinking .think h2{color:#474747;display:block;text-align:center}
.thinking p{font-size:14px;font-size:0.875rem}
.our-team{background:#f5f5f5}
.our-team h5{color:#474747}
.our-team .team-members{display:flex;flex-wrap:wrap;margin-top:50px}
.our-team .team-members .member{float:left;width:48.5%;margin-bottom:30px}
.our-team .team-members .member:nth-child(n){margin-right:3%}
.our-team .team-members .member:nth-child(2n){margin-right:0}
@media screen and (max-width: 480px){.our-team .team-members .member{float:left;width:100%}
.our-team .team-members .member:nth-child(n){margin-right:3%}
.our-team .team-members .member:nth-child(1n){margin-right:0}
}
.our-team .team-members .image{position:relative;overflow:hidden}
.our-team .team-members .image:hover .hover{bottom:0px}
.our-team .team-members .image img{width:100%}
.our-team .team-members .name{font-size:35px;font-size:2.1875rem;border-top:2px solid #f8f8f8;margin-top:10px;color:#474747;display:block}
@media screen and (max-width: 980px){.our-team .team-members .name{font-size:28px;font-size:1.75rem}
}
.our-team .team-members .title{font-size:22px;font-size:1.375rem;display:block}
@media screen and (max-width: 980px){.our-team .team-members .title{font-size:18px;font-size:1.125rem}
}
.our-team .team-members p{font-size:16px;font-size:1rem}
@media screen and (max-width: 980px){.our-team .team-members p{font-size:14px;font-size:0.875rem}
}
.our-team .team-members .hover{transition: 0.4s;background:rgba(30,159,204,0.75);display:block;font-weight:bold;position:absolute;text-align:center;text-transform:uppercase;left:0;right:0;bottom:-80px}
@media screen and (max-width: 768px){.our-team .team-members .hover{bottom:0}
}
@media screen and (max-width: 680px){.our-team .team-members .hover{font-size:15px;font-size:0.9375rem}
}
.our-team .team-members .hover a{color:#fff;display:block;padding:10px}
.keeping-it-real .inset{margin:0 auto;max-width:700px}
.keeping-it-real h5{text-transform:none;line-height:1.3}
.keeping-it-real h3{font-size:35px;font-size:2.1875rem}
@media screen and (max-width: 680px){.keeping-it-real h3{font-size:28px;font-size:1.75rem}
}
@media screen and (max-width: 580px){.keeping-it-real h3{font-size:23px;font-size:1.4375rem}
}
.keeping-it-real h3{margin:25px 0 15px}
.keeping-it-real .our-projects{display:flex;flex-wrap:wrap;margin-top:50px}
.keeping-it-real .col{float:left;width:31.33333%}
.keeping-it-real .col:nth-child(n){margin-right:3%}
.keeping-it-real .col:nth-child(3n){margin-right:0}
@media screen and (max-width: 768px){.keeping-it-real .col{float:left;width:100%;margin-top:15px}
.keeping-it-real .col:nth-child(n){margin-right:3%}
.keeping-it-real .col:nth-child(1n){margin-right:0}
}
@media screen and (max-width: 768px){.keeping-it-real .top{float:left;width:300px}
}
@media screen and (max-width: 680px){.keeping-it-real .top{width:225px}
}
@media screen and (max-width: 580px){.keeping-it-real .top{width:215px}
}
@media screen and (max-width: 480px){.keeping-it-real .top{width:100%}
}
.keeping-it-real .bottom{text-align:center;padding:20px}
@media screen and (max-width: 768px){.keeping-it-real .bottom{padding:10px;padding-left:310px}
}
@media screen and (max-width: 680px){.keeping-it-real .bottom{padding-left:235px}
}
@media screen and (max-width: 580px){.keeping-it-real .bottom{padding-left:225px}
}
@media screen and (max-width: 480px){.keeping-it-real .bottom{padding-left:10px}
}
.keeping-it-real .bottom .title{font-size:40px;font-size:2.5rem;text-transform:uppercase}
@media screen and (max-width: 768px){.keeping-it-real .bottom .title{font-size:30px;font-size:1.875rem}
}
@media screen and (max-width: 680px){.keeping-it-real .bottom .title{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 580px){.keeping-it-real .bottom .title{font-size:22px;font-size:1.375rem}
}
@media screen and (max-width: 768px){.keeping-it-real .bottom p{font-size:14px;font-size:0.875rem}
}
@media screen and (max-width: 680px){.keeping-it-real .bottom p{font-size:12px;font-size:0.75rem;margin:5px 0 10px}
}
@media screen and (max-width: 580px){.keeping-it-real .bottom p{font-size:11px;font-size:0.6875rem}
}
@media screen and (max-width: 580px){.keeping-it-real .bottom .btn,.keeping-it-real .bottom input[type="submit"]{font-size:16px;font-size:1rem;padding:5px 15px}
}
.profile{background:#fff;margin-top:670px;display:block;margin-bottom:500px;position:relative;z-index:2}
.profile.white{background:#fff}
@media screen and (max-width: 1210px){.profile{margin-top:550px;margin-bottom:448px}
}
@media screen and (max-width: 980px){.profile{margin-top:450px;margin-bottom:400px}
}
@media screen and (max-width: 768px){.profile{margin-bottom:380px}
}
@media screen and (max-width: 680px){.profile{margin-top:375px;margin-bottom:335px}
}
@media screen and (max-width: 580px){.profile{margin-top:300px;margin-bottom:289px}
}
@media screen and (max-width: 480px){.profile{margin-top:250px}
}
@media screen and (max-width: 320px){.profile{margin-top:220px;margin-bottom:230px}
}
@media screen and (max-width: 680px){.profile .half{float:left;width:100%}
.profile .half:nth-child(n){margin-right:3%}
.profile .half:nth-child(1n){margin-right:0}
}
.profile-banner{position:fixed;left:0;right:0;top:75px;height:620px}
@media screen and (max-width: 1210px){.profile-banner{height:500px}
}
@media screen and (max-width: 980px){.profile-banner{height:400px}
}
@media screen and (max-width: 680px){.profile-banner{height:325px}
}
@media screen and (max-width: 580px){.profile-banner{height:250px}
}
@media screen and (max-width: 480px){.profile-banner{height:200px;top:55px}
}
@media screen and (max-width: 320px){.profile-banner{height:170px}
}
.profile-banner .wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%)}
@media screen and (max-width: 768px){.profile-banner .wrapper{width:100%}
}
@media screen and (max-width: 1210px){.profile-banner h1{font-size:70px;font-size:4.375rem}
}
@media screen and (max-width: 980px){.profile-banner h1{font-size:60px;font-size:3.75rem}
}
@media screen and (max-width: 768px){.profile-banner h1{font-size:50px;font-size:3.125rem}
}
@media screen and (max-width: 680px){.profile-banner h1{font-size:45px;font-size:2.8125rem}
}
@media screen and (max-width: 580px){.profile-banner h1{font-size:35px;font-size:2.1875rem}
}
@media screen and (max-width: 480px){.profile-banner h1{font-size:18px;font-size:1.125rem}
}
.profile-banner h2{font-size:42px;font-size:2.625rem;border-bottom:2px solid #8e8e8e;display:inline-block}
@media screen and (max-width: 680px){.profile-banner h2{font-size:35px;font-size:2.1875rem}
}
@media screen and (max-width: 580px){.profile-banner h2{font-size:25px;font-size:1.5625rem}
}
@media screen and (max-width: 480px){.profile-banner h2{font-size:16px;font-size:1rem;max-width:50%}
}
.profile-banner .info{margin-top:15px}
.profile-banner span{display:inline-block}
@media screen and (max-width: 768px){.profile-banner span{font-size:14px;font-size:0.875rem}
}
@media screen and (max-width: 580px){.profile-banner span{display:block}
}
@media screen and (max-width: 580px) and (max-width: 480px){.profile-banner span a{font-size:12px;font-size:0.75rem}
}
@media screen and (max-width: 580px){.profile-banner span:nth-child(2){display:none}
}
.back-to{display:block;margin-top:15px;text-align:center}
.blog .post{display:block;border-bottom:1px solid #f8f8f8;padding:25px 25px 25px 0}
@media screen and (max-width: 768px){.blog .post{padding-right:0}
}
.blog .date{font-size:15px;font-size:0.9375rem;color:#474747;display:block;margin-top:10px;text-transform:uppercase}
.post-name{font-size:26px;font-size:1.625rem;display:block}
.blog-thumb-left{float:left;width:30%;margin:10px 10px 10px 0}
@media screen and (max-width: 580px){.blog-thumb-left{width:50%}
}
@media screen and (max-width: 320px){.blog-thumb-left{width:35%}
}
.blog-thumb-right{float:right;width:30%;margin:10px 0 10px 10px}
@media screen and (max-width: 580px){.blog-thumb-right{width:50%}
}
@media screen and (max-width: 320px){.blog-thumb-right{width:35%}
}
.blog-quote-left{float:left;width:30%;border-right:3px solid #1e9fcc;padding:10px 10px 10px 0;margin:10px;font-size:26px;font-size:1.625rem;text-align:left;color:#1e9fcc}
@media screen and (max-width: 580px){.blog-quote-left{font-size:20px;font-size:1.25rem;width:50%}
}
@media screen and (max-width: 320px){.blog-quote-left{font-size:16px;font-size:1rem;width:50%}
}
.blog-quote-right{float:right;width:30%;border-left:3px solid #1e9fcc;padding:10px 0 10px  10px;margin:10px;font-size:26px;font-size:1.625rem;text-align:right;color:#1e9fcc}
@media screen and (max-width: 580px){.blog-quote-right{font-size:20px;font-size:1.25rem;width:50%}
}
@media screen and (max-width: 320px){.blog-quote-right{font-size:16px;font-size:1rem;width:50%}
}
.collapsed{margin-top:15px}
.collapsed .title-bar{background:#1e9fcc;color:#fff;padding:10px}
.collapsed .fa{font-size:30px;font-size:1.875rem;float:right}
.collapsed .text{border:10px solid #1e9fcc;border-top:none;display:none}
.collapsed a{background:#fff;display:block;font-weight:bold;padding:10px;text-transform:uppercase}
.contact-boxes{margin-top:35px}
@media screen and (max-width: 680px){.contact-boxes{margin-top:15px}
}
@media screen and (max-width: 680px){.contact-boxes .third{float:left;width:100%;margin-top:15px}
.contact-boxes .third:nth-child(n){margin-right:3%}
.contact-boxes .third:nth-child(1n){margin-right:0}
}
.get-in-touch span,.mailchimp-form span{display:none}
.get-in-touch input,.mailchimp-form input,.get-in-touch textarea,.mailchimp-form textarea{margin-bottom:0px}
.get-in-touch input[type='submit'],.mailchimp-form input[type='submit']{margin-top:25px}
.get-in-touch .half,.mailchimp-form .half{margin-bottom:25px}
.cornerstone-banner{position:relative;background:#000;background-position:center center;background-size:cover}
.cornerstone-banner-overlay{background-repeat:repeat;padding:100px 0}
@media screen and (max-width: 980px){.cornerstone-banner-overlay{padding:75px 0}
}
@media screen and (max-width: 680px){.cornerstone-banner-overlay{padding:50px 0}
}
@media screen and (max-width: 580px){.cornerstone-banner-overlay{padding:30px 0}
}
.cornerstone-banner-title{font-family:"Brawler",georgia,serif;font-size:70px;font-size:4.375rem;text-shadow:2px 2px 2px #333;color:#fff;text-align:center}
@media screen and (max-width: 980px){.cornerstone-banner-title{font-size:60px;font-size:3.75rem}
}
@media screen and (max-width: 680px){.cornerstone-banner-title{font-size:50px;font-size:3.125rem;line-height:1.3}
}
.cornerstone-banner-title.golden{text-shadow:none !important}
.cornerstone-banner-text{font-family:"Gloria Hallelujah",cursive;font-size:20px;font-size:1.25rem;text-shadow:2px 2px 2px #333;color:#fff;text-align:center;margin:0 0 20px 0}
@media screen and (max-width: 980px){.cornerstone-banner-text{font-size:16px;font-size:1rem}
}
@media screen and (max-width: 680px){.cornerstone-banner-text{font-size:14px;font-size:0.875rem}
}
.cornerstone-banner-text.golden{text-shadow:none !important}
.cornerstone-banner-buttons{text-align:center}
.cornerstone-banner-buttons span{margin:0 5px}
.cornerstone-banner-buttons span a{border-bottom:2px solid #242424}
.cornerstone-banner-social{text-align:center;margin:20px 0 0 0}
.cornerstone-main-content{padding:50px 0;background-color:#fff}
@media screen and (max-width: 580px){.cornerstone-main-content{padding:30px 0}
}
.cornerstone-main-content h1{font-size:50px;font-size:3.125rem;line-height:1.3;margin:0 0 20px 0}
@media screen and (max-width: 980px){.cornerstone-main-content h1{font-size:40px;font-size:2.5rem}
}
@media screen and (max-width: 580px){.cornerstone-main-content h1{font-size:32px;font-size:2rem;line-height:1.2}
}
.cornerstone-main-content h2{font-size:26px;font-size:1.625rem;line-height:1.3}
@media screen and (max-width: 980px){.cornerstone-main-content h2{font-size:22px;font-size:1.375rem}
}
.cornerstone-main-content h3{color:#242424}
.cornerstone-author{position:relative;float:right;width:500px;min-height:270px;background-position:bottom right;background-repeat:no-repeat;background-size:300px auto;padding:40px 200px 0 0;margin:10px 0 30px 30px;font-family:"Gloria Hallelujah",cursive;font-size:28px;font-size:1.75rem;line-height:1.5;color:#474747}
@media screen and (max-width: 980px){.cornerstone-author{width:375px;min-height:200px;padding:20px 200px 0 0;background-size:250px auto;margin:10px 0 30px 30px;font-size:20px;font-size:1.25rem;line-height:1.5}
}
@media screen and (max-width: 680px){.cornerstone-author{float:none;position:relative;margin:0 auto 40px auto;width:100%;min-height:200px;padding:20px 200px 0 0;background-size:250px auto;font-size:32px;font-size:2rem;line-height:1.5}
}
@media screen and (max-width: 580px){.cornerstone-author{font-size:24px;font-size:1.5rem}
}
@media screen and (max-width: 480px){.cornerstone-author{font-size:20px;font-size:1.25rem}
}
@media screen and (max-width: 320px){.cornerstone-author{font-size:18px;font-size:1.125rem;background-size:200px auto;padding:10px 170px 0 0;min-height:170px}
}
.cornerstone-author .author-info{position:absolute;bottom:-30px;right:0;font-size:16px;font-size:1rem;text-align:right;font-family:"Brawler",georgia,serif}
.cornerstone-author .author-info .name{display:inline-block;color:#242424;text-transform:uppercase;margin:0 2px}
.cornerstone-author .author-info .title{display:inline-block;color:#8e8e8e;text-transform:uppercase;margin:0 2px}
.cornerstone-split-content{background:-webkit-gradient(linear, left top, right top, color-stop(0%, #f8f8f8), color-stop(50%, #f8f8f8), color-stop(50%, #242424));background:-moz-linear-gradient(left center, #f8f8f8, #f8f8f8 50%, #242424 50%, #242424 100%);padding:0}
@media screen and (max-width: 768px){.cornerstone-split-content{background-image:none}
.cornerstone-split-content .wrapper{padding:0}
}
.cornerstone-split-content .faux-columns{background:-webkit-gradient(linear, left top, right top, color-stop(33%, #f8f8f8), color-stop(66%, #f8f8f8), color-stop(66%, #242424));background:-moz-linear-gradient(left center, #f8f8f8, #f8f8f8 66%, #242424 33%, #242424 100%);padding:50px 0}
@media screen and (max-width: 768px){.cornerstone-split-content .faux-columns{padding:0;background-image:none}
}
.cornerstone-split-content .chapters{float:left;width:63%}
@media screen and (max-width: 768px){.cornerstone-split-content .chapters{float:none;width:100%;padding:30px 20px 30px 20px}
}
.cornerstone-split-content .chapters a{display:block;position:relative;padding:10px 0;border-top:1px solid #b8b8b8}
.cornerstone-split-content .chapters a:first-child{border-top:0}
.cornerstone-split-content .chapters a:hover{background-color:#fff;color:#1e9fcc}
.cornerstone-split-content .chapters a:hover .part-box,.cornerstone-split-content .chapters a:hover .chapter-info,.cornerstone-split-content .chapters a:hover .chapter-info>h3{color:#1e9fcc}
.cornerstone-split-content .chapters a:hover .chapter-info{border-left:3px solid #1e9fcc}
.cornerstone-split-content .chapters a .part-box{position:absolute;width:60px;font-size:52px;font-size:3.25rem;color:#242424;text-align:center;z-index:2;line-height:1}
@media screen and (max-width: 580px){.cornerstone-split-content .chapters a .part-box{width:50px;font-size:40px;font-size:2.5rem}
}
.cornerstone-split-content .chapters a .part-box .title{font-size:16px;font-size:1rem;text-transform:uppercase}
@media screen and (max-width: 580px){.cornerstone-split-content .chapters a .part-box .title{font-size:14px;font-size:0.875rem}
}
.cornerstone-split-content .chapters a .chapter-info{margin:0 0 0 70px;padding:0 0 0 10px;border-left:3px solid #242424;color:#8e8e8e}
@media screen and (max-width: 980px){.cornerstone-split-content .chapters a .chapter-info{font-size:16px;font-size:1rem}
}
@media screen and (max-width: 768px){.cornerstone-split-content .chapters a .chapter-info{min-height:70px}
}
@media screen and (max-width: 580px){.cornerstone-split-content .chapters a .chapter-info{margin:0 0 0 50px;font-size:14px;font-size:0.875rem}
}
.cornerstone-split-content .chapters a .chapter-info h3{font-size:35px;font-size:2.1875rem;color:#242424;line-height:1}
@media screen and (max-width: 980px){.cornerstone-split-content .chapters a .chapter-info h3{font-size:26px;font-size:1.625rem}
}
@media screen and (max-width: 580px){.cornerstone-split-content .chapters a .chapter-info h3{font-size:22px;font-size:1.375rem}
}
.cornerstone-split-content .blog-posts{float:right;width:31%;color:#fff}
@media screen and (max-width: 768px){.cornerstone-split-content .blog-posts{float:none;width:100%;padding:30px 20px 30px 20px;background-color:#000}
}
.cornerstone-split-content .blog-posts .feed-title{position:relative;padding:0 0 5px 0;font-size:30px;font-size:1.875rem;color:#fff;text-transform:uppercase;border-bottom:1px double #fff}
.cornerstone-split-content .blog-posts .feed-title a{position:absolute;bottom:2px;right:0;color:#fff;font-size:30px;font-size:1.875rem}
.cornerstone-split-content .blog-posts .post-row{border-bottom:1px solid #3e3e3e;padding:15px 0}
.cornerstone-split-content .blog-posts .post-row .date{color:#f8f8f8;font-size:16px;font-size:1rem;text-transform:uppercase;margin:0 0 2px 0}
.cornerstone-split-content .blog-posts .post-row a{font-size:26px;font-size:1.625rem}
@media screen and (max-width: 980px){.cornerstone-split-content .blog-posts .post-row a{font-size:20px;font-size:1.25rem}
}
.cornerstone-split-content .blog-posts .post-more{padding:15px 0 0 0}
.cornerstone-faqs{padding:50px 0;background-color:#fff}
.cornerstone-faqs .faq-row{margin:20px 0}
.cornerstone-faqs h2{font-size:40px;font-size:2.5rem;color:#242424;margin:0 0 10px 0}
@media screen and (max-width: 580px){.cornerstone-faqs h2{font-size:32px;font-size:2rem;line-height:1.3}
}
.cornerstone-faqs h4{font-size:20px;font-size:1.25rem;margin:0 0 10px 0;cursor:pointer}
@media screen and (max-width: 580px){.cornerstone-faqs h4{line-height:1.2}
}
.cornerstone-faqs-content{display:none}
.cornerstone-resources{position:relative;background-color:#8acd73;padding:50px 0;color:#fff}
.cornerstone-resources h2{font-size:40px;font-size:2.5rem;color:#fff;margin:0 0 20px 0}
.cornerstone-resources ul{position:relative;column-count:3;-moz-column-count:3;-webkit-column-count:3;list-style-type:none;padding:0}
@media screen and (max-width: 768px){.cornerstone-resources ul{column-count:1;-moz-column-count:1}
}
.cornerstone-resources ul li{display:inline-block}
@media screen and (max-width: 768px){.cornerstone-resources ul li{display:block}
}
.cornerstone-resources ul a{color:#fff;margin:0 0 10px 0}
@media screen and (max-width: 580px){.cornerstone-resources ul a{margin:0 0 20px 0}
}
.cornerstone-resources ul a:hover{color:#366825}
.author-box{float:left;width:310px;margin:0 10px 10px 0;font-size:16px;font-size:1rem}
.author-box .author-photo{float:left;width:100px;margin:0 10px 0 0}
.author-box .author-info{float:left;width:200px}
.author-box .author-info .date{display:block;color:#8e8e8e;text-transform:uppercase;margin:2px 0;font-size:14px;font-size:0.875rem}
.author-box .author-info .name{display:block;color:#242424;text-transform:uppercase;margin:2px 0}
.author-box .author-info .title{display:block;color:#8e8e8e;text-transform:uppercase;margin:2px 0}
.part-title{text-transform:uppercase;font-size:20px;font-size:1.25rem}
.part-nav{text-align:center;margin:15px 0}
.part-nav a{display:block;margin:5px}
@media screen and (max-width: 768px){.part-nav a{display:block}
}
.part-nav span{display:block;margin:5px}
.newsletter-bar{display:none;position:relative;background-color:#1e9fcc;color:#fff;padding:15px 0}
@media screen and (max-width: 1210px){.newsletter-bar{padding:10px}
}
.newsletter-bar .close-icon{position:absolute;top:17px;right:0;width:30px;font-size:24px;font-size:1.5rem;color:#fff !important}
@media screen and (max-width: 1210px){.newsletter-bar .close-icon{top:13px}
}
@media screen and (max-width: 980px){.newsletter-bar .close-icon{top:5px}
}
@media screen and (max-width: 580px){.newsletter-bar .close-icon{top:0px;font-size:20px;font-size:1.25rem}
}
.newsletter-bar .intro-text{float:left;width:625px;margin:0 20px 0 0;color:#fff;font-family:"Gloria Hallelujah",cursive;font-size:20px;font-size:1.25rem;padding:5px 0 0 0}
@media screen and (max-width: 1210px){.newsletter-bar .intro-text{width:480px;font-size:16px;font-size:1rem;margin:0 20px 0 0;padding:5px 0 0 0}
}
@media screen and (max-width: 980px){.newsletter-bar .intro-text{float:none;width:auto;margin:5px 0;text-align:center}
}
@media screen and (max-width: 580px){.newsletter-bar .intro-text{margin:5px 10px}
}
.newsletter-bar form{float:left;width:525px;text-align:right}
@media screen and (max-width: 1210px){.newsletter-bar form{width:460px}
}
@media screen and (max-width: 980px){.newsletter-bar form{width:100%;margin:5px 0;text-align:center}
}
.newsletter-bar form input{display:inline-block;width:300px;margin:0 20px 0 0;padding:10px;font-size:16px;font-size:1rem;color:#474747;font-family:"Brawler",georgia,serif;background-color:#fff;border:0}
@media screen and (max-width: 1210px){.newsletter-bar form input{width:250px;font-size:14px;font-size:0.875rem;margin:0 10px 0 0;padding:8px}
}
@media screen and (max-width: 480px){.newsletter-bar form input{width:100%;margin:5px 0}
}
.newsletter-bar form input[type="submit"]{float:none;display:inline-block !important;border:0;width:170px !important;background:#146b89 !important;color:#fff !important;font-family:"Gloria Hallelujah",cursive;padding:4px 0 5px 0 !important;margin:0}
.newsletter-bar form input[type="submit"]:hover{background:#0e485d !important}
.mailchimp-form h1{color:#fff}
.mailchimp-form #newsletter-signup .whole{margin-bottom:15px}
.mailchimp-form #newsletter-signup input[type=submit]{font-size:24px;font-size:1.5rem}
.thumbs-up{opacity:0;z-index:-1;position:absolute;top:0px;left:0px;width:100%;height:100%;background-color:#8acd73;
background-image:url("https://www.luminusmedia.com/images/thumbs-up-pattern.png");background-repeat:repeat;background-size:200px;background-position:0px 30px}
.mailchimp-form{position:relative;background-color:#8acd73}
.ebook-form ::-webkit-input-placeholder{color:#f8f8f8}
.ebook-form :-moz-placeholder{color:#f8f8f8;opacity:1}
.ebook-form ::-moz-placeholder{color:#f8f8f8;opacity:1}
.ebook-form :-ms-input-placeholder{color:#f8f8f8}
@media screen and (max-width: 580px){.ebook-form ::-webkit-input-placeholder{color:#8e8e8e}
.ebook-form :-moz-placeholder{color:#8e8e8e;opacity:1}
.ebook-form ::-moz-placeholder{color:#8e8e8e;opacity:1}
.ebook-form :-ms-input-placeholder{color:#8e8e8e}
}
@media screen and (max-width: 580px){.ebook-form label.hidden-small{display:none}
}
.joined{display:none;color:#fff}
.joined a{color:#fff;font-size:24px;font-size:1.5rem}
@media screen and (max-width: 580px){.joined a{font-size:20px;font-size:1.25rem}
}
.joined .links{background:rgba(93,177,67,0.8);padding:10px 20px;transition:background .5s}
.joined .links:hover{background:#5DB143}
.joined,.join{transition:all .5s}
#newsletter-signup{overflow:hidden;max-height:2000px;-webkit-transition:max-height 1.5s;-moz-transition:max-height 1.5s;transition:max-height 1.5s}
.david-modal-bg{display:none;position:fixed;z-index:4;left:0px;right:0px;top:0px;bottom:0px;background:#000;opacity:.65;min-height:100vw;min-width:100vw}
@media screen and (max-width: 1210px)
 {.david-modal-bg{min-height:100%;min-width:100%}
}
.david-modal{display:none;z-index:5;background:#B4D3B2;position:fixed;left:0px;margin:auto;right:0px;top:0px;bottom:0px;width:80%;max-width:570px;
padding:30px;height:60%;min-height:600px}
@media screen and (max-width: 580px){.david-modal{display:none;z-index:5;background:#8acd73;position:fixed;left:15px;
margin:auto;right:15px;top:15px;bottom:15px;padding:20px;min-height:545px;height:auto}
}
.david-modal .david-wrapper{position:relative;margin-top:-100px}
@media screen and (max-width: 600px){.david-modal .david-wrapper{margin-top:-50px}
.david-modal .david-wrapper img.david{width:160px}
}
.david-modal label{color:#fff}
.david-modal img{width:560px;display:block;margin:auto}
.david-modal .eyelid{border-radius:40px;position:absolute;top:90px;left:51.6%;height:28px;width:31px;overflow:hidden}
@media screen and (max-width: 580px){.david-modal .eyelid{height:18px;width:19px;top:50px}
}
.david-modal .eyelid-upper{margin-top:-22px;position:absolute;top:0px}
.david-modal .eyelid-lower{position:absolute;bottom:0px;margin-bottom:-20px}
.david-modal p{color:#333333}
.david-modal p:first-of-type{font-size:26px;}
@media screen and (max-width: 580px){.david-modal p:first-of-type{font-size:14px;}
}
.david-modal p.post-submit{font-size:26px;display:none}
.david-modal p.post-submit.visible{display:block}
@media screen and (max-width: 580px){.david-modal p{margin:2px 0}
}
.david-modal input[type='submit']{border:none;margin:auto;float:none;display:block;margin-top:20px;
background:-webkit-linear-gradient(315deg, #6bc04d, #6bc04d 50%, #7ac660 50%, #7ac660);background:linear-gradient(315deg, #6bc04d, #6bc04d 50%, #7ac660 50%, #7ac660)}
.david-modal span{display:none;transition:all .5s}
.david-modal input{margin-top:15px;margin-bottom:0px}
@media screen and (max-width: 580px){.david-modal input{margin-top:5px}
}
.david-modal .close-david{position:absolute;top:5px;right:5px;color:green;font-size:24px;font-size:1.5rem;cursor:pointer}
  #wynik {
	color: #FF0000;
	display:inline-flex;
	font-weight: 600; 
	font-size:20px;
	}
	#countbox {
	margin: 20px 0px 0px 80px;
	color: #FF0000;
	display:inline-flex;
	font-weight: 600; 
	font-size:40px;
	   }
 @media screen and (max-width: 1210px) {#countbox {font-size:22px;margin: 10px 0px 0px 20px;}  
  }
 #countbox2 {
	margin: -60px 20px 60px 20px;
	color: #FF0000;
	display:inline-flex;
	font-weight: 600; 
	font-size:16px;
	}
IMG.logo2 {
    display:block;
    margin-left:auto;
    margin-right:auto;
}

#gen {
  outline: none;
  padding-top: 5px;
  font-weight:bold;
  font-size: 20px;
  opacity: 0.6;
  background-color: black;
  color: white;
  border: thin solid white;
  height: 80px;
  width: 150px;
  border-radius: 10px;
  transition: 0.5s;
  float: right;
  margin: 0px 150px 0px 20px;
}

#gen:hover {
  background-color: white;
  font-weight:bold;
  color: black;
  border: thin solid black;
  opacity: 0.8;
}

#gen a {
  text-decoration: none;
}

#date  
  p {
      font-size: 1em;
	  color: white;
	  }
	  
.column {
  float: left;
  width: 33.3%;
  padding: 15px 1px 15px 10px;
 }
   @media screen and (max-width: 1210px) {.column { font-size:14px; }
    }
	
.column:hover { 
display:inline-block;
opacity: 0.8;
filter: alpha(opacity=80);
text-decoration:none;
} 
   @media screen and (max-width: 1210px) {.column:hover { font-size:14px; }
    }

.row::after {
  content: "";
  clear: both;
  display: table;
}
div.polaroid1 {
  width: 70%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}
div.polaroid2 {
  width: 70%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.polaroid3 {
  width: 50%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

div.container1 {
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  } 
   @media screen and (max-width: 1210px) {.container1{ font-size:12px; }
 }
div.container1 p{
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
 }

.progress-container {
  width: 100%;
  height: 4px;
  background: #ffffff;
}

.progress-bar {
  height: 4px;
  background: #cc0000;
  width: 0%;
  padding: 0px 0px;
}
.header3 {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #f1f1f1;
}

.header3 h2 {
  text-align: center;
}
.avatar {
  vertical-align: middle  ;
  width: 150px;
  height: 150px;
  border-radius: 50%;
   margin: 10px 20px;
     float: left;
  }
  .avatar2 {
  vertical-align: middle;
  width: 230px;
  height: 230px;
  border-radius: 50%;
   margin: 10px 10px;
   float: left;
     }
 @media screen and (max-width: 1210px) {.avatar2 {width:130px;height:130px}  
  }
  div.container12 {
  text-align: center;
  padding: 0px 0px;
  display:inline;
   }
   @media screen and (max-width: 1210px) {.container12 { display:inline;
   }
   }