17 Nov - Static Sites to laravel

This commit is contained in:
Kevin Adametz 2018-11-17 02:01:22 +01:00
parent 610aa1e202
commit 5ff57a21a7
3661 changed files with 569001 additions and 771 deletions

View file

@ -0,0 +1,132 @@
/** ************************************* **
@Author Dorin Grigoras
@Website www.stepofweb.com
@Last Update Tuesday, August 25, 2015
~ ~ ~ UPDATE REASONS ~ ~ ~
DO NOT CHANGE ANYTHING HERE!
REWRITE IN A CUSTOM CSS FILE IF REQUIRED!
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
NOTE: - Only minifying this file, 10% is reduced!
- Using gzip or deflate compression via your
.htaccess, this file will be reduced by 83%
TABLE CONTENTS
---------------------------
01. Resets
02. Headings
03. Placeholder
04. Commons
05. Progress Bars & Pie Charts
06. Dropcap
07. Table
08. Nav Pills
09. Blockquotes [shortcode]
10. Background Patterns
11. Colors [v2.0.0]
12. Magnific Popup [v1.0.0]
13. OWL Carousel [v1.3.3 & v2.2.1]
14. Animate [v3.5.1]
15. Fontawesome [v4.7.0]
16. Et-Line & Font Icons [v0.0.0]
17. Social Icons
18. Buttons [shortcode]
19. Counters & Countdown [shortcode]
20. Clients [shortcode]
21. Alerts [shortcode]
22. Dividers [shortcode]
23. Headings [shortcode]
24. Word Rotator [shortcode]
25. Icon Boxes [shortcode]
26. Labels & Badges [shortcode]
27. Lightbox Ajax [shortcode]
28. Panels [shortcode]
29. Modals [shortcode]
30. Toastr [shortcode]
31. Navigations [shortcode]
32. Paginations [shortcode]
33. Tables [shortcode]
34. Callouts [shortcode]
35. Process Steps [shortcode]
36. Price Table [shortcode]
37. Styled Icons [shortcode]
38. Pickers [plugins]
39. Select2 [plugin]
40. Tabs [shortcode]
41. Toggles & Accordions [shortcode]
42. Box Shadow [shortcode]
43. Testimonials [shortcode]
44. Flexslider [plugin]
45. Widgets [plugin]
46. Side Nav
47. Star Rating
48. Image Zoom [plugin]
49. Forms
50. Sky Form [plugin]
51. Summernote [HTML EDITOR]
52. Markdown [HTML EDITOR]
53. Bootstrap 4 Elements [will be removed on BS4 final release]
---------------------------
** ************************************* **/
@import "essentials/resets.less";
@import "essentials/headings.less";
@import "essentials/placeholder.less";
@import "essentials/commons.less";
@import "essentials/progressbar-piechart.less";
@import "essentials/dropcap.less";
@import "essentials/table.less";
@import "essentials/nav-pills.less";
@import "essentials/blockquotes.less";
@import "essentials/bgpatterns.less";
@import "essentials/colors.less";
@import "essentials/magnific-popup.less";
@import "essentials/owl-carousel.less";
@import "essentials/owl-carousel-2.less";
@import "essentials/animate.less";
@import "essentials/fontawesome.less";
@import "essentials/etline-icons.less";
@import "essentials/social-icons.less";
@import "essentials/buttons.less";
@import "essentials/counters-countdown.less";
@import "essentials/clients.less";
@import "essentials/alerts.less";
@import "essentials/dividers.less";
@import "essentials/heading-title.less";
@import "essentials/word-rotator.less";
@import "essentials/icon-boxes.less";
@import "essentials/label-badges.less";
@import "essentials/lightbox-ajax.less";
@import "essentials/panels.less";
@import "essentials/modals.less";
@import "essentials/toastr.less";
@import "essentials/navigations.less";
@import "essentials/paginations.less";
@import "essentials/tables.less";
@import "essentials/callouts.less";
@import "essentials/process-steps.less";
@import "essentials/price-table.less";
@import "essentials/styled-icons.less";
@import "essentials/picker-datepicker.less";
@import "essentials/picker-rangepicker.less";
@import "essentials/picker-timepicker.less";
@import "essentials/picker-colorpicker.less";
@import "essentials/select2.less";
@import "essentials/tabs.less";
@import "essentials/toggles-accordions.less";
@import "essentials/box-shadow.less";
@import "essentials/testimonials.less";
@import "essentials/flexslider.less";
@import "essentials/widgets.less";
@import "essentials/side-nav.less";
@import "essentials/star-rating.less";
@import "essentials/image-zoom.less";
@import "essentials/forms.less";
@import "essentials/forms-skyform.less";
@import "essentials/editor-summernote.less";
@import "essentials/editor-markdown.less";
@import "essentials/bootstrap-4-elements.less";

View file

@ -0,0 +1,140 @@
/** 21. Alerts
*************************************************** **/
div.alert {
border-left-color:rgba(0,0,0,0.1);
border-width:1px;
border-left-width:5px;
}
div.alert-default {
background-color:rgba(0,0,0,0.1);
}
div.alert-light {
background-color:rgba(0,0,0,0.03);
}
section.dark .alert-default {
color:#fff;
background-color:#111;
}
section.dark .alert-default h1,
section.dark .alert-default h2,
section.dark .alert-default h3,
section.dark .alert-default h4,
section.dark .alert-default h5,
section.dark .alert-default h6,
section.dark .alert-default p {
color:#fff !important;
}
div.alert.alert-primary,
div.alert.alert-primary a {
color:#fff;
}
div.alert.alert-bordered-dashed {
padding:30px 20px;
border:#ccc 2px dashed;
}
div.alert.alert-bordered-dotted {
padding:30px 20px;
border:#ccc 2px dotted;
}
div.alert.alert-bordered {
padding:30px 20px;
border:#ccc 2px solid;
}
div.alert.alert-theme-color,
div.alert.alert-dark {
color:#fff;
background-color:#333;
border:0;
padding:30px 20px;
}
div.alert.alert-theme-color h1,
div.alert.alert-theme-color h2,
div.alert.alert-theme-color h3,
div.alert.alert-theme-color h4,
div.alert.alert-theme-color h5,
div.alert.alert-theme-color h6,
div.alert.alert-dark h1,
div.alert.alert-dark h2,
div.alert.alert-dark h3,
div.alert.alert-dark h4,
div.alert.alert-dark h5,
div.alert.alert-dark h6 {
color:#fff;
}
section.dark div.alert,
section.dark div.alert h1,
section.dark div.alert h2,
section.dark div.alert h3,
section.dark div.alert h4,
section.dark div.alert h5,
section.dark div.alert h6,
section.dark div.alert p {
color:#333;
}
section.dark div.callout.alert.alert-border,
section.dark div.callout.alert.alert-border h1,
section.dark div.callout.alert.alert-border h2,
section.dark div.callout.alert.alert-border h3,
section.dark div.callout.alert.alert-border h4,
section.dark div.callout.alert.alert-border h5,
section.dark div.callout.alert.alert-border h6,
section.dark div.callout.alert.alert-border p {
color:#fff;
}
/* bordered top|botom */
div.alert>.container {
margin-top:35px;
margin-bottom:35px;
}
div.alert.bordered-bottom {
border-bottom:rgba(0,0,0,0.1) 1px solid;
border-left-width:0;
}
div.alert.bordered-top {
border-bottom:rgba(0,0,0,0.1) 1px solid;
border-left-width:0;
}
div.alert.bordered-bottom h4,
div.alert.bordered-top h4,
div.alert.bordered-bottom h3,
div.alert.bordered-top h3 {
font-weight:400;
margin:0;
}
div.alert.bordered-bottom p,
div.alert.bordered-top p,
div.alert.bordered-bottom p,
div.alert.bordered-top p {
margin-top:0;
}
section.dark div.alert.bordered-bottom {
border-bottom:#666 1px solid;
}
section.dark div.alert.bordered-top {
border-bottom:#666 1px solid;
}
@media only screen and (max-width: 760px) {
div.alert.bordered-bottom {
text-align:center;
}
div.alert.bordered-bottom .btn {
text-align:center;
display:block;
margin-top:35px;
}
}
/* mini alerts */
.alert.alert-mini {
padding:6px 10px;
border-left:0;
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,35 @@
/** 10. Background Patterns
*************************************************** **/
.pattern1 {
background:url('../images/_smarty/patterns/pattern1.png') repeat fixed;
}
.pattern2 {
background:url('../images/_smarty/patterns/pattern2.png') repeat fixed;
}
.pattern3 {
background:url('../images/_smarty/patterns/pattern3.png') repeat fixed;
}
.pattern4 {
background:url('../images/_smarty/patterns/pattern4.png') repeat fixed;
}
.pattern5 {
background:url('../images/_smarty/patterns/pattern5.png') repeat fixed;
}
.pattern6 {
background:url('../images/_smarty/patterns/pattern6.png') repeat fixed;
}
.pattern7 {
background:url('../images/_smarty/patterns/pattern7.png') repeat fixed;
}
.pattern8 {
background:url('../images/_smarty/patterns/pattern8.png') repeat fixed;
}
.pattern9 {
background:url('../images/_smarty/patterns/pattern9.png') repeat fixed;
}
.pattern10 {
background:url('../images/_smarty/patterns/pattern10.png') repeat fixed;
}
.pattern11 {
background:url('../images/_smarty/patterns/pattern11.png') repeat fixed;
}

View file

@ -0,0 +1,87 @@
/** 09. Blockquotes
**************************************************************** **/
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
font-weight:bold;
position:relative;
}
blockquote {
border-left: 5px solid rgba(0,0,0,0.1);
font-size: 1.3em;
font-style: normal;
letter-spacing: -1px;
margin: 25px 0;
padding: 0 0 0 25px;
position: relative;
}
blockquote.reverse {
border-left: 0;
border-right: 5px solid rgba(0,0,0,0.1);
margin: 25px 0;
padding: 0 25px 0 0;
text-align:right;
}
section.dark blockquote {
border-left-color:#666;
}
section.dark blockquote.reverse {
border-right-color:#666;
}
blockquote.quote {
border:0;
}
blockquote.quote:before {
font-family: font-icons;
font-weight: 400;
content: "\e7ad";
position: absolute;
width: 43px;
height: 43px;
line-height: 43px;
font-size: 43px;
top: 0;
left: 0;
color: #EEE;
z-index:0;
}
blockquote.quote.reverse:before {
left:auto;
right:0;
text-align:right;
}
blockquote.pull-left {
max-width:350px;
padding-right: 20px;
padding-bottom: 10px;
}
blockquote.pull-right {
max-width:350px;
padding-left: 20px;
padding-bottom: 10px;
}
blockquote p {
margin-bottom:20px;
position:relative;
}
blockquote cite {
display: block;
font-size: 0.75em;
color: #9CA6B4;
}
blockquote cite:before {
content: '\2014 \00A0';
padding-right:8px;
}
blockquote cite:after {
content: '\2014 \00A0';
padding-left:10px;
}

View file

@ -0,0 +1,920 @@
/** 53. Bootstrap 4 Elements
*************************************************** **/
.mb-0 {
margin-bottom: 0 !important;
}
.ml-0 {
margin-left: 0 !important;
}
.mx-0 {
margin-right: 0 !important;
margin-left: 0 !important;
}
.my-0 {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
.m-1 {
margin: 0.25rem 0.25rem !important;
}
.mt-1 {
margin-top: 0.25rem !important;
}
.mr-1 {
margin-right: 0.25rem !important;
}
.mb-1 {
margin-bottom: 0.25rem !important;
}
.ml-1 {
margin-left: 0.25rem !important;
}
.mx-1 {
margin-right: 0.25rem !important;
margin-left: 0.25rem !important;
}
.my-1 {
margin-top: 0.25rem !important;
margin-bottom: 0.25rem !important;
}
.m-2 {
margin: 0.5rem 0.5rem !important;
}
.mt-2 {
margin-top: 0.5rem !important;
}
.mr-2 {
margin-right: 0.5rem !important;
}
.mb-2 {
margin-bottom: 0.5rem !important;
}
.ml-2 {
margin-left: 0.5rem !important;
}
.mx-2 {
margin-right: 0.5rem !important;
margin-left: 0.5rem !important;
}
.my-2 {
margin-top: 0.5rem !important;
margin-bottom: 0.5rem !important;
}
.m-3 {
margin: 1rem 1rem !important;
}
.mt-3 {
margin-top: 1rem !important;
}
.mr-3 {
margin-right: 1rem !important;
}
.mb-3 {
margin-bottom: 1rem !important;
}
.ml-3 {
margin-left: 1rem !important;
}
.mx-3 {
margin-right: 1rem !important;
margin-left: 1rem !important;
}
.my-3 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.m-4 {
margin: 1.5rem 1.5rem !important;
}
.mt-4 {
margin-top: 1.5rem !important;
}
.mr-4 {
margin-right: 1.5rem !important;
}
.mb-4 {
margin-bottom: 1.5rem !important;
}
.ml-4 {
margin-left: 1.5rem !important;
}
.mx-4 {
margin-right: 1.5rem !important;
margin-left: 1.5rem !important;
}
.my-4 {
margin-top: 1.5rem !important;
margin-bottom: 1.5rem !important;
}
.m-5 {
margin: 3rem 3rem !important;
}
.mt-5 {
margin-top: 3rem !important;
}
.mr-5 {
margin-right: 3rem !important;
}
.mb-5 {
margin-bottom: 3rem !important;
}
.ml-5 {
margin-left: 3rem !important;
}
.mx-5 {
margin-right: 3rem !important;
margin-left: 3rem !important;
}
.my-5 {
margin-top: 3rem !important;
margin-bottom: 3rem !important;
}
.p-0 {
padding: 0 0 !important;
}
.pt-0 {
padding-top: 0 !important;
}
.pr-0 {
padding-right: 0 !important;
}
.pb-0 {
padding-bottom: 0 !important;
}
.pl-0 {
padding-left: 0 !important;
}
.px-0 {
padding-right: 0 !important;
padding-left: 0 !important;
}
.py-0 {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
.p-1 {
padding: 0.25rem 0.25rem !important;
}
.pt-1 {
padding-top: 0.25rem !important;
}
.pr-1 {
padding-right: 0.25rem !important;
}
.pb-1 {
padding-bottom: 0.25rem !important;
}
.pl-1 {
padding-left: 0.25rem !important;
}
.px-1 {
padding-right: 0.25rem !important;
padding-left: 0.25rem !important;
}
.py-1 {
padding-top: 0.25rem !important;
padding-bottom: 0.25rem !important;
}
.p-2 {
padding: 0.5rem 0.5rem !important;
}
.pt-2 {
padding-top: 0.5rem !important;
}
.pr-2 {
padding-right: 0.5rem !important;
}
.pb-2 {
padding-bottom: 0.5rem !important;
}
.pl-2 {
padding-left: 0.5rem !important;
}
.px-2 {
padding-right: 0.5rem !important;
padding-left: 0.5rem !important;
}
.py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.p-3 {
padding: 1rem 1rem !important;
}
.pt-3 {
padding-top: 1rem !important;
}
.pr-3 {
padding-right: 1rem !important;
}
.pb-3 {
padding-bottom: 1rem !important;
}
.pl-3 {
padding-left: 1rem !important;
}
.px-3 {
padding-right: 1rem !important;
padding-left: 1rem !important;
}
.py-3 {
padding-top: 1rem !important;
padding-bottom: 1rem !important;
}
.p-4 {
padding: 1.5rem 1.5rem !important;
}
.pt-4 {
padding-top: 1.5rem !important;
}
.pr-4 {
padding-right: 1.5rem !important;
}
.pb-4 {
padding-bottom: 1.5rem !important;
}
.pl-4 {
padding-left: 1.5rem !important;
}
.px-4 {
padding-right: 1.5rem !important;
padding-left: 1.5rem !important;
}
.py-4 {
padding-top: 1.5rem !important;
padding-bottom: 1.5rem !important;
}
.p-5 {
padding: 3rem 3rem !important;
}
.pt-5 {
padding-top: 3rem !important;
}
.pr-5 {
padding-right: 3rem !important;
}
.pb-5 {
padding-bottom: 3rem !important;
}
.pl-5 {
padding-left: 3rem !important;
}
.px-5 {
padding-right: 3rem !important;
padding-left: 3rem !important;
}
.py-5 {
padding-top: 3rem !important;
padding-bottom: 3rem !important;
}
.invisible {
visibility: hidden !important;
}
.hidden-xs-up {
display: none !important;
}
@media (max-width: 575px) {
.hidden-xs-down {
display: none !important;
}
}
@media (min-width: 576px) {
.hidden-sm-up {
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-sm-down {
display: none !important;
}
}
@media (min-width: 768px) {
.hidden-md-up {
display: none !important;
}
}
@media (max-width: 991px) {
.hidden-md-down {
display: none !important;
}
}
@media (min-width: 992px) {
.hidden-lg-up {
display: none !important;
}
}
@media (max-width: 1199px) {
.hidden-lg-down {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-xl-up {
display: none !important;
}
}
.hidden-xl-down {
display: none !important;
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
.float-left {
float: left !important;
}
.float-right {
float: right !important;
}
.float-none {
float: none !important;
}
@media (min-width: 576px) {
.float-sm-left {
float: left !important;
}
.float-sm-right {
float: right !important;
}
.float-sm-none {
float: none !important;
}
}
@media (min-width: 768px) {
.float-md-left {
float: left !important;
}
.float-md-right {
float: right !important;
}
.float-md-none {
float: none !important;
}
}
@media (min-width: 992px) {
.float-lg-left {
float: left !important;
}
.float-lg-right {
float: right !important;
}
.float-lg-none {
float: none !important;
}
}
@media (min-width: 1200px) {
.float-xl-left {
float: left !important;
}
.float-xl-right {
float: right !important;
}
.float-xl-none {
float: none !important;
}
}
@media (min-width: 576px) {
.text-sm-left {
text-align: left !important;
}
.text-sm-right {
text-align: right !important;
}
.text-sm-center {
text-align: center !important;
}
}
@media (min-width: 768px) {
.text-md-left {
text-align: left !important;
}
.text-md-right {
text-align: right !important;
}
.text-md-center {
text-align: center !important;
}
}
@media (min-width: 992px) {
.text-lg-left {
text-align: left !important;
}
.text-lg-right {
text-align: right !important;
}
.text-lg-center {
text-align: center !important;
}
}
@media (min-width: 1200px) {
.text-xl-left {
text-align: left !important;
}
.text-xl-right {
text-align: right !important;
}
.text-xl-center {
text-align: center !important;
}
}
.text-lowercase {
text-transform: lowercase !important;
}
.text-uppercase {
text-transform: uppercase !important;
}
.text-capitalize {
text-transform: capitalize !important;
}
.font-weight-normal {
font-weight: normal;
}
.font-weight-bold {
font-weight: bold;
}
.font-italic {
font-style: italic;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.img-thumbnail {
padding: 0.25rem;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 0.25rem;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
max-width: 100%;
height: auto;
}
.card {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background-color: #fff;
border: 1px solid rgba(0, 0, 0, 0.125);
border-radius: 0.25rem;
}
.card-block {
-webkit-box-flex: 1;
-webkit-flex: 1 1 auto;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.25rem;
}
.card-title {
margin-bottom: 0.75rem;
}
.card-subtitle {
margin-top: -0.375rem;
margin-bottom: 0;
}
.card-text:last-child {
margin-bottom: 0;
}
.card-link:hover {
text-decoration: none;
}
.card-link + .card-link {
margin-left: 1.25rem;
}
.card > .list-group:first-child .list-group-item:first-child {
border-top-right-radius: 0.25rem;
border-top-left-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
}
.card-header {
padding: 0.75rem 1.25rem;
margin-bottom: 0;
background-color: #f7f7f9;
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
padding: 0.75rem 1.25rem;
background-color: #f7f7f9;
border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
margin-right: -0.625rem;
margin-bottom: -0.75rem;
margin-left: -0.625rem;
border-bottom: 0;
}
.card-header-pills {
margin-right: -0.625rem;
margin-left: -0.625rem;
}
.card-primary {
background-color: #0275d8;
border-color: #0275d8;
}
.card-primary .card-header,
.card-primary .card-footer {
background-color: transparent;
}
.card-success {
background-color: #5cb85c;
border-color: #5cb85c;
}
.card-success .card-header,
.card-success .card-footer {
background-color: transparent;
}
.card-info {
background-color: #5bc0de;
border-color: #5bc0de;
}
.card-info .card-header,
.card-info .card-footer {
background-color: transparent;
}
.card-warning {
background-color: #f0ad4e;
border-color: #f0ad4e;
}
.card-warning .card-header,
.card-warning .card-footer {
background-color: transparent;
}
.card-danger {
background-color: #d9534f;
border-color: #d9534f;
}
.card-danger .card-header,
.card-danger .card-footer {
background-color: transparent;
}
.card-outline-primary {
background-color: transparent;
border-color: #0275d8;
}
.card-outline-secondary {
background-color: transparent;
border-color: #ccc;
}
.card-outline-info {
background-color: transparent;
border-color: #5bc0de;
}
.card-outline-success {
background-color: transparent;
border-color: #5cb85c;
}
.card-outline-warning {
background-color: transparent;
border-color: #f0ad4e;
}
.card-outline-danger {
background-color: transparent;
border-color: #d9534f;
}
.card-inverse {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-header,
.card-inverse .card-footer {
background-color: transparent;
border-color: rgba(255, 255, 255, 0.2);
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
color: #fff;
}
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
color: rgba(255, 255, 255, 0.65);
}
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
color: #fff;
}
.card-blockquote {
padding: 0;
margin-bottom: 0;
border-left: 0;
}
.card-img {
border-radius: calc(0.25rem - 1px);
}
.card-img-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
padding: 1.25rem;
}
.card-img-top {
border-top-right-radius: calc(0.25rem - 1px);
border-top-left-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 1px);
border-bottom-left-radius: calc(0.25rem - 1px);
}
@media (min-width: 576px) {
.card-deck {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-deck .card {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.card-deck .card:not(:first-child) {
margin-left: 15px;
}
.card-deck .card:not(:last-child) {
margin-right: 15px;
}
}
@media (min-width: 576px) {
.card-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.card-group .card {
-webkit-box-flex: 1;
-webkit-flex: 1 0 0%;
-ms-flex: 1 0 0%;
flex: 1 0 0%;
}
.card-group .card + .card {
margin-left: 0;
border-left: 0;
}
.card-group .card:first-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-top {
border-top-right-radius: 0;
}
.card-group .card:first-child .card-img-bottom {
border-bottom-right-radius: 0;
}
.card-group .card:last-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-top {
border-top-left-radius: 0;
}
.card-group .card:last-child .card-img-bottom {
border-bottom-left-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) {
border-radius: 0;
}
.card-group .card:not(:first-child):not(:last-child) .card-img-top,
.card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
border-radius: 0;
}
}
@media (min-width: 576px) {
.card-columns {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-gap: 1.25rem;
-moz-column-gap: 1.25rem;
column-gap: 1.25rem;
}
.card-columns .card {
display: inline-block;
width: 100%;
margin-bottom: 0.75rem;
}
}

View file

@ -0,0 +1,327 @@
/** 42. Box Shadow
http://www.paulund.co.uk/creating-different-css3-box-shadows-effects
**************************************************************** **/
.box-shadow-1 *,
.box-shadow-2 *,
.box-shadow-3 *,
.box-shadow-4 *,
.box-shadow-5 *,
.box-shadow-6 *,
.box-shadow-7 *,
.box-shadow-8 * {
z-index: 1;
position: relative;
}
.box-shadow-1:after,
.box-shadow-1:before {
top: 80%;
left: 5px;
width: 50%;
z-index: 0;
content: "";
bottom: 15px;
max-width: 300px;
position: absolute;
}
/* Shadow 1 */
.box-shadow-1 {
-webkit-box-shadow: 0 14px 6px -6px #666;
-moz-box-shadow: 0 14px 6px -6px #666;
box-shadow: 0 14px 6px -6px #666;
}
section.dark .box-shadow-1 {
-webkit-box-shadow: 0 14px 6px -6px #111;
-moz-box-shadow: 0 14px 6px -6px #111;
box-shadow: 0 14px 6px -6px #111;
}
/* Shadow 2 */
.box-shadow-2 {
position: relative;
}
.box-shadow-2:before,
.box-shadow-2:after {
z-index: 0;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.box-shadow-2:after {
right: 10px;
left: auto;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}
section.dark .box-shadow-2:before,
section.dark .box-shadow-2:after {
background: #111;
-webkit-box-shadow: 0 15px 10px #111;
-moz-box-shadow: 0 15px 10px #111;
box-shadow: 0 15px 10px #111;
}
/* Shadow 3 */
.box-shadow-3 {
position: relative;
}
.box-shadow-3:before {
z-index: 0;
position: absolute;
content: "";
bottom: 15px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
section.dark .box-shadow-3:before {
background: #111;
-webkit-box-shadow: 0 15px 10px #111;
-moz-box-shadow: 0 15px 10px #111;
box-shadow: 0 15px 10px #111;
}
/* Shadow 4 */
.box-shadow-4 {
position: relative;
}
.box-shadow-4:after {
z-index: 0;
position: absolute;
content: "";
bottom: 15px;
right: 10px;
left: auto;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 15px 10px #777;
-moz-box-shadow: 0 15px 10px #777;
box-shadow: 0 15px 10px #777;
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
}
section.dark .box-shadow-4:after {
background: #111;
-webkit-box-shadow: 0 15px 10px #111;
-moz-box-shadow: 0 15px 10px #111;
box-shadow: 0 15px 10px #111;
}
/* Shadow 5 */
.box-shadow-5 {
position: relative;
}
.box-shadow-5:before,
.box-shadow-5:after {
z-index: 0;
position: absolute;
content: "";
bottom: 25px;
left: 10px;
width: 50%;
top: 80%;
max-width:300px;
background: #777;
-webkit-box-shadow: 0 35px 20px #777;
-moz-box-shadow: 0 35px 20px #777;
box-shadow: 0 35px 20px #777;
-webkit-transform: rotate(-8deg);
-moz-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
transform: rotate(-8deg);
}
.box-shadow-5:after {
-webkit-transform: rotate(8deg);
-moz-transform: rotate(8deg);
-o-transform: rotate(8deg);
-ms-transform: rotate(8deg);
transform: rotate(8deg);
right: 10px;
left: auto;
}
section.dark .box-shadow-5:before,
section.dark .box-shadow-5:after {
background: #111;
-webkit-box-shadow: 0 35px 20px #111;
-moz-box-shadow: 0 35px 20px #111;
box-shadow: 0 35px 20px #111;
}
/* Shadow 6 */
.box-shadow-6 {
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-6:before,
.box-shadow-6:after {
content:"";
position:absolute;
z-index: 0;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
box-shadow:0 0 20px rgba(0,0,0,0.8);
top:50%;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}
section.dark .box-shadow-6 {
position:relative;
-webkit-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}
section.dark .box-shadow-6:before,
section.dark .box-shadow-6:after {
-webkit-box-shadow:0 0 20px rgba(255,255,255,0.8);
-moz-box-shadow:0 0 20px rgba(255,255,255,0.8);
box-shadow:0 0 20px rgba(255,255,255,0.8);
}
/* Shadow 7 */
.box-shadow-7 {
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-7:before,
.box-shadow-7:after {
content:"";
position:absolute;
z-index: 0;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
box-shadow:0 0 20px rgba(0,0,0,0.8);
top:0;
bottom:0;
left:10px;
right:10px;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}
.box-shadow-7:after {
right:10px;
left:auto;
-webkit-transform:skew(8deg) rotate(3deg);
-moz-transform:skew(8deg) rotate(3deg);
-ms-transform:skew(8deg) rotate(3deg);
-o-transform:skew(8deg) rotate(3deg);
transform:skew(8deg) rotate(3deg);
}
section.dark .box-shadow-7 {
position:relative;
-webkit-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(255, 255, 255, 0.1) inset;
}
section.dark .box-shadow-7:before,
section.dark .box-shadow-7:after {
-webkit-box-shadow:0 0 20px rgba(255,255,255,0.8);
-moz-box-shadow:0 0 20px rgba(255,255,255,0.8);
box-shadow:0 0 20px rgba(255,255,255,0.8);
}
/* Shadow 8 */
.box-shadow-8 {
position:relative;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow-8:before,
.box-shadow-8:after {
content:"";
position:absolute;
z-index: 0;
-webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
-moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
box-shadow:0 0 20px rgba(0,0,0,0.8);
top:10px;
bottom:10px;
left:0;
right:0;
-moz-border-radius:100px / 10px;
border-radius:100px / 10px;
}
.box-shadow-8:after {
right:10px;
left:auto;
-webkit-transform:skew(8deg) rotate(3deg);
-moz-transform:skew(8deg) rotate(3deg);
-ms-transform:skew(8deg) rotate(3deg);
-o-transform:skew(8deg) rotate(3deg);
transform:skew(8deg) rotate(3deg);
}
section.dark .box-shadow-8 {
position:relative;
-webkit-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(255, 255, 255, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
section.dark .box-shadow-8:before,
section.dark .box-shadow-8:after {
-webkit-box-shadow:0 0 20px rgba(255, 255, 255,0.8);
-moz-box-shadow:0 0 20px rgba(255, 255, 255,0.8);
box-shadow:0 0 20px rgba(255, 255, 255,0.8);
}

View file

@ -0,0 +1,497 @@
/** 18. Buttons
*************************************************** **/
.btn,
.btn-group {
/*margin: 5px 5px 5px 0;*/
}
.btn.pull-right,
.btn-group.pull-right {
margin: 5px 0 5px 5px;
}
/* btn fancy */
.btn-fancy {
-webkit-border-bottom-right-radius: 15px!important;
-webkit-border-top-left-radius: 15px!important;
-moz-border-radius-bottom-right: 15px!important;
-moz-border-radius-top-left: 15px!important;
border-bottom-right-radius: 15px!important;
border-top-left-radius: 15px!important;
}
.btn-fancy-left {
-webkit-border-top-left-radius: 15px!important;
-moz-border-radius-top-left: 15px!important;
border-top-left-radius: 15px!important;
}
.btn-fancy-right {
-webkit-border-bottom-right-radius: 15px!important;
-moz-border-radius-bottom-right: 15px!important;
border-bottom-right-radius: 15px!important;
}
/* btn flat */
.btn-flat {
background-color: #ddd;
color: #333;
border: 0;
}
.btn-flat:hover {
opacity: 0.7;
}
/* btn dark */
.btn-dark {
color: #fff !important;
background-color: #000;
}
.btn-dark:hover {
opacity: 0.8;
}
.btn-group .btn {
margin-right:0;
margin-left:0;
}
#header .btn,
#footer .btn,
.dropdown .btn,
.input-group .btn {
margin:0;
}
/* translucid */
.btn-translucid {
color:#fff;
border:rgba(0,0,0,0.07) 1px solid;
background-color:rgba(0,0,0,0.07);
-webkit-transition: all .400s;
-moz-transition: all .400s;
-o-transition: all .400s;
transition: all .400s;
}
.btn-translucid:hover {
color:#fff;
background-color:rgba(0,0,0,0.2);
}
/* 3D Buttons */
.btn-3d {
border-bottom: 3px solid rgba(0,0,0,.15);
}
.btn-3d:hover {
opacity: 0.9;
filter: alpha(opacity=90);
}
.btn-3d.btn-link {
border-bottom:0;
}
/* Extra Large Buttons */
.btn-xlg {
padding: 24px 34px;
white-space: inherit;
}
/* Button reveal */
.btn.btn-reveal {
padding-left:28px;
padding-right:28px;
overflow: hidden;
position:relative;
}
.btn.btn-reveal i {
display: block;
position: absolute;
left: -32px;
width: 32px;
top: 0;
bottom:0;
margin: 0;
padding:0;
font-size:17px;
line-height:34px;
text-align: center;
background-color: rgba(0,0,0,0.1);
}
.btn.btn-reveal span {
display: inline-block;
position: relative;
left: 0;
}
body:not(.device-touch) .btn.btn-reveal i,
body:not(.device-touch) .btn.btn-reveal span {
-webkit-transition: left 0.3s ease, right 0.3s ease;
-o-transition: left 0.3s ease, right 0.3s ease;
transition: left 0.3s ease, right 0.3s ease;
}
/* extra small */
.btn.btn-reveal.btn-xs {
padding: 0 17px;
}
.btn.btn-reveal.btn-xs i {
left: -22px;
width: 22px;
height: 28px;
line-height: 20px;
font-size:12px;
}
/* small */
.btn.btn-reveal.btn-sm {
padding-left: 22px;
padding-right: 22px;
}
.btn.btn-reveal.btn-sm i {
left: -26px;
width: 26px;
height: 34px;
line-height: 28px;
font-size:14px;
}
/* large */
.btn.btn-reveal.btn-lg {
padding-left:32px;
padding-right:32px;
}
.btn.btn-reveal.btn-lg i {
left: -38px;
width: 38px;
height: 46px;
line-height: 46px;
}
/* extra large */
.btn.btn-reveal.btn-xlg {
padding-left:40px;
padding-right:40px;
}
.btn.btn-reveal.btn-xlg i {
left: -44px;
width: 44px;
height: 72px;
line-height: 72px;
font-size:20px;
}
.btn.btn-reveal:hover i {
left: 0;
}
.btn.btn-reveal:hover span {
left: 16px;
}
/* Button Bordered */
.btn.btn-bordered {
border-color:#333;
border-width:2px;
}
.btn.btn-bordered:hover {
color:#fff;
background-color:#333;
}
/* button colors */
.btn-red { background-color: #C02942; color: #FFF !important; }
.btn-teal { background-color: #53777A; color: #FFF !important; }
.btn-yellow { background-color: #ECD078; color: #333 !important; }
.btn-green { background-color: #59BA41; color: #FFF !important; }
.btn-brown { background-color: #774F38; color: #FFF !important; }
.btn-aqua { background-color: #40C0CB; color: #FFF !important; }
.btn-lime { background-color: #AEE239; color: #FFF !important; }
.btn-purple { background-color: #5D4157; color: #FFF !important; }
.btn-leaf { background-color: #A8CABA; color: #333 !important; }
.btn-pink { background-color: #F89FA1; color: #FFF !important; }
.btn-dirtygreen { background-color: #1693A5; color: #FFF !important; }
.btn-blue { background-color: #1265A8; color: #FFF !important; }
.btn-amber { background-color: #EB9C4D; color: #FFF !important; }
.btn-black { background-color: #111; color: #FFF !important; }
.btn-white { background-color: #F9F9F9; color: #333 !important; }
.fullwidth.btn-red:hover,
.fullwidth.btn-teal:hover,
.fullwidth.btn-yellow:hover,
.fullwidth.btn-green:hover,
.fullwidth.btn-brown:hover,
.fullwidth.btn-aqua:hover,
.fullwidth.btn-lime:hover,
.fullwidth.btn-purple:hover,
.fullwidth.btn-leaf:hover,
.fullwidth.btn-pink:hover,
.fullwidth.btn-dirtygreen:hover,
.fullwidth.btn-blue:hover,
.fullwidth.btn-amber:hover,
.fullwidth.btn-black:hover,
.fullwidth.btn-white:hover {
color:#fff !important;
background-color:#434343;
}
section.dark .btn-default {
color:#fff;
background-color:transparent;
border-color:rgba(255,255,255,0.5);
}
.btn-clean {
color:#555;
}
/* BOOTSTRAP REWRITE */
.btn,
.form-control {
height:40px;
}
.btn-sm,
.btn-xs,
.btn-lg,
.btn-xlg {
height:auto;
}
a.btn {
line-height:26px;
}
a.btn.btn-xs {
line-height:inherit;
}
.btn-3d {
line-height:25px;
margin-bottom:3px;
}
.btn-3d.btn-xlg {
line-height:inherit;
}
/* bootstrap modal */
.modal-backdrop {
background-color:#fff;
}
.modal-content {
border:0;
border-top:#333 4px solid;
}
.modal-dialog {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.modal-header .close {
margin-top:2px;
}
/*
* Social Buttons for Bootstrap
* https://github.com/lipis/bootstrap-social
<a class="btn btn-block btn-social btn-twitter">
<i class="fa fa-twitter"></i> Sign in with Twitter
</a>
<a class="btn btn-social-icon btn-twitter">
<i class="fa fa-twitter"></i>
</a>
*/
.btn-social{position:relative;padding-left:54px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:26px; margin:0;}
.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:42px;line-height:40px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social>i{padding-right:0;height:40px;}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg>:first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm>:first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs>:first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon>:first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}
/* featured buttons */
.btn-featured {
width: 100%;
display: inline-block;
position: relative;
height:70px;
padding:0;
border:0;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.btn-featured.btn-default {
background-color: #666;
}
.btn-featured:hover,
.btn-featured:focus,
.btn-featured:active {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
/* move the element up by 5px */
}
.btn-featured:hover:before,
.btn-featured:focus:before,
.btn-featured:active:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px);
/* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.btn-featured:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
/* W3C */
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: "transform, opacity";
transition-property: "transform, opacity";
}
.btn-featured span {
float: left;
height: 70px;
line-height: 70px;
text-align: center;
width: calc(100% - 70px);
color: #fff;
overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.btn-featured i {
background-color:rgba(0,0,0,0.1);
float: left;
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
color: #fff;
font-size: 30px;
margin:0;
}
.btn-featured.btn-inverse span {
float:right
}
.btn-featured.btn-inverse i {
float:right;
}

View file

@ -0,0 +1,413 @@
/** 34. Callouts
*************************************************** **/
.callout.alert {
padding:20px 0;
color:#111;
margin-bottom:0;
}
section.callout.alert {
padding:40px 0;
}
.callout.alert h1,
.callout.alert h2,
.callout.alert h3,
.callout.alert h4,
.callout.alert h5,
.callout.alert h6 {
color:#111;
margin-bottom: 3px;
font-weight:500;
}
.callout.alert p:last-child {
margin: 0;
}
.callout.alert .btn {
margin:2px 0 0 0;
}
.callout.alert-border {
border:rgba(0,0,0,0.1) 2px solid;
}
.callout-box {
clear: both;
position: relative;
overflow: hidden;
background: #ddd;
padding: 36px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.callout-box h1,
.callout-box h2,
.callout-box h3,
.callout-box h4,
.callout-box h5,
.callout-box h6 {
margin-bottom:0;
}
.callout-dark {
z-index:10;
position:relative;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.callout-dark h1,
.callout-dark h2,
.callout-dark h3,
.callout-dark h4,
.callout-dark h5,
.callout-dark h6 {
/**
margin-bottom: 20px !important;
**/
}
.callout-dark p {
color: #b1b1b1 !important;
font-size: 17px !important;
max-width: 960px !important;
margin: auto !important;
}
.callout-dark a.social-icon,
.callout-dark .btn {
color:#fff;
}
.callout-dark.heading-title {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.callout .row {
margin-left: 0;
margin-right: 0;
}
.callout {
padding: 30px 0;
color:#fff;
-webkit-transition: all .400s;
-moz-transition: all .400s;
-o-transition: all .400s;
transition: all .400s;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
color:#fff;
margin:0 !important;
font-weight:300;
}
.callout p {
margin: 0;
padding: 0;
font-size: 16px;
font-weight: 300;
}
.callout .btn {
margin:6px 0 0 0;
}
.callout.callout-theme-color .btn,
.callout.callout-dark .btn {
background-color:rgba(255,255,255,0.2);
border-color:rgba(255,255,255,0.2);
}
.callout.callout-theme-color .btn:hover,
.callout.callout-dark .btn:hover {
background-color:rgba(255,255,255,0.3);
border-color:rgba(255,255,255,0.3);
}
.callout.callout-dark {
background-color:#252525;
}
.callout.callout-hover:hover {
opacity: 0.85;
filter: alpha(opacity=85);
}
.callout.callout-transparent,
.callout.callout-transparent h1,
.callout.callout-transparent h2,
.callout.callout-transparent h3,
.callout.callout-transparent h4,
.callout.callout-transparent h5,
.callout.callout-transparent h6,
.callout.callout-transparent p {
color:#111;
margin:0 !important;
font-weight:300;
}
/* dark */
section.dark .callout,
section.dark .callout p,
section.dark .callout.alert {
color:#111;
}
section.dark .callout h1,
section.dark .callout h2,
section.dark .callout h3,
section.dark .callout h4,
section.dark .callout h5,
section.dark .callout h6,
section.dark .callout p {
color:#111;
}
section.dark .callout.alert-bolder,
section.dark .callout.alert-bolder h1,
section.dark .callout.alert-bolder h2,
section.dark .callout.alert-bolder h3,
section.dark .callout.alert-bolder h4,
section.dark .callout.alert-bolder h5,
section.dark .callout.alert-bolder h6,
section.dark .callout.alert-bolder p {
color:#111;
}
section.dark .alert-border,
section.dark .alert-border h1,
section.dark .alert-border h2,
section.dark .alert-border h3,
section.dark .alert-border h4,
section.dark .alert-border h5,
section.dark .alert-border h6,
section.dark .alert-border p,
section.dark .callout .btn {
color:#fff;
}
section.dark .alert-transparent {
border-left-color:#444;
}
section.dark .alert-transparent,
section.dark .alert-transparent h1,
section.dark .alert-transparent h2,
section.dark .alert-transparent h3,
section.dark .alert-transparent h4,
section.dark .alert-transparent h5,
section.dark .alert-transparent h6,
section.dark .alert-transparent p,
section.dark .callout .btn {
color:#fff;
}
section.dark .callout.alert-border {
border-color:#666;
}
section.dark .callout-box.callout-default,
section.dark .callout-box.callout-default h1,
section.dark .callout-box.callout-default h2,
section.dark .callout-box.callout-default h3,
section.dark .callout-box.callout-default h4,
section.dark .callout-box.callout-default h5,
section.dark .callout-box.callout-default h6,
section.dark .callout-box.callout-default p {
color:#111;
}
section.dark .callout-box .btn {
color:#fff;
}
section.dark .callout-theme-color,
section.dark .callout-theme-color h1,
section.dark .callout-theme-color h2,
section.dark .callout-theme-color h3,
section.dark .callout-theme-color h4,
section.dark .callout-theme-color h5,
section.dark .callout-theme-color h6,
section.dark .callout-theme-color p {
color:#fff;
}
section.dark .callout-dark {
background-color:#111;
}
section.dark .callout-dark,
section.dark .callout-dark h1,
section.dark .callout-dark h2,
section.dark .callout-dark h3,
section.dark .callout-dark h4,
section.dark .callout-dark h5,
section.dark .callout-dark h6,
section.dark .callout-dark p {
color:#fff;
}
section.dark .callout-transparent,
section.dark .callout-transparent h1,
section.dark .callout-transparent h2,
section.dark .callout-transparent h3,
section.dark .callout-transparent h4,
section.dark .callout-transparent h5,
section.dark .callout-transparent h6,
section.dark .callout-transparent p {
color:#fff;
}
@media only screen and (max-width: 960px) {
.callout a.social-icon {
margin-top:30px;
float:none !important;
}
.callout div.text-right {
text-align:left;
}
.callout-box.callout-default .btn,
.callout .btn {
display:block;
margin-top:30px !important;
}
.callout.alert,
.callout-box.callout-default {
padding:20px 15px;
}
}
@media only screen and (max-width: 480px) {
.callout.callout-dark,
.callout.callout-theme-color,
.callout div.text-left,
.callout div.text-right {
text-align:center !important;
}
.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
margin-bottom:30px !important;
}
.callout .btn {
display:block;
margin-top:30px !important;
}
}
/* Info Bar */
.info-bar {
margin:0;
border:0;
color:#000;
background-color:rgba(0,0,0,0.05);
padding:10px 0;
}
.info-bar div.row>div {
padding-top:20px;
padding-bottom:20px;
margin:0 !important;
border-right:rgba(0,0,0,0.1) 1px solid;
}
.info-bar div.row>div:last-child {
border:0;
}
.info-bar div.row>div i {
color:#333;
font-size:32px;
line-height: 1.2;
margin-right:10px;
float:left;
}
.info-bar h1,
.info-bar h2,
.info-bar h3,
.info-bar h4,
.info-bar h5,
.info-bar h6,
.info-bar p {
color:#333;
font-size:16px;
line-height:1.5;
margin:0;
padding:0;
}
.info-bar p {
font-size: 12px;
line-height:1;
}
/* dark */
.info-bar.info-bar-dark {
background-color:#171717;
}
.info-bar.info-bar-dark a,
.info-bar.info-bar-dark div.row>div i,
.info-bar.info-bar-dark h1,
.info-bar.info-bar-dark h2,
.info-bar.info-bar-dark h3,
.info-bar.info-bar-dark h4,
.info-bar.info-bar-dark h5,
.info-bar.info-bar-dark h6,
.info-bar.info-bar-dark p {
color:#fff;
}
.info-bar.info-bar-dark div.row>div {
border-right-color:rgba(255,255,255,0.1);
}
/* color */
.info-bar.info-bar-color a,
.info-bar.info-bar-color div.row>div i,
.info-bar.info-bar-color h1,
.info-bar.info-bar-color h2,
.info-bar.info-bar-color h3,
.info-bar.info-bar-color h4,
.info-bar.info-bar-color h5,
.info-bar.info-bar-color h6,
.info-bar.info-bar-color p {
color:#fff;
}
.info-bar.info-bar-color div.row>div {
border-right-color:rgba(0,0,0,0.1);
}
/* clean */
.info-bar.info-bar-clean {
background-color:#fff;
border-bottom: rgba(0,0,0,0.1) 1px solid;
}
section.dark .info-bar-light {
background-color:#fff;
}
section.dark .info-bar-dark {
background-color:#313131;
}
/* bordered */
.info-bar.info-bar-bordered {
margin:30px 0;
border: rgba(0,0,0,0.1) 1px solid;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.info-bar.info-bar-bordered div.row>div {
padding-top:15px;
padding-bottom:15px;
}
section.dark .info-bar.info-bar-bordered {
border-color: rgba(255,255,255,0.1);
}
section.dark .info-bar div.row>div {
border-right-color:rgba(255,255,255,0.1);
}
section.dark .info-bar div.row>div i {
color:#fff;
}
section.dark .info-bar.info-bar-color div.row>div {
border-right-color:rgba(255,255,255,0.2);
}

View file

@ -0,0 +1,37 @@
/** 20. Clients
*************************************************** **/
ul.clients-dotted {
overflow:hidden;
}
ul.clients-dotted>li {
text-align:center;
padding-top:30px;
padding-bottom:30px;
display:inline-block;
}
ul.clients-dotted>li a {
text-align:center;
display:block;
}
ul.clients-dotted>li img {
display:inline-block;
}
ul.clients-dotted>li:after {
content: '';
position: absolute;
width: 100%;
height: 0;
top: auto;
left: 0;
bottom: -1px;
border-bottom: 1px dashed rgba(0,0,0,0.3);
}
ul.clients-dotted>li:before {
content: '';
position: absolute;
height: 100%;
top: 0;
left: -1px;
border-left: 1px dashed rgba(0,0,0,0.3);
}

View file

@ -0,0 +1,171 @@
/** 11. Colors
colors.css v2.0.0
http://clrs.cc
SKINS
- Backgrounds
- Colors
- Border colors
- SVG fills
- SVG Strokes
*************************************************** **/
/* Backgrounds */
.bg-navy {
background-color: #001F3F !important; }
.bg-blue {
background-color: #0074D9 !important; }
.bg-aqua {
background-color: #7FDBFF !important; }
.bg-teal {
background-color: #39CCCC !important; }
.bg-olive {
background-color: #3D9970 !important; }
.bg-green {
background-color: #2ECC40 !important; }
.bg-lime {
background-color: #01FF70 !important; }
.bg-yellow {
background-color: #FFDC00 !important; }
.bg-orange {
background-color: #FF851B !important; }
.bg-red {
background-color: #FF4136 !important; }
.bg-fuchsia {
background-color: #F012BE !important; }
.bg-purple {
background-color: #B10DC9 !important; }
.bg-maroon {
background-color: #85144B !important; }
.bg-white {
background-color: #fff !important; }
.bg-gray {
background-color: #aaa !important; }
.bg-silver {
background-color: #ddd !important; }
.bg-black {
background-color: #111 !important; }
/* Text Color */
.text-navy {
color: #001F3F !important; }
.text-blue {
color: #0074D9 !important; }
.text-aqua {
color: #7FDBFF !important; }
.text-teal {
color: #39CCCC !important; }
.text-olive {
color: #3D9970 !important; }
.text-green {
color: #2ECC40 !important; }
.text-lime {
color: #01FF70 !important; }
.text-yellow {
color: #FFDC00 !important; }
.text-orange {
color: #FF851B !important; }
.text-red {
color: #FF4136 !important; }
.text-fuchsia {
color: #F012BE !important; }
.text-purple {
color: #B10DC9 !important; }
.text-maroon {
color: #85144B !important; }
.text-white {
color: #fff !important; }
.text-silver {
color: #ddd !important; }
.text-gray {
color: #aaa !important; }
.text-black {
color: #111 !important; }
/* Border colors
Use with another border utility that sets border-width and style
i.e .border { border-width: 1px; border-style: solid !important; }
*/
.border-navy {
border-color: #001F3F !important; }
.border-blue {
border-color: #0074D9 !important; }
.border-aqua {
border-color: #7FDBFF !important; }
.border-teal {
border-color: #39CCCC !important; }
.border-olive {
border-color: #3D9970 !important; }
.border-green {
border-color: #2ECC40 !important; }
.border-lime {
border-color: #01FF70 !important; }
.border-yellow {
border-color: #FFDC00 !important; }
.border-orange {
border-color: #FF851B !important; }
.border-red {
border-color: #FF4136 !important; }
.border-fuchsia {
border-color: #F012BE !important; }
.border-purple {
border-color: #B10DC9 !important; }
.border-maroon {
border-color: #85144B !important; }
.border-white {
border-color: #fff !important; }
.border-gray {
border-color: #aaa !important; }
.border-silver {
border-color: #ddd !important; }
.border-black {
border-color: #111 !important; }

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,292 @@
/** 19. Counters & Countdown
*************************************************** **/
.countTo-sm,
.countTo-md,
.countTo-lg {
font-family:'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
}
.countTo-sm span.countTo {
margin-bottom:20px;
font-size:25px;
/*display:block;*/
}
.parallax .countTo-sm i {
color:#fff;
}
.countTo-sm i {
font-size:30px;
margin-bottom:10px;
}
.countTo-md span.countTo {
margin-bottom:20px;
font-size:40px;
display:block;
}
.countTo-md i {
font-size:50px;
margin-bottom:10px;
}
.countTo-lg span.countTo {
margin-bottom:20px;
font-size:46px;
display:block;
}
.countTo-lg i {
font-size:50px;
margin-bottom:10px;
}
.countTo-sm h4,
.countTo-sm h5,
.countTo-md h4,
.countTo-md h5,
.countTo-lg h4,
.countTo-lg h5 {
font-weight:300;
}
/* Countdown */
.countdown {
display: block;
font-family:'Raleway', 'Open Sans', Arial, Helvetica, sans-serif;
}
.countdown-row {
display: block;
position: relative;
text-align: center;
}
.countdown-section {
display: inline-block;
font-size: 11px;
line-height: 1;
text-align: center;
width: 25%;
border-left: 1px solid rgba(0,0,0,0.1);
color: #888;
text-transform: capitalize;
}
section.dark .countdown-section,
.parallax .countdown-section {
color:#ccc;
border-left-color:rgba(255,255,255,0.2);
}
.countdown-section:first-child {
border-left: 0;
}
.countdown-amount {
display: block;
font-size: 20px;
color: #333;
margin-bottom: 5px;
}
section.dark .countdown-amount,
.parallax .countdown-amount {
color:#fff;
}
.countdown-descr {
display: block;
width: 100%;
}
/* medium */
.countdown-md .countdown-section {
font-size: 14px;
}
.countdown-md .countdown-amount {
font-size: 30px;
margin-bottom: 7px;
}
/* large */
.countdown-lg .countdown-section {
font-size: 14px;
}
.countdown-lg .countdown-amount {
font-size: 45px;
margin-bottom: 7px;
}
/* inline */
.countdown.countdown-inline { display: inline-block; }
.countdown.countdown-inline .countdown-row {
display: inline-block;
text-align: center;
}
.countdown.countdown-inline .countdown-section {
display: inline-block;
font-size: inherit;
line-height: inherit;
width: auto;
border: none;
color: inherit;
margin-left: 7px;
text-transform: lowercase;
}
.countdown.countdown-inline .countdown-section:first-child { margin-left: 0; }
.countdown.countdown-inline .countdown-amount {
display: inline-block;
font-size: inherit;
color: inherit;
font-weight: bold;
margin: 0 3px 0 0;
}
.countdown.countdown-inline .countdown-descr {
display: inline-block;
width: auto;
}
/* countdown - slider & footer */
footer .countdown-section,
footer .countdown-amount,
footer .countdown.countdown-inline,
footer .countdown,
#slider .countdown-section,
#slider .countdown-amount,
#slider .countdown.countdown-inline,
#slider .countdown {
color:#fff;
}
.countdown.squared .countdown-section,
.countdown.circle .countdown-section {
border-left:0;
}
.countdown.squared .countdown-amount,
.countdown.circle .countdown-amount {
background-color:rgba(0,0,0,0.3) !important;
width:100px;
height:100px;
line-height:100px;
font-weight:300;
font-size:35px;
color:#fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.countdown.dark .countdown-amount {
background-color:rgba(0,0,0,0.6) !important;
}
.countdown.light .countdown-amount {
background-color:rgba(255,255,255,0.3) !important;
}
.countdown.squared .countdown-amount {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.countdown.squared .countdown-section,
.countdown.circle .countdown-section {
width:100px;
margin-left:15px;
font-size:13px;
}
.countdown.bordered-squared .countdown-section,
.countdown.bordered .countdown-section {
border-left:0;
}
.countdown.bordered-squared .countdown-amount,
.countdown.bordered .countdown-amount {
border:rgba(0,0,0,0.3) 3px solid !important;
width:100px;
height:100px;
line-height:90px;
font-weight:300;
font-size:35px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.countdown.bordered-squared .countdown-amount {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.countdown.theme-style .countdown-amount {
-webkit-border-bottom-right-radius: 40px;
-webkit-border-top-left-radius: 40px;
-moz-border-radius-bottomright: 40px;
-moz-border-radius-topleft: 40px;
border-bottom-right-radius: 40px;
border-top-left-radius: 40px;
}
.countdown.bordered-squared .countdown-section,
.countdown.bordered .countdown-section {
width:100px;
margin-left:15px;
font-size:13px;
}
#slider .countdown.bordered .countdown-amount,
footer .countdown.bordered .countdown-amount {
color:#fff;
}
@media only screen and (max-width: 900px) {
.countdown-sm .countdown-section,
.countdown-md .countdown-section,
.countdown-lg .countdown-section {
font-size: 12px;
}
.countdown-sm .countdown-amount,
.countdown-md .countdown-amount,
.countdown-lg .countdown-amount {
font-size: 20px;
margin-bottom: 7px;
}
footer .countdown-section,
#slider .countdown-section {
border-left: 1px dotted rgba(255,255,255,0.3);
}
footer .countdown-section:first-child,
#slider .countdown-section:first-child {
border-left:0;
}
footer .countdown .countdown-amount,
footer .countdown .countdown-section,
#slider .countdown .countdown-section,
#slider .countdown .countdown-amount {
background-color:transparent !important;
width:60px;
height:inherit;
line-height:inherit;
font-weight:300;
font-size:22px;
text-align:center;
margin-left:0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
footer .countdown .countdown-section,
#slider .countdown .countdown-section {
font-size:12px;
}
}

View file

@ -0,0 +1,174 @@
/** 22. Dividers
*************************************************** **/
div.divider {
margin:40px 0;
position:relative;
display:block;
min-height:20px;
}
div.divider i {
line-height: 1;
font-size: 18px;
color:#ccc;
}
div.divider:after {
content: '';
position: absolute;
top: 8px;
left:0; right:0;
height: 0;
border-top: 1px solid #ddd;
}
section.dark div.divider:after {
border-top:rgba(255,255,255,0.1) 1px solid;
}
section.dark div.divider:before {
border-top:rgba(255,255,255,0.1) 1px solid;
}
div.divider.double-line:before {
content: '';
position: absolute;
top: 5px;
left:0; right:0;
height: 0;
border-top: 1px solid #ddd;
}
section.dark div.divider.double-line:after {
border-top:rgba(255,255,255,0.1) 1px solid;
}
div.divider.divider-left:after {
left: 30px;
right: 0;
}
div.divider.divider-left i {
float:left;
}
div.divider.divider-right:after {
left: 0;
right: 30px;
}
div.divider.divider-right i {
float:right;
}
div.divider.divider-center:after {
left: 50% !important;
right: 0;
margin-left: 20px;
}
div.divider.divider-center:before {
left: 0 !important;
right: 50%;
margin-right: 20px;
content: '';
position: absolute;
top: 8px;
height: 0;
border-top: 1px solid #ddd;
}
div.divider.divider-center {
text-align:center;
}
div.divider.divider-center.divider-short:before {
left: auto !important;
right: 50%;
margin-right: 20px;
width: 15%;
}
div.divider.divider-center.divider-short:after {
left: 50% !important;
right: auto !important;
margin-left: 20px;
width: 15%;
}
/* dotted */
div.divider.divider-dotted {
height:10px;
border:0;
background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==') repeat-x center;
}
div.divider.divider-dotted:after {
display:none;
}
/* color */
div.divider.divider-circle.divider-left:after {
left:50px;
}
div.divider.divider-circle.divider-right:after {
right:50px;
}
div.divider.divider-circle.divider-center:after {
margin-left:30px;
}
div.divider.divider-circle.divider-center:before {
margin-right:30px;
}
div.divider.divider-circle i {
width: 40px;
height: 40px;
line-height: 40px;
background-color: #F5F5F5;
margin-top:-11px;
text-align:center;
z-index:1;
color:#999;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/* border */
div.divider.divider-border.divider-left:after {
left:50px;
}
div.divider.divider-border.divider-right:after {
right:50px;
}
div.divider.divider-border.divider-center:after {
margin-left:30px;
}
div.divider.divider-border.divider-center:before {
margin-right:30px;
}
div.divider.divider-border i {
width: 40px;
height: 40px;
line-height: 40px;
margin-top:-11px;
text-align:center;
z-index:1;
border:#ddd 1px solid;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
section.dark div.divider.divider-border i {
border-color: rgba(255,255,255,0.5);
}
/* scroll to top */
div.divider.divider-border>a>i.fa-chevron-up {
line-height:36px;
}
div.divider.divider-border>a>i {
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
div.divider.divider-border>a:hover>i {
color:#333;
}
section.theme-color div.divider.divider-border>a:hover>i.fa-chevron-up {
color:#fff;
}

View file

@ -0,0 +1,27 @@
/** 06. Dropcap
**************************************************************** **/
.dropcap:first-letter {
float: left;
font-size: 70px;
line-height: 60px;
padding: 4px 8px 4px 4px;
margin-right: 6px;
margin-top: -3px;
display:inline-block;
color:#333;
}
.dropcap.color:first-letter {
color:#fff;
background:#333;
margin-top: 8px;
padding: 0 8px 3px 4px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
section.dark .dropcap:first-letter {
color:#fff;
}

View file

@ -0,0 +1,93 @@
/** 52. Markdown
*************************************************** **/
.md-editor .md-footer,.md-editor>.md-header{display:block;padding:6px 4px;background:#f5f5f5}.md-editor>.md-header{margin:0}.md-editor>.md-preview{background:#fff;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;min-height:10px;overflow:auto}.md-editor>textarea{font-family:monospace;font-size:14px;outline:0;margin:0;display:block;padding:0;width:100%;border:0;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;border-radius:0;box-shadow:none;background:#eee}.md-editor>textarea:focus{box-shadow:none;background:#fff}.md-editor.active{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.md-editor .md-controls{float:right;padding:3px}.md-editor .md-controls .md-control{right:5px;color:#bebebe;padding:3px 3px 3px 10px}.md-editor .md-controls .md-control:hover{color:#333}.md-editor.md-fullscreen-mode{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;padding:60px 30px 15px;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-footer{display:none}.md-editor.md-fullscreen-mode .md-input,.md-editor.md-fullscreen-mode .md-preview{margin:0 auto!important;height:100%!important;font-size:20px!important;padding:20px!important;color:#999;line-height:1.6em!important;resize:none!important;box-shadow:none!important;background:#fff!important;border:0!important}.md-editor.md-fullscreen-mode .md-preview{color:#333;overflow:auto}.md-editor.md-fullscreen-mode .md-input:focus,.md-editor.md-fullscreen-mode .md-input:hover{color:#333;background:#fff!important}.md-editor.md-fullscreen-mode .md-header{background:0 0;text-align:center;position:fixed;width:100%;top:20px}.md-editor.md-fullscreen-mode .btn-group{float:none}.md-editor.md-fullscreen-mode .btn{border:0;background:0 0;color:#b3b3b3}.md-editor.md-fullscreen-mode .btn.active,.md-editor.md-fullscreen-mode .btn:active,.md-editor.md-fullscreen-mode .btn:focus,.md-editor.md-fullscreen-mode .btn:hover{box-shadow:none;color:#333}.md-editor.md-fullscreen-mode .md-fullscreen-controls{position:absolute;top:20px;right:20px;text-align:right;z-index:1002;display:block}.md-editor.md-fullscreen-mode .md-fullscreen-controls a{color:#b3b3b3;clear:right;margin:10px;width:30px;height:30px;text-align:center}.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover{color:#333;text-decoration:none}.md-editor.md-fullscreen-mode .md-editor{height:100%!important;position:relative}.md-editor .md-fullscreen-controls{display:none}.md-nooverflow{overflow:hidden;position:fixed;width:100%}
/* custom rewrite */
.md-editor {
display: block;
border: 1px solid #ddd;
}
.md-editor>.md-header,.md-editor .md-footer {
display: block;
padding: 6px 4px;
background: #fff;
}
.md-editor>.md-header {
margin: 0;
}
.md-editor>.md-preview {
background: #fff;
border-top: 1px dashed #ddd;
border-bottom: 1px dashed #ddd;
min-height: 10px;
overflow: auto;
}
.md-editor>textarea {
font-size: 14px;
outline: 0;
outline: thin dotted \9;
margin: 0;
display: block;
padding: 0;
width: 100%;
border: 0;
border-top: 1px dashed #ddd;
border-bottom: 1px dashed #ddd;
border-radius: 0;
box-shadow: none;
background: #fafafa;
}
.md-editor>textarea:focus {
box-shadow: none;
background: #fff;
}
.md-editor.active {
border-color: #999;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,0.1);
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
margin-bottom:0;
}
.btn-toolbar>.btn>i.fa,
.btn-toolbar>.btn>span.glyphicon {
color:#fff !important;
}
.md-editor.md-fullscreen-mode .md-controls {
display:none;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls {
top:28px;
}
section.dark .md-editor {
border-color:transparent;
}
section.dark .md-editor .md-header .btn-default {
border:0;
background-color:#333;
}
section.dark .md-editor>.md-header {
background-color:#000;
}
section.dark .md-editor>textarea {
color:#fff;
background-color:#333;
border-top-color:#111;
border-bottom-color:#111;
}
section.dark .md-editor.md-fullscreen-mode .md-input,
section.dark .md-editor.md-fullscreen-mode .md-preview,
section.dark .md-editor.md-fullscreen-mode {
color:#fff;
background-color:#333 !important;
}

View file

@ -0,0 +1,491 @@
/** 51. Summernote
*************************************************** **/
.note-editor {
position: relative;
border: rgba(0,0,0,0.1) 1px solid;
}
.note-editor .row-fluid p {
display:none;
}
.note-editor .note-dropzone {
position: absolute;
z-index: 1;
display: none;
color: #87cefa;
background-color: white;
border: 2px dashed #87cefa;
opacity: .95;
pointer-event: none;
}
.note-editor .note-dropzone .note-dropzone-message {
display: table-cell;
font-size: 28px;
font-weight: bold;
text-align: center;
vertical-align: middle;
}
.note-editor .note-dropzone.hover {
color: #098ddf;
border: 2px dashed #098ddf;
}
.note-editor.dragover .note-dropzone {
display: table;
}
.note-editor .note-toolbar {
background-color: rgba(0,0,0,0.01);
border-bottom: 1px solid #eee;
}
.note-editor.fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100%;
background-color:#1F252D;
}
.note-editor.fullscreen .note-editable {
background-color: white;
}
.note-editor.fullscreen .note-resizebar {
display: none;
}
.note-editor.codeview .note-editable {
display: none;
}
.note-editor.codeview .note-codable {
display: block;
}
.note-editor .note-statusbar {
background-color: #f5f5f5;
}
.note-editor .note-statusbar .note-resizebar {
width: 100%;
height: 8px;
cursor: ns-resize;
border-top: 1px solid #a9a9a9;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
width: 20px;
margin: 1px auto;
border-top: 1px solid #a9a9a9;
}
.note-editor .note-editable {
padding: 10px;
overflow: auto;
outline: 0;
}
.note-editor .note-editable[contenteditable="false"] {
background-color: #e5e5e5;
}
.note-editor .note-codable {
display: none;
width: 100%;
padding: 10px;
margin-bottom: 0;
font-family: Menlo,Monaco,monospace,sans-serif;
font-size: 14px;
color: #ccc;
background-color: #222;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
resize: none;
}
.note-air-editor {
outline: 0;
}
.note-popover .popover {
max-width: none;
}
.note-popover .popover .popover-content a {
display: inline-block;
max-width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.note-popover .popover .arrow {
left: 20px;
}
.note-popover .popover .popover-content,.note-toolbar {
padding: 0 5px 5px 5px;
margin: 0;
}
.note-popover .popover .popover-content>.btn-group,.note-toolbar>.btn-group {
margin: 5px 5px 0 0;
}
.note-popover .popover .popover-content>.btn-group,.note-toolbar>.btn-group>button {
margin:0;
border: rgba(0,0,0,0.2) 1px solid;
background-color:#fff;
}
.note-popover .popover .popover-content .note-table .dropdown-menu,.note-toolbar .note-table .dropdown-menu {
min-width: 0;
padding: 5px;
}
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker,.note-toolbar .note-table .dropdown-menu .note-dimension-picker {
font-size: 18px;
}
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher,.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
position: absolute!important;
z-index: 3;
width: 10em;
height: 10em;
cursor: pointer;
}
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted,.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
position: relative!important;
z-index: 1;
width: 5em;
height: 5em;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted,.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
position: absolute!important;
z-index: 2;
width: 1em;
height: 1em;
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC') repeat;
}
.note-popover .popover .popover-content .note-style h1,.note-toolbar .note-style h1,.note-popover .popover .popover-content .note-style h2,.note-toolbar .note-style h2,.note-popover .popover .popover-content .note-style h3,.note-toolbar .note-style h3,.note-popover .popover .popover-content .note-style h4,.note-toolbar .note-style h4,.note-popover .popover .popover-content .note-style h5,.note-toolbar .note-style h5,.note-popover .popover .popover-content .note-style h6,.note-toolbar .note-style h6,.note-popover .popover .popover-content .note-style blockquote,.note-toolbar .note-style blockquote {
margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-toggle,.note-toolbar .note-color .dropdown-toggle {
width: 20px;
padding-left: 5px !important;
text-align:center;
padding:0;
}
.note-popover .popover .popover-content .note-color .dropdown-menu,.note-toolbar .note-color .dropdown-menu {
min-width: 340px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,.note-toolbar .note-color .dropdown-menu .btn-group {
margin: 0;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
margin: 0 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
margin: 2px 7px;
font-size: 12px;
text-align: center;
border-bottom: 1px solid #eee;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
padding: 0 3px;
margin: 3px;
font-size: 11px;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
height: 20px;
}
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
background: #eee;
}
.note-popover .popover .popover-content .note-para .dropdown-menu,.note-toolbar .note-para .dropdown-menu {
min-width: 216px;
padding: 5px;
}
.note-popover .popover .popover-content .note-para .dropdown-menu>div:first-child,.note-toolbar .note-para .dropdown-menu>div:first-child {
margin-right: 5px;
}
.note-popover .popover .popover-content .dropdown-menu,.note-toolbar .dropdown-menu {
min-width: 90px;
}
.note-popover .popover .popover-content .dropdown-menu.right,.note-toolbar .dropdown-menu.right {
right: 0;
left: auto;
}
.note-popover .popover .popover-content .dropdown-menu.right::before,.note-toolbar .dropdown-menu.right::before {
right: 9px;
left: auto!important;
}
.note-popover .popover .popover-content .dropdown-menu.right::after,.note-toolbar .dropdown-menu.right::after {
right: 10px;
left: auto!important;
}
.note-popover .popover .popover-content .dropdown-menu li a i,.note-toolbar .dropdown-menu li a i {
color: deepskyblue;
visibility: hidden;
}
.note-popover .popover .popover-content .dropdown-menu li a.checked i,.note-toolbar .dropdown-menu li a.checked i {
visibility: visible;
}
.note-popover .popover .popover-content .note-fontsize-10,.note-toolbar .note-fontsize-10 {
font-size: 10px;
}
.note-popover .popover .popover-content .note-color-palette,.note-toolbar .note-color-palette {
line-height: 1;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,.note-toolbar .note-color-palette div .note-color-btn {
width: 20px;
height: 20px;
padding: 0;
margin: 0;
border: 1px solid #fff;
}
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,.note-toolbar .note-color-palette div .note-color-btn:hover {
border: 1px solid #000;
}
.note-dialog>div {
display: none;
}
.note-dialog .note-image-dialog .note-dropzone {
min-height: 100px;
margin-bottom: 10px;
font-size: 30px;
line-height: 4;
color: lightgray;
text-align: center;
border: 4px dashed lightgray;
}
.note-dialog .note-help-dialog {
font-size: 12px;
color: #ccc;
background: transparent;
background-color: #222!important;
border: 0;
-webkit-opacity: .9;
-khtml-opacity: .9;
-moz-opacity: .9;
opacity: .9;
-ms-filter: alpha(opacity=90);
filter: alpha(opacity=90);
}
.note-dialog .note-help-dialog .modal-content {
background: transparent;
border: 1px solid white;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.note-dialog .note-help-dialog a {
font-size: 12px;
color: white;
}
.note-dialog .note-help-dialog .title {
padding-bottom: 5px;
font-size: 14px;
font-weight: bold;
color: white;
border-bottom: white 1px solid;
}
.note-dialog .note-help-dialog .modal-close {
font-size: 14px;
color: #dd0;
cursor: pointer;
}
.note-dialog .note-help-dialog .note-shortcut-layout {
width: 100%;
}
.note-dialog .note-help-dialog .note-shortcut-layout td {
vertical-align: top;
}
.note-dialog .note-help-dialog .note-shortcut {
margin-top: 8px;
}
.note-dialog .note-help-dialog .note-shortcut th {
font-size: 13px;
color: #dd0;
text-align: left;
}
.note-dialog .note-help-dialog .note-shortcut th,
.note-dialog .note-help-dialog .note-shortcut tr {
background:transparent !important;
}
.note-dialog .note-help-dialog .note-shortcut td:first-child {
min-width: 110px;
padding-right: 10px;
font-family: "Courier New";
color: #dd0;
text-align: right;
}
.note-handle .note-control-selection {
position: absolute;
display: none;
border: 1px solid black;
}
.note-handle .note-control-selection>div {
position: absolute;
}
.note-handle .note-control-selection .note-control-selection-bg {
width: 100%;
height: 100%;
background-color: black;
-webkit-opacity: .3;
-khtml-opacity: .3;
-moz-opacity: .3;
opacity: .3;
-ms-filter: alpha(opacity=30);
filter: alpha(opacity=30);
}
.note-handle .note-control-selection .note-control-handle {
width: 7px;
height: 7px;
border: 1px solid black;
}
.note-handle .note-control-selection .note-control-holder {
width: 7px;
height: 7px;
border: 1px solid black;
}
.note-handle .note-control-selection .note-control-sizing {
width: 7px;
height: 7px;
background-color: white;
border: 1px solid black;
}
.note-handle .note-control-selection .note-control-nw {
top: -5px;
left: -5px;
border-right: 0;
border-bottom: 0;
}
.note-handle .note-control-selection .note-control-ne {
top: -5px;
right: -5px;
border-bottom: 0;
border-left: none;
}
.note-handle .note-control-selection .note-control-sw {
bottom: -5px;
left: -5px;
border-top: 0;
border-right: 0;
}
.note-handle .note-control-selection .note-control-se {
right: -5px;
bottom: -5px;
cursor: se-resize;
}
.note-handle .note-control-selection .note-control-selection-info {
right: 0;
bottom: 0;
padding: 5px;
margin: 5px;
font-size: 12px;
color: white;
background-color: black;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-opacity: .7;
-khtml-opacity: .7;
-moz-opacity: .7;
opacity: .7;
-ms-filter: alpha(opacity=70);
filter: alpha(opacity=70);
}
.note-toolbar button {
height:30px;
}
section.dark .note-popover .popover .popover-content>.btn-group,
section.dark .note-toolbar>.btn-group>button {
background-color:#333 !important;
}
section.dark .note-editor .note-statusbar,
section.dark .note-editor .note-editable {
background-color:#333 !important;
}
section.dark .note-editor .note-toolbar {
background-color: rgba(0,0,0,0.3);
border-bottom: 1px solid #000;
}
section.dark .dropdown-menu,
section.dark .dropdown-menu p,
section.dark .dropdown-menu a,
section.dark .dropdown-menu>li>a,
section.dark .dropdown-menu>li>a>h1,
section.dark .dropdown-menu>li>a>h2,
section.dark .dropdown-menu>li>a>h3,
section.dark .dropdown-menu>li>a>h4,
section.dark .dropdown-menu>li>a>h5,
section.dark .dropdown-menu>li>a>h6,
section.dark .note-popover .popover .popover-content .note-para .dropdown-menu i.fa,
section.dark .note-toolbar .note-para .dropdown-menu i.fa {
color:#000;
}

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,363 @@
/** 44. Flexslider
**************************************************************** **/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
/* ====================================================================================================================
* BASE STYLES
* ====================================================================================================================*/
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > li:first-child {
display: block;
}
/* ====================================================================================================================
* DEFAULT THEME
* ====================================================================================================================*/
.flexslider {
margin: 0 0 60px;
background: #ffffff;
border: 4px solid #ffffff;
position: relative;
zoom: 1;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
-o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img {
height: auto;
}
.flex-viewport {
max-height: 2000px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.carousel li {
margin-right: 5px;
}
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 40px;
height: 40px;
margin: -20px 0 0;
position: absolute;
top: 50%;
z-index: 10;
overflow: hidden;
opacity: 0;
cursor: pointer;
color: rgba(0, 0, 0, 0.8);
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.flexslider:hover .flex-direction-nav .flex-prev {
opacity: 0.7;
left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
opacity: 0.7;
right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.flex-direction-nav .flex-disabled {
opacity: 0!important;
filter: alpha(opacity=0);
cursor: default;
}
.flex-pauseplay a {
display: block;
width: 20px;
height: 20px;
position: absolute;
bottom: 5px;
left: 10px;
opacity: 0.8;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #000;
}
.flex-pauseplay a:hover {
opacity: 1;
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: -40px;
text-align: center;
}
.flex-control-nav li {
margin: 0 6px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-paging li a {
width: 11px;
height: 11px;
display: block;
background: #666;
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
text-indent: -9999px;
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.flex-control-paging li a:hover {
background: #333;
background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
background: #000;
background: rgba(0, 0, 0, 0.9);
cursor: default;
}
.flex-control-thumbs {
margin: 5px 0 0;
position: static;
overflow: hidden;
}
.flex-control-thumbs li {
width: 25%;
float: left;
margin: 0;
}
.flex-control-thumbs img {
width: 100%;
height: auto;
display: block;
opacity: .7;
cursor: pointer;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
.flex-control-thumbs img:hover {
opacity: 1;
}
.flex-control-thumbs .flex-active {
opacity: 1;
cursor: default;
}
/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 10px;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 10px;
}
}
/** Next | Prev
************************* **/
.flex-prev,
.flex-next {
background-image:none !important;
color:#ccc;
font-size:34px;
line-height:55px;
height:auto !important;
width:56px !important;
text-align:center;
background-color:rgba(0,0,0,0.2);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .400s;
-moz-transition: all .400s;
-o-transition: all .400s;
transition: all .400s;
}
.flex-next {
right:-3px;
}
.flex-prev {
left:-3px;
}
.flex-next:hover,
.flex-prev:hover {
color:#fff;
background-color:rgba(0,0,0,0.5);
}
/** Custom
************************* **/
.flexslider {
margin:0;
border:0;
padding:0;
overflow:hidden;
position:relative;
}
.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
font-family: '';
content:'';
}
.flex-control-nav {
bottom:auto;
top:15px;
right:15px;
width:auto;
display:inline-block;
}
.flex-control-nav li {
margin:0 2px;
}
.flex-control-paging li a,
.flex-control-paging li a:hover {
background-color:#fff;
width:15px;
height:5px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.flex-caption {
position:absolute;
margin-left: 20px;
bottom: 45px;
display:inline-block;
color: #fff;
background-color:rgba(0,0,0,0.7);
font-family:'Lato',Arial,Helvetica,sans-serif;
font-weight:300;
padding: 6px 15px 8px 15px;
opacity: 1 !important;
width:auto;
max-width:500px;
font-size:21px;
text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.flex-direction-nav .flex-prev {
left:-3px !important;
margin-top:-26px;
opacity:1;
color:#fff;
text-align:center;
}
.flex-direction-nav .flex-next {
right:-3px !important;
margin-top:-26px;
opacity:1;
color:#fff;
text-align:center;
}
.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
width:100px !important;
height:75px !important;
cursor:pointer;
}
.flex-control-thumbs {
margin:3px 0 0 ;
}
@media only screen and (max-width: 768px) {
.flex-caption {
display:none !important;
}
.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
width:80px !important;
height:60px !important;
}
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
margin-top:0;
}
}
@media only screen and (max-width: 480px) {
.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
width:60px !important;
height:45px !important;
}
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,238 @@
/** 23. Headings
*************************************************** **/
div.heading-title {
position:relative;
margin-bottom:40px;
}
.heading-title.parallax h1,
.heading-title.parallax h2,
.heading-title.parallax h3,
.heading-title.parallax h4,
.heading-title.parallax h5,
.heading-title.parallax h6 {
margin:0;
padding:0;
}
.heading-title.parallax p {
margin-top:0;
}
div.heading-title h1,
div.heading-title h2,
div.heading-title h3,
div.heading-title h4,
div.heading-title h5,
div.heading-title h6 {
margin:0;
padding:0;
background-color:#fff;
position:relative;
display:inline-block;
padding-left: 0;
padding-right: 15px;
}
div.heading-title.text-center h1,
div.heading-title.text-center h2,
div.heading-title.text-center h3,
div.heading-title.text-center h4,
div.heading-title.text-center h5,
div.heading-title.text-center h6 {
padding-left:15px;
padding-right:15px;
}
div.heading-title.text-right h1,
div.heading-title.text-right h2,
div.heading-title.text-right h3,
div.heading-title.text-right h4,
div.heading-title.text-right h5,
div.heading-title.text-right h6 {
padding-left:15px;
padding-right:0;
}
div.heading-title p {
margin:0;
padding:0;
font-weight:300;
}
/* Line : Single|Double */
div.heading-title.heading-line-single:before,
div.heading-title.heading-line-double:before {
content: '';
position: absolute;
width: 100%;
height: 0;
left: auto;
right: 0;
}
div.heading-title.heading-line-single:before {
top: 54%;
border-top:#EEE 1px solid;
}
section.dark div.heading-title.heading-line-single:before {
border-top-color: #666;
}
div.heading-title.heading-line-double:before {
top: 50%;
border-top: 3px double #E5E5E5;
}
section.dark div.heading-title.heading-line-double:before {
border-top-color: #666;
}
/* Border Bottom */
div.heading-title.heading-border-bottom {
border-bottom:#ccc 2px solid;
}
section.dark div.heading-title.heading-border-bottom {
border-bottom-color: #666;
}
/* Border Left */
div.heading-title.heading-border {
padding-left:15px;
border-left:#ccc 5px solid;
text-align:left;
}
section.dark div.heading-title.heading-border {
border-left-color:#666;
}
div.heading-title.heading-border.heading-inverse {
padding-right:15px;
border-left:0;
border-right:#ccc 5px solid;
text-align:right;
}
section.dark div.heading-title.heading-border.heading-inverse {
border-right-color:#666;
}
/* Dotted */
div.heading-title.heading-dotted {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==') repeat-x center;
}
section.alternate div.heading-title h1,
section.alternate div.heading-title h2,
section.alternate div.heading-title h3,
section.alternate div.heading-title h4,
section.alternate div.heading-title h5,
section.alternate div.heading-title h6 {
background-color:#F9F9F9;
}
section.dark div.heading-title h1,
section.dark div.heading-title h2,
section.dark div.heading-title h3,
section.dark div.heading-title h4,
section.dark div.heading-title h5,
section.dark div.heading-title h6 {
background-color:#212121;
}
section.dark.alternate div.heading-title h1,
section.dark.alternate div.heading-title h2,
section.dark.alternate div.heading-title h3,
section.dark.alternate div.heading-title h4,
section.dark.alternate div.heading-title h5,
section.dark.alternate div.heading-title h6 {
background-color:#151515;
}
/* Arrow Heading */
.heading-title.heading-arrow-top,
.heading-title.heading-arrow-bottom {
color:#fff;
background-color:#252525;
}
.heading-title.heading-arrow-top h1,
.heading-title.heading-arrow-bottom h1,
.heading-title.heading-arrow-top h2,
.heading-title.heading-arrow-bottom h2,
.heading-title.heading-arrow-top h3,
.heading-title.heading-arrow-bottom h3,
.heading-title.heading-arrow-top h4,
.heading-title.heading-arrow-bottom h4,
.heading-title.heading-arrow-top h5,
.heading-title.heading-arrow-bottom h5,
.heading-title.heading-arrow-top h6,
.heading-title.heading-arrow-bottom h6,
.heading-title.heading-arrow-top p,
.heading-title.heading-arrow-bottom p {
color:#fff;
margin:0;
}
.heading-title.heading-arrow-top h1,
.heading-title.heading-arrow-bottom h1 {
font-size:70px;
line-height:100px;
}
.heading-title.heading-arrow-top h2,
.heading-title.heading-arrow-bottom h2 {
font-size:60px;
line-height:90px;
}
.heading-title.heading-arrow-top h3,
.heading-title.heading-arrow-bottom h3 {
font-size:50px;
line-height:80px;
}
@media only screen and (max-width: 760px) {
.heading-title.heading-arrow-top h1,
.heading-title.heading-arrow-bottom h1 {
font-size:55px;
line-height:85px;
}
.heading-title.heading-arrow-top h2,
.heading-title.heading-arrow-bottom h2 {
font-size:45px;
line-height:75px;
}
.heading-title.heading-arrow-top h3,
.heading-title.heading-arrow-bottom h3 {
font-size:45px;
line-height:75px;
}
}
@media only screen and (max-width: 500px) {
.heading-title.heading-arrow-top h1,
.heading-title.heading-arrow-bottom h1 {
font-size:36px;
line-height:66px;
}
.heading-title.heading-arrow-top h2,
.heading-title.heading-arrow-bottom h2 {
font-size:30px;
line-height:60px;
}
.heading-title.heading-arrow-top h3,
.heading-title.heading-arrow-bottom h3 {
font-size:30px;
line-height:60px;
}
}
.heading-title.heading-arrow-bottom:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #252525;
left: 50%;
margin-left: -20px;
bottom: -20px;
}
.heading-title.heading-arrow-top:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-bottom: 20px solid #252525;
left: 50%;
margin-left: -20px;
top: -20px;
}

View file

@ -0,0 +1,59 @@
/** 02. Headings
**************************************************************** **/
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: @H1-H6-font-family;
font-weight: @H1-H6-font-weight;
color: @H1-H6-color;
margin: @H2-font-size;
line-height: @H1-H6-line-height;
-webkit-font-smoothing: antialiased;
}
h1 {
font-size: @H1-font-size;
margin: @H1-margins
}
h2 {
font-size: @H2-font-size;
margin: @H2-margins;
}
h3 {
font-size: @H3-font-size;
letter-spacing: normal;
margin: @H3-margins;
}
h4 {
font-size: @H4-font-size;
letter-spacing: normal;
margin: @H4-margins;
}
h5 {
font-size: @H5-font-size;
letter-spacing: normal;
margin: @H5-margins;
}
h6 {
font-size: @H6-font-size;
letter-spacing: normal;
margin: @H6-margins;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
color: #1ABC9C;
}

View file

@ -0,0 +1,794 @@
/** 25. Icon Boxes
*************************************************** **/
.box-icon {
margin:30px 0;
}
.box-icon>a,
.box-icon .box-icon-title {
text-decoration:none !important;
display:block;
}
.box-icon .box-icon-title>i {
height: 35px;
width: 35px;
line-height: 37px;
font-size: 18px;
margin-right:15px;
background-color:#333;
text-align:center;
color:#fff;
-webkit-transition: all .200s;
-moz-transition: all .200s;
-o-transition: all .200s;
transition: all .200s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section.dark .box-icon .box-icon-title>i {
background-color:#666;
}
.box-icon .box-icon-title.box-icon-transparent>i {
color:#414141;
background-color:transparent;
}
section.dark .box-icon .box-icon-title.box-icon-transparent>i {
color:#fff;
}
.box-icon.box-icon-left .box-icon-title>i {
float:left;
}
.box-icon.box-icon-round .box-icon-title>i {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.box-icon .box-icon-title>h2 {
font-size:18px;
line-height:35px;
margin:0;
-webkit-transition: all .200s;
-moz-transition: all .200s;
-o-transition: all .200s;
transition: all .200s;
}
.box-icon .box-icon-title>img+h2,
.box-icon .box-icon-title>img+h3,
.box-icon .box-icon-title>img+h4,
.box-icon .box-icon-title>img+h5 {
font-size:16px;
line-height:16px;
margin-top:20px;
}
.box-icon p {
margin:15px 0;
}
.box-icon a.box-icon-more {
display:block;
text-align:right;
position:relative;
color:#000;
}
section.dark .box-icon a.box-icon-more {
color:#fff;
}
.box-icon a.box-icon-more:after {
font-family: FontAwesome;
content: "\f105";
padding-left:10px;
top:50%;
margin-top:-2px;
}
.box-icon.box-icon-right .box-icon-title>i {
float:right;
margin-right:0;
margin-left:10px;
}
.box-icon.box-icon-right {
text-align:right;
}
@media only screen and (max-width: 760px) {
.box-icon.box-icon-right .box-icon-title>i {
float:left;
margin-right:10px;
margin-left:0;
}
.box-icon.box-icon-right {
text-align:left;
}
}
/* center */
.box-icon.box-icon-center .box-icon-more,
.box-icon.box-icon-center .box-icon-title,
.box-icon.box-icon-center p {
text-align:center !important;
}
.box-icon.box-icon-center .box-icon-title>i {
float:none;
margin:0 0 10px 0;
}
/* transparent icon */
.box-icon.box-icon-transparent .box-icon-title>i {
background-color:transparent;
border:#ccc 1px solid;
color:#333;
}
section.dark .box-icon.box-icon-transparent .box-icon-title>i {
color:#fff;
background-color:#212121;
border:#555 1px solid;
}
/* large icon */
.box-icon.box-icon-large .box-icon-title>i {
width: 65px;
height: 65px;
line-height: 65px;
font-size: 24px;
}
.box-icon.box-icon-large a.box-icon-title:hover>i {
border-color:transparent;
}
/* box content */
.box-icon.box-icon-content {
background-color:rgba(0,0,0,0.05);
padding:45px 15px 15px 15px;
display:block;
margin-top:33px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
section.dark .box-icon.box-icon-content {
background-color:rgba(0,0,0,0.1);
}
.box-icon.box-icon-content .box-icon-title>i {
background-color:#fff;
top:0;
margin-left:-33px;
position:absolute;
}
section.alternate .box-icon.box-icon-content .box-icon-title>i {
background-color:#F9F9F9;
}
/* box icon side */
.box-icon.box-icon-side {
position:relative;
padding-left: 70px;
}
.box-icon.box-icon-side>i {
position:absolute;
left:0; top:10px;
font-size:48px;
}
/* Box Video */
.box-video {
border:rgba(0,0,0,0.1) 1px solid;
margin:30px 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
section.dark .box-video {
border:rgba(255,255,255,0.1) 1px solid;
}
.box-video .box-video-title {
text-decoration:none !important;
}
.box-video .box-video-title h2 {
margin:20px 15px 15px 15px;
font-size:18px;
line-height:20px;
}
.box-video p,
.box-video .btn,
.box-video button {
margin-bottom:15px;
}
.box-video p {
margin-top:0;
margin-left:15px;
margin-right:15px;
}
/* Box Image */
.box-image {
border:rgba(0,0,0,0.1) 1px solid;
margin:30px 0;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
section.dark .box-image {
border:rgba(255,255,255,0.1) 1px solid;
}
.box-image .box-image-title {
text-decoration:none !important;
}
.box-image img {
margin-bottom:20px;
}
.box-image .box-image-title h2 {
margin:0 15px 15px 15px;
font-size:18px;
line-height:20px;
}
.box-image p,
.box-image .btn,
.box-image button {
margin-bottom:15px;
}
.box-image p {
margin-top:0;
margin-left:15px;
margin-right:15px;
}
@media only screen and (max-width: 760px) {
.box-icon {
margin:60px 0;
}
.box-icon.box-icon-content .box-icon-title>i {
top:-33px;
}
}
/** FLIP BOXES
**************** */
.box-flip {
margin: 0 auto;
position: relative;
-webkit-perspective: 600px;
-moz-perspective: 600px;
perspective:600;
width: 100%;
}
.box-flip .front,
.box-flip .back {
text-align: center;
}
.box-flip .front {
width: 100%;
position: absolute;
top: 0;
z-index: 1;
text-align: center;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform: rotateX(0deg) rotateY(0deg);
-moz-transform: rotateX(0deg) rotateY(0deg);
transform: rotateX(0deg) rotateY(0deg);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.box-flip .back {
width: 100%;
position: absolute;
top: 0;
z-index: 2;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
transform: rotateY(-180deg);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.box-flip.flip .front {
width: 100%;
z-index: 1;
-webkit-transform: rotateY(-180deg);
-moz-transform: rotateY(-180deg);
-ms-transform: rotateY(-180deg);
-o-transform: rotateY(-180deg);
transform: rotateY(-180deg);
}
.box-flip.flip .back {
width: 100%;
z-index: 2;
-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
-ms-transform: rotateY(0deg);
-o-transform: rotateY(0deg);
transform: rotateY(0deg);
}
.box-flip .box1 {
width: 100%;
background-color:rgba(0,0,0,0.05);
min-height: 50px;
margin: 0 auto;
padding: 20px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
section.dark .box-flip .box1 {
background-color:rgba(255,255,255,0.05);
}
.box-flip .box2 {
width: 100%;
background-color: #333;
min-height: 50px;
margin: 0 auto;
padding: 20px;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.box-flip hr {
border-color:rgba(0,0,0,0.1);
}
.box-flip .box-icon-title>i {
color:#111;
background-color:rgba(0,0,0,0.07);
}
section.dark .box-flip .box-icon-title>i {
color:#fff;
}
.box-flip.box-color h1,
.box-flip.box-color h2,
.box-flip.box-color h3,
.box-flip.box-color h4,
.box-flip.box-color h5,
.box-flip.box-color h6,
.box-flip.box-color p,
.box-flip.box-color .box-icon-title>i {
color:#fff;
}
.box-flip .btn-lg.btn-translucid {
font-size:14px;
}
.box-flip .box-default,
.box-flip .box-default p,
.box-flip .box-default h1,
.box-flip .box-default h2,
.box-flip .box-default h3,
.box-flip .box-default h4,
.box-flip .box-default h5 {
color:#000 !important;
}
/* box static */
.box-static {
padding:15px;
background-color:rgba(0,0,0,0.05);
border-top:transparent 3px solid;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.box-static.box-transparent {
background-color:transparent;
}
.box-static.box-bordered {
border:rgba(0,0,0,0.1) 1px solid;
}
.box-static.box-color,
.box-static.box-dark {
color:#fff;
background-color:#333;
}
.box-static.box-color h1,
.box-static.box-color h2,
.box-static.box-color h3,
.box-static.box-color h4,
.box-static.box-color h5,
.box-static.box-color h6,
.box-static.box-dark h1,
.box-static.box-dark h2,
.box-static.box-dark h3,
.box-static.box-dark h4,
.box-static.box-dark h5,
.box-static.box-dark h6 {
color:#fff;
}
.box-static.box-border-top {
border-top:rgba(0,0,0,0.5) 3px solid;
}
.box-static .box-title {
margin-bottom:20px;
border-bottom:rgba(0,0,0,0.1) 1px solid;
}
.box-static.box-color .box-title,
.box-static.box-dark .box-title {
border-bottom:rgba(255,255,255,0.1) 1px solid;
}
section.dark .box-static.box-bordered {
border:rgba(255,255,255,0.1) 1px solid;
}
section.dark .box-static {
color:#fff;
padding:15px;
background-color:#333;
}
section.dark .box-static input,
section.dark .box-static label {
color:#fff;
}
section.dark .box-static .box-title {
border-bottom:rgba(255,255,255,0.1) 1px solid;
}
@media all and (max-width: 992px) {
.box-flip {
margin-bottom:30px;
}
}
/** Box Colors */
.box-light {
padding:15px;
background-color:rgba(0,0,0,0.05);
}
.box-dark {
color:#fff;
padding:15px;
background-color:#333;
}
.box-dark h1,
.box-dark h2,
.box-dark h3,
.box-dark h4,
.box-dark h5,
.box-dark h6 {
color:#fff;
}
.box-inner {
padding:15px;
display:block;
}
.box-inner h1,
.box-inner h2,
.box-inner h3,
.box-inner h4,
.box-inner h5,
.box-inner h6 {
font-size:14px;
line-height:17px;
padding-bottom:12px;
border-bottom:rgba(0,0,0,0.1) 1px solid;
margin-bottom:15px;
}
.box-light .box-inner {
background-color:#fff;
}
.box-dark .box-inner {
background-color:#111;
}
.box-footer {
margin:1px 0;
padding:8px 15px;
}
.box-light .box-footer {
background-color:#fff;
}
.box-dark .box-footer {
background-color:#111;
}
section.dark .box-light {
background-color:rgba(255,255,255,0.05);
}
section.dark .box-dark {
background-color:rgba(0,0,0,0.8);
}
section.dark .box-light .box-inner {
background-color:#111;
}
section.dark .box-dark .box-inner {
background-color:#111;
}
section.dark .box-light .box-footer {
background-color:#111;
}
section.dark .box-dark .box-footer {
background-color:#111;
}
section.dark .box-inner h1,
section.dark .box-inner h2,
section.dark .box-inner h3,
section.dark .box-inner h4,
section.dark .box-inner h5,
section.dark .box-inner h6 {
border-bottom-color:rgba(255,255,255,0.1);
}
section.dark .box-inner h1>a:hover,
section.dark .box-inner h2>a:hover,
section.dark .box-inner h3>a:hover,
section.dark .box-inner h4>a:hover,
section.dark .box-inner h5>a:hover,
section.dark .box-inner h6>a:hover {
text-decoration:underline !important;
}
/* successive colored boxes */
.box-gradient {
color:#fff;
margin:0;
text-align:center;
}
.box-gradient>div {
margin:0;
padding:50px 8px 30px 8px;
-webkit-transition: all .400s;
-moz-transition: all .400s;
-o-transition: all .400s;
transition: all .400s;
}
.box-gradient>div>p {
font-size:15px;
margin:0;
height:50px;
overflow:hidden;
}
.box-gradient h1,
.box-gradient h2,
.box-gradient h3,
.box-gradient h4,
.box-gradient h5,
.box-gradient h6 {
color:#fff;
margin-top:10px;
margin-bottom:20px;
font-size:50px;
line-height:50px;
font-weight:300;
}
.box-gradient a {
display: block;
color: #fff;
}
.box-gradient a:hover {
color: #ddd;
}
/* pink */
.box-pink>div:nth-child(1) {
background-color:#e2476b;
}
.box-pink>div:nth-child(2) {
background-color:#e9738f;
}
.box-pink>div:nth-child(3) {
background-color:#f09fb2;
}
.box-pink>div:nth-child(4) {
background-color:#f7cbd5;
}
/* blue */
.box-blue>div:nth-child(1) {
background-color:#004080;
}
.box-blue>div:nth-child(2) {
background-color:#006fdd;
}
.box-blue>div:nth-child(3) {
background-color:#2b95ff;
}
.box-blue>div:nth-child(4) {
background-color:#6cb6ff;
}
/* orange */
.box-orange>div:nth-child(1) {
background-color:#ea5726;
}
.box-orange>div:nth-child(2) {
background-color:#ee754d;
}
.box-orange>div:nth-child(3) {
background-color:#f19272;
}
.box-orange>div:nth-child(4) {
background-color:#f5b39c;
}
/* yellow */
.box-yellow>div:nth-child(1) {
background-color:#e3a42d;
}
.box-yellow>div:nth-child(2) {
background-color:#eaba60;
}
.box-yellow>div:nth-child(3) {
background-color:#eec882;
}
.box-yellow>div:nth-child(4) {
background-color:#f2d7a4;
}
/* purple */
.box-purple>div:nth-child(1) {
background-color:#864699;
}
.box-purple>div:nth-child(2) {
background-color:#9a50af;
}
.box-purple>div:nth-child(3) {
background-color:#a96cbb;
}
.box-purple>div:nth-child(4) {
background-color:#bb89c9;
}
/* red */
.box-red>div:nth-child(1) {
background-color:#b92c28;
}
.box-red>div:nth-child(2) {
background-color:#d33834;
}
.box-red>div:nth-child(3) {
background-color:#d9524f;
}
.box-red>div:nth-child(4) {
background-color:#e17673;
}
/* brown */
.box-brown>div:nth-child(1) {
background-color:#633232;
}
.box-brown>div:nth-child(2) {
background-color:#7b3e3e;
}
.box-brown>div:nth-child(3) {
background-color:#9d4f4f;
}
.box-brown>div:nth-child(4) {
background-color:#b36868;
}
/* green */
.box-green>div:nth-child(1) {
background-color:#0c5849;
}
.box-green>div:nth-child(2) {
background-color:#117964;
}
.box-green>div:nth-child(3) {
background-color:#16a387;
}
.box-green>div:nth-child(4) {
background-color:#1ccaa7;
}
/* black */
.box-black>div:nth-child(1) {
background-color:#000000;
}
.box-black>div:nth-child(2) {
background-color:#1d1d1d;
}
.box-black>div:nth-child(3) {
background-color:#2e2e2e;
}
.box-black>div:nth-child(4) {
background-color:#454545;
}
/* gray */
.box-gray>div:nth-child(1) {
background-color:#333333;
}
.box-gray>div:nth-child(2) {
background-color:#4a4a4a;
}
.box-gray>div:nth-child(3) {
background-color:#5f5f5f;
}
.box-gray>div:nth-child(4) {
background-color:#797979;
}
/* teal */
.box-teal>div:nth-child(1) {
background-color:#426062;
}
.box-teal>div:nth-child(2) {
background-color:#4f7275;
}
.box-teal>div:nth-child(3) {
background-color:#618c8f;
}
.box-teal>div:nth-child(4) {
background-color:#8aadb0;
}
@media all and (max-width: 768px) {
.box-gradient>div {
margin:0 !important;
}
}
@media all and (max-width: 482px) {
.box-gradient h1,
.box-gradient h2,
.box-gradient h3,
.box-gradient h4,
.box-gradient h5,
.box-gradient h6 {
font-size:36px;
line-height:36px;
}
}

View file

@ -0,0 +1,193 @@
/** 48. Image Zoom [plugin]
assets/plugins/image.zoom
**************************************************************** **/
figure.zoom img::selection {
background-color: transparent;
}
figure.zoom {
display:inline-block;
position: relative;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
figure.zoom>a.lightbox {
position:absolute;
z-index:20;
font-size:17px;
background-color:#666;
padding:6px 10px;
width:40px; height:40px;
line-height:30px;
text-align:center;
color:#fff;
-webkit-border-bottom-right-radius: 15px;
-webkit-border-top-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-topleft: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 15px;
}
figure.zoom>a.lightbox:hover {
background-color:#333;
}
/* lightbox button position */
figure.zoom>a.lightbox.bottom-right {
right:10px; bottom:10px;
}
figure.zoom>a.lightbox.bottom-left {
left:10px; bottom:10px;
}
figure.zoom>a.lightbox.top-right {
right:10px; top:10px;
}
figure.zoom>a.lightbox.top-left {
left:10px; top:10px;
}
.owl-carousel.zoom-more .owl-controls .owl-buttons div {
background-color:inherit;
border:0;
}
.owl-carousel.zoom-more .owl-controls.clickable {
top: auto !important;
bottom:0 !important;
margin-top:0;
margin-bottom:-10px;
right:-10px;
}
.owl-carousel.zoom-more a,
.owl-carousel.zoom-more a>img {
text-align:center;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
.owl-carousel.zoom-more a>img {
opacity:0.5;
filter: alpha(opacity=80);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
}
.owl-carousel.zoom-more a.active>img {
opacity:1;
filter: alpha(opacity=1);
-webkit-filter: none;
filter: none;
}
/** IMAGE ZOOM HOVER */
.image-hover-zoom {
overflow: hidden;
}
.image-hover-zoom>img {
-webkit-transition: ease all .3s;
-moz-transition: ease all .3s;
transition: ease all .3s;
}
.image-hover-zoom:hover>img {
-webkit-transform: translate3d(0, 3%, 0) scale(1.3);
-moz-transform: translate3d(0, 3%, 0) scale(1.3);
-ms-transform: translate3d(0, 3%, 0) scale(1.3);
-o-transform: translate3d(0, 3%, 0) scale(1.3);
transform: translate3d(0, 3%, 0) scale(1.3);
}
/** IMAGE PLUS HOVER **/
.image-hover-plus {
position: relative;
}
.image-hover-plus>i.icon-hover-plus {
opacity: 0;
position: absolute;
width: 0;
top: 50%;
left: 50%;
z-index: 10;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
-o-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.image-hover-plus:hover>i.icon-hover-plus {
opacity: 1;
width: 20%;
}
.image-hover-plus>i.icon-hover-plus::after,
.image-hover-plus>i.icon-hover-plus::before {
content: '';
display: block;
position: absolute;
width: 100%;
top: 50%;
left: 50%;
border-top: #fff 1px solid;
-webkit-transform: translate3d(-50%, -50%, 0);
-moz-transform: translate3d(-50%, -50%, 0);
-ms-transform: translate3d(-50%, -50%, 0);
-o-transform: translate3d(-50%, -50%, 0);
transform: translate3d(-50%, -50%, 0);
}
.image-hover-plus>i.icon-hover-plus::after {
-webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
-moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
-ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
-o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
/* IMAGE HOVER OVERLAY */
.image-hover-overlay {
position: relative;
overflow: hidden;
display: block;
}
.image-hover-overlay::before {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
background-color: rgba(33, 33, 36, 0.5);
opacity: 0;
z-index:10;
position: absolute;
content:' ';
}
.image-hover-overlay:hover::before {
opacity: 1;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}

View file

@ -0,0 +1,147 @@
/** 26. Labels & Badges
*************************************************** **/
.badge,
.label {
font-weight:400;
}
.label.label-square {
font-size:13px;
width:25px;
height:25px;
line-height:25px;
text-align:center;
margin-right:10px;
padding:0;
}
.label.label-square.pull-left {
margin-left:10px;
}
.label.label-square.pull-right {
margin-right:10px;
}
h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
padding:3px 10px;
}
section .nav-pills>li>a,
section .nav-pills>li.active>a:hover,
section .nav-pills>li.active>a {
color:#111;
}
section.dark .nav-pills>li>a,
section.dark .nav-pills>li.active>a:hover,
section.dark .nav-pills>li.active>a {
color:#fff;
}
section.dark .nav-pills>li.active>a {
background-color:rgba(255,255,255,0.3) !important;
}
section.dark a.label,
section.dark .label {
color:#fff;
}
/* corner */
.badge.badge-corner {
top: -8px !important;
right: -6px !important;
position: absolute !important;
color:#fff !important;
}
/* colors */
span.badge-default,
span.label-default,
.list-group-item.active>.badge.badge-default {
background-color:#333 !important;
}
span.label-blue,
span.badge-blue,
.list-group-item.active>.badge {
background: #3498db !important;
}
span.label-red,
span.badge-red,
.list-group-item.active>.badge {
background: #e74c3c !important;
}
span.label-green,
span.badge-green,
.list-group-item.active>.badge.badge-green {
background: #2ecc71 !important;
}
span.label-sea,
span.badge-sea,
.list-group-item.active>.badge.badge-sea {
background: #1abc9c !important;
}
span.label-orange,
span.badge-orange,
.list-group-item.active>.badge.badge-orange {
background: #e67e22 !important;
}
span.label-yellow,
span.badge-yellow,
.list-group-item.active>.badge.badge-yellow {
background: #f1c40f !important;
}
span.label-purple,
span.badge-purple,
.list-group-item.active>.badge.badge-purple {
background: #9b6bcc !important;
}
span.label-aqua,
span.badge-aqua,
.list-group-item.active>.badge.badge-aqua {
background: #27d7e7 !important;
}
span.label-brown,
span.badge-brown,
.list-group-item.active>.badge.badge-brown {
background: #9c8061 !important;
}
span.label-dark-blue,
span.badge-dark-blue,
.list-group-item.active>.badge.badge-dark-blue {
background: #4765a0 !important;
}
span.label-light-green,
span.badge-light-green,
.list-group-item.active>.badge.badge-light-green {
background: #79d5b3 !important;
}
span.label-light,
span.badge-light,
.list-group-item.active>.badge.badge-light {
color: #777;
background: #ecf0f1 !important;
}
span.label-dark,
span.badge-dark,
.list-group-item.active>.badge.badge-dark {
background: #555 !important;
}

View file

@ -0,0 +1,30 @@
/** 27. Lightbox Ajax [Magnific Popup]
*************************************************** **/
.lightbox-ajax {
position: relative;
background-color: #FFF;
width:100%;
max-width: 800px;
margin: 0 auto;
}
.lightbox-ajax .lightbox-ajax-body {
padding:20px;
}
.lightbox-ajax >h1,
.lightbox-ajax >h2,
.lightbox-ajax >h3,
.lightbox-ajax >h4,
.lightbox-ajax >h5,
.lightbox-ajax >h6 {
background-color: #F9F9F9;
border-bottom: 1px solid #EEE;
padding: 20px 30px;
margin:0;
}
@media all and (max-width: 992px) {
.lightbox-ajax .lightbox-ajax-body .row>div {
margin-bottom:30px;
}
}

View file

@ -0,0 +1,375 @@
/** 12. Magnific Popup v1.0.0
*************************************************** **/
.mfp-bg {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1042;
overflow: hidden;
position: fixed;
background: #0b0b0b;
opacity: 0.8;
filter: alpha(opacity=80); }
.mfp-wrap {
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1043;
position: fixed;
outline: none !important;
-webkit-backface-visibility: hidden; }
.mfp-container {
text-align: center;
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
padding: 0 8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-container:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle; }
.mfp-align-top .mfp-container:before {
display: none; }
.mfp-content {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045; }
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
width: 100%;
cursor: auto; }
.mfp-ajax-cur {
cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
cursor: -moz-zoom-out;
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.mfp-zoom {
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.mfp-loading.mfp-figure {
display: none; }
.mfp-hide {
display: none !important; }
.mfp-preloader {
color: #CCC;
position: absolute;
top: 50%;
width: auto;
text-align: center;
margin-top: -0.8em;
left: 8px;
right: 8px;
z-index: 1044; }
.mfp-preloader a {
color: #CCC; }
.mfp-preloader a:hover {
color: #FFF; }
.mfp-s-ready .mfp-preloader {
display: none; }
.mfp-s-error .mfp-content {
display: none; }
button.mfp-close, button.mfp-arrow {
overflow: visible;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
display: block;
outline: none;
padding: 0;
z-index: 1046;
-webkit-box-shadow: none;
box-shadow: none; }
button::-moz-focus-inner {
padding: 0;
border: 0; }
.mfp-close {
width: 44px;
height: 44px;
line-height: 44px;
position: absolute;
right: 0;
top: 0;
text-decoration: none;
text-align: center;
opacity: 0.65;
filter: alpha(opacity=65);
padding: 0 0 18px 10px;
color: #FFF;
font-style: normal;
font-size: 28px;
font-family: Arial, Baskerville, monospace; }
.mfp-close:hover, .mfp-close:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-close:active {
top: 1px; }
.mfp-close-btn-in .mfp-close {
color: #333; }
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
color: #FFF;
right: -6px;
text-align: right;
padding-right: 6px;
width: 100%; }
.mfp-counter {
position: absolute;
top: 0;
right: 0;
color: #CCC;
font-size: 12px;
line-height: 18px;
white-space: nowrap; }
.mfp-arrow {
position: absolute;
opacity: 0.65;
filter: alpha(opacity=65);
margin: 0;
top: 50%;
margin-top: -55px;
padding: 0;
width: 90px;
height: 110px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.mfp-arrow:active {
margin-top: -54px; }
.mfp-arrow:hover, .mfp-arrow:focus {
opacity: 1;
filter: alpha(opacity=100); }
.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
content: '';
display: block;
width: 0;
height: 0;
position: absolute;
left: 0;
top: 0;
margin-top: 35px;
margin-left: 35px;
border: medium inset transparent; }
.mfp-arrow:after, .mfp-arrow .mfp-a {
border-top-width: 13px;
border-bottom-width: 13px;
top: 8px; }
.mfp-arrow:before, .mfp-arrow .mfp-b {
border-top-width: 21px;
border-bottom-width: 21px;
opacity: 0.7; }
.mfp-arrow-left {
left: 0; }
.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
border-right: 17px solid #FFF;
margin-left: 31px; }
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
margin-left: 25px;
border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
right: 0; }
.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
border-left: 17px solid #FFF;
margin-left: 39px; }
.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
padding-top: 40px;
padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
line-height: 0;
width: 100%;
max-width: 900px; }
.mfp-iframe-holder .mfp-close {
top: -40px; }
.mfp-iframe-scaler {
width: 100%;
height: 0;
overflow: hidden;
padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #000; }
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
line-height: 0; }
.mfp-figure:after {
content: '';
position: absolute;
left: 0;
top: 40px;
bottom: 40px;
display: block;
right: 0;
width: auto;
height: auto;
z-index: -1;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
background: #444; }
.mfp-figure small {
color: #BDBDBD;
display: block;
font-size: 12px;
line-height: 14px; }
.mfp-figure figure {
margin: 0; }
.mfp-bottom-bar {
margin-top: -36px;
position: absolute;
top: 100%;
left: 0;
width: 100%;
cursor: auto; }
.mfp-title {
text-align: left;
line-height: 18px;
color: #F3F3F3;
word-wrap: break-word;
padding-right: 36px; }
.mfp-image-holder .mfp-content {
max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
.mfp-img-mobile .mfp-image-holder {
padding-left: 0;
padding-right: 0; }
.mfp-img-mobile img.mfp-img {
padding: 0; }
.mfp-img-mobile .mfp-figure:after {
top: 0;
bottom: 0; }
.mfp-img-mobile .mfp-figure small {
display: inline;
margin-left: 5px; }
.mfp-img-mobile .mfp-bottom-bar {
background: rgba(0, 0, 0, 0.6);
bottom: 0;
margin: 0;
top: auto;
padding: 3px 5px;
position: fixed;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mfp-img-mobile .mfp-bottom-bar:empty {
padding: 0; }
.mfp-img-mobile .mfp-counter {
right: 5px;
top: 3px; }
.mfp-img-mobile .mfp-close {
top: 0;
right: 0;
width: 35px;
height: 35px;
line-height: 35px;
background: rgba(0, 0, 0, 0.6);
position: fixed;
text-align: center;
padding: 0; }
}
@media all and (max-width: 900px) {
.mfp-arrow {
-webkit-transform: scale(0.75);
transform: scale(0.75); }
.mfp-arrow-left {
-webkit-transform-origin: 0;
transform-origin: 0; }
.mfp-arrow-right {
-webkit-transform-origin: 100%;
transform-origin: 100%; }
.mfp-container {
padding-left: 6px;
padding-right: 6px; }
}
.mfp-ie7 .mfp-img {
padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
width: 600px;
left: 50%;
margin-left: -300px;
margin-top: 5px;
padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
padding: 0; }
.mfp-ie7 .mfp-content {
padding-top: 44px; }
.mfp-ie7 .mfp-close {
top: 0;
right: 0;
padding-top: 0; }

View file

@ -0,0 +1,19 @@
/** 29. Modals
*************************************************** **/
.modal-content {
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.modal-header .btn,
.modal-footer .btn {
margin:0;
}
.modal-full {
width:100% !important;
margin-left:8px;
}

View file

@ -0,0 +1,29 @@
/** 08. Nav Pills
**************************************************************** **/
section .nav-pills {
display:inline-block;
}
section .nav-pills>li>a:hover,
section .nav-pills>li>a:focus,
section .nav-pills>li.active>a,
section .nav-pills>li.active>a:hover,
section .nav-pills>li.active>a:focus {
background-color:rgba(0,0,0,0.1) !important;
}
section .nav-pills>li>a {
padding:6px 15px;
margin-bottom:6px;
letter-spacing:1px;
}
@media only screen and (max-width: 550px) {
section .nav-pills {
background-color:rgba(0,0,0,0.02);
}
section .nav-pills,
section .nav-pills>li,
section .nav-pills>li>a {
display:block !important;
float:none;
}
}

View file

@ -0,0 +1,87 @@
/** 31. Navigations
*************************************************** **/
.navbar-primary .navbar-brand,
.navbar-primary .navbar-nav>li>a,
.navbar-primary button,
.navbar-primary a {
color:#ddd;
}
.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-nav>li>a:hover,
.navbar-primary button:hover,
.navbar-primary a:hover {
color:#fff;
}
.navbar-primary .navbar-nav>.active>a,
.navbar-primary .navbar-nav>.active>a:focus,
.navbar-primary .navbar-nav>.active>a:hover {
background-color:rgba(0,0,0,0.1);
}
section.dark .navbar-default .navbar-brand,
section.dark .navbar-default .navbar-nav>li>a {
color:#999;
}
section.dark .navbar-default .navbar-brand:hover,
section.dark .navbar-default .navbar-nav>li>a:hover {
color:#ddd;
}
section.dark .navbar-default .navbar-nav>.open>a,
section.dark .navbar-default .navbar-nav>.open>a:focus,
section.dark .navbar-default .navbar-nav>.open>a:hover,
section.dark .navbar-default .navbar-nav>.active>a,
section.dark .navbar-default .navbar-nav>.active>a:focus,
section.dark .navbar-default .navbar-nav>.active>a:hover {
color:#ddd;
background-color:rgba(0,0,0,0.2);
}
section.dark .navbar-default {
background-color:#555;
border-color:#555;
}
section.dark .navbar-inverse {
background-color:#111;
border-color:#111;
}
section.dark .nav-tabs>li.active>a,
section.dark .nav-tabs>li.active>a:focus,
section.dark .nav-tabs>li.active>a:hover {
color:#ddd;
background-color:#555;
border-color:#555;
}
section.dark .nav-tabs {
border-color:#555;
}
section.dark .nav-tabs>li>a:hover {
border-color:transparent;
background-color:#555;
}
/* small categories - like tags */
ul.categories>li {
margin:0;
padding:1px;
}
ul.categories>li>a {
letter-spacing:0;
font-size:12px;
color:#999;
}
ul.categories>li>a:hover {
color:#121212;
}
ul.categories>li:after {
content:' , ';
}
ul.categories>li:last-child:after {
content:'';
}
section.dark ul.categories>li>a:hover {
color:#ccc;
}

View file

@ -0,0 +1,432 @@
/** 13. OWL Carousel v2.2.1
*************************************************** **/
.owl-carousel-2 {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel-2 .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel-2 .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel-2 .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel-2 .owl-wrapper,
.owl-carousel-2 .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel-2 .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel-2 .owl-item img {
display: block;
width: 100%; }
.owl-carousel-2 .owl-nav.disabled,
.owl-carousel-2 .owl-dots.disabled {
display: none; }
.owl-carousel-2 .owl-nav .owl-prev,
.owl-carousel-2 .owl-nav .owl-next,
.owl-carousel-2 .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel-2.owl-loaded {
display: block; }
.owl-carousel-2.owl-loading {
opacity: 0;
display: block; }
.owl-carousel-2.owl-hidden {
opacity: 0; }
.owl-carousel-2.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel-2.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel-2.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel-2.owl-rtl {
direction: rtl; }
.owl-carousel-2.owl-rtl .owl-item {
float: right; }
/* No Js */
.no-js .owl-carousel-2 {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel-2 .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel-2 .owl-animated-in {
z-index: 0; }
.owl-carousel-2 .owl-animated-out {
z-index: 1; }
.owl-carousel-2 .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel-2 .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel-2 .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel-2 .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel-2 .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel-2 .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel-2 .owl-video-playing .owl-video-tn,
.owl-carousel-2 .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel-2 .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel-2 .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }
/* plugin rewrite */
.owl-carousel-2 {
position: relative;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
/* navigation */
.owl-carousel-2 .owl-nav,
.owl-carousel-2 .owl-dots {
text-align:center;
display: inline-block;
}
.owl-carousel-2 .owl-nav {
margin: 8px 0;
position: absolute;
bottom:0; right:6px;
}
.owl-carousel-2 .owl-nav>.owl-prev,
.owl-carousel-2 .owl-nav>.owl-next {
background-color: rgba(255,255,255,0.7);
color: #111 !important;
font-size:30px !important;
}
.owl-carousel-2 .owl-nav>.owl-prev:hover,
.owl-carousel-2 .owl-nav>.owl-next:hover {
background-color: #fff;
}
.owl-carousel-2 .owl-dots {
margin: 18px 0 0 0;
float: left;
max-width: calc(100% - 90px);
overflow: hidden;
}
.owl-carousel-2 .owl-nav .owl-prev,
.owl-carousel-2 .owl-nav .owl-next {
width: 30px;
height: 30px;
border: #eaeaea 1px solid;
margin:3px;
color:#ccc;
font-size:17px;
border-radius:3px;
}
.owl-carousel-2 .owl-nav .owl-prev:hover,
.owl-carousel-2 .owl-nav .owl-next:hover {
color:#121212;
}
.owl-carousel-2 .owl-nav .owl-prev,
.owl-carousel-2 .owl-nav .owl-next,
.owl-carousel-2 .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-carousel-2 .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #d6d6d6;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.owl-carousel-2 .owl-dots .owl-dot.active span {
background-color:#333;
}
.owl-carousel-2 .owl-caption,
.owl-carousel-2 .owl-caption-top-left,
.owl-carousel-2 .owl-caption-top-right,
.owl-carousel-2 .owl-caption-bottom-left,
.owl-carousel-2 .owl-caption-bottom-right,
.owl-carousel-2 .owl-caption-top-center,
.owl-carousel-2 .owl-caption-bottom-center {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
display: inline-block;
font-size:17px;
font-weight:400;
padding:15px;
-webkit-text-shadow: #333 1px 1px;
-moz-text-shadow: #333 1px 1px;
-o-text-shadow: #333 1px 1px;
text-shadow: #333 1px 1px;
z-index:1000;
}
.owl-carousel-2 .owl-caption-top-left {
top:0;
left:0;
bottom: auto;
right:auto;
text-align:left;
}
.owl-carousel-2 .owl-caption-top-right {
top:0;
left:auto;
bottom: auto;
right:0;
text-align:right;
}
.owl-carousel-2 .owl-caption-bottom-left {
top:auto;
left:0;
bottom: 0;
right:auto;
text-align: left;
}
.owl-carousel-2 .owl-caption-bottom-right {
top:auto;
left:0;
bottom: 0;
right:0;
text-align: right;
}
.owl-carousel-2 .owl-caption-top-center {
top:0;
left:0;
bottom: auto;
right:0;
text-align: center;
}
.owl-carousel-2 .owl-caption-bottom-center {
top:auto;
left:0;
bottom: 0;
right:0;
text-align: center;
}
.owl-carousel-2 .owl-subtitle {
display: block;
font-size:14px;
}
.owl-caption-text-light {
color:#fff !important;
-webkit-text-shadow: #333 1px 1px !important;
-moz-text-shadow: #333 1px 1px !important;
-o-text-shadow: #333 1px 1px !important;
text-shadow: #333 1px 1px !important;
}
.owl-caption-text-dark {
color:#121212 !important;
-webkit-text-shadow: #fff 1px 1px !important;
-moz-text-shadow: #fff 1px 1px !important;
-o-text-shadow: #fff 1px 1px !important;
text-shadow: #fff 1px 1px !important;
}
/* centered focus */
.owl-carousel-2.owl-centered-focus .owl-item:before {
content: '';
background-color: rgba(255,255,255,0.8);
position: absolute;
left:0; right:0;
top:0; bottom:0;
z-index:100;
}
.owl-carousel-2.owl-centered-focus .owl-item.active.center:before {
display: none;
}
/* dot navigation */
.owl-carousel-2.controlls-over .owl-dots {
margin: -35px 10px 0 10px;
position: absolute;
z-index:9999;
background-color: rgba(0,0,0,0.4);
line-height: 1;
padding-bottom: 6px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.owl-carousel-2 .owl-dots .owl-dot span {
background: #fff;
margin: 0 7px 0 7px;
width:20px;
height: 5px;
-webkit-border-radius: 0;
border-radius: 0;
}
.owl-carousel-2 .owl-dots .owl-dot.active span {
background-color: #0275d8;
}
/* zoom image viewer */
.owl-carousel-2.zoom-more .owl-nav {
top: auto !important;
bottom: 0 !important;
margin-top: 0;
margin-bottom: -10px;
right: -10px;
}
.owl-carousel-2.zoom-more a,
.owl-carousel-2.zoom-more a>img {
text-align: center;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
.owl-carousel-2.zoom-more a>img {
opacity:0.5;
filter: alpha(opacity=80);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
filter: gray; /* IE6-9 */
-webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
-webkit-backface-visibility: hidden; /* Fix for transition flickering */
}
.owl-carousel-2.zoom-more a.active>img {
opacity:1;
filter: alpha(opacity=1);
-webkit-filter: none;
filter: none;
}
.owl-carousel-2.zoom-more .owl-nav {
margin-bottom: -36px;
}
.owl-carousel-2.zoom-more .owl-nav .owl-prev,
.owl-carousel-2.zoom-more .owl-nav .owl-next {
border:0;
margin: 0;
padding: 0;
background-color: transparent;
opacity: 0.5;
}
.owl-carousel-2.zoom-more .owl-nav .owl-prev:hover,
.owl-carousel-2.zoom-more .owl-nav .owl-next:hover {
opacity: 1;
}

View file

@ -0,0 +1,722 @@
/** 13. Owl Carousel v1.3.3
*************************************************** **/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
display: none;
position: relative;
-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
overflow: hidden;
position: relative;
width: 100%;
z-index: 0;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.owl-controls {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel.featured .owl-controls .owl-prev {
margin-right:3px;
}
#progressBar {
width: 100%;
background: rgba(0,0,0,0.05);
}
#progressBar #bar {
height:3px;
width: 100%;
background-color:#333;
}
/* mouse grab icon */
.grabbing {
cursor:url(../images/_smarty/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
}
/*
* Owl Carousel CSS3 Transitions
* v1.3.2
*/
.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
}
/* fade */
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}
/* Keyframes */
@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}
/**
CUSTOM REWRITE
**/
.owl-carousel {
overflow:hidden;
margin-bottom:20px;
position:relative;
}
.owl-carousel.owl-padding-0 .owl-item {
padding:0 !important;
}
.owl-carousel.owl-padding-1 .owl-item {
padding:0 1px;
}
.owl-carousel.owl-padding-2 .owl-item {
padding:0 2px;
}
.owl-carousel.owl-padding-3 .owl-item {
padding:0 3px;
}
.owl-carousel.owl-padding-6 .owl-item {
padding:0 6px;
}
.owl-carousel.owl-padding-10 .owl-item {
padding:0 10px;
}
.owl-carousel.owl-padding-15 .owl-item {
padding:0 15px;
}
.owl-carousel.owl-padding-20 .owl-item {
padding:0 20px;
}
/* Cause width problems - better to leave left/right margins
.owl-carousel .owl-item:first-child {
padding-left:0;
}
.owl-carousel .owl-item:last-child {
padding-right:0;
}
*/
.owl-carousel img {
display:inline-block;
}
.owl-carousel.buttons-autohide .owl-buttons {
filter: Alpha(Opacity=0);
opacity:0;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.owl-carousel.buttons-autohide:hover .owl-buttons {
filter: Alpha(Opacity=100);
opacity:1;
}
.owl-theme .owl-controls .owl-buttons div {
color:#121212;
background:#fff;
border:#fff 1px solid;
opacity:1;
filter: Alpha(Opacity=100);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section.dark .owl-theme .owl-controls .owl-buttons div {
color:#fff;
background:#212121;
border:#212121 1px solid;
}
.controlls-over .owl-controls .owl-prev {
position: absolute;
top: 50%;
margin-top: -28px;
right:auto;
left: -13px;
zoom: 1;
width: 36px;
height: 36px;
opacity: 0;
}
.controlls-over .owl-controls .owl-next {
position: absolute;
top: 50%;
margin-top: -28px;
left:auto;
right: -13px;
zoom: 1;
width: 36px;
height: 36px;
opacity: 0;
}
.controlls-over .owl-pagination {
text-align:center;
position:absolute; width:60%; margin:auto;
bottom:-20px; left:0; right:0; z-index:1;
}
.owl-theme.controlls-over .owl-controls .owl-page {
background:rgba(0,0,0,0.3);
margin-bottom:30px;
position:relative;
display:inline-block;
}
.owl-theme.controlls-over .owl-controls .owl-page:first-child {
-webkit-border-top-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.owl-theme.controlls-over .owl-controls .owl-page:last-child {
-webkit-border-top-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
}
.owl-theme.controlls-over .owl-controls .owl-page span {
background:#fff;
}
.bottom-pagination .owl-controls .owl-page {
margin-bottom:-40px !important;
}
/* top text caption */
.owl-carousel .owl-item div {
position:relative;
text-align:center;
}
.owl-carousel .owl-caption {
padding:10px;
position:absolute !important;
left:0; top:0; right:0;
margin-top:0; max-width:100%;
background:rgba(0,0,0,0.3);
display:block; color:#fff;
}
.owl-carousel .owl-caption p {
color:#fff;
font-size:13px;
line-height:20px;
padding:0; margin:0;
}
.owl-carousel .owl-caption h1,
.owl-carousel .owl-caption h1 a,
.owl-carousel .owl-caption h2,
.owl-carousel .owl-caption h2 a,
.owl-carousel .owl-caption h3,
.owl-carousel .owl-caption h3 a {
color:#fff;
font-size:21px;
line-height:21px;
font-weight:bold;
margin-bottom:10px;
}
.owl-carousel .owl-caption a {
color:#fff;
font-weight:bold;
}
.owl-carousel.controls-hover-only .owl-controls {
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.slider:hover .owl-carousel.controls-hover-only .owl-controls,
.owl-carousel.controls-hover-only:hover .owl-controls {
filter: alpha(opacity=100);
opacity: 1;
}
/* Featured Item */
.owl-carousel.featured .owl-featured-item {
width:99%; padding-bottom:15px;
text-align:center;
display:block;
webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.owl-carousel.featured .owl-featured-item:hover {
background-color: #eaeaea;
}
.owl-carousel.featured .owl-featured-item a.figure {
margin:0; padding:0;
display:block;
width:100%;
height:auto;
overflow:hidden;
text-align:center;
z-index:0;
position:relative;
}
.owl-carousel.featured .owl-featured-item a.figure>img {
height:auto !important;
width:100% !important;
max-width: 100% !important;
vertical-align:top;
}
.owl-carousel.featured .owl-featured-detail {
position:relative;
padding-top:6px;
}
.owl-carousel.featured .owl-featured-detail:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-bottom: 10px solid #fff;
left: 50%;
margin-left: -10px;
top: -10px;
z-index:10;
webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after {
border-bottom: 10px solid #eaeaea;
}
.owl-carousel.featured .owl-featured-detail>a.featured-title {
color:#333;
margin-top:6px;
display:block;
}
.owl-carousel.featured .owl-featured-detail>span.price {
display:block;
margin-bottom:6px;
}
.owl-carousel.featured {
margin-top:6px;
}
.owl-carousel.featured .owl-controls.clickable {
top:0 !important;
margin-top:-45px;
position:absolute;
right:0;
}
h2.owl-featured {
font-size:16px;
line-height:19px;
border-bottom:rgba(0,0,0,0.2) 1px dashed;
padding-bottom:6px;
margin-bottom:10px;;
}
.owl-carousel.featured a.figure>span {
position:absolute;
left:0; right:0; top:0; bottom:0;
background-color:rgba(0,0,0,0.3);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.owl-carousel.featured a.figure>span>i {
color:#333;
position:absolute;
left:50%; top:50%;
background:#fff;
font-size:21px;
width:50px; height:50px;
line-height: 50px !important;
text-align:center;
margin-left:-20px;
margin-top:-20px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-topleft: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
}
.owl-carousel.featured a.figure:hover>span {
filter: alpha(opacity=100);
opacity: 1;
}
.owl-carousel.featured {
overflow:inherit !important;
}
.owl-carousel.featured .owl-prev,
.owl-carousel.featured .owl-next {
display:inline-block !important;
color:#999 !important;
width:30px !important;
height:30px !important;
line-height:30px !important;
font-size:20px !important;
}
.owl-carousel.featured .owl-prev:hover,
.owl-carousel.featured .owl-next:hover {
color:#121212 !important;
}
section.dark .owl-carousel.featured .owl-featured-detail>a.featured-title {
color:#fff;
}
section.dark .owl-carousel.featured .owl-featured-detail:after {
border-bottom-color: #212121;
}
section.dark .owl-carousel.featured .owl-featured-item:hover {
background-color: #111;
}
section.dark .owl-carousel.featured .owl-featured-item:hover>.owl-featured-detail:after {
border-bottom-color: #111;
}
section.dark .owl-carousel.featured .owl-prev,
section.dark .owl-carousel.featured .owl-next {
color:#999 !important
}
section.dark .owl-carousel.featured .owl-prev:hover,
section.dark .owl-carousel.featured .owl-next:hover {
color:#fff !important
}
section.dark h2.owl-featured {
border-bottom-color:#666;
}
@media only screen and (max-width: 768px) {
/*
.owl-carousel.featured .owl-controls {
display:none !important
}
*/
}
/* buttons bottom */
.owl-carousel.buttons-bottom .owl-controls{
top:auto !important;
}
.owl-carousel.buttons-bottom .owl-next,
.owl-carousel.buttons-bottom .owl-prev {
margin-top:-20px !important;
}
/* special carousel title */
.owl-carousel .owl-carousel-caption {
background-color:rgba(0,0,0,0.5);
position:absolute !important;
top:0; left:0; right:0;
color:#fff; padding:20px;
height:96px; overflow:hidden;
}
.owl-carousel .owl-carousel-caption.top {
top:0;
bottom:auto;
}
.owl-carousel .owl-carousel-caption.bottom {
top:auto;
bottom:29px;
}
.owl-carousel .owl-carousel-caption h2,
.owl-carousel .owl-carousel-caption h3,
.owl-carousel .owl-carousel-caption h4 {
color:#fff;
font-size:16px;
line-height:16px;
margin-bottom:10px;
font-weight:bold;
overflow:hidden;
display:block;
width:100%;
text-overflow:ellipsis;
white-space: nowrap;
}
.owl-carousel .owl-carousel-caption p {
color:#fff;
font-size:12px;
line-height:15px;
padding:0; margin:0;
}
.owl-theme .owl-controls .owl-buttons div {
/* padding:6px 13px; */
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
cursor: pointer;
}
.controlls-over .owl-controls .owl-prev {
margin-left:10px;
}
.controlls-over .owl-controls .owl-next {
margin-right:10px;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
display: block;
width: 20px;
height: 5px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
@media only screen and (max-width: 600px) {
.owl-pagination {
display:none;
}
}

View file

@ -0,0 +1,75 @@
/** 32. Paginations
*************************************************** **/
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
background: rgba(0,0,0,0.05);
}
.pagination > li > a {
margin-right:4px;
color:#666 !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.pagination > li.active>a {
border-color:#ddd;
color:#fff !important;
}
section.dark .pagination > li,
section.dark .pagination > li > a {
color:#ccc !important;
border-color:#666;
background-color:transparent;
}
section.dark .pagination > li > a:hover,
section.dark .pagination > li > span:hover {
background-color:#555;
}
section.dark .pagination > li.active>a {
color:#fff !important;
}
/* pager */
section.dark .pager li>a,
section.dark .pager li>span {
background-color:#666;
border-color:#888;
color:#fff;
}
section.dark .pager li>a:hover {
background-color:#555;
}
/* simple pagination */
.pagination.pagination-simple>li>a {
border:0 !important;
border-left:#ccc 1px solid !important;
background-color:transparent !important;
color:#333 !important;
padding: 0 12px !important;
font-weight:bold !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.pagination.pagination-simple>li.active>a {
color:#999 !important;
}
.pagination.pagination-simple>li:first-child>a {
border:0 !important;
}
section.dark .pagination.pagination-simple>li>a {
border-left:#666 1px solid !important;
color:#888 !important;
}
section.dark .pagination.pagination-simple>li.active>a {
color:#eee !important;
}
section.dark .pagination.pagination-simple>li:first-child>a {
border:0 !important;
}

View file

@ -0,0 +1,74 @@
/** 28. Panels
*************************************************** **/
.panel {
margin-bottom:30px;
}
section.dark .panel-default>.panel-heading {
border-color:#666;
}
.panel-footer .social-icon {
margin-top:0;
margin-bottom:0;
}
.panel-heading .btn,
.panel-footer .btn {
margin:0;
}
.panel-footer.panel-footer-transparent,
.panel-heading.panel-heading-transparent {
background-color:transparent;
}
section.dark .panel {
background-color:#373737;
border-color:#666;
}
section.dark .panel .btn {
color:#fff!important;
}
section.dark .panel-footer {
border-top-color:rgba(255,255,255,0.1);
background-color:rgba(255,255,255,0.1);
}
.panel .table {
background-color:transparent;
}
section.dark table {
color:#fff;
background-color:#373737;
}
section.dark .panel .panel-heading,
section.dark .panel .panel-heading h2 {
color:#111 !important;
}
section.dark .panel .panel-heading.panel-heading-transparent,
section.dark .panel .panel-heading.panel-heading-transparent h2 {
color:#eaeaea !important;
}
.panel table thead {
background-color:rgba(0,0,0,0.01);
}
section.dark .table>thead>tr>th {
border-bottom-color:#666;
}
section.dark .panel>.panel-body+.table,
section.dark .panel>.panel-body+.table-responsive,
section.dark .panel>.table+.panel-body,
section.dark .panel>.table-responsive+.panel-body,
section.dark .table>tbody>tr>td,
section.dark .table>tbody>tr>th,
section.dark .table>tfoot>tr>td,
section.dark .table>tfoot>tr>th,
section.dark .table>thead>tr>td,
section.dark .table>thead>tr>th {
border-top-color:#666;
}
section.dark .table>tbody>tr:hover>td {
color:#000;
}
section.dark .table-striped>tbody>tr:nth-of-type(odd) {
color:#000;
}

View file

@ -0,0 +1,535 @@
/** Color PICKER v1.7.0
https://github.com/bgrins/spectrum
******************************************* **/
input.colorpicker {
display:inline-block !important;
}
.sp-container {
position:absolute;
top:0;
left:0;
display:inline-block;
*display: inline;
*zoom: 1;
/* https://github.com/bgrins/spectrum/issues/40 */
z-index: 9999994;
overflow: hidden;
}
.sp-container.sp-flat {
position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
position:relative;
width: 100%;
display:inline-block;
}
.sp-top-inner {
position:absolute;
top:0;
left:0;
bottom:0;
right:0;
}
.sp-color {
position: absolute;
top:0;
left:0;
bottom:0;
right:20%;
}
.sp-hue {
position: absolute;
top:0;
right:0;
bottom:0;
left:84%;
height: 100%;
}
.sp-clear-enabled .sp-hue {
top:33px;
height: 77.5%;
}
.sp-fill {
padding-top: 80%;
}
.sp-sat, .sp-val {
position: absolute;
top:0;
left:0;
right:0;
bottom:0;
}
.sp-alpha-enabled .sp-top {
margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
display: block;
}
.sp-alpha-handle {
position:absolute;
top:-4px;
bottom: -4px;
width: 6px;
left: 50%;
cursor: pointer;
border: 1px solid black;
background: white;
opacity: .8;
}
.sp-alpha {
display: none;
position: absolute;
bottom: -14px;
right: 0;
left: 0;
height: 8px;
}
.sp-alpha-inner {
border: solid 1px #333;
}
.sp-clear {
display: none;
}
.sp-clear.sp-clear-display {
background-position: center;
}
.sp-clear-enabled .sp-clear {
display: block;
position:absolute;
top:0px;
right:0;
bottom:0;
left:84%;
height: 28px;
}
/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button {
-webkit-user-select:none;
-moz-user-select: -moz-none;
-o-user-select:none;
user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
display: none;
}
.sp-palette-only .sp-picker-container {
display: none;
}
.sp-palette-disabled .sp-palette-container {
display: none;
}
.sp-initial-disabled .sp-initial {
display: none;
}
/* Gradients for hue, saturation and value instead of images. Not pretty... but it works */
.sp-sat {
background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
Generate 6 divs, line them up, and do two color gradients for each.
Yes, really.
*/
.sp-1 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
height:16%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
height:16%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
height:17%;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
display: none !important;
}
/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
.sp-color { right: 40%; }
.sp-hue { left: 63%; }
.sp-fill { padding-top: 60%; }
}
.sp-dragger {
border-radius: 5px;
height: 5px;
width: 5px;
border: 1px solid #fff;
background: #000;
cursor: pointer;
position:absolute;
top:0;
left: 0;
}
.sp-slider {
position: absolute;
top:0;
cursor:pointer;
height: 3px;
left: -1px;
right: -1px;
border: 1px solid #000;
background: white;
opacity: .8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
border-radius: 0;
background-color: #eaeaea;
border: solid 2px #ddd;
padding: 0;
}
section.dark .sp-container {
background-color: #262626;
border-color:#666;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
font: normal 12px Verdana, sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sp-top {
margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
border: solid 1px #666;
}
/* Input */
.sp-input-container {
float:right;
width: 100px;
margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
width: 100%;
}
.sp-input {
font-size: 12px !important;
border: 1px inset;
padding: 4px 5px;
margin: 0;
width: 100%;
background:transparent;
border-radius: 3px;
color: #222;
}
.sp-input:focus {
border: 1px solid orange;
}
.sp-input.sp-validation-error {
border: 1px solid red;
background: #fdd;
}
.sp-picker-container , .sp-palette-container {
float:left;
position: relative;
padding: 10px;
padding-bottom: 300px;
margin-bottom: -290px;
}
.sp-picker-container {
width: 172px;
border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
border: 0;
}
.sp-palette .sp-thumb-el {
display: block;
position:relative;
float:left;
width: 24px;
height: 15px;
margin: 3px;
cursor: pointer;
border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
border-color: orange;
}
.sp-thumb-el {
position:relative;
}
/* Initial */
.sp-initial {
float: left;
border: solid 1px #333;
}
.sp-initial span {
width: 30px;
height: 25px;
border:none;
display:block;
float:left;
margin:0;
}
.sp-initial .sp-clear-display {
background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
float: right;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
margin:0;
overflow:hidden;
cursor:pointer;
padding: 4px;
display:inline-block;
*zoom: 1;
*display: inline;
border: solid 2px #ddd;
background: #eee;
color: #333;
vertical-align: middle;
height:40px;
}
section.dark .sp-replacer {
border-color:#666;
}
.sp-replacer:hover, .sp-replacer.sp-active {
border-color: #F0C49B;
color: #111;
}
.sp-replacer.sp-disabled {
cursor:default;
border-color: silver;
color: silver;
}
.sp-dd {
padding: 2px 0;
height: 16px;
line-height: 25px;
float:left;
font-size:10px;
}
.sp-preview {
position:relative;
width:28px;
height: 28px;
border: solid 1px #222;
margin-right: 5px;
float:left;
z-index: 0;
}
.sp-palette {
*width: 220px;
max-width: 220px;
}
.sp-palette .sp-thumb-el {
width:16px;
height: 16px;
margin:2px 1px;
border: solid 1px #d0d0d0;
}
.sp-container {
padding-bottom:0;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
background-color: #eeeeee;
background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
border: 1px solid #ccc;
border-bottom: 1px solid #bbb;
border-radius: 3px;
color: #333;
font-size: 14px;
line-height: 1;
padding: 5px 4px;
text-align: center;
text-shadow: 0 1px 0 #eee;
vertical-align: middle;
}
.sp-container button:hover {
background-color: #dddddd;
background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
border: 1px solid #bbb;
border-bottom: 1px solid #999;
cursor: pointer;
text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
border: 1px solid #aaa;
border-bottom: 1px solid #888;
-webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
-o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
font-size: 11px;
color: #d93f3f !important;
margin:0;
padding:2px;
margin-right: 5px;
vertical-align: middle;
text-decoration:none;
}
.sp-cancel:hover {
color: #d93f3f !important;
text-decoration: underline;
}
.sp-palette span:hover, .sp-palette span.sp-thumb-active {
border-color: #000;
}
.sp-preview, .sp-alpha, .sp-thumb-el {
position:relative;
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==');
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
display:block;
position:absolute;
top:0;left:0;bottom:0;right:0;
}
.sp-palette .sp-thumb-inner {
background-position: 50% 50%;
background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=');
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=');
}
.sp-clear-display {
background-repeat:no-repeat;
background-position: center;
background-image: url('data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==');
}
input.colorpicker {
padding-right:65px;
}
input.colorpicker + .sp-replacer {
right:0;
width:55px;
position:absolute;
margin-left:-55px;
z-index:10;
}
input[type=color].colorpicker {
padding-right:12px !important;
padding-left:12px !important;
cursor:pointer;
}
input[type=color].colorpicker + .sp-replacer {
display:none !important;
}

View file

@ -0,0 +1,794 @@
/** 38. Datepicker
*************************************************** **/
/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
padding: 4px;
border-radius: 4px;
direction: ltr;
/*.dow {
border-top: 1px solid #ddd !important;
}*/
}
.datepicker-inline {
width: 220px;
}
.datepicker.datepicker-rtl {
direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
float: right;
}
.datepicker-dropdown {
top: 0;
left: 0;
}
.datepicker-dropdown:before {
content: '';
display: inline-block;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-top: 0;
border-bottom-color: rgba(0, 0, 0, 0.2);
position: absolute;
}
.datepicker-dropdown:after {
content: '';
display: inline-block;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-top: 0;
position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
bottom: -7px;
border-bottom: 0;
border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
bottom: -6px;
border-bottom: 0;
border-top: 6px solid #fff;
}
.datepicker > div {
display: none;
}
.datepicker.days div.datepicker-days {
display: block;
}
.datepicker.months div.datepicker-months {
display: block;
}
.datepicker.years div.datepicker-years {
display: block;
}
.datepicker table {
margin: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
text-align: center;
width: 30px;
height: 30px;
border-radius: 4px;
border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
background: #eeeeee;
cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
color: #000000;
background-color: #ffdb99;
border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
color: #000000;
background-color: #ffcd70;
border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
background-color: #ffdb99;
border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
color: #000;
}
.datepicker table tr td.today.active:hover {
color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
background: #eeeeee;
border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
color: #000000;
background-color: #f7ca77;
border-color: #f1a417;
border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
color: #000000;
background-color: #f4bb51;
border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
background-color: #f7ca77;
border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
color: #ffffff;
background-color: #999999;
border-color: #555555;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
color: #ffffff;
background-color: #858585;
border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
background-color: #999999;
border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
background-color: #428bca;
border-color: #357ebd;
}
.datepicker table tr td span {
display: block;
width: 23%;
height: 54px;
line-height: 54px;
float: left;
margin: 1%;
cursor: pointer;
border-radius: 4px;
}
.datepicker table tr td span:hover {
background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
background: none;
color: #999999;
cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
color: #ffffff;
background-color: #428bca;
border-color: #357ebd;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
color: #ffffff;
background-color: #3276b1;
border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
background-color: #428bca;
border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
color: #999999;
}
.datepicker th.datepicker-switch {
width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
background: #eeeeee;
}
.datepicker .cw {
font-size: 10px;
width: 12px;
padding: 0 2px 0 5px;
vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
cursor: default;
background-color: transparent;
}
.input-group.date .input-group-addon i {
cursor: pointer;
width: 16px;
height: 16px;
}
.input-daterange input {
text-align: center;
}
.input-daterange input:first-child {
border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
width: auto;
min-width: 16px;
padding: 4px 5px;
font-weight: normal;
line-height: 1.428571429;
text-align: center;
text-shadow: 0 1px 0 #fff;
vertical-align: middle;
background-color: #eeeeee;
border: solid #cccccc;
border-width: 1px 0;
margin-left: -5px;
margin-right: -5px;
}
.datepicker.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
*border-right-width: 2px;
*border-bottom-width: 2px;
color: #333333;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
padding: 0px 5px;
}

View file

@ -0,0 +1,337 @@
/** RANGE PICKER
******************************************* **/
/*!
* Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
*
* Copyright 2013-2015 Dan Grossman ( http://www.dangrossman.info )
* Licensed under the MIT license. See http://www.opensource.org/licenses/mit-license.php
*
* Built for http://www.improvely.com
*/
.daterangepicker.dropdown-menu {
max-width: none;
z-index: 3000;
}
.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
float: left;
margin: 4px;
}
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar,
.daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
float: right;
margin: 4px;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
float: none;
}
.daterangepicker .ranges {
width: 160px;
text-align: left;
}
.daterangepicker .ranges .range_inputs>div {
float: left;
}
.daterangepicker .ranges .range_inputs>div:nth-child(2) {
padding-left: 11px;
}
.daterangepicker .calendar {
display: none;
max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
display: block;
}
.daterangepicker .calendar.single .calendar-date {
border: none;
}
.daterangepicker .calendar th, .daterangepicker .calendar td {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
white-space: nowrap;
text-align: center;
min-width: 32px;
}
.daterangepicker .daterangepicker_start_input label,
.daterangepicker .daterangepicker_end_input label {
color: #333;
display: block;
font-size: 11px;
font-weight: normal;
height: 20px;
line-height: 20px;
margin-bottom: 2px;
text-shadow: #fff 1px 1px 0px;
text-transform: uppercase;
width: 74px;
}
.daterangepicker .ranges input {
font-size: 11px;
}
.daterangepicker .ranges .input-mini {
border: 1px solid #ccc;
border-radius: 4px;
color: #555;
display: block;
font-size: 11px;
height: 30px;
line-height: 30px;
vertical-align: middle;
margin: 0 0 10px 0;
padding: 0 6px;
width: 74px;
}
.daterangepicker .ranges ul {
list-style: none;
margin: 0;
padding: 0;
}
.daterangepicker .ranges li {
font-size: 13px;
background: #f5f5f5;
border: 1px solid #f5f5f5;
color: #08c;
padding: 3px 12px;
margin-bottom: 8px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
background: #08c;
border: 1px solid #08c;
color: #fff;
}
.daterangepicker .calendar-date {
border: 1px solid #ddd;
padding: 4px;
border-radius: 4px;
background: #fff;
}
.daterangepicker .calendar-time {
text-align: center;
margin: 8px auto 0 auto;
line-height: 30px;
}
.daterangepicker {
position: absolute;
background: #fff;
top: 100px;
left: 20px;
padding: 4px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.daterangepicker.opensleft:before {
position: absolute;
top: -7px;
right: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker.opensleft:after {
position: absolute;
top: -6px;
right: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: '';
}
.daterangepicker.openscenter:before {
position: absolute;
top: -7px;
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker.openscenter:after {
position: absolute;
top: -6px;
left: 0;
right: 0;
width: 0;
margin-left: auto;
margin-right: auto;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: '';
}
.daterangepicker.opensright:before {
position: absolute;
top: -7px;
left: 9px;
display: inline-block;
border-right: 7px solid transparent;
border-bottom: 7px solid #ccc;
border-left: 7px solid transparent;
border-bottom-color: rgba(0, 0, 0, 0.2);
content: '';
}
.daterangepicker.opensright:after {
position: absolute;
top: -6px;
left: 10px;
display: inline-block;
border-right: 6px solid transparent;
border-bottom: 6px solid #fff;
border-left: 6px solid transparent;
content: '';
}
.daterangepicker.dropup{
margin-top: -5px;
}
.daterangepicker.dropup:before{
top: initial;
bottom:-7px;
border-bottom: initial;
border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after{
top: initial;
bottom:-6px;
border-bottom: initial;
border-top: 6px solid #fff;
}
.daterangepicker table {
width: 100%;
margin: 0;
}
.daterangepicker td, .daterangepicker th {
text-align: center;
width: 20px;
height: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
cursor: pointer;
white-space: nowrap;
}
.daterangepicker td.off {
color: #999;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
color: #999;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
background: #eee;
}
.daterangepicker td.in-range {
background: #ebf4f8;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.daterangepicker td.start-date {
-webkit-border-radius: 4px 0 0 4px;
-moz-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
-webkit-border-radius: 0 4px 4px 0;
-moz-border-radius: 0 4px 4px 0;
border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
background-color: #357ebd;
border-color: #3071a9;
color: #fff;
}
.daterangepicker td.week, .daterangepicker th.week {
font-size: 80%;
color: #ccc;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
font-size: 12px;
padding: 1px;
height: auto;
margin: 0;
cursor: default;
}
.daterangepicker select.monthselect {
margin-right: 2%;
width: 56%;
}
.daterangepicker select.yearselect {
width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
width: 50px;
margin-bottom: 0;
}
.daterangepicker_start_input {
float: left;
}
.daterangepicker_end_input {
float: left;
padding-left: 11px
}
.daterangepicker th.month {
width: auto;
}

View file

@ -0,0 +1,136 @@
/** TIME PICKER
******************************************* **/
.time_pick .ti_tx,
.time_pick .mi_tx,
.time_pick .mer_tx {
width: 100%;
text-align: center;
margin: 10px 0;
}
.time_pick .time,
.time_pick .mins,
.time_pick .meridian {
width: 50px;
float: left;
margin: 0;
font-size: 20px;
color: #2d2e2e;
font-family: arial;
font-weight: 700;
}
.time_pick .prev,
.time_pick .next {
position:relative;
cursor: pointer;
padding: 12px 18px;
width: 28%;
height:20px;
border: 2px solid #ddd;
margin: auto;
text-align:center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section.dark .time_pick .prev,
section.dark .time_pick .next {
border-color:#666;
color:#fff;
}
.time_pick .prev:before,
.time_pick .next:before {
position:absolute;
left:8px;
top:3px;
content: "\e260";
font-family: 'Glyphicons Halflings';
display: inline-block;
font-weight: 400;
font-style:normal;
margin:0;
padding:0;
line-height:1;
}
.time_pick .next:before {
content: "\e259";
}
.time_pick .prev:hover,
.time_pick .next:hover {
background-color: #ccc;
}
.time_pick .next {
background-position: 50% 150%;
}
.time_pick .prev {
background-position: 50% -50%;
}
.time_pick {
position: relative;
}
.time_pick .timepicker_wrap {
padding: 10px;
z-index: 998;
display: none;
background: #fff;
border: 2px solid #ddd;
float: left;
position: absolute;
top:38px !important;
left: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-bottomright: 3px;
-moz-border-radius-bottomleft: 3px;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.time_pick input.timepicker + .timepicker_wrap {
border-top:0;
}
section.dark .time_pick .timepicker_wrap {
color:#eee;
background:#212121;
background:#333;
border-color:#666;
}
.time_pick .arrow_top {
position: absolute;
top: -10px;
left: 20px;
width: 18px;
height: 10px;
z-index: 999;
}
.time_pick input.timepicki-input {
background: none repeat scroll 0 0 #FFFFFF;
border: 2px solid #ddd;
float: none;
margin: 0;
text-align: center;
width: 82%;
font-weight:300;
font-size:15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section.dark .time_pick input.timepicki-input {
color:#333;
border-color:#666;
}
.time_pick a.reset_time {
float: left;
margin-top: 5px;
color: #000;
}

View file

@ -0,0 +1,17 @@
/** 03. Placeholder
*************************************************** **/
::-webkit-input-placeholder { /* WebKit browsers */
color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999;
}

View file

@ -0,0 +1,277 @@
/** 36. Price Table
**************************************************************** **/
div.price-table {
background:rgba(0,0,0,0.03);
margin:30px 0;
text-align:center;
padding-bottom:30px;
border-left:#fff 1px solid;
}
div.row.pricetable-container {
padding:0 15px;
}
div.price-table h3 {
font-size:25px;
line-height:25px;
padding:30px 0;
border-bottom: rgba(0,0,0,0.1) 2px solid;
text-transform:uppercase;
font-weight:300;
}
div.price-table p {
color: #666;
font-size: 36px;
line-height:36px;
padding: 30px 0;
font-weight: 400;
width: 150px;
height: 150px;
padding-top: 53px;
display: inline-block;
background-color: rgba(0,0,0,0.05);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
margin-top:0;
}
div.price-table p span {
display:block;
font-size:10px;
line-height:16px;
font-weight:300;
text-transform:uppercase;
}
div.price-table ul {
margin:0;
padding:0;
}
div.price-table ul li {
list-style:none;
font-size:12px;
border-bottom: rgba(0,0,0,0.1) 1px solid;
padding:8px;
text-transform:uppercase;
}
div.price-table.popular,
div.price-table.popular ul li,
div.price-table.popular p,
div.price-table.popular p span,
div.price-table.popular h3 {
color:#fff;
}
div.price-table.popular {
background:#676767;
}
div.price-table .btn {
margin-top:30px;
}
div.price-table .btn-primary {
background-color:#333;
border:0;
}
section.dark div.price-table {
border-left-color:#212121;
background-color:#444;
}
section.dark div.price-table.popular {
background-color:#666;
}
section.dark div.price-table h3 {
border-bottom-color:rgba(255,255,255,0.1);
}
section.dark div.price-table .btn {
color:#fff;
}
/* mega price table */
div.mega-price-table {
margin-top:60px;
}
div.mega-price-table .btn .caret.pull-right {
margin-top:8px;
}
div.mega-price-table .pricing-title,
div.mega-price-table .pricing-head {
color:#fff;
text-align:center;
background-color:rgba(0,0,0,0.6);
height:75px;
}
div.mega-price-table .pricing-title {
background-color:transparent !important;
padding:15px 0 0 0;
margin:0;
height:165px;
}
div.mega-price-table .pricing-title h3 {
font-size:35px;
line-height:35px;
margin-bottom:10px;
}
div.mega-price-table .pricing-head h3 {
margin-bottom:3px;
display:block;
color:#fff;
font-size:30px;
padding-top:12px;
height:36px;
font-weight:300;
}
div.mega-price-table h4 {
display:block;
text-align:center;
font-size:60px;
padding:20px 0; margin:0;
font-weight:400;
color:#666;
height:85;
background-color:rgba(0,0,0,0.03);
font-weight:300;
}
div.mega-price-table .pricing:hover h4 {
color:#333;
text-align:center;
}
div.mega-price-table .pricing h4 sup,
div.mega-price-table .pricing h4 sub {
font-size:34px;
}
div.mega-price-table .pricing-head small {
font-size:12px;
line-height:40px;
display:block;
color:rgba(255,255,255,0.7);
font-weight:300;
font-family:'Open Sans', Arial, Hevletica, sans-serif;
}
div.mega-price-table .pricing-desc li,
div.mega-price-table ul.pricing-table li {
padding: 10px;
font-style: normal;
min-height: 41px;
text-align:center;
}
div.mega-price-table ul li.alternate {
background-color:rgba(0,0,0,0.03);
}
div.mega-price-table {
padding-left:15px;
padding-right:15px;
}
div.mega-price-table div {
padding:0;
}
div.mega-price-table .pricing {
margin-top: 1px;
margin-left: 1px;
background: rgba(0,0,0,0.03);
}
section.dark div.mega-price-table ul li.alternate,
section.dark div.mega-price-table .pricing {
background: rgba(255,255,255, 0.05);
}
div.mega-price-table .pricing-desc div,
div.mega-price-table .pricing-desc li {
text-align:left !important;
}
div.mega-price-table .btn,
div.mega-price-table .list-unstyled,
div.mega-price-table .btn-group,
div.mega-price-table .btn-toolbar {
margin:0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
div.mega-price-table .pricing.popular h4 small {
color:#fff;
}
div.mega-price-table .pricing.popular {
background-color:#676767;
}
div.mega-price-table .pricing.popular,
div.mega-price-table .pricing.popular h3,
div.mega-price-table .pricing.popular h4,
div.mega-price-table .pricing.popular li,
div.mega-price-table .pricing.popular div,
div.mega-price-table .pricing.popular .pricing-table i.fa {
color:#fff !important;
}
div.mega-price-table .dropdown-menu {
width:100%;
}
/* clean price */
.price-clean {
padding: 30px 10px;
text-align: center;
position: relative;
border: 1px solid #D0D6DF;
font-family: Arial, Helvetica, sans-serif;
-webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
-o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.05);
}
.price-clean h4 {
font-size: 60px;
line-height:60px;
font-weight: 300;
margin: 0;
color: #547698;
}
.price-clean h4 sup {
position: relative;
font-size: 20px;
line-height:25px;
vertical-align: top;
top: 3px;
}
.price-clean h4 em {
font-size: 14px;
font-style:normal;
}
.price-clean h5 {
text-transform: uppercase;
font-weight: 300;
margin: 0;
font-size: 15px;
color: #BACDD6;
letter-spacing: 2px;
}
.price-clean p {
line-height: 1.5em;
color: #526066;
margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
.price-clean {
margin-bottom:30px;
}
.col-md-5th .price-clean h4 {
font-size: 40px;
line-height:40px;
}
.col-md-5th .price-clean h4 em {
font-size:11px;
}
}
@media only screen and (max-width: 768px) {
.price-clean h4 {
font-size: 60px;
line-height:60px;
}
.price-clean h4 em {
font-size: 14px;
}
}

View file

@ -0,0 +1,178 @@
/** 35. Process Steps
*************************************************** **/
.process-wizard {padding: 0 0 10px 0;}
.process-wizard > .process-wizard-step {padding: 0; position: relative;}
.process-wizard > .process-wizard-step + .process-wizard-step {}
.process-wizard > .process-wizard-step .process-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.process-wizard > .process-wizard-step .process-wizard-info {color: #999; font-size: 14px;}
.process-wizard > .process-wizard-step > .process-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 47px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;}
.process-wizard > .process-wizard-step > .process-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; }
.process-wizard > .process-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.process-wizard > .process-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.process-wizard > .process-wizard-step.complete > .progress > .progress-bar {width:100%;}
.process-wizard > .process-wizard-step.active > .progress > .progress-bar {width:50%;}
.process-wizard > .process-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.process-wizard > .process-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.process-wizard > .process-wizard-step.disabled > .process-wizard-dot {background-color: #f5f5f5;}
.process-wizard > .process-wizard-step.disabled > .process-wizard-dot:after {opacity: 0;}
.process-wizard > .process-wizard-step:first-child > .progress {left: 50%; width: 50%;}
.process-wizard > .process-wizard-step:last-child > .progress {width: 50%;}
.process-wizard > .process-wizard-step.disabled a.process-wizard-dot{ pointer-events: none; }
/* default */
.process-wizard-default > .process-wizard-step > .process-wizard-dot,
.process-wizard-default > .process-wizard-step > .progress > .progress-bar {
background:#ccc;
}
.process-wizard-default > .process-wizard-step > .process-wizard-dot:after {
background-color:#666;
}
/* info */
.process-wizard-info > .process-wizard-step > .process-wizard-dot,
.process-wizard-info > .process-wizard-step > .progress > .progress-bar {
background:#d9edf7;
}
.process-wizard-info > .process-wizard-step > .process-wizard-dot:after {
background-color:#31708f;
}
/* warning */
.process-wizard-warning > .process-wizard-step > .process-wizard-dot,
.process-wizard-warning > .process-wizard-step > .progress > .progress-bar {
background:#fbe8aa;
}
.process-wizard-warning > .process-wizard-step > .process-wizard-dot:after {
background-color:#fbbd19;
}
/* success */
.process-wizard-success > .process-wizard-step > .process-wizard-dot,
.process-wizard-success > .process-wizard-step > .progress > .progress-bar {
background:#d6e9c6;
}
.process-wizard-success > .process-wizard-step > .process-wizard-dot:after {
background-color:#3c763d;
}
/* success */
.process-wizard-danger > .process-wizard-step > .process-wizard-dot,
.process-wizard-danger > .process-wizard-step > .progress > .progress-bar {
background:#ebccd1;
}
.process-wizard-danger > .process-wizard-step > .process-wizard-dot:after {
background-color:#a94442;
}
/* Tab Process Steps */
ul.process-steps,
ul.process-steps li {
border:0 !important;
text-align: center;
}
ul.process-steps li a {
width:50px;
height:50px;
font-size:30px;
line-height:30px;
text-align: center;
display:inline-block;
color:#111;
border:#666 1px solid !important;
background-color:#fff;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
ul.process-steps li.active a,
ul.process-steps li.active:hover>a {
color:#fff !important;
background-color:#333;
}
ul.process-steps li:after,
ul.process-steps li:before {
content: '';
position: absolute;
top: 26px;
left: 0;
width: 50%;
border-top: 1px dashed #DDD;
}
ul.process-steps li:first-child:before {
display:none;
}
ul.process-steps li:last-child:after {
display:none;
}
ul.process-steps li:after {
left: auto;
right: 0;
margin: 0 -26px 0 0;
}
ul.process-steps li h1,
ul.process-steps li h2,
ul.process-steps li h3,
ul.process-steps li h4,
ul.process-steps li h5,
ul.process-steps li h6 {
margin:20px 0 0 0;
}
ul.process-steps li>a>i {
margin:0;
padding:0;
margin-left:-4px;
margin-top:-1px;
font-size:28px;
line-height:28px;
}
ul.process-steps li>a>i.fa {
font-size:30px;
line-height:30px;
}
ul.process-steps.process-steps-square li a {
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
@media only screen and (max-width: 768px) {
ul.process-steps li:after,
ul.process-steps li:before {
display:none;
}
ul.process-steps li h1,
ul.process-steps li h2,
ul.process-steps li h3,
ul.process-steps li h4,
ul.process-steps li h5,
ul.process-steps li h6 {
margin:10px 0 30px 0;
}
}
@media only screen and (max-width: 482px) {
ul.process-steps li>a {
display:inline-block !important;
}
ul.process-steps li h1,
ul.process-steps li h2,
ul.process-steps li h3,
ul.process-steps li h4,
ul.process-steps li h5,
ul.process-steps li h6 {
margin:3px 0;
display:block;
}
ul.process-steps li {
padding:10px 0;
}
}

View file

@ -0,0 +1,105 @@
/** 05. Progress Bars & Pie Charts
**************************************************************** **/
.progress {
overflow:visible;
background:rgba(0,0,0,0.1);
margin-bottom: 15px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
section.dark .progress {
background-color:#333;
}
.progress.progress-xxs {
height:3px;
}
.progress.progress-xs {
height:6px;
}
.progress.progress-lg {
height:36px;
overflow:hidden;
}
.progress.progress-lg span {
line-height:36px;
text-overflow:ellipsis;
white-space: nowrap;
}
.progress.progress-lg span.inline-text {
text-align:left;
padding:8px;
display:block;
font-size:14px;
position:absolute;
min-width:50%;
}
.progress-bar-default {
background-color:rgba(11,11,11,0.9);
}
/* align */
.progress-bar.text-left>span {
padding-left:10px;
}
.progress-bar.text-right>span {
padding-right:10px;
}
/** Easy Pie Chart
******************** **/
.piechart {
position:relative;
display:inline-block;
text-align:center;
display: inline-block;
margin: 0 15px 15px;
}
.piechart > i {
position:absolute;
display:block;
text-align:center;
font-size: 42px;
}
.piechart > span {
position:absolute;
display:block;
text-align:center;
font-size:17px;
font-weight:bold;
}
.piechart > span.countTo {
font-size:30px;
}
.piechart > span[class^="size-"],
.piechart > span[class*=" size-"] {
line-height:inherit;
}
.easyPieChart {
display: inline-block;
position: relative;
text-align: center;
font-size: 22px;
font-weight: bold;
color: #333;
}
.easyPieChart canvas {
position: absolute;
top: 0;
left: 0;
}

View file

@ -0,0 +1,159 @@
/** 01. Resets
*************************************************** **/
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
::selection {
color:#fff;
text-shadow:none;
background: #333;
}
::-moz-selection {
color:#fff;
text-shadow:none;
background: #333; /* Firefox */
}
::-webkit-selection {
color:#fff;
text-shadow:none;
background: #333; /* Safari */
}
button {
background: none;
border: 0; margin: 0; padding: 0;
cursor: pointer;
}
img {
border: 0;
vertical-align: top;
}
input:-webkit-autofill {
color: #ffffff !important;
}
textarea {
resize: none;
}
textarea, input, button, *:focus {
outline:none !important;
}
textarea {
resize: vertical;
}
select {
border: 2px solid #E5E7E9;
height: 46px;
padding: 12px;
outline: none;
line-height:1 !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
label {
font-weight:400;
}
iframe,
fieldset {
border: 0;
margin: 0;
padding: 0;
}
audio, canvas, img, video {
vertical-align: middle;
}
p {
display: block;
-webkit-margin-before: 0.1em;
-webkit-margin-after: 0.1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}
a {
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
a, a:focus, a:hover, a:active {
outline: 0;
cursor:pointer;
}
p, pre, ul, ol, dl, dd, blockquote,
address, table, fieldset, form {
margin-bottom: 30px;
}
canvas {
width: 100% !important;
/* max-width: 800px; causes panorama gmap problems */
height: auto !important;
}
:active,
:focus { outline: none !important; }
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
outline: 0 none;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
-o-box-shadow: none !important;
box-shadow: none !important;
}
pre {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
section.dark pre {
color:#ccc;
border-color:rgba(0,0,0,0.2);
background-color:rgba(0,0,0,0.2);
}
img.img-responsive {
display:inline-block;
}
/* IE & Mozilla fix */
div.row>div img.img-responsive {
width: 100%;
}

View file

@ -0,0 +1,454 @@
/** 39. Select2
*************************************************** **/
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle; }
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px; }
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap; }
.select2-container .select2-search--inline {
float: left; }
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-dropdown {
background-color: white;
border: 1px solid #ddd;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051; }
section.dark .select2-dropdown {
border-color:#666;
}
.select2-results {
display: block; }
.select2-results__options {
list-style: none;
margin: 0;
padding: 0; }
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none; }
.select2-results__option[aria-selected] {
cursor: pointer; }
.select2-container--open .select2-dropdown {
left: 0; }
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-search--dropdown {
display: block;
padding: 4px; }
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
display: none; }
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0); }
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 2px solid #ddd;
border-radius: 4px; }
section.dark .select2-container--default .select2-selection--single {
border-color:#666;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 10px;
width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0; }
.select2-container--default .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white; }
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic .select2-selection--single {
background-color: #f6f6f6;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0; }
.select2-container--classic .select2-dropdown {
background-color: white;
border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
max-height: 200px;
overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: white; }
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb; }
/** Rewrite Select2
********************** **/
/* the same height as input element */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
height:40px;
line-height:36px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.select2-dropdown {
border-color:#ddd;
border-width:2px;
}
.fancy-form .select2-selection__arrow {
display:none;
}
.select2-container--default .select2-selection--single {
background-color:transparent;
}

View file

@ -0,0 +1,153 @@
/** 46. Side Nav
**************************************************************** **/
div.side-nav li.list-group-item {
padding:0 15px;
}
div.side-nav ul,
div.side-nav ul>li {
border:0 !important;
}
div.side-nav ul>li {
position:relative;
background-color:transparent !important;
}
div.side-nav ul>li:before {
content: "\f105";
font-family: FontAwesome;
position: absolute;
font-size: 15px;
left: 0;
top: 4px;
color: #999;
}
div.side-nav li.list-group-noicon:before,
div.side-nav ul.list-group-noicon>li:before,
div.side-nav ul.list-group-noicon>li>ul>li:before {
content:'';
display:none;
}
div.side-nav ul.list-group-noicon>li {
padding-left:0;
}
div.side-nav ul>li>a {
display:block;
padding:4px 0 4px 0;
}
div.side-nav ul>li>a {
color:#777;
text-decoration:none;
}
div.side-nav ul>li:hover>a,
div.side-nav ul>li.active>a {
color:#111 !important;
}
button.page-side-nav-mobile {
display:none;
}
div.side-nav ul>li>ul>li>a{
padding:4px 0 4px 15px;
}
ul.side-nav>li>a>i {
margin-right:8px;
}
/* side nav sub categs */
div.side-nav ul>li>a.dropdown-toggle:before {
content: "\f196";
font-family: FontAwesome;
position: absolute;
font-size: 17px;
right: 20px;
top: 6px;
color: #999;
}
div.side-nav ul>li.active>a.dropdown-toggle:before {
content: "\f147";
}
div.side-nav ul>li>ul {
display:none;
}
div.side-nav ul>li.active>ul {
display:block;
}
div.side-nav ul>li>ul,
div.side-nav ul>li>ul>li {
margin:0; padding:0;
list-style:none;
}
div.side-nav ul>li>ul {
padding:10px 0;
}
div.side-nav ul>li>ul>li a {
font-size:12px;
}
/* */
div.side-nav .side-nav-head {
position:relative;
}
div.side-nav .side-nav-head h4 {
font-size:16px;
}
div.side-nav ul.list-group-bordered>li>a {
display:block;
border-bottom:rgba(0,0,0,0.05) 1px solid;
padding:6px;
}
div.side-nav ul.list-group-bordered>li>a>span.pull-left,
div.side-nav ul.list-group-bordered>li>a>span.pull-right {
margin-top:3px;
}
div.side-nav .side-nav-head button {
display:none;
font-size:21px;
background-color:rgba(0,0,0,0.2);
height:44px;
width:44px;
}
@media only screen and (min-width: 990px) {
div.side-nav>ul {
display:block !important;
}
}
@media only screen and (max-width: 767px) {
div.side-nav ul {
display:none;
max-height:350px;
overflow-y:auto;
margin-bottom:30px;
}
div.side-nav ul>li {
border-bottom:rgba(0,0,0,0.03) 1px solid !important;
}
div.side-nav .side-nav-head {
height:44px;
background-color:rgba(0,0,0,0.1);
margin-bottom:30px;
}
div.side-nav .side-nav-head>h4 {
line-height:44px;
padding-left:15px;
margin:0;
}
div.side-nav .side-nav-head button {
display:block;
position:absolute;
right:0;
}
}
@media only screen and (max-width: 768px) {
div.side-nav ul {
max-height:250px;
overflow-y:auto;
}
}

View file

@ -0,0 +1,306 @@
/** 17. Social icons
*************************************************** **/
.social-icon {
margin: 0 5px 5px 0;
width: 40px;
height: 40px;
text-shadow: 1px 1px 1px rgba(0,0,0,.3);
border-color: transparent;
overflow: hidden;
display:inline-block;
text-decoration:none !important;
text-align: center;
cursor: pointer;
font-style: normal;
letter-spacing: 0em !important;
color: #eaeaea !important;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.social-icon:hover>i {
color:#fff;
}
.social-icon i {
display: block;
position: relative;
width: 40px;
height: 40px;
margin-top:6px;
font-size: 28px;
}
.social-icon:hover i:first-child {
margin-top: -38px;
}
.social-icon:hover i:last-child {
margin-top:4px;
}
@media only screen and (min-width: 768px) {
.social-icon {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.social-icon i {
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
}
/* medium */
a.social-icon>i[class*=" icon-"],
a.social-icon>i[class^=icon-] {
font-size:20px;
}
/* small */
a.social-icon.social-icon-sm,
a.social-icon.social-icon-sm>i {
width:30px;
height:30px;
margin-top:3px;
font-size: 17px;
line-height:23px;
}
a.social-icon.social-icon-sm>i:last-child {
padding-top:7px;
}
a.social-icon.social-icon-sm>i[class*=" icon-"],
a.social-icon.social-icon-sm>i[class^=icon-] {
font-size:17px;
}
.social-facebook:hover { background-color: #3B5998 !important; }
.social-facebook { background-color: #3B5998; }
.social-delicious:hover { background-color: #205CC0 !important; }
.social-delicious { background-color: #205CC0; }
.social-paypal:hover { background-color: #00588B !important; }
.social-paypal { background-color: #00588B; }
.social-flattr:hover{ background-color: #F67C1A !important; }
.social-flattr { background-color: #F67C1A; }
.social-android:hover{ background-color: #A4C639 !important; }
.social-android { background-color: #A4C639; }
.social-smashmag:hover { background-color: #E53B2C !important; }
.social-smashmag { background-color: #E53B2C; }
.social-gplus:hover { background-color: #DD4B39 !important; }
.social-gplus { background-color: #DD4B39; }
.social-wikipedia:hover { background-color: #333 !important; }
.social-wikipedia { background-color: #333; }
.social-stumbleupon:hover { background-color: #F74425 !important; }
.social-stumbleupon { background-color: #F74425; }
.social-foursquare:hover { background-color: #25A0CA !important; }
.social-foursquare { background-color: #25A0CA; }
.social-call:hover { background-color: #444 !important; }
.social-call { background-color: #444; }
.social-ninetyninedesigns:hover { background-color: #F26739 !important; }
.social-ninetyninedesigns { background-color: #F26739; }
.social-forrst:hover { background-color: #5B9A68 !important; }
.social-forrst { background-color: #5B9A68; }
.social-digg:hover { background-color: #191919 !important; }
.social-digg { background-color: #191919; }
.social-spotify:hover{ background-color: #81B71A !important; }
.social-spotify { background-color: #81B71A; }
.social-reddit:hover { background-color: #C6C6C6 !important; }
.social-reddit { background-color: #C6C6C6; }
.social-blogger:hover { background-color: #FC4F08 !important; }
.social-blogger { background-color: #FC4F08; }
.social-cc:hover { background-color: #688527 !important; }
.social-cc { background-color: #688527; }
.social-dribbble:hover { background-color: #EA4C89 !important; }
.social-dribbble { background-color: #EA4C89; }
.social-evernote:hover { background-color: #5BA525 !important; }
.social-evernote { background-color: #5BA525; }
.social-flickr:hover { background-color: #FF0084 !important; }
.social-flickr { background-color: #FF0084; }
.social-google:hover { background-color: #DD4B39 !important; }
.social-google { background-color: #DD4B39; }
.social-instapaper:hover { background-color: #333 !important; }
.social-instapaper { background-color: #333; }
.social-klout:hover { background-color: #FF5F52 !important; }
.social-klout { background-color: #FF5F52; }
.social-linkedin:hover { background-color: #0E76A8 !important; }
.social-linkedin { background-color: #0E76A8; }
.social-vk:hover { background-color: #2B587A !important; }
.social-vk { background-color: #2B587A; }
.social-rss:hover { background-color: #EE802F !important; }
.social-rss { background-color: #EE802F; }
.social-skype:hover { background-color: #00AFF0 !important; }
.social-skype { background-color: #00AFF0; }
.social-twitter:hover { background-color: #00ACEE !important; }
.social-twitter { background-color: #00ACEE; }
.social-youtube:hover { background-color: #C4302B !important; }
.social-youtube { background-color: #C4302B; }
.social-vimeo:hover { background-color: #86C9EF !important; }
.social-vimeo { background-color: #86C9EF; }
.social-aim:hover { background-color: #FCD20B !important; }
.social-aim { background-color: #FCD20B; }
.social-yahoo:hover { background-color: #720E9E !important; }
.social-yahoo { background-color: #720E9E; }
.social-email3:hover { background-color: #6567A5 !important; }
.social-email3 { background-color: #6567A5; }
.social-macstore:hover { background-color: #333333 !important; }
.social-macstore { background-color: #333333; }
.social-myspace:hover { background-color: #666666 !important; }
.social-myspace { background-color: #666666; }
.social-podcast:hover { background-color: #E4B21B !important; }
.social-podcast { background-color: #E4B21B; }
.social-cloudapp:hover { background-color: #525557 !important; }
.social-cloudapp { background-color: #525557; }
.social-dropbox:hover { background-color: #3D9AE8 !important; }
.social-dropbox { background-color: #3D9AE8; }
.social-ebay:hover { background-color: #89C507 !important; }
.social-ebay { background-color: #89C507; }
.social-github:hover { background-color: #171515 !important; }
.social-github { background-color: #171515; }
.social-googleplay:hover { background-color: #DD4B39 !important; }
.social-googleplay { background-color: #DD4B39; }
.social-itunes:hover { background-color: #222 !important; }
.social-itunes { background-color: #222; }
.social-plurk:hover { background-color: #CF5A00 !important; }
.social-plurk { background-color: #CF5A00; }
.social-pinboard:hover { background-color: #0000E6 !important; }
.social-pinboard { background-color: #0000E6; }
.social-soundcloud:hover { background-color: #FF7700 !important; }
.social-soundcloud { background-color: #FF7700; }
.social-tumblr:hover { background-color: #34526F !important; }
.social-tumblr { background-color: #34526F; }
.social-wordpress:hover { background-color: #1E8CBE !important; }
.social-wordpress { background-color: #1E8CBE; }
.social-yelp:hover { background-color: #C41200 !important; }
.social-yelp { background-color: #C41200; }
.social-intensedebate:hover { background-color: #009EE4 !important; }
.social-intensedebate { background-color: #009EE4; }
.social-eventbrite:hover { background-color: #F16924 !important; }
.social-eventbrite { background-color: #F16924; }
.social-scribd:hover { background-color: #666666 !important; }
.social-scribd { background-color: #666666; }
.social-stripe:hover { background-color: #008CDD !important; }
.social-stripe { background-color: #008CDD; }
.social-print:hover { background-color: #111 !important; }
.social-print { background-color: #111; }
.social-dwolla:hover { background-color: #FF5C03 !important; }
.social-dwolla { background-color: #FF5C03; }
.social-statusnet:hover { background-color: #131A30 !important; }
.social-statusnet { background-color: #131A30; }
.social-acrobat:hover { background-color: #D3222A !important; }
.social-acrobat { background-color: #D3222A; }
.social-drupal:hover { background-color: #27537A !important; }
.social-drupal { background-color: #27537A; }
.social-buffer:hover { background-color: #333333 !important; }
.social-buffer { background-color: #333333; }
.social-pocket:hover { background-color: #EE4056 !important; }
.social-pocket { background-color: #EE4056; }
.social-bitbucket:hover { background-color: #0E4984 !important; }
.social-bitbucket { background-color: #0E4984; }
.social-stackoverflow:hover { background-color: #EF8236 !important; }
.social-stackoverflow { background-color: #EF8236; }
.social-hackernews:hover { background-color: #FF6600 !important; }
.social-hackernews { background-color: #FF6600; }
.social-xing:hover { background-color: #126567 !important; }
.social-xing { background-color: #126567; }
.social-instagram:hover { background-color: #3F729B !important; }
.social-instagram { background-color: #3F729B; }
.social-quora:hover { background-color: #A82400 !important; }
.social-quora { background-color: #A82400; }
.social-openid:hover { background-color: #E16309 !important; }
.social-openid { background-color: #E16309; }
.social-steam:hover { background-color: #111 !important; }
.social-steam { background-color: #111; }
.social-amazon:hover { background-color: #E47911 !important; }
.social-amazon { background-color: #E47911; }
.social-disqus:hover { background-color: #E4E7EE !important; }
.social-disqus { background-color: #E4E7EE; }
.social-plancast:hover { background-color: #222 !important; }
.social-plancast { background-color: #222; }
.social-appstore:hover { background-color: #000 !important; }
.social-appstore { background-color: #000; }
.social-pinterest:hover { background-color: #C8232C !important; }
.social-pinterest { background-color: #C8232C; }
.social-fivehundredpx:hover { background-color: #111 !important; }
.social-fivehundredpx { background-color: #111; }
/* rounded social icons */
a.social-icon.social-icon-round {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
/* bordered social icons */
a.social-icon.social-icon-border {
background-color:transparent;
border:#999 1px solid;
color:#565656 !important;
text-shadow:none;
}
a.social-icon.social-icon-border:hover {
border-color:transparent;
}
a.social-icon.social-icon-border:hover>i {
color:#fff !important;
}
section.dark a.social-icon.social-icon-border {
color:#fff !important;
}
section.dark a.social-icon.social-icon-border:hover>i {
color:#111 !important;
}
/* light social icons */
a.social-icon.social-icon-light {
background-color:rgba(0,0,0,0.1);
text-shadow:none;
color:#888 !important;
}
a.social-icon.social-icon-light:hover>i {
color:#fff !important;
}
section.dark a.social-icon.social-icon-light {
background-color:#666;
color:#fff !important;
}
section.dark a.social-icon.social-icon-light:hover>i {
color:#111 !important;
}
/* dark social icons */
a.social-icon.social-icon-dark {
background-color:#444;
text-shadow:none;
color:#eee !important;
}
a.social-icon.social-icon-dark:hover>i {
color:#fff !important;
}
section.dark a.social-icon.social-icon-dark {
background-color:#111;
color:#fff !important;
}
/* transparent social icons */
a.social-icon.social-icon-transparent {
background-color:transparent;
text-shadow:none;
color:#666 !important;
}
a.social-icon.social-icon-transparent:hover>i {
color:#fff !important;
}
section.dark a.social-icon.social-icon-transparent {
color:#999 !important;
}
section.dark a.social-icon.social-icon-transparent:hover>i {
color:#fff !important;
}

View file

@ -0,0 +1,32 @@
/** 47. Star Rating
<div class="rating rating-0"><!-- rating-1 ... rating-5 --></div>
**************************************************************** **/
.rating {
position:relative;
min-height:17px;
width:auto;
color:#999;
display:inline-block;
font-family: FontAwesome;
}
section.dark .rating {
color:#666;
}
.rating-0:after {
content:"\f006\20\f006\20\f006\20\f006\20\f006";
}
.rating-1:after {
content:"\f005\20\f006\20\f006\20\f006\20\f006";
}
.rating-2:after {
content:"\f005\20\f005\20\f006\20\f006\20\f006";
}
.rating-3:after {
content:"\f005\20\f005\20\f005\20\f006\20\f006";
}
.rating-4:after {
content:"\f005\20\f005\20\f005\20\f005\20\f006";
}
.rating-5:after {
content:"\f005\20\f005\20\f005\20\f005\20\f005";
}

View file

@ -0,0 +1,93 @@
/** 37. Styled Icons
**************************************************************** **/
i.ico-transparent,
i.ico-bordered,
i.ico-rounded,
i.ico-color,
i.ico-light,
i.ico-dark {
color: #444;
width:50px; height:50px;
line-height: 50px;
font-size:25px;
border: 1px solid #555;
background-color: transparent;
text-align:center;
display:inline-block;
margin-bottom:5px;
margin: 4px 8px 7px 0;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
i.ico-transparent {
border:transparent;
}
i.ico-rounded {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
i.ico-light {
border:transparent;
background-color:rgba(0,0,0,0.05);
}
i.ico-dark {
color:#fff;
border:transparent;
background-color:#333;
}
i.ico-color {
color:#fff;
border:transparent;
text-shadow:rgba(0,0,0,.3) 1px 1px 1px;
}
i.ico-hover:hover {
color:#fff;
background-color:#111;
}
i.ico-hover-dark:hover {
color:#fff !important;
background-color:#111 !important;
}
i.ico-color.ico-hover:hover {
background-color:#212121;
}
i.ico-xs {
width:30px; height:30px;
line-height: 30px;
font-size:15px;
}
i.ico-lg {
width:80px; height:80px;
line-height: 80px;
font-size:45px;
}
section.dark i.ico-rounded,
section.dark i.ico-bordered {
color:#ddd;
border-color:#666;
}
section.dark i.ico-dark {
color:#ccc;
background-color:#111;
}
section.dark i.ico-light {
color:#ddd;
background-color:#444;
}
section.dark i.ico-transparent {
color:#ddd;
}
section.dark i.ico-color.ico-hover:hover {
background-color:#666;
}

View file

@ -0,0 +1,42 @@
/** 07. Table
**************************************************************** **/
/*
table {
background-color:rgba(0,0,0,0.01);
}
table thead {
background-color:rgba(0,0,0,0.08);
}
*/
table .btn {
margin:0 3px;
}
section.dark table tr.odd {
color:#ddd;
background-color:#777;
}
section.dark table tr.odd:hover {
background-color:#888;
}
section.dark table tr.even {
color:#ddd;
}
section.dark table tr.even:hover {
background-color:rgba(0,0,0,0.5);
}
section.dark .table-bordered {
border-color:#666;
}
section.dark .table-bordered>tbody>tr>td,
section.dark .table-bordered>tbody>tr>th,
section.dark .table-bordered>tfoot>tr>td,
section.dark .table-bordered>tfoot>tr>th,
section.dark .table-bordered>thead>tr>td,
section.dark .table-bordered>thead>tr>th {
border-color:#666;
}
table.table-vertical-middle td {
vertical-align: middle !important;
}

View file

@ -0,0 +1,15 @@
/** 33. Tables
*************************************************** **/
.responsive-utilities td.is-visible {
color: #468847;
background-color: #dff0d8!important;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
vertical-align: middle;
}

View file

@ -0,0 +1,202 @@
/** 40. Tabs
*************************************************** **/
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
border-color:transparent !important;
background-color:transparent !important;
}
.nav-tabs>li>a {
color:#111;
font-weight:bold;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.nav-tabs>li.active>a {
color:#000;
}
.nav-tabs.nav-justified>li>a {
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
section.dark .nav-tabs>li>a {
color:#fff;
}
section.dark .nav-tabs.nav-justified>li>a {
border-bottom-color:#666;
}
.tab-content {
padding:15px 0;
}
@media only screen and (max-width: 768px) {
.tab-content figure,
.tab-content figure>img {
width: 100% !important;
}
}
/* clean Tabs */
.nav-tabs.nav-clean>li>a {
border:0 !important;
}
.nav-tabs.nav-clean>li>a:hover {
background-color:transparent;
}
.nav-tabs.nav-clean>li.active {
margin-bottom:0;
}
section.dark .nav-tabs.nav-clean>li>a,
section.dark .nav-tabs.nav-clean>li.active>a {
color:#fff;
background-color:transparent !important;
}
/* Top Border */
.nav-tabs.nav-top-border>li>a {
border-top:transparent 3px solid !important;
}
.nav-tabs.nav-top-border>li.active>a,
.nav-tabs.nav-top-border>li.active>a:hover {
border-top:#888 3px solid !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.nav-tabs.nav-top-border>li>a:hover {
background-color:transparent !important;
border-color:transparent !important;
}
/* Bottom Border */
.nav-tabs.nav-bottom-border {
border:0 !important;
}
.nav-tabs.nav-bottom-border>li.active {
margin-bottom:0 !important;
}
.nav-tabs.nav-bottom-border>li>a {
border:0 !important;
border-bottom:transparent 3px solid !important;
}
.nav-tabs.nav-bottom-border>li.active>a,
.nav-tabs.nav-bottom-border>li.active>a:hover {
border-bottom:#888 3px solid !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.nav-tabs.nav-bottom-border>li>a:hover {
background-color:transparent !important;
border-color:transparent !important;
}
section.dark ul.side-nav a {
color:#ccc;
}
section.dark .nav-bottom-border li>a {
background-color:transparent !important;
}
/* Button tabs */
.nav-tabs.nav-button-tabs {
border:0 !important;
}
.nav-tabs.nav-button-tabs>li>a {
color:#000 !important;
border:0 !important;
background-color:rgba(0,0,0,0.1);
margin-right: 3px !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
border-radius: 3px !important;
}
.nav-tabs.nav-button-tabs>li.active>a {
color:#fff !important;
background-color:rgba(0,0,0,0.6);
}
section.dark .nav-tabs.nav-button-tabs>li>a {
color:#fff !important;
}
/* Stacked Tabs */
.nav-tabs.nav-stacked {
background-color:rgba(0,0,0,0.02);
}
.nav-tabs.nav-stacked>li>a {
border-left:0 !important;
border-right:0 !important;
border:0 !important;
background-color:#fff;
color:#111;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 0 !important;
}
.nav-tabs.nav-stacked>li.active>a {
background-color:#fafafa;
}
div.tab-content.tab-stacked {
padding:17px;
background-color:#fafafa;
}
section.dark div.tab-content.tab-stacked {
background-color:#444;
}
section.dark .nav-tabs.nav-stacked>li>a {
background-color:#666;
}
section.dark .nav-tabs.nav-stacked>li.active>a {
background-color:#444;
margin:0;
}
@media only screen and (max-width: 480px) {
.nav-tabs>li {
margin-bottom:3px;
}
.nav-tabs>li,
.nav-tabs>li>a {
display:block !important;
float:none !important;
border:0 !important;
background-color:rgba(0,0,0,0.01);
}
.nav-tabs>li>a :focus,
.nav-tabs>li.active>a {
background-color:rgba(0,0,0,0.05);
}
}
/* Stacked Alternate */
.nav-tabs.nav-alternate {
background-color:transparent;
}
div.tab-content.nav-alternate {
background-color:transparent;
padding:0;
}
.nav-tabs.nav-alternate>li>a {
background-color:#fafafa;
}
.nav-tabs.nav-alternate>li.active>a {
color:#fff !important;
background-color:#999;
}
section.dark .tab-content.nav-alternate {
background-color:transparent !important;
}

View file

@ -0,0 +1,118 @@
/** 43. Testimonials
**************************************************************** **/
ul.testimonial-dotted {
overflow:hidden;
}
ul.testimonial-dotted>li {
padding-top:30px;
padding-bottom:30px;
}
ul.testimonial-dotted>li figure {
text-align:center;
display:block;
}
ul.testimonial-dotted>li img {
display:inline-block;
}
ul.testimonial-dotted>li:after {
content: '';
position: absolute;
width: 100%;
height: 0;
top: auto;
left: 0;
bottom: -1px;
border-bottom: 1px dashed rgba(0,0,0,0.3);
}
ul.testimonial-dotted>li:before {
content: '';
position: absolute;
height: 100%;
top: 0;
left: -1px;
border-left: 1px dashed rgba(0,0,0,0.3);
}
section.dark ul.testimonial-dotted>li:after {
border-bottom: 1px dashed rgba(255,255,255,0.3);
}
section.dark ul.testimonial-dotted>li:before {
border-left: 1px dashed rgba(255,255,255,0.3);
}
div.testimonial p {
margin-top:0;
}
div.testimonial>figure>img {
width:65px;
height:65px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.testimonial cite {
font-weight:bold;
text-shadow:none;
}
.testimonial cite span {
display:block;
color:#888;
font-size:12px;
font-weight:300;
}
section.parallax .testimonial cite span {
color:#ddd;
}
.testimonial-content {
position:relative;
padding-left:75px;
}
/* owl carousel testimonial */
div.owl-carousel.owl-testimonial .testimonial {
margin-bottom:50px;
display:block;
}
/* owl mini carousel testimonial */
div.owl-carousel.owl-mini-testimonial {
text-align:left;
}
div.owl-carousel.owl-mini-testimonial .testimonial-content {
text-align:left;
}
div.owl-carousel.owl-mini-testimonial .testimonial {
margin-bottom:30px;
}
div.owl-carousel.owl-mini-testimonial .testimonial img {
float:left;
margin-right:20px;
}
div.owl-carousel.owl-mini-testimonial .testimonial p {
margin:0;
}
div.owl-carousel.owl-mini-testimonial .owl-controls {
text-align:right;
}
div.owl-carousel.owl-mini-testimonial .owl-controls .owl-page span {
width:6px;
height:6px;
margin:5px 4px;
}
/* bordered */
div.testimonial-bordered {
border:#eaeaea 2px solid;
padding:30px 15px;
margin:30px 0;
}
section.dark div.testimonial-bordered {
border-color:#666;
background-color:rgba(0,0,0,0.1);
}

View file

@ -0,0 +1,198 @@
/** 30. Toastr
*************************************************** **/
.toast-title {
font-weight: bold;
}
.toast-message {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.toast-message a,
.toast-message label {
color: #ffffff;
}
.toast-message a:hover {
color: #cccccc;
text-decoration: none;
}
.toast-close-button {
position: relative;
right: -0.3em;
top: -0.3em;
float: right;
font-size: 20px;
font-weight: bold;
color: #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
.toast-close-button:hover,
.toast-close-button:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Additional properties for button version
iOS requires the button element instead of an anchor tag.
If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.toast-top-center {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-center {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
}
.toast-bottom-full-width {
bottom: 0;
right: 0;
width: 100%;
}
.toast-top-left {
top: 12px;
left: 12px;
}
.toast-top-right {
top: 12px;
right: 12px;
}
.toast-bottom-right {
right: 12px;
bottom: 12px;
}
.toast-bottom-left {
bottom: 12px;
left: 12px;
}
#toast-container {
position: fixed;
z-index: 999999;
/*overrides*/
}
#toast-container * {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#toast-container > div {
position: relative;
overflow: hidden;
margin: 0 0 6px;
padding: 15px 15px 15px 50px;
width: 300px;
-moz-border-radius: 3px 3px 3px 3px;
-webkit-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
background-position: 15px center;
background-repeat: no-repeat;
color: #ffffff;
opacity: 0.8;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
filter: alpha(opacity=80);
}
#toast-container > :hover {
opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100);
cursor: pointer;
}
#toast-container > .toast-info {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
width: 300px;
margin: auto;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
width: 96%;
margin: auto;
}
.toast {
background-color: #030303;
}
#toast-container .toast-primary {
padding:15px;
}
.toast-primary {
border:0;
background-color: #333;
}
.toast-success {
background-color: #51a351;
}
.toast-error {
background-color: #bd362f;
}
.toast-info {
background-color: #2f96b4;
}
.toast-warning {
background-color: #f89406;
}
.toast-progress {
position: absolute;
left: 0;
bottom: 0;
height: 2px;
background-color: #000000;
opacity: 0.4;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
filter: alpha(opacity=40);
}
/*Responsive Design*/
@media all and (max-width: 240px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 11em;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
}
@media all and (min-width: 241px) and (max-width: 480px) {
#toast-container > div {
padding: 8px 8px 8px 50px;
width: 18em;
}
#toast-container .toast-close-button {
right: -0.2em;
top: -0.2em;
}
}
@media all and (min-width: 481px) and (max-width: 768px) {
#toast-container > div {
padding: 15px 15px 15px 50px;
width: 25em;
}
}

View file

@ -0,0 +1,146 @@
/** 41. Toggles & Accordions
*************************************************** **/
div.toggle {
margin: 10px 0 0;
position: relative;
clear: both;
}
div.toggle > label {
color: #333;
background:rgba(0,0,0,0.1);
cursor: pointer;
font-size: 16px;
font-weight:normal;
padding: 10px 20px;
position: relative;
display: block;
border-bottom: rgba(0,0,0,0.03) 1px solid;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-transition: all .10s ease-out;
-moz-transition: all .10s ease-out;
-o-transition: all .10s ease-out;
transition: all .10s ease-out;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
section.dark div.toggle > label {
color: #fff;
background:rgba(0,0,0,0.5);
}
div.toggle div.toggle-content {
border: rgba(0,0,0,0.03) 1px solid;
display: none;
background:rgba(0,0,0,0.03);
margin-top: -5px;
padding: 15px 20px;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
div.toggle div.toggle-content p:last-child {
margin-bottom:0;
}
section.dark div.toggle div.toggle-content {
background:rgba(255,255,255,0.05);
}
div.toggle > label:before {
content: '';
border: 6px solid transparent;
border-top-color: inherit;
position: absolute;
top: 50%; right: 14px;
margin-top: -3px;
}
div.toggle > label:hover {
background: rgba(0,0,0,0.15);
}
div.toggle > label + p {
color: #888;
height: 25px;
display: block;
overflow: hidden;
padding-left: 10px;
}
div.toggle.active > label:before {
border: 6px solid transparent;
border-bottom-color:rgba(0,0,0,0.5);
right: 14px; margin-top: -10px;
}
.toggle .toggle-content {
border:0 !important;
}
/* transparent body */
.toggle.toggle-transparent .toggle-content,
.toggle.toggle-transparent-body .toggle-content {
background:transparent;
}
.toggle.toggle-transparent-body label {
background: rgba(0,0,0,0.03);
}
.toggle.toggle-transparent-body label:hover {
background: rgba(0,0,0,0.04);
}
/* transparent full */
.toggle.toggle-transparent label:hover,
.toggle.toggle-transparent label {
background-color:transparent;
border:0;
}
.toggle.toggle-transparent div.toggle.active label {
font-weight:bold;
}
/* bordered simple */
.toggle.toggle-bordered-simple label:hover,
.toggle.toggle-bordered-simple label {
border:#ccc 1px solid;
}
/* bordered full */
.toggle.toggle-bordered-full label:hover,
.toggle.toggle-bordered-full label {
border:#ccc 1px solid;
border-bottom:0;
margin:0;
}
.toggle.toggle-bordered-full div.toggle:last-child>label {
border-bottom:#ccc 1px solid;
}
.toggle.toggle-bordered-full div.toggle.active>label {
font-weight:bold;
}
.toggle.toggle-bordered-full .toggle-content {
border:#ccc 1px solid !important;
border-top:0 !important;
border-bottom:0 !important;
}
.toggle.toggle-bordered-full div.toggle {
margin:0;
}
/* noicon */
.toggle.toggle-noicon div.toggle > label:before {
display:none;
}

View file

@ -0,0 +1,129 @@
/** 45. Widgets
**************************************************************** **/
/** Flickr **/
.widget-flickr ul,
.widget-flickr li {
margin:0;
padding:0;
list-style:none;
}
.widget-flickr li {
display:list-inline;
float:left;
margin:1px;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
.widget-flickr li:hover {
opacity:0.85;
filter: alpha(opacity=85);
}
/** Twitter **/
ul.widget-twitter,
ul.widget-twitter li {
margin:0;
padding:0;
list-style:none;
font-size:14px;
}
ul.widget-twitter li {
padding:10px 0;
border-bottom:rgba(0,0,0,0.06) 1px solid;
}
ul.widget-twitter li>i {
font-size:24px;
float:left;
}
ul.widget-twitter li>small {
display:block;
margin-top:10px;
font-size:11px;
letter-spacing:1px;
}
ul.widget-twitter li>span>a {
font-size:12px;
display:block;
}
ul.widget-twitter li>small>a {
color:#666;
}
ul.widget-twitter li>small,
ul.widget-twitter li>span {
margin-left:30px;
display:block;
}
section.dark ul.widget-twitter li {
color:#ccc;
}
/** Dribbble **/
ul.widget-dribbble,
ul.widget-dribbble li {
list-style:none;
margin:0;
padding:0;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
ul.widget-dribbble>li img {
padding:1px;
-webkit-transition: all .300s;
-moz-transition: all .300s;
-o-transition: all .300s;
transition: all .300s;
}
ul.widget-dribbble[data-col='1']>li {
float:left;
width:100% !important;
}
ul.widget-dribbble[data-col='2']>li {
float:left;
width:50% !important;
}
ul.widget-dribbble[data-col='3']>li {
float:left;
width:33.3% !important;
}
ul.widget-dribbble>li ,
ul.widget-dribbble[data-col='4']>li {
float:left;
width:25% !important;
}
ul.widget-dribbble[data-col='5']>li {
float:left;
width:20% !important;
}
ul.widget-dribbble[data-col='6']>li {
float:left;
width:16.66% !important;
}
ul.widget-dribbble>li:hover>a>img {
opacity:0.85;
filter: alpha(opacity=85);
}
@media only screen and (max-width: 482px) {
ul.widget-dribbble>li ,
ul.widget-dribbble[data-col='4']>li {
float:left;
width:50% !important;
}
ul.widget-dribbble[data-col='5']>li {
float:left;
width:50% !important;
}
ul.widget-dribbble[data-col='6']>li {
float:left;
width:50% !important;
}
}

View file

@ -0,0 +1,164 @@
/** 24. Word Rotator
*************************************************** **/
.word-rotator {
visibility: hidden;
width: 100px;
height: 0;
margin-bottom:-11px;
display: inline-block;
overflow: hidden;
text-align: left;
position: relative;
}
h1 .word-rotator {
bottom:-4px;
height: 54px !important;
}
h2 .word-rotator {
bottom:-1px;
height: 45px !important;
}
h3 .word-rotator {
bottom:0px;
height: 36px !important;
}
h4 .word-rotator {
bottom:3px;
height: 27px !important;
}
h5 .word-rotator {
bottom:5px;
height: 21px !important;
}
h6 .word-rotator {
bottom:5px;
height: 18px !important;
}
p .word-rotator {
bottom:5px;
height:24px;
}
p.lead .word-rotator {
height:29px;
bottom:4px;
}
.word-rotator.active {
visibility: visible;
width: auto;
}
.word-rotator .items {
position: relative;
width: 100%;
}
.word-rotator .items span {
display:block;
margin-bottom:0;
}
/* Rotator Plugin */
.rotating {
display: inline-block;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
-moz-transform: rotateX(0) rotateY(0) rotateZ(0);
-ms-transform: rotateX(0) rotateY(0) rotateZ(0);
-o-transform: rotateX(0) rotateY(0) rotateZ(0);
transform: rotateX(0) rotateY(0) rotateZ(0);
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
-webkit-transform-origin-x: 50%;
}
.rotating.flip {
position: relative;
}
.rotating .front, .rotating .back {
left: 0;
top: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.rotating .front {
position: absolute;
display: inline-block;
-webkit-transform: translate3d(0,0,1px);
-moz-transform: translate3d(0,0,1px);
-ms-transform: translate3d(0,0,1px);
-o-transform: translate3d(0,0,1px);
transform: translate3d(0,0,1px);
}
.rotating.flip .front {
z-index: 1;
}
.rotating .back {
display: block;
opacity: 0;
}
.rotating.spin {
-webkit-transform: rotate(360deg) scale(0);
-moz-transform: rotate(360deg) scale(0);
-ms-transform: rotate(360deg) scale(0);
-o-transform: rotate(360deg) scale(0);
transform: rotate(360deg) scale(0);
}
.rotating.flip .back {
z-index: 2;
display: block;
opacity: 1;
-webkit-transform: rotateY(180deg) translate3d(0,0,0);
-moz-transform: rotateY(180deg) translate3d(0,0,0);
-ms-transform: rotateY(180deg) translate3d(0,0,0);
-o-transform: rotateY(180deg) translate3d(0,0,0);
transform: rotateY(180deg) translate3d(0,0,0);
}
.rotating.flip.up .back {
-webkit-transform: rotateX(180deg) translate3d(0,0,0);
-moz-transform: rotateX(180deg) translate3d(0,0,0);
-ms-transform: rotateX(180deg) translate3d(0,0,0);
-o-transform: rotateX(180deg) translate3d(0,0,0);
transform: rotateX(180deg) translate3d(0,0,0);
}
.rotating.flip.cube .front {
-webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: translate3d(0,0,100px) scale(0.85,0.85);
transform: translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube .back {
-webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}
.rotating.flip.cube.up .back {
-webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
-moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
-o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}