/*********Font Family*********/ @font-face { font-family: 'open_sans'; src: url('fonts/opensans-regular_0-webfont.eot'); src: url('fonts/opensans-regular_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular_0-webfont.woff2') format('woff2'), url('fonts/opensans-regular_0-webfont.woff') format('woff'), url('fonts/opensans-regular_0-webfont.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'open_sans'; src: url('fonts/opensans-light-webfont.eot'); src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff2') format('woff2'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype'); font-weight: 300; font-style: normal; } @font-face { font-family: 'open_sans'; src: url('fonts/opensans-semibold-webfont.eot'); src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-semibold-webfont.woff2') format('woff2'), url('fonts/opensans-semibold-webfont.woff') format('woff'), url('fonts/opensans-semibold-webfont.ttf') format('truetype'); font-weight: 600; font-style: normal; } @font-face { font-family: 'open_sans'; src: url('fonts/opensans-bold_0-webfont.eot'); src: url('fonts/opensans-bold_0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold_0-webfont.woff2') format('woff2'), url('fonts/opensans-bold_0-webfont.woff') format('woff'), url('fonts/opensans-bold_0-webfont.ttf') format('truetype'); font-weight: 700; font-style: normal; } /*!* Font Awesome 4.6.3 */ @font-face { font-family:'FontAwesome'; src:url('fonts/fontawesome-webfont.eot?v=4.6.3'); src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#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:.75em; vertical-align:-15% } .fa-2x { font-size:2em } .fa-3x { font-size:3em } .fa-4x { font-size:4em } .fa-5x { font-size:5em } .fa-fw { width:1.28571429em; text-align:center } .fa-ul { padding-left:0; margin-left:2.14285714em; list-style-type:none } .fa-ul>li { position:relative } .fa-li { position:absolute; left:-2.14285714em; width:2.14285714em; top:.14285714em; text-align:center } .fa-li.fa-lg { left:-1.85714286em } .fa-border { padding:.2em .25em .15em; border:solid .08em #eee; border-radius:.1em } .fa-pull-left { float:left } .fa-pull-right { float:right } .fa.fa-pull-left { margin-right:.3em } .fa.fa-pull-right { margin-left:.3em } .pull-right { float:right } .pull-left { float:left } .fa.pull-left { margin-right:.3em } .fa.pull-right { margin-left:.3em } .fa-spin { -webkit-animation:fa-spin 2s infinite linear; animation:fa-spin 2s infinite linear } .fa-pulse { -webkit-animation:fa-spin 1s infinite steps(8); animation:fa-spin 1s infinite steps(8) } @-webkit-keyframes fa-spin { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg) } 100% { -webkit-transform:rotate(359deg); transform:rotate(359deg) } } @keyframes fa-spin { 0% { -webkit-transform:rotate(0deg); transform:rotate(0deg) } 100% { -webkit-transform:rotate(359deg); transform:rotate(359deg) } } .fa-rotate-90 { -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg) } .fa-rotate-180 { -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg) } .fa-rotate-270 { -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg) } .fa-flip-horizontal { -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform:scale(-1, 1); -ms-transform:scale(-1, 1); transform:scale(-1, 1) } .fa-flip-vertical { -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform:scale(1, -1); -ms-transform:scale(1, -1); transform:scale(1, -1) } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter:none } .fa-stack { position:relative; display:inline-block; width:2em; height:2em; line-height:2em; vertical-align:middle } .fa-stack-1x, .fa-stack-2x { position:absolute; left:0; width:100%; text-align:center } .fa-stack-1x { line-height:inherit } .fa-stack-2x { font-size:2em } .fa-inverse { color:#fff } .fa-glass:before { content:"\f000" } .fa-music:before { content:"\f001" } .fa-search:before { content:"\f002" } .fa-envelope-o:before { content:"\f003" } .fa-heart:before { content:"\f004" } .fa-star:before { content:"\f005" } .fa-star-o:before { content:"\f006" } .fa-user:before { content:"\f007" } .fa-film:before { content:"\f008" } .fa-th-large:before { content:"\f009" } .fa-th:before { content:"\f00a" } .fa-th-list:before { content:"\f00b" } .fa-check:before { content:"\f00c" } .fa-remove:before, .fa-close:before, .fa-times:before { content:"\f00d" } .fa-search-plus:before { content:"\f00e" } .fa-search-minus:before { content:"\f010" } .fa-power-off:before { content:"\f011" } .fa-signal:before { content:"\f012" } .fa-gear:before, .fa-cog:before { content:"\f013" } .fa-trash-o:before { content:"\f014" } .fa-home:before { content:"\f015" } .fa-file-o:before { content:"\f016" } .fa-clock-o:before { content:"\f017" } .fa-road:before { content:"\f018" } .fa-download:before { content:"\f019" } .fa-arrow-circle-o-down:before { content:"\f01a" } .fa-arrow-circle-o-up:before { content:"\f01b" } .fa-inbox:before { content:"\f01c" } .fa-play-circle-o:before { content:"\f01d" } .fa-rotate-right:before, .fa-repeat:before { content:"\f01e" } .fa-refresh:before { content:"\f021" } .fa-list-alt:before { content:"\f022" } .fa-lock:before { content:"\f023" } .fa-flag:before { content:"\f024" } .fa-headphones:before { content:"\f025" } .fa-volume-off:before { content:"\f026" } .fa-volume-down:before { content:"\f027" } .fa-volume-up:before { content:"\f028" } .fa-qrcode:before { content:"\f029" } .fa-barcode:before { content:"\f02a" } .fa-tag:before { content:"\f02b" } .fa-tags:before { content:"\f02c" } .fa-book:before { content:"\f02d" } .fa-bookmark:before { content:"\f02e" } .fa-print:before { content:"\f02f" } .fa-camera:before { content:"\f030" } .fa-font:before { content:"\f031" } .fa-bold:before { content:"\f032" } .fa-italic:before { content:"\f033" } .fa-text-height:before { content:"\f034" } .fa-text-width:before { content:"\f035" } .fa-align-left:before { content:"\f036" } .fa-align-center:before { content:"\f037" } .fa-align-right:before { content:"\f038" } .fa-align-justify:before { content:"\f039" } .fa-list:before { content:"\f03a" } .fa-dedent:before, .fa-outdent:before { content:"\f03b" } .fa-indent:before { content:"\f03c" } .fa-video-camera:before { content:"\f03d" } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content:"\f03e" } .fa-pencil:before { content:"\f040" } .fa-map-marker:before { content:"\f041" } .fa-adjust:before { content:"\f042" } .fa-tint:before { content:"\f043" } .fa-edit:before, .fa-pencil-square-o:before { content:"\f044" } .fa-share-square-o:before { content:"\f045" } .fa-check-square-o:before { content:"\f046" } .fa-arrows:before { content:"\f047" } .fa-step-backward:before { content:"\f048" } .fa-fast-backward:before { content:"\f049" } .fa-backward:before { content:"\f04a" } .fa-play:before { content:"\f04b" } .fa-pause:before { content:"\f04c" } .fa-stop:before { content:"\f04d" } .fa-forward:before { content:"\f04e" } .fa-fast-forward:before { content:"\f050" } .fa-step-forward:before { content:"\f051" } .fa-eject:before { content:"\f052" } .fa-chevron-left:before { content:"\f053" } .fa-chevron-right:before { content:"\f054" } .fa-plus-circle:before { content:"\f055" } .fa-minus-circle:before { content:"\f056" } .fa-times-circle:before { content:"\f057" } .fa-check-circle:before { content:"\f058" } .fa-question-circle:before { content:"\f059" } .fa-info-circle:before { content:"\f05a" } .fa-crosshairs:before { content:"\f05b" } .fa-times-circle-o:before { content:"\f05c" } .fa-check-circle-o:before { content:"\f05d" } .fa-ban:before { content:"\f05e" } .fa-arrow-left:before { content:"\f060" } .fa-arrow-right:before { content:"\f061" } .fa-arrow-up:before { content:"\f062" } .fa-arrow-down:before { content:"\f063" } .fa-mail-forward:before, .fa-share:before { content:"\f064" } .fa-expand:before { content:"\f065" } .fa-compress:before { content:"\f066" } .fa-plus:before { content:"\f067" } .fa-minus:before { content:"\f068" } .fa-asterisk:before { content:"\f069" } .fa-exclamation-circle:before { content:"\f06a" } .fa-gift:before { content:"\f06b" } .fa-leaf:before { content:"\f06c" } .fa-fire:before { content:"\f06d" } .fa-eye:before { content:"\f06e" } .fa-eye-slash:before { content:"\f070" } .fa-warning:before, .fa-exclamation-triangle:before { content:"\f071" } .fa-plane:before { content:"\f072" } .fa-calendar:before { content:"\f073" } .fa-random:before { content:"\f074" } .fa-comment:before { content:"\f075" } .fa-magnet:before { content:"\f076" } .fa-chevron-up:before { content:"\f077" } .fa-chevron-down:before { content:"\f078" } .fa-retweet:before { content:"\f079" } .fa-shopping-cart:before { content:"\f07a" } .fa-folder:before { content:"\f07b" } .fa-folder-open:before { content:"\f07c" } .fa-arrows-v:before { content:"\f07d" } .fa-arrows-h:before { content:"\f07e" } .fa-bar-chart-o:before, .fa-bar-chart:before { content:"\f080" } .fa-twitter-square:before { content:"\f081" } .fa-facebook-square:before { content:"\f082" } .fa-camera-retro:before { content:"\f083" } .fa-key:before { content:"\f084" } .fa-gears:before, .fa-cogs:before { content:"\f085" } .fa-comments:before { content:"\f086" } .fa-thumbs-o-up:before { content:"\f087" } .fa-thumbs-o-down:before { content:"\f088" } .fa-star-half:before { content:"\f089" } .fa-heart-o:before { content:"\f08a" } .fa-sign-out:before { content:"\f08b" } .fa-linkedin-square:before { content:"\f08c" } .fa-thumb-tack:before { content:"\f08d" } .fa-external-link:before { content:"\f08e" } .fa-sign-in:before { content:"\f090" } .fa-trophy:before { content:"\f091" } .fa-github-square:before { content:"\f092" } .fa-upload:before { content:"\f093" } .fa-lemon-o:before { content:"\f094" } .fa-phone:before { content:"\f095" } .fa-square-o:before { content:"\f096" } .fa-bookmark-o:before { content:"\f097" } .fa-phone-square:before { content:"\f098" } .fa-twitter:before { content:"\f099" } .fa-facebook-f:before, .fa-facebook:before { content:"\f09a" } .fa-github:before { content:"\f09b" } .fa-unlock:before { content:"\f09c" } .fa-credit-card:before { content:"\f09d" } .fa-feed:before, .fa-rss:before { content:"\f09e" } .fa-hdd-o:before { content:"\f0a0" } .fa-bullhorn:before { content:"\f0a1" } .fa-bell:before { content:"\f0f3" } .fa-certificate:before { content:"\f0a3" } .fa-hand-o-right:before { content:"\f0a4" } .fa-hand-o-left:before { content:"\f0a5" } .fa-hand-o-up:before { content:"\f0a6" } .fa-hand-o-down:before { content:"\f0a7" } .fa-arrow-circle-left:before { content:"\f0a8" } .fa-arrow-circle-right:before { content:"\f0a9" } .fa-arrow-circle-up:before { content:"\f0aa" } .fa-arrow-circle-down:before { content:"\f0ab" } .fa-globe:before { content:"\f0ac" } .fa-wrench:before { content:"\f0ad" } .fa-tasks:before { content:"\f0ae" } .fa-filter:before { content:"\f0b0" } .fa-briefcase:before { content:"\f0b1" } .fa-arrows-alt:before { content:"\f0b2" } .fa-group:before, .fa-users:before { content:"\f0c0" } .fa-chain:before, .fa-link:before { content:"\f0c1" } .fa-cloud:before { content:"\f0c2" } .fa-flask:before { content:"\f0c3" } .fa-cut:before, .fa-scissors:before { content:"\f0c4" } .fa-copy:before, .fa-files-o:before { content:"\f0c5" } .fa-paperclip:before { content:"\f0c6" } .fa-save:before, .fa-floppy-o:before { content:"\f0c7" } .fa-square:before { content:"\f0c8" } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content:"\f0c9" } .fa-list-ul:before { content:"\f0ca" } .fa-list-ol:before { content:"\f0cb" } .fa-strikethrough:before { content:"\f0cc" } .fa-underline:before { content:"\f0cd" } .fa-table:before { content:"\f0ce" } .fa-magic:before { content:"\f0d0" } .fa-truck:before { content:"\f0d1" } .fa-pinterest:before { content:"\f0d2" } .fa-pinterest-square:before { content:"\f0d3" } .fa-google-plus-square:before { content:"\f0d4" } .fa-google-plus:before { content:"\f0d5" } .fa-money:before { content:"\f0d6" } .fa-caret-down:before { content:"\f0d7" } .fa-caret-up:before { content:"\f0d8" } .fa-caret-left:before { content:"\f0d9" } .fa-caret-right:before { content:"\f0da" } .fa-columns:before { content:"\f0db" } .fa-unsorted:before, .fa-sort:before { content:"\f0dc" } .fa-sort-down:before, .fa-sort-desc:before { content:"\f0dd" } .fa-sort-up:before, .fa-sort-asc:before { content:"\f0de" } .fa-envelope:before { content:"\f0e0" } .fa-linkedin:before { content:"\f0e1" } .fa-rotate-left:before, .fa-undo:before { content:"\f0e2" } .fa-legal:before, .fa-gavel:before { content:"\f0e3" } .fa-dashboard:before, .fa-tachometer:before { content:"\f0e4" } .fa-comment-o:before { content:"\f0e5" } .fa-comments-o:before { content:"\f0e6" } .fa-flash:before, .fa-bolt:before { content:"\f0e7" } .fa-sitemap:before { content:"\f0e8" } .fa-umbrella:before { content:"\f0e9" } .fa-paste:before, .fa-clipboard:before { content:"\f0ea" } .fa-lightbulb-o:before { content:"\f0eb" } .fa-exchange:before { content:"\f0ec" } .fa-cloud-download:before { content:"\f0ed" } .fa-cloud-upload:before { content:"\f0ee" } .fa-user-md:before { content:"\f0f0" } .fa-stethoscope:before { content:"\f0f1" } .fa-suitcase:before { content:"\f0f2" } .fa-bell-o:before { content:"\f0a2" } .fa-coffee:before { content:"\f0f4" } .fa-cutlery:before { content:"\f0f5" } .fa-file-text-o:before { content:"\f0f6" } .fa-building-o:before { content:"\f0f7" } .fa-hospital-o:before { content:"\f0f8" } .fa-ambulance:before { content:"\f0f9" } .fa-medkit:before { content:"\f0fa" } .fa-fighter-jet:before { content:"\f0fb" } .fa-beer:before { content:"\f0fc" } .fa-h-square:before { content:"\f0fd" } .fa-plus-square:before { content:"\f0fe" } .fa-angle-double-left:before { content:"\f100" } .fa-angle-double-right:before { content:"\f101" } .fa-angle-double-up:before { content:"\f102" } .fa-angle-double-down:before { content:"\f103" } .fa-angle-left:before { content:"\f104" } .fa-angle-right:before { content:"\f105" } .fa-angle-up:before { content:"\f106" } .fa-angle-down:before { content:"\f107" } .fa-desktop:before { content:"\f108" } .fa-laptop:before { content:"\f109" } .fa-tablet:before { content:"\f10a" } .fa-mobile-phone:before, .fa-mobile:before { content:"\f10b" } .fa-circle-o:before { content:"\f10c" } .fa-quote-left:before { content:"\f10d" } .fa-quote-right:before { content:"\f10e" } .fa-spinner:before { content:"\f110" } .fa-circle:before { content:"\f111" } .fa-mail-reply:before, .fa-reply:before { content:"\f112" } .fa-github-alt:before { content:"\f113" } .fa-folder-o:before { content:"\f114" } .fa-folder-open-o:before { content:"\f115" } .fa-smile-o:before { content:"\f118" } .fa-frown-o:before { content:"\f119" } .fa-meh-o:before { content:"\f11a" } .fa-gamepad:before { content:"\f11b" } .fa-keyboard-o:before { content:"\f11c" } .fa-flag-o:before { content:"\f11d" } .fa-flag-checkered:before { content:"\f11e" } .fa-terminal:before { content:"\f120" } .fa-code:before { content:"\f121" } .fa-mail-reply-all:before, .fa-reply-all:before { content:"\f122" } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content:"\f123" } .fa-location-arrow:before { content:"\f124" } .fa-crop:before { content:"\f125" } .fa-code-fork:before { content:"\f126" } .fa-unlink:before, .fa-chain-broken:before { content:"\f127" } .fa-question:before { content:"\f128" } .fa-info:before { content:"\f129" } .fa-exclamation:before { content:"\f12a" } .fa-superscript:before { content:"\f12b" } .fa-subscript:before { content:"\f12c" } .fa-eraser:before { content:"\f12d" } .fa-puzzle-piece:before { content:"\f12e" } .fa-microphone:before { content:"\f130" } .fa-microphone-slash:before { content:"\f131" } .fa-shield:before { content:"\f132" } .fa-calendar-o:before { content:"\f133" } .fa-fire-extinguisher:before { content:"\f134" } .fa-rocket:before { content:"\f135" } .fa-maxcdn:before { content:"\f136" } .fa-chevron-circle-left:before { content:"\f137" } .fa-chevron-circle-right:before { content:"\f138" } .fa-chevron-circle-up:before { content:"\f139" } .fa-chevron-circle-down:before { content:"\f13a" } .fa-html5:before { content:"\f13b" } .fa-css3:before { content:"\f13c" } .fa-anchor:before { content:"\f13d" } .fa-unlock-alt:before { content:"\f13e" } .fa-bullseye:before { content:"\f140" } .fa-ellipsis-h:before { content:"\f141" } .fa-ellipsis-v:before { content:"\f142" } .fa-rss-square:before { content:"\f143" } .fa-play-circle:before { content:"\f144" } .fa-ticket:before { content:"\f145" } .fa-minus-square:before { content:"\f146" } .fa-minus-square-o:before { content:"\f147" } .fa-level-up:before { content:"\f148" } .fa-level-down:before { content:"\f149" } .fa-check-square:before { content:"\f14a" } .fa-pencil-square:before { content:"\f14b" } .fa-external-link-square:before { content:"\f14c" } .fa-share-square:before { content:"\f14d" } .fa-compass:before { content:"\f14e" } .fa-toggle-down:before, .fa-caret-square-o-down:before { content:"\f150" } .fa-toggle-up:before, .fa-caret-square-o-up:before { content:"\f151" } .fa-toggle-right:before, .fa-caret-square-o-right:before { content:"\f152" } .fa-euro:before, .fa-eur:before { content:"\f153" } .fa-gbp:before { content:"\f154" } .fa-dollar:before, .fa-usd:before { content:"\f155" } .fa-rupee:before, .fa-inr:before { content:"\f156" } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content:"\f157" } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content:"\f158" } .fa-won:before, .fa-krw:before { content:"\f159" } .fa-bitcoin:before, .fa-btc:before { content:"\f15a" } .fa-file:before { content:"\f15b" } .fa-file-text:before { content:"\f15c" } .fa-sort-alpha-asc:before { content:"\f15d" } .fa-sort-alpha-desc:before { content:"\f15e" } .fa-sort-amount-asc:before { content:"\f160" } .fa-sort-amount-desc:before { content:"\f161" } .fa-sort-numeric-asc:before { content:"\f162" } .fa-sort-numeric-desc:before { content:"\f163" } .fa-thumbs-up:before { content:"\f164" } .fa-thumbs-down:before { content:"\f165" } .fa-youtube-square:before { content:"\f166" } .fa-youtube:before { content:"\f167" } .fa-xing:before { content:"\f168" } .fa-xing-square:before { content:"\f169" } .fa-youtube-play:before { content:"\f16a" } .fa-dropbox:before { content:"\f16b" } .fa-stack-overflow:before { content:"\f16c" } .fa-instagram:before { content:"\f16d" } .fa-flickr:before { content:"\f16e" } .fa-adn:before { content:"\f170" } .fa-bitbucket:before { content:"\f171" } .fa-bitbucket-square:before { content:"\f172" } .fa-tumblr:before { content:"\f173" } .fa-tumblr-square:before { content:"\f174" } .fa-long-arrow-down:before { content:"\f175" } .fa-long-arrow-up:before { content:"\f176" } .fa-long-arrow-left:before { content:"\f177" } .fa-long-arrow-right:before { content:"\f178" } .fa-apple:before { content:"\f179" } .fa-windows:before { content:"\f17a" } .fa-android:before { content:"\f17b" } .fa-linux:before { content:"\f17c" } .fa-dribbble:before { content:"\f17d" } .fa-skype:before { content:"\f17e" } .fa-foursquare:before { content:"\f180" } .fa-trello:before { content:"\f181" } .fa-female:before { content:"\f182" } .fa-male:before { content:"\f183" } .fa-gittip:before, .fa-gratipay:before { content:"\f184" } .fa-sun-o:before { content:"\f185" } .fa-moon-o:before { content:"\f186" } .fa-archive:before { content:"\f187" } .fa-bug:before { content:"\f188" } .fa-vk:before { content:"\f189" } .fa-weibo:before { content:"\f18a" } .fa-renren:before { content:"\f18b" } .fa-pagelines:before { content:"\f18c" } .fa-stack-exchange:before { content:"\f18d" } .fa-arrow-circle-o-right:before { content:"\f18e" } .fa-arrow-circle-o-left:before { content:"\f190" } .fa-toggle-left:before, .fa-caret-square-o-left:before { content:"\f191" } .fa-dot-circle-o:before { content:"\f192" } .fa-wheelchair:before { content:"\f193" } .fa-vimeo-square:before { content:"\f194" } .fa-turkish-lira:before, .fa-try:before { content:"\f195" } .fa-plus-square-o:before { content:"\f196" } .fa-space-shuttle:before { content:"\f197" } .fa-slack:before { content:"\f198" } .fa-envelope-square:before { content:"\f199" } .fa-wordpress:before { content:"\f19a" } .fa-openid:before { content:"\f19b" } .fa-institution:before, .fa-bank:before, .fa-university:before { content:"\f19c" } .fa-mortar-board:before, .fa-graduation-cap:before { content:"\f19d" } .fa-yahoo:before { content:"\f19e" } .fa-google:before { content:"\f1a0" } .fa-reddit:before { content:"\f1a1" } .fa-reddit-square:before { content:"\f1a2" } .fa-stumbleupon-circle:before { content:"\f1a3" } .fa-stumbleupon:before { content:"\f1a4" } .fa-delicious:before { content:"\f1a5" } .fa-digg:before { content:"\f1a6" } .fa-pied-piper-pp:before { content:"\f1a7" } .fa-pied-piper-alt:before { content:"\f1a8" } .fa-drupal:before { content:"\f1a9" } .fa-joomla:before { content:"\f1aa" } .fa-language:before { content:"\f1ab" } .fa-fax:before { content:"\f1ac" } .fa-building:before { content:"\f1ad" } .fa-child:before { content:"\f1ae" } .fa-paw:before { content:"\f1b0" } .fa-spoon:before { content:"\f1b1" } .fa-cube:before { content:"\f1b2" } .fa-cubes:before { content:"\f1b3" } .fa-behance:before { content:"\f1b4" } .fa-behance-square:before { content:"\f1b5" } .fa-steam:before { content:"\f1b6" } .fa-steam-square:before { content:"\f1b7" } .fa-recycle:before { content:"\f1b8" } .fa-automobile:before, .fa-car:before { content:"\f1b9" } .fa-cab:before, .fa-taxi:before { content:"\f1ba" } .fa-tree:before { content:"\f1bb" } .fa-spotify:before { content:"\f1bc" } .fa-deviantart:before { content:"\f1bd" } .fa-soundcloud:before { content:"\f1be" } .fa-database:before { content:"\f1c0" } .fa-file-pdf-o:before { content:"\f1c1" } .fa-file-word-o:before { content:"\f1c2" } .fa-file-excel-o:before { content:"\f1c3" } .fa-file-powerpoint-o:before { content:"\f1c4" } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content:"\f1c5" } .fa-file-zip-o:before, .fa-file-archive-o:before { content:"\f1c6" } .fa-file-sound-o:before, .fa-file-audio-o:before { content:"\f1c7" } .fa-file-movie-o:before, .fa-file-video-o:before { content:"\f1c8" } .fa-file-code-o:before { content:"\f1c9" } .fa-vine:before { content:"\f1ca" } .fa-codepen:before { content:"\f1cb" } .fa-jsfiddle:before { content:"\f1cc" } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content:"\f1cd" } .fa-circle-o-notch:before { content:"\f1ce" } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content:"\f1d0" } .fa-ge:before, .fa-empire:before { content:"\f1d1" } .fa-git-square:before { content:"\f1d2" } .fa-git:before { content:"\f1d3" } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content:"\f1d4" } .fa-tencent-weibo:before { content:"\f1d5" } .fa-qq:before { content:"\f1d6" } .fa-wechat:before, .fa-weixin:before { content:"\f1d7" } .fa-send:before, .fa-paper-plane:before { content:"\f1d8" } .fa-send-o:before, .fa-paper-plane-o:before { content:"\f1d9" } .fa-history:before { content:"\f1da" } .fa-circle-thin:before { content:"\f1db" } .fa-header:before { content:"\f1dc" } .fa-paragraph:before { content:"\f1dd" } .fa-sliders:before { content:"\f1de" } .fa-share-alt:before { content:"\f1e0" } .fa-share-alt-square:before { content:"\f1e1" } .fa-bomb:before { content:"\f1e2" } .fa-soccer-ball-o:before, .fa-futbol-o:before { content:"\f1e3" } .fa-tty:before { content:"\f1e4" } .fa-binoculars:before { content:"\f1e5" } .fa-plug:before { content:"\f1e6" } .fa-slideshare:before { content:"\f1e7" } .fa-twitch:before { content:"\f1e8" } .fa-yelp:before { content:"\f1e9" } .fa-newspaper-o:before { content:"\f1ea" } .fa-wifi:before { content:"\f1eb" } .fa-calculator:before { content:"\f1ec" } .fa-paypal:before { content:"\f1ed" } .fa-google-wallet:before { content:"\f1ee" } .fa-cc-visa:before { content:"\f1f0" } .fa-cc-mastercard:before { content:"\f1f1" } .fa-cc-discover:before { content:"\f1f2" } .fa-cc-amex:before { content:"\f1f3" } .fa-cc-paypal:before { content:"\f1f4" } .fa-cc-stripe:before { content:"\f1f5" } .fa-bell-slash:before { content:"\f1f6" } .fa-bell-slash-o:before { content:"\f1f7" } .fa-trash:before { content:"\f1f8" } .fa-copyright:before { content:"\f1f9" } .fa-at:before { content:"\f1fa" } .fa-eyedropper:before { content:"\f1fb" } .fa-paint-brush:before { content:"\f1fc" } .fa-birthday-cake:before { content:"\f1fd" } .fa-area-chart:before { content:"\f1fe" } .fa-pie-chart:before { content:"\f200" } .fa-line-chart:before { content:"\f201" } .fa-lastfm:before { content:"\f202" } .fa-lastfm-square:before { content:"\f203" } .fa-toggle-off:before { content:"\f204" } .fa-toggle-on:before { content:"\f205" } .fa-bicycle:before { content:"\f206" } .fa-bus:before { content:"\f207" } .fa-ioxhost:before { content:"\f208" } .fa-angellist:before { content:"\f209" } .fa-cc:before { content:"\f20a" } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content:"\f20b" } .fa-meanpath:before { content:"\f20c" } .fa-buysellads:before { content:"\f20d" } .fa-connectdevelop:before { content:"\f20e" } .fa-dashcube:before { content:"\f210" } .fa-forumbee:before { content:"\f211" } .fa-leanpub:before { content:"\f212" } .fa-sellsy:before { content:"\f213" } .fa-shirtsinbulk:before { content:"\f214" } .fa-simplybuilt:before { content:"\f215" } .fa-skyatlas:before { content:"\f216" } .fa-cart-plus:before { content:"\f217" } .fa-cart-arrow-down:before { content:"\f218" } .fa-diamond:before { content:"\f219" } .fa-ship:before { content:"\f21a" } .fa-user-secret:before { content:"\f21b" } .fa-motorcycle:before { content:"\f21c" } .fa-street-view:before { content:"\f21d" } .fa-heartbeat:before { content:"\f21e" } .fa-venus:before { content:"\f221" } .fa-mars:before { content:"\f222" } .fa-mercury:before { content:"\f223" } .fa-intersex:before, .fa-transgender:before { content:"\f224" } .fa-transgender-alt:before { content:"\f225" } .fa-venus-double:before { content:"\f226" } .fa-mars-double:before { content:"\f227" } .fa-venus-mars:before { content:"\f228" } .fa-mars-stroke:before { content:"\f229" } .fa-mars-stroke-v:before { content:"\f22a" } .fa-mars-stroke-h:before { content:"\f22b" } .fa-neuter:before { content:"\f22c" } .fa-genderless:before { content:"\f22d" } .fa-facebook-official:before { content:"\f230" } .fa-pinterest-p:before { content:"\f231" } .fa-whatsapp:before { content:"\f232" } .fa-server:before { content:"\f233" } .fa-user-plus:before { content:"\f234" } .fa-user-times:before { content:"\f235" } .fa-hotel:before, .fa-bed:before { content:"\f236" } .fa-viacoin:before { content:"\f237" } .fa-train:before { content:"\f238" } .fa-subway:before { content:"\f239" } .fa-medium:before { content:"\f23a" } .fa-yc:before, .fa-y-combinator:before { content:"\f23b" } .fa-optin-monster:before { content:"\f23c" } .fa-opencart:before { content:"\f23d" } .fa-expeditedssl:before { content:"\f23e" } .fa-battery-4:before, .fa-battery-full:before { content:"\f240" } .fa-battery-3:before, .fa-battery-three-quarters:before { content:"\f241" } .fa-battery-2:before, .fa-battery-half:before { content:"\f242" } .fa-battery-1:before, .fa-battery-quarter:before { content:"\f243" } .fa-battery-0:before, .fa-battery-empty:before { content:"\f244" } .fa-mouse-pointer:before { content:"\f245" } .fa-i-cursor:before { content:"\f246" } .fa-object-group:before { content:"\f247" } .fa-object-ungroup:before { content:"\f248" } .fa-sticky-note:before { content:"\f249" } .fa-sticky-note-o:before { content:"\f24a" } .fa-cc-jcb:before { content:"\f24b" } .fa-cc-diners-club:before { content:"\f24c" } .fa-clone:before { content:"\f24d" } .fa-balance-scale:before { content:"\f24e" } .fa-hourglass-o:before { content:"\f250" } .fa-hourglass-1:before, .fa-hourglass-start:before { content:"\f251" } .fa-hourglass-2:before, .fa-hourglass-half:before { content:"\f252" } .fa-hourglass-3:before, .fa-hourglass-end:before { content:"\f253" } .fa-hourglass:before { content:"\f254" } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content:"\f255" } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content:"\f256" } .fa-hand-scissors-o:before { content:"\f257" } .fa-hand-lizard-o:before { content:"\f258" } .fa-hand-spock-o:before { content:"\f259" } .fa-hand-pointer-o:before { content:"\f25a" } .fa-hand-peace-o:before { content:"\f25b" } .fa-trademark:before { content:"\f25c" } .fa-registered:before { content:"\f25d" } .fa-creative-commons:before { content:"\f25e" } .fa-gg:before { content:"\f260" } .fa-gg-circle:before { content:"\f261" } .fa-tripadvisor:before { content:"\f262" } .fa-odnoklassniki:before { content:"\f263" } .fa-odnoklassniki-square:before { content:"\f264" } .fa-get-pocket:before { content:"\f265" } .fa-wikipedia-w:before { content:"\f266" } .fa-safari:before { content:"\f267" } .fa-chrome:before { content:"\f268" } .fa-firefox:before { content:"\f269" } .fa-opera:before { content:"\f26a" } .fa-internet-explorer:before { content:"\f26b" } .fa-tv:before, .fa-television:before { content:"\f26c" } .fa-contao:before { content:"\f26d" } .fa-500px:before { content:"\f26e" } .fa-amazon:before { content:"\f270" } .fa-calendar-plus-o:before { content:"\f271" } .fa-calendar-minus-o:before { content:"\f272" } .fa-calendar-times-o:before { content:"\f273" } .fa-calendar-check-o:before { content:"\f274" } .fa-industry:before { content:"\f275" } .fa-map-pin:before { content:"\f276" } .fa-map-signs:before { content:"\f277" } .fa-map-o:before { content:"\f278" } .fa-map:before { content:"\f279" } .fa-commenting:before { content:"\f27a" } .fa-commenting-o:before { content:"\f27b" } .fa-houzz:before { content:"\f27c" } .fa-vimeo:before { content:"\f27d" } .fa-black-tie:before { content:"\f27e" } .fa-fonticons:before { content:"\f280" } .fa-reddit-alien:before { content:"\f281" } .fa-edge:before { content:"\f282" } .fa-credit-card-alt:before { content:"\f283" } .fa-codiepie:before { content:"\f284" } .fa-modx:before { content:"\f285" } .fa-fort-awesome:before { content:"\f286" } .fa-usb:before { content:"\f287" } .fa-product-hunt:before { content:"\f288" } .fa-mixcloud:before { content:"\f289" } .fa-scribd:before { content:"\f28a" } .fa-pause-circle:before { content:"\f28b" } .fa-pause-circle-o:before { content:"\f28c" } .fa-stop-circle:before { content:"\f28d" } .fa-stop-circle-o:before { content:"\f28e" } .fa-shopping-bag:before { content:"\f290" } .fa-shopping-basket:before { content:"\f291" } .fa-hashtag:before { content:"\f292" } .fa-bluetooth:before { content:"\f293" } .fa-bluetooth-b:before { content:"\f294" } .fa-percent:before { content:"\f295" } .fa-gitlab:before { content:"\f296" } .fa-wpbeginner:before { content:"\f297" } .fa-wpforms:before { content:"\f298" } .fa-envira:before { content:"\f299" } .fa-universal-access:before { content:"\f29a" } .fa-wheelchair-alt:before { content:"\f29b" } .fa-question-circle-o:before { content:"\f29c" } .fa-blind:before { content:"\f29d" } .fa-audio-description:before { content:"\f29e" } .fa-volume-control-phone:before { content:"\f2a0" } .fa-braille:before { content:"\f2a1" } .fa-assistive-listening-systems:before { content:"\f2a2" } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content:"\f2a3" } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content:"\f2a4" } .fa-glide:before { content:"\f2a5" } .fa-glide-g:before { content:"\f2a6" } .fa-signing:before, .fa-sign-language:before { content:"\f2a7" } .fa-low-vision:before { content:"\f2a8" } .fa-viadeo:before { content:"\f2a9" } .fa-viadeo-square:before { content:"\f2aa" } .fa-snapchat:before { content:"\f2ab" } .fa-snapchat-ghost:before { content:"\f2ac" } .fa-snapchat-square:before { content:"\f2ad" } .fa-pied-piper:before { content:"\f2ae" } .fa-first-order:before { content:"\f2b0" } .fa-yoast:before { content:"\f2b1" } .fa-themeisle:before { content:"\f2b2" } .fa-google-plus-circle:before, .fa-google-plus-official:before { content:"\f2b3" } .fa-fa:before, .fa-font-awesome:before { content:"\f2b4" } .sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0, 0, 0, 0); border:0 } .sr-only-focusable:active, .sr-only-focusable:focus { position:static; width:auto; height:auto; margin:0; overflow:visible; clip:auto } /********* Reset CSS *********/ *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { border: 0; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display:block } audio, canvas, video { display:inline-block } audio:not([controls]) { display:none; height:0 } html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } a { text-decoration:underline; color:#F56C27; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } a:focus { outline:thin dotted } a:hover, a:active { outline: 0; } a:focus, a:hover { text-decoration:none; color:#000; } b, strong, dt, th { font-weight: bold; } em, i { font-style:italic; } p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address { margin-bottom:25px; padding:0; } img { -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle; max-width:100%; height:auto; } figure { margin:0; } legend { white-space:normal; } q { quotes:"\201C" "\201D" "\2018" "\2019" } small { font-size:90% } sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline } sup { top:-0.5em } sub { bottom:0 } table { border-collapse: separate; border-spacing: 0; width: 100%; empty-cells:show; border:none; } table table { margin:0 } th, td { border:none; padding:8px 10px } caption, th, td { font-weight: normal; } ul.bulletText { list-style:none; padding:0; } ul.bulletText li { padding-left:15px; margin-bottom: 10px; line-height:1.5; position: relative; } ul.bulletText li:before { position: absolute; left: 0; top: -2px; content:""; font-family:'FontAwesome'; content: "\f105"; font-size:17px; } ul.bulletText ul { padding:0; list-style:none; } .textRight { text-align: right; } .textCenter { text-align: center; } /********* Clear floats *********/ .cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .container-fluid:before, .container-fluid:after, .grid:before, .grid:after { content:" "; display:table } .cf:after, .container:after, .row:after, ul:after, .boxs:after, .container-fluid:after, .grid:after { clear:both } body { color:#000; font-family: 'open_sans', sans-serif; font-weight:400; font-size:16px; line-height: 1.4; overflow-x: hidden; } /*****Second Font : font-family: 'Roboto Slab', serif;*****/ .container { max-width: 1480px; width:100%; margin: 0 auto; padding: 0 15px; } .container-fluid { max-width: 1920px; width:100%; margin: 0 auto; padding: 0 15px; } .container-fluid.p-0 { padding:0; } .sprite2020, .mfp-close, .mfp-close:hover, .networkCloseBtn, #backtotop span .angle-up, #accessControl .contrastChanger, .mobileNav .logoText, .mobileNav .close { background-image:url(../../images/sprite-2020.png); background-repeat:no-repeat; display: inline-block; vertical-align: middle; } .commonPad { padding-bottom:50px; padding-top:50px; } .padBotNone { padding-bottom: 0; } .padTopNone { padding-top: 0; } .lastSection { margin-bottom:-50px; } .center { text-align: center; } .right { text-align: right; } #content { padding: 30px 0; } /*********Headings*********/ h1, h2, h3, h4, h5, h6 { font-weight:700; line-height: 1.2; color:#080808; } h1 { font-size: 2.625em; } h2 { font-size: 50px; } h2.black { color:#080808; font-size:2.750em; font-weight:600; margin-bottom:40px; } h3 { font-size: 1.188em; font-weight: 700; } h4 { font-size: 21px; } h5 { font-size: 20px; } h6 { font-size: 18px; } .colorBlue { color:#012568 } .width100 { width:100%; } /********* Buttons *********/ input[type="button"], input[type="reset"], button, .button, .btn { display: inline-block; text-decoration:none; margin:0; padding: 20px 40px; line-height: 22px; border:0; color: #F9F8F7; font-size:30px; font-weight:600; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; border-radius:0; cursor:pointer; position:relative; background-color:#F56C27; border:1px solid #F56C27; } input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover, .btn:hover, input[type="button"]:focus, input[type="reset"]:focus, button:focus, .button:focus, .btn:focus { background-color:#fff; color:#F56C27; } .brdBtn, input[type="button"].brdBtn { background-color: #fff; color: #F56C27; } .brdBtn:hover, input[type="button"].brdBtn:hover { background-color: #F56C27; color: #fff; } input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea { border:0; width:100%; color:#222; height:44px; padding:0 10px; font-size:100%; line-height:normal; font-size: 15px; border-radius:5px; font-family: 'Open Sans', sans-serif; background-color:#fff; border:1px solid #b7b7b7; } input[type="button"]:focus, input[type="reset"]:focus, button:focus, .button:focus, .btn:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus { outline: 0 none;} .selectWrap { position: relative; } .selectWrap .customSelect { background: #fff url(../../images/lang_aerrow.png) no-repeat 96% center; cursor: pointer; color: #252525; height: 44px; border-radius:0; font-size: 16px; } ::-webkit-input-placeholder { opacity:1; } ::-moz-placeholder { opacity:1; } :-ms-input-placeholder { opacity:1; } :-moz-placeholder { opacity:1; } .custom-select { border-radius:0; height: 44px; padding: 0 5px; cursor:pointer; } select { -moz-appearance: none; -webkit-appearance: none; background-image:url(../../images/select-dropdown-arrow.png); background-repeat:no-repeat; background-position:right center; cursor:pointer; } /********** Table **********/ .tableOut { overflow-y:hidden; overflow-x:auto; } table, .tableData { border-collapse:separate; border-spacing:0; width:100%; empty-cells:show; border:none; border-top:1px solid #d7d7d7; border-left:1px solid #d7d7d7; font-size:1.000em; } table table, .tableData table { margin:0 } table th, .tableData th { text-align:left; font-weight:700; padding:12px 12px; } table td, .tableData td { font-weight:400; padding:12px 12px; } th, td, .tableData th, .tableData td { border:none; border-bottom:1px solid #d7d7d7; border-right:1px solid #d7d7d7; } table tr:nth-child(odd) td, .tableRowOdd { background-color:#fbfbfb; } caption, th, td { background:#fff; } th, .tableData th { background:#f0f0f0; color:#444; font-weight:600; font-size:1.063em; } .tableScroll { overflow-y:hidden; overflow-x:auto } /********** Responsive Tab **********/ .tabContentWrap { box-shadow: 0 5px 32px rgba(0, 0, 0, 0.14); } .resTab { position: relative; } .tabNav { margin: 0; padding: 0; list-style: none; } .tabNav li { float:left; margin: 0; position: relative; padding: 0 10px; } .tabNav li a { display: block; font-size:30px; color:#F26522; font-weight:600; position:relative; text-decoration:none; text-align:center; padding:25px 0; } .tabNav li a:focus { outline: 0 none; } .tabNav li a:hover { color:#0D0C0C; } .tabNav .r-tabs-state-active a { color: #F26522; text-shadow: none; } .tabNav li a:before { position: absolute; left: 50%; width: 0; height: 5px; bottom: 0; content: ""; background-color: #ff6527; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .tabNav .r-tabs-state-active a:before { left: 0; width: 100%; } .resTab .tabContent { padding: 0; display: none; } .resTab .r-tabs-panel.r-tabs-state-active { display: block; } .resTab .r-tabs-accordion-title { display:none; } .resTab .tabNav .r-tabs-state-disabled { opacity: 0.5; } .resTab .r-tabs-accordion-title .r-tabs-anchor { display: block; padding: 10px; background-color: #12377b; color: #fff; font-weight: bold; text-decoration: none; margin-bottom:2px; position:relative; } .resTab .r-tabs-accordion-title .r-tabs-anchor:before { content: "\f107"; position: absolute; right: 10px; top: 10px; color: #fff; font-family: 'FontAwesome'; text-align: center; line-height: 21px; font-size: 18px; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor:before { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); } .resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor { background-color: #609d1a; color: #fff; text-shadow: none; } .resTab .r-tabs-accordion-title.r-tabs-state-disabled { opacity: 0.5; } .noJS .resTab .tabContainer { height:150px; overflow:hidden } .noJS .resTab .tabContent { display:block; height:150px } /*********Accordion*********/ .accordion { margin-bottom:20px; } .accordion .accTrigger { padding:12px 50px 12px 0; cursor:pointer; font-weight:400; font-family: 'Roboto Slab', serif; font-size:24px; border-bottom:1px solid #d7d7d7; position:relative; color:#2f55d4; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .accordion .accTrigger.last { border-bottom-width:0; } .accordion .accTrigger:before { content: "\f107"; position:absolute; right:0; top:17px; border: 1px solid #2f55d4; color:#2f55d4; width:22px; height: 22px; border-radius:50%; font-family:'FontAwesome'; text-align:center; line-height:21px; font-size:18px; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .accordion .accTrigger a { display:block; text-decoration:none; outline:0 } .accordion .accTrigger.active { border-bottom:1px solid #fff; background: #2f55d4; color: #fff; padding-left: 15px; } .accordion .accTrigger.active:before { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); border-color: #fff; color:#fff; right:15px; } .accordDetail { padding:10px 0; display:none; border-bottom:1px solid #d7d7d7; } .accDetailPad .accordDetail { padding:10px 20px; } /********* LiteBox v1.3 **********/ .litebox-overlay, .litebox-overlay > * { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; } .litebox-overlay { display: none; width: 100%; min-width: 280px; text-align: center; position: fixed; top: 0; left: 0; z-index: 9999; } @-webkit-keyframes liteboxLoader { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @-moz-keyframes liteboxLoader { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(360deg); } } @-ms-keyframes liteboxLoader { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(360deg); } } @-o-keyframes liteboxLoader { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(360deg); } } @keyframes liteboxLoader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .litebox-overlay .litebox-loader { position: absolute; width: 40px; height: 40px; left: 20px; top: 20px; border: 3px solid #111; border-right-color: #fff; border-radius: 50%; -webkit-animation: liteboxLoader 1s linear infinite; -moz-animation: liteboxLoader 1s linear infinite; -ms-animation: liteboxLoader 1s linear infinite; -o-animation: liteboxLoader 1s linear infinite; animation: liteboxLoader 1s linear infinite; } .litebox-overlay .litebox-text { width: 100%; padding: 10px 15px; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 15px; line-height: 20px; position: absolute; bottom: 0; z-index: 2; -webkit-opacity: 0; -khtml-opacity: 0; -moz-opacity: 0; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 1; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .litebox-overlay .litebox-text.active { -webkit-opacity: 1; -khtml-opacity: 1; -moz-opacity: 1; -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); filter: alpha(opacity=100); opacity: 1; } .litebox-overlay .litebox-close { width: 40px; height: 40px; background: url(assets/images/litebox-close.png) no-repeat center; opacity: .7; position: absolute; top: 20px; right: 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .litebox-overlay .litebox-close:hover { opacity: 1; cursor: pointer; } .litebox-overlay .litebox-nav { display: none; width: 60px; height: 60px; margin-top: -30px; opacity: .2; position: absolute; top: 50%; z-index: 9999999; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .litebox-overlay .litebox-nav:hover { opacity: .5; cursor: pointer; } .litebox-overlay .litebox-prev { background: url(assets/images/litebox-prev.png) no-repeat center; left: 20px; } .litebox-overlay .litebox-next { background: url(assets/images/litebox-next.png) no-repeat center; right: 20px; } .litebox-overlay .litebox-container { position: absolute; top: 10%; right: 10%; bottom: 10%; left: 10%; overflow: hidden; } .litebox-overlay .litebox-container.litebox-scroll { overflow-y: auto; } .litebox-overlay img, .litebox-overlay iframe { display: inline-block; max-width: 100%; max-height: 100%; margin: 0 auto; vertical-align: middle; overflow-x: hidden; } .litebox-overlay iframe { width: 100%; height: 100%; position: relative; z-index: 999999; } .litebox-overlay .litebox-inline-html { width: 100%; padding: 20px; background: #FFF; line-height: normal; overflow-x: hidden; line-height: normal !important; position: absolute; } .litebox-overlay .litebox-error { width: 100%; height: 100%; color: #FFF; text-align: center; line-height: inherit; } .litebox-overlay .litebox-error span { background: rgba(0, 0, 0, .9); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; padding: 20px; color: #FFF; text-shadow: 1px 1px 0 #000; line-height: normal; } /*********Swiper 4.4.6******** */ .swiper-container { margin:0 auto; position:relative; overflow:hidden; list-style:none; padding:0; z-index:1 } .swiper-container-no-flexbox .swiper-slide { float:left } .swiper-container-vertical>.swiper-wrapper { -webkit-box-orient:vertical; -webkit-box-direction:normal; -webkit-flex-direction:column; -ms-flex-direction:column; flex-direction:column } .swiper-wrapper { position:relative; width:100%; height:100%; z-index:1; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; -o-transition-property:transform; transition-property:transform; transition-property:transform, -webkit-transform; -webkit-box-sizing:content-box; box-sizing:content-box } .swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0) } .swiper-container-multirow>.swiper-wrapper { -webkit-flex-wrap:wrap; -ms-flex-wrap:wrap; flex-wrap:wrap } .swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out; margin:0 auto } .swiper-slide { -webkit-flex-shrink:0; -ms-flex-negative:0; flex-shrink:0; width:100%; height:100%; position:relative; -webkit-transition-property:-webkit-transform; transition-property:-webkit-transform; -o-transition-property:transform; transition-property:transform; transition-property:transform, -webkit-transform } .swiper-slide-invisible-blank { visibility:hidden } .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height:auto } .swiper-container-autoheight .swiper-wrapper { -webkit-box-align:start; -webkit-align-items:flex-start; -ms-flex-align:start; align-items:flex-start; -webkit-transition-property:height, -webkit-transform; transition-property:height, -webkit-transform; -o-transition-property:transform, height; transition-property:transform, height; transition-property:transform, height, -webkit-transform } .swiper-container-3d { -webkit-perspective:1200px; perspective:1200px } .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style:preserve-3d; transform-style:preserve-3d } .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position:absolute; left:0; top:0; width:100%; height:100%; pointer-events:none; z-index:10 } .swiper-container-3d .swiper-slide-shadow-left { background-image:-webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:-o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-right { background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:-o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-top { background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:-o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-3d .swiper-slide-shadow-bottom { background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image:-webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:-o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image:linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) } .swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper { -ms-touch-action:pan-y; touch-action:pan-y } .swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper { -ms-touch-action:pan-x; touch-action:pan-x } .swiper-button-next, .swiper-button-prev { position:absolute; top:50%; width:27px; height:44px; margin-top:-22px; z-index:10; cursor:pointer; background-size:27px 44px; background-position:center; background-repeat:no-repeat } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { opacity:.35; cursor:auto; pointer-events:none } .swiper-button-prev, .swiper-container-rtl .swiper-button-next { background-image:url("data:image/svg+xml;charset=utf-8,"); left:10px; right:auto } .swiper-button-next, .swiper-container-rtl .swiper-button-prev { background-image:url("data:image/svg+xml;charset=utf-8,"); right:10px; left:auto } .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white { background-image:url("data:image/svg+xml;charset=utf-8,") } .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white { background-image:url("data:image/svg+xml;charset=utf-8,") } .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black { background-image:url("data:image/svg+xml;charset=utf-8,") } .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black { background-image:url("data:image/svg+xml;charset=utf-8,") } .swiper-button-lock { display:none } .swiper-pagination { position:absolute; text-align:center; -webkit-transition:.3s opacity; -o-transition:.3s opacity; transition:.3s opacity; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); z-index:10 } .swiper-pagination.swiper-pagination-hidden { opacity:0 } .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom:10px; left:0; width:100% } .swiper-pagination-bullets-dynamic { overflow:hidden; font-size:0 } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform:scale(.33); -ms-transform:scale(.33); transform:scale(.33); position:relative } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform:scale(1); -ms-transform:scale(1); transform:scale(1) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform:scale(.66); -ms-transform:scale(.66); transform:scale(.66) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform:scale(.33); -ms-transform:scale(.33); transform:scale(.33) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform:scale(.66); -ms-transform:scale(.66); transform:scale(.66) } .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform:scale(.33); -ms-transform:scale(.33); transform:scale(.33) } .swiper-pagination-bullet { margin: 0 6px; width:11px; height:11px; display:inline-block; border-radius:100%; background:#f56c26; opacity:1 } button.swiper-pagination-bullet { border:none; margin:0; padding:0; -webkit-box-shadow:none; box-shadow:none; -webkit-appearance:none; -moz-appearance:none; appearance:none } .swiper-pagination-clickable .swiper-pagination-bullet { cursor:pointer } .swiper-pagination-bullet-active { opacity:1; background:#fff } .swiper-container-vertical>.swiper-pagination-bullets { right:10px; top:50%; -webkit-transform:translate3d(0, -50%, 0); transform:translate3d(0, -50%, 0) } .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin:6px 0; display:block } .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top:50%; -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); width:8px } .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display:inline-block; -webkit-transition:.2s top, .2s -webkit-transform; transition:.2s top, .2s -webkit-transform; -o-transition:.2s transform, .2s top; transition:.2s transform, .2s top; transition:.2s transform, .2s top, .2s -webkit-transform } .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 4px } .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); white-space:nowrap } .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition:.2s left, .2s -webkit-transform; transition:.2s left, .2s -webkit-transform; -o-transition:.2s transform, .2s left; transition:.2s transform, .2s left; transition:.2s transform, .2s left, .2s -webkit-transform } .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition:.2s right, .2s -webkit-transform; transition:.2s right, .2s -webkit-transform; -o-transition:.2s transform, .2s right; transition:.2s transform, .2s right; transition:.2s transform, .2s right, .2s -webkit-transform } .swiper-pagination-progressbar { background:rgba(0, 0, 0, .25); position:absolute } .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background:#007aff; position:absolute; left:0; top:0; width:100%; height:100%; -webkit-transform:scale(0); -ms-transform:scale(0); transform:scale(0); -webkit-transform-origin:left top; -ms-transform-origin:left top; transform-origin:left top } .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin:right top; -ms-transform-origin:right top; transform-origin:right top } .swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite { width:100%; height:4px; left:0; top:0 } .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar { width:4px; height:100%; left:0; top:0 } .swiper-pagination-white .swiper-pagination-bullet-active { background:#fff } .swiper-pagination-progressbar.swiper-pagination-white { background:rgba(255, 255, 255, .25) } .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background:#fff } .swiper-pagination-black .swiper-pagination-bullet-active { background:#000 } .swiper-pagination-progressbar.swiper-pagination-black { background:rgba(0, 0, 0, .25) } .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background:#000 } .swiper-pagination-lock { display:none } .swiper-scrollbar { border-radius:10px; position:relative; -ms-touch-action:none; background:rgba(0, 0, 0, .1) } .swiper-container-horizontal>.swiper-scrollbar { position:absolute; left:1%; bottom:3px; z-index:50; height:5px; width:98% } .swiper-container-vertical>.swiper-scrollbar { position:absolute; right:3px; top:1%; z-index:50; width:5px; height:98% } .swiper-scrollbar-drag { height:100%; width:100%; position:relative; background:rgba(0, 0, 0, .5); border-radius:10px; left:0; top:0 } .swiper-scrollbar-cursor-drag { cursor:move } .swiper-scrollbar-lock { display:none } .swiper-zoom-container { width:100%; height:100%; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-box-pack:center; -webkit-justify-content:center; -ms-flex-pack:center; justify-content:center; -webkit-box-align:center; -webkit-align-items:center; -ms-flex-align:center; align-items:center; text-align:center } .swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg { max-width:100%; max-height:100%; -o-object-fit:contain; object-fit:contain } .swiper-slide-zoomed { cursor:move } .swiper-lazy-preloader { width:42px; height:42px; position:absolute; left:50%; top:50%; margin-left:-21px; margin-top:-21px; z-index:10; -webkit-transform-origin:50%; -ms-transform-origin:50%; transform-origin:50%; -webkit-animation:swiper-preloader-spin 1s steps(12, end) infinite; animation:swiper-preloader-spin 1s steps(12, end) infinite } .swiper-lazy-preloader:after { display:block; content:''; width:100%; height:100%; background-image:url("data:image/svg+xml;charset=utf-8,"); background-position:50%; background-size:100%; background-repeat:no-repeat } .swiper-lazy-preloader-white:after { background-image:url("data:image/svg+xml;charset=utf-8,") } @-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg) } } @keyframes swiper-preloader-spin { 100% { -webkit-transform:rotate(360deg); transform:rotate(360deg) } } .swiper-container .swiper-notification { position:absolute; left:0; top:0; pointer-events:none; opacity:0; z-index:-1000 } .swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function:ease-out; -o-transition-timing-function:ease-out; transition-timing-function:ease-out } .swiper-container-fade .swiper-slide { pointer-events:none; -webkit-transition-property:opacity; -o-transition-property:opacity; transition-property:opacity } .swiper-container-fade .swiper-slide .swiper-slide { pointer-events:none } .swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events:auto } .swiper-container-cube { overflow:visible } .swiper-container-cube .swiper-slide { pointer-events:none; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index:1; visibility:hidden; -webkit-transform-origin:0 0; -ms-transform-origin:0 0; transform-origin:0 0; width:100%; height:100% } .swiper-container-cube .swiper-slide .swiper-slide { pointer-events:none } .swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin:100% 0; -ms-transform-origin:100% 0; transform-origin:100% 0 } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events:auto } .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events:auto; visibility:visible } .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index:0; -webkit-backface-visibility:hidden; backface-visibility:hidden } .swiper-container-cube .swiper-cube-shadow { position:absolute; left:0; bottom:0; width:100%; height:100%; background:#000; opacity:.6; -webkit-filter:blur(50px); filter:blur(50px); z-index:0 } .swiper-container-flip { overflow:visible } .swiper-container-flip .swiper-slide { pointer-events:none; -webkit-backface-visibility:hidden; backface-visibility:hidden; z-index:1 } .swiper-container-flip .swiper-slide .swiper-slide { pointer-events:none } .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events:auto } .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index:0; -webkit-backface-visibility:hidden; backface-visibility:hidden } .swiper-container-coverflow .swiper-wrapper { -ms-perspective:1200px } .swiper-pagination { position: absolute; left: 0; bottom: 10px; text-align: center; width:100%; } /*********Magnific Popup*********/ .mfp-bg { top:0; left:0; width:100%; height:100%; z-index:1042; overflow:hidden; position:fixed; background:#0b0b0b; opacity:0.8; } .mfp-wrap { top:0; left:0; width:100%; height:100%; z-index:1043; position:fixed; outline:none !important; -webkit-backface-visibility:hidden; } .mfp-container { text-align:center; position:absolute; width:100%; height:100%; left:0; top:16px; padding:0 20px; box-sizing:border-box; } .mfp-container:before { content:''; display:inline-block; height:100%; vertical-align:middle; } .mfp-align-top .mfp-container:before { display:none; } .mfp-content { position:relative; display:inline-block; vertical-align:middle; margin:0 auto; text-align:left; z-index:1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width:100%; cursor:auto; } .mfp-ajax-cur { cursor:progress; } .mfp-zoom { cursor:pointer; cursor:-webkit-zoom-in; cursor:-moz-zoom-in; cursor:zoom-in; } .mfp-auto-cursor .mfp-content { cursor:auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select:none; -moz-user-select:none; user-select:none; } .mfp-loading.mfp-figure { display:none; } .mfp-hide { display:none !important; } .mfp-preloader { color:#CCC; position:absolute; top:50%; width:auto; text-align:center; margin-top:-0.8em; left:8px; right:8px; z-index:1044; } .mfp-preloader a { color:#CCC; } .mfp-preloader a:hover { color:#FFF; } .mfp-s-ready .mfp-preloader { display:none; } .mfp-s-error .mfp-content { display:none; } button.mfp-arrow { overflow:visible; cursor:pointer; background:transparent; -webkit-appearance:none; display:block; outline:none; padding:0; z-index:1046; box-shadow:none; touch-action:manipulation; } button::-moz-focus-inner { padding:0; border:0; } .mfp-close-btn-in .mfp-close { color:#333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color:#FFF; right:-6px; text-align:right; padding-right:6px; width:100%; } .mfp-counter { display:none; position:absolute; top:0; right:0; color:#CCC; font-size:12px; line-height:18px; white-space:nowrap; } div.mfp-close { display:none !important; } .mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity:0; transition:all 0.3s ease-out 0s; } .mfp-with-zoom.mfp-ready .mfp-container { opacity:1; } .mfp-with-zoom.mfp-ready.mfp-bg { opacity:0.8; } .mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity:0; } .mfp-arrow { display:none; width:60px; height:60px; margin-top:-30px; opacity:.2; position:absolute; top:50%; z-index:9999999; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; border:0; } .mfp-arrow:hover { opacity:.5; cursor:pointer; } .mfp-arrow.mfp-arrow-left { background:url(../../../images/litebox-prev.png) no-repeat center; left:20px; } .mfp-arrow.mfp-arrow-right { background:url(../../../images/litebox-next.png) no-repeat center; right:20px; } .mfp-iframe-holder { padding-top:40px; padding-bottom:40px; } .mfp-iframe-holder .mfp-content { line-height:0; width:100%; max-width:900px; } .mfp-iframe-holder .mfp-close { top:-40px; } .mfp-iframe-scaler { width:100%; height:0; overflow:hidden; padding-top:56.25%; } .mfp-iframe-scaler iframe { position:absolute; display:block; top:0; left:0; width:100%; height:100%; box-shadow:0 0 8px rgba(0, 0, 0, 0.6); background:#000; } img.mfp-img { width:auto; max-width:100%; height:auto; display:block; line-height:0; box-sizing:border-box; padding:20px 0; margin:0 auto; } .mfp-figure { line-height:0; } .mfp-figure:after { content:''; position:absolute; left:0; top:40px; bottom:40px; display:block; right:0; width:auto; height:auto; z-index:-1; box-shadow:0 0 8px rgba(0, 0, 0, 0.6); background:#444; } .mfp-figure small { color:#BDBDBD; display:block; font-size:12px; line-height:14px; } .mfp-figure figure { margin:0; } .mfp-bottom-bar { margin-top:0; position:absolute; bottom:20px; left:0; width:100%; cursor:auto; } .mfp-title { display:none; text-align:center; line-height:22px; font-size:16px; color:#fff; background:rgba(255, 102, 51, 0.8); word-wrap:break-word; padding:8px; } .mfp-image-holder .mfp-content { max-width:100%; } .my-mfp-zoom-in .zoom-anim-dialog { opacity:0; -webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; -webkit-transform:scale(1); transform:scale(1); } .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog { opacity:1; -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1); } .my-mfp-zoom-in.mfp-removing .zoom-anim-dialog { -webkit-transform:scale(1); transform:scale(1); opacity:0; } .my-mfp-zoom-in.mfp-bg { opacity:0; -webkit-transition:opacity 0.3s ease-out; transition:opacity 0.3s ease-out; } .my-mfp-zoom-in.mfp-ready.mfp-bg { opacity:0.8; } .my-mfp-zoom-in.mfp-removing.mfp-bg { opacity:0; } .my-mfp-slide-bottom .zoom-anim-dialog { opacity:0; -webkit-transition:all 0.2s ease-out; transition:all 0.2s ease-out; -webkit-transform:translateY(-20px) perspective(600px) rotateX(10deg); -moz-transform:translateY(-20px) perspective(600px) rotateX(10deg); -ms-transform:translateY(-20px) perspective(600px) rotateX(10deg); -o-transform:translateY(-20px) perspective(600px) rotateX(10deg); transform:translateY(-20px) perspective(600px) rotateX(10deg); } .my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog { opacity:1; -webkit-transform:translateY(0) perspective(600px) rotateX(0); -moz-transform:translateY(0) perspective(600px) rotateX(0); -ms-transform:translateY(0) perspective(600px) rotateX(0); -o-transform:translateY(0) perspective(600px) rotateX(0); transform:translateY(0) perspective(600px) rotateX(0); } .my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog { opacity:0; -webkit-transform:translateY(-10px) perspective(600px) rotateX(10deg); -moz-transform:translateY(-10px) perspective(600px) rotateX(10deg); -ms-transform:translateY(-10px) perspective(600px) rotateX(10deg); -o-transform:translateY(-10px) perspective(600px) rotateX(10deg); transform:translateY(-10px) perspective(600px) rotateX(10deg); } /*********Back to Top*********/ #backtotop { cursor:pointer; display:none; height:40px; width:40px; overflow:hidden; position:fixed; right:15px; bottom:130px; z-index:13; display:none; text-decoration:none; box-shadow:0 0 10px rgba(0, 0, 0, 0.5); } #backtotop>span { position:relative; display:block; width:40px; height:40px; line-height:40px; font-size:22px; text-align:center; color:#fff; background-color:#f56c26; -webkit-transition:color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; -moz-transition:color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; transition:color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out; overflow:hidden; } #backtotop:hover > span { background:#5c5c5c; color:#fff; } #backtotop>span:after { content:'TOP'; position:absolute; top:150%; left:50%; -webkit-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:.45s cubic-bezier(.54, .13, 0, 1.43); -moz-transition:.45s cubic-bezier(.54, .13, 0, 1.43); transition:.45s cubic-bezier(.54, .13, 0, 1.43); font-weight:600; font-size:12px; } #backtotop>span:hover:after { top:50%; } #backtotop span span { display:block; line-height:inherit; } #backtotop span.angle-up { display:block; background-position:-378px -66px; width:40px; height:40px; } #backtotop>span span.angle-up { -webkit-transition:.15s ease 50ms; -moz-transition:.15s ease 50ms; transition:.15s ease 50ms; } #backtotop>span:hover span.angle-up { -webkit-transform:translateY(-50px); -moz-transform:translateY(-50px); transform:translateY(-50px); webkit-transition:.15s ease; -moz-transition:.15s ease; transition:.15s ease; } /************Datepicker for Bootstrap v2************/ .datepicker { padding: 4px; border-radius: 4px; direction: ltr; } .datepicker-inline { width: 100%; } .datepicker.datepicker-rtl { direction: rtl; } .datepicker.datepicker-rtl table tr td span { float: right; } .datepicker-dropdown { top: 0; left: 0; } .datepicker-dropdown:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #ccc; border-top: 0; border-bottom-color: rgba(0, 0, 0, 0.2); position: absolute; display:none; } .datepicker-dropdown:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-top: 0; position: absolute; display:none; } .datepicker-dropdown.datepicker-orient-left:before { left: 6px; } .datepicker-dropdown.datepicker-orient-left:after { left: 7px; } .datepicker-dropdown.datepicker-orient-right:before { right: 6px; } .datepicker-dropdown.datepicker-orient-right:after { right: 7px; } .datepicker-dropdown.datepicker-orient-top:before { top: -7px; } .datepicker-dropdown.datepicker-orient-top:after { top: -6px; } .datepicker-dropdown.datepicker-orient-bottom:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #999; display:none; } .datepicker-dropdown.datepicker-orient-bottom:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #fff; display:none; } .datepicker > div { display: none; } .datepicker.days div.datepicker-days { display: block; } .datepicker.months div.datepicker-months { display: block; } .datepicker.years div.datepicker-years { display: block; } .datepicker table { margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border:0; } .datepicker table thead { background:#3c61c0; color:#fff; } .datepicker table thead th, .datepicker table thead td { border-radius:0 !important; color: #fff; } .datepicker table tr td, .datepicker table tr th { text-align: center; width: 35px; height: 35px; border-radius: 50%; border: none; background: none; } .table-striped .datepicker table tr td, .table-striped .datepicker table tr th { background-color: transparent; } .datepicker table tr td.day:hover, .datepicker table tr td.day.focused { background: #4263e5; color:#fff; cursor: pointer; } .datepicker table tr td.old, .datepicker table tr td.new { color: #777; } .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { background: none; color: #444; cursor: default; } .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover { color: #000000; background: rgba(0, 0, 0, 0.2); border-color: #ffb733; } .datepicker table tr td.today:hover, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today:focus, .datepicker table tr td.today:hover:focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover { color: #000000; background: rgba(0, 0, 0, 0.2); border-color: #f59e00; } .datepicker table tr td.today:active, .datepicker table tr td.today:hover:active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.today, .open .dropdown-toggle.datepicker table tr td.today:hover, .open .dropdown-toggle.datepicker table tr td.today.disabled, .open .dropdown-toggle.datepicker table tr td.today.disabled:hover { background-image: none; } .datepicker table tr td.today.disabled, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today[disabled], .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.today, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today.disabled, fieldset[disabled] .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover.disabled:hover, .datepicker table tr td.today.disabled.disabled:hover, .datepicker table tr td.today.disabled:hover.disabled:hover, .datepicker table tr td.today[disabled]:hover, .datepicker table tr td.today:hover[disabled]:hover, .datepicker table tr td.today.disabled[disabled]:hover, .datepicker table tr td.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.today:hover, fieldset[disabled] .datepicker table tr td.today:hover:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover, fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today:hover.disabled:focus, .datepicker table tr td.today.disabled.disabled:focus, .datepicker table tr td.today.disabled:hover.disabled:focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today:hover[disabled]:focus, .datepicker table tr td.today.disabled[disabled]:focus, .datepicker table tr td.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover:focus, fieldset[disabled] .datepicker table tr td.today.disabled:focus, fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today:hover.disabled:active, .datepicker table tr td.today.disabled.disabled:active, .datepicker table tr td.today.disabled:hover.disabled:active, .datepicker table tr td.today[disabled]:active, .datepicker table tr td.today:hover[disabled]:active, .datepicker table tr td.today.disabled[disabled]:active, .datepicker table tr td.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.today:active, fieldset[disabled] .datepicker table tr td.today:hover:active, fieldset[disabled] .datepicker table tr td.today.disabled:active, fieldset[disabled] .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today:hover.disabled.active, .datepicker table tr td.today.disabled.disabled.active, .datepicker table tr td.today.disabled:hover.disabled.active, .datepicker table tr td.today[disabled].active, .datepicker table tr td.today:hover[disabled].active, .datepicker table tr td.today.disabled[disabled].active, .datepicker table tr td.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.today.active, fieldset[disabled] .datepicker table tr td.today:hover.active, fieldset[disabled] .datepicker table tr td.today.disabled.active, fieldset[disabled] .datepicker table tr td.today.disabled:hover.active { background: rgba(0, 0, 0, 0.2); border-color: #ffb733; } .datepicker table tr td.today:hover:hover { color: #000; } .datepicker table tr td.today.active:hover { color: #fff; } .datepicker table tr td.range, .datepicker table tr td.range:hover, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover { background: rgba(0, 0, 0, 0.2); border-radius: 0; } .datepicker table tr td.range.today, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover { color: #000000; background: rgba(0, 0, 0, 0.2); border-color: #f1a417; border-radius: 0; } .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today:focus, .datepicker table tr td.range.today:hover:focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover { color: #000000; background: rgba(0, 0, 0, 0.2); border-color: #bf800c; } .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.range.today, .open .dropdown-toggle.datepicker table tr td.range.today:hover, .open .dropdown-toggle.datepicker table tr td.range.today.disabled, .open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover { background-image: none; } .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today[disabled], .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.range.today, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover.disabled:hover, .datepicker table tr td.range.today.disabled.disabled:hover, .datepicker table tr td.range.today.disabled:hover.disabled:hover, .datepicker table tr td.range.today[disabled]:hover, .datepicker table tr td.range.today:hover[disabled]:hover, .datepicker table tr td.range.today.disabled[disabled]:hover, .datepicker table tr td.range.today.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today:hover, fieldset[disabled] .datepicker table tr td.range.today:hover:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today:hover.disabled:focus, .datepicker table tr td.range.today.disabled.disabled:focus, .datepicker table tr td.range.today.disabled:hover.disabled:focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today:hover[disabled]:focus, .datepicker table tr td.range.today.disabled[disabled]:focus, .datepicker table tr td.range.today.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:focus, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today:hover.disabled:active, .datepicker table tr td.range.today.disabled.disabled:active, .datepicker table tr td.range.today.disabled:hover.disabled:active, .datepicker table tr td.range.today[disabled]:active, .datepicker table tr td.range.today:hover[disabled]:active, .datepicker table tr td.range.today.disabled[disabled]:active, .datepicker table tr td.range.today.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.range.today:active, fieldset[disabled] .datepicker table tr td.range.today:hover:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today:hover.disabled.active, .datepicker table tr td.range.today.disabled.disabled.active, .datepicker table tr td.range.today.disabled:hover.disabled.active, .datepicker table tr td.range.today[disabled].active, .datepicker table tr td.range.today:hover[disabled].active, .datepicker table tr td.range.today.disabled[disabled].active, .datepicker table tr td.range.today.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.range.today.active, fieldset[disabled] .datepicker table tr td.range.today:hover.active, fieldset[disabled] .datepicker table tr td.range.today.disabled.active, fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active { background: rgba(0, 0, 0, 0.2); border-color: #f1a417; } .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover { color: #ffffff; background: rgba(0, 0, 0, 0.2); border-color: #555555; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected:focus, .datepicker table tr td.selected:hover:focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover { color: #ffffff; background: rgba(0, 0, 0, 0.2); border-color: #373737; } .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.selected, .open .dropdown-toggle.datepicker table tr td.selected:hover, .open .dropdown-toggle.datepicker table tr td.selected.disabled, .open .dropdown-toggle.datepicker table tr td.selected.disabled:hover { background-image: none; } .datepicker table tr td.selected.disabled, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected[disabled], .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.selected, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected.disabled, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover.disabled:hover, .datepicker table tr td.selected.disabled.disabled:hover, .datepicker table tr td.selected.disabled:hover.disabled:hover, .datepicker table tr td.selected[disabled]:hover, .datepicker table tr td.selected:hover[disabled]:hover, .datepicker table tr td.selected.disabled[disabled]:hover, .datepicker table tr td.selected.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected:hover, fieldset[disabled] .datepicker table tr td.selected:hover:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected:hover.disabled:focus, .datepicker table tr td.selected.disabled.disabled:focus, .datepicker table tr td.selected.disabled:hover.disabled:focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected:hover[disabled]:focus, .datepicker table tr td.selected.disabled[disabled]:focus, .datepicker table tr td.selected.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:focus, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected:hover.disabled:active, .datepicker table tr td.selected.disabled.disabled:active, .datepicker table tr td.selected.disabled:hover.disabled:active, .datepicker table tr td.selected[disabled]:active, .datepicker table tr td.selected:hover[disabled]:active, .datepicker table tr td.selected.disabled[disabled]:active, .datepicker table tr td.selected.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.selected:active, fieldset[disabled] .datepicker table tr td.selected:hover:active, fieldset[disabled] .datepicker table tr td.selected.disabled:active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected:hover.disabled.active, .datepicker table tr td.selected.disabled.disabled.active, .datepicker table tr td.selected.disabled:hover.disabled.active, .datepicker table tr td.selected[disabled].active, .datepicker table tr td.selected:hover[disabled].active, .datepicker table tr td.selected.disabled[disabled].active, .datepicker table tr td.selected.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.selected.active, fieldset[disabled] .datepicker table tr td.selected:hover.active, fieldset[disabled] .datepicker table tr td.selected.disabled.active, fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active { background: rgba(0, 0, 0, 0.2); border-color: #555555; } .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover { color: #ffffff; background: rgba(0, 0, 0, 0.2); border-color: #357ebd; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover { color: #ffffff; background: rgba(0, 0, 0, 0.5); border-color: #285e8e; } .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover { background-image: none; } .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td.active, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active.disabled, fieldset[disabled] .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover.disabled:hover, .datepicker table tr td.active.disabled.disabled:hover, .datepicker table tr td.active.disabled:hover.disabled:hover, .datepicker table tr td.active[disabled]:hover, .datepicker table tr td.active:hover[disabled]:hover, .datepicker table tr td.active.disabled[disabled]:hover, .datepicker table tr td.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td.active:hover, fieldset[disabled] .datepicker table tr td.active:hover:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover, fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active:hover.disabled:focus, .datepicker table tr td.active.disabled.disabled:focus, .datepicker table tr td.active.disabled:hover.disabled:focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active:hover[disabled]:focus, .datepicker table tr td.active.disabled[disabled]:focus, .datepicker table tr td.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover:focus, fieldset[disabled] .datepicker table tr td.active.disabled:focus, fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active:hover.disabled:active, .datepicker table tr td.active.disabled.disabled:active, .datepicker table tr td.active.disabled:hover.disabled:active, .datepicker table tr td.active[disabled]:active, .datepicker table tr td.active:hover[disabled]:active, .datepicker table tr td.active.disabled[disabled]:active, .datepicker table tr td.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td.active:active, fieldset[disabled] .datepicker table tr td.active:hover:active, fieldset[disabled] .datepicker table tr td.active.disabled:active, fieldset[disabled] .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active:hover.disabled.active, .datepicker table tr td.active.disabled.disabled.active, .datepicker table tr td.active.disabled:hover.disabled.active, .datepicker table tr td.active[disabled].active, .datepicker table tr td.active:hover[disabled].active, .datepicker table tr td.active.disabled[disabled].active, .datepicker table tr td.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td.active.active, fieldset[disabled] .datepicker table tr td.active:hover.active, fieldset[disabled] .datepicker table tr td.active.disabled.active, fieldset[disabled] .datepicker table tr td.active.disabled:hover.active { background-color: #428bca; border-color: #357ebd; } .datepicker table tr td span { display: block; width: 23%; height: 54px; line-height: 54px; float: left; margin: 1%; cursor: pointer; border-radius: 4px; } .datepicker table tr td span:hover { background: rgba(0, 0, 0, 0.2); } .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover { background: none; color: #444; cursor: default; } .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover { color: #ffffff; background-color: #428bca; border-color: #357ebd; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); } .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover { color: #ffffff; background-color: #3276b1; border-color: #285e8e; } .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover { background-image: none; } .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled], fieldset[disabled] .datepicker table tr td span.active, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active.disabled, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active[disabled]:hover, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active.disabled:hover[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active:hover.disabled:active, .datepicker table tr td span.active.disabled.disabled:active, .datepicker table tr td span.active.disabled:hover.disabled:active, .datepicker table tr td span.active[disabled]:active, .datepicker table tr td span.active:hover[disabled]:active, .datepicker table tr td span.active.disabled[disabled]:active, .datepicker table tr td span.active.disabled:hover[disabled]:active, fieldset[disabled] .datepicker table tr td span.active:active, fieldset[disabled] .datepicker table tr td span.active:hover:active, fieldset[disabled] .datepicker table tr td span.active.disabled:active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active:hover.disabled.active, .datepicker table tr td span.active.disabled.disabled.active, .datepicker table tr td span.active.disabled:hover.disabled.active, .datepicker table tr td span.active[disabled].active, .datepicker table tr td span.active:hover[disabled].active, .datepicker table tr td span.active.disabled[disabled].active, .datepicker table tr td span.active.disabled:hover[disabled].active, fieldset[disabled] .datepicker table tr td span.active.active, fieldset[disabled] .datepicker table tr td span.active:hover.active, fieldset[disabled] .datepicker table tr td span.active.disabled.active, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active { background-color: #428bca; border-color: #357ebd; } .datepicker table tr td span.old, .datepicker table tr td span.new { color: #444; } .datepicker th.datepicker-switch { width: 145px; } .datepicker thead tr:first-child th, .datepicker tfoot tr th { cursor: pointer; } .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover { background: rgba(0, 0, 0, 0.2); } .datepicker .cw { font-size: 10px; width: 12px; padding: 0 2px 0 5px; vertical-align: middle; } .datepicker thead tr:first-child th.cw { cursor: default; background-color: transparent; } .input-group.date .input-group-addon i { cursor: pointer; width: 16px; height: 16px; } .input-daterange input { text-align: center; } .input-daterange input:first-child { border-radius: 3px 0 0 3px; } .input-daterange input:last-child { border-radius: 0 3px 3px 0; } .input-daterange .input-group-addon { width: auto; min-width: 16px; padding: 4px 5px; font-weight: normal; line-height: 1.428571429; text-align: center; text-shadow: 0 1px 0 #fff; vertical-align: middle; background-color: #eeeeee; border: solid #cccccc; border-width: 1px 0; margin-left: -5px; margin-right: -5px; } .datepicker.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; float: left; display: none; width: 260px; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 5px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; *border-right-width: 2px; *border-bottom-width: 2px; color: #333333; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; line-height: 1.428571429; padding:0; border:0; } .datepicker.dropdown-menu th, .datepicker.dropdown-menu td { padding: 8px 5px; font-size: 14px; } /*************Header*************/ #wrapper { padding-top: 132px; } #header { background-color:#F2F2F2; width: 100%; left: 0; top: 0; position: fixed; z-index: 11; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .topStrip { background-color:#666; position:relative; } .topStrip ul { margin:0; padding:0; list-style:none; float:right; } .topStrip ul li { position:relative; padding:0 9px; float:left; } .topStrip ul li:first-child:after { height:14px; width:1px; background:#c4c3c3; content:""; position:absolute; right:0; top:50%; margin-top:-5px; } .topStrip ul li:last-child:after, .topNav ul li:last-child:after, .topStrip ul li.fontResize:after { display:none; } .topStrip ul li:last-child { padding:0; } .topStrip .topStLeftLinks li:last-child { padding-left: 9px; } .topStrip ul li a { color:#fff; font-size:0.750em; text-decoration:none; line-height:28px; } .topStrip ul li a:hover { text-decoration:underline; } #accessControl input { border:0; font-weight:400; font-size:13px; padding:0; display:inline-block; margin:0 5px; vertical-align:middle; float:left; height:28px; background-color:#666; color:#fff; cursor:pointer; } #accessControl .large { margin-right:10px; } #accessControl .contrastView { float:left; margin-left: 6px; } #accessControl .contrastChanger { padding:0; margin:0; width:24px; height:28px; background-color:#fff; border:0; overflow:hidden; text-indent:-9999px; text-transform:capitalize; display:inline-block; vertical-align:middle; } #accessControl .contrastChanger.normal { background-position:0 0; } #accessControl .contrastChanger.wob { background-position:-24px 0; } .fontResize input { border:0; font-weight:400; font-size:13px; padding:0; display:inline-block; margin:0 4px; vertical-align:middle; } .fontResize input:hover { color:#fff; } .homeBanner { position: relative; } .homeBanner .home-banner-swiper-pagination { position: absolute; bottom:10px; left:50%; width:auto; text-align:center; transform:translateX(-50%); z-index:1; } .homeBanner .swiper-slide img { width:100%; } .marqueeHomePage, .marqueeHomePage#content { background:#F56C27; padding:6px 0; } .marqueeScrolling ul { margin:0; } .marquee { overflow:hidden; } .marqueeScrolling li { float:left; margin-right:30px; color:#fff; list-style:none; position:relative; font-size: 1.000em; } .marqueeScrolling li:before { position: absolute; right:-15px; top:50%; height:16px; margin-top:-8px; width:1px; background-color:#fff; content:""; } .marqueeScrolling li a { color:#fff; text-decoration:none; } .marqueeScrolling li a:hover { text-decoration: underline; } #logo { padding: 15px 0; float:left; } .headerRightCol { float:left; width: calc(100% - 235px); padding-left:25px; position: relative; } .languageNav { position: absolute; right:0; top:0; margin:0; padding:0; list-style:none; z-index: 4; } .languageNav li { float:left; padding: 0 37px; } .languageNav li a { display:block; font-size:14px; color:#F56C27; font-weight:400; text-decoration:none; position:relative; padding: 0 10px; line-height:44px; } .languageNav li a:hover { color:#000; } .languageNav li.overseasDropdownblock { position: relative; } .overseasDropdownblock .indiaSite { position:relative; padding-right:25px; } .overseasDropdownblock .indiaSite:before { position: absolute; right:0; top:13px; font-family:'FontAwesome'; content:"\f107"; font-size:20px; line-height:20px; font-weight:normal; } .overseasDropdownblock .overseasText { background: #a0a0a0; box-shadow: 0 3px 3px #cccccc; display: none; left: 47px; padding:0; position: absolute; top: 100%; z-index: 1; margin-top: 0; } .overseasDropdownblock .overseasText a { text-decoration: none; color: #fff; line-height:30px; } .overseasDropdownblock .overseasText a:hover { background-color:#6A6A6A; color:#fff; } .iconNav { position: absolute; right:0; bottom:0; margin:0; padding:0; list-style:none; z-index:1; } .iconNav li { float:left; padding:0; margin:0; } .iconNav li a { display: block; text-decoration:none; text-indent:-9999px; } .iconNav li a:hover, .iconNav li a.active { background-color:#666; } .iconNav li .icon { width:60px; height: 60px; display:block; } .iconNav li .icon1 { background-position: -48px 0; } .iconNav li .icon2 { background-position: -108px 0; } .iconNav li .icon3 { background-position: -168px 0; } .iconNav li .icon4 { background-position: -228px 0; } .iconNav li .siteSearchClick.active .icon { background-position: -418px -48px; } .siteSearchWrap { position: relative; } .siteSearchToggle { display: none; } .siteSearchWrap .inputSearchBox { position: absolute; top:100%; width:550px; right:0; z-index: 1; background-color:#fff; height: 60px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); } .siteSearchWrap .searchBox .inputSearchBox { position: static; } .siteSearchWrap .inputSearchBox input[type="text"] { height: 60px; line-height:60px; color:#666; font-size:16px; border: 0; border-radius: 0; padding: 0 70px 0 10px; } .siteSearchWrap .inputSearchBox .submit { position: absolute; right:0; top:0; width:60px; height: 60px; background:#f36523 url(../../images/sprite-2020.png) no-repeat -48px 0; border:0; text-indent:-9999px; cursor:pointer; } .headerScroll#header { top:-30px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); } /**********Top Nav**********/ .topNav { margin: 0; padding: 0 240px 0 40px; list-style:none; } .topNav li { float:left; padding: 0 33px; } .topNav li a { display:block; font-size:14px; color:#F56C27; font-weight:400; text-decoration:none; position:relative; padding: 0 10px; line-height:44px; } .topNav li a:before { position:absolute; left: 50%; width:0; height:1px; bottom:7px; content:""; background-color:#f36523; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .topNav li a.active:before { left:0; width:100%; } .topNav li a:hover { color:#000; } /**********Main Nav**********/ .mainNavigation { margin:0; height:60px; position:relative; clear:both; background-color:#F26522; } .mainNavigation:before { position: absolute; left:100%; width:15px; height:100%; content:""; background-color:#F26522; display:none; } .toggleMenu { display:none; padding:10px 15px; text-decoration:none; color:#fff; } .toggleMenu .mobileMenu { font-size:1.250em; color:#fff; } .toggleMenu .iconBar { float:right; width:32px; height:17px; background-position:-167px -118px; font-size:0; } #nav .menuFirstNode { display:none; } #nav, #nav ul { list-style:none; margin:0; padding:0; } #nav ul { display:none; } #nav li.current ul { display:block; } #nav { position:relative; padding:0 240px 0 0; } #nav li { float:left; margin:0; } #nav > li > ul > li{transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s;} #nav > li > ul > li:hover { background-color:#fff;} #nav .menuFirstNode { display: none; } #nav li a { display: block; font-size: 16px; color:#F2F2F2; font-weight:600; text-decoration:none; line-height: 60px; } #nav li a.active { position: relative; } #nav li a.active:after, #nav li a.active:before { top: -1px; left: 50%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; } #nav li a.active:after { border-color: rgba(136, 183, 213, 0); border-top-color: #F2F2F2; border-width: 9px; margin-left: -9px; } #nav li a.active:before { border-color: rgba(0, 0, 0, 0); border-top-color: #; border-width: 14px; margin-left: -14px; } #nav li li { padding:0 77px; position:relative; } /*#nav li li:first-child { padding-left:0; }*/ #nav > li > ul > li > a:hover, #nav > li > ul > li.current > a:hover, #nav > li > ul > li:hover > a, #nav > li.MenuLi1 > ul > li.firstMenuLi:hover > a.firstMenuLiA { color: #F26522; } #nav li li ul { margin:0; padding: 10px 0; list-style:none; width: 270px; font-size: 16px; background-color: #ffffff; box-shadow: 0em 0.15em 2em 0em rgba(0, 0, 0, 0.15); opacity: 0; visibility: hidden; transition: 250ms ease; -webkit-transition: 250ms ease; margin-top:20px; position:absolute; left:0; top:100%; border-bottom:2px solid #f26522; } #nav li li:hover > ul { opacity: 1; visibility: visible; z-index: 1; margin-top:0; } #nav li li li { padding: 0; margin: 0; float:none; } #nav li li li a { display:block; color:#F56C27; line-height:20px; padding:4px 10px 4px 25px; position:relative; } #nav li li li:hover > a { color:#000; } #nav li li li a:before { position: absolute; left: 12px; top: 4px; font-family: 'FontAwesome'; content: "\f105"; font-weight: normal; font-size:15px; } #nav li li li ul { left:100%; top:0; } #nav > li > ul > li:last-child > ul { left:auto; right:0; } #nav > li > ul > li:last-child > ul > li > ul { left:auto; right:100%; } .mobileNav { display:none; } /********* Mobile Nav *********/ .mobileNav { display:none; position:fixed; left:0; top:0; right:30px; height:100%; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); background:#fff; overflow:auto; z-index:13; } .mobileNav:before { position: absolute; left:0; top:0; width:100%; height:65px; content:""; background-color:#f2f2f2; } .activeMobNav .mobileNav { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3); } .mobileNav #navMob { display:block !important; margin-top:65px; position:static; background:#fff; } .mobileNav { -webkit-transition: -webkit-transform 0.5s; transition:transform 0.5s; } /*.activeMobNav #wrapper { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }*/ .mobileNav .close { width: 13px; height: 13px; background-position: -462px 0; right: 20px; top: 25px; display:block; position:absolute; cursor:pointer; } .mobileNav .navigationText { display:none; } .mobileNav .logoText { width:116px; height:37px; display:inline-block; vertical-align:middle; background-position: -201px -109px; text-indent:-9999px; position:absolute; left: 20px; top:14px; } #navMob { display:none; position:absolute; left:0; right:0; padding:0; } #navMob ul { display:none; } #navMob li { float:none; display:block; border:none; position:relative; } #navMob li a { transition:all 0s ease 0ms; -webkit-transition:all 0s ease 0ms; text-decoration:none; } #navMob li .menuIcon { width:40px; height:51px; position:absolute; left:110px; top:0; cursor:pointer; line-height:36px; } #navMob li li .menuIcon { height: 40px; } #navMob li li li .menuIcon { height: 30px; } #navMob li .menuIcon:before { position: absolute; left: 15px; top: 7px; font-family: 'FontAwesome'; content: "\f105"; font-size: 17px; color:#080808; font-style: normal; } #navMob li .menuIcon.active:before { content: "\f105"; } #navMob li li .menuIcon.active:before { content: "\f106"; } #navMob li li .menuIcon { left:auto; right:0; line-height:27px; } #navMob li li .menuIcon:before { content: "\f107"; color:#F56C27; } #navMob li li li .menuIcon { line-height: 15px; } #navMob li li .menuIcon, #navMob li li .menuIcon.active { z-index:2; } #navMob .megamenu { width:100%; display:none; position:static; transition:none; -webkit-transition:none; opacity:1; visibility:visible; margin:0; background:#538816; box-shadow:-7px 0 7px rgba(0, 0, 0, 0.4) inset; position:relative; padding:15px 0; } #navMob ul { width:100%; position:static; transition:none; -webkit-transition:none; } .hasJS #navMob ul { opacity:1; } #navMob ul, #navMob *:hover ul ul, #navMob .hover ul ul, #navMob .focus ul ul { margin-left:0; } #navMob li a.menuFirstNode { font-size:14px; font-weight:600; color:#080808; padding:5px 15px; line-height:40px; border-bottom:1px solid #dfdfdf; border-right:1px solid #dfdfdf; width:150px; display:block; } #navMob li a.menuFirstNode:hover { color:#080808; } #navMob ul { position: absolute; left: 149px; right:0; top:0; width:auto; margin: 0; padding: 0; border-left:1px solid #dfdfdf; z-index:1; background:#fff; } #navMob ul li { display:block; } #navMob ul li a { color:#F56C27; font-size:13px; font-weight:600; padding: 12px 45px 12px 15px; border-bottom:1px solid #dfdfdf; display:block; } #navMob ul ul { position: static; border:0; border-bottom:1px solid #dfdfdf; margin-top: -1px; border-top: 1px solid #fff; padding-bottom:10px; } #navMob ul ul li a { font-size:12px; font-weight:400; padding: 6px 45px 6px 15px; border:0; } #navMob li.parent:nth-child(2) > ul { top:-51px; } #navMob li.parent:nth-child(3) > ul { top:-102px; } #navMob li.parent:nth-child(4) > ul { top:-153px; } #navMob li.parent:nth-child(5) > ul { top:-204px; } #navMob ul li:last-child ul { border-bottom:0; } #navMob li li li li { padding-left: 10px; } .homeImpLinks { padding: 50px 0; } .homeImpLinks ul { margin:0 3%; padding: 0; list-style: none; } .homeImpLinks ul li { float:left; width:25%; padding: 0 3%; } .homeImpLinks .homeImpLinkBox { display:block; text-decoration:none; border: 1px solid #F56C27; padding: 20px 5px; text-align:center; background-color:#fff; } .homeImpLinks .homeImpLinkBox:hover { background-color:#F56C27; } .homeImpLinks .homeImpLinkBox .icon { width:108px; height:108px; margin: 0 auto 20px auto; display:block; background:url(../../images/imp-links-icons.png) no-repeat 0 0; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .homeImpLinks .homeImpLinkBox .titleText { display: block; font-size:18px; color:#020202; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .homeImpLinks .homeImpLinkBox:hover .titleText { color:#fff; } .homeImpLinks .homeImpLinkBox .icon1 { background-position: 0 0; } .homeImpLinks .homeImpLinkBox:hover .icon1 { background-position: 0 -108px; } .homeImpLinks .homeImpLinkBox .icon2 { background-position: -108px 0; } .homeImpLinks .homeImpLinkBox:hover .icon2 { background-position: -108px -108px; } .homeImpLinks .homeImpLinkBox .icon3 { background-position: -216px 0; } .homeImpLinks .homeImpLinkBox:hover .icon3 { background-position: -216px -108px; } .homeImpLinks .homeImpLinkBox .icon4 { background-position: -324px 0; } .homeImpLinks .homeImpLinkBox:hover .icon4 { background-position: -324px -108px; } .loanRateHome { padding-top:10px; } .loanRateHome h2, .homeUtilities h2, .homeEmiToday h2, .homeExclusiveOffers h2, .empoweringFarmers h2, .homeExploreMore h2, .homeExpertAdvice h2, .homeFaq h2 { color:#080808; font-size:2.750em; font-weight:600; text-align:center; margin-bottom:50px; } .loanRateItem { box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29); display:block; text-decoration:none; } .loanRateItem .imgHolder { display:block; overflow:hidden; } .loanRateItem .imgHolder img { width:100%; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .loanRateItem:hover .imgHolder img { transform: scale(1.1); -webkit-transform: scale(1.1); } .loanRateItem .loanRateCard { display:block; background-color:#fff; padding: 20px; } .loanRateItem .loanRateCard span { display:block; } .loanRateItem .loanRateCard .titleText { font-size:30px; color:#666; font-weight:600; margin-bottom:10px; } .loanRateItem .loanRateCard .rateText { font-size:36px; color:#F56C27; font-weight:600; } .loanRateHomeSlider { margin-left:15px; margin-bottom:40px; } .loanRateHomeSlider .swiper-slide { float:left; width:425px; padding:10px; } .homeUtilities { padding: 50px 0; } .utilitiesList { margin: 0; padding: 0; list-style: none; } .utilitiesList li { float:left; width:20%; text-align:center; } .utilitiesList .utilitieItem { display:inline-block; text-align:center; text-decoration:none; } .utilitiesList .utilitieItem span { display:block; } .utilitiesList .utilitieItem .iconWrap { width:139px; height: 139px; border-radius:50%; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29); transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; background-color:#fff; margin: 0 auto 15px auto; } .utilitiesList .utilitieItem:hover .iconWrap { background-color:#F56C27; } .utilitiesList .utilitieItem .icon { background:url(../../images/utilities-icons.png) no-repeat 0 0; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; display:inline-block; width:62px; height:62px; position: relative; transform: translateY(-50%); -webkit-transform: translateY(-50%); top: 50%; } .utilitiesList .utilitieItem .icon1 { background-position: 0 0; } .utilitiesList .utilitieItem:hover .icon1 { background-position: 0 -62px; } .utilitiesList .utilitieItem .icon2 { background-position: -62px 0; } .utilitiesList .utilitieItem:hover .icon2 { background-position: -62px -62px; } .utilitiesList .utilitieItem .icon3 { background-position: -124px 0; } .utilitiesList .utilitieItem:hover .icon3 { background-position: -124px -62px; } .utilitiesList .utilitieItem .icon4 { background-position: -186px 0; } .utilitiesList .utilitieItem:hover .icon4 { background-position: -186px -62px; } .utilitiesList .utilitieItem .icon5 { background-position: -248px 0; } .utilitiesList .utilitieItem:hover .icon5 { background-position: -248px -62px; } .utilitiesList .utilitieItem .titleText { font-size:26px; font-weight:600; color:#F56C27; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .utilitiesList .utilitieItem:hover .titleText { color:#000; } .homeEmiToday { background-color:#F6F6F6; padding-top:50px; } .homeEmiToday .homeEmiBlock h3, .homeEmiToday .homeEmiBlock .button.aprBtn { display: none; } .homeEmiToday .textCenter { padding-top:40px; background-color:#fff; } .homeExclusiveOffers { padding: 50px 0; } .homeOffersSlider { margin-left:15px; } .homeOffersSlider .swiper-slide { float:left; width:375px; padding:10px; } .homeExclusiveOffers .homeOfferItem { position:relative; overflow:hidden; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29); } .homeExclusiveOffers .homeOfferItem img { -webkit-transition:0.3s ease; transition:0.3s ease; width:100%; } .homeExclusiveOffers .homeOfferItem:hover img { -webkit-transform:scale3d(1.1, 1.1, 1); transform:scale3d(1.1, 1.1, 1); } .shareNknowBtns { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; opacity: 0; background-color: rgba(0, 0, 0, .60); -webkit-transition: 0.3s ease; transition: 0.3s ease; } .homeExclusiveOffers .homeOfferItem:hover .shareNknowBtns { opacity: 1; } .homeExclusiveOffers .homeOfferItem .button { position: absolute; left:50%; bottom:-20px; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 240px; text-align: center; padding-left: 0; padding-right: 0; } .homeExclusiveOffers .homeOfferItem:hover .button { bottom:20px; } .empoweringFarmers { background:url(../../images/empowering-farmers-bg.jpg) no-repeat right top; background-size:cover; min-height:527px; position:relative; } .empoweringFarmers .container-fluid { position: absolute; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); left:50px; width:auto; } .empoweringFarmers h2, .empoweringFarmers ul li { color:#fff; text-align:left; } .homeExploreMore { padding: 50px 0; } .exploreMoreList { margin: 0; padding: 0; list-style: none; } .exploreMoreList li { float:left; width:25%; text-align:center; } .exploreMoreList .exploreMoreItem { display:inline-block; text-align:center; text-decoration:none; } .exploreMoreList .exploreMoreItem span { display:block; } .exploreMoreList .exploreMoreItem .iconWrap { width:139px; height: 139px; border-radius:50%; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29); transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; background-color:#fff; margin: 0 auto 15px auto; } .exploreMoreList .exploreMoreItem:hover .iconWrap { background-color:#F56C27; } .exploreMoreList .exploreMoreItem .icon { background:url(../../images/explore-more-icons.png) no-repeat 0 0; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; display:inline-block; width:65px; height:65px; position: relative; transform: translateY(-50%); -webkit-transform: translateY(-50%); top: 50%; } .exploreMoreList .exploreMoreItem .icon1 { background-position: 0 0; } .exploreMoreList .exploreMoreItem:hover .icon1 { background-position: 0 -65px; } .exploreMoreList .exploreMoreItem .icon2 { background-position: -65px 0; } .exploreMoreList .exploreMoreItem:hover .icon2 { background-position: -65px -65px; } .exploreMoreList .exploreMoreItem .icon3 { background-position: -130px 0; } .exploreMoreList .exploreMoreItem:hover .icon3 { background-position: -130px -65px; } .exploreMoreList .exploreMoreItem .icon4 { background-position: -195px 0; } .exploreMoreList .exploreMoreItem:hover .icon4 { background-position: -195px -65px; } .exploreMoreList .exploreMoreItem .titleText { font-size:1.625em; font-weight:600; color:#F56C27; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .exploreMoreList .exploreMoreItem:hover .titleText { color:#000; } .expertAdviceItem { box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29); display:block; text-decoration:none; } .expertAdviceItem .imgHolder { display:block; overflow:hidden; } .expertAdviceItem .imgHolder img { width:100%; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .expertAdviceItem:hover .imgHolder img { transform: scale(1.1); -webkit-transform: scale(1.1); } .expertAdviceItem .expertAdviceCard { display: block; background-color: #fff; padding: 20px; font-size: 20px; color: #F56C27; font-weight: 600; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; min-height: 125px; } .expertAdviceItem:hover .expertAdviceCard { color:#000; } .expertAdviceSlider { margin-left:15px; }.expertAdviceSlider .swiper-slide { float: left; width: calc(25% - 30px); padding: 10px; }.homeFaq { padding: 50px 0; } .homeFaqAcc .accTrigger { padding: 20px 50px 20px 0; border-bottom:1px solid #e4e4e4; font-size:1.625em; color:#000; font-weight:400; cursor:pointer; position:relative; } .homeFaqAcc .accTrigger.active { border-bottom-color:#fff; } .homeFaqAcc .accTrigger .icon { position: absolute; right:10px; top:21px; width:33px; height: 33px; background-position:-288px 0; } .homeFaqAcc .accTrigger.active .icon { background-position:-288px -33px; } .homeFaqAcc .accordDetail p { font-size:1.438em; color:#6a6a6a; font-weight:400; } .footerMegamenu { padding: 25px 0; background-color:#F56C27; } .footerMegamenu .row { margin: 0 -15px; } .footerMegamenu .footerMenuCol { float:left; width:11.111%; padding: 0 15px; } .footerMegamenu .footerMenuCol h2 { font-size:17px; color:#fff; font-weight:600; margin-bottom:10px; } .footerMegamenu .footerMenuCol ul { margin: 0; padding: 0; list-style:none; } .footerMegamenu .footerMenuCol ul li { display:block; } .footerMegamenu .footerMenuCol ul li a { display:block; font-size:15px; color:#fff; font-weight:400; padding: 6px 0; text-decoration:none; } .footerMegamenu .footerMenuCol ul li a:hover { text-decoration: underline; } .footerSocialMedia { text-align:center; margin:0; padding: 20px 0 0 0; list-style:none; } .footerSocialMedia li { display: inline-block; vertical-align:middle; margin: 0 7px; } .footerSocialMedia li a { display: block; width:40px; height: 40px; border-radius:50%; background-color:#171D21; color:#fff; font-size:22px; text-align:center; padding: 0; } .footerSocialMedia li a:hover { background-color:#fff; color:#171D21; } .footerSocialMedia li a .fa { line-height:40px; } .footerNav { text-align:center; margin:0; padding: 10px 0; list-style:none; } .footerNav li { display: inline-block; vertical-align:middle; padding: 0 8px; position:relative; } .footerNav li:before { position: absolute; right:-2px; top:50%; margin-top:-7px; height: 14px; background-color:#717171; content:""; width:1px; } .footerNav li:last-child:before { display: none; } .footerNav li a { text-decoration:none; font-size:0.938em; font-weight:400; } .networkLinkWrap { position: relative; } .networkLink { background-color:#F56C27; text-align:center; position:relative; display:block; padding: 10px 15px; color:#fff; font-size:16px; font-weight:600; text-decoration:none; } .networkLink:hover, .networkLink:focus { color:#fff; } .networkLink:before { position: absolute; right:26px; top:11px; color:#fff; font-family:'FontAwesome'; content:"\f107"; font-size:30px; line-height:20px; } .overlayLayer { position:fixed; z-index:100; left:0; top:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.50); transition:350ms ease; -webkit-transition:350ms ease; } .bobNetwork { background:#fff; position:absolute; right:15px; max-width:1200px; width:100%; bottom:0; z-index:101; padding:25px; box-shadow:0 0 5px rgba(0, 0, 0, 0.5); opacity:0; visibility:hidden; transition:all 0.2s ease 0ms; -webkit-transition:all 0.2s ease 0ms; } .bobNetwork.active { bottom:100%; opacity:1; visibility:visible; } .bobNetwork:after { width:0; position:absolute; right:13px; bottom:-8px; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-top:8px solid #fff; content:""; margin-left:-8px; } .bobNetwork h2 { color:#ff6633; font-size:18px; font-weight:700; margin-bottom:15px; } .bobNetwork .leftBox { float:left; padding-right:40px; width:35%; } .bobNetwork .rightBox { float:left; padding-left:40px; width:65%; border-left:1px solid #dadada; } .bobNetwork ul { margin:0; padding:0; list-style:none; } .bobNetwork ul li { font-size:14px; color:#565656; font-weight:600; } .bobNetwork .rightBox ul li { background:none; padding-left:0; } .bobNetwork ul li span { display:block; font-weight:normal; } .bobNetwork ul li a { color:#F56C27; text-decoration:none; } .bobNetwork ul li a:hover { text-decoration:underline; } .bobNetwork ul li .icon { width:29px; height:20px; margin-right:8px; display:inline-block; vertical-align:middle; } .bobNetwork ul li .fi { background-position:-29px -87px; } .bobNetwork ul li .hk { background-position:-203px -87px; } .bobNetwork ul li .uae { background-position:-87px -87px; } .bobNetwork ul li .uk { background-position:-174px -87px; } .bobNetwork ul li .usa { background-position:-232px -87px; } .bobNetwork ul li .mau { background-position:-319px -66px; } .bobNetwork ul li .bel { background-position:-290px -86px; } .bobNetwork ul li .gha { background-position:-29px -66px; } .bobNetwork ul li .sin { background-position:-58px -87px; } .bobNetwork ul li .aus { background-position:-348px -87px; } .bobNetwork ul li .bah { background-position:-319px -87px; } .bobNetwork ul li .bahr { background-position:-145px -87px; } .bobNetwork ul li .chi { background-position:-261px -87px; } .bobNetwork ul li .rsa { background-position:0 -87px; } .bobNetwork ul li .sey { background-position:-348px -66px; } .bobNetwork ul li .so { background-position:-116px -87px; } .bobNetwork ul li .bot { background-position:0 -66px; } .bobNetwork ul li .guy { background-position:-87px -66px; } .bobNetwork ul li .ken { background-position:-174px -66px; } .bobNetwork ul li .nz { background-position:-58px -66px; } .bobNetwork ul li .tan { background-position:-145px -66px; } .bobNetwork ul li .tt { background-position:-116px -66px; } .bobNetwork ul li .uga { background-position:-203px -66px; } .bobNetwork ul li .mal { background-position:-232px -66px; } .bobNetwork ul li .zam { background-position:-261px -66px; } .bobNetwork ul li .thai { background-position:-290px -66px; } .bobNetwork .rightBox ul li { float:left; width:33.333%; } .mfp-close, .mfp-close:hover, .networkCloseBtn { position: absolute; right: -10px; top: -10px; width: 27px; height: 27px; border-radius: 50%; text-indent: -9999px; opacity: 1; border: 0; padding: 0; margin: 0; box-shadow: 0 0 5px #505050; background-position:-358px -1px; } .displayNone, .hasJS noscript, .hideThis { display: none !important; visibility: hidden; } .bobNetwork ul.bulletText li:before { color:#F56C27; } .extLnkIcon { width: 9px; height: 9px; background-position: -420px 0; display: inline-block !important; margin-left: 3px; } .bobNetwork .rightBox ul.bulletText li:before { display:none; } .copyrightText { margin: 0; text-align:center; padding: 8px 0; font-size:0.813em; color:#666; } .rightFixedBox { position: fixed; left:-54px; bottom:90px; z-index:14; transition: all 0.5s ease 0ms; -webkit-transition: all 0.5s ease 0ms; } .rightFixedBox.active { left: 0; } .rightFixedBox .actionBtn { background:#ff6633; color:#fefefe; font-size:14px; font-weight:600; line-height:normal; text-decoration:none; display:block; padding:0; height:50px; width:50px; box-shadow:0 0 5px rgba(0, 0, 0, 0.3); } .rightFixedBox .actionBtn .homeRateIcon { display:block; width:50px; height: 50px; font-size:35px; font-weight:600; color:#fff; text-align:center; } .rightFixedBox .actionBtn .toolTip { height:40px; line-height:40px; top:6px; color:#fff; font-size:14px; font-weight:600; position:absolute; padding:0 10px; background:#666; text-align:left; right: auto; left: 97%; opacity:0; visibility:hidden; transition:all 0.3s ease 0ms; -webkit-transition:all 0.3s ease 0ms; box-shadow:2px 2px 2px rgba(0, 0, 0, 0.3); width:110px; } .hindiDoc .rightFixedBox .actionBtn .toolTip { width:93px; } .rightFixedBox .actionBtn:hover .toolTip { opacity:1; visibility:visible; right:100%; } .rightFixedBox .actionBtn .toolTip:after { width:0; position:absolute; top:15px; content:""; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; right: auto; left: -6px; border-right: 6px solid #666; border-left: 0; } .rightFixedBox .box { background:#fff; -webkit-box-shadow:0 0px 10px rgba(0, 0, 0, 0.3); box-shadow:0 0px 10px rgba(0, 0, 0, 0.3); padding:20px; position:absolute; right: auto; left: -1300px; bottom:-60px; z-index:13; transition:350ms ease; -webkit-transition:350ms ease; min-height:160px; } .rightFixedBox .box .rateCloseBtn { width:27px; height: 27px; position: absolute; right:31px; top:20px; display:block; background-position: -431px 0; } .rightFixedBox .box.active { left: 0; right: auto; } .rightFixedBox .box h2 { font-size:26px; color:#030303; font-weight:600; margin-bottom:15px; } .ratesStrip { width: 1215px; } .ratesStrip ul { margin: 0; padding: 0; list-style: none; } .ratesStrip ul li:first-child { padding-left: 0; } .ratesStrip ul li { padding: 0 30px; padding-left: 30px; border-right: 1px solid #b4b4b4; float: left; min-height: 124px; } .ratesStrip ul li.buttonGroup { border-right:0; padding-top:35px; padding-right:0; } .ratesStrip h3 { font-size:18px; color:#100F0E; font-weight:600; margin-bottom:10px; } .ratesStrip .rate { font-size:33px; line-height:1; color:#F56C27; font-weight:600; margin-bottom:15px; } .ratesStrip ul li .button { font-size:19px; font-weight:600; line-height:41px; height:45px; padding:0 25px } .ratesStrip ul li.buttonGroup .brdBtn { background-color:#fff; color:#F56C27; } .ratesStrip ul li.buttonGroup .brdBtn:hover { background-color:#F56C27; color:#fff; } .ratesStrip ul li.buttonGroup .desktopHide { display:none; } #request-callback-popup, #applyNowPopup, #overseasPopup { max-width:580px; width:100%; padding:30px; display:none; position:absolute; left:50%; top:0; margin-left:-290px; z-index:101; background-color:#fff; } .callBackPopWrapIn { width:100%; height:524px; padding:0 30px 30px 0; text-align:left; overflow-y:auto; } #overseasPopup { max-width:920px; margin-left:-460px; } .directorProfilePopup, .inlineContentPopup { max-width: 1024px; background: #fff; background-color: rgb(255, 255, 255); margin: 0 auto; margin-left: auto; width: 100%; text-align: left; } .overseasPopup.inlineContentPopup .detailRow { padding: 0 10px; } .overseasPopup .row { margin: 0; } .branchesList { padding: 27px 0; border-top: 1px solid #e3e3e3; } .overseasPopup .branchesList { padding: 16px 0; padding-top: 16px; } .overseasPopup .branchesList:first-child { border: 0; padding-top: 0; } .branchesList ul { margin: 0; padding: 0 0 0 153px; list-style: none; } .overseasPopup .branchesList ul { padding: 0; } .branchesList ul li { float: left; width: 33.333%; } .branchesList ul li a { display: block; color: #777; position:relative; text-decoration: none; padding: 5px 0 5px 5px; font-size: 0.938em; } .branchesList ul li a:hover { color: #ff6633; } .requestPopOverlay { width: 100%; height: 100%; display: none; position: fixed; left: 0; top: 0; z-index: 100; background-color: rgba(0, 0, 0, 0.7); } .innerPageBanner .bannerImage img { width:100%; } .breadcrumb { background-color:#f6f6f6; color:#F16F26; padding:2px 0; width:100%; text-align:left; } .breadcrumb ul { margin:0; padding:0; } .breadcrumb ul li { font-size:1.000em; list-style:none; } .breadcrumb a, .breadcrumb .bdrNoLink { color:#6D6D6D; position:relative; padding-right:18px; margin:8px 0; display:inline-block; text-decoration:none; } .breadcrumb a:before, .breadcrumb .bdrNoLink:before { position: absolute; right: 4px; top: 1px; font-family: 'FontAwesome'; content: "\f105"; font-weight: normal; font-size: 14px; } .breadcrumb .bdrNoLink { text-decoration:none; } .breadcrumb a:hover { text-decoration:none; color:#F16F26; } .homeEmiToday.loanPage { margin-top:-30px; } .loanOfferTabList li { width:20%; } .loanOfferTabList li a { color:#0D0C0C; } .loanOfferTabList li a:hover { color:#F26522; } .loanOfferTab .tabContainer { padding: 25px 10px; } .grid { margin: 0 -15px; } .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { position:relative; min-height:1px; padding-right:15px; padding-left:15px; float:left; } .col-md-12 { width:100% } .col-md-11 { width:91.66666667% } .col-md-10 { width:83.33333333% } .col-md-9 { width:75% } .col-md-8 { width:66.66666667% } .col-md-7 { width:58.33333333% } .col-md-6 { width:50% } .col-md-5 { width:41.66666667% } .col-md-4 { width:33.33333333% } .col-md-3 { width:25% } .col-md-2 { width:16.66666667% } .col-md-1 { width:8.33333333% } .loanItem { border: 0.25px solid #dcdcdc; position:relative; margin-bottom:30px; } .loanItem .imgHolder { float:left; width:32%; } .loanItem .loanItemCard { float:left; width:68%; padding: 25px 35px; } .loanItem .linkBlock { position: absolute; left: 0; top:0; width:100%; height: 100%; display:block; text-indent:-9999px; z-index: 1; } .loanItem h3 { font-size:2em; color:#F26522; font-weight:600; margin-bottom:15px; } .loanItem h3 a { text-decoration:none; } .loanItem .bulletText li { font-size:25px; color:#646464; font-weight:400; position:relative; padding-left:39px; line-height:1.2; margin-bottom:15px; } .loanItem .bulletText li:before { position: absolute; left:0; top:10px; width:21px; height: 17px; content:""; background:url(../../images/bullet-arrow.png) no-repeat 0 0; background-size:100%; } .loanItem .buttonBlock {position: absolute; right:-1px; bottom:-1px; z-index:2; } .loanItem .button { position: absolute; right:-1px; bottom:-1px; height: 60px; line-height:59px; padding: 0 40px; font-size:22px; z-index:2; } .loanItem .buttonBlock .button { position: static; display: inline-block; vertical-align:middle; } .loginPopup h2 { font-size:22px; margin-bottom:15px; } .devider { display:block; position:relative; text-align:center; margin:15px 0; } .devider:after { width:100%; left:0; top:50%; height:1px; content:""; position:absolute; background:#ff6633; } .devider span { display:inline-block; padding:0 8px; background:#fff; position:relative; z-index:1; text-transform:uppercase; } .loginPopup, .loginPage { max-width:860px; } .loginPage { margin:0 auto; width:100%; } .loginPopup h3, .loginPage h3 { padding:0; margin-bottom:10px; } .loginPopup h3 span, .loginPage h3 span { font-weight:600; color:#555; font-size:0.737em; } .loginPopup .detailRow { padding:30px 35px 25px; } .loginPopup .row, .loginPage .row { margin:0 -40px; } .loginDetaillist { padding:0 40px; border-bottom:1px solid #e3e3e3; margin-bottom:15px; padding:0; } .loginDetaillist:last-child { border-bottom:none; margin-bottom:0; } .loginDetaillist ul.bulletText { float:left; margin-bottom:5px; padding-right:15px; width:50%; } .loginDetaillist ul.bulletText:last-child { padding-left:15px; padding-right:0; } .loginPopup .row .col2, .loginPage .row .col2 { padding:0 40px; } .loginPopup .row .col2:first-child, .loginPage .row .col2:first-child { border-right:1px solid #ccc; } .loginPopup ul, .loginPage ul { margin:0; } .loginPopup ul.bulletText li:before { color:#F56C27; } .contentAcc { margin-bottom: 25px; } .contentAcc .accTrigger, .accordion.contentAcc .accTrigger.active { background: none; font-weight: 600; padding: 10px 30px 10px 0; border-bottom: 1px solid #dadada; color: #444; position: relative; font-size: 1.0em; cursor: pointer; } .contentAcc.appsForm .accTrigger, .accordion.contentAcc.appsForm .accTrigger.active { color: #ff6633; font-size: 1.313em; font-weight: 700; } .contentAcc .accTrigger:before { content: "\f107"; position:absolute; right:0; top:17px; color:#666; font-family:'FontAwesome'; text-align:center; line-height:21px; font-size:25px; font-weight: normal; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .contentAcc .accTrigger.active:before { content: "\f106"; } .importantLinks ul.bulletText li, .groupWebsitesLink ul.bulletText li, .loginPopup ul.bulletText li, .loginPage ul.bulletText li { font-weight: 600; font-size: 16px; margin: 10px 0; } .importantLinks ul.bulletText li a, .loginPopup ul.bulletText li a, .loginPage ul.bulletText li a { text-decoration: none; } .fullwidthCalculator { position:relative; } .error, .asterix, .redText { color: #ff0000; font-size: 14px; } .alignRight { float: right; } .emiCounter label { font-size: 17px; margin-bottom: 10px; font-weight: 600; } .emiCounter { padding: 0; margin: 0 0 100px 0; } .emiCounter:before, .emiCounter:after { content:" "; display:table } .emiCounter:after { clear:both } .emiCounter .fieldRow { margin:0; position:relative; float:left; width:33.333%; padding: 0 50px; height: 60px; } .emiCounter .fieldRow .alignRight { float:none; position: absolute; right:50px; bottom:-60px; } .emiCounter input { position:absolute; width:200px; height: 60px; border:0; border-radius:0; right:50px; top:0; font-size:30px; font-weight:400; text-align:right; color:#080808; } .emiCounter label { font-size:26px; margin-top:13px; display:inline-block; color:#080808; font-weight:400; } .fullwidthCalculator .chartArea { display:none; } .emiCalculatorWrap .ui-slider-horizontal { height:4px; } .emiCalculatorWrap .ui-widget-content { background:#ccc; } .emiCalculatorWrap .ui-widget-header { background:#ff6633; } .emiCalculatorWrap .ui-slider .ui-slider-handle { background:#ff6633; border:4px solid #fff; box-shadow:0 0 5px rgba(0, 0, 0, 0.65); -webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.65); border-radius:50%; -webkit-border-radius:50%; cursor:pointer; height:30px; position:absolute; width:30px; z-index:1; } .ui-widget { font-family:Verdana, Arial, sans-serif; font-size:1.1em; } .ui-slider { position:relative; text-align:left; top:25px; } .ui-state-default { background-position:-5px -332px } .ui-slider-horizontal .ui-slider-handle { margin-left:-15px; top:-14px; } .ui-slider-horizontal .ui-slider-range-min { left:0; } .ui-slider-horizontal .ui-slider-range { height:100%; top:0; } .ui-slider .ui-slider-range { border:0 none; display:block; font-size:0.7em; position:absolute; z-index:1; } .chartLegends { margin:0 0 35px; padding:0; list-style:none; } .chartLegends li { float:left; font-size:15px; font-weight:600; margin-right:20px; padding-left:23px; position:relative; } .chartLegends li:before { background:#666; height:14px; width:14px; content:""; left:0; top:50%; margin-top:-7px; position:absolute; } .chartLegends li.interest:before { background:#f85729; } #emiChart svg > rect { fill:transparent; } .emiTotalWrap { background:#2B2A2A; padding:10px 20px; color:#fff; } .emiTotalWrap .totalRow { border-bottom:1px solid #cccccc; padding:15px 0; font-weight:600; color:#fff; font-size:16px; position:relative; padding-right:100px; } .emiTotalWrap .totalRow .leftLabel { display:block; font-size:30px; font-weight:400; } .emiTotalWrap .totalRow .totalCount { position:absolute; right:0; top:15px; font-size:30px; } .emiTotalWrap .totalRow:last-child { border-bottom:0 none; } [type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { background:#fff !important; } .footerNav .ftIpadLink { display: none; } .stripLogo { width:116px; height:37px; display:inline-block; vertical-align:middle; background-position: -201px -109px; text-indent:-9999px; position:absolute; left: 20px; top:14px; display:none; } #navMob li.active a.menuFirstNode { background: #f16421; color: #fff; } #navMob li.active > .menuIcon:before { color: #fff; } .headerRow { position:relative; } .headerRow:before { position: absolute; right:0; bottom:0; left:50%; height: 60px; background-color:#F26522; content:""; } .loanPage .fullwidthCalculator .chartArea { display:block; } .loanPage .fullwidthCalculator .loanChartArea { /*display:none;*/ height:0; overflow:hidden; background-color:#F6F6F6; -moz-transition: height 0.2s ease; -webkit-transition: height 0.2s ease; -o-transition: height 0.2s ease; transition: height 0.2s ease; } .loanPage .fullwidthCalculator .loanChartArea.active { height:380px; overflow:auto; } .loanPage .showCartArea { position: relative; font-size:30px; color:#F56C27; padding: 15px 20px; font-weight:400; background-color:#fff; cursor:pointer; display:block !important; } .loanPage .showCartArea:before { position: absolute; right:20px; top:50%; font-family:'FontAwesome'; content:"\f107"; font-size:40px; line-height:20px; transform: translateY(-50%); -webkit-transform: translateY(-50%); } .loanPage .showCartArea.active:before { content:"\f106"; } .loanPage .fullwidthCalculator .chartArea .chartLegends { margin-top:20px; } .loanPage .fullwidthCalculator .chartArea .loanChartAreaInner { max-width:800px; margin: 0 auto; height: 356px; } .loanOfferTab { margin: 0 0 30px 0; padding: 0; list-style:none; } .loanOfferTab li { float: left; margin: 0; position: relative; padding: 0 10px; width: 20%; } .loanOfferTab li a { color: #0D0C0C; display: block; font-size: 30px; font-weight: 600; position: relative; text-decoration: none; text-align: center; padding: 25px 0; } .loanOfferTab li a:before { position: absolute; left: 50%; width: 0; height: 5px; bottom: 0; content: ""; background-color: #ff6527; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .loanOfferTab li a.active:before, .loanOfferTab li a:hover:before { left: 0; width: 100%; } .innerBanner2020 { position: relative; } .innerBanner2020 .pageTitle { position: absolute; left:0; bottom:42px; background:rgba(0, 0, 0, 0.4); padding:10px 0; width:100%; } .innerBanner2020 .pageTitle h1 { font-size:50px; font-weight:600; color:#fff; margin:0; line-height:1; } .innerBanner2020 .pageTitle .container { max-width:100%; } .innerBanner2020 .bannerImgWrap img { width:100%; } /************Home Loan Detail************/ .loanDetailBtn { padding-top: 30px; background:#fff; } .loanDetailBtn .button { float:left; width:50%; text-align:center; } .loanDetailPage { padding: 50px 0; } .loanDetailTabList { margin: 0 0 40px 0; padding: 0; list-style:none; } .loanDetailTabList li { float: left; margin: 0; position: relative; padding: 0 10px; width: 25%; } .loanDetailTabList li a { color: #F26522; display: block; font-size: 30px; font-weight: 600; position: relative; text-decoration: none; text-align: center; padding: 25px 0; } .loanDetailTabList li a:hover { color: #F26522; } .loanDetailTabList li a:before { position: absolute; left: 50%; width: 0; height: 5px; bottom: 0; content: ""; background-color: #ff6527; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .loanDetailTabList li a.active:before, .loanDetailTabList li a:hover:before { left: 0; width: 100%; } .loanDetailPage h2 { font-size:2.250em; color:#F26522; font-weight:600; margin-bottom:17px; } .loanDetailPage h3 { font-size:1.875em; font-weight:600; margin-bottom:17px; color:#F26522; } .loanDetailPage h4 { font-weight:600; font-size:1.188em} .loanDetailPage .borderTitle { margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #ddd;} .loanDetailPage p, .loanDetailPage ul.bulletText li { font-size:1.625em; color:#000; font-weight:400; } .loanDetailPage ul.bulletText li:before { font-size: 27px; color: #f27359; } .loanDetailPage ul.bulletText li { padding-left: 20px; } .loanDetailPage table td, .loanDetailPage .tableData td { font-size:26px; color:#000; } .loanDetailEmi { background: url(../../images/loan-detail-calculate-emi-bg.jpg) no-repeat center top; background-size: cover; } .guideYouSlider { margin-left:15px; } .guideYouSlider .swiper-slide { float:left; width:375px; padding:10px; } .guideYouItem { position:relative; overflow:hidden; box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29); display:block; } .guideYouItem span, .otherLoanItem span { display:block; } .guideYouItem img { -webkit-transition:0.3s ease; transition:0.3s ease; width:100%; } .guideYouItem:hover img { -webkit-transform:scale3d(1.1, 1.1, 1); transform:scale3d(1.1, 1.1, 1); } .guideYouItem .titleText { font-size: 36px; color:#fff; position: absolute; left: 25px; bottom:25px; right:25px; line-height:1.2; } .guideYouItem .fa { position: absolute; left: 50%; top:50%; width:110px; height: 110px; background-color:#fff; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); z-index:1; border-radius:50%; text-align:center; line-height:110px; font-size:50px; padding-left:11px; -webkit-transition:0.3s ease; transition:0.3s ease; color:#F56C27; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); } .guideYouItem:hover .fa { background-color:#F56C27; color:#fff; } .otherLoanSlider { margin-left:15px; } .otherLoanSlider .swiper-slide { float:left; width:325px; padding:10px; } .otherLoanItem { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.29); display:block; text-decoration:none; } .otherLoanItem .imgHolder { display:block; overflow:hidden; } .otherLoanItem .imgHolder img { width:100%; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; } .otherLoanItem:hover .imgHolder img { transform: scale(1.1); -webkit-transform: scale(1.1); } .otherLoanItem .titleText { background-color:#fff; padding: 20px; font-size:25px; color:#FF6633; font-weight:600; transition: all 350ms ease 0s; -webkit-transition: all 350ms ease 0s; min-height:145px; } .otherLoanItem:hover .titleText { color: #000; } /***********High Contrast View***********/ body.wob { background:#000; color:#fff; } .wob a, .wob .topNav li a, .wob .languageNav li a, .wob #nav li a:hover, .wob #nav > li > ul > li > a:hover, .wob #nav > li > ul > li.current > a:hover, .wob #nav > li > ul > li:hover > a, .wob #nav > li.MenuLi1 > ul > li.firstMenuLi:hover > a.firstMenuLiA, .wob .utilitiesList .utilitieItem .titleText, .wob .exploreMoreList .exploreMoreItem .titleText, .wob .expertAdviceItem .expertAdviceCard, .wob .branchesList ul li a, .wob .loanOfferTab li a, .wob .loanDetailTabList li a, .wob .otherLoanItem .titleText { color: #ffff00; } .wob a:hover, .wob .topNav li a:hover, .wob .languageNav li a:hover, .wob #nav li a, .wob .utilitiesList .utilitieItem:hover .titleText, .wob .exploreMoreList .exploreMoreItem:hover .titleText, .wob .expertAdviceItem:hover .expertAdviceCard, .wob .branchesList ul li a:hover, .wob .tabNav .r-tabs-state-active a, .wob .loanOfferTabList li a:hover, .wob .otherLoanItem:hover .titleText { color: #00ff00; } .wob input[type="button"], .wob input[type="reset"], .wob button, .wob .button, .wob .btn, .wob .loanDetailBtn .button.brdBtn:hover { background-color:#ffff00; border-color:#ffff00; color:#000 } .wob input[type="button"]:hover, .wob input[type="reset"]:hover, .wob button:hover, .wob .button:hover, .wob .btn:hover, .wob .loanDetailBtn .button.brdBtn { background-color:#00ff00; border-color:#00ff00; color:#000 } .wob #header, .wob .homeEmiToday .textCenter, .wob .breadcrumb, .wob .loanPage .showCartArea, .wob .loanDetailBtn, .wob table tr:nth-child(2n+1) td, .wob .tableRowOdd { background:#000; } .wob .mainNavigation, .wob .mainNavigation:before, .wob .marqueeHomePage, .wob .marqueeHomePage#content, .wob .loanRateItem .loanRateCard, .wob .expertAdviceItem .expertAdviceCard, .wob .footerMegamenu, .wob .networkLink, .wob .loginPopup .detailRow, .wob #request-callback-popup, .wob #applyNowPopup, .wob #overseasPopup, .wob .homeEmiToday, .wob .otherLoanItem .titleText, .wob .tableData td, .wob .headerRow:before { background:#333; } .wob #nav li li ul { background-color:#444; border-bottom-color:#ffff00; } .wob .topNav li a:before { background-color:#ffff00; } .wob .homeImpLinks .homeImpLinkBox, .wob .homeImpLinks .homeImpLinkBox:hover { background-color:#333; border-color:#333; } .wob .homeImpLinks .homeImpLinkBox .titleText, .wob .loanRateHome h2, .wob .homeUtilities h2, .wob .homeEmiToday h2, .wob .homeExclusiveOffers h2, .wob .empoweringFarmers h2, .wob .homeExploreMore h2, .wob .homeExpertAdvice h2, .wob .homeFaq h2, .wob .loanRateItem .loanRateCard .titleText, .wob .loanRateItem .loanRateCard .rateText, .wob .homeFaqAcc .accTrigger, .wob .homeFaqAcc .accordDetail p, .wob h1, .wob h2, .wob h3, .wob h4, .wob h5, .wob h6, .wob .contentAcc.appsForm .accTrigger, .wob .accordion.contentAcc.appsForm .accTrigger.active, .wob .contentAcc .accTrigger:before, .wob .emiCounter label, .wob .emiCounter .fieldRow .alignRight, .wob .breadcrumb, .wob .loanPage .showCartArea, .wob .loanItem .bulletText li, .wob .loanDetailPage p, .wob .loanDetailPage ul.bulletText li, .wob .loanDetailPage ul.bulletText li:before, .wob .loanDetailPage table td, .wob .loanDetailPage .tableData td { color:#fff; } .wob .homeImpLinks .homeImpLinkBox .icon1 { background-position: 0 -108px; } .wob .homeImpLinks .homeImpLinkBox .icon2 { background-position: -108px -108px; } .wob .homeImpLinks .homeImpLinkBox .icon3 { background-position: -216px -108px; } .wob .homeImpLinks .homeImpLinkBox .icon4 { background-position: -324px -108px; } .wob .utilitiesList .utilitieItem .icon1 { background-position: 0 -62px; } .wob .utilitiesList .utilitieItem .icon2 { background-position: -62px -62px; } .wob .utilitiesList .utilitieItem .icon3 { background-position: -124px -62px; } .wob .utilitiesList .utilitieItem .icon4 { background-position: -186px -62px; } .wob .utilitiesList .utilitieItem .icon5 { background-position: -248px -62px; } .wob .exploreMoreList .exploreMoreItem .icon1 { background-position: 0 -65px; } .wob .exploreMoreList .exploreMoreItem .icon2 { background-position: -65px -65px; } .wob .exploreMoreList .exploreMoreItem .icon3 { background-position: -130px -65px; } .wob .exploreMoreList .exploreMoreItem .icon4 { background-position: -195px -65px; } .wob .utilitiesList .utilitieItem .iconWrap, .wob .exploreMoreList .exploreMoreItem .iconWrap { background-color:#333; } .wob #nav li a.active:after { border-top-color: #0EEB01; } .wob .loanOfferTab li a:before, .wob .loanDetailTabList li a:before { background:#00ff00; } .bannerSingleBtn{position: absolute; right: 15px; bottom: 45px; z-index: 1;}.bottomFixedBtn { position: fixed; left:0; bottom:0; right:0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); padding: 10px; text-align:right; z-index:10; background-color:#fff; text-align:center; } .bottomFixedBtn .button { padding: 10px 20px; font-size:20px; text-transform:uppercase; } .footerWithBtn { padding-bottom:64px;} .relevantVideoSlider .swiper-slide { float:left; width:405px; padding:10px; } .relevantVideoSlider .guideYouItem .titleText { font-size: 26px; } .homeBanner .swiper-slide .button { position: absolute; right:15px; bottom:15px;} .homeBanner .swiper-slide .button .fa { margin-left: 10px; } .wob #nav > li > ul > li:hover {background-color: #444;} .wob #nav li li li:hover > a { color:#ffff00;} .wob .copyrightText { color:#fff; } .wob .bottomFixedBtn{background-color: #3e3e3e;} .wob .bobNetwork {background: #4d4d4d;} .wob .bobNetwork ul li a { color:#ffff00;} .wob .bobNetwork ul.bulletText li:before, .wob .rightFixedBox .box h2, .wob .ratesStrip .rate {color: #fff;} .wob .rightFixedBox .box {background: #444;} .wob .ratesStrip ul li.buttonGroup .brdBtn{background-color: #ff0;color: #000;} .wob .ratesStrip ul li.buttonGroup .brdBtn:hover{background-color: #0eeb01;color: #000; border-color:#0eeb01;} .wob .rightFixedBox .box .rateCloseBtn{background-color: #fff;border-radius: 50%;overflow: hidden;} .wob .rightFixedBox .actionBtn {background: #ff0; color:#000;} .wob .rightFixedBox .actionBtn .homeRateIcon { color: #000; } .wob .chartLegends li { color: #000;} .bottomFixedBtn select, .bottomFixedBtn .button { display: inline-block; vertical-align: top;font-family: 'open_sans', sans-serif;} .bottomFixedBtn select { margin-right: 10px; width:300px; height: 44px; border-radius:0;padding-right: 45px; } .commonDropBtn select, .commonDropBtn .button { display: inline-block; vertical-align: middle; } .commonDropBtn select { margin-right: 10px; width:450px; padding-right:35px; border-radius:0; height: 64px; font-size: 20px;} .bannerFixedBtn {position: absolute;right: 10px;bottom: 57px;z-index: 1;} .bannerFixedBtn .button { padding-top:8px; padding-bottom:8px; font-size: 18px; } .bannerFixedBtn.commonDropBtn select { height: 40px; }.marqueeHomePage .pagingWrapper { display: none !important; } .ui-autocomplete { max-height:260px; width:266px; overflow:auto; position:absolute !important; z-index:999; margin:0; background:#fff; padding:0; list-style:none; box-shadow:0 3px 3px rgba(0, 0, 0, 0.2); border:1px solid #ebebeb; border-top:0; } .ui-autocomplete li { border-top:1px solid #cccccc; line-height:16px; font-size:14px; } .ui-autocomplete li a { cursor:pointer; font-size:14px; padding:10px; display:block; color:#555; text-decoration: none; } .ui-autocomplete li a:hover { text-decoration:none; background:#f1f1f1; color:#ff6633; } .ui-helper-hidden-accessible { display:none; }
