/* FILE: media/system/css/modal.css */
 #sbox-overlay{position:fixed;background-color:#000;left:0px;top:0px;}#sbox-window{position:absolute;background-color:#fff;text-align:left;overflow:visible;padding:10px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}#sbox-window[aria-hidden=true],#sbox-overlay[aria-hidden=true]{display:none;}#sbox-btn-close{position:absolute;width:30px;height:30px;right:-15px;top:-15px;background:url('https://silales-artojas.lt/media/system/images/modal/closebox.png') no-repeat center;border:none;}.sbox-loading #sbox-content{background-image:url('https://silales-artojas.lt/media/system/images/modal/spinner.gif');background-repeat:no-repeat;background-position:center;}#sbox-content{clear:both;overflow:auto;background-color:#fff;height:100%;width:100%;}.sbox-content-image#sbox-content{overflow:visible;}#sbox-image{display:block;}.sbox-content-image img{display:block;width:100%;height:100%;}.sbox-content-iframe#sbox-content{overflow:visible;}.body-overlayed{overflow:hidden;}.body-overlayed embed,.body-overlayed object,.body-overlayed select{visibility:hidden;}#sbox-window embed,#sbox-window object,#sbox-window select{visibility:visible;}#sbox-window.shadow{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.7);-moz-box-shadow:0 0 10px rgba(0,0,0,0.7);box-shadow:0 0 10px rgba(0,0,0,0.7);}.sbox-bg{position:absolute;width:33px;height:40px;}.sbox-bg-n{left:0;top:-40px;width:100%;background:url('https://silales-artojas.lt/media/system/images/modal/bg_n.png') repeat-x;}.sbox-bg-ne{right:-33px;top:-40px;background:url('https://silales-artojas.lt/media/system/images/modal/bg_ne.png') no-repeat;}.sbox-bg-e{right:-33px;top:0;height:100%;background:url('https://silales-artojas.lt/media/system/images/modal/bg_e.png') repeat-y;}.sbox-bg-se{right:-33px;bottom:-40px;background:url('https://silales-artojas.lt/media/system/images/modal/bg_se.png') no-repeat;}.sbox-bg-s{left:0;bottom:-40px;width:100%;background:url('https://silales-artojas.lt/media/system/images/modal/bg_s.png') repeat-x;}.sbox-bg-sw{left:-33px;bottom:-40px;background:url('https://silales-artojas.lt/media/system/images/modal/bg_sw.png') no-repeat;}.sbox-bg-w{left:-33px;top:0;height:100%;background:url('https://silales-artojas.lt/media/system/images/modal/bg_w.png') repeat-y;}.sbox-bg-nw{left:-33px;top:-40px;background:url('https://silales-artojas.lt/media/system/images/modal/bg_nw.png') no-repeat;}@media (max-width:979px){#sbox-btn-close{right:-10px;top:-10px;}}@media (max-device-width:979px){#sbox-content{-webkit-overflow-scrolling:touch;}#sbox-content.sbox-content-iframe{overflow:scroll;-webkit-overflow-scrolling:touch;}}

/* FILE: templates/silales_artojas/css/font-awesome.css */
 @font-face{font-family:'FontAwesome';src:url('https://silales-artojas.lt/templates/silales_artojas/fonts/font-awesome/fontawesome-webfont.eot?v=4.2.0');src:url('https://silales-artojas.lt/templates/silales_artojas/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('https://silales-artojas.lt/templates/silales_artojas/fonts/font-awesome/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('https://silales-artojas.lt/templates/silales_artojas/fonts/font-awesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('https://silales-artojas.lt/templates/silales_artojas/fonts/font-awesome/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-fw{width:1.28571429em;text-align:center;}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none;}.fa-ul > li{position:relative;}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center;}.fa-li.fa-lg{left:-1.85714286em;}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em;}.pull-right{float:right;}.pull-left{float:left;}.fa.pull-left{margin-right:.3em;}.fa.pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear;}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg);}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1);}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1);}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none;}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle;}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#ffffff;}.fa-glass:before{content:"\f000";}.fa-music:before{content:"\f001";}.fa-search:before{content:"\f002";}.fa-envelope-o:before{content:"\f003";}.fa-heart:before{content:"\f004";}.fa-star:before{content:"\f005";}.fa-star-o:before{content:"\f006";}.fa-user:before{content:"\f007";}.fa-film:before{content:"\f008";}.fa-th-large:before{content:"\f009";}.fa-th:before{content:"\f00a";}.fa-th-list:before{content:"\f00b";}.fa-check:before{content:"\f00c";}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d";}.fa-search-plus:before{content:"\f00e";}.fa-search-minus:before{content:"\f010";}.fa-power-off:before{content:"\f011";}.fa-signal:before{content:"\f012";}.fa-gear:before,.fa-cog:before{content:"\f013";}.fa-trash-o:before{content:"\f014";}.fa-home:before{content:"\f015";}.fa-file-o:before{content:"\f016";}.fa-clock-o:before{content:"\f017";}.fa-road:before{content:"\f018";}.fa-download:before{content:"\f019";}.fa-arrow-circle-o-down:before{content:"\f01a";}.fa-arrow-circle-o-up:before{content:"\f01b";}.fa-inbox:before{content:"\f01c";}.fa-play-circle-o:before{content:"\f01d";}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e";}.fa-refresh:before{content:"\f021";}.fa-list-alt:before{content:"\f022";}.fa-lock:before{content:"\f023";}.fa-flag:before{content:"\f024";}.fa-headphones:before{content:"\f025";}.fa-volume-off:before{content:"\f026";}.fa-volume-down:before{content:"\f027";}.fa-volume-up:before{content:"\f028";}.fa-qrcode:before{content:"\f029";}.fa-barcode:before{content:"\f02a";}.fa-tag:before{content:"\f02b";}.fa-tags:before{content:"\f02c";}.fa-book:before{content:"\f02d";}.fa-bookmark:before{content:"\f02e";}.fa-print:before{content:"\f02f";}.fa-camera:before{content:"\f030";}.fa-font:before{content:"\f031";}.fa-bold:before{content:"\f032";}.fa-italic:before{content:"\f033";}.fa-text-height:before{content:"\f034";}.fa-text-width:before{content:"\f035";}.fa-align-left:before{content:"\f036";}.fa-align-center:before{content:"\f037";}.fa-align-right:before{content:"\f038";}.fa-align-justify:before{content:"\f039";}.fa-list:before{content:"\f03a";}.fa-dedent:before,.fa-outdent:before{content:"\f03b";}.fa-indent:before{content:"\f03c";}.fa-video-camera:before{content:"\f03d";}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e";}.fa-pencil:before{content:"\f040";}.fa-map-marker:before{content:"\f041";}.fa-adjust:before{content:"\f042";}.fa-tint:before{content:"\f043";}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044";}.fa-share-square-o:before{content:"\f045";}.fa-check-square-o:before{content:"\f046";}.fa-arrows:before{content:"\f047";}.fa-step-backward:before{content:"\f048";}.fa-fast-backward:before{content:"\f049";}.fa-backward:before{content:"\f04a";}.fa-play:before{content:"\f04b";}.fa-pause:before{content:"\f04c";}.fa-stop:before{content:"\f04d";}.fa-forward:before{content:"\f04e";}.fa-fast-forward:before{content:"\f050";}.fa-step-forward:before{content:"\f051";}.fa-eject:before{content:"\f052";}.fa-chevron-left:before{content:"\f053";}.fa-chevron-right:before{content:"\f054";}.fa-plus-circle:before{content:"\f055";}.fa-minus-circle:before{content:"\f056";}.fa-times-circle:before{content:"\f057";}.fa-check-circle:before{content:"\f058";}.fa-question-circle:before{content:"\f059";}.fa-info-circle:before{content:"\f05a";}.fa-crosshairs:before{content:"\f05b";}.fa-times-circle-o:before{content:"\f05c";}.fa-check-circle-o:before{content:"\f05d";}.fa-ban:before{content:"\f05e";}.fa-arrow-left:before{content:"\f060";}.fa-arrow-right:before{content:"\f061";}.fa-arrow-up:before{content:"\f062";}.fa-arrow-down:before{content:"\f063";}.fa-mail-forward:before,.fa-share:before{content:"\f064";}.fa-expand:before{content:"\f065";}.fa-compress:before{content:"\f066";}.fa-plus:before{content:"\f067";}.fa-minus:before{content:"\f068";}.fa-asterisk:before{content:"\f069";}.fa-exclamation-circle:before{content:"\f06a";}.fa-gift:before{content:"\f06b";}.fa-leaf:before{content:"\f06c";}.fa-fire:before{content:"\f06d";}.fa-eye:before{content:"\f06e";}.fa-eye-slash:before{content:"\f070";}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071";}.fa-plane:before{content:"\f072";}.fa-calendar:before{content:"\f073";}.fa-random:before{content:"\f074";}.fa-comment:before{content:"\f075";}.fa-magnet:before{content:"\f076";}.fa-chevron-up:before{content:"\f077";}.fa-chevron-down:before{content:"\f078";}.fa-retweet:before{content:"\f079";}.fa-shopping-cart:before{content:"\f07a";}.fa-folder:before{content:"\f07b";}.fa-folder-open:before{content:"\f07c";}.fa-arrows-v:before{content:"\f07d";}.fa-arrows-h:before{content:"\f07e";}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080";}.fa-twitter-square:before{content:"\f081";}.fa-facebook-square:before{content:"\f082";}.fa-camera-retro:before{content:"\f083";}.fa-key:before{content:"\f084";}.fa-gears:before,.fa-cogs:before{content:"\f085";}.fa-comments:before{content:"\f086";}.fa-thumbs-o-up:before{content:"\f087";}.fa-thumbs-o-down:before{content:"\f088";}.fa-star-half:before{content:"\f089";}.fa-heart-o:before{content:"\f08a";}.fa-sign-out:before{content:"\f08b";}.fa-linkedin-square:before{content:"\f08c";}.fa-thumb-tack:before{content:"\f08d";}.fa-external-link:before{content:"\f08e";}.fa-sign-in:before{content:"\f090";}.fa-trophy:before{content:"\f091";}.fa-github-square:before{content:"\f092";}.fa-upload:before{content:"\f093";}.fa-lemon-o:before{content:"\f094";}.fa-phone:before{content:"\f095";}.fa-square-o:before{content:"\f096";}.fa-bookmark-o:before{content:"\f097";}.fa-phone-square:before{content:"\f098";}.fa-twitter:before{content:"\f099";}.fa-facebook:before{content:"\f09a";}.fa-github:before{content:"\f09b";}.fa-unlock:before{content:"\f09c";}.fa-credit-card:before{content:"\f09d";}.fa-rss:before{content:"\f09e";}.fa-hdd-o:before{content:"\f0a0";}.fa-bullhorn:before{content:"\f0a1";}.fa-bell:before{content:"\f0f3";}.fa-certificate:before{content:"\f0a3";}.fa-hand-o-right:before{content:"\f0a4";}.fa-hand-o-left:before{content:"\f0a5";}.fa-hand-o-up:before{content:"\f0a6";}.fa-hand-o-down:before{content:"\f0a7";}.fa-arrow-circle-left:before{content:"\f0a8";}.fa-arrow-circle-right:before{content:"\f0a9";}.fa-arrow-circle-up:before{content:"\f0aa";}.fa-arrow-circle-down:before{content:"\f0ab";}.fa-globe:before{content:"\f0ac";}.fa-wrench:before{content:"\f0ad";}.fa-tasks:before{content:"\f0ae";}.fa-filter:before{content:"\f0b0";}.fa-briefcase:before{content:"\f0b1";}.fa-arrows-alt:before{content:"\f0b2";}.fa-group:before,.fa-users:before{content:"\f0c0";}.fa-chain:before,.fa-link:before{content:"\f0c1";}.fa-cloud:before{content:"\f0c2";}.fa-flask:before{content:"\f0c3";}.fa-cut:before,.fa-scissors:before{content:"\f0c4";}.fa-copy:before,.fa-files-o:before{content:"\f0c5";}.fa-paperclip:before{content:"\f0c6";}.fa-save:before,.fa-floppy-o:before{content:"\f0c7";}.fa-square:before{content:"\f0c8";}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9";}.fa-list-ul:before{content:"\f0ca";}.fa-list-ol:before{content:"\f0cb";}.fa-strikethrough:before{content:"\f0cc";}.fa-underline:before{content:"\f0cd";}.fa-table:before{content:"\f0ce";}.fa-magic:before{content:"\f0d0";}.fa-truck:before{content:"\f0d1";}.fa-pinterest:before{content:"\f0d2";}.fa-pinterest-square:before{content:"\f0d3";}.fa-google-plus-square:before{content:"\f0d4";}.fa-google-plus:before{content:"\f0d5";}.fa-money:before{content:"\f0d6";}.fa-caret-down:before{content:"\f0d7";}.fa-caret-up:before{content:"\f0d8";}.fa-caret-left:before{content:"\f0d9";}.fa-caret-right:before{content:"\f0da";}.fa-columns:before{content:"\f0db";}.fa-unsorted:before,.fa-sort:before{content:"\f0dc";}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd";}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de";}.fa-envelope:before{content:"\f0e0";}.fa-linkedin:before{content:"\f0e1";}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2";}.fa-legal:before,.fa-gavel:before{content:"\f0e3";}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4";}.fa-comment-o:before{content:"\f0e5";}.fa-comments-o:before{content:"\f0e6";}.fa-flash:before,.fa-bolt:before{content:"\f0e7";}.fa-sitemap:before{content:"\f0e8";}.fa-umbrella:before{content:"\f0e9";}.fa-paste:before,.fa-clipboard:before{content:"\f0ea";}.fa-lightbulb-o:before{content:"\f0eb";}.fa-exchange:before{content:"\f0ec";}.fa-cloud-download:before{content:"\f0ed";}.fa-cloud-upload:before{content:"\f0ee";}.fa-user-md:before{content:"\f0f0";}.fa-stethoscope:before{content:"\f0f1";}.fa-suitcase:before{content:"\f0f2";}.fa-bell-o:before{content:"\f0a2";}.fa-coffee:before{content:"\f0f4";}.fa-cutlery:before{content:"\f0f5";}.fa-file-text-o:before{content:"\f0f6";}.fa-building-o:before{content:"\f0f7";}.fa-hospital-o:before{content:"\f0f8";}.fa-ambulance:before{content:"\f0f9";}.fa-medkit:before{content:"\f0fa";}.fa-fighter-jet:before{content:"\f0fb";}.fa-beer:before{content:"\f0fc";}.fa-h-square:before{content:"\f0fd";}.fa-plus-square:before{content:"\f0fe";}.fa-angle-double-left:before{content:"\f100";}.fa-angle-double-right:before{content:"\f101";}.fa-angle-double-up:before{content:"\f102";}.fa-angle-double-down:before{content:"\f103";}.fa-angle-left:before{content:"\f104";}.fa-angle-right:before{content:"\f105";}.fa-angle-up:before{content:"\f106";}.fa-angle-down:before{content:"\f107";}.fa-desktop:before{content:"\f108";}.fa-laptop:before{content:"\f109";}.fa-tablet:before{content:"\f10a";}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b";}.fa-circle-o:before{content:"\f10c";}.fa-quote-left:before{content:"\f10d";}.fa-quote-right:before{content:"\f10e";}.fa-spinner:before{content:"\f110";}.fa-circle:before{content:"\f111";}.fa-mail-reply:before,.fa-reply:before{content:"\f112";}.fa-github-alt:before{content:"\f113";}.fa-folder-o:before{content:"\f114";}.fa-folder-open-o:before{content:"\f115";}.fa-smile-o:before{content:"\f118";}.fa-frown-o:before{content:"\f119";}.fa-meh-o:before{content:"\f11a";}.fa-gamepad:before{content:"\f11b";}.fa-keyboard-o:before{content:"\f11c";}.fa-flag-o:before{content:"\f11d";}.fa-flag-checkered:before{content:"\f11e";}.fa-terminal:before{content:"\f120";}.fa-code:before{content:"\f121";}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122";}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123";}.fa-location-arrow:before{content:"\f124";}.fa-crop:before{content:"\f125";}.fa-code-fork:before{content:"\f126";}.fa-unlink:before,.fa-chain-broken:before{content:"\f127";}.fa-question:before{content:"\f128";}.fa-info:before{content:"\f129";}.fa-exclamation:before{content:"\f12a";}.fa-superscript:before{content:"\f12b";}.fa-subscript:before{content:"\f12c";}.fa-eraser:before{content:"\f12d";}.fa-puzzle-piece:before{content:"\f12e";}.fa-microphone:before{content:"\f130";}.fa-microphone-slash:before{content:"\f131";}.fa-shield:before{content:"\f132";}.fa-calendar-o:before{content:"\f133";}.fa-fire-extinguisher:before{content:"\f134";}.fa-rocket:before{content:"\f135";}.fa-maxcdn:before{content:"\f136";}.fa-chevron-circle-left:before{content:"\f137";}.fa-chevron-circle-right:before{content:"\f138";}.fa-chevron-circle-up:before{content:"\f139";}.fa-chevron-circle-down:before{content:"\f13a";}.fa-html5:before{content:"\f13b";}.fa-css3:before{content:"\f13c";}.fa-anchor:before{content:"\f13d";}.fa-unlock-alt:before{content:"\f13e";}.fa-bullseye:before{content:"\f140";}.fa-ellipsis-h:before{content:"\f141";}.fa-ellipsis-v:before{content:"\f142";}.fa-rss-square:before{content:"\f143";}.fa-play-circle:before{content:"\f144";}.fa-ticket:before{content:"\f145";}.fa-minus-square:before{content:"\f146";}.fa-minus-square-o:before{content:"\f147";}.fa-level-up:before{content:"\f148";}.fa-level-down:before{content:"\f149";}.fa-check-square:before{content:"\f14a";}.fa-pencil-square:before{content:"\f14b";}.fa-external-link-square:before{content:"\f14c";}.fa-share-square:before{content:"\f14d";}.fa-compass:before{content:"\f14e";}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150";}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151";}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152";}.fa-euro:before,.fa-eur:before{content:"\f153";}.fa-gbp:before{content:"\f154";}.fa-dollar:before,.fa-usd:before{content:"\f155";}.fa-rupee:before,.fa-inr:before{content:"\f156";}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157";}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158";}.fa-won:before,.fa-krw:before{content:"\f159";}.fa-bitcoin:before,.fa-btc:before{content:"\f15a";}.fa-file:before{content:"\f15b";}.fa-file-text:before{content:"\f15c";}.fa-sort-alpha-asc:before{content:"\f15d";}.fa-sort-alpha-desc:before{content:"\f15e";}.fa-sort-amount-asc:before{content:"\f160";}.fa-sort-amount-desc:before{content:"\f161";}.fa-sort-numeric-asc:before{content:"\f162";}.fa-sort-numeric-desc:before{content:"\f163";}.fa-thumbs-up:before{content:"\f164";}.fa-thumbs-down:before{content:"\f165";}.fa-youtube-square:before{content:"\f166";}.fa-youtube:before{content:"\f167";}.fa-xing:before{content:"\f168";}.fa-xing-square:before{content:"\f169";}.fa-youtube-play:before{content:"\f16a";}.fa-dropbox:before{content:"\f16b";}.fa-stack-overflow:before{content:"\f16c";}.fa-instagram:before{content:"\f16d";}.fa-flickr:before{content:"\f16e";}.fa-adn:before{content:"\f170";}.fa-bitbucket:before{content:"\f171";}.fa-bitbucket-square:before{content:"\f172";}.fa-tumblr:before{content:"\f173";}.fa-tumblr-square:before{content:"\f174";}.fa-long-arrow-down:before{content:"\f175";}.fa-long-arrow-up:before{content:"\f176";}.fa-long-arrow-left:before{content:"\f177";}.fa-long-arrow-right:before{content:"\f178";}.fa-apple:before{content:"\f179";}.fa-windows:before{content:"\f17a";}.fa-android:before{content:"\f17b";}.fa-linux:before{content:"\f17c";}.fa-dribbble:before{content:"\f17d";}.fa-skype:before{content:"\f17e";}.fa-foursquare:before{content:"\f180";}.fa-trello:before{content:"\f181";}.fa-female:before{content:"\f182";}.fa-male:before{content:"\f183";}.fa-gittip:before{content:"\f184";}.fa-sun-o:before{content:"\f185";}.fa-moon-o:before{content:"\f186";}.fa-archive:before{content:"\f187";}.fa-bug:before{content:"\f188";}.fa-vk:before{content:"\f189";}.fa-weibo:before{content:"\f18a";}.fa-renren:before{content:"\f18b";}.fa-pagelines:before{content:"\f18c";}.fa-stack-exchange:before{content:"\f18d";}.fa-arrow-circle-o-right:before{content:"\f18e";}.fa-arrow-circle-o-left:before{content:"\f190";}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191";}.fa-dot-circle-o:before{content:"\f192";}.fa-wheelchair:before{content:"\f193";}.fa-vimeo-square:before{content:"\f194";}.fa-turkish-lira:before,.fa-try:before{content:"\f195";}.fa-plus-square-o:before{content:"\f196";}.fa-space-shuttle:before{content:"\f197";}.fa-slack:before{content:"\f198";}.fa-envelope-square:before{content:"\f199";}.fa-wordpress:before{content:"\f19a";}.fa-openid:before{content:"\f19b";}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c";}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d";}.fa-yahoo:before{content:"\f19e";}.fa-google:before{content:"\f1a0";}.fa-reddit:before{content:"\f1a1";}.fa-reddit-square:before{content:"\f1a2";}.fa-stumbleupon-circle:before{content:"\f1a3";}.fa-stumbleupon:before{content:"\f1a4";}.fa-delicious:before{content:"\f1a5";}.fa-digg:before{content:"\f1a6";}.fa-pied-piper:before{content:"\f1a7";}.fa-pied-piper-alt:before{content:"\f1a8";}.fa-drupal:before{content:"\f1a9";}.fa-joomla:before{content:"\f1aa";}.fa-language:before{content:"\f1ab";}.fa-fax:before{content:"\f1ac";}.fa-building:before{content:"\f1ad";}.fa-child:before{content:"\f1ae";}.fa-paw:before{content:"\f1b0";}.fa-spoon:before{content:"\f1b1";}.fa-cube:before{content:"\f1b2";}.fa-cubes:before{content:"\f1b3";}.fa-behance:before{content:"\f1b4";}.fa-behance-square:before{content:"\f1b5";}.fa-steam:before{content:"\f1b6";}.fa-steam-square:before{content:"\f1b7";}.fa-recycle:before{content:"\f1b8";}.fa-automobile:before,.fa-car:before{content:"\f1b9";}.fa-cab:before,.fa-taxi:before{content:"\f1ba";}.fa-tree:before{content:"\f1bb";}.fa-spotify:before{content:"\f1bc";}.fa-deviantart:before{content:"\f1bd";}.fa-soundcloud:before{content:"\f1be";}.fa-database:before{content:"\f1c0";}.fa-file-pdf-o:before{content:"\f1c1";}.fa-file-word-o:before{content:"\f1c2";}.fa-file-excel-o:before{content:"\f1c3";}.fa-file-powerpoint-o:before{content:"\f1c4";}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5";}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6";}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7";}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8";}.fa-file-code-o:before{content:"\f1c9";}.fa-vine:before{content:"\f1ca";}.fa-codepen:before{content:"\f1cb";}.fa-jsfiddle:before{content:"\f1cc";}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd";}.fa-circle-o-notch:before{content:"\f1ce";}.fa-ra:before,.fa-rebel:before{content:"\f1d0";}.fa-ge:before,.fa-empire:before{content:"\f1d1";}.fa-git-square:before{content:"\f1d2";}.fa-git:before{content:"\f1d3";}.fa-hacker-news:before{content:"\f1d4";}.fa-tencent-weibo:before{content:"\f1d5";}.fa-qq:before{content:"\f1d6";}.fa-wechat:before,.fa-weixin:before{content:"\f1d7";}.fa-send:before,.fa-paper-plane:before{content:"\f1d8";}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9";}.fa-history:before{content:"\f1da";}.fa-circle-thin:before{content:"\f1db";}.fa-header:before{content:"\f1dc";}.fa-paragraph:before{content:"\f1dd";}.fa-sliders:before{content:"\f1de";}.fa-share-alt:before{content:"\f1e0";}.fa-share-alt-square:before{content:"\f1e1";}.fa-bomb:before{content:"\f1e2";}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3";}.fa-tty:before{content:"\f1e4";}.fa-binoculars:before{content:"\f1e5";}.fa-plug:before{content:"\f1e6";}.fa-slideshare:before{content:"\f1e7";}.fa-twitch:before{content:"\f1e8";}.fa-yelp:before{content:"\f1e9";}.fa-newspaper-o:before{content:"\f1ea";}.fa-wifi:before{content:"\f1eb";}.fa-calculator:before{content:"\f1ec";}.fa-paypal:before{content:"\f1ed";}.fa-google-wallet:before{content:"\f1ee";}.fa-cc-visa:before{content:"\f1f0";}.fa-cc-mastercard:before{content:"\f1f1";}.fa-cc-discover:before{content:"\f1f2";}.fa-cc-amex:before{content:"\f1f3";}.fa-cc-paypal:before{content:"\f1f4";}.fa-cc-stripe:before{content:"\f1f5";}.fa-bell-slash:before{content:"\f1f6";}.fa-bell-slash-o:before{content:"\f1f7";}.fa-trash:before{content:"\f1f8";}.fa-copyright:before{content:"\f1f9";}.fa-at:before{content:"\f1fa";}.fa-eyedropper:before{content:"\f1fb";}.fa-paint-brush:before{content:"\f1fc";}.fa-birthday-cake:before{content:"\f1fd";}.fa-area-chart:before{content:"\f1fe";}.fa-pie-chart:before{content:"\f200";}.fa-line-chart:before{content:"\f201";}.fa-lastfm:before{content:"\f202";}.fa-lastfm-square:before{content:"\f203";}.fa-toggle-off:before{content:"\f204";}.fa-toggle-on:before{content:"\f205";}.fa-bicycle:before{content:"\f206";}.fa-bus:before{content:"\f207";}.fa-ioxhost:before{content:"\f208";}.fa-angellist:before{content:"\f209";}.fa-cc:before{content:"\f20a";}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b";}.fa-meanpath:before{content:"\f20c";}

/* FILE: templates/silales_artojas/css/normalize.css */
   article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;}[hidden]{display:none;}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}body{margin:0;}a:focus{outline:none;}a:hover,a:active{outline:none;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:500;}blockquote{margin:1em 40px;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:'';content:none;}small{font-size:75%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}ul,ol{margin:0;padding:0 0 0 40px;}dd{margin:0px;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:none;margin:0;padding:0;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}button,input{line-height:normal;}button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button;*overflow:visible;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}

/* FILE: templates/silales_artojas/css/layout.css */
  html{border-bottom:1px solid transparent;min-height:100%;}body > div > footer,body > div > header,body > div > section,body > footer,body > header,body > section{clear:both;margin:0 auto;}section#gkPageTop{overflow:visible;width:100%;}#gkTop1,#gkTop2,#gkBottom1,#gkBottom2{clear:both;}#gkTop1,#gkTop2{overflow:hidden;}#gkTop1 + #gkBreadcrumb,#gkTop2 + #gkBreadcrumb{border-top:1px solid #e5e5e5;margin-top:0;}#gkBg:after,#gkTopBar:after,#gkTopNav:after,#gkToolbar:after,#gkHeader > div:after,#gkPageContent:after,#gkContent:after,#gkSidebarLeft:after,#gkSidebarRight:after,#gkBottom1:after,#gkBottom2:after,#gkBottom3:after,#gkBottom1 > div:after,#gkBottom2 > div:after,#gkBottom3 > div:after,#gkBannerLeft:after,.gkCols:after,footer:after,section:after,aside:after,article:after,.box:after,.itemSocialSharing:after,article header ul:after,#gkTop1 > div:after,#gkTop2 > div:after,.gkInset:after,.gkArticleInset:after,#gkBanners:after,#gkPageContent > div:after,#gkFooterArea:after{clear:both;content:"";display:table;}#gkContent,#gkComponentWrap,#gkContentWrap,#gkContentWrap > div,#gkInset,#gkSidebarLeft,#gkSidebarRight,#gkBannerLeft,#gkBannerRight{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;float:left;}#gkSidebarRight{float:right;}#gkPageContent > div{float:left;}#gkBg,#gkPageContent,#gkTopNav,#gkToolbar,#gkSearch,#gkUpdates,#gkInset,#gkArticleInset{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}#gkBanners,#gkBanners + div,#gkContentWrap{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;clear:both;float:left;}#gkBannerLeft,#gkBannerRight{width:100%;}#gkBanners .box{margin:0;}#gkContent.gkSidebarLeft{float:right;}#gkContent.gkSidebarLeft + #gkSidebar{float:left;padding-left:0;padding-right:45px;}#gkContentWrap > div{float:left;}#gkContentWrap > div[data-inset-pos="left"]{float:right;}#gkContentWrap > div[data-inset-pos="left"] + #gkInset{float:left;}.itemBody{float:left;width:100%;}.itemBody.gkInsetLeft{float:right;}#gkInset,#gkArticleInset{float:right;}.itemBody.gkInsetLeft + #gkArticleInset{float:left;padding-left:0;padding-right:45px;}#gkMainbodyTop .box,#gkMainbodyBottom .box{padding-left:0;padding-right:0;}#gkMainbody .box{padding-left:0!important;padding-right:0!important;width:100%;}#gkBanners{width:100%;}#gkTop1 .box,#gkTop2 .box,#gkBottom1 .box,#gkBottom2 .box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;float:left;}.cols-2 > div{width:50%;}.cols-3 > div{width:33.333333%;}.cols-4 > div{width:25%;}.cols-5 > div{width:20%;}.cols-6 > div{width:16.666666%;}.column-1,.column-2,.column-3,.column-4,.column-5,.column-6{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;}#gkMainbody .box{margin-bottom:30px;}body > footer:first-child,body > header:first-child,body > section:first-child,section#gkPage > section:first-child,section#gkContent > section:first-child,section#gkComponentWrap > section:first-child{margin-top:0;}.gkCols3 .box.gkmod-1,.gkCols3 .box.gkmod-2,.gkCols3 .box.gkmod-3,.gkCols3 .box.gkmod-more{float:left;}.gkCols3 .box.gkmod-1{width:100%;}.gkCols3 .box.gkmod-2{width:50%;}.gkCols3 .box.gkmod-3,.gkCols3 .box.gkmod-more{width:33.3%;}.gkCols3 .box.gkmod-more:nth-child(3n+1){clear:both;}.gkCols3 .box.gkmod-more.gkmod-last-1:last-child{width:100%!important;}.gkCols3 .box.gkmod-more.gkmod-last-2:last-child,.gkCols3 .box.gkmod-more.gkmod-last-2:nth-last-child(2){width:50%!important;}.gkCols4 .box.gkmod-1,.gkCols4 .box.gkmod-2,.gkCols4 .box.gkmod-3,.gkCols4 .box.gkmod-4,.gkCols4 .box.gkmod-more{float:left;padding:0 10px;}.gkCols4 .box.gkmod-1{width:100%;}.gkCols4 .box.gkmod-2{width:50%;}.gkCols4 .box.gkmod-3{width:33.3%;}.gkCols4 .box.gkmod-4,.gkCols4 .box.gkmod-more{width:25%;}.gkCols4 .box.gkmod-more:nth-child(4n+1){clear:both;}.gkCols4 .box.gkmod-more.gkmod-last-1:last-child{width:100%!important;}.gkCols4 .box.gkmod-more.gkmod-last-2:last-child,.gkCols4 .box.gkmod-more.gkmod-last-2:nth-last-child(2){width:50%!important;}.gkCols4 .box.gkmod-more.gkmod-last-3:last-child,.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(2),.gkCols4 .box.gkmod-more.gkmod-last-3:nth-last-child(3){width:33.3%!important;}.gkCols6 .box.gkmod-1,.gkCols6 .box.gkmod-2,.gkCols6 .box.gkmod-3,.gkCols6 .box.gkmod-4,.gkCols6 .box.gkmod-5,.gkCols6 .box.gkmod-6,.gkCols6 .box.gkmod-more{float:left;}.gkCols6 .box.gkmod-1{width:100%;}.gkCols6 .box.gkmod-2{width:50%;}.gkCols6 .box.gkmod-3{width:33.3%;}.gkCols6 .box.gkmod-4,.gkCols6 .box.gkmod-more{width:25%;}.gkCols6 .box.gkmod-5,.gkCols6 .box.gkmod-more{width:20%;}.gkCols6 .box.gkmod-6,.gkCols6 .box.gkmod-more{width:16.66%;}.gkCols6 .box.gkmod-more:nth-child(6n+1){clear:both;}.gkCols6 .box.gkmod-more.gkmod-last-1:last-child{width:100%!important;}.gkCols6 .box.gkmod-more.gkmod-last-2:last-child,.gkCols6 .box.gkmod-more.gkmod-last-2:nth-last-child(2){width:50%!important;}.gkCols6 .box.gkmod-more.gkmod-last-3:last-child,.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(2),.gkCols6 .box.gkmod-more.gkmod-last-3:nth-last-child(3){width:33.3%!important;}.gkCols6 .box.gkmod-more.gkmod-last-4:last-child,.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(2),.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(3),.gkCols6 .box.gkmod-more.gkmod-last-4:nth-last-child(4){width:20%!important;}.gkCols6 .box.gkmod-more.gkmod-last-5:last-child,.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(2),.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(3),.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(4),.gkCols6 .box.gkmod-more.gkmod-last-5:nth-last-child(5){width:16.66%!important;}.gkCols3 .box.double.gkmod-2,.gkCols4 .box.double.gkmod-2,.gkCols6 .box.double.gkmod-2{width:66.666666%;}.gkCols3 .box.double.gkmod-2 ~ .box.gkmod-2,.gkCols4 .box.double.gkmod-2 ~ .box.gkmod-2,.gkCols6 .box.double.gkmod-2 ~ .box.gkmod-2{width:33.333333%;}.gkCols3 .box.double.gkmod-3,.gkCols4 .box.double.gkmod-3,.gkCols6 .box.double.gkmod-3{width:50%;}.gkCols3 .box.double.gkmod-3 ~ .box.gkmod-3,.gkCols4 .box.double.gkmod-3 ~ .box.gkmod-3,.gkCols6 .box.double.gkmod-3 ~ .box.gkmod-3{width:25%;}.gkCols4 .box.double.gkmod-4,.gkCols6 .box.double.gkmod-4{width:40%;}.gkCols4 .box.double.gkmod-4 ~ .box.gkmod-4,.gkCols6 .box.double.gkmod-4 ~ .box.gkmod-4{width:20%;}.gkCols6 .box.double.gkmod-5{width:33.3%;}.gkCols6 .box.double.gkmod-5 ~ .box.gkmod-5{width:16.66%;}.gkCols6 .box.double.gkmod-6{width:25%;}.gkCols6 .box.double.gkmod-6 ~ .box.gkmod-6{width:15%;}

/* FILE: templates/silales_artojas/css/system/system.css */
 .item-page.edit .formelm{clear:both;float:left;}.item-page.edit .formelm .button2-left{margin-top:6px;}.item-page.edit .formelm-area label{display:block;width:100%;}.item-page.edit .formelm-buttons{margin-top:5px;overflow:hidden;}.item-page.edit .fltlft{float:left;}.item-page.edit legend{font-size:140%;font-style:italic;}.item-page.edit .toggle-editor{margin-top:-5px;}#editor-xtd-buttons{padding:5px;}.button2-left,.button2-right,.button2-left div,.button2-right div{float:left;}.button2-left a,.button2-right a,.button2-left span,.button2-right span{display:block;height:22px;float:left;line-height:22px;font-size:11px;color:#666;cursor:pointer;}.button2-left span,.button2-right span{cursor:default;color:#999;}.button2-left .page a,.button2-right .page a,.button2-left .page span,.button2-right .page span{padding:0 6px;}.button2-left a:hover,.button2-right a:hover{text-decoration:none;color:#0B55C4;}.button2-left a,.button2-left span{padding:0 30px 0 10px;font-size:12px;line-height:23px;}.button2-right a,.button2-right span{padding:0 6px 0 24px;}.button2-left{background:url('https://silales-artojas.lt/templates/silales_artojas/images/joomla/j_button2_left.png') no-repeat;float:left;margin-left:5px;}.button2-right{background:url('https://silales-artojas.lt/templates/silales_artojas/images/joomla/j_button2_right.png') 100% 0 no-repeat;float:left;margin-left:5px;}.button2-left .image{background:url('https://silales-artojas.lt/templates/silales_artojas/images/joomla/j_button2_image.png') 100% 0 no-repeat;}.button2-left .readmore,.button2-left .article{background:url('https://silales-artojas.lt/templates/silales_artojas/images/joomla/j_button2_readmore.png') 100% 0 no-repeat;}.button2-left .pagebreak{background:url('https://silales-artojas.lt/templates/silales_artojas/images/joomla/j_button2_pagebreak.png') 100% 0 no-repeat;}.button2-left .blank{background:url('https://silales-artojas.lt/templates/silales_artojas/images/joomla/j_button2_blank.png') 100% 0 no-repeat;}a img.calendar{width:16px;height:16px;margin-left:3px;background:url('https://silales-artojas.lt/templates/silales_artojas/images/joomla/calendar.png') no-repeat;cursor:pointer;vertical-align:middle;}

/* FILE: templates/silales_artojas/css/template.css */
  html{-webkit-font-smoothing:subpixel-antialiased;}body{background:#fff;color:#555;font-size:14px;font-weight:300;line-height:1.6;margin:0;min-height:100%;padding:0;word-wrap:break-word;}a:hover,a:active,a:focus,#gkMainbody header h2 a,#k2Container article header h2 a{color:#000;-webkit-transition:all 0.2s linear;-moz-transition:all 0.2s linear;-o-transition:all 0.2s linear;transition:all 0.2s linear;text-decoration:none;}a,#gkMainbody header h2 a:active,#gkMainbody header h2 a:focus,#gkMainbody header h2 a:hover,#k2Container article header h2 a:active,#k2Container article header h2 a:focus,#k2Container article header h2 a:hover{color:#eb1e00;text-decoration:none;}h1,h2,h3,h4,h5,h6{color:#000;font-weight:400;line-height:1.3;margin:0;padding:0;}h1{font-size:44px;font-weight:500;}h2,.componentheading{font-size:42px;font-weight:300;}h3{font-size:30px;}h4{font-size:22px;}h5{font-size:17px;}h6{font-size:13px;}ul{list-style:none;margin:0;padding:0;}ul li{line-height:2.0;}p{margin:1em 0 2em;}iframe{max-width:100%!important;}.gkPage{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0 auto!important;padding:0;}#gkHeader{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:58px 0 0 0;}#gkHeader h1.gkPage{color:#fff;font-size:44px;letter-spacing:-1.5px;padding:75px 0 35px 0;text-transform:none;}#gkHeaderNav{text-align:center;}#gkPageWrap{margin:0 auto;}#gkContent,#gkPageContent{float:right;width:100%;}#gkPageContent{border:1px solid #e5e5e5;}#gkPageContent > div{background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;clear:both;width:100%;}#gkPageContent > #gkBanners{min-height:0;}#gkBanners{background:transparent!important;border-bottom:1px solid #e5e5e5;padding:0!important;}#gkBannerLeft{float:left;position:relative;}#gkBannerRight{float:right;position:relative;}#gkBannerLeft .box{border-top:1px solid #e5e5e5;padding:45px!important;}#gkBannerRight .box{border-top:1px solid #e5e5e5;padding:24px;}#gkBannerLeft .box:first-child,#gkBannerRight .box:first-child{border-top:none;}#gkBannerLeft + #gkBannerRight{border-left:1px solid #e5e5e5;}#gkBanners .header{color:#fff;}#gkLogo,#gkLogoSmall{float:left;height:70px;margin:40px 0 0 0;padding:0;text-indent:-999em;text-shadow:none;width:215px;display:block;}#gkLogoSmall{float:left;margin:5px 20px 0 0;}#gkLogo img,#gkLogoSmall img{display:block;margin:0;max-width:300px;}#gkLogo.cssLogo,#gkLogoSmall.cssLogo{background:transparent url('https://silales-artojas.lt/templates/silales_artojas/images/style1/logo.png') no-repeat 0 0;height:40px;width:124px;}.svg #gkLogo.cssLogo,.svg #gkLogoSmall.cssLogo{background-image:url('https://silales-artojas.lt/templates/silales_artojas/images/style1/logo.svg');}#gkLogo.text,#gkLogoSmall.text{color:#eb1e00;display:block;float:left;height:40px;margin:45px 0 35px 0;padding:10px 0 0 0;text-indent:0;width:auto;}#gkLogoSmall.text{margin:0 20px 0 0;}#gkLogo.text > span,#gkLogoSmall.text > span{display:block;font-size:40px;font-weight:600;letter-spacing:-3px;line-height:40px;padding:0;text-transform:uppercase;}#gkLogo.text > span > sup,#gkLogoSmall.text > span > sup{border:1px solid #eb1e00;border-radius:50%;color:#eb1e00;display:block;font-size:10px;font-weight:400;float:right;height:14px;left:5px;line-height:14px;text-align:center;text-indent:-3px;top:-4px;width:14px;}#gkLogo.text .gkLogoSlogan,#gkLogoSmall.text .gkLogoSlogan{color:#e5e5e5;display:block;font-size:12px;font-weight:400;line-height:10px;text-align:left;}#gkLogin{background:#008ce6;color:#fff;float:right;font-weight:400;padding:0 40px;text-transform:uppercase;}#gkLogin:active,#gkLogin:focus,#gkLogin:hover{background:#eb1e00;}#gkTopBar{min-height:58px;line-height:54px;position:relative;-webkit-transition:all .35s linear;-moz-transition:all .35s linear;-ms-transition:all .35s linear;-o-transition:all .35s linear;transition:all .35s linear;width:100%;z-index:110;}#gkTopNav{height:55px;}#gkTopNav,#gkToolbar{border:1px solid #e5e5e5;border-bottom:none;clear:both;}#gkToolbar{padding-top:55px;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);}#gkTopNav + #gkToolbar{padding-top:0;}#gkSearch{border-left:1px solid #e5e5e5;float:right;position:relative;width:18.5%;}#gkSocial{float:right;margin-right:10px;}#gkSocial a{float:left;height:54px;padding:0 4px}#gkSocial i{color:#c9c9c9;font-size:22px;line-height:60px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}#gkSocial a:active i.gk-icon-fb,#gkSocial a:focus i.gk-icon-fb,#gkSocial a:hover i.gk-icon-fb{color:#204385;}#gkSocial a:active i.gk-icon-twitter,#gkSocial a:focus i.gk-icon-twitter,#gkSocial a:hover i.gk-icon-twitter{color:#2aa9e0;}#gkSocial a:active i.gk-icon-gplus,#gkSocial a:focus i.gk-icon-gplus,#gkSocial a:hover i.gk-icon-gplus{color:#d3492c;}#gkSocial a:active i.gk-icon-rss,#gkSocial a:focus i.gk-icon-rss,#gkSocial a:hover i.gk-icon-rss{color:#ea7054;}#gkUpdates{border-left:1px solid #e5e5e5;color:#757171;font-size:12px;padding-left:32px;width:21.25%;}#gkHighlights{float:left;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);}#gkBannerTop{float:right;margin:25px 0 0 0;position:relative;}#gkBannerTop a,#gkBannerTop img{display:block;}#gkMainbody{padding:32px;}#gkContentWrap{width:100%;}#gkContentWrap > div[data-inset-pos="right"]{border-right:1px solid #e5e5e5;}#gkContentWrap > div[data-inset-pos="left"]{border-left:1px solid #e5e5e5;}#gkSidebarLeft{border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;}#gkSidebarRight{border-left:1px solid #e5e5e5;}#gkInset .box,#gkSidebarLeft .box,#gkSidebarRight .box{border-top:1px solid #e5e5e5;}#gkSidebarRight .box{padding:22px;}#gkInset .box:first-child,#gkSidebarLeft .box:first-child,#gkSidebarRight .box:first-child{border-top:none;}#gkStyleArea{clear:both;display:block;line-height:10px;margin:20px 0 40px 0;padding:10px 0;text-align:center;}#gkStyleArea a{border-radius:50%;display:inline-block;height:10px;margin:15px 0 0 5px;text-indent:-9999px;-webkit-transform:scale(1.0);-moz-transform:scale(1.0);-ms-transform:scale(1.0);-o-transform:scale(1.0);transform:scale(1.0);-webkit-transition:-webkit-transform 0.2s ease-out;-moz-transition:-moz-transform 0.2s ease-out;-o-transition:-o-transform 0.2s ease-out;transition:transform 0.2s ease-out;width:10px;}#gkStyleArea a:first-child{margin-left:0;}#gkStyleArea a:hover{-webkit-transform:scale(1.25);-moz-transform:scale(1.25);-ms-transform:scale(1.25);-o-transform:scale(1.25);transform:scale(1.25);}#gkColor1{background:#eb1e00;}#gkColor2{background:#f2745c;}#gkColor3{background:#4c61a0;}#gkColor4{background:#ff9800;}#gkColor5{background:#348899;}#gkColor6{background:#ff8000;}#gkTop1,#gkTop2,#gkMainbodyTop{border-bottom:1px solid #e5e5e5;}#gkMainbodyTop,#gkMainbodyBottom{padding:32px;}#gkMainbodyBottom{border-top:1px solid #e5e5e5;}#gkBottom1,#gkBottom2,#gkBottom3{overflow:hidden;}#gkBreadcrumb{border-bottom:1px solid #E5E5E5;border-top:1px solid #E5E5E5;padding:20px 32px;}#gkBreadcrumb:first-child{border-top:none;}#gkBreadcrumb .breadcrumbs{float:left;color:#999;}#gkBreadcrumb .breadcrumbs li.separator{padding:0 10px!important;width:6px;}#gkBreadcrumb .breadcrumbs li.separator i{color:#eb1e00;font-size:4px;line-height:1.6;position:relative;top:-3px;}#gkBreadcrumb .breadcrumbs > ul > li{float:left;font-size:13px;font-weight:500;line-height:1}#gkBreadcrumb .breadcrumbs > ul > li a{font-weight:normal}#gkTools{float:right;margin:4px 0 0 10px;}#gkTools a{display:block;float:left;width:22px;height:16px;margin:0 0 0 0px !important;text-indent:-99999em;background:url('https://silales-artojas.lt/templates/silales_artojas/images/font_size.png') no-repeat -38px 50%;}a#gkToolsReset{background-position:-15px 50%;margin-left:6px;}a#gkToolsDec{background-position:6px 50%;}#gkFooter{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;color:#505050;font-size:12px;line-height:16px;padding:0;}#gkFooter > div{padding:0;}#gkFooterArea{background:#f6f7f9;border:1px solid #e5e5e5;padding:14px 38px;}#gkFooterArea > div{float:right;width:75%;}#gkBackToTop{color:#afafaf!important;font-size:12px;line-height:40px;text-transform:uppercase;}#gkBackToTop:before{color:#eb1e00;content:"\f106";font-family:FontAwesome;font-size:14px;line-height:40px;padding:0 10px 0 0;}#gkBackToTop:active,#gkBackToTop:focus,#gkBackToTop:hover{color:#eb1e00!important;}#gkFooterNav{clear:both;margin:50px auto 20px auto;text-align:center;width:72%;}#gkFooterNav li{border-left:1px solid #e5e5e5;display:inline-block;float:none;font-size:12px;line-height:12px;margin:8px 0;padding:0 11px;}#gkFooterNav li:first-child{border-left:none;}#gkFooter a{color:#555;}#gkFooter a:active,#gkFooter a:focus,#gkFooter a:hover{color:#eb1e00;}#gkCopyrights{color:#999;float:none;line-height:1.2;margin:0 auto;padding:36px 0;text-align:center;width:50%;}#gkFooterNav + #gkCopyrights{border-top:1px solid #e5e5e5;}#gkFrameworkLogo{display:block;width:90px;height:36px;background:url('https://silales-artojas.lt/templates/silales_artojas/images/gavern-logo.png') no-repeat 0 0;text-indent:-9999em;margin:12px auto 0 auto;opacity:0.4;}#gkSearch #mod-search-searchword{border:none;color:#999;display:block;font-weight:400;height:54px;line-height:35px;padding:8px 20px !important;width:100%;}#gkSearch:after{color:#ddd;content:"h";font-size:20px;font-family:'news2-icons';position:absolute;right:20px;top:1px;z-index:1;}.box{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;color:#555;line-height:1.6;margin:0;padding:32px;width:100%;}div.content{clear:both;}.box li{border-bottom:1px solid #e5e5e5;line-height:1.6;padding:10px 0;overflow:visible;}.box li:last-child{border-bottom:none;}.box li a{line-height:1.0;text-decoration:none;}.box a{text-decoration:none;}.box ul ul{margin-left:20px;}.box .header{color:#222;font-size:14px;font-weight:700;line-height:20px;margin:0 0 22px 0;padding:0;text-transform:uppercase;}.box.clear,#gkSidebarLeft .box.clear,#gkSidebarRight .box.clear,#gkInset .box.clear{clear:none;margin:0!important;padding:0;}.box.clear img{display:block;height:auto;width:100%;}.clear div.content{clear:both;}.box.clear-horizontal,#gkSidebarLeft .box.clear-horizontal,#gkSidebarRight .box.clear-horizontal,#gkInset .box.clear-horizontal{clear:none;margin-left:0!important;margin-right:0!important;padding-left:0;padding-right:0;}.box.banner-center{text-align:center;}.box.banner-center.clear img{margin:0 auto;}.box.no-border{border:none!important;}.box.advertisement .header{background:transparent;color:#c0c0c0!important;font-size:13px!important;font-weight:300;line-height:16px;margin:0 0 16px 0;min-height:21px;padding:0;text-transform:none;}.box.light{background:#f1f1f1;}.box_text > div{background:#fff;}.box.dark{background:#000;color:#eee;}.box.dark .header{color:#fff;line-height:1.2;}.box.dark h1,.box.dark h2,.box.dark h3,.box.dark h4,.box.dark h5,.box.dark h6{color:#ddd;}.box.dark ul{margin:0;padding:0;}.box.dark ul li{border-bottom:1px solid #333;position:relative;}.box.dark ul li:last-child{border-bottom:none;}.box.dark a{color:#aaa!important;}.box.dark a:active,.box.dark a:focus,.box.dark a:hover{color:#eb1e00!important;}.box.dark ul ul{margin:0 0 0 20px;}.box.color{background:#eb1e00;color:rgba(255,255,255,0.75);}.box.color .header{color:#fff;line-height:1.2;}.box.color h1,.box.color h2,.box.color h3,.box.color h4,.box.color h5,.box.color h6{color:rgba(255,255,255,0.85);}.box.color ul{margin:0;padding:0;}.box.color ul li{border-bottom:1px solid rgba(255,255,255,0.35);position:relative;}.box.color ul li:last-child{border-bottom:none;}.box.color a{color:rgba(255,255,255,0.95)!important;}.box.color a:active,.box.color a:focus,.box.color a:hover{color:rgba(255,255,255,0.65)!important;}.box.color ul ul{margin:0 0 0 20px;}.box.banner img{display:block;}.box.nomargin{margin:0!important;padding:0!important;}.box.title-color1 .header,.box.title-color1 .header a{color:#eb1e00;}.box.title-color2 .header,.box.title-color2 .header a{color:#56afc3;}.box.title-color3 .header,.box.title-color3 .header a{color:#ffc000;}.box.title-color4 .header,.box.title-color4 .header a{color:#8560a8;}.box.title-color5 .header,.box.title-color5 .header a{color:#fa5f00;}.box.title-color6 .header,.box.title-color6 .header a{color:#736357;}.box.title-color1 .header a:hover,.box.title-color2 .header a:hover,.box.title-color3 .header a:hover,.box.title-color4 .header a:hover,.box.title-color5 .header a:hover,.box.title-color6 .header a:hover{color:#222;}.box.title-border .header{border-top:1px solid #e5e5e5;padding-top:20px;}.box.title-border.title-color1 .header{border-top:1px solid #eb1e00;}.box.title-border.title-color2 .header{border-top:1px solid #56afc3;}.box.title-border.title-color3 .header{border-top:1px solid #ffc000;}.box.title-border.title-color4 .header{border-top:1px solid #8560a8;}.box.title-border.title-color5 .header{border-top:1px solid #fa5f00;}.box.title-border.title-color6 .header{border-top:1px solid #736357;}#gkBottom1,#gkBottom2{border-top:1px solid #e5e5e5;}#gkBottom1 .box,#gkBottom2 .box{border-left:1px solid #e5e5e5;}#gkBottom1 .box:first-child,#gkBottom2 .box:first-child{border-left:none;}#gkBottom3 > div,#gkBottom4 > div{border:1px solid #e5e5e5;border-top:none;}#gkBottom3 .box,#gkBottom4 .box{color:#555;}#gkBottom3 .box li,#gkBottom4 .box li{border:none;padding:4px 0;}#gkBottom3 .box a,#gkBottom4 .box a{color:#555;}#gkBottom3 .box a:active,#gkBottom3 .box a:focus,#gkBottom3 .box a:hover,#gkBottom4 .box a:active,#gkBottom4 .box a:focus,#gkBottom4 .box a:hover{color:#eb1e00;}.onlydesktop{display:block;}.onlytablet{display:none;}.onlymobile{display:none;}#gkFBLogin{float:left;width:45%;}#gkFBLogin p{line-height:18px;margin:14px 0 20px;}#gkFBLogin + #login-form,#gkFBLogin + #com-login-form{float:left;width:45%;margin-left:4%;padding-left:30px;border-left:1px solid #e7e7e7;}#form-login-remember{margin:10px 0 20px;}#form-login-remember label{color:#777;font-size:11px;font-weight:normal;line-height:27px;}#login-form fieldset{margin:0 0 20px;}#login-form fieldset p{margin:0.5em 0;}#login-form ul{border-top:1px solid #E7E7E7;margin:42px 0 0;overflow:hidden;padding:12px 0 0;}#login-form ul li{color:#999;font-size:11px;display:inline-block;line-height:1.6;margin-right:12px;}#login-form input[type="text"],#login-form input[type="password"]{width:95%;}label#jform_spacer-lbl{font-size:11px;font-weight:normal;color:#666;}span#fb-auth small{width:20px;background:transparent url('https://silales-artojas.lt/templates/silales_artojas/images/fbauth.png') no-repeat 0 2px;text-indent:-999em;display:block;float:left;border-right:1px solid #a0aecd;margin:3px 16px 0 0;height:17px;}span#fb-auth{background-color:#798db9;display:inline-block;color:#fff;font-family:arial;line-height:26px;font-size:12px;font-weight:bold;margin:3px 0 0 0;padding:7px 24px 7px 12px;text-decoration:none;text-shadow:1px 1px 0px #445375;cursor:pointer;height:24px;-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out;position:relative;top:-3px;}span#fb-auth:hover{background-color:#556b9b;}.login span#fb-auth{margin:6px 0 0 10px;}body[data-mobile="true"] #gkMobileMenu select{font-size:50px;}.pull-right{float:right;}div#gkFixedMenu.active #gkLogoSmall{max-height:50px;max-width:146px;margin-top:1px;}div#gkFixedMenu.active #gkLogoSmall img{max-height:47px;}.contact-name{font-size:28px;}article h1{font-size:34px;}.itemFacebookButton{height:88px;}.itemGooglePlusOneButton{height:62px;}.itemTwitterButton{height:26px;}@media(min-width:700px){.contact .gkCols3 .box.gkmod-2{width:50%!important;}}.contact .box.gkmod-2{line-height:28px;}.moduleItemIntrotext h5{font-size:12px;}

/* FILE: templates/silales_artojas/css/menu/menu.css */
  #gkMainMenu{float:left;margin:0 auto;padding:0;}#gkMainMenu:after{clear:both;content:"";display:table;}#gkMainMenu .gkMenu{display:block;margin:0;position:relative;}.gkMenu > ul{margin:0;padding:0;}.gkMenu > ul > li{display:block;float:left;font-size:14px;font-weight:700;height:54px;line-height:55px;position:relative;text-transform:uppercase;width:auto;}.gkMenu > ul > li.haschild:after{color:#ababab;content:"\f107";display:block;font-family:FontAwesome,sans-serif;position:absolute;right:17px;top:-1px;}.gkMenu > ul > li > a{border-right:1px solid #e5e5e5;color:#222;display:block;height:54px;line-height:55px;padding:0 32px;}.gkMenu > ul > li.haschild > a{padding-right:40px;}.gkMenu > ul > li a small{display:block;font-size:11px;line-height:12px;}.gkMenu > ul > li > .childcontent,.gkMenu > ul > li > .childcontent .childcontent{position:absolute;left:-999em;z-index:1100;}.gkMenu > ul > li > .childcontent .gkcol{border-left:1px solid #eee;float:left;}.gkMenu > ul > li > .childcontent .gkcol:first-child{border-left:none;}.gkMenu > ul > li:hover > .childcontent,.gkMenu > ul > li:hover > .childcontent li:hover > .childcontent{left:inherit;}.gkMenu > ul > li .childcontent{margin-left:-11px;margin-top:0;}.gkMenu > ul > li .childcontent .childcontent{margin-left:100px;margin-top:-35px!important;}.gkMenu .childcontent.active,.gkMenu > ul > li:hover > .childcontent{pointer-events:auto;}.gkMenu .childcontent{pointer-events:none;}.gkMenu > ul > li > a{-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}.gkMenu > ul > li > a:hover,.gkMenu > ul > li > a:active,.gkMenu > ul > li > a:focus,.gkMenu > ul > li.active > a{color:#eb1e00;}.gkMenu ul ul{color:#999;padding:12px 0 8px;}.gkMenu > ul li div.childcontent{background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #eee;box-shadow:2px 2px 2px rgba(0,0,0,0.2);margin-top:0;margin-left:-1px;text-transform:none;}.gkMenu > ul li div.childcontent-inner{background:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}.gkMenu > ul li > .childcontent .gkcol{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding-bottom:0;}.gkMenu > ul li div.childcontent li{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;font-size:12px;font-weight:300;line-height:1;margin:0;padding:0 20px;text-align:left;}.gkMenu > ul li div.childcontent a:hover{color:#eb1e00!important}.gkMenu > ul li div.childcontent li:hover > a,.gkMenu > ul li div.childcontent li:hover > a small{color:#777;-webkit-transition:color .2s ease-out;-moz-transition:color .2s ease-out;-ms-transition:color .2s ease-out;-o-transition:color .2s ease-out;transition:color .2s ease-out;}.gkMenu > ul li div.childcontent li:first-child{border:none;}.gkMenu > ul li div.childcontent a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;color:#777;display:block;padding:7px 0;}.gkMenu > ul li li div.childcontent small{color:#999;font-weight:400;padding-bottom:5px;}.gkMenu > ul li div.childcontent li.group{padding:0;margin:0;height:auto;border:none !important;background:none;}.gkMenu > ul li div.childcontent .header{color:#444;display:block;font-size:13px;font-weight:600!important;margin:6px 0 0;padding:0 20px;text-transform:uppercase}.gkMenu > ul li div.childcontent .header a{color:#444;}.gkMenu > ul li div.childcontent .header small{display:block;text-transform:none;}.gkMenu li .module p{font-size:12px;line-height:18px;}#gkMobileMenu{display:none;}#gkMainMenu.gkMenuOverlay ul .childcontent{display:none!important;}#gkMenuOverlay{background:#fff;background:rgba(255,255,255,0.97);display:none;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;width:100%;}#gkMenuOverlay.open{display:block;min-height:100%;position:fixed;top:0;width:100%;z-index:10001;}#gkMenuOverlayWrap{left:50%;margin:0 0 0 -482px;max-width:964px;position:absolute;top:0;width:100%;z-index:10002;}#gkMenuOverlayWrap > div{padding:0;width:100%;}#gkMenuOverlayHeader{color:#111;font-size:60px;font-weight:bold;line-height:140px;margin:0;text-align:center;text-transform:none;}#gkMenuOverlayClose{color:#eb1e00;cursor:pointer;font-size:36px;font-style:normal;line-height:140px;position:absolute;right:0;}#gkMenuOverlayContent{border-bottom:1px solid #e5e5e5;margin-bottom:140px;}#gkMenuOverlayContent .gkcol{width:100%;}#gkMenuOverlayContent .gkcol li li li{font-size:17px;}#gkMenuOverlayContent .gkcol .header,#gkMenuOverlayContent .gkcol li small,#gkMenuOverlayContent .group-content > div{display:none!important;}#gkMenuOverlayContent .gkcol li{border-top:1px solid #e5e5e5;font-size:22px;line-height:60px;text-align:center;}#gkMenuOverlayContent .gkcol li.group{border-top:none;}#gkMenuOverlayContent .gkcol li a{color:#777;display:inline-block;line-height:60px;}#gkMenuOverlayContent .gkcol li a:active,#gkMenuOverlayContent .gkcol li a:focus,#gkMenuOverlayContent .gkcol li a:hover{color:#eb1e00;}#gkFixedMenu{background:#fff;position:fixed;top:-80px;z-index:1001;}#gkFixedMenu.active{border-bottom:1px solid #e5e5e5;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15);line-height:54px;top:0;-webkit-transition:top .2s ease-out;-moz-transition:top .2s ease-out;-ms-transition:top .2s ease-out;-o-transition:top .2s ease-out;transition:top .2s ease-out;width:100%;}#gkFixedMenu #gkTopNav{border-left:none;clear:none;}#gkFixedMenu #gkMainMenu{border-left:1px solid #e5e5e5;}

/* FILE: templates/silales_artojas/css/gk.stuff.css */
  @charset "UTF-8";@font-face{font-family:"news2-icons";src:url('https://silales-artojas.lt/templates/silales_artojas/fonts/news2-pixellove/news2-pixellove.eot');src:url('https://silales-artojas.lt/templates/silales_artojas/fonts/news2-pixellove/news2-pixellove.eot?#iefix') format("embedded-opentype"),url('https://silales-artojas.lt/templates/silales_artojas/fonts/news2-pixellove/news2-pixellove.woff') format("woff"),url('https://silales-artojas.lt/templates/silales_artojas/fonts/news2-pixellove/news2-pixellove.ttf') format("truetype"),url('https://silales-artojas.lt/templates/silales_artojas/fonts/news2-pixellove/news2-pixellove.svg#news2-icons') format("svg");font-weight:normal;font-style:normal;}[data-icon]:before{font-family:"news2-icons" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}[class^="gk-icon-"]:before,[class*=" gk-icon-"]:before{font-family:"news2-icons" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.gk-icon-chat:before{content:"a";}.gk-icon-fb:before{content:"b";}.gk-icon-gplus:before{content:"c";}.gk-icon-news:before{content:"d";}.gk-icon-next:before{content:"e";}.gk-icon-prev:before{content:"f";}.gk-icon-rss:before{content:"g";}.gk-icon-search:before{content:"h";}.gk-icon-twitter:before{content:"i";}.gk-icon-email:before{content:"j";}.gk-icon-print:before{content:"k";}.gk-icon-tags:before{content:"l";}.gk-icon-views:before{content:"m";}.nspMain{position:relative;}.nspBotInterface,.nspTopInterface{clear:both;float:right;margin:5px 0;}.nspTopInterface{position:absolute;right:0;top:-44px;}.nspBotInterface .nspPagination{margin-top:0;}.nspPagination{float:left;list-style-type:none!important;margin:3px 0 0 0!important;padding:0!important;}.nspPagination li{background:#ccc;border:none!important;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;display:block;float:left;height:8px;margin:6px 4px 0 0!important;padding:0;text-indent:-999em;width:8px;}.nspPagination li:hover,.nspPagination li.active{background-color:#eb1e00;}.nspNext,.nspPrev{border:1px solid #e5e5e5;border-radius:2px;cursor:pointer;display:block;float:left;height:24px;margin:0 0 0 5px;position:relative;text-indent:-9999px;width:26px;}.nspNext:after,.nspPrev:after{color:#949494;content:"\f104";display:block;font-family:FontAwesome;font-size:16px;left:10px;line-height:15px;position:absolute;text-indent:0;top:5px;}.nspNext:after{color:#949494;content:'\f105';}.nspPrev:after{color:#949494;}.nspNext:hover:after,.nspPrev:hover:after{color:#eb1e00;}.nspArts{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:0;}.nspArtPage{float:left;}.nspArt{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;}.nspArt div{overflow:hidden;}.nspArt h4.nspHeader{color:#222;font-size:19px;font-weight:400;line-height:29px;margin:0;padding:0 0 16px 0;text-transform:none;}.nspArt h4.nspHeader a{color:#222;}.nspArt h4.nspHeader a:hover{color:#eb1e00;}.nspArt img.nspImage{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;display:block;}.nspArt .nspImageWrapper{display:block;overflow:hidden;padding:0!important;}.nspArt .nspImageWrapper.gkResponsive{width:100%;}.nspMain .nspImageWrapper img{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}.nspMain .nspImageWrapper:hover img{-webkit-transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);-moz-transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);-ms-transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);-o-transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);}.nspArt p.nspText{color:#8e8e8e;display:block!important;font-size:14px;line-height:1.5;margin:0;padding:0!important;}.nspArt p.nspInfo{color:#ccc;display:block!important;font-size:12px;margin:0;padding:10px 0;text-transform:uppercase;}.nspArt p.nspInfo a{color:#999!important;}.nspArt p.nspInfo a:active,.nspArt p.nspInfo a:focus,.nspArt p.nspInfo a:hover{color:#eb1e00!important;}.nspArt p.nspInfo > *{padding:0 10px!important;}.nspArt p.nspInfo > i{color:#999;font-size:14px;padding:0 0 0 10px!important;}.nspArt p.nspInfo > i + a{padding-left:5px!important;}.nspArt p.nspInfo img{vertical-align:middle;}.nspArt p.nspInfo > .nsp-stars{padding:0 10px 0 0!important;}.nspArt .nsp-star-0:before,.nspArt .nsp-star-1:before{content:"\f005";color:#ccc;font-family:FontAwesome;font-size:10px;padding:0 2px 0 0;}.nspArt .nsp-star-1:before{color:#f7a834;}.nspArt .tleft{text-align:left;}.nspArt .tright{text-align:right;}.nspArt .tcenter{text-align:center;}.nspArt .tjustify{text-align:justify;}.nspArt .fleft{float:left;}.nspArt .fright{float:right;}.nspArt .fnone{clear:both;float:none;width:100%;}.readon.inline{border:none;padding:0;}.readon.fleft,.readon.fright,.readon.fcenter{clear:both;margin:24px 46px 0 0;}.readon.fleft{float:left;}.readon.fright{float:right;}.readon.fcenter{display:inline;float:none;}.readon-button{border:1px solid #e5e5e5;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;clear:both;color:#afafaf;display:block;font-size:12px;height:38px;line-height:39px;margin:20px 0 0 0;text-align:center;text-transform:uppercase;width:100%;}.readon-button:active,.readon-button:focus,.readon-button:hover{color:#eb1e00;}.nspLinks{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:3px;}.nspList{float:left;}.nspList li > .nspImageWrapper{float:left;overflow:hidden;}.nspList li > .nspImageWrapper + div > h4{margin-top:5px;}.nspLinks ul{list-style-type:none!important;padding:0!important;}.nspLinks .nspLinkScroll1 ul li{border:none;margin:0!important;overflow:hidden;padding:18px 0;}.nspLinks .nspLinkScroll2{overflow:hidden;}.nspLinks ul li h4{font-size:15px;font-weight:400;margin-bottom:5px;text-transform:none;}.nspLinks ul li h4 a{color:#222;text-decoration:none;}.nspLinks ul li h4 a:active,.nspLinks ul li h4 a:focus,.nspLinks ul li h4 a:hover{color:#eb1e00;}.nspLinks ul li{border-top:1px solid #e5e5e5!important;}.nspLinks ul li:first-child{border-top:none!important;}.nspLinks ul li p{color:#8e8e8e;font-size:12px;margin:0;}.nspArts.left{float:right;}.nspLinksWrap.left{float:left;}.nspArts.right{float:left;}.nspLinksWrap.right{float:right;}.nspLinksWrap.left .nspLinks{padding-right:64px;}.nspLinksWrap.right .nspLinks{padding-left:64px;}.nspMain .unvisible{left:-9999px;position:absolute;top:auto;}.gkResponsive img.nspImage,img.nspImage.gkResponsive{height:auto;width:100%!important;}.nspArt img.nspImage{max-width:100%;}.nspArtScroll1,.nspLinkScroll1{overflow:hidden;width:100%;}.nspPages1{width:100%;}.nspPages2{width:200%;}.nspPages3{width:300%;}.nspPages4{width:400%;}.nspPages5{width:500%;}.nspPages6{width:600%;}.nspPages7{width:700%;}.nspPages8{width:800%;}.nspPages9{width:900%;}.nspPages10{width:1000%;}.nspCol1{width:100%;}.nspCol2{width:50%;}.nspCol3{width:33.3%;}.nspCol4{width:25%;}.nspCol5{width:20%;}.nspCol6{width:16.66%;}.nspCol7{width:14.285%;}.nspCol8{width:12.5%;}.nspCol9{width:11.1%;}.nspCol10{width:10%;}.nspCol11{width:9.09%;}.nspCol12{width:8.33%;}.nspCol13{width:7.69%;}.nspCol14{width:7.14%;}.nspCol15{width:6.66%;}.nspCol16{width:6.25%;}.nspCol17{width:5.88%;}.nspCol18{width:5.55%;}.nspCol19{width:5.26%;}.nspCol20{width:5%;}.nspList,.nspArtPage{opacity:0;-webkit-transition:opacity 0.5s ease-out;-moz-transition:opacity 0.5s ease-out;-ms-transition:opacity 0.5s ease-out;-o-transition:opacity 0.5s ease-out;transition:opacity 0.5s ease-out;}.nspList.active,.nspArtPage.active{opacity:1;}.box.dark a.readon,.box.dark a.readon:after{border-color:#aaa!important;color:#aaa!important;}.box.dark a.readon:active,.box.dark a.readon:focus,.box.dark a.readon:hover,.box.dark a.readon:active:after,.box.dark a.readon:focus:after,.box.dark a.readon:hover:after{color:#fff!important;border-color:#fff!important;}.box.dark .nspLinks ul li{border-top-color:#444!important;}.box.dark .nspArt h4.nspHeader a{color:#fff;}.box.dark .nspNext,.box.dark .nspPrev{border-color:#aaa;}.box.color .nspText,.box.color .nspInfo,.box.color .nspLinks ul li p{color:rgba(255,255,255,0.75)!important;}.box.color .nspInfo a{color:rgba(255,255,255,0.95)!important;}.box.color .nspInfo a:active,.box.color .nspInfo a:focus,.box.color .nspInfo a:hover{color:rgba(255,255,255,0.75)!important;}.box.color a.readon,.box.color a.readon:after{border-color:rgba(255,255,255,0.6)!important;color:rgba(255,255,255,0.6)!important;}.box.color a.readon:active,.box.color a.readon:focus,.box.color a.readon:hover,.box.color a.readon:active:after,.box.color a.readon:focus:after,.box.color a.readon:hover:after{color:#fff!important;border-color:#fff!important;}.box.color .nspLinks ul li{border-top-color:rgba(255,255,255,0.2)!important;}.box.color .nspArt h4.nspHeader a{color:#fff;}.box.color .nspNext,.box.color .nspPrev{border-color:rgba(255,255,255,0.6);}.box.color .nspPagination li{background:rgba(255,255,255,0.6);}.box.color .nspPagination li.active{background:#fff;}.box.color .nspPrev:after,.box.color .nspNext:after{color:rgba(255,255,255,0.6);}.box.color .nspPrev:hover:after,.box.color .nspNext:hover:after{color:#fff;}.gkMenu .nspArt h4.nspHeader{font-size:14px;padding:0}.box.title-color1 .nspLinks ul li h4 a:hover,.box.title-color1 .nspArt h4.nspHeader a:hover{color:#eb1e00;}.box.title-color1 .readon-button:hover{color:#eb1e00;}.box.title-color2 .nspLinks ul li h4 a:hover,.box.title-color2 .nspArt h4.nspHeader a:hover{color:#56afc3;}.box.title-color2 .readon-button:hover{color:#56afc3;}.box.title-color3 .nspLinks ul li h4 a:hover,.box.title-color3 .nspArt h4.nspHeader a:hover{color:#ffc000;}.box.title-color3 .readon-button:hover{color:#ffc000;}.box.title-color4 .nspLinks ul li h4 a:hover,.box.title-color4 .nspArt h4.nspHeader a:hover{color:#8560a8;}.box.title-color4 .readon-button:hover{color:#8560a8;}.box.title-color5 .nspLinks ul li h4 a:hover,.box.title-color5 .nspArt h4.nspHeader a:hover{color:#fa5f00;}.box.title-color5 .readon-button:hover{color:#fa5f00;}.box.title-color6 .nspLinks ul li h4 a:hover,.box.title-color6 .nspArt h4.nspHeader a:hover{color:#736357;}.box.title-color6 .readon-button:hover{color:#736357;}.nspMain.nsp-list .nspArt{border-bottom:1px solid #e5e5e5;}.nspMain.nsp-list .nspHeader{font-size:15px;padding:4px 0;}.nspMain.nsp-list .nspInfo{padding:0;}.box.highlights .nspMain{position:static;}.box.highlights .nspHeader{font-size:36px;line-height:43px;padding:0;}.box.highlights .nspInfo{color:#999;font-size:14px;padding:10px 0 48px 0;text-transform:none;}.box.highlights .nspInfo span{color:#eb1e00;}.box.highlights .nspText{color:#8e8e8e;font-size:18px;}.box.highlights .readon{margin-left:2px;margin-top:50px;}.box.highlights .nspTopInterface{background:#f9fafb;border-top:1px solid #e5e5e5;bottom:0;height:60px;margin:0 -45px;position:absolute;right:auto;top:auto;width:100%;}.box.highlights .nspTopInterface .nspPrev,.box.highlights .nspTopInterface .nspNext{background:#fff;left:36px;position:absolute;top:16px;}.box.highlights .nspTopInterface .nspNext{left:auto;right:36px;}.box.highlights .nspTitleArea{height:60px;line-height:60px;padding:0 80px;text-align:center;}.box.highlights .nspTitleArea h4{font-size:16px;height:60px;line-height:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.box.highlights .nspTitleArea h4 a{color:#222;}.box.highlights .nspTitleArea h4 a:active,.box.highlights .nspTitleArea h4 a:focus,.box.highlights .nspTitleArea h4 a:hover{color:#eb1e00;}.gkNspPM-VideoList{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;margin:0 -19px;position:relative;width:auto;}.gkNspPM-VideoList > div{overflow:hidden;position:relative;}.gkNspPM-VideoList .gkItemsPage{display:block;overflow:hidden;position:absolute;opacity:0;top:0;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;width:100%;z-index:0;}.gkNspPM-VideoList .gkItemsPage.to-hide,.gkNspPM-VideoList .gkItemsPage.active{display:block;opacity:1;}.gkNspPM-VideoList .gkItemsPage.active{position:relative;z-index:2;}.gkNspPM-VideoList .gkItemsPage.to-hide{display:block;opacity:0;}.gkNspPM-VideoList .gkItemsPage figure{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;padding:0 19px;}.gkNspPM-VideoList .gkItemsPage[data-cols="1"] figure{width:100%;}.gkNspPM-VideoList .gkItemsPage[data-cols="2"] figure{width:50%;}.gkNspPM-VideoList .gkItemsPage[data-cols="3"] figure{width:33.333333%;}.gkNspPM-VideoList .gkItemsPage[data-cols="4"] figure{width:25%;}.gkNspPM-VideoList .gkItemsPage[data-cols="5"] figure{width:20%;}.gkNspPM-VideoList .gkItemsPage[data-cols="6"] figure{width:16.666666%;}.gkNspPM-VideoList .gkItem{cursor:pointer;opacity:0;padding:16px 0;position:relative;top:50px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}.gkNspPM-VideoList .gkItem.active{opacity:1;top:0;}.gkNspPM-VideoList .gkItem .gkImageWrap{position:relative;}.gkNspPM-VideoList .gkItem.video .gkImageWrap:before{background:rgba(0,0,0,0.25);content:"";height:100%;position:absolute;width:100%;z-index:1;}.gkNspPM-VideoList .gkItem.video .gkImageWrap:after{color:#fff;content:"\f04b";font-family:FontAwesome;font-size:24px;left:50%;line-height:24px;margin:-12px 0 0 -12px;position:absolute;top:50%;z-index:2;}.gkNspPM-VideoList .gkItem:hover figcaption{background:#f6f7f9;}.gkNspPM-VideoList h3{font-size:16px;font-weight:400;margin:0;padding:16px 0;text-align:center;text-transform:none;}.gkNspPM-VideoList figcaption{padding:0 16px 16px 16px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;}.gkNspPM-VideoList strong{color:#afafaf;display:block;font-size:12px;text-align:center;text-transform:uppercase;}.gkNspPM-VideoList .gkBottomNav{border-top:1px solid #e5e5e5;margin:32px 19px -24px 19px;padding:12px 0 0 0;position:relative;}.gkNspPM-VideoList .gkBottomNavNext,.gkNspPM-VideoList .gkBottomNavPrev{border:1px solid #e5e5e5;border-radius:2px;cursor:pointer;display:block;float:left;height:24px;margin:0;position:relative;text-indent:-9999px;width:26px;}.gkNspPM-VideoList .gkBottomNavNext{right:0;position:absolute;top:12px;}.gkNspPM-VideoList .gkBottomNavPrev{left:0;position:absolute;top:12px;}.gkNspPM-VideoList .gkBottomNavNext:after,.gkNspPM-VideoList .gkBottomNavPrev:after{color:#949494;content:"\f104";display:block;font-family:FontAwesome;font-size:16px;left:10px;line-height:15px;position:absolute;text-indent:0;top:5px;}.gkNspPM-VideoList .gkBottomNavNext:after{color:#949494;content:'\f105';}.gkNspPM-VideoList .gkBottomNavPrev:after{color:#949494;}.gkNspPM-VideoList .gkBottomNavNext:hover:after,.gkNspPM-VideoList .gkBottomNavPrev:hover:after{color:#eb1e00;}.gkNspPM-VideoList .gkBottomNavPagination{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;padding:0 50px;text-align:center;width:100%;}.gkNspPM-VideoList .gkBottomNavPagination li{background:#ccc;border:none!important;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;cursor:pointer;display:inline-block;height:8px;margin:10px 4px 0 0!important;padding:0!important;text-indent:-999em;width:8px;}.gkNspPM-VideoList .gkBottomNavPagination li:hover,.gkNspPM-VideoList .gkBottomNavPagination li.active{background-color:#eb1e00;}.gkNspPM-VideoList img,.gkNspPM-VideoList .gkImageWrap{display:block;height:auto;overflow:hidden;width:100%;}.gkNspPM-VideoList .gkImageWrap{margin:0 35px 0 0;}.gkNspPM-VideoList .gkImageWrap{overflow:hidden;position:relative;z-index:1;}.gkNspPM-VideoList .gkImageWrap img{-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}.gkNspPM-VideoList .gkImageWrap:hover img{-webkit-transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);-moz-transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);-ms-transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);-o-transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);transform:scale3d(1.3,1.3,1) translate3d(0px,10%,0px);}.gkTabsGK5{position:relative;overflow:hidden;}.gkTabsWrap ol li{border:none;color:#222;cursor:pointer;display:block;float:left;font-size:14px;font-weight:bold;height:50px;line-height:51px;list-style-type:none;margin:0;padding:0 20px!important;position:relative;text-transform:uppercase;}.gkTabsWrap ol li.active,.gkTabsWrap ol li.active:hover{background:#eb1e00;color:#fff;}.gkTabsWrap ol li.active:after{border:6px solid #eb1e00;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;bottom:-11px;content:"";left:50%;margin-left:-6px;position:absolute;z-index:101;}.gkTabsWrap ol li:hover{color:#eb1e00;}.gkTabsContainer{clear:both;overflow:hidden;position:relative;}.gkTabsItem{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;left:-9999px;overflow:hidden;padding:24px;position:absolute;top:0;width:100%;z-index:1;}.gkTabsItem.active{left:0;position:relative;z-index:2;}.gkTabsNav{background:transparent;border-bottom:1px solid #e5e5e5;border-top:1px solid #e5e5e5;margin:0;position:relative;top:-1px;}.gkTabsNav:after{clear:both;content:"";display:table;}.box.clear-horizontal .gkTabsNav{top:0;}.gkTabsButtonNext,.gkTabsButtonPrev{display:none;}.gkCols{margin:0 -20px;width:auto;}.gkCols > div{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:left;padding:0 20px;}.gkCols[data-cols="2"] > div{width:50%;}.gkCols[data-cols="3"] > div{width:33.333333%;}.gkCols[data-cols="4"] > div{width:25%;}.gkCols[data-cols="5"] > div{width:20%;}.gk-newsletter p{margin:0;position:relative;}.gk-newsletter strong{float:right;font-size:14px;font-weight:bold;line-height:40px;margin:0 45px 0 0;text-transform:uppercase;}.gk-newsletter strong > span{color:#eb1e00;}.gk-newsletter input[type="email"]{border:1px solid #e5e5e5;float:right;height:40px;line-height:33px;padding:0 10px !important;width:50%;}.gk-newsletter input[type="button"]{float:right;height:40px;line-height:41px;margin:0 0 0 10px;padding:0 30px !important;}.gkBanner{display:block;}.gkBanner img{height:auto;width:100%;}iframe[src^="//www.facebook.com/plugins/likebox.php"],.fb-like-box.fb_iframe_widget,.fb-like-box.fb_iframe_widget > span{max-width:100%;}.gkHighlighterGK5{position:relative;width:100%;}.gkHighlighterInterface{float:left;padding:0;}.gkHighlighterInterface[data-pos="right"]{float:right;}.gkHighlighterInterface span.text{display:block;float:left;margin:0 0 0 45px;font-size:13px;font-style:italic;font-weight:bold;line-height:55px;}.gkHighlighterInterface div{position:absolute;right:18px;width:auto;z-index:1001;}.gkHighlighterInterface div a{border:1px solid #e5e5e5;border-radius:2px;cursor:pointer;display:block;float:left;height:24px;margin:14px 0 0 5px;position:relative;width:26px;}.gkHighlighterInterface div a.prev:before,.gkHighlighterInterface div a.next:before{color:#949494;content:"\f104";font-family:FontAwesome;font-size:16px;left:10px;line-height:15px;position:absolute;top:5px;}.gkHighlighterInterface div a.next:before{content:"\f105";}.gkHighlighterInterface div a.prev:hover:before,.gkHighlighterInterface div a.next:hover:before{color:#eb1e00;}.gkHighlighterWrapper{height:55px;overflow:hidden;position:relative;}.gkHighlighterWrapperSub{position:relative;min-height:30px;opacity:0;}.active .gkHighlighterWrapperSub{opacity:1;}.gkHighlighterWrapper .nowrap{width:100000px;position:absolute;left:-99999em;}.gkHighlighterWrapper .gkHighlighterItem{position:absolute;top:0;width:100%;left:0}.gkHighlighterWrapper .gkHighlighterItem a{color:#999}.gkHighlighterWrapper:hover .gkHighlighterItem a{color:#eb1e00!important;}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}}@-moz-keyframes flipInX{0%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-moz-transform:perspective(400px) rotateX(-10deg);}70%{-moz-transform:perspective(400px) rotateX(10deg);}100%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}}@-o-keyframes flipInX{0%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-o-transform:perspective(400px) rotateX(-10deg);}70%{-o-transform:perspective(400px) rotateX(10deg);}100%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0;}40%{transform:perspective(400px) rotateX(-10deg);}70%{transform:perspective(400px) rotateX(10deg);}100%{transform:perspective(400px) rotateX(0deg);opacity:1;}}.gkHighlighterItem.flipInX{-webkit-backface-visibility:visible !important;-webkit-animation-name:flipInX;-moz-backface-visibility:visible !important;-moz-animation-name:flipInX;-o-backface-visibility:visible !important;-o-animation-name:flipInX;backface-visibility:visible !important;animation-name:flipInX;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;}}@-moz-keyframes flipOutX{0%{-moz-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-moz-transform:perspective(400px) rotateX(90deg);opacity:0;}}@-o-keyframes flipOutX{0%{-o-transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-o-transform:perspective(400px) rotateX(90deg);opacity:0;}}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1;}100%{transform:perspective(400px) rotateX(90deg);opacity:0;}}.gkHighlighterItem{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;}.gkHighlighterItem.flipOutX{-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible !important;-moz-animation-name:flipOutX;-moz-backface-visibility:visible !important;-o-animation-name:flipOutX;-o-backface-visibility:visible !important;animation-name:flipOutX;backface-visibility:visible !important;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);}}@-moz-keyframes fadeInLeft{0%{opacity:0;-moz-transform:translateX(-20px);}100%{opacity:1;-moz-transform:translateX(0);}}@-o-keyframes fadeInLeft{0%{opacity:0;-o-transform:translateX(-20px);}100%{opacity:1;-o-transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-20px);}100%{opacity:1;transform:translateX(0);}}.gkHighlighterItem.fadeInLeft{-webkit-animation-name:fadeInLeft;-moz-animation-name:fadeInLeft;-o-animation-name:fadeInLeft;animation-name:fadeInLeft;opacity:1!important;filter:alpha(opacity=100)!important;}.invisible{opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-20px);}}@-moz-keyframes fadeOutLeft{0%{opacity:1;-moz-transform:translateX(0);}100%{opacity:0;-moz-transform:translateX(-20px);}}@-o-keyframes fadeOutLeft{0%{opacity:1;-o-transform:translateX(0);}100%{opacity:0;-o-transform:translateX(-20px);}}@keyframes fadeOutLeft{0%{opacity:1;transform:translateX(0);}100%{opacity:0;transform:translateX(-20px);}}.gkHighlighterItem.fadeOutLeft{-webkit-animation-name:fadeOutLeft;-moz-animation-name:fadeOutLeft;-o-animation-name:fadeOutLeft;animation-name:fadeOutLeft;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-moz-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@-o-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.gkHighlighterItem.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;opacity:1;filter:alpha(opacity=100);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@-moz-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@-o-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.gkHighlighterItem.fadeOut{-webkit-animation-name:fadeOut;-moz-animation-name:fadeOut;-o-animation-name:fadeOut;animation-name:fadeOut;opacity:0;filter:alpha(opacity=0);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}.bar{width:100%px;height:40px;position:relative;-webkit-perspective:1100px;-moz-perspective:1100px;-ms-perspective:1100px;-o-perspective:1100px;perspective:1100px;}.bar .gkHighlighterWrapperSub{width:100%;height:100%;position:absolute;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;}.bar .gkHighlighterItem{display:block;position:absolute;width:100%;height:40px;left:0px;top:0px;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;-moz-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:antialiased}.bar .gkHighlighterItem.gkHidden{opacity:0;display:none;}.bar .gkHighlighterItem.front{-webkit-transform:rotateX(0deg) translateZ(20px);-moz-transform:rotateX(0deg) translateZ(20px);-o-transform:rotateX(0deg) translateZ(20px);transform:rotateX(0deg) translateZ(20px);}.bar .gkHighlighterItem.bottom{-webkit-transform:rotateX(90deg) translateZ(20px);-moz-transform:rotateX(90deg) translateZ(20px);-o-transform:rotateX(90deg) translateZ(20px);transform:rotateX(90deg) translateZ(20px);}.bar .gkHighlighterItem.back{-webkit-transform:rotateX(180deg) translateZ(20px);-moz-transform:rotateX(180deg) translateZ(20px);-o-transform:rotateX(180deg) translateZ(20px);transform:rotateX(180deg) translateZ(20px);}.bar .gkHighlighterItem.top{-webkit-transform:rotateX(270deg) translateZ(20px);-moz-transform:rotateX(270deg) translateZ(20px);-o-transform:rotateX(270deg) translateZ(20px);transform:rotateX(270deg) translateZ(20px);}.gkwMain{margin-bottom:-10px;padding:10px 0 0 0;}.gkwMain:after{clear:both;content:"";display:table;}.gkwMain .gkwCurrent{float:left;width:55%;}.gkwMainLeft{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;padding:0 30px 0 10px;width:32%;}.gkwMainLeft > *:first-child{float:left;}.gkwMainLeft > i,.gkwMainLeft > i:before{margin:-9px 0 0 -9px;width:48px;}.gkwTemp{color:#eb1e00;float:right;font-size:28px;font-style:italic;font-weight:400;text-align:center;margin:0;}.gkwMainRight{float:left;width:68%;margin:0;}.gkwMainRight h2{font-size:16px;font-weight:bold;margin:4px 0 4px 0;}.gkwMainRight p{color:#999;float:left;font-size:12px;margin:0 18px 0 0;line-height:1.1;}ul.gkwNextDays{float:left;list-style-type:none;list-style-image:none;margin:0;padding:0;width:45%;}ul.gkwNextDays li{border:none!important;border-left:1px solid #e5e5e5!important;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;padding:0 20px 0 30px!important;margin:0!important;list-style-type:none!important;}ul.gkwNextDays li.gkwItems1{width:100%}ul.gkwNextDays li.gkwItems2{width:50%}ul.gkwNextDays li.gkwItems3{width:33.333333%}ul.gkwNextDays li.gkwItems4{width:25%}.gkwDay{font-size:13px;font-weight:bold;display:block;}ul.gkwNextDays li img{display:block;margin:0 auto;clear:both;}ul.gkwNextDays li i{font-size:36px!important;}p.gkwDayTemp{margin:6px 0 0 0;white-space:nowrap;text-align:center;}span.gkwDayDay,span.gkwDayNight{padding:0 8px 0 0;color:#222;font-size:12px;font-weight:bold;}span.gkwDayDay{color:#eb1e00;}.gkwNextDays li > *:first-child{float:left;margin:0 20px 0 0;}.gkwNextDays li > i{margin-top:6px!important;}.gkwNextDays li > i:before{color:#c1c1c1;}div.gkwFday{border-left:1px solid #ddd;margin:0 6px 0 0;padding:0 0 0 6px;}ul.gkwNextDays li:first-child div.gkwFday{border-left:none}.gkGrid2x2{margin:-3px;}.gkGrid2x2 > a{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;float:left;padding:3px;width:50%;}.gkGrid2x2 > a > img{display:block;height:auto;max-width:100%}#sbox-window{padding:20px 30px}body div#fd .btn,body div#fd button{height:auto;float:none;text-transform:none;}

/* FILE: templates/silales_artojas/css/typography/typography.style3.css */
 .k2box > ul,.k2box > ul ul{list-style-type:disc;padding-left:20px}.k2box > ol,.k2box > ol ol{list-style-type:decimal;padding-left:20px}.k2box > ul li,.k2box > ul ul li,.k2box > ol li,.k2box > ol ol li{list-style-position:outside;padding-left:0}p.gkInfo1,p.gkTips1,p.gkWarning1{padding:12px 12px 12px 66px;position:relative;}.gkHighlight1,.gkHighlight2{cursor:default;padding:1px 5px;text-shadow:none}pre,code{font:normal .92em/32px 'Curier New',monospace!important;margin:36px 0!important;padding:20px 26px !important}ol{list-style-position:inside;margin:2em 0;padding:0}ol.gkDec{list-style-type:decimal}ol.gkRoman{list-style-type:upper-roman}ol.gkAlpha{list-style-type:lower-alpha}ol.gkDecimalLeadingZero{list-style-type:decimal-leading-zero}.itemBody > ul,.itemBody > div > ul,ul.gkBullet1,ul.gkBullet2,ul.gkBullet3,ul.gkBullet4{margin:2em 0;padding:0}ul li{list-style-position:outside}.itemBody > ul li,.itemBody > div > ul li,ul.gkBullet1 li,ul.gkBullet2 li,ul.gkBullet3 li,ul.gkBullet4 li{list-style:none;overflow:inherit;padding:2px 0 2px 32px;position:relative}.itemBody > ul li:before,.itemBody > div > ul li:before,ul.gkBullet1 li:before,ul.gkBullet2 li:before,ul.gkBullet3 li:before,ul.gkBullet4 li:before{font-family:FontAwesome;font-size:13px;position:absolute;top:5px;left:0}div.gkLegend1 h4{background:#fff;float:left;font-size:14px;font-weight:400;left:11px;line-height:18px;margin:0 0 -9px!important;padding:0 10px;position:relative;text-transform:uppercase;top:-16px}div.gkLegend1{margin:30px 0;padding:6px}div.gkLegend1 p{clear:both;margin:7px}blockquote{font-style:italic;font-weight:400;margin:40px 0;color:#000;display:block;padding:0 0 0 66px;position:relative;}blockquote:before{color:#4c61a0;content:"\f10d";font-family:FontAwesome;font-size:32px;line-height:0;position:absolute;left:0;top:15px;}blockquote.gkBlockquote1:before{color:#e5e5e5;}.gkBlockTextLeft,.gkBlockTextRight,.gkBlockTextCenter{color:#272727;display:block;font-style:italic;font-weight:400;line-height:170%;padding:25px;width:38%}.gkBlockTextLeft{float:left;padding-left:0;text-align:left}.gkBlockTextRight{float:right;padding-right:0;text-align:right}.gkBlockTextCenter{margin:0 auto;text-align:center}p.numblocks{margin:0 0 24px;min-height:48px;padding:0 0 0 82px !important;position:relative}p.numblocks span{border-right:2px solid #ccc;display:block;font-size:24px;font-weight:500;height:36px;left:0;line-height:36px;position:absolute;top:4px;width:48px}p.num-1 span{color:#bbb;}p.num-2 span{color:#272727;border-color:#272727;}p.num-3 span{color:#4c61a0;border-color:#4c61a0;}p.numblocks span.highlight{border-right:none;display:inline;font-size:15px;position:static;width:auto}.gkblock-1,.gkblock-2,.gkblock-3{margin:36px 0;padding:15px 20px}.bubble-1,.bubble-2{margin:20px 0 40px;padding:15px 20px;position:relative}.bubble-1::after,.bubble-2::after{border-color:transparent;border-style:solid;border-width:22px 0 0 22px;bottom:-22px;content:"";display:block;left:30px;position:absolute;width:0;}.bubble-1 cite,.bubble-2 cite{bottom:-25px;display:block;font-size:13px;font-weight:500;height:25px;left:26px;line-height:32px;padding-left:40px;position:absolute}pre,code{border:1px solid #e5e5e5;border-left:5px solid #4c61a0;color:#272727;padding-left:32px}p.gkInfo1{background-color:#f8f8f8;color:#272727;}p.gkTips1{background-color:#FFFFDD;color:#272727;}p.gkWarning1{background-color:#4c61a0;color:#fff;}p.gkInfo1:before,p.gkTips1:before,p.gkWarning1:before{font-family:FontAwesome;font-size:24px;position:absolute;top:5px;left:22px;}p.gkInfo1:before{color:#272727;content:"\f0e6";}p.gkTips1:before{color:#272727;content:"\f0eb";}p.gkWarning1:before{color:#fff;content:"\f057";}div.gkLegend1{border:4px double #e5e5e5}div.gkLegend1 h4{background:#fff;color:#242424}.gkHighlight1{background:#ffd}.gkblock-1{border:1px solid #e5e5e5}.gkblock-2{background:#FFFEF4;border:1px solid #EAE8CC}.gkblock-3{background:#f8f8f8}.bubble-1{background:#f5f5f5;color:#555}.bubble-1::after{border-color:#f5f5f5;border-left:22px solid transparent;}.bubble-2{background:#4c61a0;color:#fff}.bubble-2::after{border-color:#4c61a0;border-left:22px solid transparent;}.bubble-1 cite{color:#272727}.bubble-2 cite{color:#4c61a0}ul.gkBullet1 li:before{color:#4c61a0;content:"\f00c";}.itemBody > ul li:before,.itemBody > div > ul li:before,ul.gkBullet2 li:before{color:#4c61a0;content:"\f14a";}ul.gkBullet3 li:before{color:#4c61a0;content:"\f006";}ul.gkBullet4 li:before{color:#4c61a0;content:"\f0a9";}ul#demo-typography{background:transparent;overflow:hidden;padding:10px 30px 30px}ul#demo-typography li{color:#4c61a0;float:left;font-size:11px;line-height:24px;list-style-type:disc;width:23.9%}ul#demo-typography li a{font-size:11px;text-shadow:2px 2px 0 #fff}.demo-typoDiv{clear:both;margin:0 0 30px;overflow:hidden}h4.demo-typo{color:#272727;font-size:16px;margin:60px 0 20px;text-transform:uppercase}.demo-typo-col2{float:left;width:50%}.demo-typo-col3{float:left;width:33%}.demo-typo-col4{float:left;width:25%}.demo-typo_padd{padding:0 15px}#warnings .demo-typo_padd p{margin:1em 0 1.6em}.typoDesc small{color:#aaa;font:normal 11px Monaco,Consolas,"Courier News",monospace;}.bubble-2 small{color:#fff;}.gkblock-3 small{color:#353639!important}span.helpTooltip{background:#4c61a0;color:#fff;}.gkHighlight2{background:#f5f5f5;}.the-icons{margin-bottom:32px;}.the-icons > li{float:left;margin-right:2%;padding-left:0!important;width:23%;}.the-icons > li:before{display:none;}h5.page-header{clear:both;padding:36px 0 18px;text-transform:uppercase}[class^="fa fa-"],[class*=" fa-"]{color:#272727;padding-right:8px}

