{"1":{"id":"1","name":"tbay-arrows","handle":"tbay-arrows","css":".tbay-arrows.tparrows {\n\tcursor:pointer;\n\tposition:absolute;\n\tdisplay:block;\n\tz-index:1000;\n  \tbackground: transparent;\n  \topacity: 1 !important;\n}\n\n.tbay-arrows.tparrows:before {\n\tfont-family: \\\"tb-icon\\\";\n\tfont-size: 40px;\n\tcolor:##color##; \n\tdisplay:block;\n\ttext-align: center;\n  \ttransition: all .3s;\n}\n.tbay-arrows.tparrows.rs-touchhover:before {\n  color: ##color-hover##;\n}\n\n.tbay-arrows.tparrows.tp-leftarrow:before {\n\tcontent: \\'##left-icon##\\';\n}\n.tbay-arrows.tparrows.tp-rightarrow:before {\n\tcontent: \\'##right-icon##\\';\n}\n\n","markup":"","settings":"{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{\"left-icon\":{\"title\":\"Left-Icon\",\"type\":\"icon\",\"data\":\"\\\\\\\\e824\"},\"right-icon\":{\"title\":\"Right-Icon\",\"type\":\"icon\",\"data\":\"\\\\\\\\e825\"},\"color\":{\"type\":\"color\",\"title\":\"Color\",\"data\":\"#3a3a3a\"},\"color-hover\":{\"type\":\"color\",\"title\":\"Color Hover\",\"data\":\"#e50010\"}},\"presets\":\"\",\"version\":\"6.0.0\"}","type":"arrows"},"2":{"id":"2","name":"tbay-bullets","handle":"tbay-bullets","css":"\n.tbay-bullets.tp-bullets:before {\n\tcontent:\\' \\';\n\tposition:absolute;\n\twidth:100%;\n\theight:100%;\n\tbackground:transparent;\n\tpadding:10px;\n\tmargin-left:-10px;margin-top:-10px;\n\tbox-sizing:content-box;\n}\n.tbay-bullets .tp-bullet {\n\twidth: 30px;\n\theight: 3px;\n\tposition:absolute;\n\tbackground:##bullet-bg-color##;\n\tcursor: pointer;\n\tbox-sizing:content-box;\n}\n.tbay-bullets .tp-bullet.rs-touchhover,\n.tbay-bullets .tp-bullet.selected {\n\tbackground:##hover-bullet-bg-color##;\n}\n.tbay-bullets .tp-bullet-title {\n  position:absolute;\n  color:##title-color##;\n  font-size:##title-font-size##px;\n  padding:0px 10px;\n  font-weight:600;\n  right:27px;\n  top:-4px;  \n  background:##title-bg-color##;\n  visibility:hidden;\n  transform:translatex(-20px);\n  -webkit-transform:translatex(-20px);\n  transition:transform 0.3s;\n  -webkit-transition:transform 0.3s;\n  line-height:20px;\n  white-space:nowrap;\n}     \n\n.tbay-bullets .tp-bullet-title:after {\n    width: 0px;\n\theight: 0px;\n\tborder-style: solid;\n\tborder-width: 10px 0 10px 10px;\n\tborder-color: transparent transparent transparent ##title-bg-color##;\n\tcontent:\\' \\';\n    position:absolute;\n    right:-10px;\n\ttop:0px;\n}\n    \n.tbay-bullets .tp-bullet.rs-touchhover .tp-bullet-title{\n  visibility:visible;\n   transform:translatex(0px);\n  -webkit-transform:translatex(0px);\n}\n\n.tbay-bullets .tp-bullet.selected.rs-touchhover .tp-bullet-title {\n    background:##hover-bullet-bg-color##;}\n.tbay-bullets .tp-bullet.selected.rs-touchhover .tp-bullet-title:after {\n  border-color:transparent transparent transparent ##hover-bullet-bg-color##;\n}\n.tbay-bullets.tp-bullets.rs-touchhover .tp-bullet-title {\n  visibility:hidden;\n  \n}\n.tbay-bullets.tp-bullets.rs-touchhover .tp-bullet.rs-touchhover .tp-bullet-title {\n    visibility:visible;\n    transform:translateX(0px) translatey(0px);\n  -webkit-transform:translateX(0px) translatey(0px);\n}\n\n\n\/* VERTICAL *\/\n.tbay-bullets.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title { right:auto; left:27px;  transform:translatex(20px); -webkit-transform:translatex(20px);}  \n.tbay-bullets.nav-dir-vertical.nav-pos-hor-left .tp-bullet-title:after { \n  border-width: 10px 10px 10px 0 !important;\n  border-color: transparent ##title-bg-color## transparent transparent;\n  right:auto !important;\n  left:-10px !important;   \n}\n.tbay-bullets.nav-dir-vertical.nav-pos-hor-left .tp-bullet.selected.rs-touchhover .tp-bullet-title:after {\n  border-color:  transparent ##hover-bullet-bg-color## transparent transparent !important;\n}\n\n\n\n\/* HORIZONTAL BOTTOM && CENTER *\/\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title,\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title { top:-35px; left:50%; right:auto; transform: translateX(-50%) translateY(-10px);-webkit-transform: translateX(-50%) translateY(-10px); }  \n\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-center .tp-bullet-title:after,\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet-title:after { \n  border-width: 10px 10px 0px 10px;\n  border-color: ##title-bg-color## transparent transparent transparent;\n  right:auto;\n  left:50%;\n  margin-left:-10px;\n  top:auto;\n  bottom:-10px;\n    \n}\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-center .tp-bullet.selected.rs-touchhover .tp-bullet-title:after,\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet.selected.rs-touchhover .tp-bullet-title:after {\n  border-color:  ##hover-bullet-bg-color## transparent transparent transparent;\n}\n\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-center .tp-bullet.rs-touchhover .tp-bullet-title,\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-bottom .tp-bullet.rs-touchhover .tp-bullet-title{\n   transform:translateX(-50%) translatey(0px);\n  -webkit-transform:translateX(-50%) translatey(0px);\n}\n\n\n\/* HORIZONTAL TOP *\/\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title { top:25px; left:50%; right:auto; transform: translateX(-50%) translateY(10px);-webkit-transform: translateX(-50%) translateY(10px); }  \n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-top .tp-bullet-title:after { \n  border-width: 0 10px 10px 10px;\n  border-color:  transparent transparent ##title-bg-color## transparent;\n  right:auto;\n  left:50%;\n  margin-left:-10px;\n  bottom:auto;\n  top:-10px;\n    \n}\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-top .tp-bullet.selected.rs-touchhover .tp-bullet-title:after {\n  border-color:  transparent transparent  ##hover-bullet-bg-color## transparent;\n}\n\n.tbay-bullets.nav-dir-horizontal.nav-pos-ver-top .tp-bullet.rs-touchhover .tp-bullet-title{\n   transform:translateX(-50%) translatey(0px);\n  -webkit-transform:translateX(-50%) translatey(0px);\n}\n\n","markup":"<span class=\\\"tp-bullet-title\\\">{{title}}<\/span>","settings":"{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{\"bullet-bg-color\":{\"title\":\"Bullet-Background\",\"type\":\"color\",\"data\":\"rgba(255, 255, 255, 0.3)\"},\"hover-bullet-bg-color\":{\"title\":\"Hover-Bullet-BG\",\"type\":\"color\",\"data\":\"#ffffff\"},\"title-color\":{\"title\":\"Title-Color\",\"type\":\"color\",\"data\":\"#888888\"},\"title-font-size\":{\"title\":\"Title-Font-Size\",\"type\":\"custom\",\"data\":\"12\"},\"title-bg-color\":{\"title\":\"Title-BG-Color\",\"type\":\"color\",\"data\":\"rgba(255,255,255,0.75)\"}},\"presets\":\"\",\"version\":\"6.0.0\"}","type":"bullets"}}