AccessShop_Theme - Version 1.0.0

Version Notes

AccessShop Lite - is a multi purpose Magento theme for fashion, electronics, jewelry or anything with 100% responsive design. It comes up with loads of features.




Not just features, advance features! Yes, probably the first FREE Magento theme of premium quality which offers loads of premium features.




Simply because we want to give something useful to you! NOT just a common free stuff!

Download this release

Release Info

Developer AccessShop Themes
Extension AccessShop_Theme
Version 1.0.0
Comparing to
See all releases


Version 1.0.0

Files changed (144) hide show
  1. app/code/local/AccessShop/ThemeOptions/Helper/Data.php +5 -0
  2. app/code/local/AccessShop/ThemeOptions/Model/Font.php +11 -0
  3. app/code/local/AccessShop/ThemeOptions/Model/Resource/Mysql4/Setup.php +8 -0
  4. app/code/local/AccessShop/ThemeOptions/data/themeoptions_setup/data-install-1.0.0.php +328 -0
  5. app/code/local/AccessShop/ThemeOptions/etc/config.xml +71 -0
  6. app/code/local/AccessShop/ThemeOptions/etc/system.xml +39 -0
  7. app/code/local/Cube/CategoryBestsellers/Block/List.php +222 -0
  8. app/code/local/Cube/CategoryBestsellers/Helper/Data.php +5 -0
  9. app/code/local/Cube/CategoryBestsellers/Model/Categories.php +129 -0
  10. app/code/local/Cube/CategoryBestsellers/Model/Resource/Eav/Mysql4/Setup.php +49 -0
  11. app/code/local/Cube/CategoryBestsellers/etc/config.xml +56 -0
  12. app/code/local/Cube/CategoryBestsellers/etc/widget.xml +82 -0
  13. app/code/local/Cube/CategoryBestsellers/sql/categorybestsellers_setup/mysql4-install-1.0.0.php +4 -0
  14. app/code/local/Cube/CategoryFeatured/Block/List.php +222 -0
  15. app/code/local/Cube/CategoryFeatured/Helper/Data.php +5 -0
  16. app/code/local/Cube/CategoryFeatured/Model/Categories.php +129 -0
  17. app/code/local/Cube/CategoryFeatured/Model/Resource/Eav/Mysql4/Setup.php +49 -0
  18. app/code/local/Cube/CategoryFeatured/etc/config.xml +56 -0
  19. app/code/local/Cube/CategoryFeatured/etc/widget.xml +82 -0
  20. app/code/local/Cube/CategoryFeatured/sql/categoryfeatured_setup/mysql4-install-2.0.0.php +4 -0
  21. app/design/frontend/accessshop/default/layout/catalog.xml +392 -0
  22. app/design/frontend/accessshop/default/layout/local.xml +191 -0
  23. app/design/frontend/accessshop/default/layout/poll.xml +43 -0
  24. app/design/frontend/accessshop/default/template/callouts/left_col.phtml +22 -0
  25. app/design/frontend/accessshop/default/template/callouts/right_col.phtml +22 -0
  26. app/design/frontend/accessshop/default/template/catalog/category/view.phtml +47 -0
  27. app/design/frontend/accessshop/default/template/catalog/navigation/left.phtml +40 -0
  28. app/design/frontend/accessshop/default/template/catalog/navigation/leftnav.phtml +25 -0
  29. app/design/frontend/accessshop/default/template/catalog/product/home-best-sellers.phtml +85 -0
  30. app/design/frontend/accessshop/default/template/catalog/product/home-featured.phtml +85 -0
  31. app/design/frontend/accessshop/default/template/catalog/product/list.phtml +127 -0
  32. app/design/frontend/accessshop/default/template/catalog/product/list/related.phtml +85 -0
  33. app/design/frontend/accessshop/default/template/catalog/product/list/toolbar.phtml +69 -0
  34. app/design/frontend/accessshop/default/template/catalog/product/list/upsell.phtml +85 -0
  35. app/design/frontend/accessshop/default/template/catalog/product/view.phtml +205 -0
  36. app/design/frontend/accessshop/default/template/catalog/product/view/addto.phtml +31 -0
  37. app/design/frontend/accessshop/default/template/catalog/product/view/addtocart.phtml +21 -0
  38. app/design/frontend/accessshop/default/template/catalog/product/view/media.phtml +41 -0
  39. app/design/frontend/accessshop/default/template/catalog/product/view/type/default.phtml +22 -0
  40. app/design/frontend/accessshop/default/template/catalog/product/view/type/grouped.phtml +74 -0
  41. app/design/frontend/accessshop/default/template/catalog/product/view/type/options/configurable.phtml +29 -0
  42. app/design/frontend/accessshop/default/template/catalogsearch/form.mini.phtml +53 -0
  43. app/design/frontend/accessshop/default/template/checkout/cart.phtml +142 -0
  44. app/design/frontend/accessshop/default/template/checkout/cart/coupon.phtml +40 -0
  45. app/design/frontend/accessshop/default/template/checkout/cart/crosssell.phtml +85 -0
  46. app/design/frontend/accessshop/default/template/checkout/cart/shipping.phtml +120 -0
  47. app/design/frontend/accessshop/default/template/checkout/cart/sidebar/default.phtml +129 -0
  48. app/design/frontend/accessshop/default/template/checkout/cart/topcart.phtml +57 -0
  49. app/design/frontend/accessshop/default/template/checkout/onepage/agreements.phtml +32 -0
  50. app/design/frontend/accessshop/default/template/checkout/onepage/billing.phtml +197 -0
  51. app/design/frontend/accessshop/default/template/checkout/onepage/failure.phtml +13 -0
  52. app/design/frontend/accessshop/default/template/checkout/onepage/link.phtml +10 -0
  53. app/design/frontend/accessshop/default/template/checkout/onepage/login.phtml +105 -0
  54. app/design/frontend/accessshop/default/template/checkout/onepage/payment.phtml +54 -0
  55. app/design/frontend/accessshop/default/template/checkout/onepage/payment/methods.phtml +54 -0
  56. app/design/frontend/accessshop/default/template/checkout/onepage/progress.phtml +40 -0
  57. app/design/frontend/accessshop/default/template/checkout/onepage/progress/billing.phtml +21 -0
  58. app/design/frontend/accessshop/default/template/checkout/onepage/progress/payment.phtml +22 -0
  59. app/design/frontend/accessshop/default/template/checkout/onepage/progress/shipping.phtml +25 -0
  60. app/design/frontend/accessshop/default/template/checkout/onepage/progress/shipping_method.phtml +38 -0
  61. app/design/frontend/accessshop/default/template/checkout/onepage/review.phtml +10 -0
  62. app/design/frontend/accessshop/default/template/checkout/onepage/review/button.phtml +8 -0
  63. app/design/frontend/accessshop/default/template/checkout/onepage/review/info.phtml +65 -0
  64. app/design/frontend/accessshop/default/template/checkout/onepage/review/item.phtml +221 -0
  65. app/design/frontend/accessshop/default/template/checkout/onepage/review/totals.phtml +28 -0
  66. app/design/frontend/accessshop/default/template/checkout/onepage/shipping.phtml +137 -0
  67. app/design/frontend/accessshop/default/template/checkout/onepage/shipping_method.phtml +27 -0
  68. app/design/frontend/accessshop/default/template/checkout/onepage/shipping_method/available.phtml +82 -0
  69. app/design/frontend/accessshop/default/template/customer/account/dashboard.phtml +26 -0
  70. app/design/frontend/accessshop/default/template/customer/account/dashboard/address.phtml +32 -0
  71. app/design/frontend/accessshop/default/template/customer/account/dashboard/hello.phtml +11 -0
  72. app/design/frontend/accessshop/default/template/customer/account/dashboard/info.phtml +45 -0
  73. app/design/frontend/accessshop/default/template/customer/account/link/back.phtml +10 -0
  74. app/design/frontend/accessshop/default/template/customer/account/navigation.phtml +27 -0
  75. app/design/frontend/accessshop/default/template/customer/address.phtml +75 -0
  76. app/design/frontend/accessshop/default/template/customer/address/book.phtml +83 -0
  77. app/design/frontend/accessshop/default/template/customer/address/edit.phtml +145 -0
  78. app/design/frontend/accessshop/default/template/customer/form/address.phtml +124 -0
  79. app/design/frontend/accessshop/default/template/customer/form/changepassword.phtml +48 -0
  80. app/design/frontend/accessshop/default/template/customer/form/confirmation.phtml +35 -0
  81. app/design/frontend/accessshop/default/template/customer/form/edit.phtml +98 -0
  82. app/design/frontend/accessshop/default/template/customer/form/forgotpassword.phtml +37 -0
  83. app/design/frontend/accessshop/default/template/customer/form/login.phtml +70 -0
  84. app/design/frontend/accessshop/default/template/customer/form/mini.login.phtml +21 -0
  85. app/design/frontend/accessshop/default/template/customer/form/newsletter.phtml +34 -0
  86. app/design/frontend/accessshop/default/template/customer/form/register.phtml +168 -0
  87. app/design/frontend/accessshop/default/template/customer/form/resetforgottenpassword.phtml +40 -0
  88. app/design/frontend/accessshop/default/template/customer/orders.phtml +42 -0
  89. app/design/frontend/accessshop/default/template/customer/wishlist.phtml +50 -0
  90. app/design/frontend/accessshop/default/template/newsletter/subscribe.phtml +28 -0
  91. app/design/frontend/accessshop/default/template/page/1column.phtml +55 -0
  92. app/design/frontend/accessshop/default/template/page/2columns-left.phtml +58 -0
  93. app/design/frontend/accessshop/default/template/page/2columns-right.phtml +58 -0
  94. app/design/frontend/accessshop/default/template/page/3columns.phtml +61 -0
  95. app/design/frontend/accessshop/default/template/page/html/breadcrumbs.phtml +29 -0
  96. app/design/frontend/accessshop/default/template/page/html/footer.phtml +48 -0
  97. app/design/frontend/accessshop/default/template/page/html/head.phtml +54 -0
  98. app/design/frontend/accessshop/default/template/page/html/header.phtml +81 -0
  99. app/design/frontend/accessshop/default/template/page/html/header_left_links.phtml +19 -0
  100. app/design/frontend/accessshop/default/template/page/html/pager.phtml +102 -0
  101. app/design/frontend/accessshop/default/template/page/html/topmenu-main.phtml +20 -0
  102. app/design/frontend/accessshop/default/template/page/html/topmenu.phtml +43 -0
  103. app/design/frontend/accessshop/default/template/page/switch/languages.phtml +32 -0
  104. app/design/frontend/accessshop/default/template/page/template/links.phtml +21 -0
  105. app/design/frontend/accessshop/default/template/persistent/customer/form/login.phtml +68 -0
  106. app/design/frontend/accessshop/default/template/persistent/customer/form/register.phtml +170 -0
  107. app/design/frontend/accessshop/default/template/reports/widget/viewed/content/viewed_list.phtml +45 -0
  108. app/design/frontend/accessshop/default/template/review/customer/list.phtml +45 -0
  109. app/design/frontend/accessshop/default/template/review/customer/recent.phtml +36 -0
  110. app/design/frontend/accessshop/default/template/review/customer/view.phtml +57 -0
  111. app/design/frontend/accessshop/default/template/review/form.phtml +115 -0
  112. app/design/frontend/accessshop/default/template/review/helper/summary.phtml +24 -0
  113. app/design/frontend/accessshop/default/template/review/helper/summary_nolinks.phtml +24 -0
  114. app/design/frontend/accessshop/default/template/review/helper/summary_short.phtml +20 -0
  115. app/design/frontend/accessshop/default/template/review/product/view/count.phtml +11 -0
  116. app/design/frontend/accessshop/default/template/review/product/view/list.phtml +48 -0
  117. app/design/frontend/accessshop/default/template/review/product/view/other.phtml +13 -0
  118. app/design/frontend/accessshop/default/template/review/view.phtml +54 -0
  119. app/design/frontend/accessshop/default/template/sales/order/history.phtml +58 -0
  120. app/design/frontend/accessshop/default/template/sales/order/recent.phtml +58 -0
  121. app/design/frontend/accessshop/default/template/tag/cloud.phtml +19 -0
  122. app/design/frontend/accessshop/default/template/tag/customer/recent.phtml +34 -0
  123. app/design/frontend/accessshop/default/template/tag/customer/tags.phtml +24 -0
  124. app/design/frontend/accessshop/default/template/tag/customer/view.phtml +65 -0
  125. app/design/frontend/accessshop/default/template/tag/list.phtml +44 -0
  126. app/design/frontend/accessshop/default/template/tag/popular.phtml +22 -0
  127. app/etc/modules/AccessShop_ThemeOptions.xml +9 -0
  128. app/etc/modules/Cube_CategoryBestsellers.xml +13 -0
  129. app/etc/modules/Cube_CategoryFeatured.xml +13 -0
  130. package.xml +30 -0
  131. skin/frontend/accessshop/default/css/animate.css +2744 -0
  132. skin/frontend/accessshop/default/css/bootstrap-theme.css +442 -0
  133. skin/frontend/accessshop/default/css/bootstrap-theme.css.map +1 -0
  134. skin/frontend/accessshop/default/css/bootstrap-theme.min.css +5 -0
  135. skin/frontend/accessshop/default/css/bootstrap.css +6203 -0
  136. skin/frontend/accessshop/default/css/bootstrap.css.map +1 -0
  137. skin/frontend/accessshop/default/css/jquery.fancybox.css +274 -0
  138. skin/frontend/accessshop/default/css/main-responsive.css +309 -0
  139. skin/frontend/accessshop/default/css/main.css +2210 -0
  140. skin/frontend/accessshop/default/css/nivo-slider.css +207 -0
  141. skin/frontend/accessshop/default/css/print.css +39 -0
  142. skin/frontend/accessshop/default/css/reset.css +48 -0
  143. skin/frontend/accessshop/default/css/sequencejs-theme.modern-slide-in.css +293 -0
  144. skin/frontend/accessshop/default/css/styles-ie.css +137 -0
app/code/local/AccessShop/ThemeOptions/Helper/Data.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+ class AccessShop_ThemeOptions_Helper_Data extends Mage_Core_Helper_Abstract
3
+ {
4
+
5
+ }
app/code/local/AccessShop/ThemeOptions/Model/Font.php ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php class AccessShop_ThemeOptions_Model_Source_Font
2
+ {
3
+ public function toOptionArray()
4
+ {
5
+ return array(
6
+ array('value' => 'serif', 'label' => Mage::helper('themeoptions')->__('Georgia,Times New Roman,Times,serif')),
7
+ array('value' => 'sansserif', 'label' => Mage::helper('themeoptions')->__('Arial, Helvetica,sans-serif')),
8
+ array('value' => 'monospace', 'label' => Mage::helper('themeoptions')->__('"Courier New",Courier,monospace'))
9
+ );
10
+ }
11
+ }
app/code/local/AccessShop/ThemeOptions/Model/Resource/Mysql4/Setup.php ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * AccessShop_ThemeOptions
4
+ */
5
+
6
+ class AccessShop_ThemeOptions_Model_Resource_Mysql4_Setup extends Mage_Core_Model_Resource_Setup
7
+ {
8
+ }
app/code/local/AccessShop/ThemeOptions/data/themeoptions_setup/data-install-1.0.0.php ADDED
@@ -0,0 +1,328 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @author AccessShop
4
+ * @copyright Copyright 2014
5
+ */
6
+ $installer = $this;
7
+ $installer->startSetup();
8
+
9
+ //WYSIWYG hidden by default
10
+ Mage::getConfig()->saveConfig('cms/wysiwyg/enabled', 'hidden');
11
+
12
+ Mage::app()->setCurrentStore(Mage_Core_Model_App::ADMIN_STORE_ID);
13
+ $cmsBlocks = array(
14
+ array(
15
+ 'title' => 'Header Top Links',
16
+ 'identifier' => 'block_header_links_right_middle',
17
+ 'content' => "<ul class='custom-link list-inline'><li><a title='Blog' href='{{store_url=''}}blog'>Blog</a></li><li><a title='My Wishlist' href='{{store_url=''}}company/'>Company</a></li></ul>",
18
+ 'is_active' => 1,
19
+ 'stores' => 0
20
+ ),
21
+ array(
22
+ 'title' => 'Home Carousel',
23
+ 'identifier' => 'home-carousel',
24
+ 'content' => '<div class="banner">
25
+ <div class="sequence-theme">
26
+ <div id="sequence">
27
+
28
+ <div class="banner-arrow-container">
29
+ <img class="sequence-prev" src="{{skin url="images/bt-prev.png"}}" alt="Previous Frame" />
30
+ <img class="sequence-next" src="{{skin url="images/bt-next.png"}}" alt="Next Frame" />
31
+ </div>
32
+
33
+ <ul class="sequence-canvas">
34
+ <li class="animate-in bg1">
35
+ <div class="banner-container">
36
+ <h2 class="title">Access <span>magento</span></h2>
37
+ <h3 class="subtitle">Provide your customers with rich shopping experience!</h3>
38
+ <img class="model" src="{{skin url="images/christmastree.png"}}" alt="Model 1" />
39
+ </div>
40
+ </li>
41
+ <li class="bg2">
42
+ <div class="banner-container">
43
+ <h2 class="title">Fully <span>responsive</span> design</h2>
44
+ <h3 class="subtitle">This theme can adapt any mobile screen resolution</h3>
45
+ <img class="model" src="{{skin url="images/computer.png"}}" alt="Model 2" />
46
+ </div>
47
+ </li>
48
+ <li class="bg3">
49
+ <div class="banner-container">
50
+ <h2 class="title">Customizable Theme</h2>
51
+ <h3 class="subtitle">This theme is extremely customizable and very easy to use.</h3>
52
+ <img class="model" src="{{skin url="images/magentosheet.png"}}" alt="Model 3" />
53
+ </div>
54
+ </li>
55
+ </ul>
56
+
57
+ <ul class="sequence-pagination">
58
+ <li>1</li>
59
+ <li>2</li>
60
+ <li>3</li>
61
+ </ul>
62
+
63
+ </div>
64
+ </div>
65
+ </div>',
66
+ 'is_active' => 1,
67
+ 'stores' => 0
68
+ ),
69
+ array(
70
+ 'title' => 'Focus Content',
71
+ 'identifier' => 'home-block-below-slider',
72
+ 'content' => '<div class="focus-content">
73
+ <div class="row">
74
+ <div class="col-sm-4">
75
+ <div class="focus-img foucs-red-bg"><i class="fa fa-paint-brush fa-fw"></i></div>
76
+ <div class="focus-desc">
77
+ <div class="focus-caption">CUSTOMIZABLE DESIGN</div>
78
+ <h2>Easy Css Customization</h2>
79
+ <p>Everything is so clean that anything is easy to change.</p>
80
+ </div>
81
+ </div>
82
+ <div class="col-sm-4">
83
+ <div class="focus-img foucs-green-bg"><i class="fa fa-bars fa-fw"></i></div>
84
+ <div class="focus-desc">
85
+ <div class="focus-caption">12-COLUMN GRID</div>
86
+ <h2>Responsive Layout</h2>
87
+ <p>Using Bootstrap 12-column grid is very easy and convenient.</p>
88
+ </div>
89
+ </div>
90
+ <div class="col-sm-4">
91
+ <div class="focus-img foucs-blue-bg"><i class="fa fa-mobile fa-fw"></i></div>
92
+ <div class="focus-desc">
93
+ <div class="focus-caption">AMAZING SLIDER</div>
94
+ <h2>Sequence Slider</h2>
95
+ <p>You can attract anyone with impressive slider with animation effects.</p>
96
+ </div>
97
+ </div>
98
+
99
+ </div>
100
+ </div>',
101
+ 'is_active' => 1,
102
+ 'stores' => 0
103
+ ),
104
+ array(
105
+ 'title' => 'Homepage Middle Banners',
106
+ 'identifier' => 'home-middle-banners',
107
+ 'content' => '<div class="home-middle-banners">
108
+ <div class="row">
109
+ <div class="col-sm-12">
110
+ <div class="box-left">
111
+ <img src="{{skin url="images/large-promotional-banner.jpg"}}" />
112
+ </div>
113
+ <div class="box-right">
114
+ <img src="{{skin url="images/small-seasonal-banner.jpg"}}" />
115
+ </div>
116
+ </div>
117
+ </div>
118
+ </div>',
119
+ 'is_active' => 1,
120
+ 'stores' => 0
121
+ ),
122
+ array(
123
+ 'title' => 'Home Block Below Best Sellers',
124
+ 'identifier' => 'home-block-below-best-sellers',
125
+ 'content' => '<div class="responsive-box">
126
+ <div class="row">
127
+ <div class="col-sm-12">
128
+ <div class="responsive-features-left">
129
+ <div class="left-image wow slideInLeft">
130
+ <div class="responsive-display-img">
131
+ <img src="{{skin url="images/responsive-image.jpg"}}" align="resonsive" />
132
+ </div>
133
+ </div>
134
+ <div class="middle-text wow slideInRight">
135
+ <div class="responsive-desc">
136
+ <ul class="desc-counter">
137
+ <li>
138
+ <h3>Responsive Layout</h3>
139
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut </p>
140
+ </li>
141
+ <li>
142
+ <h3>Responsive Layout</h3>
143
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut </p>
144
+ </li>
145
+ <li>
146
+ <h3>Responsive Layout</h3>
147
+ <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut </p>
148
+ </li>
149
+ </ul>
150
+ </div>
151
+ </div>
152
+ </div>
153
+ <div class="responsive-features-right wow slideInRight">
154
+ <div class="right-image">
155
+ <img src="{{skin url="images/responsive-image-2.png"}}" align="resonsive" />
156
+ </div>
157
+ </div>
158
+ </div>
159
+ </div>
160
+ </div>',
161
+ 'is_active' => 1,
162
+ 'stores' => 0
163
+ ),
164
+ array(
165
+ 'title' => 'Home Block Brands',
166
+ 'identifier' => 'home-block-brands',
167
+ 'content' => '<div class="container">
168
+ <div class="row">
169
+ <div class="best-sales-title">
170
+ <h2>Brands</h2>
171
+ <div class="slidercontrols">
172
+ <a class="prev" id="prev3" href="#">Prev</a>
173
+ <a class="next" id="next3" href="#">Next</a>
174
+ </div>
175
+
176
+ </div>
177
+ <div class="col-sm-12">
178
+ <ul class="brands carousel" data-carousel-prev="#prev3" data-carousel-next="#next3">
179
+ <li><a href="#" class="col-md-2"><img src="{{skin url="images/brands/brand1.gif"}}" title="CHEMICEZ"/></a></li>
180
+ <li><a href="#" class="col-md-2"><img src="{{skin url="images/brands/brand2.gif"}}" title="CHEMICEZ"/></a></li>
181
+ <li><a href="#" class="col-md-2"><img src="{{skin url="images/brands/brand3.gif"}}" title="CHEMICEZ"/></a></li>
182
+ <li><a href="#" class="col-md-2"><img src="{{skin url="images/brands/brand4.gif"}}" title="CHEMICEZ"/></a></li>
183
+ <li><a href="#" class="col-md-2"><img src="{{skin url="images/brands/brand5.gif"}}" title="CHEMICEZ"/></a></li>
184
+ <li><a href="#" class="col-md-2"><img src="{{skin url="images/brands/brand1.gif"}}" title="CHEMICEZ"/></a></li>
185
+ </ul>
186
+ </div>
187
+ </div>
188
+ </div>',
189
+ 'is_active' => 1,
190
+ 'stores' => 0
191
+ ),
192
+ array(
193
+ 'title' => 'Footer Top Block',
194
+ 'identifier' => 'footer-top-block',
195
+ 'content' => '<div class="container">
196
+ <div class="row">
197
+ <div class="services first">
198
+ <div class="service-img">
199
+ <img src="{{skin url="images/communication-care.gif"}}" alt="communication" />
200
+ </div>
201
+ <div class="service-desc">
202
+ <h4>Customer Care</h4>
203
+ <p>+123456789</p>
204
+ </div>
205
+ </div>
206
+ <div class="services">
207
+ <div class="service-img">
208
+ <img src="{{skin url="images/money-back.gif"}}" alt="communication" />
209
+ </div>
210
+ <div class="service-desc">
211
+ <h4>Money Back Guarantee</h4>
212
+ <p>At vero santam testa</p>
213
+ </div>
214
+ </div>
215
+ <div class="services">
216
+ <div class="service-img">
217
+ <img src="{{skin url="images/special-gift.gif"}}" alt="communication" />
218
+ </div>
219
+ <div class="service-desc">
220
+ <h4>Special Gift Cards</h4>
221
+ <p>Get your free gifts</p>
222
+ </div>
223
+ </div>
224
+ <div class="services last">
225
+ <div class="service-img">
226
+ <img src="{{skin url="images/free-shipping.gif"}}" alt="communication" />
227
+ </div>
228
+ <div class="service-desc">
229
+ <h4>Free Shipping Order</h4>
230
+ <p>On All order above $99</p>
231
+ </div>
232
+ </div>
233
+ </div>
234
+ </div>',
235
+ 'is_active' => 1,
236
+ 'stores' => 0
237
+ ),
238
+ array(
239
+ 'title' => 'Footer Cms Links',
240
+ 'identifier' => 'footer-cmslinks',
241
+ 'content' => '<h4>Shopping Guide</h4>
242
+ <ul>
243
+ <li><a href="{{store url}}how-to-buy">How to buy</a></li>
244
+ <li><a href="{{store url}}faqs">FAQs</a></li>
245
+ <li><a href="{{store url}}payments">Payment</a></li>
246
+ <li><a href="{{store url}}shipments">Shipment</a></li>
247
+ <li><a href="{{store url}}where-is-my-order">Where is my order?</a></li>
248
+ <li><a href="{{store url}}return-policy">Return policy</a></li>
249
+ </ul>',
250
+ 'is_active' => 1,
251
+ 'stores' => 0
252
+ ),
253
+ array(
254
+ 'title' => 'Footer Cms Links 1',
255
+ 'identifier' => 'footer-cmslinks1',
256
+ 'content' => '<h4>Style Advisor</h4>
257
+ <ul>
258
+ <li><a href="{{store url}}how-to-buy">How to buy</a></li>
259
+ <li><a href="{{store url}}faqs">FAQs</a></li>
260
+ <li><a href="{{store url}}payments">Payment</a></li>
261
+ <li><a href="{{store url}}shipments">Shipment</a></li>
262
+ <li><a href="{{store url}}where-is-my-order">Where is my order?</a></li>
263
+ <li><a href="{{store url}}return-policy">Return policy</a></li>
264
+ </ul>',
265
+ 'is_active' => 1,
266
+ 'stores' => 0
267
+ ),
268
+ array(
269
+ 'title' => 'Footer Contact Info',
270
+ 'identifier' => 'footer-contact-info',
271
+ 'content' => '<h4>Contact Info :</h4>
272
+ <p>
273
+ <strong>Mathuri Sadan, 5th floor</strong><br>
274
+ Ravi Bhawan, Kathmandu, Nepal<br>
275
+ <i class="fa fa-skype"></i> <a href="Skype:access-keys">access-keys</a><br><br>
276
+ <strong class="white">General enquiries:</strong> <a href="mailto:info@accessshopthemes.com">info@accessshopthemes.com</a><br />
277
+ <strong class="white">Support:</strong> <a href="mailto:support@accessshopthemes.com">support@accessshopthemes.com</a><br />
278
+ <strong class="white">Sales:</strong> <a href="mailto:sales@accessshopthemes.com">sales@accessshopthemes.com</a>
279
+ </p>',
280
+ 'is_active' => 1,
281
+ 'stores' => 0
282
+ ),
283
+ array(
284
+ 'title' => 'Footer Social',
285
+ 'identifier' => 'footer-social',
286
+ 'content' => '<h4>Stay Connected</h4>
287
+ <ul class="list-inline footer-social">
288
+ <li><a href="#" class="ico-facebook"><i class="fa fa-facebook"></i></a></li>
289
+ <li><a href="#" class="ico-twitter"><i class="fa fa-twitter"></i></a></li>
290
+ <li><a href="#" class="ico-google"><i class="fa fa-google-plus"></i></a></li>
291
+ <li><a href="#" class="ico-linkedin"><i class="fa fa-linkedin"></i></a></li>
292
+ </ul>',
293
+ 'is_active' => 1,
294
+ 'stores' => 0
295
+ ),
296
+ array(
297
+ 'title' => 'Footer Payment Cards',
298
+ 'identifier' => 'footer-cards',
299
+ 'content' => '<h4>Secure Payments</h4>
300
+ <ul class="list-inline footer-payment">
301
+ <li><a href="#" class="ico-amercian-express">Amercian Express</a></li>
302
+ <li><a href="#" class="ico-mastercard">Mastercard</a></li>
303
+ <li><a href="#" class="ico-payment">Payment</a></li>
304
+ <li><a href="#" class="ico-discover">Discover</a></li>
305
+ </ul>',
306
+ 'is_active' => 1,
307
+ 'stores' => 0
308
+ ),
309
+ array(
310
+ 'title' => 'Footer About Us',
311
+ 'identifier' => 'footer-company',
312
+ 'content' => "AccessShop Themes - offers the best solution for your online store. Get feature-rich, fully responsive, beautifully designed modern Magento themes and customize them to your need. You can customize the theme to fit your need. Yes, customize almost everything. And find a variety of useful extensions and extend your magento shop to what and how you need.",
313
+ 'is_active' => 1,
314
+ 'stores' => 0
315
+ ),
316
+ array(
317
+ 'title' => 'Education',
318
+ 'identifier' => 'custom-tab1',
319
+ 'content' => "Education on how to get products in the site.",
320
+ 'is_active' => 1,
321
+ 'stores' => 0
322
+ )
323
+ );
324
+ foreach ($cmsBlocks as $data) {
325
+ Mage::getModel('cms/block')->setData($data)->save();
326
+ }
327
+
328
+ $installer->endSetup();
app/code/local/AccessShop/ThemeOptions/etc/config.xml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <config>
3
+ <modules>
4
+ <AccessShop_ThemeOptions>
5
+ <version>1.0.0</version>
6
+ </AccessShop_ThemeOptions>
7
+ </modules>
8
+ <!-- define models and helpers -->
9
+ <global>
10
+ <resources>
11
+ <themeoptions_setup>
12
+ <setup>
13
+ <module>AccessShop_ThemeOptions</module>
14
+ <class>AccessShop_ThemeOptions_Model_Resource_Mysql4_Setup</class>
15
+ </setup>
16
+ <connection>
17
+ <use>core_setup</use>
18
+ </connection>
19
+ </themeoptions_setup>
20
+ <themeoptions_write>
21
+ <connection>
22
+ <use>core_write</use>
23
+ </connection>
24
+ </themeoptions_write>
25
+ <themeoptions_read>
26
+ <connection>
27
+ <use>core_read</use>
28
+ </connection>
29
+ </themeoptions_read>
30
+ </resources>
31
+ <models>
32
+ <themeoptions>
33
+ <class>
34
+ AccessShop_ThemeOptions_Model
35
+ </class>
36
+ </themeoptions>
37
+ </models>
38
+ <helpers>
39
+ <themeoptions>
40
+ <class>
41
+ AccessShop_ThemeOptions_Helper
42
+ </class>
43
+ </themeoptions>
44
+ </helpers>
45
+ </global>
46
+ <!-- in order to avoid "404 and Permission Denied -->
47
+ <adminhtml>
48
+ <acl>
49
+ <resources>
50
+ <all>
51
+ <title>Allow Everything</title>
52
+ </all>
53
+ <admin>
54
+ <children>
55
+ <system>
56
+ <children>
57
+ <config>
58
+ <children>
59
+ <accessshop>
60
+ <title>AccessShop - All</title>
61
+ </accessshop>
62
+ </children>
63
+ </config>
64
+ </children>
65
+ </system>
66
+ </children>
67
+ </admin>
68
+ </resources>
69
+ </acl>
70
+ </adminhtml>
71
+ </config>
app/code/local/AccessShop/ThemeOptions/etc/system.xml ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <config>
2
+ <tabs>
3
+ <accessshop translate="label">
4
+ <label>AccessShop Lite Theme</label>
5
+ <sort_order>000</sort_order>
6
+ </accessshop>
7
+ </tabs>
8
+ <sections>
9
+ <accessshop translate="label">
10
+ <label>Theme Options</label>
11
+ <tab>accessshop</tab>
12
+ <frontend_type>text</frontend_type>
13
+ <sort_order>1000</sort_order>
14
+ <show_in_default>1</show_in_default>
15
+ <show_in_website>1</show_in_website>
16
+ <show_in_store>1</show_in_store>
17
+ <groups>
18
+ <general translate="label" module="themeoptions">
19
+ <label> Demo Group</label>
20
+ <frontend_type>text</frontend_type>
21
+ <sort_order>01</sort_order>
22
+ <show_in_default>1</show_in_default>
23
+ <show_in_website>1</show_in_website>
24
+ <show_in_store>1</show_in_store>
25
+ <fields>
26
+ <che translate="label">
27
+ <label> Demo Field</label>
28
+ <frontend_type>text</frontend_type>
29
+ <sort_order>00</sort_order>
30
+ <show_in_default>1</show_in_default>
31
+ <show_in_website>1</show_in_website>
32
+ <show_in_store>1</show_in_store>
33
+ </che>
34
+ </fields>
35
+ </general>
36
+ </groups>
37
+ </accessshop>
38
+ </sections>
39
+ </config>
app/code/local/Cube/CategoryBestsellers/Block/List.php ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Logic to fetch products for displaying the Bestsellers Products widget
4
+ *
5
+ * @author Cube Websites
6
+ * @copyright Cube Websites 2012
7
+ * @version 2.0
8
+ * @package Cube_CategoryBestsellers
9
+ * @link https://github.com/cubewebsites/Cube-Category-Bestsellers-Products
10
+ */
11
+
12
+ class Cube_CategoryBestsellers_Block_List extends Mage_Catalog_Block_Product_Abstract implements Mage_Widget_Block_Interface {
13
+
14
+ /**
15
+ * A model to serialize attributes
16
+ * @var Varien_Object
17
+ */
18
+ protected $_serializer = null;
19
+ protected $_featuredattribute = 'cube_category_bestsellers';
20
+ protected $_products_per_row;
21
+ protected $_productCollection;
22
+
23
+ /**
24
+ * Initialization
25
+ */
26
+ protected function _construct() {
27
+ $this->_serializer = new Varien_Object();
28
+
29
+ $this->addData(array(
30
+ 'cache_lifetime' => 86400,
31
+ 'cache_tags' => array(Mage_Catalog_Model_Product::CACHE_TAG),
32
+ ));
33
+
34
+ parent::_construct();
35
+ }
36
+
37
+ /**
38
+ * Get Key pieces for caching block content
39
+ *
40
+ * @return array
41
+ */
42
+ public function getCacheKeyInfo() {
43
+ return array(
44
+ 'CATALOG_PRODUCT_CATEGORY_BESTSELLERS',
45
+ Mage::app()->getStore()->getId(),
46
+ Mage::getDesign()->getPackageName(),
47
+ Mage::getDesign()->getTheme('template'),
48
+ Mage::getSingleton('customer/session')->getCustomerGroupId(),
49
+ 'template' => $this->getTemplate(),
50
+ md5(serialize($this->getData()))
51
+ );
52
+ }
53
+
54
+ /**
55
+ * Produce links list rendered as html
56
+ * @return string
57
+ */
58
+ protected function _toHtml() {
59
+ return $this->renderView();
60
+ }
61
+
62
+ /**
63
+ * Returns a collection of all the selected categories
64
+ * @return Varien_Data_Collection_Db
65
+ */
66
+ protected function _getCategories() {
67
+ $category = Mage::getModel('catalog/category');
68
+ $collection = $category->getCollection();
69
+ $collection->addAttributeToSelect('name');
70
+ $collection->addAttributeToSelect('url_path');
71
+ $collection->addAttributeToSelect('id');
72
+ $collection->getSelect()->order('path');
73
+ $collection->addFieldToFilter('entity_id', array('in' => explode(',', $this->getData('categories'))));
74
+ return $collection;
75
+ }
76
+
77
+ /**
78
+ * Fetches product for a specified category
79
+ * @return Varien_Data_Collection_Db
80
+ */
81
+ protected function _getProducts($category) {
82
+ $product_type = $this->getData('product_type');
83
+ $collection = $this->_setProductCollection($category->getProductCollection());
84
+
85
+ switch (strtolower($product_type)) {
86
+ case 'bestsellers':
87
+ $this->_applyFeaturedCode();
88
+ break;
89
+ //case 'bestsellers':
90
+ //$collection->addOrderedQty();
91
+ //$collection->setOrder('ordered_qty', 'desc');
92
+ //break;
93
+ case 'all':
94
+ default:
95
+ $this->_randomizeCollection();
96
+ break;
97
+ }
98
+ $this->_applyLimits();
99
+ $collection->load();
100
+ Mage::getModel('review/review')->appendSummary($collection);
101
+ return $collection;
102
+ }
103
+
104
+ /**
105
+ * Fetches products for all categories
106
+ * @return Varien_Data_Collection_Db
107
+ */
108
+ protected function _getAllProducts() {
109
+ $rootCategoryId = Mage::app()->getStore()->getRootCategoryId();
110
+ $category = Mage::getModel('catalog/category')->load($rootCategoryId);
111
+ $collection = $category->getProductCollection();
112
+
113
+ $collection = Mage::getModel('catalog/product')->getCollection();
114
+ $collection = $this->_setProductCollection($collection);
115
+
116
+ $product_type = $this->getData('product_type');
117
+ switch (strtolower($product_type)) {
118
+ case 'bestsellers':
119
+ $this->_applyFeaturedCode();
120
+ break;
121
+ //case 'bestsellers':
122
+ //$collection->addAttributeToFilter( 'best_seller' , array('='=> 1) );
123
+ //$collection->addOrderedQty();
124
+ //$collection->setOrder('ordered_qty', 'desc');
125
+ //break;
126
+ case 'all':
127
+ default:
128
+ $this->_randomizeCollection();
129
+ break;
130
+ }
131
+
132
+ $this->_applyLimits();
133
+ $collection->load();
134
+ Mage::getModel('review/review')->appendSummary($collection);
135
+ return $collection;
136
+ }
137
+
138
+ /**
139
+ * How many products are displayed per row
140
+ * @return int
141
+ */
142
+ public function getProductsPerRow() {
143
+ if (is_null($this->_products_per_row))
144
+ $this->_products_per_row = (int) $this->getData('products_per_row') ? (int) $this->getData('products_per_row') : 3;
145
+ return $this->_products_per_row;
146
+ }
147
+
148
+ /**
149
+ * Run whenever a new product collection set to apply basic filters
150
+ * Shouldn't be run on it's own as the collection isn't actually stored
151
+ * @return Varien_Data_Collection_Db
152
+ */
153
+ protected function _initProductCollection($collection) {
154
+ $collection->addStoreFilter();
155
+ $this->_addProductAttributesAndPrices($collection);
156
+ Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);
157
+ Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);
158
+ return $collection;
159
+ }
160
+
161
+ /**
162
+ * Sets the product collection to use based on the selected category
163
+ * @return Varien_Data_Collection_Db
164
+ */
165
+ protected function _setProductCollection($collection) {
166
+ $this->_productCollection = $this->_initProductCollection($collection);
167
+ return $this->_productCollection;
168
+ }
169
+
170
+ /**
171
+ * Fetches the product collection object
172
+ * @return Varien_Data_Collection_Db
173
+ */
174
+ protected function _getProductCollection() {
175
+ if (!is_null($this->_productCollection)) {
176
+ return $this->_productCollection;
177
+ }
178
+ return $this->_productCollection;
179
+ }
180
+
181
+ /**
182
+ *
183
+ * Gets the featured attribute handle to use for filtering
184
+ * @return String
185
+ */
186
+ protected function _getFeaturedCode() {
187
+ return $this->getData('featured_code') ? $this->getData('featured_code') : $this->_featuredattribute;
188
+ }
189
+
190
+ /**
191
+ * Ensures only featured products are returned
192
+ * @return Varien_Data_Collection_Db
193
+ */
194
+ protected function _applyFeaturedCode() {
195
+ $featuredcode = $this->_getFeaturedCode();
196
+ $collection = $this->_getProductCollection();
197
+ $collection->addAttributeToFilter($featuredcode, array('=' => 1));
198
+ $this->_randomizeCollection();
199
+ return $collection;
200
+ }
201
+
202
+ /**
203
+ * Orders the results randomly
204
+ * @return Varien_Data_Collection_Db
205
+ */
206
+ protected function _randomizeCollection() {
207
+ $this->_getProductCollection()->getSelect()->order('rand()');
208
+ return $this->_getProductCollection();
209
+ }
210
+
211
+ /**
212
+ * Sets limits based on the num_products widget option
213
+ * @return Varien_Data_Collection_Db
214
+ */
215
+ protected function _applyLimits() {
216
+ $this->_getProductCollection()
217
+ ->setPageSize((int) $this->getData('num_products'))
218
+ ->setCurPage(1);
219
+ return $this->_getProductCollection();
220
+ }
221
+
222
+ }
app/code/local/Cube/CategoryBestsellers/Helper/Data.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+
3
+ class Cube_CategoryBestsellers_Helper_Data extends Mage_Core_Helper_Abstract
4
+ {
5
+ }
app/code/local/Cube/CategoryBestsellers/Model/Categories.php ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Allows Categories to be selected via the admin
5
+ *
6
+ * @author Cube Websites
7
+ * @copyright Cube Websites 2012
8
+ * @version 2.0
9
+ * @package Cube_CategoryBestsellers
10
+ * @link https://github.com/cubewebsites/Cube-Category-Bestsellers-Products
11
+ */
12
+ class Cube_CategoryBestsellers_Model_Categories {
13
+
14
+ public function toOptionArray() {
15
+
16
+ //get a list of all active top level categories
17
+ $activeCategories = array();
18
+ foreach ($this->getStoreCategories() as $child) {
19
+ if ($child->getIsActive()) {
20
+ $activeCategories[] = $child;
21
+ }
22
+ }
23
+ $activeCategoriesCount = count($activeCategories);
24
+ $hasActiveCategoriesCount = ($activeCategoriesCount > 0);
25
+
26
+ //no active categories - exit
27
+ if (!$hasActiveCategoriesCount) {
28
+ return array();
29
+ }
30
+
31
+ //build up an array of active categories as value / label array
32
+ $ret = array();
33
+ foreach ($activeCategories as $category) {
34
+ $children = $this->getChildCategories($category);
35
+ foreach ($children as $k => $v)
36
+ $ret[] = array(
37
+ 'value' => $k,
38
+ 'label' => $v
39
+ );
40
+ }
41
+ return $ret;
42
+ }
43
+
44
+ /**
45
+ * Recursively returns a value / label array of all active categories
46
+ * @param Mage_Catalog_Model_Category $category
47
+ * @param String $parentname
48
+ * @return array
49
+ */
50
+ private function getChildCategories($category, $parentname='') {
51
+
52
+ //category not active - skip it
53
+ if (!$category->getIsActive()) {
54
+ return '';
55
+ }
56
+
57
+ //array containing all the categories to return
58
+ $ret = array();
59
+
60
+ /* Add the current category to return array
61
+ * Root categories shouldn't be selected
62
+ */
63
+ if ($category->getLevel() > 1)
64
+ $ret[$category->getID()] = $category->getName() . $parentname;
65
+
66
+ // get all children
67
+ if (Mage::helper('catalog/category_flat')->isEnabled()) {
68
+ $children = (array) $category->getChildrenNodes();
69
+ $childrenCount = count($children);
70
+ } else {
71
+ $children = $category->getChildrenCategories();
72
+ $childrenCount = $children->count();
73
+ }
74
+ $hasChildren = ($children && $childrenCount);
75
+
76
+ // select active children
77
+ $activeChildren = array();
78
+ foreach ($children as $child) {
79
+ if ($child->getIsActive()) {
80
+ $activeChildren[] = $child;
81
+ }
82
+ }
83
+ $activeChildrenCount = count($activeChildren);
84
+ $hasActiveChildren = ($activeChildrenCount > 0);
85
+
86
+ /**
87
+ * Use recursion to include all children categories too
88
+ */
89
+ foreach ($activeChildren as $child) {
90
+ $childarray = $this->getChildCategories($child, " / " . $category->getName() . $parentname);
91
+ foreach ($childarray as $k => $v)
92
+ $ret[$k] = $v;
93
+ }
94
+
95
+ return $ret;
96
+ }
97
+
98
+ /**
99
+ * Gets the full path of parents for a given category
100
+ * @param Mage_Catalog_Model_Category $category
101
+ * @return string
102
+ */
103
+ private function __getParentName($category) {
104
+
105
+ $parent_name = "";
106
+ if ($category->getParentID() && $category->getParentID() > 1) {
107
+ $parent = Mage::getModel('catalog/category')->load($category->getParentID());
108
+ $parent_name .= " / {$parent->getName()}" . $this->__getParentName($parent);
109
+ }
110
+
111
+ return $parent_name;
112
+ }
113
+
114
+ /**
115
+ * Get categories of current store
116
+ * @return Varien_Data_Collection_Db
117
+ */
118
+ public function getStoreCategories() {
119
+ $collection = Mage::getModel('catalog/category')->getCollection()
120
+ ->addAttributeToSelect('name')
121
+ ->addAttributeToSelect('url_path')
122
+ ->addAttributeToSelect('is_active')
123
+ ->addAttributeToSort('parent_id', 'ASC')
124
+ ->addFieldToFilter('parent_id', 1)
125
+ ->addAttributeToSort('name', 'ASC');
126
+ return $collection;
127
+ }
128
+
129
+ }
app/code/local/Cube/CategoryBestsellers/Model/Resource/Eav/Mysql4/Setup.php ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Installs the default Bestsellers attribute to the Default Attribute Set
4
+ *
5
+ * @author Cube Websites
6
+ * @copyright Cube Websites 2012
7
+ * @version 2.0
8
+ * @package Cube_CategoryBestsellers
9
+ * @link https://github.com/cubewebsites/Cube-Category-Bestsellers-Products
10
+ */
11
+
12
+ class Cube_CategoryBestsellers_Model_Resource_Eav_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
13
+
14
+ public function getDefaultEntities() {
15
+ return array(
16
+ 'catalog_product' => array(
17
+ 'entity_model' => 'catalog/product',
18
+ 'attribute_model' => 'catalog/resource_eav_attribute',
19
+ 'table' => 'catalog/product',
20
+ 'additional_attribute_table' => 'catalog/eav_attribute',
21
+ 'entity_attribute_collection' => 'catalog/product_attribute_collection',
22
+ 'attributes' => array(
23
+ 'cube_category_Bestsellers' => array(
24
+ 'group' => 'General',
25
+ 'label' => 'Is Bestseller?',
26
+ 'type' => 'int',
27
+ 'input' => 'boolean',
28
+ 'default' => '0',
29
+ 'class' => '',
30
+ 'backend' => '',
31
+ 'frontend' => '',
32
+ 'source' => '',
33
+ 'global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_STORE,
34
+ 'visible' => true,
35
+ 'required' => false,
36
+ 'user_defined' => true,
37
+ 'searchable' => false,
38
+ 'filterable' => false,
39
+ 'comparable' => false,
40
+ 'visible_on_front' => false,
41
+ 'visible_in_advanced_search' => false,
42
+ 'unique' => false
43
+ )
44
+ )
45
+ )
46
+ );
47
+ }
48
+
49
+ }
app/code/local/Cube/CategoryBestsellers/etc/config.xml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Cube_CategoryBestsellers>
5
+ <version>2.0.0</version>
6
+ </Cube_CategoryBestsellers>
7
+ </modules>
8
+ <global>
9
+ <helpers>
10
+ <categorybestsellers>
11
+ <class>Cube_CategoryBestsellers_Helper</class>
12
+ </categorybestsellers>
13
+ </helpers>
14
+ <blocks>
15
+ <categorybestsellers>
16
+ <class>Cube_CategoryBestsellers_Block</class>
17
+ </categorybestsellers>
18
+ </blocks>
19
+
20
+ <resources>
21
+ <categorybestsellers_setup>
22
+ <setup>
23
+ <module>Cube_CategoryBestsellers</module>
24
+ <class>Cube_CategoryBestsellers_Model_Resource_Eav_Mysql4_Setup</class>
25
+ </setup>
26
+
27
+ <connection>
28
+ <use>core_setup</use>
29
+ </connection>
30
+ </categorybestsellers_setup>
31
+
32
+ <categorybestsellers_write>
33
+ <connection>
34
+ <use>core_write</use>
35
+ </connection>
36
+ </categorybestsellers_write>
37
+
38
+ <categorybestsellers_read>
39
+ <connection>
40
+ <use>core_read</use>
41
+ </connection>
42
+ </categorybestsellers_read>
43
+
44
+ </resources>
45
+
46
+ </global>
47
+ <frontend>
48
+ <layout>
49
+ <updates>
50
+ <categorybestsellers>
51
+ <file>categorybestsellers.xml</file>
52
+ </categorybestsellers>
53
+ </updates>
54
+ </layout>
55
+ </frontend>
56
+ </config>
app/code/local/Cube/CategoryBestsellers/etc/widget.xml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ Things to note:
4
+ 1) Default value for num_products is there for testing, may not work
5
+ 2) type= categoryfeatured/list corresponds to the Block/List.php
6
+ 3) Source model must exist, and contain a toOptionArray function
7
+ -->
8
+ <widgets>
9
+ <categorybestsellers_list type="categorybestsellers/list" translate="name description" module="categorybestsellers">
10
+ <name>Cube Websites - Category Bestsellers Products</name>
11
+ <description>Bestsellers Products</description>
12
+ <parameters>
13
+ <template translate="label">
14
+ <label>Frontend Template</label>
15
+ <visible>1</visible>
16
+ <required>1</required>
17
+ <type>select</type>
18
+ <values>
19
+ <!--<grid translate="label">
20
+ <value>catalog/product/home-best-sellers.phtml</value>
21
+ <label>Categorised</label>
22
+ </grid>-->
23
+ <mixed translate="label">
24
+ <value>catalog/product/home-best-sellers.phtml</value>
25
+ <label>Mixed</label>
26
+ </mixed>
27
+ </values>
28
+ </template>
29
+ <!--<categories>
30
+ <label>Categories</label>
31
+ <description>Applied if using the "Categorised" Frontend Template</description>
32
+ <visible>1</visible>
33
+ <required>0</required>
34
+ <type>multiselect</type>
35
+ <source_model>Cube_CategoryBestsellers_Model_Categories</source_model>
36
+ </categories>-->
37
+ <num_products>
38
+ <label>Number of Products</label>
39
+ <!--<description>Per category for "Categorised" Frontend Template / Total for mixed Frontend Template</description>-->
40
+ <visible>1</visible>
41
+ <required>1</required>
42
+ <type>text</type>
43
+ <default>3</default>
44
+ </num_products>
45
+ <products_per_row>
46
+ <label>Products Per Row</label>
47
+ <visible>1</visible>
48
+ <required>1</required>
49
+ <type>text</type>
50
+ </products_per_row>
51
+ <product_type>
52
+ <label>Products to Display</label>
53
+ <visible>1</visible>
54
+ <required>1</required>
55
+ <type>select</type>
56
+ <values>
57
+ <featured translate="label">
58
+ <label>Bestsellers</label>
59
+ <value>bestsellers</value>
60
+ </featured>
61
+ <!--
62
+ <bestsellers translate="label">
63
+ <label>Bestsellers</label>
64
+ <value>bestsellers</value>
65
+ </bestsellers>
66
+ -->
67
+ <all translate="label">
68
+ <label>All</label>
69
+ <value>all</value>
70
+ </all>
71
+ </values>
72
+ </product_type>
73
+ <featured_code>
74
+ <label>Featured Attribute Code (needed if using Featured Display)</label>
75
+ <description>Leave blank to use default (cube_category_bestsellers)</description>
76
+ <required>0</required>
77
+ <visible>1</visible>
78
+ <type>text</type>
79
+ </featured_code>
80
+ </parameters>
81
+ </categorybestsellers_list>
82
+ </widgets>
app/code/local/Cube/CategoryBestsellers/sql/categorybestsellers_setup/mysql4-install-1.0.0.php ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
4
+ $installer->installEntities();
app/code/local/Cube/CategoryFeatured/Block/List.php ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Logic to fetch products for displaying the Featured Products widget
4
+ *
5
+ * @author Cube Websites
6
+ * @copyright Cube Websites 2012
7
+ * @version 2.0
8
+ * @package Cube_CategoryFeatured
9
+ * @link https://github.com/cubewebsites/Cube-Category-Featured-Products
10
+ */
11
+
12
+ class Cube_CategoryFeatured_Block_List extends Mage_Catalog_Block_Product_Abstract implements Mage_Widget_Block_Interface {
13
+
14
+ /**
15
+ * A model to serialize attributes
16
+ * @var Varien_Object
17
+ */
18
+ protected $_serializer = null;
19
+ protected $_featuredattribute = 'cube_category_featured';
20
+ protected $_products_per_row;
21
+ protected $_productCollection;
22
+
23
+ /**
24
+ * Initialization
25
+ */
26
+ protected function _construct() {
27
+ $this->_serializer = new Varien_Object();
28
+
29
+ $this->addData(array(
30
+ 'cache_lifetime' => 86400,
31
+ 'cache_tags' => array(Mage_Catalog_Model_Product::CACHE_TAG),
32
+ ));
33
+
34
+ parent::_construct();
35
+ }
36
+
37
+ /**
38
+ * Get Key pieces for caching block content
39
+ *
40
+ * @return array
41
+ */
42
+ public function getCacheKeyInfo() {
43
+ return array(
44
+ 'CATALOG_PRODUCT_CATEGORY_FEATURED',
45
+ Mage::app()->getStore()->getId(),
46
+ Mage::getDesign()->getPackageName(),
47
+ Mage::getDesign()->getTheme('template'),
48
+ Mage::getSingleton('customer/session')->getCustomerGroupId(),
49
+ 'template' => $this->getTemplate(),
50
+ md5(serialize($this->getData()))
51
+ );
52
+ }
53
+
54
+ /**
55
+ * Produce links list rendered as html
56
+ * @return string
57
+ */
58
+ protected function _toHtml() {
59
+ return $this->renderView();
60
+ }
61
+
62
+ /**
63
+ * Returns a collection of all the selected categories
64
+ * @return Varien_Data_Collection_Db
65
+ */
66
+ protected function _getCategories() {
67
+ $category = Mage::getModel('catalog/category');
68
+ $collection = $category->getCollection();
69
+ $collection->addAttributeToSelect('name');
70
+ $collection->addAttributeToSelect('url_path');
71
+ $collection->addAttributeToSelect('id');
72
+ $collection->getSelect()->order('path');
73
+ $collection->addFieldToFilter('entity_id', array('in' => explode(',', $this->getData('categories'))));
74
+ return $collection;
75
+ }
76
+
77
+ /**
78
+ * Fetches product for a specified category
79
+ * @return Varien_Data_Collection_Db
80
+ */
81
+ protected function _getProducts($category) {
82
+ $product_type = $this->getData('product_type');
83
+ $collection = $this->_setProductCollection($category->getProductCollection());
84
+
85
+ switch (strtolower($product_type)) {
86
+ case 'featured':
87
+ $this->_applyFeaturedCode();
88
+ break;
89
+ //case 'bestsellers':
90
+ //$collection->addOrderedQty();
91
+ //$collection->setOrder('ordered_qty', 'desc');
92
+ //break;
93
+ case 'all':
94
+ default:
95
+ $this->_randomizeCollection();
96
+ break;
97
+ }
98
+ $this->_applyLimits();
99
+ $collection->load();
100
+ Mage::getModel('review/review')->appendSummary($collection);
101
+ return $collection;
102
+ }
103
+
104
+ /**
105
+ * Fetches products for all categories
106
+ * @return Varien_Data_Collection_Db
107
+ */
108
+ protected function _getAllProducts() {
109
+ $rootCategoryId = Mage::app()->getStore()->getRootCategoryId();
110
+ $category = Mage::getModel('catalog/category')->load($rootCategoryId);
111
+ $collection = $category->getProductCollection();
112
+
113
+ $collection = Mage::getModel('catalog/product')->getCollection();
114
+ $collection = $this->_setProductCollection($collection);
115
+
116
+ $product_type = $this->getData('product_type');
117
+ switch (strtolower($product_type)) {
118
+ case 'featured':
119
+ $this->_applyFeaturedCode();
120
+ break;
121
+ //case 'bestsellers':
122
+ //$collection->addAttributeToFilter( 'best_seller' , array('='=> 1) );
123
+ //$collection->addOrderedQty();
124
+ //$collection->setOrder('ordered_qty', 'desc');
125
+ //break;
126
+ case 'all':
127
+ default:
128
+ $this->_randomizeCollection();
129
+ break;
130
+ }
131
+
132
+ $this->_applyLimits();
133
+ $collection->load();
134
+ Mage::getModel('review/review')->appendSummary($collection);
135
+ return $collection;
136
+ }
137
+
138
+ /**
139
+ * How many products are displayed per row
140
+ * @return int
141
+ */
142
+ public function getProductsPerRow() {
143
+ if (is_null($this->_products_per_row))
144
+ $this->_products_per_row = (int) $this->getData('products_per_row') ? (int) $this->getData('products_per_row') : 3;
145
+ return $this->_products_per_row;
146
+ }
147
+
148
+ /**
149
+ * Run whenever a new product collection set to apply basic filters
150
+ * Shouldn't be run on it's own as the collection isn't actually stored
151
+ * @return Varien_Data_Collection_Db
152
+ */
153
+ protected function _initProductCollection($collection) {
154
+ $collection->addStoreFilter();
155
+ $this->_addProductAttributesAndPrices($collection);
156
+ Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);
157
+ Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);
158
+ return $collection;
159
+ }
160
+
161
+ /**
162
+ * Sets the product collection to use based on the selected category
163
+ * @return Varien_Data_Collection_Db
164
+ */
165
+ protected function _setProductCollection($collection) {
166
+ $this->_productCollection = $this->_initProductCollection($collection);
167
+ return $this->_productCollection;
168
+ }
169
+
170
+ /**
171
+ * Fetches the product collection object
172
+ * @return Varien_Data_Collection_Db
173
+ */
174
+ protected function _getProductCollection() {
175
+ if (!is_null($this->_productCollection)) {
176
+ return $this->_productCollection;
177
+ }
178
+ return $this->_productCollection;
179
+ }
180
+
181
+ /**
182
+ *
183
+ * Gets the featured attribute handle to use for filtering
184
+ * @return String
185
+ */
186
+ protected function _getFeaturedCode() {
187
+ return $this->getData('featured_code') ? $this->getData('featured_code') : $this->_featuredattribute;
188
+ }
189
+
190
+ /**
191
+ * Ensures only featured products are returned
192
+ * @return Varien_Data_Collection_Db
193
+ */
194
+ protected function _applyFeaturedCode() {
195
+ $featuredcode = $this->_getFeaturedCode();
196
+ $collection = $this->_getProductCollection();
197
+ $collection->addAttributeToFilter($featuredcode, array('=' => 1));
198
+ $this->_randomizeCollection();
199
+ return $collection;
200
+ }
201
+
202
+ /**
203
+ * Orders the results randomly
204
+ * @return Varien_Data_Collection_Db
205
+ */
206
+ protected function _randomizeCollection() {
207
+ $this->_getProductCollection()->getSelect()->order('rand()');
208
+ return $this->_getProductCollection();
209
+ }
210
+
211
+ /**
212
+ * Sets limits based on the num_products widget option
213
+ * @return Varien_Data_Collection_Db
214
+ */
215
+ protected function _applyLimits() {
216
+ $this->_getProductCollection()
217
+ ->setPageSize((int) $this->getData('num_products'))
218
+ ->setCurPage(1);
219
+ return $this->_getProductCollection();
220
+ }
221
+
222
+ }
app/code/local/Cube/CategoryFeatured/Helper/Data.php ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ <?php
2
+
3
+ class Cube_CategoryFeatured_Helper_Data extends Mage_Core_Helper_Abstract
4
+ {
5
+ }
app/code/local/Cube/CategoryFeatured/Model/Categories.php ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Allows Categories to be selected via the admin
5
+ *
6
+ * @author Cube Websites
7
+ * @copyright Cube Websites 2012
8
+ * @version 2.0
9
+ * @package Cube_CategoryFeatured
10
+ * @link https://github.com/cubewebsites/Cube-Category-Featured-Products
11
+ */
12
+ class Cube_CategoryFeatured_Model_Categories {
13
+
14
+ public function toOptionArray() {
15
+
16
+ //get a list of all active top level categories
17
+ $activeCategories = array();
18
+ foreach ($this->getStoreCategories() as $child) {
19
+ if ($child->getIsActive()) {
20
+ $activeCategories[] = $child;
21
+ }
22
+ }
23
+ $activeCategoriesCount = count($activeCategories);
24
+ $hasActiveCategoriesCount = ($activeCategoriesCount > 0);
25
+
26
+ //no active categories - exit
27
+ if (!$hasActiveCategoriesCount) {
28
+ return array();
29
+ }
30
+
31
+ //build up an array of active categories as value / label array
32
+ $ret = array();
33
+ foreach ($activeCategories as $category) {
34
+ $children = $this->getChildCategories($category);
35
+ foreach ($children as $k => $v)
36
+ $ret[] = array(
37
+ 'value' => $k,
38
+ 'label' => $v
39
+ );
40
+ }
41
+ return $ret;
42
+ }
43
+
44
+ /**
45
+ * Recursively returns a value / label array of all active categories
46
+ * @param Mage_Catalog_Model_Category $category
47
+ * @param String $parentname
48
+ * @return array
49
+ */
50
+ private function getChildCategories($category, $parentname='') {
51
+
52
+ //category not active - skip it
53
+ if (!$category->getIsActive()) {
54
+ return '';
55
+ }
56
+
57
+ //array containing all the categories to return
58
+ $ret = array();
59
+
60
+ /* Add the current category to return array
61
+ * Root categories shouldn't be selected
62
+ */
63
+ if ($category->getLevel() > 1)
64
+ $ret[$category->getID()] = $category->getName() . $parentname;
65
+
66
+ // get all children
67
+ if (Mage::helper('catalog/category_flat')->isEnabled()) {
68
+ $children = (array) $category->getChildrenNodes();
69
+ $childrenCount = count($children);
70
+ } else {
71
+ $children = $category->getChildrenCategories();
72
+ $childrenCount = $children->count();
73
+ }
74
+ $hasChildren = ($children && $childrenCount);
75
+
76
+ // select active children
77
+ $activeChildren = array();
78
+ foreach ($children as $child) {
79
+ if ($child->getIsActive()) {
80
+ $activeChildren[] = $child;
81
+ }
82
+ }
83
+ $activeChildrenCount = count($activeChildren);
84
+ $hasActiveChildren = ($activeChildrenCount > 0);
85
+
86
+ /**
87
+ * Use recursion to include all children categories too
88
+ */
89
+ foreach ($activeChildren as $child) {
90
+ $childarray = $this->getChildCategories($child, " / " . $category->getName() . $parentname);
91
+ foreach ($childarray as $k => $v)
92
+ $ret[$k] = $v;
93
+ }
94
+
95
+ return $ret;
96
+ }
97
+
98
+ /**
99
+ * Gets the full path of parents for a given category
100
+ * @param Mage_Catalog_Model_Category $category
101
+ * @return string
102
+ */
103
+ private function __getParentName($category) {
104
+
105
+ $parent_name = "";
106
+ if ($category->getParentID() && $category->getParentID() > 1) {
107
+ $parent = Mage::getModel('catalog/category')->load($category->getParentID());
108
+ $parent_name .= " / {$parent->getName()}" . $this->__getParentName($parent);
109
+ }
110
+
111
+ return $parent_name;
112
+ }
113
+
114
+ /**
115
+ * Get categories of current store
116
+ * @return Varien_Data_Collection_Db
117
+ */
118
+ public function getStoreCategories() {
119
+ $collection = Mage::getModel('catalog/category')->getCollection()
120
+ ->addAttributeToSelect('name')
121
+ ->addAttributeToSelect('url_path')
122
+ ->addAttributeToSelect('is_active')
123
+ ->addAttributeToSort('parent_id', 'ASC')
124
+ ->addFieldToFilter('parent_id', 1)
125
+ ->addAttributeToSort('name', 'ASC');
126
+ return $collection;
127
+ }
128
+
129
+ }
app/code/local/Cube/CategoryFeatured/Model/Resource/Eav/Mysql4/Setup.php ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Installs the default featured attribute to the Default Attribute Set
4
+ *
5
+ * @author Cube Websites
6
+ * @copyright Cube Websites 2012
7
+ * @version 2.0
8
+ * @package Cube_CategoryFeatured
9
+ * @link https://github.com/cubewebsites/Cube-Category-Featured-Products
10
+ */
11
+
12
+ class Cube_CategoryFeatured_Model_Resource_Eav_Mysql4_Setup extends Mage_Eav_Model_Entity_Setup {
13
+
14
+ public function getDefaultEntities() {
15
+ return array(
16
+ 'catalog_product' => array(
17
+ 'entity_model' => 'catalog/product',
18
+ 'attribute_model' => 'catalog/resource_eav_attribute',
19
+ 'table' => 'catalog/product',
20
+ 'additional_attribute_table' => 'catalog/eav_attribute',
21
+ 'entity_attribute_collection' => 'catalog/product_attribute_collection',
22
+ 'attributes' => array(
23
+ 'cube_category_featured' => array(
24
+ 'group' => 'General',
25
+ 'label' => 'Is Featured?',
26
+ 'type' => 'int',
27
+ 'input' => 'boolean',
28
+ 'default' => '0',
29
+ 'class' => '',
30
+ 'backend' => '',
31
+ 'frontend' => '',
32
+ 'source' => '',
33
+ 'global' => Mage_Catalog_Model_Resource_Eav_Attribute::SCOPE_STORE,
34
+ 'visible' => true,
35
+ 'required' => false,
36
+ 'user_defined' => true,
37
+ 'searchable' => false,
38
+ 'filterable' => false,
39
+ 'comparable' => false,
40
+ 'visible_on_front' => false,
41
+ 'visible_in_advanced_search' => false,
42
+ 'unique' => false
43
+ )
44
+ )
45
+ )
46
+ );
47
+ }
48
+
49
+ }
app/code/local/Cube/CategoryFeatured/etc/config.xml ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Cube_CategoryFeatured>
5
+ <version>2.0.0</version>
6
+ </Cube_CategoryFeatured>
7
+ </modules>
8
+ <global>
9
+ <helpers>
10
+ <categoryfeatured>
11
+ <class>Cube_CategoryFeatured_Helper</class>
12
+ </categoryfeatured>
13
+ </helpers>
14
+ <blocks>
15
+ <categoryfeatured>
16
+ <class>Cube_CategoryFeatured_Block</class>
17
+ </categoryfeatured>
18
+ </blocks>
19
+
20
+ <resources>
21
+ <categoryfeatured_setup>
22
+ <setup>
23
+ <module>Cube_CategoryFeatured</module>
24
+ <class>Cube_CategoryFeatured_Model_Resource_Eav_Mysql4_Setup</class>
25
+ </setup>
26
+
27
+ <connection>
28
+ <use>core_setup</use>
29
+ </connection>
30
+ </categoryfeatured_setup>
31
+
32
+ <categoryfeatured_write>
33
+ <connection>
34
+ <use>core_write</use>
35
+ </connection>
36
+ </categoryfeatured_write>
37
+
38
+ <categoryfeatured_read>
39
+ <connection>
40
+ <use>core_read</use>
41
+ </connection>
42
+ </categoryfeatured_read>
43
+
44
+ </resources>
45
+
46
+ </global>
47
+ <frontend>
48
+ <layout>
49
+ <updates>
50
+ <categoryfeatured>
51
+ <file>categoryfeatured.xml</file>
52
+ </categoryfeatured>
53
+ </updates>
54
+ </layout>
55
+ </frontend>
56
+ </config>
app/code/local/Cube/CategoryFeatured/etc/widget.xml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ Things to note:
4
+ 1) Default value for num_products is there for testing, may not work
5
+ 2) type= categoryfeatured/list corresponds to the Block/List.php
6
+ 3) Source model must exist, and contain a toOptionArray function
7
+ -->
8
+ <widgets>
9
+ <categoryfeatured_list type="categoryfeatured/list" translate="name description" module="categoryfeatured">
10
+ <name>Cube Websites - Category Featured Products</name>
11
+ <description>Featured Products</description>
12
+ <parameters>
13
+ <template translate="label">
14
+ <label>Frontend Template</label>
15
+ <visible>1</visible>
16
+ <required>1</required>
17
+ <type>select</type>
18
+ <values>
19
+ <grid translate="label">
20
+ <!--<value>catalog/product/home-featured.phtml</value>
21
+ <label>Categorised</label>-->
22
+ </grid>
23
+ <mixed translate="label">
24
+ <value>catalog/product/home-featured.phtml</value>
25
+ <label>Mixed</label>
26
+ </mixed>
27
+ </values>
28
+ </template>
29
+ <!--<categories>
30
+ <label>Categories</label>
31
+ <description>Applied if using the "Categorised" Frontend Template</description>
32
+ <visible>1</visible>
33
+ <required>0</required>
34
+ <type>multiselect</type>
35
+ <source_model>Cube_CategoryFeatured_Model_Categories</source_model>
36
+ </categories>-->
37
+ <num_products>
38
+ <label>Number of Products</label>
39
+ <!--<description>Per category for "Categorised" Frontend Template / Total for mixed Frontend Template</description>-->
40
+ <visible>1</visible>
41
+ <required>1</required>
42
+ <type>text</type>
43
+ <default>3</default>
44
+ </num_products>
45
+ <products_per_row>
46
+ <label>Products Per Row</label>
47
+ <visible>1</visible>
48
+ <required>1</required>
49
+ <type>text</type>
50
+ </products_per_row>
51
+ <product_type>
52
+ <label>Products to Display</label>
53
+ <visible>1</visible>
54
+ <required>1</required>
55
+ <type>select</type>
56
+ <values>
57
+ <featured translate="label">
58
+ <label>Featured</label>
59
+ <value>featured</value>
60
+ </featured>
61
+ <!--
62
+ <bestsellers translate="label">
63
+ <label>Bestsellers</label>
64
+ <value>bestsellers</value>
65
+ </bestsellers>
66
+ -->
67
+ <all translate="label">
68
+ <label>All</label>
69
+ <value>all</value>
70
+ </all>
71
+ </values>
72
+ </product_type>
73
+ <featured_code>
74
+ <label>Featured Attribute Code (needed if using Featured Display)</label>
75
+ <description>Leave blank to use default (cube_category_featured)</description>
76
+ <required>0</required>
77
+ <visible>1</visible>
78
+ <type>text</type>
79
+ </featured_code>
80
+ </parameters>
81
+ </categoryfeatured_list>
82
+ </widgets>
app/code/local/Cube/CategoryFeatured/sql/categoryfeatured_setup/mysql4-install-2.0.0.php ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ <?php
2
+
3
+ $installer = $this;
4
+ $installer->installEntities();
app/design/frontend/accessshop/default/layout/catalog.xml ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category design
5
+ * @package accessshop_lite_default
6
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
7
+ *
8
+ -->
9
+ <layout version="0.1.0">
10
+
11
+ <!--
12
+ Default layout, loads most of the pages
13
+ -->
14
+
15
+ <default>
16
+
17
+ <!-- Mage_Catalog -->
18
+ <reference name="left">
19
+ <block type="core/template" name="left.permanent.callout" template="callouts/left_col.phtml">
20
+ <action method="setImgSrc"><src>images/sale-sidebar-left.jpg</src></action>
21
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Our customer service is available 24/7. Call us at (014) 444-4444.</alt></action>
22
+ <action method="setLinkUrl"><url>women.html</url></action>
23
+ </block>
24
+ </reference>
25
+ <reference name="right">
26
+ <block type="catalog/product_compare_sidebar" before="cart_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"/>
27
+ <block type="core/template" name="right.permanent.callout" template="callouts/right_col.phtml">
28
+ <action method="setImgSrc"><src>images/promote-sidebar-right.jpg</src></action>
29
+ <action method="setImgAlt" translate="alt" module="catalog"><alt>Keep your eyes open for our special new extensions and save A LOT!</alt></action>
30
+ <action method="setLinkUrl"><url>blog</url></action>
31
+ </block>
32
+ </reference>
33
+ <reference name="footer_links">
34
+ <action method="addLink" translate="label title" module="catalog" ifconfig="catalog/seo/site_map"><label>Site Map</label><url helper="catalog/map/getCategoryUrl" /><title>Site Map</title></action>
35
+ </reference>
36
+ <block type="catalog/product_price_template" name="catalog_product_price_template" />
37
+ </default>
38
+
39
+
40
+ <!--
41
+ Category default layout
42
+ -->
43
+
44
+ <catalog_category_default translate="label">
45
+ <label>Catalog Category (Non-Anchor)</label>
46
+ <reference name="left">
47
+ <block type="catalog/navigation" name="catalog.leftnav" after="currency" template="catalog/navigation/left.phtml"/>
48
+ </reference>
49
+ <reference name="content">
50
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
51
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
52
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
53
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
54
+ <!-- The following code shows how to set your own pager increments -->
55
+ <!--
56
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
57
+ <action method="setDefaultGridPerPage"><limit>9</limit></action>
58
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
59
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
60
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
61
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
62
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
63
+ -->
64
+ </block>
65
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
66
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
67
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
68
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
69
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
70
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
71
+ </block>
72
+ </block>
73
+ </reference>
74
+ </catalog_category_default>
75
+
76
+ <!--
77
+ Category layered navigation layout
78
+ -->
79
+
80
+ <catalog_category_layered translate="label">
81
+ <label>Catalog Category (Anchor)</label>
82
+ <reference name="left">
83
+ <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
84
+ </reference>
85
+ <reference name="content">
86
+ <block type="catalog/category_view" name="category.products" template="catalog/category/view.phtml">
87
+ <block type="catalog/product_list" name="product_list" template="catalog/product/list.phtml">
88
+ <!-- <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/su.phtml</template></action> -->
89
+ <block type="catalog/product_list_toolbar" name="product_list_toolbar" template="catalog/product/list/toolbar.phtml">
90
+ <block type="page/html_pager" name="product_list_toolbar_pager"/>
91
+ <!-- The following code shows how to set your own pager increments -->
92
+ <!--
93
+ <action method="setDefaultListPerPage"><limit>4</limit></action>
94
+ <action method="setDefaultGridPerPage"><limit>3</limit></action>
95
+ <action method="addPagerLimit"><mode>list</mode><limit>2</limit></action>
96
+ <action method="addPagerLimit"><mode>list</mode><limit>4</limit></action>
97
+ <action method="addPagerLimit"><mode>list</mode><limit>6</limit></action>
98
+ <action method="addPagerLimit"><mode>list</mode><limit>8</limit></action>
99
+ <action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
100
+ <action method="addPagerLimit"><mode>grid</mode><limit>3</limit></action>
101
+ <action method="addPagerLimit"><mode>grid</mode><limit>6</limit></action>
102
+ <action method="addPagerLimit"><mode>grid</mode><limit>9</limit></action>
103
+ <action method="addPagerLimit" translate="label"><mode>grid</mode><limit>all</limit><label>All</label></action>
104
+ -->
105
+ </block>
106
+ <action method="addColumnCountLayoutDepend"><layout>empty</layout><count>6</count></action>
107
+ <action method="addColumnCountLayoutDepend"><layout>one_column</layout><count>5</count></action>
108
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_left</layout><count>4</count></action>
109
+ <action method="addColumnCountLayoutDepend"><layout>two_columns_right</layout><count>4</count></action>
110
+ <action method="addColumnCountLayoutDepend"><layout>three_columns</layout><count>3</count></action>
111
+ <action method="setToolbarBlockName"><name>product_list_toolbar</name></action>
112
+ </block>
113
+ </block>
114
+ </reference>
115
+ </catalog_category_layered>
116
+
117
+ <!--
118
+ Compare products page
119
+ -->
120
+
121
+ <catalog_product_compare_index translate="label">
122
+ <label>Catalog Product Compare List</label>
123
+ <!-- Mage_Catalog -->
124
+ <reference name="root">
125
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
126
+ </reference>
127
+ <reference name="head">
128
+ <action method="addJs"><script>scriptaculous/scriptaculous.js</script></action>
129
+ <action method="addJs"><script>varien/product.js</script></action>
130
+ </reference>
131
+ <reference name="content">
132
+ <block type="catalog/product_compare_list" name="catalog.compare.list" template="catalog/product/compare/list.phtml"/>
133
+ </reference>
134
+ </catalog_product_compare_index>
135
+
136
+ <customer_account_index>
137
+ <reference name="right">
138
+ <action method="unsetChild"><name>catalog.compare.sidebar</name></action>
139
+ </reference>
140
+ </customer_account_index>
141
+
142
+ <!--
143
+ Product view
144
+ -->
145
+
146
+ <catalog_product_view translate="label">
147
+ <label>Catalog Product View (Any)</label>
148
+ <!-- Mage_Catalog -->
149
+ <reference name="root">
150
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
151
+ </reference>
152
+ <reference name="head">
153
+ <action method="addJs"><script>varien/product.js</script></action>
154
+ <action method="addJs"><script>varien/configurable.js</script></action>
155
+
156
+ <action method="addItem"><type>js_css</type><name>calendar/calendar-win2k-1.css</name><params/><!--<if/><condition>can_load_calendar_js</condition>--></action>
157
+ <action method="addItem"><type>js</type><name>calendar/calendar.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
158
+ <action method="addItem"><type>js</type><name>calendar/calendar-setup.js</name><!--<params/><if/><condition>can_load_calendar_js</condition>--></action>
159
+ </reference>
160
+ <reference name="content">
161
+ <block type="catalog/product_view" name="product.info" template="catalog/product/view.phtml">
162
+ <!--
163
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary.phtml</template></action>
164
+ <action method="addReviewSummaryTemplate"><type>short</type><template>review/helper/summary_short.phtml</template></action>
165
+ <action method="addReviewSummaryTemplate"><type>...</type><template>...</template></action>
166
+ -->
167
+ <block type="catalog/product_view_media" name="product.info.media" as="media" template="catalog/product/view/media.phtml"/>
168
+ <block type="core/text_list" name="alert.urls" as="alert_urls" translate="label">
169
+ <label>Alert Urls</label>
170
+ </block>
171
+
172
+ <action method="setTierPriceTemplate"><template>catalog/product/view/tierprices.phtml</template></action>
173
+
174
+ <block type="catalog/product_list_upsell" name="product.info.upsell" as="upsell_products" template="catalog/product/list/upsell.phtml">
175
+ <action method="setColumnCount"><columns>4</columns></action>
176
+ <action method="setItemLimit"><type>upsell</type><limit>10</limit></action>
177
+ </block>
178
+
179
+ <block type="catalog/product_view_additional" name="product.info.additional" as="product_additional_data" />
180
+ <block type="catalog/product_view_description" name="product.description" as="description" template="catalog/product/view/description.phtml">
181
+ <action method="addToParentGroup"><group>detailed_info</group></action>
182
+ </block>
183
+ <block type="catalog/product_view_attributes" name="product.attributes" as="additional" template="catalog/product/view/attributes.phtml">
184
+ <action method="addToParentGroup"><group>detailed_info</group></action>
185
+ </block>
186
+ <block type="catalog/product_view" name="product.info.addto" as="addto" template="catalog/product/view/addto.phtml"/>
187
+ <block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
188
+
189
+ <block type="core/text_list" name="product.info.extrahint" as="extrahint" translate="label">
190
+ <label>Product View Extra Hint</label>
191
+ </block>
192
+
193
+ <block type="catalog/product_view" name="product.info.options.wrapper" as="product_options_wrapper" template="catalog/product/view/options/wrapper.phtml" translate="label">
194
+ <label>Info Column Options Wrapper</label>
195
+ <block type="core/template" name="options_js" template="catalog/product/view/options/js.phtml"/>
196
+ <block type="catalog/product_view_options" name="product.info.options" as="product_options" template="catalog/product/view/options.phtml">
197
+ <action method="addOptionRenderer"><type>text</type><block>catalog/product_view_options_type_text</block><template>catalog/product/view/options/type/text.phtml</template></action>
198
+ <action method="addOptionRenderer"><type>file</type><block>catalog/product_view_options_type_file</block><template>catalog/product/view/options/type/file.phtml</template></action>
199
+ <action method="addOptionRenderer"><type>select</type><block>catalog/product_view_options_type_select</block><template>catalog/product/view/options/type/select.phtml</template></action>
200
+ <action method="addOptionRenderer"><type>date</type><block>catalog/product_view_options_type_date</block><template>catalog/product/view/options/type/date.phtml</template></action>
201
+ </block>
202
+ <block type="core/html_calendar" name="html_calendar" as="html_calendar" template="page/js/calendar.phtml"/>
203
+ </block>
204
+ <block type="catalog/product_view" name="product.info.options.wrapper.bottom" as="product_options_wrapper_bottom" template="catalog/product/view/options/wrapper/bottom.phtml" translate="label">
205
+ <label>Bottom Block Options Wrapper</label>
206
+ <action method="insert"><block>product.tierprices</block></action>
207
+ <block type="catalog/product_view" name="product.clone_prices" as="prices" template="catalog/product/view/price_clone.phtml"/>
208
+ <action method="append"><block>product.info.addtocart</block></action>
209
+ <action method="append"><block>product.info.addto</block></action>
210
+ </block>
211
+
212
+ <block type="core/template_facade" name="product.info.container1" as="container1">
213
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container1</value></action>
214
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
215
+ <action method="append"><block>product.info.options.wrapper</block></action>
216
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
217
+ </block>
218
+ <block type="core/template_facade" name="product.info.container2" as="container2">
219
+ <action method="setDataByKey"><key>alias_in_layout</key><value>container2</value></action>
220
+ <action method="setDataByKeyFromRegistry"><key>options_container</key><key_in_registry>product</key_in_registry></action>
221
+ <action method="append"><block>product.info.options.wrapper</block></action>
222
+ <action method="append"><block>product.info.options.wrapper.bottom</block></action>
223
+ </block>
224
+ <action method="unsetCallChild"><child>container1</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
225
+ <action method="unsetCallChild"><child>container2</child><call>ifEquals</call><if>0</if><key>alias_in_layout</key><key>options_container</key></action>
226
+
227
+ <block type="review/product_view_list" name="product.info.product_additional_data" as="reviews" template="review/product/view/list.phtml">
228
+ <block type="review/form" name="product.review.form" as="review_form"/></block>
229
+ </block>
230
+ </reference>
231
+ <reference name="right">
232
+ <block type="catalog/product_list_related" name="catalog.product.related" before="-" template="catalog/product/list/related.phtml"/>
233
+ </reference>
234
+ </catalog_product_view>
235
+
236
+ <!--
237
+ Additional block dependant on product type
238
+ -->
239
+ <PRODUCT_TYPE_simple translate="label" module="catalog">
240
+ <label>Catalog Product View (Simple)</label>
241
+ <reference name="product.info">
242
+ <block type="catalog/product_view_type_simple" name="product.info.simple" as="product_type_data" template="catalog/product/view/type/default.phtml">
243
+ <block type="core/text_list" name="product.info.simple.extra" as="product_type_data_extra" translate="label">
244
+ <label>Product Extra Info</label>
245
+ </block>
246
+ </block>
247
+ </reference>
248
+ </PRODUCT_TYPE_simple>
249
+ <PRODUCT_TYPE_configurable translate="label" module="catalog">
250
+ <label>Catalog Product View (Configurable)</label>
251
+ <reference name="product.info">
252
+ <block type="catalog/product_view_type_configurable" name="product.info.configurable" as="product_type_data" template="catalog/product/view/type/default.phtml">
253
+ <block type="core/text_list" name="product.info.configurable.extra" as="product_type_data_extra" translate="label">
254
+ <label>Product Extra Info</label>
255
+ </block>
256
+ </block>
257
+ </reference>
258
+ <reference name="product.info.options.wrapper">
259
+ <block type="catalog/product_view_type_configurable" name="product.info.options.configurable" as="options_configurable" before="-" template="catalog/product/view/type/options/configurable.phtml"/>
260
+ </reference>
261
+ </PRODUCT_TYPE_configurable>
262
+ <PRODUCT_TYPE_grouped translate="label" module="catalog">
263
+ <label>Catalog Product View (Grouped)</label>
264
+ <reference name="product.info">
265
+ <block type="catalog/product_view_type_grouped" name="product.info.grouped" as="product_type_data" template="catalog/product/view/type/grouped.phtml">
266
+ <block type="core/text_list" name="product.info.grouped.extra" as="product_type_data_extra" translate="label">
267
+ <label>Product Extra Info</label>
268
+ </block>
269
+ </block>
270
+ </reference>
271
+ </PRODUCT_TYPE_grouped>
272
+ <PRODUCT_TYPE_virtual translate="label" module="catalog">
273
+ <label>Catalog Product View (Virtual)</label>
274
+ <reference name="product.info">
275
+ <block type="catalog/product_view_type_virtual" name="product.info.virtual" as="product_type_data" template="catalog/product/view/type/default.phtml">
276
+ <block type="core/text_list" name="product.info.virtual.extra" as="product_type_data_extra" translate="label">
277
+ <label>Product Extra Info</label>
278
+ </block>
279
+ </block>
280
+ </reference>
281
+ </PRODUCT_TYPE_virtual>
282
+
283
+
284
+
285
+ <!--
286
+ Product send to friend
287
+ -->
288
+
289
+ <catalog_product_send translate="label">
290
+ <label>Catalog Product Email to a Friend</label>
291
+ <!-- Mage_Catalog -->
292
+ <reference name="root">
293
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
294
+ </reference>
295
+ <reference name="head">
296
+ <action method="addJs"><script>varien/product.js</script></action>
297
+ </reference>
298
+ <reference name="content">
299
+ <block type="catalog/product_send" name="product.send" template="catalog/product/send.phtml">
300
+ </block>
301
+ </reference>
302
+ </catalog_product_send>
303
+
304
+ <!--
305
+ Product additional images gallery popup
306
+ -->
307
+
308
+ <catalog_product_gallery translate="label">
309
+ <label>Catalog Product Image Gallery Popup</label>
310
+ <!-- Mage_Catalog -->
311
+ <reference name="root">
312
+ <action method="setTemplate"><template>page/popup.phtml</template></action>
313
+ </reference>
314
+ <reference name="content">
315
+ <block type="catalog/product_gallery" name="catalog_product_gallery" template="catalog/product/gallery.phtml"/>
316
+ </reference>
317
+ </catalog_product_gallery>
318
+
319
+ <!--
320
+ SEO Site Map
321
+ -->
322
+
323
+ <catalog_seo_sitemap translate="label">
324
+ <label>Catalog Seo Sitemap (Common)</label>
325
+ <remove name="right"/>
326
+ <remove name="left"/>
327
+
328
+ <reference name="root">
329
+ <action method="setTemplate"><template>page/1column.phtml</template></action>
330
+ </reference>
331
+ <reference name="content">
332
+ <block type="page/template_container" name="seo.sitemap.container" template="catalog/seo/sitemap/container.phtml">
333
+ <block type="page/template_links" name="seo.sitemap.links" as="links" template="page/template/links.phtml"/>
334
+ <block type="page/html_pager" name="seo.sitemap.pager.top" as="pager_top" template="page/html/pager.phtml"/>
335
+ <block type="page/html_pager" name="seo.sitemap.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
336
+ </block>
337
+ </reference>
338
+ </catalog_seo_sitemap>
339
+
340
+ <catalog_seo_sitemap_category translate="label">
341
+ <label>Catalog Seo Sitemap (Category List)</label>
342
+ <reference name="head">
343
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
344
+ </reference>
345
+ <update handle="catalog_seo_sitemap" />
346
+ <reference name="seo.sitemap.container">
347
+ <action method="setTitle" translate="title" module="catalog"><title>Categories</title></action>
348
+ <block type="catalog/seo_sitemap_category" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
349
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
350
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
351
+ <action method="setItemsTitle" translate="title" module="catalog"><title>categories</title></action>
352
+ </block>
353
+ </reference>
354
+ <reference name="seo.sitemap.links">
355
+ <action method="addLink" translate="label title" module="catalog"><label>Products Sitemap</label><url helper="catalog/map/getProductUrl"/><title>Products Sitemap</title></action>
356
+ </reference>
357
+ </catalog_seo_sitemap_category>
358
+
359
+ <catalog_seo_sitemap_category_tree translate="label">
360
+ <label>Catalog Seo Sitemap (Category Tree)</label>
361
+ <reference name="seo.sitemap.container">
362
+ <remove name="seo.sitemap.pager.top" />
363
+ <remove name="seo.sitemap.pager.bottom" />
364
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.top" as="pager_top" template="page/html/pager.phtml"/>
365
+ <block type="catalog/seo_sitemap_tree_pager" name="seo.sitemap.tree.pager.bottom" as="pager_bottom" template="page/html/pager.phtml"/>
366
+ <remove name="seo.sitemap.sitemap" />
367
+ <block type="catalog/seo_sitemap_tree_category" name="seo.sitemap.sitemap_tree" as="sitemap" after="pager_top" template="catalog/seo/tree.phtml">
368
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.top</pager></action>
369
+ <action method="bindPager"><pager>seo.sitemap.tree.pager.bottom</pager></action>
370
+ </block>
371
+ </reference>
372
+ </catalog_seo_sitemap_category_tree>
373
+
374
+ <catalog_seo_sitemap_product translate="label">
375
+ <label>Catalog Seo Sitemap (Product List)</label>
376
+ <reference name="head">
377
+ <action method="setTitle" translate="title" module="catalog"><title>Site Map</title></action>
378
+ </reference>
379
+ <update handle="catalog_seo_sitemap" />
380
+ <reference name="seo.sitemap.container">
381
+ <action method="setTitle" translate="title" module="catalog"><title>Products</title></action>
382
+ <block type="catalog/seo_sitemap_product" name="seo.sitemap.sitemap" as="sitemap" after="pager_top" template="catalog/seo/sitemap.phtml">
383
+ <action method="bindPager"><pager>seo.sitemap.pager.top</pager></action>
384
+ <action method="bindPager"><pager>seo.sitemap.pager.bottom</pager></action>
385
+ <action method="setItemsTitle" translate="title" module="catalog"><title>products</title></action>
386
+ </block>
387
+ </reference>
388
+ <reference name="seo.sitemap.links">
389
+ <action method="addLink" translate="label title" module="catalog"><label>Categories Sitemap</label><url helper="catalog/map/getCategoryUrl"/><title>Categories Sitemap</title></action>
390
+ </reference>
391
+ </catalog_seo_sitemap_product>
392
+ </layout>
app/design/frontend/accessshop/default/layout/local.xml ADDED
@@ -0,0 +1,191 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!--
3
+ /**
4
+ * @category design
5
+ * @package accessshop_lite_default
6
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
7
+ *
8
+ -->
9
+ <layout>
10
+ <default>
11
+ <reference name="head">
12
+ <!-- CSS -->
13
+ <!-- Removing the styles.css -->
14
+ <!--<action method="removeItem"><type>skin_css</type><name>css/styles.css</name></action>-->
15
+ <!-- Adding Css -->
16
+ <action method="addItem"><type>skin_css</type><stylesheet>css/jquery.fancybox.css</stylesheet></action>
17
+ <action method="addItem"><type>skin_css</type><stylesheet>css/nivo-slider.css</stylesheet></action>
18
+ <action method="addItem"><type>skin_css</type><stylesheet>css/sequencejs-theme.modern-slide-in.css</stylesheet></action>
19
+ <action method="addItem"><type>skin_css</type><stylesheet>css/animate.css</stylesheet></action>
20
+ <action method="addItem"><type>skin_css</type><stylesheet>css/reset.css</stylesheet></action>
21
+ <action method="addItem"><type>skin_css</type><stylesheet>css/bootstrap.css</stylesheet></action>
22
+ <action method="addItem"><type>skin_css</type><stylesheet>css/main.css</stylesheet></action>
23
+ <action method="addItem"><type>skin_css</type><stylesheet>css/main-responsive.css</stylesheet></action>
24
+
25
+ <!-- JS -->
26
+ <!-- jQuery -->
27
+ <action method="addItem"><type>skin_js</type><name>js/jquery-1.11.0.min.js</name><params/></action>
28
+ <!-- Adding Javascripts -->
29
+ <action method="addItem"><type>skin_js</type><name>js/jquery.nivo.slider.js</name></action>
30
+ <action method="addItem"><type>skin_js</type><name>js/jquery.carouFredSel-6.2.1.js</name></action>
31
+ <action method="addItem"><type>skin_js</type><name>js/wow.js</name></action>
32
+ <action method="addItem"><type>skin_js</type><name>js/bootstrap.min.js</name></action>
33
+ <action method="addItem"><type>skin_js</type><name>js/jquery.sequence-min.js</name></action>
34
+ <action method="addItem"><type>skin_js</type><name>js/jquery.fancybox.js</name></action>
35
+
36
+ <!-- Custom Scripts in this file -->
37
+ <action method="addItem"><type>skin_js</type><name>js/jquery.scripts.js</name></action>
38
+ </reference>
39
+ <reference name="root">
40
+ <action method="setTemplate">
41
+ <template>page/1column.phtml</template>
42
+ </action>
43
+
44
+ <block type="cms/block" name="before-footer" as="before-footer">
45
+ <action method="setBlockId">
46
+ <block_id>footer-top-block</block_id>
47
+ </action>
48
+ </block>
49
+
50
+ <block type="cms/block" name="home-block-brands">
51
+ <action method="setBlockId"><block_id>home-block-brands</block_id></action>
52
+ </block>
53
+ </reference>
54
+
55
+ <!-- Uncomment these tags to remove selected blocks -->
56
+ <!--
57
+ <remove name="right.reports.product.viewed" />
58
+ <remove name="left.reports.product.viewed" />
59
+ <remove name="catalog.compare.sidebar"/>
60
+ <remove name="right.reports.product.compared"/>
61
+ <remove name="wishlist_sidebar"/>
62
+ <remove name="tags_popular"/>
63
+ <remove name="right.poll"/>
64
+ <remove name="paypal.partner.right.logo"/>
65
+ <remove name="reorder"/>
66
+ -->
67
+
68
+ <remove name="sale.reorder.sidebar"/>
69
+ <remove name="reorder"/>
70
+ <remove name="wishlist_sidebar"/>
71
+ <remove name="cart_sidebar" />
72
+ <remove name="checkout_cart_link" />
73
+ <remove name="paypal.partner.right.logo"/>
74
+ <remove name="left.newsletter"/>
75
+
76
+ <reference name="top.links">
77
+ <block type="checkout/links" name="checkout_link">
78
+ <action method="addCheckoutLink"></action>
79
+ </block>
80
+ </reference>
81
+
82
+ <reference name="header">
83
+ <block type="core/template" name="block_header_links_top_left" as="block_header_links_top_left" template="page/html/header_left_links.phtml" />
84
+ <block type="cms/block" name="block_header_links_right" as="block_header_links_right">
85
+ <action method="setBlockId">
86
+ <block_id>block_header_links_right_middle</block_id>
87
+ </action>
88
+ </block>
89
+ <block type="checkout/cart_sidebar" name="top_cart" as="top_cart" template="checkout/cart/topcart.phtml" before="-">
90
+ <action method="addItemRender"><type>simple</type>
91
+ <block>checkout/cart_item_renderer</block>
92
+ <template>checkout/cart/sidebar/default.phtml</template>
93
+ </action>
94
+ <action method="addItemRender"><type>grouped</type>
95
+ <block>checkout/cart_item_renderer_grouped</block>
96
+ <template>checkout/cart/sidebar/default.phtml</template>
97
+ </action>
98
+ <action method="addItemRender"><type>configurable</type>
99
+ <block>checkout/cart_item_renderer_configurable</block>
100
+ <template>checkout/cart/sidebar/default.phtml</template>
101
+ </action>
102
+ <block type="core/text_list" name="cart_sidebar.extra_actions" as="extra_actions" translate="label" module="checkout">
103
+ <label>Shopping Cart Sidebar Extra Actions</label>
104
+ </block>
105
+ </block>
106
+ </reference>
107
+
108
+ <reference name="footer">
109
+ <block type="cms/block" name="footer-cmslinks" as="footer-cmslinks">
110
+ <action method="setBlockId"><block_id>footer-cmslinks</block_id></action>
111
+ </block>
112
+ <block type="cms/block" name="footer-cmslinks1" as="footer-cmslinks1">
113
+ <action method="setBlockId"><block_id>footer-cmslinks1</block_id></action>
114
+ </block>
115
+ <block type="newsletter/subscribe" name="footer.newsletter" as="footer_newsletter" template="newsletter/subscribe.phtml"/>
116
+ <block type="cms/block" name="footer-contact-info" as="footer-contact-info">
117
+ <action method="setBlockId"><block_id>footer-contact-info</block_id></action>
118
+ </block>
119
+ <block type="cms/block" name="footer-social" as="footer-social">
120
+ <action method="setBlockId"><block_id>footer-social</block_id></action>
121
+ </block>
122
+ <block type="cms/block" name="footer-cards" as="footer-cards">
123
+ <action method="setBlockId"><block_id>footer-cards</block_id></action>
124
+ </block>
125
+
126
+ <block type="cms/block" name="footer-company" as="footer-company">
127
+ <action method="setBlockId"><block_id>footer-company</block_id></action>
128
+ </block>
129
+ </reference>
130
+ </default>
131
+
132
+ <cms_index_index>
133
+ <reference name="root">
134
+ <!-- define the block slider -->
135
+ <block type="cms/block" name="slider" as="slider" translate="label" before="content">
136
+ <action method="setBlockId"><block_id>home-carousel</block_id></action>
137
+ </block>
138
+ </reference>
139
+ <reference name="left">
140
+ <block type="catalog/navigation" before="-" name="leftNav" as="leftNav" template="catalog/navigation/leftnav.phtml"/>
141
+ </reference>
142
+ <reference name="content">
143
+ <block type="cms/block" name="home-slider-below-banner" before="-" after="slider">
144
+ <action method="setBlockId"><block_id>home-block-below-slider</block_id></action>
145
+ </block>
146
+ <block type="categoryfeatured/list" name="home-featured" as="home-featured" template="catalog/product/home-featured.phtml" after="home-slider-below-banner">
147
+ <action method="setData"><key>num_products</key><value>100</value></action>
148
+ <action method="setData"><key>product_per_row</key><value>100</value></action>
149
+ <action method="setData"><key>product_type</key><value>featured</value></action>
150
+ </block>
151
+ <block type="cms/block" name="home-middle-banners" after="home-featured">
152
+ <action method="setBlockId"><block_id>home-middle-banners</block_id></action>
153
+ </block>
154
+ <block type="categorybestsellers/list" name="home-bestsellers" as="home-bestsellers" template="catalog/product/home-best-sellers.phtml" after="home-middle-banners">
155
+ <action method="setData"><key>num_products</key><value>100</value></action>
156
+ <action method="setData"><key>product_per_row</key><value>100</value></action>
157
+ <action method="setData"><key>product_type</key><value>bestsellers</value></action>
158
+ </block>
159
+ <block type="cms/block" name="home-block3">
160
+ <action method="setBlockId"><block_id>home-block-below-best-sellers</block_id></action>
161
+ </block>
162
+ </reference>
163
+ </cms_index_index>
164
+
165
+ <catalog_category_default>
166
+ <reference name="root">
167
+ <action method="setTemplate">
168
+ <template>page/2columns-left.phtml</template>
169
+ </action>
170
+ </reference>
171
+ </catalog_category_default>
172
+ <catalog_category_layered>
173
+ <reference name="root">
174
+ <action method="setTemplate">
175
+ <template>page/2columns-left.phtml</template>
176
+ </action>
177
+ </reference>
178
+ </catalog_category_layered>
179
+
180
+ <catalog_product_view>
181
+
182
+ <reference name="root">
183
+ <action method="setTemplate"><template>page/2columns-right.phtml</template></action>
184
+ </reference>
185
+
186
+ <reference name="product.info">
187
+ <!-- Change review summary template: removed links to review page. IMPORTANT: new template file. -->
188
+ <action method="addReviewSummaryTemplate"><type>default</type><template>review/helper/summary_nolinks.phtml</template></action>
189
+ </reference>
190
+ </catalog_product_view>
191
+ </layout>
app/design/frontend/accessshop/default/layout/poll.xml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <!--
3
+ /**
4
+ * @category design
5
+ * @package accessshop_lite_default
6
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
7
+ *
8
+ -->
9
+ <layout version="0.1.0">
10
+
11
+ <!--
12
+ Default layout, loads most of the pages
13
+ -->
14
+
15
+ <default>
16
+
17
+ <!-- Mage_Poll -->
18
+ <reference name="left">
19
+ <block type="poll/activePoll" name="left.poll">
20
+ <action method="setPollTemplate"><template>poll/active.phtml</template><type>poll</type></action>
21
+ <action method="setPollTemplate"><template>poll/result.phtml</template><type>results</type></action>
22
+ </block>
23
+ </reference>
24
+ <reference name="right">
25
+ <block type="poll/activePoll" name="right.poll">
26
+ <action method="setPollTemplate"><template>poll/active.phtml</template><type>poll</type></action>
27
+ <action method="setPollTemplate"><template>poll/result.phtml</template><type>results</type></action>
28
+ </block>
29
+ </reference>
30
+
31
+ </default>
32
+
33
+ <!--
34
+ Customer account home dashboard layout
35
+ -->
36
+
37
+ <customer_account_index>
38
+ <reference name="right">
39
+ <action method="unsetChild"><name>right.poll</name></action>
40
+ </reference>
41
+ </customer_account_index>
42
+
43
+ </layout>
app/design/frontend/accessshop/default/template/callouts/left_col.phtml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Controlled from poll.xml
8
+ */
9
+ ?>
10
+ <div class="block block-banner">
11
+ <div class="block-content">
12
+ <?php if(strtolower(substr($this->getLinkUrl(),0,4))==='http'): ?>
13
+ <a href="<?php echo $this->getLinkUrl() ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
14
+ <?php elseif($this->getLinkUrl()): ?>
15
+ <a href="<?php echo $this->getUrl($this->getLinkUrl()) ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
16
+ <?php endif; ?>
17
+ <img src="<?php echo $this->getSkinUrl($this->getImgSrc()) ?>"<?php if(!$this->getLinkUrl()): ?> title="<?php echo $this->__($this->getImgAlt()) ?>"<?php endif; ?> alt="<?php echo $this->__($this->getImgAlt()) ?>" />
18
+ <?php if($this->getLinkUrl()): ?>
19
+ </a>
20
+ <?php endif ?>
21
+ </div>
22
+ </div>
app/design/frontend/accessshop/default/template/callouts/right_col.phtml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Controlled from poll.xml
8
+ */
9
+ ?>
10
+ <div class="block block-banner">
11
+ <div class="block-content">
12
+ <?php if(strtolower(substr($this->getLinkUrl(),0,4))==='http'): ?>
13
+ <a href="<?php echo $this->getLinkUrl() ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
14
+ <?php elseif($this->getLinkUrl()): ?>
15
+ <a href="<?php echo $this->getUrl($this->getLinkUrl()) ?>" title="<?php echo $this->__($this->getImgAlt()) ?>">
16
+ <?php endif; ?>
17
+ <img src="<?php echo $this->getSkinUrl($this->getImgSrc()) ?>"<?php if(!$this->getLinkUrl()): ?> title="<?php echo $this->__($this->getImgAlt()) ?>"<?php endif; ?> alt="<?php echo $this->__($this->getImgAlt()) ?>" />
18
+ <?php if($this->getLinkUrl()): ?>
19
+ </a>
20
+ <?php endif ?>
21
+ </div>
22
+ </div>
app/design/frontend/accessshop/default/template/catalog/category/view.phtml ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ * ** Category view template
7
+ * @see Mage_Catalog_Block_Category_View
8
+ */
9
+ ?>
10
+ <?php
11
+ $_helper = $this->helper('catalog/output');
12
+ $_category = $this->getCurrentCategory();
13
+ $_imgHtml = '';
14
+ if ($_imgUrl = $_category->getImageUrl()) {
15
+ $_imgHtml = '<p class="category-image"><img src="'.$_imgUrl.'" alt="'.$this->escapeHtml($_category->getName()).'" title="'.$this->escapeHtml($_category->getName()).'" /></p>';
16
+ $_imgHtml = $_helper->categoryAttribute($_category, $_imgHtml, 'image');
17
+ }
18
+ ?>
19
+ <div class="page-title category-title">
20
+ <?php if($this->IsRssCatalogEnable() && $this->IsTopCategory()): ?>
21
+ <a href="<?php echo $this->getRssLink() ?>" class="link-rss"><?php echo $this->__('Subscribe to RSS Feed') ?></a>
22
+ <?php endif; ?>
23
+ <h1><?php echo $_helper->categoryAttribute($_category, $_category->getName(), 'name') ?></h1>
24
+ </div>
25
+
26
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
27
+
28
+ <?php if($_imgUrl): ?>
29
+ <?php echo $_imgHtml ?>
30
+ <?php endif; ?>
31
+
32
+ <?php if($_description=$this->getCurrentCategory()->getDescription()): ?>
33
+ <div class="category-description std">
34
+ <?php echo $_helper->categoryAttribute($_category, $_description, 'description') ?>
35
+ </div>
36
+ <?php endif; ?>
37
+
38
+ <?php if($this->isContentMode()): ?>
39
+ <?php echo $this->getCmsBlockHtml() ?>
40
+
41
+ <?php elseif($this->isMixedMode()): ?>
42
+ <?php echo $this->getCmsBlockHtml() ?>
43
+ <?php echo $this->getProductListHtml() ?>
44
+
45
+ <?php else: ?>
46
+ <?php echo $this->getProductListHtml() ?>
47
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/catalog/navigation/left.phtml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ * Category left navigation
7
+ * @see Mage_Catalog_Block_Navigation
8
+ */
9
+ ?>
10
+ <?php if (!Mage::registry('current_category')) return ?>
11
+ <?php $_categories = $this->getCurrentChildCategories() ?>
12
+ <?php $_count = is_array($_categories)?count($_categories):$_categories->count(); ?>
13
+ <?php if($_count): ?>
14
+ <div class="block block-layered-nav block-layered-nav--no-filters">
15
+ <div class="block-title">
16
+ <strong><span><?php echo $this->__('Browse By') ?></span></strong>
17
+ </div>
18
+ <div class="block-content toggle-content open">
19
+ <p class="block-subtitle block-subtitle--filter"><?php echo $this->__('Filter') ?></p>
20
+ <dl id="narrow-by-list2">
21
+ <dt><?php echo $this->__('Category') ?></dt>
22
+ <dd>
23
+ <ol>
24
+ <?php foreach ($_categories as $_category): ?>
25
+ <?php if($_category->getIsActive()): ?>
26
+ <li>
27
+ <a href="<?php echo $this->getCategoryUrl($_category) ?>"<?php if ($this->isCategoryActive($_category)): ?> class="current"<?php endif; ?>>
28
+ <?php echo $this->escapeHtml($_category->getName()) ?>
29
+ <span class="count">(<?php echo $_category->getProductCount() ?>)</span>
30
+ </a>
31
+ </li>
32
+ <?php endif; ?>
33
+ <?php endforeach ?>
34
+ </ol>
35
+ </dd>
36
+ </dl>
37
+ <script type="text/javascript">decorateDataList('narrow-by-list2')</script>
38
+ </div>
39
+ </div>
40
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/catalog/navigation/leftnav.phtml ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="block block-leftnav">
9
+ <div class="block-title">
10
+ <strong>
11
+ <?php echo $this->__('Categories') ?>
12
+ </strong>
13
+ </div>
14
+ <div class="block-content">
15
+ <div >
16
+ <ul class="sidenav-cat" id="home-side-menu">
17
+ <?php foreach ($this->getStoreCategories() as $_category): ?>
18
+ <?php if($_category->name!=""): ?>
19
+ <?php echo $this->drawItem($_category); ?>
20
+ <?php endif?>
21
+ <?php endforeach ?>
22
+ </ul>
23
+ </div>
24
+ </div>
25
+ </div>
app/design/frontend/accessshop/default/template/catalog/product/home-best-sellers.phtml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="clear"></div>
9
+ <?php
10
+ $_perrow = $this->getProductsPerRow();
11
+ $_helper = $this->helper('catalog/output');
12
+ $_productCollection = $this->_getAllProducts();
13
+ $i=0;
14
+ ?>
15
+ <div class="best-sales">
16
+ <div class="best-sales-title bestSellerHeader">
17
+ <h2>BEST SELLERS</h2>
18
+ <div class="slidercontrols">
19
+ <a class="prev" id="prev1" href="#">Prev</a>
20
+ <a class="next" id="next1" href="#">Next</a>
21
+ </div>
22
+ </div>
23
+ <div class="home-best-sellers">
24
+ <?php if (!$_productCollection->count()): ?>
25
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
26
+ <?php else: ?>
27
+ <div class="category-products list_carousel responsive">
28
+ <?php $_collectionSize = $_productCollection->count() ?>
29
+ <?php
30
+ $_columnCount = $this->getColumnCount();
31
+ $count=0.2;
32
+ ?>
33
+
34
+ <ul class="products-grid carousel hover-effect" data-carousel-prev="#prev1" data-carousel-next="#next1">
35
+ <?php foreach ($_productCollection as $_product): ?>
36
+ <li class="wow flipInY item<?php if ($i == 0): ?> first<?php elseif ($i == ($_collectionSize-1)): ?> last<?php endif; ?>" data-wow-delay="<?php echo $count ?>s">
37
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="productimage">
38
+ <img src="<?php echo $this->helper('catalog/image')->init($_product,'small_image')->resize(200,300); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="imgresponsive" />
39
+ <?php
40
+ $specialPrice = number_format($_product->getFinalPrice(), 2);
41
+ $regularPrice = number_format($_product->getPrice(), 2);
42
+ if ($specialPrice != $regularPrice)
43
+ {
44
+ ?><label class="sale-label">SALE</label><?php
45
+ }
46
+ ?>
47
+ </a>
48
+ <div class="product-desc-bestsales">
49
+ <h3 class="panel-title product-name">
50
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
51
+ <?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
52
+ </a>
53
+ </h3>
54
+ <?php echo $this->getPriceHtml($_product, true) ?>
55
+ </div>
56
+ <div class="display-onhover">
57
+ <div class="actions clearer">
58
+ <?php if($_product->isSaleable()): ?>
59
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><i class="fa fa-shopping-cart"></i></span></span></button>
60
+ <?php else: ?>
61
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
62
+ <?php endif; ?>
63
+ </div>
64
+ <ul class="add-to-links">
65
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
66
+ <li><a title="<?php echo $this->__('Add to Wishlist') ?>" href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><i class="fa fa-heart"></i></a></li>
67
+ <?php endif; ?>
68
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
69
+ <li>
70
+ <a title="<?php echo $this->__('Add to Compare') ?>" href="<?php echo $_compareUrl ?>" class="link-compare"><i class="fa fa-link"></i></a></li>
71
+ <?php endif; ?>
72
+ </ul>
73
+ </div>
74
+ </li>
75
+ <?php
76
+ $count+=0.5;
77
+ $i++; endforeach
78
+ ?>
79
+ </ul>
80
+ </div>
81
+ <?php endif; ?>
82
+ </div>
83
+
84
+ </div>
85
+ <div class="clear"></div>
app/design/frontend/accessshop/default/template/catalog/product/home-featured.phtml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="clear"></div>
9
+ <?php
10
+ $_perrow = $this->getProductsPerRow();
11
+ $_helper = $this->helper('catalog/output');
12
+ $_productCollection = $this->_getAllProducts();
13
+ $i=0;
14
+ ?>
15
+ <div class="best-sales">
16
+ <div class="best-sales-title">
17
+ <h2>FEATURED PRODUCTS</h2>
18
+ <div class="slidercontrols">
19
+ <a class="prev" id="prev2" href="#">Prev</a>
20
+ <a class="next" id="next2" href="#">Next</a>
21
+ </div>
22
+ </div>
23
+
24
+ <div class="home-best-sellers">
25
+ <?php if (!$_productCollection->count()): ?>
26
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
27
+ <?php else: ?>
28
+ <div class="category-products list_carousel responsive">
29
+ <?php $_collectionSize = $_productCollection->count() ?>
30
+ <?php
31
+ $_columnCount = $this->getColumnCount();
32
+ $count=0.2;
33
+ ?>
34
+ <ul class="products-grid carousel hover-effect" data-carousel-prev="#prev2" data-carousel-next="#next2">
35
+ <?php foreach ($_productCollection as $_product): ?>
36
+ <li class="wow flipInY item<?php if ($i == 0): ?> first<?php elseif ($i == ($_collectionSize-1)): ?> last<?php endif; ?>" data-wow-delay="<?php echo $count ?>s">
37
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="productimage">
38
+ <img src="<?php echo $this->helper('catalog/image')->init($_product,'small_image')->resize(200,300); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="imgresponsive" />
39
+ <?php
40
+ $specialPrice = number_format($_product->getFinalPrice(), 2);
41
+ $regularPrice = number_format($_product->getPrice(), 2);
42
+ if ($specialPrice != $regularPrice)
43
+ {
44
+ ?><label class="sale-label">SALE</label><?php
45
+ }
46
+ ?>
47
+ </a>
48
+ <div class="product-desc-bestsales">
49
+ <h3 class="panel-title product-name">
50
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
51
+ <?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
52
+ </a>
53
+ </h3>
54
+ <?php echo $this->getPriceHtml($_product, true) ?>
55
+ </div>
56
+ <div class="display-onhover">
57
+ <div class="actions clearer">
58
+ <?php if($_product->isSaleable()): ?>
59
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><i class="fa fa-shopping-cart"></i></span></span></button>
60
+ <?php else: ?>
61
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
62
+ <?php endif; ?>
63
+ </div>
64
+ <ul class="add-to-links">
65
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
66
+ <li><a title="<?php echo $this->__('Add to Wishlist') ?>" href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><i class="fa fa-heart"></i></a></li>
67
+ <?php endif; ?>
68
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
69
+ <li>
70
+ <a title="<?php echo $this->__('Add to Compare') ?>" href="<?php echo $_compareUrl ?>" class="link-compare"><i class="fa fa-link"></i></a></li>
71
+ <?php endif; ?>
72
+ </ul>
73
+ </div>
74
+ </li>
75
+ <?php
76
+ $count+=0.5;
77
+ $i++; endforeach
78
+ ?>
79
+ </ul>
80
+ </div>
81
+ <?php endif; ?>
82
+ </div>
83
+
84
+ </div>
85
+ <div class="clear"></div>
app/design/frontend/accessshop/default/template/catalog/product/list.phtml ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Product list template
8
+ * @see Mage_Catalog_Block_Product_List
9
+ */
10
+ ?>
11
+ <?php
12
+ $_productCollection=$this->getLoadedProductCollection();
13
+ $_helper = $this->helper('catalog/output');
14
+ ?>
15
+
16
+ <?php if(!$_productCollection->count()): ?>
17
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
18
+ <?php else: ?>
19
+ <div class="category-products">
20
+ <?php echo $this->getToolbarHtml() ?>
21
+ <div class="row">
22
+ <?php // List mode ?>
23
+ <?php if($this->getMode()!='grid'): ?>
24
+ <?php $_iterator = 0; ?>
25
+ <ol class="products-list hover-effect" id="products-list">
26
+ <?php foreach ($_productCollection as $_product): ?>
27
+ <li class="item<?php if( ++$_iterator == sizeof($_productCollection) ): ?> last<?php endif; ?> col-md-12">
28
+ <?php // Product Image ?>
29
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(135); ?>" width="135" height="135" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" /></a>
30
+ <?php // Product description ?>
31
+ <div class="product-shop">
32
+ <div class="f-fix">
33
+ <?php $_productNameStripped = $this->stripTags($_product->getName(), null, true); ?>
34
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped; ?>"><?php echo $_helper->productAttribute($_product, $_product->getName() , 'name'); ?></a></h2>
35
+
36
+ <div class="desc std">
37
+ <?php echo $_helper->productAttribute($_product, $_product->getShortDescription(), 'short_description') ?>
38
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $_productNameStripped ?>" class="link-learn"><?php echo $this->__('Learn More') ?></a>
39
+ </div>
40
+
41
+
42
+ <?php if($_product->getRatingSummary()): ?>
43
+ <?php echo $this->getReviewsSummaryHtml($_product) ?>
44
+ <?php endif; ?>
45
+ <?php echo $this->getPriceHtml($_product, true) ?>
46
+
47
+ <div class="display-onhover">
48
+ <div class="actions clearer">
49
+ <?php if($_product->isSaleable()): ?>
50
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><i class="fa fa-shopping-cart"></i></span></span></button>
51
+ <?php else: ?>
52
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
53
+ <?php endif; ?>
54
+ </div>
55
+ <ul class="add-to-links">
56
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
57
+ <li><a title="<?php echo $this->__('Add to Wishlist') ?>" href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><i class="fa fa-heart"></i></a></li>
58
+ <?php endif; ?>
59
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
60
+ <li>
61
+ <a title="<?php echo $this->__('Add to Compare') ?>" href="<?php echo $_compareUrl ?>" class="link-compare"><i class="fa fa-link"></i></a></li>
62
+ <?php endif; ?>
63
+ </ul>
64
+ </div>
65
+ </div>
66
+ </div>
67
+ </li>
68
+ <?php endforeach; ?>
69
+ </ol>
70
+ <script type="text/javascript">decorateList('products-list', 'none-recursive')</script>
71
+
72
+ <?php else: ?>
73
+
74
+ <?php // Grid Mode ?>
75
+
76
+ <?php $_collectionSize = $_productCollection->count() ?>
77
+ <?php $_columnCount = 4;//$this->getColumnCount(); ?>
78
+ <?php $i=0; foreach ($_productCollection as $_product): ?>
79
+ <?php if ($i++%$_columnCount==0): ?>
80
+ <ul class="products-grid hover-effect">
81
+ <?php endif ?>
82
+ <li class="item<?php if(($i-1)%$_columnCount==0): ?> first<?php elseif($i%$_columnCount==0): ?> last<?php endif; ?> col-sm-<?php echo (int)(12/$_columnCount);?>">
83
+
84
+ <div class="product-image-wrapper">
85
+
86
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="productimage">
87
+ <img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(160,220); ?>" width="160" height="220" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" />
88
+ </a>
89
+
90
+ <div class="display-onhover">
91
+ <div class="actions clearer">
92
+ <?php if($_product->isSaleable()): ?>
93
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><i class="fa fa-shopping-cart"></i></span></span></button>
94
+ <?php else: ?>
95
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
96
+ <?php endif; ?>
97
+ </div>
98
+ <ul class="add-to-links">
99
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
100
+ <li><a title="<?php echo $this->__('Add to Wishlist') ?>" href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><i class="fa fa-heart"></i></a></li>
101
+ <?php endif; ?>
102
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
103
+ <li>
104
+ <a title="<?php echo $this->__('Add to Compare') ?>" href="<?php echo $_compareUrl ?>" class="link-compare"><i class="fa fa-link"></i></a></li>
105
+ <?php endif; ?>
106
+ </ul>
107
+ </div>
108
+ </div>
109
+ <div class="product-desc-bestsales">
110
+ <h3 class="panel-title product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></a>
111
+ </h3>
112
+
113
+ <?php echo $this->getPriceHtml($_product, true) ?>
114
+ </div>
115
+ </li>
116
+ <?php if ($i%$_columnCount==0 || $i==$_collectionSize): ?>
117
+ </ul>
118
+ <?php endif ?>
119
+ <?php endforeach ?>
120
+ <script type="text/javascript">decorateGeneric($$('ul.products-grid'), ['odd','even','first','last'])</script>
121
+ <?php endif; ?>
122
+ </div>
123
+ <div class="toolbar-bottom">
124
+ <?php echo $this->getToolbarHtml() ?>
125
+ </div>
126
+ </div>
127
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/catalog/product/list/related.phtml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="clear"></div>
9
+ <?php
10
+ $_productCollection = $this->getItems();
11
+ $_helper = $this->helper('catalog/output');
12
+ $i=0;
13
+ //echo count($_productCollection);
14
+ ?>
15
+ <div class="related-add-to-wishlist-prducts">
16
+ <div class="best-sales-title">
17
+ <h2>RELATED PRODUCT(S)</h2>
18
+ <div class="slidercontrols">
19
+ <a class="prev" id="prev4" href="#">Prev</a>
20
+ <a class="next" id="next4" href="#">Next</a>
21
+ </div>
22
+ </div>
23
+
24
+ <div class="related-items">
25
+ <?php if (!count($_productCollection)): ?>
26
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
27
+ <?php else: ?>
28
+ <div class="category-products list_carousel responsive">
29
+ <?php $_collectionSize = count($_productCollection); ?>
30
+ <?php
31
+ $_columnCount = $this->getColumnCount();
32
+ $count=0.2;
33
+ ?>
34
+ <ul class="products-grid carousel hover-effect" data-carousel-prev="#prev4" data-carousel-next="#next4">
35
+ <?php foreach ($_productCollection as $_product): ?>
36
+ <li class="wow flipInY item<?php if ($i == 0): ?> first<?php elseif ($i == ($_collectionSize-1)): ?> last<?php endif; ?>" data-wow-delay="<?php echo $count ?>s">
37
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="productimage">
38
+ <img src="<?php echo $this->helper('catalog/image')->init($_product,'small_image')->resize(200,300); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="imgresponsive" />
39
+ <?php
40
+ $specialPrice = number_format($_product->getFinalPrice(), 2);
41
+ $regularPrice = number_format($_product->getPrice(), 2);
42
+ if ($specialPrice != $regularPrice)
43
+ {
44
+ ?><label class="sale-label">SALE</label><?php
45
+ }
46
+ ?>
47
+ </a>
48
+ <div class="product-desc-bestsales">
49
+ <h3 class="panel-title product-name">
50
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
51
+ <?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
52
+ </a>
53
+ </h3>
54
+ <?php echo $this->getPriceHtml($_product, true) ?>
55
+ </div>
56
+ <div class="display-onhover">
57
+ <div class="actions clearer">
58
+ <?php if($_product->isSaleable()): ?>
59
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><i class="fa fa-shopping-cart"></i></span></span></button>
60
+ <?php else: ?>
61
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
62
+ <?php endif; ?>
63
+ </div>
64
+ <ul class="add-to-links">
65
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
66
+ <li><a title="<?php echo $this->__('Add to Wishlist') ?>" href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><i class="fa fa-heart"></i></a></li>
67
+ <?php endif; ?>
68
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
69
+ <li>
70
+ <a title="<?php echo $this->__('Add to Compare') ?>" href="<?php echo $_compareUrl ?>" class="link-compare"><i class="fa fa-link"></i></a></li>
71
+ <?php endif; ?>
72
+ </ul>
73
+ </div>
74
+ </li>
75
+ <?php
76
+ $count+=0.5;
77
+ $i++; endforeach
78
+ ?>
79
+ </ul>
80
+ </div>
81
+ <?php endif; ?>
82
+ </div>
83
+
84
+ </div>
85
+ <div class="clear"></div>
app/design/frontend/accessshop/default/template/catalog/product/list/toolbar.phtml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ ***
7
+ * Product list toolbar
8
+ *
9
+ * @see Mage_Catalog_Block_Product_List_Toolbar
10
+ */
11
+ ?>
12
+ <?php if($this->getCollection()->getSize()): ?>
13
+ <div class="toolbar clearfix">
14
+ <?php if( $this->isExpanded() ): ?>
15
+ <div class="sorter">
16
+ <?php if($this->getLastPageNum()>1): ?>
17
+ <p class="amount amount--has-pages">
18
+ <?php echo $this->__('%s-%s of %s', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
19
+ </p>
20
+ <?php else: ?>
21
+ <p class="amount amount--no-pages">
22
+ <strong><?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?></strong>
23
+ </p>
24
+ <?php endif; ?>
25
+ <div class="sort-by">
26
+ <label><?php echo $this->__('Sort By') ?></label>
27
+ <select onchange="setLocation(this.value)" title="<?php echo $this->__('Sort By') ?>">
28
+ <?php foreach($this->getAvailableOrders() as $_key=>$_order): ?>
29
+ <option value="<?php echo $this->getOrderUrl($_key, 'asc') ?>"<?php if($this->isOrderCurrent($_key)): ?> selected="selected"<?php endif; ?>>
30
+ <?php echo $this->__($_order) ?>
31
+ </option>
32
+ <?php endforeach; ?>
33
+ </select>
34
+ <?php if($this->getCurrentDirection() == 'desc'): ?>
35
+ <a href="<?php echo $this->getOrderUrl(null, 'asc') ?>" class="sort-by-switcher sort-by-switcher--desc" title="<?php echo $this->__('Set Ascending Direction') ?>"><i class="fa fa-sort-amount-asc"></i></a>
36
+ <?php else: ?>
37
+ <a href="<?php echo $this->getOrderUrl(null, 'desc') ?>" class="sort-by-switcher sort-by-switcher--asc" title="<?php echo $this->__('Set Descending Direction') ?>"><i class="fa fa-sort-amount-desc"></i></a>
38
+ <?php endif; ?>
39
+ </div>
40
+ <div class="limiter">
41
+ <label><?php echo $this->__('Show') ?></label>
42
+ <select onchange="setLocation(this.value)" title="<?php echo $this->__('Results per page'); ?>">
43
+ <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
44
+ <option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
45
+ <?php echo $_limit ?>
46
+ </option>
47
+ <?php endforeach; ?>
48
+ </select>
49
+ </div>
50
+ <?php if( $this->isEnabledViewSwitcher() ): ?>
51
+ <p class="view-mode">
52
+ <?php $_modes = $this->getModes(); ?>
53
+ <?php if($_modes && count($_modes)>1): ?>
54
+ <label><?php echo $this->__('View as') ?></label>
55
+ <?php foreach ($this->getModes() as $_code=>$_label): ?>
56
+ <?php if($this->isModeActive($_code)): ?>
57
+ <span title="<?php echo $_label ?>" class="<?php echo strtolower($_code); ?>"><i class="fa <?php echo($_code=='grid')?"fa-th":"fa-th-list";?>"></i></span>
58
+ <?php else: ?>
59
+ <a href="<?php echo $this->getModeUrl($_code) ?>" title="<?php echo $_label ?>" class="<?php echo strtolower($_code); ?>"><i class="fa <?php echo($_code=='grid')?"fa-th":"fa-th-list";?>"></i></a>
60
+ <?php endif; ?>
61
+ <?php endforeach; ?>
62
+ <?php endif; ?>
63
+ </p>
64
+ <?php endif; ?>
65
+ <?php echo $this->getPagerHtml() ?>
66
+ </div>
67
+ <?php endif; ?>
68
+ </div>
69
+ <?php endif ?>
app/design/frontend/accessshop/default/template/catalog/product/list/upsell.phtml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="clear"></div>
9
+ <?php
10
+ $_productCollection = $this->getItemCollection()->getItems();
11
+ $_helper = $this->helper('catalog/output');
12
+ $i=0;
13
+ //echo count($_productCollection);
14
+ ?>
15
+ <div class="upsell-prducts">
16
+ <div class="best-sales-title">
17
+ <h2>UPSELL PRODUCT(S)</h2>
18
+ <div class="slidercontrols">
19
+ <a class="prev" id="prev2" href="#">Prev</a>
20
+ <a class="next" id="next2" href="#">Next</a>
21
+ </div>
22
+ </div>
23
+
24
+ <div class="upsell-items">
25
+ <?php if (!count($_productCollection)): ?>
26
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
27
+ <?php else: ?>
28
+ <div class="category-products list_carousel responsive">
29
+ <?php $_collectionSize = count($_productCollection); ?>
30
+ <?php
31
+ $_columnCount = $this->getColumnCount();
32
+ $count=0.2;
33
+ ?>
34
+ <ul class="products-grid carousel hover-effect" data-carousel-prev="#prev2" data-carousel-next="#next2">
35
+ <?php foreach ($_productCollection as $_product): ?>
36
+ <li class="wow flipInY item<?php if ($i == 0): ?> first<?php elseif ($i == ($_collectionSize-1)): ?> last<?php endif; ?>" data-wow-delay="<?php echo $count ?>s">
37
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="productimage">
38
+ <img src="<?php echo $this->helper('catalog/image')->init($_product,'small_image')->resize(200,300); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="imgresponsive" />
39
+ <?php
40
+ $specialPrice = number_format($_product->getFinalPrice(), 2);
41
+ $regularPrice = number_format($_product->getPrice(), 2);
42
+ if ($specialPrice != $regularPrice)
43
+ {
44
+ ?><label class="sale-label">SALE</label><?php
45
+ }
46
+ ?>
47
+ </a>
48
+ <div class="product-desc-bestsales">
49
+ <h3 class="panel-title product-name">
50
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
51
+ <?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
52
+ </a>
53
+ </h3>
54
+ <?php echo $this->getPriceHtml($_product, true) ?>
55
+ </div>
56
+ <div class="display-onhover">
57
+ <div class="actions clearer">
58
+ <?php if($_product->isSaleable()): ?>
59
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><i class="fa fa-shopping-cart"></i></span></span></button>
60
+ <?php else: ?>
61
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
62
+ <?php endif; ?>
63
+ </div>
64
+ <ul class="add-to-links">
65
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
66
+ <li><a title="<?php echo $this->__('Add to Wishlist') ?>" href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><i class="fa fa-heart"></i></a></li>
67
+ <?php endif; ?>
68
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
69
+ <li>
70
+ <a title="<?php echo $this->__('Add to Compare') ?>" href="<?php echo $_compareUrl ?>" class="link-compare"><i class="fa fa-link"></i></a></li>
71
+ <?php endif; ?>
72
+ </ul>
73
+ </div>
74
+ </li>
75
+ <?php
76
+ $count+=0.5;
77
+ $i++; endforeach
78
+ ?>
79
+ </ul>
80
+ </div>
81
+ <?php endif; ?>
82
+ </div>
83
+
84
+ </div>
85
+ <div class="clear"></div>
app/design/frontend/accessshop/default/template/catalog/product/view.phtml ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Product view template
8
+ * @see Mage_Catalog_Block_Product_View
9
+ * @see Mage_Review_Block_Product_View
10
+ */
11
+ ?>
12
+ <?php $_helper = $this->helper('catalog/output'); ?>
13
+ <?php $_product = $this->getProduct(); ?>
14
+ <script type="text/javascript">
15
+ var optionsPrice = new Product.OptionsPrice(<?php echo $this->getJsonConfig() ?>);
16
+ </script>
17
+ <div id="messages_product_view"><?php echo $this->getMessagesBlock()->getGroupedHtml() ?></div>
18
+ <div class="product-view">
19
+
20
+ <div class="product-essential">
21
+ <form action="<?php echo $this->getSubmitUrl($_product) ?>" method="post" id="product_addtocart_form"<?php if($_product->getOptions()): ?> enctype="multipart/form-data"<?php endif; ?>>
22
+ <?php echo $this->getBlockHtml('formkey') ?>
23
+ <div class="no-display">
24
+ <input type="hidden" name="product" value="<?php echo $_product->getId() ?>" />
25
+ <input type="hidden" name="related_product" id="related-products-field" value="" />
26
+ </div>
27
+
28
+ <div class="row">
29
+ <div class="product-img-column col-sm-5">
30
+ <?php echo $this->getChildHtml('media') ?>
31
+ </div>
32
+ <div class="product-shop col-sm-7">
33
+ <div class="product-name">
34
+ <h1><?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?></h1>
35
+ </div>
36
+
37
+ <?php echo $this->getReviewsSummaryHtml($_product, false, true)?>
38
+
39
+ <?php if ($_product->getShortDescription()):?>
40
+ <div class="short-description">
41
+ <!--<h2><?php //echo $this->__('Quick Overview') ?></h2>-->
42
+ <div class="std"><?php echo $_helper->productAttribute($_product, nl2br($_product->getShortDescription()), 'short_description') ?></div>
43
+ </div>
44
+ <?php endif;?>
45
+
46
+ <div class="product-details">
47
+ <?php echo $this->getChildHtml('alert_urls') ?>
48
+ <div class="product-type-data">
49
+ <?php echo $this->getChildHtml('product_type_data') ?>
50
+ <?php echo $this->getTierPriceHtml() ?>
51
+ </div>
52
+ <?php echo $this->getChildHtml('extrahint') ?>
53
+
54
+ <?php if (!$this->hasOptions()):?>
55
+ <div class="add-to-box">
56
+ <?php if($_product->isSaleable()): ?>
57
+ <?php echo $this->getChildHtml('addtocart') ?>
58
+ <?php if( $this->helper('wishlist')->isAllow() || $_compareUrl=$this->helper('catalog/product_compare')->getAddUrl($_product)): ?>
59
+ <span class="or"><?php echo $this->__('OR') ?></span>
60
+ <?php endif; ?>
61
+ <?php endif; ?>
62
+ <?php echo $this->getChildHtml('addto') ?>
63
+ </div>
64
+ <?php echo $this->getChildHtml('extra_buttons') ?>
65
+ <?php elseif (!$_product->isSaleable()): ?>
66
+ <div class="add-to-box">
67
+ <?php echo $this->getChildHtml('addto') ?>
68
+ </div>
69
+ <?php endif; ?>
70
+
71
+ <?php echo $this->getChildHtml('other');?>
72
+
73
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
74
+ <?php echo $this->getChildChildHtml('container1', '', true, true) ?>
75
+ <?php endif;?>
76
+
77
+
78
+ </div>
79
+ </div>
80
+ <div class="clearer"></div>
81
+ <?php if ($_product->isSaleable() && $this->hasOptions()):?>
82
+ <?php echo $this->getChildChildHtml('container2', '', true, true) ?>
83
+ <?php endif;?>
84
+ </div>
85
+
86
+ </form>
87
+ <script type="text/javascript">
88
+ //<![CDATA[
89
+ var productAddToCartForm = new VarienForm('product_addtocart_form');
90
+ productAddToCartForm.submit = function(button, url) {
91
+ if (this.validator.validate()) {
92
+ var form = this.form;
93
+ var oldUrl = form.action;
94
+
95
+ if (url) {
96
+ form.action = url;
97
+ }
98
+ var e = null;
99
+ try {
100
+ this.form.submit();
101
+ } catch (e) {
102
+ }
103
+ this.form.action = oldUrl;
104
+ if (e) {
105
+ throw e;
106
+ }
107
+
108
+ if (button && button != 'undefined') {
109
+ button.disabled = true;
110
+ }
111
+ }
112
+ }.bind(productAddToCartForm);
113
+
114
+ productAddToCartForm.submitLight = function(button, url){
115
+ if(this.validator) {
116
+ var nv = Validation.methods;
117
+ delete Validation.methods['required-entry'];
118
+ delete Validation.methods['validate-one-required'];
119
+ delete Validation.methods['validate-one-required-by-name'];
120
+ // Remove custom datetime validators
121
+ for (var methodName in Validation.methods) {
122
+ if (methodName.match(/^validate-datetime-.*/i)) {
123
+ delete Validation.methods[methodName];
124
+ }
125
+ }
126
+
127
+ if (this.validator.validate()) {
128
+ if (url) {
129
+ this.form.action = url;
130
+ }
131
+ this.form.submit();
132
+ }
133
+ Object.extend(Validation.methods, nv);
134
+ }
135
+ }.bind(productAddToCartForm);
136
+ //]]>
137
+ </script>
138
+ </div>
139
+
140
+ <div class="product-collateral">
141
+ <?php /* foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
142
+ <div class="box-collateral <?php echo "box-{$alias}"?>">
143
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
144
+ <h2><?php echo $this->escapeHtml($title); ?></h2>
145
+ <?php endif;?>
146
+ <?php echo $html; ?>
147
+ </div>
148
+ <?php endforeach;*/?>
149
+ <?php
150
+ $customtab1 = Mage::getModel('cms/block')->load('custom-tab1');
151
+ $customtab2 = Mage::getModel('cms/block')->load('custom-tab2');
152
+ ?>
153
+
154
+ <ul class="nav nav-tabs" role="tablist">
155
+ <?php $i=0; foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
156
+ <li class="<?php if($i==0){echo "active";}?>">
157
+ <a data-toggle="tab" href="#<?php echo "box-{$alias}"?>">
158
+ <?php if ($title = $this->getChildData($alias, 'title')):?>
159
+ <?php echo ($title!='')?$title:ucwords($alias); ?>
160
+ <?php else:?>
161
+ <?php echo ucwords($alias); ?>
162
+ <?php endif;?>
163
+ </a>
164
+ </li>
165
+ <?php $i++; endforeach;?>
166
+ <li><a data-toggle="tab" class="reviews" name="reviews-tab" href="#reviews">Reviews</a></li>
167
+ <li><a data-toggle="tab" href="#product-tags">Tags</a></li>
168
+ <li><a data-toggle="tab" href="#custom-tab1"><?php echo($customtab1->getTitle()!='')?$customtab1->getTitle():'Custom Tab 1';?></a></li>
169
+ <li><a data-toggle="tab" href="#custom-tab2"><?php echo($customtab2->getTitle()!='')?$customtab2->getTitle():'Custom Tab 2';?></a></li>
170
+ </ul>
171
+ <div class="tab-content">
172
+ <?php $i=0; foreach ($this->getChildGroup('detailed_info', 'getChildHtml') as $alias => $html):?>
173
+ <div id="<?php echo "box-{$alias}"?>" class="tab-pane fade in <?php if($i==0){echo "active";}?>">
174
+ <?php echo $html; ?>
175
+ </div>
176
+ <?php $i++; endforeach;?>
177
+ <div id="reviews" class="tab-pane fade in">
178
+ <?php echo $this->getChildHtml('reviews'); ?>
179
+ </div>
180
+ <div id="product-tags" class="tab-pane fade in">
181
+ <?php echo $this->getChildHtml('product_additional_data') ?>
182
+ </div>
183
+ <div id="custom-tab1" class="tab-pane fade in">
184
+ <?php if($customtab1->getContent()!=''){echo $customtab1->getContent();}
185
+ else{?>
186
+ <h2>Custom Tab Content 1</h2>
187
+ <p>Custom Variants and Options let you create product customization options and fields quickly and easily. Any product can have custom variants and options � this can be configured in its product configuration. Custom variants and options can be created for products as required or non-required options. They can affect the total price of the product by a fixed amount or percentage.
188
+ <br />
189
+ In other words, custom variants and options allow you to make products that are unique and individualized. Whether it�s a gift with a special message, a sweatshirt with custom embroidered text, or anything in between � possibilities are limitless.</p>
190
+ <?php }?>
191
+ </div>
192
+ <div id="custom-tab2" class="tab-pane fade in">
193
+ <?php if($customtab2->getContent()!=''){echo $customtab2->getContent();}
194
+ else{?>
195
+ <h2>Custom Tab Content 2</h2>
196
+ <p>Custom Variants and Options let you create product customization options and fields quickly and easily. Any product can have custom variants and options � this can be configured in its product configuration. Custom variants and options can be created for products as required or non-required options. They can affect the total price of the product by a fixed amount or percentage.
197
+ <br />
198
+ In other words, custom variants and options allow you to make products that are unique and individualized. Whether it�s a gift with a special message, a sweatshirt with custom embroidered text, or anything in between � possibilities are limitless.</p>
199
+ <?php }?>
200
+ </div>
201
+ </div>
202
+ <?php echo $this->getChildHtml('upsell_products') ?>
203
+ <?php //echo $this->getChildHtml('product_additional_data') ?>
204
+ </div>
205
+ </div>
app/design/frontend/accessshop/default/template/catalog/product/view/addto.phtml ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+
9
+ <?php $_product = $this->getProduct(); ?>
10
+ <?php $_wishlistSubmitUrl = $this->helper('wishlist')->getAddUrl($_product); ?>
11
+
12
+ <ul class="add-to-links">
13
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
14
+ <li><a href="<?php echo $_wishlistSubmitUrl ?>" onclick="productAddToCartForm.submitLight(this, this.href); return false;" class="link-wishlist"><?php echo $this->__('<span class="add-wishlist"><i class="fa fa-heart"></i></span> Add to Wishlist') ?></a></li>
15
+ <?php endif; ?>
16
+ <?php
17
+ $_compareUrl = $this->helper('catalog/product_compare')->getAddUrl($_product);
18
+ ?>
19
+ <?php if($_compareUrl) : ?>
20
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('<span class="add-wishlist"><i class="fa fa-link"></i></span> Add to Compare') ?></a></li>
21
+ <?php endif; ?>
22
+ <li>
23
+ <span class="st_sharethis_custom"><a href="javascript:void(0);" class="link-share"><?php echo $this->__('<span class="add-share"><i class="fa fa-share-alt"></i></span> Share') ?></a></span>
24
+ </li>
25
+ </ul>
26
+ <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
27
+ <script type="text/javascript">
28
+ stLight.options({
29
+ publisher:'12345',
30
+ });
31
+ </script>
app/design/frontend/accessshop/default/template/catalog/product/view/addtocart.phtml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php $_product = $this->getProduct(); ?>
9
+ <?php $buttonTitle = $this->__('Add to Cart'); ?>
10
+ <?php if($_product->isSaleable()): ?>
11
+ <div class="add-to-cart">
12
+ <?php if(!$_product->isGrouped()): ?>
13
+ <div class="qty-wrapper">
14
+ <label for="qty"><?php echo $this->__('Qty:') ?></label>
15
+ <input type="text" name="qty" id="qty" maxlength="12" value="<?php echo $this->getProductDefaultQty() * 1 ?>" title="<?php echo $this->__('Qty') ?>" class="input-text qty" />
16
+ </div>
17
+ <?php endif; ?>
18
+ <button type="button" title="<?php echo $buttonTitle ?>" id="product-addtocart-button" class="button btn-cart" onclick="productAddToCartForm.submit(this)"><span><span><?php echo $buttonTitle ?></span></span></button>
19
+ <?php echo $this->getChildHtml('', true, true) ?>
20
+ </div>
21
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/catalog/product/view/media.phtml ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ **
7
+ * Product media data template
8
+ * @see Mage_Catalog_Block_Product_View_Media
9
+ */
10
+ ?>
11
+ <?php
12
+ $_product = $this->getProduct();
13
+ $_helper = $this->helper('catalog/output');
14
+ ?>
15
+ <?php if ($_product->getImage() != 'no_selection' && $_product->getImage()): ?>
16
+ <p class="product-image img-thumbnail">
17
+ <?php
18
+ $_img = '<img id="product_main_image" src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(500,600).'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" class="img-responsive" />';
19
+ echo $_helper->productAttribute($_product, $_img, 'image');
20
+ ?>
21
+ <!-- this link will trigger the prettyPhoto zoom -->
22
+ <a rel="group" href="<?php echo $this->helper('catalog/image')->init($_product, 'image')->resize(500,600);?>" class="gallery-hover visible-md visible-lg">Zoom Images</a>
23
+ </p>
24
+ <?php else: ?>
25
+ <p class="product-image">
26
+ <?php
27
+ $_img = '<img src="'.$this->helper('catalog/image')->init($_product, 'image')->resize(265).'" alt="'.$this->escapeHtml($this->getImageLabel()).'" title="'.$this->escapeHtml($this->getImageLabel()).'" />';
28
+ echo $_helper->productAttribute($_product, $_img, 'image');
29
+ ?>
30
+ </p>
31
+ <?php endif; ?>
32
+ <!--Display Additional images of the product-->
33
+ <?php if (count($this->getGalleryImages()) > 0): ?>
34
+ <div class="more-views">
35
+ <?php foreach ($this->getGalleryImages() as $_image): ?>
36
+ <a rel="group" class="gallery-hover" href="<?php echo $this->helper('catalog/image')->init($this->getProduct(),'thumbnail',$_image->getFile())->resize(500,600);?>" title="<?php echo $this->escapeHtml($_image->getLabel()) ?>" class="img-thumbnail"><img src="<?php echo $this->helper('catalog/image')->init($this->getProduct(), 'thumbnail', $_image->getFile())->resize(56); ?>" width="56" height="56" alt="<?php echo $this->escapeHtml($_image->getLabel()) ?>" /></a>
37
+ <!--this is the hidden link for prettyphoto zoom -->
38
+ <a style="display:none" href="<?php echo $this->helper('catalog/image')->init($this->getProduct(),'thumbnail', $_image->getFile()); ?>" rel="prettyPhoto[productGallery]"></a>
39
+ <?php endforeach; ?>
40
+ </div>
41
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/catalog/product/view/type/default.phtml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php /* @var $this Mage_Catalog_Block_Product_View_Abstract */?>
9
+ <?php $_product = $this->getProduct() ?>
10
+
11
+ <?php if ($this->displayProductStockStatus()): ?>
12
+ <?php if ($_product->isAvailable()): ?>
13
+ <p class="availability in-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('In stock') ?></span></p>
14
+ <?php else: ?>
15
+ <p class="availability out-of-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('Out of stock') ?></span></p>
16
+ <?php endif; ?>
17
+ <?php endif; ?>
18
+ <?php echo $this->getChildHtml('product_type_data_extra') ?>
19
+
20
+ <span class="price-label-both">Price : </span>
21
+ <?php echo $this->getPriceHtml($_product) ?>
22
+ <span class="currency-price-label"><?php echo Mage::app()->getStore()->getCurrentCurrencyCode();?></span>
app/design/frontend/accessshop/default/template/catalog/product/view/type/grouped.phtml ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+
8
+ /**
9
+ * Grouped product data template
10
+ *
11
+ * @see Mage_Catalog_Block_Product_View_Media
12
+ * @see Mage_Catalog_Block_Product_View_Type_Grouped
13
+ */
14
+ ?>
15
+ <?php $this->setPreconfiguredValue(); ?>
16
+ <?php $_product = $this->getProduct(); ?>
17
+ <?php $_associatedProducts = $this->getAssociatedProducts(); ?>
18
+ <?php $_hasAssociatedProducts = count($_associatedProducts) > 0; ?>
19
+ <?php if ($this->displayProductStockStatus()): ?>
20
+ <?php if ($_product->isAvailable() && $_hasAssociatedProducts): ?>
21
+ <p class="availability in-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('In stock') ?></span></p>
22
+ <?php else: ?>
23
+ <p class="availability out-of-stock"><?php echo $this->__('Availability:') ?> <span><?php echo $this->__('Out of stock') ?></span></p>
24
+ <?php endif; ?>
25
+ <?php endif; ?>
26
+ <?php echo $this->getChildHtml('product_type_data_extra') ?>
27
+ <table class="data-table grouped-items-table" id="super-product-table">
28
+ <col />
29
+ <col />
30
+ <col width="1" />
31
+ <thead>
32
+ <tr>
33
+ <th><?php echo $this->__('Product Name') ?></th>
34
+ <?php if ($this->getCanShowProductPrice($_product)): ?>
35
+ <th class="a-right"><?php echo $this->__('Price') ?></th>
36
+ <?php endif; ?>
37
+ <?php if ($_product->isSaleable()): ?>
38
+ <th class="a-center"><?php echo $this->__('Qty') ?></th>
39
+ <?php endif; ?>
40
+ </tr>
41
+ </thead>
42
+ <tbody>
43
+ <?php if ($_hasAssociatedProducts): ?>
44
+ <?php foreach ($_associatedProducts as $_item): ?>
45
+ <?php $_finalPriceInclTax = $this->helper('tax')->getPrice($_item, $_item->getFinalPrice(), true) ?>
46
+ <tr>
47
+ <td><?php echo $this->escapeHtml($_item->getName()) ?></td>
48
+ <?php if ($this->getCanShowProductPrice($_product)): ?>
49
+ <td class="a-right">
50
+ <?php if ($this->getCanShowProductPrice($_item)): ?>
51
+ <?php echo $this->getPriceHtml($_item, true) ?>
52
+ <?php echo $this->getTierPriceHtml($_item) ?>
53
+ <?php endif; ?>
54
+ </td>
55
+ <?php endif; ?>
56
+ <?php if ($_product->isSaleable()): ?>
57
+ <td class="a-center">
58
+ <?php if ($_item->isSaleable()) : ?>
59
+ <input type="text" name="super_group[<?php echo $_item->getId() ?>]" maxlength="12" value="<?php echo $_item->getQty()*1 ?>" title="<?php echo $this->__('Qty') ?>" class="input-text qty" />
60
+ <?php else: ?>
61
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
62
+ <?php endif; ?>
63
+ </td>
64
+ <?php endif; ?>
65
+ </tr>
66
+ <?php endforeach; ?>
67
+ <?php else: ?>
68
+ <tr>
69
+ <td colspan="<?php if ($_product->isSaleable()): ?>4<?php else : ?>3<?php endif; ?>"><?php echo $this->__('No options of this product are available.') ?></td>
70
+ </tr>
71
+ <?php endif; ?>
72
+ </tbody>
73
+ </table>
74
+ <script type="text/javascript">decorateTable('super-product-table')</script>
app/design/frontend/accessshop/default/template/catalog/product/view/type/options/configurable.phtml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+
9
+ <?php
10
+ $_product = $this->getProduct();
11
+ $_attributes = Mage::helper('core')->decorateArray($this->getAllowAttributes());
12
+ ?>
13
+ <?php if ($_product->isSaleable() && count($_attributes)):?>
14
+ <dl>
15
+ <?php foreach($_attributes as $_attribute): ?>
16
+ <dt><label class="required"><em>*</em><?php echo $_attribute->getLabel() ?></label></dt>
17
+ <dd<?php if ($_attribute->decoratedIsLast){?> class="last"<?php }?>>
18
+ <div class="input-box">
19
+ <select name="super_attribute[<?php echo $_attribute->getAttributeId() ?>]" id="attribute<?php echo $_attribute->getAttributeId() ?>" class="required-entry super-attribute-select">
20
+ <option><?php echo $this->__('Choose an Option...') ?></option>
21
+ </select>
22
+ </div>
23
+ </dd>
24
+ <?php endforeach; ?>
25
+ </dl>
26
+ <script type="text/javascript">
27
+ var spConfig = new Product.Config(<?php echo $this->getJsonConfig() ?>);
28
+ </script>
29
+ <?php endif;?>
app/design/frontend/accessshop/default/template/catalogsearch/form.mini.phtml ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php $catalogSearchHelper = $this->helper('catalogsearch'); ?>
9
+ <form id="search_mini_form" class="navbar-form navbar-right" role="search" action="<?php echo $catalogSearchHelper->getResultUrl()?>" method="get">
10
+ <div class="form-group">
11
+ <div class="input-group">
12
+ <div class="categories-search">
13
+ <select name="cat" class="search-categories">
14
+ <option>ALL CATEGORIES</option>
15
+ <?php
16
+ $layer = Mage::getSingleton('catalog/layer');
17
+ $_category = Mage::getModel('catalog/category')->load(2); //this is cat 3, or can use:
18
+ $_category = $layer->getCurrentCategory();
19
+ $_categories = $_category->getCollection()
20
+ ->addAttributeToSelect(array('url_key','name','image','all_children','is_anchor','description')) //or whatever fields you want
21
+ ->addAttributeToFilter('is_active', 1)
22
+ ->addIdFilter($_category->getChildren())
23
+ ->setOrder('position', 'ASC')
24
+ ->joinUrlRewrite();
25
+ ?>
26
+ <?php foreach ($_categories as $_category):?>
27
+ <option value="<?php echo $_category->getId();?>"><?php echo $this->htmlEscape($_category->getName());?></option>
28
+ <?php $_child_categories = Mage::getModel('catalog/category')->getCategories($_category->getId());?>
29
+ <?php foreach ($_child_categories as $_child_category):?>
30
+ <option value="<?php echo $_child_category->getId();?>">&nbsp;&#10149;<?php echo $this->htmlEscape($_child_category->getName());?></option>
31
+ <?php $_grand_child_categories = Mage::getModel('catalog/category')->getCategories($_child_category->getId()); //this is cat 3, or can use:?>
32
+ <?php foreach ($_grand_child_categories as $_grand_child_category):?>
33
+ <option value="<?php echo $_grand_child_category->getId();?>">&nbsp;&nbsp;&#10149;<?php echo $this->htmlEscape($_grand_child_category->getName());?></option>
34
+ <?php endforeach;?>
35
+ <?php endforeach;?>
36
+ <?php endforeach;?>
37
+
38
+ </select>
39
+ <input id="search" type="text" name="<?php echo $catalogSearchHelper->getQueryParamName() ?>" value="<?php echo $catalogSearchHelper->getEscapedQueryText() ?>" class="form-control" maxlength="<?php echo $catalogSearchHelper->getMaxQueryLength();?>" placeholder="<?php echo $this->__('Search...') ?>" />
40
+ </div>
41
+ <span class="input-group-btn">
42
+ <button type="submit" class="searchbtn"><i class="fa fa-search"></i></button>
43
+ </span>
44
+ </div>
45
+ </div>
46
+ <div id="search_autocomplete" class="search-autocomplete"></div>
47
+ </form>
48
+ <script type="text/javascript">
49
+ //<![CDATA[
50
+ var searchForm = new Varien.searchForm('search_mini_form', 'search', '<?php echo $this->__('Search...') ?>');
51
+ searchForm.initAutocomplete('<?php echo $catalogSearchHelper->getSuggestUrl() ?>', 'search_autocomplete');
52
+ //]]>
53
+ </script>
app/design/frontend/accessshop/default/template/checkout/cart.phtml ADDED
@@ -0,0 +1,142 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Shopping cart template
8
+ *
9
+ * @see Mage_Checkout_Block_Cart
10
+ */
11
+ ?>
12
+ <div class="cart">
13
+ <div class="page-title title-buttons">
14
+ <h1><?php echo $this->__('Shopping Cart') ?></h1>
15
+ <?php if(!$this->hasError()): ?>
16
+ <ul class="checkout-types">
17
+ <?php foreach ($this->getMethods('top_methods') as $method): ?>
18
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
19
+ <li><?php echo $methodHtml; ?></li>
20
+ <?php endif; ?>
21
+ <?php endforeach; ?>
22
+ </ul>
23
+ <?php endif; ?>
24
+ </div>
25
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
26
+ <?php echo $this->getChildHtml('form_before') ?>
27
+ <form action="<?php echo $this->getUrl('checkout/cart/updatePost') ?>" method="post">
28
+ <?php echo $this->getBlockHtml('formkey'); ?>
29
+ <fieldset>
30
+ <table id="shopping-cart-table" class="data-table cart-table">
31
+ <col width="1" />
32
+ <col />
33
+ <col width="1" />
34
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
35
+ <col width="1" />
36
+ <?php endif ?>
37
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
38
+ <col width="1" />
39
+ <?php endif; ?>
40
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
41
+ <col width="1" />
42
+ <?php endif; ?>
43
+ <col width="1" />
44
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
45
+ <col width="1" />
46
+ <?php endif; ?>
47
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
48
+ <col width="1" />
49
+ <?php endif; ?>
50
+ <col width="1" />
51
+
52
+ <?php $mergedCells = ($this->helper('tax')->displayCartBothPrices() ? 2 : 1); ?>
53
+ <thead>
54
+ <tr>
55
+ <th rowspan="<?php echo $mergedCells; ?>">&nbsp;</th>
56
+ <th rowspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Product Name') ?></span></th>
57
+ <th rowspan="<?php echo $mergedCells; ?>"></th>
58
+ <?php if ($this->helper('wishlist')->isAllowInCart()) : ?>
59
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><span class="nobr"><?php echo $this->__('Move to Wishlist') ?></span></th>
60
+ <?php endif ?>
61
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><span class="nobr"><?php echo $this->__('Unit Price') ?></span></th>
62
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
63
+ <th class="a-center" colspan="<?php echo $mergedCells; ?>"><?php echo $this->__('Subtotal') ?></th>
64
+ <th rowspan="<?php echo $mergedCells; ?>" class="a-center">&nbsp;</th>
65
+ </tr>
66
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
67
+ <tr>
68
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
69
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
70
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
71
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
72
+ </tr>
73
+ <?php endif; ?>
74
+ </thead>
75
+ <tfoot>
76
+ <tr>
77
+ <td colspan="50" class="a-right">
78
+ <?php if($this->getContinueShoppingUrl()): ?>
79
+ <button type="button" title="<?php echo $this->__('Continue Shopping') ?>" class="button btn-continue" onclick="setLocation('<?php echo $this->getContinueShoppingUrl() ?>')"><span><span><?php echo $this->__('Continue Shopping') ?></span></span></button>
80
+ <?php endif; ?>
81
+ <button type="submit" name="update_cart_action" value="update_qty" title="<?php echo $this->__('Update Shopping Cart'); ?>" class="button btn-update"><span><span><?php echo $this->__('Update Shopping Cart'); ?></span></span></button>
82
+ <button type="submit" name="update_cart_action" value="empty_cart" title="<?php echo $this->__('Clear Shopping Cart'); ?>" class="button btn-empty" id="empty_cart_button"><span><span><?php echo $this->__('Clear Shopping Cart'); ?></span></span></button>
83
+ <!--[if lt IE 8]>
84
+ <input type="hidden" id="update_cart_action_container" />
85
+ <script type="text/javascript">
86
+ //<![CDATA[
87
+ Event.observe(window, 'load', function()
88
+ {
89
+ // Internet Explorer (lt 8) does not support value attribute in button elements
90
+ $emptyCartButton = $('empty_cart_button');
91
+ $cartActionContainer = $('update_cart_action_container');
92
+ if ($emptyCartButton && $cartActionContainer) {
93
+ Event.observe($emptyCartButton, 'click', function()
94
+ {
95
+ $emptyCartButton.setAttribute('name', 'update_cart_action_temp');
96
+ $cartActionContainer.setAttribute('name', 'update_cart_action');
97
+ $cartActionContainer.setValue('empty_cart');
98
+ });
99
+ }
100
+
101
+ });
102
+ //]]>
103
+ </script>
104
+ <![endif]-->
105
+ </td>
106
+ </tr>
107
+ </tfoot>
108
+ <tbody>
109
+ <?php foreach($this->getItems() as $_item): ?>
110
+ <?php echo $this->getItemHtml($_item) ?>
111
+ <?php endforeach ?>
112
+ </tbody>
113
+ </table>
114
+ <script type="text/javascript">decorateTable('shopping-cart-table')</script>
115
+ </fieldset>
116
+ </form>
117
+ <div class="cart-collaterals">
118
+ <div class="col2-set">
119
+ <div class="col-1">
120
+ <?php echo $this->getChildHtml('crosssell') ?>
121
+ </div>
122
+ <div class="col-2">
123
+ <?php /* Extensions placeholder */ ?>
124
+ <?php echo $this->getChildHtml('checkout.cart.extra') ?>
125
+ <?php echo $this->getChildHtml('coupon'); ?>
126
+ <?php if (!$this->getIsVirtual()): echo $this->getChildHtml('shipping'); endif; ?>
127
+ </div>
128
+ </div>
129
+ <div class="totals">
130
+ <?php echo $this->getChildHtml('totals'); ?>
131
+ <?php if(!$this->hasError()): ?>
132
+ <ul class="checkout-types">
133
+ <?php foreach ($this->getMethods('methods') as $method): ?>
134
+ <?php if ($methodHtml = $this->getMethodHtml($method)): ?>
135
+ <li><?php echo $methodHtml; ?></li>
136
+ <?php endif; ?>
137
+ <?php endforeach; ?>
138
+ </ul>
139
+ <?php endif; ?>
140
+ </div>
141
+ </div>
142
+ </div>
app/design/frontend/accessshop/default/template/checkout/cart/coupon.phtml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <form id="discount-coupon-form" action="<?php echo $this->getUrl('checkout/cart/couponPost') ?>" method="post">
9
+ <div class="discount">
10
+ <h2><?php echo $this->__('Discount Codes') ?></h2>
11
+ <div class="discount-form">
12
+ <label for="coupon_code"><?php echo $this->__('Enter your coupon code if you have one.') ?></label>
13
+ <input type="hidden" name="remove" id="remove-coupone" value="0" />
14
+ <div class="input-box">
15
+ <input class="input-text" id="coupon_code" name="coupon_code" value="<?php echo $this->escapeHtml($this->getCouponCode()) ?>" />
16
+ </div>
17
+ <div class="buttons-set">
18
+ <button type="button" title="<?php echo $this->__('Apply Coupon') ?>" class="button" onclick="discountForm.submit(false)" value="<?php echo $this->__('Apply Coupon') ?>"><span><span><?php echo $this->__('Apply Coupon') ?></span></span></button>
19
+ <?php if(strlen($this->getCouponCode())): ?>
20
+ &nbsp; <button type="button" title="<?php echo $this->__('Cancel Coupon') ?>" class="button" onclick="discountForm.submit(true)" value="<?php echo $this->__('Cancel Coupon') ?>"><span><span><?php echo $this->__('Cancel Coupon') ?></span></span></button>
21
+ <?php endif;?>
22
+ </div>
23
+ </div>
24
+ </div>
25
+ </form>
26
+ <script type="text/javascript">
27
+ //<![CDATA[
28
+ var discountForm = new VarienForm('discount-coupon-form');
29
+ discountForm.submit = function (isRemove) {
30
+ if (isRemove) {
31
+ $('coupon_code').removeClassName('required-entry');
32
+ $('remove-coupone').value = "1";
33
+ } else {
34
+ $('coupon_code').addClassName('required-entry');
35
+ $('remove-coupone').value = "0";
36
+ }
37
+ return VarienForm.prototype.submit.bind(discountForm)();
38
+ }
39
+ //]]>
40
+ </script>
app/design/frontend/accessshop/default/template/checkout/cart/crosssell.phtml ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="clear"></div>
9
+ <?php
10
+ $_productCollection = $this->getItems();
11
+ $_helper = $this->helper('catalog/output');
12
+ $i=0;
13
+ //echo count($_productCollection);
14
+ ?>
15
+ <div class="crosssell-prducts">
16
+ <div class="best-sales-title">
17
+ <h2>CROSS SELL PRODUCT(S)</h2>
18
+ <div class="slidercontrols">
19
+ <a class="prev" id="prev2" href="#">Prev</a>
20
+ <a class="next" id="next2" href="#">Next</a>
21
+ </div>
22
+ </div>
23
+
24
+ <div class="crosssell-items">
25
+ <?php if (!$this->getItemCount()): ?>
26
+ <p class="note-msg"><?php echo $this->__('There are no products matching the selection.') ?></p>
27
+ <?php else: ?>
28
+ <div class="category-products list_carousel responsive">
29
+ <?php $_collectionSize = $this->getItemCount(); ?>
30
+ <?php
31
+ $_columnCount = $this->getColumnCount();
32
+ $count=0.2;
33
+ ?>
34
+ <ul class="products-grid carousel hover-effect" data-carousel-prev="#prev2" data-carousel-next="#next2">
35
+ <?php foreach ($_productCollection as $_product): ?>
36
+ <li class="wow flipInY item<?php if ($i == 0): ?> first<?php elseif ($i == ($_collectionSize-1)): ?> last<?php endif; ?>" data-wow-delay="<?php echo $count ?>s">
37
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="productimage">
38
+ <img src="<?php echo $this->helper('catalog/image')->init($_product,'small_image')->resize(200,300); ?>" alt="<?php echo $this->stripTags($this->getImageLabel($_product, 'small_image'), null, true) ?>" class="imgresponsive" />
39
+ <?php
40
+ $specialPrice = number_format($_product->getFinalPrice(), 2);
41
+ $regularPrice = number_format($_product->getPrice(), 2);
42
+ if ($specialPrice != $regularPrice)
43
+ {
44
+ ?><label class="sale-label">SALE</label><?php
45
+ }
46
+ ?>
47
+ </a>
48
+ <div class="product-desc-bestsales">
49
+ <h3 class="panel-title product-name">
50
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>">
51
+ <?php echo $_helper->productAttribute($_product, $_product->getName(), 'name') ?>
52
+ </a>
53
+ </h3>
54
+ <?php echo $this->getPriceHtml($_product, true) ?>
55
+ </div>
56
+ <div class="display-onhover">
57
+ <div class="actions clearer">
58
+ <?php if($_product->isSaleable()): ?>
59
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><i class="fa fa-shopping-cart"></i></span></span></button>
60
+ <?php else: ?>
61
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
62
+ <?php endif; ?>
63
+ </div>
64
+ <ul class="add-to-links">
65
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
66
+ <li><a title="<?php echo $this->__('Add to Wishlist') ?>" href="<?php echo $this->helper('wishlist')->getAddUrl($_product) ?>" class="link-wishlist"><i class="fa fa-heart"></i></a></li>
67
+ <?php endif; ?>
68
+ <?php if($_compareUrl=$this->getAddToCompareUrl($_product)): ?>
69
+ <li>
70
+ <a title="<?php echo $this->__('Add to Compare') ?>" href="<?php echo $_compareUrl ?>" class="link-compare"><i class="fa fa-link"></i></a></li>
71
+ <?php endif; ?>
72
+ </ul>
73
+ </div>
74
+ </li>
75
+ <?php
76
+ $count+=0.5;
77
+ $i++; endforeach
78
+ ?>
79
+ </ul>
80
+ </div>
81
+ <?php endif; ?>
82
+ </div>
83
+
84
+ </div>
85
+ <div class="clear"></div>
app/design/frontend/accessshop/default/template/checkout/cart/shipping.phtml ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php /** @var $this Mage_Checkout_Block_Cart_Shipping */ ?>
9
+ <div class="shipping">
10
+ <h2><?php echo $this->__('Estimate Shipping and Tax') ?></h2>
11
+ <div class="shipping-form">
12
+ <form action="<?php echo $this->getUrl('checkout/cart/estimatePost') ?>" method="post" id="shipping-zip-form">
13
+ <p><?php echo $this->__('Enter your destination to get a shipping estimate.') ?></p>
14
+ <ul class="form-list">
15
+ <li>
16
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
17
+ <div class="input-box">
18
+ <?php echo Mage::getBlockSingleton('directory/data')->getCountryHtmlSelect($this->getEstimateCountryId()) ?>
19
+ </div>
20
+ </li>
21
+ <?php //if($this->getStateActive()): ?>
22
+ <li>
23
+ <label for="region_id"<?php if ($this->isStateProvinceRequired()) echo ' class="required"' ?>><?php if ($this->isStateProvinceRequired()) echo '<em>*</em>' ?><?php echo $this->__('State/Province') ?></label>
24
+ <div class="input-box">
25
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" style="display:none;"<?php echo ($this->isStateProvinceRequired() ? ' class="validate-select"' : '') ?>>
26
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
27
+ </select>
28
+ <script type="text/javascript">
29
+ //<![CDATA[
30
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getEstimateRegionId() ?>");
31
+ //]]>
32
+ </script>
33
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getEstimateRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text" style="display:none;" />
34
+ </div>
35
+ </li>
36
+ <?php //endif; ?>
37
+ <?php if($this->getCityActive()): ?>
38
+ <li>
39
+ <label for="city"<?php if ($this->isCityRequired()) echo ' class="required"' ?>><?php if ($this->isCityRequired()) echo '<em>*</em>' ?><?php echo $this->__('City') ?></label>
40
+ <div class="input-box">
41
+ <input class="input-text<?php if ($this->isCityRequired()):?> required-entry<?php endif;?>" id="city" type="text" name="estimate_city" value="<?php echo $this->escapeHtml($this->getEstimateCity()) ?>" />
42
+ </div>
43
+ </li>
44
+ <?php endif; ?>
45
+ <li>
46
+ <label for="postcode"<?php if ($this->isZipCodeRequired()) echo ' class="required"' ?>><?php if ($this->isZipCodeRequired()) echo '<em>*</em>' ?><?php echo $this->__('Zip/Postal Code') ?></label>
47
+ <div class="input-box">
48
+ <input class="input-text validate-postcode<?php if ($this->isZipCodeRequired()):?> required-entry<?php endif;?>" type="text" id="postcode" name="estimate_postcode" value="<?php echo $this->escapeHtml($this->getEstimatePostcode()) ?>" />
49
+ </div>
50
+ </li>
51
+ </ul>
52
+ <div class="buttons-set">
53
+ <button type="button" title="<?php echo $this->__('Get a Quote') ?>" onclick="coShippingMethodForm.submit()" class="button"><span><span><?php echo $this->__('Get a Quote') ?></span></span></button>
54
+ </div>
55
+ </form>
56
+ <script type="text/javascript">
57
+ //<![CDATA[
58
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>);
59
+ //]]>
60
+ </script>
61
+
62
+ <?php if (($_shippingRateGroups = $this->getEstimateRates())): ?>
63
+ <form id="co-shipping-method-form" action="<?php echo $this->getUrl('checkout/cart/estimateUpdatePost') ?>">
64
+ <dl class="sp-methods">
65
+ <?php foreach ($_shippingRateGroups as $code => $_rates): ?>
66
+ <dt><?php echo $this->escapeHtml($this->getCarrierName($code)) ?></dt>
67
+ <dd>
68
+ <ul>
69
+ <?php foreach ($_rates as $_rate): ?>
70
+ <li<?php if ($_rate->getErrorMessage()) echo ' class="error-msg"';?>>
71
+ <?php if ($_rate->getErrorMessage()): ?>
72
+ <?php echo $this->escapeHtml($_rate->getErrorMessage()) ?>
73
+ <?php else: ?>
74
+ <input name="estimate_method" type="radio" value="<?php echo $this->escapeHtml($_rate->getCode()) ?>" id="s_method_<?php echo $_rate->getCode() ?>"<?php if($_rate->getCode()===$this->getAddressShippingMethod()) echo ' checked="checked"' ?> class="radio" />
75
+ <label for="s_method_<?php echo $_rate->getCode() ?>"><?php echo $this->escapeHtml($_rate->getMethodTitle()) ?>
76
+ <?php $_excl = $this->getShippingPrice($_rate->getPrice(), $this->helper('tax')->displayShippingPriceIncludingTax()); ?>
77
+ <?php $_incl = $this->getShippingPrice($_rate->getPrice(), true); ?>
78
+ <?php echo $_excl; ?>
79
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
80
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
81
+ <?php endif; ?>
82
+ </label>
83
+ <?php endif ?>
84
+ </li>
85
+ <?php endforeach; ?>
86
+ </ul>
87
+ </dd>
88
+ <?php endforeach; ?>
89
+ </dl>
90
+ <div class="buttons-set">
91
+ <button type="submit" title="<?php echo $this->__('Update Total') ?>" class="button" name="do" value="<?php echo $this->__('Update Total') ?>"><span><span><?php echo $this->__('Update Total') ?></span></span></button>
92
+ </div>
93
+ </form>
94
+ <?php endif; ?>
95
+ <script type="text/javascript">
96
+ //<![CDATA[
97
+ var coShippingMethodForm = new VarienForm('shipping-zip-form');
98
+ var countriesWithOptionalZip = <?php echo $this->helper('directory')->getCountriesWithOptionalZip(true) ?>;
99
+
100
+ coShippingMethodForm.submit = function () {
101
+ var country = $F('country');
102
+ var optionalZip = false;
103
+
104
+ for (i=0; i < countriesWithOptionalZip.length; i++) {
105
+ if (countriesWithOptionalZip[i] == country) {
106
+ optionalZip = true;
107
+ }
108
+ }
109
+ if (optionalZip) {
110
+ $('postcode').removeClassName('required-entry');
111
+ }
112
+ else {
113
+ $('postcode').addClassName('required-entry');
114
+ }
115
+ return VarienForm.prototype.submit.bind(coShippingMethodForm)();
116
+ }
117
+ //]]>
118
+ </script>
119
+ </div>
120
+ </div>
app/design/frontend/accessshop/default/template/checkout/cart/sidebar/default.phtml ADDED
@@ -0,0 +1,129 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php
9
+ $_item = $this->getItem();
10
+ $isVisibleProduct = $_item->getProduct()->isVisibleInSiteVisibility();
11
+ $canApplyMsrp = Mage::helper('catalog')->canApplyMsrp($_item->getProduct(), Mage_Catalog_Model_Product_Attribute_Source_Msrp_Type::TYPE_BEFORE_ORDER_CONFIRM);
12
+ ?>
13
+ <li class="item">
14
+ <?php if ($this->hasProductUrl()): ?>
15
+ <a href="<?php echo $this->getProductUrl()?>" title="<?php echo $this->escapeHtml($this->getProductName()) ?>" class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></a>
16
+ <?php else: ?>
17
+ <span class="product-image"><img src="<?php echo $this->getProductThumbnail()->resize(50, 50)->setWatermarkSize('30x10'); ?>" width="50" height="50" alt="<?php echo $this->escapeHtml($this->getProductName()) ?>" /></span>
18
+ <?php endif; ?>
19
+ <div class="product-details">
20
+ <div class="mini-form-actions"><a href="<?php echo $this->getDeleteUrl() ?>" title="<?php echo $this->__('Remove This Item') ?>" onclick="return confirm('<?php echo $this->__('Are you sure you would like to remove this item from the shopping cart?') ?>');" class="form-mini-edit"><?php echo $this->__('<i class="fa fa-trash"></i>
21
+ ') ?></a>
22
+ <?php if ($isVisibleProduct): ?>
23
+ <a href="<?php echo $this->getConfigureUrl() ?>" title="<?php echo $this->__('Edit item') ?>" class="form-mini-delete"><?php echo $this->__('<i class="fa fa-pencil-square-o"></i>
24
+ ')?></a>
25
+ </div>
26
+ <?php endif ?>
27
+ <p class="product-name"><?php if ($this->hasProductUrl()): ?><a href="<?php echo $this->getProductUrl() ?>"><?php endif; ?><?php echo $this->escapeHtml($this->getProductName()) ?><?php if ($this->hasProductUrl()): ?></a><?php endif; ?></p>
28
+ <strong><?php echo $this->getQty() ?></strong> x
29
+
30
+ <?php if ($canApplyMsrp): ?>
31
+
32
+ <span class="map-cart-sidebar-item"><?php echo $this->__('See price before order confirmation.'); ?></span>
33
+
34
+ <?php else: ?>
35
+
36
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
37
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
38
+ <?php echo $this->__('Excl. Tax'); ?>:
39
+ <?php endif; ?>
40
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
41
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
42
+ <?php else: ?>
43
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
44
+ <?php endif; ?>
45
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
46
+ <br />
47
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
48
+ <small>
49
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
50
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
51
+ <?php endforeach; ?>
52
+ </small>
53
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
54
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
55
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
56
+ <?php endforeach; ?>
57
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
58
+ <small>
59
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
60
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
61
+ <?php endforeach; ?>
62
+ </small>
63
+ <?php endif; ?>
64
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
65
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
66
+ <?php endif; ?>
67
+ <?php endif; ?>
68
+ <?php endif; ?>
69
+
70
+
71
+
72
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
73
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
74
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
75
+ <br /><?php echo $this->__('Incl. Tax'); ?>:
76
+ <?php endif; ?>
77
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales')): ?>
78
+ <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
79
+ <?php else: ?>
80
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
81
+ <?php endif; ?>
82
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
83
+ <br />
84
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales')): ?>
85
+ <small>
86
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
87
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
88
+ <?php endforeach; ?>
89
+ </small>
90
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
91
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
92
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
93
+ <?php endforeach; ?>
94
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales')): ?>
95
+ <small>
96
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
97
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
98
+ <?php endforeach; ?>
99
+ </small>
100
+ <?php endif; ?>
101
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales')): ?>
102
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?></span>
103
+ <?php endif; ?>
104
+ <?php endif; ?>
105
+ <?php endif; ?>
106
+
107
+ <?php endif; //Can apply MSRP ?>
108
+
109
+ <?php if ($_options = $this->getOptionList()):?>
110
+ <div class="truncated">
111
+ <div class="truncated_full_value">
112
+ <dl class="item-options">
113
+ <?php foreach ($_options as $_option) : ?>
114
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
115
+ <dd>
116
+ <?php if (is_array($_option['value'])): ?>
117
+ <?php echo nl2br(implode("\n", $_option['value'])) ?>
118
+ <?php else: ?>
119
+ <?php echo $_option['value'] ?>
120
+ <?php endif; ?>
121
+ </dd>
122
+ <?php endforeach; ?>
123
+ </dl>
124
+ </div>
125
+ <a href="#" onclick="return false;" class="details"><?php echo $this->__('Details') ?></a>
126
+ </div>
127
+ <?php endif; ?>
128
+ </div>
129
+ </li>
app/design/frontend/accessshop/default/template/checkout/cart/topcart.phtml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php if ($this->getIsNeedToDisplaySideBar()):?>
9
+ <ul class="list-inline topcart">
10
+ <li>
11
+ <label for="top-cart">SHOPPING CART:</label>
12
+ <span class="cart-sub-total">
13
+ <?php echo Mage::helper('checkout')->formatPrice($this->getSubtotal())?>
14
+ <?php echo Mage::app()->getStore()->getCurrentCurrencyCode();?>
15
+ </span>
16
+ <?php $_cartQty = $this->getSummaryCount() ?>
17
+ <div class="top-shopping-cart">
18
+ <i class="fa fa-shopping-cart"></i>
19
+ <?php if ($_cartQty>0): ?>
20
+ <?php if ($_cartQty==1): ?>
21
+ <span class="amount">
22
+ <?php echo $this->__('<a href="%s">1</a>', $this->getUrl('checkout/cart')) ?>
23
+ </span>
24
+ <?php else: ?>
25
+ <span class="amount">
26
+ <?php echo $this->__('<a href="%s">%s</a>', $this->getUrl('checkout/cart'), $_cartQty) ?>
27
+ </span>
28
+ <?php endif ?>
29
+ <?php else: ?>
30
+ <span class="empty"><?php echo $this->__('0') ?></span>
31
+ <?php endif ?>
32
+ </div>
33
+ </li>
34
+ </ul>
35
+ <div class="topcart-content" style="display:none;">
36
+
37
+ <?php $_items = $this->getRecentItems() ?>
38
+ <?php if(count($_items)>0): ?>
39
+ <p class="block-subtitle"><?php echo $this->__('Recently added item(s)') ?></p>
40
+ <ol id="cart-sidebar" class="mini-products-list">
41
+ <?php foreach($_items as $_item): ?>
42
+ <?php echo $this->getItemHtml($_item) ?>
43
+ <?php endforeach; ?>
44
+ </ol>
45
+ <script type="text/javascript">decorateList('cart-sidebar','none-recursive')</script>
46
+ <?php if($_cartQty && $this->isPossibleOnepageCheckout()): ?>
47
+ <div class="actions">
48
+ <?php echo $this->getChildHtml('extra_actions') ?>
49
+ <button type="button" title="<?php echo $this->__('View Cart')?>" class="button" onclick="setLocation('<?php echo Mage::helper('checkout/cart')->getCartUrl(); ?>')"><span><span><?php echo $this->__('View Cart') ?></span></span></button>
50
+ <button type="button" title="<?php echo $this->__('Checkout')?>" class="button" onclick="setLocation('<?php echo $this->getCheckoutUrl() ?>')"><span><span><?php echo $this->__('Checkout') ?></span></span></button>
51
+ </div>
52
+ <?php endif ?>
53
+ <?php else: ?>
54
+ <p class="block-subtitle"><?php echo $this->__('Your Cart Is Empty!') ?></p>
55
+ <?php endif ?>
56
+ </div>
57
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/checkout/onepage/agreements.phtml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php
9
+ /**
10
+ * @see Mage_Checkout_Block_Agreements
11
+ */
12
+ ?>
13
+
14
+ <?php if (!$this->getAgreements()) return; ?>
15
+ <form action="" id="checkout-agreements" onsubmit="return false;">
16
+ <ol class="checkout-agreements">
17
+ <?php foreach ($this->getAgreements() as $_a): ?>
18
+ <li>
19
+ <div class="agreement-content"<?php echo ($_a->getContentHeight() ? ' style="height:' . $_a->getContentHeight() . '"' : '')?>>
20
+ <?php if ($_a->getIsHtml()):?>
21
+ <?php echo $_a->getContent() ?>
22
+ <?php else:?>
23
+ <?php echo nl2br($this->escapeHtml($_a->getContent())) ?>
24
+ <?php endif; ?>
25
+ </div>
26
+ <p class="agree">
27
+ <input type="checkbox" id="agreement-<?php echo $_a->getId()?>" name="agreement[<?php echo $_a->getId()?>]" value="1" title="<?php echo $this->escapeHtml($_a->getCheckboxText()) ?>" class="checkbox" /><label for="agreement-<?php echo $_a->getId()?>"><?php echo $_a->getIsHtml() ? $_a->getCheckboxText() : $this->escapeHtml($_a->getCheckboxText()) ?></label>
28
+ </p>
29
+ </li>
30
+ <?php endforeach ?>
31
+ </ol>
32
+ </form>
app/design/frontend/accessshop/default/template/checkout/onepage/billing.phtml ADDED
@@ -0,0 +1,197 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <form id="co-billing-form" action="">
9
+ <fieldset>
10
+ <ul class="form-list">
11
+ <?php if ($this->customerHasAddresses()): ?>
12
+ <li class="wide">
13
+ <label for="billing-address-select"><?php echo $this->__('Select a billing address from your address book or enter a new address.') ?></label>
14
+ <div class="input-box">
15
+ <?php echo $this->getAddressesHtmlSelect('billing') ?>
16
+ </div>
17
+ </li>
18
+ <?php endif; ?>
19
+ <li id="billing-new-address-form"<?php if ($this->customerHasAddresses()): ?> style="display:none;"<?php endif; ?>>
20
+ <fieldset>
21
+ <input type="hidden" name="billing[address_id]" value="<?php echo $this->getAddress()->getId() ?>" id="billing:address_id" />
22
+ <ul>
23
+ <li class="fields"><?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getAddress()->getFirstname() ? $this->getAddress() : $this->getQuote()->getCustomer())->setForceUseCustomerRequiredAttributes(!$this->isCustomerLoggedIn())->setFieldIdFormat('billing:%s')->setFieldNameFormat('billing[%s]')->toHtml() ?></li>
24
+ <li class="fields">
25
+ <div class="field">
26
+ <label for="billing:company"><?php echo $this->__('Company') ?></label>
27
+ <div class="input-box">
28
+ <input type="text" id="billing:company" name="billing[company]" value="<?php echo $this->escapeHtml($this->getAddress()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
29
+ </div>
30
+ </div>
31
+ <?php if(!$this->isCustomerLoggedIn()): ?>
32
+ <div class="field">
33
+ <label for="billing:email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
34
+ <div class="input-box">
35
+ <input type="text" name="billing[email]" id="billing:email" value="<?php echo $this->escapeHtml($this->getAddress()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text validate-email required-entry" />
36
+ </div>
37
+ </div>
38
+ <?php endif; ?>
39
+ </li>
40
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
41
+ <li class="wide">
42
+ <label for="billing:street1" class="required"><em>*</em><?php echo $this->__('Address') ?></label>
43
+ <div class="input-box">
44
+ <input type="text" title="<?php echo $this->__('Street Address') ?>" name="billing[street][]" id="billing:street1" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet(1)) ?>" class="input-text <?php echo $_streetValidationClass ?>" />
45
+ </div>
46
+ </li>
47
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
48
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
49
+ <li class="wide">
50
+ <div class="input-box">
51
+ <input type="text" title="<?php echo $this->__('Street Address %s', $_i) ?>" name="billing[street][]" id="billing:street<?php echo $_i ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet($_i)) ?>" class="input-text <?php echo $_streetValidationClass ?>" />
52
+ </div>
53
+ </li>
54
+ <?php endfor; ?>
55
+ <?php if ($this->helper('customer/address')->isVatAttributeVisible()) : ?>
56
+ <li class="wide">
57
+ <label for="billing:vat_id"><?php echo $this->__('VAT Number') ?></label>
58
+ <div class="input-box">
59
+ <input type="text" id="billing:vat_id" name="billing[vat_id]" value="<?php echo $this->escapeHtml($this->getAddress()->getVatId()) ?>" title="<?php echo $this->__('VAT Number') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('vat_id') ?>" />
60
+ </div>
61
+ </li>
62
+ <?php endif; ?>
63
+ <li class="fields">
64
+ <div class="field">
65
+ <label for="billing:city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
66
+ <div class="input-box">
67
+ <input type="text" title="<?php echo $this->__('City') ?>" name="billing[city]" value="<?php echo $this->escapeHtml($this->getAddress()->getCity()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="billing:city" />
68
+ </div>
69
+ </div>
70
+ <div class="field">
71
+ <label for="billing:region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
72
+ <div class="input-box">
73
+ <select id="billing:region_id" name="billing[region_id]" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
74
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
75
+ </select>
76
+ <script type="text/javascript">
77
+ //<![CDATA[
78
+ $('billing:region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
79
+ //]]>
80
+ </script>
81
+ <input type="text" id="billing:region" name="billing[region]" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
82
+ </div>
83
+ </div>
84
+ </li>
85
+ <li class="fields">
86
+ <div class="field">
87
+ <label for="billing:postcode" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
88
+ <div class="input-box">
89
+ <input type="text" title="<?php echo $this->__('Zip/Postal Code') ?>" name="billing[postcode]" id="billing:postcode" value="<?php echo $this->escapeHtml($this->getAddress()->getPostcode()) ?>" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
90
+ </div>
91
+ </div>
92
+ <div class="field">
93
+ <label for="billing:country_id" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
94
+ <div class="input-box">
95
+ <?php echo $this->getCountryHtmlSelect('billing') ?>
96
+ </div>
97
+ </div>
98
+ </li>
99
+ <li class="fields">
100
+ <div class="field">
101
+ <label for="billing:telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
102
+ <div class="input-box">
103
+ <input type="text" name="billing[telephone]" value="<?php echo $this->escapeHtml($this->getAddress()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="billing:telephone" />
104
+ </div>
105
+ </div>
106
+ <div class="field">
107
+ <label for="billing:fax"><?php echo $this->__('Fax') ?></label>
108
+ <div class="input-box">
109
+ <input type="text" name="billing[fax]" value="<?php echo $this->escapeHtml($this->getAddress()->getFax()) ?>" title="<?php echo $this->__('Fax') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" id="billing:fax" />
110
+ </div>
111
+ </div>
112
+ </li>
113
+ <?php if(!$this->isCustomerLoggedIn()): ?>
114
+
115
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
116
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
117
+ <?php if ($_dob->isEnabled() || $_gender->isEnabled()): ?>
118
+ <li class="fields">
119
+ <?php if ($_dob->isEnabled()): ?>
120
+ <div class="field">
121
+ <?php echo $_dob->setDate($this->getQuote()->getCustomerDob())->setFieldIdFormat('billing:%s')->setFieldNameFormat('billing[%s]')->toHtml() ?>
122
+ </div>
123
+ <?php endif; ?>
124
+ <?php if ($_gender->isEnabled()): ?>
125
+ <div class="field">
126
+ <?php echo $_gender->setGender($this->getQuote()->getCustomerGender())->setFieldIdFormat('billing:%s')->setFieldNameFormat('billing[%s]')->toHtml() ?>
127
+ </div>
128
+ <?php endif ?>
129
+ </li>
130
+ <?php endif ?>
131
+
132
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
133
+ <?php if ($_taxvat->isEnabled()): ?>
134
+ <li>
135
+ <?php echo $_taxvat->setTaxvat($this->getQuote()->getCustomerTaxvat())->setFieldIdFormat('billing:%s')->setFieldNameFormat('billing[%s]')->toHtml() ?>
136
+ </li>
137
+ <?php endif ?>
138
+
139
+ <li class="fields" id="register-customer-password">
140
+ <div class="field">
141
+ <label for="billing:customer_password" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
142
+ <div class="input-box">
143
+ <input type="password" name="billing[customer_password]" id="billing:customer_password" title="<?php echo $this->__('Password') ?>" class="input-text required-entry validate-password" />
144
+ </div>
145
+ </div>
146
+ <div class="field">
147
+ <label for="billing:confirm_password" class="required"><em>*</em><?php echo $this->__('Confirm Password') ?></label>
148
+ <div class="input-box">
149
+ <input type="password" name="billing[confirm_password]" title="<?php echo $this->__('Confirm Password') ?>" id="billing:confirm_password" class="input-text required-entry validate-cpassword" />
150
+ </div>
151
+ </div>
152
+ </li>
153
+ <?php endif; ?>
154
+ <?php if ($this->isCustomerLoggedIn() && $this->customerHasAddresses()):?>
155
+ <li class="control">
156
+ <input type="checkbox" name="billing[save_in_address_book]" value="1" title="<?php echo $this->__('Save in address book') ?>" id="billing:save_in_address_book" onchange="if(window.shipping) shipping.setSameAsBilling(false);"<?php if ($this->getAddress()->getSaveInAddressBook()):?> checked="checked"<?php endif;?> class="checkbox" /><label for="billing:save_in_address_book"><?php echo $this->__('Save in address book') ?></label>
157
+ </li>
158
+ <?php else:?>
159
+ <li class="no-display"><input type="hidden" name="billing[save_in_address_book]" value="1" /></li>
160
+ <?php endif; ?>
161
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
162
+ </ul>
163
+ </fieldset>
164
+ </li>
165
+ <?php /* Extensions placeholder */ ?>
166
+ <?php echo $this->getChildHtml('checkout.onepage.billing.extra')?>
167
+ <?php if ($this->canShip()): ?>
168
+ <li class="control">
169
+ <input type="radio" name="billing[use_for_shipping]" id="billing:use_for_shipping_yes" value="1"<?php if ($this->isUseBillingAddressForShipping()) {?> checked="checked"<?php }?> title="<?php echo $this->__('Ship to this address') ?>" onclick="$('shipping:same_as_billing').checked = true;" class="radio" /><label for="billing:use_for_shipping_yes"><?php echo $this->__('Ship to this address') ?></label></li>
170
+ <li class="control">
171
+ <input type="radio" name="billing[use_for_shipping]" id="billing:use_for_shipping_no" value="0"<?php if (!$this->isUseBillingAddressForShipping()) {?> checked="checked"<?php }?> title="<?php echo $this->__('Ship to different address') ?>" onclick="$('shipping:same_as_billing').checked = false;" class="radio" /><label for="billing:use_for_shipping_no"><?php echo $this->__('Ship to different address') ?></label>
172
+ </li>
173
+ <?php endif; ?>
174
+ </ul>
175
+ <?php if (!$this->canShip()): ?>
176
+ <input type="hidden" name="billing[use_for_shipping]" value="1" />
177
+ <?php endif; ?>
178
+ <div class="buttons-set" id="billing-buttons-container">
179
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
180
+ <button type="button" title="<?php echo $this->__('Continue') ?>" class="button" onclick="billing.save()"><span><span><?php echo $this->__('Continue') ?></span></span></button>
181
+ <span class="please-wait" id="billing-please-wait" style="display:none;">
182
+ <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Loading next step...') ?>" title="<?php echo $this->__('Loading next step...') ?>" class="v-middle" /> <?php echo $this->__('Loading next step...') ?>
183
+ </span>
184
+ </div>
185
+ </fieldset>
186
+ </form>
187
+ <script type="text/javascript">
188
+ //<![CDATA[
189
+ var billing = new Billing('co-billing-form', '<?php echo $this->getUrl('checkout/onepage/getAddress') ?>address/', '<?php echo $this->getUrl('checkout/onepage/saveBilling') ?>');
190
+ var billingForm = new VarienForm('co-billing-form');
191
+
192
+ //billingForm.setElementsRelation('billing:country_id', 'billing:region', '<?php echo $this->getUrl('directory/json/childRegion') ?>', '<?php echo $this->__('Select State/Province...') ?>');
193
+ $('billing-address-select') && billing.newAddress(!$('billing-address-select').value);
194
+
195
+ var billingRegionUpdater = new RegionUpdater('billing:country_id', 'billing:region', 'billing:region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'billing:postcode');
196
+ //]]>
197
+ </script>
app/design/frontend/accessshop/default/template/checkout/onepage/failure.phtml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('An error occurred in the process of payment') ?></h1>
10
+ </div>
11
+ <?php if ($this->getRealOrderId()) : ?><p><?php echo $this->__('Order #') . $this->getRealOrderId() ?></p><?php endif ?>
12
+ <?php if ($error = $this->getErrorMessage()) : ?><p><?php echo $error ?></p><?php endif ?>
13
+ <p><?php echo $this->__('Click <a href="%s">here</a> to continue shopping.', $this->getContinueShoppingUrl()) ?></p>
app/design/frontend/accessshop/default/template/checkout/onepage/link.phtml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php if ($this->isPossibleOnepageCheckout()):?>
9
+ <button type="button" title="<?php echo $this->__('Proceed to Checkout') ?>" class="button btn-proceed-checkout btn-checkout<?php if ($this->isDisabled()):?> no-checkout<?php endif; ?>"<?php if ($this->isDisabled()):?> disabled="disabled"<?php endif; ?> onclick="window.location='<?php echo $this->getCheckoutUrl() ?>';"><span><span><?php echo $this->__('Proceed to Checkout') ?></span></span></button>
10
+ <?php endif?>
app/design/frontend/accessshop/default/template/checkout/onepage/login.phtml ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php /* Extensions placeholder */ ?>
9
+ <?php echo $this->getChildHtml('checkout.onepage.login.extra')?>
10
+ <div class="col2-set">
11
+ <?php echo $this->getChildHtml('login_before')?>
12
+ <div class="col-1">
13
+ <h3><?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?><?php echo $this->__('Checkout as a Guest or Register') ?><?php else: ?><?php echo $this->__('Register to Create an Account') ?><?php endif; ?></h3>
14
+ <?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
15
+ <p><?php echo $this->__('Register with us for future convenience:') ?></p>
16
+ <?php else: ?>
17
+ <p><strong><?php echo $this->__('Register and save time!') ?></strong><br />
18
+ <?php echo $this->__('Register with us for future convenience:') ?></p>
19
+ <ul>
20
+ <li><?php echo $this->__('Fast and easy check out') ?></li>
21
+ <li><?php echo $this->__('Easy access to your order history and status') ?></li>
22
+ </ul>
23
+ <?php endif; ?>
24
+ <?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
25
+ <ul class="form-list">
26
+ <?php if( $this->getQuote()->isAllowedGuestCheckout() ): ?>
27
+ <li class="control">
28
+ <input type="radio" name="checkout_method" id="login:guest" value="guest"<?php if($this->getQuote()->getCheckoutMethod()==Mage_Checkout_Model_Type_Onepage::METHOD_GUEST): ?> checked="checked"<?php endif; ?> class="radio" /><label for="login:guest"><?php echo $this->__('Checkout as Guest') ?></label>
29
+ </li>
30
+ <?php endif; ?>
31
+ <li class="control">
32
+ <input type="radio" name="checkout_method" id="login:register" value="register"<?php if($this->getQuote()->getCheckoutMethod()==Mage_Checkout_Model_Type_Onepage::METHOD_REGISTER || !$this->getQuote()->isAllowedGuestCheckout()): ?> checked="checked"<?php endif ?> class="radio" /><label for="login:register"><?php echo $this->__('Register') ?></label>
33
+ </li>
34
+ </ul>
35
+ <h4><?php echo $this->__('Register and save time!') ?></h4>
36
+ <p><?php echo $this->__('Register with us for future convenience:') ?></p>
37
+ <ul class="ul">
38
+ <li><?php echo $this->__('Fast and easy check out') ?></li>
39
+ <li><?php echo $this->__('Easy access to your order history and status') ?></li>
40
+ </ul>
41
+ <?php else: ?>
42
+ <input type="hidden" name="checkout_method" id="login:register" value="register" checked="checked" />
43
+ <?php endif; ?>
44
+ </div>
45
+ <div class="col-2">
46
+ <h3><?php echo $this->__('Login') ?></h3>
47
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
48
+ <form id="login-form" action="<?php echo $this->getPostAction() ?>" method="post">
49
+ <fieldset>
50
+ <?php echo $this->getBlockHtml('formkey'); ?>
51
+ <h4><?php echo $this->__('Already registered?') ?></h4>
52
+ <p><?php echo $this->__('Please log in below:') ?></p>
53
+ <ul class="form-list">
54
+ <li>
55
+ <label for="login-email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
56
+ <div class="input-box">
57
+ <input type="text" class="input-text required-entry validate-email" id="login-email" name="login[username]" value="<?php echo $this->escapeHtml($this->getUsername()) ?>" />
58
+ </div>
59
+ </li>
60
+ <li>
61
+ <label for="login-password" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
62
+ <div class="input-box">
63
+ <input type="password" class="input-text required-entry" id="login-password" name="login[password]" />
64
+ </div>
65
+ </li>
66
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
67
+ </ul>
68
+ </fieldset>
69
+ </form>
70
+ </div>
71
+ </div>
72
+ <div class="col2-set">
73
+ <div class="col-1">
74
+ <div class="buttons-set">
75
+ <p class="required">&nbsp;</p>
76
+ <button type="button" class="button" onclick="checkout.setMethod();"><span><span><?php echo ($this->getQuote()->isAllowedGuestCheckout() ? $this->__('Continue') : $this->__('Register')) ?></span></span></button>
77
+ </div>
78
+ </div>
79
+ <div class="col-2">
80
+ <div class="buttons-set">
81
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
82
+ <a href="<?php echo $this->getUrl('customer/account/forgotpassword') ?>" class="f-left"><?php echo $this->__('Forgot your password?') ?></a>
83
+ <button type="submit" class="button" onclick="onepageLogin(this)"><span><span><?php echo $this->__('Login') ?></span></span></button>
84
+ </div>
85
+ </div>
86
+ </div>
87
+ <script type="text/javascript">
88
+ //<![CDATA[
89
+ var loginForm = new VarienForm('login-form', true);
90
+ $('login-email').observe('keypress', bindLoginPost);
91
+ $('login-password').observe('keypress', bindLoginPost);
92
+ function bindLoginPost(evt){
93
+ if (evt.keyCode == Event.KEY_RETURN) {
94
+ loginForm.submit();
95
+ }
96
+ }
97
+ function onepageLogin(button)
98
+ {
99
+ if(loginForm.validator && loginForm.validator.validate()){
100
+ button.disabled = true;
101
+ loginForm.submit();
102
+ }
103
+ }
104
+ //]]>
105
+ </script>
app/design/frontend/accessshop/default/template/checkout/onepage/payment.phtml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <script type="text/javascript">
9
+ //<![CDATA[
10
+ var quoteBaseGrandTotal = <?php echo (float)$this->getQuoteBaseGrandTotal(); ?>;
11
+ var checkQuoteBaseGrandTotal = quoteBaseGrandTotal;
12
+ var payment = new Payment('co-payment-form', '<?php echo $this->getUrl('checkout/onepage/savePayment') ?>');
13
+ var lastPrice;
14
+ //]]>
15
+ </script>
16
+ <form action="" id="co-payment-form">
17
+ <fieldset>
18
+ <?php echo $this->getChildHtml('methods') ?>
19
+ </fieldset>
20
+ </form>
21
+ <div class="tool-tip" id="payment-tool-tip" style="display:none;">
22
+ <div class="btn-close"><a href="#" id="payment-tool-tip-close" title="<?php echo $this->__('Close') ?>"><?php echo $this->__('Close') ?></a></div>
23
+ <div class="tool-tip-content"><img src="<?php echo $this->getSkinUrl('images/cvv.gif') ?>" alt="<?php echo $this->__('Card Verification Number Visual Reference') ?>" title="<?php echo $this->__('Card Verification Number Visual Reference') ?>" /></div>
24
+ </div>
25
+ <div class="buttons-set" id="payment-buttons-container">
26
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
27
+ <button type="button" class="button" onclick="payment.save()"><span><span><?php echo $this->__('Continue') ?></span></span></button>
28
+ <p class="back-link"><a href="#" onclick="checkout.back(); return false;"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
29
+ <span class="please-wait" id="payment-please-wait" style="display:none;">
30
+ <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Loading next step...') ?>" title="<?php echo $this->__('Loading next step...') ?>" class="v-middle" /> <?php echo $this->__('Loading next step...') ?>
31
+ </span>
32
+ </div>
33
+ <script type="text/javascript">
34
+ //<![CDATA[
35
+ function toggleToolTip(event){
36
+ if($('payment-tool-tip')){
37
+ $('payment-tool-tip').setStyle({
38
+ top: (Event.pointerY(event)-560)+'px'//,
39
+ //left: (Event.pointerX(event)+100)+'px'
40
+ })
41
+ $('payment-tool-tip').toggle();
42
+ }
43
+ Event.stop(event);
44
+ }
45
+ if($('payment-tool-tip-close')){
46
+ Event.observe($('payment-tool-tip-close'), 'click', toggleToolTip);
47
+ }
48
+ //]]>
49
+ </script>
50
+ <script type="text/javascript">
51
+ //<![CDATA[
52
+ payment.currentMethod = "<?php echo $this->getChild('methods')->getSelectedMethodCode() ?>";
53
+ //]]>
54
+ </script>
app/design/frontend/accessshop/default/template/checkout/onepage/payment/methods.phtml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php
9
+ /**
10
+ * One page checkout payment methods
11
+ *
12
+ * @var $this Mage_Checkout_Block_Onepage_Payment_Methods
13
+ */
14
+ ?>
15
+
16
+ <?php
17
+ $methods = $this->getMethods();
18
+ $oneMethod = count($methods) <= 1;
19
+ ?>
20
+ <?php if (empty($methods)): ?>
21
+ <dt>
22
+ <?php echo $this->__('No Payment Methods') ?>
23
+ </dt>
24
+ <?php else:
25
+ foreach ($methods as $_method):
26
+ $_code = $_method->getCode();
27
+ ?>
28
+ <dt>
29
+ <?php if(!$oneMethod): ?>
30
+ <input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" title="<?php echo $this->escapeHtml($_method->getTitle()) ?>" onclick="payment.switchMethod('<?php echo $_code ?>')"<?php if($this->getSelectedMethodCode()==$_code): ?> checked="checked"<?php endif; ?> class="radio" />
31
+ <?php else: ?>
32
+ <span class="no-display"><input id="p_method_<?php echo $_code ?>" value="<?php echo $_code ?>" type="radio" name="payment[method]" checked="checked" class="radio" /></span>
33
+ <?php $oneMethod = $_code; ?>
34
+ <?php endif; ?>
35
+ <label for="p_method_<?php echo $_code ?>"><?php echo $this->escapeHtml($this->getMethodTitle($_method)) ?> <?php echo $this->getMethodLabelAfterHtml($_method) ?></label>
36
+ </dt>
37
+ <?php if ($html = $this->getPaymentMethodFormHtml($_method)): ?>
38
+ <dd>
39
+ <?php echo $html; ?>
40
+ </dd>
41
+ <?php endif; ?>
42
+ <?php endforeach;
43
+ endif;
44
+ ?>
45
+ <?php echo $this->getChildChildHtml('additional'); ?>
46
+ <script type="text/javascript">
47
+ //<![CDATA[
48
+ <?php echo $this->getChildChildHtml('scripts'); ?>
49
+ payment.init();
50
+ <?php if (is_string($oneMethod)): ?>
51
+ payment.switchMethod('<?php echo $oneMethod ?>');
52
+ <?php endif; ?>
53
+ //]]>
54
+ </script>
app/design/frontend/accessshop/default/template/checkout/onepage/progress.phtml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="block block-progress opc-block-progress">
9
+ <div class="block-title">
10
+ <strong><span><?php echo $this->__('Your Checkout Progress') ?></span></strong>
11
+ </div>
12
+ <div class="block-content">
13
+ <dl>
14
+ <?php if ($this->getCheckout()->getStepData('billing', 'is_show')): ?>
15
+ <div id="billing-progress-opcheckout">
16
+ <?php echo $this->getChildHtml('billing.progress') ?>
17
+ </div>
18
+ <?php endif; ?>
19
+
20
+ <?php if ($this->getCheckout()->getStepData('shipping', 'is_show')): ?>
21
+ <div id="shipping-progress-opcheckout">
22
+ <?php echo $this->getChildHtml('shipping.progress') ?>
23
+ </div>
24
+ <?php endif; ?>
25
+
26
+ <?php if ($this->getCheckout()->getStepData('shipping_method', 'is_show')): ?>
27
+ <div id="shipping_method-progress-opcheckout">
28
+ <?php echo $this->getChildHtml('shippingmethod.progress') ?>
29
+ </div>
30
+ <?php endif; ?>
31
+
32
+ <?php if ($this->getCheckout()->getStepData('payment', 'is_show')): ?>
33
+ <div id="payment-progress-opcheckout">
34
+ <?php echo $this->getChildHtml('payment.progress') ?>
35
+ </div>
36
+ <?php endif; ?>
37
+ </dl>
38
+ </div>
39
+ </div>
40
+
app/design/frontend/accessshop/default/template/checkout/onepage/progress/billing.phtml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php if ($this->getCheckout()->getStepData('billing', 'complete')): ?>
9
+ <dt class="complete">
10
+ <?php echo $this->__('Billing Address') ?><span class="changelink"> <span class="separator">|</span> <a
11
+ href="#billing"
12
+ onclick="checkout.changeSection('opc-billing'); return false;"><?php echo $this->__('Change') ?></a></span>
13
+ </dt>
14
+ <dd class="complete">
15
+ <address><?php echo $this->getBilling()->format('html') ?></address>
16
+ </dd>
17
+ <?php else: ?>
18
+ <dt>
19
+ <?php echo $this->__('Billing Address') ?>
20
+ </dt>
21
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/checkout/onepage/progress/payment.phtml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php if ($this->getCheckout()->getStepData('payment', 'complete')): ?>
9
+ <dt class="complete">
10
+ <?php echo $this->__('Payment Method') ?><span class="changelink"> <span class="separator">|</span> <a
11
+ href="#payment"
12
+ onclick="checkout.changeSection('opc-payment'); return false;"><?php echo $this->__('Change') ?></a></span>
13
+ </dt>
14
+ <dd class="complete">
15
+ <?php echo $this->getPaymentHtml() ?>
16
+ </dd>
17
+ <?php else: ?>
18
+ <dt>
19
+ <?php echo $this->__('Payment Method') ?>
20
+ </dt>
21
+ <?php endif; ?>
22
+
app/design/frontend/accessshop/default/template/checkout/onepage/progress/shipping.phtml ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php if ($this->getCheckout()->getStepData('shipping', 'complete')): ?>
9
+ <?php $completeClass = $this->getCheckout()->getStepData('shipping', 'complete') ? 'complete' : ''; ?>
10
+ <dt class="<?php echo $completeClass ?>">
11
+ <?php echo $this->__('Shipping Address') ?> <span class="changelink"><span class="separator">|</span> <a
12
+ href="#payment"
13
+ onclick="checkout.changeSection('opc-shipping');return false;"><?php echo $this->__('Change') ?></a></span>
14
+ </dt>
15
+ <dd class="<?php echo $completeClass ?>">
16
+ <?php if ($this->getCheckout()->getStepData('shipping', 'complete')): ?>
17
+ <address><?php echo $this->getShipping()->format('html') ?></address>
18
+ <?php endif; ?>
19
+ </dd>
20
+ <?php else: ?>
21
+ <dt>
22
+ <?php echo $this->__('Shipping Address') ?>
23
+ </dt>
24
+ <?php endif; ?>
25
+
app/design/frontend/accessshop/default/template/checkout/onepage/progress/shipping_method.phtml ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php if ($this->getCheckout()->getStepData('shipping_method', 'complete')): ?>
9
+ <dt class="complete">
10
+ <?php echo $this->__('Shipping Method') ?> <span class="changelink"><span class="separator">|</span> <a
11
+ href="#shipping_method"
12
+ onclick="checkout.changeSection('opc-shipping_method'); return false;"><?php echo $this->__('Change') ?></a></span>
13
+ </dt>
14
+ <dd class="complete">
15
+ <?php if ($this->getShippingMethod()): ?>
16
+ <?php echo $this->getShippingDescription() ?>
17
+
18
+ <?php $_excl = $this->getShippingPriceExclTax(); ?>
19
+ <?php $_incl = $this->getShippingPriceInclTax(); ?>
20
+ <?php if ($this->helper('tax')->displayShippingPriceIncludingTax()): ?>
21
+ <?php echo $_incl; ?>
22
+ <?php else: ?>
23
+ <?php echo $_excl; ?>
24
+ <?php endif; ?>
25
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
26
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
27
+ <?php endif; ?>
28
+
29
+ <?php else: ?>
30
+ <?php echo $this->__('Shipping method has not been selected yet') ?>
31
+ <?php endif; ?>
32
+ </dd>
33
+ <?php else: ?>
34
+ <dt>
35
+ <?php echo $this->__('Shipping Method') ?>
36
+ </dt>
37
+ <?php endif; ?>
38
+
app/design/frontend/accessshop/default/template/checkout/onepage/review.phtml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="order-review" id="checkout-review-load">
9
+ <!-- Content loaded dynamically -->
10
+ </div>
app/design/frontend/accessshop/default/template/checkout/onepage/review/button.phtml ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <button type="submit" title="<?php echo $this->__('Place Order') ?>" class="button btn-checkout" onclick="review.save();"><span><span><?php echo $this->__('Place Order') ?></span></span></button>
app/design/frontend/accessshop/default/template/checkout/onepage/review/info.phtml ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php echo $this->getChildHtml('items_before'); ?>
9
+ <div id="checkout-review-table-wrapper">
10
+ <table class="data-table" id="checkout-review-table">
11
+ <?php if ($this->helper('tax')->displayCartBothPrices()): $colspan = $rowspan = 2; else: $colspan = $rowspan = 1; endif; ?>
12
+ <col />
13
+ <col width="1" />
14
+ <col width="1" />
15
+ <col width="1" />
16
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
17
+ <col width="1" />
18
+ <col width="1" />
19
+ <?php endif; ?>
20
+ <thead>
21
+ <tr>
22
+ <th rowspan="<?php echo $rowspan ?>"><?php echo $this->__('Product Name') ?></th>
23
+ <th colspan="<?php echo $colspan ?>" class="a-center"><?php echo $this->__('Price') ?></th>
24
+ <th rowspan="<?php echo $rowspan ?>" class="a-center"><?php echo $this->__('Qty') ?></th>
25
+ <th colspan="<?php echo $colspan ?>" class="a-center"><?php echo $this->__('Subtotal') ?></th>
26
+ </tr>
27
+ <?php if ($this->helper('tax')->displayCartBothPrices()): ?>
28
+ <tr>
29
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
30
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
31
+ <th class="a-right"><?php echo $this->helper('tax')->getIncExcTaxLabel(false) ?></th>
32
+ <th><?php echo $this->helper('tax')->getIncExcTaxLabel(true) ?></th>
33
+ </tr>
34
+ <?php endif; ?>
35
+ </thead>
36
+ <?php echo $this->getChildHtml('totals'); ?>
37
+ <tbody>
38
+ <?php foreach($this->getItems() as $_item): ?>
39
+ <?php echo $this->getItemHtml($_item)?>
40
+ <?php endforeach ?>
41
+ </tbody>
42
+ </table>
43
+ </div>
44
+ <?php echo $this->getChildHtml('items_after'); ?>
45
+ <script type="text/javascript">
46
+ //<![CDATA[
47
+ decorateTable('checkout-review-table');
48
+ truncateOptions();
49
+ //]]>
50
+ </script>
51
+ <div id="checkout-review-submit">
52
+ <?php echo $this->getChildHtml('agreements') ?>
53
+ <div class="buttons-set" id="review-buttons-container">
54
+ <p class="f-left"><?php echo $this->__('Forgot an Item?') ?> <a href="<?php echo $this->getUrl('checkout/cart') ?>"><?php echo $this->__('Edit Your Cart') ?></a></p>
55
+ <?php echo $this->getChildHtml('button') ?>
56
+ <span class="please-wait" id="review-please-wait" style="display:none;">
57
+ <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Submitting order information...') ?>" title="<?php echo $this->__('Submitting order information...') ?>" class="v-middle" /> <?php echo $this->__('Submitting order information...') ?>
58
+ </span>
59
+ </div>
60
+ <script type="text/javascript">
61
+ //<![CDATA[
62
+ review = new Review('<?php echo $this->getUrl('checkout/onepage/saveOrder', array('form_key' => Mage::getSingleton('core/session')->getFormKey())) ?>', '<?php echo $this->getUrl('checkout/onepage/success') ?>', $('checkout-agreements'));
63
+ //]]>
64
+ </script>
65
+ </div>
app/design/frontend/accessshop/default/template/checkout/onepage/review/item.phtml ADDED
@@ -0,0 +1,221 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php $_item = $this->getItem()?>
9
+ <tr>
10
+ <td><h3 class="product-name"><?php echo $this->escapeHtml($this->getProductName()) ?></h3>
11
+ <?php if ($_options = $this->getOptionList()):?>
12
+ <dl class="item-options">
13
+ <?php foreach ($_options as $_option) : ?>
14
+ <?php $_formatedOptionValue = $this->getFormatedOptionValue($_option) ?>
15
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
16
+ <dd<?php if (isset($_formatedOptionValue['full_view'])): ?> class="truncated"<?php endif; ?>><?php echo $_formatedOptionValue['value'] ?>
17
+ <?php if (isset($_formatedOptionValue['full_view'])): ?>
18
+ <div class="truncated_full_value">
19
+ <dl class="item-options">
20
+ <dt><?php echo $this->escapeHtml($_option['label']) ?></dt>
21
+ <dd><?php echo $_formatedOptionValue['full_view'] ?></dd>
22
+ </dl>
23
+ </div>
24
+ <?php endif; ?>
25
+ </dd>
26
+ <?php endforeach; ?>
27
+ </dl>
28
+ <?php endif;?>
29
+ <?php if ($addtInfoBlock = $this->getProductAdditionalInformationBlock()):?>
30
+ <?php echo $addtInfoBlock->setItem($_item)->toHtml() ?>
31
+ <?php endif;?>
32
+ </td>
33
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
34
+ <td class="a-right">
35
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
36
+ <span class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
37
+ <?php else: ?>
38
+ <span class="cart-price">
39
+ <?php endif; ?>
40
+
41
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
42
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?>
43
+ <?php else: ?>
44
+ <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()) ?>
45
+ <?php endif; ?>
46
+
47
+ </span>
48
+
49
+
50
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
51
+
52
+ <div class="cart-tax-info" id="eunit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
53
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
54
+ <small>
55
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
56
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
57
+ <?php endforeach; ?>
58
+ </small>
59
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
60
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
61
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></small></span><br />
62
+ <?php endforeach; ?>
63
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
64
+ <small>
65
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
66
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount'],true,true); ?></span><br />
67
+ <?php endforeach; ?>
68
+ </small>
69
+ <?php endif; ?>
70
+ </div>
71
+
72
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
73
+ <div class="cart-tax-total" onclick="taxToggle('eunit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
74
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_item->getCalculationPrice()+$_item->getWeeeTaxAppliedAmount()+$_item->getWeeeTaxDisposition()); ?></span>
75
+ </div>
76
+ <?php endif; ?>
77
+ <?php endif; ?>
78
+ </td>
79
+ <?php endif; ?>
80
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
81
+ <td>
82
+ <?php $_incl = $this->helper('checkout')->getPriceInclTax($_item); ?>
83
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
84
+ <span class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
85
+ <?php else: ?>
86
+ <span class="cart-price">
87
+ <?php endif; ?>
88
+
89
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
90
+ <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?>
91
+ <?php else: ?>
92
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxDisposition()) ?>
93
+ <?php endif; ?>
94
+
95
+ </span>
96
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
97
+
98
+ <div class="cart-tax-info" id="unit-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
99
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
100
+ <small>
101
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
102
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
103
+ <?php endforeach; ?>
104
+ </small>
105
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
106
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
107
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></small></span><br />
108
+ <?php endforeach; ?>
109
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
110
+ <small>
111
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
112
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['amount_incl_tax'],true,true); ?></span><br />
113
+ <?php endforeach; ?>
114
+ </small>
115
+ <?php endif; ?>
116
+ </div>
117
+
118
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
119
+ <div class="cart-tax-total" onclick="taxToggle('unit-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
120
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getWeeeTaxInclTax($_item)); ?></span>
121
+ </div>
122
+ <?php endif; ?>
123
+ <?php endif; ?>
124
+ </td>
125
+ <?php endif; ?>
126
+ <td class="a-center"><?php echo $_item->getQty() ?></td>
127
+ <!-- sub total starts here -->
128
+ <?php if ($this->helper('tax')->displayCartPriceExclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
129
+ <td class="a-right">
130
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
131
+ <span class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
132
+ <?php else: ?>
133
+ <span class="cart-price">
134
+ <?php endif; ?>
135
+
136
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
137
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?>
138
+ <?php else: ?>
139
+ <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()) ?>
140
+ <?php endif; ?>
141
+
142
+ </span>
143
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
144
+
145
+ <div class="cart-tax-info" id="esubtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
146
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
147
+ <small>
148
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
149
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span><br />
150
+ <?php endforeach; ?>
151
+ </small>
152
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
153
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
154
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></small></span><br />
155
+ <?php endforeach; ?>
156
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
157
+ <small>
158
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
159
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount'],true,true); ?></span><br />
160
+ <?php endforeach; ?>
161
+ </small>
162
+ <?php endif; ?>
163
+ </div>
164
+
165
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
166
+ <div class="cart-tax-total" onclick="taxToggle('esubtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
167
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_item->getRowTotal()+$_item->getWeeeTaxAppliedRowAmount()+$_item->getWeeeTaxRowDisposition()); ?></span>
168
+ </div>
169
+ <?php endif; ?>
170
+ <?php endif; ?>
171
+ </td>
172
+ <?php endif; ?>
173
+ <?php if ($this->helper('tax')->displayCartPriceInclTax() || $this->helper('tax')->displayCartBothPrices()): ?>
174
+ <td>
175
+ <?php $_incl = $this->helper('checkout')->getSubtotalInclTax($_item); ?>
176
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
177
+ <span class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
178
+ <?php else: ?>
179
+ <span class="cart-price">
180
+ <?php endif; ?>
181
+
182
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, array(0, 1, 4), 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
183
+ <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?>
184
+ <?php else: ?>
185
+ <?php echo $this->helper('checkout')->formatPrice($_incl-$_item->getWeeeTaxRowDisposition()) ?>
186
+ <?php endif; ?>
187
+
188
+ </span>
189
+
190
+
191
+ <?php if (Mage::helper('weee')->getApplied($_item)): ?>
192
+
193
+ <div class="cart-tax-info" id="subtotal-item-tax-details<?php echo $_item->getId(); ?>" style="display:none;">
194
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 1, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
195
+ <small>
196
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
197
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span><br />
198
+ <?php endforeach; ?>
199
+ </small>
200
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
201
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
202
+ <span class="nobr"><small><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></small></span><br />
203
+ <?php endforeach; ?>
204
+ <?php elseif (Mage::helper('weee')->typeOfDisplay($_item, 4, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
205
+ <small>
206
+ <?php foreach (Mage::helper('weee')->getApplied($_item) as $tax): ?>
207
+ <span class="nobr"><?php echo $tax['title']; ?>: <?php echo Mage::helper('checkout')->formatPrice($tax['row_amount_incl_tax'],true,true); ?></span><br />
208
+ <?php endforeach; ?>
209
+ </small>
210
+ <?php endif; ?>
211
+ </div>
212
+
213
+ <?php if (Mage::helper('weee')->typeOfDisplay($_item, 2, 'sales') && $_item->getWeeeTaxAppliedAmount()): ?>
214
+ <div class="cart-tax-total" onclick="taxToggle('subtotal-item-tax-details<?php echo $_item->getId(); ?>', this, 'cart-tax-total-expanded');">
215
+ <span class="nobr"><?php echo Mage::helper('weee')->__('Total incl. tax'); ?>:<br /> <?php echo $this->helper('checkout')->formatPrice($_incl + Mage::helper('weee')->getRowWeeeTaxInclTax($_item)); ?></span>
216
+ </div>
217
+ <?php endif; ?>
218
+ <?php endif; ?>
219
+ </td>
220
+ <?php endif; ?>
221
+ </tr>
app/design/frontend/accessshop/default/template/checkout/onepage/review/totals.phtml ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+
8
+ /**
9
+ * @see Mage_Checkout_Block_Cart_Totals
10
+ */
11
+ ?>
12
+ <?php if ($this->getTotals()): ?>
13
+ <tfoot>
14
+ <?php $_colspan = $this->helper('tax')->displayCartBothPrices() ? 5 : 3; ?>
15
+ <?php echo $this->renderTotals(null, $_colspan); ?>
16
+ <?php echo $this->renderTotals('footer', $_colspan); ?>
17
+ <?php if ($this->needDisplayBaseGrandtotal()):?>
18
+ <tr>
19
+ <td class="a-right" colspan="<?php echo $_colspan; ?>">
20
+ <small><?php echo $this->helper('sales')->__('Your credit card will be charged for') ?></small>
21
+ </td>
22
+ <td class="a-right">
23
+ <small><?php echo $this->displayBaseGrandtotal() ?></small>
24
+ </td>
25
+ </tr>
26
+ <?php endif?>
27
+ </tfoot>
28
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/checkout/onepage/shipping.phtml ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <form action="" id="co-shipping-form">
9
+ <ul class="form-list">
10
+ <?php if ($this->customerHasAddresses()): ?>
11
+ <li class="wide">
12
+ <label for="shipping-address-select"><?php echo $this->__('Select a shipping address from your address book or enter a new address.') ?></label>
13
+ <div class="input-box">
14
+ <?php echo $this->getAddressesHtmlSelect('shipping') ?>
15
+ </div>
16
+ </li>
17
+ <?php endif ?>
18
+ <li id="shipping-new-address-form"<?php if ($this->customerHasAddresses()): ?> style="display:none;"<?php endif ?>>
19
+ <fieldset>
20
+ <input type="hidden" name="shipping[address_id]" value="<?php echo $this->getAddress()->getId() ?>" id="shipping:address_id" />
21
+ <ul>
22
+ <li class="fields"><?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getAddress())->setFieldIdFormat('shipping:%s')->setFieldNameFormat('shipping[%s]')->setFieldParams('onchange="shipping.setSameAsBilling(false)"')->toHtml() ?></li>
23
+ <li class="fields">
24
+ <div class="fields">
25
+ <label for="shipping:company"><?php echo $this->__('Company') ?></label>
26
+ <div class="input-box">
27
+ <input type="text" id="shipping:company" name="shipping[company]" value="<?php echo $this->escapeHtml($this->getAddress()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" onchange="shipping.setSameAsBilling(false);" />
28
+ </div>
29
+ </div>
30
+ </li>
31
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
32
+ <li class="wide">
33
+ <label for="shipping:street1" class="required"><em>*</em><?php echo $this->__('Address') ?></label>
34
+ <div class="input-box">
35
+ <input type="text" title="<?php echo $this->__('Street Address') ?>" name="shipping[street][]" id="shipping:street1" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet(1)) ?>" class="input-text <?php echo $_streetValidationClass ?>" onchange="shipping.setSameAsBilling(false);" />
36
+ </div>
37
+ </li>
38
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
39
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
40
+ <li class="wide">
41
+ <div class="input-box">
42
+ <input type="text" title="<?php echo $this->__('Street Address %s', $_i) ?>" name="shipping[street][]" id="shipping:street<?php echo $_i ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet($_i)) ?>" class="input-text <?php echo $_streetValidationClass ?>" onchange="shipping.setSameAsBilling(false);" />
43
+ </div>
44
+ </li>
45
+ <?php endfor; ?>
46
+ <?php if ($this->helper('customer/address')->isVatAttributeVisible()) : ?>
47
+ <li class="wide">
48
+ <label for="billing:vat_id"><?php echo $this->__('VAT Number'); ?></label>
49
+ <div class="input-box">
50
+ <input type="text" id="shipping:vat_id" name="shipping[vat_id]" value="<?php echo $this->escapeHtml($this->getAddress()->getVatId()); ?>" title="<?php echo $this->__('VAT Number'); ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('vat_id') ?>" />
51
+ </div>
52
+ </li>
53
+ <?php endif; ?>
54
+ <li class="fields">
55
+ <div class="field">
56
+ <label for="shipping:city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
57
+ <div class="input-box">
58
+ <input type="text" title="<?php echo $this->__('City') ?>" name="shipping[city]" value="<?php echo $this->escapeHtml($this->getAddress()->getCity()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="shipping:city" onchange="shipping.setSameAsBilling(false);" />
59
+ </div>
60
+ </div>
61
+ <div class="field">
62
+ <label for="shipping:region" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
63
+ <div class="input-box">
64
+ <select id="shipping:region_id" name="shipping[region_id]" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
65
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
66
+ </select>
67
+ <script type="text/javascript">
68
+ //<![CDATA[
69
+ $('shipping:region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
70
+ //]]>
71
+ </script>
72
+ <input type="text" id="shipping:region" name="shipping[region]" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
73
+ </div>
74
+ </div>
75
+ </li>
76
+ <li class="fields">
77
+ <div class="field">
78
+ <label for="shipping:postcode" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
79
+ <div class="input-box">
80
+ <input type="text" title="<?php echo $this->__('Zip/Postal Code') ?>" name="shipping[postcode]" id="shipping:postcode" value="<?php echo $this->escapeHtml($this->getAddress()->getPostcode()) ?>" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" onchange="shipping.setSameAsBilling(false);" />
81
+ </div>
82
+ </div>
83
+ <div class="field">
84
+ <label for="shipping:country_id" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
85
+ <div class="input-box">
86
+ <?php echo $this->getCountryHtmlSelect('shipping') ?>
87
+ </div>
88
+ </div>
89
+ </li>
90
+ <li class="fields">
91
+ <div class="field">
92
+ <label for="shipping:telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
93
+ <div class="input-box">
94
+ <input type="text" name="shipping[telephone]" value="<?php echo $this->escapeHtml($this->getAddress()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="shipping:telephone" onchange="shipping.setSameAsBilling(false);" />
95
+ </div>
96
+ </div>
97
+ <div class="field">
98
+ <label for="shipping:fax"><?php echo $this->__('Fax') ?></label>
99
+ <div class="input-box">
100
+ <input type="text" name="shipping[fax]" value="<?php echo $this->escapeHtml($this->getAddress()->getFax()) ?>" title="<?php echo $this->__('Fax') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" id="shipping:fax" onchange="shipping.setSameAsBilling(false);" />
101
+ </div>
102
+ </div>
103
+ </li>
104
+ <?php if ($this->isCustomerLoggedIn() && $this->customerHasAddresses()):?>
105
+ <li class="control">
106
+ <input type="checkbox" name="shipping[save_in_address_book]" value="1" title="<?php echo $this->__('Save in address book') ?>" id="shipping:save_in_address_book" onchange="shipping.setSameAsBilling(false);"<?php if ($this->getAddress()->getSaveInAddressBook()):?> checked="checked"<?php endif;?> class="checkbox" /><label for="shipping:save_in_address_book"><?php echo $this->__('Save in address book') ?></label></li>
107
+ <?php else:?>
108
+ <li class="no-display"><input type="hidden" name="shipping[save_in_address_book]" value="1" /></li>
109
+ <?php endif;?>
110
+ </ul>
111
+ </fieldset>
112
+ </li>
113
+ <li class="control">
114
+ <input type="checkbox" name="shipping[same_as_billing]" id="shipping:same_as_billing" value="1"<?php if($this->getAddress()->getSameAsBilling()): ?> checked="checked"<?php endif; ?> title="<?php echo $this->__('Use Billing Address') ?>" onclick="shipping.setSameAsBilling(this.checked)" class="checkbox" /><label for="shipping:same_as_billing"><?php echo $this->__('Use Billing Address') ?></label>
115
+ </li>
116
+ </ul>
117
+ <div class="buttons-set" id="shipping-buttons-container">
118
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
119
+ <button type="button" class="button" title="<?php echo $this->__('Continue') ?>" onclick="shipping.save()"><span><span><?php echo $this->__('Continue') ?></span></span></button>
120
+ <p class="back-link"><a href="#" onclick="checkout.back(); return false;"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
121
+ <span id="shipping-please-wait" class="please-wait" style="display:none;">
122
+ <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Loading next step...') ?>" title="<?php echo $this->__('Loading next step...') ?>" class="v-middle" /> <?php echo $this->__('Loading next step...') ?>
123
+ </span>
124
+ </div>
125
+ </form>
126
+ <script type="text/javascript">
127
+ //<![CDATA[
128
+ var shipping = new Shipping('co-shipping-form', '<?php echo $this->getUrl('checkout/onepage/getAddress') ?>address/', '<?php echo $this->getUrl('checkout/onepage/saveShipping') ?>',
129
+ '<?php echo $this->getUrl('checkout/onepage/shippingMethod') ?>');
130
+ var shippingForm = new VarienForm('co-shipping-form');
131
+ shippingForm.extraChildParams = ' onchange="shipping.setSameAsBilling(false);"';
132
+ //shippingForm.setElementsRelation('shipping:country_id', 'shipping:region', '<?php echo $this->getUrl('directory/json/childRegion') ?>', '<?php echo $this->__('Select State/Province...') ?>');
133
+ $('shipping-address-select') && shipping.newAddress(!$('shipping-address-select').value);
134
+
135
+ var shippingRegionUpdater = new RegionUpdater('shipping:country_id', 'shipping:region', 'shipping:region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'shipping:postcode');
136
+ //]]>
137
+ </script>
app/design/frontend/accessshop/default/template/checkout/onepage/shipping_method.phtml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <form id="co-shipping-method-form" action="">
9
+ <div id="checkout-shipping-method-load">
10
+ <!-- Content loaded dynamically -->
11
+ </div>
12
+ <script type="text/javascript">
13
+ //<![CDATA[
14
+ var shippingMethod = new ShippingMethod('co-shipping-method-form', "<?php echo $this->getUrl('checkout/onepage/saveShippingMethod') ?>");
15
+ //]]>
16
+ </script>
17
+ <div id="onepage-checkout-shipping-method-additional-load">
18
+ <?php echo $this->getChildHtml('additional') ?>
19
+ </div>
20
+ <div class="buttons-set" id="shipping-method-buttons-container">
21
+ <button type="button" class="button" onclick="shippingMethod.save()"><span><span><?php echo $this->__('Continue') ?></span></span></button>
22
+ <p class="back-link"><a href="#" onclick="checkout.back(); return false;"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
23
+ <span id="shipping-method-please-wait" class="please-wait" style="display:none;">
24
+ <img src="<?php echo $this->getSkinUrl('images/opc-ajax-loader.gif') ?>" alt="<?php echo $this->__('Loading next step...') ?>" title="<?php echo $this->__('Loading next step...') ?>" class="v-middle" /> <?php echo $this->__('Loading next step...') ?>
25
+ </span>
26
+ </div>
27
+ </form>
app/design/frontend/accessshop/default/template/checkout/onepage/shipping_method/available.phtml ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php /** @var $this Mage_Checkout_Block_Onepage_Shipping_Method_Available */ ?>
9
+ <?php $_shippingRateGroups = $this->getShippingRates(); ?>
10
+ <?php if (!$_shippingRateGroups): ?>
11
+ <p><?php echo $this->__('Sorry, no quotes are available for this order at this time.') ?></p>
12
+ <?php else: ?>
13
+ <dl class="sp-methods">
14
+ <?php $shippingCodePrice = array(); ?>
15
+ <?php $_sole = count($_shippingRateGroups) == 1; foreach ($_shippingRateGroups as $code => $_rates): ?>
16
+ <dt><?php echo $this->escapeHtml($this->getCarrierName($code)) ?></dt>
17
+ <dd>
18
+ <ul>
19
+ <?php $_sole = $_sole && count($_rates) == 1; foreach ($_rates as $_rate): ?>
20
+ <?php $shippingCodePrice[] = "'".$_rate->getCode()."':".(float)$_rate->getPrice(); ?>
21
+ <li>
22
+ <?php if ($_rate->getErrorMessage()): ?>
23
+ <ul class="messages"><li class="error-msg"><ul><li><?php echo $this->escapeHtml($_rate->getErrorMessage()) ?></li></ul></li></ul>
24
+ <?php else: ?>
25
+ <?php if ($_sole) : ?>
26
+ <span class="no-display"><input name="shipping_method" type="radio" value="<?php echo $_rate->getCode() ?>" id="s_method_<?php echo $_rate->getCode() ?>" checked="checked" /></span>
27
+ <?php else: ?>
28
+ <input name="shipping_method" type="radio" value="<?php echo $_rate->getCode() ?>" id="s_method_<?php echo $_rate->getCode() ?>"<?php if($_rate->getCode()===$this->getAddressShippingMethod()) echo ' checked="checked"' ?> class="radio"/>
29
+
30
+ <?php if ($_rate->getCode() === $this->getAddressShippingMethod()): ?>
31
+ <script type="text/javascript">
32
+ //<![CDATA[
33
+ lastPrice = <?php echo (float)$_rate->getPrice(); ?>;
34
+ //]]>
35
+ </script>
36
+ <?php endif; ?>
37
+
38
+ <?php endif; ?>
39
+ <label for="s_method_<?php echo $_rate->getCode() ?>"><?php echo $this->escapeHtml($_rate->getMethodTitle()) ?>
40
+ <?php $_excl = $this->getShippingPrice($_rate->getPrice(), $this->helper('tax')->displayShippingPriceIncludingTax()); ?>
41
+ <?php $_incl = $this->getShippingPrice($_rate->getPrice(), true); ?>
42
+ <?php echo $_excl; ?>
43
+ <?php if ($this->helper('tax')->displayShippingBothPrices() && $_incl != $_excl): ?>
44
+ (<?php echo $this->__('Incl. Tax'); ?> <?php echo $_incl; ?>)
45
+ <?php endif; ?>
46
+ </label>
47
+ <?php endif ?>
48
+ </li>
49
+ <?php endforeach; ?>
50
+ </ul>
51
+ </dd>
52
+ <?php endforeach; ?>
53
+ </dl>
54
+ <script type="text/javascript">
55
+ //<![CDATA[
56
+ <?php if (!empty($shippingCodePrice)): ?>
57
+ var shippingCodePrice = {<?php echo implode(',',$shippingCodePrice); ?>};
58
+ <?php endif; ?>
59
+
60
+ $$('input[type="radio"][name="shipping_method"]').each(function(el){
61
+ Event.observe(el, 'click', function(){
62
+ if (el.checked == true) {
63
+ var getShippingCode = el.getValue();
64
+ <?php if (!empty($shippingCodePrice)): ?>
65
+ var newPrice = shippingCodePrice[getShippingCode];
66
+ if (!lastPrice) {
67
+ lastPrice = newPrice;
68
+ quoteBaseGrandTotal += newPrice;
69
+ }
70
+ if (newPrice != lastPrice) {
71
+ quoteBaseGrandTotal += (newPrice-lastPrice);
72
+ lastPrice = newPrice;
73
+ }
74
+ <?php endif; ?>
75
+ checkQuoteBaseGrandTotal = quoteBaseGrandTotal;
76
+ return false;
77
+ }
78
+ });
79
+ });
80
+ //]]>
81
+ </script>
82
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/customer/account/dashboard.phtml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="dashboard">
9
+ <div class="page-title">
10
+ <h1><?php echo $this->__('My Dashboard') ?></h1>
11
+ </div>
12
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
13
+ <?php echo $this->getChildHtml('hello') ?>
14
+ <?php echo $this->getChildHtml('top') ?>
15
+ <div class="box-account box-info">
16
+ <div class="box-head">
17
+ <h2><?php echo $this->__('Account Information') ?></h2>
18
+ </div>
19
+ <?php /* Extensions placeholder */ ?>
20
+ <?php echo $this->getChildHtml('customer.account.dashboard.extra') ?>
21
+ <?php echo $this->getChildHtml('info') ?>
22
+ <?php echo $this->getChildHtml('address') ?>
23
+ </div>
24
+ <?php echo $this->getChildHtml('info1') ?>
25
+ <?php echo $this->getChildHtml('info2') ?>
26
+ </div>
app/design/frontend/accessshop/default/template/customer/account/dashboard/address.phtml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="col2-set">
9
+ <div class="box">
10
+ <div class="box-title">
11
+ <a href="<?php echo $this->getAddressBookUrl() ?>"><?php echo $this->__('Manage Addresses') ?></a>
12
+ <h3><?php echo $this->__('Address Book') ?></h3>
13
+
14
+ </div>
15
+ <div class="box-content">
16
+ <div class="col-1">
17
+ <h4><?php echo $this->__('Default Billing Address') ?></h4>
18
+ <address>
19
+ <?php echo $this->getPrimaryBillingAddressHtml() ?><br />
20
+ <a href="<?php echo $this->getPrimaryBillingAddressEditUrl() ?>"><?php echo $this->__('Edit Address') ?></a>
21
+ </address>
22
+ </div>
23
+ <div class="col-2">
24
+ <h4><?php echo $this->__('Default Shipping Address') ?></h4>
25
+ <address>
26
+ <?php echo $this->getPrimaryShippingAddressHtml() ?><br />
27
+ <a href="<?php echo $this->getPrimaryShippingAddressEditUrl() ?>"><?php echo $this->__('Edit Address') ?></a>
28
+ </address>
29
+ </div>
30
+ </div>
31
+ </div>
32
+ </div>
app/design/frontend/accessshop/default/template/customer/account/dashboard/hello.phtml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="welcome-msg">
9
+ <p class="hello"><strong><?php echo $this->__('Hello, %s!', $this->escapeHtml($this->getCustomerName())) ?></strong></p>
10
+ <p><?php echo $this->__('From your My Account Dashboard you have the ability to view a snapshot of your recent account activity and update your account information. Select a link below to view or edit information.') ?></p>
11
+ </div>
app/design/frontend/accessshop/default/template/customer/account/dashboard/info.phtml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="col2-set">
9
+ <div class="col-1">
10
+ <div class="box">
11
+ <div class="box-title">
12
+ <a href="<?php echo $this->getUrl('customer/account/edit') ?>"><?php echo $this->__('Edit') ?></a>
13
+ <h3><?php echo $this->__('Contact Information') ?></h3>
14
+ </div>
15
+ <div class="box-content">
16
+ <p>
17
+ <?php echo $this->escapeHtml($this->getCustomer()->getName()) ?><br />
18
+ <?php echo $this->escapeHtml($this->getCustomer()->getEmail()) ?><br />
19
+ <a href="<?php echo $this->getChangePasswordUrl() ?>"><?php echo $this->__('Change Password') ?></a>
20
+ </p>
21
+ </div>
22
+ </div>
23
+ </div>
24
+ <?php if( $this->isNewsletterEnabled() ): ?>
25
+ <div class="col-2">
26
+ <div class="box">
27
+ <div class="box-title">
28
+ <a href="<?php echo $this->getUrl('newsletter/manage') ?>"><?php echo $this->__('Edit') ?></a>
29
+ <h3><?php echo $this->__('Newsletters') ?></h3>
30
+ </div>
31
+ <div class="box-content">
32
+ <p>
33
+ <?php if( $this->getIsSubscribed() ): ?>
34
+ <?php echo $this->__("You are currently subscribed to 'General Subscription'.") ?>
35
+ <?php else: ?>
36
+ <?php echo $this->__('You are currently not subscribed to any newsletter.') ?>
37
+ <?php endif; ?>
38
+ </p>
39
+ </div>
40
+ </div>
41
+ <?php /* Extensions placeholder */ ?>
42
+ <?php echo $this->getChildHtml('customer.account.dashboard.info.extra')?>
43
+ </div>
44
+ <?php endif; ?>
45
+ </div>
app/design/frontend/accessshop/default/template/customer/account/link/back.phtml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="buttons-set">
9
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
10
+ </div>
app/design/frontend/accessshop/default/template/customer/account/navigation.phtml ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="block block-account">
9
+ <div class="block-title">
10
+ <strong><span><?php echo Mage::helper('customer')->getCustomerName(); ?><?php //echo $this->__('My Account'); ?></span></strong>
11
+ </div>
12
+ <div class="block-content">
13
+ <ul>
14
+ <?php $_links = $this->getLinks(); ?>
15
+ <?php $_index = 1; ?>
16
+ <?php $_count = count($_links); ?>
17
+ <?php foreach ($_links as $_link): ?>
18
+ <?php $_last = ($_index++ >= $_count); ?>
19
+ <?php if ($this->isActive($_link)): ?>
20
+ <li class="current<?php echo ($_last ? ' last' : '') ?>"><strong><?php echo $_link->getLabel() ?></strong></li>
21
+ <?php else: ?>
22
+ <li<?php echo ($_last ? ' class="last"' : '') ?>><a href="<?php echo $_link->getUrl() ?>"><?php echo $_link->getLabel() ?></a></li>
23
+ <?php endif; ?>
24
+ <?php endforeach; ?>
25
+ </ul>
26
+ </div>
27
+ </div>
app/design/frontend/accessshop/default/template/customer/address.phtml ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('Address Books') ?></h1>
10
+ </div>
11
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
12
+ <table width="100%">
13
+ <tr>
14
+ <td style="width:50%;"><h3>Default</h3>
15
+ <table width="100%">
16
+ <?php if(!empty($primaryAddresses)): ?>
17
+ <?php foreach($primaryAddresses as $_address): ?>
18
+ <tr>
19
+ <td>
20
+ <address>
21
+ <?php echo $_address->format('html') ?>
22
+ </address>
23
+ <p>
24
+ <strong><a href="<?php echo $this->getUrl('customer/address/form', array('address'=>$_address->getAddressId())) ?>" class="red-link"><?php echo $this->__('Edit Address') ?></a></strong>
25
+ </p>
26
+ </td>
27
+ </tr>
28
+ <?php endforeach; ?>
29
+ <?php else: ?>
30
+ <tr>
31
+ <td>
32
+ <p><?php echo $this->__('You have no default entries in your address book.') ?></p>
33
+ </td>
34
+ </tr>
35
+ <?php endif ?>
36
+ </table>
37
+ </td>
38
+ <td style="width:50%;"><h3><?php echo $this->__('Additional Address Entries') ?></h3>
39
+ <table width="100%">
40
+ <?php if(!empty($alternativeAddresses)): ?>
41
+ <?php foreach($alternativeAddresses as $_address): ?>
42
+ <tr>
43
+ <td>
44
+ <address>
45
+ <?php echo $_address->format('html') ?>
46
+ </address>
47
+ <p>
48
+ <strong><a href="<?php echo $this->getUrl('customer/address/form', array('address'=>$_address->getAddressId())) ?>" class="red-link"><?php echo $this->__('Edit Address') ?></a></strong><span class="separator">&nbsp;|&nbsp;</span><strong><a href="#" onclick="return deleteAddress('<?php echo $_address->getAddressId() ?>');" class="red-link"><?php echo $this->__('Delete Address') ?></a></strong>
49
+ </p>
50
+ </td>
51
+ </tr>
52
+ <?php endforeach; ?>
53
+ <?php else: ?>
54
+ <tr>
55
+ <td>
56
+ <p><?php echo $this->__('You have no additional entries in your address book.') ?></p>
57
+ </td>
58
+ </tr>
59
+ <?php endif ?>
60
+ </table>
61
+ </td>
62
+ </tr>
63
+ </table>
64
+ <div class="buttons-set">
65
+ <button type="button" onclick="window.location='<?php echo $this->getUrl('customer/address/form') ?>';" class="button"><span><span><?php echo $this->__('New Address') ?></span></span></button>
66
+ <p class="back-link"><a href="<?php echo $this->getUrl('customer/account/') ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
67
+ </div>
68
+ <script type="text/javascript">
69
+ function deleteAddress(addressId) {
70
+ if(confirm('<?php echo $this->__('Are you sure you want to delete this address?') ?>')) {
71
+ window.location='<?php echo $this->getUrl("customer/address/delete") ?>address/'+addressId;
72
+ }
73
+ return false;
74
+ }
75
+ </script>
app/design/frontend/accessshop/default/template/customer/address/book.phtml ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Temlate for Mage_Customer_Block_Address_Book block
8
+ * @var $test Mage_Customer_Block_Address_Book
9
+ */
10
+ ?>
11
+ <div class="page-title title-buttons">
12
+ <h1><?php echo $this->__('Address Book') ?></h1>
13
+ <button type="button" title="<?php echo $this->__('Add New Address') ?>" class="button" onclick="window.location='<?php echo $this->getAddAddressUrl() ?>';"><span><span><?php echo $this->__('Add New Address') ?></span></span></button>
14
+ </div>
15
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
16
+ <div class="col2-set addresses-list">
17
+ <div class="col-1 addresses-primary">
18
+ <h2><?php echo $this->__('Default Addresses') ?></h2>
19
+ <ol>
20
+ <?php if($_pAddsses = Mage::getSingleton('customer/session')->getCustomer()->getDefaultBilling()): ?>
21
+ <li class="item">
22
+ <h3><?php echo $this->__('Default Billing Address') ?></h3>
23
+ <address>
24
+ <?php echo $this->getAddressHtml(Mage::getSingleton('customer/session')->getCustomer()->getAddressById($_pAddsses)) ?>
25
+ </address>
26
+ <p><a href="<?php echo $this->getAddressEditUrl(Mage::getSingleton('customer/session')->getCustomer()->getAddressById($_pAddsses)) ?>"><?php echo $this->__('Change Billing Address') ?></a></p>
27
+ </li>
28
+ <?php else: ?>
29
+ <li class="item">
30
+ <h3><?php echo $this->__('Default Billing Address') ?></h3>
31
+ <?php echo $this->__('You have no default billing address in your address book.') ?>
32
+ </li>
33
+ <?php endif ?>
34
+
35
+ <?php if($_pAddsses = Mage::getSingleton('customer/session')->getCustomer()->getDefaultShipping()): ?>
36
+ <li class="item">
37
+ <h3><?php echo $this->__('Default Shipping Address') ?></h3>
38
+ <address>
39
+ <?php echo $this->getAddressHtml(Mage::getSingleton('customer/session')->getCustomer()->getAddressById($_pAddsses)) ?>
40
+ </address>
41
+ <p><a href="<?php echo $this->getAddressEditUrl(Mage::getSingleton('customer/session')->getCustomer()->getAddressById($_pAddsses)) ?>"><?php echo $this->__('Change Shipping Address') ?></a></p>
42
+ </li>
43
+ <?php else: ?>
44
+ <li class="item empty">
45
+ <h3><?php echo $this->__('Default Shipping Address') ?></h3>
46
+ <p><?php echo $this->__('You have no default shipping address in your address book.') ?></p>
47
+ </li>
48
+ <?php endif ?>
49
+ </ol>
50
+ </div>
51
+ <div class="col-2 addresses-additional">
52
+ <h2><?php echo $this->__('Additional Address Entries') ?></h2>
53
+ <ol>
54
+ <?php if($_pAddsses = $this->getAdditionalAddresses()): ?>
55
+ <?php foreach($_pAddsses as $_address): ?>
56
+ <li class="item">
57
+ <address>
58
+ <?php echo $this->getAddressHtml($_address) ?>
59
+ </address>
60
+ <p><a href="<?php echo $this->getUrl('customer/address/edit', array('id'=>$_address->getId())) ?>"><?php echo $this->__('Edit Address') ?></a> <span class="separator">|</span> <a href="#" class="link-remove" onclick="return deleteAddress('<?php echo $_address->getId() ?>');"><?php echo $this->__('Delete Address') ?></a></p>
61
+ </li>
62
+ <?php endforeach; ?>
63
+ <?php else: ?>
64
+ <li class="item empty">
65
+ <p><?php echo $this->__('You have no additional address entries in your address book.') ?></p>
66
+ </li>
67
+ <?php endif ?>
68
+ </ol>
69
+ </div>
70
+ </div>
71
+ <div class="buttons-set">
72
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
73
+ </div>
74
+ <script type="text/javascript">
75
+ //<![CDATA[
76
+ function deleteAddress(addressId) {
77
+ if(confirm('<?php echo $this->__('Are you sure you want to delete this address?') ?>')) {
78
+ window.location='<?php echo $this->getDeleteUrl() ?>id/'+addressId;
79
+ }
80
+ return false;
81
+ }
82
+ //]]>
83
+ </script>
app/design/frontend/accessshop/default/template/customer/address/edit.phtml ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Edit customer address template
8
+ *
9
+ * @see Mage_Customer_Block_Address_Edit
10
+ */
11
+ ?>
12
+ <?php if($this->getTitle()): ?>
13
+ <div class="page-title">
14
+ <h1><?php echo $this->getTitle() ?></h1>
15
+ </div>
16
+ <?php endif; ?>
17
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
18
+ <form action="<?php echo $this->getSaveUrl() ?>" method="post" id="form-validate">
19
+ <div class="fieldset">
20
+ <?php echo $this->getBlockHtml('formkey')?>
21
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
22
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
23
+ <h2 class="legend"><?php echo $this->__('Contact Information') ?></h2>
24
+ <ul class="form-list">
25
+ <li class="fields">
26
+ <?php echo $this->getNameBlockHtml() ?>
27
+ </li>
28
+ <li class="wide">
29
+ <label for="company"><?php echo $this->__('Company') ?></label>
30
+ <div class="input-box">
31
+ <input type="text" name="company" id="company" title="<?php echo $this->__('Company') ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getCompany()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
32
+ </div>
33
+ </li>
34
+ <li class="fields">
35
+ <div class="field">
36
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
37
+ <div class="input-box">
38
+ <input type="text" name="telephone" value="<?php echo $this->escapeHtml($this->getAddress()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
39
+ </div>
40
+ </div>
41
+ <div class="field">
42
+ <label for="fax"><?php echo $this->__('Fax') ?></label>
43
+ <div class="input-box">
44
+ <input type="text" name="fax" id="fax" title="<?php echo $this->__('Fax') ?>" value="<?php echo $this->escapeHtml($this->getAddress()->getFax()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" />
45
+ </div>
46
+ </div>
47
+ </li>
48
+ </ul>
49
+ </div>
50
+ <div class="fieldset">
51
+ <h2 class="legend"><?php echo $this->__('Address') ?></h2>
52
+ <ul class="form-list">
53
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
54
+ <li class="wide">
55
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
56
+ <div class="input-box">
57
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
58
+ </div>
59
+ </li>
60
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
61
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
62
+ <li class="wide">
63
+ <div class="input-box">
64
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getAddress()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
65
+ </div>
66
+ </li>
67
+ <?php endfor; ?>
68
+ <?php if ($this->helper('customer/address')->isVatAttributeVisible()) : ?>
69
+ <li class="wide">
70
+ <label for="vat_id"><?php echo $this->__('VAT Number') ?></label>
71
+ <div class="input-box">
72
+ <input type="text" name="vat_id" value="<?php echo $this->escapeHtml($this->getAddress()->getVatId()) ?>" title="<?php echo $this->__('VAT Number') ?>" id="vat_id" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('vat_id') ?>" />
73
+ </div>
74
+ </li>
75
+ <?php endif; ?>
76
+ <li class="fields">
77
+ <div class="field">
78
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
79
+ <div class="input-box">
80
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getAddress()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
81
+ </div>
82
+ </div>
83
+ <div class="field">
84
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
85
+ <div class="input-box">
86
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
87
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
88
+ </select>
89
+ <script type="text/javascript">
90
+ //<![CDATA[
91
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
92
+ //]]>
93
+ </script>
94
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" />
95
+ </div>
96
+ </div>
97
+ </li>
98
+ <li class="fields">
99
+ <div class="field">
100
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
101
+ <div class="input-box">
102
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getAddress()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
103
+ </div>
104
+ </div>
105
+ <div class="field">
106
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
107
+ <div class="input-box">
108
+ <?php echo $this->getCountryHtmlSelect() ?>
109
+ </div>
110
+ </div>
111
+ </li>
112
+ <li<?php if($this->canSetAsDefaultBilling()) echo ' class="control"' ?>>
113
+ <?php if($this->isDefaultBilling()): ?>
114
+ <strong><?php echo $this->__('Default Billing Address') ?></strong>
115
+ <?php elseif($this->canSetAsDefaultBilling()): ?>
116
+ <input type="checkbox" id="primary_billing" name="default_billing" value="1" title="<?php echo $this->__('Use as My Default Billing Address') ?>" class="checkbox" /><label for="primary_billing"><?php echo $this->__('Use as my default billing address') ?></label>
117
+ <?php else: ?>
118
+ <input type="hidden" name="default_billing" value="1" />
119
+ <?php endif; ?>
120
+ </li>
121
+ <li<?php if($this->canSetAsDefaultShipping()) echo ' class="control"' ?>>
122
+ <?php if($this->isDefaultShipping()): ?>
123
+ <strong><?php echo $this->__('Default Shipping Address') ?></strong>
124
+ <?php elseif($this->canSetAsDefaultShipping()): ?>
125
+ <input type="checkbox" id="primary_shipping" name="default_shipping" value="1" title="<?php echo $this->__('Use as My Default Shipping Address') ?>" class="checkbox" /><label for="primary_shipping"><?php echo $this->__('Use as my default shipping address') ?></label>
126
+ <?php else: ?>
127
+ <input type="hidden" name="default_shipping" value="1" />
128
+ <?php endif; ?>
129
+ </li>
130
+ </ul>
131
+ </div>
132
+ <div class="buttons-set">
133
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
134
+
135
+ <button data-action="save-customer-address" type="submit" title="<?php echo $this->__('Save Address') ?>" class="button"><span><span><?php echo $this->__('Save Address') ?></span></span></button>
136
+
137
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
138
+ </div>
139
+ </form>
140
+ <script type="text/javascript">
141
+ //<![CDATA[
142
+ var dataForm = new VarienForm('form-validate', true);
143
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
144
+ //]]>
145
+ </script>
app/design/frontend/accessshop/default/template/customer/form/address.phtml ADDED
@@ -0,0 +1,124 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <script type="text/javascript">countryRegions = <?php echo $this->helper('directory')->getRegionJson() ?></script>
9
+
10
+ <div class="page-title">
11
+ <h1><?php if($data->getAddressId()): ?><?php echo $this->__('Edit Address Entry') ?><?php else: ?><?php echo $this->__('New Address Entry') ?><?php endif ?></h1>
12
+ </div>
13
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
14
+ <form action="<?php echo $action ?>" method="post" id="form-validate">
15
+ <div class="fieldset">
16
+ <input type="hidden" name="address_id" value="<?php echo $data->getAddressId() ?>" />
17
+ <input type="hidden" name="customer_id" id="address_id" value="<?php echo $data->getCustomerId() ?>" />
18
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
19
+ <ul class="form-list">
20
+ <li class="fields">
21
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($data)->toHtml() ?>
22
+ </li>
23
+ <li>
24
+ <label for="company"><?php echo $this->__('Company') ?></label>
25
+ <div class="input-box">
26
+ <input type="text" name="company" id="company" title="<?php echo $this->__('Company') ?>" value="<?php echo $this->escapeHtml($data->getCompany()) ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
27
+ </div>
28
+ </li>
29
+ </ul>
30
+ </div>
31
+ <div class="fieldset">
32
+ <h2 class="legend"><?php echo $this->__('Address') ?></h2>
33
+ <ul class="form-list">
34
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
35
+ <li class="wide">
36
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
37
+ <div class="input-box">
38
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($data->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
39
+ </div>
40
+ </li>
41
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
42
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
43
+ <li class="wide">
44
+ <div class="input-box">
45
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($data->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
46
+ </div>
47
+ </li>
48
+ <?php endfor; ?>
49
+ <li class="fields">
50
+ <div class="field">
51
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
52
+ <div class="input-box">
53
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($data->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
54
+ </div>
55
+ </div>
56
+ <div class="field">
57
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
58
+ <div class="input-box">
59
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
60
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
61
+ </select>
62
+ <script type="text/javascript">
63
+ //<![CDATA[
64
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getAddress()->getRegionId() ?>");
65
+ //]]>
66
+ </script>
67
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getAddress()->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
68
+ </div>
69
+ </div>
70
+ </li>
71
+ <li class="fields">
72
+ <div class="field">
73
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
74
+ <div class="input-box">
75
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($data->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
76
+ </div>
77
+ </div>
78
+ <div class="field">
79
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
80
+ <div class="input-box">
81
+ <select name="country_id" id="country" title="<?php echo $this->__('Country') ?>" class="validate-select">
82
+ <?php echo $countries->toHtmlOptions($data->getCountryId()) ?>
83
+ </select>
84
+ </div>
85
+ </div>
86
+ </li>
87
+ <li class="fields">
88
+ <div class="field">
89
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
90
+ <div class="input-box">
91
+ <input type="text" name="telephone" value="<?php echo $this->escapeHtml($data->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" id="telephone" />
92
+ </div>
93
+ </div>
94
+ <div class="field">
95
+ <label for="fax"><?php echo $this->__('Fax') ?></label>
96
+ <div class="input-box">
97
+ <input type="text" name="fax" value="<?php echo $this->escapeHtml($data->getFax()) ?>" title="<?php echo $this->__('Fax') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('fax') ?>" id="fax" />
98
+ </div>
99
+ </div>
100
+ </li>
101
+ <?php foreach ($primaryTypes as $code=>$type): ?>
102
+ <li<?php if (!$address->isPrimary($type['address_type_id'])) echo ' class="control"' ?>>
103
+ <?php if ($address->isPrimary($type['address_type_id'])): ?>
104
+ <strong><?php echo $this->__("This is My Default %s Address", ucfirst($type['name'])) ?></strong>
105
+ <?php else: ?>
106
+ <input type="checkbox" id="primary_<?php echo $code ?>" name="primary_types[]" value="<?php echo $type['address_type_id'] ?>" class="checkbox" /><label for="primary_<?php echo $code ?>"><?php echo $this->__("Use as My Default %s Address", ucfirst($type['name'])) ?></label>
107
+ <?php endif ?>
108
+ </li>
109
+ <?php endforeach ?>
110
+ </ul>
111
+ </div>
112
+ <div class="buttons-set">
113
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
114
+ <p class="back-link"><a href="<?php echo $this->getUrl('customer/address/') ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
115
+ <button data-action="save-customer-address" type="submit" class="button" title="<?php echo $this->__('Save Address') ?>"><span><span><?php echo $this->__('Save Address') ?></span></span></button>
116
+ </div>
117
+ </form>
118
+ <script type="text/javascript">
119
+ //<![CDATA[
120
+ var dataForm = new VarienForm('form-validate', true);
121
+ //dataForm.setElementsRelation('country', 'state', '<?php echo $this->getUrl('directory/json/childRegion') ?>');
122
+ new RegionUpdater('country', 'region', 'region_id', countryRegions, undefined, 'zip');
123
+ //]]>
124
+ </script>
app/design/frontend/accessshop/default/template/customer/form/changepassword.phtml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('Change Account Password') ?></h1>
10
+ </div>
11
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
12
+ <form action="<?php echo $action ?>" method="post" id="form-validate">
13
+ <div class="fieldset">
14
+ <h2 class="legend"><?php echo $this->__('Change Account Password') ?></h2>
15
+ <ul class="form-list">
16
+ <li>
17
+ <label for="current_password" class="required"><em>*</em><?php echo $this->__('Current Password') ?></label>
18
+ <div class="input-box">
19
+ <input type="password" title="<?php echo $this->__('Current Password') ?>" class="input-text required-entry" name="current_password" id="current_password" />
20
+ </div>
21
+ </li>
22
+ <li class="fields">
23
+ <div class="field">
24
+ <label for="password" class="required"><em>*</em><?php echo $this->__('New Password') ?></label>
25
+ <div class="input-box">
26
+ <input type="password" title="<?php echo $this->__('New Password') ?>" class="input-text required-entry validate-password" name="password" id="password" />
27
+ </div>
28
+ </div>
29
+ <div class="field">
30
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm New Password') ?></label>
31
+ <div class="input-box">
32
+ <input type="password" title="<?php echo $this->__('Confirm New Password') ?>" class="input-text required-entry validate-cpassword" name="confirmation" id="confirmation" />
33
+ </div>
34
+ </div>
35
+ </li>
36
+ </ul>
37
+ </div>
38
+ <div class="buttons-set">
39
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
40
+ <p class="back-link"><a href="<?php echo $this->getUrl('customer/account') ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
41
+ <button type="submit" title="<?php echo $this->__('Save Password') ?>" class="button"><span><span><?php echo $this->__('Save Password') ?></span></span></button>
42
+ </div>
43
+ </form>
44
+ <script type="text/javascript">
45
+ //<![CDATA[
46
+ var dataForm = new VarienForm('form-validate');
47
+ //]]>
48
+ </script>
app/design/frontend/accessshop/default/template/customer/form/confirmation.phtml ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('Send confirmation link') ?></h1>
10
+ </div>
11
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
12
+ <form action="" method="post" id="form-validate">
13
+ <div class="fieldset">
14
+ <h2 class="legend"><?php echo $this->__('Retrieve your confirmation link here') ?></h2>
15
+ <p><?php echo $this->__('Please enter your email below and we\'ll send you confirmation link for it.') ?></p>
16
+ <ul class="form-list">
17
+ <li>
18
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
19
+ <div class="input-box">
20
+ <input type="text" name="email" id="email_address" title="<?php echo $this->__('Email Address') ?>" class="input-text required-entry validate-email" value="<?php echo $this->escapeHtml($this->getEmail()) ?>" />
21
+ </div>
22
+ </li>
23
+ </ul>
24
+ </div>
25
+ <div class="buttons-set">
26
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
27
+ <p class="back-link"><a href="<?php echo $this->helper('customer')->getLoginUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Login') ?></a></p>
28
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
29
+ </div>
30
+ </form>
31
+ <script type="text/javascript">
32
+ //<![CDATA[
33
+ var dataForm = new VarienForm('form-validate', true);
34
+ //]]>
35
+ </script>
app/design/frontend/accessshop/default/template/customer/form/edit.phtml ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('Edit Account Information') ?></h1>
10
+ </div>
11
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
12
+ <form action="<?php echo $this->getUrl('customer/account/editPost') ?>" method="post" id="form-validate" autocomplete="off">
13
+ <div class="fieldset">
14
+ <?php echo $this->getBlockHtml('formkey')?>
15
+ <h2 class="legend"><?php echo $this->__('Account Information') ?></h2>
16
+ <ul class="form-list">
17
+ <li class="fields">
18
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getCustomer())->toHtml() ?>
19
+ </li>
20
+ <li>
21
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
22
+ <div class="input-box">
23
+ <input type="text" name="email" id="email" value="<?php echo $this->escapeHtml($this->getCustomer()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text required-entry validate-email" />
24
+ </div>
25
+ </li>
26
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
27
+ <?php if ($_dob->isEnabled()): ?>
28
+ <li><?php echo $_dob->setDate($this->getCustomer()->getDob())->toHtml() ?></li>
29
+ <?php endif ?>
30
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
31
+ <?php if ($_taxvat->isEnabled()): ?>
32
+ <li><?php echo $_taxvat->setTaxvat($this->getCustomer()->getTaxvat())->toHtml() ?></li>
33
+ <?php endif ?>
34
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
35
+ <?php if ($_gender->isEnabled()): ?>
36
+ <li><?php echo $_gender->setGender($this->getCustomer()->getGender())->toHtml() ?></li>
37
+ <?php endif ?>
38
+ <li class="control">
39
+ <input type="checkbox" name="change_password" id="change_password" value="1" onclick="setPasswordForm(this.checked)" title="<?php echo $this->__('Change Password') ?>"<?php if($this->getCustomer()->getChangePassword()==1): ?> checked="checked"<?php endif; ?> class="checkbox" /><label for="change_password"><?php echo $this->__('Change Password') ?></label>
40
+ </li>
41
+ </ul>
42
+ </div>
43
+ <div class="fieldset" style="display:none;">
44
+ <h2 class="legend"><?php echo $this->__('Change Password') ?></h2>
45
+ <ul class="form-list">
46
+ <li>
47
+ <label for="current_password" class="required"><em>*</em><?php echo $this->__('Current Password') ?></label>
48
+ <div class="input-box">
49
+ <!-- This is a dummy hidden field to trick firefox from auto filling the password -->
50
+ <input type="text" class="input-text no-display" name="dummy" id="dummy" />
51
+ <input type="password" title="<?php echo $this->__('Current Password') ?>" class="input-text" name="current_password" id="current_password" />
52
+ </div>
53
+ </li>
54
+ <li class="fields">
55
+ <div class="field">
56
+ <label for="password" class="required"><em>*</em><?php echo $this->__('New Password') ?></label>
57
+ <div class="input-box">
58
+ <input type="password" title="<?php echo $this->__('New Password') ?>" class="input-text validate-password" name="password" id="password" />
59
+ </div>
60
+ </div>
61
+ <div class="field">
62
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm New Password') ?></label>
63
+ <div class="input-box">
64
+ <input type="password" title="<?php echo $this->__('Confirm New Password') ?>" class="input-text validate-cpassword" name="confirmation" id="confirmation" />
65
+ </div>
66
+ </div>
67
+ </li>
68
+ </ul>
69
+ </div>
70
+ <div class="buttons-set">
71
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
72
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
73
+ <button type="submit" title="<?php echo $this->__('Save') ?>" class="button"><span><span><?php echo $this->__('Save') ?></span></span></button>
74
+ </div>
75
+ </form>
76
+ <script type="text/javascript">
77
+ //<![CDATA[
78
+ var dataForm = new VarienForm('form-validate', true);
79
+ function setPasswordForm(arg){
80
+ if(arg){
81
+ $('current_password').up(3).show();
82
+ $('current_password').addClassName('required-entry');
83
+ $('password').addClassName('required-entry');
84
+ $('confirmation').addClassName('required-entry');
85
+
86
+ }else{
87
+ $('current_password').up(3).hide();
88
+ $('current_password').removeClassName('required-entry');
89
+ $('password').removeClassName('required-entry');
90
+ $('confirmation').removeClassName('required-entry');
91
+ }
92
+ }
93
+
94
+ <?php if($this->getCustomer()->getChangePassword()): ?>
95
+ setPasswordForm(true);
96
+ <?php endif; ?>
97
+ //]]>
98
+ </script>
app/design/frontend/accessshop/default/template/customer/form/forgotpassword.phtml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('Forgot Your Password?') ?></h1>
10
+ </div>
11
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
12
+ <form action="<?php echo $this->getUrl('*/*/forgotpasswordpost') ?>" method="post" id="form-validate">
13
+ <div class="fieldset">
14
+ <h2 class="legend"><?php echo $this->__('Retrieve your password here') ?></h2>
15
+ <p><?php echo $this->__('Please enter your email address below. You will receive a link to reset your password.') ?></p>
16
+ <ul class="form-list">
17
+ <li>
18
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
19
+ <div class="input-box">
20
+ <input type="text" name="email" alt="email" id="email_address" class="input-text required-entry validate-email" value="<?php echo $this->escapeHtml($this->getEmailValue()) ?>" />
21
+ </div>
22
+ </li>
23
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
24
+ </ul>
25
+ </div>
26
+ <div class="buttons-set">
27
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
28
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
29
+
30
+ <p class="back-link"><a href="<?php echo $this->helper('customer')->getLoginUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Login') ?></a></p>
31
+ </div>
32
+ </form>
33
+ <script type="text/javascript">
34
+ //<![CDATA[
35
+ var dataForm = new VarienForm('form-validate', true);
36
+ //]]>
37
+ </script>
app/design/frontend/accessshop/default/template/customer/form/login.phtml ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Customer login form template
8
+ *
9
+ * @see Mage_Customer_Block_Form_Login
10
+ */
11
+ ?>
12
+ <div class="account-login">
13
+ <div class="page-title">
14
+ <h1><?php echo $this->__('Login or Create an Account') ?></h1>
15
+ </div>
16
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
17
+ <?php /* Extensions placeholder */ ?>
18
+ <?php echo $this->getChildHtml('customer.form.login.extra')?>
19
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="login-form">
20
+ <?php echo $this->getBlockHtml('formkey'); ?>
21
+ <div class="col2-set">
22
+ <div class="col-1 new-users">
23
+ <div class="content">
24
+ <h2><?php echo $this->__('New Customers') ?></h2>
25
+ <p><?php echo $this->__('By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.') ?></p>
26
+ </div>
27
+ </div>
28
+ <div class="col-2 registered-users">
29
+ <div class="content">
30
+ <h2><?php echo $this->__('Registered Customers') ?></h2>
31
+ <p><?php echo $this->__('If you have an account with us, please log in.') ?></p>
32
+ <ul class="form-list">
33
+ <li>
34
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
35
+ <div class="input-box">
36
+ <input type="text" name="login[username]" value="<?php echo $this->escapeHtml($this->getUsername()) ?>" id="email" class="input-text required-entry validate-email" title="<?php echo $this->__('Email Address') ?>" />
37
+ </div>
38
+ </li>
39
+ <li>
40
+ <label for="pass" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
41
+ <div class="input-box">
42
+ <input type="password" name="login[password]" class="input-text required-entry validate-password" id="pass" title="<?php echo $this->__('Password') ?>" />
43
+ </div>
44
+ </li>
45
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
46
+ </ul>
47
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ <div class="col2-set">
52
+ <div class="col-1 new-users">
53
+ <div class="buttons-set">
54
+ <button type="button" title="<?php echo $this->__('Create an Account') ?>" class="button" onclick="window.location='<?php echo $this->getCreateAccountUrl() ?>';"><span><span><?php echo $this->__('Create an Account') ?></span></span></button>
55
+ </div>
56
+ </div>
57
+ <div class="col-2 registered-users">
58
+ <div class="buttons-set">
59
+ <a href="<?php echo $this->getForgotPasswordUrl() ?>" class="f-left"><?php echo $this->__('Forgot Your Password?') ?></a>
60
+ <button type="submit" class="button" title="<?php echo $this->__('Login') ?>" name="send" id="send2"><span><span><?php echo $this->__('Login') ?></span></span></button>
61
+ </div>
62
+ </div>
63
+ </div>
64
+ </form>
65
+ <script type="text/javascript">
66
+ //<![CDATA[
67
+ var dataForm = new VarienForm('login-form', true);
68
+ //]]>
69
+ </script>
70
+ </div>
app/design/frontend/accessshop/default/template/customer/form/mini.login.phtml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="block block-login">
9
+ <div class="block-title">
10
+ <strong><span><?php echo $this->__('Login') ?></span></strong>
11
+ </div>
12
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post">
13
+ <div class="block-content">
14
+ <label for="mini-login"><?php echo $this->__('Email:') ?></label><input type="text" name="login[username]" id="mini-login" class="input-text" />
15
+ <label for="mini-password"><?php echo $this->__('Password:') ?></label><input type="password" name="login[password]" id="mini-password" class="input-text" />
16
+ <div class="actions">
17
+ <button type="submit" class="button"><span><span><?php echo $this->__('Login') ?></span></span></button>
18
+ </div>
19
+ </div>
20
+ </form>
21
+ </div>
app/design/frontend/accessshop/default/template/customer/form/newsletter.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('Newsletter Subscription') ?></h1>
10
+ </div>
11
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
12
+ <?php echo $this->getChildHtml('form_before')?>
13
+ <form action="<?php echo $this->getAction() ?>" method="post" id="form-validate">
14
+ <div class="fieldset">
15
+ <?php echo $this->getBlockHtml('formkey')?>
16
+ <h2 class="legend"><?php echo $this->__('Newsletter Subscription') ?></h2>
17
+ <ul class="form-list">
18
+ <li class="control"><input type="checkbox" name="is_subscribed" id="subscription" value="1" title="<?php echo $this->__('General Subscription') ?>"<?php if($this->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" /><label for="subscription"><?php echo $this->__('General Subscription') ?></label></li>
19
+ <?php /* Extensions placeholder */ ?>
20
+ <?php echo $this->getChildHtml('customer.form.newsletter.extra')?>
21
+ </ul>
22
+ </div>
23
+ <div class="buttons-set">
24
+ <button type="submit" title="<?php echo $this->__('Save') ?>" class="button"><span><span><?php echo $this->__('Save') ?></span></span></button>
25
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
26
+ </div>
27
+ </form>
28
+ <?php /* Extensions placeholder */ ?>
29
+ <?php echo $this->getChildHtml('customer.form.newsletter.extra2')?>
30
+ <script type="text/javascript">
31
+ //<![CDATA[
32
+ var dataForm = new VarienForm('form-validate', true);
33
+ //]]>
34
+ </script>
app/design/frontend/accessshop/default/template/customer/form/register.phtml ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Create account form template
8
+ *
9
+ * @var $this Mage_Customer_Block_Form_Register
10
+ */
11
+ ?>
12
+ <div class="account-create">
13
+ <div class="page-title">
14
+ <h1><?php echo $this->__('Create an Account') ?></h1>
15
+ </div>
16
+ <?php echo $this->getChildHtml('form_fields_before')?>
17
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
18
+ <?php /* Extensions placeholder */ ?>
19
+ <?php echo $this->getChildHtml('customer.form.register.extra')?>
20
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="form-validate">
21
+ <div class="fieldset">
22
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
23
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
24
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
25
+ <ul class="form-list">
26
+ <li class="fields">
27
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getFormData())->setForceUseCustomerAttributes(true)->toHtml() ?>
28
+ </li>
29
+ <li>
30
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
31
+ <div class="input-box">
32
+ <input type="text" name="email" id="email_address" value="<?php echo $this->escapeHtml($this->getFormData()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text validate-email required-entry" />
33
+ </div>
34
+ </li>
35
+ <?php if ($this->isNewsletterEnabled()): ?>
36
+ <li class="control">
37
+ <div class="input-box">
38
+ <input type="checkbox" name="is_subscribed" title="<?php echo $this->__('Sign Up for Newsletter') ?>" value="1" id="is_subscribed"<?php if($this->getFormData()->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" />
39
+ </div>
40
+ <label for="is_subscribed"><?php echo $this->__('Sign Up for Newsletter') ?></label>
41
+ <?php /* Extensions placeholder */ ?>
42
+ <?php echo $this->getChildHtml('customer.form.register.newsletter')?>
43
+ </li>
44
+ <?php endif ?>
45
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
46
+ <?php if ($_dob->isEnabled()): ?>
47
+ <li><?php echo $_dob->setDate($this->getFormData()->getDob())->toHtml() ?></li>
48
+ <?php endif ?>
49
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
50
+ <?php if ($_taxvat->isEnabled()): ?>
51
+ <li><?php echo $_taxvat->setTaxvat($this->getFormData()->getTaxvat())->toHtml() ?></li>
52
+ <?php endif ?>
53
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
54
+ <?php if ($_gender->isEnabled()): ?>
55
+ <li><?php echo $_gender->setGender($this->getFormData()->getGender())->toHtml() ?></li>
56
+ <?php endif ?>
57
+ </ul>
58
+ </div>
59
+ <?php if($this->getShowAddressFields()): ?>
60
+ <div class="fieldset">
61
+ <input type="hidden" name="create_address" value="1" />
62
+ <h2 class="legend"><?php echo $this->__('Address Information') ?></h2>
63
+ <ul class="form-list">
64
+ <li class="fields">
65
+ <div class="field">
66
+ <label for="company"><?php echo $this->__('Company') ?></label>
67
+ <div class="input-box">
68
+ <input type="text" name="company" id="company" value="<?php echo $this->escapeHtml($this->getFormData()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
69
+ </div>
70
+ </div>
71
+ <div class="field">
72
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
73
+ <div class="input-box">
74
+ <input type="text" name="telephone" id="telephone" value="<?php echo $this->escapeHtml($this->getFormData()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" />
75
+ </div>
76
+ </div>
77
+ </li>
78
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
79
+ <li class="wide">
80
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
81
+ <div class="input-box">
82
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
83
+ </div>
84
+ </li>
85
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
86
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
87
+ <li class="wide">
88
+ <div class="input-box">
89
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
90
+ </div>
91
+ </li>
92
+ <?php endfor; ?>
93
+ <li class="fields">
94
+ <div class="field">
95
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
96
+ <div class="input-box">
97
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getFormData()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
98
+ </div>
99
+ </div>
100
+ <div class="field">
101
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
102
+ <div class="input-box">
103
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
104
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
105
+ </select>
106
+ <script type="text/javascript">
107
+ //<![CDATA[
108
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getFormData()->getRegionId() ?>");
109
+ //]]>
110
+ </script>
111
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
112
+ </div>
113
+ </div>
114
+ </li>
115
+ <li class="fields">
116
+ <div class="field">
117
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
118
+ <div class="input-box">
119
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getFormData()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
120
+ </div>
121
+ </div>
122
+ <div class="field">
123
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
124
+ <div class="input-box">
125
+ <?php echo $this->getCountryHtmlSelect() ?>
126
+ </div>
127
+ </div>
128
+ </li>
129
+ </ul>
130
+ <input type="hidden" name="default_billing" value="1" />
131
+ <input type="hidden" name="default_shipping" value="1" />
132
+ </div>
133
+ <?php endif; ?>
134
+ <div class="fieldset">
135
+ <h2 class="legend"><?php echo $this->__('Login Information') ?></h2>
136
+ <ul class="form-list">
137
+ <li class="fields">
138
+ <div class="field">
139
+ <label for="password" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
140
+ <div class="input-box">
141
+ <input type="password" name="password" id="password" title="<?php echo $this->__('Password') ?>" class="input-text required-entry validate-password" />
142
+ </div>
143
+ </div>
144
+ <div class="field">
145
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm Password') ?></label>
146
+ <div class="input-box">
147
+ <input type="password" name="confirmation" title="<?php echo $this->__('Confirm Password') ?>" id="confirmation" class="input-text required-entry validate-cpassword" />
148
+ </div>
149
+ </div>
150
+ </li>
151
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
152
+ </ul>
153
+ </div>
154
+ <div class="buttons-set">
155
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
156
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
157
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>" class="back-link"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
158
+ </div>
159
+ </form>
160
+ <script type="text/javascript">
161
+ //<![CDATA[
162
+ var dataForm = new VarienForm('form-validate', true);
163
+ <?php if($this->getShowAddressFields()): ?>
164
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
165
+ <?php endif; ?>
166
+ //]]>
167
+ </script>
168
+ </div>
app/design/frontend/accessshop/default/template/customer/form/resetforgottenpassword.phtml ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('Reset a Password'); ?></h1>
10
+ </div>
11
+ <?php echo $this->getMessagesBlock()->getGroupedHtml(); ?>
12
+ <form action="<?php echo $this->getUrl('*/*/resetpasswordpost', array('_query' => array('id' => $this->getCustomerId(), 'token' => $this->getResetPasswordLinkToken()))); ?>" method="post" id="form-validate">
13
+ <div class="fieldset" style="margin-top: 70px;">
14
+ <ul class="form-list">
15
+ <li class="fields">
16
+ <div class="field">
17
+ <label for="password" class="required"><em>*</em><?php echo $this->__('New Password'); ?></label>
18
+ <div class="input-box">
19
+ <input type="password" class="input-text required-entry validate-password" name="password" id="password" />
20
+ </div>
21
+ </div>
22
+ <div class="field">
23
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm New Password'); ?></label>
24
+ <div class="input-box">
25
+ <input type="password" class="input-text required-entry validate-cpassword" name="confirmation" id="confirmation" />
26
+ </div>
27
+ </div>
28
+ </li>
29
+ </ul>
30
+ </div>
31
+ <div class="buttons-set">
32
+ <p class="required"><?php echo $this->__('* Required Fields'); ?></p>
33
+ <button type="submit" title="<?php echo $this->__('Reset a Password'); ?>" class="button"><span><span><?php echo $this->__('Reset a Password'); ?></span></span></button>
34
+ </div>
35
+ </form>
36
+ <script type="text/javascript">
37
+ /*<![CDATA[*/
38
+ var dataForm = new VarienForm('form-validate', true);
39
+ /*]]>*/
40
+ </script>
app/design/frontend/accessshop/default/template/customer/orders.phtml ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('My Orders') ?></h1>
10
+ </div>
11
+ <?php if($orders->getSize()): ?>
12
+ <table class="data-table" id="my-orders-table" >
13
+ <thead>
14
+ <tr>
15
+ <th><?php echo $this->__('Order #') ?></th>
16
+ <th><?php echo $this->__('Date') ?></th>
17
+ <!--<th class="a-center">Shipped To</th>-->
18
+ <th><?php echo $this->__('Total') ?></th>
19
+ <th><?php echo $this->__('Status') ?></th>
20
+ <th><?php echo $this->__('Details') ?></th>
21
+ </tr>
22
+ </thead>
23
+ <tbody>
24
+ <?php foreach ($orders as $order): ?>
25
+ <tr>
26
+ <td><?php echo $order->getRealOrderId() ?>&nbsp;</td>
27
+ <td><?php echo date("D, j M, Y", strtotime($order->getCreatedAt())) ?>&nbsp;</td>
28
+ <!--<td class="a-center">{$page.orders[io].customer}</td>-->
29
+ <td><?php echo $order->getGrandTotal() ?>&nbsp;</td>
30
+ <td><?php echo $order->getStatus() ?>&nbsp;</td>
31
+ <td><a href="<?php echo $this->getUrl('customer/order/view', array('order'=>$order->getOrderId())) ?>"><?php echo $this->__('View Order') ?></a>&nbsp;</td>
32
+ </tr>
33
+ <?php endforeach ?>
34
+ </tbody>
35
+ </table>
36
+ <script type="text/javascript">decorateTable('my-orders-table')</script>
37
+ <?php else: ?>
38
+ <p><?php echo $this->__('You have placed no orders yet.') ?></p>
39
+ <?php endif ?>
40
+ <div class="buttons-set">
41
+ <p class="back-link"><a href="<?php echo $this->getUrl('customer/account') ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
42
+ </div>
app/design/frontend/accessshop/default/template/customer/wishlist.phtml ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('Wishlist') ?></h1>
10
+ </div>
11
+ <?php if($wishlist->getSize()): ?>
12
+ <form action="<?php echo $this->getUrl('customer/wishlist/updatePost') ?>" method="post">
13
+ <table class="data-table">
14
+ <col />
15
+ <col width="60" />
16
+ <col width="60" />
17
+ <col width="60" />
18
+ <thead>
19
+ <tr>
20
+ <th><?php echo $this->__('Product') ?></th>
21
+ <th><?php echo $this->__('Status') ?></th>
22
+ <th><?php echo $this->__('To Cart') ?></th>
23
+ <th><?php echo $this->__('Remove') ?></th>
24
+ </tr>
25
+ </thead>
26
+ <tbody>
27
+ <?php foreach($wishlist as $item): ?>
28
+ <tr>
29
+ <td>
30
+ <input type="hidden" value="1" name="wishlist[<?php echo $item->getItemId() ?>]" />
31
+ <a href="<?php echo $this->getUrl('catalog/product/view/id/'.$item->getProduct()->getId()) ?>"><?php echo $this->escapeHtml($item->getProduct()->getName()) ?></a>
32
+ </td>
33
+ <td><?php echo $item->getStatus() ?></td>
34
+ <td><input type="checkbox" value="1" name="to_cart[<?php echo $item->getItemId() ?>]" class="checkbox" /></td>
35
+ <td><input type="checkbox" value="1" name="remove[<?php echo $item->getItemId() ?>]" class="checkbox" /></td>
36
+ </tr>
37
+ <?php endforeach ?>
38
+ </tbody>
39
+ </table>
40
+ <div class="buttons-set">
41
+ <a href="<?php echo Mage::getBaseUrl() ?>">&laquo; <?php echo $this->__('Continue Shopping') ?></a>
42
+ <input type="submit" value="<?php echo $this->__('Update') ?>" class="input-button" name="do" />
43
+ </div>
44
+ </form>
45
+ <?php else: ?>
46
+ <p><?php echo $this->__('You have placed no products yet.') ?></p>
47
+ <div class="buttons-set">
48
+ <p class="back-link"><a href="<?php echo $this->getUrl('customer/account') ?>"><small>&laquo; </small><?php echo $this->__('Back - link to the previously viewed page') ?></a></p>
49
+ </div>
50
+ <?php endif ?>
app/design/frontend/accessshop/default/template/newsletter/subscribe.phtml ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="newsletter-subscribe">
9
+ <h4><?php echo $this->__('Newsletter') ?></h4>
10
+ <form action="<?php echo $this->getFormActionUrl() ?>" method="post" id="newsletter-validate-detail">
11
+ <div class="block-content">
12
+ <div class="form-subscribe-header">
13
+ <label for="newsletter"><?php echo $this->__('Sign Up for Our Newsletter:') ?></label>
14
+ </div>
15
+ <div class="input-box">
16
+ <input type="email" autocapitalize="off" autocorrect="off" spellcheck="false" name="email" id="newsletter" title="<?php echo $this->__('Sign up for our newsletter') ?>" class="input-text required-entry validate-email" placeholder="Enter your email.." />
17
+ </div>
18
+ <div class="actions">
19
+ <button type="submit" title="<?php echo $this->__('Subscribe') ?>" class="button"><span><span><?php echo $this->__('Subscribe') ?></span></span></button>
20
+ </div>
21
+ </div>
22
+ </form>
23
+ <script type="text/javascript">
24
+ //<![CDATA[
25
+ var newsletterSubscriberFormDetail = new VarienForm('newsletter-validate-detail');
26
+ //]]>
27
+ </script>
28
+ </div>
app/design/frontend/accessshop/default/template/page/1column.phtml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ * Template for Mage_Page_Block_Html
7
+ */
8
+ ?>
9
+ <!DOCTYPE html>
10
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
11
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
12
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
13
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $this->getLang(); ?>"> <!--<![endif]-->
14
+ <head>
15
+ <?php echo $this->getChildHtml('head'); ?>
16
+ </head>
17
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
18
+ <?php echo $this->getChildHtml('after_body_start'); ?>
19
+ <?php echo $this->getChildHtml('global_notices'); ?>
20
+ <header>
21
+ <?php echo $this->getChildHtml('header'); ?>
22
+ </header>
23
+ <?php echo $this->getChildHtml('slider'); ?>
24
+ <div class="maincontent col1-layout">
25
+ <div class="container">
26
+ <div class="row">
27
+ <div class="col-md-12">
28
+ <?php echo $this->getChildHtml('breadcrumbs'); ?>
29
+ <div class="col-main">
30
+ <?php echo $this->getChildHtml('global_messages'); ?>
31
+ <?php echo $this->getChildHtml('content'); ?>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ </div>
37
+ <div class="brands">
38
+ <div class="container">
39
+ <div class="row">
40
+ <div class="col-md-12">
41
+ <?php echo $this->getChildHtml('home-block-brands'); ?>
42
+ </div>
43
+ </div>
44
+ </div>
45
+ </div>
46
+ <section id="before-footer">
47
+ <?php echo $this->getChildHtml('before-footer'); ?>
48
+ </section>
49
+ <footer id="footer">
50
+ <?php echo $this->getChildHtml('footer'); ?>
51
+ </footer>
52
+ <?php echo $this->getChildHtml('before_body_end'); ?>
53
+ <?php echo $this->getAbsoluteFooter(); ?>
54
+ </body>
55
+ </html>
app/design/frontend/accessshop/default/template/page/2columns-left.phtml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ * Template for Mage_Page_Block_Html
7
+ */
8
+ ?>
9
+ <!DOCTYPE html>
10
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
11
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
12
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
13
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $this->getLang(); ?>"> <!--<![endif]-->
14
+ <head>
15
+ <?php echo $this->getChildHtml('head'); ?>
16
+ </head>
17
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
18
+ <?php echo $this->getChildHtml('after_body_start'); ?>
19
+ <?php echo $this->getChildHtml('global_notices'); ?>
20
+ <header>
21
+ <?php echo $this->getChildHtml('header'); ?>
22
+ </header>
23
+ <?php echo $this->getChildHtml('slider'); ?>
24
+ <div class="maincontent col2-layout">
25
+ <div class="container">
26
+ <div class="row">
27
+ <div class="col-md-12">
28
+ <?php echo $this->getChildHtml('breadcrumbs'); ?>
29
+ <aside class="col-left sidebar">
30
+ <?php echo $this->getChildHtml('left'); ?>
31
+ </aside>
32
+ <div class="col-main">
33
+ <?php echo $this->getChildHtml('global_messages'); ?>
34
+ <?php echo $this->getChildHtml('content'); ?>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
40
+ <div class="brands">
41
+ <div class="container">
42
+ <div class="row">
43
+ <div class="col-md-12">
44
+ <?php echo $this->getChildHtml('home-block-brands'); ?>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <section id="before-footer">
50
+ <?php echo $this->getChildHtml('before-footer'); ?>
51
+ </section>
52
+ <footer id="footer">
53
+ <?php echo $this->getChildHtml('footer'); ?>
54
+ </footer>
55
+ <?php echo $this->getChildHtml('before_body_end'); ?>
56
+ <?php echo $this->getAbsoluteFooter(); ?>
57
+ </body>
58
+ </html>
app/design/frontend/accessshop/default/template/page/2columns-right.phtml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ * Template for Mage_Page_Block_Html
7
+ */
8
+ ?>
9
+ <!DOCTYPE html>
10
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
11
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
12
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
13
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $this->getLang(); ?>"> <!--<![endif]-->
14
+ <head>
15
+ <?php echo $this->getChildHtml('head'); ?>
16
+ </head>
17
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
18
+ <?php echo $this->getChildHtml('after_body_start'); ?>
19
+ <?php echo $this->getChildHtml('global_notices'); ?>
20
+ <header>
21
+ <?php echo $this->getChildHtml('header'); ?>
22
+ </header>
23
+ <?php echo $this->getChildHtml('slider'); ?>
24
+ <div class="maincontent col2-layout">
25
+ <div class="container">
26
+ <div class="row">
27
+ <div class="col-md-12">
28
+ <?php echo $this->getChildHtml('breadcrumbs'); ?>
29
+ <aside class="col-right sidebar">
30
+ <?php echo $this->getChildHtml('right'); ?>
31
+ </aside>
32
+ <div class="col-main">
33
+ <?php echo $this->getChildHtml('global_messages'); ?>
34
+ <?php echo $this->getChildHtml('content'); ?>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ </div>
39
+ </div>
40
+ <div class="brands">
41
+ <div class="container">
42
+ <div class="row">
43
+ <div class="col-md-12">
44
+ <?php echo $this->getChildHtml('home-block-brands'); ?>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <section id="before-footer">
50
+ <?php echo $this->getChildHtml('before-footer'); ?>
51
+ </section>
52
+ <footer id="footer">
53
+ <?php echo $this->getChildHtml('footer'); ?>
54
+ </footer>
55
+ <?php echo $this->getChildHtml('before_body_end'); ?>
56
+ <?php echo $this->getAbsoluteFooter(); ?>
57
+ </body>
58
+ </html>
app/design/frontend/accessshop/default/template/page/3columns.phtml ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ * Template for Mage_Page_Block_Html
7
+ */
8
+ ?>
9
+ <!DOCTYPE html>
10
+ <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
11
+ <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
12
+ <!--[if IE 8]> <html class="no-js lt-ie9" lang="<?php echo $this->getLang(); ?>"> <![endif]-->
13
+ <!--[if gt IE 8]><!--> <html class="no-js" lang="<?php echo $this->getLang(); ?>"> <!--<![endif]-->
14
+ <head>
15
+ <?php echo $this->getChildHtml('head'); ?>
16
+ </head>
17
+ <body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
18
+ <?php echo $this->getChildHtml('after_body_start'); ?>
19
+ <?php echo $this->getChildHtml('global_notices'); ?>
20
+ <header>
21
+ <?php echo $this->getChildHtml('header'); ?>
22
+ </header>
23
+ <?php echo $this->getChildHtml('slider'); ?>
24
+ <div class="maincontent col3-layout">
25
+ <div class="container">
26
+ <div class="row">
27
+ <div class="col-md-12">
28
+ <?php echo $this->getChildHtml('breadcrumbs'); ?>
29
+ <aside class="col-left sidebar">
30
+ <?php echo $this->getChildHtml('left'); ?>
31
+ </aside>
32
+ <div class="col-main">
33
+ <?php echo $this->getChildHtml('global_messages'); ?>
34
+ <?php echo $this->getChildHtml('content'); ?>
35
+ </div>
36
+ <aside class="col-right sidebar">
37
+ <?php echo $this->getChildHtml('right'); ?>
38
+ </aside>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ </div>
43
+ <div class="brands">
44
+ <div class="container">
45
+ <div class="row">
46
+ <div class="col-md-12">
47
+ <?php echo $this->getChildHtml('home-block-brands'); ?>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ </div>
52
+ <section id="before-footer">
53
+ <?php echo $this->getChildHtml('before-footer'); ?>
54
+ </section>
55
+ <footer id="footer">
56
+ <?php echo $this->getChildHtml('footer'); ?>
57
+ </footer>
58
+ <?php echo $this->getChildHtml('before_body_end'); ?>
59
+ <?php echo $this->getAbsoluteFooter(); ?>
60
+ </body>
61
+ </html>
app/design/frontend/accessshop/default/template/page/html/breadcrumbs.phtml ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php if($crumbs && is_array($crumbs)): ?>
9
+ <div class="breadcrumbs">
10
+ <ul>
11
+ <?php foreach($crumbs as $_crumbName=>$_crumbInfo): ?>
12
+ <li class="<?php echo $_crumbName ?>">
13
+ <?php if($_crumbInfo['link']): ?>
14
+ <a href="<?php echo $_crumbInfo['link'] ?>" title="<?php echo $this->escapeHtml($_crumbInfo['title']) ?>"><?php echo $this->escapeHtml($_crumbInfo['label']) ?></a>
15
+ <?php elseif($_crumbInfo['last']): ?>
16
+ <strong><?php echo $this->escapeHtml($_crumbInfo['label']) ?></strong>
17
+ <?php else: ?>
18
+ <?php echo $this->escapeHtml($_crumbInfo['label']) ?>
19
+ <?php endif; ?>
20
+ <?php if(!$_crumbInfo['last']): ?>
21
+ <span>/ </span>
22
+ <?php endif; ?>
23
+ </li>
24
+ <?php endforeach; ?>
25
+ </ul>
26
+ </div>
27
+ <?php else: ?>
28
+ <div class="separator-breadcrumbs"></div>
29
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/page/html/footer.phtml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="container">
9
+ <div class="row">
10
+ <div class="col-sm-9 left-links">
11
+ <div class="row">
12
+ <div class="col-sm-3 block-footer-cmslinks">
13
+ <?php echo $this->getChildHtml('footer-cmslinks'); ?>
14
+ </div>
15
+ <div class="col-sm-3 block-footer-cmslinks">
16
+ <?php echo $this->getChildHtml('footer-cmslinks1'); ?>
17
+ </div>
18
+ <div class="col-sm-3 block-footer-recent-products">
19
+ <?php echo $this->getChildHtml('footer_newsletter'); ?>
20
+ </div>
21
+ <div class="col-sm-3 block-footer-contact-info">
22
+ <?php echo $this->getChildHtml('footer-contact-info'); ?>
23
+ </div>
24
+ </div>
25
+ </div>
26
+ <div class="col-sm-3 right-links">
27
+ <div class="block-footer-social">
28
+ <?php echo $this->getChildHtml('footer-social'); ?>
29
+ </div>
30
+ <div class="block-footer-cards">
31
+ <?php echo $this->getChildHtml('footer-cards'); ?>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ <div class="row">
36
+ <div class="col-sm-12">
37
+ <div class="block-footer-company">
38
+ <?php echo $this->getChildHtml('footer-company'); ?>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ <div class="row">
43
+ <div class="col-sm-8 block-copyright pull-left">
44
+ <?php echo $this->getCopyright(); ?>
45
+ </div>
46
+ </div>
47
+ <div id="back_top" style="display: block;"></div>
48
+ </div>
app/design/frontend/accessshop/default/template/page/html/head.phtml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <meta charset="utf-8" />
9
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
10
+ <meta http-equiv="Content-Type" content="<?php echo $this->getContentType() ?>" />
11
+ <title><?php echo $this->getTitle();echo " | ";echo (Mage::getStoreConfig('general/store_information/name')!="")?Mage::getStoreConfig('general/store_information/name'):'AccessShop'; ?></title>
12
+ <meta name="description" content="<?php echo htmlspecialchars($this->getDescription()) ?>" />
13
+ <meta name="keywords" content="<?php echo htmlspecialchars($this->getKeywords()) ?>" />
14
+ <meta name="robots" content="<?php echo htmlspecialchars($this->getRobots()) ?>" />
15
+ <meta name="viewport" content="width=device-width, initial-scale=1">
16
+ <meta name="msapplication-TileColor" content="#b91d47" />
17
+ <meta name="msapplication-TileImage" content="<?php echo $this->getSkinUrl(); ?>images/favicon/mstile-144x144.png" />
18
+
19
+ <link rel="icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
20
+ <link rel="shortcut icon" href="<?php echo $this->getFaviconFile(); ?>" type="image/x-icon" />
21
+ <link rel="apple-touch-icon" sizes="57x57" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-57x57.png" />
22
+ <link rel="apple-touch-icon" sizes="114x114" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-114x114.png" />
23
+ <link rel="apple-touch-icon" sizes="72x72" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-72x72.png" />
24
+ <link rel="apple-touch-icon" sizes="144x144" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-144x144.png" />
25
+ <link rel="apple-touch-icon" sizes="60x60" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-60x60.png" />
26
+ <link rel="apple-touch-icon" sizes="120x120" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-120x120.png" />
27
+ <link rel="apple-touch-icon" sizes="76x76" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-76x76.png" />
28
+ <link rel="apple-touch-icon" sizes="152x152" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-152x152.png" />
29
+ <link rel="apple-touch-icon" sizes="180x180" href="<?php echo $this->getSkinUrl(); ?>images/favicon/apple-touch-icon-180x180.png" />
30
+ <link rel="icon" type="image/png" href="<?php echo $this->getSkinUrl(); ?>images/favicon/favicon-192x192.png" sizes="192x192" />
31
+ <link rel="icon" type="image/png" href="<?php echo $this->getSkinUrl(); ?>images/favicon/favicon-160x160.png" sizes="160x160" />
32
+ <link rel="icon" type="image/png" href="<?php echo $this->getSkinUrl(); ?>images/favicon/favicon-96x96.png" sizes="96x96" />
33
+ <link rel="icon" type="image/png" href="<?php echo $this->getSkinUrl(); ?>images/favicon/favicon-16x16.png" sizes="16x16" />
34
+ <link rel="icon" type="image/png" href="<?php echo $this->getSkinUrl(); ?>images/favicon/favicon-32x32.png" sizes="32x32" />
35
+ <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" />
36
+ <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Arimo:400,700|Open+Sans:400,700,600italic,300|Roboto+Condensed:300,400,700" />
37
+
38
+ <!--[if lt IE 9]>
39
+ <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
40
+ <![endif]-->
41
+
42
+ <!--[if lt IE 7]>
43
+ <script type="text/javascript">
44
+ //<![CDATA[
45
+ var BLANK_URL = '<?php echo $this->helper('core/js')->getJsUrl('blank.html') ?>';
46
+ var BLANK_IMG = '<?php echo $this->helper('core/js')->getJsUrl('spacer.gif') ?>';
47
+ //]]>
48
+ </script>
49
+ <![endif]-->
50
+
51
+ <?php echo $this->getCssJsHtml() ?>
52
+ <?php echo $this->getChildHtml() ?>
53
+ <?php echo $this->helper('core/js')->getTranslatorScript() ?>
54
+ <?php echo $this->getIncludes() ?>
app/design/frontend/accessshop/default/template/page/html/header.phtml ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Magento SuperXpress
8
+ * @var Mage_Page_Block_Html_Header $this
9
+ */
10
+ ?>
11
+ <div class="header-top">
12
+ <div class="container">
13
+ <div class="row">
14
+ <div class="col-sm-5">
15
+ <div class="left-header-top">
16
+ <?php echo $this->getChildHtml('block_header_links_top_left'); ?>
17
+ <?php echo $this->getChildHtml('store_language') ?>
18
+ <?php echo $this->getChildHtml('topContainer'); ?>
19
+ </div>
20
+ </div>
21
+ <div class="col-sm-7 pull-right">
22
+ <div class="right-header-top">
23
+ <div class="row">
24
+
25
+ <div class="col-sm-12 text-right">
26
+ <?php echo $this->getChildHtml('block_header_links_right');?>
27
+ <?php echo $this->getChildHtml('topLinks');?>
28
+ <div class="top-cart"><?php echo $this->getChildHtml('top_cart'); ?></div>
29
+ </div>
30
+ </div>
31
+ </div>
32
+ </div>
33
+ </div>
34
+ </div>
35
+ </div>
36
+ <div class="container">
37
+
38
+ <div class="row">
39
+ <div class="col-sm-4">
40
+ <div class="logo">
41
+ <a href="<?php echo $this->getUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>">
42
+ <img src="<?php echo $this->getLogoSrc() ?>" alt="<?php echo $this->getLogoAlt() ?>" />
43
+ </a>
44
+ </div>
45
+ </div>
46
+ <div class="col-sm-8 pull-right">
47
+ <div class="row">
48
+ <div class="col-sm-12">
49
+ <span class="welcome">
50
+ <?php echo $this->getLayout()->getBlock('header')->getWelcome(); ?>
51
+ </span>
52
+
53
+ </div>
54
+ <div class="col-sm-12 top-search">
55
+ <?php echo $this->getChildHtml('topSearch') ?>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ <!-- Navigation -->
62
+ <nav class="navbar navbar-default" role="navigation">
63
+ <div class="container">
64
+ <div class="row">
65
+ <div class="col-md-12">
66
+ <div class="navbar-header">
67
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-main-collapse">
68
+ <span class="sr-only">Toggle navigation</span>
69
+ <span class="icon-bar"></span>
70
+ <span class="icon-bar"></span>
71
+ <span class="icon-bar"></span>
72
+ </button>
73
+ <a class="navbar-brand" href="javascript:void(0);">Menu</a>
74
+ </div>
75
+ <div class="collapse navbar-collapse navbar-main-collapse" id="navbar-main-collapse">
76
+ <?php echo $this->getChildHtml('topMenu') ?>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </div>
81
+ </nav>
app/design/frontend/accessshop/default/template/page/html/header_left_links.phtml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php
9
+ $store_phone = Mage::getStoreConfig('general/store_information/phone');
10
+ $general_email = Mage::getStoreConfig('trans_email/ident_general/email');
11
+ ?>
12
+ <ul class="list-inline">
13
+ <li>
14
+ <a href="mailto:<?php echo $general_email;?>"><i class="fa fa-envelope-o"></i> <?php echo $general_email;?></a>
15
+ </li>
16
+ <li>
17
+ <a href="callto:<?php echo($store_phone!="")?$store_phone:'+1123456xxxx';?>"><i class="fa fa-phone"></i> <?php echo($store_phone!="")?$store_phone:'(+1)-123-456-xxxx';?></a>
18
+ </li>
19
+ </ul>
app/design/frontend/accessshop/default/template/page/html/pager.phtml ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Pager template
8
+ *
9
+ * @see Mage_Page_Block_Html_Pager
10
+ */
11
+ ?>
12
+ <?php if($this->getCollection()->getSize()): ?>
13
+
14
+ <?php if($this->getUseContainer()): ?>
15
+ <div class="pager">
16
+ <?php endif ?>
17
+
18
+ <?php if($this->getShowAmounts()): ?>
19
+ <p class="amount">
20
+ <?php if($this->getLastPageNum()>1): ?>
21
+ <?php echo $this->__('Items %s to %s of %s total', $this->getFirstNum(), $this->getLastNum(), $this->getTotalNum()) ?>
22
+ <?php else: ?>
23
+ <strong><?php echo $this->__('%s Item(s)', $this->getTotalNum()) ?></strong>
24
+ <?php endif; ?>
25
+ </p>
26
+ <?php endif ?>
27
+
28
+ <?php if($this->getShowPerPage()): ?>
29
+ <div class="limiter">
30
+ <label><?php echo $this->__('Show') ?></label>
31
+ <select onchange="setLocation(this.value)">
32
+ <?php foreach ($this->getAvailableLimit() as $_key=>$_limit): ?>
33
+ <option value="<?php echo $this->getLimitUrl($_key) ?>"<?php if($this->isLimitCurrent($_key)): ?> selected="selected"<?php endif ?>>
34
+ <?php echo $_limit ?>
35
+ </option>
36
+ <?php endforeach; ?>
37
+ </select> <?php echo $this->__('per page') ?>
38
+ </div>
39
+ <?php endif ?>
40
+
41
+ <?php if($this->getLastPageNum()>1): ?>
42
+ <div class="pages">
43
+ <strong><?php echo $this->__('Page:') ?></strong>
44
+ <ol>
45
+ <?php if (!$this->isFirstPage()): ?>
46
+ <li>
47
+ <a class="previous<?php if(!$this->getAnchorTextForPrevious()): ?> i-previous<?php endif;?>" href="<?php echo $this->getPreviousPageUrl() ?>" title="<?php echo $this->__('Previous') ?>">
48
+ <?php if(!$this->getAnchorTextForPrevious()): ?>
49
+ <img src="<?php echo $this->getSkinUrl('images/pager_arrow_left.png') ?>" alt="<?php echo $this->__('Previous') ?>" class="v-middle" />
50
+ <?php else: ?>
51
+ <?php echo $this->getAnchorTextForPrevious() ?>
52
+ <?php endif;?>
53
+ </a>
54
+ </li>
55
+ <?php endif;?>
56
+
57
+ <?php if ($this->canShowFirst()): ?>
58
+ <li><a class="first" href="<?php echo $this->getFirstPageUrl() ?>">1</a></li>
59
+ <?php endif;?>
60
+
61
+ <?php if ($this->canShowPreviousJump()): ?>
62
+ <li><a class="previous_jump" title="" href="<?php echo $this->getPreviousJumpUrl() ?>">...</a></li>
63
+ <?php endif;?>
64
+
65
+ <?php foreach ($this->getFramePages() as $_page): ?>
66
+ <?php if ($this->isPageCurrent($_page)): ?>
67
+ <li class="current"><?php echo $_page ?></li>
68
+ <?php else: ?>
69
+ <li><a href="<?php echo $this->getPageUrl($_page) ?>"><?php echo $_page ?></a></li>
70
+ <?php endif;?>
71
+ <?php endforeach;?>
72
+
73
+
74
+ <?php if ($this->canShowNextJump()): ?>
75
+ <li><a class="next_jump" title="" href="<?php echo $this->getNextJumpUrl() ?>">...</a></li>
76
+ <?php endif;?>
77
+
78
+ <?php if ($this->canShowLast()): ?>
79
+ <li><a class="last" href="<?php echo $this->getLastPageUrl() ?>"><?php echo $this->getLastPageNum() ?></a></li>
80
+ <?php endif;?>
81
+
82
+ <?php if (!$this->isLastPage()): ?>
83
+ <li>
84
+ <a class="next<?php if(!$this->getAnchorTextForNext()): ?> i-next<?php endif; ?>" href="<?php echo $this->getNextPageUrl() ?>" title="<?php echo $this->__('Next') ?>">
85
+ <?php if(!$this->getAnchorTextForNext()): ?>
86
+ <img src="<?php echo $this->getSkinUrl('images/pager_arrow_right.png') ?>" alt="<?php echo $this->__('Next') ?>" class="v-middle" />
87
+ <?php else: ?>
88
+ <?php echo $this->getAnchorTextForNext() ?>
89
+ <?php endif;?>
90
+ </a>
91
+ </li>
92
+ <?php endif;?>
93
+ </ol>
94
+
95
+ </div>
96
+ <?php endif; ?>
97
+
98
+ <?php if($this->getUseContainer()): ?>
99
+ </div>
100
+ <?php endif ?>
101
+
102
+ <?php endif ?>
app/design/frontend/accessshop/default/template/page/html/topmenu-main.phtml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Top menu for store
8
+ *
9
+ * @see Mage_Page_Block_Html_Topmenu
10
+ */
11
+ ?>
12
+ <ul class="nav navbar-nav menu">
13
+ <li class="level0 nav-0 first level-top <?php echo (Mage::helper('core/url')->getCurrentUrl() ==$this->getBaseUrl())?'active':'';?>">
14
+ <a href="<?php echo $this->getBaseUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>"><span>Home</span></a>
15
+ </li>
16
+ <?php $_menu = $this->getHtml('level-top') ?>
17
+ <?php if ($_menu): ?>
18
+ <?php echo $_menu ?>
19
+ <?php endif ?>
20
+ </ul>
app/design/frontend/accessshop/default/template/page/html/topmenu.phtml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Top menu for store
8
+ *
9
+ * @see Mage_Page_Block_Html_Topmenu
10
+ */
11
+ ?>
12
+ <?php
13
+ if(strpos(Mage::helper('core/url')->getCurrentUrl(),'demo')!==false || strpos(Mage::helper('core/url')->getCurrentUrl(),'magento-theme')!==false)
14
+ {
15
+ $mode = "demo";
16
+ }
17
+ else
18
+ {
19
+ $mode = "";
20
+ }
21
+ ?>
22
+ <ul class="nav navbar-nav menu">
23
+ <li class="level0 nav-0 first level-top <?php echo (Mage::helper('core/url')->getCurrentUrl() ==$this->getBaseUrl())?'active':''; echo ($mode=='demo')?' parent dropdown':'';?>">
24
+ <a href="<?php echo $this->getBaseUrl('') ?>" title="<?php echo $this->getLogoAlt() ?>"><span>Home</span></a>
25
+ <ul class="level0 dropdown-menu" style="display: none;">
26
+ <?php
27
+ if($mode=='demo')
28
+ {
29
+ ?>
30
+ <li class="level1 nav-0-0 first <?php echo (Mage::helper('core/url')->getCurrentUrl() == $this->getBaseUrl())?'active':'';?>"><a href="<?php echo $this->getBaseUrl().'home';?>" title="Home 1 Col"><span>Home 1 Col</span></a></li>
31
+ <li class="level1 nav-0-1 <?php echo (Mage::helper('core/url')->getCurrentUrl() == $this->getBaseUrl().'home-2col-left')?'active':'';?>"><a href="<?php echo $this->getBaseUrl().'home-2col-left';?>" title="Home 2 Col Left"><span>Home 2 Col Left</span></a></li>
32
+ <li class="level1 nav-0-2 <?php echo (Mage::helper('core/url')->getCurrentUrl() == $this->getBaseUrl().'home-2col-right')?'active':'';?>"><a href="<?php echo $this->getBaseUrl().'home-2col-right'; ?>" title="Home 2 Col Right"><span>Home 2 Col Right</span></a></li>
33
+ <li class="level1 nav-0-3 last <?php echo (Mage::helper('core/url')->getCurrentUrl() == $this->getBaseUrl().'home-3col')?'active':'';?>"><a href="<?php echo $this->getBaseUrl().'home-3col'; ?>" title="Home 3 Col"><span>Home 3 Col</span></a></li>
34
+ <?php
35
+ }
36
+ ?>
37
+ </ul>
38
+ </li>
39
+ <?php $_menu = $this->getHtml('level-top') ?>
40
+ <?php if ($_menu): ?>
41
+ <?php echo $_menu ?>
42
+ <?php endif ?>
43
+ </ul>
app/design/frontend/accessshop/default/template/page/switch/languages.phtml ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php if(count($this->getStores())>1): ?>
9
+ <ul class="language list-inline">
10
+ <li class="parent current-language">
11
+ <?php foreach ($this->getStores() as $_lang): ?>
12
+ <?php if($_lang->getId() == $this->getCurrentStoreId()):?>
13
+ <a href="javascript:void(0);" style="background-image:url('<?php echo $this->getSkinUrl('images/flags/flag_'.$_lang->getCode().'.png') ?>');background-repeat: no-repeat;padding-left:25px;">
14
+ <?php echo $this->escapeHtml($_lang->getName()) ?>
15
+ <span class="caret"></span>
16
+ </a>
17
+ <?php endif; ?>
18
+ <?php endforeach; ?>
19
+ <ul class="language-sub">
20
+ <?php foreach ($this->getStores() as $_lang): ?>
21
+ <?php if($_lang->getId() != $this->getCurrentStoreId()):?>
22
+ <li style="background-image:url('<?php echo $this->getSkinUrl('images/flags/flag_'.$_lang->getCode().'.png') ?>');background-repeat: no-repeat;padding-left:25px;">
23
+ <a href="<?php echo $_lang->getCurrentUrl() ?>">
24
+ <?php echo $this->escapeHtml($_lang->getName()) ?>
25
+ </a>
26
+ </li>
27
+ <?php endif; ?>
28
+ <?php endforeach; ?>
29
+ </ul>
30
+ </li>
31
+ </ul>
32
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/page/template/links.phtml ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * @see Mage_Page_Block_Template_Links
8
+ */
9
+ ?>
10
+ <?php $_links = $this->getLinks(); ?>
11
+ <?php if(count($_links)>0): ?>
12
+ <ul class="links list-inline"<?php if($this->getName()): ?> id="<?php echo $this->getName() ?>"<?php endif;?>>
13
+ <?php foreach($_links as $_link): ?>
14
+ <?php if ($_link instanceof Mage_Core_Block_Abstract):?>
15
+ <?php echo $_link->toHtml() ?>
16
+ <?php else: ?>
17
+ <li<?php if($_link->getIsFirst()||$_link->getIsLast()): ?> class="<?php if($_link->getIsFirst()): ?>first<?php endif; ?><?php if($_link->getIsLast()): ?> last<?php endif; ?>"<?php endif; ?> <?php echo $_link->getLiParams() ?>><?php echo $_link->getBeforeText() ?><a href="<?php echo $_link->getUrl() ?>" title="<?php echo $_link->getTitle() ?>" <?php echo $_link->getAParams() ?>><?php echo $_link->getLabel() ?></a><?php echo $_link->getAfterText() ?></li>
18
+ <?php endif;?>
19
+ <?php endforeach; ?>
20
+ </ul>
21
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/persistent/customer/form/login.phtml ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Customer login form template
8
+ *
9
+ * @see app/design/frontend/base/default/template/customer/form/login.phtml
10
+ */
11
+ /** @var $this Mage_Customer_Block_Form_Login */
12
+ ?>
13
+ <div class="account-login">
14
+ <div class="page-title">
15
+ <h1><?php echo $this->__('Login or Create an Account') ?></h1>
16
+ </div>
17
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
18
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="login-form">
19
+ <?php echo $this->getBlockHtml('formkey'); ?>
20
+ <div class="col2-set">
21
+ <div class="col-1 new-users">
22
+ <div class="content">
23
+ <h2><?php echo $this->__('New Customers') ?></h2>
24
+ <p><?php echo $this->__('By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.') ?></p>
25
+ <div class="buttons-set">
26
+ <button type="button" title="<?php echo $this->__('Create an Account') ?>" class="button" onclick="window.location='<?php echo Mage::helper('persistent')->getCreateAccountUrl($this->getCreateAccountUrl()) ?>';"><span><span><?php echo $this->__('Create an Account') ?></span></span></button>
27
+ </div>
28
+ </div>
29
+ </div>
30
+ <div class="col-2 registered-users">
31
+ <div class="content">
32
+ <h2><?php echo $this->__('Registered Customers') ?></h2>
33
+ <p><?php echo $this->__('If you have an account with us, please log in.') ?></p>
34
+ <ul class="form-list">
35
+ <li>
36
+ <label for="email" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
37
+ <div class="input-box">
38
+ <input type="text" name="login[username]" value="<?php echo $this->escapeHtml($this->getUsername()) ?>" id="email" class="input-text required-entry validate-email" title="<?php echo $this->__('Email Address') ?>" />
39
+ </div>
40
+ </li>
41
+ <li>
42
+ <label for="pass" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
43
+ <div class="input-box">
44
+ <input type="password" name="login[password]" class="input-text required-entry validate-password" id="pass" title="<?php echo $this->__('Password') ?>" />
45
+ </div>
46
+ </li>
47
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
48
+ <?php echo $this->getChildHtml('persistent.remember.me'); ?>
49
+ </ul>
50
+ <?php echo $this->getChildHtml('persistent.remember.me.tooltip'); ?>
51
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
52
+ <div class="buttons-set">
53
+ <a href="<?php echo $this->getForgotPasswordUrl() ?>" class="f-left"><?php echo $this->__('Forgot Your Password?') ?></a>
54
+ <button type="submit" class="button" title="<?php echo $this->__('Login') ?>" name="send" id="send2"><span><span><?php echo $this->__('Login') ?></span></span></button>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ </div>
59
+ <?php if (Mage::helper('checkout')->isContextCheckout()): ?>
60
+ <input name="context" type="hidden" value="checkout" />
61
+ <?php endif; ?>
62
+ </form>
63
+ <script type="text/javascript">
64
+ //<![CDATA[
65
+ var dataForm = new VarienForm('login-form', true);
66
+ //]]>
67
+ </script>
68
+ </div>
app/design/frontend/accessshop/default/template/persistent/customer/form/register.phtml ADDED
@@ -0,0 +1,170 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * Create account form template
8
+ *
9
+ * @see app/design/frontend/base/default/template/customer/form/register.phtml
10
+ */
11
+ /** @var $this Mage_Customer_Block_Form_Register */
12
+ ?>
13
+ <div class="account-create">
14
+ <div class="page-title">
15
+ <h1><?php echo $this->__('Create an Account') ?></h1>
16
+ </div>
17
+ <?php echo $this->getChildHtml('form_fields_before')?>
18
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
19
+ <form action="<?php echo $this->getPostActionUrl() ?>" method="post" id="form-validate">
20
+ <div class="fieldset">
21
+ <input type="hidden" name="success_url" value="<?php echo $this->getSuccessUrl() ?>" />
22
+ <input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
23
+ <h2 class="legend"><?php echo $this->__('Personal Information') ?></h2>
24
+ <ul class="form-list">
25
+ <li class="fields">
26
+ <?php echo $this->getLayout()->createBlock('customer/widget_name')->setObject($this->getFormData())->setForceUseCustomerAttributes(true)->toHtml() ?>
27
+ </li>
28
+ <li>
29
+ <label for="email_address" class="required"><em>*</em><?php echo $this->__('Email Address') ?></label>
30
+ <div class="input-box">
31
+ <input type="text" name="email" id="email_address" value="<?php echo $this->escapeHtml($this->getFormData()->getEmail()) ?>" title="<?php echo $this->__('Email Address') ?>" class="input-text validate-email required-entry" />
32
+ </div>
33
+ </li>
34
+ <?php if ($this->isNewsletterEnabled()): ?>
35
+ <li class="control">
36
+ <div class="input-box">
37
+ <input type="checkbox" name="is_subscribed" title="<?php echo $this->__('Sign Up for Newsletter') ?>" value="1" id="is_subscribed"<?php if($this->getFormData()->getIsSubscribed()): ?> checked="checked"<?php endif; ?> class="checkbox" />
38
+ </div>
39
+ <label for="is_subscribed"><?php echo $this->__('Sign Up for Newsletter') ?></label>
40
+ </li>
41
+ <?php endif ?>
42
+ <?php $_dob = $this->getLayout()->createBlock('customer/widget_dob') ?>
43
+ <?php if ($_dob->isEnabled()): ?>
44
+ <li><?php echo $_dob->setDate($this->getFormData()->getDob())->toHtml() ?></li>
45
+ <?php endif ?>
46
+ <?php $_taxvat = $this->getLayout()->createBlock('customer/widget_taxvat') ?>
47
+ <?php if ($_taxvat->isEnabled()): ?>
48
+ <li><?php echo $_taxvat->setTaxvat($this->getFormData()->getTaxvat())->toHtml() ?></li>
49
+ <?php endif ?>
50
+ <?php $_gender = $this->getLayout()->createBlock('customer/widget_gender') ?>
51
+ <?php if ($_gender->isEnabled()): ?>
52
+ <li><?php echo $_gender->setGender($this->getFormData()->getGender())->toHtml() ?></li>
53
+ <?php endif ?>
54
+ </ul>
55
+ </div>
56
+ <?php if($this->getShowAddressFields()): ?>
57
+ <div class="fieldset">
58
+ <input type="hidden" name="create_address" value="1" />
59
+ <h2 class="legend"><?php echo $this->__('Address Information') ?></h2>
60
+ <ul class="form-list">
61
+ <li class="fields">
62
+ <div class="field">
63
+ <label for="company"><?php echo $this->__('Company') ?></label>
64
+ <div class="input-box">
65
+ <input type="text" name="company" id="company" value="<?php echo $this->escapeHtml($this->getFormData()->getCompany()) ?>" title="<?php echo $this->__('Company') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('company') ?>" />
66
+ </div>
67
+ </div>
68
+ <div class="field">
69
+ <label for="telephone" class="required"><em>*</em><?php echo $this->__('Telephone') ?></label>
70
+ <div class="input-box">
71
+ <input type="text" name="telephone" id="telephone" value="<?php echo $this->escapeHtml($this->getFormData()->getTelephone()) ?>" title="<?php echo $this->__('Telephone') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('telephone') ?>" />
72
+ </div>
73
+ </div>
74
+ </li>
75
+ <?php $_streetValidationClass = $this->helper('customer/address')->getAttributeValidationClass('street'); ?>
76
+ <li class="wide">
77
+ <label for="street_1" class="required"><em>*</em><?php echo $this->__('Street Address') ?></label>
78
+ <div class="input-box">
79
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet(1)) ?>" title="<?php echo $this->__('Street Address') ?>" id="street_1" class="input-text <?php echo $_streetValidationClass ?>" />
80
+ </div>
81
+ </li>
82
+ <?php $_streetValidationClass = trim(str_replace('required-entry', '', $_streetValidationClass)); ?>
83
+ <?php for ($_i = 2, $_n = $this->helper('customer/address')->getStreetLines(); $_i <= $_n; $_i++): ?>
84
+ <li class="wide">
85
+ <div class="input-box">
86
+ <input type="text" name="street[]" value="<?php echo $this->escapeHtml($this->getFormData()->getStreet($_i)) ?>" title="<?php echo $this->__('Street Address %s', $_i) ?>" id="street_<?php echo $_i ?>" class="input-text <?php echo $_streetValidationClass ?>" />
87
+ </div>
88
+ </li>
89
+ <?php endfor; ?>
90
+ <li class="fields">
91
+ <div class="field">
92
+ <label for="city" class="required"><em>*</em><?php echo $this->__('City') ?></label>
93
+ <div class="input-box">
94
+ <input type="text" name="city" value="<?php echo $this->escapeHtml($this->getFormData()->getCity()) ?>" title="<?php echo $this->__('City') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('city') ?>" id="city" />
95
+ </div>
96
+ </div>
97
+ <div class="field">
98
+ <label for="region_id" class="required"><em>*</em><?php echo $this->__('State/Province') ?></label>
99
+ <div class="input-box">
100
+ <select id="region_id" name="region_id" title="<?php echo $this->__('State/Province') ?>" class="validate-select" style="display:none;">
101
+ <option value=""><?php echo $this->__('Please select region, state or province') ?></option>
102
+ </select>
103
+ <script type="text/javascript">
104
+ //<![CDATA[
105
+ $('region_id').setAttribute('defaultValue', "<?php echo $this->getFormData()->getRegionId() ?>");
106
+ //]]>
107
+ </script>
108
+ <input type="text" id="region" name="region" value="<?php echo $this->escapeHtml($this->getRegion()) ?>" title="<?php echo $this->__('State/Province') ?>" class="input-text <?php echo $this->helper('customer/address')->getAttributeValidationClass('region') ?>" style="display:none;" />
109
+ </div>
110
+ </div>
111
+ </li>
112
+ <li class="fields">
113
+ <div class="field">
114
+ <label for="zip" class="required"><em>*</em><?php echo $this->__('Zip/Postal Code') ?></label>
115
+ <div class="input-box">
116
+ <input type="text" name="postcode" value="<?php echo $this->escapeHtml($this->getFormData()->getPostcode()) ?>" title="<?php echo $this->__('Zip/Postal Code') ?>" id="zip" class="input-text validate-zip-international <?php echo $this->helper('customer/address')->getAttributeValidationClass('postcode') ?>" />
117
+ </div>
118
+ </div>
119
+ <div class="field">
120
+ <label for="country" class="required"><em>*</em><?php echo $this->__('Country') ?></label>
121
+ <div class="input-box">
122
+ <?php echo $this->getCountryHtmlSelect() ?>
123
+ </div>
124
+ </div>
125
+ </li>
126
+ </ul>
127
+ <input type="hidden" name="default_billing" value="1" />
128
+ <input type="hidden" name="default_shipping" value="1" />
129
+ </div>
130
+ <?php endif; ?>
131
+ <div class="fieldset">
132
+ <h2 class="legend"><?php echo $this->__('Login Information') ?></h2>
133
+ <ul class="form-list">
134
+ <li class="fields">
135
+ <div class="field">
136
+ <label for="password" class="required"><em>*</em><?php echo $this->__('Password') ?></label>
137
+ <div class="input-box">
138
+ <input type="password" name="password" id="password" title="<?php echo $this->__('Password') ?>" class="input-text required-entry validate-password" />
139
+ </div>
140
+ </div>
141
+ <div class="field">
142
+ <label for="confirmation" class="required"><em>*</em><?php echo $this->__('Confirm Password') ?></label>
143
+ <div class="input-box">
144
+ <input type="password" name="confirmation" title="<?php echo $this->__('Confirm Password') ?>" id="confirmation" class="input-text required-entry validate-cpassword" />
145
+ </div>
146
+ </div>
147
+ </li>
148
+ <?php echo $this->getChildHtml('form.additional.info'); ?>
149
+ <?php echo $this->getChildHtml('persistent.remember.me'); ?>
150
+ </ul>
151
+ <?php echo $this->getChildHtml('persistent.remember.me.tooltip'); ?>
152
+ </div>
153
+ <div class="buttons-set">
154
+ <p class="required"><?php echo $this->__('* Required Fields') ?></p>
155
+ <button type="submit" title="<?php echo $this->__('Submit') ?>" class="button"><span><span><?php echo $this->__('Submit') ?></span></span></button>
156
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>" class="back-link"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
157
+ </div>
158
+ <?php if (Mage::helper('checkout')->isContextCheckout()): ?>
159
+ <input name="context" type="hidden" value="checkout" />
160
+ <?php endif; ?>
161
+ </form>
162
+ <script type="text/javascript">
163
+ //<![CDATA[
164
+ var dataForm = new VarienForm('form-validate', true);
165
+ <?php if($this->getShowAddressFields()): ?>
166
+ new RegionUpdater('country', 'region', 'region_id', <?php echo $this->helper('directory')->getRegionJson() ?>, undefined, 'zip');
167
+ <?php endif; ?>
168
+ //]]>
169
+ </script>
170
+ </div>
app/design/frontend/accessshop/default/template/reports/widget/viewed/content/viewed_list.phtml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ * @see Mage_Reports_Block_Product_Viewed
8
+ */
9
+ ?>
10
+ <?php if ($_products = $this->getRecentlyViewedProducts()): ?>
11
+ <div class="widget widget-viewed">
12
+ <!--<div class="widget-title">
13
+ <h2><?php //echo $this->__('Recently Viewed') ?></h2>
14
+ </div>-->
15
+ <div class="widget-products">
16
+ <ol class="products-list">
17
+ <?php $i=0; foreach ($_products as $_product): ?>
18
+ <li class="item<?php echo (++$i == count($_products))?' last':''; ?>">
19
+ <a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(85) ?>" width="85" height="85" alt="<?php echo $this->stripTags($_product->getName(), null, true) ?>" /></a>
20
+ <div class="product-shop">
21
+ <div class="f-fix">
22
+ <h3 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>" title="<?php echo $this->stripTags($_product->getName(), null, true) ?>"><?php echo $this->helper('catalog/output')->productAttribute($_product, $_product->getName() , 'name') ?></a></h3>
23
+ <?php //echo $this->getReviewsSummaryHtml($_product, 'short') ?>
24
+ <?php echo $this->getPriceHtml($_product, true, '-widget-viewed-list') ?>
25
+ <?php /* if($_product->isSaleable()): ?>
26
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getAddToCartUrl($_product) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
27
+ <?php else: ?>
28
+ <p class="availability out-of-stock"><span><?php echo $this->__('Out of stock') ?></span></p>
29
+ <?php endif; */?>
30
+ <!--<ul class="add-to-links">
31
+ <?php /*if ($this->helper('wishlist')->isAllow()) : ?>
32
+ <li><a href="<?php echo $this->getAddToWishlistUrl($_product) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a></li>
33
+ <?php endif; ?>
34
+ <?php if($_compareUrl = $this->getAddToCompareUrl($_product)): ?>
35
+ <li><span class="separator">|</span> <a href="<?php echo $_compareUrl ?>" class="link-compare"><?php echo $this->__('Add to Compare') ?></a></li>
36
+ <?php endif;*/ ?>
37
+ </ul>-->
38
+ </div>
39
+ </div>
40
+ </li>
41
+ <?php endforeach; ?>
42
+ </ol>
43
+ </div>
44
+ </div>
45
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/review/customer/list.phtml ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
9
+ <div class="page-title">
10
+ <h1><?php echo $this->__('My Product Reviews') ?></h1>
11
+ </div>
12
+ <?php if( $this->getCollection() && $this->count()): ?>
13
+ <?php //echo $this->getToolbarHtml() ?>
14
+ <table class="data-table" id="my-reviews-table">
15
+ <col width="1" />
16
+ <col width="250" />
17
+ <col width="1" />
18
+ <col />
19
+ <col width="1" />
20
+ <tbody>
21
+ <?php foreach ($this->getCollection() as $_review): ?>
22
+ <tr>
23
+ <td><span class="nobr"><?php echo $this->dateFormat($_review->getReviewCreatedAt()); ?></span></td>
24
+ <td><h2 class="product-name"><a href="<?php echo $this->getProductLink() ?>id/<?php echo $_review->getEntityPkValue() ?>"><?php echo $this->escapeHtml($_review->getName()) ?></a></h2></td>
25
+ <td>
26
+ <?php if($_review->getSum()): ?>
27
+ <div class="rating-box">
28
+ <div class="rating" style="width:<?php echo ( $_review->getSum() / $_review->getCount() ) ?>%;"></div>
29
+ </div>
30
+ <?php endif; ?>
31
+ </td>
32
+ <td><?php echo $this->helper('review')->getDetailHtml($_review->getDetail()) ?></td>
33
+ <td><a href="<?php echo $this->getReviewLink() ?>id/<?php echo $_review->getReviewId() ?>" class="nobr"><?php echo $this->__('View Details') ?></a></td>
34
+ </tr>
35
+ <?php endforeach; ?>
36
+ </tbody>
37
+ </table>
38
+ <script type="text/javascript">decorateTable('my-reviews-table')</script>
39
+ <?php echo $this->getToolbarHtml() ?>
40
+ <?php else: ?>
41
+ <p><?php echo $this->__('You have submitted no reviews.') ?></p>
42
+ <?php endif; ?>
43
+ <div class="buttons-set">
44
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
45
+ </div>
app/design/frontend/accessshop/default/template/review/customer/recent.phtml ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <?php if( $this->getCollection() && $this->count()): ?>
10
+ <div class="box-account box-reviews">
11
+ <div class="box-head">
12
+ <a href="<?php echo $this->getAllReviewsUrl() ?>"><?php echo $this->__('View All Reviews') ?></a>
13
+ <h2><?php echo $this->__('My Recent Reviews') ?></h2>
14
+ </div>
15
+ <ol id="my_recent_reviews">
16
+ <?php $iterator = 0 ?>
17
+ <?php foreach ($this->getCollection() as $_review): ?>
18
+ <li class="item">
19
+ <span class="number"><?php echo ++$iterator ?></span>
20
+ <div class="details">
21
+ <h3 class="product-name"><a href="<?php echo $this->getReviewUrl($_review->getReviewId()) ?>"><?php echo $this->escapeHtml($_review->getName()) ?></a></h3>
22
+ <?php if($_review->getSum()): ?>
23
+ <div class="ratings">
24
+ <strong><?php echo $this->__('Rating:') ?></strong>
25
+ <div class="rating-box">
26
+ <div class="rating" style="width:<?php echo ( $_review->getSum() / $_review->getCount() ) ?>%;"></div>
27
+ </div>
28
+ </div>
29
+ <?php endif; ?>
30
+ </div>
31
+ </li>
32
+ <?php endforeach; ?>
33
+ </ol>
34
+ <script type="text/javascript">decorateList('my_recent_reviews');</script>
35
+ </div>
36
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/review/customer/view.phtml ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <?php if($this->getProductData()->getId()): ?>
10
+ <div class="product-review">
11
+ <div class="page-title">
12
+ <h1><?php echo $this->__('Review Details') ?></h1>
13
+ </div>
14
+ <div class="product-img-box">
15
+ <a href="<?php echo $this->getProductData()->getProductUrl() ?>" title="<?php echo $this->escapeHtml($this->getProductData()->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($this->getProductData(), 'small_image')->resize(125, 125); ?>" width="125" height="125" alt="<?php echo $this->escapeHtml($this->getProductData()->getName()) ?>" /></a>
16
+ <?php if( $this->getRating() && $this->getRating()->getSize()): ?>
17
+ <p class="label"><?php echo $this->__('Average Customer Rating:') ?></p>
18
+ <?php echo $this->getReviewsSummaryHtml($this->getProductData()) ?>
19
+ <?php endif; ?>
20
+ </div>
21
+ <div class="product-details">
22
+ <h2 class="product-name"><?php echo $this->escapeHtml($this->getProductData()->getName()) ?></h2>
23
+ <?php if( $this->getRating() && $this->getRating()->getSize()): ?>
24
+ <h3><?php echo ($this->isReviewOwner()) ? $this->__('Your Rating:') : $this->__('Rating:'); ?></h3>
25
+ <table class="ratings-table">
26
+ <?php foreach ($this->getRating() as $_rating): ?>
27
+ <?php if($_rating->getPercent()): ?>
28
+ <tr>
29
+ <th><?php echo $this->escapeHtml($_rating->getRatingCode()) ?></th>
30
+ <td>
31
+ <div class="rating-box">
32
+ <div class="rating" style="width:<?php echo ceil($_rating->getPercent()) ?>%;"></div>
33
+ </div>
34
+ </td>
35
+ </tr>
36
+ <?php endif; ?>
37
+ <?php endforeach; ?>
38
+ </table>
39
+ <?php endif; ?>
40
+ <dl>
41
+ <dt>
42
+ <?php if ($this->isReviewOwner()): ?>
43
+ <?php echo $this->__('Your Review (submitted on %s):', $this->dateFormat($this->getReviewData()->getCreatedAt())) ?>
44
+ <?php else :?>
45
+ <?php echo $this->__('Review (submitted on %s):', $this->dateFormat($this->getReviewData()->getCreatedAt())) ?>
46
+ <?php endif;?>
47
+ </dt>
48
+ <dd>
49
+ <?php echo nl2br($this->escapeHtml($this->getReviewData()->getDetail())) ?>
50
+ </dd>
51
+ </dl>
52
+ </div>
53
+ <div class="buttons-set">
54
+ <p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to My Reviews') ?></a></p>
55
+ </div>
56
+ </div>
57
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/review/form.phtml ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <div class="form-add">
10
+ <h2><?php echo $this->__('Write Your Own Review') ?></h2>
11
+ <?php if ($this->getAllowWriteReviewFlag()): ?>
12
+ <form action="<?php echo $this->getAction() ?>" method="post" id="review-form">
13
+ <?php echo $this->getBlockHtml('formkey'); ?>
14
+ <fieldset>
15
+ <?php echo $this->getChildHtml('form_fields_before')?>
16
+ <h3><?php echo $this->__("You're reviewing:"); ?> <span><?php echo $this->escapeHtml($this->getProductInfo()->getName()) ?></span></h3>
17
+ <?php if( $this->getRatings() && $this->getRatings()->getSize()): ?>
18
+ <h4><?php echo $this->__('How do you rate this product?') ?> <em class="required">*</em></h4>
19
+ <span id="input-message-box"></span>
20
+ <table class="data-table" id="product-review-table">
21
+ <col />
22
+ <col width="1" />
23
+ <col width="1" />
24
+ <col width="1" />
25
+ <col width="1" />
26
+ <col width="1" />
27
+ <thead>
28
+ <tr>
29
+ <th>&nbsp;</th>
30
+ <th><span class="nobr"><i class="fa fa-star"></i></span></th>
31
+ <th><span class="nobr"><i class="fa fa-star"></i><i class="fa fa-star"></i></span></th>
32
+ <th><span class="nobr"><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i></span></th>
33
+ <th><span class="nobr"><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i></span></th>
34
+ <th><span class="nobr"><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i><i class="fa fa-star"></i></span></th>
35
+ </tr>
36
+ </thead>
37
+ <tbody>
38
+ <?php foreach ($this->getRatings() as $_rating): ?>
39
+ <tr>
40
+ <th><?php echo $this->escapeHtml($_rating->getRatingCode()) ?></th>
41
+ <?php foreach ($_rating->getOptions() as $_option): ?>
42
+ <td class="value"><input type="radio" name="ratings[<?php echo $_rating->getId() ?>]" id="<?php echo $this->escapeHtml($_rating->getRatingCode()) ?>_<?php echo $_option->getValue() ?>" value="<?php echo $_option->getId() ?>" class="radio" /></td>
43
+ <?php endforeach; ?>
44
+ </tr>
45
+ <?php endforeach; ?>
46
+ </tbody>
47
+ </table>
48
+ <input type="hidden" name="validate_rating" class="validate-rating" value="" />
49
+ <script type="text/javascript">decorateTable('product-review-table')</script>
50
+ <?php endif; ?>
51
+ <ul class="form-list">
52
+ <li>
53
+ <label for="nickname_field" class="required"><em>*</em><?php echo $this->__('Nickname') ?></label>
54
+ <div class="input-box">
55
+ <input type="text" name="nickname" id="nickname_field" class="input-text required-entry" value="<?php echo $this->escapeHtml($data->getNickname()) ?>" />
56
+ </div>
57
+ </li>
58
+ <li>
59
+ <label for="summary_field" class="required"><em>*</em><?php echo $this->__('Summary of Your Review') ?></label>
60
+ <div class="input-box">
61
+ <input type="text" name="title" id="summary_field" class="input-text required-entry" value="<?php echo $this->escapeHtml($data->getTitle()) ?>" />
62
+ </div>
63
+ </li>
64
+ <li>
65
+ <label for="review_field" class="required"><em>*</em><?php echo $this->__('Review') ?></label>
66
+ <div class="input-box">
67
+ <textarea name="detail" id="review_field" cols="5" rows="3" class="required-entry"><?php echo $this->escapeHtml($data->getDetail()) ?></textarea>
68
+ </div>
69
+ </li>
70
+ </ul>
71
+ </fieldset>
72
+ <div class="buttons-set">
73
+ <button type="submit" title="<?php echo $this->__('Submit Review') ?>" class="button"><span><span><?php echo $this->__('Submit Review') ?></span></span></button>
74
+ </div>
75
+ </form>
76
+ <script type="text/javascript">
77
+ //<![CDATA[
78
+ var dataForm = new VarienForm('review-form');
79
+ Validation.addAllThese(
80
+ [
81
+ ['validate-rating', '<?php echo $this->__('Please select one of each of the ratings above') ?>', function(v) {
82
+ var trs = $('product-review-table').select('tr');
83
+ var inputs;
84
+ var error = 1;
85
+
86
+ for( var j=0; j < trs.length; j++ ) {
87
+ var tr = trs[j];
88
+ if( j > 0 ) {
89
+ inputs = tr.select('input');
90
+
91
+ for( i in inputs ) {
92
+ if( inputs[i].checked == true ) {
93
+ error = 0;
94
+ }
95
+ }
96
+
97
+ if( error == 1 ) {
98
+ return false;
99
+ } else {
100
+ error = 1;
101
+ }
102
+ }
103
+ }
104
+ return true;
105
+ }]
106
+ ]
107
+ );
108
+ //]]>
109
+ </script>
110
+ <?php else: ?>
111
+ <p class="review-nologged" id="review-form">
112
+ <?php echo $this->__('Only registered users can write reviews. Please, <a href="%s">log in</a> or <a href="%s">register</a>', $this->getLoginLink(), Mage::helper('customer')->getRegisterUrl()) ?>
113
+ </p>
114
+ <?php endif ?>
115
+ </div>
app/design/frontend/accessshop/default/template/review/helper/summary.phtml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <?php if ($this->getReviewsCount()): ?>
10
+ <div class="ratings">
11
+ <?php if ($this->getRatingSummary()):?>
12
+ <div class="rating-box">
13
+ <div class="rating" style="width:<?php echo $this->getRatingSummary() ?>%"></div>
14
+ </div>
15
+ <?php endif;?>
16
+ <p class="rating-links">
17
+ <a href="<?php echo $this->getReviewsUrl() ?>"><?php echo $this->__('%d Review(s)', $this->getReviewsCount()) ?></a>
18
+ <span class="separator">|</span>
19
+ <a href="<?php echo $this->getReviewsUrl() ?>#review-form"><?php echo $this->__('Add Your Review') ?></a>
20
+ </p>
21
+ </div>
22
+ <?php elseif ($this->getDisplayIfEmpty()): ?>
23
+ <p class="no-rating"><a href="<?php echo $this->getReviewsUrl() ?>#review-form"><?php echo $this->__('Be the first to review this product') ?></a></p>
24
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/review/helper/summary_nolinks.phtml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <?php if ($this->getReviewsCount()): ?>
10
+ <div class="ratings">
11
+ <?php if ($this->getRatingSummary()):?>
12
+ <div class="rating-box">
13
+ <div class="rating" style="width:<?php echo $this->getRatingSummary() ?>%"></div>
14
+ </div>
15
+ <?php endif;?>
16
+ <p class="rating-links">
17
+ <a id="goto-reviews" href="#reviews"><?php echo $this->__('%d Review(s)', $this->getReviewsCount()) ?></a>
18
+ <span class="separator">|</span>
19
+ <a id="goto-reviews-form" href="#reviews"><?php echo $this->__('Add Your Review') ?></a>
20
+ </p>
21
+ </div>
22
+ <?php elseif ($this->getDisplayIfEmpty()): ?>
23
+ <p class="no-rating"><a id="goto-reviews-form" href="#review"><?php echo $this->__('Be the first to review this product') ?></a></p>
24
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/review/helper/summary_short.phtml ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <?php if ($this->getReviewsCount()): ?>
10
+ <div class="ratings">
11
+ <?php if ($this->getRatingSummary()):?>
12
+ <div class="rating-box">
13
+ <div class="rating" style="width:<?php echo $this->getRatingSummary() ?>%"></div>
14
+ </div>
15
+ <?php endif;?>
16
+ <span class="amount"><a href="#" onclick="var t = opener ? opener.window : window; t.location.href='<?php echo $this->getReviewsUrl() ?>'; return false;"><?php echo $this->__('%d Review(s)', $this->getReviewsCount()) ?></a></span>
17
+ </div>
18
+ <?php elseif ($this->getDisplayIfEmpty()): ?>
19
+ <p class="no-rating"><a href="<?php echo $this->getReviewsUrl() ?>#review-form"><?php echo $this->__('Be the first to review this product') ?></a></p>
20
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/review/product/view/count.phtml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <?php if (!empty($count)):?>
10
+ <a href="#customer-reviews" class="nobr"><?php echo $this->__('%s Review(s)', $count) ?></a>
11
+ <?php endif;?>
app/design/frontend/accessshop/default/template/review/product/view/list.phtml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+
10
+ <?php $_items = $this->getReviewsCollection()->getItems();?>
11
+ <div class="box-collateral box-reviews" id="customer-reviews">
12
+ <?php if (count($_items)):?>
13
+ <h2><?php echo $this->__('Customer Reviews') ?></h2>
14
+ <?php echo $this->getChildHtml('toolbar') ?>
15
+ <dl>
16
+ <?php foreach ($_items as $_review):?>
17
+ <dt>
18
+ <a href="<?php echo $this->getReviewUrl($_review->getId()) ?>"><?php echo $this->escapeHtml($_review->getTitle()) ?></a> <?php echo $this->__('Review by <span>%s</span>', $this->escapeHtml($_review->getNickname())) ?>
19
+ </dt>
20
+ <dd>
21
+ <?php $_votes = $_review->getRatingVotes(); ?>
22
+ <?php if (count($_votes)): ?>
23
+ <table class="ratings-table">
24
+ <col width="1" />
25
+ <col />
26
+ <tbody>
27
+ <?php foreach ($_votes as $_vote): ?>
28
+ <tr>
29
+ <th><?php echo $this->escapeHtml($_vote->getRatingCode()) ?></th>
30
+ <td>
31
+ <div class="rating-box">
32
+ <div class="rating" style="width:<?php echo $_vote->getPercent() ?>%;"></div>
33
+ </div>
34
+ </td>
35
+ </tr>
36
+ <?php endforeach; ?>
37
+ </tbody>
38
+ </table>
39
+ <?php endif; ?>
40
+ <?php echo nl2br($this->escapeHtml($_review->getDetail())) ?>
41
+ <small class="date"><?php echo $this->__('(Posted on %s)', $this->formatDate($_review->getCreatedAt()), 'long') ?></small>
42
+ </dd>
43
+ <?php endforeach; ?>
44
+ </dl>
45
+ <?php echo $this->getChildHtml('toolbar') ?>
46
+ <?php endif;?>
47
+ <?php echo $this->getChildHtml('review_form') ?>
48
+ </div>
app/design/frontend/accessshop/default/template/review/product/view/other.phtml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+
10
+ <?php $_product = Mage::registry('product'); ?>
11
+ <div class="buttons-set">
12
+ <p class="back-link"><a href="<?php echo $_product->getProductUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Main Product Info') ?></a></p>
13
+ </div>
app/design/frontend/accessshop/default/template/review/view.phtml ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <?php if($this->getProductData()->getId()): ?>
10
+ <div class="product-review">
11
+ <div class="page-title">
12
+ <h1><?php echo $this->__('Review Details') ?></h1>
13
+ </div>
14
+ <div class="product-img-box">
15
+ <a href="<?php echo $this->getProductData()->getProductUrl() ?>" title="<?php echo $this->escapeHtml($this->getProductData()->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($this->getProductData(), 'small_image')->resize(125, 125); ?>" height="125" width="125" alt="<?php echo $this->escapeHtml($this->getProductData()->getName()) ?>" /></a>
16
+ <?php if( $this->getRating() && $this->getRating()->getSize()): ?>
17
+ <p class="label"><?php echo $this->__('Average Customer Rating') ?>:</p>
18
+ <?php echo $this->getReviewsSummaryHtml($this->getProductData()) ?>
19
+ <?php endif; ?>
20
+ </div>
21
+ <div class="product-details">
22
+ <h2 class="product-name"><?php echo $this->escapeHtml($this->getProductData()->getName()) ?></h2>
23
+ <?php if( $this->getRating() && $this->getRating()->getSize()): ?>
24
+ <h3><?php echo $this->__('Product Rating:') ?></h3>
25
+ <table class="ratings-table">
26
+ <?php foreach ($this->getRating() as $_rating): ?>
27
+ <?php if($_rating->getPercent()): ?>
28
+ <tr>
29
+ <th><?php echo $this->__($this->escapeHtml($_rating->getRatingCode())) ?></th>
30
+ <td>
31
+ <div class="rating-box">
32
+ <div class="rating" style="width:<?php echo ceil($_rating->getPercent()) ?>%;"></div>
33
+ </div>
34
+ </td>
35
+ </tr>
36
+ <?php endif; ?>
37
+ <?php endforeach; ?>
38
+ </table>
39
+ </dl>
40
+ <?php endif; ?>
41
+ <dl>
42
+ <dt>
43
+ <?php echo $this->__('Product Review (submitted on %s):', $this->dateFormat($this->getReviewData()->getCreatedAt())) ?>
44
+ </dt>
45
+ <dd>
46
+ <?php echo nl2br($this->escapeHtml($this->getReviewData()->getDetail())) ?>
47
+ </dd>
48
+ </dl>
49
+ </div>
50
+ <div class="buttons-set">
51
+ <p class="back-link"><a href="<?php echo $this->getBackUrl() ?>"><small>&laquo; </small><?php echo $this->__('Back to Product Reviews') ?></a></p>
52
+ </div>
53
+ </div>
54
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/sales/order/history.phtml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
10
+ <?php $_orders = $this->getOrders(); ?>
11
+ <div class="page-title">
12
+ <h1><?php echo $this->__('My Orders') ?></h1>
13
+ </div>
14
+ <?php //echo $this->getPagerHtml(); ?>
15
+ <?php if($_orders->getSize()): ?>
16
+ <table class="data-table" id="my-orders-table">
17
+ <col width="1" />
18
+ <col width="1" />
19
+ <col />
20
+ <col width="1" />
21
+ <col width="1" />
22
+ <col width="1" />
23
+ <thead>
24
+ <tr>
25
+ <th><?php echo $this->__('Order #') ?></th>
26
+ <th><?php echo $this->__('Date') ?></th>
27
+ <th><?php echo $this->__('Ship To') ?></th>
28
+ <th><span class="nobr"><?php echo $this->__('Order Total') ?></span></th>
29
+ <th><span class="nobr"><?php echo $this->__('Order Status') ?></span></th>
30
+ <th>&nbsp;</th>
31
+ </tr>
32
+ </thead>
33
+ <tbody>
34
+ <?php $_odd = ''; ?>
35
+ <?php foreach ($_orders as $_order): ?>
36
+ <tr>
37
+ <td><?php echo $_order->getRealOrderId() ?></td>
38
+ <td><span class="nobr"><?php echo $this->formatDate($_order->getCreatedAtStoreDate()) ?></span></td>
39
+ <td><?php echo $_order->getShippingAddress() ? $this->escapeHtml($_order->getShippingAddress()->getName()) : '&nbsp;' ?></td>
40
+ <td><?php echo $_order->formatPrice($_order->getGrandTotal()) ?></td>
41
+ <td><em><?php echo $_order->getStatusLabel() ?></em></td>
42
+ <td class="a-center">
43
+ <span class="nobr"><a href="<?php echo $this->getViewUrl($_order) ?>"><?php echo $this->__('View Order') ?></a>
44
+ <?php /*<span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;*/ ?>
45
+ <?php if ($this->helper('sales/reorder')->canReorder($_order)) : ?>
46
+ <span class="separator">|</span> <a href="<?php echo $this->getReorderUrl($_order) ?>" class="link-reorder"><?php echo $this->__('Reorder') ?></a>
47
+ <?php endif ?>
48
+ </span>
49
+ </td>
50
+ </tr>
51
+ <?php endforeach; ?>
52
+ </tbody>
53
+ </table>
54
+ <script type="text/javascript">decorateTable('my-orders-table');</script>
55
+ <?php echo $this->getPagerHtml(); ?>
56
+ <?php else: ?>
57
+ <p><?php echo $this->__('You have placed no orders.'); ?></p>
58
+ <?php endif ?>
app/design/frontend/accessshop/default/template/sales/order/recent.phtml ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ *
7
+ */
8
+ ?>
9
+ <div class="box-account box-recent">
10
+ <?php $_orders = $this->getOrders(); ?>
11
+ <div class="box-head">
12
+ <?php if( sizeof($_orders->getItems()) > 0 ): ?><a href="<?php echo $this->getUrl('sales/order/history') ?>"><?php echo $this->__('View All') ?></a><?php endif; ?>
13
+ <h2><?php echo $this->__('Recent Orders') ?></h2>
14
+
15
+ </div>
16
+ <?php if( sizeof($_orders->getItems()) > 0 ): ?>
17
+ <table class="data-table" id="my-orders-table">
18
+ <col width="1" />
19
+ <col width="1" />
20
+ <col />
21
+ <col width="1" />
22
+ <col width="1" />
23
+ <col width="1" />
24
+ <thead>
25
+ <tr>
26
+ <th><?php echo $this->__('Order #') ?></th>
27
+ <th><?php echo $this->__('Date') ?></th>
28
+ <th><?php echo $this->__('Ship To') ?></th>
29
+ <th><span class="nobr"><?php echo $this->__('Order Total') ?></span></th>
30
+ <th><?php echo $this->__('Status') ?></th>
31
+ <th>&nbsp;</th>
32
+ </tr>
33
+ </thead>
34
+ <tbody>
35
+ <?php foreach ($_orders as $_order): ?>
36
+ <tr>
37
+ <td><?php echo $_order->getRealOrderId() ?></td>
38
+ <td><span class="nobr"><?php echo $this->formatDate($_order->getCreatedAtStoreDate()) ?></span></td>
39
+ <td><?php echo $_order->getShippingAddress() ? $this->escapeHtml($_order->getShippingAddress()->getName()) : '&nbsp;' ?></td>
40
+ <td><?php echo $_order->formatPrice($_order->getGrandTotal()) ?></td>
41
+ <td><em><?php echo $_order->getStatusLabel() ?></em></td>
42
+ <td class="a-center">
43
+ <span class="nobr">
44
+ <a href="<?php echo $this->getViewUrl($_order) ?>"><?php echo $this->__('View Order') ?></a>
45
+ <?php if ($this->helper('sales/reorder')->canReorder($_order)) : ?>
46
+ <span class="separator">|</span> <a href="<?php echo $this->getReorderUrl($_order) ?>" class="link-reorder"><?php echo $this->__('Reorder') ?></a>
47
+ <?php endif ?>
48
+ </span>
49
+ </td>
50
+ </tr>
51
+ <?php endforeach; ?>
52
+ </tbody>
53
+ </table>
54
+ <script type="text/javascript">decorateTable('my-orders-table')</script>
55
+ <?php else: ?>
56
+ <p><?php echo $this->__('You have placed no orders.'); ?></p>
57
+ <?php endif; ?>
58
+ </div>
app/design/frontend/accessshop/default/template/tag/cloud.phtml ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('All Tags') ?></h1>
10
+ </div>
11
+ <?php if( sizeof($this->getTags()) > 0 ): ?>
12
+ <ul class="tags-list">
13
+ <?php foreach ($this->getTags() as $_tag): ?>
14
+ <li><a href="<?php echo $_tag->getTaggedProductsUrl() ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->escapeHtml($_tag->getName()) ?></a></li>
15
+ <?php endforeach; ?>
16
+ </ul>
17
+ <?php else: ?>
18
+ <p class="note-msg"><?php echo $this->__('There are no tags available.') ?></p>
19
+ <?php endif; ?>
app/design/frontend/accessshop/default/template/tag/customer/recent.phtml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="box-account box-tags">
9
+ <div class="box-head">
10
+ <a href="<?php echo $this->getAllTagsUrl() ?>"><?php echo $this->__('View All Tags') ?></a>
11
+ <h2><?php echo $this->__('My Recent Tags') ?></h2>
12
+ </div>
13
+ <ol id="my_recent_tags">
14
+ <?php $iterator = 0; ?>
15
+ <?php foreach( $this->getCollection()->getItems() as $_item ): ?>
16
+ <li class="item">
17
+ <span class="number"><?php echo ++$iterator ?></span>
18
+ <div class="details">
19
+ <h3 class="product-name"><a href="<?php echo $_item->getProductUrl() ?>"><?php echo $this->escapeHtml($_item->getName()) ?></a></h3>
20
+ <div class="tags">
21
+ <strong><?php echo $this->__('Tags:') ?></strong>
22
+ <?php $_i = 0; ?>
23
+ <ul>
24
+ <?php foreach( $_item->getProductTags() as $_tag ): ?>
25
+ <li><a href="<?php echo $_tag->getViewTagUrl() ?>"><?php echo $this->escapeHtml($_tag->getName()) ?></a><?php if(++$_i != sizeof($_item->getProductTags()->getItems())): ?>,<?php endif; ?></li>
26
+ <?php endforeach; ?>
27
+ </ul>
28
+ </div>
29
+ </div>
30
+ </li>
31
+ <?php endforeach; ?>
32
+ </ol>
33
+ <script type="text/javascript">decorateList('my_recent_tags', 'none-recursive');</script>
34
+ </div>
app/design/frontend/accessshop/default/template/tag/customer/tags.phtml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
9
+ <div class="page-title">
10
+ <h1><?php echo $this->__('My Tags') ?></h1>
11
+ </div>
12
+ <?php if($this->getTags()): ?>
13
+ <p><?php echo $this->__('Click on a tag to view your corresponding products.') ?></p>
14
+ <ul class="tags-list">
15
+ <?php foreach ($this->getTags() as $_tag): ?>
16
+ <li><a href="<?php echo $this->getUrl('tag/customer/view', array('tagId' => $_tag->getTagId())) ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->escapeHtml($_tag->getName()) ?></a></li>
17
+ <?php endforeach; ?>
18
+ </ul>
19
+ <?php else: ?>
20
+ <p><?php echo $this->__('You have not tagged any products yet.') ?></p>
21
+ <?php endif; ?>
22
+ <div class="buttons-set">
23
+ <p class="back-link"><a href="<?php echo $this->escapeUrl($this->getBackUrl()) ?>"><small>&laquo; </small><?php echo $this->__('Back') ?></a></p>
24
+ </div>
app/design/frontend/accessshop/default/template/tag/customer/view.phtml ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="page-title">
9
+ <h1><?php echo $this->__('My Tags') ?></h1>
10
+ </div>
11
+ <?php echo $this->getMessagesBlock()->getGroupedHtml() ?>
12
+ <p class="my-tag-edit">
13
+ <a href="#" title="<?php echo $this->__('Delete') ?>" onclick="if(confirm('<?php echo $this->__('Are you sure you want to delete this tag?') ?>')) window.location='<?php echo $this->getTagInfo()->getRemoveTagUrl(); ?>'; return false;" class="button btn-remove"><span><?php echo $this->__('Delete') ?></span></a>
14
+ <?php echo $this->__('<strong>Tag Name:</strong> %s', $this->escapeHtml($this->getTagInfo()->getName())) ?>
15
+ </p>
16
+ <div class="clearer"></div>
17
+ <?php echo $this->getToolbarHtml() ?>
18
+ <table class="data-table" id="my-tags-table">
19
+ <?php if( sizeof($this->getMyProducts()) > 0 ): ?>
20
+ <col width="1" />
21
+ <col />
22
+ <col width="1" />
23
+ <tbody>
24
+ <?php $iterator = 0 ?>
25
+ <?php foreach($this->getMyProducts() as $_product): ?>
26
+ <tr<?php if($iterator % 2 == 0): ?> class="odd"<?php $iterator++;endif; ?>>
27
+ <td><a href="<?php echo $_product->getProductUrl(); ?>" title="<?php echo $this->escapeHtml($_product->getName()) ?>" class="product-image"><img src="<?php echo $this->helper('catalog/image')->init($_product, 'small_image')->resize(100, 100); ?>" width="100" height="100" alt="<?php echo $this->escapeHtml($_product->getName()) ?>" /></a></td>
28
+ <td>
29
+ <h2 class="product-name"><a href="<?php echo $_product->getProductUrl() ?>"><?php echo $this->escapeHtml($_product->getName()) ?></a></h2>
30
+ <?php echo $this->getReviewsSummaryHtml($_product, 'short') ?>
31
+ <?php echo $this->getPriceHtml($_product) ?>
32
+ <?php echo $this->escapeHtml($_product->getDescription()) ?>
33
+ </td>
34
+ <td>
35
+ <?php if($_product->isSaleable()): ?>
36
+ <?php $params[Mage_Core_Model_Url::FORM_KEY] = Mage::getSingleton('core/session')->getFormKey() ?>
37
+ <?php $params['product'] = $_product->getId(); ?>
38
+ <button type="button" title="<?php echo $this->__('Add to Cart') ?>" class="button btn-cart" onclick="setLocation('<?php echo $this->getUrl('checkout/cart/add', $params) ?>')"><span><span><?php echo $this->__('Add to Cart') ?></span></span></button>
39
+ <?php endif; ?>
40
+ <?php if ($this->helper('wishlist')->isAllow()) : ?>
41
+ <ul class="add-to-links">
42
+ <li>
43
+ <a href="<?php echo $this->getUrl('wishlist/index/add',array('product'=>$_product->getId())) ?>" class="link-wishlist"><?php echo $this->__('Add to Wishlist') ?></a>
44
+ </li>
45
+ </ul>
46
+ <?php endif; ?>
47
+ </td>
48
+ </tr>
49
+ <?php endforeach; ?>
50
+ </tbody>
51
+ <?php else: ?>
52
+ <tbody>
53
+ <tr>
54
+ <td>
55
+ <?php echo $this->__("Unable to find any products tagged with '%s' in the current store", $this->escapeHtml($this->getTagInfo()->getName()) ) ?>
56
+ </td>
57
+ </tr>
58
+ </tbody>
59
+ <?php endif; ?>
60
+ </table>
61
+ <script type="text/javascript">decorateTable('my-tags-table')</script>
62
+ <?php echo $this->getToolbarHtml() ?>
63
+ <div class="buttons-set">
64
+ <p class="back-link"><a href="<?php echo $this->getUrl('*/*/')?>"><small>&laquo; </small><?php echo $this->__('Back to Tags List')?></a></p>
65
+ </div>
app/design/frontend/accessshop/default/template/tag/list.phtml ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="box-collateral box-tags">
9
+ <h2><?php echo $this->__('Product Tags') ?></h2>
10
+ <?php echo $this->getChildHtml('list_before')?>
11
+ <?php if( $this->getCount() ): ?>
12
+ <h3><?php echo $this->__('Other people marked this product with these tags:') ?></h3>
13
+ <ul id="<?php echo $this->getUniqueHtmlId('product-tags_'); ?>" class="product-tags">
14
+ <?php echo $this->renderTags('<li><a href="%1$s">%2$s</a> (%3$s)</li>') ?>
15
+ </ul>
16
+ <script type="text/javascript">
17
+ decorateGeneric($("<?php echo $this->getUniqueHtmlId('product-tags_'); ?>").select('li'), ['first', 'last']);
18
+ </script>
19
+ <?php endif; ?>
20
+ <form id="addTagForm" action="<?php echo $this->getFormAction(); ?>" method="get">
21
+ <div class="form-add">
22
+ <label for="productTagName"><?php echo $this->__('Add Your Tags:') ?></label>
23
+ <div class="input-box">
24
+ <input type="text" class="input-text required-entry" name="productTagName" id="productTagName" />
25
+ </div>
26
+ <button type="button" title="<?php echo $this->__('Add Tags') ?>" class="button" onclick="submitTagForm()">
27
+ <span>
28
+ <span><?php echo $this->__('Add Tags') ?></span>
29
+ </span>
30
+ </button>
31
+ </div>
32
+ </form>
33
+ <p class="note"><?php echo $this->__("Use spaces to separate tags. Use single quotes (') for phrases.") ?></p>
34
+ <script type="text/javascript">
35
+ //<![CDATA[
36
+ var addTagFormJs = new VarienForm('addTagForm');
37
+ function submitTagForm(){
38
+ if(addTagFormJs.validator.validate()) {
39
+ addTagFormJs.form.submit();
40
+ }
41
+ }
42
+ //]]>
43
+ </script>
44
+ </div>
app/design/frontend/accessshop/default/template/tag/popular.phtml ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * @category design
4
+ * @package accessshop_lite_default
5
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
6
+ */
7
+ ?>
8
+ <div class="block block-tags">
9
+ <div class="block-title">
10
+ <strong><span><?php echo $this->__('Popular Tags'); ?></span></strong>
11
+ </div>
12
+ <div class="block-content">
13
+ <ul class="tags-list">
14
+ <?php foreach ($this->getTags() as $_tag): ?>
15
+ <li><a href="<?php echo $_tag->getTaggedProductsUrl() ?>" style="font-size:<?php echo $_tag->getRatio()*70+75 ?>%;"><?php echo $this->escapeHtml($_tag->getName()) ?></a></li>
16
+ <?php endforeach; ?>
17
+ </ul>
18
+ <div class="actions">
19
+ <a href="<?php echo $this->getUrl('tag/list') ?>"><?php echo $this->__('View All Tags') ?></a>
20
+ </div>
21
+ </div>
22
+ </div>
app/etc/modules/AccessShop_ThemeOptions.xml ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <AccessShop_ThemeOptions>
5
+ <active>true</active>
6
+ <codePool>local</codePool>
7
+ </AccessShop_ThemeOptions>
8
+ </modules>
9
+ </config>
app/etc/modules/Cube_CategoryBestsellers.xml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Cube_CategoryBestsellers>
5
+ <version>1.0.0</version>
6
+ <active>true</active>
7
+ <codePool>local</codePool>
8
+ <depends>
9
+ <Mage_Catalog />
10
+ </depends>
11
+ </Cube_CategoryBestsellers>
12
+ </modules>
13
+ </config>
app/etc/modules/Cube_CategoryFeatured.xml ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <config>
3
+ <modules>
4
+ <Cube_CategoryFeatured>
5
+ <version>1.0.0</version>
6
+ <active>true</active>
7
+ <codePool>local</codePool>
8
+ <depends>
9
+ <Mage_Catalog />
10
+ </depends>
11
+ </Cube_CategoryFeatured>
12
+ </modules>
13
+ </config>
package.xml ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0"?>
2
+ <package>
3
+ <name>AccessShop_Theme</name>
4
+ <version>1.0.0</version>
5
+ <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v. 3.0 (OSL-3.0)</license>
7
+ <channel>community</channel>
8
+ <extends/>
9
+ <summary>A Free Responsive Multipurpose Magento Theme</summary>
10
+ <description>&lt;p&gt;AccessShop Lite - is a multi purpose Magento theme for fashion, electronics, jewelry or anything with 100% responsive design. It comes up with loads of features.&#xD;
11
+ &lt;/p&gt;&#xD;
12
+ &lt;br /&gt;&#xD;
13
+ &lt;p&gt;Not just features, advance features! Yes, probably the first FREE Magento theme of premium quality which offers loads of premium features.&#xD;
14
+ &lt;/p&gt;&#xD;
15
+ &lt;br /&gt;&#xD;
16
+ &lt;p&gt;Simply because we want to give something useful to you! NOT just a common free stuff!&lt;/p&gt;</description>
17
+ <notes>&lt;p&gt;AccessShop Lite - is a multi purpose Magento theme for fashion, electronics, jewelry or anything with 100% responsive design. It comes up with loads of features.&#xD;
18
+ &lt;/p&gt;&#xD;
19
+ &lt;br /&gt;&#xD;
20
+ &lt;p&gt;Not just features, advance features! Yes, probably the first FREE Magento theme of premium quality which offers loads of premium features.&#xD;
21
+ &lt;/p&gt;&#xD;
22
+ &lt;br /&gt;&#xD;
23
+ &lt;p&gt;Simply because we want to give something useful to you! NOT just a common free stuff!&lt;/p&gt;</notes>
24
+ <authors><author><name>AccessShop Themes</name><user>acessshopthemes</user><email>magento@access-keys.com</email></author></authors>
25
+ <date>2015-01-11</date>
26
+ <time>05:41:23</time>
27
+ <contents><target name="magelocal"><dir name="AccessShop"><dir name="ThemeOptions"><dir name="Helper"><file name="Data.php" hash="92fb5d87915ad005e56957991e3d3cd2"/></dir><dir name="Model"><file name="Font.php" hash="f1f46d3f68bfef8cd9d345d02cd59aa7"/><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="282a3d7b359a0e0fc8966479f1398196"/></dir></dir></dir><dir name="data"><dir name="themeoptions_setup"><file name="data-install-1.0.0.php" hash="d8d16f1f0929876eb67fdb9eabf8e942"/></dir></dir><dir name="etc"><file name="config.xml" hash="9826e2aa819d99d0e90118b9ad2a2db1"/><file name="system.xml" hash="4186f2bd9ba8f9d21d098c50d381ce02"/></dir></dir></dir><dir name="Cube"><dir name="CategoryBestsellers"><dir name="Block"><file name="List.php" hash="fedd8b1f700ecb0863f29b0542947a1a"/></dir><dir name="Helper"><file name="Data.php" hash="933c38169547fd2cba27bcc1468ce1ca"/></dir><dir name="Model"><file name="Categories.php" hash="1e446917e572982feedf50e7d31001ba"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="cdb48473cd4926387708bd09ab5dbe0c"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="c3381e59a79058b2b37029c353ce7858"/><file name="widget.xml" hash="93dfb81099870d7db65e2255fcaacedb"/></dir><dir name="sql"><dir name="categorybestsellers_setup"><file name="mysql4-install-1.0.0.php" hash="ec58846c5e43764b3740dd6918874b24"/></dir></dir></dir><dir name="CategoryFeatured"><dir name="Block"><file name="List.php" hash="4cc7c4a4fc8155400817fb5911fcde53"/></dir><dir name="Helper"><file name="Data.php" hash="5b005c1a1809d057b3050a9fc9b8f48e"/></dir><dir name="Model"><file name="Categories.php" hash="6ea38f3967564adc9b88e53ed2bde583"/><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="896256f157c4a009e7bb837756760691"/></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="3c427d5e30f988d30629f058d17b762d"/><file name="widget.xml" hash="697c59d1904a80c2e3b2e9c21e663109"/></dir><dir name="sql"><dir name="categoryfeatured_setup"><file name="mysql4-install-2.0.0.php" hash="ec58846c5e43764b3740dd6918874b24"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="accessshop"><dir name="default"><dir name="layout"><file name="catalog.xml" hash="c05f238a70d0a86d409b7c0111bb1f58"/><file name="local.xml" hash="a6935cfc43fbde04173a5f8bd23f2b07"/><file name="poll.xml" hash="adf272ef24602b990582b2cf88b165e3"/></dir><dir name="template"><dir name="callouts"><file name="left_col.phtml" hash="82abb8b3228d37924af80cf47d98b659"/><file name="right_col.phtml" hash="82abb8b3228d37924af80cf47d98b659"/></dir><dir name="catalog"><dir name="category"><file name="view.phtml" hash="99067fc3442f55171b251062fd33762b"/></dir><dir name="navigation"><file name="left.phtml" hash="aef32cc7f9123c746497b376f16b6aa7"/><file name="leftnav.phtml" hash="d3ad613fa36e6b0b62bdd6a9b367b997"/></dir><dir name="product"><file name="home-best-sellers.phtml" hash="098bc75c7c7f240770b130b365581858"/><file name="home-featured.phtml" hash="2e7e2d4515c922f3d5d6547f08109f65"/><dir name="list"><file name="related.phtml" hash="a77d6f4163025a25349d9fa6db79084f"/><file name="toolbar.phtml" hash="0d0e1e9ba545b9b061d6f67a69e830b4"/><file name="upsell.phtml" hash="b556797e187111c94799d3d303bfa068"/></dir><file name="list.phtml" hash="83af94215a5a8c4d24be17964261f7a3"/><dir name="view"><file name="addto.phtml" hash="4676c47c89df4a76f959cc9237161e9e"/><file name="addtocart.phtml" hash="7cf37640e374688fff60ef4a6888795d"/><file name="media.phtml" hash="25681b0a9e604aed52090fe2c9928cdd"/><dir name="type"><file name="default.phtml" hash="9f9c35bc1e0efe05478a791f811fe2aa"/><file name="grouped.phtml" hash="41ea9e2d86669a1d4fadf2303827af7c"/><dir name="options"><file name="configurable.phtml" hash="9f06acc5d342ca69ac6a8f0369cde1c8"/></dir></dir></dir><file name="view.phtml" hash="bc63933687bd96364465863243c1a9b1"/></dir></dir><dir name="catalogsearch"><file name="form.mini.phtml" hash="a9299566b038eebbe2ee9eaef4231e46"/></dir><dir name="checkout"><dir name="cart"><file name="coupon.phtml" hash="128952cbedefe342f5336467388e9233"/><file name="crosssell.phtml" hash="aebc0d5befcd8ef72922a9ea0af21dfe"/><file name="shipping.phtml" hash="018a258c9d64939ea0b3d3b4200e1f85"/><dir name="sidebar"><file name="default.phtml" hash="594f5d5462f9b910724a37af82bbd38e"/></dir><file name="topcart.phtml" hash="c1e0cace9efc0ea6fe1761a6f53d9fbf"/></dir><file name="cart.phtml" hash="df5a07ad1d6c642a70e014dcf1fc147f"/><dir name="onepage"><file name="agreements.phtml" hash="f6457f1bbac193501991d1fc5a8d1eac"/><file name="billing.phtml" hash="cae726ade06dc682532fa14c79898343"/><file name="failure.phtml" hash="c065d003bb4d79ba2bfe4214ce15e3f6"/><file name="link.phtml" hash="9a932d8f9e1e2198e6d5691cfcfb2353"/><file name="login.phtml" hash="faac1f6fac4e3c2cb9a1573fb3ca520a"/><dir name="payment"><file name="methods.phtml" hash="1be5528058f1dc4f8bda5abb34ae3062"/></dir><file name="payment.phtml" hash="ab0d47bc019d4fac2336359d9403a327"/><dir name="progress"><file name="billing.phtml" hash="f3ec20044f96229580e4b90472602166"/><file name="payment.phtml" hash="dd33cdcc1c119401fe9dde7ddb739923"/><file name="shipping.phtml" hash="cd5b12fdee03722b1b5aae83449bfaf4"/><file name="shipping_method.phtml" hash="ed890405edccdb761fed437e4c06291b"/></dir><file name="progress.phtml" hash="471c7de175d26afb644654b7d40f36af"/><dir name="review"><file name="button.phtml" hash="0de4e1885f2435317da14236fd9b2bb0"/><file name="info.phtml" hash="9bcc593cb20875e3ba565934bce39bd3"/><file name="item.phtml" hash="5534e8471089c117c939dd9de850186c"/><file name="totals.phtml" hash="31448dec51aab8c627e456d63a276cd3"/></dir><file name="review.phtml" hash="7b8ab623c2fc5bd337480a8ce7d31238"/><file name="shipping.phtml" hash="6fb3810eef4a39d9628a066f5a863f09"/><dir name="shipping_method"><file name="available.phtml" hash="a30e2535cd7ce0e4a66ff197cf58fd30"/></dir><file name="shipping_method.phtml" hash="edba4bdb56854dbc75fc273a316ce8ee"/></dir></dir><dir name="customer"><dir name="account"><dir name="dashboard"><file name="address.phtml" hash="3abb26e92cd2fe304d0b574e359f0628"/><file name="hello.phtml" hash="ecd1aa84d91645479ed3317bafc4cb71"/><file name="info.phtml" hash="9532cc8d17aa913d99e9edc3db77460c"/></dir><file name="dashboard.phtml" hash="bf90d2aeb80b90f400c74e550722faa8"/><dir name="link"><file name="back.phtml" hash="b35fd72411f482c83c6c8e81a5218740"/></dir><file name="navigation.phtml" hash="063d96ba300f6558ed56902e6b74b427"/></dir><dir name="address"><file name="book.phtml" hash="4af4d0095466c7864b0c3af003e6a3a5"/><file name="edit.phtml" hash="45f3cb43e732f08193a182f6b09c618f"/></dir><file name="address.phtml" hash="b71e949ce460ea80c9133dbf89815932"/><dir name="form"><file name="address.phtml" hash="17de6c4e4a44bc57d1fe5f359d0d0369"/><file name="changepassword.phtml" hash="f80db6bb37b59213602f5919e3beeb9f"/><file name="confirmation.phtml" hash="11da7a2bbafc4fb6fe731dfbcbf40a8b"/><file name="edit.phtml" hash="ee817ffccf3e69f0895e37cce3914921"/><file name="forgotpassword.phtml" hash="81a13cb8facd67b159f30135ec918537"/><file name="login.phtml" hash="642b693a2edc6137ff0e8d01371b39f2"/><file name="mini.login.phtml" hash="aa65d3c4a7c632a1313342ca530f8e70"/><file name="newsletter.phtml" hash="18a79e574c975d5be685bf25828ea434"/><file name="register.phtml" hash="ee9737aea4db07a3c391717d678dfe32"/><file name="resetforgottenpassword.phtml" hash="f1453a2d8b86b59d4a46cfb9b200e043"/></dir><file name="orders.phtml" hash="cc346815e147b634b8aa5c36115b8015"/><file name="wishlist.phtml" hash="31b114184ce48bc0ea69e33b426d6aed"/></dir><dir name="newsletter"><file name="subscribe.phtml" hash="419996a1440db3dc7a1561619c121545"/></dir><dir name="page"><file name="1column.phtml" hash="503bd03c586db1ac28a8b3fbf95f793c"/><file name="2columns-left.phtml" hash="d19f59d2f6f99e7eea8ee30879f10f6d"/><file name="2columns-right.phtml" hash="f0d266647f4a6d9694fd3db473918ed7"/><file name="3columns.phtml" hash="3957df3068cd99a4edb990c3d999cb51"/><dir name="html"><file name="breadcrumbs.phtml" hash="cc84ab246e478fb4e4c3bb981f6bb030"/><file name="footer.phtml" hash="f84264425f02095e27745476a3fb118b"/><file name="head.phtml" hash="1ddbff0f7c38aac3b208af1b25d358a8"/><file name="header.phtml" hash="e0c9011fadb72d71227055b46b8fcb60"/><file name="header_left_links.phtml" hash="2aa3e832614d6b599b03531da29d64f4"/><file name="pager.phtml" hash="86e7895f76b136d193d6f9d4c65aa32a"/><file name="topmenu-main.phtml" hash="463354c7a04a01c5bccf6e6af738ff9b"/><file name="topmenu.phtml" hash="2b875b934984ff1a3cb2f63bdc77135f"/></dir><dir name="switch"><file name="languages.phtml" hash="09b399817ecc2a7dddb276bedf25e8ec"/></dir><dir name="template"><file name="links.phtml" hash="df41e1fffb0188b34e50a8a0dcd9d604"/></dir></dir><dir name="persistent"><dir name="customer"><dir name="form"><file name="login.phtml" hash="0dfd0202d21a263485c97da333e44506"/><file name="register.phtml" hash="d663a9211a825bbb3701a69cb99286ec"/></dir></dir></dir><dir name="reports"><dir name="widget"><dir name="viewed"><dir name="content"><file name="viewed_list.phtml" hash="43024dd75f26accb4f34ac22417c583c"/></dir></dir></dir></dir><dir name="review"><dir name="customer"><file name="list.phtml" hash="7e5e470628e0b4f7b7b74bd3733d48ba"/><file name="recent.phtml" hash="8a0b2d20e39c1e94e4327da5600097c5"/><file name="view.phtml" hash="511089bb73a0b64fb24fec5c097edfad"/></dir><file name="form.phtml" hash="5fa6a9a77f20c6784d668ad09898a241"/><dir name="helper"><file name="summary.phtml" hash="dc2eaa9c98c41c4831962d3a76ec5d19"/><file name="summary_nolinks.phtml" hash="958cb21dd14190a07d6bec1c188f5a0a"/><file name="summary_short.phtml" hash="78df59c455dd71b4fe70a82de7210cb3"/></dir><dir name="product"><dir name="view"><file name="count.phtml" hash="446af559af61db58a004df84f491e0af"/><file name="list.phtml" hash="784e7a5ef5679420deb8668fe970ffa1"/><file name="other.phtml" hash="1e95e06256a219fb68155be44a7b98e2"/></dir></dir><file name="view.phtml" hash="08f2145dc71921392aba07245db89b44"/></dir><dir name="sales"><dir name="order"><file name="history.phtml" hash="519b172a00b9c529bccf750d529776b4"/><file name="recent.phtml" hash="cc302733ff3ce4c240127a1f0798fc50"/></dir></dir><dir name="tag"><file name="cloud.phtml" hash="b1f9f2288a8a6573e9c2d095d2d6fbd7"/><dir name="customer"><file name="recent.phtml" hash="e6928f1fb07424a944e8d59aec81de4d"/><file name="tags.phtml" hash="7f18ee31a6d758b2e61a386c17b1663c"/><file name="view.phtml" hash="e1da6bdd30cd62d3b8a7214467bbe02e"/></dir><file name="list.phtml" hash="ec59ecacca1d176bb8ee45c710645d2c"/><file name="popular.phtml" hash="68fbb94c8beee8d1ff51e90d977ca59b"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="AccessShop_ThemeOptions.xml" hash="e4daeefd86577e8891cbc6281ab3a162"/><file name="Cube_CategoryBestsellers.xml" hash="50cd570558254284d7129fd618db0a4e"/><file name="Cube_CategoryFeatured.xml" hash="2db702eedc6df07612575defa697998e"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="accessshop"><dir name="default"><dir name="css"><file name="animate.css" hash="cb67371414710491ee3730390d1efb33"/><file name="bootstrap-theme.css" hash="1e175b53796c46cb6835cbfb219fb248"/><file name="bootstrap-theme.css.map" hash="faebce397b393cd48125abdc529aa503"/><file name="bootstrap-theme.min.css" hash="ffb12f89f706291cb139b73c164a7722"/><file name="bootstrap.css" hash="9363b25fcbe27093ec12c687e579b869"/><file name="bootstrap.css.map" hash="3d2931e768a0bf96442072dcd0019aa6"/><file name="jquery.fancybox.css" hash="fd6e29aa99b750bf8bcf864c6a696aef"/><file name="main-responsive.css" hash="dae16269a4608de3b5c24fdbda4f137c"/><file name="main.css" hash="15c064565bd2892e11a78122cae405a6"/><file name="nivo-slider.css" hash="61f43ee9d46eb3b5ab5fffacbb6a9922"/><file name="print.css" hash="39b80be50adf10143d9b7d20ea06eab6"/><file name="reset.css" hash="7b1a12a07586982fdd111be569dbaec1"/><file name="sequencejs-theme.modern-slide-in.css" hash="04de098284dbd2b11a913e1c2f03b43b"/><file name="styles-ie.css" hash="28efb621e52436c95bc1d7c89b013ff2"/><file name="styles.css" hash="701e8ea45af0ecc74ef3967a1d3dd629"/></dir><file name="favicon.ico" hash="0a5141f1b529e7a00b3926b163411fe1"/><dir name="fonts"><file name="glyphicons-halflings-regular.eot" hash="7ad17c6085dee9a33787bac28fb23d46"/><file name="glyphicons-halflings-regular.svg" hash="32941d6330044744c02493835b799e90"/><file name="glyphicons-halflings-regular.ttf" hash="e49d52e74b7689a0727def99da31f3eb"/><file name="glyphicons-halflings-regular.woff" hash="68ed1dac06bf0409c18ae7bc62889170"/></dir><dir name="images"><file name="Thumbs.db" hash="537265bb708ce3d599c88f699077d130"/><file name="accessmagento-logo.png" hash="82fffbf7a5febad512e660414f5eb7da"/><file name="amercian-express.gif" hash="ac9e5e2c795b79c357c7c96154f4b4e3"/><file name="arrows.png" hash="4e99846b14a06dbae3459fc82f00fb4f"/><file name="banner1.jpg" hash="a05bce74f9bca2fdb0f6652ffff907f0"/><file name="bg-sequence.jpg" hash="b48a2495f724c7fbd4a0e398f02259c0"/><file name="bg1.jpg" hash="9528e94658be4075198633aa0883fe57"/><file name="bg2.jpg" hash="c14670015bf5e048ce769ab697ef331e"/><file name="bg3.jpg" hash="67b05017ca198a5e2ce697e0d188b989"/><file name="bkg_button.gif" hash="d9a8166e5528755a2fd994a032d4989e"/><file name="bkg_collapse.gif" hash="2333c68e38163ed4656da82b9bcf362b"/><file name="bkg_rating.gif" hash="0a8777c815350ddf1e316a537ad0c335"/><file name="blank.gif" hash="325472601571f31e1bf00674c368d335"/><file name="blog-1-large.png" hash="92cafb31c065efa6a1c391aa7bac67de"/><file name="blog-2-small.png" hash="70ac94d3d68381b5461b500ea2f1030d"/><file name="blog-3-small.png" hash="f49c36b5e249f73084893e4c7d0d0c24"/><dir name="brands"><file name="Thumbs.db" hash="3e859ddf3fcf36f1c0a487e88004ca1b"/><file name="brand1.gif" hash="50884f93110005d3c794cae25226c07c"/><file name="brand2.gif" hash="f4eaeeb902d39c3d691e645e255333c7"/><file name="brand3.gif" hash="e3426b5ee4f7dd2c0560c6650b99f226"/><file name="brand4.gif" hash="a6f9ead049dfd761a5e627ab4f22a700"/><file name="brand5.gif" hash="3eb27d82afd60286be595f8072896d4a"/></dir><file name="bt-next.png" hash="8081d1cfe949a3018b5e709b447026bb"/><file name="bt-prev.png" hash="e2ea2770883e3e72f8b2ccc59b5fb10b"/><file name="btn_edit.gif" hash="df3565eb4e4d0dc578201df60de54b47"/><file name="btn_remove.gif" hash="6182e723aa2a253dc6cf334a3dfaaa84"/><file name="btn_trash.gif" hash="bcb22f558a0eb32243a2a36645189e9f"/><file name="btn_window_close.gif" hash="c83f3cbbb2aedfc580dff78d5cfb63ed"/><file name="bullet.png" hash="4170a819def262378e75d660fc07ceb2"/><file name="bx_loader.gif" hash="931bdb6b50816b03206c66921760b246"/><file name="cards.PNG" hash="96b689cf5da2693e24d7898c6ebcb987"/><file name="cart-icon.png" hash="72aaee5ba5550b8b471e9b18bf333766"/><file name="christmastree.png" hash="61c7aa60bb4141cb4cfec80b16a12c4d"/><file name="communication-care.gif" hash="aa175146c0160e38a972dea7b426847d"/><file name="company.jpg" hash="8443adb6407aafdfdee75988d81c4cc6"/><file name="computer.png" hash="816b81934bed9612375b45496b7cbb8a"/><file name="controls.png" hash="d9d25372f38c6b242b9b51d5841fe86e"/><file name="cvv.gif" hash="83cdd38bf110b0f9c52fe84b56f45298"/><file name="discover.gif" hash="37fd7aadb06e0cf3af341c467b19ad81"/><file name="fam_book_open.png" hash="0ba89b9fbe7e88d4c6896ed0a1f495aa"/><file name="fancybox_loading.gif" hash="328cc0f6c78211485058d460e80f4fa8"/><file name="fancybox_loading@2x.gif" hash="f92938639fa894a0e8ded1c3368abe98"/><file name="fancybox_overlay.png" hash="77aeaa52715b898b73c74d68c630330e"/><file name="fancybox_sprite.png" hash="783d4031fe50c3d83c960911e1fbc705"/><file name="fancybox_sprite@2x.png" hash="ed9970ce22242421e66ff150aa97fe5f"/><dir name="favicon"><file name="Thumbs.db" hash="728f173edc7060d5fc683b593f5bd2bd"/><file name="apple-touch-icon-114x114.png" hash="8429140f08d752d92168af9c915702bf"/><file name="apple-touch-icon-120x120.png" hash="56b5076332a67d27c60b4e8c4e710b16"/><file name="apple-touch-icon-144x144.png" hash="055f7976a622198a9510ada0c1fe70c4"/><file name="apple-touch-icon-152x152.png" hash="af85272d90ec646e86643e9f55b7587d"/><file name="apple-touch-icon-180x180.png" hash="1bbeee70a764ebf73f2b939dd1abb0bb"/><file name="apple-touch-icon-57x57.png" hash="c9cdf33d81a9c97a360f707e3d7dfc5a"/><file name="apple-touch-icon-60x60.png" hash="ae30229d62700cfe98c4a68cb5a6cc10"/><file name="apple-touch-icon-72x72.png" hash="629528a87fa8d7a3978ee3dfdb1ea287"/><file name="apple-touch-icon-76x76.png" hash="f1bb7c9f3f3ca0ee24adeb2914933bdb"/><file name="apple-touch-icon-precomposed.png" hash="e0324399de418fa196785c3add9c89ef"/><file name="apple-touch-icon.png" hash="1bbeee70a764ebf73f2b939dd1abb0bb"/><file name="browserconfig.xml" hash="3933d65858dd7b57d428b0d547b15179"/><file name="favicon-160x160.png" hash="a6dde236f33a882c8c8cb66f9fe387cc"/><file name="favicon-16x16.png" hash="ea3c54f2b1f2a65aeac9c27e17e90616"/><file name="favicon-192x192.png" hash="9b86160295e8e3833ba811e8acd49d77"/><file name="favicon-32x32.png" hash="f385dcf2edbce42278b321cb9e149667"/><file name="favicon-96x96.png" hash="5f2d2f01f06335ed75e185cf9dcacb9c"/><file name="favicon.ico" hash="0a5141f1b529e7a00b3926b163411fe1"/><file name="mstile-144x144.png" hash="3c047bc78d73e1b18237cae1da08db85"/><file name="mstile-150x150.png" hash="24a72f1050da6bca6fae2b215c39217b"/><file name="mstile-310x150.png" hash="39fa5aab4100cba1aede008f7ae70b46"/><file name="mstile-310x310.png" hash="22f36992204d669a0cc597657192b187"/><file name="mstile-70x70.png" hash="9d79a5bba84271b085acfe9342e3c53a"/></dir><file name="flag_german.jpg" hash="4de5ca22f9483d97cdbc2d5f81abe56d"/><dir name="flags"><file name="Thumbs.db" hash="572d830388aa95e0d67e7a82709e31e2"/><file name="flag_default.png" hash="9ee242a35e610e5fdd4b44e9824646ef"/><file name="flag_french.png" hash="acac6d8a70aa69772cd16c271e50ff10"/><file name="flag_german.png" hash="b45f080753b66c752ce3c7ff835e778c"/></dir><file name="footerlibg.png" hash="c5c3be86edd351f405f4a75f2d803c44"/><file name="free-shipping.gif" hash="bda4895851bb36cedac3a7b8a6addbcc"/><file name="glyphicons-halflings-white.png" hash="9bbc6e9602998a385c2ea13df56470fd"/><file name="glyphicons-halflings.png" hash="2516339970d710819585f90773aebe0a"/><file name="how-to-buy.jpg" hash="385be7479433e2be9d4a98ce3b85a56b"/><file name="i_asc_arrow.gif" hash="40aa554212d6a1f60593c27d78d85fa3"/><file name="i_availability_only_arrow.gif" hash="0cf32b72fefc94b89b74e4f3f02c2e93"/><file name="i_desc_arrow.gif" hash="92fd194bfae4ce5ae3354e1e47d7ac7d"/><file name="i_msg-error.gif" hash="e4f28607f075a105e53fa3113d84bd26"/><file name="i_msg-note.gif" hash="e774ee481a2820789c1a77112377c4e0"/><file name="i_msg-success.gif" hash="834dfafd5f8b44c4b24a4c00add56fcf"/><file name="i_notice.gif" hash="ebd56dc80b8346e10e93628bc0e6c372"/><file name="i_pager-next.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="i_pager-prev.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="i_print.gif" hash="0aed138181495642e9ab29e55d194d40"/><file name="i_rss-big.png" hash="6cf70e7c52a3f3d7b833ccadb041a555"/><file name="i_rss.gif" hash="e5bbc388d818c142868b4a1df0b48793"/><file name="icons-lion.psp" hash="f016a8f3bc00e5398231b49085bef74f"/><file name="icons.gif" hash="fb58aa2feba98c5f099eee555348bdc7"/><file name="large-promotional-banner.jpg" hash="46ff9fcf85fc2357c8f51698b73337a5"/><file name="link-separator.png" hash="d697babaabfea15a268012ab690ebf3d"/><file name="loading.gif" hash="7b9776076d5fceef4993b55c9383dedd"/><file name="logo.gif" hash="4d423e94f33373f29377b87a1c1d1220"/><file name="logo_email.gif" hash="76b870c2d1703f2fa73a5850d6c16649"/><file name="logo_print.gif" hash="d494919aab4bc98089301200ee6c9d6f"/><file name="magentosheet.png" hash="20b44d3c31d4ad70d45e47f596820126"/><file name="magnifier_handle.gif" hash="238fbdd7959f517db11c6f57ee4daaf4"/><file name="mastercard.gif" hash="cbbe0ad14e544115d81f96b3680374d7"/><file name="mega-menu.png" hash="d55ca6575ed0dca90a6be338cfd7a213"/><file name="money-back.gif" hash="05fdfcb1cc665deec8ee22f17cca1916"/><file name="opc-ajax-loader.gif" hash="e805ea7eca1f34c75ba0f93780d32d38"/><file name="order.jpg" hash="950efd9c78170a0fbe8bf698e1991499"/><file name="pager_arrow_left.gif" hash="75973b020105dccbaf34e49d7852552d"/><file name="pager_arrow_left.png" hash="92d3615f8be109ee9db1c1dd7230394b"/><file name="pager_arrow_right.gif" hash="ed4d6640624c2b6edeab4c212314bd6d"/><file name="pager_arrow_right.png" hash="74ac0e22bbe66d6333325afe5d2aea7b"/><file name="pause-icon.png" hash="3f60ed4cedfeecf057276b78c3f63ea2"/><file name="payment-new.gif" hash="99d69cd7a13bcbda8390ad54cd19df3c"/><file name="payment.jpg" hash="9e0582625a9a46510e0a2818f27709f2"/><file name="plus.gif" hash="9163feb2e445ad4634884df9fd7db0b4"/><file name="promote-sidebar-right.jpg" hash="b68857a8f07cc24ba3a923440a30b3de"/><file name="responsive-image-2.png" hash="160fb10e0f6b4cea5a4e09281af8d077"/><file name="responsive-image.jpg" hash="385be7479433e2be9d4a98ce3b85a56b"/><file name="responsive-layout.png" hash="09d0c354dee08a558e84e475808bf59a"/><file name="return-policy.jpg" hash="d3140a1b6ea21c3d826a658958a531fe"/><file name="sale-sidebar-left.jpg" hash="adcfe581009414bce44751d09460e188"/><file name="sequence-logo.png" hash="a9c0fdd0e96f896c0b14b93e2700507c"/><file name="shipments.jpg" hash="21b53f7fbceab0e17c27acb36a41eb2b"/><file name="slider_bg.gif" hash="87bc1b46d87de4f6252c7216216627c3"/><file name="slider_btn_zoom_in.gif" hash="ef0fc67f77f30827ee67f4e744b60781"/><file name="slider_btn_zoom_out.gif" hash="68b3d1c28dc5aec4f6b64d70a6996b6f"/><file name="small-seasonal-banner.jpg" hash="ed978f1f6f02b7d4233490f167d5bc6b"/><file name="spacer.gif" hash="df3e567d6f16d040326c7a0ea29a4f41"/><file name="special-gift.gif" hash="e6211851baa350ea6d94926855f8f46d"/><file name="special.jpg" hash="4118c2da017146636c2f7411a24b018a"/><file name="sprite.png" hash="28af0bbd30b68a1bca25e0d54b11494e"/><file name="unlimited-colors.png" hash="9b349378486b3aeceb312562c816a7e0"/><file name="validation_advice_bg.gif" hash="b85432906de8985a8b14eeb2dc652d3c"/><file name=".DS_Store" hash="fc9b87e7a1b2ef7d893c3fde07cf36fa"/></dir><dir name="js"><file name="bootstrap.js" hash="f91d38466de6410297c6dcd8287abbca"/><file name="bootstrap.min.js" hash="abda843684d022f3bc22bc83927fe05f"/><file name="html5shiv.js" hash="0ce8f355891c26c28f057e195e97dcd5"/><file name="jquery-1.11.0.min.js" hash="8fc25e27d42774aeae6edbc0a18b72aa"/><file name="jquery-migrate-1.2.1.min.js" hash="eb05d8d73b5b13d8d84308a4751ece96"/><file name="jquery.bxslider.min.js" hash="697d69a48e5356f7106e38c09f7f19e0"/><file name="jquery.carouFredSel-6.2.1-packed.js" hash="72805fb6fa518285d00f3721f2eeed88"/><file name="jquery.carouFredSel-6.2.1.js" hash="9babde3418cc4d0b0f46b2390c428988"/><file name="jquery.easytree.js" hash="1bb1154a9355062fd8e3d98ea16484cd"/><file name="jquery.fancybox.js" hash="921e9cb04ad6e2559869ec845c5be39b"/><file name="jquery.nivo.slider.js" hash="2376c698bb566fddcb6b680a98d42dc3"/><file name="jquery.prettyPhoto.js" hash="51d2c2977e3dbb58e8ee5a5f52673aa0"/><file name="jquery.scripts.js" hash="7d7adc8c24e36ed895c19355b77d2d62"/><file name="jquery.sequence-min.js" hash="8f50ff2125b4e627c1516afda92e1462"/><file name="modernizr-2.6.2-respond-1.1.0.min.js" hash="13547d58c7c9d260d205565f42c90cfe"/><file name="respond.min.js" hash="972b9d5576bfe0a34b18cd9e4f99d747"/><file name="wow.js" hash="9d3d41f73b4effeb256bd30fcdbe4eae"/></dir></dir></dir></dir></target></contents>
28
+ <compatible/>
29
+ <dependencies><required><php><min>5.4.0</min><max>5.6.0</max></php></required></dependencies>
30
+ </package>
skin/frontend/accessshop/default/css/animate.css ADDED
@@ -0,0 +1,2744 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @charset "UTF-8";
2
+
3
+
4
+ /*!
5
+ Animate.css - http://daneden.me/animate
6
+ Licensed under the MIT license
7
+
8
+ Copyright (c) 2013 Daniel Eden
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
15
+ */
16
+
17
+ .animated {
18
+ -webkit-animation-duration: 1s;
19
+ animation-duration: 1s;
20
+ -webkit-animation-fill-mode: both;
21
+ animation-fill-mode: both;
22
+ }
23
+
24
+ .animated.hinge {
25
+ -webkit-animation-duration: 2s;
26
+ animation-duration: 2s;
27
+ }
28
+
29
+ @-webkit-keyframes bounce {
30
+ 0%, 20%, 50%, 80%, 100% {
31
+ -webkit-transform: translateY(0);
32
+ transform: translateY(0);
33
+ }
34
+
35
+ 40% {
36
+ -webkit-transform: translateY(-30px);
37
+ transform: translateY(-30px);
38
+ }
39
+
40
+ 60% {
41
+ -webkit-transform: translateY(-15px);
42
+ transform: translateY(-15px);
43
+ }
44
+ }
45
+
46
+ @keyframes bounce {
47
+ 0%, 20%, 50%, 80%, 100% {
48
+ -webkit-transform: translateY(0);
49
+ -ms-transform: translateY(0);
50
+ transform: translateY(0);
51
+ }
52
+
53
+ 40% {
54
+ -webkit-transform: translateY(-30px);
55
+ -ms-transform: translateY(-30px);
56
+ transform: translateY(-30px);
57
+ }
58
+
59
+ 60% {
60
+ -webkit-transform: translateY(-15px);
61
+ -ms-transform: translateY(-15px);
62
+ transform: translateY(-15px);
63
+ }
64
+ }
65
+
66
+ .bounce {
67
+ -webkit-animation-name: bounce;
68
+ animation-name: bounce;
69
+ }
70
+
71
+ @-webkit-keyframes flash {
72
+ 0%, 50%, 100% {
73
+ opacity: 1;
74
+ }
75
+
76
+ 25%, 75% {
77
+ opacity: 0;
78
+ }
79
+ }
80
+
81
+ @keyframes flash {
82
+ 0%, 50%, 100% {
83
+ opacity: 1;
84
+ }
85
+
86
+ 25%, 75% {
87
+ opacity: 0;
88
+ }
89
+ }
90
+
91
+ .flash {
92
+ -webkit-animation-name: flash;
93
+ animation-name: flash;
94
+ }
95
+
96
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
97
+
98
+ @-webkit-keyframes pulse {
99
+ 0% {
100
+ -webkit-transform: scale(1);
101
+ transform: scale(1);
102
+ }
103
+
104
+ 50% {
105
+ -webkit-transform: scale(1.1);
106
+ transform: scale(1.1);
107
+ }
108
+
109
+ 100% {
110
+ -webkit-transform: scale(1);
111
+ transform: scale(1);
112
+ }
113
+ }
114
+
115
+ @keyframes pulse {
116
+ 0% {
117
+ -webkit-transform: scale(1);
118
+ -ms-transform: scale(1);
119
+ transform: scale(1);
120
+ }
121
+
122
+ 50% {
123
+ -webkit-transform: scale(1.1);
124
+ -ms-transform: scale(1.1);
125
+ transform: scale(1.1);
126
+ }
127
+
128
+ 100% {
129
+ -webkit-transform: scale(1);
130
+ -ms-transform: scale(1);
131
+ transform: scale(1);
132
+ }
133
+ }
134
+
135
+ .pulse {
136
+ -webkit-animation-name: pulse;
137
+ animation-name: pulse;
138
+ }
139
+
140
+ @-webkit-keyframes shake {
141
+ 0%, 100% {
142
+ -webkit-transform: translateX(0);
143
+ transform: translateX(0);
144
+ }
145
+
146
+ 10%, 30%, 50%, 70%, 90% {
147
+ -webkit-transform: translateX(-10px);
148
+ transform: translateX(-10px);
149
+ }
150
+
151
+ 20%, 40%, 60%, 80% {
152
+ -webkit-transform: translateX(10px);
153
+ transform: translateX(10px);
154
+ }
155
+ }
156
+
157
+ @keyframes shake {
158
+ 0%, 100% {
159
+ -webkit-transform: translateX(0);
160
+ -ms-transform: translateX(0);
161
+ transform: translateX(0);
162
+ }
163
+
164
+ 10%, 30%, 50%, 70%, 90% {
165
+ -webkit-transform: translateX(-10px);
166
+ -ms-transform: translateX(-10px);
167
+ transform: translateX(-10px);
168
+ }
169
+
170
+ 20%, 40%, 60%, 80% {
171
+ -webkit-transform: translateX(10px);
172
+ -ms-transform: translateX(10px);
173
+ transform: translateX(10px);
174
+ }
175
+ }
176
+
177
+ .shake {
178
+ -webkit-animation-name: shake;
179
+ animation-name: shake;
180
+ }
181
+
182
+ @-webkit-keyframes swing {
183
+ 20% {
184
+ -webkit-transform: rotate(15deg);
185
+ transform: rotate(15deg);
186
+ }
187
+
188
+ 40% {
189
+ -webkit-transform: rotate(-10deg);
190
+ transform: rotate(-10deg);
191
+ }
192
+
193
+ 60% {
194
+ -webkit-transform: rotate(5deg);
195
+ transform: rotate(5deg);
196
+ }
197
+
198
+ 80% {
199
+ -webkit-transform: rotate(-5deg);
200
+ transform: rotate(-5deg);
201
+ }
202
+
203
+ 100% {
204
+ -webkit-transform: rotate(0deg);
205
+ transform: rotate(0deg);
206
+ }
207
+ }
208
+
209
+ @keyframes swing {
210
+ 20% {
211
+ -webkit-transform: rotate(15deg);
212
+ -ms-transform: rotate(15deg);
213
+ transform: rotate(15deg);
214
+ }
215
+
216
+ 40% {
217
+ -webkit-transform: rotate(-10deg);
218
+ -ms-transform: rotate(-10deg);
219
+ transform: rotate(-10deg);
220
+ }
221
+
222
+ 60% {
223
+ -webkit-transform: rotate(5deg);
224
+ -ms-transform: rotate(5deg);
225
+ transform: rotate(5deg);
226
+ }
227
+
228
+ 80% {
229
+ -webkit-transform: rotate(-5deg);
230
+ -ms-transform: rotate(-5deg);
231
+ transform: rotate(-5deg);
232
+ }
233
+
234
+ 100% {
235
+ -webkit-transform: rotate(0deg);
236
+ -ms-transform: rotate(0deg);
237
+ transform: rotate(0deg);
238
+ }
239
+ }
240
+
241
+ .swing {
242
+ -webkit-transform-origin: top center;
243
+ -ms-transform-origin: top center;
244
+ transform-origin: top center;
245
+ -webkit-animation-name: swing;
246
+ animation-name: swing;
247
+ }
248
+
249
+ @-webkit-keyframes tada {
250
+ 0% {
251
+ -webkit-transform: scale(1);
252
+ transform: scale(1);
253
+ }
254
+
255
+ 10%, 20% {
256
+ -webkit-transform: scale(0.9) rotate(-3deg);
257
+ transform: scale(0.9) rotate(-3deg);
258
+ }
259
+
260
+ 30%, 50%, 70%, 90% {
261
+ -webkit-transform: scale(1.1) rotate(3deg);
262
+ transform: scale(1.1) rotate(3deg);
263
+ }
264
+
265
+ 40%, 60%, 80% {
266
+ -webkit-transform: scale(1.1) rotate(-3deg);
267
+ transform: scale(1.1) rotate(-3deg);
268
+ }
269
+
270
+ 100% {
271
+ -webkit-transform: scale(1) rotate(0);
272
+ transform: scale(1) rotate(0);
273
+ }
274
+ }
275
+
276
+ @keyframes tada {
277
+ 0% {
278
+ -webkit-transform: scale(1);
279
+ -ms-transform: scale(1);
280
+ transform: scale(1);
281
+ }
282
+
283
+ 10%, 20% {
284
+ -webkit-transform: scale(0.9) rotate(-3deg);
285
+ -ms-transform: scale(0.9) rotate(-3deg);
286
+ transform: scale(0.9) rotate(-3deg);
287
+ }
288
+
289
+ 30%, 50%, 70%, 90% {
290
+ -webkit-transform: scale(1.1) rotate(3deg);
291
+ -ms-transform: scale(1.1) rotate(3deg);
292
+ transform: scale(1.1) rotate(3deg);
293
+ }
294
+
295
+ 40%, 60%, 80% {
296
+ -webkit-transform: scale(1.1) rotate(-3deg);
297
+ -ms-transform: scale(1.1) rotate(-3deg);
298
+ transform: scale(1.1) rotate(-3deg);
299
+ }
300
+
301
+ 100% {
302
+ -webkit-transform: scale(1) rotate(0);
303
+ -ms-transform: scale(1) rotate(0);
304
+ transform: scale(1) rotate(0);
305
+ }
306
+ }
307
+
308
+ .tada {
309
+ -webkit-animation-name: tada;
310
+ animation-name: tada;
311
+ }
312
+
313
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
314
+
315
+ @-webkit-keyframes wobble {
316
+ 0% {
317
+ -webkit-transform: translateX(0%);
318
+ transform: translateX(0%);
319
+ }
320
+
321
+ 15% {
322
+ -webkit-transform: translateX(-25%) rotate(-5deg);
323
+ transform: translateX(-25%) rotate(-5deg);
324
+ }
325
+
326
+ 30% {
327
+ -webkit-transform: translateX(20%) rotate(3deg);
328
+ transform: translateX(20%) rotate(3deg);
329
+ }
330
+
331
+ 45% {
332
+ -webkit-transform: translateX(-15%) rotate(-3deg);
333
+ transform: translateX(-15%) rotate(-3deg);
334
+ }
335
+
336
+ 60% {
337
+ -webkit-transform: translateX(10%) rotate(2deg);
338
+ transform: translateX(10%) rotate(2deg);
339
+ }
340
+
341
+ 75% {
342
+ -webkit-transform: translateX(-5%) rotate(-1deg);
343
+ transform: translateX(-5%) rotate(-1deg);
344
+ }
345
+
346
+ 100% {
347
+ -webkit-transform: translateX(0%);
348
+ transform: translateX(0%);
349
+ }
350
+ }
351
+
352
+ @keyframes wobble {
353
+ 0% {
354
+ -webkit-transform: translateX(0%);
355
+ -ms-transform: translateX(0%);
356
+ transform: translateX(0%);
357
+ }
358
+
359
+ 15% {
360
+ -webkit-transform: translateX(-25%) rotate(-5deg);
361
+ -ms-transform: translateX(-25%) rotate(-5deg);
362
+ transform: translateX(-25%) rotate(-5deg);
363
+ }
364
+
365
+ 30% {
366
+ -webkit-transform: translateX(20%) rotate(3deg);
367
+ -ms-transform: translateX(20%) rotate(3deg);
368
+ transform: translateX(20%) rotate(3deg);
369
+ }
370
+
371
+ 45% {
372
+ -webkit-transform: translateX(-15%) rotate(-3deg);
373
+ -ms-transform: translateX(-15%) rotate(-3deg);
374
+ transform: translateX(-15%) rotate(-3deg);
375
+ }
376
+
377
+ 60% {
378
+ -webkit-transform: translateX(10%) rotate(2deg);
379
+ -ms-transform: translateX(10%) rotate(2deg);
380
+ transform: translateX(10%) rotate(2deg);
381
+ }
382
+
383
+ 75% {
384
+ -webkit-transform: translateX(-5%) rotate(-1deg);
385
+ -ms-transform: translateX(-5%) rotate(-1deg);
386
+ transform: translateX(-5%) rotate(-1deg);
387
+ }
388
+
389
+ 100% {
390
+ -webkit-transform: translateX(0%);
391
+ -ms-transform: translateX(0%);
392
+ transform: translateX(0%);
393
+ }
394
+ }
395
+
396
+ .wobble {
397
+ -webkit-animation-name: wobble;
398
+ animation-name: wobble;
399
+ }
400
+
401
+ @-webkit-keyframes bounceIn {
402
+ 0% {
403
+ opacity: 0;
404
+ -webkit-transform: scale(.3);
405
+ transform: scale(.3);
406
+ }
407
+
408
+ 50% {
409
+ opacity: 1;
410
+ -webkit-transform: scale(1.05);
411
+ transform: scale(1.05);
412
+ }
413
+
414
+ 70% {
415
+ -webkit-transform: scale(.9);
416
+ transform: scale(.9);
417
+ }
418
+
419
+ 100% {
420
+ -webkit-transform: scale(1);
421
+ transform: scale(1);
422
+ }
423
+ }
424
+
425
+ @keyframes bounceIn {
426
+ 0% {
427
+ opacity: 0;
428
+ -webkit-transform: scale(.3);
429
+ -ms-transform: scale(.3);
430
+ transform: scale(.3);
431
+ }
432
+
433
+ 50% {
434
+ opacity: 1;
435
+ -webkit-transform: scale(1.05);
436
+ -ms-transform: scale(1.05);
437
+ transform: scale(1.05);
438
+ }
439
+
440
+ 70% {
441
+ -webkit-transform: scale(.9);
442
+ -ms-transform: scale(.9);
443
+ transform: scale(.9);
444
+ }
445
+
446
+ 100% {
447
+ -webkit-transform: scale(1);
448
+ -ms-transform: scale(1);
449
+ transform: scale(1);
450
+ }
451
+ }
452
+
453
+ .bounceIn {
454
+ -webkit-animation-name: bounceIn;
455
+ animation-name: bounceIn;
456
+ }
457
+
458
+ @-webkit-keyframes bounceInDown {
459
+ 0% {
460
+ opacity: 0;
461
+ -webkit-transform: translateY(-2000px);
462
+ transform: translateY(-2000px);
463
+ }
464
+
465
+ 60% {
466
+ opacity: 1;
467
+ -webkit-transform: translateY(30px);
468
+ transform: translateY(30px);
469
+ }
470
+
471
+ 80% {
472
+ -webkit-transform: translateY(-10px);
473
+ transform: translateY(-10px);
474
+ }
475
+
476
+ 100% {
477
+ -webkit-transform: translateY(0);
478
+ transform: translateY(0);
479
+ }
480
+ }
481
+
482
+ @keyframes bounceInDown {
483
+ 0% {
484
+ opacity: 0;
485
+ -webkit-transform: translateY(-2000px);
486
+ -ms-transform: translateY(-2000px);
487
+ transform: translateY(-2000px);
488
+ }
489
+
490
+ 60% {
491
+ opacity: 1;
492
+ -webkit-transform: translateY(30px);
493
+ -ms-transform: translateY(30px);
494
+ transform: translateY(30px);
495
+ }
496
+
497
+ 80% {
498
+ -webkit-transform: translateY(-10px);
499
+ -ms-transform: translateY(-10px);
500
+ transform: translateY(-10px);
501
+ }
502
+
503
+ 100% {
504
+ -webkit-transform: translateY(0);
505
+ -ms-transform: translateY(0);
506
+ transform: translateY(0);
507
+ }
508
+ }
509
+
510
+ .bounceInDown {
511
+ -webkit-animation-name: bounceInDown;
512
+ animation-name: bounceInDown;
513
+ }
514
+
515
+ @-webkit-keyframes bounceInLeft {
516
+ 0% {
517
+ opacity: 0;
518
+ -webkit-transform: translateX(-2000px);
519
+ transform: translateX(-2000px);
520
+ }
521
+
522
+ 60% {
523
+ opacity: 1;
524
+ -webkit-transform: translateX(30px);
525
+ transform: translateX(30px);
526
+ }
527
+
528
+ 80% {
529
+ -webkit-transform: translateX(-10px);
530
+ transform: translateX(-10px);
531
+ }
532
+
533
+ 100% {
534
+ -webkit-transform: translateX(0);
535
+ transform: translateX(0);
536
+ }
537
+ }
538
+
539
+ @keyframes bounceInLeft {
540
+ 0% {
541
+ opacity: 0;
542
+ -webkit-transform: translateX(-2000px);
543
+ -ms-transform: translateX(-2000px);
544
+ transform: translateX(-2000px);
545
+ }
546
+
547
+ 60% {
548
+ opacity: 1;
549
+ -webkit-transform: translateX(30px);
550
+ -ms-transform: translateX(30px);
551
+ transform: translateX(30px);
552
+ }
553
+
554
+ 80% {
555
+ -webkit-transform: translateX(-10px);
556
+ -ms-transform: translateX(-10px);
557
+ transform: translateX(-10px);
558
+ }
559
+
560
+ 100% {
561
+ -webkit-transform: translateX(0);
562
+ -ms-transform: translateX(0);
563
+ transform: translateX(0);
564
+ }
565
+ }
566
+
567
+ .bounceInLeft {
568
+ -webkit-animation-name: bounceInLeft;
569
+ animation-name: bounceInLeft;
570
+ }
571
+
572
+ @-webkit-keyframes bounceInRight {
573
+ 0% {
574
+ opacity: 0;
575
+ -webkit-transform: translateX(2000px);
576
+ transform: translateX(2000px);
577
+ }
578
+
579
+ 60% {
580
+ opacity: 1;
581
+ -webkit-transform: translateX(-30px);
582
+ transform: translateX(-30px);
583
+ }
584
+
585
+ 80% {
586
+ -webkit-transform: translateX(10px);
587
+ transform: translateX(10px);
588
+ }
589
+
590
+ 100% {
591
+ -webkit-transform: translateX(0);
592
+ transform: translateX(0);
593
+ }
594
+ }
595
+
596
+ @keyframes bounceInRight {
597
+ 0% {
598
+ opacity: 0;
599
+ -webkit-transform: translateX(2000px);
600
+ -ms-transform: translateX(2000px);
601
+ transform: translateX(2000px);
602
+ }
603
+
604
+ 60% {
605
+ opacity: 1;
606
+ -webkit-transform: translateX(-30px);
607
+ -ms-transform: translateX(-30px);
608
+ transform: translateX(-30px);
609
+ }
610
+
611
+ 80% {
612
+ -webkit-transform: translateX(10px);
613
+ -ms-transform: translateX(10px);
614
+ transform: translateX(10px);
615
+ }
616
+
617
+ 100% {
618
+ -webkit-transform: translateX(0);
619
+ -ms-transform: translateX(0);
620
+ transform: translateX(0);
621
+ }
622
+ }
623
+
624
+ .bounceInRight {
625
+ -webkit-animation-name: bounceInRight;
626
+ animation-name: bounceInRight;
627
+ }
628
+
629
+ @-webkit-keyframes bounceInUp {
630
+ 0% {
631
+ opacity: 0;
632
+ -webkit-transform: translateY(2000px);
633
+ transform: translateY(2000px);
634
+ }
635
+
636
+ 60% {
637
+ opacity: 1;
638
+ -webkit-transform: translateY(-30px);
639
+ transform: translateY(-30px);
640
+ }
641
+
642
+ 80% {
643
+ -webkit-transform: translateY(10px);
644
+ transform: translateY(10px);
645
+ }
646
+
647
+ 100% {
648
+ -webkit-transform: translateY(0);
649
+ transform: translateY(0);
650
+ }
651
+ }
652
+
653
+ @keyframes bounceInUp {
654
+ 0% {
655
+ opacity: 0;
656
+ -webkit-transform: translateY(2000px);
657
+ -ms-transform: translateY(2000px);
658
+ transform: translateY(2000px);
659
+ }
660
+
661
+ 60% {
662
+ opacity: 1;
663
+ -webkit-transform: translateY(-30px);
664
+ -ms-transform: translateY(-30px);
665
+ transform: translateY(-30px);
666
+ }
667
+
668
+ 80% {
669
+ -webkit-transform: translateY(10px);
670
+ -ms-transform: translateY(10px);
671
+ transform: translateY(10px);
672
+ }
673
+
674
+ 100% {
675
+ -webkit-transform: translateY(0);
676
+ -ms-transform: translateY(0);
677
+ transform: translateY(0);
678
+ }
679
+ }
680
+
681
+ .bounceInUp {
682
+ -webkit-animation-name: bounceInUp;
683
+ animation-name: bounceInUp;
684
+ }
685
+
686
+ @-webkit-keyframes bounceOut {
687
+ 0% {
688
+ -webkit-transform: scale(1);
689
+ transform: scale(1);
690
+ }
691
+
692
+ 25% {
693
+ -webkit-transform: scale(.95);
694
+ transform: scale(.95);
695
+ }
696
+
697
+ 50% {
698
+ opacity: 1;
699
+ -webkit-transform: scale(1.1);
700
+ transform: scale(1.1);
701
+ }
702
+
703
+ 100% {
704
+ opacity: 0;
705
+ -webkit-transform: scale(.3);
706
+ transform: scale(.3);
707
+ }
708
+ }
709
+
710
+ @keyframes bounceOut {
711
+ 0% {
712
+ -webkit-transform: scale(1);
713
+ -ms-transform: scale(1);
714
+ transform: scale(1);
715
+ }
716
+
717
+ 25% {
718
+ -webkit-transform: scale(.95);
719
+ -ms-transform: scale(.95);
720
+ transform: scale(.95);
721
+ }
722
+
723
+ 50% {
724
+ opacity: 1;
725
+ -webkit-transform: scale(1.1);
726
+ -ms-transform: scale(1.1);
727
+ transform: scale(1.1);
728
+ }
729
+
730
+ 100% {
731
+ opacity: 0;
732
+ -webkit-transform: scale(.3);
733
+ -ms-transform: scale(.3);
734
+ transform: scale(.3);
735
+ }
736
+ }
737
+
738
+ .bounceOut {
739
+ -webkit-animation-name: bounceOut;
740
+ animation-name: bounceOut;
741
+ }
742
+
743
+ @-webkit-keyframes bounceOutDown {
744
+ 0% {
745
+ -webkit-transform: translateY(0);
746
+ transform: translateY(0);
747
+ }
748
+
749
+ 20% {
750
+ opacity: 1;
751
+ -webkit-transform: translateY(-20px);
752
+ transform: translateY(-20px);
753
+ }
754
+
755
+ 100% {
756
+ opacity: 0;
757
+ -webkit-transform: translateY(2000px);
758
+ transform: translateY(2000px);
759
+ }
760
+ }
761
+
762
+ @keyframes bounceOutDown {
763
+ 0% {
764
+ -webkit-transform: translateY(0);
765
+ -ms-transform: translateY(0);
766
+ transform: translateY(0);
767
+ }
768
+
769
+ 20% {
770
+ opacity: 1;
771
+ -webkit-transform: translateY(-20px);
772
+ -ms-transform: translateY(-20px);
773
+ transform: translateY(-20px);
774
+ }
775
+
776
+ 100% {
777
+ opacity: 0;
778
+ -webkit-transform: translateY(2000px);
779
+ -ms-transform: translateY(2000px);
780
+ transform: translateY(2000px);
781
+ }
782
+ }
783
+
784
+ .bounceOutDown {
785
+ -webkit-animation-name: bounceOutDown;
786
+ animation-name: bounceOutDown;
787
+ }
788
+
789
+ @-webkit-keyframes bounceOutLeft {
790
+ 0% {
791
+ -webkit-transform: translateX(0);
792
+ transform: translateX(0);
793
+ }
794
+
795
+ 20% {
796
+ opacity: 1;
797
+ -webkit-transform: translateX(20px);
798
+ transform: translateX(20px);
799
+ }
800
+
801
+ 100% {
802
+ opacity: 0;
803
+ -webkit-transform: translateX(-2000px);
804
+ transform: translateX(-2000px);
805
+ }
806
+ }
807
+
808
+ @keyframes bounceOutLeft {
809
+ 0% {
810
+ -webkit-transform: translateX(0);
811
+ -ms-transform: translateX(0);
812
+ transform: translateX(0);
813
+ }
814
+
815
+ 20% {
816
+ opacity: 1;
817
+ -webkit-transform: translateX(20px);
818
+ -ms-transform: translateX(20px);
819
+ transform: translateX(20px);
820
+ }
821
+
822
+ 100% {
823
+ opacity: 0;
824
+ -webkit-transform: translateX(-2000px);
825
+ -ms-transform: translateX(-2000px);
826
+ transform: translateX(-2000px);
827
+ }
828
+ }
829
+
830
+ .bounceOutLeft {
831
+ -webkit-animation-name: bounceOutLeft;
832
+ animation-name: bounceOutLeft;
833
+ }
834
+
835
+ @-webkit-keyframes bounceOutRight {
836
+ 0% {
837
+ -webkit-transform: translateX(0);
838
+ transform: translateX(0);
839
+ }
840
+
841
+ 20% {
842
+ opacity: 1;
843
+ -webkit-transform: translateX(-20px);
844
+ transform: translateX(-20px);
845
+ }
846
+
847
+ 100% {
848
+ opacity: 0;
849
+ -webkit-transform: translateX(2000px);
850
+ transform: translateX(2000px);
851
+ }
852
+ }
853
+
854
+ @keyframes bounceOutRight {
855
+ 0% {
856
+ -webkit-transform: translateX(0);
857
+ -ms-transform: translateX(0);
858
+ transform: translateX(0);
859
+ }
860
+
861
+ 20% {
862
+ opacity: 1;
863
+ -webkit-transform: translateX(-20px);
864
+ -ms-transform: translateX(-20px);
865
+ transform: translateX(-20px);
866
+ }
867
+
868
+ 100% {
869
+ opacity: 0;
870
+ -webkit-transform: translateX(2000px);
871
+ -ms-transform: translateX(2000px);
872
+ transform: translateX(2000px);
873
+ }
874
+ }
875
+
876
+ .bounceOutRight {
877
+ -webkit-animation-name: bounceOutRight;
878
+ animation-name: bounceOutRight;
879
+ }
880
+
881
+ @-webkit-keyframes bounceOutUp {
882
+ 0% {
883
+ -webkit-transform: translateY(0);
884
+ transform: translateY(0);
885
+ }
886
+
887
+ 20% {
888
+ opacity: 1;
889
+ -webkit-transform: translateY(20px);
890
+ transform: translateY(20px);
891
+ }
892
+
893
+ 100% {
894
+ opacity: 0;
895
+ -webkit-transform: translateY(-2000px);
896
+ transform: translateY(-2000px);
897
+ }
898
+ }
899
+
900
+ @keyframes bounceOutUp {
901
+ 0% {
902
+ -webkit-transform: translateY(0);
903
+ -ms-transform: translateY(0);
904
+ transform: translateY(0);
905
+ }
906
+
907
+ 20% {
908
+ opacity: 1;
909
+ -webkit-transform: translateY(20px);
910
+ -ms-transform: translateY(20px);
911
+ transform: translateY(20px);
912
+ }
913
+
914
+ 100% {
915
+ opacity: 0;
916
+ -webkit-transform: translateY(-2000px);
917
+ -ms-transform: translateY(-2000px);
918
+ transform: translateY(-2000px);
919
+ }
920
+ }
921
+
922
+ .bounceOutUp {
923
+ -webkit-animation-name: bounceOutUp;
924
+ animation-name: bounceOutUp;
925
+ }
926
+
927
+ @-webkit-keyframes fadeIn {
928
+ 0% {
929
+ opacity: 0;
930
+ }
931
+
932
+ 100% {
933
+ opacity: 1;
934
+ }
935
+ }
936
+
937
+ @keyframes fadeIn {
938
+ 0% {
939
+ opacity: 0;
940
+ }
941
+
942
+ 100% {
943
+ opacity: 1;
944
+ }
945
+ }
946
+
947
+ .fadeIn {
948
+ -webkit-animation-name: fadeIn;
949
+ animation-name: fadeIn;
950
+ }
951
+
952
+ @-webkit-keyframes fadeInDown {
953
+ 0% {
954
+ opacity: 0;
955
+ -webkit-transform: translateY(-20px);
956
+ transform: translateY(-20px);
957
+ }
958
+
959
+ 100% {
960
+ opacity: 1;
961
+ -webkit-transform: translateY(0);
962
+ transform: translateY(0);
963
+ }
964
+ }
965
+
966
+ @keyframes fadeInDown {
967
+ 0% {
968
+ opacity: 0;
969
+ -webkit-transform: translateY(-20px);
970
+ -ms-transform: translateY(-20px);
971
+ transform: translateY(-20px);
972
+ }
973
+
974
+ 100% {
975
+ opacity: 1;
976
+ -webkit-transform: translateY(0);
977
+ -ms-transform: translateY(0);
978
+ transform: translateY(0);
979
+ }
980
+ }
981
+
982
+ .fadeInDown {
983
+ -webkit-animation-name: fadeInDown;
984
+ animation-name: fadeInDown;
985
+ }
986
+
987
+ @-webkit-keyframes fadeInDownBig {
988
+ 0% {
989
+ opacity: 0;
990
+ -webkit-transform: translateY(-2000px);
991
+ transform: translateY(-2000px);
992
+ }
993
+
994
+ 100% {
995
+ opacity: 1;
996
+ -webkit-transform: translateY(0);
997
+ transform: translateY(0);
998
+ }
999
+ }
1000
+
1001
+ @keyframes fadeInDownBig {
1002
+ 0% {
1003
+ opacity: 0;
1004
+ -webkit-transform: translateY(-2000px);
1005
+ -ms-transform: translateY(-2000px);
1006
+ transform: translateY(-2000px);
1007
+ }
1008
+
1009
+ 100% {
1010
+ opacity: 1;
1011
+ -webkit-transform: translateY(0);
1012
+ -ms-transform: translateY(0);
1013
+ transform: translateY(0);
1014
+ }
1015
+ }
1016
+
1017
+ .fadeInDownBig {
1018
+ -webkit-animation-name: fadeInDownBig;
1019
+ animation-name: fadeInDownBig;
1020
+ }
1021
+
1022
+ @-webkit-keyframes fadeInLeft {
1023
+ 0% {
1024
+ opacity: 0;
1025
+ -webkit-transform: translateX(-20px);
1026
+ transform: translateX(-20px);
1027
+ }
1028
+
1029
+ 100% {
1030
+ opacity: 1;
1031
+ -webkit-transform: translateX(0);
1032
+ transform: translateX(0);
1033
+ }
1034
+ }
1035
+
1036
+ @keyframes fadeInLeft {
1037
+ 0% {
1038
+ opacity: 0;
1039
+ -webkit-transform: translateX(-20px);
1040
+ -ms-transform: translateX(-20px);
1041
+ transform: translateX(-20px);
1042
+ }
1043
+
1044
+ 100% {
1045
+ opacity: 1;
1046
+ -webkit-transform: translateX(0);
1047
+ -ms-transform: translateX(0);
1048
+ transform: translateX(0);
1049
+ }
1050
+ }
1051
+
1052
+ .fadeInLeft {
1053
+ -webkit-animation-name: fadeInLeft;
1054
+ animation-name: fadeInLeft;
1055
+ }
1056
+
1057
+ @-webkit-keyframes fadeInLeftBig {
1058
+ 0% {
1059
+ opacity: 0;
1060
+ -webkit-transform: translateX(-2000px);
1061
+ transform: translateX(-2000px);
1062
+ }
1063
+
1064
+ 100% {
1065
+ opacity: 1;
1066
+ -webkit-transform: translateX(0);
1067
+ transform: translateX(0);
1068
+ }
1069
+ }
1070
+
1071
+ @keyframes fadeInLeftBig {
1072
+ 0% {
1073
+ opacity: 0;
1074
+ -webkit-transform: translateX(-2000px);
1075
+ -ms-transform: translateX(-2000px);
1076
+ transform: translateX(-2000px);
1077
+ }
1078
+
1079
+ 100% {
1080
+ opacity: 1;
1081
+ -webkit-transform: translateX(0);
1082
+ -ms-transform: translateX(0);
1083
+ transform: translateX(0);
1084
+ }
1085
+ }
1086
+
1087
+ .fadeInLeftBig {
1088
+ -webkit-animation-name: fadeInLeftBig;
1089
+ animation-name: fadeInLeftBig;
1090
+ }
1091
+
1092
+ @-webkit-keyframes fadeInRight {
1093
+ 0% {
1094
+ opacity: 0;
1095
+ -webkit-transform: translateX(20px);
1096
+ transform: translateX(20px);
1097
+ }
1098
+
1099
+ 100% {
1100
+ opacity: 1;
1101
+ -webkit-transform: translateX(0);
1102
+ transform: translateX(0);
1103
+ }
1104
+ }
1105
+
1106
+ @keyframes fadeInRight {
1107
+ 0% {
1108
+ opacity: 0;
1109
+ -webkit-transform: translateX(20px);
1110
+ -ms-transform: translateX(20px);
1111
+ transform: translateX(20px);
1112
+ }
1113
+
1114
+ 100% {
1115
+ opacity: 1;
1116
+ -webkit-transform: translateX(0);
1117
+ -ms-transform: translateX(0);
1118
+ transform: translateX(0);
1119
+ }
1120
+ }
1121
+
1122
+ .fadeInRight {
1123
+ -webkit-animation-name: fadeInRight;
1124
+ animation-name: fadeInRight;
1125
+ }
1126
+
1127
+ @-webkit-keyframes fadeInRightBig {
1128
+ 0% {
1129
+ opacity: 0;
1130
+ -webkit-transform: translateX(2000px);
1131
+ transform: translateX(2000px);
1132
+ }
1133
+
1134
+ 100% {
1135
+ opacity: 1;
1136
+ -webkit-transform: translateX(0);
1137
+ transform: translateX(0);
1138
+ }
1139
+ }
1140
+
1141
+ @keyframes fadeInRightBig {
1142
+ 0% {
1143
+ opacity: 0;
1144
+ -webkit-transform: translateX(2000px);
1145
+ -ms-transform: translateX(2000px);
1146
+ transform: translateX(2000px);
1147
+ }
1148
+
1149
+ 100% {
1150
+ opacity: 1;
1151
+ -webkit-transform: translateX(0);
1152
+ -ms-transform: translateX(0);
1153
+ transform: translateX(0);
1154
+ }
1155
+ }
1156
+
1157
+ .fadeInRightBig {
1158
+ -webkit-animation-name: fadeInRightBig;
1159
+ animation-name: fadeInRightBig;
1160
+ }
1161
+
1162
+ @-webkit-keyframes fadeInUp {
1163
+ 0% {
1164
+ opacity: 0;
1165
+ -webkit-transform: translateY(20px);
1166
+ transform: translateY(20px);
1167
+ }
1168
+
1169
+ 100% {
1170
+ opacity: 1;
1171
+ -webkit-transform: translateY(0);
1172
+ transform: translateY(0);
1173
+ }
1174
+ }
1175
+
1176
+ @keyframes fadeInUp {
1177
+ 0% {
1178
+ opacity: 0;
1179
+ -webkit-transform: translateY(20px);
1180
+ -ms-transform: translateY(20px);
1181
+ transform: translateY(20px);
1182
+ }
1183
+
1184
+ 100% {
1185
+ opacity: 1;
1186
+ -webkit-transform: translateY(0);
1187
+ -ms-transform: translateY(0);
1188
+ transform: translateY(0);
1189
+ }
1190
+ }
1191
+
1192
+ .fadeInUp {
1193
+ -webkit-animation-name: fadeInUp;
1194
+ animation-name: fadeInUp;
1195
+ }
1196
+
1197
+ @-webkit-keyframes fadeInUpBig {
1198
+ 0% {
1199
+ opacity: 0;
1200
+ -webkit-transform: translateY(2000px);
1201
+ transform: translateY(2000px);
1202
+ }
1203
+
1204
+ 100% {
1205
+ opacity: 1;
1206
+ -webkit-transform: translateY(0);
1207
+ transform: translateY(0);
1208
+ }
1209
+ }
1210
+
1211
+ @keyframes fadeInUpBig {
1212
+ 0% {
1213
+ opacity: 0;
1214
+ -webkit-transform: translateY(2000px);
1215
+ -ms-transform: translateY(2000px);
1216
+ transform: translateY(2000px);
1217
+ }
1218
+
1219
+ 100% {
1220
+ opacity: 1;
1221
+ -webkit-transform: translateY(0);
1222
+ -ms-transform: translateY(0);
1223
+ transform: translateY(0);
1224
+ }
1225
+ }
1226
+
1227
+ .fadeInUpBig {
1228
+ -webkit-animation-name: fadeInUpBig;
1229
+ animation-name: fadeInUpBig;
1230
+ }
1231
+
1232
+ @-webkit-keyframes fadeOut {
1233
+ 0% {
1234
+ opacity: 1;
1235
+ }
1236
+
1237
+ 100% {
1238
+ opacity: 0;
1239
+ }
1240
+ }
1241
+
1242
+ @keyframes fadeOut {
1243
+ 0% {
1244
+ opacity: 1;
1245
+ }
1246
+
1247
+ 100% {
1248
+ opacity: 0;
1249
+ }
1250
+ }
1251
+
1252
+ .fadeOut {
1253
+ -webkit-animation-name: fadeOut;
1254
+ animation-name: fadeOut;
1255
+ }
1256
+
1257
+ @-webkit-keyframes fadeOutDown {
1258
+ 0% {
1259
+ opacity: 1;
1260
+ -webkit-transform: translateY(0);
1261
+ transform: translateY(0);
1262
+ }
1263
+
1264
+ 100% {
1265
+ opacity: 0;
1266
+ -webkit-transform: translateY(20px);
1267
+ transform: translateY(20px);
1268
+ }
1269
+ }
1270
+
1271
+ @keyframes fadeOutDown {
1272
+ 0% {
1273
+ opacity: 1;
1274
+ -webkit-transform: translateY(0);
1275
+ -ms-transform: translateY(0);
1276
+ transform: translateY(0);
1277
+ }
1278
+
1279
+ 100% {
1280
+ opacity: 0;
1281
+ -webkit-transform: translateY(20px);
1282
+ -ms-transform: translateY(20px);
1283
+ transform: translateY(20px);
1284
+ }
1285
+ }
1286
+
1287
+ .fadeOutDown {
1288
+ -webkit-animation-name: fadeOutDown;
1289
+ animation-name: fadeOutDown;
1290
+ }
1291
+
1292
+ @-webkit-keyframes fadeOutDownBig {
1293
+ 0% {
1294
+ opacity: 1;
1295
+ -webkit-transform: translateY(0);
1296
+ transform: translateY(0);
1297
+ }
1298
+
1299
+ 100% {
1300
+ opacity: 0;
1301
+ -webkit-transform: translateY(2000px);
1302
+ transform: translateY(2000px);
1303
+ }
1304
+ }
1305
+
1306
+ @keyframes fadeOutDownBig {
1307
+ 0% {
1308
+ opacity: 1;
1309
+ -webkit-transform: translateY(0);
1310
+ -ms-transform: translateY(0);
1311
+ transform: translateY(0);
1312
+ }
1313
+
1314
+ 100% {
1315
+ opacity: 0;
1316
+ -webkit-transform: translateY(2000px);
1317
+ -ms-transform: translateY(2000px);
1318
+ transform: translateY(2000px);
1319
+ }
1320
+ }
1321
+
1322
+ .fadeOutDownBig {
1323
+ -webkit-animation-name: fadeOutDownBig;
1324
+ animation-name: fadeOutDownBig;
1325
+ }
1326
+
1327
+ @-webkit-keyframes fadeOutLeft {
1328
+ 0% {
1329
+ opacity: 1;
1330
+ -webkit-transform: translateX(0);
1331
+ transform: translateX(0);
1332
+ }
1333
+
1334
+ 100% {
1335
+ opacity: 0;
1336
+ -webkit-transform: translateX(-20px);
1337
+ transform: translateX(-20px);
1338
+ }
1339
+ }
1340
+
1341
+ @keyframes fadeOutLeft {
1342
+ 0% {
1343
+ opacity: 1;
1344
+ -webkit-transform: translateX(0);
1345
+ -ms-transform: translateX(0);
1346
+ transform: translateX(0);
1347
+ }
1348
+
1349
+ 100% {
1350
+ opacity: 0;
1351
+ -webkit-transform: translateX(-20px);
1352
+ -ms-transform: translateX(-20px);
1353
+ transform: translateX(-20px);
1354
+ }
1355
+ }
1356
+
1357
+ .fadeOutLeft {
1358
+ -webkit-animation-name: fadeOutLeft;
1359
+ animation-name: fadeOutLeft;
1360
+ }
1361
+
1362
+ @-webkit-keyframes fadeOutLeftBig {
1363
+ 0% {
1364
+ opacity: 1;
1365
+ -webkit-transform: translateX(0);
1366
+ transform: translateX(0);
1367
+ }
1368
+
1369
+ 100% {
1370
+ opacity: 0;
1371
+ -webkit-transform: translateX(-2000px);
1372
+ transform: translateX(-2000px);
1373
+ }
1374
+ }
1375
+
1376
+ @keyframes fadeOutLeftBig {
1377
+ 0% {
1378
+ opacity: 1;
1379
+ -webkit-transform: translateX(0);
1380
+ -ms-transform: translateX(0);
1381
+ transform: translateX(0);
1382
+ }
1383
+
1384
+ 100% {
1385
+ opacity: 0;
1386
+ -webkit-transform: translateX(-2000px);
1387
+ -ms-transform: translateX(-2000px);
1388
+ transform: translateX(-2000px);
1389
+ }
1390
+ }
1391
+
1392
+ .fadeOutLeftBig {
1393
+ -webkit-animation-name: fadeOutLeftBig;
1394
+ animation-name: fadeOutLeftBig;
1395
+ }
1396
+
1397
+ @-webkit-keyframes fadeOutRight {
1398
+ 0% {
1399
+ opacity: 1;
1400
+ -webkit-transform: translateX(0);
1401
+ transform: translateX(0);
1402
+ }
1403
+
1404
+ 100% {
1405
+ opacity: 0;
1406
+ -webkit-transform: translateX(20px);
1407
+ transform: translateX(20px);
1408
+ }
1409
+ }
1410
+
1411
+ @keyframes fadeOutRight {
1412
+ 0% {
1413
+ opacity: 1;
1414
+ -webkit-transform: translateX(0);
1415
+ -ms-transform: translateX(0);
1416
+ transform: translateX(0);
1417
+ }
1418
+
1419
+ 100% {
1420
+ opacity: 0;
1421
+ -webkit-transform: translateX(20px);
1422
+ -ms-transform: translateX(20px);
1423
+ transform: translateX(20px);
1424
+ }
1425
+ }
1426
+
1427
+ .fadeOutRight {
1428
+ -webkit-animation-name: fadeOutRight;
1429
+ animation-name: fadeOutRight;
1430
+ }
1431
+
1432
+ @-webkit-keyframes fadeOutRightBig {
1433
+ 0% {
1434
+ opacity: 1;
1435
+ -webkit-transform: translateX(0);
1436
+ transform: translateX(0);
1437
+ }
1438
+
1439
+ 100% {
1440
+ opacity: 0;
1441
+ -webkit-transform: translateX(2000px);
1442
+ transform: translateX(2000px);
1443
+ }
1444
+ }
1445
+
1446
+ @keyframes fadeOutRightBig {
1447
+ 0% {
1448
+ opacity: 1;
1449
+ -webkit-transform: translateX(0);
1450
+ -ms-transform: translateX(0);
1451
+ transform: translateX(0);
1452
+ }
1453
+
1454
+ 100% {
1455
+ opacity: 0;
1456
+ -webkit-transform: translateX(2000px);
1457
+ -ms-transform: translateX(2000px);
1458
+ transform: translateX(2000px);
1459
+ }
1460
+ }
1461
+
1462
+ .fadeOutRightBig {
1463
+ -webkit-animation-name: fadeOutRightBig;
1464
+ animation-name: fadeOutRightBig;
1465
+ }
1466
+
1467
+ @-webkit-keyframes fadeOutUp {
1468
+ 0% {
1469
+ opacity: 1;
1470
+ -webkit-transform: translateY(0);
1471
+ transform: translateY(0);
1472
+ }
1473
+
1474
+ 100% {
1475
+ opacity: 0;
1476
+ -webkit-transform: translateY(-20px);
1477
+ transform: translateY(-20px);
1478
+ }
1479
+ }
1480
+
1481
+ @keyframes fadeOutUp {
1482
+ 0% {
1483
+ opacity: 1;
1484
+ -webkit-transform: translateY(0);
1485
+ -ms-transform: translateY(0);
1486
+ transform: translateY(0);
1487
+ }
1488
+
1489
+ 100% {
1490
+ opacity: 0;
1491
+ -webkit-transform: translateY(-20px);
1492
+ -ms-transform: translateY(-20px);
1493
+ transform: translateY(-20px);
1494
+ }
1495
+ }
1496
+
1497
+ .fadeOutUp {
1498
+ -webkit-animation-name: fadeOutUp;
1499
+ animation-name: fadeOutUp;
1500
+ }
1501
+
1502
+ @-webkit-keyframes fadeOutUpBig {
1503
+ 0% {
1504
+ opacity: 1;
1505
+ -webkit-transform: translateY(0);
1506
+ transform: translateY(0);
1507
+ }
1508
+
1509
+ 100% {
1510
+ opacity: 0;
1511
+ -webkit-transform: translateY(-2000px);
1512
+ transform: translateY(-2000px);
1513
+ }
1514
+ }
1515
+
1516
+ @keyframes fadeOutUpBig {
1517
+ 0% {
1518
+ opacity: 1;
1519
+ -webkit-transform: translateY(0);
1520
+ -ms-transform: translateY(0);
1521
+ transform: translateY(0);
1522
+ }
1523
+
1524
+ 100% {
1525
+ opacity: 0;
1526
+ -webkit-transform: translateY(-2000px);
1527
+ -ms-transform: translateY(-2000px);
1528
+ transform: translateY(-2000px);
1529
+ }
1530
+ }
1531
+
1532
+ .fadeOutUpBig {
1533
+ -webkit-animation-name: fadeOutUpBig;
1534
+ animation-name: fadeOutUpBig;
1535
+ }
1536
+
1537
+ @-webkit-keyframes flip {
1538
+ 0% {
1539
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1540
+ transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1541
+ -webkit-animation-timing-function: ease-out;
1542
+ animation-timing-function: ease-out;
1543
+ }
1544
+
1545
+ 40% {
1546
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1547
+ transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1548
+ -webkit-animation-timing-function: ease-out;
1549
+ animation-timing-function: ease-out;
1550
+ }
1551
+
1552
+ 50% {
1553
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1554
+ transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1555
+ -webkit-animation-timing-function: ease-in;
1556
+ animation-timing-function: ease-in;
1557
+ }
1558
+
1559
+ 80% {
1560
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1561
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1562
+ -webkit-animation-timing-function: ease-in;
1563
+ animation-timing-function: ease-in;
1564
+ }
1565
+
1566
+ 100% {
1567
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1568
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1569
+ -webkit-animation-timing-function: ease-in;
1570
+ animation-timing-function: ease-in;
1571
+ }
1572
+ }
1573
+
1574
+ @keyframes flip {
1575
+ 0% {
1576
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1577
+ -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1578
+ transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
1579
+ -webkit-animation-timing-function: ease-out;
1580
+ animation-timing-function: ease-out;
1581
+ }
1582
+
1583
+ 40% {
1584
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1585
+ -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1586
+ transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
1587
+ -webkit-animation-timing-function: ease-out;
1588
+ animation-timing-function: ease-out;
1589
+ }
1590
+
1591
+ 50% {
1592
+ -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1593
+ -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1594
+ transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
1595
+ -webkit-animation-timing-function: ease-in;
1596
+ animation-timing-function: ease-in;
1597
+ }
1598
+
1599
+ 80% {
1600
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1601
+ -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1602
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
1603
+ -webkit-animation-timing-function: ease-in;
1604
+ animation-timing-function: ease-in;
1605
+ }
1606
+
1607
+ 100% {
1608
+ -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1609
+ -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1610
+ transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
1611
+ -webkit-animation-timing-function: ease-in;
1612
+ animation-timing-function: ease-in;
1613
+ }
1614
+ }
1615
+
1616
+ .animated.flip {
1617
+ -webkit-backface-visibility: visible;
1618
+ -ms-backface-visibility: visible;
1619
+ backface-visibility: visible;
1620
+ -webkit-animation-name: flip;
1621
+ animation-name: flip;
1622
+ }
1623
+
1624
+ @-webkit-keyframes flipInX {
1625
+ 0% {
1626
+ -webkit-transform: perspective(400px) rotateX(90deg);
1627
+ transform: perspective(400px) rotateX(90deg);
1628
+ opacity: 0;
1629
+ }
1630
+
1631
+ 40% {
1632
+ -webkit-transform: perspective(400px) rotateX(-10deg);
1633
+ transform: perspective(400px) rotateX(-10deg);
1634
+ }
1635
+
1636
+ 70% {
1637
+ -webkit-transform: perspective(400px) rotateX(10deg);
1638
+ transform: perspective(400px) rotateX(10deg);
1639
+ }
1640
+
1641
+ 100% {
1642
+ -webkit-transform: perspective(400px) rotateX(0deg);
1643
+ transform: perspective(400px) rotateX(0deg);
1644
+ opacity: 1;
1645
+ }
1646
+ }
1647
+
1648
+ @keyframes flipInX {
1649
+ 0% {
1650
+ -webkit-transform: perspective(400px) rotateX(90deg);
1651
+ -ms-transform: perspective(400px) rotateX(90deg);
1652
+ transform: perspective(400px) rotateX(90deg);
1653
+ opacity: 0;
1654
+ }
1655
+
1656
+ 40% {
1657
+ -webkit-transform: perspective(400px) rotateX(-10deg);
1658
+ -ms-transform: perspective(400px) rotateX(-10deg);
1659
+ transform: perspective(400px) rotateX(-10deg);
1660
+ }
1661
+
1662
+ 70% {
1663
+ -webkit-transform: perspective(400px) rotateX(10deg);
1664
+ -ms-transform: perspective(400px) rotateX(10deg);
1665
+ transform: perspective(400px) rotateX(10deg);
1666
+ }
1667
+
1668
+ 100% {
1669
+ -webkit-transform: perspective(400px) rotateX(0deg);
1670
+ -ms-transform: perspective(400px) rotateX(0deg);
1671
+ transform: perspective(400px) rotateX(0deg);
1672
+ opacity: 1;
1673
+ }
1674
+ }
1675
+
1676
+ .flipInX {
1677
+ -webkit-backface-visibility: visible !important;
1678
+ -ms-backface-visibility: visible !important;
1679
+ backface-visibility: visible !important;
1680
+ -webkit-animation-name: flipInX;
1681
+ animation-name: flipInX;
1682
+ }
1683
+
1684
+ @-webkit-keyframes flipInY {
1685
+ 0% {
1686
+ -webkit-transform: perspective(400px) rotateY(90deg);
1687
+ transform: perspective(400px) rotateY(90deg);
1688
+ opacity: 0;
1689
+ }
1690
+
1691
+ 40% {
1692
+ -webkit-transform: perspective(400px) rotateY(-10deg);
1693
+ transform: perspective(400px) rotateY(-10deg);
1694
+ }
1695
+
1696
+ 70% {
1697
+ -webkit-transform: perspective(400px) rotateY(10deg);
1698
+ transform: perspective(400px) rotateY(10deg);
1699
+ }
1700
+
1701
+ 100% {
1702
+ -webkit-transform: perspective(400px) rotateY(0deg);
1703
+ transform: perspective(400px) rotateY(0deg);
1704
+ opacity: 1;
1705
+ }
1706
+ }
1707
+
1708
+ @keyframes flipInY {
1709
+ 0% {
1710
+ -webkit-transform: perspective(400px) rotateY(90deg);
1711
+ -ms-transform: perspective(400px) rotateY(90deg);
1712
+ transform: perspective(400px) rotateY(90deg);
1713
+ opacity: 0;
1714
+ }
1715
+
1716
+ 40% {
1717
+ -webkit-transform: perspective(400px) rotateY(-10deg);
1718
+ -ms-transform: perspective(400px) rotateY(-10deg);
1719
+ transform: perspective(400px) rotateY(-10deg);
1720
+ }
1721
+
1722
+ 70% {
1723
+ -webkit-transform: perspective(400px) rotateY(10deg);
1724
+ -ms-transform: perspective(400px) rotateY(10deg);
1725
+ transform: perspective(400px) rotateY(10deg);
1726
+ }
1727
+
1728
+ 100% {
1729
+ -webkit-transform: perspective(400px) rotateY(0deg);
1730
+ -ms-transform: perspective(400px) rotateY(0deg);
1731
+ transform: perspective(400px) rotateY(0deg);
1732
+ opacity: 1;
1733
+ }
1734
+ }
1735
+
1736
+ .flipInY {
1737
+ -webkit-backface-visibility: visible !important;
1738
+ -ms-backface-visibility: visible !important;
1739
+ backface-visibility: visible !important;
1740
+ -webkit-animation-name: flipInY;
1741
+ animation-name: flipInY;
1742
+ }
1743
+
1744
+ @-webkit-keyframes flipOutX {
1745
+ 0% {
1746
+ -webkit-transform: perspective(400px) rotateX(0deg);
1747
+ transform: perspective(400px) rotateX(0deg);
1748
+ opacity: 1;
1749
+ }
1750
+
1751
+ 100% {
1752
+ -webkit-transform: perspective(400px) rotateX(90deg);
1753
+ transform: perspective(400px) rotateX(90deg);
1754
+ opacity: 0;
1755
+ }
1756
+ }
1757
+
1758
+ @keyframes flipOutX {
1759
+ 0% {
1760
+ -webkit-transform: perspective(400px) rotateX(0deg);
1761
+ -ms-transform: perspective(400px) rotateX(0deg);
1762
+ transform: perspective(400px) rotateX(0deg);
1763
+ opacity: 1;
1764
+ }
1765
+
1766
+ 100% {
1767
+ -webkit-transform: perspective(400px) rotateX(90deg);
1768
+ -ms-transform: perspective(400px) rotateX(90deg);
1769
+ transform: perspective(400px) rotateX(90deg);
1770
+ opacity: 0;
1771
+ }
1772
+ }
1773
+
1774
+ .flipOutX {
1775
+ -webkit-animation-name: flipOutX;
1776
+ animation-name: flipOutX;
1777
+ -webkit-backface-visibility: visible !important;
1778
+ -ms-backface-visibility: visible !important;
1779
+ backface-visibility: visible !important;
1780
+ }
1781
+
1782
+ @-webkit-keyframes flipOutY {
1783
+ 0% {
1784
+ -webkit-transform: perspective(400px) rotateY(0deg);
1785
+ transform: perspective(400px) rotateY(0deg);
1786
+ opacity: 1;
1787
+ }
1788
+
1789
+ 100% {
1790
+ -webkit-transform: perspective(400px) rotateY(90deg);
1791
+ transform: perspective(400px) rotateY(90deg);
1792
+ opacity: 0;
1793
+ }
1794
+ }
1795
+
1796
+ @keyframes flipOutY {
1797
+ 0% {
1798
+ -webkit-transform: perspective(400px) rotateY(0deg);
1799
+ -ms-transform: perspective(400px) rotateY(0deg);
1800
+ transform: perspective(400px) rotateY(0deg);
1801
+ opacity: 1;
1802
+ }
1803
+
1804
+ 100% {
1805
+ -webkit-transform: perspective(400px) rotateY(90deg);
1806
+ -ms-transform: perspective(400px) rotateY(90deg);
1807
+ transform: perspective(400px) rotateY(90deg);
1808
+ opacity: 0;
1809
+ }
1810
+ }
1811
+
1812
+ .flipOutY {
1813
+ -webkit-backface-visibility: visible !important;
1814
+ -ms-backface-visibility: visible !important;
1815
+ backface-visibility: visible !important;
1816
+ -webkit-animation-name: flipOutY;
1817
+ animation-name: flipOutY;
1818
+ }
1819
+
1820
+ @-webkit-keyframes lightSpeedIn {
1821
+ 0% {
1822
+ -webkit-transform: translateX(100%) skewX(-30deg);
1823
+ transform: translateX(100%) skewX(-30deg);
1824
+ opacity: 0;
1825
+ }
1826
+
1827
+ 60% {
1828
+ -webkit-transform: translateX(-20%) skewX(30deg);
1829
+ transform: translateX(-20%) skewX(30deg);
1830
+ opacity: 1;
1831
+ }
1832
+
1833
+ 80% {
1834
+ -webkit-transform: translateX(0%) skewX(-15deg);
1835
+ transform: translateX(0%) skewX(-15deg);
1836
+ opacity: 1;
1837
+ }
1838
+
1839
+ 100% {
1840
+ -webkit-transform: translateX(0%) skewX(0deg);
1841
+ transform: translateX(0%) skewX(0deg);
1842
+ opacity: 1;
1843
+ }
1844
+ }
1845
+
1846
+ @keyframes lightSpeedIn {
1847
+ 0% {
1848
+ -webkit-transform: translateX(100%) skewX(-30deg);
1849
+ -ms-transform: translateX(100%) skewX(-30deg);
1850
+ transform: translateX(100%) skewX(-30deg);
1851
+ opacity: 0;
1852
+ }
1853
+
1854
+ 60% {
1855
+ -webkit-transform: translateX(-20%) skewX(30deg);
1856
+ -ms-transform: translateX(-20%) skewX(30deg);
1857
+ transform: translateX(-20%) skewX(30deg);
1858
+ opacity: 1;
1859
+ }
1860
+
1861
+ 80% {
1862
+ -webkit-transform: translateX(0%) skewX(-15deg);
1863
+ -ms-transform: translateX(0%) skewX(-15deg);
1864
+ transform: translateX(0%) skewX(-15deg);
1865
+ opacity: 1;
1866
+ }
1867
+
1868
+ 100% {
1869
+ -webkit-transform: translateX(0%) skewX(0deg);
1870
+ -ms-transform: translateX(0%) skewX(0deg);
1871
+ transform: translateX(0%) skewX(0deg);
1872
+ opacity: 1;
1873
+ }
1874
+ }
1875
+
1876
+ .lightSpeedIn {
1877
+ -webkit-animation-name: lightSpeedIn;
1878
+ animation-name: lightSpeedIn;
1879
+ -webkit-animation-timing-function: ease-out;
1880
+ animation-timing-function: ease-out;
1881
+ }
1882
+
1883
+ @-webkit-keyframes lightSpeedOut {
1884
+ 0% {
1885
+ -webkit-transform: translateX(0%) skewX(0deg);
1886
+ transform: translateX(0%) skewX(0deg);
1887
+ opacity: 1;
1888
+ }
1889
+
1890
+ 100% {
1891
+ -webkit-transform: translateX(100%) skewX(-30deg);
1892
+ transform: translateX(100%) skewX(-30deg);
1893
+ opacity: 0;
1894
+ }
1895
+ }
1896
+
1897
+ @keyframes lightSpeedOut {
1898
+ 0% {
1899
+ -webkit-transform: translateX(0%) skewX(0deg);
1900
+ -ms-transform: translateX(0%) skewX(0deg);
1901
+ transform: translateX(0%) skewX(0deg);
1902
+ opacity: 1;
1903
+ }
1904
+
1905
+ 100% {
1906
+ -webkit-transform: translateX(100%) skewX(-30deg);
1907
+ -ms-transform: translateX(100%) skewX(-30deg);
1908
+ transform: translateX(100%) skewX(-30deg);
1909
+ opacity: 0;
1910
+ }
1911
+ }
1912
+
1913
+ .lightSpeedOut {
1914
+ -webkit-animation-name: lightSpeedOut;
1915
+ animation-name: lightSpeedOut;
1916
+ -webkit-animation-timing-function: ease-in;
1917
+ animation-timing-function: ease-in;
1918
+ }
1919
+
1920
+ @-webkit-keyframes rotateIn {
1921
+ 0% {
1922
+ -webkit-transform-origin: center center;
1923
+ transform-origin: center center;
1924
+ -webkit-transform: rotate(-200deg);
1925
+ transform: rotate(-200deg);
1926
+ opacity: 0;
1927
+ }
1928
+
1929
+ 100% {
1930
+ -webkit-transform-origin: center center;
1931
+ transform-origin: center center;
1932
+ -webkit-transform: rotate(0);
1933
+ transform: rotate(0);
1934
+ opacity: 1;
1935
+ }
1936
+ }
1937
+
1938
+ @keyframes rotateIn {
1939
+ 0% {
1940
+ -webkit-transform-origin: center center;
1941
+ -ms-transform-origin: center center;
1942
+ transform-origin: center center;
1943
+ -webkit-transform: rotate(-200deg);
1944
+ -ms-transform: rotate(-200deg);
1945
+ transform: rotate(-200deg);
1946
+ opacity: 0;
1947
+ }
1948
+
1949
+ 100% {
1950
+ -webkit-transform-origin: center center;
1951
+ -ms-transform-origin: center center;
1952
+ transform-origin: center center;
1953
+ -webkit-transform: rotate(0);
1954
+ -ms-transform: rotate(0);
1955
+ transform: rotate(0);
1956
+ opacity: 1;
1957
+ }
1958
+ }
1959
+
1960
+ .rotateIn {
1961
+ -webkit-animation-name: rotateIn;
1962
+ animation-name: rotateIn;
1963
+ }
1964
+
1965
+ @-webkit-keyframes rotateInDownLeft {
1966
+ 0% {
1967
+ -webkit-transform-origin: left bottom;
1968
+ transform-origin: left bottom;
1969
+ -webkit-transform: rotate(-90deg);
1970
+ transform: rotate(-90deg);
1971
+ opacity: 0;
1972
+ }
1973
+
1974
+ 100% {
1975
+ -webkit-transform-origin: left bottom;
1976
+ transform-origin: left bottom;
1977
+ -webkit-transform: rotate(0);
1978
+ transform: rotate(0);
1979
+ opacity: 1;
1980
+ }
1981
+ }
1982
+
1983
+ @keyframes rotateInDownLeft {
1984
+ 0% {
1985
+ -webkit-transform-origin: left bottom;
1986
+ -ms-transform-origin: left bottom;
1987
+ transform-origin: left bottom;
1988
+ -webkit-transform: rotate(-90deg);
1989
+ -ms-transform: rotate(-90deg);
1990
+ transform: rotate(-90deg);
1991
+ opacity: 0;
1992
+ }
1993
+
1994
+ 100% {
1995
+ -webkit-transform-origin: left bottom;
1996
+ -ms-transform-origin: left bottom;
1997
+ transform-origin: left bottom;
1998
+ -webkit-transform: rotate(0);
1999
+ -ms-transform: rotate(0);
2000
+ transform: rotate(0);
2001
+ opacity: 1;
2002
+ }
2003
+ }
2004
+
2005
+ .rotateInDownLeft {
2006
+ -webkit-animation-name: rotateInDownLeft;
2007
+ animation-name: rotateInDownLeft;
2008
+ }
2009
+
2010
+ @-webkit-keyframes rotateInDownRight {
2011
+ 0% {
2012
+ -webkit-transform-origin: right bottom;
2013
+ transform-origin: right bottom;
2014
+ -webkit-transform: rotate(90deg);
2015
+ transform: rotate(90deg);
2016
+ opacity: 0;
2017
+ }
2018
+
2019
+ 100% {
2020
+ -webkit-transform-origin: right bottom;
2021
+ transform-origin: right bottom;
2022
+ -webkit-transform: rotate(0);
2023
+ transform: rotate(0);
2024
+ opacity: 1;
2025
+ }
2026
+ }
2027
+
2028
+ @keyframes rotateInDownRight {
2029
+ 0% {
2030
+ -webkit-transform-origin: right bottom;
2031
+ -ms-transform-origin: right bottom;
2032
+ transform-origin: right bottom;
2033
+ -webkit-transform: rotate(90deg);
2034
+ -ms-transform: rotate(90deg);
2035
+ transform: rotate(90deg);
2036
+ opacity: 0;
2037
+ }
2038
+
2039
+ 100% {
2040
+ -webkit-transform-origin: right bottom;
2041
+ -ms-transform-origin: right bottom;
2042
+ transform-origin: right bottom;
2043
+ -webkit-transform: rotate(0);
2044
+ -ms-transform: rotate(0);
2045
+ transform: rotate(0);
2046
+ opacity: 1;
2047
+ }
2048
+ }
2049
+
2050
+ .rotateInDownRight {
2051
+ -webkit-animation-name: rotateInDownRight;
2052
+ animation-name: rotateInDownRight;
2053
+ }
2054
+
2055
+ @-webkit-keyframes rotateInUpLeft {
2056
+ 0% {
2057
+ -webkit-transform-origin: left bottom;
2058
+ transform-origin: left bottom;
2059
+ -webkit-transform: rotate(90deg);
2060
+ transform: rotate(90deg);
2061
+ opacity: 0;
2062
+ }
2063
+
2064
+ 100% {
2065
+ -webkit-transform-origin: left bottom;
2066
+ transform-origin: left bottom;
2067
+ -webkit-transform: rotate(0);
2068
+ transform: rotate(0);
2069
+ opacity: 1;
2070
+ }
2071
+ }
2072
+
2073
+ @keyframes rotateInUpLeft {
2074
+ 0% {
2075
+ -webkit-transform-origin: left bottom;
2076
+ -ms-transform-origin: left bottom;
2077
+ transform-origin: left bottom;
2078
+ -webkit-transform: rotate(90deg);
2079
+ -ms-transform: rotate(90deg);
2080
+ transform: rotate(90deg);
2081
+ opacity: 0;
2082
+ }
2083
+
2084
+ 100% {
2085
+ -webkit-transform-origin: left bottom;
2086
+ -ms-transform-origin: left bottom;
2087
+ transform-origin: left bottom;
2088
+ -webkit-transform: rotate(0);
2089
+ -ms-transform: rotate(0);
2090
+ transform: rotate(0);
2091
+ opacity: 1;
2092
+ }
2093
+ }
2094
+
2095
+ .rotateInUpLeft {
2096
+ -webkit-animation-name: rotateInUpLeft;
2097
+ animation-name: rotateInUpLeft;
2098
+ }
2099
+
2100
+ @-webkit-keyframes rotateInUpRight {
2101
+ 0% {
2102
+ -webkit-transform-origin: right bottom;
2103
+ transform-origin: right bottom;
2104
+ -webkit-transform: rotate(-90deg);
2105
+ transform: rotate(-90deg);
2106
+ opacity: 0;
2107
+ }
2108
+
2109
+ 100% {
2110
+ -webkit-transform-origin: right bottom;
2111
+ transform-origin: right bottom;
2112
+ -webkit-transform: rotate(0);
2113
+ transform: rotate(0);
2114
+ opacity: 1;
2115
+ }
2116
+ }
2117
+
2118
+ @keyframes rotateInUpRight {
2119
+ 0% {
2120
+ -webkit-transform-origin: right bottom;
2121
+ -ms-transform-origin: right bottom;
2122
+ transform-origin: right bottom;
2123
+ -webkit-transform: rotate(-90deg);
2124
+ -ms-transform: rotate(-90deg);
2125
+ transform: rotate(-90deg);
2126
+ opacity: 0;
2127
+ }
2128
+
2129
+ 100% {
2130
+ -webkit-transform-origin: right bottom;
2131
+ -ms-transform-origin: right bottom;
2132
+ transform-origin: right bottom;
2133
+ -webkit-transform: rotate(0);
2134
+ -ms-transform: rotate(0);
2135
+ transform: rotate(0);
2136
+ opacity: 1;
2137
+ }
2138
+ }
2139
+
2140
+ .rotateInUpRight {
2141
+ -webkit-animation-name: rotateInUpRight;
2142
+ animation-name: rotateInUpRight;
2143
+ }
2144
+
2145
+ @-webkit-keyframes rotateOut {
2146
+ 0% {
2147
+ -webkit-transform-origin: center center;
2148
+ transform-origin: center center;
2149
+ -webkit-transform: rotate(0);
2150
+ transform: rotate(0);
2151
+ opacity: 1;
2152
+ }
2153
+
2154
+ 100% {
2155
+ -webkit-transform-origin: center center;
2156
+ transform-origin: center center;
2157
+ -webkit-transform: rotate(200deg);
2158
+ transform: rotate(200deg);
2159
+ opacity: 0;
2160
+ }
2161
+ }
2162
+
2163
+ @keyframes rotateOut {
2164
+ 0% {
2165
+ -webkit-transform-origin: center center;
2166
+ -ms-transform-origin: center center;
2167
+ transform-origin: center center;
2168
+ -webkit-transform: rotate(0);
2169
+ -ms-transform: rotate(0);
2170
+ transform: rotate(0);
2171
+ opacity: 1;
2172
+ }
2173
+
2174
+ 100% {
2175
+ -webkit-transform-origin: center center;
2176
+ -ms-transform-origin: center center;
2177
+ transform-origin: center center;
2178
+ -webkit-transform: rotate(200deg);
2179
+ -ms-transform: rotate(200deg);
2180
+ transform: rotate(200deg);
2181
+ opacity: 0;
2182
+ }
2183
+ }
2184
+
2185
+ .rotateOut {
2186
+ -webkit-animation-name: rotateOut;
2187
+ animation-name: rotateOut;
2188
+ }
2189
+
2190
+ @-webkit-keyframes rotateOutDownLeft {
2191
+ 0% {
2192
+ -webkit-transform-origin: left bottom;
2193
+ transform-origin: left bottom;
2194
+ -webkit-transform: rotate(0);
2195
+ transform: rotate(0);
2196
+ opacity: 1;
2197
+ }
2198
+
2199
+ 100% {
2200
+ -webkit-transform-origin: left bottom;
2201
+ transform-origin: left bottom;
2202
+ -webkit-transform: rotate(90deg);
2203
+ transform: rotate(90deg);
2204
+ opacity: 0;
2205
+ }
2206
+ }
2207
+
2208
+ @keyframes rotateOutDownLeft {
2209
+ 0% {
2210
+ -webkit-transform-origin: left bottom;
2211
+ -ms-transform-origin: left bottom;
2212
+ transform-origin: left bottom;
2213
+ -webkit-transform: rotate(0);
2214
+ -ms-transform: rotate(0);
2215
+ transform: rotate(0);
2216
+ opacity: 1;
2217
+ }
2218
+
2219
+ 100% {
2220
+ -webkit-transform-origin: left bottom;
2221
+ -ms-transform-origin: left bottom;
2222
+ transform-origin: left bottom;
2223
+ -webkit-transform: rotate(90deg);
2224
+ -ms-transform: rotate(90deg);
2225
+ transform: rotate(90deg);
2226
+ opacity: 0;
2227
+ }
2228
+ }
2229
+
2230
+ .rotateOutDownLeft {
2231
+ -webkit-animation-name: rotateOutDownLeft;
2232
+ animation-name: rotateOutDownLeft;
2233
+ }
2234
+
2235
+ @-webkit-keyframes rotateOutDownRight {
2236
+ 0% {
2237
+ -webkit-transform-origin: right bottom;
2238
+ transform-origin: right bottom;
2239
+ -webkit-transform: rotate(0);
2240
+ transform: rotate(0);
2241
+ opacity: 1;
2242
+ }
2243
+
2244
+ 100% {
2245
+ -webkit-transform-origin: right bottom;
2246
+ transform-origin: right bottom;
2247
+ -webkit-transform: rotate(-90deg);
2248
+ transform: rotate(-90deg);
2249
+ opacity: 0;
2250
+ }
2251
+ }
2252
+
2253
+ @keyframes rotateOutDownRight {
2254
+ 0% {
2255
+ -webkit-transform-origin: right bottom;
2256
+ -ms-transform-origin: right bottom;
2257
+ transform-origin: right bottom;
2258
+ -webkit-transform: rotate(0);
2259
+ -ms-transform: rotate(0);
2260
+ transform: rotate(0);
2261
+ opacity: 1;
2262
+ }
2263
+
2264
+ 100% {
2265
+ -webkit-transform-origin: right bottom;
2266
+ -ms-transform-origin: right bottom;
2267
+ transform-origin: right bottom;
2268
+ -webkit-transform: rotate(-90deg);
2269
+ -ms-transform: rotate(-90deg);
2270
+ transform: rotate(-90deg);
2271
+ opacity: 0;
2272
+ }
2273
+ }
2274
+
2275
+ .rotateOutDownRight {
2276
+ -webkit-animation-name: rotateOutDownRight;
2277
+ animation-name: rotateOutDownRight;
2278
+ }
2279
+
2280
+ @-webkit-keyframes rotateOutUpLeft {
2281
+ 0% {
2282
+ -webkit-transform-origin: left bottom;
2283
+ transform-origin: left bottom;
2284
+ -webkit-transform: rotate(0);
2285
+ transform: rotate(0);
2286
+ opacity: 1;
2287
+ }
2288
+
2289
+ 100% {
2290
+ -webkit-transform-origin: left bottom;
2291
+ transform-origin: left bottom;
2292
+ -webkit-transform: rotate(-90deg);
2293
+ transform: rotate(-90deg);
2294
+ opacity: 0;
2295
+ }
2296
+ }
2297
+
2298
+ @keyframes rotateOutUpLeft {
2299
+ 0% {
2300
+ -webkit-transform-origin: left bottom;
2301
+ -ms-transform-origin: left bottom;
2302
+ transform-origin: left bottom;
2303
+ -webkit-transform: rotate(0);
2304
+ -ms-transform: rotate(0);
2305
+ transform: rotate(0);
2306
+ opacity: 1;
2307
+ }
2308
+
2309
+ 100% {
2310
+ -webkit-transform-origin: left bottom;
2311
+ -ms-transform-origin: left bottom;
2312
+ transform-origin: left bottom;
2313
+ -webkit-transform: rotate(-90deg);
2314
+ -ms-transform: rotate(-90deg);
2315
+ transform: rotate(-90deg);
2316
+ opacity: 0;
2317
+ }
2318
+ }
2319
+
2320
+ .rotateOutUpLeft {
2321
+ -webkit-animation-name: rotateOutUpLeft;
2322
+ animation-name: rotateOutUpLeft;
2323
+ }
2324
+
2325
+ @-webkit-keyframes rotateOutUpRight {
2326
+ 0% {
2327
+ -webkit-transform-origin: right bottom;
2328
+ transform-origin: right bottom;
2329
+ -webkit-transform: rotate(0);
2330
+ transform: rotate(0);
2331
+ opacity: 1;
2332
+ }
2333
+
2334
+ 100% {
2335
+ -webkit-transform-origin: right bottom;
2336
+ transform-origin: right bottom;
2337
+ -webkit-transform: rotate(90deg);
2338
+ transform: rotate(90deg);
2339
+ opacity: 0;
2340
+ }
2341
+ }
2342
+
2343
+ @keyframes rotateOutUpRight {
2344
+ 0% {
2345
+ -webkit-transform-origin: right bottom;
2346
+ -ms-transform-origin: right bottom;
2347
+ transform-origin: right bottom;
2348
+ -webkit-transform: rotate(0);
2349
+ -ms-transform: rotate(0);
2350
+ transform: rotate(0);
2351
+ opacity: 1;
2352
+ }
2353
+
2354
+ 100% {
2355
+ -webkit-transform-origin: right bottom;
2356
+ -ms-transform-origin: right bottom;
2357
+ transform-origin: right bottom;
2358
+ -webkit-transform: rotate(90deg);
2359
+ -ms-transform: rotate(90deg);
2360
+ transform: rotate(90deg);
2361
+ opacity: 0;
2362
+ }
2363
+ }
2364
+
2365
+ .rotateOutUpRight {
2366
+ -webkit-animation-name: rotateOutUpRight;
2367
+ animation-name: rotateOutUpRight;
2368
+ }
2369
+
2370
+ @-webkit-keyframes slideInDown {
2371
+ 0% {
2372
+ opacity: 0;
2373
+ -webkit-transform: translateY(-2000px);
2374
+ transform: translateY(-2000px);
2375
+ }
2376
+
2377
+ 100% {
2378
+ -webkit-transform: translateY(0);
2379
+ transform: translateY(0);
2380
+ }
2381
+ }
2382
+
2383
+ @keyframes slideInDown {
2384
+ 0% {
2385
+ opacity: 0;
2386
+ -webkit-transform: translateY(-2000px);
2387
+ -ms-transform: translateY(-2000px);
2388
+ transform: translateY(-2000px);
2389
+ }
2390
+
2391
+ 100% {
2392
+ -webkit-transform: translateY(0);
2393
+ -ms-transform: translateY(0);
2394
+ transform: translateY(0);
2395
+ }
2396
+ }
2397
+
2398
+ .slideInDown {
2399
+ -webkit-animation-name: slideInDown;
2400
+ animation-name: slideInDown;
2401
+ }
2402
+
2403
+ @-webkit-keyframes slideInLeft {
2404
+ 0% {
2405
+ opacity: 0;
2406
+ -webkit-transform: translateX(-2000px);
2407
+ transform: translateX(-2000px);
2408
+ }
2409
+
2410
+ 100% {
2411
+ -webkit-transform: translateX(0);
2412
+ transform: translateX(0);
2413
+ }
2414
+ }
2415
+
2416
+ @keyframes slideInLeft {
2417
+ 0% {
2418
+ opacity: 0;
2419
+ -webkit-transform: translateX(-2000px);
2420
+ -ms-transform: translateX(-2000px);
2421
+ transform: translateX(-2000px);
2422
+ }
2423
+
2424
+ 100% {
2425
+ -webkit-transform: translateX(0);
2426
+ -ms-transform: translateX(0);
2427
+ transform: translateX(0);
2428
+ }
2429
+ }
2430
+
2431
+ .slideInLeft {
2432
+ -webkit-animation-name: slideInLeft;
2433
+ animation-name: slideInLeft;
2434
+ }
2435
+
2436
+ @-webkit-keyframes slideInRight {
2437
+ 0% {
2438
+ opacity: 0;
2439
+ -webkit-transform: translateX(2000px);
2440
+ transform: translateX(2000px);
2441
+ }
2442
+
2443
+ 100% {
2444
+ -webkit-transform: translateX(0);
2445
+ transform: translateX(0);
2446
+ }
2447
+ }
2448
+
2449
+ @keyframes slideInRight {
2450
+ 0% {
2451
+ opacity: 0;
2452
+ -webkit-transform: translateX(2000px);
2453
+ -ms-transform: translateX(2000px);
2454
+ transform: translateX(2000px);
2455
+ }
2456
+
2457
+ 100% {
2458
+ -webkit-transform: translateX(0);
2459
+ -ms-transform: translateX(0);
2460
+ transform: translateX(0);
2461
+ }
2462
+ }
2463
+
2464
+ .slideInRight {
2465
+ -webkit-animation-name: slideInRight;
2466
+ animation-name: slideInRight;
2467
+ }
2468
+
2469
+ @-webkit-keyframes slideOutLeft {
2470
+ 0% {
2471
+ -webkit-transform: translateX(0);
2472
+ transform: translateX(0);
2473
+ }
2474
+
2475
+ 100% {
2476
+ opacity: 0;
2477
+ -webkit-transform: translateX(-2000px);
2478
+ transform: translateX(-2000px);
2479
+ }
2480
+ }
2481
+
2482
+ @keyframes slideOutLeft {
2483
+ 0% {
2484
+ -webkit-transform: translateX(0);
2485
+ -ms-transform: translateX(0);
2486
+ transform: translateX(0);
2487
+ }
2488
+
2489
+ 100% {
2490
+ opacity: 0;
2491
+ -webkit-transform: translateX(-2000px);
2492
+ -ms-transform: translateX(-2000px);
2493
+ transform: translateX(-2000px);
2494
+ }
2495
+ }
2496
+
2497
+ .slideOutLeft {
2498
+ -webkit-animation-name: slideOutLeft;
2499
+ animation-name: slideOutLeft;
2500
+ }
2501
+
2502
+ @-webkit-keyframes slideOutRight {
2503
+ 0% {
2504
+ -webkit-transform: translateX(0);
2505
+ transform: translateX(0);
2506
+ }
2507
+
2508
+ 100% {
2509
+ opacity: 0;
2510
+ -webkit-transform: translateX(2000px);
2511
+ transform: translateX(2000px);
2512
+ }
2513
+ }
2514
+
2515
+ @keyframes slideOutRight {
2516
+ 0% {
2517
+ -webkit-transform: translateX(0);
2518
+ -ms-transform: translateX(0);
2519
+ transform: translateX(0);
2520
+ }
2521
+
2522
+ 100% {
2523
+ opacity: 0;
2524
+ -webkit-transform: translateX(2000px);
2525
+ -ms-transform: translateX(2000px);
2526
+ transform: translateX(2000px);
2527
+ }
2528
+ }
2529
+
2530
+ .slideOutRight {
2531
+ -webkit-animation-name: slideOutRight;
2532
+ animation-name: slideOutRight;
2533
+ }
2534
+
2535
+ @-webkit-keyframes slideOutUp {
2536
+ 0% {
2537
+ -webkit-transform: translateY(0);
2538
+ transform: translateY(0);
2539
+ }
2540
+
2541
+ 100% {
2542
+ opacity: 0;
2543
+ -webkit-transform: translateY(-2000px);
2544
+ transform: translateY(-2000px);
2545
+ }
2546
+ }
2547
+
2548
+ @keyframes slideOutUp {
2549
+ 0% {
2550
+ -webkit-transform: translateY(0);
2551
+ -ms-transform: translateY(0);
2552
+ transform: translateY(0);
2553
+ }
2554
+
2555
+ 100% {
2556
+ opacity: 0;
2557
+ -webkit-transform: translateY(-2000px);
2558
+ -ms-transform: translateY(-2000px);
2559
+ transform: translateY(-2000px);
2560
+ }
2561
+ }
2562
+
2563
+ .slideOutUp {
2564
+ -webkit-animation-name: slideOutUp;
2565
+ animation-name: slideOutUp;
2566
+ }
2567
+
2568
+ @-webkit-keyframes hinge {
2569
+ 0% {
2570
+ -webkit-transform: rotate(0);
2571
+ transform: rotate(0);
2572
+ -webkit-transform-origin: top left;
2573
+ transform-origin: top left;
2574
+ -webkit-animation-timing-function: ease-in-out;
2575
+ animation-timing-function: ease-in-out;
2576
+ }
2577
+
2578
+ 20%, 60% {
2579
+ -webkit-transform: rotate(80deg);
2580
+ transform: rotate(80deg);
2581
+ -webkit-transform-origin: top left;
2582
+ transform-origin: top left;
2583
+ -webkit-animation-timing-function: ease-in-out;
2584
+ animation-timing-function: ease-in-out;
2585
+ }
2586
+
2587
+ 40% {
2588
+ -webkit-transform: rotate(60deg);
2589
+ transform: rotate(60deg);
2590
+ -webkit-transform-origin: top left;
2591
+ transform-origin: top left;
2592
+ -webkit-animation-timing-function: ease-in-out;
2593
+ animation-timing-function: ease-in-out;
2594
+ }
2595
+
2596
+ 80% {
2597
+ -webkit-transform: rotate(60deg) translateY(0);
2598
+ transform: rotate(60deg) translateY(0);
2599
+ opacity: 1;
2600
+ -webkit-transform-origin: top left;
2601
+ transform-origin: top left;
2602
+ -webkit-animation-timing-function: ease-in-out;
2603
+ animation-timing-function: ease-in-out;
2604
+ }
2605
+
2606
+ 100% {
2607
+ -webkit-transform: translateY(700px);
2608
+ transform: translateY(700px);
2609
+ opacity: 0;
2610
+ }
2611
+ }
2612
+
2613
+ @keyframes hinge {
2614
+ 0% {
2615
+ -webkit-transform: rotate(0);
2616
+ -ms-transform: rotate(0);
2617
+ transform: rotate(0);
2618
+ -webkit-transform-origin: top left;
2619
+ -ms-transform-origin: top left;
2620
+ transform-origin: top left;
2621
+ -webkit-animation-timing-function: ease-in-out;
2622
+ animation-timing-function: ease-in-out;
2623
+ }
2624
+
2625
+ 20%, 60% {
2626
+ -webkit-transform: rotate(80deg);
2627
+ -ms-transform: rotate(80deg);
2628
+ transform: rotate(80deg);
2629
+ -webkit-transform-origin: top left;
2630
+ -ms-transform-origin: top left;
2631
+ transform-origin: top left;
2632
+ -webkit-animation-timing-function: ease-in-out;
2633
+ animation-timing-function: ease-in-out;
2634
+ }
2635
+
2636
+ 40% {
2637
+ -webkit-transform: rotate(60deg);
2638
+ -ms-transform: rotate(60deg);
2639
+ transform: rotate(60deg);
2640
+ -webkit-transform-origin: top left;
2641
+ -ms-transform-origin: top left;
2642
+ transform-origin: top left;
2643
+ -webkit-animation-timing-function: ease-in-out;
2644
+ animation-timing-function: ease-in-out;
2645
+ }
2646
+
2647
+ 80% {
2648
+ -webkit-transform: rotate(60deg) translateY(0);
2649
+ -ms-transform: rotate(60deg) translateY(0);
2650
+ transform: rotate(60deg) translateY(0);
2651
+ opacity: 1;
2652
+ -webkit-transform-origin: top left;
2653
+ -ms-transform-origin: top left;
2654
+ transform-origin: top left;
2655
+ -webkit-animation-timing-function: ease-in-out;
2656
+ animation-timing-function: ease-in-out;
2657
+ }
2658
+
2659
+ 100% {
2660
+ -webkit-transform: translateY(700px);
2661
+ -ms-transform: translateY(700px);
2662
+ transform: translateY(700px);
2663
+ opacity: 0;
2664
+ }
2665
+ }
2666
+
2667
+ .hinge {
2668
+ -webkit-animation-name: hinge;
2669
+ animation-name: hinge;
2670
+ }
2671
+
2672
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2673
+
2674
+ @-webkit-keyframes rollIn {
2675
+ 0% {
2676
+ opacity: 0;
2677
+ -webkit-transform: translateX(-100%) rotate(-120deg);
2678
+ transform: translateX(-100%) rotate(-120deg);
2679
+ }
2680
+
2681
+ 100% {
2682
+ opacity: 1;
2683
+ -webkit-transform: translateX(0px) rotate(0deg);
2684
+ transform: translateX(0px) rotate(0deg);
2685
+ }
2686
+ }
2687
+
2688
+ @keyframes rollIn {
2689
+ 0% {
2690
+ opacity: 0;
2691
+ -webkit-transform: translateX(-100%) rotate(-120deg);
2692
+ -ms-transform: translateX(-100%) rotate(-120deg);
2693
+ transform: translateX(-100%) rotate(-120deg);
2694
+ }
2695
+
2696
+ 100% {
2697
+ opacity: 1;
2698
+ -webkit-transform: translateX(0px) rotate(0deg);
2699
+ -ms-transform: translateX(0px) rotate(0deg);
2700
+ transform: translateX(0px) rotate(0deg);
2701
+ }
2702
+ }
2703
+
2704
+ .rollIn {
2705
+ -webkit-animation-name: rollIn;
2706
+ animation-name: rollIn;
2707
+ }
2708
+
2709
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2710
+
2711
+ @-webkit-keyframes rollOut {
2712
+ 0% {
2713
+ opacity: 1;
2714
+ -webkit-transform: translateX(0px) rotate(0deg);
2715
+ transform: translateX(0px) rotate(0deg);
2716
+ }
2717
+
2718
+ 100% {
2719
+ opacity: 0;
2720
+ -webkit-transform: translateX(100%) rotate(120deg);
2721
+ transform: translateX(100%) rotate(120deg);
2722
+ }
2723
+ }
2724
+
2725
+ @keyframes rollOut {
2726
+ 0% {
2727
+ opacity: 1;
2728
+ -webkit-transform: translateX(0px) rotate(0deg);
2729
+ -ms-transform: translateX(0px) rotate(0deg);
2730
+ transform: translateX(0px) rotate(0deg);
2731
+ }
2732
+
2733
+ 100% {
2734
+ opacity: 0;
2735
+ -webkit-transform: translateX(100%) rotate(120deg);
2736
+ -ms-transform: translateX(100%) rotate(120deg);
2737
+ transform: translateX(100%) rotate(120deg);
2738
+ }
2739
+ }
2740
+
2741
+ .rollOut {
2742
+ -webkit-animation-name: rollOut;
2743
+ animation-name: rollOut;
2744
+ }
skin/frontend/accessshop/default/css/bootstrap-theme.css ADDED
@@ -0,0 +1,442 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.2.0 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ .btn-default,
8
+ .btn-primary,
9
+ .btn-success,
10
+ .btn-info,
11
+ .btn-warning,
12
+ .btn-danger {
13
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
14
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
15
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
16
+ }
17
+ .btn-default:active,
18
+ .btn-primary:active,
19
+ .btn-success:active,
20
+ .btn-info:active,
21
+ .btn-warning:active,
22
+ .btn-danger:active,
23
+ .btn-default.active,
24
+ .btn-primary.active,
25
+ .btn-success.active,
26
+ .btn-info.active,
27
+ .btn-warning.active,
28
+ .btn-danger.active {
29
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
30
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
31
+ }
32
+ .btn:active,
33
+ .btn.active {
34
+ background-image: none;
35
+ }
36
+ .btn-default {
37
+ text-shadow: 0 1px 0 #fff;
38
+ background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
39
+ background-image: -o-linear-gradient(top, #fff 0%, #e0e0e0 100%);
40
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
41
+ background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
42
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
43
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
44
+ background-repeat: repeat-x;
45
+ border-color: #dbdbdb;
46
+ border-color: #ccc;
47
+ }
48
+ .btn-default:hover,
49
+ .btn-default:focus {
50
+ background-color: #e0e0e0;
51
+ background-position: 0 -15px;
52
+ }
53
+ .btn-default:active,
54
+ .btn-default.active {
55
+ background-color: #e0e0e0;
56
+ border-color: #dbdbdb;
57
+ }
58
+ .btn-default:disabled,
59
+ .btn-default[disabled] {
60
+ background-color: #e0e0e0;
61
+ background-image: none;
62
+ }
63
+ .btn-primary {
64
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
65
+ background-image: -o-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
66
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#2d6ca2));
67
+ background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
68
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
69
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
70
+ background-repeat: repeat-x;
71
+ border-color: #2b669a;
72
+ }
73
+ .btn-primary:hover,
74
+ .btn-primary:focus {
75
+ background-color: #2d6ca2;
76
+ background-position: 0 -15px;
77
+ }
78
+ .btn-primary:active,
79
+ .btn-primary.active {
80
+ background-color: #2d6ca2;
81
+ border-color: #2b669a;
82
+ }
83
+ .btn-primary:disabled,
84
+ .btn-primary[disabled] {
85
+ background-color: #2d6ca2;
86
+ background-image: none;
87
+ }
88
+ .btn-success {
89
+ background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
90
+ background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
91
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
92
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
93
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
94
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
95
+ background-repeat: repeat-x;
96
+ border-color: #3e8f3e;
97
+ }
98
+ .btn-success:hover,
99
+ .btn-success:focus {
100
+ background-color: #419641;
101
+ background-position: 0 -15px;
102
+ }
103
+ .btn-success:active,
104
+ .btn-success.active {
105
+ background-color: #419641;
106
+ border-color: #3e8f3e;
107
+ }
108
+ .btn-success:disabled,
109
+ .btn-success[disabled] {
110
+ background-color: #419641;
111
+ background-image: none;
112
+ }
113
+ .btn-info {
114
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
115
+ background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
116
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
117
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
118
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
119
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
120
+ background-repeat: repeat-x;
121
+ border-color: #28a4c9;
122
+ }
123
+ .btn-info:hover,
124
+ .btn-info:focus {
125
+ background-color: #2aabd2;
126
+ background-position: 0 -15px;
127
+ }
128
+ .btn-info:active,
129
+ .btn-info.active {
130
+ background-color: #2aabd2;
131
+ border-color: #28a4c9;
132
+ }
133
+ .btn-info:disabled,
134
+ .btn-info[disabled] {
135
+ background-color: #2aabd2;
136
+ background-image: none;
137
+ }
138
+ .btn-warning {
139
+ background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
140
+ background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
141
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
142
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
143
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
144
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
145
+ background-repeat: repeat-x;
146
+ border-color: #e38d13;
147
+ }
148
+ .btn-warning:hover,
149
+ .btn-warning:focus {
150
+ background-color: #eb9316;
151
+ background-position: 0 -15px;
152
+ }
153
+ .btn-warning:active,
154
+ .btn-warning.active {
155
+ background-color: #eb9316;
156
+ border-color: #e38d13;
157
+ }
158
+ .btn-warning:disabled,
159
+ .btn-warning[disabled] {
160
+ background-color: #eb9316;
161
+ background-image: none;
162
+ }
163
+ .btn-danger {
164
+ background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
165
+ background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
166
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
167
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
168
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
169
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
170
+ background-repeat: repeat-x;
171
+ border-color: #b92c28;
172
+ }
173
+ .btn-danger:hover,
174
+ .btn-danger:focus {
175
+ background-color: #c12e2a;
176
+ background-position: 0 -15px;
177
+ }
178
+ .btn-danger:active,
179
+ .btn-danger.active {
180
+ background-color: #c12e2a;
181
+ border-color: #b92c28;
182
+ }
183
+ .btn-danger:disabled,
184
+ .btn-danger[disabled] {
185
+ background-color: #c12e2a;
186
+ background-image: none;
187
+ }
188
+ .thumbnail,
189
+ .img-thumbnail {
190
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
191
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
192
+ }
193
+ .dropdown-menu > li > a:hover,
194
+ .dropdown-menu > li > a:focus {
195
+ background-color: #e8e8e8;
196
+ background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
197
+ background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
198
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
199
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
200
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
201
+ background-repeat: repeat-x;
202
+ }
203
+ .dropdown-menu > .active > a,
204
+ .dropdown-menu > .active > a:hover,
205
+ .dropdown-menu > .active > a:focus {
206
+ background-color: #357ebd;
207
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
208
+ background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
209
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
210
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
211
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
212
+ background-repeat: repeat-x;
213
+ }
214
+ .navbar-default {
215
+ background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
216
+ background-image: -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
217
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
218
+ background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
219
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
220
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
221
+ background-repeat: repeat-x;
222
+ border-radius: 4px;
223
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
224
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
225
+ }
226
+ .navbar-default .navbar-nav > .active > a {
227
+ background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
228
+ background-image: -o-linear-gradient(top, #ebebeb 0%, #f3f3f3 100%);
229
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f3f3f3));
230
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f3f3f3 100%);
231
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);
232
+ background-repeat: repeat-x;
233
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
234
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
235
+ }
236
+ .navbar-brand,
237
+ .navbar-nav > li > a {
238
+ text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
239
+ }
240
+ .navbar-inverse {
241
+ background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
242
+ background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
243
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
244
+ background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
245
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
246
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
247
+ background-repeat: repeat-x;
248
+ }
249
+ .navbar-inverse .navbar-nav > .active > a {
250
+ background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
251
+ background-image: -o-linear-gradient(top, #222 0%, #282828 100%);
252
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#222), to(#282828));
253
+ background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
254
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
255
+ background-repeat: repeat-x;
256
+ -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
257
+ box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
258
+ }
259
+ .navbar-inverse .navbar-brand,
260
+ .navbar-inverse .navbar-nav > li > a {
261
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
262
+ }
263
+ .navbar-static-top,
264
+ .navbar-fixed-top,
265
+ .navbar-fixed-bottom {
266
+ border-radius: 0;
267
+ }
268
+ .alert {
269
+ text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
270
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
271
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
272
+ }
273
+ .alert-success {
274
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
275
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
276
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
277
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
278
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
279
+ background-repeat: repeat-x;
280
+ border-color: #b2dba1;
281
+ }
282
+ .alert-info {
283
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
284
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
285
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
286
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
287
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
288
+ background-repeat: repeat-x;
289
+ border-color: #9acfea;
290
+ }
291
+ .alert-warning {
292
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
293
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
294
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
295
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
296
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
297
+ background-repeat: repeat-x;
298
+ border-color: #f5e79e;
299
+ }
300
+ .alert-danger {
301
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
302
+ background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
303
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
304
+ background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
305
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
306
+ background-repeat: repeat-x;
307
+ border-color: #dca7a7;
308
+ }
309
+ .progress {
310
+ background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
311
+ background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
312
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
313
+ background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
314
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
315
+ background-repeat: repeat-x;
316
+ }
317
+ .progress-bar {
318
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
319
+ background-image: -o-linear-gradient(top, #428bca 0%, #3071a9 100%);
320
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
321
+ background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
322
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
323
+ background-repeat: repeat-x;
324
+ }
325
+ .progress-bar-success {
326
+ background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
327
+ background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
328
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
329
+ background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
330
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
331
+ background-repeat: repeat-x;
332
+ }
333
+ .progress-bar-info {
334
+ background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
335
+ background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
336
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
337
+ background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
338
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
339
+ background-repeat: repeat-x;
340
+ }
341
+ .progress-bar-warning {
342
+ background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
343
+ background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
344
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
345
+ background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
346
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
347
+ background-repeat: repeat-x;
348
+ }
349
+ .progress-bar-danger {
350
+ background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
351
+ background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
352
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
353
+ background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
354
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
355
+ background-repeat: repeat-x;
356
+ }
357
+ .progress-bar-striped {
358
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
359
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
360
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
361
+ }
362
+ .list-group {
363
+ border-radius: 4px;
364
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
365
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
366
+ }
367
+ .list-group-item.active,
368
+ .list-group-item.active:hover,
369
+ .list-group-item.active:focus {
370
+ text-shadow: 0 -1px 0 #3071a9;
371
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
372
+ background-image: -o-linear-gradient(top, #428bca 0%, #3278b3 100%);
373
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3278b3));
374
+ background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
375
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
376
+ background-repeat: repeat-x;
377
+ border-color: #3278b3;
378
+ }
379
+ .panel {
380
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
381
+ box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
382
+ }
383
+ .panel-default > .panel-heading {
384
+ background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
385
+ background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
386
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
387
+ background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
388
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
389
+ background-repeat: repeat-x;
390
+ }
391
+ .panel-primary > .panel-heading {
392
+ background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
393
+ background-image: -o-linear-gradient(top, #428bca 0%, #357ebd 100%);
394
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#357ebd));
395
+ background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
396
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
397
+ background-repeat: repeat-x;
398
+ }
399
+ .panel-success > .panel-heading {
400
+ background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
401
+ background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
402
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
403
+ background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
404
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
405
+ background-repeat: repeat-x;
406
+ }
407
+ .panel-info > .panel-heading {
408
+ background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
409
+ background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
410
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
411
+ background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
412
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
413
+ background-repeat: repeat-x;
414
+ }
415
+ .panel-warning > .panel-heading {
416
+ background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
417
+ background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
418
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
419
+ background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
420
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
421
+ background-repeat: repeat-x;
422
+ }
423
+ .panel-danger > .panel-heading {
424
+ background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
425
+ background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
426
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
427
+ background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
428
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
429
+ background-repeat: repeat-x;
430
+ }
431
+ .well {
432
+ background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
433
+ background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
434
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
435
+ background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
436
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
437
+ background-repeat: repeat-x;
438
+ border-color: #dcdcdc;
439
+ -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
440
+ box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
441
+ }
442
+ /*# sourceMappingURL=bootstrap-theme.css.map */
skin/frontend/accessshop/default/css/bootstrap-theme.css.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"file":"bootstrap-theme.css","sources":["less/theme.less","less/mixins/vendor-prefixes.less","bootstrap-theme.css","less/mixins/gradients.less","less/mixins/reset-filter.less"],"names":[],"mappings":"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","sourcesContent":["\n//\n// Load core variables and mixins\n// --------------------------------------------------\n\n@import \"variables.less\";\n@import \"mixins.less\";\n\n\n\n//\n// Buttons\n// --------------------------------------------------\n\n// Common styles\n.btn-default,\n.btn-primary,\n.btn-success,\n.btn-info,\n.btn-warning,\n.btn-danger {\n text-shadow: 0 -1px 0 rgba(0,0,0,.2);\n @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);\n .box-shadow(@shadow);\n\n // Reset the shadow\n &:active,\n &.active {\n .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n }\n}\n\n// Mixin for generating new styles\n.btn-styles(@btn-color: #555) {\n #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 12%));\n .reset-filter(); // Disable gradients for IE9 because filter bleeds through rounded corners\n background-repeat: repeat-x;\n border-color: darken(@btn-color, 14%);\n\n &:hover,\n &:focus {\n background-color: darken(@btn-color, 12%);\n background-position: 0 -15px;\n }\n\n &:active,\n &.active {\n background-color: darken(@btn-color, 12%);\n border-color: darken(@btn-color, 14%);\n }\n\n &:disabled,\n &[disabled] {\n background-color: darken(@btn-color, 12%);\n background-image: none;\n }\n}\n\n// Common styles\n.btn {\n // Remove the gradient for the pressed/active state\n &:active,\n &.active {\n background-image: none;\n }\n}\n\n// Apply the mixin to the buttons\n.btn-default { .btn-styles(@btn-default-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; }\n.btn-primary { .btn-styles(@btn-primary-bg); }\n.btn-success { .btn-styles(@btn-success-bg); }\n.btn-info { .btn-styles(@btn-info-bg); }\n.btn-warning { .btn-styles(@btn-warning-bg); }\n.btn-danger { .btn-styles(@btn-danger-bg); }\n\n\n\n//\n// Images\n// --------------------------------------------------\n\n.thumbnail,\n.img-thumbnail {\n .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n\n\n\n//\n// Dropdowns\n// --------------------------------------------------\n\n.dropdown-menu > li > a:hover,\n.dropdown-menu > li > a:focus {\n #gradient > .vertical(@start-color: @dropdown-link-hover-bg; @end-color: darken(@dropdown-link-hover-bg, 5%));\n background-color: darken(@dropdown-link-hover-bg, 5%);\n}\n.dropdown-menu > .active > a,\n.dropdown-menu > .active > a:hover,\n.dropdown-menu > .active > a:focus {\n #gradient > .vertical(@start-color: @dropdown-link-active-bg; @end-color: darken(@dropdown-link-active-bg, 5%));\n background-color: darken(@dropdown-link-active-bg, 5%);\n}\n\n\n\n//\n// Navbar\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n #gradient > .vertical(@start-color: lighten(@navbar-default-bg, 10%); @end-color: @navbar-default-bg);\n .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n border-radius: @navbar-border-radius;\n @shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.075);\n .box-shadow(@shadow);\n\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: darken(@navbar-default-bg, 5%); @end-color: darken(@navbar-default-bg, 2%));\n .box-shadow(inset 0 3px 9px rgba(0,0,0,.075));\n }\n}\n.navbar-brand,\n.navbar-nav > li > a {\n text-shadow: 0 1px 0 rgba(255,255,255,.25);\n}\n\n// Inverted navbar\n.navbar-inverse {\n #gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);\n .reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered\n\n .navbar-nav > .active > a {\n #gradient > .vertical(@start-color: @navbar-inverse-bg; @end-color: lighten(@navbar-inverse-bg, 2.5%));\n .box-shadow(inset 0 3px 9px rgba(0,0,0,.25));\n }\n\n .navbar-brand,\n .navbar-nav > li > a {\n text-shadow: 0 -1px 0 rgba(0,0,0,.25);\n }\n}\n\n// Undo rounded corners in static and fixed navbars\n.navbar-static-top,\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n border-radius: 0;\n}\n\n\n\n//\n// Alerts\n// --------------------------------------------------\n\n// Common styles\n.alert {\n text-shadow: 0 1px 0 rgba(255,255,255,.2);\n @shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 1px 2px rgba(0,0,0,.05);\n .box-shadow(@shadow);\n}\n\n// Mixin for generating new styles\n.alert-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));\n border-color: darken(@color, 15%);\n}\n\n// Apply the mixin to the alerts\n.alert-success { .alert-styles(@alert-success-bg); }\n.alert-info { .alert-styles(@alert-info-bg); }\n.alert-warning { .alert-styles(@alert-warning-bg); }\n.alert-danger { .alert-styles(@alert-danger-bg); }\n\n\n\n//\n// Progress bars\n// --------------------------------------------------\n\n// Give the progress background some depth\n.progress {\n #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg)\n}\n\n// Mixin for generating new styles\n.progress-bar-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));\n}\n\n// Apply the mixin to the progress bars\n.progress-bar { .progress-bar-styles(@progress-bar-bg); }\n.progress-bar-success { .progress-bar-styles(@progress-bar-success-bg); }\n.progress-bar-info { .progress-bar-styles(@progress-bar-info-bg); }\n.progress-bar-warning { .progress-bar-styles(@progress-bar-warning-bg); }\n.progress-bar-danger { .progress-bar-styles(@progress-bar-danger-bg); }\n\n// Reset the striped class because our mixins don't do multiple gradients and\n// the above custom styles override the new `.progress-bar-striped` in v3.2.0.\n.progress-bar-striped {\n #gradient > .striped();\n}\n\n\n//\n// List groups\n// --------------------------------------------------\n\n.list-group {\n border-radius: @border-radius-base;\n .box-shadow(0 1px 2px rgba(0,0,0,.075));\n}\n.list-group-item.active,\n.list-group-item.active:hover,\n.list-group-item.active:focus {\n text-shadow: 0 -1px 0 darken(@list-group-active-bg, 10%);\n #gradient > .vertical(@start-color: @list-group-active-bg; @end-color: darken(@list-group-active-bg, 7.5%));\n border-color: darken(@list-group-active-border, 7.5%);\n}\n\n\n\n//\n// Panels\n// --------------------------------------------------\n\n// Common styles\n.panel {\n .box-shadow(0 1px 2px rgba(0,0,0,.05));\n}\n\n// Mixin for generating new styles\n.panel-heading-styles(@color) {\n #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));\n}\n\n// Apply the mixin to the panel headings only\n.panel-default > .panel-heading { .panel-heading-styles(@panel-default-heading-bg); }\n.panel-primary > .panel-heading { .panel-heading-styles(@panel-primary-heading-bg); }\n.panel-success > .panel-heading { .panel-heading-styles(@panel-success-heading-bg); }\n.panel-info > .panel-heading { .panel-heading-styles(@panel-info-heading-bg); }\n.panel-warning > .panel-heading { .panel-heading-styles(@panel-warning-heading-bg); }\n.panel-danger > .panel-heading { .panel-heading-styles(@panel-danger-heading-bg); }\n\n\n\n//\n// Wells\n// --------------------------------------------------\n\n.well {\n #gradient > .vertical(@start-color: darken(@well-bg, 5%); @end-color: @well-bg);\n border-color: darken(@well-bg, 10%);\n @shadow: inset 0 1px 3px rgba(0,0,0,.05), 0 1px 0 rgba(255,255,255,.1);\n .box-shadow(@shadow);\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They will be removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n -webkit-animation: @animation;\n -o-animation: @animation;\n animation: @animation;\n}\n.animation-name(@name) {\n -webkit-animation-name: @name;\n animation-name: @name;\n}\n.animation-duration(@duration) {\n -webkit-animation-duration: @duration;\n animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n -webkit-animation-timing-function: @timing-function;\n animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n -webkit-animation-direction: @direction;\n animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n -webkit-animation-fill-mode: @fill-mode;\n animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility){\n -webkit-backface-visibility: @visibility;\n -moz-backface-visibility: @visibility;\n backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n -webkit-box-sizing: @boxmodel;\n -moz-box-sizing: @boxmodel;\n box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n -webkit-column-count: @column-count;\n -moz-column-count: @column-count;\n column-count: @column-count;\n -webkit-column-gap: @column-gap;\n -moz-column-gap: @column-gap;\n column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n word-wrap: break-word;\n -webkit-hyphens: @mode;\n -moz-hyphens: @mode;\n -ms-hyphens: @mode; // IE10+\n -o-hyphens: @mode;\n hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n &::-moz-placeholder { color: @color; // Firefox\n opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526\n &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n -webkit-transform: scale(@ratio);\n -ms-transform: scale(@ratio); // IE9 only\n -o-transform: scale(@ratio);\n transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n -webkit-transform: scale(@ratioX, @ratioY);\n -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n -o-transform: scale(@ratioX, @ratioY);\n transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n -webkit-transform: scaleX(@ratio);\n -ms-transform: scaleX(@ratio); // IE9 only\n -o-transform: scaleX(@ratio);\n transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n -webkit-transform: scaleY(@ratio);\n -ms-transform: scaleY(@ratio); // IE9 only\n -o-transform: scaleY(@ratio);\n transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n -webkit-transform: skewX(@x) skewY(@y);\n -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n -o-transform: skewX(@x) skewY(@y);\n transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n -webkit-transform: translate(@x, @y);\n -ms-transform: translate(@x, @y); // IE9 only\n -o-transform: translate(@x, @y);\n transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n -webkit-transform: translate3d(@x, @y, @z);\n transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n -webkit-transform: rotate(@degrees);\n -ms-transform: rotate(@degrees); // IE9 only\n -o-transform: rotate(@degrees);\n transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n -webkit-transform: rotateX(@degrees);\n -ms-transform: rotateX(@degrees); // IE9 only\n -o-transform: rotateX(@degrees);\n transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n -webkit-transform: rotateY(@degrees);\n -ms-transform: rotateY(@degrees); // IE9 only\n -o-transform: rotateY(@degrees);\n transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n -webkit-perspective: @perspective;\n -moz-perspective: @perspective;\n perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n -webkit-perspective-origin: @perspective;\n -moz-perspective-origin: @perspective;\n perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n -webkit-transform-origin: @origin;\n -moz-transform-origin: @origin;\n -ms-transform-origin: @origin; // IE9 only\n transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n -webkit-transition: @transition;\n -o-transition: @transition;\n transition: @transition;\n}\n.transition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n -webkit-transition-delay: @transition-delay;\n transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n -webkit-transition-duration: @transition-duration;\n transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n -webkit-transition-timing-function: @timing-function;\n transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n -webkit-transition: -webkit-transform @transition;\n -moz-transition: -moz-transform @transition;\n -o-transition: -o-transform @transition;\n transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n -webkit-user-select: @select;\n -moz-user-select: @select;\n -ms-user-select: @select; // IE10+\n user-select: @select;\n}\n",null,"// Gradients\n\n#gradient {\n\n // Horizontal gradient, from left to right\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n // Vertical gradient, from top to bottom\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n background-repeat: repeat-x;\n background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n }\n .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .radial(@inner-color: #555; @outer-color: #333) {\n background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n background-image: radial-gradient(circle, @inner-color, @outer-color);\n background-repeat: no-repeat;\n }\n .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n }\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n"]}
skin/frontend/accessshop/default/css/bootstrap-theme.min.css ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.2.0 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */.btn-default,.btn-primary,.btn-success,.btn-info,.btn-warning,.btn-danger{text-shadow:0 -1px 0 rgba(0,0,0,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)}.btn-default:active,.btn-primary:active,.btn-success:active,.btn-info:active,.btn-warning:active,.btn-danger:active,.btn-default.active,.btn-primary.active,.btn-success.active,.btn-info.active,.btn-warning.active,.btn-danger.active{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn:active,.btn.active{background-image:none}.btn-default{text-shadow:0 1px 0 #fff;background-image:-webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-o-linear-gradient(top,#fff 0,#e0e0e0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));background-image:linear-gradient(to bottom,#fff 0,#e0e0e0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#dbdbdb;border-color:#ccc}.btn-default:hover,.btn-default:focus{background-color:#e0e0e0;background-position:0 -15px}.btn-default:active,.btn-default.active{background-color:#e0e0e0;border-color:#dbdbdb}.btn-default:disabled,.btn-default[disabled]{background-color:#e0e0e0;background-image:none}.btn-primary{background-image:-webkit-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-o-linear-gradient(top,#428bca 0,#2d6ca2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#2d6ca2));background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#2b669a}.btn-primary:hover,.btn-primary:focus{background-color:#2d6ca2;background-position:0 -15px}.btn-primary:active,.btn-primary.active{background-color:#2d6ca2;border-color:#2b669a}.btn-primary:disabled,.btn-primary[disabled]{background-color:#2d6ca2;background-image:none}.btn-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#419641 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));background-image:linear-gradient(to bottom,#5cb85c 0,#419641 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#3e8f3e}.btn-success:hover,.btn-success:focus{background-color:#419641;background-position:0 -15px}.btn-success:active,.btn-success.active{background-color:#419641;border-color:#3e8f3e}.btn-success:disabled,.btn-success[disabled]{background-color:#419641;background-image:none}.btn-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#2aabd2 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#2aabd2));background-image:linear-gradient(to bottom,#5bc0de 0,#2aabd2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#28a4c9}.btn-info:hover,.btn-info:focus{background-color:#2aabd2;background-position:0 -15px}.btn-info:active,.btn-info.active{background-color:#2aabd2;border-color:#28a4c9}.btn-info:disabled,.btn-info[disabled]{background-color:#2aabd2;background-image:none}.btn-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));background-image:linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#e38d13}.btn-warning:hover,.btn-warning:focus{background-color:#eb9316;background-position:0 -15px}.btn-warning:active,.btn-warning.active{background-color:#eb9316;border-color:#e38d13}.btn-warning:disabled,.btn-warning[disabled]{background-color:#eb9316;background-image:none}.btn-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c12e2a 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));background-image:linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-color:#b92c28}.btn-danger:hover,.btn-danger:focus{background-color:#c12e2a;background-position:0 -15px}.btn-danger:active,.btn-danger.active{background-color:#c12e2a;border-color:#b92c28}.btn-danger:disabled,.btn-danger[disabled]{background-color:#c12e2a;background-image:none}.thumbnail,.img-thumbnail{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{background-color:#e8e8e8;background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{background-color:#357ebd;background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-o-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#357ebd));background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-repeat:repeat-x}.navbar-default{background-image:-webkit-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-o-linear-gradient(top,#fff 0,#f8f8f8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f8f8f8));background-image:linear-gradient(to bottom,#fff 0,#f8f8f8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x;border-radius:4px;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075)}.navbar-default .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f3f3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f3f3f3));background-image:linear-gradient(to bottom,#ebebeb 0,#f3f3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff3f3f3', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.075);box-shadow:inset 0 3px 9px rgba(0,0,0,.075)}.navbar-brand,.navbar-nav>li>a{text-shadow:0 1px 0 rgba(255,255,255,.25)}.navbar-inverse{background-image:-webkit-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-o-linear-gradient(top,#3c3c3c 0,#222 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#222));background-image:linear-gradient(to bottom,#3c3c3c 0,#222 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);background-repeat:repeat-x}.navbar-inverse .navbar-nav>.active>a{background-image:-webkit-linear-gradient(top,#222 0,#282828 100%);background-image:-o-linear-gradient(top,#222 0,#282828 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#222),to(#282828));background-image:linear-gradient(to bottom,#222 0,#282828 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);background-repeat:repeat-x;-webkit-box-shadow:inset 0 3px 9px rgba(0,0,0,.25);box-shadow:inset 0 3px 9px rgba(0,0,0,.25)}.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a{text-shadow:0 -1px 0 rgba(0,0,0,.25)}.navbar-static-top,.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}.alert{text-shadow:0 1px 0 rgba(255,255,255,.2);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05)}.alert-success{background-image:-webkit-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#c8e5bc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#c8e5bc));background-image:linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);background-repeat:repeat-x;border-color:#b2dba1}.alert-info{background-image:-webkit-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#b9def0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#b9def0));background-image:linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);background-repeat:repeat-x;border-color:#9acfea}.alert-warning{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#f8efc0 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#f8efc0));background-image:linear-gradient(to bottom,#fcf8e3 0,#f8efc0 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);background-repeat:repeat-x;border-color:#f5e79e}.alert-danger{background-image:-webkit-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-o-linear-gradient(top,#f2dede 0,#e7c3c3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#e7c3c3));background-image:linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);background-repeat:repeat-x;border-color:#dca7a7}.progress{background-image:-webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#ebebeb),to(#f5f5f5));background-image:linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x}.progress-bar{background-image:-webkit-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-o-linear-gradient(top,#428bca 0,#3071a9 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#3071a9));background-image:linear-gradient(to bottom,#428bca 0,#3071a9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);background-repeat:repeat-x}.progress-bar-success{background-image:-webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-o-linear-gradient(top,#5cb85c 0,#449d44 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#449d44));background-image:linear-gradient(to bottom,#5cb85c 0,#449d44 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);background-repeat:repeat-x}.progress-bar-info{background-image:-webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-o-linear-gradient(top,#5bc0de 0,#31b0d5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#5bc0de),to(#31b0d5));background-image:linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);background-repeat:repeat-x}.progress-bar-warning{background-image:-webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-o-linear-gradient(top,#f0ad4e 0,#ec971f 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#ec971f));background-image:linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);background-repeat:repeat-x}.progress-bar-danger{background-image:-webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-o-linear-gradient(top,#d9534f 0,#c9302c 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c9302c));background-image:linear-gradient(to bottom,#d9534f 0,#c9302c 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);background-repeat:repeat-x}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.list-group{border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.075);box-shadow:0 1px 2px rgba(0,0,0,.075)}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{text-shadow:0 -1px 0 #3071a9;background-image:-webkit-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-o-linear-gradient(top,#428bca 0,#3278b3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#3278b3));background-image:linear-gradient(to bottom,#428bca 0,#3278b3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);background-repeat:repeat-x;border-color:#3278b3}.panel{-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}.panel-default>.panel-heading{background-image:-webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));background-image:linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);background-repeat:repeat-x}.panel-primary>.panel-heading{background-image:-webkit-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-o-linear-gradient(top,#428bca 0,#357ebd 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#428bca),to(#357ebd));background-image:linear-gradient(to bottom,#428bca 0,#357ebd 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);background-repeat:repeat-x}.panel-success>.panel-heading{background-image:-webkit-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-o-linear-gradient(top,#dff0d8 0,#d0e9c6 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#dff0d8),to(#d0e9c6));background-image:linear-gradient(to bottom,#dff0d8 0,#d0e9c6 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);background-repeat:repeat-x}.panel-info>.panel-heading{background-image:-webkit-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-o-linear-gradient(top,#d9edf7 0,#c4e3f3 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#d9edf7),to(#c4e3f3));background-image:linear-gradient(to bottom,#d9edf7 0,#c4e3f3 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);background-repeat:repeat-x}.panel-warning>.panel-heading{background-image:-webkit-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-o-linear-gradient(top,#fcf8e3 0,#faf2cc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#fcf8e3),to(#faf2cc));background-image:linear-gradient(to bottom,#fcf8e3 0,#faf2cc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);background-repeat:repeat-x}.panel-danger>.panel-heading{background-image:-webkit-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-o-linear-gradient(top,#f2dede 0,#ebcccc 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#f2dede),to(#ebcccc));background-image:linear-gradient(to bottom,#f2dede 0,#ebcccc 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);background-repeat:repeat-x}.well{background-image:-webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);background-image:-webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));background-image:linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);background-repeat:repeat-x;border-color:#dcdcdc;-webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1)}
skin/frontend/accessshop/default/css/bootstrap.css ADDED
@@ -0,0 +1,6203 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*!
2
+ * Bootstrap v3.2.0 (http://getbootstrap.com)
3
+ * Copyright 2011-2014 Twitter, Inc.
4
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
5
+ */
6
+
7
+ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
8
+ html {
9
+ font-family: sans-serif;
10
+ -webkit-text-size-adjust: 100%;
11
+ -ms-text-size-adjust: 100%;
12
+ }
13
+ body {
14
+ margin: 0;
15
+ }
16
+ article,
17
+ aside,
18
+ details,
19
+ figcaption,
20
+ figure,
21
+ footer,
22
+ header,
23
+ hgroup,
24
+ main,
25
+ nav,
26
+ section,
27
+ summary {
28
+ display: block;
29
+ }
30
+ audio,
31
+ canvas,
32
+ progress,
33
+ video {
34
+ display: inline-block;
35
+ vertical-align: baseline;
36
+ }
37
+ audio:not([controls]) {
38
+ display: none;
39
+ height: 0;
40
+ }
41
+ [hidden],
42
+ template {
43
+ display: none;
44
+ }
45
+ a {
46
+ background: transparent;
47
+ }
48
+ a:active,
49
+ a:hover {
50
+ outline: 0;
51
+ }
52
+ abbr[title] {
53
+ border-bottom: 1px dotted;
54
+ }
55
+ b,
56
+ strong {
57
+ font-weight: bold;
58
+ }
59
+ dfn {
60
+ font-style: italic;
61
+ }
62
+ h1 {
63
+ margin: .67em 0;
64
+ font-size: 2em;
65
+ }
66
+ mark {
67
+ color: #000;
68
+ background: #ff0;
69
+ }
70
+ small {
71
+ font-size: 80%;
72
+ }
73
+ sub,
74
+ sup {
75
+ position: relative;
76
+ font-size: 75%;
77
+ line-height: 0;
78
+ vertical-align: baseline;
79
+ }
80
+ sup {
81
+ top: -.5em;
82
+ }
83
+ sub {
84
+ bottom: -.25em;
85
+ }
86
+ img {
87
+ border: 0;
88
+ }
89
+ svg:not(:root) {
90
+ overflow: hidden;
91
+ }
92
+ figure {
93
+ margin: 1em 40px;
94
+ }
95
+ hr {
96
+ height: 0;
97
+ -webkit-box-sizing: content-box;
98
+ -moz-box-sizing: content-box;
99
+ box-sizing: content-box;
100
+ }
101
+ pre {
102
+ overflow: auto;
103
+ }
104
+ code,
105
+ kbd,
106
+ pre,
107
+ samp {
108
+ font-family: monospace, monospace;
109
+ font-size: 1em;
110
+ }
111
+ button,
112
+ input,
113
+ optgroup,
114
+ select,
115
+ textarea {
116
+ margin: 0;
117
+ font: inherit;
118
+ color: inherit;
119
+ }
120
+ button {
121
+ overflow: visible;
122
+ }
123
+ button,
124
+ select {
125
+ text-transform: none;
126
+ }
127
+ button,
128
+ html input[type="button"],
129
+ input[type="reset"],
130
+ input[type="submit"] {
131
+ -webkit-appearance: button;
132
+ cursor: pointer;
133
+ }
134
+ button[disabled],
135
+ html input[disabled] {
136
+ cursor: default;
137
+ }
138
+ button::-moz-focus-inner,
139
+ input::-moz-focus-inner {
140
+ padding: 0;
141
+ border: 0;
142
+ }
143
+ input {
144
+ line-height: normal;
145
+ }
146
+ input[type="checkbox"],
147
+ input[type="radio"] {
148
+ -webkit-box-sizing: border-box;
149
+ -moz-box-sizing: border-box;
150
+ box-sizing: border-box;
151
+ padding: 0;
152
+ }
153
+ input[type="number"]::-webkit-inner-spin-button,
154
+ input[type="number"]::-webkit-outer-spin-button {
155
+ height: auto;
156
+ }
157
+ input[type="search"] {
158
+ -webkit-box-sizing: content-box;
159
+ -moz-box-sizing: content-box;
160
+ box-sizing: content-box;
161
+ -webkit-appearance: textfield;
162
+ }
163
+ input[type="search"]::-webkit-search-cancel-button,
164
+ input[type="search"]::-webkit-search-decoration {
165
+ -webkit-appearance: none;
166
+ }
167
+ fieldset {
168
+ padding: .35em .625em .75em;
169
+ margin: 0 2px;
170
+ border: 1px solid #c0c0c0;
171
+ }
172
+ legend {
173
+ padding: 0;
174
+ border: 0;
175
+ }
176
+ textarea {
177
+ overflow: auto;
178
+ }
179
+ optgroup {
180
+ font-weight: bold;
181
+ }
182
+ table {
183
+ border-spacing: 0;
184
+ border-collapse: collapse;
185
+ }
186
+ td,
187
+ th {
188
+ padding: 0;
189
+ }
190
+ @media print {
191
+ * {
192
+ color: #000 !important;
193
+ text-shadow: none !important;
194
+ background: transparent !important;
195
+ -webkit-box-shadow: none !important;
196
+ box-shadow: none !important;
197
+ }
198
+ a,
199
+ a:visited {
200
+ text-decoration: underline;
201
+ }
202
+ a[href]:after {
203
+ content: " (" attr(href) ")";
204
+ }
205
+ abbr[title]:after {
206
+ content: " (" attr(title) ")";
207
+ }
208
+ a[href^="javascript:"]:after,
209
+ a[href^="#"]:after {
210
+ content: "";
211
+ }
212
+ pre,
213
+ blockquote {
214
+ border: 1px solid #999;
215
+
216
+ page-break-inside: avoid;
217
+ }
218
+ thead {
219
+ display: table-header-group;
220
+ }
221
+ tr,
222
+ img {
223
+ page-break-inside: avoid;
224
+ }
225
+ img {
226
+ max-width: 100% !important;
227
+ }
228
+ p,
229
+ h2,
230
+ h3 {
231
+ orphans: 3;
232
+ widows: 3;
233
+ }
234
+ h2,
235
+ h3 {
236
+ page-break-after: avoid;
237
+ }
238
+ select {
239
+ background: #fff !important;
240
+ }
241
+ .navbar {
242
+ display: none;
243
+ }
244
+ .table td,
245
+ .table th {
246
+ background-color: #fff !important;
247
+ }
248
+ .btn > .caret,
249
+ .dropup > .btn > .caret {
250
+ border-top-color: #000 !important;
251
+ }
252
+ .label {
253
+ border: 1px solid #000;
254
+ }
255
+ .table {
256
+ border-collapse: collapse !important;
257
+ }
258
+ .table-bordered th,
259
+ .table-bordered td {
260
+ border: 1px solid #ddd !important;
261
+ }
262
+ }
263
+ @font-face {
264
+ font-family: 'Glyphicons Halflings';
265
+
266
+ src: url('../fonts/glyphicons-halflings-regular.eot');
267
+ src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
268
+ }
269
+ .glyphicon {
270
+ position: relative;
271
+ top: 1px;
272
+ display: inline-block;
273
+ font-family: 'Glyphicons Halflings';
274
+ font-style: normal;
275
+ font-weight: normal;
276
+ line-height: 1;
277
+
278
+ -webkit-font-smoothing: antialiased;
279
+ -moz-osx-font-smoothing: grayscale;
280
+ }
281
+ .glyphicon-asterisk:before {
282
+ content: "\2a";
283
+ }
284
+ .glyphicon-plus:before {
285
+ content: "\2b";
286
+ }
287
+ .glyphicon-euro:before {
288
+ content: "\20ac";
289
+ }
290
+ .glyphicon-minus:before {
291
+ content: "\2212";
292
+ }
293
+ .glyphicon-cloud:before {
294
+ content: "\2601";
295
+ }
296
+ .glyphicon-envelope:before {
297
+ content: "\2709";
298
+ }
299
+ .glyphicon-pencil:before {
300
+ content: "\270f";
301
+ }
302
+ .glyphicon-glass:before {
303
+ content: "\e001";
304
+ }
305
+ .glyphicon-music:before {
306
+ content: "\e002";
307
+ }
308
+ .glyphicon-search:before {
309
+ content: "\e003";
310
+ }
311
+ .glyphicon-heart:before {
312
+ content: "\e005";
313
+ }
314
+ .glyphicon-star:before {
315
+ content: "\e006";
316
+ }
317
+ .glyphicon-star-empty:before {
318
+ content: "\e007";
319
+ }
320
+ .glyphicon-user:before {
321
+ content: "\e008";
322
+ }
323
+ .glyphicon-film:before {
324
+ content: "\e009";
325
+ }
326
+ .glyphicon-th-large:before {
327
+ content: "\e010";
328
+ }
329
+ .glyphicon-th:before {
330
+ content: "\e011";
331
+ }
332
+ .glyphicon-th-list:before {
333
+ content: "\e012";
334
+ }
335
+ .glyphicon-ok:before {
336
+ content: "\e013";
337
+ }
338
+ .glyphicon-remove:before {
339
+ content: "\e014";
340
+ }
341
+ .glyphicon-zoom-in:before {
342
+ content: "\e015";
343
+ }
344
+ .glyphicon-zoom-out:before {
345
+ content: "\e016";
346
+ }
347
+ .glyphicon-off:before {
348
+ content: "\e017";
349
+ }
350
+ .glyphicon-signal:before {
351
+ content: "\e018";
352
+ }
353
+ .glyphicon-cog:before {
354
+ content: "\e019";
355
+ }
356
+ .glyphicon-trash:before {
357
+ content: "\e020";
358
+ }
359
+ .glyphicon-home:before {
360
+ content: "\e021";
361
+ }
362
+ .glyphicon-file:before {
363
+ content: "\e022";
364
+ }
365
+ .glyphicon-time:before {
366
+ content: "\e023";
367
+ }
368
+ .glyphicon-road:before {
369
+ content: "\e024";
370
+ }
371
+ .glyphicon-download-alt:before {
372
+ content: "\e025";
373
+ }
374
+ .glyphicon-download:before {
375
+ content: "\e026";
376
+ }
377
+ .glyphicon-upload:before {
378
+ content: "\e027";
379
+ }
380
+ .glyphicon-inbox:before {
381
+ content: "\e028";
382
+ }
383
+ .glyphicon-play-circle:before {
384
+ content: "\e029";
385
+ }
386
+ .glyphicon-repeat:before {
387
+ content: "\e030";
388
+ }
389
+ .glyphicon-refresh:before {
390
+ content: "\e031";
391
+ }
392
+ .glyphicon-list-alt:before {
393
+ content: "\e032";
394
+ }
395
+ .glyphicon-lock:before {
396
+ content: "\e033";
397
+ }
398
+ .glyphicon-flag:before {
399
+ content: "\e034";
400
+ }
401
+ .glyphicon-headphones:before {
402
+ content: "\e035";
403
+ }
404
+ .glyphicon-volume-off:before {
405
+ content: "\e036";
406
+ }
407
+ .glyphicon-volume-down:before {
408
+ content: "\e037";
409
+ }
410
+ .glyphicon-volume-up:before {
411
+ content: "\e038";
412
+ }
413
+ .glyphicon-qrcode:before {
414
+ content: "\e039";
415
+ }
416
+ .glyphicon-barcode:before {
417
+ content: "\e040";
418
+ }
419
+ .glyphicon-tag:before {
420
+ content: "\e041";
421
+ }
422
+ .glyphicon-tags:before {
423
+ content: "\e042";
424
+ }
425
+ .glyphicon-book:before {
426
+ content: "\e043";
427
+ }
428
+ .glyphicon-bookmark:before {
429
+ content: "\e044";
430
+ }
431
+ .glyphicon-print:before {
432
+ content: "\e045";
433
+ }
434
+ .glyphicon-camera:before {
435
+ content: "\e046";
436
+ }
437
+ .glyphicon-font:before {
438
+ content: "\e047";
439
+ }
440
+ .glyphicon-bold:before {
441
+ content: "\e048";
442
+ }
443
+ .glyphicon-italic:before {
444
+ content: "\e049";
445
+ }
446
+ .glyphicon-text-height:before {
447
+ content: "\e050";
448
+ }
449
+ .glyphicon-text-width:before {
450
+ content: "\e051";
451
+ }
452
+ .glyphicon-align-left:before {
453
+ content: "\e052";
454
+ }
455
+ .glyphicon-align-center:before {
456
+ content: "\e053";
457
+ }
458
+ .glyphicon-align-right:before {
459
+ content: "\e054";
460
+ }
461
+ .glyphicon-align-justify:before {
462
+ content: "\e055";
463
+ }
464
+ .glyphicon-list:before {
465
+ content: "\e056";
466
+ }
467
+ .glyphicon-indent-left:before {
468
+ content: "\e057";
469
+ }
470
+ .glyphicon-indent-right:before {
471
+ content: "\e058";
472
+ }
473
+ .glyphicon-facetime-video:before {
474
+ content: "\e059";
475
+ }
476
+ .glyphicon-picture:before {
477
+ content: "\e060";
478
+ }
479
+ .glyphicon-map-marker:before {
480
+ content: "\e062";
481
+ }
482
+ .glyphicon-adjust:before {
483
+ content: "\e063";
484
+ }
485
+ .glyphicon-tint:before {
486
+ content: "\e064";
487
+ }
488
+ .glyphicon-edit:before {
489
+ content: "\e065";
490
+ }
491
+ .glyphicon-share:before {
492
+ content: "\e066";
493
+ }
494
+ .glyphicon-check:before {
495
+ content: "\e067";
496
+ }
497
+ .glyphicon-move:before {
498
+ content: "\e068";
499
+ }
500
+ .glyphicon-step-backward:before {
501
+ content: "\e069";
502
+ }
503
+ .glyphicon-fast-backward:before {
504
+ content: "\e070";
505
+ }
506
+ .glyphicon-backward:before {
507
+ content: "\e071";
508
+ }
509
+ .glyphicon-play:before {
510
+ content: "\e072";
511
+ }
512
+ .glyphicon-pause:before {
513
+ content: "\e073";
514
+ }
515
+ .glyphicon-stop:before {
516
+ content: "\e074";
517
+ }
518
+ .glyphicon-forward:before {
519
+ content: "\e075";
520
+ }
521
+ .glyphicon-fast-forward:before {
522
+ content: "\e076";
523
+ }
524
+ .glyphicon-step-forward:before {
525
+ content: "\e077";
526
+ }
527
+ .glyphicon-eject:before {
528
+ content: "\e078";
529
+ }
530
+ .glyphicon-chevron-left:before {
531
+ content: "\e079";
532
+ }
533
+ .glyphicon-chevron-right:before {
534
+ content: "\e080";
535
+ }
536
+ .glyphicon-plus-sign:before {
537
+ content: "\e081";
538
+ }
539
+ .glyphicon-minus-sign:before {
540
+ content: "\e082";
541
+ }
542
+ .glyphicon-remove-sign:before {
543
+ content: "\e083";
544
+ }
545
+ .glyphicon-ok-sign:before {
546
+ content: "\e084";
547
+ }
548
+ .glyphicon-question-sign:before {
549
+ content: "\e085";
550
+ }
551
+ .glyphicon-info-sign:before {
552
+ content: "\e086";
553
+ }
554
+ .glyphicon-screenshot:before {
555
+ content: "\e087";
556
+ }
557
+ .glyphicon-remove-circle:before {
558
+ content: "\e088";
559
+ }
560
+ .glyphicon-ok-circle:before {
561
+ content: "\e089";
562
+ }
563
+ .glyphicon-ban-circle:before {
564
+ content: "\e090";
565
+ }
566
+ .glyphicon-arrow-left:before {
567
+ content: "\e091";
568
+ }
569
+ .glyphicon-arrow-right:before {
570
+ content: "\e092";
571
+ }
572
+ .glyphicon-arrow-up:before {
573
+ content: "\e093";
574
+ }
575
+ .glyphicon-arrow-down:before {
576
+ content: "\e094";
577
+ }
578
+ .glyphicon-share-alt:before {
579
+ content: "\e095";
580
+ }
581
+ .glyphicon-resize-full:before {
582
+ content: "\e096";
583
+ }
584
+ .glyphicon-resize-small:before {
585
+ content: "\e097";
586
+ }
587
+ .glyphicon-exclamation-sign:before {
588
+ content: "\e101";
589
+ }
590
+ .glyphicon-gift:before {
591
+ content: "\e102";
592
+ }
593
+ .glyphicon-leaf:before {
594
+ content: "\e103";
595
+ }
596
+ .glyphicon-fire:before {
597
+ content: "\e104";
598
+ }
599
+ .glyphicon-eye-open:before {
600
+ content: "\e105";
601
+ }
602
+ .glyphicon-eye-close:before {
603
+ content: "\e106";
604
+ }
605
+ .glyphicon-warning-sign:before {
606
+ content: "\e107";
607
+ }
608
+ .glyphicon-plane:before {
609
+ content: "\e108";
610
+ }
611
+ .glyphicon-calendar:before {
612
+ content: "\e109";
613
+ }
614
+ .glyphicon-random:before {
615
+ content: "\e110";
616
+ }
617
+ .glyphicon-comment:before {
618
+ content: "\e111";
619
+ }
620
+ .glyphicon-magnet:before {
621
+ content: "\e112";
622
+ }
623
+ .glyphicon-chevron-up:before {
624
+ content: "\e113";
625
+ }
626
+ .glyphicon-chevron-down:before {
627
+ content: "\e114";
628
+ }
629
+ .glyphicon-retweet:before {
630
+ content: "\e115";
631
+ }
632
+ .glyphicon-shopping-cart:before {
633
+ content: "\e116";
634
+ }
635
+ .glyphicon-folder-close:before {
636
+ content: "\e117";
637
+ }
638
+ .glyphicon-folder-open:before {
639
+ content: "\e118";
640
+ }
641
+ .glyphicon-resize-vertical:before {
642
+ content: "\e119";
643
+ }
644
+ .glyphicon-resize-horizontal:before {
645
+ content: "\e120";
646
+ }
647
+ .glyphicon-hdd:before {
648
+ content: "\e121";
649
+ }
650
+ .glyphicon-bullhorn:before {
651
+ content: "\e122";
652
+ }
653
+ .glyphicon-bell:before {
654
+ content: "\e123";
655
+ }
656
+ .glyphicon-certificate:before {
657
+ content: "\e124";
658
+ }
659
+ .glyphicon-thumbs-up:before {
660
+ content: "\e125";
661
+ }
662
+ .glyphicon-thumbs-down:before {
663
+ content: "\e126";
664
+ }
665
+ .glyphicon-hand-right:before {
666
+ content: "\e127";
667
+ }
668
+ .glyphicon-hand-left:before {
669
+ content: "\e128";
670
+ }
671
+ .glyphicon-hand-up:before {
672
+ content: "\e129";
673
+ }
674
+ .glyphicon-hand-down:before {
675
+ content: "\e130";
676
+ }
677
+ .glyphicon-circle-arrow-right:before {
678
+ content: "\e131";
679
+ }
680
+ .glyphicon-circle-arrow-left:before {
681
+ content: "\e132";
682
+ }
683
+ .glyphicon-circle-arrow-up:before {
684
+ content: "\e133";
685
+ }
686
+ .glyphicon-circle-arrow-down:before {
687
+ content: "\e134";
688
+ }
689
+ .glyphicon-globe:before {
690
+ content: "\e135";
691
+ }
692
+ .glyphicon-wrench:before {
693
+ content: "\e136";
694
+ }
695
+ .glyphicon-tasks:before {
696
+ content: "\e137";
697
+ }
698
+ .glyphicon-filter:before {
699
+ content: "\e138";
700
+ }
701
+ .glyphicon-briefcase:before {
702
+ content: "\e139";
703
+ }
704
+ .glyphicon-fullscreen:before {
705
+ content: "\e140";
706
+ }
707
+ .glyphicon-dashboard:before {
708
+ content: "\e141";
709
+ }
710
+ .glyphicon-paperclip:before {
711
+ content: "\e142";
712
+ }
713
+ .glyphicon-heart-empty:before {
714
+ content: "\e143";
715
+ }
716
+ .glyphicon-link:before {
717
+ content: "\e144";
718
+ }
719
+ .glyphicon-phone:before {
720
+ content: "\e145";
721
+ }
722
+ .glyphicon-pushpin:before {
723
+ content: "\e146";
724
+ }
725
+ .glyphicon-usd:before {
726
+ content: "\e148";
727
+ }
728
+ .glyphicon-gbp:before {
729
+ content: "\e149";
730
+ }
731
+ .glyphicon-sort:before {
732
+ content: "\e150";
733
+ }
734
+ .glyphicon-sort-by-alphabet:before {
735
+ content: "\e151";
736
+ }
737
+ .glyphicon-sort-by-alphabet-alt:before {
738
+ content: "\e152";
739
+ }
740
+ .glyphicon-sort-by-order:before {
741
+ content: "\e153";
742
+ }
743
+ .glyphicon-sort-by-order-alt:before {
744
+ content: "\e154";
745
+ }
746
+ .glyphicon-sort-by-attributes:before {
747
+ content: "\e155";
748
+ }
749
+ .glyphicon-sort-by-attributes-alt:before {
750
+ content: "\e156";
751
+ }
752
+ .glyphicon-unchecked:before {
753
+ content: "\e157";
754
+ }
755
+ .glyphicon-expand:before {
756
+ content: "\e158";
757
+ }
758
+ .glyphicon-collapse-down:before {
759
+ content: "\e159";
760
+ }
761
+ .glyphicon-collapse-up:before {
762
+ content: "\e160";
763
+ }
764
+ .glyphicon-log-in:before {
765
+ content: "\e161";
766
+ }
767
+ .glyphicon-flash:before {
768
+ content: "\e162";
769
+ }
770
+ .glyphicon-log-out:before {
771
+ content: "\e163";
772
+ }
773
+ .glyphicon-new-window:before {
774
+ content: "\e164";
775
+ }
776
+ .glyphicon-record:before {
777
+ content: "\e165";
778
+ }
779
+ .glyphicon-save:before {
780
+ content: "\e166";
781
+ }
782
+ .glyphicon-open:before {
783
+ content: "\e167";
784
+ }
785
+ .glyphicon-saved:before {
786
+ content: "\e168";
787
+ }
788
+ .glyphicon-import:before {
789
+ content: "\e169";
790
+ }
791
+ .glyphicon-export:before {
792
+ content: "\e170";
793
+ }
794
+ .glyphicon-send:before {
795
+ content: "\e171";
796
+ }
797
+ .glyphicon-floppy-disk:before {
798
+ content: "\e172";
799
+ }
800
+ .glyphicon-floppy-saved:before {
801
+ content: "\e173";
802
+ }
803
+ .glyphicon-floppy-remove:before {
804
+ content: "\e174";
805
+ }
806
+ .glyphicon-floppy-save:before {
807
+ content: "\e175";
808
+ }
809
+ .glyphicon-floppy-open:before {
810
+ content: "\e176";
811
+ }
812
+ .glyphicon-credit-card:before {
813
+ content: "\e177";
814
+ }
815
+ .glyphicon-transfer:before {
816
+ content: "\e178";
817
+ }
818
+ .glyphicon-cutlery:before {
819
+ content: "\e179";
820
+ }
821
+ .glyphicon-header:before {
822
+ content: "\e180";
823
+ }
824
+ .glyphicon-compressed:before {
825
+ content: "\e181";
826
+ }
827
+ .glyphicon-earphone:before {
828
+ content: "\e182";
829
+ }
830
+ .glyphicon-phone-alt:before {
831
+ content: "\e183";
832
+ }
833
+ .glyphicon-tower:before {
834
+ content: "\e184";
835
+ }
836
+ .glyphicon-stats:before {
837
+ content: "\e185";
838
+ }
839
+ .glyphicon-sd-video:before {
840
+ content: "\e186";
841
+ }
842
+ .glyphicon-hd-video:before {
843
+ content: "\e187";
844
+ }
845
+ .glyphicon-subtitles:before {
846
+ content: "\e188";
847
+ }
848
+ .glyphicon-sound-stereo:before {
849
+ content: "\e189";
850
+ }
851
+ .glyphicon-sound-dolby:before {
852
+ content: "\e190";
853
+ }
854
+ .glyphicon-sound-5-1:before {
855
+ content: "\e191";
856
+ }
857
+ .glyphicon-sound-6-1:before {
858
+ content: "\e192";
859
+ }
860
+ .glyphicon-sound-7-1:before {
861
+ content: "\e193";
862
+ }
863
+ .glyphicon-copyright-mark:before {
864
+ content: "\e194";
865
+ }
866
+ .glyphicon-registration-mark:before {
867
+ content: "\e195";
868
+ }
869
+ .glyphicon-cloud-download:before {
870
+ content: "\e197";
871
+ }
872
+ .glyphicon-cloud-upload:before {
873
+ content: "\e198";
874
+ }
875
+ .glyphicon-tree-conifer:before {
876
+ content: "\e199";
877
+ }
878
+ .glyphicon-tree-deciduous:before {
879
+ content: "\e200";
880
+ }
881
+ * {
882
+ -webkit-box-sizing: border-box;
883
+ -moz-box-sizing: border-box;
884
+ box-sizing: border-box;
885
+ }
886
+ *:before,
887
+ *:after {
888
+ -webkit-box-sizing: border-box;
889
+ -moz-box-sizing: border-box;
890
+ box-sizing: border-box;
891
+ }
892
+ html {
893
+ font-size: 10px;
894
+
895
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
896
+ }
897
+ body {
898
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
899
+ font-size: 14px;
900
+ line-height: 1.42857143;
901
+ color: #333;
902
+ background-color: #fff;
903
+ }
904
+ input,
905
+ button,
906
+ select,
907
+ textarea {
908
+ font-family: inherit;
909
+ font-size: inherit;
910
+ line-height: inherit;
911
+ }
912
+ a {
913
+ color: #428bca;
914
+ text-decoration: none;
915
+ }
916
+ a:hover,
917
+ a:focus {
918
+ color: #2a6496;
919
+ text-decoration: underline;
920
+ }
921
+ a:focus {
922
+ outline: thin dotted;
923
+ outline: 5px auto -webkit-focus-ring-color;
924
+ outline-offset: -2px;
925
+ }
926
+ figure {
927
+ margin: 0;
928
+ }
929
+ img {
930
+ vertical-align: middle;
931
+ }
932
+ .img-responsive,
933
+ .thumbnail > img,
934
+ .thumbnail a > img,
935
+ .carousel-inner > .item > img,
936
+ .carousel-inner > .item > a > img {
937
+ display: block;
938
+ width: 100% \9;
939
+ max-width: 100%;
940
+ height: auto;
941
+ }
942
+ .img-rounded {
943
+ border-radius: 6px;
944
+ }
945
+ .img-thumbnail {
946
+ display: inline-block;
947
+ width: 100% \9;
948
+ max-width: 100%;
949
+ height: auto;
950
+ padding: 4px;
951
+ line-height: 1.42857143;
952
+ background-color: #fff;
953
+ border: 1px solid #ddd;
954
+ border-radius: 4px;
955
+ -webkit-transition: all .2s ease-in-out;
956
+ -o-transition: all .2s ease-in-out;
957
+ transition: all .2s ease-in-out;
958
+ }
959
+ .img-circle {
960
+ border-radius: 50%;
961
+ }
962
+ hr {
963
+ margin-top: 20px;
964
+ margin-bottom: 20px;
965
+ border: 0;
966
+ border-top: 1px solid #eee;
967
+ }
968
+ .sr-only {
969
+ position: absolute;
970
+ width: 1px;
971
+ height: 1px;
972
+ padding: 0;
973
+ margin: -1px;
974
+ overflow: hidden;
975
+ clip: rect(0, 0, 0, 0);
976
+ border: 0;
977
+ }
978
+ .sr-only-focusable:active,
979
+ .sr-only-focusable:focus {
980
+ position: static;
981
+ width: auto;
982
+ height: auto;
983
+ margin: 0;
984
+ overflow: visible;
985
+ clip: auto;
986
+ }
987
+ h1,
988
+ h2,
989
+ h3,
990
+ h4,
991
+ h5,
992
+ h6,
993
+ .h1,
994
+ .h2,
995
+ .h3,
996
+ .h4,
997
+ .h5,
998
+ .h6 {
999
+ font-family: inherit;
1000
+ font-weight: 500;
1001
+ line-height: 1.1;
1002
+ color: inherit;
1003
+ }
1004
+ h1 small,
1005
+ h2 small,
1006
+ h3 small,
1007
+ h4 small,
1008
+ h5 small,
1009
+ h6 small,
1010
+ .h1 small,
1011
+ .h2 small,
1012
+ .h3 small,
1013
+ .h4 small,
1014
+ .h5 small,
1015
+ .h6 small,
1016
+ h1 .small,
1017
+ h2 .small,
1018
+ h3 .small,
1019
+ h4 .small,
1020
+ h5 .small,
1021
+ h6 .small,
1022
+ .h1 .small,
1023
+ .h2 .small,
1024
+ .h3 .small,
1025
+ .h4 .small,
1026
+ .h5 .small,
1027
+ .h6 .small {
1028
+ font-weight: normal;
1029
+ line-height: 1;
1030
+ color: #777;
1031
+ }
1032
+ h1,
1033
+ .h1,
1034
+ h2,
1035
+ .h2,
1036
+ h3,
1037
+ .h3 {
1038
+ margin-top: 20px;
1039
+ margin-bottom: 10px;
1040
+ }
1041
+ h1 small,
1042
+ .h1 small,
1043
+ h2 small,
1044
+ .h2 small,
1045
+ h3 small,
1046
+ .h3 small,
1047
+ h1 .small,
1048
+ .h1 .small,
1049
+ h2 .small,
1050
+ .h2 .small,
1051
+ h3 .small,
1052
+ .h3 .small {
1053
+ font-size: 65%;
1054
+ }
1055
+ h4,
1056
+ .h4,
1057
+ h5,
1058
+ .h5,
1059
+ h6,
1060
+ .h6 {
1061
+ margin-top: 10px;
1062
+ margin-bottom: 10px;
1063
+ }
1064
+ h4 small,
1065
+ .h4 small,
1066
+ h5 small,
1067
+ .h5 small,
1068
+ h6 small,
1069
+ .h6 small,
1070
+ h4 .small,
1071
+ .h4 .small,
1072
+ h5 .small,
1073
+ .h5 .small,
1074
+ h6 .small,
1075
+ .h6 .small {
1076
+ font-size: 75%;
1077
+ }
1078
+ h1,
1079
+ .h1 {
1080
+ font-size: 36px;
1081
+ }
1082
+ h2,
1083
+ .h2 {
1084
+ font-size: 30px;
1085
+ }
1086
+ h3,
1087
+ .h3 {
1088
+ font-size: 24px;
1089
+ }
1090
+ h4,
1091
+ .h4 {
1092
+ font-size: 18px;
1093
+ }
1094
+ h5,
1095
+ .h5 {
1096
+ font-size: 14px;
1097
+ }
1098
+ h6,
1099
+ .h6 {
1100
+ font-size: 12px;
1101
+ }
1102
+ p {
1103
+ margin: 0 0 10px;
1104
+ }
1105
+ .lead {
1106
+ margin-bottom: 20px;
1107
+ font-size: 16px;
1108
+ font-weight: 300;
1109
+ line-height: 1.4;
1110
+ }
1111
+ @media (min-width: 768px) {
1112
+ .lead {
1113
+ font-size: 21px;
1114
+ }
1115
+ }
1116
+ small,
1117
+ .small {
1118
+ font-size: 85%;
1119
+ }
1120
+ cite {
1121
+ font-style: normal;
1122
+ }
1123
+ mark,
1124
+ .mark {
1125
+ padding: .2em;
1126
+ background-color: #fcf8e3;
1127
+ }
1128
+ .text-left {
1129
+ text-align: left;
1130
+ }
1131
+ .text-right {
1132
+ text-align: right;
1133
+ }
1134
+ .text-center {
1135
+ text-align: center;
1136
+ }
1137
+ .text-justify {
1138
+ text-align: justify;
1139
+ }
1140
+ .text-nowrap {
1141
+ white-space: nowrap;
1142
+ }
1143
+ .text-lowercase {
1144
+ text-transform: lowercase;
1145
+ }
1146
+ .text-uppercase {
1147
+ text-transform: uppercase;
1148
+ }
1149
+ .text-capitalize {
1150
+ text-transform: capitalize;
1151
+ }
1152
+ .text-muted {
1153
+ color: #777;
1154
+ }
1155
+ .text-primary {
1156
+ color: #428bca;
1157
+ }
1158
+ a.text-primary:hover {
1159
+ color: #3071a9;
1160
+ }
1161
+ .text-success {
1162
+ color: #3c763d;
1163
+ }
1164
+ a.text-success:hover {
1165
+ color: #2b542c;
1166
+ }
1167
+ .text-info {
1168
+ color: #31708f;
1169
+ }
1170
+ a.text-info:hover {
1171
+ color: #245269;
1172
+ }
1173
+ .text-warning {
1174
+ color: #8a6d3b;
1175
+ }
1176
+ a.text-warning:hover {
1177
+ color: #66512c;
1178
+ }
1179
+ .text-danger {
1180
+ color: #a94442;
1181
+ }
1182
+ a.text-danger:hover {
1183
+ color: #843534;
1184
+ }
1185
+ .bg-primary {
1186
+ color: #fff;
1187
+ background-color: #428bca;
1188
+ }
1189
+ a.bg-primary:hover {
1190
+ background-color: #3071a9;
1191
+ }
1192
+ .bg-success {
1193
+ background-color: #dff0d8;
1194
+ }
1195
+ a.bg-success:hover {
1196
+ background-color: #c1e2b3;
1197
+ }
1198
+ .bg-info {
1199
+ background-color: #d9edf7;
1200
+ }
1201
+ a.bg-info:hover {
1202
+ background-color: #afd9ee;
1203
+ }
1204
+ .bg-warning {
1205
+ background-color: #fcf8e3;
1206
+ }
1207
+ a.bg-warning:hover {
1208
+ background-color: #f7ecb5;
1209
+ }
1210
+ .bg-danger {
1211
+ background-color: #f2dede;
1212
+ }
1213
+ a.bg-danger:hover {
1214
+ background-color: #e4b9b9;
1215
+ }
1216
+ .page-header {
1217
+ padding-bottom: 9px;
1218
+ margin: 40px 0 20px;
1219
+ border-bottom: 1px solid #eee;
1220
+ }
1221
+ ul,
1222
+ ol {
1223
+ margin-top: 0;
1224
+ margin-bottom: 10px;
1225
+ }
1226
+ ul ul,
1227
+ ol ul,
1228
+ ul ol,
1229
+ ol ol {
1230
+ margin-bottom: 0;
1231
+ }
1232
+ .list-unstyled {
1233
+ padding-left: 0;
1234
+ list-style: none;
1235
+ }
1236
+ .list-inline {
1237
+ padding-left: 0;
1238
+ margin-left: -5px;
1239
+ list-style: none;
1240
+ }
1241
+ .list-inline > li {
1242
+ display: inline-block;
1243
+ padding-right: 5px;
1244
+ padding-left: 5px;
1245
+ }
1246
+ dl {
1247
+ margin-top: 0;
1248
+ margin-bottom: 20px;
1249
+ }
1250
+ dt,
1251
+ dd {
1252
+ line-height: 1.42857143;
1253
+ }
1254
+ dt {
1255
+ font-weight: bold;
1256
+ }
1257
+ dd {
1258
+ margin-left: 0;
1259
+ }
1260
+ @media (min-width: 768px) {
1261
+ .dl-horizontal dt {
1262
+ float: left;
1263
+ width: 160px;
1264
+ overflow: hidden;
1265
+ clear: left;
1266
+ text-align: right;
1267
+ text-overflow: ellipsis;
1268
+ white-space: nowrap;
1269
+ }
1270
+ .dl-horizontal dd {
1271
+ margin-left: 180px;
1272
+ }
1273
+ }
1274
+ abbr[title],
1275
+ abbr[data-original-title] {
1276
+ cursor: help;
1277
+ border-bottom: 1px dotted #777;
1278
+ }
1279
+ .initialism {
1280
+ font-size: 90%;
1281
+ text-transform: uppercase;
1282
+ }
1283
+ blockquote {
1284
+ padding: 10px 20px;
1285
+ margin: 0 0 20px;
1286
+ font-size: 17.5px;
1287
+ border-left: 5px solid #eee;
1288
+ }
1289
+ blockquote p:last-child,
1290
+ blockquote ul:last-child,
1291
+ blockquote ol:last-child {
1292
+ margin-bottom: 0;
1293
+ }
1294
+ blockquote footer,
1295
+ blockquote small,
1296
+ blockquote .small {
1297
+ display: block;
1298
+ font-size: 80%;
1299
+ line-height: 1.42857143;
1300
+ color: #777;
1301
+ }
1302
+ blockquote footer:before,
1303
+ blockquote small:before,
1304
+ blockquote .small:before {
1305
+ content: '\2014 \00A0';
1306
+ }
1307
+ .blockquote-reverse,
1308
+ blockquote.pull-right {
1309
+ padding-right: 15px;
1310
+ padding-left: 0;
1311
+ text-align: right;
1312
+ border-right: 5px solid #eee;
1313
+ border-left: 0;
1314
+ }
1315
+ .blockquote-reverse footer:before,
1316
+ blockquote.pull-right footer:before,
1317
+ .blockquote-reverse small:before,
1318
+ blockquote.pull-right small:before,
1319
+ .blockquote-reverse .small:before,
1320
+ blockquote.pull-right .small:before {
1321
+ content: '';
1322
+ }
1323
+ .blockquote-reverse footer:after,
1324
+ blockquote.pull-right footer:after,
1325
+ .blockquote-reverse small:after,
1326
+ blockquote.pull-right small:after,
1327
+ .blockquote-reverse .small:after,
1328
+ blockquote.pull-right .small:after {
1329
+ content: '\00A0 \2014';
1330
+ }
1331
+ blockquote:before,
1332
+ blockquote:after {
1333
+ content: "";
1334
+ }
1335
+ address {
1336
+ margin-bottom: 20px;
1337
+ font-style: normal;
1338
+ line-height: 1.42857143;
1339
+ }
1340
+ code,
1341
+ kbd,
1342
+ pre,
1343
+ samp {
1344
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1345
+ }
1346
+ code {
1347
+ padding: 2px 4px;
1348
+ font-size: 90%;
1349
+ color: #c7254e;
1350
+ background-color: #f9f2f4;
1351
+ border-radius: 4px;
1352
+ }
1353
+ kbd {
1354
+ padding: 2px 4px;
1355
+ font-size: 90%;
1356
+ color: #fff;
1357
+ background-color: #333;
1358
+ border-radius: 3px;
1359
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
1360
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
1361
+ }
1362
+ kbd kbd {
1363
+ padding: 0;
1364
+ font-size: 100%;
1365
+ -webkit-box-shadow: none;
1366
+ box-shadow: none;
1367
+ }
1368
+ pre {
1369
+ display: block;
1370
+ padding: 9.5px;
1371
+ margin: 0 0 10px;
1372
+ font-size: 13px;
1373
+ line-height: 1.42857143;
1374
+ color: #333;
1375
+ word-break: break-all;
1376
+ word-wrap: break-word;
1377
+ background-color: #f5f5f5;
1378
+ border: 1px solid #ccc;
1379
+ border-radius: 4px;
1380
+ }
1381
+ pre code {
1382
+ padding: 0;
1383
+ font-size: inherit;
1384
+ color: inherit;
1385
+ white-space: pre-wrap;
1386
+ background-color: transparent;
1387
+ border-radius: 0;
1388
+ }
1389
+ .pre-scrollable {
1390
+ max-height: 340px;
1391
+ overflow-y: scroll;
1392
+ }
1393
+ .container {
1394
+ padding-right: 15px;
1395
+ padding-left: 15px;
1396
+ margin-right: auto;
1397
+ margin-left: auto;
1398
+ }
1399
+ @media (min-width: 768px) {
1400
+ .container {
1401
+ width: 750px;
1402
+ }
1403
+ }
1404
+ @media (min-width: 992px) {
1405
+ .container {
1406
+ width: 970px;
1407
+ }
1408
+ }
1409
+ @media (min-width: 1200px) {
1410
+ .container {
1411
+ width: 1230px;
1412
+ }
1413
+ }
1414
+ .container-fluid {
1415
+ padding-right: 15px;
1416
+ padding-left: 15px;
1417
+ margin-right: auto;
1418
+ margin-left: auto;
1419
+ }
1420
+ .row {
1421
+ margin-right: -15px;
1422
+ margin-left: -15px;
1423
+ }
1424
+ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
1425
+ position: relative;
1426
+ min-height: 1px;
1427
+ padding-right: 15px;
1428
+ padding-left: 15px;
1429
+ }
1430
+ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
1431
+ float: left;
1432
+ }
1433
+ .col-xs-12 {
1434
+ width: 100%;
1435
+ }
1436
+ .col-xs-11 {
1437
+ width: 91.66666667%;
1438
+ }
1439
+ .col-xs-10 {
1440
+ width: 83.33333333%;
1441
+ }
1442
+ .col-xs-9 {
1443
+ width: 75%;
1444
+ }
1445
+ .col-xs-8 {
1446
+ width: 66.66666667%;
1447
+ }
1448
+ .col-xs-7 {
1449
+ width: 58.33333333%;
1450
+ }
1451
+ .col-xs-6 {
1452
+ width: 50%;
1453
+ }
1454
+ .col-xs-5 {
1455
+ width: 41.66666667%;
1456
+ }
1457
+ .col-xs-4 {
1458
+ width: 33.33333333%;
1459
+ }
1460
+ .col-xs-3 {
1461
+ width: 25%;
1462
+ }
1463
+ .col-xs-2 {
1464
+ width: 16.66666667%;
1465
+ }
1466
+ .col-xs-1 {
1467
+ width: 8.33333333%;
1468
+ }
1469
+ .col-xs-pull-12 {
1470
+ right: 100%;
1471
+ }
1472
+ .col-xs-pull-11 {
1473
+ right: 91.66666667%;
1474
+ }
1475
+ .col-xs-pull-10 {
1476
+ right: 83.33333333%;
1477
+ }
1478
+ .col-xs-pull-9 {
1479
+ right: 75%;
1480
+ }
1481
+ .col-xs-pull-8 {
1482
+ right: 66.66666667%;
1483
+ }
1484
+ .col-xs-pull-7 {
1485
+ right: 58.33333333%;
1486
+ }
1487
+ .col-xs-pull-6 {
1488
+ right: 50%;
1489
+ }
1490
+ .col-xs-pull-5 {
1491
+ right: 41.66666667%;
1492
+ }
1493
+ .col-xs-pull-4 {
1494
+ right: 33.33333333%;
1495
+ }
1496
+ .col-xs-pull-3 {
1497
+ right: 25%;
1498
+ }
1499
+ .col-xs-pull-2 {
1500
+ right: 16.66666667%;
1501
+ }
1502
+ .col-xs-pull-1 {
1503
+ right: 8.33333333%;
1504
+ }
1505
+ .col-xs-pull-0 {
1506
+ right: auto;
1507
+ }
1508
+ .col-xs-push-12 {
1509
+ left: 100%;
1510
+ }
1511
+ .col-xs-push-11 {
1512
+ left: 91.66666667%;
1513
+ }
1514
+ .col-xs-push-10 {
1515
+ left: 83.33333333%;
1516
+ }
1517
+ .col-xs-push-9 {
1518
+ left: 75%;
1519
+ }
1520
+ .col-xs-push-8 {
1521
+ left: 66.66666667%;
1522
+ }
1523
+ .col-xs-push-7 {
1524
+ left: 58.33333333%;
1525
+ }
1526
+ .col-xs-push-6 {
1527
+ left: 50%;
1528
+ }
1529
+ .col-xs-push-5 {
1530
+ left: 41.66666667%;
1531
+ }
1532
+ .col-xs-push-4 {
1533
+ left: 33.33333333%;
1534
+ }
1535
+ .col-xs-push-3 {
1536
+ left: 25%;
1537
+ }
1538
+ .col-xs-push-2 {
1539
+ left: 16.66666667%;
1540
+ }
1541
+ .col-xs-push-1 {
1542
+ left: 8.33333333%;
1543
+ }
1544
+ .col-xs-push-0 {
1545
+ left: auto;
1546
+ }
1547
+ .col-xs-offset-12 {
1548
+ margin-left: 100%;
1549
+ }
1550
+ .col-xs-offset-11 {
1551
+ margin-left: 91.66666667%;
1552
+ }
1553
+ .col-xs-offset-10 {
1554
+ margin-left: 83.33333333%;
1555
+ }
1556
+ .col-xs-offset-9 {
1557
+ margin-left: 75%;
1558
+ }
1559
+ .col-xs-offset-8 {
1560
+ margin-left: 66.66666667%;
1561
+ }
1562
+ .col-xs-offset-7 {
1563
+ margin-left: 58.33333333%;
1564
+ }
1565
+ .col-xs-offset-6 {
1566
+ margin-left: 50%;
1567
+ }
1568
+ .col-xs-offset-5 {
1569
+ margin-left: 41.66666667%;
1570
+ }
1571
+ .col-xs-offset-4 {
1572
+ margin-left: 33.33333333%;
1573
+ }
1574
+ .col-xs-offset-3 {
1575
+ margin-left: 25%;
1576
+ }
1577
+ .col-xs-offset-2 {
1578
+ margin-left: 16.66666667%;
1579
+ }
1580
+ .col-xs-offset-1 {
1581
+ margin-left: 8.33333333%;
1582
+ }
1583
+ .col-xs-offset-0 {
1584
+ margin-left: 0;
1585
+ }
1586
+ @media (min-width: 768px) {
1587
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
1588
+ float: left;
1589
+ }
1590
+ .col-sm-12 {
1591
+ width: 100%;
1592
+ }
1593
+ .col-sm-11 {
1594
+ width: 91.66666667%;
1595
+ }
1596
+ .col-sm-10 {
1597
+ width: 83.33333333%;
1598
+ }
1599
+ .col-sm-9 {
1600
+ width: 75%;
1601
+ }
1602
+ .col-sm-8 {
1603
+ width: 66.66666667%;
1604
+ }
1605
+ .col-sm-7 {
1606
+ width: 58.33333333%;
1607
+ }
1608
+ .col-sm-6 {
1609
+ width: 50%;
1610
+ }
1611
+ .col-sm-5 {
1612
+ width: 41.66666667%;
1613
+ }
1614
+ .col-sm-4 {
1615
+ width: 33.33333333%;
1616
+ }
1617
+ .col-sm-3 {
1618
+ width: 25%;
1619
+ }
1620
+ .col-sm-2 {
1621
+ width: 16.66666667%;
1622
+ }
1623
+ .col-sm-1 {
1624
+ width: 8.33333333%;
1625
+ }
1626
+ .col-sm-pull-12 {
1627
+ right: 100%;
1628
+ }
1629
+ .col-sm-pull-11 {
1630
+ right: 91.66666667%;
1631
+ }
1632
+ .col-sm-pull-10 {
1633
+ right: 83.33333333%;
1634
+ }
1635
+ .col-sm-pull-9 {
1636
+ right: 75%;
1637
+ }
1638
+ .col-sm-pull-8 {
1639
+ right: 66.66666667%;
1640
+ }
1641
+ .col-sm-pull-7 {
1642
+ right: 58.33333333%;
1643
+ }
1644
+ .col-sm-pull-6 {
1645
+ right: 50%;
1646
+ }
1647
+ .col-sm-pull-5 {
1648
+ right: 41.66666667%;
1649
+ }
1650
+ .col-sm-pull-4 {
1651
+ right: 33.33333333%;
1652
+ }
1653
+ .col-sm-pull-3 {
1654
+ right: 25%;
1655
+ }
1656
+ .col-sm-pull-2 {
1657
+ right: 16.66666667%;
1658
+ }
1659
+ .col-sm-pull-1 {
1660
+ right: 8.33333333%;
1661
+ }
1662
+ .col-sm-pull-0 {
1663
+ right: auto;
1664
+ }
1665
+ .col-sm-push-12 {
1666
+ left: 100%;
1667
+ }
1668
+ .col-sm-push-11 {
1669
+ left: 91.66666667%;
1670
+ }
1671
+ .col-sm-push-10 {
1672
+ left: 83.33333333%;
1673
+ }
1674
+ .col-sm-push-9 {
1675
+ left: 75%;
1676
+ }
1677
+ .col-sm-push-8 {
1678
+ left: 66.66666667%;
1679
+ }
1680
+ .col-sm-push-7 {
1681
+ left: 58.33333333%;
1682
+ }
1683
+ .col-sm-push-6 {
1684
+ left: 50%;
1685
+ }
1686
+ .col-sm-push-5 {
1687
+ left: 41.66666667%;
1688
+ }
1689
+ .col-sm-push-4 {
1690
+ left: 33.33333333%;
1691
+ }
1692
+ .col-sm-push-3 {
1693
+ left: 25%;
1694
+ }
1695
+ .col-sm-push-2 {
1696
+ left: 16.66666667%;
1697
+ }
1698
+ .col-sm-push-1 {
1699
+ left: 8.33333333%;
1700
+ }
1701
+ .col-sm-push-0 {
1702
+ left: auto;
1703
+ }
1704
+ .col-sm-offset-12 {
1705
+ margin-left: 100%;
1706
+ }
1707
+ .col-sm-offset-11 {
1708
+ margin-left: 91.66666667%;
1709
+ }
1710
+ .col-sm-offset-10 {
1711
+ margin-left: 83.33333333%;
1712
+ }
1713
+ .col-sm-offset-9 {
1714
+ margin-left: 75%;
1715
+ }
1716
+ .col-sm-offset-8 {
1717
+ margin-left: 66.66666667%;
1718
+ }
1719
+ .col-sm-offset-7 {
1720
+ margin-left: 58.33333333%;
1721
+ }
1722
+ .col-sm-offset-6 {
1723
+ margin-left: 50%;
1724
+ }
1725
+ .col-sm-offset-5 {
1726
+ margin-left: 41.66666667%;
1727
+ }
1728
+ .col-sm-offset-4 {
1729
+ margin-left: 33.33333333%;
1730
+ }
1731
+ .col-sm-offset-3 {
1732
+ margin-left: 25%;
1733
+ }
1734
+ .col-sm-offset-2 {
1735
+ margin-left: 16.66666667%;
1736
+ }
1737
+ .col-sm-offset-1 {
1738
+ margin-left: 8.33333333%;
1739
+ }
1740
+ .col-sm-offset-0 {
1741
+ margin-left: 0;
1742
+ }
1743
+ }
1744
+ @media (min-width: 992px) {
1745
+ .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 {
1746
+ float: left;
1747
+ }
1748
+ .col-md-12 {
1749
+ width: 100%;
1750
+ }
1751
+ .col-md-11 {
1752
+ width: 91.66666667%;
1753
+ }
1754
+ .col-md-10 {
1755
+ width: 83.33333333%;
1756
+ }
1757
+ .col-md-9 {
1758
+ width: 75%;
1759
+ }
1760
+ .col-md-8 {
1761
+ width: 66.66666667%;
1762
+ }
1763
+ .col-md-7 {
1764
+ width: 58.33333333%;
1765
+ }
1766
+ .col-md-6 {
1767
+ width: 50%;
1768
+ }
1769
+ .col-md-5 {
1770
+ width: 41.66666667%;
1771
+ }
1772
+ .col-md-4 {
1773
+ width: 33.33333333%;
1774
+ }
1775
+ .col-md-3 {
1776
+ width: 25%;
1777
+ }
1778
+ .col-md-2 {
1779
+ width: 16.66666667%;
1780
+ }
1781
+ .col-md-1 {
1782
+ width: 8.33333333%;
1783
+ }
1784
+ .col-md-pull-12 {
1785
+ right: 100%;
1786
+ }
1787
+ .col-md-pull-11 {
1788
+ right: 91.66666667%;
1789
+ }
1790
+ .col-md-pull-10 {
1791
+ right: 83.33333333%;
1792
+ }
1793
+ .col-md-pull-9 {
1794
+ right: 75%;
1795
+ }
1796
+ .col-md-pull-8 {
1797
+ right: 66.66666667%;
1798
+ }
1799
+ .col-md-pull-7 {
1800
+ right: 58.33333333%;
1801
+ }
1802
+ .col-md-pull-6 {
1803
+ right: 50%;
1804
+ }
1805
+ .col-md-pull-5 {
1806
+ right: 41.66666667%;
1807
+ }
1808
+ .col-md-pull-4 {
1809
+ right: 33.33333333%;
1810
+ }
1811
+ .col-md-pull-3 {
1812
+ right: 25%;
1813
+ }
1814
+ .col-md-pull-2 {
1815
+ right: 16.66666667%;
1816
+ }
1817
+ .col-md-pull-1 {
1818
+ right: 8.33333333%;
1819
+ }
1820
+ .col-md-pull-0 {
1821
+ right: auto;
1822
+ }
1823
+ .col-md-push-12 {
1824
+ left: 100%;
1825
+ }
1826
+ .col-md-push-11 {
1827
+ left: 91.66666667%;
1828
+ }
1829
+ .col-md-push-10 {
1830
+ left: 83.33333333%;
1831
+ }
1832
+ .col-md-push-9 {
1833
+ left: 75%;
1834
+ }
1835
+ .col-md-push-8 {
1836
+ left: 66.66666667%;
1837
+ }
1838
+ .col-md-push-7 {
1839
+ left: 58.33333333%;
1840
+ }
1841
+ .col-md-push-6 {
1842
+ left: 50%;
1843
+ }
1844
+ .col-md-push-5 {
1845
+ left: 41.66666667%;
1846
+ }
1847
+ .col-md-push-4 {
1848
+ left: 33.33333333%;
1849
+ }
1850
+ .col-md-push-3 {
1851
+ left: 25%;
1852
+ }
1853
+ .col-md-push-2 {
1854
+ left: 16.66666667%;
1855
+ }
1856
+ .col-md-push-1 {
1857
+ left: 8.33333333%;
1858
+ }
1859
+ .col-md-push-0 {
1860
+ left: auto;
1861
+ }
1862
+ .col-md-offset-12 {
1863
+ margin-left: 100%;
1864
+ }
1865
+ .col-md-offset-11 {
1866
+ margin-left: 91.66666667%;
1867
+ }
1868
+ .col-md-offset-10 {
1869
+ margin-left: 83.33333333%;
1870
+ }
1871
+ .col-md-offset-9 {
1872
+ margin-left: 75%;
1873
+ }
1874
+ .col-md-offset-8 {
1875
+ margin-left: 66.66666667%;
1876
+ }
1877
+ .col-md-offset-7 {
1878
+ margin-left: 58.33333333%;
1879
+ }
1880
+ .col-md-offset-6 {
1881
+ margin-left: 50%;
1882
+ }
1883
+ .col-md-offset-5 {
1884
+ margin-left: 41.66666667%;
1885
+ }
1886
+ .col-md-offset-4 {
1887
+ margin-left: 33.33333333%;
1888
+ }
1889
+ .col-md-offset-3 {
1890
+ margin-left: 25%;
1891
+ }
1892
+ .col-md-offset-2 {
1893
+ margin-left: 16.66666667%;
1894
+ }
1895
+ .col-md-offset-1 {
1896
+ margin-left: 8.33333333%;
1897
+ }
1898
+ .col-md-offset-0 {
1899
+ margin-left: 0;
1900
+ }
1901
+ }
1902
+ @media (min-width: 1200px) {
1903
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
1904
+ float: left;
1905
+ }
1906
+ .col-lg-12 {
1907
+ width: 100%;
1908
+ }
1909
+ .col-lg-11 {
1910
+ width: 91.66666667%;
1911
+ }
1912
+ .col-lg-10 {
1913
+ width: 83.33333333%;
1914
+ }
1915
+ .col-lg-9 {
1916
+ width: 75%;
1917
+ }
1918
+ .col-lg-8 {
1919
+ width: 66.66666667%;
1920
+ }
1921
+ .col-lg-7 {
1922
+ width: 58.33333333%;
1923
+ }
1924
+ .col-lg-6 {
1925
+ width: 50%;
1926
+ }
1927
+ .col-lg-5 {
1928
+ width: 41.66666667%;
1929
+ }
1930
+ .col-lg-4 {
1931
+ width: 33.33333333%;
1932
+ }
1933
+ .col-lg-3 {
1934
+ width: 25%;
1935
+ }
1936
+ .col-lg-2 {
1937
+ width: 16.66666667%;
1938
+ }
1939
+ .col-lg-1 {
1940
+ width: 8.33333333%;
1941
+ }
1942
+ .col-lg-pull-12 {
1943
+ right: 100%;
1944
+ }
1945
+ .col-lg-pull-11 {
1946
+ right: 91.66666667%;
1947
+ }
1948
+ .col-lg-pull-10 {
1949
+ right: 83.33333333%;
1950
+ }
1951
+ .col-lg-pull-9 {
1952
+ right: 75%;
1953
+ }
1954
+ .col-lg-pull-8 {
1955
+ right: 66.66666667%;
1956
+ }
1957
+ .col-lg-pull-7 {
1958
+ right: 58.33333333%;
1959
+ }
1960
+ .col-lg-pull-6 {
1961
+ right: 50%;
1962
+ }
1963
+ .col-lg-pull-5 {
1964
+ right: 41.66666667%;
1965
+ }
1966
+ .col-lg-pull-4 {
1967
+ right: 33.33333333%;
1968
+ }
1969
+ .col-lg-pull-3 {
1970
+ right: 25%;
1971
+ }
1972
+ .col-lg-pull-2 {
1973
+ right: 16.66666667%;
1974
+ }
1975
+ .col-lg-pull-1 {
1976
+ right: 8.33333333%;
1977
+ }
1978
+ .col-lg-pull-0 {
1979
+ right: auto;
1980
+ }
1981
+ .col-lg-push-12 {
1982
+ left: 100%;
1983
+ }
1984
+ .col-lg-push-11 {
1985
+ left: 91.66666667%;
1986
+ }
1987
+ .col-lg-push-10 {
1988
+ left: 83.33333333%;
1989
+ }
1990
+ .col-lg-push-9 {
1991
+ left: 75%;
1992
+ }
1993
+ .col-lg-push-8 {
1994
+ left: 66.66666667%;
1995
+ }
1996
+ .col-lg-push-7 {
1997
+ left: 58.33333333%;
1998
+ }
1999
+ .col-lg-push-6 {
2000
+ left: 50%;
2001
+ }
2002
+ .col-lg-push-5 {
2003
+ left: 41.66666667%;
2004
+ }
2005
+ .col-lg-push-4 {
2006
+ left: 33.33333333%;
2007
+ }
2008
+ .col-lg-push-3 {
2009
+ left: 25%;
2010
+ }
2011
+ .col-lg-push-2 {
2012
+ left: 16.66666667%;
2013
+ }
2014
+ .col-lg-push-1 {
2015
+ left: 8.33333333%;
2016
+ }
2017
+ .col-lg-push-0 {
2018
+ left: auto;
2019
+ }
2020
+ .col-lg-offset-12 {
2021
+ margin-left: 100%;
2022
+ }
2023
+ .col-lg-offset-11 {
2024
+ margin-left: 91.66666667%;
2025
+ }
2026
+ .col-lg-offset-10 {
2027
+ margin-left: 83.33333333%;
2028
+ }
2029
+ .col-lg-offset-9 {
2030
+ margin-left: 75%;
2031
+ }
2032
+ .col-lg-offset-8 {
2033
+ margin-left: 66.66666667%;
2034
+ }
2035
+ .col-lg-offset-7 {
2036
+ margin-left: 58.33333333%;
2037
+ }
2038
+ .col-lg-offset-6 {
2039
+ margin-left: 50%;
2040
+ }
2041
+ .col-lg-offset-5 {
2042
+ margin-left: 41.66666667%;
2043
+ }
2044
+ .col-lg-offset-4 {
2045
+ margin-left: 33.33333333%;
2046
+ }
2047
+ .col-lg-offset-3 {
2048
+ margin-left: 25%;
2049
+ }
2050
+ .col-lg-offset-2 {
2051
+ margin-left: 16.66666667%;
2052
+ }
2053
+ .col-lg-offset-1 {
2054
+ margin-left: 8.33333333%;
2055
+ }
2056
+ .col-lg-offset-0 {
2057
+ margin-left: 0;
2058
+ }
2059
+ }
2060
+ table {
2061
+ background-color: transparent;
2062
+ }
2063
+ th {
2064
+ text-align: left;
2065
+ }
2066
+ .table {
2067
+ width: 100%;
2068
+ max-width: 100%;
2069
+ margin-bottom: 20px;
2070
+ }
2071
+ .table > thead > tr > th,
2072
+ .table > tbody > tr > th,
2073
+ .table > tfoot > tr > th,
2074
+ .table > thead > tr > td,
2075
+ .table > tbody > tr > td,
2076
+ .table > tfoot > tr > td {
2077
+ padding: 8px;
2078
+ line-height: 1.42857143;
2079
+ vertical-align: top;
2080
+ border-top: 1px solid #ddd;
2081
+ }
2082
+ .table > thead > tr > th {
2083
+ vertical-align: bottom;
2084
+ border-bottom: 2px solid #ddd;
2085
+ }
2086
+ .table > caption + thead > tr:first-child > th,
2087
+ .table > colgroup + thead > tr:first-child > th,
2088
+ .table > thead:first-child > tr:first-child > th,
2089
+ .table > caption + thead > tr:first-child > td,
2090
+ .table > colgroup + thead > tr:first-child > td,
2091
+ .table > thead:first-child > tr:first-child > td {
2092
+ border-top: 0;
2093
+ }
2094
+ .table > tbody + tbody {
2095
+ border-top: 2px solid #ddd;
2096
+ }
2097
+ .table .table {
2098
+ background-color: #fff;
2099
+ }
2100
+ .table-condensed > thead > tr > th,
2101
+ .table-condensed > tbody > tr > th,
2102
+ .table-condensed > tfoot > tr > th,
2103
+ .table-condensed > thead > tr > td,
2104
+ .table-condensed > tbody > tr > td,
2105
+ .table-condensed > tfoot > tr > td {
2106
+ padding: 5px;
2107
+ }
2108
+ .table-bordered {
2109
+ border: 1px solid #ddd;
2110
+ }
2111
+ .table-bordered > thead > tr > th,
2112
+ .table-bordered > tbody > tr > th,
2113
+ .table-bordered > tfoot > tr > th,
2114
+ .table-bordered > thead > tr > td,
2115
+ .table-bordered > tbody > tr > td,
2116
+ .table-bordered > tfoot > tr > td {
2117
+ border: 1px solid #ddd;
2118
+ }
2119
+ .table-bordered > thead > tr > th,
2120
+ .table-bordered > thead > tr > td {
2121
+ border-bottom-width: 2px;
2122
+ }
2123
+ .table-striped > tbody > tr:nth-child(odd) > td,
2124
+ .table-striped > tbody > tr:nth-child(odd) > th {
2125
+ background-color: #f9f9f9;
2126
+ }
2127
+ .table-hover > tbody > tr:hover > td,
2128
+ .table-hover > tbody > tr:hover > th {
2129
+ background-color: #f5f5f5;
2130
+ }
2131
+ table col[class*="col-"] {
2132
+ position: static;
2133
+ display: table-column;
2134
+ float: none;
2135
+ }
2136
+ table td[class*="col-"],
2137
+ table th[class*="col-"] {
2138
+ position: static;
2139
+ display: table-cell;
2140
+ float: none;
2141
+ }
2142
+ .table > thead > tr > td.active,
2143
+ .table > tbody > tr > td.active,
2144
+ .table > tfoot > tr > td.active,
2145
+ .table > thead > tr > th.active,
2146
+ .table > tbody > tr > th.active,
2147
+ .table > tfoot > tr > th.active,
2148
+ .table > thead > tr.active > td,
2149
+ .table > tbody > tr.active > td,
2150
+ .table > tfoot > tr.active > td,
2151
+ .table > thead > tr.active > th,
2152
+ .table > tbody > tr.active > th,
2153
+ .table > tfoot > tr.active > th {
2154
+ background-color: #f5f5f5;
2155
+ }
2156
+ .table-hover > tbody > tr > td.active:hover,
2157
+ .table-hover > tbody > tr > th.active:hover,
2158
+ .table-hover > tbody > tr.active:hover > td,
2159
+ .table-hover > tbody > tr:hover > .active,
2160
+ .table-hover > tbody > tr.active:hover > th {
2161
+ background-color: #e8e8e8;
2162
+ }
2163
+ .table > thead > tr > td.success,
2164
+ .table > tbody > tr > td.success,
2165
+ .table > tfoot > tr > td.success,
2166
+ .table > thead > tr > th.success,
2167
+ .table > tbody > tr > th.success,
2168
+ .table > tfoot > tr > th.success,
2169
+ .table > thead > tr.success > td,
2170
+ .table > tbody > tr.success > td,
2171
+ .table > tfoot > tr.success > td,
2172
+ .table > thead > tr.success > th,
2173
+ .table > tbody > tr.success > th,
2174
+ .table > tfoot > tr.success > th {
2175
+ background-color: #dff0d8;
2176
+ }
2177
+ .table-hover > tbody > tr > td.success:hover,
2178
+ .table-hover > tbody > tr > th.success:hover,
2179
+ .table-hover > tbody > tr.success:hover > td,
2180
+ .table-hover > tbody > tr:hover > .success,
2181
+ .table-hover > tbody > tr.success:hover > th {
2182
+ background-color: #d0e9c6;
2183
+ }
2184
+ .table > thead > tr > td.info,
2185
+ .table > tbody > tr > td.info,
2186
+ .table > tfoot > tr > td.info,
2187
+ .table > thead > tr > th.info,
2188
+ .table > tbody > tr > th.info,
2189
+ .table > tfoot > tr > th.info,
2190
+ .table > thead > tr.info > td,
2191
+ .table > tbody > tr.info > td,
2192
+ .table > tfoot > tr.info > td,
2193
+ .table > thead > tr.info > th,
2194
+ .table > tbody > tr.info > th,
2195
+ .table > tfoot > tr.info > th {
2196
+ background-color: #d9edf7;
2197
+ }
2198
+ .table-hover > tbody > tr > td.info:hover,
2199
+ .table-hover > tbody > tr > th.info:hover,
2200
+ .table-hover > tbody > tr.info:hover > td,
2201
+ .table-hover > tbody > tr:hover > .info,
2202
+ .table-hover > tbody > tr.info:hover > th {
2203
+ background-color: #c4e3f3;
2204
+ }
2205
+ .table > thead > tr > td.warning,
2206
+ .table > tbody > tr > td.warning,
2207
+ .table > tfoot > tr > td.warning,
2208
+ .table > thead > tr > th.warning,
2209
+ .table > tbody > tr > th.warning,
2210
+ .table > tfoot > tr > th.warning,
2211
+ .table > thead > tr.warning > td,
2212
+ .table > tbody > tr.warning > td,
2213
+ .table > tfoot > tr.warning > td,
2214
+ .table > thead > tr.warning > th,
2215
+ .table > tbody > tr.warning > th,
2216
+ .table > tfoot > tr.warning > th {
2217
+ background-color: #fcf8e3;
2218
+ }
2219
+ .table-hover > tbody > tr > td.warning:hover,
2220
+ .table-hover > tbody > tr > th.warning:hover,
2221
+ .table-hover > tbody > tr.warning:hover > td,
2222
+ .table-hover > tbody > tr:hover > .warning,
2223
+ .table-hover > tbody > tr.warning:hover > th {
2224
+ background-color: #faf2cc;
2225
+ }
2226
+ .table > thead > tr > td.danger,
2227
+ .table > tbody > tr > td.danger,
2228
+ .table > tfoot > tr > td.danger,
2229
+ .table > thead > tr > th.danger,
2230
+ .table > tbody > tr > th.danger,
2231
+ .table > tfoot > tr > th.danger,
2232
+ .table > thead > tr.danger > td,
2233
+ .table > tbody > tr.danger > td,
2234
+ .table > tfoot > tr.danger > td,
2235
+ .table > thead > tr.danger > th,
2236
+ .table > tbody > tr.danger > th,
2237
+ .table > tfoot > tr.danger > th {
2238
+ background-color: #f2dede;
2239
+ }
2240
+ .table-hover > tbody > tr > td.danger:hover,
2241
+ .table-hover > tbody > tr > th.danger:hover,
2242
+ .table-hover > tbody > tr.danger:hover > td,
2243
+ .table-hover > tbody > tr:hover > .danger,
2244
+ .table-hover > tbody > tr.danger:hover > th {
2245
+ background-color: #ebcccc;
2246
+ }
2247
+ @media screen and (max-width: 767px) {
2248
+ .table-responsive {
2249
+ width: 100%;
2250
+ margin-bottom: 15px;
2251
+ overflow-x: auto;
2252
+ overflow-y: hidden;
2253
+ -webkit-overflow-scrolling: touch;
2254
+ -ms-overflow-style: -ms-autohiding-scrollbar;
2255
+ border: 1px solid #ddd;
2256
+ }
2257
+ .table-responsive > .table {
2258
+ margin-bottom: 0;
2259
+ }
2260
+ .table-responsive > .table > thead > tr > th,
2261
+ .table-responsive > .table > tbody > tr > th,
2262
+ .table-responsive > .table > tfoot > tr > th,
2263
+ .table-responsive > .table > thead > tr > td,
2264
+ .table-responsive > .table > tbody > tr > td,
2265
+ .table-responsive > .table > tfoot > tr > td {
2266
+ white-space: nowrap;
2267
+ }
2268
+ .table-responsive > .table-bordered {
2269
+ border: 0;
2270
+ }
2271
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
2272
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
2273
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
2274
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
2275
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
2276
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
2277
+ border-left: 0;
2278
+ }
2279
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
2280
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
2281
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
2282
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
2283
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
2284
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
2285
+ border-right: 0;
2286
+ }
2287
+ .table-responsive > .table-bordered > tbody > tr:last-child > th,
2288
+ .table-responsive > .table-bordered > tfoot > tr:last-child > th,
2289
+ .table-responsive > .table-bordered > tbody > tr:last-child > td,
2290
+ .table-responsive > .table-bordered > tfoot > tr:last-child > td {
2291
+ border-bottom: 0;
2292
+ }
2293
+ }
2294
+ fieldset {
2295
+ min-width: 0;
2296
+ padding: 0;
2297
+ margin: 0;
2298
+ border: 0;
2299
+ }
2300
+ legend {
2301
+ display: block;
2302
+ width: 100%;
2303
+ padding: 0;
2304
+ margin-bottom: 20px;
2305
+ font-size: 21px;
2306
+ line-height: inherit;
2307
+ color: #333;
2308
+ border: 0;
2309
+ border-bottom: 1px solid #e5e5e5;
2310
+ }
2311
+ label {
2312
+ display: inline-block;
2313
+ max-width: 100%;
2314
+ margin-bottom: 5px;
2315
+ font-weight: bold;
2316
+ }
2317
+ input[type="search"] {
2318
+ -webkit-box-sizing: border-box;
2319
+ -moz-box-sizing: border-box;
2320
+ box-sizing: border-box;
2321
+ }
2322
+ input[type="radio"],
2323
+ input[type="checkbox"] {
2324
+ margin: 4px 0 0;
2325
+ margin-top: 1px \9;
2326
+ line-height: normal;
2327
+ }
2328
+ input[type="file"] {
2329
+ display: block;
2330
+ }
2331
+ input[type="range"] {
2332
+ display: block;
2333
+ width: 100%;
2334
+ }
2335
+ select[multiple],
2336
+ select[size] {
2337
+ height: auto;
2338
+ }
2339
+ input[type="file"]:focus,
2340
+ input[type="radio"]:focus,
2341
+ input[type="checkbox"]:focus {
2342
+ outline: thin dotted;
2343
+ outline: 5px auto -webkit-focus-ring-color;
2344
+ outline-offset: -2px;
2345
+ }
2346
+ output {
2347
+ display: block;
2348
+ padding-top: 7px;
2349
+ font-size: 14px;
2350
+ line-height: 1.42857143;
2351
+ color: #555;
2352
+ }
2353
+ .form-control {
2354
+ display: block;
2355
+ width: 100%;
2356
+ height: 34px;
2357
+ padding: 6px 12px;
2358
+ font-size: 14px;
2359
+ line-height: 1.42857143;
2360
+ color: #555;
2361
+ background-color: #fff;
2362
+ background-image: none;
2363
+ border: 1px solid #ccc;
2364
+ border-radius: 4px;
2365
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2366
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2367
+ -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
2368
+ -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2369
+ transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
2370
+ }
2371
+ .form-control:focus {
2372
+ border-color: #66afe9;
2373
+ outline: 0;
2374
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
2375
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
2376
+ }
2377
+ .form-control::-moz-placeholder {
2378
+ color: #777;
2379
+ opacity: 1;
2380
+ }
2381
+ .form-control:-ms-input-placeholder {
2382
+ color: #777;
2383
+ }
2384
+ .form-control::-webkit-input-placeholder {
2385
+ color: #777;
2386
+ }
2387
+ .form-control[disabled],
2388
+ .form-control[readonly],
2389
+ fieldset[disabled] .form-control {
2390
+ cursor: not-allowed;
2391
+ background-color: #eee;
2392
+ opacity: 1;
2393
+ }
2394
+ textarea.form-control {
2395
+ height: auto;
2396
+ }
2397
+ input[type="search"] {
2398
+ -webkit-appearance: none;
2399
+ }
2400
+ input[type="date"],
2401
+ input[type="time"],
2402
+ input[type="datetime-local"],
2403
+ input[type="month"] {
2404
+ line-height: 34px;
2405
+ line-height: 1.42857143 \0;
2406
+ }
2407
+ input[type="date"].input-sm,
2408
+ input[type="time"].input-sm,
2409
+ input[type="datetime-local"].input-sm,
2410
+ input[type="month"].input-sm {
2411
+ line-height: 30px;
2412
+ }
2413
+ input[type="date"].input-lg,
2414
+ input[type="time"].input-lg,
2415
+ input[type="datetime-local"].input-lg,
2416
+ input[type="month"].input-lg {
2417
+ line-height: 46px;
2418
+ }
2419
+ .form-group {
2420
+ margin-bottom: 15px;
2421
+ }
2422
+ .radio,
2423
+ .checkbox {
2424
+ position: relative;
2425
+ display: block;
2426
+ min-height: 20px;
2427
+ margin-top: 10px;
2428
+ margin-bottom: 10px;
2429
+ }
2430
+ .radio label,
2431
+ .checkbox label {
2432
+ padding-left: 20px;
2433
+ margin-bottom: 0;
2434
+ font-weight: normal;
2435
+ cursor: pointer;
2436
+ }
2437
+ .radio input[type="radio"],
2438
+ .radio-inline input[type="radio"],
2439
+ .checkbox input[type="checkbox"],
2440
+ .checkbox-inline input[type="checkbox"] {
2441
+ position: absolute;
2442
+ margin-top: 4px \9;
2443
+ margin-left: -20px;
2444
+ }
2445
+ .radio + .radio,
2446
+ .checkbox + .checkbox {
2447
+ margin-top: -5px;
2448
+ }
2449
+ .radio-inline,
2450
+ .checkbox-inline {
2451
+ display: inline-block;
2452
+ padding-left: 20px;
2453
+ margin-bottom: 0;
2454
+ font-weight: normal;
2455
+ vertical-align: middle;
2456
+ cursor: pointer;
2457
+ }
2458
+ .radio-inline + .radio-inline,
2459
+ .checkbox-inline + .checkbox-inline {
2460
+ margin-top: 0;
2461
+ margin-left: 10px;
2462
+ }
2463
+ input[type="radio"][disabled],
2464
+ input[type="checkbox"][disabled],
2465
+ input[type="radio"].disabled,
2466
+ input[type="checkbox"].disabled,
2467
+ fieldset[disabled] input[type="radio"],
2468
+ fieldset[disabled] input[type="checkbox"] {
2469
+ cursor: not-allowed;
2470
+ }
2471
+ .radio-inline.disabled,
2472
+ .checkbox-inline.disabled,
2473
+ fieldset[disabled] .radio-inline,
2474
+ fieldset[disabled] .checkbox-inline {
2475
+ cursor: not-allowed;
2476
+ }
2477
+ .radio.disabled label,
2478
+ .checkbox.disabled label,
2479
+ fieldset[disabled] .radio label,
2480
+ fieldset[disabled] .checkbox label {
2481
+ cursor: not-allowed;
2482
+ }
2483
+ .form-control-static {
2484
+ padding-top: 7px;
2485
+ padding-bottom: 7px;
2486
+ margin-bottom: 0;
2487
+ }
2488
+ .form-control-static.input-lg,
2489
+ .form-control-static.input-sm {
2490
+ padding-right: 0;
2491
+ padding-left: 0;
2492
+ }
2493
+ .input-sm,
2494
+ .form-horizontal .form-group-sm .form-control {
2495
+ height: 30px;
2496
+ padding: 5px 10px;
2497
+ font-size: 12px;
2498
+ line-height: 1.5;
2499
+ border-radius: 3px;
2500
+ }
2501
+ select.input-sm {
2502
+ height: 30px;
2503
+ line-height: 30px;
2504
+ }
2505
+ textarea.input-sm,
2506
+ select[multiple].input-sm {
2507
+ height: auto;
2508
+ }
2509
+ .input-lg,
2510
+ .form-horizontal .form-group-lg .form-control {
2511
+ height: 46px;
2512
+ padding: 10px 16px;
2513
+ font-size: 18px;
2514
+ line-height: 1.33;
2515
+ border-radius: 6px;
2516
+ }
2517
+ select.input-lg {
2518
+ height: 46px;
2519
+ line-height: 46px;
2520
+ }
2521
+ textarea.input-lg,
2522
+ select[multiple].input-lg {
2523
+ height: auto;
2524
+ }
2525
+ .has-feedback {
2526
+ position: relative;
2527
+ }
2528
+ .has-feedback .form-control {
2529
+ padding-right: 42.5px;
2530
+ }
2531
+ .form-control-feedback {
2532
+ position: absolute;
2533
+ top: 25px;
2534
+ right: 0;
2535
+ z-index: 2;
2536
+ display: block;
2537
+ width: 34px;
2538
+ height: 34px;
2539
+ line-height: 34px;
2540
+ text-align: center;
2541
+ }
2542
+ .input-lg + .form-control-feedback {
2543
+ width: 46px;
2544
+ height: 46px;
2545
+ line-height: 46px;
2546
+ }
2547
+ .input-sm + .form-control-feedback {
2548
+ width: 30px;
2549
+ height: 30px;
2550
+ line-height: 30px;
2551
+ }
2552
+ .has-success .help-block,
2553
+ .has-success .control-label,
2554
+ .has-success .radio,
2555
+ .has-success .checkbox,
2556
+ .has-success .radio-inline,
2557
+ .has-success .checkbox-inline {
2558
+ color: #3c763d;
2559
+ }
2560
+ .has-success .form-control {
2561
+ border-color: #3c763d;
2562
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2563
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2564
+ }
2565
+ .has-success .form-control:focus {
2566
+ border-color: #2b542c;
2567
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
2568
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
2569
+ }
2570
+ .has-success .input-group-addon {
2571
+ color: #3c763d;
2572
+ background-color: #dff0d8;
2573
+ border-color: #3c763d;
2574
+ }
2575
+ .has-success .form-control-feedback {
2576
+ color: #3c763d;
2577
+ }
2578
+ .has-warning .help-block,
2579
+ .has-warning .control-label,
2580
+ .has-warning .radio,
2581
+ .has-warning .checkbox,
2582
+ .has-warning .radio-inline,
2583
+ .has-warning .checkbox-inline {
2584
+ color: #8a6d3b;
2585
+ }
2586
+ .has-warning .form-control {
2587
+ border-color: #8a6d3b;
2588
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2589
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2590
+ }
2591
+ .has-warning .form-control:focus {
2592
+ border-color: #66512c;
2593
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
2594
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
2595
+ }
2596
+ .has-warning .input-group-addon {
2597
+ color: #8a6d3b;
2598
+ background-color: #fcf8e3;
2599
+ border-color: #8a6d3b;
2600
+ }
2601
+ .has-warning .form-control-feedback {
2602
+ color: #8a6d3b;
2603
+ }
2604
+ .has-error .help-block,
2605
+ .has-error .control-label,
2606
+ .has-error .radio,
2607
+ .has-error .checkbox,
2608
+ .has-error .radio-inline,
2609
+ .has-error .checkbox-inline {
2610
+ color: #a94442;
2611
+ }
2612
+ .has-error .form-control {
2613
+ border-color: #a94442;
2614
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2615
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
2616
+ }
2617
+ .has-error .form-control:focus {
2618
+ border-color: #843534;
2619
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
2620
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
2621
+ }
2622
+ .has-error .input-group-addon {
2623
+ color: #a94442;
2624
+ background-color: #f2dede;
2625
+ border-color: #a94442;
2626
+ }
2627
+ .has-error .form-control-feedback {
2628
+ color: #a94442;
2629
+ }
2630
+ .has-feedback label.sr-only ~ .form-control-feedback {
2631
+ top: 0;
2632
+ }
2633
+ .help-block {
2634
+ display: block;
2635
+ margin-top: 5px;
2636
+ margin-bottom: 10px;
2637
+ color: #737373;
2638
+ }
2639
+ @media (min-width: 768px) {
2640
+ .form-inline .form-group {
2641
+ display: inline-block;
2642
+ margin-bottom: 0;
2643
+ vertical-align: middle;
2644
+ }
2645
+ .form-inline .form-control {
2646
+ display: inline-block;
2647
+ width: auto;
2648
+ vertical-align: middle;
2649
+ }
2650
+ .form-inline .input-group {
2651
+ display: inline-table;
2652
+ vertical-align: middle;
2653
+ }
2654
+ .form-inline .input-group .input-group-addon,
2655
+ .form-inline .input-group .input-group-btn,
2656
+ .form-inline .input-group .form-control {
2657
+ width: auto;
2658
+ }
2659
+ .form-inline .input-group > .form-control {
2660
+ width: 100%;
2661
+ }
2662
+ .form-inline .control-label {
2663
+ margin-bottom: 0;
2664
+ vertical-align: middle;
2665
+ }
2666
+ .form-inline .radio,
2667
+ .form-inline .checkbox {
2668
+ display: inline-block;
2669
+ margin-top: 0;
2670
+ margin-bottom: 0;
2671
+ vertical-align: middle;
2672
+ }
2673
+ .form-inline .radio label,
2674
+ .form-inline .checkbox label {
2675
+ padding-left: 0;
2676
+ }
2677
+ .form-inline .radio input[type="radio"],
2678
+ .form-inline .checkbox input[type="checkbox"] {
2679
+ position: relative;
2680
+ margin-left: 0;
2681
+ }
2682
+ .form-inline .has-feedback .form-control-feedback {
2683
+ top: 0;
2684
+ }
2685
+ }
2686
+ .form-horizontal .radio,
2687
+ .form-horizontal .checkbox,
2688
+ .form-horizontal .radio-inline,
2689
+ .form-horizontal .checkbox-inline {
2690
+ padding-top: 7px;
2691
+ margin-top: 0;
2692
+ margin-bottom: 0;
2693
+ }
2694
+ .form-horizontal .radio,
2695
+ .form-horizontal .checkbox {
2696
+ min-height: 27px;
2697
+ }
2698
+ .form-horizontal .form-group {
2699
+ margin-right: -15px;
2700
+ margin-left: -15px;
2701
+ }
2702
+ @media (min-width: 768px) {
2703
+ .form-horizontal .control-label {
2704
+ padding-top: 7px;
2705
+ margin-bottom: 0;
2706
+ text-align: right;
2707
+ }
2708
+ }
2709
+ .form-horizontal .has-feedback .form-control-feedback {
2710
+ top: 0;
2711
+ right: 15px;
2712
+ }
2713
+ @media (min-width: 768px) {
2714
+ .form-horizontal .form-group-lg .control-label {
2715
+ padding-top: 14.3px;
2716
+ }
2717
+ }
2718
+ @media (min-width: 768px) {
2719
+ .form-horizontal .form-group-sm .control-label {
2720
+ padding-top: 6px;
2721
+ }
2722
+ }
2723
+ .btn {
2724
+ display: inline-block;
2725
+ padding: 6px 12px;
2726
+ margin-bottom: 0;
2727
+ font-size: 14px;
2728
+ font-weight: normal;
2729
+ line-height: 1.42857143;
2730
+ text-align: center;
2731
+ white-space: nowrap;
2732
+ vertical-align: middle;
2733
+ cursor: pointer;
2734
+ -webkit-user-select: none;
2735
+ -moz-user-select: none;
2736
+ -ms-user-select: none;
2737
+ user-select: none;
2738
+ background-image: none;
2739
+ border: 1px solid transparent;
2740
+ border-radius: 4px;
2741
+ }
2742
+ .btn:focus,
2743
+ .btn:active:focus,
2744
+ .btn.active:focus {
2745
+ outline: thin dotted;
2746
+ outline: 5px auto -webkit-focus-ring-color;
2747
+ outline-offset: -2px;
2748
+ }
2749
+ .btn:hover,
2750
+ .btn:focus {
2751
+ color: #333;
2752
+ text-decoration: none;
2753
+ }
2754
+ .btn:active,
2755
+ .btn.active {
2756
+ background-image: none;
2757
+ outline: 0;
2758
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2759
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
2760
+ }
2761
+ .btn.disabled,
2762
+ .btn[disabled],
2763
+ fieldset[disabled] .btn {
2764
+ pointer-events: none;
2765
+ cursor: not-allowed;
2766
+ filter: alpha(opacity=65);
2767
+ -webkit-box-shadow: none;
2768
+ box-shadow: none;
2769
+ opacity: .65;
2770
+ }
2771
+ .btn-default {
2772
+ color: #333;
2773
+ background-color: #fff;
2774
+ border-color: #ccc;
2775
+ }
2776
+ .btn-default:hover,
2777
+ .btn-default:focus,
2778
+ .btn-default:active,
2779
+ .btn-default.active,
2780
+ .open > .dropdown-toggle.btn-default {
2781
+ color: #333;
2782
+ background-color: #e6e6e6;
2783
+ border-color: #adadad;
2784
+ }
2785
+ .btn-default:active,
2786
+ .btn-default.active,
2787
+ .open > .dropdown-toggle.btn-default {
2788
+ background-image: none;
2789
+ }
2790
+ .btn-default.disabled,
2791
+ .btn-default[disabled],
2792
+ fieldset[disabled] .btn-default,
2793
+ .btn-default.disabled:hover,
2794
+ .btn-default[disabled]:hover,
2795
+ fieldset[disabled] .btn-default:hover,
2796
+ .btn-default.disabled:focus,
2797
+ .btn-default[disabled]:focus,
2798
+ fieldset[disabled] .btn-default:focus,
2799
+ .btn-default.disabled:active,
2800
+ .btn-default[disabled]:active,
2801
+ fieldset[disabled] .btn-default:active,
2802
+ .btn-default.disabled.active,
2803
+ .btn-default[disabled].active,
2804
+ fieldset[disabled] .btn-default.active {
2805
+ background-color: #fff;
2806
+ border-color: #ccc;
2807
+ }
2808
+ .btn-default .badge {
2809
+ color: #fff;
2810
+ background-color: #333;
2811
+ }
2812
+ .btn-primary {
2813
+ color: #fff;
2814
+ background-color: #428bca;
2815
+ border-color: #357ebd;
2816
+ }
2817
+ .btn-primary:hover,
2818
+ .btn-primary:focus,
2819
+ .btn-primary:active,
2820
+ .btn-primary.active,
2821
+ .open > .dropdown-toggle.btn-primary {
2822
+ color: #fff;
2823
+ background-color: #3071a9;
2824
+ border-color: #285e8e;
2825
+ }
2826
+ .btn-primary:active,
2827
+ .btn-primary.active,
2828
+ .open > .dropdown-toggle.btn-primary {
2829
+ background-image: none;
2830
+ }
2831
+ .btn-primary.disabled,
2832
+ .btn-primary[disabled],
2833
+ fieldset[disabled] .btn-primary,
2834
+ .btn-primary.disabled:hover,
2835
+ .btn-primary[disabled]:hover,
2836
+ fieldset[disabled] .btn-primary:hover,
2837
+ .btn-primary.disabled:focus,
2838
+ .btn-primary[disabled]:focus,
2839
+ fieldset[disabled] .btn-primary:focus,
2840
+ .btn-primary.disabled:active,
2841
+ .btn-primary[disabled]:active,
2842
+ fieldset[disabled] .btn-primary:active,
2843
+ .btn-primary.disabled.active,
2844
+ .btn-primary[disabled].active,
2845
+ fieldset[disabled] .btn-primary.active {
2846
+ background-color: #428bca;
2847
+ border-color: #357ebd;
2848
+ }
2849
+ .btn-primary .badge {
2850
+ color: #428bca;
2851
+ background-color: #fff;
2852
+ }
2853
+ .btn-success {
2854
+ color: #fff;
2855
+ background-color: #5cb85c;
2856
+ border-color: #4cae4c;
2857
+ }
2858
+ .btn-success:hover,
2859
+ .btn-success:focus,
2860
+ .btn-success:active,
2861
+ .btn-success.active,
2862
+ .open > .dropdown-toggle.btn-success {
2863
+ color: #fff;
2864
+ background-color: #449d44;
2865
+ border-color: #398439;
2866
+ }
2867
+ .btn-success:active,
2868
+ .btn-success.active,
2869
+ .open > .dropdown-toggle.btn-success {
2870
+ background-image: none;
2871
+ }
2872
+ .btn-success.disabled,
2873
+ .btn-success[disabled],
2874
+ fieldset[disabled] .btn-success,
2875
+ .btn-success.disabled:hover,
2876
+ .btn-success[disabled]:hover,
2877
+ fieldset[disabled] .btn-success:hover,
2878
+ .btn-success.disabled:focus,
2879
+ .btn-success[disabled]:focus,
2880
+ fieldset[disabled] .btn-success:focus,
2881
+ .btn-success.disabled:active,
2882
+ .btn-success[disabled]:active,
2883
+ fieldset[disabled] .btn-success:active,
2884
+ .btn-success.disabled.active,
2885
+ .btn-success[disabled].active,
2886
+ fieldset[disabled] .btn-success.active {
2887
+ background-color: #5cb85c;
2888
+ border-color: #4cae4c;
2889
+ }
2890
+ .btn-success .badge {
2891
+ color: #5cb85c;
2892
+ background-color: #fff;
2893
+ }
2894
+ .btn-info {
2895
+ color: #fff;
2896
+ background-color: #5bc0de;
2897
+ border-color: #46b8da;
2898
+ }
2899
+ .btn-info:hover,
2900
+ .btn-info:focus,
2901
+ .btn-info:active,
2902
+ .btn-info.active,
2903
+ .open > .dropdown-toggle.btn-info {
2904
+ color: #fff;
2905
+ background-color: #31b0d5;
2906
+ border-color: #269abc;
2907
+ }
2908
+ .btn-info:active,
2909
+ .btn-info.active,
2910
+ .open > .dropdown-toggle.btn-info {
2911
+ background-image: none;
2912
+ }
2913
+ .btn-info.disabled,
2914
+ .btn-info[disabled],
2915
+ fieldset[disabled] .btn-info,
2916
+ .btn-info.disabled:hover,
2917
+ .btn-info[disabled]:hover,
2918
+ fieldset[disabled] .btn-info:hover,
2919
+ .btn-info.disabled:focus,
2920
+ .btn-info[disabled]:focus,
2921
+ fieldset[disabled] .btn-info:focus,
2922
+ .btn-info.disabled:active,
2923
+ .btn-info[disabled]:active,
2924
+ fieldset[disabled] .btn-info:active,
2925
+ .btn-info.disabled.active,
2926
+ .btn-info[disabled].active,
2927
+ fieldset[disabled] .btn-info.active {
2928
+ background-color: #5bc0de;
2929
+ border-color: #46b8da;
2930
+ }
2931
+ .btn-info .badge {
2932
+ color: #5bc0de;
2933
+ background-color: #fff;
2934
+ }
2935
+ .btn-warning {
2936
+ color: #fff;
2937
+ background-color: #f0ad4e;
2938
+ border-color: #eea236;
2939
+ }
2940
+ .btn-warning:hover,
2941
+ .btn-warning:focus,
2942
+ .btn-warning:active,
2943
+ .btn-warning.active,
2944
+ .open > .dropdown-toggle.btn-warning {
2945
+ color: #fff;
2946
+ background-color: #ec971f;
2947
+ border-color: #d58512;
2948
+ }
2949
+ .btn-warning:active,
2950
+ .btn-warning.active,
2951
+ .open > .dropdown-toggle.btn-warning {
2952
+ background-image: none;
2953
+ }
2954
+ .btn-warning.disabled,
2955
+ .btn-warning[disabled],
2956
+ fieldset[disabled] .btn-warning,
2957
+ .btn-warning.disabled:hover,
2958
+ .btn-warning[disabled]:hover,
2959
+ fieldset[disabled] .btn-warning:hover,
2960
+ .btn-warning.disabled:focus,
2961
+ .btn-warning[disabled]:focus,
2962
+ fieldset[disabled] .btn-warning:focus,
2963
+ .btn-warning.disabled:active,
2964
+ .btn-warning[disabled]:active,
2965
+ fieldset[disabled] .btn-warning:active,
2966
+ .btn-warning.disabled.active,
2967
+ .btn-warning[disabled].active,
2968
+ fieldset[disabled] .btn-warning.active {
2969
+ background-color: #f0ad4e;
2970
+ border-color: #eea236;
2971
+ }
2972
+ .btn-warning .badge {
2973
+ color: #f0ad4e;
2974
+ background-color: #fff;
2975
+ }
2976
+ .btn-danger {
2977
+ color: #fff;
2978
+ background-color: #d9534f;
2979
+ border-color: #d43f3a;
2980
+ }
2981
+ .btn-danger:hover,
2982
+ .btn-danger:focus,
2983
+ .btn-danger:active,
2984
+ .btn-danger.active,
2985
+ .open > .dropdown-toggle.btn-danger {
2986
+ color: #fff;
2987
+ background-color: #c9302c;
2988
+ border-color: #ac2925;
2989
+ }
2990
+ .btn-danger:active,
2991
+ .btn-danger.active,
2992
+ .open > .dropdown-toggle.btn-danger {
2993
+ background-image: none;
2994
+ }
2995
+ .btn-danger.disabled,
2996
+ .btn-danger[disabled],
2997
+ fieldset[disabled] .btn-danger,
2998
+ .btn-danger.disabled:hover,
2999
+ .btn-danger[disabled]:hover,
3000
+ fieldset[disabled] .btn-danger:hover,
3001
+ .btn-danger.disabled:focus,
3002
+ .btn-danger[disabled]:focus,
3003
+ fieldset[disabled] .btn-danger:focus,
3004
+ .btn-danger.disabled:active,
3005
+ .btn-danger[disabled]:active,
3006
+ fieldset[disabled] .btn-danger:active,
3007
+ .btn-danger.disabled.active,
3008
+ .btn-danger[disabled].active,
3009
+ fieldset[disabled] .btn-danger.active {
3010
+ background-color: #d9534f;
3011
+ border-color: #d43f3a;
3012
+ }
3013
+ .btn-danger .badge {
3014
+ color: #d9534f;
3015
+ background-color: #fff;
3016
+ }
3017
+ .btn-link {
3018
+ font-weight: normal;
3019
+ color: #428bca;
3020
+ cursor: pointer;
3021
+ border-radius: 0;
3022
+ }
3023
+ .btn-link,
3024
+ .btn-link:active,
3025
+ .btn-link[disabled],
3026
+ fieldset[disabled] .btn-link {
3027
+ background-color: transparent;
3028
+ -webkit-box-shadow: none;
3029
+ box-shadow: none;
3030
+ }
3031
+ .btn-link,
3032
+ .btn-link:hover,
3033
+ .btn-link:focus,
3034
+ .btn-link:active {
3035
+ border-color: transparent;
3036
+ }
3037
+ .btn-link:hover,
3038
+ .btn-link:focus {
3039
+ color: #2a6496;
3040
+ text-decoration: underline;
3041
+ background-color: transparent;
3042
+ }
3043
+ .btn-link[disabled]:hover,
3044
+ fieldset[disabled] .btn-link:hover,
3045
+ .btn-link[disabled]:focus,
3046
+ fieldset[disabled] .btn-link:focus {
3047
+ color: #777;
3048
+ text-decoration: none;
3049
+ }
3050
+ .btn-lg,
3051
+ .btn-group-lg > .btn {
3052
+ padding: 10px 16px;
3053
+ font-size: 18px;
3054
+ line-height: 1.33;
3055
+ border-radius: 6px;
3056
+ }
3057
+ .btn-sm,
3058
+ .btn-group-sm > .btn {
3059
+ padding: 5px 10px;
3060
+ font-size: 12px;
3061
+ line-height: 1.5;
3062
+ border-radius: 3px;
3063
+ }
3064
+ .btn-xs,
3065
+ .btn-group-xs > .btn {
3066
+ padding: 1px 5px;
3067
+ font-size: 12px;
3068
+ line-height: 1.5;
3069
+ border-radius: 3px;
3070
+ }
3071
+ .btn-block {
3072
+ display: block;
3073
+ width: 100%;
3074
+ }
3075
+ .btn-block + .btn-block {
3076
+ margin-top: 5px;
3077
+ }
3078
+ input[type="submit"].btn-block,
3079
+ input[type="reset"].btn-block,
3080
+ input[type="button"].btn-block {
3081
+ width: 100%;
3082
+ }
3083
+ .fade {
3084
+ opacity: 0;
3085
+ -webkit-transition: opacity .15s linear;
3086
+ -o-transition: opacity .15s linear;
3087
+ transition: opacity .15s linear;
3088
+ }
3089
+ .fade.in {
3090
+ opacity: 1;
3091
+ }
3092
+ .collapse {
3093
+ display: none;
3094
+ }
3095
+ .collapse.in {
3096
+ display: block;
3097
+ }
3098
+ tr.collapse.in {
3099
+ display: table-row;
3100
+ }
3101
+ tbody.collapse.in {
3102
+ display: table-row-group;
3103
+ }
3104
+ .collapsing {
3105
+ position: relative;
3106
+ height: 0;
3107
+ overflow: hidden;
3108
+ -webkit-transition: height .35s ease;
3109
+ -o-transition: height .35s ease;
3110
+ transition: height .35s ease;
3111
+ }
3112
+ .caret {
3113
+ display: inline-block;
3114
+ width: 0;
3115
+ height: 0;
3116
+ margin-left: 2px;
3117
+ vertical-align: middle;
3118
+ border-top: 4px solid;
3119
+ border-right: 4px solid transparent;
3120
+ border-left: 4px solid transparent;
3121
+ }
3122
+ .dropdown {
3123
+ position: relative;
3124
+ }
3125
+ .dropdown-toggle:focus {
3126
+ outline: 0;
3127
+ }
3128
+ .dropdown-menu {
3129
+ position: absolute;
3130
+ top: 100%;
3131
+ left: 0;
3132
+ z-index: 1000;
3133
+ display: none;
3134
+ float: left;
3135
+ min-width: 160px;
3136
+ padding: 5px 0;
3137
+ margin: 2px 0 0;
3138
+ font-size: 14px;
3139
+ text-align: left;
3140
+ list-style: none;
3141
+ background-color: #fff;
3142
+ -webkit-background-clip: padding-box;
3143
+ background-clip: padding-box;
3144
+ border: 1px solid #ccc;
3145
+ border: 1px solid rgba(0, 0, 0, .15);
3146
+ border-radius: 4px;
3147
+ -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
3148
+ box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
3149
+ }
3150
+ .dropdown-menu.pull-right {
3151
+ right: 0;
3152
+ left: auto;
3153
+ }
3154
+ .dropdown-menu .divider {
3155
+ height: 1px;
3156
+ margin: 9px 0;
3157
+ overflow: hidden;
3158
+ background-color: #e5e5e5;
3159
+ }
3160
+ .dropdown-menu > li > a {
3161
+ display: block;
3162
+ padding: 3px 20px;
3163
+ clear: both;
3164
+ font-weight: normal;
3165
+ line-height: 1.42857143;
3166
+ color: #333;
3167
+ white-space: nowrap;
3168
+ }
3169
+ .dropdown-menu > li > a:hover,
3170
+ .dropdown-menu > li > a:focus {
3171
+ color: #262626;
3172
+ text-decoration: none;
3173
+ background-color: #f5f5f5;
3174
+ }
3175
+ .dropdown-menu > .active > a,
3176
+ .dropdown-menu > .active > a:hover,
3177
+ .dropdown-menu > .active > a:focus {
3178
+ color: #fff;
3179
+ text-decoration: none;
3180
+ background-color: #428bca;
3181
+ outline: 0;
3182
+ }
3183
+ .dropdown-menu > .disabled > a,
3184
+ .dropdown-menu > .disabled > a:hover,
3185
+ .dropdown-menu > .disabled > a:focus {
3186
+ color: #777;
3187
+ }
3188
+ .dropdown-menu > .disabled > a:hover,
3189
+ .dropdown-menu > .disabled > a:focus {
3190
+ text-decoration: none;
3191
+ cursor: not-allowed;
3192
+ background-color: transparent;
3193
+ background-image: none;
3194
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3195
+ }
3196
+ .open > .dropdown-menu {
3197
+ display: block;
3198
+ }
3199
+ .open > a {
3200
+ outline: 0;
3201
+ }
3202
+ .dropdown-menu-right {
3203
+ right: 0;
3204
+ left: auto;
3205
+ }
3206
+ .dropdown-menu-left {
3207
+ right: auto;
3208
+ left: 0;
3209
+ }
3210
+ .dropdown-header {
3211
+ display: block;
3212
+ padding: 3px 20px;
3213
+ font-size: 12px;
3214
+ line-height: 1.42857143;
3215
+ color: #777;
3216
+ white-space: nowrap;
3217
+ }
3218
+ .dropdown-backdrop {
3219
+ position: fixed;
3220
+ top: 0;
3221
+ right: 0;
3222
+ bottom: 0;
3223
+ left: 0;
3224
+ z-index: 990;
3225
+ }
3226
+ .pull-right > .dropdown-menu {
3227
+ right: 0;
3228
+ left: auto;
3229
+ }
3230
+ .dropup .caret,
3231
+ .navbar-fixed-bottom .dropdown .caret {
3232
+ content: "";
3233
+ border-top: 0;
3234
+ border-bottom: 4px solid;
3235
+ }
3236
+ .dropup .dropdown-menu,
3237
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
3238
+ top: auto;
3239
+ bottom: 100%;
3240
+ margin-bottom: 1px;
3241
+ }
3242
+ @media (min-width: 768px) {
3243
+ .navbar-right .dropdown-menu {
3244
+ right: 0;
3245
+ left: auto;
3246
+ }
3247
+ .navbar-right .dropdown-menu-left {
3248
+ right: auto;
3249
+ left: 0;
3250
+ }
3251
+ }
3252
+ .btn-group,
3253
+ .btn-group-vertical {
3254
+ position: relative;
3255
+ display: inline-block;
3256
+ vertical-align: middle;
3257
+ }
3258
+ .btn-group > .btn,
3259
+ .btn-group-vertical > .btn {
3260
+ position: relative;
3261
+ float: left;
3262
+ }
3263
+ .btn-group > .btn:hover,
3264
+ .btn-group-vertical > .btn:hover,
3265
+ .btn-group > .btn:focus,
3266
+ .btn-group-vertical > .btn:focus,
3267
+ .btn-group > .btn:active,
3268
+ .btn-group-vertical > .btn:active,
3269
+ .btn-group > .btn.active,
3270
+ .btn-group-vertical > .btn.active {
3271
+ z-index: 2;
3272
+ }
3273
+ .btn-group > .btn:focus,
3274
+ .btn-group-vertical > .btn:focus {
3275
+ outline: 0;
3276
+ }
3277
+ .btn-group .btn + .btn,
3278
+ .btn-group .btn + .btn-group,
3279
+ .btn-group .btn-group + .btn,
3280
+ .btn-group .btn-group + .btn-group {
3281
+ margin-left: -1px;
3282
+ }
3283
+ .btn-toolbar {
3284
+ margin-left: -5px;
3285
+ }
3286
+ .btn-toolbar .btn-group,
3287
+ .btn-toolbar .input-group {
3288
+ float: left;
3289
+ }
3290
+ .btn-toolbar > .btn,
3291
+ .btn-toolbar > .btn-group,
3292
+ .btn-toolbar > .input-group {
3293
+ margin-left: 5px;
3294
+ }
3295
+ .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
3296
+ border-radius: 0;
3297
+ }
3298
+ .btn-group > .btn:first-child {
3299
+ margin-left: 0;
3300
+ }
3301
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
3302
+ border-top-right-radius: 0;
3303
+ border-bottom-right-radius: 0;
3304
+ }
3305
+ .btn-group > .btn:last-child:not(:first-child),
3306
+ .btn-group > .dropdown-toggle:not(:first-child) {
3307
+ border-top-left-radius: 0;
3308
+ border-bottom-left-radius: 0;
3309
+ }
3310
+ .btn-group > .btn-group {
3311
+ float: left;
3312
+ }
3313
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3314
+ border-radius: 0;
3315
+ }
3316
+ .btn-group > .btn-group:first-child > .btn:last-child,
3317
+ .btn-group > .btn-group:first-child > .dropdown-toggle {
3318
+ border-top-right-radius: 0;
3319
+ border-bottom-right-radius: 0;
3320
+ }
3321
+ .btn-group > .btn-group:last-child > .btn:first-child {
3322
+ border-top-left-radius: 0;
3323
+ border-bottom-left-radius: 0;
3324
+ }
3325
+ .btn-group .dropdown-toggle:active,
3326
+ .btn-group.open .dropdown-toggle {
3327
+ outline: 0;
3328
+ }
3329
+ .btn-group > .btn + .dropdown-toggle {
3330
+ padding-right: 8px;
3331
+ padding-left: 8px;
3332
+ }
3333
+ .btn-group > .btn-lg + .dropdown-toggle {
3334
+ padding-right: 12px;
3335
+ padding-left: 12px;
3336
+ }
3337
+ .btn-group.open .dropdown-toggle {
3338
+ -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3339
+ box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
3340
+ }
3341
+ .btn-group.open .dropdown-toggle.btn-link {
3342
+ -webkit-box-shadow: none;
3343
+ box-shadow: none;
3344
+ }
3345
+ .btn .caret {
3346
+ margin-left: 0;
3347
+ }
3348
+ .btn-lg .caret {
3349
+ border-width: 5px 5px 0;
3350
+ border-bottom-width: 0;
3351
+ }
3352
+ .dropup .btn-lg .caret {
3353
+ border-width: 0 5px 5px;
3354
+ }
3355
+ .btn-group-vertical > .btn,
3356
+ .btn-group-vertical > .btn-group,
3357
+ .btn-group-vertical > .btn-group > .btn {
3358
+ display: block;
3359
+ float: none;
3360
+ width: 100%;
3361
+ max-width: 100%;
3362
+ }
3363
+ .btn-group-vertical > .btn-group > .btn {
3364
+ float: none;
3365
+ }
3366
+ .btn-group-vertical > .btn + .btn,
3367
+ .btn-group-vertical > .btn + .btn-group,
3368
+ .btn-group-vertical > .btn-group + .btn,
3369
+ .btn-group-vertical > .btn-group + .btn-group {
3370
+ margin-top: -1px;
3371
+ margin-left: 0;
3372
+ }
3373
+ .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3374
+ border-radius: 0;
3375
+ }
3376
+ .btn-group-vertical > .btn:first-child:not(:last-child) {
3377
+ border-top-right-radius: 4px;
3378
+ border-bottom-right-radius: 0;
3379
+ border-bottom-left-radius: 0;
3380
+ }
3381
+ .btn-group-vertical > .btn:last-child:not(:first-child) {
3382
+ border-top-left-radius: 0;
3383
+ border-top-right-radius: 0;
3384
+ border-bottom-left-radius: 4px;
3385
+ }
3386
+ .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3387
+ border-radius: 0;
3388
+ }
3389
+ .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
3390
+ .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
3391
+ border-bottom-right-radius: 0;
3392
+ border-bottom-left-radius: 0;
3393
+ }
3394
+ .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
3395
+ border-top-left-radius: 0;
3396
+ border-top-right-radius: 0;
3397
+ }
3398
+ .btn-group-justified {
3399
+ display: table;
3400
+ width: 100%;
3401
+ table-layout: fixed;
3402
+ border-collapse: separate;
3403
+ }
3404
+ .btn-group-justified > .btn,
3405
+ .btn-group-justified > .btn-group {
3406
+ display: table-cell;
3407
+ float: none;
3408
+ width: 1%;
3409
+ }
3410
+ .btn-group-justified > .btn-group .btn {
3411
+ width: 100%;
3412
+ }
3413
+ .btn-group-justified > .btn-group .dropdown-menu {
3414
+ left: auto;
3415
+ }
3416
+ [data-toggle="buttons"] > .btn > input[type="radio"],
3417
+ [data-toggle="buttons"] > .btn > input[type="checkbox"] {
3418
+ position: absolute;
3419
+ z-index: -1;
3420
+ filter: alpha(opacity=0);
3421
+ opacity: 0;
3422
+ }
3423
+ .input-group {
3424
+ position: relative;
3425
+ display: table;
3426
+ border-collapse: separate;
3427
+ }
3428
+ .input-group[class*="col-"] {
3429
+ float: none;
3430
+ padding-right: 0;
3431
+ padding-left: 0;
3432
+ }
3433
+ .input-group .form-control {
3434
+ position: relative;
3435
+ z-index: 2;
3436
+ float: left;
3437
+ width: 100%;
3438
+ margin-bottom: 0;
3439
+ }
3440
+ .input-group-lg > .form-control,
3441
+ .input-group-lg > .input-group-addon,
3442
+ .input-group-lg > .input-group-btn > .btn {
3443
+ height: 46px;
3444
+ padding: 10px 16px;
3445
+ font-size: 18px;
3446
+ line-height: 1.33;
3447
+ border-radius: 6px;
3448
+ }
3449
+ select.input-group-lg > .form-control,
3450
+ select.input-group-lg > .input-group-addon,
3451
+ select.input-group-lg > .input-group-btn > .btn {
3452
+ height: 46px;
3453
+ line-height: 46px;
3454
+ }
3455
+ textarea.input-group-lg > .form-control,
3456
+ textarea.input-group-lg > .input-group-addon,
3457
+ textarea.input-group-lg > .input-group-btn > .btn,
3458
+ select[multiple].input-group-lg > .form-control,
3459
+ select[multiple].input-group-lg > .input-group-addon,
3460
+ select[multiple].input-group-lg > .input-group-btn > .btn {
3461
+ height: auto;
3462
+ }
3463
+ .input-group-sm > .form-control,
3464
+ .input-group-sm > .input-group-addon,
3465
+ .input-group-sm > .input-group-btn > .btn {
3466
+ height: 30px;
3467
+ padding: 5px 10px;
3468
+ font-size: 12px;
3469
+ line-height: 1.5;
3470
+ border-radius: 3px;
3471
+ }
3472
+ select.input-group-sm > .form-control,
3473
+ select.input-group-sm > .input-group-addon,
3474
+ select.input-group-sm > .input-group-btn > .btn {
3475
+ height: 30px;
3476
+ line-height: 30px;
3477
+ }
3478
+ textarea.input-group-sm > .form-control,
3479
+ textarea.input-group-sm > .input-group-addon,
3480
+ textarea.input-group-sm > .input-group-btn > .btn,
3481
+ select[multiple].input-group-sm > .form-control,
3482
+ select[multiple].input-group-sm > .input-group-addon,
3483
+ select[multiple].input-group-sm > .input-group-btn > .btn {
3484
+ height: auto;
3485
+ }
3486
+ .input-group-addon,
3487
+ .input-group-btn,
3488
+ .input-group .form-control {
3489
+ display: table-cell;
3490
+ }
3491
+ .input-group-addon:not(:first-child):not(:last-child),
3492
+ .input-group-btn:not(:first-child):not(:last-child),
3493
+ .input-group .form-control:not(:first-child):not(:last-child) {
3494
+ border-radius: 0;
3495
+ }
3496
+ .input-group-addon,
3497
+ .input-group-btn {
3498
+ width: 1%;
3499
+ white-space: nowrap;
3500
+ vertical-align: middle;
3501
+ }
3502
+ .input-group-addon {
3503
+ padding: 6px 12px;
3504
+ font-size: 14px;
3505
+ font-weight: normal;
3506
+ line-height: 1;
3507
+ color: #555;
3508
+ text-align: center;
3509
+ background-color: #eee;
3510
+ border: 1px solid #ccc;
3511
+ border-radius: 4px;
3512
+ }
3513
+ .input-group-addon.input-sm {
3514
+ padding: 5px 10px;
3515
+ font-size: 12px;
3516
+ border-radius: 3px;
3517
+ }
3518
+ .input-group-addon.input-lg {
3519
+ padding: 10px 16px;
3520
+ font-size: 18px;
3521
+ border-radius: 6px;
3522
+ }
3523
+ .input-group-addon input[type="radio"],
3524
+ .input-group-addon input[type="checkbox"] {
3525
+ margin-top: 0;
3526
+ }
3527
+ .input-group .form-control:first-child,
3528
+ .input-group-addon:first-child,
3529
+ .input-group-btn:first-child > .btn,
3530
+ .input-group-btn:first-child > .btn-group > .btn,
3531
+ .input-group-btn:first-child > .dropdown-toggle,
3532
+ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
3533
+ .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
3534
+ border-top-right-radius: 0;
3535
+ border-bottom-right-radius: 0;
3536
+ }
3537
+ .input-group-addon:first-child {
3538
+ border-right: 0;
3539
+ }
3540
+ .input-group .form-control:last-child,
3541
+ .input-group-addon:last-child,
3542
+ .input-group-btn:last-child > .btn,
3543
+ .input-group-btn:last-child > .btn-group > .btn,
3544
+ .input-group-btn:last-child > .dropdown-toggle,
3545
+ .input-group-btn:first-child > .btn:not(:first-child),
3546
+ .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
3547
+ border-top-left-radius: 0;
3548
+ border-bottom-left-radius: 0;
3549
+ }
3550
+ .input-group-addon:last-child {
3551
+ border-left: 0;
3552
+ }
3553
+ .input-group-btn {
3554
+ position: relative;
3555
+ font-size: 0;
3556
+ white-space: nowrap;
3557
+ }
3558
+ .input-group-btn > .btn {
3559
+ position: relative;
3560
+ }
3561
+ .input-group-btn > .btn + .btn {
3562
+ margin-left: -1px;
3563
+ }
3564
+ .input-group-btn > .btn:hover,
3565
+ .input-group-btn > .btn:focus,
3566
+ .input-group-btn > .btn:active {
3567
+ z-index: 2;
3568
+ }
3569
+ .input-group-btn:first-child > .btn,
3570
+ .input-group-btn:first-child > .btn-group {
3571
+ margin-right: -1px;
3572
+ }
3573
+ .input-group-btn:last-child > .btn,
3574
+ .input-group-btn:last-child > .btn-group {
3575
+ margin-left: -1px;
3576
+ }
3577
+ .nav {
3578
+ padding-left: 0;
3579
+ margin-bottom: 0;
3580
+ list-style: none;
3581
+ }
3582
+ .nav > li {
3583
+ position: relative;
3584
+ display: block;
3585
+ }
3586
+ .nav > li > a {
3587
+ position: relative;
3588
+ display: block;
3589
+ padding: 10px 15px;
3590
+ }
3591
+ .nav > li > a:hover,
3592
+ .nav > li > a:focus {
3593
+ text-decoration: none;
3594
+ background-color: #eee;
3595
+ }
3596
+ .nav > li.disabled > a {
3597
+ color: #777;
3598
+ }
3599
+ .nav > li.disabled > a:hover,
3600
+ .nav > li.disabled > a:focus {
3601
+ color: #777;
3602
+ text-decoration: none;
3603
+ cursor: not-allowed;
3604
+ background-color: transparent;
3605
+ }
3606
+ .nav .open > a,
3607
+ .nav .open > a:hover,
3608
+ .nav .open > a:focus {
3609
+ background-color: #eee;
3610
+ border-color: #428bca;
3611
+ }
3612
+ .nav .nav-divider {
3613
+ height: 1px;
3614
+ margin: 9px 0;
3615
+ overflow: hidden;
3616
+ background-color: #e5e5e5;
3617
+ }
3618
+ .nav > li > a > img {
3619
+ max-width: none;
3620
+ }
3621
+ .nav-tabs {
3622
+ border-bottom: 1px solid #ddd;
3623
+ }
3624
+ .nav-tabs > li {
3625
+ float: left;
3626
+ margin-bottom: -1px;
3627
+ }
3628
+ .nav-tabs > li > a {
3629
+ margin-right: 2px;
3630
+ line-height: 1.42857143;
3631
+ border: 1px solid transparent;
3632
+ border-radius: 4px 4px 0 0;
3633
+ }
3634
+ .nav-tabs > li > a:hover {
3635
+ border-color: #eee #eee #ddd;
3636
+ }
3637
+ .nav-tabs > li.active > a,
3638
+ .nav-tabs > li.active > a:hover,
3639
+ .nav-tabs > li.active > a:focus {
3640
+ color: #555;
3641
+ cursor: default;
3642
+ background-color: #fff;
3643
+ border: 1px solid #ddd;
3644
+ border-bottom-color: transparent;
3645
+ }
3646
+ .nav-tabs.nav-justified {
3647
+ width: 100%;
3648
+ border-bottom: 0;
3649
+ }
3650
+ .nav-tabs.nav-justified > li {
3651
+ float: none;
3652
+ }
3653
+ .nav-tabs.nav-justified > li > a {
3654
+ margin-bottom: 5px;
3655
+ text-align: center;
3656
+ }
3657
+ .nav-tabs.nav-justified > .dropdown .dropdown-menu {
3658
+ top: auto;
3659
+ left: auto;
3660
+ }
3661
+ @media (min-width: 768px) {
3662
+ .nav-tabs.nav-justified > li {
3663
+ display: table-cell;
3664
+ width: 1%;
3665
+ }
3666
+ .nav-tabs.nav-justified > li > a {
3667
+ margin-bottom: 0;
3668
+ }
3669
+ }
3670
+ .nav-tabs.nav-justified > li > a {
3671
+ margin-right: 0;
3672
+ border-radius: 4px;
3673
+ }
3674
+ .nav-tabs.nav-justified > .active > a,
3675
+ .nav-tabs.nav-justified > .active > a:hover,
3676
+ .nav-tabs.nav-justified > .active > a:focus {
3677
+ border: 1px solid #ddd;
3678
+ }
3679
+ @media (min-width: 768px) {
3680
+ .nav-tabs.nav-justified > li > a {
3681
+ border-bottom: 1px solid #ddd;
3682
+ border-radius: 4px 4px 0 0;
3683
+ }
3684
+ .nav-tabs.nav-justified > .active > a,
3685
+ .nav-tabs.nav-justified > .active > a:hover,
3686
+ .nav-tabs.nav-justified > .active > a:focus {
3687
+ border-bottom-color: #fff;
3688
+ }
3689
+ }
3690
+ .nav-pills > li {
3691
+ float: left;
3692
+ }
3693
+ .nav-pills > li > a {
3694
+ border-radius: 4px;
3695
+ }
3696
+ .nav-pills > li + li {
3697
+ margin-left: 2px;
3698
+ }
3699
+ .nav-pills > li.active > a,
3700
+ .nav-pills > li.active > a:hover,
3701
+ .nav-pills > li.active > a:focus {
3702
+ color: #fff;
3703
+ background-color: #428bca;
3704
+ }
3705
+ .nav-stacked > li {
3706
+ float: none;
3707
+ }
3708
+ .nav-stacked > li + li {
3709
+ margin-top: 2px;
3710
+ margin-left: 0;
3711
+ }
3712
+ .nav-justified {
3713
+ width: 100%;
3714
+ }
3715
+ .nav-justified > li {
3716
+ float: none;
3717
+ }
3718
+ .nav-justified > li > a {
3719
+ margin-bottom: 5px;
3720
+ text-align: center;
3721
+ }
3722
+ .nav-justified > .dropdown .dropdown-menu {
3723
+ top: auto;
3724
+ left: auto;
3725
+ }
3726
+ @media (min-width: 768px) {
3727
+ .nav-justified > li {
3728
+ display: table-cell;
3729
+ width: 1%;
3730
+ }
3731
+ .nav-justified > li > a {
3732
+ margin-bottom: 0;
3733
+ }
3734
+ }
3735
+ .nav-tabs-justified {
3736
+ border-bottom: 0;
3737
+ }
3738
+ .nav-tabs-justified > li > a {
3739
+ margin-right: 0;
3740
+ border-radius: 4px;
3741
+ }
3742
+ .nav-tabs-justified > .active > a,
3743
+ .nav-tabs-justified > .active > a:hover,
3744
+ .nav-tabs-justified > .active > a:focus {
3745
+ border: 1px solid #ddd;
3746
+ }
3747
+ @media (min-width: 768px) {
3748
+ .nav-tabs-justified > li > a {
3749
+ border-bottom: 1px solid #ddd;
3750
+ border-radius: 4px 4px 0 0;
3751
+ }
3752
+ .nav-tabs-justified > .active > a,
3753
+ .nav-tabs-justified > .active > a:hover,
3754
+ .nav-tabs-justified > .active > a:focus {
3755
+ border-bottom-color: #fff;
3756
+ }
3757
+ }
3758
+ .tab-content > .tab-pane {
3759
+ display: none;
3760
+ }
3761
+ .tab-content > .active {
3762
+ display: block;
3763
+ }
3764
+ .nav-tabs .dropdown-menu {
3765
+ margin-top: -1px;
3766
+ border-top-left-radius: 0;
3767
+ border-top-right-radius: 0;
3768
+ }
3769
+ .navbar {
3770
+ position: relative;
3771
+ min-height: 50px;
3772
+ margin-bottom: 20px;
3773
+ border: 1px solid transparent;
3774
+ }
3775
+ @media (min-width: 768px) {
3776
+ .navbar {
3777
+ border-radius: 4px;
3778
+ }
3779
+ }
3780
+ @media (min-width: 768px) {
3781
+ .navbar-header {
3782
+ float: left;
3783
+ }
3784
+ }
3785
+ .navbar-collapse {
3786
+ padding-right: 15px;
3787
+ padding-left: 15px;
3788
+ overflow-x: visible;
3789
+ -webkit-overflow-scrolling: touch;
3790
+ border-top: 1px solid transparent;
3791
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
3792
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
3793
+ }
3794
+ .navbar-collapse.in {
3795
+ overflow-y: auto;
3796
+ }
3797
+ @media (min-width: 768px) {
3798
+ .navbar-collapse {
3799
+ width: auto;
3800
+ border-top: 0;
3801
+ -webkit-box-shadow: none;
3802
+ box-shadow: none;
3803
+ }
3804
+ .navbar-collapse.collapse {
3805
+ display: block !important;
3806
+ height: auto !important;
3807
+ padding-bottom: 0;
3808
+ overflow: visible !important;
3809
+ }
3810
+ .navbar-collapse.in {
3811
+ overflow-y: visible;
3812
+ }
3813
+ .navbar-fixed-top .navbar-collapse,
3814
+ .navbar-static-top .navbar-collapse,
3815
+ .navbar-fixed-bottom .navbar-collapse {
3816
+ padding-right: 0;
3817
+ padding-left: 0;
3818
+ }
3819
+ }
3820
+ .navbar-fixed-top .navbar-collapse,
3821
+ .navbar-fixed-bottom .navbar-collapse {
3822
+ max-height: 340px;
3823
+ }
3824
+ @media (max-width: 480px) and (orientation: landscape) {
3825
+ .navbar-fixed-top .navbar-collapse,
3826
+ .navbar-fixed-bottom .navbar-collapse {
3827
+ max-height: 200px;
3828
+ }
3829
+ }
3830
+ .container > .navbar-header,
3831
+ .container-fluid > .navbar-header,
3832
+ .container > .navbar-collapse,
3833
+ .container-fluid > .navbar-collapse {
3834
+ margin-right: -15px;
3835
+ margin-left: -15px;
3836
+ }
3837
+ @media (min-width: 768px) {
3838
+ .container > .navbar-header,
3839
+ .container-fluid > .navbar-header,
3840
+ .container > .navbar-collapse,
3841
+ .container-fluid > .navbar-collapse {
3842
+ margin-right: 0;
3843
+ margin-left: 0;
3844
+ }
3845
+ }
3846
+ .navbar-static-top {
3847
+ z-index: 1000;
3848
+ border-width: 0 0 1px;
3849
+ }
3850
+ @media (min-width: 768px) {
3851
+ .navbar-static-top {
3852
+ border-radius: 0;
3853
+ }
3854
+ }
3855
+ .navbar-fixed-top,
3856
+ .navbar-fixed-bottom {
3857
+ position: fixed;
3858
+ right: 0;
3859
+ left: 0;
3860
+ z-index: 1030;
3861
+ -webkit-transform: translate3d(0, 0, 0);
3862
+ -o-transform: translate3d(0, 0, 0);
3863
+ transform: translate3d(0, 0, 0);
3864
+ }
3865
+ @media (min-width: 768px) {
3866
+ .navbar-fixed-top,
3867
+ .navbar-fixed-bottom {
3868
+ border-radius: 0;
3869
+ }
3870
+ }
3871
+ .navbar-fixed-top {
3872
+ top: 0;
3873
+ border-width: 0 0 1px;
3874
+ }
3875
+ .navbar-fixed-bottom {
3876
+ bottom: 0;
3877
+ margin-bottom: 0;
3878
+ border-width: 1px 0 0;
3879
+ }
3880
+ .navbar-brand {
3881
+ float: left;
3882
+ height: 50px;
3883
+ padding: 15px 15px;
3884
+ font-size: 18px;
3885
+ line-height: 20px;
3886
+ }
3887
+ .navbar-brand:hover,
3888
+ .navbar-brand:focus {
3889
+ text-decoration: none;
3890
+ }
3891
+ @media (min-width: 768px) {
3892
+ .navbar > .container .navbar-brand,
3893
+ .navbar > .container-fluid .navbar-brand {
3894
+ margin-left: -15px;
3895
+ }
3896
+ }
3897
+ .navbar-toggle {
3898
+ position: relative;
3899
+ float: right;
3900
+ padding: 9px 10px;
3901
+ margin-top: 8px;
3902
+ margin-right: 15px;
3903
+ margin-bottom: 8px;
3904
+ background-color: transparent;
3905
+ background-image: none;
3906
+ border: 1px solid transparent;
3907
+ border-radius: 4px;
3908
+ }
3909
+ .navbar-toggle:focus {
3910
+ outline: 0;
3911
+ }
3912
+ .navbar-toggle .icon-bar {
3913
+ display: block;
3914
+ width: 22px;
3915
+ height: 2px;
3916
+ border-radius: 1px;
3917
+ }
3918
+ .navbar-toggle .icon-bar + .icon-bar {
3919
+ margin-top: 4px;
3920
+ }
3921
+ @media (min-width: 768px) {
3922
+ .navbar-toggle {
3923
+ display: none;
3924
+ }
3925
+ }
3926
+ .navbar-nav {
3927
+ margin: 7.5px -15px;
3928
+ }
3929
+ .navbar-nav > li > a {
3930
+ padding-top: 10px;
3931
+ padding-bottom: 10px;
3932
+ line-height: 20px;
3933
+ }
3934
+ @media (max-width: 767px) {
3935
+ .navbar-nav .open .dropdown-menu {
3936
+ position: static;
3937
+ float: none;
3938
+ width: auto;
3939
+ margin-top: 0;
3940
+ background-color: transparent;
3941
+ border: 0;
3942
+ -webkit-box-shadow: none;
3943
+ box-shadow: none;
3944
+ }
3945
+ .navbar-nav .open .dropdown-menu > li > a,
3946
+ .navbar-nav .open .dropdown-menu .dropdown-header {
3947
+ padding: 5px 15px 5px 25px;
3948
+ }
3949
+ .navbar-nav .open .dropdown-menu > li > a {
3950
+ line-height: 20px;
3951
+ }
3952
+ .navbar-nav .open .dropdown-menu > li > a:hover,
3953
+ .navbar-nav .open .dropdown-menu > li > a:focus {
3954
+ background-image: none;
3955
+ }
3956
+ }
3957
+ @media (min-width: 768px) {
3958
+ .navbar-nav {
3959
+ float: left;
3960
+ margin: 0;
3961
+ }
3962
+ .navbar-nav > li {
3963
+ float: left;
3964
+ }
3965
+ .navbar-nav > li > a {
3966
+ padding-top: 15px;
3967
+ padding-bottom: 15px;
3968
+ }
3969
+ .navbar-nav.navbar-right:last-child {
3970
+ margin-right: -15px;
3971
+ }
3972
+ }
3973
+ @media (min-width: 768px) {
3974
+ .navbar-left {
3975
+ float: left !important;
3976
+ }
3977
+ .navbar-right {
3978
+ float: right !important;
3979
+ }
3980
+ }
3981
+ .navbar-form {
3982
+ padding: 10px 15px;
3983
+ margin-top: 8px;
3984
+ margin-right: -15px;
3985
+ margin-bottom: 8px;
3986
+ margin-left: -15px;
3987
+ border-top: 1px solid transparent;
3988
+ border-bottom: 1px solid transparent;
3989
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
3990
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
3991
+ }
3992
+ @media (min-width: 768px) {
3993
+ .navbar-form .form-group {
3994
+ display: inline-block;
3995
+ margin-bottom: 0;
3996
+ vertical-align: middle;
3997
+ }
3998
+ .navbar-form .form-control {
3999
+ display: inline-block;
4000
+ width: auto;
4001
+ vertical-align: middle;
4002
+ }
4003
+ .navbar-form .input-group {
4004
+ display: inline-table;
4005
+ vertical-align: middle;
4006
+ }
4007
+ .navbar-form .input-group .input-group-addon,
4008
+ .navbar-form .input-group .input-group-btn,
4009
+ .navbar-form .input-group .form-control {
4010
+ width: auto;
4011
+ }
4012
+ .navbar-form .input-group > .form-control {
4013
+ width: 100%;
4014
+ }
4015
+ .navbar-form .control-label {
4016
+ margin-bottom: 0;
4017
+ vertical-align: middle;
4018
+ }
4019
+ .navbar-form .radio,
4020
+ .navbar-form .checkbox {
4021
+ display: inline-block;
4022
+ margin-top: 0;
4023
+ margin-bottom: 0;
4024
+ vertical-align: middle;
4025
+ }
4026
+ .navbar-form .radio label,
4027
+ .navbar-form .checkbox label {
4028
+ padding-left: 0;
4029
+ }
4030
+ .navbar-form .radio input[type="radio"],
4031
+ .navbar-form .checkbox input[type="checkbox"] {
4032
+ position: relative;
4033
+ margin-left: 0;
4034
+ }
4035
+ .navbar-form .has-feedback .form-control-feedback {
4036
+ top: 0;
4037
+ }
4038
+ }
4039
+ @media (max-width: 767px) {
4040
+ .navbar-form .form-group {
4041
+ margin-bottom: 5px;
4042
+ }
4043
+ }
4044
+ @media (min-width: 768px) {
4045
+ .navbar-form {
4046
+ width: auto;
4047
+ padding-top: 0;
4048
+ padding-bottom: 0;
4049
+ margin-right: 0;
4050
+ margin-left: 0;
4051
+ border: 0;
4052
+ -webkit-box-shadow: none;
4053
+ box-shadow: none;
4054
+ }
4055
+ .navbar-form.navbar-right:last-child {
4056
+ margin-right: -15px;
4057
+ }
4058
+ }
4059
+ .navbar-nav > li > .dropdown-menu {
4060
+ margin-top: 0;
4061
+ border-top-left-radius: 0;
4062
+ border-top-right-radius: 0;
4063
+ }
4064
+ .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
4065
+ border-bottom-right-radius: 0;
4066
+ border-bottom-left-radius: 0;
4067
+ }
4068
+ .navbar-btn {
4069
+ margin-top: 8px;
4070
+ margin-bottom: 8px;
4071
+ }
4072
+ .navbar-btn.btn-sm {
4073
+ margin-top: 10px;
4074
+ margin-bottom: 10px;
4075
+ }
4076
+ .navbar-btn.btn-xs {
4077
+ margin-top: 14px;
4078
+ margin-bottom: 14px;
4079
+ }
4080
+ .navbar-text {
4081
+ margin-top: 15px;
4082
+ margin-bottom: 15px;
4083
+ }
4084
+ @media (min-width: 768px) {
4085
+ .navbar-text {
4086
+ float: left;
4087
+ margin-right: 15px;
4088
+ margin-left: 15px;
4089
+ }
4090
+ .navbar-text.navbar-right:last-child {
4091
+ margin-right: 0;
4092
+ }
4093
+ }
4094
+ .navbar-default {
4095
+ background-color: #f8f8f8;
4096
+ border-color: #e7e7e7;
4097
+ }
4098
+ .navbar-default .navbar-brand {
4099
+ color: #777;
4100
+ }
4101
+ .navbar-default .navbar-brand:hover,
4102
+ .navbar-default .navbar-brand:focus {
4103
+ color: #5e5e5e;
4104
+ background-color: transparent;
4105
+ }
4106
+ .navbar-default .navbar-text {
4107
+ color: #777;
4108
+ }
4109
+ .navbar-default .navbar-nav > li > a {
4110
+ color: #777;
4111
+ }
4112
+ .navbar-default .navbar-nav > li > a:hover,
4113
+ .navbar-default .navbar-nav > li > a:focus {
4114
+ color: #333;
4115
+ background-color: transparent;
4116
+ }
4117
+ .navbar-default .navbar-nav > .active > a,
4118
+ .navbar-default .navbar-nav > .active > a:hover,
4119
+ .navbar-default .navbar-nav > .active > a:focus {
4120
+ color: #555;
4121
+ background-color: #e7e7e7;
4122
+ }
4123
+ .navbar-default .navbar-nav > .disabled > a,
4124
+ .navbar-default .navbar-nav > .disabled > a:hover,
4125
+ .navbar-default .navbar-nav > .disabled > a:focus {
4126
+ color: #ccc;
4127
+ background-color: transparent;
4128
+ }
4129
+ .navbar-default .navbar-toggle {
4130
+ border-color: #ddd;
4131
+ }
4132
+ .navbar-default .navbar-toggle:hover,
4133
+ .navbar-default .navbar-toggle:focus {
4134
+ background-color: #ddd;
4135
+ }
4136
+ .navbar-default .navbar-toggle .icon-bar {
4137
+ background-color: #888;
4138
+ }
4139
+ .navbar-default .navbar-collapse,
4140
+ .navbar-default .navbar-form {
4141
+ border-color: #e7e7e7;
4142
+ }
4143
+ .navbar-default .navbar-nav > .open > a,
4144
+ .navbar-default .navbar-nav > .open > a:hover,
4145
+ .navbar-default .navbar-nav > .open > a:focus {
4146
+ color: #555;
4147
+ background-color: #e7e7e7;
4148
+ }
4149
+ @media (max-width: 767px) {
4150
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a {
4151
+ color: #777;
4152
+ }
4153
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
4154
+ .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
4155
+ color: #333;
4156
+ background-color: transparent;
4157
+ }
4158
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
4159
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
4160
+ .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
4161
+ color: #555;
4162
+ background-color: #e7e7e7;
4163
+ }
4164
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
4165
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4166
+ .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4167
+ color: #ccc;
4168
+ background-color: transparent;
4169
+ }
4170
+ }
4171
+ .navbar-default .navbar-link {
4172
+ color: #777;
4173
+ }
4174
+ .navbar-default .navbar-link:hover {
4175
+ color: #333;
4176
+ }
4177
+ .navbar-default .btn-link {
4178
+ color: #777;
4179
+ }
4180
+ .navbar-default .btn-link:hover,
4181
+ .navbar-default .btn-link:focus {
4182
+ color: #333;
4183
+ }
4184
+ .navbar-default .btn-link[disabled]:hover,
4185
+ fieldset[disabled] .navbar-default .btn-link:hover,
4186
+ .navbar-default .btn-link[disabled]:focus,
4187
+ fieldset[disabled] .navbar-default .btn-link:focus {
4188
+ color: #ccc;
4189
+ }
4190
+ .navbar-inverse {
4191
+ background-color: #222;
4192
+ border-color: #080808;
4193
+ }
4194
+ .navbar-inverse .navbar-brand {
4195
+ color: #777;
4196
+ }
4197
+ .navbar-inverse .navbar-brand:hover,
4198
+ .navbar-inverse .navbar-brand:focus {
4199
+ color: #fff;
4200
+ background-color: transparent;
4201
+ }
4202
+ .navbar-inverse .navbar-text {
4203
+ color: #777;
4204
+ }
4205
+ .navbar-inverse .navbar-nav > li > a {
4206
+ color: #777;
4207
+ }
4208
+ .navbar-inverse .navbar-nav > li > a:hover,
4209
+ .navbar-inverse .navbar-nav > li > a:focus {
4210
+ color: #fff;
4211
+ background-color: transparent;
4212
+ }
4213
+ .navbar-inverse .navbar-nav > .active > a,
4214
+ .navbar-inverse .navbar-nav > .active > a:hover,
4215
+ .navbar-inverse .navbar-nav > .active > a:focus {
4216
+ color: #fff;
4217
+ background-color: #080808;
4218
+ }
4219
+ .navbar-inverse .navbar-nav > .disabled > a,
4220
+ .navbar-inverse .navbar-nav > .disabled > a:hover,
4221
+ .navbar-inverse .navbar-nav > .disabled > a:focus {
4222
+ color: #444;
4223
+ background-color: transparent;
4224
+ }
4225
+ .navbar-inverse .navbar-toggle {
4226
+ border-color: #333;
4227
+ }
4228
+ .navbar-inverse .navbar-toggle:hover,
4229
+ .navbar-inverse .navbar-toggle:focus {
4230
+ background-color: #333;
4231
+ }
4232
+ .navbar-inverse .navbar-toggle .icon-bar {
4233
+ background-color: #fff;
4234
+ }
4235
+ .navbar-inverse .navbar-collapse,
4236
+ .navbar-inverse .navbar-form {
4237
+ border-color: #101010;
4238
+ }
4239
+ .navbar-inverse .navbar-nav > .open > a,
4240
+ .navbar-inverse .navbar-nav > .open > a:hover,
4241
+ .navbar-inverse .navbar-nav > .open > a:focus {
4242
+ color: #fff;
4243
+ background-color: #080808;
4244
+ }
4245
+ @media (max-width: 767px) {
4246
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
4247
+ border-color: #080808;
4248
+ }
4249
+ .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
4250
+ background-color: #080808;
4251
+ }
4252
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
4253
+ color: #777;
4254
+ }
4255
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
4256
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
4257
+ color: #fff;
4258
+ background-color: transparent;
4259
+ }
4260
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
4261
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
4262
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
4263
+ color: #fff;
4264
+ background-color: #080808;
4265
+ }
4266
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4267
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4268
+ .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4269
+ color: #444;
4270
+ background-color: transparent;
4271
+ }
4272
+ }
4273
+ .navbar-inverse .navbar-link {
4274
+ color: #777;
4275
+ }
4276
+ .navbar-inverse .navbar-link:hover {
4277
+ color: #fff;
4278
+ }
4279
+ .navbar-inverse .btn-link {
4280
+ color: #777;
4281
+ }
4282
+ .navbar-inverse .btn-link:hover,
4283
+ .navbar-inverse .btn-link:focus {
4284
+ color: #fff;
4285
+ }
4286
+ .navbar-inverse .btn-link[disabled]:hover,
4287
+ fieldset[disabled] .navbar-inverse .btn-link:hover,
4288
+ .navbar-inverse .btn-link[disabled]:focus,
4289
+ fieldset[disabled] .navbar-inverse .btn-link:focus {
4290
+ color: #444;
4291
+ }
4292
+ .breadcrumb {
4293
+ padding: 8px 15px;
4294
+ margin-bottom: 20px;
4295
+ list-style: none;
4296
+ background-color: #f5f5f5;
4297
+ border-radius: 4px;
4298
+ }
4299
+ .breadcrumb > li {
4300
+ display: inline-block;
4301
+ }
4302
+ .breadcrumb > li + li:before {
4303
+ padding: 0 5px;
4304
+ color: #ccc;
4305
+ content: "/\00a0";
4306
+ }
4307
+ .breadcrumb > .active {
4308
+ color: #777;
4309
+ }
4310
+ .pagination {
4311
+ display: inline-block;
4312
+ padding-left: 0;
4313
+ margin: 20px 0;
4314
+ border-radius: 4px;
4315
+ }
4316
+ .pagination > li {
4317
+ display: inline;
4318
+ }
4319
+ .pagination > li > a,
4320
+ .pagination > li > span {
4321
+ position: relative;
4322
+ float: left;
4323
+ padding: 6px 12px;
4324
+ margin-left: -1px;
4325
+ line-height: 1.42857143;
4326
+ color: #428bca;
4327
+ text-decoration: none;
4328
+ background-color: #fff;
4329
+ border: 1px solid #ddd;
4330
+ }
4331
+ .pagination > li:first-child > a,
4332
+ .pagination > li:first-child > span {
4333
+ margin-left: 0;
4334
+ border-top-left-radius: 4px;
4335
+ border-bottom-left-radius: 4px;
4336
+ }
4337
+ .pagination > li:last-child > a,
4338
+ .pagination > li:last-child > span {
4339
+ border-top-right-radius: 4px;
4340
+ border-bottom-right-radius: 4px;
4341
+ }
4342
+ .pagination > li > a:hover,
4343
+ .pagination > li > span:hover,
4344
+ .pagination > li > a:focus,
4345
+ .pagination > li > span:focus {
4346
+ color: #2a6496;
4347
+ background-color: #eee;
4348
+ border-color: #ddd;
4349
+ }
4350
+ .pagination > .active > a,
4351
+ .pagination > .active > span,
4352
+ .pagination > .active > a:hover,
4353
+ .pagination > .active > span:hover,
4354
+ .pagination > .active > a:focus,
4355
+ .pagination > .active > span:focus {
4356
+ z-index: 2;
4357
+ color: #fff;
4358
+ cursor: default;
4359
+ background-color: #428bca;
4360
+ border-color: #428bca;
4361
+ }
4362
+ .pagination > .disabled > span,
4363
+ .pagination > .disabled > span:hover,
4364
+ .pagination > .disabled > span:focus,
4365
+ .pagination > .disabled > a,
4366
+ .pagination > .disabled > a:hover,
4367
+ .pagination > .disabled > a:focus {
4368
+ color: #777;
4369
+ cursor: not-allowed;
4370
+ background-color: #fff;
4371
+ border-color: #ddd;
4372
+ }
4373
+ .pagination-lg > li > a,
4374
+ .pagination-lg > li > span {
4375
+ padding: 10px 16px;
4376
+ font-size: 18px;
4377
+ }
4378
+ .pagination-lg > li:first-child > a,
4379
+ .pagination-lg > li:first-child > span {
4380
+ border-top-left-radius: 6px;
4381
+ border-bottom-left-radius: 6px;
4382
+ }
4383
+ .pagination-lg > li:last-child > a,
4384
+ .pagination-lg > li:last-child > span {
4385
+ border-top-right-radius: 6px;
4386
+ border-bottom-right-radius: 6px;
4387
+ }
4388
+ .pagination-sm > li > a,
4389
+ .pagination-sm > li > span {
4390
+ padding: 5px 10px;
4391
+ font-size: 12px;
4392
+ }
4393
+ .pagination-sm > li:first-child > a,
4394
+ .pagination-sm > li:first-child > span {
4395
+ border-top-left-radius: 3px;
4396
+ border-bottom-left-radius: 3px;
4397
+ }
4398
+ .pagination-sm > li:last-child > a,
4399
+ .pagination-sm > li:last-child > span {
4400
+ border-top-right-radius: 3px;
4401
+ border-bottom-right-radius: 3px;
4402
+ }
4403
+ .pager {
4404
+ padding-left: 0;
4405
+ margin: 20px 0;
4406
+ text-align: center;
4407
+ list-style: none;
4408
+ }
4409
+ .pager li {
4410
+ display: inline;
4411
+ }
4412
+ .pager li > a,
4413
+ .pager li > span {
4414
+ display: inline-block;
4415
+ padding: 5px 14px;
4416
+ background-color: #fff;
4417
+ border: 1px solid #ddd;
4418
+ border-radius: 15px;
4419
+ }
4420
+ .pager li > a:hover,
4421
+ .pager li > a:focus {
4422
+ text-decoration: none;
4423
+ background-color: #eee;
4424
+ }
4425
+ .pager .next > a,
4426
+ .pager .next > span {
4427
+ float: right;
4428
+ }
4429
+ .pager .previous > a,
4430
+ .pager .previous > span {
4431
+ float: left;
4432
+ }
4433
+ .pager .disabled > a,
4434
+ .pager .disabled > a:hover,
4435
+ .pager .disabled > a:focus,
4436
+ .pager .disabled > span {
4437
+ color: #777;
4438
+ cursor: not-allowed;
4439
+ background-color: #fff;
4440
+ }
4441
+ .label {
4442
+ display: inline;
4443
+ padding: .2em .6em .3em;
4444
+ font-size: 75%;
4445
+ font-weight: bold;
4446
+ line-height: 1;
4447
+ color: #fff;
4448
+ text-align: center;
4449
+ white-space: nowrap;
4450
+ vertical-align: baseline;
4451
+ border-radius: .25em;
4452
+ }
4453
+ a.label:hover,
4454
+ a.label:focus {
4455
+ color: #fff;
4456
+ text-decoration: none;
4457
+ cursor: pointer;
4458
+ }
4459
+ .label:empty {
4460
+ display: none;
4461
+ }
4462
+ .btn .label {
4463
+ position: relative;
4464
+ top: -1px;
4465
+ }
4466
+ .label-default {
4467
+ background-color: #777;
4468
+ }
4469
+ .label-default[href]:hover,
4470
+ .label-default[href]:focus {
4471
+ background-color: #5e5e5e;
4472
+ }
4473
+ .label-primary {
4474
+ background-color: #428bca;
4475
+ }
4476
+ .label-primary[href]:hover,
4477
+ .label-primary[href]:focus {
4478
+ background-color: #3071a9;
4479
+ }
4480
+ .label-success {
4481
+ background-color: #5cb85c;
4482
+ }
4483
+ .label-success[href]:hover,
4484
+ .label-success[href]:focus {
4485
+ background-color: #449d44;
4486
+ }
4487
+ .label-info {
4488
+ background-color: #5bc0de;
4489
+ }
4490
+ .label-info[href]:hover,
4491
+ .label-info[href]:focus {
4492
+ background-color: #31b0d5;
4493
+ }
4494
+ .label-warning {
4495
+ background-color: #f0ad4e;
4496
+ }
4497
+ .label-warning[href]:hover,
4498
+ .label-warning[href]:focus {
4499
+ background-color: #ec971f;
4500
+ }
4501
+ .label-danger {
4502
+ background-color: #d9534f;
4503
+ }
4504
+ .label-danger[href]:hover,
4505
+ .label-danger[href]:focus {
4506
+ background-color: #c9302c;
4507
+ }
4508
+ .badge {
4509
+ display: inline-block;
4510
+ min-width: 10px;
4511
+ padding: 3px 7px;
4512
+ font-size: 12px;
4513
+ font-weight: bold;
4514
+ line-height: 1;
4515
+ color: #fff;
4516
+ text-align: center;
4517
+ white-space: nowrap;
4518
+ vertical-align: baseline;
4519
+ background-color: #777;
4520
+ border-radius: 10px;
4521
+ }
4522
+ .badge:empty {
4523
+ display: none;
4524
+ }
4525
+ .btn .badge {
4526
+ position: relative;
4527
+ top: -1px;
4528
+ }
4529
+ .btn-xs .badge {
4530
+ top: 0;
4531
+ padding: 1px 5px;
4532
+ }
4533
+ a.badge:hover,
4534
+ a.badge:focus {
4535
+ color: #fff;
4536
+ text-decoration: none;
4537
+ cursor: pointer;
4538
+ }
4539
+ a.list-group-item.active > .badge,
4540
+ .nav-pills > .active > a > .badge {
4541
+ color: #428bca;
4542
+ background-color: #fff;
4543
+ }
4544
+ .nav-pills > li > a > .badge {
4545
+ margin-left: 3px;
4546
+ }
4547
+ .jumbotron {
4548
+ padding: 30px;
4549
+ margin-bottom: 30px;
4550
+ color: inherit;
4551
+ background-color: #eee;
4552
+ }
4553
+ .jumbotron h1,
4554
+ .jumbotron .h1 {
4555
+ color: inherit;
4556
+ }
4557
+ .jumbotron p {
4558
+ margin-bottom: 15px;
4559
+ font-size: 21px;
4560
+ font-weight: 200;
4561
+ }
4562
+ .jumbotron > hr {
4563
+ border-top-color: #d5d5d5;
4564
+ }
4565
+ .container .jumbotron {
4566
+ border-radius: 6px;
4567
+ }
4568
+ .jumbotron .container {
4569
+ max-width: 100%;
4570
+ }
4571
+ @media screen and (min-width: 768px) {
4572
+ .jumbotron {
4573
+ padding-top: 48px;
4574
+ padding-bottom: 48px;
4575
+ }
4576
+ .container .jumbotron {
4577
+ padding-right: 60px;
4578
+ padding-left: 60px;
4579
+ }
4580
+ .jumbotron h1,
4581
+ .jumbotron .h1 {
4582
+ font-size: 63px;
4583
+ }
4584
+ }
4585
+ .thumbnail {
4586
+ display: block;
4587
+ padding: 4px;
4588
+ margin-bottom: 20px;
4589
+ line-height: 1.42857143;
4590
+ background-color: #fff;
4591
+ border: 1px solid #ddd;
4592
+ border-radius: 4px;
4593
+ -webkit-transition: all .2s ease-in-out;
4594
+ -o-transition: all .2s ease-in-out;
4595
+ transition: all .2s ease-in-out;
4596
+ }
4597
+ .thumbnail > img,
4598
+ .thumbnail a > img {
4599
+ margin-right: auto;
4600
+ margin-left: auto;
4601
+ }
4602
+ a.thumbnail:hover,
4603
+ a.thumbnail:focus,
4604
+ a.thumbnail.active {
4605
+ border-color: #428bca;
4606
+ }
4607
+ .thumbnail .caption {
4608
+ padding: 9px;
4609
+ color: #333;
4610
+ }
4611
+ .alert {
4612
+ padding: 15px;
4613
+ margin-bottom: 20px;
4614
+ border: 1px solid transparent;
4615
+ border-radius: 4px;
4616
+ }
4617
+ .alert h4 {
4618
+ margin-top: 0;
4619
+ color: inherit;
4620
+ }
4621
+ .alert .alert-link {
4622
+ font-weight: bold;
4623
+ }
4624
+ .alert > p,
4625
+ .alert > ul {
4626
+ margin-bottom: 0;
4627
+ }
4628
+ .alert > p + p {
4629
+ margin-top: 5px;
4630
+ }
4631
+ .alert-dismissable,
4632
+ .alert-dismissible {
4633
+ padding-right: 35px;
4634
+ }
4635
+ .alert-dismissable .close,
4636
+ .alert-dismissible .close {
4637
+ position: relative;
4638
+ top: -2px;
4639
+ right: -21px;
4640
+ color: inherit;
4641
+ }
4642
+ .alert-success {
4643
+ color: #3c763d;
4644
+ background-color: #dff0d8;
4645
+ border-color: #d6e9c6;
4646
+ }
4647
+ .alert-success hr {
4648
+ border-top-color: #c9e2b3;
4649
+ }
4650
+ .alert-success .alert-link {
4651
+ color: #2b542c;
4652
+ }
4653
+ .alert-info {
4654
+ color: #31708f;
4655
+ background-color: #d9edf7;
4656
+ border-color: #bce8f1;
4657
+ }
4658
+ .alert-info hr {
4659
+ border-top-color: #a6e1ec;
4660
+ }
4661
+ .alert-info .alert-link {
4662
+ color: #245269;
4663
+ }
4664
+ .alert-warning {
4665
+ color: #8a6d3b;
4666
+ background-color: #fcf8e3;
4667
+ border-color: #faebcc;
4668
+ }
4669
+ .alert-warning hr {
4670
+ border-top-color: #f7e1b5;
4671
+ }
4672
+ .alert-warning .alert-link {
4673
+ color: #66512c;
4674
+ }
4675
+ .alert-danger {
4676
+ color: #a94442;
4677
+ background-color: #f2dede;
4678
+ border-color: #ebccd1;
4679
+ }
4680
+ .alert-danger hr {
4681
+ border-top-color: #e4b9c0;
4682
+ }
4683
+ .alert-danger .alert-link {
4684
+ color: #843534;
4685
+ }
4686
+ @-webkit-keyframes progress-bar-stripes {
4687
+ from {
4688
+ background-position: 40px 0;
4689
+ }
4690
+ to {
4691
+ background-position: 0 0;
4692
+ }
4693
+ }
4694
+ @-o-keyframes progress-bar-stripes {
4695
+ from {
4696
+ background-position: 40px 0;
4697
+ }
4698
+ to {
4699
+ background-position: 0 0;
4700
+ }
4701
+ }
4702
+ @keyframes progress-bar-stripes {
4703
+ from {
4704
+ background-position: 40px 0;
4705
+ }
4706
+ to {
4707
+ background-position: 0 0;
4708
+ }
4709
+ }
4710
+ .progress {
4711
+ height: 20px;
4712
+ margin-bottom: 20px;
4713
+ overflow: hidden;
4714
+ background-color: #f5f5f5;
4715
+ border-radius: 4px;
4716
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
4717
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
4718
+ }
4719
+ .progress-bar {
4720
+ float: left;
4721
+ width: 0;
4722
+ height: 100%;
4723
+ font-size: 12px;
4724
+ line-height: 20px;
4725
+ color: #fff;
4726
+ text-align: center;
4727
+ background-color: #428bca;
4728
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
4729
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
4730
+ -webkit-transition: width .6s ease;
4731
+ -o-transition: width .6s ease;
4732
+ transition: width .6s ease;
4733
+ }
4734
+ .progress-striped .progress-bar,
4735
+ .progress-bar-striped {
4736
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4737
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4738
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4739
+ -webkit-background-size: 40px 40px;
4740
+ background-size: 40px 40px;
4741
+ }
4742
+ .progress.active .progress-bar,
4743
+ .progress-bar.active {
4744
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
4745
+ -o-animation: progress-bar-stripes 2s linear infinite;
4746
+ animation: progress-bar-stripes 2s linear infinite;
4747
+ }
4748
+ .progress-bar[aria-valuenow="1"],
4749
+ .progress-bar[aria-valuenow="2"] {
4750
+ min-width: 30px;
4751
+ }
4752
+ .progress-bar[aria-valuenow="0"] {
4753
+ min-width: 30px;
4754
+ color: #777;
4755
+ background-color: transparent;
4756
+ background-image: none;
4757
+ -webkit-box-shadow: none;
4758
+ box-shadow: none;
4759
+ }
4760
+ .progress-bar-success {
4761
+ background-color: #5cb85c;
4762
+ }
4763
+ .progress-striped .progress-bar-success {
4764
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4765
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4766
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4767
+ }
4768
+ .progress-bar-info {
4769
+ background-color: #5bc0de;
4770
+ }
4771
+ .progress-striped .progress-bar-info {
4772
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4773
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4774
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4775
+ }
4776
+ .progress-bar-warning {
4777
+ background-color: #f0ad4e;
4778
+ }
4779
+ .progress-striped .progress-bar-warning {
4780
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4781
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4782
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4783
+ }
4784
+ .progress-bar-danger {
4785
+ background-color: #d9534f;
4786
+ }
4787
+ .progress-striped .progress-bar-danger {
4788
+ background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4789
+ background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4790
+ background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
4791
+ }
4792
+ .media,
4793
+ .media-body {
4794
+ overflow: hidden;
4795
+ zoom: 1;
4796
+ }
4797
+ .media,
4798
+ .media .media {
4799
+ margin-top: 15px;
4800
+ }
4801
+ .media:first-child {
4802
+ margin-top: 0;
4803
+ }
4804
+ .media-object {
4805
+ display: block;
4806
+ }
4807
+ .media-heading {
4808
+ margin: 0 0 5px;
4809
+ }
4810
+ .media > .pull-left {
4811
+ margin-right: 10px;
4812
+ }
4813
+ .media > .pull-right {
4814
+ margin-left: 10px;
4815
+ }
4816
+ .media-list {
4817
+ padding-left: 0;
4818
+ list-style: none;
4819
+ }
4820
+ .list-group {
4821
+ padding-left: 0;
4822
+ margin-bottom: 20px;
4823
+ }
4824
+ .list-group-item {
4825
+ position: relative;
4826
+ display: block;
4827
+ padding: 10px 15px;
4828
+ margin-bottom: -1px;
4829
+ background-color: #fff;
4830
+ border: 1px solid #ddd;
4831
+ }
4832
+ .list-group-item:first-child {
4833
+ border-top-left-radius: 4px;
4834
+ border-top-right-radius: 4px;
4835
+ }
4836
+ .list-group-item:last-child {
4837
+ margin-bottom: 0;
4838
+ border-bottom-right-radius: 4px;
4839
+ border-bottom-left-radius: 4px;
4840
+ }
4841
+ .list-group-item > .badge {
4842
+ float: right;
4843
+ }
4844
+ .list-group-item > .badge + .badge {
4845
+ margin-right: 5px;
4846
+ }
4847
+ a.list-group-item {
4848
+ color: #555;
4849
+ }
4850
+ a.list-group-item .list-group-item-heading {
4851
+ color: #333;
4852
+ }
4853
+ a.list-group-item:hover,
4854
+ a.list-group-item:focus {
4855
+ color: #555;
4856
+ text-decoration: none;
4857
+ background-color: #f5f5f5;
4858
+ }
4859
+ .list-group-item.disabled,
4860
+ .list-group-item.disabled:hover,
4861
+ .list-group-item.disabled:focus {
4862
+ color: #777;
4863
+ background-color: #eee;
4864
+ }
4865
+ .list-group-item.disabled .list-group-item-heading,
4866
+ .list-group-item.disabled:hover .list-group-item-heading,
4867
+ .list-group-item.disabled:focus .list-group-item-heading {
4868
+ color: inherit;
4869
+ }
4870
+ .list-group-item.disabled .list-group-item-text,
4871
+ .list-group-item.disabled:hover .list-group-item-text,
4872
+ .list-group-item.disabled:focus .list-group-item-text {
4873
+ color: #777;
4874
+ }
4875
+ .list-group-item.active,
4876
+ .list-group-item.active:hover,
4877
+ .list-group-item.active:focus {
4878
+ z-index: 2;
4879
+ color: #fff;
4880
+ background-color: #428bca;
4881
+ border-color: #428bca;
4882
+ }
4883
+ .list-group-item.active .list-group-item-heading,
4884
+ .list-group-item.active:hover .list-group-item-heading,
4885
+ .list-group-item.active:focus .list-group-item-heading,
4886
+ .list-group-item.active .list-group-item-heading > small,
4887
+ .list-group-item.active:hover .list-group-item-heading > small,
4888
+ .list-group-item.active:focus .list-group-item-heading > small,
4889
+ .list-group-item.active .list-group-item-heading > .small,
4890
+ .list-group-item.active:hover .list-group-item-heading > .small,
4891
+ .list-group-item.active:focus .list-group-item-heading > .small {
4892
+ color: inherit;
4893
+ }
4894
+ .list-group-item.active .list-group-item-text,
4895
+ .list-group-item.active:hover .list-group-item-text,
4896
+ .list-group-item.active:focus .list-group-item-text {
4897
+ color: #e1edf7;
4898
+ }
4899
+ .list-group-item-success {
4900
+ color: #3c763d;
4901
+ background-color: #dff0d8;
4902
+ }
4903
+ a.list-group-item-success {
4904
+ color: #3c763d;
4905
+ }
4906
+ a.list-group-item-success .list-group-item-heading {
4907
+ color: inherit;
4908
+ }
4909
+ a.list-group-item-success:hover,
4910
+ a.list-group-item-success:focus {
4911
+ color: #3c763d;
4912
+ background-color: #d0e9c6;
4913
+ }
4914
+ a.list-group-item-success.active,
4915
+ a.list-group-item-success.active:hover,
4916
+ a.list-group-item-success.active:focus {
4917
+ color: #fff;
4918
+ background-color: #3c763d;
4919
+ border-color: #3c763d;
4920
+ }
4921
+ .list-group-item-info {
4922
+ color: #31708f;
4923
+ background-color: #d9edf7;
4924
+ }
4925
+ a.list-group-item-info {
4926
+ color: #31708f;
4927
+ }
4928
+ a.list-group-item-info .list-group-item-heading {
4929
+ color: inherit;
4930
+ }
4931
+ a.list-group-item-info:hover,
4932
+ a.list-group-item-info:focus {
4933
+ color: #31708f;
4934
+ background-color: #c4e3f3;
4935
+ }
4936
+ a.list-group-item-info.active,
4937
+ a.list-group-item-info.active:hover,
4938
+ a.list-group-item-info.active:focus {
4939
+ color: #fff;
4940
+ background-color: #31708f;
4941
+ border-color: #31708f;
4942
+ }
4943
+ .list-group-item-warning {
4944
+ color: #8a6d3b;
4945
+ background-color: #fcf8e3;
4946
+ }
4947
+ a.list-group-item-warning {
4948
+ color: #8a6d3b;
4949
+ }
4950
+ a.list-group-item-warning .list-group-item-heading {
4951
+ color: inherit;
4952
+ }
4953
+ a.list-group-item-warning:hover,
4954
+ a.list-group-item-warning:focus {
4955
+ color: #8a6d3b;
4956
+ background-color: #faf2cc;
4957
+ }
4958
+ a.list-group-item-warning.active,
4959
+ a.list-group-item-warning.active:hover,
4960
+ a.list-group-item-warning.active:focus {
4961
+ color: #fff;
4962
+ background-color: #8a6d3b;
4963
+ border-color: #8a6d3b;
4964
+ }
4965
+ .list-group-item-danger {
4966
+ color: #a94442;
4967
+ background-color: #f2dede;
4968
+ }
4969
+ a.list-group-item-danger {
4970
+ color: #a94442;
4971
+ }
4972
+ a.list-group-item-danger .list-group-item-heading {
4973
+ color: inherit;
4974
+ }
4975
+ a.list-group-item-danger:hover,
4976
+ a.list-group-item-danger:focus {
4977
+ color: #a94442;
4978
+ background-color: #ebcccc;
4979
+ }
4980
+ a.list-group-item-danger.active,
4981
+ a.list-group-item-danger.active:hover,
4982
+ a.list-group-item-danger.active:focus {
4983
+ color: #fff;
4984
+ background-color: #a94442;
4985
+ border-color: #a94442;
4986
+ }
4987
+ .list-group-item-heading {
4988
+ margin-top: 0;
4989
+ margin-bottom: 5px;
4990
+ }
4991
+ .list-group-item-text {
4992
+ margin-bottom: 0;
4993
+ line-height: 1.3;
4994
+ }
4995
+ .panel {
4996
+ margin-bottom: 20px;
4997
+ background-color: #fff;
4998
+ border: 1px solid transparent;
4999
+ border-radius: 4px;
5000
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
5001
+ box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
5002
+ }
5003
+ .panel-body {
5004
+ padding: 15px;
5005
+ }
5006
+ .panel-heading {
5007
+ padding: 10px 15px;
5008
+ border-bottom: 1px solid transparent;
5009
+ border-top-left-radius: 3px;
5010
+ border-top-right-radius: 3px;
5011
+ }
5012
+ .panel-heading > .dropdown .dropdown-toggle {
5013
+ color: inherit;
5014
+ }
5015
+ .panel-title {
5016
+ margin-top: 0;
5017
+ margin-bottom: 0;
5018
+ font-size: 16px;
5019
+ color: inherit;
5020
+ }
5021
+ .panel-title > a {
5022
+ color: inherit;
5023
+ }
5024
+ .panel-footer {
5025
+ padding: 10px 15px;
5026
+ background-color: #f5f5f5;
5027
+ border-top: 1px solid #ddd;
5028
+ border-bottom-right-radius: 3px;
5029
+ border-bottom-left-radius: 3px;
5030
+ }
5031
+ .panel > .list-group {
5032
+ margin-bottom: 0;
5033
+ }
5034
+ .panel > .list-group .list-group-item {
5035
+ border-width: 1px 0;
5036
+ border-radius: 0;
5037
+ }
5038
+ .panel > .list-group:first-child .list-group-item:first-child {
5039
+ border-top: 0;
5040
+ border-top-left-radius: 3px;
5041
+ border-top-right-radius: 3px;
5042
+ }
5043
+ .panel > .list-group:last-child .list-group-item:last-child {
5044
+ border-bottom: 0;
5045
+ border-bottom-right-radius: 3px;
5046
+ border-bottom-left-radius: 3px;
5047
+ }
5048
+ .panel-heading + .list-group .list-group-item:first-child {
5049
+ border-top-width: 0;
5050
+ }
5051
+ .list-group + .panel-footer {
5052
+ border-top-width: 0;
5053
+ }
5054
+ .panel > .table,
5055
+ .panel > .table-responsive > .table,
5056
+ .panel > .panel-collapse > .table {
5057
+ margin-bottom: 0;
5058
+ }
5059
+ .panel > .table:first-child,
5060
+ .panel > .table-responsive:first-child > .table:first-child {
5061
+ border-top-left-radius: 3px;
5062
+ border-top-right-radius: 3px;
5063
+ }
5064
+ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
5065
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
5066
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5067
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
5068
+ .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
5069
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
5070
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
5071
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
5072
+ border-top-left-radius: 3px;
5073
+ }
5074
+ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
5075
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
5076
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5077
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
5078
+ .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
5079
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
5080
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
5081
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
5082
+ border-top-right-radius: 3px;
5083
+ }
5084
+ .panel > .table:last-child,
5085
+ .panel > .table-responsive:last-child > .table:last-child {
5086
+ border-bottom-right-radius: 3px;
5087
+ border-bottom-left-radius: 3px;
5088
+ }
5089
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5090
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
5091
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5092
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
5093
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5094
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
5095
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
5096
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
5097
+ border-bottom-left-radius: 3px;
5098
+ }
5099
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5100
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
5101
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5102
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
5103
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5104
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
5105
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
5106
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
5107
+ border-bottom-right-radius: 3px;
5108
+ }
5109
+ .panel > .panel-body + .table,
5110
+ .panel > .panel-body + .table-responsive {
5111
+ border-top: 1px solid #ddd;
5112
+ }
5113
+ .panel > .table > tbody:first-child > tr:first-child th,
5114
+ .panel > .table > tbody:first-child > tr:first-child td {
5115
+ border-top: 0;
5116
+ }
5117
+ .panel > .table-bordered,
5118
+ .panel > .table-responsive > .table-bordered {
5119
+ border: 0;
5120
+ }
5121
+ .panel > .table-bordered > thead > tr > th:first-child,
5122
+ .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
5123
+ .panel > .table-bordered > tbody > tr > th:first-child,
5124
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
5125
+ .panel > .table-bordered > tfoot > tr > th:first-child,
5126
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
5127
+ .panel > .table-bordered > thead > tr > td:first-child,
5128
+ .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
5129
+ .panel > .table-bordered > tbody > tr > td:first-child,
5130
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
5131
+ .panel > .table-bordered > tfoot > tr > td:first-child,
5132
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
5133
+ border-left: 0;
5134
+ }
5135
+ .panel > .table-bordered > thead > tr > th:last-child,
5136
+ .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
5137
+ .panel > .table-bordered > tbody > tr > th:last-child,
5138
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
5139
+ .panel > .table-bordered > tfoot > tr > th:last-child,
5140
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
5141
+ .panel > .table-bordered > thead > tr > td:last-child,
5142
+ .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
5143
+ .panel > .table-bordered > tbody > tr > td:last-child,
5144
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
5145
+ .panel > .table-bordered > tfoot > tr > td:last-child,
5146
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
5147
+ border-right: 0;
5148
+ }
5149
+ .panel > .table-bordered > thead > tr:first-child > td,
5150
+ .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
5151
+ .panel > .table-bordered > tbody > tr:first-child > td,
5152
+ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
5153
+ .panel > .table-bordered > thead > tr:first-child > th,
5154
+ .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
5155
+ .panel > .table-bordered > tbody > tr:first-child > th,
5156
+ .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
5157
+ border-bottom: 0;
5158
+ }
5159
+ .panel > .table-bordered > tbody > tr:last-child > td,
5160
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
5161
+ .panel > .table-bordered > tfoot > tr:last-child > td,
5162
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
5163
+ .panel > .table-bordered > tbody > tr:last-child > th,
5164
+ .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
5165
+ .panel > .table-bordered > tfoot > tr:last-child > th,
5166
+ .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
5167
+ border-bottom: 0;
5168
+ }
5169
+ .panel > .table-responsive {
5170
+ margin-bottom: 0;
5171
+ border: 0;
5172
+ }
5173
+ .panel-group {
5174
+ margin-bottom: 20px;
5175
+ }
5176
+ .panel-group .panel {
5177
+ margin-bottom: 0;
5178
+ border-radius: 4px;
5179
+ }
5180
+ .panel-group .panel + .panel {
5181
+ margin-top: 5px;
5182
+ }
5183
+ .panel-group .panel-heading {
5184
+ border-bottom: 0;
5185
+ }
5186
+ .panel-group .panel-heading + .panel-collapse > .panel-body {
5187
+ border-top: 1px solid #ddd;
5188
+ }
5189
+ .panel-group .panel-footer {
5190
+ border-top: 0;
5191
+ }
5192
+ .panel-group .panel-footer + .panel-collapse .panel-body {
5193
+ border-bottom: 1px solid #ddd;
5194
+ }
5195
+ .panel-default {
5196
+ border-color: #ddd;
5197
+ }
5198
+ .panel-default > .panel-heading {
5199
+ color: #333;
5200
+ background-color: #f5f5f5;
5201
+ border-color: #ddd;
5202
+ }
5203
+ .panel-default > .panel-heading + .panel-collapse > .panel-body {
5204
+ border-top-color: #ddd;
5205
+ }
5206
+ .panel-default > .panel-heading .badge {
5207
+ color: #f5f5f5;
5208
+ background-color: #333;
5209
+ }
5210
+ .panel-default > .panel-footer + .panel-collapse > .panel-body {
5211
+ border-bottom-color: #ddd;
5212
+ }
5213
+ .panel-primary {
5214
+ border-color: #428bca;
5215
+ }
5216
+ .panel-primary > .panel-heading {
5217
+ color: #fff;
5218
+ background-color: #428bca;
5219
+ border-color: #428bca;
5220
+ }
5221
+ .panel-primary > .panel-heading + .panel-collapse > .panel-body {
5222
+ border-top-color: #428bca;
5223
+ }
5224
+ .panel-primary > .panel-heading .badge {
5225
+ color: #428bca;
5226
+ background-color: #fff;
5227
+ }
5228
+ .panel-primary > .panel-footer + .panel-collapse > .panel-body {
5229
+ border-bottom-color: #428bca;
5230
+ }
5231
+ .panel-success {
5232
+ border-color: #d6e9c6;
5233
+ }
5234
+ .panel-success > .panel-heading {
5235
+ color: #3c763d;
5236
+ background-color: #dff0d8;
5237
+ border-color: #d6e9c6;
5238
+ }
5239
+ .panel-success > .panel-heading + .panel-collapse > .panel-body {
5240
+ border-top-color: #d6e9c6;
5241
+ }
5242
+ .panel-success > .panel-heading .badge {
5243
+ color: #dff0d8;
5244
+ background-color: #3c763d;
5245
+ }
5246
+ .panel-success > .panel-footer + .panel-collapse > .panel-body {
5247
+ border-bottom-color: #d6e9c6;
5248
+ }
5249
+ .panel-info {
5250
+ border-color: #bce8f1;
5251
+ }
5252
+ .panel-info > .panel-heading {
5253
+ color: #31708f;
5254
+ background-color: #d9edf7;
5255
+ border-color: #bce8f1;
5256
+ }
5257
+ .panel-info > .panel-heading + .panel-collapse > .panel-body {
5258
+ border-top-color: #bce8f1;
5259
+ }
5260
+ .panel-info > .panel-heading .badge {
5261
+ color: #d9edf7;
5262
+ background-color: #31708f;
5263
+ }
5264
+ .panel-info > .panel-footer + .panel-collapse > .panel-body {
5265
+ border-bottom-color: #bce8f1;
5266
+ }
5267
+ .panel-warning {
5268
+ border-color: #faebcc;
5269
+ }
5270
+ .panel-warning > .panel-heading {
5271
+ color: #8a6d3b;
5272
+ background-color: #fcf8e3;
5273
+ border-color: #faebcc;
5274
+ }
5275
+ .panel-warning > .panel-heading + .panel-collapse > .panel-body {
5276
+ border-top-color: #faebcc;
5277
+ }
5278
+ .panel-warning > .panel-heading .badge {
5279
+ color: #fcf8e3;
5280
+ background-color: #8a6d3b;
5281
+ }
5282
+ .panel-warning > .panel-footer + .panel-collapse > .panel-body {
5283
+ border-bottom-color: #faebcc;
5284
+ }
5285
+ .panel-danger {
5286
+ border-color: #ebccd1;
5287
+ }
5288
+ .panel-danger > .panel-heading {
5289
+ color: #a94442;
5290
+ background-color: #f2dede;
5291
+ border-color: #ebccd1;
5292
+ }
5293
+ .panel-danger > .panel-heading + .panel-collapse > .panel-body {
5294
+ border-top-color: #ebccd1;
5295
+ }
5296
+ .panel-danger > .panel-heading .badge {
5297
+ color: #f2dede;
5298
+ background-color: #a94442;
5299
+ }
5300
+ .panel-danger > .panel-footer + .panel-collapse > .panel-body {
5301
+ border-bottom-color: #ebccd1;
5302
+ }
5303
+ .embed-responsive {
5304
+ position: relative;
5305
+ display: block;
5306
+ height: 0;
5307
+ padding: 0;
5308
+ overflow: hidden;
5309
+ }
5310
+ .embed-responsive .embed-responsive-item,
5311
+ .embed-responsive iframe,
5312
+ .embed-responsive embed,
5313
+ .embed-responsive object {
5314
+ position: absolute;
5315
+ top: 0;
5316
+ bottom: 0;
5317
+ left: 0;
5318
+ width: 100%;
5319
+ height: 100%;
5320
+ border: 0;
5321
+ }
5322
+ .embed-responsive.embed-responsive-16by9 {
5323
+ padding-bottom: 56.25%;
5324
+ }
5325
+ .embed-responsive.embed-responsive-4by3 {
5326
+ padding-bottom: 75%;
5327
+ }
5328
+ .well {
5329
+ min-height: 20px;
5330
+ padding: 19px;
5331
+ margin-bottom: 20px;
5332
+ background-color: #f5f5f5;
5333
+ border: 1px solid #e3e3e3;
5334
+ border-radius: 4px;
5335
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
5336
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
5337
+ }
5338
+ .well blockquote {
5339
+ border-color: #ddd;
5340
+ border-color: rgba(0, 0, 0, .15);
5341
+ }
5342
+ .well-lg {
5343
+ padding: 24px;
5344
+ border-radius: 6px;
5345
+ }
5346
+ .well-sm {
5347
+ padding: 9px;
5348
+ border-radius: 3px;
5349
+ }
5350
+ .close {
5351
+ float: right;
5352
+ font-size: 21px;
5353
+ font-weight: bold;
5354
+ line-height: 1;
5355
+ color: #000;
5356
+ text-shadow: 0 1px 0 #fff;
5357
+ filter: alpha(opacity=20);
5358
+ opacity: .2;
5359
+ }
5360
+ .close:hover,
5361
+ .close:focus {
5362
+ color: #000;
5363
+ text-decoration: none;
5364
+ cursor: pointer;
5365
+ filter: alpha(opacity=50);
5366
+ opacity: .5;
5367
+ }
5368
+ button.close {
5369
+ -webkit-appearance: none;
5370
+ padding: 0;
5371
+ cursor: pointer;
5372
+ background: transparent;
5373
+ border: 0;
5374
+ }
5375
+ .modal-open {
5376
+ overflow: hidden;
5377
+ }
5378
+ .modal {
5379
+ position: fixed;
5380
+ top: 0;
5381
+ right: 0;
5382
+ bottom: 0;
5383
+ left: 0;
5384
+ z-index: 1050;
5385
+ display: none;
5386
+ overflow: hidden;
5387
+ -webkit-overflow-scrolling: touch;
5388
+ outline: 0;
5389
+ }
5390
+ .modal.fade .modal-dialog {
5391
+ -webkit-transition: -webkit-transform .3s ease-out;
5392
+ -o-transition: -o-transform .3s ease-out;
5393
+ transition: transform .3s ease-out;
5394
+ -webkit-transform: translate3d(0, -25%, 0);
5395
+ -o-transform: translate3d(0, -25%, 0);
5396
+ transform: translate3d(0, -25%, 0);
5397
+ }
5398
+ .modal.in .modal-dialog {
5399
+ -webkit-transform: translate3d(0, 0, 0);
5400
+ -o-transform: translate3d(0, 0, 0);
5401
+ transform: translate3d(0, 0, 0);
5402
+ }
5403
+ .modal-open .modal {
5404
+ overflow-x: hidden;
5405
+ overflow-y: auto;
5406
+ }
5407
+ .modal-dialog {
5408
+ position: relative;
5409
+ width: auto;
5410
+ margin: 10px;
5411
+ }
5412
+ .modal-content {
5413
+ position: relative;
5414
+ background-color: #fff;
5415
+ -webkit-background-clip: padding-box;
5416
+ background-clip: padding-box;
5417
+ border: 1px solid #999;
5418
+ border: 1px solid rgba(0, 0, 0, .2);
5419
+ border-radius: 6px;
5420
+ outline: 0;
5421
+ -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
5422
+ box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
5423
+ }
5424
+ .modal-backdrop {
5425
+ position: fixed;
5426
+ top: 0;
5427
+ right: 0;
5428
+ bottom: 0;
5429
+ left: 0;
5430
+ z-index: 1040;
5431
+ background-color: #000;
5432
+ }
5433
+ .modal-backdrop.fade {
5434
+ filter: alpha(opacity=0);
5435
+ opacity: 0;
5436
+ }
5437
+ .modal-backdrop.in {
5438
+ filter: alpha(opacity=50);
5439
+ opacity: .5;
5440
+ }
5441
+ .modal-header {
5442
+ min-height: 16.42857143px;
5443
+ padding: 15px;
5444
+ border-bottom: 1px solid #e5e5e5;
5445
+ }
5446
+ .modal-header .close {
5447
+ margin-top: -2px;
5448
+ }
5449
+ .modal-title {
5450
+ margin: 0;
5451
+ line-height: 1.42857143;
5452
+ }
5453
+ .modal-body {
5454
+ position: relative;
5455
+ padding: 15px;
5456
+ }
5457
+ .modal-footer {
5458
+ padding: 15px;
5459
+ text-align: right;
5460
+ border-top: 1px solid #e5e5e5;
5461
+ }
5462
+ .modal-footer .btn + .btn {
5463
+ margin-bottom: 0;
5464
+ margin-left: 5px;
5465
+ }
5466
+ .modal-footer .btn-group .btn + .btn {
5467
+ margin-left: -1px;
5468
+ }
5469
+ .modal-footer .btn-block + .btn-block {
5470
+ margin-left: 0;
5471
+ }
5472
+ .modal-scrollbar-measure {
5473
+ position: absolute;
5474
+ top: -9999px;
5475
+ width: 50px;
5476
+ height: 50px;
5477
+ overflow: scroll;
5478
+ }
5479
+ @media (min-width: 768px) {
5480
+ .modal-dialog {
5481
+ width: 600px;
5482
+ margin: 30px auto;
5483
+ }
5484
+ .modal-content {
5485
+ -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
5486
+ box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
5487
+ }
5488
+ .modal-sm {
5489
+ width: 300px;
5490
+ }
5491
+ }
5492
+ @media (min-width: 992px) {
5493
+ .modal-lg {
5494
+ width: 900px;
5495
+ }
5496
+ }
5497
+ .tooltip {
5498
+ position: absolute;
5499
+ z-index: 1070;
5500
+ display: block;
5501
+ font-size: 12px;
5502
+ line-height: 1.4;
5503
+ visibility: visible;
5504
+ filter: alpha(opacity=0);
5505
+ opacity: 0;
5506
+ }
5507
+ .tooltip.in {
5508
+ filter: alpha(opacity=90);
5509
+ opacity: .9;
5510
+ }
5511
+ .tooltip.top {
5512
+ padding: 5px 0;
5513
+ margin-top: -3px;
5514
+ }
5515
+ .tooltip.right {
5516
+ padding: 0 5px;
5517
+ margin-left: 3px;
5518
+ }
5519
+ .tooltip.bottom {
5520
+ padding: 5px 0;
5521
+ margin-top: 3px;
5522
+ }
5523
+ .tooltip.left {
5524
+ padding: 0 5px;
5525
+ margin-left: -3px;
5526
+ }
5527
+ .tooltip-inner {
5528
+ max-width: 200px;
5529
+ padding: 3px 8px;
5530
+ color: #fff;
5531
+ text-align: center;
5532
+ text-decoration: none;
5533
+ background-color: #000;
5534
+ border-radius: 4px;
5535
+ }
5536
+ .tooltip-arrow {
5537
+ position: absolute;
5538
+ width: 0;
5539
+ height: 0;
5540
+ border-color: transparent;
5541
+ border-style: solid;
5542
+ }
5543
+ .tooltip.top .tooltip-arrow {
5544
+ bottom: 0;
5545
+ left: 50%;
5546
+ margin-left: -5px;
5547
+ border-width: 5px 5px 0;
5548
+ border-top-color: #000;
5549
+ }
5550
+ .tooltip.top-left .tooltip-arrow {
5551
+ bottom: 0;
5552
+ left: 5px;
5553
+ border-width: 5px 5px 0;
5554
+ border-top-color: #000;
5555
+ }
5556
+ .tooltip.top-right .tooltip-arrow {
5557
+ right: 5px;
5558
+ bottom: 0;
5559
+ border-width: 5px 5px 0;
5560
+ border-top-color: #000;
5561
+ }
5562
+ .tooltip.right .tooltip-arrow {
5563
+ top: 50%;
5564
+ left: 0;
5565
+ margin-top: -5px;
5566
+ border-width: 5px 5px 5px 0;
5567
+ border-right-color: #000;
5568
+ }
5569
+ .tooltip.left .tooltip-arrow {
5570
+ top: 50%;
5571
+ right: 0;
5572
+ margin-top: -5px;
5573
+ border-width: 5px 0 5px 5px;
5574
+ border-left-color: #000;
5575
+ }
5576
+ .tooltip.bottom .tooltip-arrow {
5577
+ top: 0;
5578
+ left: 50%;
5579
+ margin-left: -5px;
5580
+ border-width: 0 5px 5px;
5581
+ border-bottom-color: #000;
5582
+ }
5583
+ .tooltip.bottom-left .tooltip-arrow {
5584
+ top: 0;
5585
+ left: 5px;
5586
+ border-width: 0 5px 5px;
5587
+ border-bottom-color: #000;
5588
+ }
5589
+ .tooltip.bottom-right .tooltip-arrow {
5590
+ top: 0;
5591
+ right: 5px;
5592
+ border-width: 0 5px 5px;
5593
+ border-bottom-color: #000;
5594
+ }
5595
+ .popover {
5596
+ position: absolute;
5597
+ top: 0;
5598
+ left: 0;
5599
+ z-index: 1060;
5600
+ display: none;
5601
+ max-width: 276px;
5602
+ padding: 1px;
5603
+ text-align: left;
5604
+ white-space: normal;
5605
+ background-color: #fff;
5606
+ -webkit-background-clip: padding-box;
5607
+ background-clip: padding-box;
5608
+ border: 1px solid #ccc;
5609
+ border: 1px solid rgba(0, 0, 0, .2);
5610
+ border-radius: 6px;
5611
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
5612
+ box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
5613
+ }
5614
+ .popover.top {
5615
+ margin-top: -10px;
5616
+ }
5617
+ .popover.right {
5618
+ margin-left: 10px;
5619
+ }
5620
+ .popover.bottom {
5621
+ margin-top: 10px;
5622
+ }
5623
+ .popover.left {
5624
+ margin-left: -10px;
5625
+ }
5626
+ .popover-title {
5627
+ padding: 8px 14px;
5628
+ margin: 0;
5629
+ font-size: 14px;
5630
+ font-weight: normal;
5631
+ line-height: 18px;
5632
+ background-color: #f7f7f7;
5633
+ border-bottom: 1px solid #ebebeb;
5634
+ border-radius: 5px 5px 0 0;
5635
+ }
5636
+ .popover-content {
5637
+ padding: 9px 14px;
5638
+ }
5639
+ .popover > .arrow,
5640
+ .popover > .arrow:after {
5641
+ position: absolute;
5642
+ display: block;
5643
+ width: 0;
5644
+ height: 0;
5645
+ border-color: transparent;
5646
+ border-style: solid;
5647
+ }
5648
+ .popover > .arrow {
5649
+ border-width: 11px;
5650
+ }
5651
+ .popover > .arrow:after {
5652
+ content: "";
5653
+ border-width: 10px;
5654
+ }
5655
+ .popover.top > .arrow {
5656
+ bottom: -11px;
5657
+ left: 50%;
5658
+ margin-left: -11px;
5659
+ border-top-color: #999;
5660
+ border-top-color: rgba(0, 0, 0, .25);
5661
+ border-bottom-width: 0;
5662
+ }
5663
+ .popover.top > .arrow:after {
5664
+ bottom: 1px;
5665
+ margin-left: -10px;
5666
+ content: " ";
5667
+ border-top-color: #fff;
5668
+ border-bottom-width: 0;
5669
+ }
5670
+ .popover.right > .arrow {
5671
+ top: 50%;
5672
+ left: -11px;
5673
+ margin-top: -11px;
5674
+ border-right-color: #999;
5675
+ border-right-color: rgba(0, 0, 0, .25);
5676
+ border-left-width: 0;
5677
+ }
5678
+ .popover.right > .arrow:after {
5679
+ bottom: -10px;
5680
+ left: 1px;
5681
+ content: " ";
5682
+ border-right-color: #fff;
5683
+ border-left-width: 0;
5684
+ }
5685
+ .popover.bottom > .arrow {
5686
+ top: -11px;
5687
+ left: 50%;
5688
+ margin-left: -11px;
5689
+ border-top-width: 0;
5690
+ border-bottom-color: #999;
5691
+ border-bottom-color: rgba(0, 0, 0, .25);
5692
+ }
5693
+ .popover.bottom > .arrow:after {
5694
+ top: 1px;
5695
+ margin-left: -10px;
5696
+ content: " ";
5697
+ border-top-width: 0;
5698
+ border-bottom-color: #fff;
5699
+ }
5700
+ .popover.left > .arrow {
5701
+ top: 50%;
5702
+ right: -11px;
5703
+ margin-top: -11px;
5704
+ border-right-width: 0;
5705
+ border-left-color: #999;
5706
+ border-left-color: rgba(0, 0, 0, .25);
5707
+ }
5708
+ .popover.left > .arrow:after {
5709
+ right: 1px;
5710
+ bottom: -10px;
5711
+ content: " ";
5712
+ border-right-width: 0;
5713
+ border-left-color: #fff;
5714
+ }
5715
+ .carousel {
5716
+ position: relative;
5717
+ }
5718
+ .carousel-inner {
5719
+ position: relative;
5720
+ width: 100%;
5721
+ overflow: hidden;
5722
+ }
5723
+ .carousel-inner > .item {
5724
+ position: relative;
5725
+ display: none;
5726
+ -webkit-transition: .6s ease-in-out left;
5727
+ -o-transition: .6s ease-in-out left;
5728
+ transition: .6s ease-in-out left;
5729
+ }
5730
+ .carousel-inner > .item > img,
5731
+ .carousel-inner > .item > a > img {
5732
+ line-height: 1;
5733
+ }
5734
+ .carousel-inner > .active,
5735
+ .carousel-inner > .next,
5736
+ .carousel-inner > .prev {
5737
+ display: block;
5738
+ }
5739
+ .carousel-inner > .active {
5740
+ left: 0;
5741
+ }
5742
+ .carousel-inner > .next,
5743
+ .carousel-inner > .prev {
5744
+ position: absolute;
5745
+ top: 0;
5746
+ width: 100%;
5747
+ }
5748
+ .carousel-inner > .next {
5749
+ left: 100%;
5750
+ }
5751
+ .carousel-inner > .prev {
5752
+ left: -100%;
5753
+ }
5754
+ .carousel-inner > .next.left,
5755
+ .carousel-inner > .prev.right {
5756
+ left: 0;
5757
+ }
5758
+ .carousel-inner > .active.left {
5759
+ left: -100%;
5760
+ }
5761
+ .carousel-inner > .active.right {
5762
+ left: 100%;
5763
+ }
5764
+ .carousel-control {
5765
+ position: absolute;
5766
+ top: 0;
5767
+ bottom: 0;
5768
+ left: 0;
5769
+ width: 15%;
5770
+ font-size: 20px;
5771
+ color: #fff;
5772
+ text-align: center;
5773
+ text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
5774
+ filter: alpha(opacity=50);
5775
+ opacity: .5;
5776
+ }
5777
+ .carousel-control.left {
5778
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
5779
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
5780
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
5781
+ background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
5782
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
5783
+ background-repeat: repeat-x;
5784
+ }
5785
+ .carousel-control.right {
5786
+ right: 0;
5787
+ left: auto;
5788
+ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
5789
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
5790
+ background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
5791
+ background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
5792
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
5793
+ background-repeat: repeat-x;
5794
+ }
5795
+ .carousel-control:hover,
5796
+ .carousel-control:focus {
5797
+ color: #fff;
5798
+ text-decoration: none;
5799
+ filter: alpha(opacity=90);
5800
+ outline: 0;
5801
+ opacity: .9;
5802
+ }
5803
+ .carousel-control .icon-prev,
5804
+ .carousel-control .icon-next,
5805
+ .carousel-control .glyphicon-chevron-left,
5806
+ .carousel-control .glyphicon-chevron-right {
5807
+ position: absolute;
5808
+ top: 50%;
5809
+ z-index: 5;
5810
+ display: inline-block;
5811
+ }
5812
+ .carousel-control .icon-prev,
5813
+ .carousel-control .glyphicon-chevron-left {
5814
+ left: 50%;
5815
+ margin-left: -10px;
5816
+ }
5817
+ .carousel-control .icon-next,
5818
+ .carousel-control .glyphicon-chevron-right {
5819
+ right: 50%;
5820
+ margin-right: -10px;
5821
+ }
5822
+ .carousel-control .icon-prev,
5823
+ .carousel-control .icon-next {
5824
+ width: 20px;
5825
+ height: 20px;
5826
+ margin-top: -10px;
5827
+ font-family: serif;
5828
+ }
5829
+ .carousel-control .icon-prev:before {
5830
+ content: '\2039';
5831
+ }
5832
+ .carousel-control .icon-next:before {
5833
+ content: '\203a';
5834
+ }
5835
+ .carousel-indicators {
5836
+ position: absolute;
5837
+ bottom: 10px;
5838
+ left: 50%;
5839
+ z-index: 15;
5840
+ width: 60%;
5841
+ padding-left: 0;
5842
+ margin-left: -30%;
5843
+ text-align: center;
5844
+ list-style: none;
5845
+ }
5846
+ .carousel-indicators li {
5847
+ display: inline-block;
5848
+ width: 10px;
5849
+ height: 10px;
5850
+ margin: 1px;
5851
+ text-indent: -999px;
5852
+ cursor: pointer;
5853
+ background-color: #000 \9;
5854
+ background-color: rgba(0, 0, 0, 0);
5855
+ border: 1px solid #fff;
5856
+ border-radius: 10px;
5857
+ }
5858
+ .carousel-indicators .active {
5859
+ width: 12px;
5860
+ height: 12px;
5861
+ margin: 0;
5862
+ background-color: #fff;
5863
+ }
5864
+ .carousel-caption {
5865
+ position: absolute;
5866
+ right: 15%;
5867
+ bottom: 20px;
5868
+ left: 15%;
5869
+ z-index: 10;
5870
+ padding-top: 20px;
5871
+ padding-bottom: 20px;
5872
+ color: #fff;
5873
+ text-align: center;
5874
+ text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
5875
+ }
5876
+ .carousel-caption .btn {
5877
+ text-shadow: none;
5878
+ }
5879
+ @media screen and (min-width: 768px) {
5880
+ .carousel-control .glyphicon-chevron-left,
5881
+ .carousel-control .glyphicon-chevron-right,
5882
+ .carousel-control .icon-prev,
5883
+ .carousel-control .icon-next {
5884
+ width: 30px;
5885
+ height: 30px;
5886
+ margin-top: -15px;
5887
+ font-size: 30px;
5888
+ }
5889
+ .carousel-control .glyphicon-chevron-left,
5890
+ .carousel-control .icon-prev {
5891
+ margin-left: -15px;
5892
+ }
5893
+ .carousel-control .glyphicon-chevron-right,
5894
+ .carousel-control .icon-next {
5895
+ margin-right: -15px;
5896
+ }
5897
+ .carousel-caption {
5898
+ right: 20%;
5899
+ left: 20%;
5900
+ padding-bottom: 30px;
5901
+ }
5902
+ .carousel-indicators {
5903
+ bottom: 20px;
5904
+ }
5905
+ }
5906
+ .clearfix:before,
5907
+ .clearfix:after,
5908
+ .dl-horizontal dd:before,
5909
+ .dl-horizontal dd:after,
5910
+ .container:before,
5911
+ .container:after,
5912
+ .container-fluid:before,
5913
+ .container-fluid:after,
5914
+ .row:before,
5915
+ .row:after,
5916
+ .form-horizontal .form-group:before,
5917
+ .form-horizontal .form-group:after,
5918
+ .btn-toolbar:before,
5919
+ .btn-toolbar:after,
5920
+ .btn-group-vertical > .btn-group:before,
5921
+ .btn-group-vertical > .btn-group:after,
5922
+ .nav:before,
5923
+ .nav:after,
5924
+ .navbar:before,
5925
+ .navbar:after,
5926
+ .navbar-header:before,
5927
+ .navbar-header:after,
5928
+ .navbar-collapse:before,
5929
+ .navbar-collapse:after,
5930
+ .pager:before,
5931
+ .pager:after,
5932
+ .panel-body:before,
5933
+ .panel-body:after,
5934
+ .modal-footer:before,
5935
+ .modal-footer:after {
5936
+ display: table;
5937
+ content: " ";
5938
+ }
5939
+ .clearfix:after,
5940
+ .dl-horizontal dd:after,
5941
+ .container:after,
5942
+ .container-fluid:after,
5943
+ .row:after,
5944
+ .form-horizontal .form-group:after,
5945
+ .btn-toolbar:after,
5946
+ .btn-group-vertical > .btn-group:after,
5947
+ .nav:after,
5948
+ .navbar:after,
5949
+ .navbar-header:after,
5950
+ .navbar-collapse:after,
5951
+ .pager:after,
5952
+ .panel-body:after,
5953
+ .modal-footer:after {
5954
+ clear: both;
5955
+ }
5956
+ .center-block {
5957
+ display: block;
5958
+ margin-right: auto;
5959
+ margin-left: auto;
5960
+ }
5961
+ .pull-right {
5962
+ float: right !important;
5963
+ }
5964
+ .pull-left {
5965
+ float: left !important;
5966
+ }
5967
+ .hide {
5968
+ display: none !important;
5969
+ }
5970
+ .show {
5971
+ display: block !important;
5972
+ }
5973
+ .invisible {
5974
+ visibility: hidden;
5975
+ }
5976
+ .text-hide {
5977
+ font: 0/0 a;
5978
+ color: transparent;
5979
+ text-shadow: none;
5980
+ background-color: transparent;
5981
+ border: 0;
5982
+ }
5983
+ .hidden {
5984
+ display: none !important;
5985
+ visibility: hidden !important;
5986
+ }
5987
+ .affix {
5988
+ position: fixed;
5989
+ -webkit-transform: translate3d(0, 0, 0);
5990
+ -o-transform: translate3d(0, 0, 0);
5991
+ transform: translate3d(0, 0, 0);
5992
+ }
5993
+ @-ms-viewport {
5994
+ width: device-width;
5995
+ }
5996
+ .visible-xs,
5997
+ .visible-sm,
5998
+ .visible-md,
5999
+ .visible-lg {
6000
+ display: none !important;
6001
+ }
6002
+ .visible-xs-block,
6003
+ .visible-xs-inline,
6004
+ .visible-xs-inline-block,
6005
+ .visible-sm-block,
6006
+ .visible-sm-inline,
6007
+ .visible-sm-inline-block,
6008
+ .visible-md-block,
6009
+ .visible-md-inline,
6010
+ .visible-md-inline-block,
6011
+ .visible-lg-block,
6012
+ .visible-lg-inline,
6013
+ .visible-lg-inline-block {
6014
+ display: none !important;
6015
+ }
6016
+ @media (max-width: 767px) {
6017
+ .visible-xs {
6018
+ display: block !important;
6019
+ }
6020
+ table.visible-xs {
6021
+ display: table;
6022
+ }
6023
+ tr.visible-xs {
6024
+ display: table-row !important;
6025
+ }
6026
+ th.visible-xs,
6027
+ td.visible-xs {
6028
+ display: table-cell !important;
6029
+ }
6030
+ }
6031
+ @media (max-width: 767px) {
6032
+ .visible-xs-block {
6033
+ display: block !important;
6034
+ }
6035
+ }
6036
+ @media (max-width: 767px) {
6037
+ .visible-xs-inline {
6038
+ display: inline !important;
6039
+ }
6040
+ }
6041
+ @media (max-width: 767px) {
6042
+ .visible-xs-inline-block {
6043
+ display: inline-block !important;
6044
+ }
6045
+ }
6046
+ @media (min-width: 768px) and (max-width: 991px) {
6047
+ .visible-sm {
6048
+ display: block !important;
6049
+ }
6050
+ table.visible-sm {
6051
+ display: table;
6052
+ }
6053
+ tr.visible-sm {
6054
+ display: table-row !important;
6055
+ }
6056
+ th.visible-sm,
6057
+ td.visible-sm {
6058
+ display: table-cell !important;
6059
+ }
6060
+ }
6061
+ @media (min-width: 768px) and (max-width: 991px) {
6062
+ .visible-sm-block {
6063
+ display: block !important;
6064
+ }
6065
+ }
6066
+ @media (min-width: 768px) and (max-width: 991px) {
6067
+ .visible-sm-inline {
6068
+ display: inline !important;
6069
+ }
6070
+ }
6071
+ @media (min-width: 768px) and (max-width: 991px) {
6072
+ .visible-sm-inline-block {
6073
+ display: inline-block !important;
6074
+ }
6075
+ }
6076
+ @media (min-width: 992px) and (max-width: 1199px) {
6077
+ .visible-md {
6078
+ display: block !important;
6079
+ }
6080
+ table.visible-md {
6081
+ display: table;
6082
+ }
6083
+ tr.visible-md {
6084
+ display: table-row !important;
6085
+ }
6086
+ th.visible-md,
6087
+ td.visible-md {
6088
+ display: table-cell !important;
6089
+ }
6090
+ }
6091
+ @media (min-width: 992px) and (max-width: 1199px) {
6092
+ .visible-md-block {
6093
+ display: block !important;
6094
+ }
6095
+ }
6096
+ @media (min-width: 992px) and (max-width: 1199px) {
6097
+ .visible-md-inline {
6098
+ display: inline !important;
6099
+ }
6100
+ }
6101
+ @media (min-width: 992px) and (max-width: 1199px) {
6102
+ .visible-md-inline-block {
6103
+ display: inline-block !important;
6104
+ }
6105
+ }
6106
+ @media (min-width: 1200px) {
6107
+ .visible-lg {
6108
+ display: block !important;
6109
+ }
6110
+ table.visible-lg {
6111
+ display: table;
6112
+ }
6113
+ tr.visible-lg {
6114
+ display: table-row !important;
6115
+ }
6116
+ th.visible-lg,
6117
+ td.visible-lg {
6118
+ display: table-cell !important;
6119
+ }
6120
+ }
6121
+ @media (min-width: 1200px) {
6122
+ .visible-lg-block {
6123
+ display: block !important;
6124
+ }
6125
+ }
6126
+ @media (min-width: 1200px) {
6127
+ .visible-lg-inline {
6128
+ display: inline !important;
6129
+ }
6130
+ }
6131
+ @media (min-width: 1200px) {
6132
+ .visible-lg-inline-block {
6133
+ display: inline-block !important;
6134
+ }
6135
+ }
6136
+ @media (max-width: 767px) {
6137
+ .hidden-xs {
6138
+ display: none !important;
6139
+ }
6140
+ }
6141
+ @media (min-width: 768px) and (max-width: 991px) {
6142
+ .hidden-sm {
6143
+ display: none !important;
6144
+ }
6145
+ }
6146
+ @media (min-width: 992px) and (max-width: 1199px) {
6147
+ .hidden-md {
6148
+ display: none !important;
6149
+ }
6150
+ }
6151
+ @media (min-width: 1200px) {
6152
+ .hidden-lg {
6153
+ display: none !important;
6154
+ }
6155
+ }
6156
+ .visible-print {
6157
+ display: none !important;
6158
+ }
6159
+ @media print {
6160
+ .visible-print {
6161
+ display: block !important;
6162
+ }
6163
+ table.visible-print {
6164
+ display: table;
6165
+ }
6166
+ tr.visible-print {
6167
+ display: table-row !important;
6168
+ }
6169
+ th.visible-print,
6170
+ td.visible-print {
6171
+ display: table-cell !important;
6172
+ }
6173
+ }
6174
+ .visible-print-block {
6175
+ display: none !important;
6176
+ }
6177
+ @media print {
6178
+ .visible-print-block {
6179
+ display: block !important;
6180
+ }
6181
+ }
6182
+ .visible-print-inline {
6183
+ display: none !important;
6184
+ }
6185
+ @media print {
6186
+ .visible-print-inline {
6187
+ display: inline !important;
6188
+ }
6189
+ }
6190
+ .visible-print-inline-block {
6191
+ display: none !important;
6192
+ }
6193
+ @media print {
6194
+ .visible-print-inline-block {
6195
+ display: inline-block !important;
6196
+ }
6197
+ }
6198
+ @media print {
6199
+ .hidden-print {
6200
+ display: none !important;
6201
+ }
6202
+ }
6203
+ /*# sourceMappingURL=bootstrap.css.map */
skin/frontend/accessshop/default/css/bootstrap.css.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"file":"bootstrap.css","sources":["bootstrap.css","less/normalize.less","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/type.less","less/mixins/text-emphasis.less","less/mixins/background-variant.less","less/mixins/text-overflow.less","less/code.less","less/grid.less","less/mixins/grid.less","less/mixins/grid-framework.less","less/tables.less","less/mixins/table-row.less","less/forms.less","less/mixins/forms.less","less/buttons.less","less/mixins/buttons.less","less/mixins/opacity.less","less/component-animations.less","less/dropdowns.less","less/mixins/nav-divider.less","less/mixins/reset-filter.less","less/button-groups.less","less/mixins/border-radius.less","less/input-groups.less","less/navs.less","less/navbar.less","less/mixins/nav-vertical-align.less","less/utilities.less","less/breadcrumbs.less","less/pagination.less","less/mixins/pagination.less","less/pager.less","less/labels.less","less/mixins/labels.less","less/badges.less","less/jumbotron.less","less/thumbnails.less","less/alerts.less","less/mixins/alerts.less","less/progress-bars.less","less/mixins/gradients.less","less/mixins/progress-bar.less","less/media.less","less/list-group.less","less/mixins/list-group.less","less/panels.less","less/mixins/panels.less","less/responsive-embed.less","less/wells.less","less/close.less","less/modals.less","less/tooltip.less","less/popovers.less","less/carousel.less","less/mixins/clearfix.less","less/mixins/center-block.less","less/mixins/hide-text.less","less/responsive-utilities.less","less/mixins/responsive-visibility.less"],"names":[],"mappings":"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;EAAW,kBAAA;EHoR9C;AGnRmC;EAAW,kBAAA;EHsR9C;AGrRmC;EAAW,kBAAA;EHwR9C;AGvRmC;EAAW,kBAAA;EH0R9C;AGzRmC;EAAW,kBAAA;EH4R9C;AG3RmC;EAAW,kBAAA;EH8R9C;AG7RmC;EAAW,kBAAA;EHgS9C;AG/RmC;EAAW,kBAAA;EHkS9C;AGjSmC;EAAW,kBAAA;EHoS9C;AGnSmC;EAAW,kBAAA;EHsS9C;AGrSmC;EAAW,kBAAA;EHwS9C;AGvSmC;EAAW,kBAAA;EH0S9C;AGzSmC;EAAW,kBAAA;EH4S9C;AG3SmC;EAAW,kBAAA;EH8S9C;AG7SmC;EAAW,kBAAA;EHgT9C;AG/SmC;EAAW,kBAAA;EHkT9C;AGjTmC;EAAW,kBAAA;EHoT9C;AGnTmC;EAAW,kBAAA;EHsT9C;AGrTmC;EAAW,kBAAA;EHwT9C;AGvTmC;EAAW,kBAAA;EH0T9C;AGzTmC;EAAW,kBAAA;EH4T9C;AG3TmC;EAAW,kBAAA;EH8T9C;AG7TmC;EAAW,kBAAA;EHgU9C;AG/TmC;EAAW,kBAAA;EHkU9C;AGjUmC;EAAW,kBAAA;EHoU9C;AGnUmC;EAAW,kBAAA;EHsU9C;AGrUmC;EAAW,kBAAA;EHwU9C;AGvUmC;EAAW,kBAAA;EH0U9C;AGzUmC;EAAW,kBAAA;EH4U9C;AG3UmC;EAAW,kBAAA;EH8U9C;AG7UmC;EAAW,kBAAA;EHgV9C;AG/UmC;EAAW,kBAAA;EHkV9C;AGjVmC;EAAW,kBAAA;EHoV9C;AGnVmC;EAAW,kBAAA;EHsV9C;AGrVmC;EAAW,kBAAA;EHwV9C;AGvVmC;EAAW,kBAAA;EH0V9C;AGzVmC;EAAW,kBAAA;EH4V9C;AG3VmC;EAAW,kBAAA;EH8V9C;AG7VmC;EAAW,kBAAA;EHgW9C;AG/VmC;EAAW,kBAAA;EHkW9C;AGjWmC;EAAW,kBAAA;EHoW9C;AGnWmC;EAAW,kBAAA;EHsW9C;AGrWmC;EAAW,kBAAA;EHwW9C;AGvWmC;EAAW,kBAAA;EH0W9C;AGzWmC;EAAW,kBAAA;EH4W9C;AG3WmC;EAAW,kBAAA;EH8W9C;AG7WmC;EAAW,kBAAA;EHgX9C;AG/WmC;EAAW,kBAAA;EHkX9C;AGjXmC;EAAW,kBAAA;EHoX9C;AGnXmC;EAAW,kBAAA;EHsX9C;AGrXmC;EAAW,kBAAA;EHwX9C;AGvXmC;EAAW,kBAAA;EH0X9C;AGzXmC;EAAW,kBAAA;EH4X9C;AG3XmC;EAAW,kBAAA;EH8X9C;AG7XmC;EAAW,kBAAA;EHgY9C;AG/XmC;EAAW,kBAAA;EHkY9C;AGjYmC;EAAW,kBAAA;EHoY9C;AGnYmC;EAAW,kBAAA;EHsY9C;AGrYmC;EAAW,kBAAA;EHwY9C;AGvYmC;EAAW,kBAAA;EH0Y9C;AGzYmC;EAAW,kBAAA;EH4Y9C;AG3YmC;EAAW,kBAAA;EH8Y9C;AG7YmC;EAAW,kBAAA;EHgZ9C;AG/YmC;EAAW,kBAAA;EHkZ9C;AGjZmC;EAAW,kBAAA;EHoZ9C;AGnZmC;EAAW,kBAAA;EHsZ9C;AGrZmC;EAAW,kBAAA;EHwZ9C;AGvZmC;EAAW,kBAAA;EH0Z9C;AGzZmC;EAAW,kBAAA;EH4Z9C;AG3ZmC;EAAW,kBAAA;EH8Z9C;AG7ZmC;EAAW,kBAAA;EHga9C;AG/ZmC;EAAW,kBAAA;EHka9C;AGjamC;EAAW,kBAAA;EHoa9C;AGnamC;EAAW,kBAAA;EHsa9C;AGramC;EAAW,kBAAA;EHwa9C;AGvamC;EAAW,kBAAA;EH0a9C;AGzamC;EAAW,kBAAA;EH4a9C;AG3amC;EAAW,kBAAA;EH8a9C;AG7amC;EAAW,kBAAA;EHgb9C;AG/amC;EAAW,kBAAA;EHkb9C;AGjbmC;EAAW,kBAAA;EHob9C;AGnbmC;EAAW,kBAAA;EHsb9C;AGrbmC;EAAW,kBAAA;EHwb9C;AGvbmC;EAAW,kBAAA;EH0b9C;AGzbmC;EAAW,kBAAA;EH4b9C;AG3bmC;EAAW,kBAAA;EH8b9C;AG7bmC;EAAW,kBAAA;EHgc9C;AG/bmC;EAAW,kBAAA;EHkc9C;AGjcmC;EAAW,kBAAA;EHoc9C;AGncmC;EAAW,kBAAA;EHsc9C;AGrcmC;EAAW,kBAAA;EHwc9C;AGvcmC;EAAW,kBAAA;EH0c9C;AGzcmC;EAAW,kBAAA;EH4c9C;AG3cmC;EAAW,kBAAA;EH8c9C;AG7cmC;EAAW,kBAAA;EHgd9C;AG/cmC;EAAW,kBAAA;EHkd9C;AGjdmC;EAAW,kBAAA;EHod9C;AGndmC;EAAW,kBAAA;EHsd9C;AGrdmC;EAAW,kBAAA;EHwd9C;AGvdmC;EAAW,kBAAA;EH0d9C;AGzdmC;EAAW,kBAAA;EH4d9C;AG3dmC;EAAW,kBAAA;EH8d9C;AG7dmC;EAAW,kBAAA;EHge9C;AG/dmC;EAAW,kBAAA;EHke9C;AGjemC;EAAW,kBAAA;EHoe9C;AGnemC;EAAW,kBAAA;EHse9C;AGremC;EAAW,kBAAA;EHwe9C;AGvemC;EAAW,kBAAA;EH0e9C;AGzemC;EAAW,kBAAA;EH4e9C;AG3emC;EAAW,kBAAA;EH8e9C;AG7emC;EAAW,kBAAA;EHgf9C;AG/emC;EAAW,kBAAA;EHkf9C;AGjfmC;EAAW,kBAAA;EHof9C;AGnfmC;EAAW,kBAAA;EHsf9C;AGrfmC;EAAW,kBAAA;EHwf9C;AGvfmC;EAAW,kBAAA;EH0f9C;AGzfmC;EAAW,kBAAA;EH4f9C;AG3fmC;EAAW,kBAAA;EH8f9C;AG7fmC;EAAW,kBAAA;EHggB9C;AG/fmC;EAAW,kBAAA;EHkgB9C;AGjgBmC;EAAW,kBAAA;EHogB9C;AGngBmC;EAAW,kBAAA;EHsgB9C;AGrgBmC;EAAW,kBAAA;EHwgB9C;AGvgBmC;EAAW,kBAAA;EH0gB9C;AGzgBmC;EAAW,kBAAA;EH4gB9C;AG3gBmC;EAAW,kBAAA;EH8gB9C;AG7gBmC;EAAW,kBAAA;EHghB9C;AG/gBmC;EAAW,kBAAA;EHkhB9C;AGjhBmC;EAAW,kBAAA;EHohB9C;AGnhBmC;EAAW,kBAAA;EHshB9C;AGrhBmC;EAAW,kBAAA;EHwhB9C;AGvhBmC;EAAW,kBAAA;EH0hB9C;AGzhBmC;EAAW,kBAAA;EH4hB9C;AG3hBmC;EAAW,kBAAA;EH8hB9C;AG7hBmC;EAAW,kBAAA;EHgiB9C;AG/hBmC;EAAW,kBAAA;EHkiB9C;AGjiBmC;EAAW,kBAAA;EHoiB9C;AGniBmC;EAAW,kBAAA;EHsiB9C;AGriBmC;EAAW,kBAAA;EHwiB9C;AGviBmC;EAAW,kBAAA;EH0iB9C;AGziBmC;EAAW,kBAAA;EH4iB9C;AG3iBmC;EAAW,kBAAA;EH8iB9C;AG7iBmC;EAAW,kBAAA;EHgjB9C;AG/iBmC;EAAW,kBAAA;EHkjB9C;AGjjBmC;EAAW,kBAAA;EHojB9C;AGnjBmC;EAAW,kBAAA;EHsjB9C;AGrjBmC;EAAW,kBAAA;EHwjB9C;AGvjBmC;EAAW,kBAAA;EH0jB9C;AGzjBmC;EAAW,kBAAA;EH4jB9C;AG3jBmC;EAAW,kBAAA;EH8jB9C;AG7jBmC;EAAW,kBAAA;EHgkB9C;AG/jBmC;EAAW,kBAAA;EHkkB9C;AGjkBmC;EAAW,kBAAA;EHokB9C;AGnkBmC;EAAW,kBAAA;EHskB9C;AGrkBmC;EAAW,kBAAA;EHwkB9C;AGvkBmC;EAAW,kBAAA;EH0kB9C;AGzkBmC;EAAW,kBAAA;EH4kB9C;AG3kBmC;EAAW,kBAAA;EH8kB9C;AG7kBmC;EAAW,kBAAA;EHglB9C;AG/kBmC;EAAW,kBAAA;EHklB9C;AGjlBmC;EAAW,kBAAA;EHolB9C;AGnlBmC;EAAW,kBAAA;EHslB9C;AGrlBmC;EAAW,kBAAA;EHwlB9C;AGvlBmC;EAAW,kBAAA;EH0lB9C;AGzlBmC;EAAW,kBAAA;EH4lB9C;AG3lBmC;EAAW,kBAAA;EH8lB9C;AG7lBmC;EAAW,kBAAA;EHgmB9C;AG/lBmC;EAAW,kBAAA;EHkmB9C;AGjmBmC;EAAW,kBAAA;EHomB9C;AGnmBmC;EAAW,kBAAA;EHsmB9C;AGrmBmC;EAAW,kBAAA;EHwmB9C;AGvmBmC;EAAW,kBAAA;EH0mB9C;AGzmBmC;EAAW,kBAAA;EH4mB9C;AG3mBmC;EAAW,kBAAA;EH8mB9C;AG7mBmC;EAAW,kBAAA;EHgnB9C;AG/mBmC;EAAW,kBAAA;EHknB9C;AGjnBmC;EAAW,kBAAA;EHonB9C;AGnnBmC;EAAW,kBAAA;EHsnB9C;AGrnBmC;EAAW,kBAAA;EHwnB9C;AGvnBmC;EAAW,kBAAA;EH0nB9C;AIx1BD;ECgEE,gCAAA;EACG,6BAAA;EACK,wBAAA;EL2xBT;AI11BD;;EC6DE,gCAAA;EACG,6BAAA;EACK,wBAAA;ELiyBT;AIx1BD;EACE,iBAAA;EACA,+CAAA;EJ01BD;AIv1BD;EACE,6DAAA;EACA,iBAAA;EACA,yBAAA;EACA,gBAAA;EACA,2BAAA;EJy1BD;AIr1BD;;;;EAIE,sBAAA;EACA,oBAAA;EACA,sBAAA;EJu1BD;AIj1BD;EACE,gBAAA;EACA,uBAAA;EJm1BD;AIj1BC;;EAEE,gBAAA;EACA,4BAAA;EJm1BH;AIh1BC;EErDA,sBAAA;EAEA,4CAAA;EACA,sBAAA;ENu4BD;AI10BD;EACE,WAAA;EJ40BD;AIt0BD;EACE,wBAAA;EJw0BD;AIp0BD;;;;;EGvEE,gBAAA;EACA,gBAAA;EACA,iBAAA;EACA,cAAA;EPk5BD;AIz0BD;EACE,oBAAA;EJ20BD;AIr0BD;EACE,cAAA;EACA,yBAAA;EACA,2BAAA;EACA,2BAAA;EACA,oBAAA;EC0FA,0CAAA;EACK,qCAAA;EACG,kCAAA;EEpLR,uBAAA;EACA,gBAAA;EACA,iBAAA;EACA,cAAA;EPm6BD;AIt0BD;EACE,oBAAA;EJw0BD;AIl0BD;EACE,kBAAA;EACA,qBAAA;EACA,WAAA;EACA,+BAAA;EJo0BD;AI5zBD;EACE,oBAAA;EACA,YAAA;EACA,aAAA;EACA,cAAA;EACA,YAAA;EACA,kBAAA;EACA,wBAAA;EACA,WAAA;EJ8zBD;AItzBC;;EAEE,kBAAA;EACA,aAAA;EACA,cAAA;EACA,WAAA;EACA,mBAAA;EACA,YAAA;EJwzBH;AQn8BD;;;;;;;;;;;;EAEE,sBAAA;EACA,kBAAA;EACA,kBAAA;EACA,gBAAA;ER+8BD;AQp9BD;;;;;;;;;;;;;;;;;;;;;;;;EASI,qBAAA;EACA,gBAAA;EACA,gBAAA;ERq+BH;AQj+BD;;;;;;EAGE,kBAAA;EACA,qBAAA;ERs+BD;AQ1+BD;;;;;;;;;;;;EAQI,gBAAA;ERg/BH;AQ7+BD;;;;;;EAGE,kBAAA;EACA,qBAAA;ERk/BD;AQt/BD;;;;;;;;;;;;EAQI,gBAAA;ER4/BH;AQx/BD;;EAAU,iBAAA;ER4/BT;AQ3/BD;;EAAU,iBAAA;ER+/BT;AQ9/BD;;EAAU,iBAAA;ERkgCT;AQjgCD;;EAAU,iBAAA;ERqgCT;AQpgCD;;EAAU,iBAAA;ERwgCT;AQvgCD;;EAAU,iBAAA;ER2gCT;AQrgCD;EACE,kBAAA;ERugCD;AQpgCD;EACE,qBAAA;EACA,iBAAA;EACA,kBAAA;EACA,kBAAA;ERsgCD;AQjgCD;EAAA;IAFI,iBAAA;IRugCD;EACF;AQ//BD;;EAEE,gBAAA;ERigCD;AQ7/BD;EACE,oBAAA;ER+/BD;AQ5/BD;;EAEE,2BAAA;EACA,eAAA;ER8/BD;AQ1/BD;EAAuB,kBAAA;ER6/BtB;AQ5/BD;EAAuB,mBAAA;ER+/BtB;AQ9/BD;EAAuB,oBAAA;ERigCtB;AQhgCD;EAAuB,qBAAA;ERmgCtB;AQlgCD;EAAuB,qBAAA;ERqgCtB;AQlgCD;EAAuB,2BAAA;ERqgCtB;AQpgCD;EAAuB,2BAAA;ERugCtB;AQtgCD;EAAuB,4BAAA;ERygCtB;AQtgCD;EACE,gBAAA;ERwgCD;AQtgCD;EC1GE,gBAAA;ETmnCD;ASlnCC;EACE,gBAAA;ETonCH;AQzgCD;EC7GE,gBAAA;ETynCD;ASxnCC;EACE,gBAAA;ET0nCH;AQ5gCD;EChHE,gBAAA;ET+nCD;AS9nCC;EACE,gBAAA;ETgoCH;AQ/gCD;ECnHE,gBAAA;ETqoCD;ASpoCC;EACE,gBAAA;ETsoCH;AQlhCD;ECtHE,gBAAA;ET2oCD;AS1oCC;EACE,gBAAA;ET4oCH;AQjhCD;EAGE,aAAA;EEhIA,2BAAA;EVkpCD;AUjpCC;EACE,2BAAA;EVmpCH;AQlhCD;EEnIE,2BAAA;EVwpCD;AUvpCC;EACE,2BAAA;EVypCH;AQrhCD;EEtIE,2BAAA;EV8pCD;AU7pCC;EACE,2BAAA;EV+pCH;AQxhCD;EEzIE,2BAAA;EVoqCD;AUnqCC;EACE,2BAAA;EVqqCH;AQ3hCD;EE5IE,2BAAA;EV0qCD;AUzqCC;EACE,2BAAA;EV2qCH;AQzhCD;EACE,qBAAA;EACA,qBAAA;EACA,kCAAA;ER2hCD;AQnhCD;;EAEE,eAAA;EACA,qBAAA;ERqhCD;AQxhCD;;;;EAMI,kBAAA;ERwhCH;AQjhCD;EACE,iBAAA;EACA,kBAAA;ERmhCD;AQ/gCD;EALE,iBAAA;EACA,kBAAA;EAMA,mBAAA;ERkhCD;AQphCD;EAKI,uBAAA;EACA,mBAAA;EACA,oBAAA;ERkhCH;AQ7gCD;EACE,eAAA;EACA,qBAAA;ER+gCD;AQ7gCD;;EAEE,yBAAA;ER+gCD;AQ7gCD;EACE,mBAAA;ER+gCD;AQ7gCD;EACE,gBAAA;ER+gCD;AQt/BD;EAAA;IAVM,aAAA;IACA,cAAA;IACA,aAAA;IACA,mBAAA;IG3NJ,kBAAA;IACA,yBAAA;IACA,qBAAA;IXguCC;EQhgCH;IAHM,oBAAA;IRsgCH;EACF;AQ7/BD;;EAGE,cAAA;EACA,mCAAA;ER8/BD;AQ5/BD;EACE,gBAAA;EACA,2BAAA;ER8/BD;AQ1/BD;EACE,oBAAA;EACA,kBAAA;EACA,mBAAA;EACA,gCAAA;ER4/BD;AQv/BG;;;EACE,kBAAA;ER2/BL;AQrgCD;;;EAmBI,gBAAA;EACA,gBAAA;EACA,yBAAA;EACA,gBAAA;ERu/BH;AQr/BG;;;EACE,wBAAA;ERy/BL;AQj/BD;;EAEE,qBAAA;EACA,iBAAA;EACA,iCAAA;EACA,gBAAA;EACA,mBAAA;ERm/BD;AQ7+BG;;;;;;EAAW,aAAA;ERq/Bd;AQp/BG;;;;;;EACE,wBAAA;ER2/BL;AQr/BD;;EAEE,aAAA;ERu/BD;AQn/BD;EACE,qBAAA;EACA,oBAAA;EACA,yBAAA;ERq/BD;AYtyCD;;;;EAIE,gEAAA;EZwyCD;AYpyCD;EACE,kBAAA;EACA,gBAAA;EACA,gBAAA;EACA,2BAAA;EACA,oBAAA;EZsyCD;AYlyCD;EACE,kBAAA;EACA,gBAAA;EACA,gBAAA;EACA,2BAAA;EACA,oBAAA;EACA,wDAAA;EAAA,gDAAA;EZoyCD;AY1yCD;EASI,YAAA;EACA,iBAAA;EACA,0BAAA;EAAA,kBAAA;EZoyCH;AY/xCD;EACE,gBAAA;EACA,gBAAA;EACA,kBAAA;EACA,iBAAA;EACA,yBAAA;EACA,uBAAA;EACA,uBAAA;EACA,gBAAA;EACA,2BAAA;EACA,2BAAA;EACA,oBAAA;EZiyCD;AY5yCD;EAeI,YAAA;EACA,oBAAA;EACA,gBAAA;EACA,uBAAA;EACA,+BAAA;EACA,kBAAA;EZgyCH;AY3xCD;EACE,mBAAA;EACA,oBAAA;EZ6xCD;Aat1CD;ECHE,oBAAA;EACA,mBAAA;EACA,oBAAA;EACA,qBAAA;Ed41CD;Aat1CC;EAAA;IAFE,cAAA;Ib41CD;EACF;Aax1CC;EAAA;IAFE,cAAA;Ib81CD;EACF;Aa11CD;EAAA;IAFI,eAAA;Ibg2CD;EACF;Aav1CD;ECvBE,oBAAA;EACA,mBAAA;EACA,oBAAA;EACA,qBAAA;Edi3CD;Aap1CD;ECvBE,oBAAA;EACA,qBAAA;Ed82CD;Ae92CG;EACE,oBAAA;EAEA,iBAAA;EAEA,oBAAA;EACA,qBAAA;Ef82CL;Ae91CG;EACE,aAAA;Efg2CL;Aez1CC;EACE,aAAA;Ef21CH;Ae51CC;EACE,qBAAA;Ef81CH;Ae/1CC;EACE,qBAAA;Efi2CH;Ael2CC;EACE,YAAA;Efo2CH;Aer2CC;EACE,qBAAA;Efu2CH;Aex2CC;EACE,qBAAA;Ef02CH;Ae32CC;EACE,YAAA;Ef62CH;Ae92CC;EACE,qBAAA;Efg3CH;Aej3CC;EACE,qBAAA;Efm3CH;Aep3CC;EACE,YAAA;Efs3CH;Aev3CC;EACE,qBAAA;Efy3CH;Ae13CC;EACE,oBAAA;Ef43CH;Ae92CC;EACE,aAAA;Efg3CH;Aej3CC;EACE,qBAAA;Efm3CH;Aep3CC;EACE,qBAAA;Efs3CH;Aev3CC;EACE,YAAA;Efy3CH;Ae13CC;EACE,qBAAA;Ef43CH;Ae73CC;EACE,qBAAA;Ef+3CH;Aeh4CC;EACE,YAAA;Efk4CH;Aen4CC;EACE,qBAAA;Efq4CH;Aet4CC;EACE,qBAAA;Efw4CH;Aez4CC;EACE,YAAA;Ef24CH;Ae54CC;EACE,qBAAA;Ef84CH;Ae/4CC;EACE,oBAAA;Efi5CH;Ae74CC;EACE,aAAA;Ef+4CH;Ae/5CC;EACE,YAAA;Efi6CH;Ael6CC;EACE,oBAAA;Efo6CH;Aer6CC;EACE,oBAAA;Efu6CH;Aex6CC;EACE,WAAA;Ef06CH;Ae36CC;EACE,oBAAA;Ef66CH;Ae96CC;EACE,oBAAA;Efg7CH;Aej7CC;EACE,WAAA;Efm7CH;Aep7CC;EACE,oBAAA;Efs7CH;Aev7CC;EACE,oBAAA;Efy7CH;Ae17CC;EACE,WAAA;Ef47CH;Ae77CC;EACE,oBAAA;Ef+7CH;Aeh8CC;EACE,mBAAA;Efk8CH;Ae97CC;EACE,YAAA;Efg8CH;Ael7CC;EACE,mBAAA;Efo7CH;Aer7CC;EACE,2BAAA;Efu7CH;Aex7CC;EACE,2BAAA;Ef07CH;Ae37CC;EACE,kBAAA;Ef67CH;Ae97CC;EACE,2BAAA;Efg8CH;Aej8CC;EACE,2BAAA;Efm8CH;Aep8CC;EACE,kBAAA;Efs8CH;Aev8CC;EACE,2BAAA;Efy8CH;Ae18CC;EACE,2BAAA;Ef48CH;Ae78CC;EACE,kBAAA;Ef+8CH;Aeh9CC;EACE,2BAAA;Efk9CH;Aen9CC;EACE,0BAAA;Efq9CH;Aet9CC;EACE,iBAAA;Efw9CH;Aa59CD;EE9BI;IACE,aAAA;If6/CH;Eet/CD;IACE,aAAA;Ifw/CD;Eez/CD;IACE,qBAAA;If2/CD;Ee5/CD;IACE,qBAAA;If8/CD;Ee//CD;IACE,YAAA;IfigDD;EelgDD;IACE,qBAAA;IfogDD;EergDD;IACE,qBAAA;IfugDD;EexgDD;IACE,YAAA;If0gDD;Ee3gDD;IACE,qBAAA;If6gDD;Ee9gDD;IACE,qBAAA;IfghDD;EejhDD;IACE,YAAA;IfmhDD;EephDD;IACE,qBAAA;IfshDD;EevhDD;IACE,oBAAA;IfyhDD;Ee3gDD;IACE,aAAA;If6gDD;Ee9gDD;IACE,qBAAA;IfghDD;EejhDD;IACE,qBAAA;IfmhDD;EephDD;IACE,YAAA;IfshDD;EevhDD;IACE,qBAAA;IfyhDD;Ee1hDD;IACE,qBAAA;If4hDD;Ee7hDD;IACE,YAAA;If+hDD;EehiDD;IACE,qBAAA;IfkiDD;EeniDD;IACE,qBAAA;IfqiDD;EetiDD;IACE,YAAA;IfwiDD;EeziDD;IACE,qBAAA;If2iDD;Ee5iDD;IACE,oBAAA;If8iDD;Ee1iDD;IACE,aAAA;If4iDD;Ee5jDD;IACE,YAAA;If8jDD;Ee/jDD;IACE,oBAAA;IfikDD;EelkDD;IACE,oBAAA;IfokDD;EerkDD;IACE,WAAA;IfukDD;EexkDD;IACE,oBAAA;If0kDD;Ee3kDD;IACE,oBAAA;If6kDD;Ee9kDD;IACE,WAAA;IfglDD;EejlDD;IACE,oBAAA;IfmlDD;EeplDD;IACE,oBAAA;IfslDD;EevlDD;IACE,WAAA;IfylDD;Ee1lDD;IACE,oBAAA;If4lDD;Ee7lDD;IACE,mBAAA;If+lDD;Ee3lDD;IACE,YAAA;If6lDD;Ee/kDD;IACE,mBAAA;IfilDD;EellDD;IACE,2BAAA;IfolDD;EerlDD;IACE,2BAAA;IfulDD;EexlDD;IACE,kBAAA;If0lDD;Ee3lDD;IACE,2BAAA;If6lDD;Ee9lDD;IACE,2BAAA;IfgmDD;EejmDD;IACE,kBAAA;IfmmDD;EepmDD;IACE,2BAAA;IfsmDD;EevmDD;IACE,2BAAA;IfymDD;Ee1mDD;IACE,kBAAA;If4mDD;Ee7mDD;IACE,2BAAA;If+mDD;EehnDD;IACE,0BAAA;IfknDD;EennDD;IACE,iBAAA;IfqnDD;EACF;AajnDD;EEvCI;IACE,aAAA;If2pDH;EeppDD;IACE,aAAA;IfspDD;EevpDD;IACE,qBAAA;IfypDD;Ee1pDD;IACE,qBAAA;If4pDD;Ee7pDD;IACE,YAAA;If+pDD;EehqDD;IACE,qBAAA;IfkqDD;EenqDD;IACE,qBAAA;IfqqDD;EetqDD;IACE,YAAA;IfwqDD;EezqDD;IACE,qBAAA;If2qDD;Ee5qDD;IACE,qBAAA;If8qDD;Ee/qDD;IACE,YAAA;IfirDD;EelrDD;IACE,qBAAA;IforDD;EerrDD;IACE,oBAAA;IfurDD;EezqDD;IACE,aAAA;If2qDD;Ee5qDD;IACE,qBAAA;If8qDD;Ee/qDD;IACE,qBAAA;IfirDD;EelrDD;IACE,YAAA;IforDD;EerrDD;IACE,qBAAA;IfurDD;EexrDD;IACE,qBAAA;If0rDD;Ee3rDD;IACE,YAAA;If6rDD;Ee9rDD;IACE,qBAAA;IfgsDD;EejsDD;IACE,qBAAA;IfmsDD;EepsDD;IACE,YAAA;IfssDD;EevsDD;IACE,qBAAA;IfysDD;Ee1sDD;IACE,oBAAA;If4sDD;EexsDD;IACE,aAAA;If0sDD;Ee1tDD;IACE,YAAA;If4tDD;Ee7tDD;IACE,oBAAA;If+tDD;EehuDD;IACE,oBAAA;IfkuDD;EenuDD;IACE,WAAA;IfquDD;EetuDD;IACE,oBAAA;IfwuDD;EezuDD;IACE,oBAAA;If2uDD;Ee5uDD;IACE,WAAA;If8uDD;Ee/uDD;IACE,oBAAA;IfivDD;EelvDD;IACE,oBAAA;IfovDD;EervDD;IACE,WAAA;IfuvDD;EexvDD;IACE,oBAAA;If0vDD;Ee3vDD;IACE,mBAAA;If6vDD;EezvDD;IACE,YAAA;If2vDD;Ee7uDD;IACE,mBAAA;If+uDD;EehvDD;IACE,2BAAA;IfkvDD;EenvDD;IACE,2BAAA;IfqvDD;EetvDD;IACE,kBAAA;IfwvDD;EezvDD;IACE,2BAAA;If2vDD;Ee5vDD;IACE,2BAAA;If8vDD;Ee/vDD;IACE,kBAAA;IfiwDD;EelwDD;IACE,2BAAA;IfowDD;EerwDD;IACE,2BAAA;IfuwDD;EexwDD;IACE,kBAAA;If0wDD;Ee3wDD;IACE,2BAAA;If6wDD;Ee9wDD;IACE,0BAAA;IfgxDD;EejxDD;IACE,iBAAA;IfmxDD;EACF;AaxwDD;EE9CI;IACE,aAAA;IfyzDH;EelzDD;IACE,aAAA;IfozDD;EerzDD;IACE,qBAAA;IfuzDD;EexzDD;IACE,qBAAA;If0zDD;Ee3zDD;IACE,YAAA;If6zDD;Ee9zDD;IACE,qBAAA;Ifg0DD;Eej0DD;IACE,qBAAA;Ifm0DD;Eep0DD;IACE,YAAA;Ifs0DD;Eev0DD;IACE,qBAAA;Ify0DD;Ee10DD;IACE,qBAAA;If40DD;Ee70DD;IACE,YAAA;If+0DD;Eeh1DD;IACE,qBAAA;Ifk1DD;Een1DD;IACE,oBAAA;Ifq1DD;Eev0DD;IACE,aAAA;Ify0DD;Ee10DD;IACE,qBAAA;If40DD;Ee70DD;IACE,qBAAA;If+0DD;Eeh1DD;IACE,YAAA;Ifk1DD;Een1DD;IACE,qBAAA;Ifq1DD;Eet1DD;IACE,qBAAA;Ifw1DD;Eez1DD;IACE,YAAA;If21DD;Ee51DD;IACE,qBAAA;If81DD;Ee/1DD;IACE,qBAAA;Ifi2DD;Eel2DD;IACE,YAAA;Ifo2DD;Eer2DD;IACE,qBAAA;Ifu2DD;Eex2DD;IACE,oBAAA;If02DD;Eet2DD;IACE,aAAA;Ifw2DD;Eex3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AAA;EACI,uBAAA;ErBqsFT;AoB9qFD;EClBI,gBAAA;EACA,2BAAA;ErBmsFH;AoB/qFD;ECrDE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErBuuFD;AqBruFC;;;;;EAKE,gBAAA;EACA,2BAAA;EACI,uBAAA;ErBuuFP;AqBruFC;;;EAGE,wBAAA;ErBuuFH;AqBluFG;;;;;;;;;;;;;;;EAKE,2BAAA;EACI,uBAAA;ErB8uFT;AoBptFD;ECrBI,gBAAA;EACA,2BAAA;ErB4uFH;AoBptFD;ECzDE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErBgxFD;AqB9wFC;;;;;EAKE,gBAAA;EACA,2BAAA;EACI,uBAAA;ErBgxFP;AqB9wFC;;;EAGE,wBAAA;ErBgxFH;AqB3wFG;;;;;;;;;;;;;;;EAKE,2BAAA;EACI,uBAAA;ErBuxFT;AoBzvFD;ECzBI,gBAAA;EACA,2BAAA;ErBqxFH;AoBzvFD;EC7DE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErByzFD;AqBvzFC;;;;;EAKE,gBAAA;EACA,2BAAA;EACI,uBAAA;ErByzFP;AqBvzFC;;;EAGE,wBAAA;ErByzFH;AqBpzFG;;;;;;;;;;;;;;;EAKE,2BAAA;EACI,uBAAA;ErBg0FT;AoB9xFD;EC7BI,gBAAA;EACA,2BAAA;ErB8zFH;AoB9xFD;ECjEE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErBk2FD;AqBh2FC;;;;;EAKE,gBAAA;EACA,2BAAA;EACI,uBAAA;ErBk2FP;AqBh2FC;;;EAGE,wBAAA;ErBk2FH;AqB71FG;;;;;;;;;;;;;;;EAKE,2BAAA;EACI,uBAAA;ErBy2FT;AoBn0FD;ECjCI,gBAAA;EACA,2BAAA;ErBu2FH;AoBn0FD;ECrEE,gBAAA;EACA,2BAAA;EACA,uBAAA;ErB24FD;AqBz4FC;;;;;EAKE,gBAAA;EACA,2BAAA;EACI,uBAAA;ErB24FP;AqBz4FC;;;EAGE,wBAAA;ErB24FH;AqBt4FG;;;;;;;;;;;;;;;EAKE,2BAAA;EACI,uBAAA;ErBk5FT;AoBx2FD;ECrCI,gBAAA;EACA,2BAAA;ErBg5FH;AoBn2FD;EACE,gBAAA;EACA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","sourcesContent":[null,"/*! normalize.css v3.0.1 | MIT License | git.io/normalize */\n\n//\n// 1. Set default font family to sans-serif.\n// 2. Prevent iOS text size adjust after orientation change, without disabling\n// user zoom.\n//\n\nhtml {\n font-family: sans-serif; // 1\n -ms-text-size-adjust: 100%; // 2\n -webkit-text-size-adjust: 100%; // 2\n}\n\n//\n// Remove default margin.\n//\n\nbody {\n margin: 0;\n}\n\n// HTML5 display definitions\n// ==========================================================================\n\n//\n// Correct `block` display not defined for any HTML5 element in IE 8/9.\n// Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.\n// Correct `block` display not defined for `main` in IE 11.\n//\n\narticle,\naside,\ndetails,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection,\nsummary {\n display: block;\n}\n\n//\n// 1. Correct `inline-block` display not defined in IE 8/9.\n// 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.\n//\n\naudio,\ncanvas,\nprogress,\nvideo {\n display: inline-block; // 1\n vertical-align: baseline; // 2\n}\n\n//\n// Prevent modern browsers from displaying `audio` without controls.\n// Remove excess height in iOS 5 devices.\n//\n\naudio:not([controls]) {\n display: none;\n height: 0;\n}\n\n//\n// Address `[hidden]` styling not present in IE 8/9/10.\n// Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.\n//\n\n[hidden],\ntemplate {\n display: none;\n}\n\n// Links\n// ==========================================================================\n\n//\n// Remove the gray background color from active links in IE 10.\n//\n\na {\n background: transparent;\n}\n\n//\n// Improve readability when focused and also mouse hovered in all browsers.\n//\n\na:active,\na:hover {\n outline: 0;\n}\n\n// Text-level semantics\n// ==========================================================================\n\n//\n// Address styling not present in IE 8/9/10/11, Safari, and Chrome.\n//\n\nabbr[title] {\n border-bottom: 1px dotted;\n}\n\n//\n// Address style set to `bolder` in Firefox 4+, Safari, and Chrome.\n//\n\nb,\nstrong {\n font-weight: bold;\n}\n\n//\n// Address styling not present in Safari and Chrome.\n//\n\ndfn {\n font-style: italic;\n}\n\n//\n// Address variable `h1` font-size and margin within `section` and `article`\n// contexts in Firefox 4+, Safari, and Chrome.\n//\n\nh1 {\n font-size: 2em;\n margin: 0.67em 0;\n}\n\n//\n// Address styling not present in IE 8/9.\n//\n\nmark {\n background: #ff0;\n color: #000;\n}\n\n//\n// Address inconsistent and variable font size in all browsers.\n//\n\nsmall {\n font-size: 80%;\n}\n\n//\n// Prevent `sub` and `sup` affecting `line-height` in all browsers.\n//\n\nsub,\nsup {\n font-size: 75%;\n line-height: 0;\n position: relative;\n vertical-align: baseline;\n}\n\nsup {\n top: -0.5em;\n}\n\nsub {\n bottom: -0.25em;\n}\n\n// Embedded content\n// ==========================================================================\n\n//\n// Remove border when inside `a` element in IE 8/9/10.\n//\n\nimg {\n border: 0;\n}\n\n//\n// Correct overflow not hidden in IE 9/10/11.\n//\n\nsvg:not(:root) {\n overflow: hidden;\n}\n\n// Grouping content\n// ==========================================================================\n\n//\n// Address margin not present in IE 8/9 and Safari.\n//\n\nfigure {\n margin: 1em 40px;\n}\n\n//\n// Address differences between Firefox and other browsers.\n//\n\nhr {\n -moz-box-sizing: content-box;\n box-sizing: content-box;\n height: 0;\n}\n\n//\n// Contain overflow in all browsers.\n//\n\npre {\n overflow: auto;\n}\n\n//\n// Address odd `em`-unit font size rendering in all browsers.\n//\n\ncode,\nkbd,\npre,\nsamp {\n font-family: monospace, monospace;\n font-size: 1em;\n}\n\n// Forms\n// ==========================================================================\n\n//\n// Known limitation: by default, Chrome and Safari on OS X allow very limited\n// styling of `select`, unless a `border` property is set.\n//\n\n//\n// 1. Correct color not being inherited.\n// Known issue: affects color of disabled elements.\n// 2. Correct font properties not being inherited.\n// 3. Address margins set differently in Firefox 4+, Safari, and Chrome.\n//\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n color: inherit; // 1\n font: inherit; // 2\n margin: 0; // 3\n}\n\n//\n// Address `overflow` set to `hidden` in IE 8/9/10/11.\n//\n\nbutton {\n overflow: visible;\n}\n\n//\n// Address inconsistent `text-transform` inheritance for `button` and `select`.\n// All other form control elements do not inherit `text-transform` values.\n// Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.\n// Correct `select` style inheritance in Firefox.\n//\n\nbutton,\nselect {\n text-transform: none;\n}\n\n//\n// 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`\n// and `video` controls.\n// 2. Correct inability to style clickable `input` types in iOS.\n// 3. Improve usability and consistency of cursor style between image-type\n// `input` and others.\n//\n\nbutton,\nhtml input[type=\"button\"], // 1\ninput[type=\"reset\"],\ninput[type=\"submit\"] {\n -webkit-appearance: button; // 2\n cursor: pointer; // 3\n}\n\n//\n// Re-set default cursor for disabled elements.\n//\n\nbutton[disabled],\nhtml input[disabled] {\n cursor: default;\n}\n\n//\n// Remove inner padding and border in Firefox 4+.\n//\n\nbutton::-moz-focus-inner,\ninput::-moz-focus-inner {\n border: 0;\n padding: 0;\n}\n\n//\n// Address Firefox 4+ setting `line-height` on `input` using `!important` in\n// the UA stylesheet.\n//\n\ninput {\n line-height: normal;\n}\n\n//\n// It's recommended that you don't attempt to style these elements.\n// Firefox's implementation doesn't respect box-sizing, padding, or width.\n//\n// 1. Address box sizing set to `content-box` in IE 8/9/10.\n// 2. Remove excess padding in IE 8/9/10.\n//\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box; // 1\n padding: 0; // 2\n}\n\n//\n// Fix the cursor style for Chrome's increment/decrement buttons. For certain\n// `font-size` values of the `input`, it causes the cursor style of the\n// decrement button to change from `default` to `text`.\n//\n\ninput[type=\"number\"]::-webkit-inner-spin-button,\ninput[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n//\n// 1. Address `appearance` set to `searchfield` in Safari and Chrome.\n// 2. Address `box-sizing` set to `border-box` in Safari and Chrome\n// (include `-moz` to future-proof).\n//\n\ninput[type=\"search\"] {\n -webkit-appearance: textfield; // 1\n -moz-box-sizing: content-box;\n -webkit-box-sizing: content-box; // 2\n box-sizing: content-box;\n}\n\n//\n// Remove inner padding and search cancel button in Safari and Chrome on OS X.\n// Safari (but not Chrome) clips the cancel button when the search input has\n// padding (and `textfield` appearance).\n//\n\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-decoration {\n -webkit-appearance: none;\n}\n\n//\n// Define consistent border, margin, and padding.\n//\n\nfieldset {\n border: 1px solid #c0c0c0;\n margin: 0 2px;\n padding: 0.35em 0.625em 0.75em;\n}\n\n//\n// 1. Correct `color` not being inherited in IE 8/9/10/11.\n// 2. Remove padding so people aren't caught out if they zero out fieldsets.\n//\n\nlegend {\n border: 0; // 1\n padding: 0; // 2\n}\n\n//\n// Remove default vertical scrollbar in IE 8/9/10/11.\n//\n\ntextarea {\n overflow: auto;\n}\n\n//\n// Don't inherit the `font-weight` (applied by a rule above).\n// NOTE: the default cannot safely be changed in Chrome and Safari on OS X.\n//\n\noptgroup {\n font-weight: bold;\n}\n\n// Tables\n// ==========================================================================\n\n//\n// Remove most spacing between table cells.\n//\n\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\n\ntd,\nth {\n padding: 0;\n}\n","//\n// Basic print styles\n// --------------------------------------------------\n// Source: https://github.com/h5bp/html5-boilerplate/blob/master/css/main.css\n\n@media print {\n\n * {\n text-shadow: none !important;\n color: #000 !important; // Black prints faster: h5bp.com/s\n background: transparent !important;\n box-shadow: none !important;\n }\n\n a,\n a:visited {\n text-decoration: underline;\n }\n\n a[href]:after {\n content: \" (\" attr(href) \")\";\n }\n\n abbr[title]:after {\n content: \" (\" attr(title) \")\";\n }\n\n // Don't show links for images, or javascript/internal links\n a[href^=\"javascript:\"]:after,\n a[href^=\"#\"]:after {\n content: \"\";\n }\n\n pre,\n blockquote {\n border: 1px solid #999;\n page-break-inside: avoid;\n }\n\n thead {\n display: table-header-group; // h5bp.com/t\n }\n\n tr,\n img {\n page-break-inside: avoid;\n }\n\n img {\n max-width: 100% !important;\n }\n\n p,\n h2,\n h3 {\n orphans: 3;\n widows: 3;\n }\n\n h2,\n h3 {\n page-break-after: avoid;\n }\n\n // Chrome (OSX) fix for https://github.com/twbs/bootstrap/issues/11245\n // Once fixed, we can just straight up remove this.\n select {\n background: #fff !important;\n }\n\n // Bootstrap components\n .navbar {\n display: none;\n }\n .table {\n td,\n th {\n background-color: #fff !important;\n }\n }\n .btn,\n .dropup > .btn {\n > .caret {\n border-top-color: #000 !important;\n }\n }\n .label {\n border: 1px solid #000;\n }\n\n .table {\n border-collapse: collapse !important;\n }\n .table-bordered {\n th,\n td {\n border: 1px solid #ddd !important;\n }\n }\n\n}\n","//\n// Glyphicons for Bootstrap\n//\n// Since icons are fonts, they can be placed anywhere text is placed and are\n// thus automatically sized to match the surrounding child. To use, create an\n// inline element with the appropriate classes, like so:\n//\n// <a href=\"#\"><span class=\"glyphicon glyphicon-star\"></span> Star</a>\n\n// Import the fonts\n@font-face {\n font-family: 'Glyphicons Halflings';\n src: url('@{icon-font-path}@{icon-font-name}.eot');\n src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),\n url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),\n url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),\n url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');\n}\n\n// Catchall baseclass\n.glyphicon {\n position: relative;\n top: 1px;\n display: inline-block;\n font-family: 'Glyphicons Halflings';\n font-style: normal;\n font-weight: normal;\n line-height: 1;\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n// Individual icons\n.glyphicon-asterisk { &:before { content: \"\\2a\"; } }\n.glyphicon-plus { &:before { content: \"\\2b\"; } }\n.glyphicon-euro { &:before { content: \"\\20ac\"; } }\n.glyphicon-minus { &:before { content: \"\\2212\"; } }\n.glyphicon-cloud { &:before { content: \"\\2601\"; } }\n.glyphicon-envelope { &:before { content: \"\\2709\"; } }\n.glyphicon-pencil { &:before { content: \"\\270f\"; } }\n.glyphicon-glass { &:before { content: \"\\e001\"; } }\n.glyphicon-music { &:before { content: \"\\e002\"; } }\n.glyphicon-search { &:before { content: \"\\e003\"; } }\n.glyphicon-heart { &:before { content: \"\\e005\"; } }\n.glyphicon-star { &:before { content: \"\\e006\"; } }\n.glyphicon-star-empty { &:before { content: \"\\e007\"; } }\n.glyphicon-user { &:before { content: \"\\e008\"; } }\n.glyphicon-film { &:before { content: \"\\e009\"; } }\n.glyphicon-th-large { &:before { content: \"\\e010\"; } }\n.glyphicon-th { &:before { content: \"\\e011\"; } }\n.glyphicon-th-list { &:before { content: \"\\e012\"; } }\n.glyphicon-ok { &:before { content: \"\\e013\"; } }\n.glyphicon-remove { &:before { content: \"\\e014\"; } }\n.glyphicon-zoom-in { &:before { content: \"\\e015\"; } }\n.glyphicon-zoom-out { &:before { content: \"\\e016\"; } }\n.glyphicon-off { &:before { content: \"\\e017\"; } }\n.glyphicon-signal { &:before { content: \"\\e018\"; } }\n.glyphicon-cog { &:before { content: \"\\e019\"; } }\n.glyphicon-trash { &:before { content: \"\\e020\"; } }\n.glyphicon-home { &:before { content: \"\\e021\"; } }\n.glyphicon-file { &:before { content: \"\\e022\"; } }\n.glyphicon-time { &:before { content: \"\\e023\"; } }\n.glyphicon-road { &:before { content: \"\\e024\"; } }\n.glyphicon-download-alt { &:before { content: \"\\e025\"; } }\n.glyphicon-download { &:before { content: \"\\e026\"; } }\n.glyphicon-upload { &:before { content: \"\\e027\"; } }\n.glyphicon-inbox { &:before { content: \"\\e028\"; } }\n.glyphicon-play-circle { &:before { content: \"\\e029\"; } }\n.glyphicon-repeat { &:before { content: \"\\e030\"; } }\n.glyphicon-refresh { &:before { content: \"\\e031\"; } }\n.glyphicon-list-alt { &:before { content: \"\\e032\"; } }\n.glyphicon-lock { &:before { content: \"\\e033\"; } }\n.glyphicon-flag { &:before { content: \"\\e034\"; } }\n.glyphicon-headphones { &:before { content: \"\\e035\"; } }\n.glyphicon-volume-off { &:before { content: \"\\e036\"; } }\n.glyphicon-volume-down { &:before { content: \"\\e037\"; } }\n.glyphicon-volume-up { &:before { content: \"\\e038\"; } }\n.glyphicon-qrcode { &:before { content: \"\\e039\"; } }\n.glyphicon-barcode { &:before { content: \"\\e040\"; } }\n.glyphicon-tag { &:before { content: \"\\e041\"; } }\n.glyphicon-tags { &:before { content: \"\\e042\"; } }\n.glyphicon-book { &:before { content: \"\\e043\"; } }\n.glyphicon-bookmark { &:before { content: \"\\e044\"; } }\n.glyphicon-print { &:before { content: \"\\e045\"; } }\n.glyphicon-camera { &:before { content: \"\\e046\"; } }\n.glyphicon-font { &:before { content: \"\\e047\"; } }\n.glyphicon-bold { &:before { content: \"\\e048\"; } }\n.glyphicon-italic { &:before { content: \"\\e049\"; } }\n.glyphicon-text-height { &:before { content: \"\\e050\"; } }\n.glyphicon-text-width { &:before { content: \"\\e051\"; } }\n.glyphicon-align-left { &:before { content: \"\\e052\"; } }\n.glyphicon-align-center { &:before { content: \"\\e053\"; } }\n.glyphicon-align-right { &:before { content: \"\\e054\"; } }\n.glyphicon-align-justify { &:before { content: \"\\e055\"; } }\n.glyphicon-list { &:before { content: \"\\e056\"; } }\n.glyphicon-indent-left { &:before { content: \"\\e057\"; } }\n.glyphicon-indent-right { &:before { content: \"\\e058\"; } }\n.glyphicon-facetime-video { &:before { content: \"\\e059\"; } }\n.glyphicon-picture { &:before { content: \"\\e060\"; } }\n.glyphicon-map-marker { &:before { content: \"\\e062\"; } }\n.glyphicon-adjust { &:before { content: \"\\e063\"; } }\n.glyphicon-tint { &:before { content: \"\\e064\"; } }\n.glyphicon-edit { &:before { content: \"\\e065\"; } }\n.glyphicon-share { &:before { content: \"\\e066\"; } }\n.glyphicon-check { &:before { content: \"\\e067\"; } }\n.glyphicon-move { &:before { content: \"\\e068\"; } }\n.glyphicon-step-backward { &:before { content: \"\\e069\"; } }\n.glyphicon-fast-backward { &:before { content: \"\\e070\"; } }\n.glyphicon-backward { &:before { content: \"\\e071\"; } }\n.glyphicon-play { &:before { content: \"\\e072\"; } }\n.glyphicon-pause { &:before { content: \"\\e073\"; } }\n.glyphicon-stop { &:before { content: \"\\e074\"; } }\n.glyphicon-forward { &:before { content: \"\\e075\"; } }\n.glyphicon-fast-forward { &:before { content: \"\\e076\"; } }\n.glyphicon-step-forward { &:before { content: \"\\e077\"; } }\n.glyphicon-eject { &:before { content: \"\\e078\"; } }\n.glyphicon-chevron-left { &:before { content: \"\\e079\"; } }\n.glyphicon-chevron-right { &:before { content: \"\\e080\"; } }\n.glyphicon-plus-sign { &:before { content: \"\\e081\"; } }\n.glyphicon-minus-sign { &:before { content: \"\\e082\"; } }\n.glyphicon-remove-sign { &:before { content: \"\\e083\"; } }\n.glyphicon-ok-sign { &:before { content: \"\\e084\"; } }\n.glyphicon-question-sign { &:before { content: \"\\e085\"; } }\n.glyphicon-info-sign { &:before { content: \"\\e086\"; } }\n.glyphicon-screenshot { &:before { content: \"\\e087\"; } }\n.glyphicon-remove-circle { &:before { content: \"\\e088\"; } }\n.glyphicon-ok-circle { &:before { content: \"\\e089\"; } }\n.glyphicon-ban-circle { &:before { content: \"\\e090\"; } }\n.glyphicon-arrow-left { &:before { content: \"\\e091\"; } }\n.glyphicon-arrow-right { &:before { content: \"\\e092\"; } }\n.glyphicon-arrow-up { &:before { content: \"\\e093\"; } }\n.glyphicon-arrow-down { &:before { content: \"\\e094\"; } }\n.glyphicon-share-alt { &:before { content: \"\\e095\"; } }\n.glyphicon-resize-full { &:before { content: \"\\e096\"; } }\n.glyphicon-resize-small { &:before { content: \"\\e097\"; } }\n.glyphicon-exclamation-sign { &:before { content: \"\\e101\"; } }\n.glyphicon-gift { &:before { content: \"\\e102\"; } }\n.glyphicon-leaf { &:before { content: \"\\e103\"; } }\n.glyphicon-fire { &:before { content: \"\\e104\"; } }\n.glyphicon-eye-open { &:before { content: \"\\e105\"; } }\n.glyphicon-eye-close { &:before { content: \"\\e106\"; } }\n.glyphicon-warning-sign { &:before { content: \"\\e107\"; } }\n.glyphicon-plane { &:before { content: \"\\e108\"; } }\n.glyphicon-calendar { &:before { content: \"\\e109\"; } }\n.glyphicon-random { &:before { content: \"\\e110\"; } }\n.glyphicon-comment { &:before { content: \"\\e111\"; } }\n.glyphicon-magnet { &:before { content: \"\\e112\"; } }\n.glyphicon-chevron-up { &:before { content: \"\\e113\"; } }\n.glyphicon-chevron-down { &:before { content: \"\\e114\"; } }\n.glyphicon-retweet { &:before { content: \"\\e115\"; } }\n.glyphicon-shopping-cart { &:before { content: \"\\e116\"; } }\n.glyphicon-folder-close { &:before { content: \"\\e117\"; } }\n.glyphicon-folder-open { &:before { content: \"\\e118\"; } }\n.glyphicon-resize-vertical { &:before { content: \"\\e119\"; } }\n.glyphicon-resize-horizontal { &:before { content: \"\\e120\"; } }\n.glyphicon-hdd { &:before { content: \"\\e121\"; } }\n.glyphicon-bullhorn { &:before { content: \"\\e122\"; } }\n.glyphicon-bell { &:before { content: \"\\e123\"; } }\n.glyphicon-certificate { &:before { content: \"\\e124\"; } }\n.glyphicon-thumbs-up { &:before { content: \"\\e125\"; } }\n.glyphicon-thumbs-down { &:before { content: \"\\e126\"; } }\n.glyphicon-hand-right { &:before { content: \"\\e127\"; } }\n.glyphicon-hand-left { &:before { content: \"\\e128\"; } }\n.glyphicon-hand-up { &:before { content: \"\\e129\"; } }\n.glyphicon-hand-down { &:before { content: \"\\e130\"; } }\n.glyphicon-circle-arrow-right { &:before { content: \"\\e131\"; } }\n.glyphicon-circle-arrow-left { &:before { content: \"\\e132\"; } }\n.glyphicon-circle-arrow-up { &:before { content: \"\\e133\"; } }\n.glyphicon-circle-arrow-down { &:before { content: \"\\e134\"; } }\n.glyphicon-globe { &:before { content: \"\\e135\"; } }\n.glyphicon-wrench { &:before { content: \"\\e136\"; } }\n.glyphicon-tasks { &:before { content: \"\\e137\"; } }\n.glyphicon-filter { &:before { content: \"\\e138\"; } }\n.glyphicon-briefcase { &:before { content: \"\\e139\"; } }\n.glyphicon-fullscreen { &:before { content: \"\\e140\"; } }\n.glyphicon-dashboard { &:before { content: \"\\e141\"; } }\n.glyphicon-paperclip { &:before { content: \"\\e142\"; } }\n.glyphicon-heart-empty { &:before { content: \"\\e143\"; } }\n.glyphicon-link { &:before { content: \"\\e144\"; } }\n.glyphicon-phone { &:before { content: \"\\e145\"; } }\n.glyphicon-pushpin { &:before { content: \"\\e146\"; } }\n.glyphicon-usd { &:before { content: \"\\e148\"; } }\n.glyphicon-gbp { &:before { content: \"\\e149\"; } }\n.glyphicon-sort { &:before { content: \"\\e150\"; } }\n.glyphicon-sort-by-alphabet { &:before { content: \"\\e151\"; } }\n.glyphicon-sort-by-alphabet-alt { &:before { content: \"\\e152\"; } }\n.glyphicon-sort-by-order { &:before { content: \"\\e153\"; } }\n.glyphicon-sort-by-order-alt { &:before { content: \"\\e154\"; } }\n.glyphicon-sort-by-attributes { &:before { content: \"\\e155\"; } }\n.glyphicon-sort-by-attributes-alt { &:before { content: \"\\e156\"; } }\n.glyphicon-unchecked { &:before { content: \"\\e157\"; } }\n.glyphicon-expand { &:before { content: \"\\e158\"; } }\n.glyphicon-collapse-down { &:before { content: \"\\e159\"; } }\n.glyphicon-collapse-up { &:before { content: \"\\e160\"; } }\n.glyphicon-log-in { &:before { content: \"\\e161\"; } }\n.glyphicon-flash { &:before { content: \"\\e162\"; } }\n.glyphicon-log-out { &:before { content: \"\\e163\"; } }\n.glyphicon-new-window { &:before { content: \"\\e164\"; } }\n.glyphicon-record { &:before { content: \"\\e165\"; } }\n.glyphicon-save { &:before { content: \"\\e166\"; } }\n.glyphicon-open { &:before { content: \"\\e167\"; } }\n.glyphicon-saved { &:before { content: \"\\e168\"; } }\n.glyphicon-import { &:before { content: \"\\e169\"; } }\n.glyphicon-export { &:before { content: \"\\e170\"; } }\n.glyphicon-send { &:before { content: \"\\e171\"; } }\n.glyphicon-floppy-disk { &:before { content: \"\\e172\"; } }\n.glyphicon-floppy-saved { &:before { content: \"\\e173\"; } }\n.glyphicon-floppy-remove { &:before { content: \"\\e174\"; } }\n.glyphicon-floppy-save { &:before { content: \"\\e175\"; } }\n.glyphicon-floppy-open { &:before { content: \"\\e176\"; } }\n.glyphicon-credit-card { &:before { content: \"\\e177\"; } }\n.glyphicon-transfer { &:before { content: \"\\e178\"; } }\n.glyphicon-cutlery { &:before { content: \"\\e179\"; } }\n.glyphicon-header { &:before { content: \"\\e180\"; } }\n.glyphicon-compressed { &:before { content: \"\\e181\"; } }\n.glyphicon-earphone { &:before { content: \"\\e182\"; } }\n.glyphicon-phone-alt { &:before { content: \"\\e183\"; } }\n.glyphicon-tower { &:before { content: \"\\e184\"; } }\n.glyphicon-stats { &:before { content: \"\\e185\"; } }\n.glyphicon-sd-video { &:before { content: \"\\e186\"; } }\n.glyphicon-hd-video { &:before { content: \"\\e187\"; } }\n.glyphicon-subtitles { &:before { content: \"\\e188\"; } }\n.glyphicon-sound-stereo { &:before { content: \"\\e189\"; } }\n.glyphicon-sound-dolby { &:before { content: \"\\e190\"; } }\n.glyphicon-sound-5-1 { &:before { content: \"\\e191\"; } }\n.glyphicon-sound-6-1 { &:before { content: \"\\e192\"; } }\n.glyphicon-sound-7-1 { &:before { content: \"\\e193\"; } }\n.glyphicon-copyright-mark { &:before { content: \"\\e194\"; } }\n.glyphicon-registration-mark { &:before { content: \"\\e195\"; } }\n.glyphicon-cloud-download { &:before { content: \"\\e197\"; } }\n.glyphicon-cloud-upload { &:before { content: \"\\e198\"; } }\n.glyphicon-tree-conifer { &:before { content: \"\\e199\"; } }\n.glyphicon-tree-deciduous { &:before { content: \"\\e200\"; } }\n","//\n// Scaffolding\n// --------------------------------------------------\n\n\n// Reset the box-sizing\n//\n// Heads up! This reset may cause conflicts with some third-party widgets.\n// For recommendations on resolving such conflicts, see\n// http://getbootstrap.com/getting-started/#third-box-sizing\n* {\n .box-sizing(border-box);\n}\n*:before,\n*:after {\n .box-sizing(border-box);\n}\n\n\n// Body reset\n\nhtml {\n font-size: 10px;\n -webkit-tap-highlight-color: rgba(0,0,0,0);\n}\n\nbody {\n font-family: @font-family-base;\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @text-color;\n background-color: @body-bg;\n}\n\n// Reset fonts for relevant elements\ninput,\nbutton,\nselect,\ntextarea {\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\n\n// Links\n\na {\n color: @link-color;\n text-decoration: none;\n\n &:hover,\n &:focus {\n color: @link-hover-color;\n text-decoration: underline;\n }\n\n &:focus {\n .tab-focus();\n }\n}\n\n\n// Figures\n//\n// We reset this here because previously Normalize had no `figure` margins. This\n// ensures we don't break anyone's use of the element.\n\nfigure {\n margin: 0;\n}\n\n\n// Images\n\nimg {\n vertical-align: middle;\n}\n\n// Responsive images (ensure images don't scale beyond their parents)\n.img-responsive {\n .img-responsive();\n}\n\n// Rounded corners\n.img-rounded {\n border-radius: @border-radius-large;\n}\n\n// Image thumbnails\n//\n// Heads up! This is mixin-ed into thumbnails.less for `.thumbnail`.\n.img-thumbnail {\n padding: @thumbnail-padding;\n line-height: @line-height-base;\n background-color: @thumbnail-bg;\n border: 1px solid @thumbnail-border;\n border-radius: @thumbnail-border-radius;\n .transition(all .2s ease-in-out);\n\n // Keep them at most 100% wide\n .img-responsive(inline-block);\n}\n\n// Perfect circle\n.img-circle {\n border-radius: 50%; // set radius in percents\n}\n\n\n// Horizontal rules\n\nhr {\n margin-top: @line-height-computed;\n margin-bottom: @line-height-computed;\n border: 0;\n border-top: 1px solid @hr-border;\n}\n\n\n// Only display content to screen readers\n//\n// See: http://a11yproject.com/posts/how-to-hide-content/\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n margin: -1px;\n padding: 0;\n overflow: hidden;\n clip: rect(0,0,0,0);\n border: 0;\n}\n\n// Use in conjunction with .sr-only to only display content when it's focused.\n// Useful for \"Skip to main content\" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1\n// Credit: HTML5 Boilerplate\n\n.sr-only-focusable {\n &:active,\n &:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto;\n }\n}\n","// Vendor Prefixes\n//\n// All vendor mixins are deprecated as of v3.2.0 due to the introduction of\n// Autoprefixer in our Gruntfile. They will be removed in v4.\n\n// - Animations\n// - Backface visibility\n// - Box shadow\n// - Box sizing\n// - Content columns\n// - Hyphens\n// - Placeholder text\n// - Transformations\n// - Transitions\n// - User Select\n\n\n// Animations\n.animation(@animation) {\n -webkit-animation: @animation;\n -o-animation: @animation;\n animation: @animation;\n}\n.animation-name(@name) {\n -webkit-animation-name: @name;\n animation-name: @name;\n}\n.animation-duration(@duration) {\n -webkit-animation-duration: @duration;\n animation-duration: @duration;\n}\n.animation-timing-function(@timing-function) {\n -webkit-animation-timing-function: @timing-function;\n animation-timing-function: @timing-function;\n}\n.animation-delay(@delay) {\n -webkit-animation-delay: @delay;\n animation-delay: @delay;\n}\n.animation-iteration-count(@iteration-count) {\n -webkit-animation-iteration-count: @iteration-count;\n animation-iteration-count: @iteration-count;\n}\n.animation-direction(@direction) {\n -webkit-animation-direction: @direction;\n animation-direction: @direction;\n}\n.animation-fill-mode(@fill-mode) {\n -webkit-animation-fill-mode: @fill-mode;\n animation-fill-mode: @fill-mode;\n}\n\n// Backface visibility\n// Prevent browsers from flickering when using CSS 3D transforms.\n// Default value is `visible`, but can be changed to `hidden`\n\n.backface-visibility(@visibility){\n -webkit-backface-visibility: @visibility;\n -moz-backface-visibility: @visibility;\n backface-visibility: @visibility;\n}\n\n// Drop shadows\n//\n// Note: Deprecated `.box-shadow()` as of v3.1.0 since all of Bootstrap's\n// supported browsers that have box shadow capabilities now support it.\n\n.box-shadow(@shadow) {\n -webkit-box-shadow: @shadow; // iOS <4.3 & Android <4.1\n box-shadow: @shadow;\n}\n\n// Box sizing\n.box-sizing(@boxmodel) {\n -webkit-box-sizing: @boxmodel;\n -moz-box-sizing: @boxmodel;\n box-sizing: @boxmodel;\n}\n\n// CSS3 Content Columns\n.content-columns(@column-count; @column-gap: @grid-gutter-width) {\n -webkit-column-count: @column-count;\n -moz-column-count: @column-count;\n column-count: @column-count;\n -webkit-column-gap: @column-gap;\n -moz-column-gap: @column-gap;\n column-gap: @column-gap;\n}\n\n// Optional hyphenation\n.hyphens(@mode: auto) {\n word-wrap: break-word;\n -webkit-hyphens: @mode;\n -moz-hyphens: @mode;\n -ms-hyphens: @mode; // IE10+\n -o-hyphens: @mode;\n hyphens: @mode;\n}\n\n// Placeholder text\n.placeholder(@color: @input-color-placeholder) {\n &::-moz-placeholder { color: @color; // Firefox\n opacity: 1; } // See https://github.com/twbs/bootstrap/pull/11526\n &:-ms-input-placeholder { color: @color; } // Internet Explorer 10+\n &::-webkit-input-placeholder { color: @color; } // Safari and Chrome\n}\n\n// Transformations\n.scale(@ratio) {\n -webkit-transform: scale(@ratio);\n -ms-transform: scale(@ratio); // IE9 only\n -o-transform: scale(@ratio);\n transform: scale(@ratio);\n}\n.scale(@ratioX; @ratioY) {\n -webkit-transform: scale(@ratioX, @ratioY);\n -ms-transform: scale(@ratioX, @ratioY); // IE9 only\n -o-transform: scale(@ratioX, @ratioY);\n transform: scale(@ratioX, @ratioY);\n}\n.scaleX(@ratio) {\n -webkit-transform: scaleX(@ratio);\n -ms-transform: scaleX(@ratio); // IE9 only\n -o-transform: scaleX(@ratio);\n transform: scaleX(@ratio);\n}\n.scaleY(@ratio) {\n -webkit-transform: scaleY(@ratio);\n -ms-transform: scaleY(@ratio); // IE9 only\n -o-transform: scaleY(@ratio);\n transform: scaleY(@ratio);\n}\n.skew(@x; @y) {\n -webkit-transform: skewX(@x) skewY(@y);\n -ms-transform: skewX(@x) skewY(@y); // See https://github.com/twbs/bootstrap/issues/4885; IE9+\n -o-transform: skewX(@x) skewY(@y);\n transform: skewX(@x) skewY(@y);\n}\n.translate(@x; @y) {\n -webkit-transform: translate(@x, @y);\n -ms-transform: translate(@x, @y); // IE9 only\n -o-transform: translate(@x, @y);\n transform: translate(@x, @y);\n}\n.translate3d(@x; @y; @z) {\n -webkit-transform: translate3d(@x, @y, @z);\n transform: translate3d(@x, @y, @z);\n}\n.rotate(@degrees) {\n -webkit-transform: rotate(@degrees);\n -ms-transform: rotate(@degrees); // IE9 only\n -o-transform: rotate(@degrees);\n transform: rotate(@degrees);\n}\n.rotateX(@degrees) {\n -webkit-transform: rotateX(@degrees);\n -ms-transform: rotateX(@degrees); // IE9 only\n -o-transform: rotateX(@degrees);\n transform: rotateX(@degrees);\n}\n.rotateY(@degrees) {\n -webkit-transform: rotateY(@degrees);\n -ms-transform: rotateY(@degrees); // IE9 only\n -o-transform: rotateY(@degrees);\n transform: rotateY(@degrees);\n}\n.perspective(@perspective) {\n -webkit-perspective: @perspective;\n -moz-perspective: @perspective;\n perspective: @perspective;\n}\n.perspective-origin(@perspective) {\n -webkit-perspective-origin: @perspective;\n -moz-perspective-origin: @perspective;\n perspective-origin: @perspective;\n}\n.transform-origin(@origin) {\n -webkit-transform-origin: @origin;\n -moz-transform-origin: @origin;\n -ms-transform-origin: @origin; // IE9 only\n transform-origin: @origin;\n}\n\n\n// Transitions\n\n.transition(@transition) {\n -webkit-transition: @transition;\n -o-transition: @transition;\n transition: @transition;\n}\n.transition-property(@transition-property) {\n -webkit-transition-property: @transition-property;\n transition-property: @transition-property;\n}\n.transition-delay(@transition-delay) {\n -webkit-transition-delay: @transition-delay;\n transition-delay: @transition-delay;\n}\n.transition-duration(@transition-duration) {\n -webkit-transition-duration: @transition-duration;\n transition-duration: @transition-duration;\n}\n.transition-timing-function(@timing-function) {\n -webkit-transition-timing-function: @timing-function;\n transition-timing-function: @timing-function;\n}\n.transition-transform(@transition) {\n -webkit-transition: -webkit-transform @transition;\n -moz-transition: -moz-transform @transition;\n -o-transition: -o-transform @transition;\n transition: transform @transition;\n}\n\n\n// User select\n// For selecting text on the page\n\n.user-select(@select) {\n -webkit-user-select: @select;\n -moz-user-select: @select;\n -ms-user-select: @select; // IE10+\n user-select: @select;\n}\n","// WebKit-style focus\n\n.tab-focus() {\n // Default\n outline: thin dotted;\n // WebKit\n outline: 5px auto -webkit-focus-ring-color;\n outline-offset: -2px;\n}\n","// Image Mixins\n// - Responsive image\n// - Retina image\n\n\n// Responsive image\n//\n// Keep images from scaling beyond the width of their parents.\n.img-responsive(@display: block) {\n display: @display;\n width: 100% \\9; // Force IE10 and below to size SVG images correctly\n max-width: 100%; // Part 1: Set a maximum relative to the parent\n height: auto; // Part 2: Scale the height according to the width, otherwise you get stretching\n}\n\n\n// Retina image\n//\n// Short retina mixin for setting background-image and -size. Note that the\n// spelling of `min--moz-device-pixel-ratio` is intentional.\n.img-retina(@file-1x; @file-2x; @width-1x; @height-1x) {\n background-image: url(\"@{file-1x}\");\n\n @media\n only screen and (-webkit-min-device-pixel-ratio: 2),\n only screen and ( min--moz-device-pixel-ratio: 2),\n only screen and ( -o-min-device-pixel-ratio: 2/1),\n only screen and ( min-device-pixel-ratio: 2),\n only screen and ( min-resolution: 192dpi),\n only screen and ( min-resolution: 2dppx) {\n background-image: url(\"@{file-2x}\");\n background-size: @width-1x @height-1x;\n }\n}\n","//\n// Typography\n// --------------------------------------------------\n\n\n// Headings\n// -------------------------\n\nh1, h2, h3, h4, h5, h6,\n.h1, .h2, .h3, .h4, .h5, .h6 {\n font-family: @headings-font-family;\n font-weight: @headings-font-weight;\n line-height: @headings-line-height;\n color: @headings-color;\n\n small,\n .small {\n font-weight: normal;\n line-height: 1;\n color: @headings-small-color;\n }\n}\n\nh1, .h1,\nh2, .h2,\nh3, .h3 {\n margin-top: @line-height-computed;\n margin-bottom: (@line-height-computed / 2);\n\n small,\n .small {\n font-size: 65%;\n }\n}\nh4, .h4,\nh5, .h5,\nh6, .h6 {\n margin-top: (@line-height-computed / 2);\n margin-bottom: (@line-height-computed / 2);\n\n small,\n .small {\n font-size: 75%;\n }\n}\n\nh1, .h1 { font-size: @font-size-h1; }\nh2, .h2 { font-size: @font-size-h2; }\nh3, .h3 { font-size: @font-size-h3; }\nh4, .h4 { font-size: @font-size-h4; }\nh5, .h5 { font-size: @font-size-h5; }\nh6, .h6 { font-size: @font-size-h6; }\n\n\n// Body text\n// -------------------------\n\np {\n margin: 0 0 (@line-height-computed / 2);\n}\n\n.lead {\n margin-bottom: @line-height-computed;\n font-size: floor((@font-size-base * 1.15));\n font-weight: 300;\n line-height: 1.4;\n\n @media (min-width: @screen-sm-min) {\n font-size: (@font-size-base * 1.5);\n }\n}\n\n\n// Emphasis & misc\n// -------------------------\n\n// Ex: (12px small font / 14px base font) * 100% = about 85%\nsmall,\n.small {\n font-size: floor((100% * @font-size-small / @font-size-base));\n}\n\n// Undo browser default styling\ncite {\n font-style: normal;\n}\n\nmark,\n.mark {\n background-color: @state-warning-bg;\n padding: .2em;\n}\n\n// Alignment\n.text-left { text-align: left; }\n.text-right { text-align: right; }\n.text-center { text-align: center; }\n.text-justify { text-align: justify; }\n.text-nowrap { white-space: nowrap; }\n\n// Transformation\n.text-lowercase { text-transform: lowercase; }\n.text-uppercase { text-transform: uppercase; }\n.text-capitalize { text-transform: capitalize; }\n\n// Contextual colors\n.text-muted {\n color: @text-muted;\n}\n.text-primary {\n .text-emphasis-variant(@brand-primary);\n}\n.text-success {\n .text-emphasis-variant(@state-success-text);\n}\n.text-info {\n .text-emphasis-variant(@state-info-text);\n}\n.text-warning {\n .text-emphasis-variant(@state-warning-text);\n}\n.text-danger {\n .text-emphasis-variant(@state-danger-text);\n}\n\n// Contextual backgrounds\n// For now we'll leave these alongside the text classes until v4 when we can\n// safely shift things around (per SemVer rules).\n.bg-primary {\n // Given the contrast here, this is the only class to have its color inverted\n // automatically.\n color: #fff;\n .bg-variant(@brand-primary);\n}\n.bg-success {\n .bg-variant(@state-success-bg);\n}\n.bg-info {\n .bg-variant(@state-info-bg);\n}\n.bg-warning {\n .bg-variant(@state-warning-bg);\n}\n.bg-danger {\n .bg-variant(@state-danger-bg);\n}\n\n\n// Page header\n// -------------------------\n\n.page-header {\n padding-bottom: ((@line-height-computed / 2) - 1);\n margin: (@line-height-computed * 2) 0 @line-height-computed;\n border-bottom: 1px solid @page-header-border-color;\n}\n\n\n// Lists\n// -------------------------\n\n// Unordered and Ordered lists\nul,\nol {\n margin-top: 0;\n margin-bottom: (@line-height-computed / 2);\n ul,\n ol {\n margin-bottom: 0;\n }\n}\n\n// List options\n\n// Unstyled keeps list items block level, just removes default browser padding and list-style\n.list-unstyled {\n padding-left: 0;\n list-style: none;\n}\n\n// Inline turns list items into inline-block\n.list-inline {\n .list-unstyled();\n margin-left: -5px;\n\n > li {\n display: inline-block;\n padding-left: 5px;\n padding-right: 5px;\n }\n}\n\n// Description Lists\ndl {\n margin-top: 0; // Remove browser default\n margin-bottom: @line-height-computed;\n}\ndt,\ndd {\n line-height: @line-height-base;\n}\ndt {\n font-weight: bold;\n}\ndd {\n margin-left: 0; // Undo browser default\n}\n\n// Horizontal description lists\n//\n// Defaults to being stacked without any of the below styles applied, until the\n// grid breakpoint is reached (default of ~768px).\n\n.dl-horizontal {\n dd {\n &:extend(.clearfix all); // Clear the floated `dt` if an empty `dd` is present\n }\n\n @media (min-width: @grid-float-breakpoint) {\n dt {\n float: left;\n width: (@dl-horizontal-offset - 20);\n clear: left;\n text-align: right;\n .text-overflow();\n }\n dd {\n margin-left: @dl-horizontal-offset;\n }\n }\n}\n\n\n// Misc\n// -------------------------\n\n// Abbreviations and acronyms\nabbr[title],\n// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257\nabbr[data-original-title] {\n cursor: help;\n border-bottom: 1px dotted @abbr-border-color;\n}\n.initialism {\n font-size: 90%;\n text-transform: uppercase;\n}\n\n// Blockquotes\nblockquote {\n padding: (@line-height-computed / 2) @line-height-computed;\n margin: 0 0 @line-height-computed;\n font-size: @blockquote-font-size;\n border-left: 5px solid @blockquote-border-color;\n\n p,\n ul,\n ol {\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n // Note: Deprecated small and .small as of v3.1.0\n // Context: https://github.com/twbs/bootstrap/issues/11660\n footer,\n small,\n .small {\n display: block;\n font-size: 80%; // back to default font-size\n line-height: @line-height-base;\n color: @blockquote-small-color;\n\n &:before {\n content: '\\2014 \\00A0'; // em dash, nbsp\n }\n }\n}\n\n// Opposite alignment of blockquote\n//\n// Heads up: `blockquote.pull-right` has been deprecated as of v3.1.0.\n.blockquote-reverse,\nblockquote.pull-right {\n padding-right: 15px;\n padding-left: 0;\n border-right: 5px solid @blockquote-border-color;\n border-left: 0;\n text-align: right;\n\n // Account for citation\n footer,\n small,\n .small {\n &:before { content: ''; }\n &:after {\n content: '\\00A0 \\2014'; // nbsp, em dash\n }\n }\n}\n\n// Quotes\nblockquote:before,\nblockquote:after {\n content: \"\";\n}\n\n// Addresses\naddress {\n margin-bottom: @line-height-computed;\n font-style: normal;\n line-height: @line-height-base;\n}\n","// Typography\n\n.text-emphasis-variant(@color) {\n color: @color;\n a&:hover {\n color: darken(@color, 10%);\n }\n}\n","// Contextual backgrounds\n\n.bg-variant(@color) {\n background-color: @color;\n a&:hover {\n background-color: darken(@color, 10%);\n }\n}\n","// Text overflow\n// Requires inline-block or block for proper styling\n\n.text-overflow() {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n","//\n// Code (inline and block)\n// --------------------------------------------------\n\n\n// Inline and block code styles\ncode,\nkbd,\npre,\nsamp {\n font-family: @font-family-monospace;\n}\n\n// Inline code\ncode {\n padding: 2px 4px;\n font-size: 90%;\n color: @code-color;\n background-color: @code-bg;\n border-radius: @border-radius-base;\n}\n\n// User input typically entered via keyboard\nkbd {\n padding: 2px 4px;\n font-size: 90%;\n color: @kbd-color;\n background-color: @kbd-bg;\n border-radius: @border-radius-small;\n box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);\n\n kbd {\n padding: 0;\n font-size: 100%;\n box-shadow: none;\n }\n}\n\n// Blocks of code\npre {\n display: block;\n padding: ((@line-height-computed - 1) / 2);\n margin: 0 0 (@line-height-computed / 2);\n font-size: (@font-size-base - 1); // 14px to 13px\n line-height: @line-height-base;\n word-break: break-all;\n word-wrap: break-word;\n color: @pre-color;\n background-color: @pre-bg;\n border: 1px solid @pre-border-color;\n border-radius: @border-radius-base;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n padding: 0;\n font-size: inherit;\n color: inherit;\n white-space: pre-wrap;\n background-color: transparent;\n border-radius: 0;\n }\n}\n\n// Enable scrollable blocks of code\n.pre-scrollable {\n max-height: @pre-scrollable-max-height;\n overflow-y: scroll;\n}\n","//\n// Grid system\n// --------------------------------------------------\n\n\n// Container widths\n//\n// Set the container width, and override it for fixed navbars in media queries.\n\n.container {\n .container-fixed();\n\n @media (min-width: @screen-sm-min) {\n width: @container-sm;\n }\n @media (min-width: @screen-md-min) {\n width: @container-md;\n }\n @media (min-width: @screen-lg-min) {\n width: @container-lg;\n }\n}\n\n\n// Fluid container\n//\n// Utilizes the mixin meant for fixed width containers, but without any defined\n// width for fluid, full width layouts.\n\n.container-fluid {\n .container-fixed();\n}\n\n\n// Row\n//\n// Rows contain and clear the floats of your columns.\n\n.row {\n .make-row();\n}\n\n\n// Columns\n//\n// Common styles for small and large grid columns\n\n.make-grid-columns();\n\n\n// Extra small grid\n//\n// Columns, offsets, pushes, and pulls for extra small devices like\n// smartphones.\n\n.make-grid(xs);\n\n\n// Small grid\n//\n// Columns, offsets, pushes, and pulls for the small device range, from phones\n// to tablets.\n\n@media (min-width: @screen-sm-min) {\n .make-grid(sm);\n}\n\n\n// Medium grid\n//\n// Columns, offsets, pushes, and pulls for the desktop device range.\n\n@media (min-width: @screen-md-min) {\n .make-grid(md);\n}\n\n\n// Large grid\n//\n// Columns, offsets, pushes, and pulls for the large desktop device range.\n\n@media (min-width: @screen-lg-min) {\n .make-grid(lg);\n}\n","// Grid system\n//\n// Generate semantic grid columns with these mixins.\n\n// Centered container element\n.container-fixed(@gutter: @grid-gutter-width) {\n margin-right: auto;\n margin-left: auto;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n &:extend(.clearfix all);\n}\n\n// Creates a wrapper for a series of columns\n.make-row(@gutter: @grid-gutter-width) {\n margin-left: (@gutter / -2);\n margin-right: (@gutter / -2);\n &:extend(.clearfix all);\n}\n\n// Generate the extra small columns\n.make-xs-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n float: left;\n width: percentage((@columns / @grid-columns));\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n}\n.make-xs-column-offset(@columns) {\n margin-left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-push(@columns) {\n left: percentage((@columns / @grid-columns));\n}\n.make-xs-column-pull(@columns) {\n right: percentage((@columns / @grid-columns));\n}\n\n// Generate the small columns\n.make-sm-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-sm-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-offset(@columns) {\n @media (min-width: @screen-sm-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-push(@columns) {\n @media (min-width: @screen-sm-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-sm-column-pull(@columns) {\n @media (min-width: @screen-sm-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n// Generate the medium columns\n.make-md-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-md-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-offset(@columns) {\n @media (min-width: @screen-md-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-push(@columns) {\n @media (min-width: @screen-md-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-md-column-pull(@columns) {\n @media (min-width: @screen-md-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n\n// Generate the large columns\n.make-lg-column(@columns; @gutter: @grid-gutter-width) {\n position: relative;\n min-height: 1px;\n padding-left: (@gutter / 2);\n padding-right: (@gutter / 2);\n\n @media (min-width: @screen-lg-min) {\n float: left;\n width: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-offset(@columns) {\n @media (min-width: @screen-lg-min) {\n margin-left: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-push(@columns) {\n @media (min-width: @screen-lg-min) {\n left: percentage((@columns / @grid-columns));\n }\n}\n.make-lg-column-pull(@columns) {\n @media (min-width: @screen-lg-min) {\n right: percentage((@columns / @grid-columns));\n }\n}\n","// Framework grid generation\n//\n// Used only by Bootstrap to generate the correct number of grid classes given\n// any value of `@grid-columns`.\n\n.make-grid-columns() {\n // Common styles for all sizes of grid columns, widths 1-12\n .col(@index) when (@index = 1) { // initial\n @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n .col((@index + 1), @item);\n }\n .col(@index, @list) when (@index =< @grid-columns) { // general; \"=<\" isn't a typo\n @item: ~\".col-xs-@{index}, .col-sm-@{index}, .col-md-@{index}, .col-lg-@{index}\";\n .col((@index + 1), ~\"@{list}, @{item}\");\n }\n .col(@index, @list) when (@index > @grid-columns) { // terminal\n @{list} {\n position: relative;\n // Prevent columns from collapsing when empty\n min-height: 1px;\n // Inner gutter via padding\n padding-left: (@grid-gutter-width / 2);\n padding-right: (@grid-gutter-width / 2);\n }\n }\n .col(1); // kickstart it\n}\n\n.float-grid-columns(@class) {\n .col(@index) when (@index = 1) { // initial\n @item: ~\".col-@{class}-@{index}\";\n .col((@index + 1), @item);\n }\n .col(@index, @list) when (@index =< @grid-columns) { // general\n @item: ~\".col-@{class}-@{index}\";\n .col((@index + 1), ~\"@{list}, @{item}\");\n }\n .col(@index, @list) when (@index > @grid-columns) { // terminal\n @{list} {\n float: left;\n }\n }\n .col(1); // kickstart it\n}\n\n.calc-grid-column(@index, @class, @type) when (@type = width) and (@index > 0) {\n .col-@{class}-@{index} {\n width: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index > 0) {\n .col-@{class}-push-@{index} {\n left: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = push) and (@index = 0) {\n .col-@{class}-push-0 {\n left: auto;\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index > 0) {\n .col-@{class}-pull-@{index} {\n right: percentage((@index / @grid-columns));\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = pull) and (@index = 0) {\n .col-@{class}-pull-0 {\n right: auto;\n }\n}\n.calc-grid-column(@index, @class, @type) when (@type = offset) {\n .col-@{class}-offset-@{index} {\n margin-left: percentage((@index / @grid-columns));\n }\n}\n\n// Basic looping in LESS\n.loop-grid-columns(@index, @class, @type) when (@index >= 0) {\n .calc-grid-column(@index, @class, @type);\n // next iteration\n .loop-grid-columns((@index - 1), @class, @type);\n}\n\n// Create grid for specific class\n.make-grid(@class) {\n .float-grid-columns(@class);\n .loop-grid-columns(@grid-columns, @class, width);\n .loop-grid-columns(@grid-columns, @class, pull);\n .loop-grid-columns(@grid-columns, @class, push);\n .loop-grid-columns(@grid-columns, @class, offset);\n}\n","//\n// Tables\n// --------------------------------------------------\n\n\ntable {\n background-color: @table-bg;\n}\nth {\n text-align: left;\n}\n\n\n// Baseline styles\n\n.table {\n width: 100%;\n max-width: 100%;\n margin-bottom: @line-height-computed;\n // Cells\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n padding: @table-cell-padding;\n line-height: @line-height-base;\n vertical-align: top;\n border-top: 1px solid @table-border-color;\n }\n }\n }\n // Bottom align for column headings\n > thead > tr > th {\n vertical-align: bottom;\n border-bottom: 2px solid @table-border-color;\n }\n // Remove top border from thead by default\n > caption + thead,\n > colgroup + thead,\n > thead:first-child {\n > tr:first-child {\n > th,\n > td {\n border-top: 0;\n }\n }\n }\n // Account for multiple tbody instances\n > tbody + tbody {\n border-top: 2px solid @table-border-color;\n }\n\n // Nesting\n .table {\n background-color: @body-bg;\n }\n}\n\n\n// Condensed table w/ half padding\n\n.table-condensed {\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n padding: @table-condensed-cell-padding;\n }\n }\n }\n}\n\n\n// Bordered version\n//\n// Add borders all around the table and between all the columns.\n\n.table-bordered {\n border: 1px solid @table-border-color;\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n border: 1px solid @table-border-color;\n }\n }\n }\n > thead > tr {\n > th,\n > td {\n border-bottom-width: 2px;\n }\n }\n}\n\n\n// Zebra-striping\n//\n// Default zebra-stripe styles (alternating gray and transparent backgrounds)\n\n.table-striped {\n > tbody > tr:nth-child(odd) {\n > td,\n > th {\n background-color: @table-bg-accent;\n }\n }\n}\n\n\n// Hover effect\n//\n// Placed here since it has to come after the potential zebra striping\n\n.table-hover {\n > tbody > tr:hover {\n > td,\n > th {\n background-color: @table-bg-hover;\n }\n }\n}\n\n\n// Table cell sizing\n//\n// Reset default table behavior\n\ntable col[class*=\"col-\"] {\n position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)\n float: none;\n display: table-column;\n}\ntable {\n td,\n th {\n &[class*=\"col-\"] {\n position: static; // Prevent border hiding in Firefox and IE9/10 (see https://github.com/twbs/bootstrap/issues/11623)\n float: none;\n display: table-cell;\n }\n }\n}\n\n\n// Table backgrounds\n//\n// Exact selectors below required to override `.table-striped` and prevent\n// inheritance to nested tables.\n\n// Generate the contextual variants\n.table-row-variant(active; @table-bg-active);\n.table-row-variant(success; @state-success-bg);\n.table-row-variant(info; @state-info-bg);\n.table-row-variant(warning; @state-warning-bg);\n.table-row-variant(danger; @state-danger-bg);\n\n\n// Responsive tables\n//\n// Wrap your tables in `.table-responsive` and we'll make them mobile friendly\n// by enabling horizontal scrolling. Only applies <768px. Everything above that\n// will display normally.\n\n.table-responsive {\n @media screen and (max-width: @screen-xs-max) {\n width: 100%;\n margin-bottom: (@line-height-computed * 0.75);\n overflow-y: hidden;\n overflow-x: auto;\n -ms-overflow-style: -ms-autohiding-scrollbar;\n border: 1px solid @table-border-color;\n -webkit-overflow-scrolling: touch;\n\n // Tighten up spacing\n > .table {\n margin-bottom: 0;\n\n // Ensure the content doesn't wrap\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th,\n > td {\n white-space: nowrap;\n }\n }\n }\n }\n\n // Special overrides for the bordered tables\n > .table-bordered {\n border: 0;\n\n // Nuke the appropriate borders so that the parent can handle them\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th:first-child,\n > td:first-child {\n border-left: 0;\n }\n > th:last-child,\n > td:last-child {\n border-right: 0;\n }\n }\n }\n\n // Only nuke the last row's bottom-border in `tbody` and `tfoot` since\n // chances are there will be only one `tr` in a `thead` and that would\n // remove the border altogether.\n > tbody,\n > tfoot {\n > tr:last-child {\n > th,\n > td {\n border-bottom: 0;\n }\n }\n }\n\n }\n }\n}\n","// Tables\n\n.table-row-variant(@state; @background) {\n // Exact selectors below required to override `.table-striped` and prevent\n // inheritance to nested tables.\n .table > thead > tr,\n .table > tbody > tr,\n .table > tfoot > tr {\n > td.@{state},\n > th.@{state},\n &.@{state} > td,\n &.@{state} > th {\n background-color: @background;\n }\n }\n\n // Hover states for `.table-hover`\n // Note: this is not available for cells or rows within `thead` or `tfoot`.\n .table-hover > tbody > tr {\n > td.@{state}:hover,\n > th.@{state}:hover,\n &.@{state}:hover > td,\n &:hover > .@{state},\n &.@{state}:hover > th {\n background-color: darken(@background, 5%);\n }\n }\n}\n","//\n// Forms\n// --------------------------------------------------\n\n\n// Normalize non-controls\n//\n// Restyle and baseline non-control form elements.\n\nfieldset {\n padding: 0;\n margin: 0;\n border: 0;\n // Chrome and Firefox set a `min-width: min-content;` on fieldsets,\n // so we reset that to ensure it behaves more like a standard block element.\n // See https://github.com/twbs/bootstrap/issues/12359.\n min-width: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n padding: 0;\n margin-bottom: @line-height-computed;\n font-size: (@font-size-base * 1.5);\n line-height: inherit;\n color: @legend-color;\n border: 0;\n border-bottom: 1px solid @legend-border-color;\n}\n\nlabel {\n display: inline-block;\n max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)\n margin-bottom: 5px;\n font-weight: bold;\n}\n\n\n// Normalize form controls\n//\n// While most of our form styles require extra classes, some basic normalization\n// is required to ensure optimum display with or without those classes to better\n// address browser inconsistencies.\n\n// Override content-box in Normalize (* isn't specific enough)\ninput[type=\"search\"] {\n .box-sizing(border-box);\n}\n\n// Position radios and checkboxes better\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n margin: 4px 0 0;\n margin-top: 1px \\9; // IE8-9\n line-height: normal;\n}\n\n// Set the height of file controls to match text inputs\ninput[type=\"file\"] {\n display: block;\n}\n\n// Make range inputs behave like textual form controls\ninput[type=\"range\"] {\n display: block;\n width: 100%;\n}\n\n// Make multiple select elements height not fixed\nselect[multiple],\nselect[size] {\n height: auto;\n}\n\n// Focus for file, radio, and checkbox\ninput[type=\"file\"]:focus,\ninput[type=\"radio\"]:focus,\ninput[type=\"checkbox\"]:focus {\n .tab-focus();\n}\n\n// Adjust output element\noutput {\n display: block;\n padding-top: (@padding-base-vertical + 1);\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @input-color;\n}\n\n\n// Common form controls\n//\n// Shared size and type resets for form controls. Apply `.form-control` to any\n// of the following form controls:\n//\n// select\n// textarea\n// input[type=\"text\"]\n// input[type=\"password\"]\n// input[type=\"datetime\"]\n// input[type=\"datetime-local\"]\n// input[type=\"date\"]\n// input[type=\"month\"]\n// input[type=\"time\"]\n// input[type=\"week\"]\n// input[type=\"number\"]\n// input[type=\"email\"]\n// input[type=\"url\"]\n// input[type=\"search\"]\n// input[type=\"tel\"]\n// input[type=\"color\"]\n\n.form-control {\n display: block;\n width: 100%;\n height: @input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)\n padding: @padding-base-vertical @padding-base-horizontal;\n font-size: @font-size-base;\n line-height: @line-height-base;\n color: @input-color;\n background-color: @input-bg;\n background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n border: 1px solid @input-border;\n border-radius: @input-border-radius;\n .box-shadow(inset 0 1px 1px rgba(0,0,0,.075));\n .transition(~\"border-color ease-in-out .15s, box-shadow ease-in-out .15s\");\n\n // Customize the `:focus` state to imitate native WebKit styles.\n .form-control-focus();\n\n // Placeholder\n .placeholder();\n\n // Disabled and read-only inputs\n //\n // HTML5 says that controls under a fieldset > legend:first-child won't be\n // disabled if the fieldset is disabled. Due to implementation difficulty, we\n // don't honor that edge case; we style them as disabled anyway.\n &[disabled],\n &[readonly],\n fieldset[disabled] & {\n cursor: not-allowed;\n background-color: @input-bg-disabled;\n opacity: 1; // iOS fix for unreadable disabled content\n }\n\n // Reset height for `textarea`s\n textarea& {\n height: auto;\n }\n}\n\n\n// Search inputs in iOS\n//\n// This overrides the extra rounded corners on search inputs in iOS so that our\n// `.form-control` class can properly style them. Note that this cannot simply\n// be added to `.form-control` as it's not specific enough. For details, see\n// https://github.com/twbs/bootstrap/issues/11586.\n\ninput[type=\"search\"] {\n -webkit-appearance: none;\n}\n\n\n// Special styles for iOS temporal inputs\n//\n// In Mobile Safari, setting `display: block` on temporal inputs causes the\n// text within the input to become vertically misaligned.\n// As a workaround, we set a pixel line-height that matches the\n// given height of the input. Since this fucks up everything else, we have to\n// appropriately reset it for Internet Explorer and the size variations.\n\ninput[type=\"date\"],\ninput[type=\"time\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"] {\n line-height: @input-height-base;\n // IE8+ misaligns the text within date inputs, so we reset\n line-height: @line-height-base ~\"\\0\";\n\n &.input-sm {\n line-height: @input-height-small;\n }\n &.input-lg {\n line-height: @input-height-large;\n }\n}\n\n\n// Form groups\n//\n// Designed to help with the organization and spacing of vertical forms. For\n// horizontal forms, use the predefined grid classes.\n\n.form-group {\n margin-bottom: 15px;\n}\n\n\n// Checkboxes and radios\n//\n// Indent the labels to position radios/checkboxes as hanging controls.\n\n.radio,\n.checkbox {\n position: relative;\n display: block;\n min-height: @line-height-computed; // clear the floating input if there is no label text\n margin-top: 10px;\n margin-bottom: 10px;\n\n label {\n padding-left: 20px;\n margin-bottom: 0;\n font-weight: normal;\n cursor: pointer;\n }\n}\n.radio input[type=\"radio\"],\n.radio-inline input[type=\"radio\"],\n.checkbox input[type=\"checkbox\"],\n.checkbox-inline input[type=\"checkbox\"] {\n position: absolute;\n margin-left: -20px;\n margin-top: 4px \\9;\n}\n\n.radio + .radio,\n.checkbox + .checkbox {\n margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing\n}\n\n// Radios and checkboxes on same line\n.radio-inline,\n.checkbox-inline {\n display: inline-block;\n padding-left: 20px;\n margin-bottom: 0;\n vertical-align: middle;\n font-weight: normal;\n cursor: pointer;\n}\n.radio-inline + .radio-inline,\n.checkbox-inline + .checkbox-inline {\n margin-top: 0;\n margin-left: 10px; // space out consecutive inline controls\n}\n\n// Apply same disabled cursor tweak as for inputs\n// Some special care is needed because <label>s don't inherit their parent's `cursor`.\n//\n// Note: Neither radios nor checkboxes can be readonly.\ninput[type=\"radio\"],\ninput[type=\"checkbox\"] {\n &[disabled],\n &.disabled,\n fieldset[disabled] & {\n cursor: not-allowed;\n }\n}\n// These classes are used directly on <label>s\n.radio-inline,\n.checkbox-inline {\n &.disabled,\n fieldset[disabled] & {\n cursor: not-allowed;\n }\n}\n// These classes are used on elements with <label> descendants\n.radio,\n.checkbox {\n &.disabled,\n fieldset[disabled] & {\n label {\n cursor: not-allowed;\n }\n }\n}\n\n\n// Static form control text\n//\n// Apply class to a `p` element to make any string of text align with labels in\n// a horizontal form layout.\n\n.form-control-static {\n // Size it appropriately next to real form controls\n padding-top: (@padding-base-vertical + 1);\n padding-bottom: (@padding-base-vertical + 1);\n // Remove default margin from `p`\n margin-bottom: 0;\n\n &.input-lg,\n &.input-sm {\n padding-left: 0;\n padding-right: 0;\n }\n}\n\n\n// Form control sizing\n//\n// Build on `.form-control` with modifier classes to decrease or increase the\n// height and font-size of form controls.\n\n.input-sm {\n .input-size(@input-height-small; @padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n\n.input-lg {\n .input-size(@input-height-large; @padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n\n\n// Form control feedback states\n//\n// Apply contextual and semantic states to individual form controls.\n\n.has-feedback {\n // Enable absolute positioning\n position: relative;\n\n // Ensure icons don't overlap text\n .form-control {\n padding-right: (@input-height-base * 1.25);\n }\n}\n// Feedback icon (requires .glyphicon classes)\n.form-control-feedback {\n position: absolute;\n top: (@line-height-computed + 5); // Height of the `label` and its margin\n right: 0;\n z-index: 2; // Ensure icon is above input groups\n display: block;\n width: @input-height-base;\n height: @input-height-base;\n line-height: @input-height-base;\n text-align: center;\n}\n.input-lg + .form-control-feedback {\n width: @input-height-large;\n height: @input-height-large;\n line-height: @input-height-large;\n}\n.input-sm + .form-control-feedback {\n width: @input-height-small;\n height: @input-height-small;\n line-height: @input-height-small;\n}\n\n// Feedback states\n.has-success {\n .form-control-validation(@state-success-text; @state-success-text; @state-success-bg);\n}\n.has-warning {\n .form-control-validation(@state-warning-text; @state-warning-text; @state-warning-bg);\n}\n.has-error {\n .form-control-validation(@state-danger-text; @state-danger-text; @state-danger-bg);\n}\n\n\n// Reposition feedback icon if label is hidden with \"screenreader only\" state\n.has-feedback label.sr-only ~ .form-control-feedback {\n top: 0;\n}\n\n\n// Help text\n//\n// Apply to any element you wish to create light text for placement immediately\n// below a form control. Use for general help, formatting, or instructional text.\n\n.help-block {\n display: block; // account for any element using help-block\n margin-top: 5px;\n margin-bottom: 10px;\n color: lighten(@text-color, 25%); // lighten the text some for contrast\n}\n\n\n\n// Inline forms\n//\n// Make forms appear inline(-block) by adding the `.form-inline` class. Inline\n// forms begin stacked on extra small (mobile) devices and then go inline when\n// viewports reach <768px.\n//\n// Requires wrapping inputs and labels with `.form-group` for proper display of\n// default HTML form controls and our custom form controls (e.g., input groups).\n//\n// Heads up! This is mixin-ed into `.navbar-form` in navbars.less.\n\n.form-inline {\n\n // Kick in the inline\n @media (min-width: @screen-sm-min) {\n // Inline-block all the things for \"inline\"\n .form-group {\n display: inline-block;\n margin-bottom: 0;\n vertical-align: middle;\n }\n\n // In navbar-form, allow folks to *not* use `.form-group`\n .form-control {\n display: inline-block;\n width: auto; // Prevent labels from stacking above inputs in `.form-group`\n vertical-align: middle;\n }\n\n .input-group {\n display: inline-table;\n vertical-align: middle;\n\n .input-group-addon,\n .input-group-btn,\n .form-control {\n width: auto;\n }\n }\n\n // Input groups need that 100% width though\n .input-group > .form-control {\n width: 100%;\n }\n\n .control-label {\n margin-bottom: 0;\n vertical-align: middle;\n }\n\n // Remove default margin on radios/checkboxes that were used for stacking, and\n // then undo the floating of radios and checkboxes to match (which also avoids\n // a bug in WebKit: https://github.com/twbs/bootstrap/issues/1969).\n .radio,\n .checkbox {\n display: inline-block;\n margin-top: 0;\n margin-bottom: 0;\n vertical-align: middle;\n\n label {\n padding-left: 0;\n }\n }\n .radio input[type=\"radio\"],\n .checkbox input[type=\"checkbox\"] {\n position: relative;\n margin-left: 0;\n }\n\n // Validation states\n //\n // Reposition the icon because it's now within a grid column and columns have\n // `position: relative;` on them. Also accounts for the grid gutter padding.\n .has-feedback .form-control-feedback {\n top: 0;\n }\n }\n}\n\n\n// Horizontal forms\n//\n// Horizontal forms are built on grid classes and allow you to create forms with\n// labels on the left and inputs on the right.\n\n.form-horizontal {\n\n // Consistent vertical alignment of radios and checkboxes\n //\n // Labels also get some reset styles, but that is scoped to a media query below.\n .radio,\n .checkbox,\n .radio-inline,\n .checkbox-inline {\n margin-top: 0;\n margin-bottom: 0;\n padding-top: (@padding-base-vertical + 1); // Default padding plus a border\n }\n // Account for padding we're adding to ensure the alignment and of help text\n // and other content below items\n .radio,\n .checkbox {\n min-height: (@line-height-computed + (@padding-base-vertical + 1));\n }\n\n // Make form groups behave like rows\n .form-group {\n .make-row();\n }\n\n // Reset spacing and right align labels, but scope to media queries so that\n // labels on narrow viewports stack the same as a default form example.\n @media (min-width: @screen-sm-min) {\n .control-label {\n text-align: right;\n margin-bottom: 0;\n padding-top: (@padding-base-vertical + 1); // Default padding plus a border\n }\n }\n\n // Validation states\n //\n // Reposition the icon because it's now within a grid column and columns have\n // `position: relative;` on them. Also accounts for the grid gutter padding.\n .has-feedback .form-control-feedback {\n top: 0;\n right: (@grid-gutter-width / 2);\n }\n\n // Form group sizes\n //\n // Quick utility class for applying `.input-lg` and `.input-sm` styles to the\n // inputs and labels within a `.form-group`.\n .form-group-lg {\n @media (min-width: @screen-sm-min) {\n .control-label {\n padding-top: ((@padding-large-vertical * @line-height-large) + 1);\n }\n }\n .form-control {\n &:extend(.input-lg);\n }\n }\n .form-group-sm {\n @media (min-width: @screen-sm-min) {\n .control-label {\n padding-top: (@padding-small-vertical + 1);\n }\n }\n .form-control {\n &:extend(.input-sm);\n }\n }\n}\n","// Form validation states\n//\n// Used in forms.less to generate the form validation CSS for warnings, errors,\n// and successes.\n\n.form-control-validation(@text-color: #555; @border-color: #ccc; @background-color: #f5f5f5) {\n // Color the label and help text\n .help-block,\n .control-label,\n .radio,\n .checkbox,\n .radio-inline,\n .checkbox-inline {\n color: @text-color;\n }\n // Set the border and box shadow on specific inputs to match\n .form-control {\n border-color: @border-color;\n .box-shadow(inset 0 1px 1px rgba(0,0,0,.075)); // Redeclare so transitions work\n &:focus {\n border-color: darken(@border-color, 10%);\n @shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px lighten(@border-color, 20%);\n .box-shadow(@shadow);\n }\n }\n // Set validation states also for addons\n .input-group-addon {\n color: @text-color;\n border-color: @border-color;\n background-color: @background-color;\n }\n // Optional feedback icon\n .form-control-feedback {\n color: @text-color;\n }\n}\n\n\n// Form control focus state\n//\n// Generate a customized focus state and for any input with the specified color,\n// which defaults to the `@input-border-focus` variable.\n//\n// We highly encourage you to not customize the default value, but instead use\n// this to tweak colors on an as-needed basis. This aesthetic change is based on\n// WebKit's default styles, but applicable to a wider range of browsers. Its\n// usability and accessibility should be taken into account with any change.\n//\n// Example usage: change the default blue border and shadow to white for better\n// contrast against a dark gray background.\n.form-control-focus(@color: @input-border-focus) {\n @color-rgba: rgba(red(@color), green(@color), blue(@color), .6);\n &:focus {\n border-color: @color;\n outline: 0;\n .box-shadow(~\"inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px @{color-rgba}\");\n }\n}\n\n// Form control sizing\n//\n// Relative text size, padding, and border-radii changes for form controls. For\n// horizontal sizing, wrap controls in the predefined grid classes. `<select>`\n// element gets special love because it's special, and that's a fact!\n.input-size(@input-height; @padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n height: @input-height;\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n border-radius: @border-radius;\n\n select& {\n height: @input-height;\n line-height: @input-height;\n }\n\n textarea&,\n select[multiple]& {\n height: auto;\n }\n}\n","//\n// Buttons\n// --------------------------------------------------\n\n\n// Base styles\n// --------------------------------------------------\n\n.btn {\n display: inline-block;\n margin-bottom: 0; // For input.btn\n font-weight: @btn-font-weight;\n text-align: center;\n vertical-align: middle;\n cursor: pointer;\n background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n border: 1px solid transparent;\n white-space: nowrap;\n .button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base);\n .user-select(none);\n\n &,\n &:active,\n &.active {\n &:focus {\n .tab-focus();\n }\n }\n\n &:hover,\n &:focus {\n color: @btn-default-color;\n text-decoration: none;\n }\n\n &:active,\n &.active {\n outline: 0;\n background-image: none;\n .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n }\n\n &.disabled,\n &[disabled],\n fieldset[disabled] & {\n cursor: not-allowed;\n pointer-events: none; // Future-proof disabling of clicks\n .opacity(.65);\n .box-shadow(none);\n }\n}\n\n\n// Alternate buttons\n// --------------------------------------------------\n\n.btn-default {\n .button-variant(@btn-default-color; @btn-default-bg; @btn-default-border);\n}\n.btn-primary {\n .button-variant(@btn-primary-color; @btn-primary-bg; @btn-primary-border);\n}\n// Success appears as green\n.btn-success {\n .button-variant(@btn-success-color; @btn-success-bg; @btn-success-border);\n}\n// Info appears as blue-green\n.btn-info {\n .button-variant(@btn-info-color; @btn-info-bg; @btn-info-border);\n}\n// Warning appears as orange\n.btn-warning {\n .button-variant(@btn-warning-color; @btn-warning-bg; @btn-warning-border);\n}\n// Danger and error appear as red\n.btn-danger {\n .button-variant(@btn-danger-color; @btn-danger-bg; @btn-danger-border);\n}\n\n\n// Link buttons\n// -------------------------\n\n// Make a button look and behave like a link\n.btn-link {\n color: @link-color;\n font-weight: normal;\n cursor: pointer;\n border-radius: 0;\n\n &,\n &:active,\n &[disabled],\n fieldset[disabled] & {\n background-color: transparent;\n .box-shadow(none);\n }\n &,\n &:hover,\n &:focus,\n &:active {\n border-color: transparent;\n }\n &:hover,\n &:focus {\n color: @link-hover-color;\n text-decoration: underline;\n background-color: transparent;\n }\n &[disabled],\n fieldset[disabled] & {\n &:hover,\n &:focus {\n color: @btn-link-disabled-color;\n text-decoration: none;\n }\n }\n}\n\n\n// Button Sizes\n// --------------------------------------------------\n\n.btn-lg {\n // line-height: ensure even-numbered height of button next to large input\n .button-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @line-height-large; @border-radius-large);\n}\n.btn-sm {\n // line-height: ensure proper height of button next to small input\n .button-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n.btn-xs {\n .button-size(@padding-xs-vertical; @padding-xs-horizontal; @font-size-small; @line-height-small; @border-radius-small);\n}\n\n\n// Block button\n// --------------------------------------------------\n\n.btn-block {\n display: block;\n width: 100%;\n}\n\n// Vertically space out multiple block buttons\n.btn-block + .btn-block {\n margin-top: 5px;\n}\n\n// Specificity overrides\ninput[type=\"submit\"],\ninput[type=\"reset\"],\ninput[type=\"button\"] {\n &.btn-block {\n width: 100%;\n }\n}\n","// Button variants\n//\n// Easily pump out default styles, as well as :hover, :focus, :active,\n// and disabled options for all buttons\n\n.button-variant(@color; @background; @border) {\n color: @color;\n background-color: @background;\n border-color: @border;\n\n &:hover,\n &:focus,\n &:active,\n &.active,\n .open > .dropdown-toggle& {\n color: @color;\n background-color: darken(@background, 10%);\n border-color: darken(@border, 12%);\n }\n &:active,\n &.active,\n .open > .dropdown-toggle& {\n background-image: none;\n }\n &.disabled,\n &[disabled],\n fieldset[disabled] & {\n &,\n &:hover,\n &:focus,\n &:active,\n &.active {\n background-color: @background;\n border-color: @border;\n }\n }\n\n .badge {\n color: @background;\n background-color: @color;\n }\n}\n\n// Button sizes\n.button-size(@padding-vertical; @padding-horizontal; @font-size; @line-height; @border-radius) {\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n line-height: @line-height;\n border-radius: @border-radius;\n}\n","// Opacity\n\n.opacity(@opacity) {\n opacity: @opacity;\n // IE8 filter\n @opacity-ie: (@opacity * 100);\n filter: ~\"alpha(opacity=@{opacity-ie})\";\n}\n","//\n// Component animations\n// --------------------------------------------------\n\n// Heads up!\n//\n// We don't use the `.opacity()` mixin here since it causes a bug with text\n// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.\n\n.fade {\n opacity: 0;\n .transition(opacity .15s linear);\n &.in {\n opacity: 1;\n }\n}\n\n.collapse {\n display: none;\n\n &.in { display: block; }\n tr&.in { display: table-row; }\n tbody&.in { display: table-row-group; }\n}\n\n.collapsing {\n position: relative;\n height: 0;\n overflow: hidden;\n .transition(height .35s ease);\n}\n","//\n// Dropdown menus\n// --------------------------------------------------\n\n\n// Dropdown arrow/caret\n.caret {\n display: inline-block;\n width: 0;\n height: 0;\n margin-left: 2px;\n vertical-align: middle;\n border-top: @caret-width-base solid;\n border-right: @caret-width-base solid transparent;\n border-left: @caret-width-base solid transparent;\n}\n\n// The dropdown wrapper (div)\n.dropdown {\n position: relative;\n}\n\n// Prevent the focus on the dropdown toggle when closing dropdowns\n.dropdown-toggle:focus {\n outline: 0;\n}\n\n// The dropdown menu (ul)\n.dropdown-menu {\n position: absolute;\n top: 100%;\n left: 0;\n z-index: @zindex-dropdown;\n display: none; // none by default, but block on \"open\" of the menu\n float: left;\n min-width: 160px;\n padding: 5px 0;\n margin: 2px 0 0; // override default ul\n list-style: none;\n font-size: @font-size-base;\n text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)\n background-color: @dropdown-bg;\n border: 1px solid @dropdown-fallback-border; // IE8 fallback\n border: 1px solid @dropdown-border;\n border-radius: @border-radius-base;\n .box-shadow(0 6px 12px rgba(0,0,0,.175));\n background-clip: padding-box;\n\n // Aligns the dropdown menu to right\n //\n // Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`\n &.pull-right {\n right: 0;\n left: auto;\n }\n\n // Dividers (basically an hr) within the dropdown\n .divider {\n .nav-divider(@dropdown-divider-bg);\n }\n\n // Links within the dropdown menu\n > li > a {\n display: block;\n padding: 3px 20px;\n clear: both;\n font-weight: normal;\n line-height: @line-height-base;\n color: @dropdown-link-color;\n white-space: nowrap; // prevent links from randomly breaking onto new lines\n }\n}\n\n// Hover/Focus state\n.dropdown-menu > li > a {\n &:hover,\n &:focus {\n text-decoration: none;\n color: @dropdown-link-hover-color;\n background-color: @dropdown-link-hover-bg;\n }\n}\n\n// Active state\n.dropdown-menu > .active > a {\n &,\n &:hover,\n &:focus {\n color: @dropdown-link-active-color;\n text-decoration: none;\n outline: 0;\n background-color: @dropdown-link-active-bg;\n }\n}\n\n// Disabled state\n//\n// Gray out text and ensure the hover/focus state remains gray\n\n.dropdown-menu > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @dropdown-link-disabled-color;\n }\n}\n// Nuke hover/focus effects\n.dropdown-menu > .disabled > a {\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: transparent;\n background-image: none; // Remove CSS gradient\n .reset-filter();\n cursor: not-allowed;\n }\n}\n\n// Open state for the dropdown\n.open {\n // Show the menu\n > .dropdown-menu {\n display: block;\n }\n\n // Remove the outline when :focus is triggered\n > a {\n outline: 0;\n }\n}\n\n// Menu positioning\n//\n// Add extra class to `.dropdown-menu` to flip the alignment of the dropdown\n// menu with the parent.\n.dropdown-menu-right {\n left: auto; // Reset the default from `.dropdown-menu`\n right: 0;\n}\n// With v3, we enabled auto-flipping if you have a dropdown within a right\n// aligned nav component. To enable the undoing of that, we provide an override\n// to restore the default dropdown menu alignment.\n//\n// This is only for left-aligning a dropdown menu within a `.navbar-right` or\n// `.pull-right` nav component.\n.dropdown-menu-left {\n left: 0;\n right: auto;\n}\n\n// Dropdown section headers\n.dropdown-header {\n display: block;\n padding: 3px 20px;\n font-size: @font-size-small;\n line-height: @line-height-base;\n color: @dropdown-header-color;\n white-space: nowrap; // as with > li > a\n}\n\n// Backdrop to catch body clicks on mobile, etc.\n.dropdown-backdrop {\n position: fixed;\n left: 0;\n right: 0;\n bottom: 0;\n top: 0;\n z-index: (@zindex-dropdown - 10);\n}\n\n// Right aligned dropdowns\n.pull-right > .dropdown-menu {\n right: 0;\n left: auto;\n}\n\n// Allow for dropdowns to go bottom up (aka, dropup-menu)\n//\n// Just add .dropup after the standard .dropdown class and you're set, bro.\n// TODO: abstract this so that the navbar fixed styles are not placed here?\n\n.dropup,\n.navbar-fixed-bottom .dropdown {\n // Reverse the caret\n .caret {\n border-top: 0;\n border-bottom: @caret-width-base solid;\n content: \"\";\n }\n // Different positioning for bottom up menu\n .dropdown-menu {\n top: auto;\n bottom: 100%;\n margin-bottom: 1px;\n }\n}\n\n\n// Component alignment\n//\n// Reiterate per navbar.less and the modified component alignment there.\n\n@media (min-width: @grid-float-breakpoint) {\n .navbar-right {\n .dropdown-menu {\n .dropdown-menu-right();\n }\n // Necessary for overrides of the default right aligned menu.\n // Will remove come v4 in all likelihood.\n .dropdown-menu-left {\n .dropdown-menu-left();\n }\n }\n}\n\n","// Horizontal dividers\n//\n// Dividers (basically an hr) within dropdowns and nav lists\n\n.nav-divider(@color: #e5e5e5) {\n height: 1px;\n margin: ((@line-height-computed / 2) - 1) 0;\n overflow: hidden;\n background-color: @color;\n}\n","// Reset filters for IE\n//\n// When you need to remove a gradient background, do not forget to use this to reset\n// the IE filter for IE9 and below.\n\n.reset-filter() {\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(enabled = false)\"));\n}\n","//\n// Button groups\n// --------------------------------------------------\n\n// Make the div behave like a button\n.btn-group,\n.btn-group-vertical {\n position: relative;\n display: inline-block;\n vertical-align: middle; // match .btn alignment given font-size hack above\n > .btn {\n position: relative;\n float: left;\n // Bring the \"active\" button to the front\n &:hover,\n &:focus,\n &:active,\n &.active {\n z-index: 2;\n }\n &:focus {\n // Remove focus outline when dropdown JS adds it after closing the menu\n outline: 0;\n }\n }\n}\n\n// Prevent double borders when buttons are next to each other\n.btn-group {\n .btn + .btn,\n .btn + .btn-group,\n .btn-group + .btn,\n .btn-group + .btn-group {\n margin-left: -1px;\n }\n}\n\n// Optional: Group multiple button groups together for a toolbar\n.btn-toolbar {\n margin-left: -5px; // Offset the first child's margin\n &:extend(.clearfix all);\n\n .btn-group,\n .input-group {\n float: left;\n }\n > .btn,\n > .btn-group,\n > .input-group {\n margin-left: 5px;\n }\n}\n\n.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {\n border-radius: 0;\n}\n\n// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match\n.btn-group > .btn:first-child {\n margin-left: 0;\n &:not(:last-child):not(.dropdown-toggle) {\n .border-right-radius(0);\n }\n}\n// Need .dropdown-toggle since :last-child doesn't apply given a .dropdown-menu immediately after it\n.btn-group > .btn:last-child:not(:first-child),\n.btn-group > .dropdown-toggle:not(:first-child) {\n .border-left-radius(0);\n}\n\n// Custom edits for including btn-groups within btn-groups (useful for including dropdown buttons within a btn-group)\n.btn-group > .btn-group {\n float: left;\n}\n.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n.btn-group > .btn-group:first-child {\n > .btn:last-child,\n > .dropdown-toggle {\n .border-right-radius(0);\n }\n}\n.btn-group > .btn-group:last-child > .btn:first-child {\n .border-left-radius(0);\n}\n\n// On active and open, don't show outline\n.btn-group .dropdown-toggle:active,\n.btn-group.open .dropdown-toggle {\n outline: 0;\n}\n\n\n// Sizing\n//\n// Remix the default button sizing classes into new ones for easier manipulation.\n\n.btn-group-xs > .btn { &:extend(.btn-xs); }\n.btn-group-sm > .btn { &:extend(.btn-sm); }\n.btn-group-lg > .btn { &:extend(.btn-lg); }\n\n\n// Split button dropdowns\n// ----------------------\n\n// Give the line between buttons some depth\n.btn-group > .btn + .dropdown-toggle {\n padding-left: 8px;\n padding-right: 8px;\n}\n.btn-group > .btn-lg + .dropdown-toggle {\n padding-left: 12px;\n padding-right: 12px;\n}\n\n// The clickable button for toggling the menu\n// Remove the gradient and set the same inset shadow as the :active state\n.btn-group.open .dropdown-toggle {\n .box-shadow(inset 0 3px 5px rgba(0,0,0,.125));\n\n // Show no shadow for `.btn-link` since it has no other button styles.\n &.btn-link {\n .box-shadow(none);\n }\n}\n\n\n// Reposition the caret\n.btn .caret {\n margin-left: 0;\n}\n// Carets in other button sizes\n.btn-lg .caret {\n border-width: @caret-width-large @caret-width-large 0;\n border-bottom-width: 0;\n}\n// Upside down carets for .dropup\n.dropup .btn-lg .caret {\n border-width: 0 @caret-width-large @caret-width-large;\n}\n\n\n// Vertical button groups\n// ----------------------\n\n.btn-group-vertical {\n > .btn,\n > .btn-group,\n > .btn-group > .btn {\n display: block;\n float: none;\n width: 100%;\n max-width: 100%;\n }\n\n // Clear floats so dropdown menus can be properly placed\n > .btn-group {\n &:extend(.clearfix all);\n > .btn {\n float: none;\n }\n }\n\n > .btn + .btn,\n > .btn + .btn-group,\n > .btn-group + .btn,\n > .btn-group + .btn-group {\n margin-top: -1px;\n margin-left: 0;\n }\n}\n\n.btn-group-vertical > .btn {\n &:not(:first-child):not(:last-child) {\n border-radius: 0;\n }\n &:first-child:not(:last-child) {\n border-top-right-radius: @border-radius-base;\n .border-bottom-radius(0);\n }\n &:last-child:not(:first-child) {\n border-bottom-left-radius: @border-radius-base;\n .border-top-radius(0);\n }\n}\n.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {\n border-radius: 0;\n}\n.btn-group-vertical > .btn-group:first-child:not(:last-child) {\n > .btn:last-child,\n > .dropdown-toggle {\n .border-bottom-radius(0);\n }\n}\n.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {\n .border-top-radius(0);\n}\n\n\n\n// Justified button groups\n// ----------------------\n\n.btn-group-justified {\n display: table;\n width: 100%;\n table-layout: fixed;\n border-collapse: separate;\n > .btn,\n > .btn-group {\n float: none;\n display: table-cell;\n width: 1%;\n }\n > .btn-group .btn {\n width: 100%;\n }\n\n > .btn-group .dropdown-menu {\n left: auto;\n }\n}\n\n\n// Checkbox and radio options\n//\n// In order to support the browser's form validation feedback, powered by the\n// `required` attribute, we have to \"hide\" the inputs via `opacity`. We cannot\n// use `display: none;` or `visibility: hidden;` as that also hides the popover.\n// This way, we ensure a DOM element is visible to position the popover from.\n//\n// See https://github.com/twbs/bootstrap/pull/12794 for more.\n\n[data-toggle=\"buttons\"] > .btn > input[type=\"radio\"],\n[data-toggle=\"buttons\"] > .btn > input[type=\"checkbox\"] {\n position: absolute;\n z-index: -1;\n .opacity(0);\n}\n","// Single side border-radius\n\n.border-top-radius(@radius) {\n border-top-right-radius: @radius;\n border-top-left-radius: @radius;\n}\n.border-right-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-top-right-radius: @radius;\n}\n.border-bottom-radius(@radius) {\n border-bottom-right-radius: @radius;\n border-bottom-left-radius: @radius;\n}\n.border-left-radius(@radius) {\n border-bottom-left-radius: @radius;\n border-top-left-radius: @radius;\n}\n","//\n// Input groups\n// --------------------------------------------------\n\n// Base styles\n// -------------------------\n.input-group {\n position: relative; // For dropdowns\n display: table;\n border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table\n\n // Undo padding and float of grid classes\n &[class*=\"col-\"] {\n float: none;\n padding-left: 0;\n padding-right: 0;\n }\n\n .form-control {\n // Ensure that the input is always above the *appended* addon button for\n // proper border colors.\n position: relative;\n z-index: 2;\n\n // IE9 fubars the placeholder attribute in text inputs and the arrows on\n // select elements in input groups. To fix it, we float the input. Details:\n // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855\n float: left;\n\n width: 100%;\n margin-bottom: 0;\n }\n}\n\n// Sizing options\n//\n// Remix the default form control sizing classes into new ones for easier\n// manipulation.\n\n.input-group-lg > .form-control,\n.input-group-lg > .input-group-addon,\n.input-group-lg > .input-group-btn > .btn {\n .input-lg();\n}\n.input-group-sm > .form-control,\n.input-group-sm > .input-group-addon,\n.input-group-sm > .input-group-btn > .btn {\n .input-sm();\n}\n\n\n// Display as table-cell\n// -------------------------\n.input-group-addon,\n.input-group-btn,\n.input-group .form-control {\n display: table-cell;\n\n &:not(:first-child):not(:last-child) {\n border-radius: 0;\n }\n}\n// Addon and addon wrapper for buttons\n.input-group-addon,\n.input-group-btn {\n width: 1%;\n white-space: nowrap;\n vertical-align: middle; // Match the inputs\n}\n\n// Text input groups\n// -------------------------\n.input-group-addon {\n padding: @padding-base-vertical @padding-base-horizontal;\n font-size: @font-size-base;\n font-weight: normal;\n line-height: 1;\n color: @input-color;\n text-align: center;\n background-color: @input-group-addon-bg;\n border: 1px solid @input-group-addon-border-color;\n border-radius: @border-radius-base;\n\n // Sizing\n &.input-sm {\n padding: @padding-small-vertical @padding-small-horizontal;\n font-size: @font-size-small;\n border-radius: @border-radius-small;\n }\n &.input-lg {\n padding: @padding-large-vertical @padding-large-horizontal;\n font-size: @font-size-large;\n border-radius: @border-radius-large;\n }\n\n // Nuke default margins from checkboxes and radios to vertically center within.\n input[type=\"radio\"],\n input[type=\"checkbox\"] {\n margin-top: 0;\n }\n}\n\n// Reset rounded corners\n.input-group .form-control:first-child,\n.input-group-addon:first-child,\n.input-group-btn:first-child > .btn,\n.input-group-btn:first-child > .btn-group > .btn,\n.input-group-btn:first-child > .dropdown-toggle,\n.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),\n.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {\n .border-right-radius(0);\n}\n.input-group-addon:first-child {\n border-right: 0;\n}\n.input-group .form-control:last-child,\n.input-group-addon:last-child,\n.input-group-btn:last-child > .btn,\n.input-group-btn:last-child > .btn-group > .btn,\n.input-group-btn:last-child > .dropdown-toggle,\n.input-group-btn:first-child > .btn:not(:first-child),\n.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {\n .border-left-radius(0);\n}\n.input-group-addon:last-child {\n border-left: 0;\n}\n\n// Button input groups\n// -------------------------\n.input-group-btn {\n position: relative;\n // Jankily prevent input button groups from wrapping with `white-space` and\n // `font-size` in combination with `inline-block` on buttons.\n font-size: 0;\n white-space: nowrap;\n\n // Negative margin for spacing, position for bringing hovered/focused/actived\n // element above the siblings.\n > .btn {\n position: relative;\n + .btn {\n margin-left: -1px;\n }\n // Bring the \"active\" button to the front\n &:hover,\n &:focus,\n &:active {\n z-index: 2;\n }\n }\n\n // Negative margin to only have a 1px border between the two\n &:first-child {\n > .btn,\n > .btn-group {\n margin-right: -1px;\n }\n }\n &:last-child {\n > .btn,\n > .btn-group {\n margin-left: -1px;\n }\n }\n}\n","//\n// Navs\n// --------------------------------------------------\n\n\n// Base class\n// --------------------------------------------------\n\n.nav {\n margin-bottom: 0;\n padding-left: 0; // Override default ul/ol\n list-style: none;\n &:extend(.clearfix all);\n\n > li {\n position: relative;\n display: block;\n\n > a {\n position: relative;\n display: block;\n padding: @nav-link-padding;\n &:hover,\n &:focus {\n text-decoration: none;\n background-color: @nav-link-hover-bg;\n }\n }\n\n // Disabled state sets text to gray and nukes hover/tab effects\n &.disabled > a {\n color: @nav-disabled-link-color;\n\n &:hover,\n &:focus {\n color: @nav-disabled-link-hover-color;\n text-decoration: none;\n background-color: transparent;\n cursor: not-allowed;\n }\n }\n }\n\n // Open dropdowns\n .open > a {\n &,\n &:hover,\n &:focus {\n background-color: @nav-link-hover-bg;\n border-color: @link-color;\n }\n }\n\n // Nav dividers (deprecated with v3.0.1)\n //\n // This should have been removed in v3 with the dropping of `.nav-list`, but\n // we missed it. We don't currently support this anywhere, but in the interest\n // of maintaining backward compatibility in case you use it, it's deprecated.\n .nav-divider {\n .nav-divider();\n }\n\n // Prevent IE8 from misplacing imgs\n //\n // See https://github.com/h5bp/html5-boilerplate/issues/984#issuecomment-3985989\n > li > a > img {\n max-width: none;\n }\n}\n\n\n// Tabs\n// -------------------------\n\n// Give the tabs something to sit on\n.nav-tabs {\n border-bottom: 1px solid @nav-tabs-border-color;\n > li {\n float: left;\n // Make the list-items overlay the bottom border\n margin-bottom: -1px;\n\n // Actual tabs (as links)\n > a {\n margin-right: 2px;\n line-height: @line-height-base;\n border: 1px solid transparent;\n border-radius: @border-radius-base @border-radius-base 0 0;\n &:hover {\n border-color: @nav-tabs-link-hover-border-color @nav-tabs-link-hover-border-color @nav-tabs-border-color;\n }\n }\n\n // Active state, and its :hover to override normal :hover\n &.active > a {\n &,\n &:hover,\n &:focus {\n color: @nav-tabs-active-link-hover-color;\n background-color: @nav-tabs-active-link-hover-bg;\n border: 1px solid @nav-tabs-active-link-hover-border-color;\n border-bottom-color: transparent;\n cursor: default;\n }\n }\n }\n // pulling this in mainly for less shorthand\n &.nav-justified {\n .nav-justified();\n .nav-tabs-justified();\n }\n}\n\n\n// Pills\n// -------------------------\n.nav-pills {\n > li {\n float: left;\n\n // Links rendered as pills\n > a {\n border-radius: @nav-pills-border-radius;\n }\n + li {\n margin-left: 2px;\n }\n\n // Active state\n &.active > a {\n &,\n &:hover,\n &:focus {\n color: @nav-pills-active-link-hover-color;\n background-color: @nav-pills-active-link-hover-bg;\n }\n }\n }\n}\n\n\n// Stacked pills\n.nav-stacked {\n > li {\n float: none;\n + li {\n margin-top: 2px;\n margin-left: 0; // no need for this gap between nav items\n }\n }\n}\n\n\n// Nav variations\n// --------------------------------------------------\n\n// Justified nav links\n// -------------------------\n\n.nav-justified {\n width: 100%;\n\n > li {\n float: none;\n > a {\n text-align: center;\n margin-bottom: 5px;\n }\n }\n\n > .dropdown .dropdown-menu {\n top: auto;\n left: auto;\n }\n\n @media (min-width: @screen-sm-min) {\n > li {\n display: table-cell;\n width: 1%;\n > a {\n margin-bottom: 0;\n }\n }\n }\n}\n\n// Move borders to anchors instead of bottom of list\n//\n// Mixin for adding on top the shared `.nav-justified` styles for our tabs\n.nav-tabs-justified {\n border-bottom: 0;\n\n > li > a {\n // Override margin from .nav-tabs\n margin-right: 0;\n border-radius: @border-radius-base;\n }\n\n > .active > a,\n > .active > a:hover,\n > .active > a:focus {\n border: 1px solid @nav-tabs-justified-link-border-color;\n }\n\n @media (min-width: @screen-sm-min) {\n > li > a {\n border-bottom: 1px solid @nav-tabs-justified-link-border-color;\n border-radius: @border-radius-base @border-radius-base 0 0;\n }\n > .active > a,\n > .active > a:hover,\n > .active > a:focus {\n border-bottom-color: @nav-tabs-justified-active-link-border-color;\n }\n }\n}\n\n\n// Tabbable tabs\n// -------------------------\n\n// Hide tabbable panes to start, show them when `.active`\n.tab-content {\n > .tab-pane {\n display: none;\n }\n > .active {\n display: block;\n }\n}\n\n\n// Dropdowns\n// -------------------------\n\n// Specific dropdowns\n.nav-tabs .dropdown-menu {\n // make dropdown border overlap tab border\n margin-top: -1px;\n // Remove the top rounded corners here since there is a hard edge above the menu\n .border-top-radius(0);\n}\n","//\n// Navbars\n// --------------------------------------------------\n\n\n// Wrapper and base class\n//\n// Provide a static navbar from which we expand to create full-width, fixed, and\n// other navbar variations.\n\n.navbar {\n position: relative;\n min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)\n margin-bottom: @navbar-margin-bottom;\n border: 1px solid transparent;\n\n // Prevent floats from breaking the navbar\n &:extend(.clearfix all);\n\n @media (min-width: @grid-float-breakpoint) {\n border-radius: @navbar-border-radius;\n }\n}\n\n\n// Navbar heading\n//\n// Groups `.navbar-brand` and `.navbar-toggle` into a single component for easy\n// styling of responsive aspects.\n\n.navbar-header {\n &:extend(.clearfix all);\n\n @media (min-width: @grid-float-breakpoint) {\n float: left;\n }\n}\n\n\n// Navbar collapse (body)\n//\n// Group your navbar content into this for easy collapsing and expanding across\n// various device sizes. By default, this content is collapsed when <768px, but\n// will expand past that for a horizontal display.\n//\n// To start (on mobile devices) the navbar links, forms, and buttons are stacked\n// vertically and include a `max-height` to overflow in case you have too much\n// content for the user's viewport.\n\n.navbar-collapse {\n overflow-x: visible;\n padding-right: @navbar-padding-horizontal;\n padding-left: @navbar-padding-horizontal;\n border-top: 1px solid transparent;\n box-shadow: inset 0 1px 0 rgba(255,255,255,.1);\n &:extend(.clearfix all);\n -webkit-overflow-scrolling: touch;\n\n &.in {\n overflow-y: auto;\n }\n\n @media (min-width: @grid-float-breakpoint) {\n width: auto;\n border-top: 0;\n box-shadow: none;\n\n &.collapse {\n display: block !important;\n height: auto !important;\n padding-bottom: 0; // Override default setting\n overflow: visible !important;\n }\n\n &.in {\n overflow-y: visible;\n }\n\n // Undo the collapse side padding for navbars with containers to ensure\n // alignment of right-aligned contents.\n .navbar-fixed-top &,\n .navbar-static-top &,\n .navbar-fixed-bottom & {\n padding-left: 0;\n padding-right: 0;\n }\n }\n}\n\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n .navbar-collapse {\n max-height: @navbar-collapse-max-height;\n\n @media (max-width: @screen-xs-min) and (orientation: landscape) {\n max-height: 200px;\n }\n }\n}\n\n\n// Both navbar header and collapse\n//\n// When a container is present, change the behavior of the header and collapse.\n\n.container,\n.container-fluid {\n > .navbar-header,\n > .navbar-collapse {\n margin-right: -@navbar-padding-horizontal;\n margin-left: -@navbar-padding-horizontal;\n\n @media (min-width: @grid-float-breakpoint) {\n margin-right: 0;\n margin-left: 0;\n }\n }\n}\n\n\n//\n// Navbar alignment options\n//\n// Display the navbar across the entirety of the page or fixed it to the top or\n// bottom of the page.\n\n// Static top (unfixed, but 100% wide) navbar\n.navbar-static-top {\n z-index: @zindex-navbar;\n border-width: 0 0 1px;\n\n @media (min-width: @grid-float-breakpoint) {\n border-radius: 0;\n }\n}\n\n// Fix the top/bottom navbars when screen real estate supports it\n.navbar-fixed-top,\n.navbar-fixed-bottom {\n position: fixed;\n right: 0;\n left: 0;\n z-index: @zindex-navbar-fixed;\n .translate3d(0, 0, 0);\n\n // Undo the rounded corners\n @media (min-width: @grid-float-breakpoint) {\n border-radius: 0;\n }\n}\n.navbar-fixed-top {\n top: 0;\n border-width: 0 0 1px;\n}\n.navbar-fixed-bottom {\n bottom: 0;\n margin-bottom: 0; // override .navbar defaults\n border-width: 1px 0 0;\n}\n\n\n// Brand/project name\n\n.navbar-brand {\n float: left;\n padding: @navbar-padding-vertical @navbar-padding-horizontal;\n font-size: @font-size-large;\n line-height: @line-height-computed;\n height: @navbar-height;\n\n &:hover,\n &:focus {\n text-decoration: none;\n }\n\n @media (min-width: @grid-float-breakpoint) {\n .navbar > .container &,\n .navbar > .container-fluid & {\n margin-left: -@navbar-padding-horizontal;\n }\n }\n}\n\n\n// Navbar toggle\n//\n// Custom button for toggling the `.navbar-collapse`, powered by the collapse\n// JavaScript plugin.\n\n.navbar-toggle {\n position: relative;\n float: right;\n margin-right: @navbar-padding-horizontal;\n padding: 9px 10px;\n .navbar-vertical-align(34px);\n background-color: transparent;\n background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214\n border: 1px solid transparent;\n border-radius: @border-radius-base;\n\n // We remove the `outline` here, but later compensate by attaching `:hover`\n // styles to `:focus`.\n &:focus {\n outline: 0;\n }\n\n // Bars\n .icon-bar {\n display: block;\n width: 22px;\n height: 2px;\n border-radius: 1px;\n }\n .icon-bar + .icon-bar {\n margin-top: 4px;\n }\n\n @media (min-width: @grid-float-breakpoint) {\n display: none;\n }\n}\n\n\n// Navbar nav links\n//\n// Builds on top of the `.nav` components with its own modifier class to make\n// the nav the full height of the horizontal nav (above 768px).\n\n.navbar-nav {\n margin: (@navbar-padding-vertical / 2) -@navbar-padding-horizontal;\n\n > li > a {\n padding-top: 10px;\n padding-bottom: 10px;\n line-height: @line-height-computed;\n }\n\n @media (max-width: @grid-float-breakpoint-max) {\n // Dropdowns get custom display when collapsed\n .open .dropdown-menu {\n position: static;\n float: none;\n width: auto;\n margin-top: 0;\n background-color: transparent;\n border: 0;\n box-shadow: none;\n > li > a,\n .dropdown-header {\n padding: 5px 15px 5px 25px;\n }\n > li > a {\n line-height: @line-height-computed;\n &:hover,\n &:focus {\n background-image: none;\n }\n }\n }\n }\n\n // Uncollapse the nav\n @media (min-width: @grid-float-breakpoint) {\n float: left;\n margin: 0;\n\n > li {\n float: left;\n > a {\n padding-top: @navbar-padding-vertical;\n padding-bottom: @navbar-padding-vertical;\n }\n }\n\n &.navbar-right:last-child {\n margin-right: -@navbar-padding-horizontal;\n }\n }\n}\n\n\n// Component alignment\n//\n// Repurpose the pull utilities as their own navbar utilities to avoid specificity\n// issues with parents and chaining. Only do this when the navbar is uncollapsed\n// though so that navbar contents properly stack and align in mobile.\n\n@media (min-width: @grid-float-breakpoint) {\n .navbar-left { .pull-left(); }\n .navbar-right { .pull-right(); }\n}\n\n\n// Navbar form\n//\n// Extension of the `.form-inline` with some extra flavor for optimum display in\n// our navbars.\n\n.navbar-form {\n margin-left: -@navbar-padding-horizontal;\n margin-right: -@navbar-padding-horizontal;\n padding: 10px @navbar-padding-horizontal;\n border-top: 1px solid transparent;\n border-bottom: 1px solid transparent;\n @shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);\n .box-shadow(@shadow);\n\n // Mixin behavior for optimum display\n .form-inline();\n\n .form-group {\n @media (max-width: @grid-float-breakpoint-max) {\n margin-bottom: 5px;\n }\n }\n\n // Vertically center in expanded, horizontal navbar\n .navbar-vertical-align(@input-height-base);\n\n // Undo 100% width for pull classes\n @media (min-width: @grid-float-breakpoint) {\n width: auto;\n border: 0;\n margin-left: 0;\n margin-right: 0;\n padding-top: 0;\n padding-bottom: 0;\n .box-shadow(none);\n\n // Outdent the form if last child to line up with content down the page\n &.navbar-right:last-child {\n margin-right: -@navbar-padding-horizontal;\n }\n }\n}\n\n\n// Dropdown menus\n\n// Menu position and menu carets\n.navbar-nav > li > .dropdown-menu {\n margin-top: 0;\n .border-top-radius(0);\n}\n// Menu position and menu caret support for dropups via extra dropup class\n.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {\n .border-bottom-radius(0);\n}\n\n\n// Buttons in navbars\n//\n// Vertically center a button within a navbar (when *not* in a form).\n\n.navbar-btn {\n .navbar-vertical-align(@input-height-base);\n\n &.btn-sm {\n .navbar-vertical-align(@input-height-small);\n }\n &.btn-xs {\n .navbar-vertical-align(22);\n }\n}\n\n\n// Text in navbars\n//\n// Add a class to make any element properly align itself vertically within the navbars.\n\n.navbar-text {\n .navbar-vertical-align(@line-height-computed);\n\n @media (min-width: @grid-float-breakpoint) {\n float: left;\n margin-left: @navbar-padding-horizontal;\n margin-right: @navbar-padding-horizontal;\n\n // Outdent the form if last child to line up with content down the page\n &.navbar-right:last-child {\n margin-right: 0;\n }\n }\n}\n\n// Alternate navbars\n// --------------------------------------------------\n\n// Default navbar\n.navbar-default {\n background-color: @navbar-default-bg;\n border-color: @navbar-default-border;\n\n .navbar-brand {\n color: @navbar-default-brand-color;\n &:hover,\n &:focus {\n color: @navbar-default-brand-hover-color;\n background-color: @navbar-default-brand-hover-bg;\n }\n }\n\n .navbar-text {\n color: @navbar-default-color;\n }\n\n .navbar-nav {\n > li > a {\n color: @navbar-default-link-color;\n\n &:hover,\n &:focus {\n color: @navbar-default-link-hover-color;\n background-color: @navbar-default-link-hover-bg;\n }\n }\n > .active > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-default-link-active-color;\n background-color: @navbar-default-link-active-bg;\n }\n }\n > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-default-link-disabled-color;\n background-color: @navbar-default-link-disabled-bg;\n }\n }\n }\n\n .navbar-toggle {\n border-color: @navbar-default-toggle-border-color;\n &:hover,\n &:focus {\n background-color: @navbar-default-toggle-hover-bg;\n }\n .icon-bar {\n background-color: @navbar-default-toggle-icon-bar-bg;\n }\n }\n\n .navbar-collapse,\n .navbar-form {\n border-color: @navbar-default-border;\n }\n\n // Dropdown menu items\n .navbar-nav {\n // Remove background color from open dropdown\n > .open > a {\n &,\n &:hover,\n &:focus {\n background-color: @navbar-default-link-active-bg;\n color: @navbar-default-link-active-color;\n }\n }\n\n @media (max-width: @grid-float-breakpoint-max) {\n // Dropdowns get custom display when collapsed\n .open .dropdown-menu {\n > li > a {\n color: @navbar-default-link-color;\n &:hover,\n &:focus {\n color: @navbar-default-link-hover-color;\n background-color: @navbar-default-link-hover-bg;\n }\n }\n > .active > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-default-link-active-color;\n background-color: @navbar-default-link-active-bg;\n }\n }\n > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-default-link-disabled-color;\n background-color: @navbar-default-link-disabled-bg;\n }\n }\n }\n }\n }\n\n\n // Links in navbars\n //\n // Add a class to ensure links outside the navbar nav are colored correctly.\n\n .navbar-link {\n color: @navbar-default-link-color;\n &:hover {\n color: @navbar-default-link-hover-color;\n }\n }\n\n .btn-link {\n color: @navbar-default-link-color;\n &:hover,\n &:focus {\n color: @navbar-default-link-hover-color;\n }\n &[disabled],\n fieldset[disabled] & {\n &:hover,\n &:focus {\n color: @navbar-default-link-disabled-color;\n }\n }\n }\n}\n\n// Inverse navbar\n\n.navbar-inverse {\n background-color: @navbar-inverse-bg;\n border-color: @navbar-inverse-border;\n\n .navbar-brand {\n color: @navbar-inverse-brand-color;\n &:hover,\n &:focus {\n color: @navbar-inverse-brand-hover-color;\n background-color: @navbar-inverse-brand-hover-bg;\n }\n }\n\n .navbar-text {\n color: @navbar-inverse-color;\n }\n\n .navbar-nav {\n > li > a {\n color: @navbar-inverse-link-color;\n\n &:hover,\n &:focus {\n color: @navbar-inverse-link-hover-color;\n background-color: @navbar-inverse-link-hover-bg;\n }\n }\n > .active > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-inverse-link-active-color;\n background-color: @navbar-inverse-link-active-bg;\n }\n }\n > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-inverse-link-disabled-color;\n background-color: @navbar-inverse-link-disabled-bg;\n }\n }\n }\n\n // Darken the responsive nav toggle\n .navbar-toggle {\n border-color: @navbar-inverse-toggle-border-color;\n &:hover,\n &:focus {\n background-color: @navbar-inverse-toggle-hover-bg;\n }\n .icon-bar {\n background-color: @navbar-inverse-toggle-icon-bar-bg;\n }\n }\n\n .navbar-collapse,\n .navbar-form {\n border-color: darken(@navbar-inverse-bg, 7%);\n }\n\n // Dropdowns\n .navbar-nav {\n > .open > a {\n &,\n &:hover,\n &:focus {\n background-color: @navbar-inverse-link-active-bg;\n color: @navbar-inverse-link-active-color;\n }\n }\n\n @media (max-width: @grid-float-breakpoint-max) {\n // Dropdowns get custom display\n .open .dropdown-menu {\n > .dropdown-header {\n border-color: @navbar-inverse-border;\n }\n .divider {\n background-color: @navbar-inverse-border;\n }\n > li > a {\n color: @navbar-inverse-link-color;\n &:hover,\n &:focus {\n color: @navbar-inverse-link-hover-color;\n background-color: @navbar-inverse-link-hover-bg;\n }\n }\n > .active > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-inverse-link-active-color;\n background-color: @navbar-inverse-link-active-bg;\n }\n }\n > .disabled > a {\n &,\n &:hover,\n &:focus {\n color: @navbar-inverse-link-disabled-color;\n background-color: @navbar-inverse-link-disabled-bg;\n }\n }\n }\n }\n }\n\n .navbar-link {\n color: @navbar-inverse-link-color;\n &:hover {\n color: @navbar-inverse-link-hover-color;\n }\n }\n\n .btn-link {\n color: @navbar-inverse-link-color;\n &:hover,\n &:focus {\n color: @navbar-inverse-link-hover-color;\n }\n &[disabled],\n fieldset[disabled] & {\n &:hover,\n &:focus {\n color: @navbar-inverse-link-disabled-color;\n }\n }\n }\n}\n","// Navbar vertical align\n//\n// Vertically center elements in the navbar.\n// Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);` to calculate the appropriate top margin.\n\n.navbar-vertical-align(@element-height) {\n margin-top: ((@navbar-height - @element-height) / 2);\n margin-bottom: ((@navbar-height - @element-height) / 2);\n}\n","//\n// Utility classes\n// --------------------------------------------------\n\n\n// Floats\n// -------------------------\n\n.clearfix {\n .clearfix();\n}\n.center-block {\n .center-block();\n}\n.pull-right {\n float: right !important;\n}\n.pull-left {\n float: left !important;\n}\n\n\n// Toggling content\n// -------------------------\n\n// Note: Deprecated .hide in favor of .hidden or .sr-only (as appropriate) in v3.0.1\n.hide {\n display: none !important;\n}\n.show {\n display: block !important;\n}\n.invisible {\n visibility: hidden;\n}\n.text-hide {\n .text-hide();\n}\n\n\n// Hide from screenreaders and browsers\n//\n// Credit: HTML5 Boilerplate\n\n.hidden {\n display: none !important;\n visibility: hidden !important;\n}\n\n\n// For Affix plugin\n// -------------------------\n\n.affix {\n position: fixed;\n .translate3d(0, 0, 0);\n}\n","//\n// Breadcrumbs\n// --------------------------------------------------\n\n\n.breadcrumb {\n padding: @breadcrumb-padding-vertical @breadcrumb-padding-horizontal;\n margin-bottom: @line-height-computed;\n list-style: none;\n background-color: @breadcrumb-bg;\n border-radius: @border-radius-base;\n\n > li {\n display: inline-block;\n\n + li:before {\n content: \"@{breadcrumb-separator}\\00a0\"; // Unicode space added since inline-block means non-collapsing white-space\n padding: 0 5px;\n color: @breadcrumb-color;\n }\n }\n\n > .active {\n color: @breadcrumb-active-color;\n }\n}\n","//\n// Pagination (multiple pages)\n// --------------------------------------------------\n.pagination {\n display: inline-block;\n padding-left: 0;\n margin: @line-height-computed 0;\n border-radius: @border-radius-base;\n\n > li {\n display: inline; // Remove list-style and block-level defaults\n > a,\n > span {\n position: relative;\n float: left; // Collapse white-space\n padding: @padding-base-vertical @padding-base-horizontal;\n line-height: @line-height-base;\n text-decoration: none;\n color: @pagination-color;\n background-color: @pagination-bg;\n border: 1px solid @pagination-border;\n margin-left: -1px;\n }\n &:first-child {\n > a,\n > span {\n margin-left: 0;\n .border-left-radius(@border-radius-base);\n }\n }\n &:last-child {\n > a,\n > span {\n .border-right-radius(@border-radius-base);\n }\n }\n }\n\n > li > a,\n > li > span {\n &:hover,\n &:focus {\n color: @pagination-hover-color;\n background-color: @pagination-hover-bg;\n border-color: @pagination-hover-border;\n }\n }\n\n > .active > a,\n > .active > span {\n &,\n &:hover,\n &:focus {\n z-index: 2;\n color: @pagination-active-color;\n background-color: @pagination-active-bg;\n border-color: @pagination-active-border;\n cursor: default;\n }\n }\n\n > .disabled {\n > span,\n > span:hover,\n > span:focus,\n > a,\n > a:hover,\n > a:focus {\n color: @pagination-disabled-color;\n background-color: @pagination-disabled-bg;\n border-color: @pagination-disabled-border;\n cursor: not-allowed;\n }\n }\n}\n\n// Sizing\n// --------------------------------------------------\n\n// Large\n.pagination-lg {\n .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @border-radius-large);\n}\n\n// Small\n.pagination-sm {\n .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @border-radius-small);\n}\n","// Pagination\n\n.pagination-size(@padding-vertical; @padding-horizontal; @font-size; @border-radius) {\n > li {\n > a,\n > span {\n padding: @padding-vertical @padding-horizontal;\n font-size: @font-size;\n }\n &:first-child {\n > a,\n > span {\n .border-left-radius(@border-radius);\n }\n }\n &:last-child {\n > a,\n > span {\n .border-right-radius(@border-radius);\n }\n }\n }\n}\n","//\n// Pager pagination\n// --------------------------------------------------\n\n\n.pager {\n padding-left: 0;\n margin: @line-height-computed 0;\n list-style: none;\n text-align: center;\n &:extend(.clearfix all);\n li {\n display: inline;\n > a,\n > span {\n display: inline-block;\n padding: 5px 14px;\n background-color: @pager-bg;\n border: 1px solid @pager-border;\n border-radius: @pager-border-radius;\n }\n\n > a:hover,\n > a:focus {\n text-decoration: none;\n background-color: @pager-hover-bg;\n }\n }\n\n .next {\n > a,\n > span {\n float: right;\n }\n }\n\n .previous {\n > a,\n > span {\n float: left;\n }\n }\n\n .disabled {\n > a,\n > a:hover,\n > a:focus,\n > span {\n color: @pager-disabled-color;\n background-color: @pager-bg;\n cursor: not-allowed;\n }\n }\n\n}\n","//\n// Labels\n// --------------------------------------------------\n\n.label {\n display: inline;\n padding: .2em .6em .3em;\n font-size: 75%;\n font-weight: bold;\n line-height: 1;\n color: @label-color;\n text-align: center;\n white-space: nowrap;\n vertical-align: baseline;\n border-radius: .25em;\n\n // Add hover effects, but only for links\n a& {\n &:hover,\n &:focus {\n color: @label-link-hover-color;\n text-decoration: none;\n cursor: pointer;\n }\n }\n\n // Empty labels collapse automatically (not available in IE8)\n &:empty {\n display: none;\n }\n\n // Quick fix for labels in buttons\n .btn & {\n position: relative;\n top: -1px;\n }\n}\n\n// Colors\n// Contextual variations (linked labels get darker on :hover)\n\n.label-default {\n .label-variant(@label-default-bg);\n}\n\n.label-primary {\n .label-variant(@label-primary-bg);\n}\n\n.label-success {\n .label-variant(@label-success-bg);\n}\n\n.label-info {\n .label-variant(@label-info-bg);\n}\n\n.label-warning {\n .label-variant(@label-warning-bg);\n}\n\n.label-danger {\n .label-variant(@label-danger-bg);\n}\n","// Labels\n\n.label-variant(@color) {\n background-color: @color;\n \n &[href] {\n &:hover,\n &:focus {\n background-color: darken(@color, 10%);\n }\n }\n}\n","//\n// Badges\n// --------------------------------------------------\n\n\n// Base class\n.badge {\n display: inline-block;\n min-width: 10px;\n padding: 3px 7px;\n font-size: @font-size-small;\n font-weight: @badge-font-weight;\n color: @badge-color;\n line-height: @badge-line-height;\n vertical-align: baseline;\n white-space: nowrap;\n text-align: center;\n background-color: @badge-bg;\n border-radius: @badge-border-radius;\n\n // Empty badges collapse automatically (not available in IE8)\n &:empty {\n display: none;\n }\n\n // Quick fix for badges in buttons\n .btn & {\n position: relative;\n top: -1px;\n }\n .btn-xs & {\n top: 0;\n padding: 1px 5px;\n }\n\n // Hover state, but only for links\n a& {\n &:hover,\n &:focus {\n color: @badge-link-hover-color;\n text-decoration: none;\n cursor: pointer;\n }\n }\n\n // Account for badges in navs\n a.list-group-item.active > &,\n .nav-pills > .active > a > & {\n color: @badge-active-color;\n background-color: @badge-active-bg;\n }\n .nav-pills > li > a > & {\n margin-left: 3px;\n }\n}\n","//\n// Jumbotron\n// --------------------------------------------------\n\n\n.jumbotron {\n padding: @jumbotron-padding;\n margin-bottom: @jumbotron-padding;\n color: @jumbotron-color;\n background-color: @jumbotron-bg;\n\n h1,\n .h1 {\n color: @jumbotron-heading-color;\n }\n p {\n margin-bottom: (@jumbotron-padding / 2);\n font-size: @jumbotron-font-size;\n font-weight: 200;\n }\n\n > hr {\n border-top-color: darken(@jumbotron-bg, 10%);\n }\n\n .container & {\n border-radius: @border-radius-large; // Only round corners at higher resolutions if contained in a container\n }\n\n .container {\n max-width: 100%;\n }\n\n @media screen and (min-width: @screen-sm-min) {\n padding-top: (@jumbotron-padding * 1.6);\n padding-bottom: (@jumbotron-padding * 1.6);\n\n .container & {\n padding-left: (@jumbotron-padding * 2);\n padding-right: (@jumbotron-padding * 2);\n }\n\n h1,\n .h1 {\n font-size: (@font-size-base * 4.5);\n }\n }\n}\n","//\n// Thumbnails\n// --------------------------------------------------\n\n\n// Mixin and adjust the regular image class\n.thumbnail {\n display: block;\n padding: @thumbnail-padding;\n margin-bottom: @line-height-computed;\n line-height: @line-height-base;\n background-color: @thumbnail-bg;\n border: 1px solid @thumbnail-border;\n border-radius: @thumbnail-border-radius;\n .transition(all .2s ease-in-out);\n\n > img,\n a > img {\n &:extend(.img-responsive);\n margin-left: auto;\n margin-right: auto;\n }\n\n // Add a hover state for linked versions only\n a&:hover,\n a&:focus,\n a&.active {\n border-color: @link-color;\n }\n\n // Image captions\n .caption {\n padding: @thumbnail-caption-padding;\n color: @thumbnail-caption-color;\n }\n}\n","//\n// Alerts\n// --------------------------------------------------\n\n\n// Base styles\n// -------------------------\n\n.alert {\n padding: @alert-padding;\n margin-bottom: @line-height-computed;\n border: 1px solid transparent;\n border-radius: @alert-border-radius;\n\n // Headings for larger alerts\n h4 {\n margin-top: 0;\n // Specified for the h4 to prevent conflicts of changing @headings-color\n color: inherit;\n }\n // Provide class for links that match alerts\n .alert-link {\n font-weight: @alert-link-font-weight;\n }\n\n // Improve alignment and spacing of inner content\n > p,\n > ul {\n margin-bottom: 0;\n }\n > p + p {\n margin-top: 5px;\n }\n}\n\n// Dismissible alerts\n//\n// Expand the right padding and account for the close button's positioning.\n\n.alert-dismissable, // The misspelled .alert-dismissable was deprecated in 3.2.0.\n.alert-dismissible {\n padding-right: (@alert-padding + 20);\n\n // Adjust close link position\n .close {\n position: relative;\n top: -2px;\n right: -21px;\n color: inherit;\n }\n}\n\n// Alternate styles\n//\n// Generate contextual modifier classes for colorizing the alert.\n\n.alert-success {\n .alert-variant(@alert-success-bg; @alert-success-border; @alert-success-text);\n}\n.alert-info {\n .alert-variant(@alert-info-bg; @alert-info-border; @alert-info-text);\n}\n.alert-warning {\n .alert-variant(@alert-warning-bg; @alert-warning-border; @alert-warning-text);\n}\n.alert-danger {\n .alert-variant(@alert-danger-bg; @alert-danger-border; @alert-danger-text);\n}\n","// Alerts\n\n.alert-variant(@background; @border; @text-color) {\n background-color: @background;\n border-color: @border;\n color: @text-color;\n\n hr {\n border-top-color: darken(@border, 5%);\n }\n .alert-link {\n color: darken(@text-color, 10%);\n }\n}\n","//\n// Progress bars\n// --------------------------------------------------\n\n\n// Bar animations\n// -------------------------\n\n// WebKit\n@-webkit-keyframes progress-bar-stripes {\n from { background-position: 40px 0; }\n to { background-position: 0 0; }\n}\n\n// Spec and IE10+\n@keyframes progress-bar-stripes {\n from { background-position: 40px 0; }\n to { background-position: 0 0; }\n}\n\n\n\n// Bar itself\n// -------------------------\n\n// Outer container\n.progress {\n overflow: hidden;\n height: @line-height-computed;\n margin-bottom: @line-height-computed;\n background-color: @progress-bg;\n border-radius: @border-radius-base;\n .box-shadow(inset 0 1px 2px rgba(0,0,0,.1));\n}\n\n// Bar of progress\n.progress-bar {\n float: left;\n width: 0%;\n height: 100%;\n font-size: @font-size-small;\n line-height: @line-height-computed;\n color: @progress-bar-color;\n text-align: center;\n background-color: @progress-bar-bg;\n .box-shadow(inset 0 -1px 0 rgba(0,0,0,.15));\n .transition(width .6s ease);\n}\n\n// Striped bars\n//\n// `.progress-striped .progress-bar` is deprecated as of v3.2.0 in favor of the\n// `.progress-bar-striped` class, which you just add to an existing\n// `.progress-bar`.\n.progress-striped .progress-bar,\n.progress-bar-striped {\n #gradient > .striped();\n background-size: 40px 40px;\n}\n\n// Call animation for the active one\n//\n// `.progress.active .progress-bar` is deprecated as of v3.2.0 in favor of the\n// `.progress-bar.active` approach.\n.progress.active .progress-bar,\n.progress-bar.active {\n .animation(progress-bar-stripes 2s linear infinite);\n}\n\n// Account for lower percentages\n.progress-bar {\n &[aria-valuenow=\"1\"],\n &[aria-valuenow=\"2\"] {\n min-width: 30px;\n }\n\n &[aria-valuenow=\"0\"] {\n color: @gray-light;\n min-width: 30px;\n background-color: transparent;\n background-image: none;\n box-shadow: none;\n }\n}\n\n\n\n// Variations\n// -------------------------\n\n.progress-bar-success {\n .progress-bar-variant(@progress-bar-success-bg);\n}\n\n.progress-bar-info {\n .progress-bar-variant(@progress-bar-info-bg);\n}\n\n.progress-bar-warning {\n .progress-bar-variant(@progress-bar-warning-bg);\n}\n\n.progress-bar-danger {\n .progress-bar-variant(@progress-bar-danger-bg);\n}\n","// Gradients\n\n#gradient {\n\n // Horizontal gradient, from left to right\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .horizontal(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(left, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to right, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n // Vertical gradient, from top to bottom\n //\n // Creates two color stops, start and end, by specifying a color and position for each color stop.\n // Color stops are not available in IE9 and below.\n .vertical(@start-color: #555; @end-color: #333; @start-percent: 0%; @end-percent: 100%) {\n background-image: -webkit-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(top, @start-color @start-percent, @end-color @end-percent); // Opera 12\n background-image: linear-gradient(to bottom, @start-color @start-percent, @end-color @end-percent); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n background-repeat: repeat-x;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down\n }\n\n .directional(@start-color: #555; @end-color: #333; @deg: 45deg) {\n background-repeat: repeat-x;\n background-image: -webkit-linear-gradient(@deg, @start-color, @end-color); // Safari 5.1-6, Chrome 10+\n background-image: -o-linear-gradient(@deg, @start-color, @end-color); // Opera 12\n background-image: linear-gradient(@deg, @start-color, @end-color); // Standard, IE10, Firefox 16+, Opera 12.10+, Safari 7+, Chrome 26+\n }\n .horizontal-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(left, @start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(to right, @start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .vertical-three-colors(@start-color: #00b3ee; @mid-color: #7a43b6; @color-stop: 50%; @end-color: #c3325f) {\n background-image: -webkit-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: -o-linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-image: linear-gradient(@start-color, @mid-color @color-stop, @end-color);\n background-repeat: no-repeat;\n filter: e(%(\"progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\",argb(@start-color),argb(@end-color))); // IE9 and down, gets no color-stop at all for proper fallback\n }\n .radial(@inner-color: #555; @outer-color: #333) {\n background-image: -webkit-radial-gradient(circle, @inner-color, @outer-color);\n background-image: radial-gradient(circle, @inner-color, @outer-color);\n background-repeat: no-repeat;\n }\n .striped(@color: rgba(255,255,255,.15); @angle: 45deg) {\n background-image: -webkit-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: -o-linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n background-image: linear-gradient(@angle, @color 25%, transparent 25%, transparent 50%, @color 50%, @color 75%, transparent 75%, transparent);\n }\n}\n","// Progress bars\n\n.progress-bar-variant(@color) {\n background-color: @color;\n\n // Deprecated parent class requirement as of v3.2.0\n .progress-striped & {\n #gradient > .striped();\n }\n}\n","// Media objects\n// Source: http://stubbornella.org/content/?p=497\n// --------------------------------------------------\n\n\n// Common styles\n// -------------------------\n\n// Clear the floats\n.media,\n.media-body {\n overflow: hidden;\n zoom: 1;\n}\n\n// Proper spacing between instances of .media\n.media,\n.media .media {\n margin-top: 15px;\n}\n.media:first-child {\n margin-top: 0;\n}\n\n// For images and videos, set to block\n.media-object {\n display: block;\n}\n\n// Reset margins on headings for tighter default spacing\n.media-heading {\n margin: 0 0 5px;\n}\n\n\n// Media image alignment\n// -------------------------\n\n.media {\n > .pull-left {\n margin-right: 10px;\n }\n > .pull-right {\n margin-left: 10px;\n }\n}\n\n\n// Media list variation\n// -------------------------\n\n// Undo default ul/ol styles\n.media-list {\n padding-left: 0;\n list-style: none;\n}\n","//\n// List groups\n// --------------------------------------------------\n\n\n// Base class\n//\n// Easily usable on <ul>, <ol>, or <div>.\n\n.list-group {\n // No need to set list-style: none; since .list-group-item is block level\n margin-bottom: 20px;\n padding-left: 0; // reset padding because ul and ol\n}\n\n\n// Individual list items\n//\n// Use on `li`s or `div`s within the `.list-group` parent.\n\n.list-group-item {\n position: relative;\n display: block;\n padding: 10px 15px;\n // Place the border on the list items and negative margin up for better styling\n margin-bottom: -1px;\n background-color: @list-group-bg;\n border: 1px solid @list-group-border;\n\n // Round the first and last items\n &:first-child {\n .border-top-radius(@list-group-border-radius);\n }\n &:last-child {\n margin-bottom: 0;\n .border-bottom-radius(@list-group-border-radius);\n }\n\n // Align badges within list items\n > .badge {\n float: right;\n }\n > .badge + .badge {\n margin-right: 5px;\n }\n}\n\n\n// Linked list items\n//\n// Use anchor elements instead of `li`s or `div`s to create linked list items.\n// Includes an extra `.active` modifier class for showing selected items.\n\na.list-group-item {\n color: @list-group-link-color;\n\n .list-group-item-heading {\n color: @list-group-link-heading-color;\n }\n\n // Hover state\n &:hover,\n &:focus {\n text-decoration: none;\n color: @list-group-link-hover-color;\n background-color: @list-group-hover-bg;\n }\n}\n\n.list-group-item {\n // Disabled state\n &.disabled,\n &.disabled:hover,\n &.disabled:focus {\n background-color: @list-group-disabled-bg;\n color: @list-group-disabled-color;\n\n // Force color to inherit for custom content\n .list-group-item-heading {\n color: inherit;\n }\n .list-group-item-text {\n color: @list-group-disabled-text-color;\n }\n }\n\n // Active class on item itself, not parent\n &.active,\n &.active:hover,\n &.active:focus {\n z-index: 2; // Place active items above their siblings for proper border styling\n color: @list-group-active-color;\n background-color: @list-group-active-bg;\n border-color: @list-group-active-border;\n\n // Force color to inherit for custom content\n .list-group-item-heading,\n .list-group-item-heading > small,\n .list-group-item-heading > .small {\n color: inherit;\n }\n .list-group-item-text {\n color: @list-group-active-text-color;\n }\n }\n}\n\n\n// Contextual variants\n//\n// Add modifier classes to change text and background color on individual items.\n// Organizationally, this must come after the `:hover` states.\n\n.list-group-item-variant(success; @state-success-bg; @state-success-text);\n.list-group-item-variant(info; @state-info-bg; @state-info-text);\n.list-group-item-variant(warning; @state-warning-bg; @state-warning-text);\n.list-group-item-variant(danger; @state-danger-bg; @state-danger-text);\n\n\n// Custom content options\n//\n// Extra classes for creating well-formatted content within `.list-group-item`s.\n\n.list-group-item-heading {\n margin-top: 0;\n margin-bottom: 5px;\n}\n.list-group-item-text {\n margin-bottom: 0;\n line-height: 1.3;\n}\n","// List Groups\n\n.list-group-item-variant(@state; @background; @color) {\n .list-group-item-@{state} {\n color: @color;\n background-color: @background;\n\n a& {\n color: @color;\n\n .list-group-item-heading {\n color: inherit;\n }\n\n &:hover,\n &:focus {\n color: @color;\n background-color: darken(@background, 5%);\n }\n &.active,\n &.active:hover,\n &.active:focus {\n color: #fff;\n background-color: @color;\n border-color: @color;\n }\n }\n }\n}\n","//\n// Panels\n// --------------------------------------------------\n\n\n// Base class\n.panel {\n margin-bottom: @line-height-computed;\n background-color: @panel-bg;\n border: 1px solid transparent;\n border-radius: @panel-border-radius;\n .box-shadow(0 1px 1px rgba(0,0,0,.05));\n}\n\n// Panel contents\n.panel-body {\n padding: @panel-body-padding;\n &:extend(.clearfix all);\n}\n\n// Optional heading\n.panel-heading {\n padding: @panel-heading-padding;\n border-bottom: 1px solid transparent;\n .border-top-radius((@panel-border-radius - 1));\n\n > .dropdown .dropdown-toggle {\n color: inherit;\n }\n}\n\n// Within heading, strip any `h*` tag of its default margins for spacing.\n.panel-title {\n margin-top: 0;\n margin-bottom: 0;\n font-size: ceil((@font-size-base * 1.125));\n color: inherit;\n\n > a {\n color: inherit;\n }\n}\n\n// Optional footer (stays gray in every modifier class)\n.panel-footer {\n padding: @panel-footer-padding;\n background-color: @panel-footer-bg;\n border-top: 1px solid @panel-inner-border;\n .border-bottom-radius((@panel-border-radius - 1));\n}\n\n\n// List groups in panels\n//\n// By default, space out list group content from panel headings to account for\n// any kind of custom content between the two.\n\n.panel {\n > .list-group {\n margin-bottom: 0;\n\n .list-group-item {\n border-width: 1px 0;\n border-radius: 0;\n }\n\n // Add border top radius for first one\n &:first-child {\n .list-group-item:first-child {\n border-top: 0;\n .border-top-radius((@panel-border-radius - 1));\n }\n }\n // Add border bottom radius for last one\n &:last-child {\n .list-group-item:last-child {\n border-bottom: 0;\n .border-bottom-radius((@panel-border-radius - 1));\n }\n }\n }\n}\n// Collapse space between when there's no additional content.\n.panel-heading + .list-group {\n .list-group-item:first-child {\n border-top-width: 0;\n }\n}\n.list-group + .panel-footer {\n border-top-width: 0;\n}\n\n// Tables in panels\n//\n// Place a non-bordered `.table` within a panel (not within a `.panel-body`) and\n// watch it go full width.\n\n.panel {\n > .table,\n > .table-responsive > .table,\n > .panel-collapse > .table {\n margin-bottom: 0;\n }\n // Add border top radius for first one\n > .table:first-child,\n > .table-responsive:first-child > .table:first-child {\n .border-top-radius((@panel-border-radius - 1));\n\n > thead:first-child,\n > tbody:first-child {\n > tr:first-child {\n td:first-child,\n th:first-child {\n border-top-left-radius: (@panel-border-radius - 1);\n }\n td:last-child,\n th:last-child {\n border-top-right-radius: (@panel-border-radius - 1);\n }\n }\n }\n }\n // Add border bottom radius for last one\n > .table:last-child,\n > .table-responsive:last-child > .table:last-child {\n .border-bottom-radius((@panel-border-radius - 1));\n\n > tbody:last-child,\n > tfoot:last-child {\n > tr:last-child {\n td:first-child,\n th:first-child {\n border-bottom-left-radius: (@panel-border-radius - 1);\n }\n td:last-child,\n th:last-child {\n border-bottom-right-radius: (@panel-border-radius - 1);\n }\n }\n }\n }\n > .panel-body + .table,\n > .panel-body + .table-responsive {\n border-top: 1px solid @table-border-color;\n }\n > .table > tbody:first-child > tr:first-child th,\n > .table > tbody:first-child > tr:first-child td {\n border-top: 0;\n }\n > .table-bordered,\n > .table-responsive > .table-bordered {\n border: 0;\n > thead,\n > tbody,\n > tfoot {\n > tr {\n > th:first-child,\n > td:first-child {\n border-left: 0;\n }\n > th:last-child,\n > td:last-child {\n border-right: 0;\n }\n }\n }\n > thead,\n > tbody {\n > tr:first-child {\n > td,\n > th {\n border-bottom: 0;\n }\n }\n }\n > tbody,\n > tfoot {\n > tr:last-child {\n > td,\n > th {\n border-bottom: 0;\n }\n }\n }\n }\n > .table-responsive {\n border: 0;\n margin-bottom: 0;\n }\n}\n\n\n// Collapsable panels (aka, accordion)\n//\n// Wrap a series of panels in `.panel-group` to turn them into an accordion with\n// the help of our collapse JavaScript plugin.\n\n.panel-group {\n margin-bottom: @line-height-computed;\n\n // Tighten up margin so it's only between panels\n .panel {\n margin-bottom: 0;\n border-radius: @panel-border-radius;\n + .panel {\n margin-top: 5px;\n }\n }\n\n .panel-heading {\n border-bottom: 0;\n + .panel-collapse > .panel-body {\n border-top: 1px solid @panel-inner-border;\n }\n }\n .panel-footer {\n border-top: 0;\n + .panel-collapse .panel-body {\n border-bottom: 1px solid @panel-inner-border;\n }\n }\n}\n\n\n// Contextual variations\n.panel-default {\n .panel-variant(@panel-default-border; @panel-default-text; @panel-default-heading-bg; @panel-default-border);\n}\n.panel-primary {\n .panel-variant(@panel-primary-border; @panel-primary-text; @panel-primary-heading-bg; @panel-primary-border);\n}\n.panel-success {\n .panel-variant(@panel-success-border; @panel-success-text; @panel-success-heading-bg; @panel-success-border);\n}\n.panel-info {\n .panel-variant(@panel-info-border; @panel-info-text; @panel-info-heading-bg; @panel-info-border);\n}\n.panel-warning {\n .panel-variant(@panel-warning-border; @panel-warning-text; @panel-warning-heading-bg; @panel-warning-border);\n}\n.panel-danger {\n .panel-variant(@panel-danger-border; @panel-danger-text; @panel-danger-heading-bg; @panel-danger-border);\n}\n","// Panels\n\n.panel-variant(@border; @heading-text-color; @heading-bg-color; @heading-border) {\n border-color: @border;\n\n & > .panel-heading {\n color: @heading-text-color;\n background-color: @heading-bg-color;\n border-color: @heading-border;\n\n + .panel-collapse > .panel-body {\n border-top-color: @border;\n }\n .badge {\n color: @heading-bg-color;\n background-color: @heading-text-color;\n }\n }\n & > .panel-footer {\n + .panel-collapse > .panel-body {\n border-bottom-color: @border;\n }\n }\n}\n","// Embeds responsive\n//\n// Credit: Nicolas Gallagher and SUIT CSS.\n\n.embed-responsive {\n position: relative;\n display: block;\n height: 0;\n padding: 0;\n overflow: hidden;\n\n .embed-responsive-item,\n iframe,\n embed,\n object {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n height: 100%;\n width: 100%;\n border: 0;\n }\n\n // Modifier class for 16:9 aspect ratio\n &.embed-responsive-16by9 {\n padding-bottom: 56.25%;\n }\n\n // Modifier class for 4:3 aspect ratio\n &.embed-responsive-4by3 {\n padding-bottom: 75%;\n }\n}\n","//\n// Wells\n// --------------------------------------------------\n\n\n// Base class\n.well {\n min-height: 20px;\n padding: 19px;\n margin-bottom: 20px;\n background-color: @well-bg;\n border: 1px solid @well-border;\n border-radius: @border-radius-base;\n .box-shadow(inset 0 1px 1px rgba(0,0,0,.05));\n blockquote {\n border-color: #ddd;\n border-color: rgba(0,0,0,.15);\n }\n}\n\n// Sizes\n.well-lg {\n padding: 24px;\n border-radius: @border-radius-large;\n}\n.well-sm {\n padding: 9px;\n border-radius: @border-radius-small;\n}\n","//\n// Close icons\n// --------------------------------------------------\n\n\n.close {\n float: right;\n font-size: (@font-size-base * 1.5);\n font-weight: @close-font-weight;\n line-height: 1;\n color: @close-color;\n text-shadow: @close-text-shadow;\n .opacity(.2);\n\n &:hover,\n &:focus {\n color: @close-color;\n text-decoration: none;\n cursor: pointer;\n .opacity(.5);\n }\n\n // Additional properties for button version\n // iOS requires the button element instead of an anchor tag.\n // If you want the anchor version, it requires `href=\"#\"`.\n button& {\n padding: 0;\n cursor: pointer;\n background: transparent;\n border: 0;\n -webkit-appearance: none;\n }\n}\n","//\n// Modals\n// --------------------------------------------------\n\n// .modal-open - body class for killing the scroll\n// .modal - container to scroll within\n// .modal-dialog - positioning shell for the actual modal\n// .modal-content - actual modal w/ bg and corners and shit\n\n// Kill the scroll on the body\n.modal-open {\n overflow: hidden;\n}\n\n// Container that the modal scrolls within\n.modal {\n display: none;\n overflow: hidden;\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: @zindex-modal;\n -webkit-overflow-scrolling: touch;\n\n // Prevent Chrome on Windows from adding a focus outline. For details, see\n // https://github.com/twbs/bootstrap/pull/10951.\n outline: 0;\n\n // When fading in the modal, animate it to slide down\n &.fade .modal-dialog {\n .translate3d(0, -25%, 0);\n .transition-transform(~\"0.3s ease-out\");\n }\n &.in .modal-dialog { .translate3d(0, 0, 0) }\n}\n.modal-open .modal {\n overflow-x: hidden;\n overflow-y: auto;\n}\n\n// Shell div to position the modal with bottom padding\n.modal-dialog {\n position: relative;\n width: auto;\n margin: 10px;\n}\n\n// Actual modal\n.modal-content {\n position: relative;\n background-color: @modal-content-bg;\n border: 1px solid @modal-content-fallback-border-color; //old browsers fallback (ie8 etc)\n border: 1px solid @modal-content-border-color;\n border-radius: @border-radius-large;\n .box-shadow(0 3px 9px rgba(0,0,0,.5));\n background-clip: padding-box;\n // Remove focus outline from opened modal\n outline: 0;\n}\n\n// Modal background\n.modal-backdrop {\n position: fixed;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: @zindex-modal-background;\n background-color: @modal-backdrop-bg;\n // Fade for backdrop\n &.fade { .opacity(0); }\n &.in { .opacity(@modal-backdrop-opacity); }\n}\n\n// Modal header\n// Top section of the modal w/ title and dismiss\n.modal-header {\n padding: @modal-title-padding;\n border-bottom: 1px solid @modal-header-border-color;\n min-height: (@modal-title-padding + @modal-title-line-height);\n}\n// Close icon\n.modal-header .close {\n margin-top: -2px;\n}\n\n// Title text within header\n.modal-title {\n margin: 0;\n line-height: @modal-title-line-height;\n}\n\n// Modal body\n// Where all modal content resides (sibling of .modal-header and .modal-footer)\n.modal-body {\n position: relative;\n padding: @modal-inner-padding;\n}\n\n// Footer (for actions)\n.modal-footer {\n padding: @modal-inner-padding;\n text-align: right; // right align buttons\n border-top: 1px solid @modal-footer-border-color;\n &:extend(.clearfix all); // clear it in case folks use .pull-* classes on buttons\n\n // Properly space out buttons\n .btn + .btn {\n margin-left: 5px;\n margin-bottom: 0; // account for input[type=\"submit\"] which gets the bottom margin like all other inputs\n }\n // but override that for button groups\n .btn-group .btn + .btn {\n margin-left: -1px;\n }\n // and override it for block buttons as well\n .btn-block + .btn-block {\n margin-left: 0;\n }\n}\n\n// Measure scrollbar width for padding body during modal show/hide\n.modal-scrollbar-measure {\n position: absolute;\n top: -9999px;\n width: 50px;\n height: 50px;\n overflow: scroll;\n}\n\n// Scale up the modal\n@media (min-width: @screen-sm-min) {\n // Automatically set modal's width for larger viewports\n .modal-dialog {\n width: @modal-md;\n margin: 30px auto;\n }\n .modal-content {\n .box-shadow(0 5px 15px rgba(0,0,0,.5));\n }\n\n // Modal sizes\n .modal-sm { width: @modal-sm; }\n}\n\n@media (min-width: @screen-md-min) {\n .modal-lg { width: @modal-lg; }\n}\n","//\n// Tooltips\n// --------------------------------------------------\n\n\n// Base class\n.tooltip {\n position: absolute;\n z-index: @zindex-tooltip;\n display: block;\n visibility: visible;\n font-size: @font-size-small;\n line-height: 1.4;\n .opacity(0);\n\n &.in { .opacity(@tooltip-opacity); }\n &.top { margin-top: -3px; padding: @tooltip-arrow-width 0; }\n &.right { margin-left: 3px; padding: 0 @tooltip-arrow-width; }\n &.bottom { margin-top: 3px; padding: @tooltip-arrow-width 0; }\n &.left { margin-left: -3px; padding: 0 @tooltip-arrow-width; }\n}\n\n// Wrapper for the tooltip content\n.tooltip-inner {\n max-width: @tooltip-max-width;\n padding: 3px 8px;\n color: @tooltip-color;\n text-align: center;\n text-decoration: none;\n background-color: @tooltip-bg;\n border-radius: @border-radius-base;\n}\n\n// Arrows\n.tooltip-arrow {\n position: absolute;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n}\n.tooltip {\n &.top .tooltip-arrow {\n bottom: 0;\n left: 50%;\n margin-left: -@tooltip-arrow-width;\n border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n border-top-color: @tooltip-arrow-color;\n }\n &.top-left .tooltip-arrow {\n bottom: 0;\n left: @tooltip-arrow-width;\n border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n border-top-color: @tooltip-arrow-color;\n }\n &.top-right .tooltip-arrow {\n bottom: 0;\n right: @tooltip-arrow-width;\n border-width: @tooltip-arrow-width @tooltip-arrow-width 0;\n border-top-color: @tooltip-arrow-color;\n }\n &.right .tooltip-arrow {\n top: 50%;\n left: 0;\n margin-top: -@tooltip-arrow-width;\n border-width: @tooltip-arrow-width @tooltip-arrow-width @tooltip-arrow-width 0;\n border-right-color: @tooltip-arrow-color;\n }\n &.left .tooltip-arrow {\n top: 50%;\n right: 0;\n margin-top: -@tooltip-arrow-width;\n border-width: @tooltip-arrow-width 0 @tooltip-arrow-width @tooltip-arrow-width;\n border-left-color: @tooltip-arrow-color;\n }\n &.bottom .tooltip-arrow {\n top: 0;\n left: 50%;\n margin-left: -@tooltip-arrow-width;\n border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n border-bottom-color: @tooltip-arrow-color;\n }\n &.bottom-left .tooltip-arrow {\n top: 0;\n left: @tooltip-arrow-width;\n border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n border-bottom-color: @tooltip-arrow-color;\n }\n &.bottom-right .tooltip-arrow {\n top: 0;\n right: @tooltip-arrow-width;\n border-width: 0 @tooltip-arrow-width @tooltip-arrow-width;\n border-bottom-color: @tooltip-arrow-color;\n }\n}\n","//\n// Popovers\n// --------------------------------------------------\n\n\n.popover {\n position: absolute;\n top: 0;\n left: 0;\n z-index: @zindex-popover;\n display: none;\n max-width: @popover-max-width;\n padding: 1px;\n text-align: left; // Reset given new insertion method\n background-color: @popover-bg;\n background-clip: padding-box;\n border: 1px solid @popover-fallback-border-color;\n border: 1px solid @popover-border-color;\n border-radius: @border-radius-large;\n .box-shadow(0 5px 10px rgba(0,0,0,.2));\n\n // Overrides for proper insertion\n white-space: normal;\n\n // Offset the popover to account for the popover arrow\n &.top { margin-top: -@popover-arrow-width; }\n &.right { margin-left: @popover-arrow-width; }\n &.bottom { margin-top: @popover-arrow-width; }\n &.left { margin-left: -@popover-arrow-width; }\n}\n\n.popover-title {\n margin: 0; // reset heading margin\n padding: 8px 14px;\n font-size: @font-size-base;\n font-weight: normal;\n line-height: 18px;\n background-color: @popover-title-bg;\n border-bottom: 1px solid darken(@popover-title-bg, 5%);\n border-radius: (@border-radius-large - 1) (@border-radius-large - 1) 0 0;\n}\n\n.popover-content {\n padding: 9px 14px;\n}\n\n// Arrows\n//\n// .arrow is outer, .arrow:after is inner\n\n.popover > .arrow {\n &,\n &:after {\n position: absolute;\n display: block;\n width: 0;\n height: 0;\n border-color: transparent;\n border-style: solid;\n }\n}\n.popover > .arrow {\n border-width: @popover-arrow-outer-width;\n}\n.popover > .arrow:after {\n border-width: @popover-arrow-width;\n content: \"\";\n}\n\n.popover {\n &.top > .arrow {\n left: 50%;\n margin-left: -@popover-arrow-outer-width;\n border-bottom-width: 0;\n border-top-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n border-top-color: @popover-arrow-outer-color;\n bottom: -@popover-arrow-outer-width;\n &:after {\n content: \" \";\n bottom: 1px;\n margin-left: -@popover-arrow-width;\n border-bottom-width: 0;\n border-top-color: @popover-arrow-color;\n }\n }\n &.right > .arrow {\n top: 50%;\n left: -@popover-arrow-outer-width;\n margin-top: -@popover-arrow-outer-width;\n border-left-width: 0;\n border-right-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n border-right-color: @popover-arrow-outer-color;\n &:after {\n content: \" \";\n left: 1px;\n bottom: -@popover-arrow-width;\n border-left-width: 0;\n border-right-color: @popover-arrow-color;\n }\n }\n &.bottom > .arrow {\n left: 50%;\n margin-left: -@popover-arrow-outer-width;\n border-top-width: 0;\n border-bottom-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n border-bottom-color: @popover-arrow-outer-color;\n top: -@popover-arrow-outer-width;\n &:after {\n content: \" \";\n top: 1px;\n margin-left: -@popover-arrow-width;\n border-top-width: 0;\n border-bottom-color: @popover-arrow-color;\n }\n }\n\n &.left > .arrow {\n top: 50%;\n right: -@popover-arrow-outer-width;\n margin-top: -@popover-arrow-outer-width;\n border-right-width: 0;\n border-left-color: @popover-arrow-outer-fallback-color; // IE8 fallback\n border-left-color: @popover-arrow-outer-color;\n &:after {\n content: \" \";\n right: 1px;\n border-right-width: 0;\n border-left-color: @popover-arrow-color;\n bottom: -@popover-arrow-width;\n }\n }\n\n}\n","//\n// Carousel\n// --------------------------------------------------\n\n\n// Wrapper for the slide container and indicators\n.carousel {\n position: relative;\n}\n\n.carousel-inner {\n position: relative;\n overflow: hidden;\n width: 100%;\n\n > .item {\n display: none;\n position: relative;\n .transition(.6s ease-in-out left);\n\n // Account for jankitude on images\n > img,\n > a > img {\n &:extend(.img-responsive);\n line-height: 1;\n }\n }\n\n > .active,\n > .next,\n > .prev {\n display: block;\n }\n\n > .active {\n left: 0;\n }\n\n > .next,\n > .prev {\n position: absolute;\n top: 0;\n width: 100%;\n }\n\n > .next {\n left: 100%;\n }\n > .prev {\n left: -100%;\n }\n > .next.left,\n > .prev.right {\n left: 0;\n }\n\n > .active.left {\n left: -100%;\n }\n > .active.right {\n left: 100%;\n }\n\n}\n\n// Left/right controls for nav\n// ---------------------------\n\n.carousel-control {\n position: absolute;\n top: 0;\n left: 0;\n bottom: 0;\n width: @carousel-control-width;\n .opacity(@carousel-control-opacity);\n font-size: @carousel-control-font-size;\n color: @carousel-control-color;\n text-align: center;\n text-shadow: @carousel-text-shadow;\n // We can't have this transition here because WebKit cancels the carousel\n // animation if you trip this while in the middle of another animation.\n\n // Set gradients for backgrounds\n &.left {\n #gradient > .horizontal(@start-color: rgba(0,0,0,.5); @end-color: rgba(0,0,0,.0001));\n }\n &.right {\n left: auto;\n right: 0;\n #gradient > .horizontal(@start-color: rgba(0,0,0,.0001); @end-color: rgba(0,0,0,.5));\n }\n\n // Hover/focus state\n &:hover,\n &:focus {\n outline: 0;\n color: @carousel-control-color;\n text-decoration: none;\n .opacity(.9);\n }\n\n // Toggles\n .icon-prev,\n .icon-next,\n .glyphicon-chevron-left,\n .glyphicon-chevron-right {\n position: absolute;\n top: 50%;\n z-index: 5;\n display: inline-block;\n }\n .icon-prev,\n .glyphicon-chevron-left {\n left: 50%;\n margin-left: -10px;\n }\n .icon-next,\n .glyphicon-chevron-right {\n right: 50%;\n margin-right: -10px;\n }\n .icon-prev,\n .icon-next {\n width: 20px;\n height: 20px;\n margin-top: -10px;\n font-family: serif;\n }\n\n\n .icon-prev {\n &:before {\n content: '\\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)\n }\n }\n .icon-next {\n &:before {\n content: '\\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)\n }\n }\n}\n\n// Optional indicator pips\n//\n// Add an unordered list with the following class and add a list item for each\n// slide your carousel holds.\n\n.carousel-indicators {\n position: absolute;\n bottom: 10px;\n left: 50%;\n z-index: 15;\n width: 60%;\n margin-left: -30%;\n padding-left: 0;\n list-style: none;\n text-align: center;\n\n li {\n display: inline-block;\n width: 10px;\n height: 10px;\n margin: 1px;\n text-indent: -999px;\n border: 1px solid @carousel-indicator-border-color;\n border-radius: 10px;\n cursor: pointer;\n\n // IE8-9 hack for event handling\n //\n // Internet Explorer 8-9 does not support clicks on elements without a set\n // `background-color`. We cannot use `filter` since that's not viewed as a\n // background color by the browser. Thus, a hack is needed.\n //\n // For IE8, we set solid black as it doesn't support `rgba()`. For IE9, we\n // set alpha transparency for the best results possible.\n background-color: #000 \\9; // IE8\n background-color: rgba(0,0,0,0); // IE9\n }\n .active {\n margin: 0;\n width: 12px;\n height: 12px;\n background-color: @carousel-indicator-active-bg;\n }\n}\n\n// Optional captions\n// -----------------------------\n// Hidden by default for smaller viewports\n.carousel-caption {\n position: absolute;\n left: 15%;\n right: 15%;\n bottom: 20px;\n z-index: 10;\n padding-top: 20px;\n padding-bottom: 20px;\n color: @carousel-caption-color;\n text-align: center;\n text-shadow: @carousel-text-shadow;\n & .btn {\n text-shadow: none; // No shadow for button elements in carousel-caption\n }\n}\n\n\n// Scale up controls for tablets and up\n@media screen and (min-width: @screen-sm-min) {\n\n // Scale up the controls a smidge\n .carousel-control {\n .glyphicon-chevron-left,\n .glyphicon-chevron-right,\n .icon-prev,\n .icon-next {\n width: 30px;\n height: 30px;\n margin-top: -15px;\n font-size: 30px;\n }\n .glyphicon-chevron-left,\n .icon-prev {\n margin-left: -15px;\n }\n .glyphicon-chevron-right,\n .icon-next {\n margin-right: -15px;\n }\n }\n\n // Show and left align the captions\n .carousel-caption {\n left: 20%;\n right: 20%;\n padding-bottom: 30px;\n }\n\n // Move up the indicators\n .carousel-indicators {\n bottom: 20px;\n }\n}\n","// Clearfix\n//\n// For modern browsers\n// 1. The space content is one way to avoid an Opera bug when the\n// contenteditable attribute is included anywhere else in the document.\n// Otherwise it causes space to appear at the top and bottom of elements\n// that are clearfixed.\n// 2. The use of `table` rather than `block` is only necessary if using\n// `:before` to contain the top-margins of child elements.\n//\n// Source: http://nicolasgallagher.com/micro-clearfix-hack/\n\n.clearfix() {\n &:before,\n &:after {\n content: \" \"; // 1\n display: table; // 2\n }\n &:after {\n clear: both;\n }\n}\n","// Center-align a block level element\n\n.center-block() {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}\n","// CSS image replacement\n//\n// Heads up! v3 launched with with only `.hide-text()`, but per our pattern for\n// mixins being reused as classes with the same name, this doesn't hold up. As\n// of v3.0.1 we have added `.text-hide()` and deprecated `.hide-text()`.\n//\n// Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757\n\n// Deprecated as of v3.0.1 (will be removed in v4)\n.hide-text() {\n font: ~\"0/0\" a;\n color: transparent;\n text-shadow: none;\n background-color: transparent;\n border: 0;\n}\n\n// New mixin to use as of v3.0.1\n.text-hide() {\n .hide-text();\n}\n","//\n// Responsive: Utility classes\n// --------------------------------------------------\n\n\n// IE10 in Windows (Phone) 8\n//\n// Support for responsive views via media queries is kind of borked in IE10, for\n// Surface/desktop in split view and for Windows Phone 8. This particular fix\n// must be accompanied by a snippet of JavaScript to sniff the user agent and\n// apply some conditional CSS to *only* the Surface/desktop Windows 8. Look at\n// our Getting Started page for more information on this bug.\n//\n// For more information, see the following:\n//\n// Issue: https://github.com/twbs/bootstrap/issues/10497\n// Docs: http://getbootstrap.com/getting-started/#support-ie10-width\n// Source: http://timkadlec.com/2013/01/windows-phone-8-and-device-width/\n// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/\n\n@-ms-viewport {\n width: device-width;\n}\n\n\n// Visibility utilities\n// Note: Deprecated .visible-xs, .visible-sm, .visible-md, and .visible-lg as of v3.2.0\n.visible-xs,\n.visible-sm,\n.visible-md,\n.visible-lg {\n .responsive-invisibility();\n}\n\n.visible-xs-block,\n.visible-xs-inline,\n.visible-xs-inline-block,\n.visible-sm-block,\n.visible-sm-inline,\n.visible-sm-inline-block,\n.visible-md-block,\n.visible-md-inline,\n.visible-md-inline-block,\n.visible-lg-block,\n.visible-lg-inline,\n.visible-lg-inline-block {\n display: none !important;\n}\n\n.visible-xs {\n @media (max-width: @screen-xs-max) {\n .responsive-visibility();\n }\n}\n.visible-xs-block {\n @media (max-width: @screen-xs-max) {\n display: block !important;\n }\n}\n.visible-xs-inline {\n @media (max-width: @screen-xs-max) {\n display: inline !important;\n }\n}\n.visible-xs-inline-block {\n @media (max-width: @screen-xs-max) {\n display: inline-block !important;\n }\n}\n\n.visible-sm {\n @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n .responsive-visibility();\n }\n}\n.visible-sm-block {\n @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n display: block !important;\n }\n}\n.visible-sm-inline {\n @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n display: inline !important;\n }\n}\n.visible-sm-inline-block {\n @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n display: inline-block !important;\n }\n}\n\n.visible-md {\n @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n .responsive-visibility();\n }\n}\n.visible-md-block {\n @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n display: block !important;\n }\n}\n.visible-md-inline {\n @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n display: inline !important;\n }\n}\n.visible-md-inline-block {\n @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n display: inline-block !important;\n }\n}\n\n.visible-lg {\n @media (min-width: @screen-lg-min) {\n .responsive-visibility();\n }\n}\n.visible-lg-block {\n @media (min-width: @screen-lg-min) {\n display: block !important;\n }\n}\n.visible-lg-inline {\n @media (min-width: @screen-lg-min) {\n display: inline !important;\n }\n}\n.visible-lg-inline-block {\n @media (min-width: @screen-lg-min) {\n display: inline-block !important;\n }\n}\n\n.hidden-xs {\n @media (max-width: @screen-xs-max) {\n .responsive-invisibility();\n }\n}\n.hidden-sm {\n @media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {\n .responsive-invisibility();\n }\n}\n.hidden-md {\n @media (min-width: @screen-md-min) and (max-width: @screen-md-max) {\n .responsive-invisibility();\n }\n}\n.hidden-lg {\n @media (min-width: @screen-lg-min) {\n .responsive-invisibility();\n }\n}\n\n\n// Print utilities\n//\n// Media queries are placed on the inside to be mixin-friendly.\n\n// Note: Deprecated .visible-print as of v3.2.0\n.visible-print {\n .responsive-invisibility();\n\n @media print {\n .responsive-visibility();\n }\n}\n.visible-print-block {\n display: none !important;\n\n @media print {\n display: block !important;\n }\n}\n.visible-print-inline {\n display: none !important;\n\n @media print {\n display: inline !important;\n }\n}\n.visible-print-inline-block {\n display: none !important;\n\n @media print {\n display: inline-block !important;\n }\n}\n\n.hidden-print {\n @media print {\n .responsive-invisibility();\n }\n}\n","// Responsive utilities\n\n//\n// More easily include all the states for responsive-utilities.less.\n.responsive-visibility() {\n display: block !important;\n table& { display: table; }\n tr& { display: table-row !important; }\n th&,\n td& { display: table-cell !important; }\n}\n\n.responsive-invisibility() {\n display: none !important;\n}\n"]}
skin/frontend/accessshop/default/css/jquery.fancybox.css ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
2
+ .fancybox-wrap,
3
+ .fancybox-skin,
4
+ .fancybox-outer,
5
+ .fancybox-inner,
6
+ .fancybox-image,
7
+ .fancybox-wrap iframe,
8
+ .fancybox-wrap object,
9
+ .fancybox-nav,
10
+ .fancybox-nav span,
11
+ .fancybox-tmp
12
+ {
13
+ padding: 0;
14
+ margin: 0;
15
+ border: 0;
16
+ outline: none;
17
+ vertical-align: top;
18
+ }
19
+
20
+ .fancybox-wrap {
21
+ position: absolute;
22
+ top: 0;
23
+ left: 0;
24
+ z-index: 8020;
25
+ }
26
+
27
+ .fancybox-skin {
28
+ position: relative;
29
+ background: #f9f9f9;
30
+ color: #444;
31
+ text-shadow: none;
32
+ -webkit-border-radius: 4px;
33
+ -moz-border-radius: 4px;
34
+ border-radius: 4px;
35
+ }
36
+
37
+ .fancybox-opened {
38
+ z-index: 8030;
39
+ }
40
+
41
+ .fancybox-opened .fancybox-skin {
42
+ -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
43
+ -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
44
+ box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
45
+ }
46
+
47
+ .fancybox-outer, .fancybox-inner {
48
+ position: relative;
49
+ }
50
+
51
+ .fancybox-inner {
52
+ overflow: hidden;
53
+ }
54
+
55
+ .fancybox-type-iframe .fancybox-inner {
56
+ -webkit-overflow-scrolling: touch;
57
+ }
58
+
59
+ .fancybox-error {
60
+ color: #444;
61
+ font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
62
+ margin: 0;
63
+ padding: 15px;
64
+ white-space: nowrap;
65
+ }
66
+
67
+ .fancybox-image, .fancybox-iframe {
68
+ display: block;
69
+ width: 100%;
70
+ height: 100%;
71
+ }
72
+
73
+ .fancybox-image {
74
+ max-width: 100%;
75
+ max-height: 100%;
76
+ }
77
+
78
+ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
79
+ background-image: url('../images/fancybox_sprite.png');
80
+ }
81
+
82
+ #fancybox-loading {
83
+ position: fixed;
84
+ top: 50%;
85
+ left: 50%;
86
+ margin-top: -22px;
87
+ margin-left: -22px;
88
+ background-position: 0 -108px;
89
+ opacity: 0.8;
90
+ cursor: pointer;
91
+ z-index: 8060;
92
+ }
93
+
94
+ #fancybox-loading div {
95
+ width: 44px;
96
+ height: 44px;
97
+ background: url('../images/fancybox_loading.gif') center center no-repeat;
98
+ }
99
+
100
+ .fancybox-close {
101
+ position: absolute;
102
+ top: -18px;
103
+ right: -18px;
104
+ width: 36px;
105
+ height: 36px;
106
+ cursor: pointer;
107
+ z-index: 8040;
108
+ }
109
+
110
+ .fancybox-nav {
111
+ position: absolute;
112
+ top: 0;
113
+ width: 40%;
114
+ height: 100%;
115
+ cursor: pointer;
116
+ text-decoration: none;
117
+ background: transparent url('../images/blank.gif'); /* helps IE */
118
+ -webkit-tap-highlight-color: rgba(0,0,0,0);
119
+ z-index: 8040;
120
+ }
121
+
122
+ .fancybox-prev {
123
+ left: 0;
124
+ }
125
+
126
+ .fancybox-next {
127
+ right: 0;
128
+ }
129
+
130
+ .fancybox-nav span {
131
+ position: absolute;
132
+ top: 50%;
133
+ width: 36px;
134
+ height: 34px;
135
+ margin-top: -18px;
136
+ cursor: pointer;
137
+ z-index: 8040;
138
+ visibility: hidden;
139
+ }
140
+
141
+ .fancybox-prev span {
142
+ left: 10px;
143
+ background-position: 0 -36px;
144
+ }
145
+
146
+ .fancybox-next span {
147
+ right: 10px;
148
+ background-position: 0 -72px;
149
+ }
150
+
151
+ .fancybox-nav:hover span {
152
+ visibility: visible;
153
+ }
154
+
155
+ .fancybox-tmp {
156
+ position: absolute;
157
+ top: -99999px;
158
+ left: -99999px;
159
+ visibility: hidden;
160
+ max-width: 99999px;
161
+ max-height: 99999px;
162
+ overflow: visible !important;
163
+ }
164
+
165
+ /* Overlay helper */
166
+
167
+ .fancybox-lock {
168
+ overflow: hidden !important;
169
+ width: auto;
170
+ }
171
+
172
+ .fancybox-lock body {
173
+ overflow: hidden !important;
174
+ }
175
+
176
+ .fancybox-lock-test {
177
+ overflow-y: hidden !important;
178
+ }
179
+
180
+ .fancybox-overlay {
181
+ position: absolute;
182
+ top: 0;
183
+ left: 0;
184
+ overflow: hidden;
185
+ display: none;
186
+ z-index: 8010;
187
+ background: url('../images/fancybox_overlay.png');
188
+ }
189
+
190
+ .fancybox-overlay-fixed {
191
+ position: fixed;
192
+ bottom: 0;
193
+ right: 0;
194
+ }
195
+
196
+ .fancybox-lock .fancybox-overlay {
197
+ overflow: auto;
198
+ overflow-y: scroll;
199
+ }
200
+
201
+ /* Title helper */
202
+
203
+ .fancybox-title {
204
+ visibility: hidden;
205
+ font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
206
+ position: relative;
207
+ text-shadow: none;
208
+ z-index: 8050;
209
+ }
210
+
211
+ .fancybox-opened .fancybox-title {
212
+ visibility: visible;
213
+ }
214
+
215
+ .fancybox-title-float-wrap {
216
+ position: absolute;
217
+ bottom: 0;
218
+ right: 50%;
219
+ margin-bottom: -35px;
220
+ z-index: 8050;
221
+ text-align: center;
222
+ }
223
+
224
+ .fancybox-title-float-wrap .child {
225
+ display: inline-block;
226
+ margin-right: -100%;
227
+ padding: 2px 20px;
228
+ background: transparent; /* Fallback for web browsers that doesn't support RGBa */
229
+ background: rgba(0, 0, 0, 0.8);
230
+ -webkit-border-radius: 15px;
231
+ -moz-border-radius: 15px;
232
+ border-radius: 15px;
233
+ text-shadow: 0 1px 2px #222;
234
+ color: #FFF;
235
+ font-weight: bold;
236
+ line-height: 24px;
237
+ white-space: nowrap;
238
+ }
239
+
240
+ .fancybox-title-outside-wrap {
241
+ position: relative;
242
+ margin-top: 10px;
243
+ color: #fff;
244
+ }
245
+
246
+ .fancybox-title-inside-wrap {
247
+ padding-top: 10px;
248
+ }
249
+
250
+ .fancybox-title-over-wrap {
251
+ position: absolute;
252
+ bottom: 0;
253
+ left: 0;
254
+ color: #fff;
255
+ padding: 10px;
256
+ background: #000;
257
+ background: rgba(0, 0, 0, .8);
258
+ }
259
+
260
+ /*Retina graphics!*/
261
+ @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
262
+ only screen and (min--moz-device-pixel-ratio: 1.5),
263
+ only screen and (min-device-pixel-ratio: 1.5){
264
+
265
+ #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
266
+ background-image: url('../images/fancybox_sprite@2x.png');
267
+ background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
268
+ }
269
+
270
+ #fancybox-loading div {
271
+ background-image: url('../images/fancybox_loading@2x.gif');
272
+ background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
273
+ }
274
+ }
skin/frontend/accessshop/default/css/main-responsive.css ADDED
@@ -0,0 +1,309 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
3
+ */
4
+
5
+ @media (max-width: 1200px) {
6
+ .right-header-top .welcome.col-sm-3{
7
+ width: 100%;
8
+ text-align: right;
9
+ }
10
+ .right-header-top .col-sm-9{
11
+ width: 100%;
12
+ }
13
+ .product-image {
14
+ max-width: none;
15
+ width: 100%;
16
+ }
17
+ .col-right{
18
+ width: 23%;
19
+ }
20
+ .block-content > img {
21
+ width: 100%;
22
+ }
23
+ .box-left {
24
+ width: 75%;
25
+ }
26
+ .box-left > img, .box-right > img {
27
+ width: 100%;
28
+ }
29
+ .box-right{
30
+ width: 24%;
31
+ }
32
+ .responsive-features-left{
33
+ width: 65%;
34
+ }
35
+ .responsive-features-right{
36
+ width: 30%;
37
+ }
38
+ .responsive-display-img > img {
39
+ width: 100%;
40
+ }
41
+ .right-image > img {
42
+ width: 100%;
43
+ }
44
+ .imgresponsive {
45
+ width: 100%;
46
+ }
47
+ .productimage label{
48
+ top: 170px;
49
+ }
50
+ .col-left {
51
+ width: 25%;
52
+ }
53
+ .col2-layout .col-main {
54
+ float: left;
55
+ width: 70%;
56
+ }
57
+ .top-cart{
58
+ border: none;
59
+ }
60
+ #sequence > .sequence-canvas li > .banner-container{
61
+ width: 100%;
62
+ }
63
+ .col3-layout .col-main {
64
+ width: 44%;
65
+ }
66
+
67
+ }
68
+
69
+ @media (max-width: 992px) {
70
+ header .col-sm-4, header .col-sm-6 {
71
+ width: 100%;
72
+ }
73
+ header .col-sm-6.col-sm-offset-2{
74
+ margin-left: 0;
75
+ margin-bottom: 20px;
76
+ float: left;
77
+ }
78
+ .logo{
79
+ text-align: center;
80
+ float: none;
81
+ }
82
+ .services{
83
+ width: 49%;
84
+ margin-bottom: 5px;
85
+ }
86
+ .services:nth-of-type(2n){
87
+ border-right: none;
88
+ }
89
+ .maincontent.col1-layout{
90
+ overflow: hidden;
91
+ }
92
+ .categories-search input[type="text"]{
93
+ width: 240px !important;
94
+ }
95
+ .product-options-bottom .add-to-links{
96
+ position: static;
97
+ }
98
+ .related-items {
99
+ margin-top: 36px;
100
+ }
101
+ .productimage > img {
102
+ height: auto;
103
+ width: 100%;
104
+ }
105
+ .display-onhover .add-to-links{
106
+ top: 10px;
107
+ }
108
+ .display-onhover .actions{
109
+ top: 92px;
110
+ }
111
+ .title{
112
+ width: 90%;
113
+ }
114
+ .subtitle{
115
+ width: 50%;
116
+ }
117
+ .col3-layout .col-main {
118
+ width: 42%;
119
+ }
120
+
121
+ }
122
+ @media (max-width: 767px) {
123
+ header, .maincontent, .brands, #before-footer, footer{
124
+ padding: 0 1%;
125
+ }
126
+ #before-footer{
127
+ padding: 10px 1%;
128
+ }
129
+ .col-sm-4.wow.slideInRight.animated {
130
+ margin-left: 100px;
131
+ }
132
+ .focus-content .col-sm-4{
133
+ clear: both;
134
+ float: left;
135
+ margin-bottom: 10px;
136
+ width: 100%;
137
+ }
138
+ .right-links{
139
+ padding-bottom: 15px;
140
+ }
141
+ .block-footer-bottom-right-links.pull-right, .block-copyright.pull-left{
142
+ float: none !important;
143
+ text-align: center;
144
+ clear: both;
145
+ width: 100%;
146
+ }
147
+ .block-footer-bottom-right-links ul{
148
+ float: none;
149
+ margin: 10px 0;
150
+ }
151
+ .header-top .col-sm-5{
152
+ text-align: center;
153
+ }
154
+ .header-top .col-sm-7{
155
+ width: 100%;
156
+ }
157
+ .col-sm-8.pull-right{
158
+ float: none;
159
+ text-align: center;
160
+ width: 100%;
161
+ }
162
+ /* .mini-products-list .product-details{
163
+ text-align: center;
164
+ }*/
165
+ .navbar-form.navbar-right {
166
+ clear: both;
167
+ display: inline-block;
168
+ }
169
+ .col-sm-12.top-search {
170
+ clear: both;
171
+ float: none;
172
+ }
173
+ .col-sm-12.top-cart {
174
+ clear: both;
175
+ float: none;
176
+ }
177
+ .list-inline.pull-right.topcart {
178
+ float: none !important;
179
+ }
180
+ .col-main{
181
+ width: 100% !important;
182
+ }
183
+ .col-right.sidebar{
184
+ width: 100%;
185
+ margin-left: 0;
186
+ }
187
+ .add-to-box{
188
+ min-height: 150px;
189
+ }
190
+ .product-img-column{
191
+ width: 100%;
192
+ }
193
+ .responsive-features-left{
194
+ width: 100%;
195
+ }
196
+ .responsive-features-right{
197
+ width: 100%;
198
+ }
199
+ .right-header-top{
200
+ text-align: center;
201
+ }
202
+
203
+ .js #menu {
204
+ display:none;
205
+ }
206
+
207
+ .product-options-bottom .add-to-links{
208
+ position: absolute;
209
+ }
210
+ .imgresponsive{
211
+ width: auto;
212
+ }
213
+ .dropdown-menu {
214
+ position: relative;
215
+ width: 100%;
216
+ box-shadow: none;
217
+ border: none;
218
+ }
219
+ .dropdown li {
220
+ padding: 5px 0;
221
+ width: 100%;
222
+ z-index: 999;
223
+ }
224
+ .level1.dropdown-menu{
225
+ left: 0;
226
+ }
227
+ .col-left{
228
+ width: 100%;
229
+ }
230
+ .products-grid .item{
231
+ width: 100%;
232
+ }
233
+ .productimage > img{
234
+ width: auto;
235
+ }
236
+ .maincontent {
237
+ overflow: hidden;
238
+ }
239
+ .header .welcome-msg, .welcome{
240
+ float: none;
241
+ }
242
+ .col3-layout .col-main {
243
+ width: 98% !important;
244
+ }
245
+ .col2-layout .col-main {
246
+ width: 98% !important;
247
+ }
248
+ .navbar-nav > li.parent > a:after{
249
+ content: '';
250
+ }
251
+ }
252
+ @media (max-width: 640px){
253
+ .newsletter-box .box-left, .newsletter-box .box-right{
254
+ width: 100%;
255
+ border: none;
256
+ }
257
+ .newsletter-box .box-left{
258
+ border-bottom: 1px solid #CCC;
259
+ }
260
+ .newsletter-box .box-right{
261
+ border-top: 1px solid #fff;
262
+ }
263
+ .banner{
264
+ display: none;
265
+ }
266
+ .left-image{
267
+ width: 100%;
268
+ }
269
+ .middle-text{
270
+ width: 100%;
271
+ }
272
+ }
273
+ @media (max-width: 480px) {
274
+ .services{
275
+ width: 100%;
276
+ margin-bottom: 15px;
277
+ border-right: none;
278
+ border-bottom: 1px solid #DDD;
279
+ }
280
+ .services:nth-of-type(4){
281
+ border-bottom: none;
282
+ }
283
+ .welcome.pull-left{
284
+ display: block;
285
+ float: none !important;
286
+ margin-bottom: 10px;
287
+ text-align: center;
288
+ }
289
+ .right-header-top{
290
+ padding: 0;
291
+ }
292
+ .categories-search select{
293
+ width: 90px;
294
+ }
295
+ .categories-search input[type="text"]{
296
+ width: 120px !important;
297
+ }
298
+ .custom-link{
299
+ display: none;
300
+ }
301
+ .right-header-top {
302
+ text-align: center;
303
+ }
304
+ .sorter .amount, .sorter .sort-by, .sorter .limiter, .sorter .view-mode, .sorter .pages{
305
+ width: 100%;
306
+ }
307
+ }
308
+
309
+
skin/frontend/accessshop/default/css/main.css ADDED
@@ -0,0 +1,2210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * @copyright Copyright (c) 2015 AccessShop Themes (http://www.accessshopthemes.com)
3
+ */
4
+
5
+ a {
6
+ color: #f23f3f;
7
+ }
8
+ a:hover {
9
+ color: #f23f3f;
10
+ text-decoration: underline;
11
+ }
12
+ .logo{
13
+ padding: 37px 0;
14
+ }
15
+ .header-top{
16
+ /*padding: 7px 0 10px;*/
17
+ line-height: 38px;
18
+ border-bottom: 1px solid #e5e5e5;
19
+ font-size: 13px;
20
+ font-family: 'Roboto Condensed', sans-serif;
21
+ }
22
+ .left-header-top {
23
+ padding-top: 5px;
24
+ }
25
+ .left-header-top .list-inline{
26
+ display: inline-block;
27
+ }
28
+ .left-header-top a, .right-header-top a{
29
+ color: #333;
30
+ }
31
+ /* Left Menu */
32
+ .block-leftnav { /*margin-top: 35px;*/ }
33
+ .block-leftnav .block-title { font-size:16px; border-bottom:1px solid #E1E1E1; margin-bottom: 0 !important; padding-bottom: 0 !important; }
34
+ .block-leftnav .block-content { }
35
+ .block-leftnav .block-content ul { padding: 0; list-style-position:inside;}
36
+ .block-leftnav .block-content ul li { }
37
+ .block-leftnav .block-content ul li.active { background:#333; color: #fff; padding-left: 10px; }
38
+ .block-leftnav .block-content ul li.active a {color:#f23f3f; }
39
+ .block-leftnav .block-content ul li a {border-bottom: 1px solid #ddd; color: #333; display: block; font-size: 14px; line-height: 1.6; padding: 5px 0 5px 15px; position: relative;}
40
+ .block-leftnav .block-content ul li a:before {content: "\f105"; font-family: FontAwesome; font-style: normal; font-weight: normal; text-decoration: inherit;
41
+ /*--adjust as necessary--*/
42
+ color: #333;
43
+ font-size: 12px;
44
+ padding-right: 0.5em;
45
+ position: absolute;
46
+ left: 5px;
47
+ top: 6px;}
48
+ .block-leftnav .block-content ul li a:hover { color:#f23f3f; text-decoration: none; }
49
+ .block-leftnav .block-content > ul > li.level0 { border-bottom:1px solid #E1E1E1; padding: 10px;}
50
+ .block-leftnav .block-content > ul > li.level0:last-child {border-bottom: 0; }
51
+ .block-leftnav .block-content > ul > li.level0:hover {background-color: #efefef; text-decoration: none;}
52
+ .block-leftnav .block-content > ul > li.level0 > a { font-weight:bold; }
53
+ .block-leftnav .block-content ul ul { /*padding-left: 15px;*/ }
54
+ .block-leftnav .block-content ul ul ul a { color: #333 }
55
+ .block-leftnav .block-content ul ul li a:before{ left: 15px;}
56
+ .block-leftnav .block-content ul ul ul li a:before{ left: 25px;}
57
+
58
+
59
+ .block-leftnav .level1 a {
60
+ padding-left: 25px !important;
61
+ }
62
+ .block-leftnav .level2 a {
63
+ padding-left: 36px !important;
64
+ }
65
+
66
+ .top-cart {
67
+ display: inline-block;
68
+ border-left: 1px solid #CCC;
69
+ position: relative;
70
+ }
71
+ .right-header-top ul.list-inline{
72
+ display: inline-block;
73
+ }
74
+ .links{
75
+ padding-right: 5px;
76
+ text-transform: uppercase;
77
+ }
78
+ .custom-link{
79
+ padding-right: 20px;
80
+ text-transform: uppercase;
81
+ }
82
+ .text-right {
83
+ text-align: right;
84
+ }
85
+ .user-links a{
86
+ font-family: 'Arimo', sans-serif;
87
+ font-size: 11px;
88
+ line-height: 1.4;
89
+ text-transform: uppercase;
90
+ color: #333333;
91
+ }
92
+ .user-links a:hover{
93
+ color: #999999;
94
+ text-decoration: none;
95
+ }
96
+ .user-links .list-inline li{
97
+ padding-left: 15px;
98
+ padding-right: 15px;
99
+ }
100
+ .user-links .list-inline li:last-child{
101
+ padding-right: 0;
102
+ }
103
+ .block-header-middle li a{
104
+ color: #000;
105
+ font-size: 13px;
106
+ font-family: 'Arimo', sans-serif;
107
+ }
108
+ .block-header-middle li{
109
+ padding-left: 15px;
110
+ padding-right: 15px;
111
+ }
112
+ .block-header-middle li a:hover{
113
+ text-decoration: none;
114
+ }
115
+ .block-header-middle li:last-child{
116
+ padding-right: 0;
117
+ }
118
+ .topcart{
119
+ font-family: "Roboto Condensed",sans-serif;
120
+ font-size: 13px;
121
+ margin-left: 5px;
122
+ padding-top: 6px;
123
+ }
124
+ .topcart label{
125
+ font-weight: normal;
126
+ margin-right: 5px;
127
+ }
128
+ .topcart .cart-sub-total{
129
+ text-decoration: underline;
130
+ margin-right: 7px;
131
+ padding: 0 5px;
132
+ }
133
+
134
+ .categories-search{
135
+ border: 1px solid #ccc;
136
+ float: left;
137
+ font-family: "Roboto Condensed",sans-serif;
138
+ font-size: 12px;
139
+ padding: 5px;
140
+ margin-right: 4px;
141
+ }
142
+ .categories-search select{
143
+ border: none;
144
+ float: left;
145
+ height: auto;
146
+ padding: 0;
147
+ width: 126px;
148
+ }
149
+ .categories-search input[type="text"]{
150
+ border: none;
151
+ border-left: 1px solid #CCC;
152
+ box-shadow: none;
153
+ height: auto;
154
+ padding: 0 0 0 5px;
155
+ margin-left: 5px;
156
+ width: 305px !important;
157
+ }
158
+ .searchbtn{
159
+ background: #f23f3f;
160
+ border: none;
161
+ font-size: 12px;
162
+ height: 32px;
163
+ width: 34px;
164
+ color: #FFF;
165
+ }
166
+ #search_mini_form{
167
+ padding-right: 0 !important;
168
+ }
169
+ .topcart li{
170
+ padding-right: 0;
171
+ }
172
+ .top-shopping-cart{
173
+ display: inline-block;
174
+ background: none repeat scroll 0 0 #efefef;
175
+ border: medium none;
176
+ color: #333333;
177
+ font-size: 12px;
178
+ height: 32px;
179
+ position: relative;
180
+ width: 34px;
181
+ text-align: center;
182
+ line-height: 32px;
183
+ }
184
+ .top-shopping-cart span{
185
+ position: absolute;
186
+ right: -7px;
187
+ top: -7px;
188
+ width: 16px;
189
+ height: 16px;
190
+ background-color: #00bff3;
191
+ border-radius: 50%;
192
+ text-align: center;
193
+ line-height: 16px;
194
+ color: #FFF;
195
+ font-size: 9px;
196
+ }
197
+ .top-shopping-cart span a{
198
+ color: #FFF;
199
+ font-size: 9px;
200
+ }
201
+ .navbar{
202
+ border-bottom: 1px solid #e5e5e5;
203
+ border-top: 1px solid #e5e5e5;
204
+ margin-bottom: 6px;
205
+ background: #FFF;
206
+ }
207
+ /*.navbar-nav{
208
+ padding-left: 31px;
209
+ }*/
210
+ .navbar .navbar-collapse{
211
+ padding: 0;
212
+ }
213
+ .navbar-default .navbar-nav li a{
214
+ color: #000;
215
+ text-transform: uppercase;
216
+ padding-left: 24px;
217
+ padding-right: 24px;
218
+ }
219
+ .navbar-default .navbar-nav li.active > a, .navbar-default .navbar-nav li:hover > a{
220
+ background-color: #f23f3f; /* color overlay */
221
+ color: #FFF;
222
+ }
223
+ .banner{
224
+ background: #cccccc;
225
+ margin-bottom: 35px;
226
+ }
227
+
228
+ .block{
229
+ padding: 15px;
230
+ background: #FFF;
231
+ margin-bottom: 15px;
232
+ border: none;
233
+ }
234
+ .block .block-title{
235
+ font-family: 'Arimo', sans-serif;
236
+ font-weight: 700;
237
+ font-size: 20px;
238
+ text-transform: uppercase;
239
+ color: #111111;
240
+ padding: 0;
241
+ border-bottom: 1px solid #e3e3e3;
242
+ line-height: 1
243
+ }
244
+ .block .block-title strong{
245
+ font-size: inherit;
246
+ font-weight: normal;
247
+ }
248
+ .block.block-category .block-content{
249
+ padding: 0;
250
+ }
251
+ .block-category ul{
252
+ margin: 0;
253
+ padding: 0;
254
+ list-style: none;
255
+ }
256
+ .block-category ul li{
257
+ font-size: 14px;
258
+ line-height: 38px;
259
+ border-bottom: 1px solid #e3e3e3;
260
+ text-transform: uppercase;
261
+ }
262
+ .block-category ul li:last-child{
263
+ border-bottom: none;
264
+ }
265
+ .block-category ul li a{
266
+ color: #111111;
267
+ }
268
+ .block-category ul li a .plus{
269
+ width: 12px;
270
+ height: 12px;
271
+ background: url(../images/plus.gif) no-repeat;
272
+ display: inline-block;
273
+ margin-right: 5px;
274
+ }
275
+ .block-seller .block-content li {
276
+ clear: both;
277
+ padding: 10px 0;
278
+ }
279
+ .block-seller .product-img{
280
+ float: left;
281
+ margin-right: 10px;
282
+ }
283
+ .block-seller .product-desc .product-name{
284
+ border-bottom: none;
285
+ font-family: 'Open Sans', sans-serif;
286
+ font-size: 13px;
287
+ font-weight: 700;
288
+ text-transform: uppercase;
289
+ margin-top: 0;
290
+ margin-bottom: 10px;
291
+ }
292
+ .block-seller .price-box .old-price .price{
293
+ color: #cccccc;
294
+ font-family: 'Open Sans', sans-serif;
295
+ font-size: 13px;
296
+ font-weight: 300;
297
+ text-decoration: line-through;
298
+ }
299
+ .block-seller .price-box .regular-price .price{
300
+ color: #f23f3f;
301
+ font-family: 'Open Sans', sans-serif;
302
+ font-size: 13px;
303
+ font-weight: 700;
304
+ }
305
+ .special-block{
306
+ margin-top: 20px;
307
+ }
308
+ .col-left{
309
+ width: 306px;
310
+ padding: 15px 15px 0;
311
+ background: #f2f2f2;
312
+ margin-right: 30px;
313
+ float: left;
314
+ margin-bottom: 20px;
315
+ }
316
+ .col-right{
317
+ width: 306px;
318
+ padding: 20px;
319
+ background: #f2f2f2;
320
+ float: right;
321
+ margin-bottom: 20px;
322
+ }
323
+ .col-main{
324
+ border: none;
325
+ padding: 0;
326
+ }
327
+ .col2-layout .col-main {
328
+ float: left;
329
+ width: 72%;
330
+ }
331
+ /*.col2-left-layout .col-main{
332
+ width: 72.6%;
333
+ float: right;
334
+ }*/
335
+
336
+ /* 3 Columns Layout */
337
+ .col3-layout .col-main { width:520px; }
338
+ .col3-layout .col-wrapper { float:left; width:748px; }
339
+ .col3-layout .col-wrapper .col-main { float:right; }
340
+
341
+
342
+ .col3-layout .col-sm-4 {
343
+ margin-bottom: 15px;
344
+ width: 100%;
345
+ }
346
+ .focus-content{
347
+ border-bottom: 1px solid #e3e2e2;
348
+ padding-bottom: 18px;
349
+ }
350
+ .focus-img{
351
+ width: 60px;
352
+ margin-right: 10px;
353
+ float: left;
354
+ height: 60px;
355
+ text-align: center;
356
+ font-size: 26px;
357
+ color: #FFF;
358
+ padding-top: 12px;
359
+ }
360
+ .foucs-red-bg{
361
+ background: #dc3131;
362
+ font-size: 30px;
363
+ padding-top: 8px;
364
+ }
365
+ .foucs-green-bg{
366
+ background: #39b54a;
367
+ }
368
+ .foucs-blue-bg{
369
+ background: #00bff3;
370
+ font-size: 24px;
371
+ }
372
+ .focus-desc{
373
+ float: right;
374
+ width: calc( 100% - 81px );
375
+ }
376
+ .focus-caption{
377
+ font-family: "Roboto Condensed",sans-serif;
378
+ font-size: 12px;
379
+ color: #999999;
380
+ text-transform: uppercase;
381
+ }
382
+ .focus-desc h2{
383
+ color: #f23f3f;
384
+ font-family: "Roboto Condensed",sans-serif;
385
+ font-size: 18.48px;
386
+ line-height: 35.15px;
387
+ margin: 0;
388
+ }
389
+ .focus-desc p{
390
+ color: #333333;
391
+ font-family: "Roboto",sans-serif;
392
+ font-size: 13px;
393
+ line-height: 24px;
394
+ }
395
+ /*.focus-desc p:after{
396
+ content: '>';
397
+ margin-left: 5px;
398
+ }*/
399
+ .best-sales{
400
+ border-bottom: 1px solid #e2e2e2;
401
+ margin-bottom: 30px;
402
+ padding-bottom: 27px;
403
+ margin-top: 20px;
404
+ }
405
+ .best-sales-title, .category-title{
406
+ border-bottom: 1px solid #e2e2e2;
407
+ margin-bottom: 10px;
408
+ padding-bottom: 0;
409
+ }
410
+ .best-sales-title h2, .category-title h1{
411
+ border-bottom: 1px solid #f23f3f;
412
+ color: #333333;
413
+ display: inline-block;
414
+ font-family: "Roboto Condensed",sans-serif;
415
+ font-size: 25.04px;
416
+ line-height: 40px;
417
+ margin-bottom: -1px;
418
+ margin-top: 0;
419
+ text-transform: uppercase;
420
+ }
421
+
422
+ .block-title{
423
+ border-bottom: 1px solid #e2e2e2;
424
+ margin-bottom: 10px;
425
+ padding-bottom: 0;
426
+ }
427
+ .block-title strong{
428
+ border-bottom: 1px solid #f23f3f;
429
+ color: #333333;
430
+ display: inline-block;
431
+ font-family: "Roboto Condensed",sans-serif;
432
+ font-size: 25.04px;
433
+ line-height: 1.2;
434
+ margin-bottom: -1px;
435
+ margin-top: 0;
436
+ padding: 5px 0 10px;
437
+ text-transform: uppercase;
438
+ }
439
+
440
+
441
+ .related-add-to-wishlist-prducts .best-sales-title h2{
442
+ font-size: 20px;
443
+ }
444
+ .best-sales ul li{
445
+ text-align: center;
446
+ }
447
+ .product-desc-bestsales{
448
+ border-bottom: 2px solid transparent;
449
+ border-top: 1px solid #f2f2f2;
450
+ padding-top: 10px;
451
+ margin-top: 5px;
452
+ }
453
+ .product-desc-bestsales .product-name{
454
+ text-align: center;
455
+ margin-bottom: 5px;
456
+ }
457
+ .product-desc-bestsales .product-name a{
458
+ color: #333333 !important;
459
+ display: block;
460
+ font-family: "Roboto Condensed",sans-serif;
461
+ font-size: 14px;
462
+ overflow: hidden;
463
+ padding: 0 15px;
464
+ text-overflow: ellipsis;
465
+ white-space: nowrap;
466
+ font-weight: normal;
467
+ }
468
+ .product-desc-bestsales .price-box {
469
+ text-align: center;
470
+ }
471
+ .product-desc-bestsales .price-box .special-price .price,
472
+ .product-desc-bestsales .price-box .regular-price .price{
473
+ color: #f23f3f !important;
474
+ }
475
+ .product-desc-bestsales .price-box .old-price, .product-desc-bestsales .price-box .special-price{
476
+ display: inline-block;
477
+ }
478
+ .product-desc-bestsales .price-box .price{
479
+ font-family: "Roboto",sans-serif;
480
+ color: #888888;
481
+ font-size: 14px;
482
+ }
483
+ .product-desc-bestsales .price-box .old-price .price{
484
+ text-decoration: line-through;
485
+ font-weight: normal;
486
+ }
487
+ .best-sales ul li:hover .product-desc-bestsales{
488
+ border-bottom: 2px solid #f23f3f;
489
+ border-top: 1px solid #f23f3f;
490
+ }
491
+ .box-left {float: left;}
492
+ .box-left img{
493
+ width: 100%;
494
+ }
495
+ .box-right{float: right;}
496
+ .col3-layout .box-right{
497
+ display: none;
498
+ }
499
+ .responsive-features-left{
500
+ float: left;
501
+ width: 785px;
502
+ }
503
+ .col3-layout .responsive-features-left{
504
+ float: left;
505
+ width: 520px;
506
+ }
507
+ .col3-layout .responsive-display-img > img {
508
+ width: 100%;
509
+ }
510
+ .left-image{
511
+ width: 60%;
512
+ float: left;
513
+ }
514
+ .col3-layout .left-image{
515
+ width: 100%;
516
+ }
517
+ .col3-layout .middle-text {
518
+ clear: both;
519
+ float: none;
520
+ margin: auto;
521
+ width: 70%;
522
+ }
523
+ .middle-text{
524
+ width: 35%;
525
+ float: right;
526
+ }
527
+ .responsive-features-right{
528
+ float: right;
529
+ }
530
+ .col3-layout .responsive-features-right{
531
+ display: none;
532
+ }
533
+ .right-image {
534
+ padding: 65px 0 0;
535
+ }
536
+ .col2-layout .responsive-features-left{
537
+ width: 100%;
538
+ }
539
+ .col2-layout .responsive-features-right{
540
+ display: none;
541
+ }
542
+ .newsletter-box{
543
+ background: #f1f1f1;
544
+ }
545
+ .newsletter-box .box-left{
546
+ width: 60%;
547
+ border-right: 1px solid #FFF;
548
+ padding: 30px 45px 35px;
549
+ float: left;
550
+ }
551
+ .newsletter-box .box-left h2{
552
+ color: #f23f3f;
553
+ font-family: "Arimo",sans-serif;
554
+ font-size: 38px;
555
+ font-weight: 700;
556
+ line-height: 30px;
557
+ margin-top: 0;
558
+ text-transform: uppercase;
559
+ }
560
+ .newsletter-box .box-left h2 span{
561
+ color: #000000;
562
+ font-size: 32px;
563
+ font-weight: 400;
564
+ display: block;
565
+ }
566
+ .newsletter-box .box-left p{
567
+ color: rgba(0,0,0,0.66);
568
+ font-family: "Arimo",sans-serif;
569
+ font-size: 14px;
570
+ line-height: 24px;
571
+ }
572
+ .newsletter-box .box-right{
573
+ width: 40%;
574
+ border-left: 1px solid #d8d8d8;
575
+ padding: 30px 20px;
576
+ float: left;
577
+ }
578
+ .newsletter-box .box-right .block{
579
+ background: transparent;
580
+ }
581
+ .block-subscribe{
582
+ padding: 0 40px;
583
+ margin-bottom: 10px;
584
+ }
585
+ .block-subscribe .block-title{
586
+ border-bottom: 1px solid #d8d8d8;
587
+ font-size: 18px;
588
+ font-weight: 400;
589
+ line-height: 30px;
590
+ margin-bottom: 10px;
591
+ text-align: center;
592
+ }
593
+ .block-subscribe .block-title strong{
594
+ font-size: 18px;
595
+ font-weight: 400;
596
+ }
597
+ .form-subscribe-header{
598
+ text-align: center;
599
+ }
600
+ .form-subscribe-header label{
601
+ color: #908f8f;
602
+ font-size: 15px;
603
+ font-weight: 400;
604
+ line-height: 18px;
605
+ padding: 0 20px;
606
+ text-align: center;
607
+ }
608
+ .block-subscribe .input-box, .block-subscribe .actions{
609
+ text-align: center;
610
+ padding-top: 10px;
611
+ }
612
+ .block-subscribe .input-box input[type="text"]{
613
+ border: 1px solid #bdbdbd;
614
+ height: 32px;
615
+ padding: 5px;
616
+ width: 200px;
617
+ }
618
+
619
+ .button{
620
+ background: #FFF;
621
+ border: 1px solid #CCC;
622
+ font-family: "Arimo",sans-serif;
623
+ font-size: 15px;
624
+ padding: 3px 10px;
625
+ position: relative;
626
+ }
627
+ .brands{
628
+ margin-bottom: 20px;
629
+ margin-top: 20px;
630
+ }
631
+ .brands li{
632
+ display: inline-block;
633
+ padding: 20px;
634
+ backface-visibility: hidden;
635
+ transform: rotate(0deg);
636
+ -webkit-transition: all 300ms ease-in-out 0s;
637
+ -o-transition: all 300ms ease-in-out 0s;
638
+ transition: all 300ms ease-in-out 0s;
639
+ }
640
+ .brands li:hover{
641
+ backface-visibility: hidden;
642
+ transform: rotate(10deg);
643
+ }
644
+ .responsive-desc{
645
+ counter-reset: my-awesome-counter;
646
+ }
647
+ .desc-counter li{
648
+ counter-increment: my-awesome-counter;
649
+ position: relative;
650
+ padding-left: 50px;
651
+ }
652
+ .desc-counter li:before {
653
+ background: #00bff3;
654
+ border-radius: 50%;
655
+ color: #fff;
656
+ content: counter(my-awesome-counter, decimal);
657
+ display: inline-block;
658
+ font-family: "Arimo",sans-serif;
659
+ font-size: 14px;
660
+ font-weight: 700;
661
+ height: 35px;
662
+ left: 0px;
663
+ padding: 7px;
664
+ position: absolute;
665
+ text-align: center;
666
+ top: 10px;
667
+ width: 35px;
668
+ }
669
+ .desc-counter li:nth-of-type(2):before {
670
+ background: #f0563d;
671
+ }
672
+ .desc-counter li:nth-of-type(3):before {
673
+ background: #8dc63f;
674
+ }
675
+ .responsive-desc{
676
+ padding-top: 60px;
677
+ }
678
+ .responsive-desc li {
679
+ margin-bottom: 30px;
680
+ }
681
+ .responsive-desc li h3{
682
+ color: rgba(0,0,0,0.55);
683
+ font-family: "Arimo",sans-serif;
684
+ font-size: 16px;
685
+ font-weight: 700;
686
+ line-height: 30px;
687
+ margin: 0;
688
+ }
689
+ .responsive-desc li p{
690
+ color: #000;
691
+ font-family: "Arimo",sans-serif;
692
+ font-size: 13px;
693
+ line-height: 22px;
694
+ }
695
+ #before-footer{
696
+ background: #f1f1f1;
697
+ padding: 15px 0;
698
+ }
699
+ .services{
700
+ border-right: 1px solid #d6d6d6;
701
+ display: inline-block;
702
+ padding-left: 40px;
703
+ padding-right: 49px;
704
+ }
705
+ .services .service-img{
706
+ float: left;
707
+ margin-right: 10px;
708
+ }
709
+ .services .service-desc{
710
+ float: left;
711
+ }
712
+ .services.last{
713
+ border-right: none;
714
+ }
715
+ .services h4{
716
+ color: #444444;
717
+ font-size: 14px;
718
+ line-height: 21px;
719
+ margin: 0;
720
+ text-transform: uppercase;
721
+ }
722
+ .services p{
723
+ color: #838383;
724
+ font-size: 13px;
725
+ }
726
+ .responsive-display-img {
727
+ padding: 50px 0 0;
728
+ text-align: center;
729
+ }
730
+
731
+ #footer{
732
+ background: #000;
733
+ padding-top: 46px;
734
+ font-family: "Open Sans";
735
+ font-size: 13px;
736
+ }
737
+ .left-links h4, .right-links h4{
738
+ font-family: "Arimo",sans-serif;
739
+ font-size: 15.04px;
740
+ line-height: 40px;
741
+ color: #FFF;
742
+ }
743
+ .block-footer-cmslinks ul li{
744
+ -webkit-transition: all 300ms ease-in-out 0s;
745
+ -o-transition: all 300ms ease-in-out 0s;
746
+ transition: all 300ms ease-in-out 0s;
747
+ }
748
+ .block-footer-cmslinks ul li:hover{
749
+ padding-left: 5px;
750
+ }
751
+ .block-footer-cmslinks ul li:hover a{
752
+ text-decoration: none;
753
+ display: block;
754
+ }
755
+ .block-footer-cmslinks ul li a, .block-footer-contact-info p{
756
+ color: #aaa;
757
+ font-family: 'Open Sans';
758
+ font-size: 13px;
759
+ line-height: 40px;
760
+ }
761
+ .block-footer-cmslinks ul li a:before{
762
+ content: '';
763
+ background: url(../images/footerlibg.png) no-repeat;
764
+ width: 10px;
765
+ height: 7px;
766
+ display: inline-block;
767
+ }
768
+ .block-footer-contact-info p{
769
+ line-height: 24px;
770
+ margin-bottom: 20px;
771
+ }
772
+ .block-footer-company{
773
+ border-bottom: 1px solid #3c3c3c;
774
+ border-top: 1px solid #3c3c3c;
775
+ color: #aaa;
776
+ font-size: 13px;
777
+ line-height: 23px;
778
+ padding: 15px 0;
779
+ margin-bottom: 20px;
780
+ }
781
+ .footer-social{
782
+ margin-top: 10px;
783
+ }
784
+ .footer-social li a{
785
+ color: rgba(255,255,255,0.33);
786
+ font-size: 14px;
787
+ text-align: center;
788
+ background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
789
+ border-radius: 50%;
790
+ height: 35px;
791
+ margin-bottom: 5px;
792
+ padding: 7px 0;
793
+ text-align: center;
794
+ width: 35px;
795
+ display: block;
796
+ -webkit-transition: all 450ms ease-in-out 0s;
797
+ -o-transition: all 450ms ease-in-out 0s;
798
+ transition: all 450ms ease-in-out 0s;
799
+ }
800
+ .footer-social li a:hover{
801
+ background: none repeat scroll 0 0 rgba(242, 63, 63, 0.5);
802
+ }
803
+ .block-footer-cards h4{
804
+ margin-top: 30px;
805
+ }
806
+ .block-footer-cards li{
807
+ float: left;
808
+ }
809
+ .block-footer-cards li a{
810
+ font: 0/0 a;
811
+ color: transparent;
812
+ display: block;
813
+ height: 32px;
814
+ width: 50px;
815
+ }
816
+ .block-footer-cards li a.ico-amercian-express{
817
+ background: url(../images/amercian-express.gif) no-repeat;
818
+ }
819
+ .block-footer-cards li a.ico-mastercard{
820
+ background: url(../images/mastercard.gif) no-repeat;
821
+ }
822
+ .block-footer-cards li a.ico-payment{
823
+ background: url(../images/payment-new.gif) no-repeat;
824
+ }
825
+ .block-footer-cards li a.ico-discover{
826
+ background: url(../images/discover.gif) no-repeat;
827
+ }
828
+ .block-copyright{
829
+ color: #aaa;
830
+ margin-bottom: 20px;
831
+ }
832
+ .block-copyright a{
833
+ color: #a22b2b;
834
+ }
835
+ .block-footer-bottom-right-links a{
836
+ color: #c5c5c5;
837
+ font-weight: 400;
838
+ }
839
+
840
+
841
+ /*Category Page*/
842
+ .catalog-category-view .best-sales-title h2{
843
+ margin-top: 0px;
844
+ }
845
+ .pager .amount, .sorter .amount {
846
+ background: url("../images/link-separator.png") no-repeat scroll right center rgba(0, 0, 0, 0);
847
+ float: left;
848
+ margin-right: 10px;
849
+ padding-right: 10px;
850
+ padding-bottom: 0;
851
+ margin-bottom: 0;
852
+ }
853
+ .sorter, .pager {
854
+ line-height: 36px;
855
+ }
856
+ .sorter .sort-by {
857
+ background: url("../images/link-separator.png") no-repeat scroll right center rgba(0, 0, 0, 0);
858
+ float: left;
859
+ margin-right: 10px;
860
+ padding-right: 3px;
861
+ }
862
+ .sorter .amount strong, .sort-by label, .limiter label, .view-mode label{
863
+ font-weight: normal;
864
+ }
865
+ .pager .limiter, .sorter .limiter {
866
+ float: left;
867
+ margin-right: 15px;
868
+ }
869
+
870
+ .sorter .view-mode {
871
+ float: right;
872
+ }
873
+ input.input-text, select, textarea {
874
+ background: none repeat scroll 0 0 #fff;
875
+ border: 1px solid #ddd;
876
+ border-radius: 0;
877
+ box-shadow: none;
878
+ box-sizing: border-box;
879
+ color: #888;
880
+ }
881
+ select {
882
+ height: 36px;
883
+ padding: 8px;
884
+ text-overflow: ellipsis;
885
+ }
886
+ .products-grid{
887
+ clear: both;
888
+ }
889
+ .toolbar {
890
+ border-bottom: 1px solid #e5e5e5;
891
+ }
892
+ .toolbar-bottom{
893
+ border-top: 1px solid #e5e5e5;
894
+ padding-top: 15px;
895
+ margin-top: 10px;
896
+ }
897
+ .view-mode .grid, .view-mode .list{
898
+ font-size: 14px;
899
+ padding: 5px;
900
+ background-color: #e5e5e5;
901
+ color: #333333;
902
+ }
903
+ .view-mode a.grid, .view-mode a.list{
904
+ background-color: transparent;
905
+ color: #333333;
906
+ -webkit-transition: background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
907
+ -o-transition: background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
908
+ transition: background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
909
+ }
910
+ .view-mode a.grid:hover, .view-mode a.list:hover{
911
+ background-color: #000;
912
+ color: #FFF;
913
+ }
914
+ .block-layered-nav dd li, .block-layered-nav .currently ol li {
915
+ background: url("../images/bullet.png") no-repeat scroll 5px 12px rgba(0, 0, 0, 0);
916
+ border-bottom: 1px solid #ccc;
917
+ color: #f23f3f;
918
+ font-size: 12px;
919
+ line-height: 1.6;
920
+ padding: 6px 18px;
921
+ transition: background-position 150ms ease-out 0s;
922
+ }
923
+ .block-layered-nav dd li a, .block-layered-nav .currently ol li a{
924
+ color: #666666;
925
+ }
926
+ .block-layered-nav dt{
927
+ font-size: 12px;
928
+ color: #666666;
929
+ }
930
+ .block-poll li {
931
+ padding: 3px 9px;
932
+ }
933
+ .block-poll input.radio {
934
+ float: left;
935
+ margin: 1px -18px 0 0;
936
+ }
937
+ .block-poll .label {
938
+ display: block;
939
+ margin-left: 18px;
940
+ text-align: left;
941
+ }
942
+ .block-poll .label label{
943
+ color: #333333;
944
+ font-size: 12px;
945
+ font-weight: normal;
946
+ margin-bottom: 0;
947
+ line-height: 18px;
948
+ }
949
+
950
+ .block .block-content {
951
+ padding: 10px 0;
952
+ }
953
+ .block-tags .block-content .tags-list {
954
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
955
+ border: 0 none;
956
+ font-size: 12px;
957
+ }
958
+ .tags-list li {
959
+ display: inline;
960
+ }
961
+ .block .actions {
962
+ margin: 10px 0 0;
963
+ padding: 10px 0 0;
964
+ }
965
+ .block-tags .actions {
966
+ text-align: right;
967
+ }
968
+ .products-grid .item {
969
+ float: left;
970
+ padding: 10px 20px 0;
971
+ position: relative;
972
+ }
973
+ .home-best-sellers .products-grid .item{
974
+ padding-top: 0;
975
+ }
976
+ .products-grid.carousel.hover-effect .item:hover {
977
+ border-color: transparent;
978
+ box-shadow: none;
979
+ z-index: 10;
980
+ }
981
+ .products-grid.hover-effect .item:hover {
982
+ border-color: transparent;
983
+ box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
984
+ transition: box-shadow 400ms ease-out 0s;
985
+ z-index: 10;
986
+ }
987
+ .product-image-wrapper{
988
+ position: relative;
989
+ text-align: center;
990
+ }
991
+ .add-to-links.display-onhover{
992
+ position: absolute;
993
+ z-index: 1;
994
+ }
995
+ .product-view .product-img-column {
996
+ position: relative;
997
+ }
998
+ .product-view .product-img-column {
999
+ float: left;
1000
+ margin-bottom: 10px;
1001
+ }
1002
+ .img-box-style1 .product-image {
1003
+ border: 1px solid #eee;
1004
+ padding: 5px;
1005
+ position: relative;
1006
+ }
1007
+ .img-box .more-images .thumbnails .item{
1008
+ display: inline-block;
1009
+ }
1010
+ .img-box .more-images .thumbnails .item a {
1011
+ display: block;
1012
+ overflow: hidden;
1013
+ text-align: center;
1014
+ text-decoration: none;
1015
+ }
1016
+ .img-box-style1 .more-images .thumbnails .item a {
1017
+ border: 1px solid #eee;
1018
+ margin: 0 2px 4px;
1019
+ padding: 4px;
1020
+ }
1021
+ .product-image #wrap{
1022
+ display: block;
1023
+ }
1024
+ .product-image{
1025
+ max-width: 375px;
1026
+ }
1027
+ .product-image {
1028
+ text-align: center;
1029
+ display: block;
1030
+ }
1031
+ .zoom-btn-small {
1032
+ background-color: rgba(255, 255, 255, 0.7);
1033
+ bottom: 4px;
1034
+ color: #333;
1035
+ line-height: 2.6666em;
1036
+ padding: 0 1em;
1037
+ position: absolute;
1038
+ right: 4px;
1039
+ z-index: 100;
1040
+ }
1041
+ .img-box .more-images {
1042
+ clear: both;
1043
+ margin-top: 12px;
1044
+ text-align: center;
1045
+ }
1046
+ #wrap img {
1047
+ width: 100%;
1048
+ }
1049
+ .brand-box{
1050
+ clear: both;
1051
+ }
1052
+ .nobackground{
1053
+ background: none !important;
1054
+ }
1055
+ .product-shop .product-name {
1056
+ border-bottom: 1px solid #e2e2e2;
1057
+ margin-bottom: 10px;
1058
+ }
1059
+ .product-name h1{
1060
+ border-bottom: 1px solid #f23f3f;
1061
+ color: #f23f3f;
1062
+ display: inline-block;
1063
+ font-family: "Roboto Condensed",sans-serif;
1064
+ font-size: 25.04px;
1065
+ line-height: 1.0;
1066
+ margin-bottom: -1px;
1067
+ margin-top: 0;
1068
+ padding-bottom: 5px;
1069
+ text-transform: uppercase;
1070
+ }
1071
+ .short-description{
1072
+ color: #333333;
1073
+ font-size: 14px;
1074
+ line-height: 18px;
1075
+ margin-bottom: 20px;
1076
+ border-top: 1px solid #EEE;
1077
+ margin-top: 10px;
1078
+ padding-top: 10px;
1079
+ }
1080
+ .availability {
1081
+ float: right;
1082
+ margin: 10px 0 10px;
1083
+ }
1084
+ .product-view .product-type-data > .price-box {
1085
+ margin: 15px 0 0;
1086
+ padding: 10px 0;
1087
+ }
1088
+ .product-view .product-shop .price-box .regular-price .price, .product-view .product-shop .price-box .special-price .price, .product-view .product-shop .price-box .special-price .price-label, .product-view .product-shop .price-box .old-price .price, .product-view .product-shop .price-box .old-price .price-label, .product-view .product-shop .price-box .price-including-tax .price, .product-view .product-options-bottom .price-box .regular-price .price, .product-view .price-as-configured .price, .map-popup-price .regular-price .price, .product-view .price-box.map-info .old-price .price{
1089
+ color: #333333;
1090
+ font-family: "Arimo",sans-serif;
1091
+ font-size: 18px;
1092
+ font-weight: 700;
1093
+ line-height: 18px;
1094
+ }
1095
+ .product-type-data .price-box .old-price, .product-type-data .price-box .special-price{
1096
+ display: inline-block;
1097
+ margin-right: 10px;
1098
+ }
1099
+ .product-options dt label {
1100
+ display: inline-block;
1101
+ font-weight: bold;
1102
+ }
1103
+ .product-shop .add-to-box{
1104
+ margin-top: 20px;
1105
+ }
1106
+ .product-options dd {
1107
+ margin: 3px 0 10px;
1108
+ }
1109
+ .product-options dd select {
1110
+ width: 100%;
1111
+ }
1112
+ .add-to-cart .qty-wrapper, .add-to-cart .button {
1113
+ display: inline-block;
1114
+ }
1115
+ .add-to-cart .button {
1116
+ float: left;
1117
+ }
1118
+ .add-to-cart .qty-wrapper label {
1119
+ line-height: 36px;
1120
+ margin: 0 5px 0 0;
1121
+ padding-left: 15px;
1122
+ }
1123
+ /*input.input-text {
1124
+ height: 36px;
1125
+ }*/
1126
+ input.qty {
1127
+ width: 3em !important;
1128
+ }
1129
+ .product-view .btn-cart, .btn-checkout {
1130
+ background-color: #f23f3f;
1131
+ color: #ffffff;
1132
+ border: none;
1133
+ line-height: 30px;
1134
+ }
1135
+ .product-view .product-options-bottom .btn-cart > span{
1136
+ padding-left: 20px;
1137
+ background: url(../images/cart-icon.png) no-repeat left center;
1138
+ }
1139
+ .product-options {
1140
+ margin-bottom: 15px;
1141
+ position: relative;
1142
+ }
1143
+ p.required, .product-options dt label.required em, .form-list label.required em {
1144
+ color: #ee001c;
1145
+ font-size: 11px;
1146
+ margin-right: 3px;
1147
+ }
1148
+ .product-options p.required {
1149
+ position: absolute;
1150
+ right: 0;
1151
+ top: -10px;
1152
+ }
1153
+ .bx-wrapper .bx-viewport {
1154
+ background: none repeat scroll 0 0 #fff;
1155
+ border: none;
1156
+ box-shadow: none;
1157
+ left: 0;
1158
+ }
1159
+ .bx-wrapper .bx-viewport li.item{
1160
+ padding: 5px;
1161
+ }
1162
+ .productimage label{
1163
+ background: none repeat scroll 0 0 #f23f3f;
1164
+ color: #fff;
1165
+ font-size: 11px;
1166
+ font-weight: 400;
1167
+ left: 10px;
1168
+ padding: 2px 9px;
1169
+ position: absolute;
1170
+ top: 260px;
1171
+
1172
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=307, Color=#b8b8b8)";/*IE 8*/
1173
+ -moz-box-shadow: -1px -1px 5px #666;/*FF 3.5+*/
1174
+ -webkit-box-shadow: -1px -1px 5px #666;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
1175
+ box-shadow: -1px -1px 5px #666;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
1176
+ }
1177
+
1178
+ .slidercontrols {
1179
+ float: right;
1180
+ margin-top: -10px;
1181
+ }
1182
+ .slidercontrols a{
1183
+ font: 0/0 a;
1184
+ color: transparent;
1185
+ width: 27px;
1186
+ height: 27px;
1187
+ display: inline-block !important;
1188
+ }
1189
+ .slidercontrols .prev {
1190
+ background: url(../images/arrows.png) 0px 27px;
1191
+
1192
+ }
1193
+ .slidercontrols .next {
1194
+ background: url(../images/arrows.png) 27px 27px;
1195
+ }
1196
+ .slidercontrols .prev:hover {
1197
+ background-position: 0px 0px;
1198
+ }
1199
+ .slidercontrols .next:hover {
1200
+ background-position: 27px 0px;
1201
+ }
1202
+
1203
+ .img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img{
1204
+ margin: auto;
1205
+ }
1206
+
1207
+ .carousel-inner .item h2{
1208
+ color: #fff;
1209
+ font-family: "Arimo";
1210
+ font-size: 54px;
1211
+ position: absolute;
1212
+ text-align: center;
1213
+ text-shadow: 0 0 5px rgba(1, 1, 1, 0.75);
1214
+ top: 30%;
1215
+ width: 100%;
1216
+ }
1217
+ .carousel-inner > .item{
1218
+ height: 482px;
1219
+ }
1220
+ .carousel-inner .item p{
1221
+ color: #fff;
1222
+ font-family: "Arimo";
1223
+ font-size: 18px;
1224
+ position: absolute;
1225
+ text-align: center;
1226
+ text-shadow: 0 0 5px rgba(1, 1, 1, 0.75);
1227
+ top: 50%;
1228
+ width: 100%;
1229
+ }
1230
+ .level1.dropdown-menu {
1231
+ left: 100%;
1232
+ top: 0;
1233
+ }
1234
+ .breadcrumbs {
1235
+ border: none;
1236
+ margin: 10px 0;
1237
+ padding: 0px;
1238
+ }
1239
+ .breadcrumbs ul{
1240
+ margin: 0;
1241
+ }
1242
+ #slider-home{
1243
+ padding-bottom: 0;
1244
+ }
1245
+ .sorter{
1246
+ border: none;
1247
+ margin: 0;
1248
+ padding: 0;
1249
+ }
1250
+ .display-onhover{
1251
+ display: none;
1252
+ text-align: center;
1253
+ }
1254
+ .hover-effect li:hover .display-onhover{
1255
+ display: block;
1256
+ }
1257
+ .hover-effect li:hover .display-onhover{
1258
+ display: block;
1259
+ }
1260
+ .display-onhover{
1261
+ /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);*/
1262
+ background: none repeat scroll 0 0 transparent;
1263
+ position: absolute;
1264
+ right: -15px;
1265
+ top: 0;
1266
+ }
1267
+ .products-list .display-onhover{
1268
+ /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);*/
1269
+ right: 5px;
1270
+ }
1271
+ .carousel .display-onhover{
1272
+ /*background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);*/
1273
+ right: 5px;
1274
+ }
1275
+ .display-onhover .actions {
1276
+ position: absolute;
1277
+ right: 12px;
1278
+ top: 161px;
1279
+ }
1280
+ .products-list .display-onhover .actions {
1281
+ position: absolute;
1282
+ right: 91px;
1283
+ top: 20px;
1284
+ }
1285
+ .display-onhover .actions .button {
1286
+ background: none repeat scroll 0 0 #f23f3f;
1287
+ border: medium none;
1288
+ color: #fff;
1289
+ font-family: "Arimo",sans-serif;
1290
+ font-size: 15px;
1291
+ height: 35px;
1292
+ line-height: 33px;
1293
+ position: relative;
1294
+ width: 35px;
1295
+ }
1296
+
1297
+ .display-onhover .add-to-links {
1298
+ position: absolute;
1299
+ right: 12px;
1300
+ top: 81px;
1301
+ }
1302
+ .products-list .display-onhover .add-to-links {
1303
+ margin-top: 0;
1304
+ position: absolute;
1305
+ top: 20px;
1306
+ width: 75px;
1307
+ }
1308
+ .products-list .display-onhover .add-to-links li{
1309
+ display: inline-block;
1310
+ }
1311
+ .display-onhover .add-to-links li{
1312
+ display: block;
1313
+ margin-bottom: 5px;
1314
+ }
1315
+ .display-onhover .add-to-links .link-wishlist,
1316
+ .display-onhover .add-to-links .link-compare {
1317
+ background: none repeat scroll 0 0 #f23f3f;
1318
+ color: #fff;
1319
+ display: block;
1320
+ height: 35px;
1321
+ line-height: 33px;
1322
+ padding: 0 !important;
1323
+ width: 35px;
1324
+ }
1325
+ /*.display-onhover .add-to-links .link-wishlist:hover,
1326
+ .display-onhover .add-to-links .link-compare:hover {
1327
+ border: 1px solid #f89696;
1328
+ color: #f23f3f;
1329
+ }*/
1330
+
1331
+ .price-box p{
1332
+ margin-bottom: 0;
1333
+ }
1334
+ .tab-content{
1335
+ padding: 10px;
1336
+ border: 1px solid #CCC;
1337
+ margin-bottom: 20px;
1338
+ border-top: none;
1339
+ font-family: "Arimo";
1340
+ font-size: 14px;
1341
+ line-height: 24px;
1342
+ }
1343
+ .tab-pane h2{
1344
+ display: none;
1345
+ }
1346
+ .nav-tabs > li > a {
1347
+ border: 1px solid #ccc;
1348
+ border-radius: 0;
1349
+ color: #333;
1350
+ }
1351
+
1352
+ .topcart-content {
1353
+ background: none repeat scroll 0 0 #efefef;
1354
+ border: 1px solid #efefef;
1355
+ line-height: 1.6;
1356
+ padding: 12px 8px;
1357
+ position: absolute;
1358
+ right: 0px;
1359
+ text-align: left;
1360
+ top: 41px;
1361
+ width: 256px;
1362
+ z-index: 999;
1363
+ }
1364
+ .topcart-content p{
1365
+ font-family: "Roboto Condensed",sans-serif;
1366
+ font-size: 13px;
1367
+ font-weight: bold;
1368
+ line-height: 1.4;
1369
+ margin-bottom: 5px;
1370
+ }
1371
+ .mini-products-list .btn-remove{
1372
+ float: right;
1373
+ }
1374
+ .mini-products-list .btn-edit{
1375
+ float: left;
1376
+ }
1377
+
1378
+ ul.list-inline{
1379
+ margin-bottom: 0;
1380
+ }
1381
+ .right-header-bottom {
1382
+ clear: both;
1383
+ float: right;
1384
+ margin-top: 10px;
1385
+ position: relative;
1386
+ }
1387
+ .f-fix .product-name{
1388
+ display: block;
1389
+ font-family: "Roboto Condensed",sans-serif;
1390
+ font-size: 18px;
1391
+ border-bottom: none;
1392
+ margin-bottom: 0;
1393
+ }
1394
+ .f-fix .product-name a{
1395
+ color: #333333 !important;
1396
+ }
1397
+ .recent-product .products-list .item {
1398
+ padding: 0;
1399
+ }
1400
+ .recent-product .product-name{
1401
+ font-family: "Arimo";
1402
+ font-size: 15.04px;
1403
+ line-height: 24px;
1404
+ color: #818181;
1405
+ }
1406
+ .home-best-sellers .products-grid {
1407
+ border-bottom: none;
1408
+ }
1409
+ .home-best-sellers .carousel{
1410
+ /*height: 300px;*/
1411
+ }
1412
+ .caroufredsel_wrapper{
1413
+ margin-bottom: 0 !important;
1414
+ }
1415
+ .block-footer-bottom-right-links ul{
1416
+ float: right;
1417
+ }
1418
+ .sort-by-switcher {
1419
+ /*background: none repeat scroll 0 0 #e5e5e5;*/
1420
+ color: #333;
1421
+ padding: 10px 5px;
1422
+ -webkit-transition: background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
1423
+ -o-transition: background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
1424
+ transition: background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
1425
+ }
1426
+ .sort-by-switcher:hover{
1427
+ background-color: #000;
1428
+ color: #FFF;
1429
+ }
1430
+ .shipping h2, .discount h2, .new-users h2, .registered-users h2{
1431
+ color: #000;
1432
+ font-size: 16px;
1433
+ border-bottom: 1px solid #ddd;
1434
+ margin: 0 0 10px;
1435
+ padding-bottom: 5px;
1436
+ }
1437
+ .products-grid.hover-effect{
1438
+ margin-bottom: 0;
1439
+ }
1440
+ .banner .row{
1441
+ position: relative;
1442
+ }
1443
+ .nivo-controlNav{
1444
+ bottom: 50px;
1445
+ padding: 0;
1446
+ position: absolute;
1447
+ text-align: center;
1448
+ width: 100%;
1449
+ z-index: 9999;
1450
+ }
1451
+ .nivo-caption{
1452
+ background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
1453
+ bottom: 100px;
1454
+ padding: 0 20%;
1455
+ text-align: center;
1456
+ width: 100%;
1457
+ opacity: 1;
1458
+ }
1459
+ .nivo-caption h2{
1460
+ color: #FFF;
1461
+ font-family: "Arimo";
1462
+ font-size: 54px;
1463
+ line-height: 50px;
1464
+ }
1465
+ .nivo-caption p{
1466
+ color: #FFF;
1467
+ font-family: "Arimo";
1468
+ font-size: 18px;
1469
+ line-height: 30px;
1470
+ }
1471
+ .nivo-controlNav .nivo-control{
1472
+ background: none repeat scroll 0 0 transparent;
1473
+ border: 2px solid #fff;
1474
+ border-radius: 50%;
1475
+ color: transparent;
1476
+ display: inline-block;
1477
+ font: 0px/0 a;
1478
+ height: 10px;
1479
+ margin: 0 3px;
1480
+ width: 10px;
1481
+ }
1482
+ .nivo-controlNav .nivo-control.active{
1483
+ border: 2px solid #ff9999;
1484
+ }
1485
+ .block-footer-bottom-right-links {
1486
+ margin-bottom: 15px;
1487
+ }
1488
+ .availability.in-stock span{
1489
+ color: #308826;
1490
+ }
1491
+ .availability.out-of-stock span {
1492
+ color: #d83820;
1493
+ }
1494
+ .no-rating a{
1495
+ font-size: 12px;
1496
+ font-style: italic;
1497
+ }
1498
+ .no-rating > a:before {
1499
+ content: "\f005";
1500
+ font-family: fontawesome;
1501
+ font-size: 12px;
1502
+ font-style: normal;
1503
+ margin-right: 5px;
1504
+ }
1505
+ .no-rating > a:hover:before {
1506
+ text-decoration: none;
1507
+ }
1508
+ .add-to-box{
1509
+ position: relative;
1510
+ }
1511
+ .add-to-box .or{
1512
+ display: none;
1513
+ }
1514
+ .add-to-box .add-to-links {
1515
+ position: absolute;
1516
+ right: 0;
1517
+ top: 0;
1518
+ text-align: right;
1519
+ width: 120px;
1520
+ }
1521
+ /* -------------------------------------------- *
1522
+ * Messages
1523
+ */
1524
+ .messages {
1525
+ margin-bottom: 10px;
1526
+ }
1527
+
1528
+ .messages li li {
1529
+ position: relative;
1530
+ margin-bottom: 5px;
1531
+ padding: 7px 10px 7px 20px;
1532
+ background: #f4f4f4;
1533
+ }
1534
+
1535
+ .messages li li:before {
1536
+ top: 50%;
1537
+ left: 0;
1538
+ margin-top: -6px;
1539
+ }
1540
+
1541
+ .messages .error-msg li {
1542
+ border-left: 5px solid red;
1543
+ }
1544
+
1545
+ .messages .error-msg li:before {
1546
+ content: '';
1547
+ position: absolute;
1548
+ width: 0;
1549
+ height: 0;
1550
+ display: block;
1551
+ border-top: 6px solid transparent;
1552
+ border-bottom: 6px solid transparent;
1553
+ border-left: 6px solid red;
1554
+ border-right: none;
1555
+ }
1556
+
1557
+ .messages .notice-msg li {
1558
+ border-left: 5px solid #e26703;
1559
+ }
1560
+
1561
+ .messages .notice-msg li:before {
1562
+ content: '';
1563
+ position: absolute;
1564
+ width: 0;
1565
+ height: 0;
1566
+ display: block;
1567
+ border-top: 6px solid transparent;
1568
+ border-bottom: 6px solid transparent;
1569
+ border-left: 6px solid #e26703;
1570
+ border-right: none;
1571
+ }
1572
+
1573
+ .messages .success-msg li {
1574
+ border-left: 5px solid #11b400;
1575
+ }
1576
+
1577
+ .messages .success-msg li:before {
1578
+ content: '';
1579
+ position: absolute;
1580
+ width: 0;
1581
+ height: 0;
1582
+ display: block;
1583
+ border-top: 6px solid transparent;
1584
+ border-bottom: 6px solid transparent;
1585
+ border-left: 6px solid #11b400;
1586
+ border-right: none;
1587
+ }
1588
+ .sp-methods .radio {
1589
+ display: inline-block;
1590
+ margin-top: 0;
1591
+ }
1592
+ .button {
1593
+ position: relative;
1594
+ -webkit-transition: all 0.6s;
1595
+ -moz-transition: all 0.6;
1596
+ transition: all 0.6;
1597
+ overflow: hidden;
1598
+ }
1599
+ .button:after {
1600
+ content: '';
1601
+ width: 250%;
1602
+ height: 10%;
1603
+ top: 50%;
1604
+ left: 50%;
1605
+ background: #F00;
1606
+ display: block;
1607
+ opacity: 0;
1608
+ position: absolute;
1609
+ -webkit-transition: all 0.6s;
1610
+ -moz-transition: all 0.6s;
1611
+ transition: all 0.6s;
1612
+ -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1613
+ -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1614
+ -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
1615
+ transform: translateX(-50%) translateY(-50%) rotate(45deg);
1616
+ }
1617
+
1618
+ .button:hover,
1619
+ .button:active {
1620
+ color: #FFF;
1621
+ }
1622
+
1623
+ .button:hover:after {
1624
+ height: 700%;
1625
+ opacity: 1;
1626
+ }
1627
+ .button:hover span {
1628
+ color: #FFF;
1629
+ position: relative;
1630
+ z-index: 999;
1631
+ }
1632
+ .col2-layout .box-left img{
1633
+ width: 100%;
1634
+ }
1635
+ .col2-layout .box-right{
1636
+ display: none;
1637
+ }
1638
+ .cms-home .std, .cms-home-2col-left .std, .cms-home-2col-right .std, .cms-home-3col .std{
1639
+ background: none repeat scroll 0 0 #f1f1f1;
1640
+ border-bottom: 1px solid #e2e2e2;
1641
+ margin-bottom: 20px;
1642
+ margin-top: -30px;
1643
+ padding-bottom: 40px;
1644
+ padding-top: 35px;
1645
+ text-align: center;
1646
+ }
1647
+ .form-subscribe-header{
1648
+ display: none;
1649
+ }
1650
+ .newsletter-subscribe .input-box{
1651
+ margin-bottom: 10px;
1652
+ }
1653
+ .form-add .buttons-set{
1654
+ padding: 0;
1655
+ }
1656
+ .form-add .buttons-set button.button{
1657
+ float: left;
1658
+ }
1659
+ .product-options{
1660
+ background: none;
1661
+ border: none;
1662
+ padding: 0;
1663
+ }
1664
+ .product-options-bottom{
1665
+ border: none;
1666
+ padding: 0;
1667
+ }
1668
+ .products-grid {
1669
+ padding-top: 20px;
1670
+ }
1671
+ .product-options-bottom .price-box{
1672
+ display: none;
1673
+ }
1674
+ .mini-products-list li{
1675
+ background: none repeat scroll 0 0 #fff;
1676
+ box-shadow: 1px 1px 2px #ddd;
1677
+ margin-bottom: 5px;
1678
+ min-height: 72px;
1679
+ padding: 5px;
1680
+ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=108, Color=#dddddd)";/*IE 8*/
1681
+ -moz-box-shadow: 3px 1px 2px #dddddd;/*FF 3.5+*/
1682
+ -webkit-box-shadow: 3px 1px 2px #dddddd;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
1683
+ box-shadow: 3px 1px 2px #dddddd;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
1684
+ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=108, Color=#dddddd); /*IE 5.5-7*/
1685
+ position: relative;
1686
+ }
1687
+ .mini-products-list .product-image > img {
1688
+ width: 100%;
1689
+ }
1690
+ .mini-form-actions {
1691
+ bottom: 35px;
1692
+ position: absolute;
1693
+ right: 17px;
1694
+ }
1695
+ .mini-form-actions .form-mini-edit {
1696
+ background: none repeat scroll 0 0 #00aeef;
1697
+ color: #fff;
1698
+ display: inline-block;
1699
+ height: 21px;
1700
+ text-align: center;
1701
+ width: 24px;
1702
+ }
1703
+ .mini-form-actions .form-mini-delete {
1704
+ background: none repeat scroll 0 0 #ed1c24;
1705
+ color: #fff;
1706
+ display: inline-block;
1707
+ height: 21px;
1708
+ text-align: center;
1709
+ width: 24px;
1710
+ }
1711
+ .form-mini-delete:hover, .form-mini-edit:hover {
1712
+ color: #EEE;
1713
+ }
1714
+ .topcart-content .actions {
1715
+ float: right;
1716
+ }
1717
+ .pages {
1718
+ display: inline-block;
1719
+ }
1720
+ .pages > strong {
1721
+ float: left;
1722
+ margin-right: 5px;
1723
+ }
1724
+ .pages .current {
1725
+ color: #333;
1726
+ background: #EEE;
1727
+ }
1728
+ .pages > ol {
1729
+ border-right: 1px solid #ddd;
1730
+ display: inline-block;
1731
+ margin-top: 2px;
1732
+ margin-bottom: 0px;
1733
+ }
1734
+ .pages li {
1735
+ border-color: #ddd -moz-use-text-color #ddd #ddd;
1736
+ border-image: none;
1737
+ border-style: solid none solid solid;
1738
+ border-width: 1px medium 1px 1px;
1739
+ color: #737373;
1740
+ float: left;
1741
+ font-size: 14px;
1742
+ font-weight: bold;
1743
+ line-height: 15px;
1744
+ padding: 10px 9px 9px;
1745
+ }
1746
+ .col3-layout .pages {
1747
+ clear: both;
1748
+ }
1749
+ .shipping-form label {
1750
+ line-height: 36px;
1751
+ }
1752
+ .shipping-form .input-box {
1753
+ clear: none;
1754
+ display: inline-block;
1755
+ width: 170px;
1756
+ float: right;
1757
+ }
1758
+ .shipping-form .input-box select, .shipping-form .input-box input.input-text {
1759
+ width: 100%;
1760
+ }
1761
+ .discount .input-box{
1762
+ display: inline-block;
1763
+ width: 68%;
1764
+ }
1765
+ .discount .input-box input.input-text {
1766
+ width: 100%;
1767
+ }
1768
+ .discount .buttons-set{
1769
+ display: inline-block;
1770
+ float: right;
1771
+ margin-top: 0;
1772
+ padding: 0;
1773
+ }
1774
+ .discount-form .buttons-set .button {
1775
+ padding: 6px 10px 7px;
1776
+ }
1777
+ .shipping{
1778
+ padding-top: 30px;
1779
+ }
1780
+ .product-options-bottom {
1781
+ position: relative;
1782
+ }
1783
+ .product-options-bottom .add-to-links {
1784
+ /*position: absolute;
1785
+ right: 0;
1786
+ top: 0;*/
1787
+ float: right;
1788
+ width: 120px;
1789
+ }
1790
+ .product-options-bottom .add-to-links li{
1791
+ text-align: right;
1792
+ font-family: 'Myriad Pro';
1793
+ font-size: 11px;
1794
+ line-height: 34px;
1795
+ min-height: 30px;
1796
+ }
1797
+ .add-to-links .add-wishlist, .add-share {
1798
+ border: 1px solid #ccc;
1799
+ display: block;
1800
+ float: left;
1801
+ height: 27px;
1802
+ text-align: center;
1803
+ vertical-align: top;
1804
+ width: 27px;
1805
+ }
1806
+ .add-to-links li a.link-compare, .add-to-links li a.link-wishlist, .add-to-links li a.link-share {
1807
+ font-size: 11px;
1808
+ line-height: 27px;
1809
+ font-weight: normal;
1810
+ color: #333;
1811
+ }
1812
+ .add-to-links > li {
1813
+ margin-bottom: 3px;
1814
+ }
1815
+ .add-to-links li a:hover {
1816
+ color: #f23f3f;
1817
+ text-decoration: none;
1818
+ }
1819
+
1820
+ #back_top {
1821
+ background: url("../images/sprite.png") no-repeat scroll -199px -100px #f23f3f;
1822
+ border-radius: 50%;
1823
+ bottom: 22px;
1824
+ cursor: pointer;
1825
+ display: none;
1826
+ padding: 25px;
1827
+ position: fixed;
1828
+ right: 2%;
1829
+ text-align: center;
1830
+ -webkit-transition: all 300ms ease-in-out 0s;
1831
+ -o-transition: all 300ms ease-in-out 0s;
1832
+ transition: all 300ms ease-in-out 0s;
1833
+ }
1834
+ #back_top:hover {
1835
+ background: url("../images/sprite.png") no-repeat scroll -199px -150px #f23f3f;
1836
+ }
1837
+ .block-content img {
1838
+ width: 100%;
1839
+ }
1840
+ .sequence-canvas li.bg1 {
1841
+ background-image: url(../images/bg3.jpg);
1842
+ background-repeat: no-repeat;
1843
+ }
1844
+ .sequence-canvas li.bg2 {
1845
+ background-image: url(../images/bg2.jpg);
1846
+ background-repeat: no-repeat;
1847
+ }
1848
+ .sequence-canvas li.bg3 {
1849
+ background-image: url(../images/bg1.jpg);
1850
+ background-repeat: no-repeat;
1851
+ }
1852
+ .sequence-canvas .title{
1853
+ color: #333333;
1854
+ font-family: 'Roboto Condensed', sans-serif;
1855
+ font-size: 76px;
1856
+ font-weight: 300;
1857
+ text-transform: none;
1858
+ line-height: 72px;
1859
+ }
1860
+ .sequence-canvas .title span{
1861
+ color: #f23f3f;
1862
+ }
1863
+ .sequence-canvas .subtitle{
1864
+ color: #333333;
1865
+ font-family: "Roboto Condensed",sans-serif;
1866
+ font-size: 33px;
1867
+ font-weight: 300;
1868
+ line-height: 34px;
1869
+ text-transform: none;
1870
+ }
1871
+ .bg1 h2.title {
1872
+ font-size: 58px;
1873
+ }
1874
+ .bg2 h2.title {
1875
+ font-size: 58px;
1876
+ }
1877
+ .bg2 .subtitle{
1878
+ top: 47% !important;
1879
+ }
1880
+ .bg3 h2.title {
1881
+ font-size: 58px;
1882
+ }
1883
+ .bg3 .subtitle{
1884
+ top: 47% !important;
1885
+ }
1886
+ .banner-arrow-container {
1887
+ margin: auto;
1888
+ margin-top: -19px;
1889
+ max-width: 1170px;
1890
+ position: relative;
1891
+ top: 50%;
1892
+ }
1893
+ .navbar-brand {
1894
+ display:none;
1895
+ }
1896
+ .language-sub{
1897
+ position: absolute;
1898
+ z-index: 999;
1899
+ background: #FFF;
1900
+ padding-right: 15px;
1901
+ }
1902
+ .language-sub li{
1903
+ line-height: 16px;
1904
+ margin-bottom: 10px;
1905
+ max-height: 25px;
1906
+ padding-left: 25px;
1907
+ }
1908
+ .separator-breadcrumbs{
1909
+ padding-top: 15px;
1910
+ }
1911
+
1912
+ .data-table .description.std {
1913
+ margin-bottom: 7px;
1914
+ }
1915
+ .data-table .product-name {
1916
+ font-family: 'Roboto Condensed', sans-serif;
1917
+ font-size: 16px;
1918
+ line-height: 1.6;
1919
+ margin: 0;
1920
+ }
1921
+ .data-table textarea {
1922
+ width: 100%;
1923
+ }
1924
+ .cart-cell .old-price .price, .cart-cell .special-price .price {
1925
+ font-family: 'Roboto Condensed', sans-serif;
1926
+ font-size: 18px;
1927
+ font-weight: normal;
1928
+ line-height: 1.6;
1929
+ margin-right: 8px;
1930
+ }
1931
+ .cart-cell .regular-price .price{
1932
+ font-family: 'Roboto Condensed', sans-serif;
1933
+ font-size: 18px;
1934
+ font-weight: normal;
1935
+ line-height: 1.6;
1936
+ margin-right: 8px;
1937
+ }
1938
+ .cart-cell .old-price, .cart-cell .special-price {
1939
+ display: inline-block;
1940
+ }
1941
+ .add-to-cart-alt{
1942
+ margin-bottom: 8px;
1943
+ }
1944
+ .add-to-cart-alt input[type="text"] {
1945
+ height: 30px;
1946
+ text-align: center;
1947
+ }
1948
+ .data-table .value input[type="checkbox"], .data-table .value input[type="radio"]{
1949
+ margin: 3px auto;
1950
+ }
1951
+ .box-reviews dl dd {
1952
+ border-bottom: 1px solid #ddd;
1953
+ margin-bottom: 10px;
1954
+ padding-bottom: 10px;
1955
+ }
1956
+ .box-reviews dl dt {
1957
+ font-size: 16px;
1958
+ font-weight: normal;
1959
+ }
1960
+ .form-add .validation-advice {
1961
+ margin-left: 0;
1962
+ }
1963
+ .short-description .std {
1964
+ line-height: 1.6;
1965
+ }
1966
+ #review-form h3{
1967
+ font-size: 18px;
1968
+ }
1969
+ #review-form h4{
1970
+ font-size: 14px;
1971
+ }
1972
+ #review-form h3 span {
1973
+ color: #f23f3f;
1974
+ font-family: 'Roboto Condensed', sans-serif;
1975
+ }
1976
+ #product-review-table{
1977
+ margin-bottom: 10px;
1978
+ }
1979
+ .tags-list li a{
1980
+ color: #333;
1981
+ }
1982
+ .tags-list .actions a{
1983
+ float: right;
1984
+ }
1985
+ .img-thumbnail .gallery-hover:before {
1986
+ color: #333;
1987
+ content: "\f002";
1988
+ font-family: FontAwesome;
1989
+ font-size: 14px;
1990
+ font-style: normal;
1991
+ font-weight: normal;
1992
+ padding-right: 0.5em;
1993
+ position: absolute;
1994
+ right: -6px;
1995
+ text-decoration: inherit;
1996
+ top: 7px;
1997
+ }
1998
+ .img-thumbnail .gallery-hover {
1999
+ float: right;
2000
+ font: 0px/0 a;
2001
+ height: 15px;
2002
+ margin-right: 5px;
2003
+ margin-top: -15px;
2004
+ position: relative;
2005
+ text-align: right;
2006
+ width: 15px;
2007
+ }
2008
+ .img-thumbnail .gallery-hover:hover:before {
2009
+ color: #f23f3f;
2010
+ text-decoration: none;
2011
+ }
2012
+ .related-add-to-wishlist-prducts {
2013
+ margin-bottom: 20px;
2014
+ }
2015
+ .related-add-to-wishlist-prducts .products-grid, .crosssell-items .products-grid, .upsell-items .products-grid{
2016
+ padding-top: 0px;
2017
+ }
2018
+ .related-add-to-wishlist-prducts .products-grid .item{
2019
+ padding-top: 0px;
2020
+ background: #FFF;
2021
+ }
2022
+ .imgresponsive {
2023
+ display: block;
2024
+ margin: 0 auto;
2025
+ }
2026
+ .gift-messages h3{
2027
+ color: #333333;
2028
+ display: inline-block;
2029
+ font-family: "Roboto Condensed",sans-serif;
2030
+ font-size: 25.04px;
2031
+ line-height: 1.2;
2032
+ margin-bottom: -1px;
2033
+ margin-top: 0;
2034
+ padding: 5px 0 10px;
2035
+ text-transform: uppercase;
2036
+ }
2037
+ .product-options-bottom .add-to-cart {
2038
+ display: inline-block;
2039
+ }
2040
+ #newsletter-validate-detail .input-box input.input-text {
2041
+ width: 100%;
2042
+ }
2043
+ .block-footer-contact-info a {
2044
+ word-wrap: break-word;
2045
+ color: #A22B2B;
2046
+ font-size: 11.5px;
2047
+ }
2048
+ .shipping-form .buttons-set {
2049
+ padding: 0;
2050
+ }
2051
+ .customer-account-forgotpassword .fieldset{
2052
+ margin-bottom: 0;
2053
+ }
2054
+ .customer-account-forgotpassword .buttons-set{
2055
+ margin-bottom: 20px;
2056
+ }
2057
+ .customer-account-forgotpassword .form-list input.input-text {
2058
+ width: 100%;
2059
+ max-width: 300px;
2060
+ }
2061
+ .navbar-nav > li.parent{
2062
+ position: relative;
2063
+ }
2064
+ .navbar-nav > li.parent > a:after{
2065
+ content: "\f0d7";
2066
+ font-family: FontAwesome;
2067
+ font-style: normal;
2068
+ font-weight: normal;
2069
+ text-decoration: inherit;
2070
+ /*--adjust as necessary--*/
2071
+ color: #333;
2072
+ font-size: 12px;
2073
+ padding-right: 0.5em;
2074
+ position: absolute;
2075
+ right: 6px;
2076
+ top: 15px;
2077
+ }
2078
+ .navbar-nav > li.parent.active > a:after, .navbar-nav > li.parent:hover > a:after{
2079
+ color: #FFF;
2080
+ }
2081
+ .navbar-nav .dropdown-menu li.parent > a:after{
2082
+ content: "\f0da";
2083
+ font-family: FontAwesome;
2084
+ font-style: normal;
2085
+ font-weight: normal;
2086
+ text-decoration: inherit;
2087
+ /*--adjust as necessary--*/
2088
+ color: #333;
2089
+ font-size: 12px;
2090
+ padding-right: 0.5em;
2091
+ position: absolute;
2092
+ right: 7px;
2093
+ top: 12px;
2094
+ }
2095
+ .navbar-nav .dropdown-menu li.parent.active > a:after, .navbar-nav .dropdown-menu li.parent:hover > a:after{
2096
+ color: #FFF;
2097
+ }
2098
+ .dropdown-menu{
2099
+ border-radius: 0;
2100
+ padding: 0 !important;
2101
+ border: none;
2102
+ }
2103
+ .dropdown-menu > li > a{
2104
+ padding: 10px 20px !important;
2105
+ }
2106
+
2107
+ .product-details{
2108
+ background: none repeat scroll 0 0 #f9f9f9;
2109
+ border: 1px solid #ddd;
2110
+ margin-bottom: 20px;
2111
+ min-height: 225px;
2112
+ padding: 10px;
2113
+ }
2114
+ .product-details .product-type-data > .price-box{
2115
+ margin-top: 0;
2116
+ }
2117
+ .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
2118
+ background-color: #f23f3f;
2119
+ color: #fff;
2120
+ }
2121
+ .home-main-text{
2122
+ color: #f23f3f;
2123
+ font-family: "Roboto Condensed",sans-serif;
2124
+ font-size: 36px;
2125
+ font-weight: 300;
2126
+ line-height: 1.2;
2127
+ }
2128
+ .home-text{
2129
+ color: #3d3d3d;
2130
+ font-family: "Roboto Condensed",sans-serif;
2131
+ font-size: 20px;
2132
+ line-height: 32px;
2133
+ }
2134
+ .home-text span{
2135
+ color: #f23f3f;
2136
+ }
2137
+ .col3-layout .products-grid .item{
2138
+ width: 50%;
2139
+ }
2140
+ .block-layered-nav ol, .block-layered-nav dl {
2141
+ margin-bottom: 0;
2142
+ }
2143
+ #downloadable-links-list input.checkbox{
2144
+ display: inline-block;
2145
+ }
2146
+ #downloadable-links-list.options-list .label{
2147
+ color: #333;
2148
+ display: inline-block;
2149
+ font-size: 13px;
2150
+ margin-left: 12px;
2151
+ }
2152
+ .que-ans-wrap {
2153
+ padding-bottom: 15px;
2154
+ }
2155
+ .leftimg{
2156
+ float: left;
2157
+ margin-right: 10px;
2158
+ margin-top: 6px;
2159
+ }
2160
+ .rightimg{
2161
+ float: left;
2162
+ margin-left: 10px;
2163
+ margin-top: 6px;
2164
+ }
2165
+ #co-shipping-method-form .sp-methods dt {
2166
+ border-bottom: 1px solid #ddd;
2167
+ color: #000;
2168
+ font-size: 16px;
2169
+ font-weight: normal;
2170
+ padding-bottom: 5px;
2171
+ text-transform: uppercase;
2172
+ }
2173
+ #co-shipping-method-form dl{
2174
+ margin-bottom: 0;
2175
+ }
2176
+ #co-shipping-method-form .buttons-set{
2177
+ margin-top: -10px;
2178
+ }
2179
+ .question {
2180
+ color: #111;
2181
+ }
2182
+ .answer {
2183
+ color: #666;
2184
+ }
2185
+ .product-type-data .price-box{
2186
+ display: inline-block;
2187
+ }
2188
+ .product-type-data .regular-price{
2189
+ margin-right: 10px;
2190
+ }
2191
+ .blog{
2192
+ border-bottom: 1px solid #DDD;
2193
+ padding-bottom: 15px;
2194
+ margin-bottom: 20px;
2195
+ }
2196
+ .cms-blog .leftimg{
2197
+ width: 182px;
2198
+ height: auto;
2199
+ margin-right: 20px;
2200
+ }
2201
+ .blog-title{
2202
+ color: #3d3d3d;
2203
+ font-family: "Roboto Condensed",sans-serif;
2204
+ font-size: 20px;
2205
+ line-height: 32px;
2206
+ margin-bottom: 0;
2207
+ }
2208
+ .blog p{
2209
+ line-height: 1.6
2210
+ }
skin/frontend/accessshop/default/css/nivo-slider.css ADDED
@@ -0,0 +1,207 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * jQuery Nivo Slider v3.2
3
+ * http://nivo.dev7studios.com
4
+ *
5
+ * Copyright 2012, Dev7studios
6
+ * Free to use and abuse under the MIT license.
7
+ * http://www.opensource.org/licenses/mit-license.php
8
+ */
9
+
10
+ /* The Nivo Slider styles */
11
+ .nivoSlider {
12
+ position:relative;
13
+ width:100%;
14
+ height:auto;
15
+ overflow: hidden;
16
+ }
17
+ .nivoSlider img {
18
+ position:absolute;
19
+ top:0px;
20
+ left:0px;
21
+ max-width: none;
22
+ }
23
+ .nivo-main-image {
24
+ display: block !important;
25
+ position: relative !important;
26
+ width: 100% !important;
27
+ }
28
+
29
+ /* If an image is wrapped in a link */
30
+ .nivoSlider a.nivo-imageLink {
31
+ position:absolute;
32
+ top:0px;
33
+ left:0px;
34
+ width:100%;
35
+ height:100%;
36
+ border:0;
37
+ padding:0;
38
+ margin:0;
39
+ z-index:6;
40
+ display:none;
41
+ background:white;
42
+ filter:alpha(opacity=0);
43
+ opacity:0;
44
+ }
45
+ /* The slices and boxes in the Slider */
46
+ .nivo-slice {
47
+ display:block;
48
+ position:absolute;
49
+ z-index:5;
50
+ height:100%;
51
+ top:0;
52
+ }
53
+ .nivo-box {
54
+ display:block;
55
+ position:absolute;
56
+ z-index:5;
57
+ overflow:hidden;
58
+ }
59
+ .nivo-box img { display:block; }
60
+
61
+ /* Caption styles */
62
+ .nivo-caption {
63
+ position:absolute;
64
+ left:0px;
65
+ bottom:0px;
66
+ background:#000;
67
+ color:#fff;
68
+ width:100%;
69
+ z-index:8;
70
+ padding: 5px 10px;
71
+ opacity: 0.8;
72
+ overflow: hidden;
73
+ display: none;
74
+ -moz-opacity: 0.8;
75
+ filter:alpha(opacity=8);
76
+ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
77
+ -moz-box-sizing: border-box; /* Firefox, other Gecko */
78
+ box-sizing: border-box; /* Opera/IE 8+ */
79
+ }
80
+ .nivo-caption p {
81
+ padding:5px;
82
+ margin:0;
83
+ }
84
+ .nivo-caption a {
85
+ display:inline !important;
86
+ }
87
+ .nivo-html-caption {
88
+ display:none;
89
+ }
90
+ /* Direction nav styles (e.g. Next & Prev) */
91
+ .nivo-directionNav a {
92
+ position:absolute;
93
+ top:45%;
94
+ z-index:9;
95
+ cursor:pointer;
96
+ }
97
+ .nivo-prevNav {
98
+ left:0px;
99
+ }
100
+ .nivo-nextNav {
101
+ right:0px;
102
+ }
103
+ /* Control nav styles (e.g. 1,2,3...) */
104
+ .nivo-controlNav {
105
+ text-align:center;
106
+ padding: 15px 0;
107
+ }
108
+ .nivo-controlNav a {
109
+ cursor:pointer;
110
+ }
111
+ .nivo-controlNav a.active {
112
+ font-weight:bold;
113
+ }
114
+
115
+ /*
116
+ Skin Name: Nivo Slider Default Theme
117
+ Skin URI: http://nivo.dev7studios.com
118
+ Description: The default skin for the Nivo Slider.
119
+ Version: 1.3
120
+ Author: Gilbert Pellegrom
121
+ Author URI: http://dev7studios.com
122
+ Supports Thumbs: true
123
+ */
124
+
125
+ .theme-default .nivoSlider {
126
+ position:relative;
127
+ background:#fff url(loading.gif) no-repeat 50% 50%;
128
+ margin-bottom:10px;
129
+ -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
130
+ -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
131
+ box-shadow: 0px 1px 5px 0px #4a4a4a;
132
+ }
133
+ .theme-default .nivoSlider img {
134
+ position:absolute;
135
+ top:0px;
136
+ left:0px;
137
+ display:none;
138
+ }
139
+ .theme-default .nivoSlider a {
140
+ border:0;
141
+ display:block;
142
+ }
143
+
144
+ .theme-default .nivo-controlNav {
145
+ text-align: center;
146
+ padding: 20px 0;
147
+ }
148
+ .theme-default .nivo-controlNav a {
149
+ display:inline-block;
150
+ width:22px;
151
+ height:22px;
152
+ background:url(bullets.png) no-repeat;
153
+ text-indent:-9999px;
154
+ border:0;
155
+ margin: 0 2px;
156
+ }
157
+ .theme-default .nivo-controlNav a.active {
158
+ background-position:0 -22px;
159
+ }
160
+
161
+ .theme-default .nivo-directionNav a {
162
+ display:block;
163
+ width:30px;
164
+ height:30px;
165
+ background:url(arrows.png) no-repeat;
166
+ text-indent:-9999px;
167
+ border:0;
168
+ opacity: 0;
169
+ -webkit-transition: all 200ms ease-in-out;
170
+ -moz-transition: all 200ms ease-in-out;
171
+ -o-transition: all 200ms ease-in-out;
172
+ transition: all 200ms ease-in-out;
173
+ }
174
+ .theme-default:hover .nivo-directionNav a { opacity: 1; }
175
+ .theme-default a.nivo-nextNav {
176
+ background-position:-30px 0;
177
+ right:15px;
178
+ }
179
+ .theme-default a.nivo-prevNav {
180
+ left:15px;
181
+ }
182
+
183
+ .theme-default .nivo-caption {
184
+ font-family: Helvetica, Arial, sans-serif;
185
+ }
186
+ .theme-default .nivo-caption a {
187
+ color:#fff;
188
+ border-bottom:1px dotted #fff;
189
+ }
190
+ .theme-default .nivo-caption a:hover {
191
+ color:#fff;
192
+ }
193
+
194
+ .theme-default .nivo-controlNav.nivo-thumbs-enabled {
195
+ width: 100%;
196
+ }
197
+ .theme-default .nivo-controlNav.nivo-thumbs-enabled a {
198
+ width: auto;
199
+ height: auto;
200
+ background: none;
201
+ margin-bottom: 5px;
202
+ }
203
+ .theme-default .nivo-controlNav.nivo-thumbs-enabled img {
204
+ display: block;
205
+ width: 120px;
206
+ height: auto;
207
+ }
skin/frontend/accessshop/default/css/print.css ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_blank
22
+ * @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+ * { background:none !important; text-align:left !important; }
26
+ body { background:#fff !important; font-size:9pt !important; margin:15px !important; }
27
+ a { color:#2976c9 !important; }
28
+ th,td { color:#2f2f2f !important; border-color:#ccc !important; }
29
+
30
+ .header-container,
31
+ .nav-container,
32
+ .footer-container,
33
+ .pager,
34
+ .toolbar,
35
+ .actions,
36
+ .buttons-set { display:none !important; }
37
+
38
+ .page-print .data-table .cart-tax-total { background-position:100% -54px; }
39
+ .page-print .data-table .cart-tax-info { display:block !important; }
skin/frontend/accessshop/default/css/reset.css ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* http://meyerweb.com/eric/tools/css/reset/
2
+ v2.0 | 20110126
3
+ License: none (public domain)
4
+ */
5
+
6
+ html, body, div, span, applet, object, iframe,
7
+ h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8
+ a, abbr, acronym, address, big, cite, code,
9
+ del, dfn, em, img, ins, kbd, q, s, samp,
10
+ small, strike, strong, sub, sup, tt, var,
11
+ b, u, i, center,
12
+ dl, dt, dd, ol, ul, li,
13
+ fieldset, form, label, legend,
14
+ table, caption, tbody, tfoot, thead, tr, th, td,
15
+ article, aside, canvas, details, embed,
16
+ figure, figcaption, footer, header, hgroup,
17
+ menu, nav, output, ruby, section, summary,
18
+ time, mark, audio, video {
19
+ margin: 0;
20
+ padding: 0;
21
+ border: 0;
22
+ font-size: 100%;
23
+ font: inherit;
24
+ vertical-align: baseline;
25
+ }
26
+ /* HTML5 display-role reset for older browsers */
27
+ article, aside, details, figcaption, figure,
28
+ footer, header, hgroup, menu, nav, section {
29
+ display: block;
30
+ }
31
+ body {
32
+ line-height: 1;
33
+ }
34
+ ol, ul {
35
+ list-style: none;
36
+ }
37
+ blockquote, q {
38
+ quotes: none;
39
+ }
40
+ blockquote:before, blockquote:after,
41
+ q:before, q:after {
42
+ content: '';
43
+ content: none;
44
+ }
45
+ table {
46
+ border-collapse: collapse;
47
+ border-spacing: 0;
48
+ }
skin/frontend/accessshop/default/css/sequencejs-theme.modern-slide-in.css ADDED
@@ -0,0 +1,293 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ Theme created for use with Sequence.js (http://www.sequencejs.com/)
3
+
4
+ Theme: Modern Slide In
5
+ Version: 1.3
6
+ Theme Author: Ian Lunn @IanLunn
7
+ Author URL: http://www.ianlunn.co.uk/
8
+ Theme URL: http://www.sequencejs.com/themes/modern-slide-in/
9
+
10
+ This is a FREE theme and is available under a MIT License:
11
+ http://www.opensource.org/licenses/mit-license.php
12
+
13
+ Sequence.js and its dependencies are (c) Ian Lunn Design 2012 - 2013 unless otherwise stated.
14
+ */
15
+ /* CSS RESET - http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 */
16
+ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
17
+ margin: 0;
18
+ padding: 0;
19
+ border: 0;
20
+ font-size: 100%;
21
+ font: inherit;
22
+ vertical-align: baseline;
23
+ }
24
+ /* HTML5 display-role reset for older browsers */
25
+ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
26
+ display: block;
27
+ }
28
+ body {
29
+ line-height: 1;
30
+ }
31
+ ol, ul {
32
+ list-style: none;
33
+ }
34
+ blockquote, q {
35
+ quotes: none;
36
+ }
37
+ blockquote:before, blockquote:after, q:before, q:after {
38
+ content: '';
39
+ content: none;
40
+ }
41
+ table {
42
+ border-collapse: collapse;
43
+ border-spacing: 0;
44
+ }
45
+ /* !CSS RESET */
46
+ /* prefix declarations */
47
+ /* THEME STYLES */
48
+ .sequence-theme {
49
+ /* this container is just to ensure the background color stretches all the way across on bigger screens */
50
+ background: #D9D9D9;
51
+ }
52
+ #sequence {
53
+ margin: 0 auto;
54
+ position: relative;
55
+ overflow: hidden;
56
+ width: 100%;
57
+ max-width: 1920px;
58
+ background-color: #D9D9D9;
59
+ background-image: url("../images/bg-sequence.jpg");
60
+ background-repeat: no-repeat;
61
+ background-position: 50% 100%;
62
+ color: white;
63
+ font-size: 0.625em;
64
+ margin: 0 auto;
65
+ position: relative;
66
+ height: 481px;
67
+ }
68
+ #sequence > .sequence-canvas {
69
+ height: 100%;
70
+ width: 100%;
71
+ }
72
+ #sequence > .sequence-canvas > li {
73
+ position: absolute;
74
+ width: 100%;
75
+ height: 100%;
76
+ z-index: 1;
77
+ top: 0%;
78
+ }
79
+ #sequence > .sequence-canvas > li img {
80
+ height: 96%;
81
+ }
82
+ #sequence > .sequence-canvas li > .banner-container {
83
+ height: 481px;
84
+ margin: auto;
85
+ position: relative;
86
+ width: 1230px;
87
+ }
88
+ #sequence > .sequence-canvas li > .banner-container > * {
89
+ position: absolute;
90
+ /* only cause the left and opacity properties to transition */
91
+ -webkit-transition-property: left, opacity;
92
+ -moz-transition-property: left, opacity;
93
+ -ms-transition-property: left, opacity;
94
+ -o-transition-property: left, opacity;
95
+ transition-property: left, opacity;
96
+ }
97
+ .sequence-next, .sequence-prev {
98
+ color: white;
99
+ cursor: pointer;
100
+ display: none;
101
+ font-weight: bold;
102
+ position: absolute;
103
+ /*top: 190px;*/
104
+ z-index: 1000;
105
+ }
106
+ .sequence-pause {
107
+ bottom: 0;
108
+ cursor: pointer;
109
+ position: absolute;
110
+ z-index: 1000;
111
+ }
112
+ .sequence-paused {
113
+ opacity: 0.3;
114
+ }
115
+ .sequence-prev {
116
+ left: 0px;
117
+ }
118
+ .sequence-next {
119
+ right: 0px;
120
+ }
121
+ .sequence-prev img, .sequence-next img {
122
+ height: 100%;
123
+ width: auto;
124
+ }
125
+ #sequence-preloader {
126
+ background: #d9d9d9;
127
+ }
128
+ .sequence-pagination {
129
+ margin: -30px auto auto;
130
+ position: relative;
131
+ text-align: center;
132
+ z-index: 999999;
133
+ -webkit-transition-duration: 0.5s;
134
+ -moz-transition-duration: 0.5s;
135
+ -ms-transition-duration: 0.5s;
136
+ -o-transition-duration: 0.5s;
137
+ transition-duration: 0.5s;
138
+ }
139
+ .sequence-pagination li {
140
+ background: none repeat scroll 0 0 #EEE;
141
+ border-radius: 50%;
142
+ cursor: pointer;
143
+ display: inline-block;
144
+ font: 0px/0 a;
145
+ height: 10px;
146
+ margin: 0 2px;
147
+ width: 10px;
148
+ }
149
+ .sequence-pagination li.current {
150
+ background: #f23f3f;
151
+ }
152
+ .sequence-pagination li img {
153
+ cursor: pointer;
154
+ opacity: 0.5;
155
+ -webkit-transition-duration: 1s;
156
+ -moz-transition-duration: 1s;
157
+ -ms-transition-duration: 1s;
158
+ -o-transition-duration: 1s;
159
+ transition-duration: 1s;
160
+ -webkit-transition-property: margin-bottom, opacity;
161
+ -moz-transition-property: margin-bottom, opacity;
162
+ -ms-transition-property: margin-bottom, opacity;
163
+ -o-transition-property: margin-bottom, opacity;
164
+ transition-property: margin-bottom, opacity;
165
+ }
166
+ .sequence-pagination li img:hover {
167
+ margin-bottom: 4px;
168
+ -webkit-transition-duration: 0.3s;
169
+ -moz-transition-duration: 0.3s;
170
+ -ms-transition-duration: 0.3s;
171
+ -o-transition-duration: 0.3s;
172
+ transition-duration: 0.3s;
173
+ }
174
+ .sequence-pagination li.current img {
175
+ opacity: 1;
176
+ }
177
+ h2 {
178
+ color: white;
179
+ font-family: 'Sirin Stencil', serif;
180
+ font-weight: bold;
181
+ text-transform: uppercase;
182
+ }
183
+ h3 {
184
+ font-family: 'Ruluko', serif;
185
+ }
186
+ .sequence-next, .sequence-prev {
187
+ position: absolute;
188
+ opacity: 0.6;
189
+ -webkit-transition-duration: 1s;
190
+ -moz-transition-duration: 1s;
191
+ -ms-transition-duration: 1s;
192
+ -o-transition-duration: 1s;
193
+ transition-duration: 1s;
194
+ }
195
+ .sequence-next:hover, .sequence-prev:hover {
196
+ opacity: 1;
197
+ -webkit-transition-duration: 1s;
198
+ -moz-transition-duration: 1s;
199
+ -ms-transition-duration: 1s;
200
+ -o-transition-duration: 1s;
201
+ transition-duration: 1s;
202
+ }
203
+ .title {
204
+ font-size: 3.4em;
205
+ left: 25%;
206
+ width: 35%;
207
+ opacity: 0;
208
+ bottom: 1%;
209
+ z-index: 50;
210
+ top: 30%;
211
+ }
212
+ .animate-in .title {
213
+ left: 8%;
214
+ opacity: 1;
215
+ -webkit-transition-duration: 0.5s;
216
+ -moz-transition-duration: 0.5s;
217
+ -ms-transition-duration: 0.5s;
218
+ -o-transition-duration: 0.5s;
219
+ transition-duration: 0.5s;
220
+ }
221
+ .animate-out .title {
222
+ left: 35%;
223
+ opacity: 0;
224
+ -webkit-transition-duration: 0.5s;
225
+ -moz-transition-duration: 0.5s;
226
+ -ms-transition-duration: 0.5s;
227
+ -o-transition-duration: 0.5s;
228
+ transition-duration: 0.5s;
229
+ }
230
+ .subtitle {
231
+ top: 48%;
232
+ color: black;
233
+ font-size: 2em;
234
+ left: 25%;
235
+ width: 45%;
236
+ opacity: 0;
237
+ z-index: 999;
238
+ }
239
+ .animate-in .subtitle {
240
+ left: 8%;
241
+ opacity: 1;
242
+ -webkit-transition-duration: 0.5s;
243
+ -moz-transition-duration: 0.5s;
244
+ -ms-transition-duration: 0.5s;
245
+ -o-transition-duration: 0.5s;
246
+ transition-duration: 0.5s;
247
+ }
248
+ .animate-out .subtitle {
249
+ left: 35%;
250
+ opacity: 0;
251
+ -webkit-transition-duration: 0.5s;
252
+ -moz-transition-duration: 0.5s;
253
+ -ms-transition-duration: 0.5s;
254
+ -o-transition-duration: 0.5s;
255
+ transition-duration: 0.5s;
256
+ }
257
+ .model {
258
+ left: 70%;
259
+ bottom: -48%;
260
+ opacity: 0;
261
+ position: relative;
262
+ height: auto !important;
263
+ /*max-height: 568px !important;*/
264
+ width: auto;/*min-width: 225px;*/
265
+ /* prevents the model from shrinking when the browser is resized */
266
+ /*max-width: 266px;*/ }
267
+ .animate-in .model {
268
+ bottom: 0;
269
+ left: 50%;
270
+ opacity: 1;
271
+ -webkit-transition-duration: 1s;
272
+ -moz-transition-duration: 1s;
273
+ -ms-transition-duration: 1s;
274
+ -o-transition-duration: 1s;
275
+ transition-duration: 1s;
276
+ }
277
+ .bg3 .animate-in .model {
278
+ left: 40% !important;
279
+ }
280
+ .animate-out .model {
281
+ left: 75%;
282
+ opacity: 0;
283
+ -webkit-transition-duration: 0.5s;
284
+ -moz-transition-duration: 0.5s;
285
+ -ms-transition-duration: 0.5s;
286
+ -o-transition-duration: 0.5s;
287
+ transition-duration: 0.5s;
288
+ }
289
+ @media only screen and (min-width: 992px) {
290
+ #sequence .title {
291
+ width: 42%;
292
+ }
293
+ }
skin/frontend/accessshop/default/css/styles-ie.css ADDED
@@ -0,0 +1,137 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**
2
+ * Magento
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is subject to the Academic Free License (AFL 3.0)
7
+ * that is bundled with this package in the file LICENSE_AFL.txt.
8
+ * It is also available through the world-wide-web at this URL:
9
+ * http://opensource.org/licenses/afl-3.0.php
10
+ * If you did not receive a copy of the license and are unable to
11
+ * obtain it through the world-wide-web, please send an email
12
+ * to license@magentocommerce.com so we can send you a copy immediately.
13
+ *
14
+ * DISCLAIMER
15
+ *
16
+ * Do not edit or add to this file if you wish to upgrade Magento to newer
17
+ * versions in the future. If you wish to customize Magento for your
18
+ * needs please refer to http://www.magentocommerce.com for more information.
19
+ *
20
+ * @category design
21
+ * @package default_blank
22
+ * @copyright Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
23
+ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
24
+ */
25
+
26
+ /* IE 6 only */
27
+ * html .validation-advice { height:13px; }
28
+ * html .error-msg,
29
+ * html .success-msg,
30
+ * html .note-msg,
31
+ * html .notice-msg { height:24px; }
32
+ .block li.item,
33
+ .block-poll li,
34
+ .opc li.section { vertical-align:top; }
35
+ * html .window-overlay {}
36
+
37
+ /* Doubled Margin Fixes */
38
+ .product-view .product-img-box .more-views li,
39
+ .product-view .box-tags .form-add .input-box,
40
+ .sp-methods select.month { display:inline; }
41
+
42
+ /********** < Navigation styles */
43
+ #nav li,
44
+ #nav li a { zoom:1; }
45
+ #nav li { vertical-align:top; }
46
+ /********** < Navigation styles */
47
+
48
+ select { margin-bottom:1px; }
49
+ input.radio { width:13px; height:13px; }
50
+ input.checkbox { width:13px; height:13px; }
51
+ button.button { height:21px; }
52
+ button.button span { position:relative; }
53
+ button.btn-checkout {}
54
+ .form-list label { position:relative; z-index:0; }
55
+ .form-list label.required em { position:absolute; top:0; right:-8px; }
56
+
57
+ /*table { scrollbar-face-color:expression(runtimeStyle.scrollbarFaceColor = '#fff', cellSpacing = 0); }*/ /* Cellspacing fix for IE6-7 */
58
+
59
+ .tool-tip .btn-close a { margin:0; }
60
+
61
+ .product-view .product-img-box .zoom.disabled { filter:alpha(opacity=30); }
62
+
63
+ /* Clearer */
64
+ .clearer { display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
65
+
66
+ /* Clears and hasLayout fixes */
67
+ .header-container,
68
+ .header-container .top-container,
69
+ .header,
70
+ .header .quick-access,
71
+ #nav,
72
+ .main,
73
+ .footer,
74
+ .footer-container .bottom-container,
75
+ .col-main,
76
+ .col2-set,
77
+ .col3-set,
78
+ .col4-set,
79
+ .messages li,
80
+ .search-autocomplete li,
81
+ .block,
82
+ .block .block-content,
83
+ .block .actions,
84
+ .block li.item,
85
+ .block-poll li,
86
+ .block-poll .label,
87
+ .block-layered-nav .currently li,
88
+ .block-account .block-content li a,
89
+ .mini-products-list .product-details,
90
+ .page-title,
91
+ .rss-title h1,
92
+ .products-grid,
93
+ .products-list li.item,
94
+ .box-account .box-head,
95
+ .dashboard .box .box-title,
96
+ .box-reviews li.item,
97
+ .box-tags li.item,
98
+ .pager,
99
+ .sorter,
100
+ .ratings,
101
+ .add-to-box,
102
+ .add-to-cart,
103
+ .product-essential,
104
+ .product-collateral,
105
+ .product-view .product-img-box .more-views ul,
106
+ .product-view .product-shop .short-description,
107
+ .product-view .box-description,
108
+ .product-view .box-tags .form-add,
109
+ .product-options .options-list li,
110
+ .product-options-bottom,
111
+ .truncated,
112
+ .truncated .truncated_full_value,
113
+ .product-review,
114
+ .cart,
115
+ .cart-collaterals,
116
+ .cart .crosssell li.item,
117
+ .cart .discount,
118
+ .opc .step-title,
119
+ .opc .step,
120
+ .multiple-checkout,
121
+ .sp-methods,
122
+ .checkout-progress,
123
+ .multiple-checkout .place-order,
124
+ .form-list li,
125
+ .form-list .field,
126
+ .group-select li,
127
+ .buttons-set,
128
+ .page-print .print-head,
129
+ .cart-tax-total,
130
+ .advanced-search-summary,
131
+ .advanced-search-summary p,
132
+ .gift-messages-form .item,
133
+ .send-friend .form-list li p,
134
+ .centinel .authentication { zoom:1; }
135
+
136
+ /* Hover Fix */
137
+ iframe.hover-fix { position:absolute; left:-1px; top:-1px; z-index:-1; background: